@charset "UTF-8";
/* view */
/*-- breakpoint --*/
/* font */
/* color */
/* mixin */
#curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1500ms ease;
  transition: opacity 1500ms ease; }

html.wf-active #curtain {
  opacity: 0; }

.menu--open {
  overflow: hidden; }

.grecaptcha-badge {
  visibility: hidden; }

@media all and (max-width: 768px) {
  br.pc {
    display: none; } }

br.md {
  display: none; }
  @media all and (max-width: 768px) {
    br.md {
      display: inline; } }

br.sp {
  display: none; }
  @media all and (max-width: 500px) {
    br.sp {
      display: inline; } }

/* import */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  outline: none; }

body {
  font-family: neuzeit-grotesk, fot-cezanne-pron, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 15px;
  line-height: 1.75;
  color: #000;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media all and (max-width: 768px) {
    body {
      font-size: 14px; } }
  @media all and (max-width: 500px) {
    body {
      font-size: 13px; } }

a, a img, button {
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

button {
  background-color: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

label {
  cursor: pointer; }

input, textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="radio"] {
  width: auto !important; }

input[type="text"]:focus, textarea:focus {
  outline: 0; }

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-weight: inherit; }

img, svg, video {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover, button:hover {
  outline: none; }

em, i {
  font-style: normal; }

a:disabled, button:disabled, input:disabled {
  pointer-events: none; }

hr {
  border: 0;
  display: block;
  margin: auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.65);
  max-width: 1000px; }

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.2); }

::selection {
  background-color: rgba(0, 0, 0, 0.2); }

.fv--toppage {
  height: 450px; }
  @media all and (max-width: 768px) {
    .fv--toppage {
      height: 35vh; } }
  @media all and (max-width: 768px) {
    .fv--toppage .lg {
      display: none; } }
  @media all and (min-width: 769px) {
    .fv--toppage .md {
      display: none; } }
  .fv--toppage .section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .fv--toppage .toppage__logo {
    width: 175px;
    margin: 30px auto;
    display: block;
    position: relative; }
    .fv--toppage .toppage__logo:first-child {
      margin-top: 0; }
    .fv--toppage .toppage__logo:last-child {
      margin-bottom: 0; }
    .fv--toppage .toppage__logo:after {
      content: "";
      display: block;
      padding-top: 118%; }
    .fv--toppage .toppage__logo svg, .fv--toppage .toppage__logo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media all and (max-width: 768px) {
      .fv--toppage .toppage__logo {
        width: 120px;
        margin: 30px auto; } }
    @media all and (max-width: 500px) {
      .fv--toppage .toppage__logo {
        width: 25vw;
        margin: 20px auto; } }
  .fv--toppage .toppage__lead {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 2; }
    @media all and (max-width: 768px) {
      .fv--toppage .toppage__lead {
        font-size: 18px; } }
    @media all and (max-width: 500px) {
      .fv--toppage .toppage__lead {
        font-size: 15px;
        line-height: 1.75; } }
  .fv--toppage .column1 .section__flex--item {
    margin: 0; }

.fv--second {
  height: 250px;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media all and (max-width: 768px) {
    .fv--second {
      height: 200px; } }
  @media all and (max-width: 500px) {
    .fv--second {
      height: 140px; } }
  @media all and (max-width: 768px) {
    .fv--second .section__title {
      font-size: 25px; } }
  @media all and (max-width: 500px) {
    .fv--second .section__title {
      font-size: 20px; } }
  @media all and (max-width: 768px) {
    .fv--second .lg {
      display: none; } }
  @media all and (min-width: 769px) {
    .fv--second .md {
      display: none; } }
  .fv--second .section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1; }

.fv--work {
  height: 250px;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media all and (max-width: 768px) {
    .fv--work {
      height: 200px; } }
  @media all and (max-width: 500px) {
    .fv--work {
      height: 140px; } }
  @media all and (max-width: 768px) {
    .fv--work .section__title {
      font-size: 25px; } }
  @media all and (max-width: 500px) {
    .fv--work .section__title {
      font-size: 20px; } }
  .fv--work .section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1; }

.button {
  margin-top: 20px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button.reserve {
    max-width: 400px;
    margin: auto; }

.lead {
  text-align: center;
  line-height: 2.25;
  font-size: 17px;
  letter-spacing: 0.1em; }
  @media all and (max-width: 1000px) {
    .lead {
      font-size: 16px; } }
  @media all and (max-width: 768px) {
    .lead {
      font-size: 15px; } }
  @media all and (max-width: 500px) {
    .lead {
      font-size: 13px;
      line-height: 2;
      letter-spacing: 0.05em;
      text-align: justify; } }
  @media all and (max-width: 500px) {
    .lead.pc {
      display: none; } }
  @media all and (min-width: 501px) {
    .lead.sp {
      display: none; } }
  .lead p {
    margin: 1.5em 0; }
    .lead p:first-child {
      margin-top: 0; }
    .lead p:last-child {
      margin-bottom: 0; }
    @media all and (min-width: 501px) {
      .lead p {
        margin: 1em 0; } }

.sentence {
  line-height: 2; }
  @media all and (max-width: 500px) {
    .sentence {
      line-height: 1.8; } }
  .sentence p {
    margin: 1em 0; }
    .sentence p:first-child {
      margin-top: 0; }
    .sentence p:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 768px) {
      .sentence p {
        margin: 0.75em 0; } }
  .sentence h3 {
    font-size: 22px;
    line-height: 1.5;
    margin: 1em auto; }
    .sentence h3:first-child {
      margin-top: 0; }
    .sentence h3:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 768px) {
      .sentence h3 {
        font-size: 20px;
        margin: 0.5em 0; } }
    @media all and (max-width: 500px) {
      .sentence h3 {
        font-size: 17px; } }

.card {
  display: block;
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card__img {
    position: relative; }
    .card__img::before {
      content: "";
      display: block;
      padding-top: 61.8%;
      overflow: hidden; }
    .card__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: 'object-fit: cover; object-position: 50% 50%;'; }
  .card__txt {
    padding: 30px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media all and (-ms-high-contrast: none) {
      .card__txt {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto; } }
    @media all and (max-width: 500px) {
      .card__txt {
        padding: 20px 15px; } }
    .card__txt dt {
      font-size: 1.2em;
      line-height: 1.4; }
    .card__txt dd {
      margin: 20px auto; }
      .card__txt dd:first-child {
        margin-top: 0; }
      .card__txt dd:last-child {
        margin-bottom: 0; }
      @media all and (max-width: 500px) {
        .card__txt dd {
          margin: 15px auto; } }
    .card__txt .button {
      width: 100%;
      margin: auto 0 0; }

.photo {
  display: block;
  background-color: #f5f5f5;
  height: 100%;
  padding: .5em;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease; }
  .photo small {
    display: block;
    font-size: 0.85em; }
  .photo:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3); }
  .photo__img {
    position: relative; }
    .photo__img::before {
      content: "";
      display: block;
      padding-top: 61.8%;
      overflow: hidden; }
    .photo__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: 'object-fit: cover; object-position: 50% 50%;'; }
    .photo__img:empty {
      background-color: #869a9e;
      background-image: url(../img/logo--vrt2-wh.svg);
      background-size: 30%;
      background-position: center center; }
  .photo__txt {
    margin: 1em auto .5em;
    text-align: center; }

.tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  line-height: 1;
  color: #000;
  height: 18px;
  padding: 0 0.75em;
  letter-spacing: 0.05em;
  margin: 0.25em; }
  .tag--list {
    text-align: center;
    margin: 60px auto;
    padding: 20px 10px;
    background-color: whitesmoke; }
    .tag--list:first-child {
      margin-top: 0; }
    .tag--list:last-child {
      margin-bottom: 0; }
    .gray .tag--list {
      background-color: #fff; }
    @media all and (max-width: 768px) {
      .tag--list {
        margin: 40px auto; } }
    @media all and (max-width: 500px) {
      .tag--list {
        text-align: left;
        padding: 10px;
        margin: 30px auto; } }
    .tag--list .tag {
      border: none;
      margin: 0.4em;
      padding: 0 0.25em; }
      @media all and (max-width: 500px) {
        .tag--list .tag {
          margin: 0.25em; } }
      .tag--list .tag:hover {
        text-decoration: underline; }
    .tag--list .current {
      border: 1px solid rgba(0, 0, 0, 0.65);
      padding: 0 0.75em;
      pointer-events: none; }
    .tag--list .list__heading {
      font-size: 0.9em;
      text-align: center;
      letter-spacing: 0.1em;
      margin-bottom: 0.25em; }

.line-clamp--2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.section {
  position: relative;
  overflow: hidden;
  padding: 125px 20px; }
  @media all and (max-width: 768px) {
    .section {
      padding: 100px 20px; } }
  @media all and (max-width: 500px) {
    .section {
      padding: 60px 20px; } }
  .section:not(.fv--toppage) + .section {
    padding-top: 0; }
    .section:not(.fv--toppage) + .section.gray, .section:not(.fv--toppage) + .section.backgroundimage, .section:not(.fv--toppage) + .section.section--bg {
      padding-top: 100px;
      padding-bottom: 100px; }
      @media all and (max-width: 768px) {
        .section:not(.fv--toppage) + .section.gray, .section:not(.fv--toppage) + .section.backgroundimage, .section:not(.fv--toppage) + .section.section--bg {
          padding-top: 80px;
          padding-bottom: 80px; } }
      @media all and (max-width: 500px) {
        .section:not(.fv--toppage) + .section.gray, .section:not(.fv--toppage) + .section.backgroundimage, .section:not(.fv--toppage) + .section.section--bg {
          padding-top: 40px;
          padding-bottom: 40px; } }
    .section:not(.fv--toppage) + .section.terawork-list {
      background-color: #F5F5F5;
      padding-top: 125px; }
      @media all and (max-width: 768px) {
        .section:not(.fv--toppage) + .section.terawork-list {
          padding-top: 100px; } }
      @media all and (max-width: 500px) {
        .section:not(.fv--toppage) + .section.terawork-list {
          padding-top: 60px; } }
      .section:not(.fv--toppage) + .section.terawork-list .section__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .section:not(.fv--toppage) + .section.terawork-list .section__title {
        text-align: center; }
        @media all and (max-width: 768px) {
          .section:not(.fv--toppage) + .section.terawork-list .section__title {
            text-align: left; } }
      .section:not(.fv--toppage) + .section.terawork-list .center {
        text-align: center;
        margin-bottom: 20px; }
        .section:not(.fv--toppage) + .section.terawork-list .center img {
          max-width: 40vw; }
    .section:not(.fv--toppage) + .section.terawork-school {
      background-color: #6084A5;
      color: #fff;
      padding-top: 125px; }
      @media all and (max-width: 768px) {
        .section:not(.fv--toppage) + .section.terawork-school {
          padding-top: 100px; } }
      @media all and (max-width: 500px) {
        .section:not(.fv--toppage) + .section.terawork-school {
          padding-top: 60px; } }
      .section:not(.fv--toppage) + .section.terawork-school .section__title {
        text-align: center; }
        @media all and (max-width: 768px) {
          .section:not(.fv--toppage) + .section.terawork-school .section__title {
            text-align: left; } }
      .section:not(.fv--toppage) + .section.terawork-school .center {
        text-align: center;
        margin-bottom: 20px; }
        .section:not(.fv--toppage) + .section.terawork-school .center img {
          max-width: 40vw; }
      .section:not(.fv--toppage) + .section.terawork-school .btn--link {
        color: #fff; }
        .section:not(.fv--toppage) + .section.terawork-school .btn--link::after {
          border-color: #fff; }
    .section:not(.fv--toppage) + .section.terawork-school-qa {
      padding-top: 125px;
      text-align: center; }
      @media all and (max-width: 768px) {
        .section:not(.fv--toppage) + .section.terawork-school-qa {
          padding-top: 100px; } }
      @media all and (max-width: 500px) {
        .section:not(.fv--toppage) + .section.terawork-school-qa {
          padding-top: 60px; } }
      .section:not(.fv--toppage) + .section.terawork-school-qa ul {
        font-size: 1.2em;
        margin-bottom: 1em; }
      @media all and (max-width: 500px) {
        .section:not(.fv--toppage) + .section.terawork-school-qa {
          text-align: left; } }
  .section.section--bg + .section,
  .section.backgroundimage + .section,
  .section.gray + .section {
    padding-top: 125px; }
    @media all and (max-width: 768px) {
      .section.section--bg + .section,
      .section.backgroundimage + .section,
      .section.gray + .section {
        padding-top: 100px; } }
    @media all and (max-width: 500px) {
      .section.section--bg + .section,
      .section.backgroundimage + .section,
      .section.gray + .section {
        padding-top: 60px; } }
  .section.backgroundimage {
    z-index: 0;
    color: #fff; }
    @media all and (max-width: 768px) {
      .section.backgroundimage.bg-blk--sp:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: -1; } }
  .section.gray {
    background-color: #f5f5f5;
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
    @media all and (max-width: 768px) {
      .section.gray {
        padding-top: 80px !important;
        padding-bottom: 80px !important; } }
    @media all and (max-width: 500px) {
      .section.gray {
        padding-top: 40px !important;
        padding-bottom: 40px !important; } }
  .section__background {
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: -1;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-family: 'object-fit: cover;'; }
    .fv--toppage .section__background {
      top: 0;
      height: 100%;
      height: calc(100% + 40px);
      object-position: 50% 0%; }
  .section__inner {
    max-width: 1000px;
    margin: auto; }
    .section__inner > .button {
      margin-top: 40px; }
      @media all and (max-width: 768px) {
        .section__inner > .button {
          margin-top: 40px; } }
      @media all and (max-width: 500px) {
        .section__inner > .button {
          margin-top: 30px; } }
  .section__title {
    text-align: center;
    font-size: 27px;
    letter-spacing: .075em;
    line-height: 1.4;
    margin: 50px auto; }
    .section__title:first-child {
      margin-top: 0; }
    .section__title:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 1000px) {
      .section__title {
        font-size: 25px; } }
    @media all and (max-width: 768px) {
      .section__title {
        font-size: 23px;
        margin: 35px auto; } }
    @media all and (max-width: 500px) {
      .section__title {
        font-size: 18px;
        margin: 20px auto; } }
    .section__flex .section__title {
      margin: 40px auto; }
      @media (min-width: 700px) {
        .section__flex .section__title {
          text-align: left; } }
      .section__flex .section__title:first-child {
        margin-top: 0; }
      .section__flex .section__title:last-child {
        margin-bottom: 0; }
      @media all and (max-width: 768px) {
        .section__flex .section__title {
          margin: 35px auto; } }
      @media all and (max-width: 500px) {
        .section__flex .section__title {
          margin: 20px auto; } }
    .section__title small {
      display: block;
      font-size: .65em;
      line-height: 1;
      margin-top: 2.5em; }
    .section__title .category {
      font-size: 0.7em; }
  .section__subtitle {
    text-align: center;
    font-size: 22px;
    letter-spacing: .075em;
    line-height: 1.4;
    margin: 20px auto; }
    .section__subtitle:first-child {
      margin-top: 0; }
    .section__subtitle:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 1000px) {
      .section__subtitle {
        font-size: 20px; } }
    @media all and (max-width: 768px) {
      .section__subtitle {
        font-size: 18px;
        margin: 15px auto; } }
    @media all and (max-width: 500px) {
      .section__subtitle {
        font-size: 16px;
        margin: 10px auto; } }
    @media (min-width: 700px) {
      .section__flex .section__subtitle {
        text-align: left; } }
    .section__flex .section__subtitle.ctr {
      text-align: center; }
    .section__subtitle small {
      display: block;
      font-size: .65em;
      line-height: 1;
      margin-top: 2.5em; }
    .section__subtitle.ctr {
      text-align: center; }
    .section__subtitle .icon {
      display: block;
      width: 2.5em;
      margin: 0.25em auto; }
      .section__subtitle .icon:first-child {
        margin-top: 0; }
      .section__subtitle .icon:last-child {
        margin-bottom: 0; }
  .section__lead {
    text-align: center;
    margin-bottom: 30px; }
    @media all and (max-width: 500px) {
      .section__lead {
        text-align: justify; } }
  .section__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -30px; }
    @media (max-width: 829px) {
      .section__flex {
        margin-bottom: -20px; } }
    @media (max-width: 699px) {
      .section__flex {
        margin-bottom: 0; } }
    .section__flex.photoflex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    @media (max-width: 699px) {
      .section__flex.column1 .section__flex--item:last-child {
        margin-bottom: 0; } }
    .section__flex--item {
      margin-bottom: 30px;
      width: 100%;
      height: auto; }
      @media (max-width: 829px) {
        .section__flex--item {
          margin-bottom: 20px; } }
      @media (max-width: 699px) {
        .section__flex--item {
          margin-bottom: 0; }
          .section__flex--item:not(.spacer) + .section__flex--item {
            margin-top: 20px; } }
      .column1 .section__flex--item {
        max-width: 600px;
        margin: auto;
        margin-bottom: 30px; }
      @media (min-width: 700px) {
        .column2 .section__flex--item {
          width: calc( (100% - (30px * 1) ) / 2); } }
      @media (min-width: 700px) {
        .column3 .section__flex--item {
          width: calc( (100% - (20px * 1) ) / 2); } }
      @media (min-width: 830px) {
        .column3 .section__flex--item {
          width: calc( (100% - (30px * 2) ) / 3); } }
      .column4 .section__flex--item {
        width: calc( (100% - (20px * 3) ) / 4); }
      .section__flex--item.spacer {
        height: 0;
        margin-bottom: 0; }
        @media (max-width: 699px) {
          .section__flex--item.spacer {
            display: none; } }
      @media (max-width: 699px) {
        .subsection + .section__flex--item.subsection {
          margin-top: 30px !important; } }
      @media (min-width: 700px) {
        .photoflex .section__flex--item {
          margin-bottom: 0; }
          .photoflex .section__flex--item:nth-child(1) {
            width: calc( 60% - 20px + 20px);
            margin-right: -20px; }
          .photoflex .section__flex--item:nth-child(2) {
            width: 40%; } }
      @media (min-width: 1041px) {
        .photoflex .section__flex--item:nth-child(1) {
          width: calc( 60% - 30px + (50vw - 500px));
          margin-right: calc( -1 * (50vw - 500px)); } }
  .section--bg .bg__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;'; }
  @media all and (max-width: 699px) {
    .section--bg .bg__photo {
      height: 350px;
      position: relative;
      margin: -65px -20px 50px; }
      .page--top .section--bg .bg__photo {
        margin: -80px -20px 50px; } }
  @media all and (max-width: 500px) {
    .section--bg .bg__photo {
      height: 250px;
      margin: -50px -20px 40px; }
      .page--top .section--bg .bg__photo {
        margin: -60px -20px 40px; } }
  @media (min-width: 700px) {
    .section--bg .bg__photo {
      position: absolute;
      top: 0;
      right: 0;
      width: 50vw;
      height: 100%; } }
  .section--qa .section__flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media (max-width: 699px) {
      .section--qa .section__flex {
        display: block;
        max-width: 300px;
        margin: auto; } }
  .section--qa .section__flex--item {
    width: auto;
    max-width: 300px; }
  @media (min-width: 700px) {
    .section--qa .section__flex--item + .section__flex--item {
      margin-left: 15%; } }
  .section--qa_new .section__flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 700px;
    margin: auto; }
  .section--qa_new .section__subtitle,
  .section--qa_new .sentence {
    width: 50%; }
  .section--fortemple p {
    text-align: center; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }
  @media all and (max-width: 1280px) {
    .header {
      padding: 0 50px; } }
  @media all and (max-width: 1000px) {
    .header {
      padding: 0 20px; } }
  @media all and (max-width: 1020px) {
    .header {
      height: 65px; } }
  @media all and (max-width: 500px) {
    .header {
      padding: 0 20px;
      height: 50px; } }
  .header--wrap:after {
    content: "";
    display: block;
    height: 80px; }
    @media all and (max-width: 1020px) {
      .header--wrap:after {
        height: 65px; } }
    @media all and (max-width: 500px) {
      .header--wrap:after {
        height: 50px; } }
  .header__logo {
    width: 150px;
    margin: 0 auto 0 0;
    z-index: 1;
    display: block;
    position: relative;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    .header__logo:after {
      content: "";
      display: block;
      padding-top: 15.40832%; }
    .header__logo svg, .header__logo img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .header__logo:hover {
      opacity: 0.7; }
    @media all and (max-width: 1020px) {
      .header__logo {
        width: 137px;
        margin: 0; } }
    .header__logo .svg--fill {
      fill: #000;
      -webkit-transition: fill 400ms ease;
      transition: fill 400ms ease; }
      @media all and (min-width: 1021px) {
        .header__logo .svg--fill {
          fill: #000 !important; } }
    .menu--open .header__logo .svg--fill {
      fill: #fff; }
  .header__navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0 0 0 auto;
    font-size: 12px; }
    @media all and (max-width: 1000px) {
      .header__navi {
        font-size: 12px; } }
    @media all and (max-width: 1020px) {
      .header__navi {
        display: none; } }
    .header__navi li + li {
      margin-left: 2em; }
      @media all and (max-width: 1280px) {
        .header__navi li + li {
          margin-left: 1.5em; } }
      @media all and (max-width: 1000px) {
        .header__navi li + li {
          margin-left: 1.25em; } }
    .header__navi li.pull {
      position: relative;
      padding-right: 1em; }
      .header__navi li.pull ul {
        display: none;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        background-color: #fff;
        width: 16em;
        padding: 1em 1em .5em;
        border: 1px solid #000; }
        .header__navi li.pull ul li {
          margin: auto; }
      .header__navi li.pull::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        right: 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        -webkit-transform: translateX(105%) translateY(-70%) rotate(45deg);
        -ms-transform: translateX(105%) translateY(-70%) rotate(45deg);
        transform: translateX(105%) translateY(-70%) rotate(45deg); }
      .header__navi li.pull.open::after {
        -webkit-transform: translateX(105%) translateY(-40%) rotate(-135deg);
        -ms-transform: translateX(105%) translateY(-40%) rotate(-135deg);
        transform: translateX(105%) translateY(-40%) rotate(-135deg); }
    .header__navi a, .header__navi span {
      cursor: pointer;
      display: block;
      padding: 0.25em 0;
      position: relative; }
    .header__navi a:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transform: scale(0, 0.5);
      -ms-transform: scale(0, 0.5);
      transform: scale(0, 0.5);
      -webkit-transition: -webkit-transform 300ms ease;
      transition: -webkit-transform 300ms ease;
      transition: transform 300ms ease;
      transition: transform 300ms ease, -webkit-transform 300ms ease; }
    .header__navi a:hover:after {
      -webkit-transform: scale(1, 0.5);
      -ms-transform: scale(1, 0.5);
      transform: scale(1, 0.5); }
    .header__navi a.current {
      pointer-events: none; }
      .header__navi a.current:after {
        -webkit-transform: scale(1, 0.5);
        -ms-transform: scale(1, 0.5);
        transform: scale(1, 0.5); }
  .header__cnv {
    margin: 0 0 0 2em; }
    @media all and (max-width: 1000px) {
      .header__cnv {
        margin: 0 0 0 1.5em; } }
    @media all and (max-width: 1020px) {
      .header__cnv {
        display: none !important; } }
  .header__menubtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
    @media all and (min-width: 1021px) {
      .header__menubtn {
        display: none; } }

.footer {
  text-align: center;
  background-color: #fff;
  padding: 50px 100px;
  position: relative; }
  @media all and (max-width: 1000px) {
    .footer {
      padding: 40px 35px; } }
  @media all and (max-width: 500px) {
    .footer {
      padding: 30px 20px; } }
  .page--top .footer {
    padding-top: 0; }
  .footer__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto; }
    .footer__sns:first-child {
      margin-top: 0; }
    .footer__sns:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 768px) {
      .footer__sns {
        margin: 40px auto; } }
    @media all and (max-width: 500px) {
      .footer__sns {
        margin: 30px auto; } }
    .footer__sns li + li {
      margin-left: 30px; }
      @media all and (max-width: 500px) {
        .footer__sns li + li {
          margin-left: 20px; } }
    .footer__sns a {
      width: 25px;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      display: block;
      position: relative; }
      .footer__sns a:after {
        content: "";
        display: block;
        padding-top: 100%; }
      .footer__sns a svg, .footer__sns a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      @media all and (max-width: 500px) {
        .footer__sns a {
          width: 20px; } }
      .footer__sns a:hover {
        opacity: 0.7; }
  .footer__copy {
    line-height: 1.25;
    font-size: 11px;
    letter-spacing: 0.1em; }
    @media all and (max-width: 500px) {
      .footer__copy {
        font-size: 10px; } }
  .footer__copy--etc {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    margin: 1em auto;
    color: #969696; }
    .footer__copy--etc:first-child {
      margin-top: 0; }
    .footer__copy--etc:last-child {
      margin-bottom: 0; }
    .footer__copy--etc a {
      border-bottom: 1px solid #e6e6e6; }
    @media all and (min-width: 501px) {
      .footer__copy--etc br {
        display: none; } }

.cnv__btn {
  max-width: 400px;
  margin: auto; }

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  display: none; }
  @media all and (max-width: 768px) {
    .menu {
      padding: 75px 50px; } }
  @media all and (max-width: 500px) {
    .menu {
      padding: 50px 20px; } }
  @media all and (min-width: 1021px) {
    .menu {
      display: none !important; } }
  .menu__btn {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    width: 80px;
    height: 80px; }
    @media all and (max-width: 1020px) {
      .menu__btn {
        width: 65px;
        height: 65px; } }
    @media all and (max-width: 500px) {
      .menu__btn {
        width: 50px;
        height: 50px; } }
    .menu__btn span {
      display: block;
      width: 60px;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: 50%;
      margin-left: -30px;
      -webkit-transition: background-color 400ms ease;
      transition: background-color 400ms ease; }
      .menu__btn span:nth-child(1) {
        top: 32px; }
      .menu__btn span:nth-child(2) {
        bottom: 32px; }
      @media all and (max-width: 1020px) {
        .menu__btn span {
          width: 30px;
          margin-left: -15px; }
          .menu__btn span:nth-child(1) {
            top: 28px; }
          .menu__btn span:nth-child(2) {
            bottom: 28px; } }
      @media all and (max-width: 500px) {
        .menu__btn span {
          width: 22px;
          margin-left: -11px; }
          .menu__btn span:nth-child(1) {
            top: 21px; }
          .menu__btn span:nth-child(2) {
            bottom: 21px; } }
    .menu--open .menu__btn span {
      background-color: #fff; }
      .menu--open .menu__btn span:nth-child(1) {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
        top: 39px; }
        @media all and (max-width: 1020px) {
          .menu--open .menu__btn span:nth-child(1) {
            top: 32px; } }
        @media all and (max-width: 500px) {
          .menu--open .menu__btn span:nth-child(1) {
            top: 24px; } }
      .menu--open .menu__btn span:nth-child(2) {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        bottom: 40px; }
        @media all and (max-width: 1020px) {
          .menu--open .menu__btn span:nth-child(2) {
            bottom: 32px; } }
        @media all and (max-width: 500px) {
          .menu--open .menu__btn span:nth-child(2) {
            bottom: 25px; } }
  .menu__inner {
    margin: auto;
    width: 100%; }
  .menu__navi {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.05em; }
    .menu__navi + .menu__navi {
      margin-top: 2.5em; }
    .menu__navi li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
      .menu__navi li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.7); }
      .menu__navi li a {
        display: block;
        padding: 1em; }
  .menu__cnv {
    max-width: 300px;
    margin: 4em auto; }
    .menu__cnv:first-child {
      margin-top: 0; }
    .menu__cnv:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 500px) {
      .menu__cnv {
        max-width: 200px; } }

.about__intro .section__flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 699px) {
    .about__intro .section__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.about__intro .about__logo {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 1000px) {
    .about__intro .about__logo {
      max-width: 300px; } }
  @media all and (max-width: 699px) {
    .about__intro .about__logo {
      max-width: 300px;
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      margin: 0 auto 1em !important; } }
  @media all and (max-width: 500px) {
    .about__intro .about__logo {
      max-width: 65%; } }

.about__mission {
  max-width: 700px;
  margin: auto; }

.article--work .btn--reserve {
  width: 100%; }
  .article--work .btn--reserve:after {
    display: none; }

.article--work .work__slider {
  margin: -80px -20px 80px;
  padding-bottom: 45px; }
  @media all and (max-width: 768px) {
    .article--work .work__slider {
      margin: -65px -20px 55px; } }
  @media all and (max-width: 500px) {
    .article--work .work__slider {
      margin: -50px -20px 40px;
      padding-bottom: 35px; } }
  .article--work .work__slider .swiper-slide {
    position: relative; }
    .article--work .work__slider .swiper-slide img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      font-family: 'object-fit: cover; object-position: 50% 50%;'; }
    .article--work .work__slider .swiper-slide img {
      max-width: none; }
    .article--work .work__slider .swiper-slide:after {
      content: "";
      display: block;
      padding-top: 66.66667%; }
    .article--work .work__slider .swiper-slide:focus {
      outline: none; }

.article--work .slider__controller {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.article--work .swiper-button-prev, .article--work .swiper-button-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  width: 22px;
  height: 22px;
  margin: 0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease; }
  @media all and (max-width: 500px) {
    .article--work .swiper-button-prev, .article--work .swiper-button-next {
      display: none; } }
  .article--work .swiper-button-prev:after, .article--work .swiper-button-next:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease; }
  .article--work .swiper-button-prev:hover, .article--work .swiper-button-next:hover {
    background-color: #fff; }
    .article--work .swiper-button-prev:hover:after, .article--work .swiper-button-next:hover:after {
      border-color: #000; }
  .article--work .swiper-button-prev:focus, .article--work .swiper-button-next:focus {
    outline: none; }

.article--work .swiper-button-prev {
  padding-left: 4px; }
  .article--work .swiper-button-prev:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.article--work .swiper-button-next {
  padding-right: 4px; }
  .article--work .swiper-button-next:after {
    -webkit-transform: rotate(-45deg) scale(-1, 1);
    -ms-transform: rotate(-45deg) scale(-1, 1);
    transform: rotate(-45deg) scale(-1, 1); }

.article--work .swiper-pagination {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px; }
  @media all and (max-width: 768px) {
    .article--work .swiper-pagination {
      margin: 0 8px; } }
  .article--work .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.65);
    opacity: 1;
    margin: 4px; }
    .article--work .swiper-pagination .swiper-pagination-bullet:focus {
      outline: none; }
  .article--work .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000; }

.article--work .work__ph {
  text-align: center;
  margin: 80px auto; }
  .article--work .work__ph:first-child {
    margin-top: 0; }
  .article--work .work__ph:last-child {
    margin-bottom: 0; }

.article--work .article__tag {
  line-height: 1;
  margin: 0.5em 0 1em -0.25em; }
  @media all and (max-width: 500px) {
    .article--work .article__tag {
      margin: 0.25em 0 1em -0.25em; } }
  .article--work .article__tag .tag {
    font-size: 12px;
    height: 24px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    color: #000; }
    @media all and (max-width: 768px) {
      .article--work .article__tag .tag {
        font-size: 11px;
        height: 20px; } }
    @media all and (max-width: 500px) {
      .article--work .article__tag .tag {
        font-size: 10px;
        height: 20px; } }

.article--work .work__title {
  position: relative; }
  @media all and (min-width: 769px) {
    .article--work .work__title {
      padding-right: 225px; } }
  @media all and (max-width: 768px) {
    .article--work .work__title .work__titlebtn {
      margin: 3em auto; }
      .article--work .work__title .work__titlebtn:first-child {
        margin-top: 0; }
      .article--work .work__title .work__titlebtn:last-child {
        margin-bottom: 0; } }
  @media all and (min-width: 769px) {
    .article--work .work__title .work__titlebtn {
      position: absolute;
      top: 0;
      right: 0;
      width: 200px; } }

.article--work .article__title {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 1em auto; }
  .article--work .article__title:first-child {
    margin-top: 0; }
  .article--work .article__title:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 1000px) {
    .article--work .article__title {
      font-size: 25px; } }
  @media all and (max-width: 768px) {
    .article--work .article__title {
      font-size: 22px; } }
  @media all and (max-width: 500px) {
    .article--work .article__title {
      font-size: 18px;
      line-height: 1.4; } }

.article--work .work__info p + p {
  margin-top: 0.25em; }

.article--work .work__name {
  font-size: 20px;
  letter-spacing: 0.1em; }
  @media all and (max-width: 1000px) {
    .article--work .work__name {
      font-size: 18px; } }
  @media all and (max-width: 768px) {
    .article--work .work__name {
      font-size: 16px; } }
  @media all and (max-width: 500px) {
    .article--work .work__name {
      font-size: 15px; } }

.article--work .work__address {
  font-size: 16px;
  letter-spacing: 0.1em; }
  @media all and (max-width: 1000px) {
    .article--work .work__address {
      font-size: 15px; } }
  @media all and (max-width: 768px) {
    .article--work .work__address {
      font-size: 14px; } }
  @media all and (max-width: 500px) {
    .article--work .work__address {
      font-size: 13px; } }

.article--work .work__sns-account {
  font-size: 19px;
  letter-spacing: 0.1em;
  margin: 1.5em auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle; }
  @media all and (max-width: 1000px) {
    .article--work .work__sns-account {
      font-size: 17px; } }
  @media all and (max-width: 768px) {
    .article--work .work__sns-account {
      font-size: 15px; } }
  @media all and (max-width: 500px) {
    .article--work .work__sns-account {
      font-size: 14px; } }
  .article--work .work__sns-account:empty {
    display: none; }
  .article--work .work__sns-account .website {
    margin-right: 10px; }
    .article--work .work__sns-account .website .btn--link {
      height: 30px;
      padding: 0.1em 0.5em 0 0.5em; }
      @media all and (max-width: 768px) {
        .article--work .work__sns-account .website .btn--link {
          height: 24px; } }
      @media all and (max-width: 500px) {
        .article--work .work__sns-account .website .btn--link {
          height: 22px; } }
  .article--work .work__sns-account .sns {
    font-size: 0; }
    .article--work .work__sns-account .sns a {
      display: inline-block;
      padding: 10px; }
      .article--work .work__sns-account .sns a:hover {
        opacity: .7; }

.article--work .work__desc {
  margin: 5em auto; }
  .article--work .work__desc:first-child {
    margin-top: 0; }
  .article--work .work__desc:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .article--work .work__desc {
      margin: 4em auto; } }
  @media all and (max-width: 500px) {
    .article--work .work__desc {
      margin: 3em auto; } }
  .article--work .work__desc p + p {
    margin-top: 0.5em; }

.article--work .work__details {
  margin: 5em auto; }
  .article--work .work__details:first-child {
    margin-top: 0; }
  .article--work .work__details:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .article--work .work__details {
      margin: 4em auto; } }
  @media all and (max-width: 500px) {
    .article--work .work__details {
      margin: 3em auto; } }

.article--work .work__person {
  margin: 80px auto 40px; }
  .article--work .work__person:first-child {
    margin-top: 0; }
  .article--work .work__person:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 1000px) {
    .article--work .work__person {
      max-width: 500px; } }
  @media all and (max-width: 768px) {
    .article--work .work__person {
      margin: 60px auto 30px; } }
  @media all and (max-width: 500px) {
    .article--work .work__person {
      margin: 40px auto 20px; } }
  @media all and (min-width: 1001px) {
    .article--work .work__person {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 80px -20px 40px; } }
  .article--work .work__person dl {
    background-color: whitesmoke;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (min-width: 1001px) {
      .article--work .work__person dl {
        margin: 0 15px 30px;
        width: calc((100% - 30px) / 2 - 20px); } }
    @media all and (max-width: 1000px) {
      .article--work .work__person dl + dl {
        margin-top: 20px; } }
  @media all and (max-width: 1000px) and (max-width: 500px) {
    .article--work .work__person dl + dl {
      margin-top: 10px; } }
    @media all and (max-width: 768px) {
      .article--work .work__person dl {
        padding: 20px; } }
    @media all and (max-width: 500px) {
      .article--work .work__person dl {
        padding: 15px; } }
    .article--work .work__person dl dt {
      width: 135px;
      position: relative; }
      .article--work .work__person dl dt img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        font-family: 'object-fit: cover; object-position: 50% 50%;'; }
      .article--work .work__person dl dt:after {
        content: "";
        display: block;
        padding-top: 100%; }
      @media all and (max-width: 500px) {
        .article--work .work__person dl dt {
          width: 110px; } }
      .article--work .work__person dl dt:empty {
        background-color: #fff;
        background-image: url(../img/icon_person.svg);
        background-size: 50%;
        background-position: center center; }
    .article--work .work__person dl dd {
      padding-left: 30px; }
      @media all and (max-width: 768px) {
        .article--work .work__person dl dd {
          padding-left: 20px; } }
      @media all and (max-width: 500px) {
        .article--work .work__person dl dd {
          padding-left: 15px; } }
      .article--work .work__person dl dd p + p {
        margin-top: 0.5em; }
    .article--work .work__person dl h3 {
      font-size: 20px;
      margin-bottom: 0.5em; }
      @media all and (max-width: 768px) {
        .article--work .work__person dl h3 {
          font-size: 19px; } }
      @media all and (max-width: 500px) {
        .article--work .work__person dl h3 {
          font-size: 17px; } }

.article--work .work__form {
  margin: 80px auto; }
  .article--work .work__form:first-child {
    margin-top: 0; }
  .article--work .work__form:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .article--work .work__form {
      margin: 60px auto; } }
  @media all and (max-width: 500px) {
    .article--work .work__form {
      margin: 40px auto; } }

.article--work .work__form__inner {
  padding: 60px 0 20px; }
  @media all and (max-width: 768px) {
    .article--work .work__form__inner {
      padding: 40px 0 10px; } }
  @media all and (max-width: 500px) {
    .article--work .work__form__inner {
      padding: 20px 0 0; } }

.article--news .section__inner {
  max-width: 750px; }

.article--news .article__date {
  font-size: 0.9em;
  letter-spacing: 0.05em; }

.article--news .article__tag {
  line-height: 1;
  margin: 0.5em 0 1em -0.25em; }
  @media all and (max-width: 500px) {
    .article--news .article__tag {
      margin: 0.25em 0 1em -0.25em; } }
  .article--news .article__tag .tag {
    font-size: 12px;
    height: 24px; }
    @media all and (max-width: 768px) {
      .article--news .article__tag .tag {
        font-size: 11px;
        height: 20px; } }
    @media all and (max-width: 500px) {
      .article--news .article__tag .tag {
        font-size: 10px;
        height: 20px; } }
    .article--news .article__tag .tag:hover {
      background-color: #000;
      color: #fff; }

.article--news .article__title {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0.25em auto 1.5em; }
  .article--news .article__title:first-child {
    margin-top: 0; }
  .article--news .article__title:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 1000px) {
    .article--news .article__title {
      font-size: 25px; } }
  @media all and (max-width: 768px) {
    .article--news .article__title {
      font-size: 22px; } }
  @media all and (max-width: 500px) {
    .article--news .article__title {
      font-size: 18px;
      line-height: 1.4; } }

.article--news .article__ph {
  margin: 3em auto; }
  .article--news .article__ph:first-child {
    margin-top: 0; }
  .article--news .article__ph:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 500px) {
    .article--news .article__ph {
      margin: 2em auto; } }
  .article--news .article__ph:empty {
    display: none; }

.article--news .article__content h1 {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
  margin: 1.5em auto; }
  .article--news .article__content h1:first-child {
    margin-top: 0; }
  .article--news .article__content h1:last-child {
    margin-bottom: 0; }

.article--news .article__content h2 {
  font-size: 1.3em;
  line-height: 1.5;
  font-weight: 700;
  margin: 1em auto; }
  .article--news .article__content h2:first-child {
    margin-top: 0; }
  .article--news .article__content h2:last-child {
    margin-bottom: 0; }

.article--news .article__content h3 {
  font-size: 1.15em;
  font-weight: 700;
  margin: 1.5em auto; }
  .article--news .article__content h3:first-child {
    margin-top: 0; }
  .article--news .article__content h3:last-child {
    margin-bottom: 0; }

.article--news .article__content h4, .article--news .article__content h5, .article--news .article__content h6 {
  font-weight: 700;
  margin: 1.5em auto; }
  .article--news .article__content h4:first-child, .article--news .article__content h5:first-child, .article--news .article__content h6:first-child {
    margin-top: 0; }
  .article--news .article__content h4:last-child, .article--news .article__content h5:last-child, .article--news .article__content h6:last-child {
    margin-bottom: 0; }

.article--news .article__content p {
  line-height: 2;
  margin: 1.5em auto; }
  .article--news .article__content p:first-child {
    margin-top: 0; }
  .article--news .article__content p:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 500px) {
    .article--news .article__content p {
      line-height: 1.75;
      margin: 1em auto; } }

.article--news .article__content a {
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }
  .article--news .article__content a:hover {
    opacity: 0.7; }

.article--news .article__content ul, .article--news .article__content ol {
  line-height: 2;
  margin: 2em auto; }
  .article--news .article__content ul:first-child, .article--news .article__content ol:first-child {
    margin-top: 0; }
  .article--news .article__content ul:last-child, .article--news .article__content ol:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .article--news .article__content ul, .article--news .article__content ol {
      line-height: 1.75;
      margin: 1.5em auto; } }
  .article--news .article__content ul li:before, .article--news .article__content ol li:before {
    color: #000; }
  .article--news .article__content ul li, .article--news .article__content ol li {
    letter-spacing: .1em;
    text-align: left;
    padding-left: 2em;
    position: relative; }
    .article--news .article__content ul li:before, .article--news .article__content ol li:before {
      position: absolute;
      top: 0;
      left: 0.25em; }
    .article--news .article__content ul li p + p, .article--news .article__content ol li p + p {
      margin-top: 0.75em; }
  .article--news .article__content ul li + li, .article--news .article__content ol li + li {
    margin-top: 0.25em; }

.article--news .article__content ul li:before {
  content: "・"; }

.article--news .article__content ol {
  counter-reset: num 0; }
  .article--news .article__content ol li:before {
    content: counter(num) ".";
    counter-increment: num 1; }

.article--news .article__content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e6e6e6;
  line-height: 1.75;
  margin: 4em auto; }
  .article--news .article__content table:first-child {
    margin-top: 0; }
  .article--news .article__content table:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .article--news .article__content table {
      margin: 3em auto; } }
  .article--news .article__content table caption {
    font-size: 0.9em;
    margin-bottom: 1em; }
  .article--news .article__content table th, .article--news .article__content table td {
    border: 1px solid #e6e6e6;
    padding: 0.5em 1em; }
  .article--news .article__content table th {
    background-color: whitesmoke;
    vertical-align: middle; }

.article--news .article__content i {
  text-decoration: underline; }

.article--news .article__content b, .article--news .article__content strong {
  font-weight: 700; }

.article--news .article__content em {
  color: #869a9e; }

.article--news .article__content small {
  font-size: 0.8em; }

.article--news .article__content sup {
  font-size: 0.8em;
  vertical-align: top; }

.article--news .article__content sub {
  font-size: 0.8em;
  vertical-align: baseline; }

.article--news .article__content hr {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 4em auto; }
  .article--news .article__content hr:first-child {
    margin-top: 0; }
  .article--news .article__content hr:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .article--news .article__content hr {
      margin: 3em auto; } }

.article--news .article__content blockquote {
  background-color: whitesmoke;
  padding: 2em;
  display: block;
  position: relative;
  margin: 3em auto; }
  .article--news .article__content blockquote:first-child {
    margin-top: 0; }
  .article--news .article__content blockquote:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .article--news .article__content blockquote {
      margin: 2em auto; } }

.article--news .article__content figure {
  width: 100%; }

.article--news .article__share {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6; }
  @media all and (max-width: 768px) {
    .article--news .article__share {
      margin-top: 60px; } }
  @media all and (max-width: 500px) {
    .article--news .article__share {
      margin-top: 40px; } }
  .article--news .article__share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .article--news .article__share ul li + li {
      margin-left: 20px; }
      @media all and (max-width: 500px) {
        .article--news .article__share ul li + li {
          margin-left: 15px; } }
    .article--news .article__share ul a {
      display: block;
      width: 20px;
      line-height: 1;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
      .article--news .article__share ul a:hover {
        opacity: 0.7; }
    .article--news .article__share ul .getlink {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 24px;
      border-radius: 12px;
      padding: 0 1em;
      border: 1px solid rgba(0, 0, 0, 0.65);
      color: #000;
      font-size: 12px; }
      .article--news .article__share ul .getlink:hover {
        color: #fff;
        background-color: #000; }
      @media all and (-ms-high-contrast: none) {
        .article--news .article__share ul .getlink {
          display: none; } }

.article__pager {
  margin: 80px auto;
  font-size: 12px;
  line-height: 1; }
  .article__pager:first-child {
    margin-top: 0; }
  .article__pager:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .article__pager {
      margin: 60px auto; } }
  @media all and (max-width: 500px) {
    .article__pager {
      margin: 40px auto;
      font-size: 11px; } }
  .article__pager:empty {
    display: none; }
  .article__pager .wp-pagenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .article__pager .wp-pagenavi a, .article__pager .wp-pagenavi span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 28px;
      height: 28px;
      margin: 5px;
      border: 1px solid transparent;
      color: #000; }
      .article__pager .wp-pagenavi a:hover, .article__pager .wp-pagenavi span:hover {
        text-decoration: underline; }
      @media all and (max-width: 500px) {
        .article__pager .wp-pagenavi a, .article__pager .wp-pagenavi span {
          width: 22px;
          height: 22px; } }
    .article__pager .wp-pagenavi .previouspostslink, .article__pager .wp-pagenavi .nextpostslink, .article__pager .wp-pagenavi .extend {
      border: none;
      font-weight: 700; }
    .article__pager .wp-pagenavi .extend {
      margin: 5px 0;
      pointer-events: none; }
    .article__pager .wp-pagenavi .current {
      border: 1px solid rgba(0, 0, 0, 0.65);
      pointer-events: none; }
    .article__pager .wp-pagenavi .first, .article__pager .wp-pagenavi .last {
      font-size: 10px; }

.qa--list {
  margin: 80px auto;
  margin-bottom: -30px !important; }
  .qa--list:first-child {
    margin-top: 0; }
  .qa--list:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 1000px) {
    .qa--list {
      margin-bottom: -20px !important; } }
  @media all and (max-width: 768px) {
    .qa--list {
      margin: 60px auto;
      margin-bottom: auto !important; } }
  @media all and (max-width: 500px) {
    .qa--list {
      margin: 40px auto; } }
  .qa--list .qa {
    padding: 0 20px 30px; }
    @media all and (max-width: 1000px) {
      .qa--list .qa {
        padding: 0 10px 20px; } }
    @media all and (max-width: 768px) {
      .qa--list .qa {
        padding: 0; } }
    @media all and (max-width: 699px) {
      .qa--list .qa + .qa {
        margin-top: 40px; } }
    @media all and (max-width: 500px) {
      .qa--list .qa + .qa {
        margin-top: 30px; } }

.qa__linkbtn {
  max-width: 1000px;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  padding: 0 20px; }
  @media all and (max-width: 1000px) {
    .qa__linkbtn {
      top: 100px; } }
  @media all and (max-width: 768px) {
    .qa__linkbtn {
      top: 80px; } }
  @media all and (max-width: 500px) {
    .qa__linkbtn {
      top: 150px; } }
  .qa__linkbtn .btn--link {
    margin-right: 0; }

.section__lead + .contact--list {
  margin: 100px auto -100px; }
  @media all and (max-width: 1000px) {
    .section__lead + .contact--list {
      margin: 80px auto -80px; } }
  @media all and (max-width: 768px) {
    .section__lead + .contact--list {
      margin: 65px auto -65px; } }
  @media all and (max-width: 500px) {
    .section__lead + .contact--list {
      margin: 50px auto -50px; } }

.contact--list .section__flex--item {
  margin: auto;
  margin-bottom: 30px; }
  @media all and (max-width: 500px) {
    .contact--list .section__flex--item {
      margin-bottom: 10px; } }
  .contact--list .section__flex--item .button {
    padding: 0 5px;
    margin: auto; }
    .contact--list .section__flex--item .button .btn--cnv {
      font-size: .95em;
      letter-spacing: .05em; }

.contact__mail {
  text-align: center;
  letter-spacing: 0.05em; }

.contact__form {
  max-width: 750px;
  margin: auto; }
  .contact__form form {
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    font-style: inherit; }
    @media all and (max-width: 768px) {
      .contact__form form {
        font-size: 13px; } }
    @media all and (max-width: 500px) {
      .contact__form form {
        font-size: 12px; } }
    .contact__form form button, .contact__form form input, .contact__form form select, .contact__form form textarea {
      font-family: inherit;
      font-weight: inherit;
      font-style: inherit;
      font-family: sans-serif;
      font-weight: 400; }
      .contact__form form button:placeholder-shown, .contact__form form input:placeholder-shown, .contact__form form select:placeholder-shown, .contact__form form textarea:placeholder-shown {
        color: #989899; }
      .contact__form form button::-webkit-input-placeholder, .contact__form form input::-webkit-input-placeholder, .contact__form form select::-webkit-input-placeholder, .contact__form form textarea::-webkit-input-placeholder {
        /* Google Chrome, Safari, Opera 15+, Android, iOS */
        color: #989899; }
      .contact__form form button:-moz-placeholder, .contact__form form input:-moz-placeholder, .contact__form form select:-moz-placeholder, .contact__form form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #989899;
        opacity: 1; }
      .contact__form form button::-moz-placeholder, .contact__form form input::-moz-placeholder, .contact__form form select::-moz-placeholder, .contact__form form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #989899;
        opacity: 1; }
      .contact__form form button :-ms-input-placeholder, .contact__form form input :-ms-input-placeholder, .contact__form form select :-ms-input-placeholder, .contact__form form textarea :-ms-input-placeholder {
        /* IE 10+ */
        color: #989899; }
    .contact__form form input, .contact__form form textarea, .contact__form form select {
      width: 100%;
      font-size: inherit; }
    .contact__form form input[type=text],
    .contact__form form input[type=number],
    .contact__form form input[type=tel],
    .contact__form form input[type=email],
    .contact__form form textarea, .contact__form form select {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #000;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 48px;
      -webkit-font-feature-settings: normal;
      font-feature-settings: normal;
      border: 1px solid rgba(0, 0, 0, 0.655);
      background-color: #fff;
      padding: 1em;
      border-radius: 0; }
      .contact__form form input[type=text]:focus,
      .contact__form form input[type=number]:focus,
      .contact__form form input[type=tel]:focus,
      .contact__form form input[type=email]:focus,
      .contact__form form textarea:focus, .contact__form form select:focus {
        outline: none; }
      @media all and (max-width: 500px) {
        .contact__form form input[type=text],
        .contact__form form input[type=number],
        .contact__form form input[type=tel],
        .contact__form form input[type=email],
        .contact__form form textarea, .contact__form form select {
          height: 38px; } }
    .contact__form form input[type=text]:-moz-read-only,
    .contact__form form input[type=number]:-moz-read-only,
    .contact__form form input[type=tel]:-moz-read-only,
    .contact__form form input[type=email]:-moz-read-only {
      border: none;
      padding: 0;
      height: auto; }
    .contact__form form input[type=text]:read-only,
    .contact__form form input[type=number]:read-only,
    .contact__form form input[type=tel]:read-only,
    .contact__form form input[type=email]:read-only {
      border: none;
      padding: 0;
      height: auto; }
    .contact__form form textarea {
      min-width: 100%;
      min-height: 288px;
      resize: none;
      line-height: 1.75; }
      @media all and (max-width: 500px) {
        .contact__form form textarea {
          min-height: 200px; } }
      .contact__form form textarea.wpcf7c-conf {
        min-height: auto;
        height: auto;
        padding: 0 1em; }
        @media all and (max-width: 768px) {
          .contact__form form textarea.wpcf7c-conf {
            padding: 0; } }
    .contact__form form select {
      cursor: pointer;
      line-height: 1; }
    .contact__form form .select-wrap {
      position: relative; }
      .contact__form form .select-wrap:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 300ms ease;
        transition: border-color 300ms ease; }
    .contact__form form input[type=radio] {
      display: none; }
      .contact__form form input[type=radio] + span {
        display: inline-block;
        line-height: 1;
        padding-left: 24px;
        position: relative; }
        @media all and (max-width: 500px) {
          .contact__form form input[type=radio] + span {
            padding-left: 18px; } }
        .contact__form form input[type=radio] + span:before {
          content: "";
          display: block;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border: 1px solid #000;
          position: absolute;
          top: -1px;
          left: 0; }
          @media all and (max-width: 500px) {
            .contact__form form input[type=radio] + span:before {
              width: 12px;
              height: 12px;
              top: 0; } }
        .contact__form form input[type=radio] + span:after {
          content: "";
          display: block;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #000;
          position: absolute;
          top: 3px;
          left: 4px;
          opacity: 0; }
          @media all and (max-width: 500px) {
            .contact__form form input[type=radio] + span:after {
              width: 6px;
              height: 6px;
              left: 3px; } }
      .contact__form form input[type=radio]:checked + span:after {
        opacity: 1; }
    @media all and (min-width: 769px) {
      .contact__form form dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .contact__form form dl + dl {
      margin-top: 45px; }
      @media all and (max-width: 768px) {
        .contact__form form dl + dl {
          margin-top: 30px; } }
      @media all and (max-width: 500px) {
        .contact__form form dl + dl {
          margin-top: 20px; } }
    @media all and (max-width: 768px) {
      .contact__form form dl dt {
        margin-bottom: 0.75em; } }
    @media all and (max-width: 500px) {
      .contact__form form dl dt {
        margin-bottom: 0.5em; } }
    @media all and (min-width: 769px) {
      .contact__form form dl dt {
        width: 250px;
        padding-right: 70px; } }
    .contact__form form dl dd {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative; }
    .contact__form form dl .required {
      position: relative; }
      .contact__form form dl .required:after {
        content: "必 須";
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 11px;
        background-color: #000;
        color: #fff;
        padding: 0 0.75em;
        height: 20px; }
        @media all and (max-width: 768px) {
          .contact__form form dl .required:after {
            margin-left: 1em;
            font-size: 10px;
            height: 18px; } }
        @media all and (min-width: 769px) {
          .contact__form form dl .required:after {
            position: absolute;
            top: 50%;
            margin-top: -10px;
            right: 25px; } }
    .contact__form form dl .note {
      font-size: 0.9em;
      padding: 0.5em 1em;
      background-color: whitesmoke;
      margin: 1.5em auto 0; }
      @media all and (max-width: 768px) {
        .contact__form form dl .note {
          margin: 1em auto 1.5em; } }
    @media all and (min-width: 769px) {
      .contact__form form dl dt > .required {
        margin-right: -70px; } }
    @media all and (min-width: 769px) {
      .contact__form form dl dt > .note {
        margin-right: -45px; } }
    .contact__form form .wpcf7-form-control-wrap {
      display: block; }
    .contact__form form .wpcf7-radio .wpcf7-list-item {
      display: block;
      margin: 0; }
    .contact__form form .wpcf7-not-valid-tip {
      display: block;
      padding-top: 0.5em;
      font-size: 0.9em;
      color: #e10000; }
      @media all and (min-width: 769px) {
        .contact__form form .wpcf7-not-valid-tip {
          position: absolute;
          left: 0;
          bottom: -2em;
          width: 100%; } }
    .contact__form form .wpcf7-response-output {
      margin: 0;
      padding: 0;
      border: none !important;
      color: #e10000;
      text-align: center;
      font-weight: 700; }
    .contact__form form .ajax-loader {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -12px;
      margin-left: -12px;
      opacity: 1;
      background-color: #fff;
      border: 1px solid #000; }
      .contact__form form .ajax-loader:before {
        background-color: #000; }

.contact__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin: 80px auto;
  position: relative; }
  .contact__btn:first-child {
    margin-top: 0; }
  .contact__btn:last-child {
    margin-bottom: 0; }
  @media all and (max-width: 768px) {
    .contact__btn {
      margin: 60px auto; } }
  @media all and (max-width: 500px) {
    .contact__btn {
      margin: 40px auto; } }
  .contact__btn input[type="submit"], .contact__btn input[type="button"] {
    font-family: futura-pt,fot-tsukubrdgothic-std, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5em;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.65);
    color: #000;
    font-size: 16px;
    letter-spacing: 0.1em; }
    .contact__btn input[type="submit"]:hover, .contact__btn input[type="button"]:hover {
      background-color: #000;
      color: #fff; }
    @media all and (max-width: 768px) {
      .contact__btn input[type="submit"], .contact__btn input[type="button"] {
        height: 50px;
        font-size: 14px; } }
    @media all and (max-width: 500px) {
      .contact__btn input[type="submit"], .contact__btn input[type="button"] {
        height: 40px;
        font-size: 13px; } }

.contact__note {
  text-align: center;
  margin: 4em auto; }
  .contact__note:first-child {
    margin-top: 0; }
  .contact__note:last-child {
    margin-bottom: 0; }
  .contact__note + .contact__form {
    pointer-events: none;
    opacity: 0.3; }

.contact__other-accordion {
  margin: auto;
  text-align: center;
  max-width: 1000px; }
  .contact__other-accordion > dt {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    position: relative; }
    .contact__other-accordion > dt::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 0;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      -webkit-transform: translateY(-80%) rotate(45deg);
      -ms-transform: translateY(-80%) rotate(45deg);
      transform: translateY(-80%) rotate(45deg); }
    .contact__other-accordion > dt.open::after {
      -webkit-transform: translateY(-40%) rotate(-135deg);
      -ms-transform: translateY(-40%) rotate(-135deg);
      transform: translateY(-40%) rotate(-135deg); }
  .contact__other-accordion > dd {
    padding: 2em 0; }
    @media (max-width: 699px) {
      .contact__other-accordion > dd .contact--list .section__flex--item {
        margin-bottom: 0; } }

.news--list--ph .news {
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease; }
  .news--list--ph .news:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3); }

.news--list--ph .news__ph:empty {
  background-color: #869a9e;
  background-image: url(../img/logo--vrt2-wh.svg);
  background-size: 30%;
  background-position: center center; }

.news--list--ph .card__txt {
  padding: 20px; }
  @media all and (max-width: 500px) {
    .news--list--ph .card__txt {
      padding: 15px; } }

.news--list--ph .news__date {
  font-size: 0.75em;
  letter-spacing: 0.1em; }

.news--list--ph .news__title {
  line-height: 1.5;
  margin-top: 0.5em; }
  @media all and (max-width: 500px) {
    .news--list--ph .news__title {
      margin-top: 0.25em; } }

.news--list--ph .news__tag {
  width: 100%;
  line-height: 1;
  margin: 0.3em 0 0;
  margin-left: -0.25em; }

.news--list--txt .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2em;
  border-top: 1px solid #e6e6e6; }
  .news--list--txt .news:last-child {
    border-bottom: 1px solid #e6e6e6; }
  .news--list--txt .news:hover .news__title {
    text-decoration: underline; }
  @media all and (max-width: 1000px) {
    .news--list--txt .news {
      padding: 1.5em 1em; } }
  @media all and (max-width: 768px) {
    .news--list--txt .news {
      display: block;
      line-height: 1.5; } }
  @media all and (max-width: 500px) {
    .news--list--txt .news {
      padding: 1.5em 0; } }

.news--list--txt .news__date {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  width: 120px; }
  @media all and (max-width: 768px) {
    .news--list--txt .news__date {
      width: auto;
      margin-bottom: 0.5em; } }

.news--list--txt .news__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.news--list--txt .news__tag {
  line-height: 1; }
  .news--list--txt .news__tag .tag {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    .news--list--txt .news__tag .tag:hover {
      opacity: 0.7; }
  @media all and (min-width: 769px) {
    .news--list--txt .news__tag {
      width: 175px;
      padding-right: 20px; } }
  @media all and (max-width: 768px) {
    .news--list--txt .news__tag {
      margin: 0.3em 0;
      margin-left: -0.25em; } }

.btn, .btn--header, .btn--menu, .btn--cnv, .btn--link, .btn--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.5em; }

.btn--header {
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  color: #000;
  letter-spacing: 0.05em;
  padding-top: 0.25em; }
  .btn--header:hover {
    background-color: #000;
    color: #fff; }
  @media all and (max-width: 1000px) {
    .btn--header {
      font-size: 13px; } }

.btn--menu {
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.1em; }
  .btn--menu:hover {
    background-color: #fff;
    color: #000; }

.btn--cnv {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.65);
  color: #000;
  font-size: 18px;
  letter-spacing: 0.1em; }
  .btn--cnv:hover {
    background-color: #000;
    color: #fff; }
  @media all and (max-width: 768px) {
    .btn--cnv {
      height: 50px;
      font-size: 14px; } }
  @media all and (max-width: 500px) {
    .btn--cnv {
      height: 40px;
      font-size: 13px; } }

.btn--link {
  margin: auto;
  height: 40px;
  color: #000;
  letter-spacing: 0.1em;
  position: relative;
  border-width: 1px;
  border-style: solid;
  font-size: 13px;
  padding-right: 2.3em; }
  @media all and (max-width: 500px) {
    .btn--link {
      height: 34px;
      font-size: 12px; } }
  .btn--link:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    right: 1.5em;
    top: 50%;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 300ms ease;
    transition: border-color 300ms ease; }
  .btn--link:hover {
    opacity: .75; }
  .btn--link.bdr {
    border: 1px solid rgba(0, 0, 0, 0.65); }
    .btn--link.bdr:after {
      right: 0.75em; }
    .btn--link.bdr:hover {
      text-decoration: none;
      color: #fff;
      background-color: #000; }
    .btn--link.bdr.accordion__btn {
      height: 60px;
      font-size: 18px; }
      @media all and (max-width: 768px) {
        .btn--link.bdr.accordion__btn {
          height: 50px;
          font-size: 14px; } }
      @media all and (max-width: 500px) {
        .btn--link.bdr.accordion__btn {
          height: 40px;
          font-size: 13px; } }
    .btn--link.bdr.accordion__btn-anchor {
      font-size: 16px; }
      @media all and (max-width: 768px) {
        .btn--link.bdr.accordion__btn-anchor {
          font-size: 14px; } }
      @media all and (max-width: 500px) {
        .btn--link.bdr.accordion__btn-anchor {
          font-size: 13px; } }
  .btn--link.back {
    padding-left: 2.3em;
    padding-right: 1.5em;
    font-size: 13px; }
    @media all and (max-width: 768px) {
      .btn--link.back {
        font-size: 13px; } }
    @media all and (max-width: 500px) {
      .btn--link.back {
        font-size: 12px; } }
    .btn--link.back:after {
      right: auto;
      left: 1.5em;
      -webkit-transform: scale(-1, 1) rotate(45deg);
      -ms-transform: scale(-1, 1) rotate(45deg);
      transform: scale(-1, 1) rotate(45deg); }

.btn--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.5em;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.65);
  color: #000;
  font-size: 1em;
  letter-spacing: 0.1em;
  border-radius: 1em; }
  .btn--inline:hover {
    background-color: #000;
    color: #fff; }

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

.link--note {
  display: inline-block;
  position: relative; }
  .link--note:before {
    content: "";
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    background-image: url(../img/icon_note.svg);
    background-size: contain;
    background-position: center center;
    margin: 0 0.25em -0.25em 0;
    vertical-align: baseline; }
  .link--note:hover {
    text-decoration: underline; }

.inview--chrFadein i {
  display: inline-block;
  -webkit-transform: translateY(-0.5em);
  -ms-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.accordion .accordion__content {
  display: none; }

#school_title {
  max-width: 762px;
  margin: 109px auto 68px; }
  @media all and (max-width: 500px) {
    #school_title {
      margin: 41px auto 42px;
      padding-right: 28%; } }

.school {
  text-align: justify;
  padding: 0 20px;
  margin-bottom: 124px; }
  @media all and (max-width: 500px) {
    .school {
      margin-bottom: 64px; } }
  .school__article {
    max-width: 762px;
    margin: auto;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: .05em; }
    @media all and (max-width: 500px) {
      .school__article {
        line-height: 2; } }
    .school__article > h1 {
      color: #6084A5;
      font-size: 27px;
      line-height: 44px;
      letter-spacing: .06em;
      margin-bottom: 3.3em; }
      @media all and (max-width: 500px) {
        .school__article > h1 {
          font-size: 23px;
          line-height: 34px;
          letter-spacing: .08em; } }
      .school__article > h1 em,
      .school__article > h1 small {
        font-style: normal;
        font-size: 22px;
        line-height: 34px;
        letter-spacing: .1em;
        display: inline-block;
        margin-bottom: 12px; }
    .school__article > h2 {
      color: #6084A5;
      font-size: 22px;
      line-height: 34px;
      letter-spacing: .1em;
      margin-top: 3.4em; }
      @media all and (max-width: 500px) {
        .school__article > h2 {
          margin-top: 3em;
          letter-spacing: .02em; } }
      .school__article > h2 + p {
        margin-top: .9em; }
    .school__article > p {
      margin: 2.15em auto; }
      .school__article > p a {
        text-decoration: underline; }
    .school__article .schedule_title {
      color: #6084A5;
      margin: 2em auto 3.6em; }
      @media all and (max-width: 500px) {
        .school__article .schedule_title {
          margin: 1em auto 3.6em; } }
      .school__article .schedule_title > dl {
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media all and (max-width: 500px) {
          .school__article .schedule_title > dl {
            display: block;
            line-height: 1.6;
            margin-bottom: 7px; } }
        .school__article .schedule_title > dl dd {
          letter-spacing: .15em; }
          @media all and (max-width: 500px) {
            .school__article .schedule_title > dl dd {
              letter-spacing: .1em; } }
      .school__article .schedule_title > h2 {
        border-top: 1px solid #6084A5;
        margin: 0;
        padding-top: 10px;
        font-size: 27px;
        line-height: 44px;
        letter-spacing: .05em; }
        @media all and (max-width: 500px) {
          .school__article .schedule_title > h2 {
            font-size: 24px;
            line-height: 35px; } }
      .school__article .schedule_title > p {
        color: #000;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .025em;
        margin: 0;
        margin-top: .25em; }
        @media all and (max-width: 500px) {
          .school__article .schedule_title > p {
            margin-top: .35em; } }
        .school__article .schedule_title > p.small {
          font-size: 12px;
          line-height: 20px;
          letter-spacing: .025em; }
    .school__article .schedule_item {
      margin-top: 31px; }
      @media all and (max-width: 500px) {
        .school__article .schedule_item {
          margin-top: 50px; } }
      .school__article .schedule_item > h4 {
        color: #6084A5;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .13em; }
        @media all and (max-width: 500px) {
          .school__article .schedule_item > h4 {
            letter-spacing: .05em; } }
      .school__article .schedule_item > h3 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .025em;
        margin: .3em auto .4em; }
        @media all and (max-width: 500px) {
          .school__article .schedule_item > h3 {
            margin: .3em auto .45em; } }
      .school__article .schedule_item > p {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: .025em; }
    .school__article .small {
      margin-top: 35px;
      margin-bottom: 138px;
      font-size: 11px;
      line-height: 18px;
      letter-spacing: .025em; }
      @media all and (max-width: 500px) {
        .school__article .small {
          margin-top: 62px;
          margin-bottom: 68px; } }
    .school__article .small_section {
      font-size: 12px;
      line-height: 20px;
      letter-spacing: .025em;
      margin-top: 55px; }
      @media all and (max-width: 500px) {
        .school__article .small_section {
          margin-top: 50px; } }
      .school__article .small_section > h3 {
        color: #6084A5;
        font-size: 22px;
        line-height: 34px;
        margin-top: 2.5em;
        margin-bottom: .6em; }
        @media all and (max-width: 500px) {
          .school__article .small_section > h3 {
            font-size: 20px; } }
      .school__article .small_section > p {
        margin: 1em auto; }
        .school__article .small_section > p strong {
          font-size: 16px; }
          @media all and (max-width: 500px) {
            .school__article .small_section > p strong {
              font-size: 15px; } }
  .school .person_section,
  .school .note_section {
    max-width: 762px;
    margin: auto;
    margin-top: 118px; }
    @media all and (max-width: 500px) {
      .school .person_section,
      .school .note_section {
        margin-top: 80px; }
        .school .person_section + .person_section,
        .school .note_section + .person_section {
          margin-top: 111px; }
          .school .person_section + .person_section h2,
          .school .note_section + .person_section h2 {
            margin-bottom: 36px; } }
    .school .person_section h2,
    .school .note_section h2 {
      color: #6084A5;
      font-size: 22px;
      letter-spacing: .05em;
      margin-bottom: 38px; }
      @media all and (max-width: 500px) {
        .school .person_section h2,
        .school .note_section h2 {
          margin-bottom: 27px;
          font-size: 20px; } }
  .school .person_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media all and (max-width: 500px) {
      .school .person_item {
        display: block; } }
    .school .person_item + .person_item {
      margin-top: 90px; }
      @media all and (max-width: 500px) {
        .school .person_item + .person_item {
          margin-top: 80px; } }
    .school .person_item > img {
      width: 186px;
      height: auto;
      margin-right: 50px; }
      @media all and (max-width: 500px) {
        .school .person_item > img {
          margin-bottom: 23px; } }
    .school .person_item > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      letter-spacing: .025em; }
      .school .person_item > div a {
        text-decoration: underline; }
      .school .person_item > div > h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px; }
      .school .person_item > div > h4 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px; }
      .school .person_item > div > p {
        font-size: 12px;
        line-height: 20px; }
      .school .person_item > div > dl {
        margin-top: 25px; }
        @media all and (max-width: 500px) {
          .school .person_item > div > dl {
            margin-top: 28px; } }
        .school .person_item > div > dl dt {
          font-size: 15px;
          line-height: 33px;
          letter-spacing: .05em;
          margin-bottom: 2px; }
        .school .person_item > div > dl dd {
          font-size: 11px;
          line-height: 18px;
          background-color: #F5F5F5;
          padding: 1.2em; }
  .school .note_section ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 500px) {
      .school .note_section ul {
        display: block; } }
    .school .note_section ul li {
      width: 48%; }
      @media all and (max-width: 500px) {
        .school .note_section ul li {
          width: 100%; } }

.block_section {
  padding: 0 20px;
  background-color: #fff; }
  .block_section:nth-child(even) {
    background-color: #F2F9FF; }
    .block_section:nth-child(even).white {
      background-color: #fff; }
  .block_section > div {
    max-width: 762px;
    margin: auto;
    padding: 90px 0 60px; }
    @media all and (max-width: 500px) {
      .block_section > div {
        padding: 58px 0 60px; } }
    .block_section > div h2 {
      font-size: 22px;
      line-height: 34px;
      letter-spacing: .05em;
      color: #6084A5;
      margin-bottom: 1em; }
      @media all and (max-width: 500px) {
        .block_section > div h2 {
          font-size: 20px;
          line-height: 31px;
          margin-bottom: 1.2em; } }
    .block_section > div p {
      margin: 1em auto; }
      @media all and (max-width: 500px) {
        .block_section > div p {
          font-size: 14px;
          line-height: 2.2;
          letter-spacing: .05em; } }
    .block_section > div .school_button {
      margin: 36px auto 0; }
      @media all and (max-width: 500px) {
        .block_section > div .school_button {
          margin: 27px auto 0; } }

.school__article .school_button {
  margin: 65px auto 0; }

.note_section .school_button {
  margin: 56px auto 0; }

.school_button a {
  text-decoration: none !important;
  display: inline-block;
  color: #6084A5;
  border: 1px solid #6084A5;
  background-color: #fff;
  font-size: 18px;
  letter-spacing: .1em;
  padding: .5em 30px; }
  @media all and (max-width: 500px) {
    .school_button a {
      padding: 1em 30px;
      line-height: 1.4; } }
  .school_button a:hover {
    color: #fff;
    background-color: #6084A5; }
  .school .school_button a,
  .school-pre .school_button a {
    color: #fff;
    border: 1px solid #6084A5;
    background-color: #6084A5; }
    .school .school_button a:hover,
    .school-pre .school_button a:hover {
      color: #6084A5;
      background-color: #fff; }

#school-pre_title {
  max-width: 762px;
  margin: 87px auto 41px; }
  @media all and (max-width: 500px) {
    #school-pre_title {
      margin: 41px auto 42px;
      padding-right: 28%; } }

.school-pre {
  text-align: justify;
  padding: 0 20px;
  margin-bottom: 34px; }
  @media all and (max-width: 500px) {
    .school-pre {
      margin-bottom: 24px; } }
  .school-pre__article {
    max-width: 762px;
    margin: auto;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: .05em; }
    @media all and (max-width: 500px) {
      .school-pre__article {
        line-height: 2; } }
    .school-pre__article > h1 {
      color: #6084A5;
      font-size: 27px;
      line-height: 44px;
      letter-spacing: .06em;
      margin-bottom: 1.3em; }
      @media all and (max-width: 500px) {
        .school-pre__article > h1 {
          font-size: 23px;
          line-height: 34px;
          letter-spacing: .08em; } }
      .school-pre__article > h1 small {
        font-size: 22px;
        line-height: 34px;
        letter-spacing: .1em;
        display: inline-block;
        margin-bottom: 12px; }
    .school-pre__article > h2 {
      color: #6084A5;
      font-size: 22px;
      line-height: 34px;
      letter-spacing: .1em;
      margin-top: 3.4em; }
      @media all and (max-width: 500px) {
        .school-pre__article > h2 {
          margin-top: 3em;
          letter-spacing: .02em; } }
      .school-pre__article > h2 + p {
        margin-top: .9em; }
    .school-pre__article > p {
      margin: 2.15em auto; }
      .school-pre__article > p.school_button {
        margin: 4.3em auto 0; }
      .school-pre__article > p a {
        text-decoration: underline; }
    .school-pre__article > h3 {
      color: #6084A5;
      border-bottom: 1px solid #6084A5;
      margin: 0;
      padding-top: 10px;
      font-size: 22px;
      line-height: 44px;
      letter-spacing: .05em;
      margin: 3.6em auto 2.3em; }
      @media all and (max-width: 500px) {
        .school-pre__article > h3 {
          font-size: 24px;
          line-height: 35px;
          margin: 1em auto 3.6em; } }
    .school-pre__article .schedule_item {
      margin-top: 31px; }
      @media all and (max-width: 500px) {
        .school-pre__article .schedule_item {
          margin-top: 50px; } }
      .school-pre__article .schedule_item > h4 {
        color: #6084A5;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .13em; }
        @media all and (max-width: 500px) {
          .school-pre__article .schedule_item > h4 {
            letter-spacing: .05em; } }
      .school-pre__article .schedule_item > h3 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .025em;
        margin: .3em auto .4em; }
        @media all and (max-width: 500px) {
          .school-pre__article .schedule_item > h3 {
            margin: .3em auto .45em; } }
      .school-pre__article .schedule_item > p {
        font-size: 11px;
        line-height: 18px;
        letter-spacing: .025em; }
    .school-pre__article .small {
      margin-top: 35px;
      margin-bottom: 138px;
      font-size: 11px;
      line-height: 18px;
      letter-spacing: .025em; }
      @media all and (max-width: 500px) {
        .school-pre__article .small {
          margin-top: 62px;
          margin-bottom: 68px; } }
    .school-pre__article .small_section {
      font-size: 12px;
      line-height: 20px;
      letter-spacing: .025em;
      margin-top: 65px; }
      .school-pre__article .small_section + .small_section {
        margin-top: 55px; }
      @media all and (max-width: 500px) {
        .school-pre__article .small_section {
          margin-top: 54px; }
          .school-pre__article .small_section + .small_section {
            margin-top: 50px; } }
      .school-pre__article .small_section > h3 {
        color: #6084A5;
        font-size: 22px;
        line-height: 34px;
        margin-top: 2.5em;
        margin-bottom: .6em; }
        @media all and (max-width: 500px) {
          .school-pre__article .small_section > h3 {
            font-size: 20px; } }
      .school-pre__article .small_section > p {
        margin: 1em auto; }
        .school-pre__article .small_section > p strong {
          font-size: 16px;
          line-height: 1.8; }
          @media all and (max-width: 500px) {
            .school-pre__article .small_section > p strong {
              font-size: 15px; } }
  .school-pre .person_section,
  .school-pre .note_section {
    max-width: 762px;
    margin: auto;
    margin-top: 94px; }
    @media all and (max-width: 500px) {
      .school-pre .person_section,
      .school-pre .note_section {
        margin-top: 70px; }
        .school-pre .person_section + .person_section,
        .school-pre .note_section + .person_section {
          margin-top: 111px; }
          .school-pre .person_section + .person_section h2,
          .school-pre .note_section + .person_section h2 {
            margin-bottom: 36px; } }
    .school-pre .person_section h2,
    .school-pre .note_section h2 {
      color: #6084A5;
      font-size: 22px;
      letter-spacing: .05em;
      margin-bottom: 54px; }
      @media all and (max-width: 500px) {
        .school-pre .person_section h2,
        .school-pre .note_section h2 {
          margin-bottom: 27px;
          font-size: 20px; } }
    .school-pre .person_section .school_button,
    .school-pre .note_section .school_button {
      margin-top: 5.8em; }
  .school-pre .person_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media all and (max-width: 500px) {
      .school-pre .person_item {
        display: block; } }
    .school-pre .person_item + .person_item {
      margin-top: 58px; }
      @media all and (max-width: 500px) {
        .school-pre .person_item + .person_item {
          margin-top: 40px; } }
    .school-pre .person_item > img {
      width: 186px;
      height: auto;
      margin-right: 50px; }
      @media all and (max-width: 500px) {
        .school-pre .person_item > img {
          margin-bottom: 23px; } }
    .school-pre .person_item > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      letter-spacing: .025em; }
      .school-pre .person_item > div a {
        text-decoration: underline; }
      .school-pre .person_item > div > h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px; }
      .school-pre .person_item > div > h4 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px; }
      .school-pre .person_item > div > p {
        font-size: 12px;
        line-height: 20px; }
      .school-pre .person_item > div > dl {
        margin-top: 25px; }
        @media all and (max-width: 500px) {
          .school-pre .person_item > div > dl {
            margin-top: 28px; } }
        .school-pre .person_item > div > dl dt {
          font-size: 15px;
          line-height: 33px;
          letter-spacing: .05em;
          margin-bottom: 2px; }
        .school-pre .person_item > div > dl dd {
          font-size: 11px;
          line-height: 18px;
          background-color: #F5F5F5;
          padding: 1.2em; }
  .school-pre .note_section ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 500px) {
      .school-pre .note_section ul {
        display: block; } }
    .school-pre .note_section ul li {
      width: 48%; }
      @media all and (max-width: 500px) {
        .school-pre .note_section ul li {
          width: 100%; } }

/*# sourceMappingURL=style.css.map */
