@charset "UTF-8";
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/noto-m.woff) format("opentype"); }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/noto-sb.woff) format("opentype"); }
@keyframes fade-1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes move-1 {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes move-2 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes scale-1 {
  0% {
    opacity: 0;
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes scale-2 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%); }
  50% {
    -webkit-transform: scale(1) translate(-50%, -50%); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0) translate(-50%, -50%);
    -webkit-transform: scale(0) translate(-50%, -50%); }
  50% {
    transform: scale(1) translate(-50%, -50%);
    -webkit-transform: scale(1) translate(-50%, -50%); } }
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

Customized 2018/8/16-
*/
* {
  box-sizing: border-box; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

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

html {
  font-size: 62.5%;
  height: 100%; }

body {
  height: 100%;
  color: #4c4c4c;
  background: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em; }

select, input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #4c4c4c;
  background: #ffffff; }

h1, h2, h3, h4, h5 {
  font-size: 2rem; }

a {
  color: #4c4c4c;
  text-decoration: none;
  transition: .3s ease-in; }
  a:hover, a:focus {
    color: #ec6d10; }

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

img[src$=".svg"] {
  /* for IE */
  width: 100%; }

table th, table td {
  text-align: left;
  vertical-align: middle; }

::selection {
  color: #ffffff;
  background: #ec6d10; }

::-moz-selection {
  color: #ffffff;
  background: #ec6d10; }

.l-header {
  font-family: 'Noto Serif Japanese', serif;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0; }
  @media (min-width: 960px) {
    .l-header {
      opacity: 0; }
      .l-header.index-is-start {
        -webkit-animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 reverse forwards;
        animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 reverse forwards; }
      .l-header.sub-is-start {
        -webkit-animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 reverse forwards;
        animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 reverse forwards; }
      .l-header:before {
        content: "";
        background: #ffffff;
        width: 100%;
        position: absolute;
        top: -155px;
        left: 0;
        height: 135px;
        z-index: -1;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
        transition: 0.14s cubic-bezier(0.12, 0.59, 0.73, 1.01) 0s; }
      .l-header.smaller:before {
        top: -40px;
        transition: 0.3s cubic-bezier(0.12, 0.59, 0.73, 1.01) 0s; }
      .l-header.smaller a {
        color: #4c4c4c; } }

@media (min-width: 960px) {
  .l-header__wrap {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 10px; }
    .smaller .l-header__wrap {
      margin-top: -5px;
      transition: .2s ease-in .2s; } }
@media (min-width: 1024px) {
  .l-header__wrap {
    margin-left: 10px;
    margin-right: 10px; } }

@media (max-width: 959px) {
  .l-header__logo {
    width: 150px;
    position: fixed;
    top: -5px;
    left: 15px;
    opacity: 0; }
    .index-is-start .l-header__logo {
      -webkit-animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 reverse forwards;
      animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 reverse forwards; }
    .sub-is-start .l-header__logo {
      -webkit-animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 reverse forwards;
      animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 reverse forwards; } }
@media (min-width: 960px) {
  .l-header__logo {
    width: 180px; } }
@media (min-width: 1280px) {
  .l-header__logo {
    width: 200px; } }
.l-header__logo img {
  max-width: 100%;
  height: auto; }

.l-footer {
  font-family: 'Noto Serif Japanese', serif;
  padding: 5rem 0 3rem;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05) inset;
  text-align: center; }

.l-footer__logo {
  width: 100px;
  margin: 0 auto 3rem; }

.l-footer__nav {
  font-size: 1.5rem;
  margin-bottom: 2rem; }
  .l-footer__nav li {
    display: inline-block;
    margin-right: 1rem; }
    .l-footer__nav li:last-child {
      margin-right: 0; }
  .l-footer__nav a {
    font-size: 1.3rem; }

.l-footer__copyright {
  font-size: 1rem; }

.p-feature__item {
  display: flex;
  margin-bottom: 5rem; }
  @media (max-width: 959px) {
    .p-feature__item {
      flex-direction: column; } }
  @media (min-width: 960px) {
    .p-feature__item {
      align-items: flex-start; } }

@media (max-width: 959px) {
  .p-feature__txt {
    order: 2; } }
@media (min-width: 960px) {
  .p-feature__txt {
    width: 75%;
    margin-right: 5%; } }

@media (max-width: 959px) {
  .p-feature__img {
    order: 1;
    margin-bottom: 2rem; } }
@media (min-width: 960px) {
  .p-feature__img {
    width: 20%; } }

.p-loading {
  background-color: #ffffff; }

.double-bounce1, .double-bounce2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ec6d10;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
  transform-origin: left top; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

#float_btn-index {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 2.8s;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 102; }
  #float_btn-index.is-start {
    opacity: 1; }

#float_btn {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 102; }
  #float_btn.is-start {
    opacity: 1; }

@media (max-width: 959px) {
  #float_btn-index img {
    width: 100px;
    height: auto; } }
@media (min-width: 960px) {
  #float_btn-index img {
    width: 130px;
    height: auto; } }
#float_btn-index img:hover {
  opacity: .5;
  transition: 0.3s; }

@media (max-width: 959px) {
  #float_btn img {
    width: 100px;
    height: auto; } }
@media (min-width: 960px) {
  #float_btn img {
    width: 130px;
    height: auto; } }
#float_btn img:hover {
  opacity: .5;
  transition: 0.3s; }

.p-index {
  display: none; }

.p-topHero {
  position: relative;
  font-family: 'Noto Serif Japanese', serif; }

.p-topHero__mask {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1001; }
  .is-start .p-topHero__mask {
    transition: 0.8s cubic-bezier(0.71, 0.07, 0.44, 1.01);
    height: 0; }

.p-topHero__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 102;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6); }
  @media (max-width: 959px) {
    .p-topHero__txt {
      width: 90%;
      max-width: 350px; } }
  @media (min-width: 960px) {
    .p-topHero__txt {
      width: inherit; } }
  .p-topHero__txt > h1 {
    position: relative;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .4rem;
    margin-bottom: .5rem;
    padding-bottom: .5rem; }
    @media (min-width: 960px) {
      .p-topHero__txt > h1 {
        font-size: 6rem;
        letter-spacing: 1.5rem; } }
    .p-topHero__txt > h1:after {
      content: "";
      width: 0;
      height: 1px;
      background: #ffffff;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      transform-origin: center;
      transition: .3s; }
      .is-start .p-topHero__txt > h1:after {
        -webkit-animation: scale-2 .85s ease 2.0s 1 normal forwards;
        animation: scale-2 .85s ease 2.0s 1 normal forwards; }
  @media (min-width: 960px) {
    .p-topHero__txt > p {
      font-size: 2rem;
      font-weight: 600;
      letter-spacing: 0.13em; } }

.p-topHero__txt1 {
  opacity: 0; }
  .is-start .p-topHero__txt1 {
    -webkit-animation: scale-1 1.4s ease .2s 1 normal forwards;
    animation: scale-1 1.4s ease .2s 1 normal forwards; }

.p-topHero__txt2 {
  opacity: 0; }
  .is-start .p-topHero__txt2 {
    -webkit-animation: scale-1 1.4s ease .8s 1 normal forwards;
    animation: scale-1 1.4s ease .8s 1 normal forwards; }

.p-topHero__txt3 {
  opacity: 0; }
  .is-start .p-topHero__txt3 {
    -webkit-animation: scale-1 1.4s ease 1.4s 1 normal forwards;
    animation: scale-1 1.4s ease 1.4s 1 normal forwards; }

.p-topHero__txt4 {
  opacity: 0; }
  .is-start .p-topHero__txt4 {
    -webkit-animation: fade-1 1s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.2s 1 normal forwards, move-1 1s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.2s 1 normal forwards;
    animation: fade-1 1s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.2s 1 normal forwards, move-1 1s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.2s 1 normal forwards; }

.p-topHero__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  text-align: left; }

.p-topHero__img ul {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
  height: 100vh; }
  .p-topHero__img ul:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: #FFE53B;
    background-image: linear-gradient(180deg, #bc570d 0%, #ec6d10 100%);
    opacity: .5; }

.p-topHero__img li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .p-topHero__img li:nth-child(1) {
    background-image: url(../img/index/hero/01.jpg); }
  .p-topHero__img li:nth-child(2) {
    background-image: url(../img/index/hero/02.jpg); }
  .p-topHero__img li:nth-child(3) {
    background-image: url(../img/index/hero/03.jpg); }
  .p-topHero__img li:nth-child(4) {
    background-image: url(../img/index/hero/04.jpg); }
  .p-topHero__img li.is-active {
    -webkit-animation: scale-1 8s linear 0s 1 normal forwards;
    animation: scale-1 8s linear 0s 1 normal forwards, fade-1 .6s linear 0s 1 normal forwards; }

.p-topHero__img img {
  height: 100vh;
  width: auto; }

.p-topNews {
  position: relative; }

.p-topVision {
  position: relative; }

.p-topInstagram {
  position: relative; }

@media (max-width: 959px) {
  .p-topInstagram__list {
    padding: 0px;
    display: block; } }
@media (min-width: 960px) {
  .p-topInstagram__list {
    display: flex; } }

@media (max-width: 959px) {
  .p-topInstagram__contents {
    padding: 0px 0px 20px 0px; }
    .p-topInstagram__contents:last-child {
      padding-bottom: 0px; } }
@media (min-width: 960px) {
  .p-topInstagram__contents {
    padding-right: 4rem; }
    .p-topInstagram__contents:last-child {
      padding-right: 0px; } }

.p-topVision__txt {
  text-align: center; }
  @media (max-width: 959px) {
    .p-topVision__txt {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 960px) {
    .p-topVision__txt {
      padding: 4rem 2rem;
      position: absolute;
      bottom: 70px;
      right: 30px;
      background: #ffffff;
      z-index: 2;
      width: 70%;
      overflow: hidden;
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3); } }
  @media (min-width: 1280px) {
    .p-topVision__txt {
      width: 65%; }
      .p-topVision__txt .c-slide__txt {
        font-size: 2.5rem; } }
  .p-topVision__txt h2 {
    font-family: 'Noto Serif Japanese', serif;
    margin-bottom: 2rem;
    line-height: 1.5; }
  .p-topVision__txt p {
    line-height: 2;
    margin-bottom: 2rem; }
  .p-topVision__txt .c-fadeUp__txt.c-btn {
    transition-delay: 2s; }

.p-topVision__img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden; }
  @media (min-width: 960px) {
    .p-topVision__img {
      height: 400px;
      margin-bottom: 15rem; } }
  .p-topVision__img .c-slide__img {
    background: url(../img/index/vision/vision_01.jpg) 50% 50%/cover no-repeat; }

.p-topSolution__item {
  margin-bottom: 5rem; }
  .p-topSolution__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .p-topSolution__item {
      position: relative;
      padding-bottom: 7rem; } }

.p-topSolution__img {
  overflow: hidden; }
  @media (max-width: 959px) {
    .p-topSolution__img {
      margin-bottom: 2rem; } }
  @media (min-width: 960px) {
    .p-topSolution__img {
      width: 60%; }
      .p-topSolution__img.left {
        margin-left: 0; }
      .p-topSolution__img.right {
        margin-left: auto; } }

.p-topSolution__txt {
  overflow: hidden; }
  @media (min-width: 960px) {
    .p-topSolution__txt {
      position: absolute;
      width: 55%;
      padding: 2rem 4rem;
      bottom: 1rem;
      background: #ffffff;
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3); }
      .p-topSolution__txt.left {
        left: 50px; }
      .p-topSolution__txt.right {
        right: 50px; } }
  .p-topSolution__txt h1 {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 2.2rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem; }
  .p-topSolution__txt h2 {
    font-family: 'Noto Serif Japanese', serif;
    margin-bottom: 1rem;
    font-size: 1.6rem; }
    @media (min-width: 960px) {
      .p-topSolution__txt h2 {
        font-size: 1.8rem; } }
  .p-topSolution__txt p {
    margin-bottom: 2rem;
    line-height: 2; }

.p-aboutVision, .p-aboutMission, .p-aboutOrigin {
  text-align: center; }

.p-aboutVision__txt {
  margin-bottom: 3rem; }
  .p-aboutVision__txt:last-child {
    margin-bottom: 0; }
  .p-aboutVision__txt h2 {
    font-family: 'Noto Serif Japanese', serif; }

.p-aboutMessage .c-fadeUp__txt {
  margin-bottom: 1rem; }
  .p-aboutMessage .c-fadeUp__txt:last-child {
    margin-bottom: 0; }

.p-Solution__main {
  margin-bottom: 5rem; }
  .p-Solution__main:last-child {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .p-Solution__main {
      position: relative;
      padding-bottom: 25rem; } }
  @media (min-width: 1280px) {
    .p-Solution__main {
      padding-bottom: 15rem; } }

.p-Solution__img {
  overflow: hidden; }
  @media (max-width: 959px) {
    .p-Solution__img {
      margin-bottom: 2rem; } }
  @media (min-width: 960px) {
    .p-Solution__img {
      width: 60%; }
      .p-Solution__img.left {
        margin-left: 0; }
      .p-Solution__img.right {
        margin-left: auto; } }

.p-Solution__txt {
  overflow: hidden; }
  @media (min-width: 960px) {
    .p-Solution__txt {
      position: absolute;
      width: 55%;
      padding: 2rem 4rem;
      bottom: 1rem;
      background: #ffffff;
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3); }
      .p-Solution__txt.left {
        left: 50px; }
      .p-Solution__txt.right {
        right: 50px; } }
  .p-Solution__txt h1 {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 2.2rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem; }
  .p-Solution__txt h2 {
    font-family: 'Noto Serif Japanese', serif;
    margin-bottom: 1rem;
    font-size: 1.6rem; }
    @media (min-width: 960px) {
      .p-Solution__txt h2 {
        font-size: 1.8rem; } }
  .p-Solution__txt p {
    margin-bottom: 2rem;
    line-height: 2; }

.p-hoikuPhilosophy {
  text-align: center; }

.p-hoikuPhilosophy__txt h2 {
  font-family: 'Noto Serif Japanese', serif; }

@media (min-width: 600px) {
  .p-hoikuProgram__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; } }

.p-hoikuProgram__item {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-hoikuProgram__item.is-start {
    opacity: 1; }
  @media (min-width: 600px) {
    .p-hoikuProgram__item {
      width: calc(100% / 3);
      padding: 10px; } }
  @media (min-width: 960px) {
    .p-hoikuProgram__item {
      width: 20%; } }

.p-hoikuProgram__tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: .1rem .5rem;
  background: rgba(236, 109, 16, 0.8);
  border-radius: 5px 0 5px 0;
  color: #ffffff;
  font-size: 1.2rem; }
  @media (min-width: 600px) {
    .p-hoikuProgram__tag {
      left: 10px;
      top: 10px; } }

.p-hoikuProgram__img {
  margin-bottom: 1rem;
  height: calc(5/8*100%);
  overflow: hidden;
  border-radius: 5px; }

@media (min-width: 600px) {
  .p-hoikuEvent__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; } }

.p-hoikuEvent__item {
  margin-bottom: 2rem;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  position: relative; }
  .p-hoikuEvent__item.is-start {
    opacity: 1; }
  @media (min-width: 600px) {
    .p-hoikuEvent__item {
      width: calc(100% / 2);
      padding: 10px; } }
  @media (min-width: 960px) {
    .p-hoikuEvent__item {
      width: calc(100% / 4); } }

.p-hoikuEvent__tag {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(236, 109, 16, 0.8);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.2rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center; }
  @media (min-width: 600px) {
    .p-hoikuEvent__tag {
      left: 10px;
      top: 10px; } }

.p-hoikuEvent__img {
  margin-bottom: 1rem;
  height: calc(5/8*100%);
  overflow: hidden;
  border-radius: 5px; }

.p-hoikuEvent__txt li {
  text-indent: -1em;
  padding-left: 1em; }

.p-hoikuShoku__main {
  margin-bottom: 5rem; }
  .p-hoikuShoku__main:last-child {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .p-hoikuShoku__main {
      position: relative;
      padding-bottom: 25rem; } }
  @media (min-width: 1280px) {
    .p-hoikuShoku__main {
      padding-bottom: 15rem; } }

.p-hoikuShoku__img {
  overflow: hidden;
  margin-left: 0; }
  @media (max-width: 959px) {
    .p-hoikuShoku__img {
      margin-bottom: 2rem; } }
  @media (min-width: 960px) {
    .p-hoikuShoku__img {
      width: 60%; } }

.p-hoikuShoku__txt {
  overflow: hidden; }
  @media (min-width: 960px) {
    .p-hoikuShoku__txt {
      position: absolute;
      width: 60%;
      padding: 2rem 4rem;
      bottom: 1rem;
      background: #ffffff;
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
      right: 0; } }
  @media (min-width: 1280px) {
    .p-hoikuShoku__txt {
      bottom: 5rem; } }
  .p-hoikuShoku__txt h1 {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 2.2rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem; }
  .p-hoikuShoku__txt p {
    margin-bottom: 2rem;
    line-height: 2; }

.p-hoikuHoikuen__ttl {
  font-family: 'Noto Serif Japanese', serif;
  text-align: center;
  margin-bottom: 2rem; }
  .p-hoikuHoikuen__ttl:before {
    content: "- "; }
  .p-hoikuHoikuen__ttl:after {
    content: " -"; }

@media (min-width: 600px) {
  .p-hoikuHoikuen__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; } }

.p-hoikuHoikuen__item {
  margin-bottom: 3rem;
  width: 100%;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-hoikuHoikuen__item.is-start {
    opacity: 1; }
  @media (min-width: 600px) {
    .p-hoikuHoikuen__item {
      width: 50%;
      padding: 10px; } }
  @media (min-width: 960px) {
    .p-hoikuHoikuen__item {
      width: calc(100% / 3); } }
  .p-hoikuHoikuen__item > a {
    display: block;
    overflow: hidden;
    position: relative; }
    .p-hoikuHoikuen__item > a:hover .p-hoikuHoikuen__img img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

.p-hoikuHoikuen__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: .2rem .8rem;
  z-index: 2;
  border-radius: 5px 0 5px 0;
  color: #ffffff;
  background: rgba(236, 109, 16, 0.8); }

.p-hoikuHoikuen__img {
  margin-bottom: 1rem;
  height: calc(5/8*100%);
  overflow: hidden;
  border-radius: 5px; }
  .p-hoikuHoikuen__img img {
    transition: .8s ease-out; }

.p-hoikuIchiji__main {
  margin-bottom: 5rem; }
  .p-hoikuIchiji__main:last-child {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .p-hoikuIchiji__main {
      position: relative;
      padding-bottom: 5rem; } }
  @media (min-width: 1280px) {
    .p-hoikuIchiji__main {
      padding-bottom: 10rem; } }

.p-hoikuIchiji__img {
  overflow: hidden;
  margin-left: 0; }
  @media (max-width: 959px) {
    .p-hoikuIchiji__img {
      margin-bottom: 2rem; } }
  @media (min-width: 960px) {
    .p-hoikuIchiji__img {
      width: 60%; } }

.p-hoikuIchiji__txt {
  overflow: hidden; }
  @media (min-width: 960px) {
    .p-hoikuIchiji__txt {
      position: absolute;
      width: 60%;
      padding: 2rem 4rem;
      bottom: 1rem;
      background: #ffffff;
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
      right: 0; } }
  @media (min-width: 1280px) {
    .p-hoikuIchiji__txt {
      bottom: 5rem; } }
  .p-hoikuIchiji__txt h1 {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 2.2rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem; }
  .p-hoikuIchiji__txt p {
    margin-bottom: 2rem;
    line-height: 2; }

.p-en {
  padding-top: 10rem; }
  @media (min-width: 960px) {
    .p-en {
      padding-top: 15rem; } }

.p-enOutline__hero {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  margin-bottom: 5rem; }
  .p-enOutline__hero.is-start {
    opacity: 1; }

.p-enOutline__table {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  margin-bottom: 3rem; }
  .p-enOutline__table.is-start {
    opacity: 1; }
  @media (min-width: 960px) {
    .p-enOutline__table {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #fce0cc; } }
  @media (max-width: 959px) {
    .p-enOutline__table dt {
      display: inline-block;
      border-bottom: 1px solid #ec6d10;
      margin-bottom: 1rem;
      font-size: 1.6rem; } }
  @media (min-width: 960px) {
    .p-enOutline__table dt {
      width: 20%;
      background-color: #fef8f3;
      padding: 2rem;
      border-top: 1px solid #fce0cc;
      border-left: 1px solid #fce0cc; } }
  @media (max-width: 959px) {
    .p-enOutline__table dd {
      margin-bottom: 3rem; } }
  @media (min-width: 960px) {
    .p-enOutline__table dd {
      width: 80%;
      padding: 2rem;
      border-top: 1px solid #fce0cc;
      border-right: 1px solid #fce0cc; } }

.p-enAccess__map iframe {
  width: 100%;
  height: 400px; }

.p-enContact__main {
  margin-bottom: 5rem; }
  .p-enContact__main:last-child {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .p-enContact__main {
      position: relative;
      padding-bottom: 12rem; } }
  @media (min-width: 1280px) {
    .p-enContact__main {
      padding-bottom: 12rem; } }

.p-enContact__img {
  overflow: hidden;
  margin-left: 0; }
  @media (max-width: 959px) {
    .p-enContact__img {
      margin-bottom: 2rem; } }
  @media (min-width: 960px) {
    .p-enContact__img {
      width: 60%; } }

.p-enContact__txt {
  overflow: hidden; }
  @media (min-width: 960px) {
    .p-enContact__txt {
      position: absolute;
      width: 60%;
      padding: 4rem;
      bottom: 0;
      background: #ffffff;
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
      right: 0; } }
  .p-enContact__txt h1 {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 2.2rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem; }
  .p-enContact__txt p {
    margin-bottom: 2rem;
    line-height: 2; }

.p-nurseOutline {
  text-align: center; }

.p-nurseOutline__txt h1 {
  font-family: 'Noto Serif Japanese', serif; }

.p-nurseInfo__item {
  margin-bottom: 3rem; }
  .p-nurseInfo__item:last-child {
    margin-bottom: 0; }
  .p-nurseInfo__item dt {
    font-size: 1.6rem;
    opacity: 0;
    border-bottom: 1px solid #ec6d10; }

.p-nurseContact__main {
  margin-bottom: 5rem; }
  .p-nurseContact__main:last-child {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .p-nurseContact__main {
      position: relative;
      padding-bottom: 12rem; } }
  @media (min-width: 1280px) {
    .p-nurseContact__main {
      padding-bottom: 12rem; } }

.p-nurseContact__img {
  overflow: hidden;
  margin-left: 0; }
  @media (max-width: 959px) {
    .p-nurseContact__img {
      margin-bottom: 2rem; } }
  @media (min-width: 960px) {
    .p-nurseContact__img {
      width: 60%; } }

.p-nurseContact__txt {
  overflow: hidden; }
  @media (min-width: 960px) {
    .p-nurseContact__txt {
      position: absolute;
      width: 60%;
      padding: 4rem;
      bottom: 0;
      background: #ffffff;
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
      right: 0; } }
  .p-nurseContact__txt h1 {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 2.2rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem; }
  .p-nurseContact__txt p {
    margin-bottom: 2rem;
    line-height: 2; }

.p-mamacareOutline {
  text-align: center; }

.p-mamacareOutline__txt h1 {
  font-family: 'Noto Serif Japanese', serif; }

.p-mamacareInfo__item {
  margin-bottom: 3rem; }
  .p-mamacareInfo__item:last-child {
    margin-bottom: 0; }
  .p-mamacareInfo__item dt {
    font-size: 1.6rem;
    opacity: 0;
    border-bottom: 1px solid #ec6d10; }
  .p-mamacareInfo__item dd p {
    margin-bottom: 1rem; }
  .p-mamacareInfo__item dd ul {
    margin-bottom: 1rem; }
  .p-mamacareInfo__item dd li {
    text-indent: -1.5rem;
    padding-left: 1.5rem; }

.p-mamacareContact__main {
  margin-bottom: 5rem; }
  .p-mamacareContact__main:last-child {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .p-mamacareContact__main {
      position: relative;
      padding-bottom: 12rem; } }
  @media (min-width: 1280px) {
    .p-mamacareContact__main {
      padding-bottom: 12rem; } }

.p-mamacareContact__img {
  overflow: hidden;
  margin-left: 0; }
  @media (max-width: 959px) {
    .p-mamacareContact__img {
      margin-bottom: 2rem; } }
  @media (min-width: 960px) {
    .p-mamacareContact__img {
      width: 60%; } }

.p-mamacareContact__txt {
  overflow: hidden; }
  @media (min-width: 960px) {
    .p-mamacareContact__txt {
      position: absolute;
      width: 60%;
      padding: 4rem;
      bottom: 0;
      background: #ffffff;
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
      right: 0; } }
  .p-mamacareContact__txt h1 {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 2.2rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem; }
  .p-mamacareContact__txt p {
    margin-bottom: 2rem;
    line-height: 2; }

.p-recruitMain {
  text-align: center; }

.p-recruitMain__img {
  margin-bottom: 2rem; }

@media (min-width: 960px) {
  .p-recruitType__list {
    display: flex;
    align-items: flex-start; } }

.p-recruitType__item {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-recruitType__item.is-start {
    opacity: 1; }
  @media (max-width: 599px) {
    .p-recruitType__item {
      text-align: center; } }
  @media (max-width: 959px) {
    .p-recruitType__item {
      margin-bottom: 2rem; }
      .p-recruitType__item:last-child {
        margin-bottom: 0; } }
  @media (min-width: 960px) {
    .p-recruitType__item {
      width: calc(100% / 3);
      padding: 10px;
      text-align: center; } }

@media (min-width: 600px) and (max-width: 959px) {
  .p-recruitType__item > a {
    display: flex;
    align-items: center; } }

@media (min-width: 600px) and (max-width: 959px) {
  .p-recruitType__img {
    width: 30%;
    padding-right: 5%; } }
@media (max-width: 599px), (min-width: 960px) {
  .p-recruitType__img {
    margin-bottom: 2rem; } }

@media (min-width: 600px) and (max-width: 959px) {
  .p-recruitType__txt {
    width: 70%; } }

.p-recruitEnFeature__img {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  margin-bottom: 2rem; }
  .p-recruitEnFeature__img.is-start {
    opacity: 1; }

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

@media (max-width: 959px) {
  .p-recruitEnFeature__item {
    margin-bottom: 2rem; }
    .p-recruitEnFeature__item:last-child {
      margin-bottom: 0; } }
@media (min-width: 960px) {
  .p-recruitEnFeature__item {
    width: 32%; } }

@media (min-width: 600px) {
  .p-recruitProgram__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; } }

.p-recruitProgram__item {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-recruitProgram__item.is-start {
    opacity: 1; }
  @media (min-width: 600px) {
    .p-recruitProgram__item {
      width: 50%;
      padding: 10px; } }
  @media (min-width: 960px) {
    .p-recruitProgram__item {
      width: calc(100% / 3); } }

.p-recruitProgram__tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: .1rem .5rem;
  background: rgba(236, 109, 16, 0.8);
  border-radius: 5px 0 5px 0;
  color: #ffffff;
  font-size: 1.2rem; }
  @media (min-width: 600px) {
    .p-recruitProgram__tag {
      left: 10px;
      top: 10px; } }

.p-recruitProgram__img {
  margin-bottom: 1rem;
  height: calc(5/8*100%);
  overflow: hidden;
  border-radius: 5px; }

.p-recruitInterview__ttl {
  font-family: 'Noto Serif Japanese', serif;
  text-align: center;
  margin-bottom: 2rem; }
  .p-recruitInterview__ttl:before {
    content: "- "; }
  .p-recruitInterview__ttl:after {
    content: " -"; }

@media (min-width: 600px) {
  .p-recruitInterview__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; } }

.p-recruitInterview__item {
  margin-bottom: 3rem;
  width: 100%;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-recruitInterview__item.is-start {
    opacity: 1; }
  @media (min-width: 600px) {
    .p-recruitInterview__item {
      width: 50%;
      padding: 10px; } }
  @media (min-width: 960px) {
    .p-recruitInterview__item {
      width: calc(100% / 3); } }
  .p-recruitInterview__item > a {
    display: block;
    overflow: hidden;
    position: relative; }
    .p-recruitInterview__item > a:hover .p-recruitInterview__img img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

.p-recruitInterview__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: .2rem .8rem;
  z-index: 2;
  border-radius: 5px 0 5px 0;
  color: #ffffff;
  background: rgba(236, 109, 16, 0.8); }

.p-recruitInterview__img {
  margin-bottom: 1rem;
  height: calc(5/8*100%);
  overflow: hidden;
  border-radius: 5px; }
  .p-recruitInterview__img img {
    transition: .8s ease-out; }

.p-recruitDetails {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-recruitDetails.is-start {
    opacity: 1; }
  @media (min-width: 960px) {
    .p-recruitDetails {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #fce0cc; } }
  @media (max-width: 959px) {
    .p-recruitDetails dt {
      display: inline-block;
      border-bottom: 1px solid #ec6d10;
      margin-bottom: 1rem;
      font-size: 1.6rem; } }
  @media (min-width: 960px) {
    .p-recruitDetails dt {
      width: 20%;
      background-color: #fef8f3;
      padding: 2rem;
      border-top: 1px solid #fce0cc;
      border-left: 1px solid #fce0cc; } }
  @media (max-width: 959px) {
    .p-recruitDetails dd {
      margin-bottom: 3rem; } }
  @media (min-width: 960px) {
    .p-recruitDetails dd {
      width: 80%;
      padding: 2rem;
      border-top: 1px solid #fce0cc;
      border-right: 1px solid #fce0cc; } }
  .p-recruitDetails dd img {
    max-width: 300px;
    margin-bottom: 1rem; }
  .p-recruitDetails .small {
    font-size: smaller; }
  .p-recruitDetails a {
    border-bottom: 1px solid; }

.p-recruitDetails__history th, .p-recruitDetails__history td {
  vertical-align: top; }
.p-recruitDetails__history th {
  white-space: nowrap;
  padding-bottom: 2rem; }
.p-recruitDetails__history td {
  padding: 0 0 2rem 2rem; }

.p-recruitEntry__main {
  margin-bottom: 5rem; }
  .p-recruitEntry__main:last-child {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .p-recruitEntry__main {
      position: relative;
      padding-bottom: 5rem; } }
  @media (min-width: 1280px) {
    .p-recruitEntry__main {
      padding-bottom: 10rem; } }

.p-recruitEntry__img {
  overflow: hidden;
  margin-left: 0; }
  @media (max-width: 959px) {
    .p-recruitEntry__img {
      margin-bottom: 2rem; } }
  @media (min-width: 960px) {
    .p-recruitEntry__img {
      width: 60%; } }

.p-recruitEntry__txt {
  overflow: hidden; }
  @media (min-width: 960px) {
    .p-recruitEntry__txt {
      position: absolute;
      width: 60%;
      padding: 2rem 4rem;
      bottom: 1rem;
      background: #ffffff;
      box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.3);
      right: 0; } }
  @media (min-width: 1280px) {
    .p-recruitEntry__txt {
      bottom: 5rem; } }
  .p-recruitEntry__txt h1 {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 2.2rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem; }
  .p-recruitEntry__txt p {
    margin-bottom: 2rem;
    line-height: 2; }

.p-company {
  padding-top: 10rem; }
  @media (min-width: 960px) {
    .p-company {
      padding-top: 15rem; } }

.p-companyOutline {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-companyOutline.is-start {
    opacity: 1; }
  @media (min-width: 960px) {
    .p-companyOutline {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #fce0cc; } }
  @media (max-width: 959px) {
    .p-companyOutline dt {
      display: inline-block;
      border-bottom: 1px solid #ec6d10;
      margin-bottom: 1rem;
      font-size: 1.6rem; } }
  @media (min-width: 960px) {
    .p-companyOutline dt {
      width: 20%;
      background-color: #fef8f3;
      padding: 2rem;
      border-top: 1px solid #fce0cc;
      border-left: 1px solid #fce0cc; } }
  @media (max-width: 959px) {
    .p-companyOutline dd {
      margin-bottom: 3rem; } }
  @media (min-width: 960px) {
    .p-companyOutline dd {
      width: 80%;
      padding: 2rem;
      border-top: 1px solid #fce0cc;
      border-right: 1px solid #fce0cc; } }
  .p-companyOutline dd img {
    max-width: 300px;
    margin-bottom: 1rem; }
  .p-companyOutline .small {
    font-size: smaller; }
  .p-companyOutline a {
    border-bottom: 1px solid; }

.p-companyOutline__history th, .p-companyOutline__history td {
  vertical-align: top; }
.p-companyOutline__history th {
  white-space: nowrap;
  padding-bottom: 2rem; }
.p-companyOutline__history td {
  padding: 0 0 2rem 2rem; }

.p-contact {
  padding-top: 10rem; }
  @media (min-width: 960px) {
    .p-contact {
      padding-top: 15rem; } }

.p-contactMain {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-contactMain.is-start {
    opacity: 1; }

.p-contactInfo a {
  border-bottom: 1px solid; }

.p-contactForm {
  margin-top: 2rem; }

@media (max-width: 599px) {
  .p-contactForm__item {
    margin-bottom: 2rem; } }
@media (min-width: 600px) {
  .p-contactForm__item {
    display: flex;
    border-top: 1px solid #fce0cc;
    border-bottom: 1px solid #fce0cc;
    margin-bottom: -1px; } }

@media (max-width: 599px) {
  .p-contactForm__label {
    display: inline-block;
    border-bottom: 1px solid #ec6d10;
    margin-bottom: 1rem;
    font-size: 1.6rem; } }
@media (min-width: 600px) {
  .p-contactForm__label {
    width: 30%;
    background-color: #fef8f3;
    padding: 2rem;
    border-left: 1px solid #fce0cc; } }

@media (max-width: 599px) {
  .p-contactForm__field {
    margin-bottom: 3rem; } }
@media (min-width: 600px) {
  .p-contactForm__field {
    width: 70%;
    padding: 2rem;
    border-right: 1px solid #fce0cc; } }

.p-contactForm__btn {
  margin-top: 2rem;
  text-align: center; }
  .p-contactForm__btn button {
    width: 100%;
    max-width: 200px;
    padding: 1rem;
    background-color: #ec6d10;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.56, 0.2, 0.81, 0.43); }
    .p-contactForm__btn button:hover {
      background-color: #f39855;
      transition: 0.2s cubic-bezier(0.31, 0.72, 0.43, 0.81); }

.p-contactThx {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  text-align: center; }
  .p-contactThx.is-start {
    opacity: 1; }
  .p-contactThx .thx {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Noto Serif Japanese', serif;
    margin-bottom: 1rem; }

.p-contactConfirm {
  text-align: center; }
  .p-contactConfirm .errors {
    display: inline-block;
    margin: 2rem 0;
    padding: 3rem 1rem;
    background-color: #fef8f3;
    color: #ec6d10; }
    @media (min-width: 500px) {
      .p-contactConfirm .errors {
        padding: 3rem 4rem; } }
  .p-contactConfirm .error_messe {
    margin-bottom: .5rem; }
    .p-contactConfirm .error_messe:last-child {
      margin-bottom: 0; }

.p-contactConfirm__table {
  margin: 3rem auto;
  width: 100%; }
  .p-contactConfirm__table th {
    width: 30%;
    padding: 2rem;
    background-color: #fef8f3;
    border: 1px solid #fce0cc; }
  .p-contactConfirm__table td {
    width: 70%;
    padding: 2rem;
    border: 1px solid #fce0cc; }

.p-contactConfirm__btn input {
  width: 100%;
  max-width: 200px;
  padding: 1rem;
  background-color: #ec6d10;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.56, 0.2, 0.81, 0.43);
  margin: 0 auto; }
  .p-contactConfirm__btn input:hover {
    background-color: #f39855;
    transition: 0.2s cubic-bezier(0.31, 0.72, 0.43, 0.81); }
@media (max-width: 599px) {
  .p-contactConfirm__btn input[type="submit"] {
    margin-bottom: 1rem; } }

.p-news {
  padding-top: 10rem; }
  @media (min-width: 960px) {
    .p-news {
      padding-top: 15rem; } }

@media (min-width: 960px) {
  .p-news__body {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 100px; } }

.p-news__nav {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-news__nav.is-start {
    opacity: 1; }
  @media (max-width: 959px) {
    .p-news__nav {
      margin-bottom: 3rem;
      border-radius: 5px;
      background-color: #4c4c4c; } }
  @media (min-width: 960px) {
    .p-news__nav {
      width: 20%; } }

.p-news__nav__ttl {
  color: #ffffff;
  font-size: 1.4rem;
  padding: .5rem 1rem;
  position: relative; }
  @media (min-width: 960px) {
    .p-news__nav__ttl {
      display: none; } }
  @media (max-width: 959px) {
    .p-news__nav__ttl:after {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1;
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 10px;
      transition: .18s ease-in .1s;
      transform: translate(0, -50%);
      transform-origin: 5px 4px; } }
  @media (max-width: 959px) {
    .p-news__nav__ttl.is-active:after {
      transform: rotate(180deg); } }

@media (max-width: 959px) {
  .p-news__nav__list {
    display: none;
    padding: 1rem; } }

.p-news__nav__item {
  margin-bottom: 1rem; }
  @media (min-width: 960px) {
    .p-news__nav__item {
      margin-bottom: 2rem; } }
  .p-news__nav__item:last-child {
    margin-bottom: 0; }
  .p-news__nav__item a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #4c4c4c; }
    @media (max-width: 959px) {
      .p-news__nav__item a {
        padding: 10px;
        border-radius: 5px;
        background-color: #ffffff; } }
    @media (min-width: 960px) {
      .p-news__nav__item a {
        padding: .6rem 1rem;
        border: 3px solid;
        border-radius: 5px; } }
    .p-news__nav__item a:before {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1;
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 10px;
      width: 1em;
      height: 1em;
      transition: .18s ease-in .1s;
      transform: translate(0, -50%); }
    @media (min-width: 960px) {
      .p-news__nav__item a:hover {
        color: #ffffff !important;
        background-color: #4c4c4c;
        border-color: #4c4c4c; } }
    @media (min-width: 960px) {
      .p-news__nav__item a:hover:before {
        right: 0; } }
  .p-news__nav__item.nishitobe a {
    border-color: #FF8563;
    color: #FF8563; }
  @media (min-width: 960px) {
    .p-news__nav__item.nishitobe a:hover {
      background-color: #FF8563; } }
  .p-news__nav__item.nishikasai a {
    border-color: #56D35E;
    color: #56D35E; }
  @media (min-width: 960px) {
    .p-news__nav__item.nishikasai a:hover {
      background-color: #56D35E; } }
  .p-news__nav__item.ohananishikasai a {
    border-color: #4adbc8;
    color: #4adbc8; }
  @media (min-width: 960px) {
    .p-news__nav__item.ohananishikasai a:hover {
      background-color: #4adbc8; } }
  .p-news__nav__item.yokohama a {
    border-color: #0A77C5;
    color: #0A77C5; }
  @media (min-width: 960px) {
    .p-news__nav__item.yokohama a:hover {
      background-color: #0A77C5; } }
  .p-news__nav__item.hoshikawa a {
    border-color: #FFCF00;
    color: #FFCF00; }
  @media (min-width: 960px) {
    .p-news__nav__item.hoshikawa a:hover {
      background-color: #FFCF00; } }
  .p-news__nav__item.futamatagawa a {
    border-color: #ff638f;
    color: #ff638f; }
  @media (min-width: 960px) {
    .p-news__nav__item.futamatagawa a:hover {
      background-color: #ff638f; } }
  .p-news__nav__item.info a {
    border-color: #6457a6;
    color: #6457a6; }
  @media (min-width: 960px) {
    .p-news__nav__item.info a:hover {
      background-color: #6457a6; } }
  .p-news__nav__item.recruit a {
    border-color: #2BB4FF;
    color: #2BB4FF; }
  @media (min-width: 960px) {
    .p-news__nav__item.recruit a:hover {
      background-color: #2BB4FF; } }
  .p-news__nav__item.all a {
    border-color: #4c4c4c;
    color: #4c4c4c; }
  @media (min-width: 960px) {
    .p-news__nav__item.all a:hover {
      background-color: #4c4c4c; } }
  .p-news__nav__item.tammachi a {
    border-color: #1b998b;
    color: #1b998b; }
  @media (min-width: 960px) {
    .p-news__nav__item.tammachi a:hover {
      background-color: #1b998b; } }
  .p-news__nav__item.tsurumi a {
    border-color: #e84855;
    color: #e84855; }
  @media (min-width: 960px) {
    .p-news__nav__item.tsurumi a:hover {
      background-color: #e84855; } }
  .p-news__nav__item.kangosi a {
    border-color: #ff0000;
    color: #ff0000; }
  @media (min-width: 960px) {
    .p-news__nav__item.kangosi a:hover {
      background-color: #ff0000; } }
  .p-news__nav__item.eiyousi a {
    border-color: #b34b92;
    color: #b34b92; }
  @media (min-width: 960px) {
    .p-news__nav__item.eiyousi a:hover {
      background-color: #b34b92; } }
  .p-news__nav__item.kosodate a {
    border-color: #ffa7e3;
    color: #ffa7e3; }
  @media (min-width: 960px) {
    .p-news__nav__item.kosodate a:hover {
      background-color: #ffa7e3; } }

@media (min-width: 960px) {
  .p-news__article__list {
    width: 75%; } }

.p-news__article__item {
  margin-bottom: 5rem;
  width: 100%;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-news__article__item.is-start {
    opacity: 1; }
  .p-news__article__item a {
    color: #4c4c4c; }
    @media (min-width: 600px) {
      .p-news__article__item a {
        display: flex;
        align-items: flex-start; } }
  .p-news__article__item .photo {
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 599px) {
      .p-news__article__item .photo {
        margin-bottom: 1rem; } }
    @media (min-width: 600px) {
      .p-news__article__item .photo {
        width: 25%; } }
    .p-news__article__item .photo:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: .2s;
      border-radius: 5px; }
  @media (min-width: 600px) {
    .p-news__article__item .txt {
      width: 70%;
      margin-left: 5%; } }
  .p-news__article__item .name-en {
    display: inline-block;
    border-radius: 3px;
    padding: .4rem .5rem;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 1.0rem;
    color: #ffffff; }
  .p-news__article__item .name-ja {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: .5rem; }
  .p-news__article__item .ttl {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 1.6rem;
    margin-bottom: .5rem; }
  .p-news__article__item .info {
    margin-bottom: 1rem; }
  .p-news__article__item .date {
    font-size: 1.0rem; }
  .p-news__article__item.nishitobe:hover .photo:after {
    box-shadow: 0 0 0 5px #FF8563 inset; }
  .p-news__article__item.nishitobe .name-en {
    background-color: #FF8563; }
  .p-news__article__item.nishikasai:hover .photo:after {
    box-shadow: 0 0 0 5px #56D35E inset; }
  .p-news__article__item.nishikasai .name-en {
    background-color: #56D35E; }
  .p-news__article__item.ohananishikasai:hover .photo:after {
    box-shadow: 0 0 0 5px #4adbc8 inset; }
  .p-news__article__item.ohananishikasai .name-en {
    background-color: #4adbc8; }
  .p-news__article__item.yokohama:hover .photo:after {
    box-shadow: 0 0 0 5px #0A77C5 inset; }
  .p-news__article__item.yokohama .name-en {
    background-color: #0A77C5; }
  .p-news__article__item.hoshikawa:hover .photo:after {
    box-shadow: 0 0 0 5px #FFCF00 inset; }
  .p-news__article__item.hoshikawa .name-en {
    background-color: #FFCF00; }
  .p-news__article__item.futamatagawa:hover .photo:after {
    box-shadow: 0 0 0 5px #ff638f inset; }
  .p-news__article__item.futamatagawa .name-en {
    background-color: #ff638f; }
  .p-news__article__item.tammachi:hover .photo:after {
    box-shadow: 0 0 0 5px #1b998b inset; }
  .p-news__article__item.tammachi .name-en {
    background-color: #1b998b; }
  .p-news__article__item.tsurumi:hover .photo:after {
    box-shadow: 0 0 0 5px #e84855 inset; }
  .p-news__article__item.tsurumi .name-en {
    background-color: #e84855; }
  .p-news__article__item.info:hover .photo:after {
    box-shadow: 0 0 0 5px #6457a6 inset; }
  .p-news__article__item.info .name-en {
    background-color: #6457a6; }
  .p-news__article__item.recruit:hover .photo:after {
    box-shadow: 0 0 0 5px #2BB4FF inset; }
  .p-news__article__item.recruit .name-en {
    background-color: #2BB4FF; }
  .p-news__article__item.kangosi:hover .photo:after {
    box-shadow: 0 0 0 5px #ff0000 inset; }
  .p-news__article__item.kangosi .name-en {
    background-color: #ff0000; }
  .p-news__article__item.eiyousi:hover .photo:after {
    box-shadow: 0 0 0 5px #b34b92 inset; }
  .p-news__article__item.eiyousi .name-en {
    background-color: #b34b92; }
  .p-news__article__item.kosodate:hover .photo:after {
    box-shadow: 0 0 0 5px #ffa7e3 inset; }
  .p-news__article__item.kosodate .name-en {
    background-color: #ffa7e3; }

@media (min-width: 960px) {
  .p-news__article__main {
    width: 75%; } }

.p-news__article__single {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .p-news__article__single.is-start {
    opacity: 1; }
  .p-news__article__single .meta {
    margin-bottom: 2rem; }
  .p-news__article__single .name {
    display: inline-block;
    background-color: #4c4c4c;
    border-radius: 3px;
    padding: .4rem .5rem;
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 1rem;
    color: #ffffff; }
  .p-news__article__single .date {
    font-size: 1.0rem; }
  .p-news__article__single .body .ttl {
    margin-bottom: 2rem;
    font-family: 'Noto Serif Japanese', serif; }
  .p-news__article__single .body p {
    margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .p-news__article__single .body img {
      width: inherit;
      max-width: 100%; } }
  .p-news__article__single.nishitobe:hover .photo:after {
    box-shadow: 0 0 0 5px #FF8563 inset; }
  .p-news__article__single.nishitobe .name {
    background-color: #FF8563; }
  .p-news__article__single.nishikasai:hover .photo:after {
    box-shadow: 0 0 0 5px #56D35E inset; }
  .p-news__article__single.nishikasai .name {
    background-color: #56D35E; }
  .p-news__article__single.yokohama:hover .photo:after {
    box-shadow: 0 0 0 5px #0A77C5 inset; }
  .p-news__article__single.yokohama .name {
    background-color: #0A77C5; }
  .p-news__article__single.hoshikawa:hover .photo:after {
    box-shadow: 0 0 0 5px #FFCF00 inset; }
  .p-news__article__single.hoshikawa .name {
    background-color: #FFCF00; }
  .p-news__article__single.futamatagawa:hover .photo:after {
    box-shadow: 0 0 0 5px #ff638f inset; }
  .p-news__article__single.futamatagawa .name {
    background-color: #ff638f; }
  .p-news__article__single.tammachi:hover .photo:after {
    box-shadow: 0 0 0 5px #1b998b inset; }
  .p-news__article__single.tammachi .name {
    background-color: #1b998b; }
  .p-news__article__single.tsurumi:hover .photo:after {
    box-shadow: 0 0 0 5px #e84855 inset; }
  .p-news__article__single.tsurumi .name {
    background-color: #e84855; }
  .p-news__article__single.info:hover .photo:after {
    box-shadow: 0 0 0 5px #6457a6 inset; }
  .p-news__article__single.info .name {
    background-color: #6457a6; }
  .p-news__article__single.recruit:hover .photo:after {
    box-shadow: 0 0 0 5px #2BB4FF inset; }
  .p-news__article__single.recruit .name {
    background-color: #2BB4FF; }
  .p-news__article__single.kangosi:hover .photo:after {
    box-shadow: 0 0 0 5px #ff0000 inset; }
  .p-news__article__single.kangosi .name {
    background-color: #ff0000; }
  .p-news__article__single.eiyousi:hover .photo:after {
    box-shadow: 0 0 0 5px #b34b92 inset; }
  .p-news__article__single.eiyousi .name {
    background-color: #b34b92; }
  .p-news__article__single.kosodate:hover .photo:after {
    box-shadow: 0 0 0 5px #ffa7e3 inset; }
  .p-news__article__single.kosodate .name {
    background-color: #ffa7e3; }

.p-notfound {
  padding-top: 10rem; }

@media (min-width: 960px) {
  .p-notfound {
    padding-top: 15rem; } }
.p-notfoundMain {
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  text-align: center; }
  .p-notfoundMain.is-start {
    opacity: 1; }
  .p-notfoundMain h2 {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Noto Serif Japanese', serif;
    margin-bottom: 1rem; }
  .p-notfoundMain p {
    margin-bottom: 1rem; }
  .p-notfoundMain a {
    color: #ec6d10; }

.c-menuSwitch {
  z-index: 1002;
  width: 40px;
  height: 40px;
  margin-left: auto;
  position: relative;
  display: none; }
  @media (max-width: 959px) {
    .c-menuSwitch {
      display: block;
      position: fixed;
      top: -10px;
      right: 10px;
      opacity: 0; }
      .index-is-start .c-menuSwitch {
        -webkit-animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 reverse forwards;
        animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 2.4s 1 reverse forwards; }
      .sub-is-start .c-menuSwitch {
        -webkit-animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 reverse forwards;
        animation: fade-1 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 normal forwards, move-2 0.6s cubic-bezier(0.5, 0.19, 0.17, 0.95) 0.4s 1 reverse forwards; } }
  .c-menuSwitch:hover {
    cursor: pointer; }
  .c-menuSwitch .icon, .c-menuSwitch .icon:before, .c-menuSwitch .icon:after {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    background: #4c4c4c;
    border-radius: 1px; }
    .is-open .c-menuSwitch .icon, .is-open .c-menuSwitch .icon:before, .is-open .c-menuSwitch .icon:after {
      background: #4c4c4c; }
  .c-menuSwitch .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .2s; }
    .c-menuSwitch .icon:before, .c-menuSwitch .icon:after {
      content: "";
      transition: .3s; }
    .c-menuSwitch .icon:before {
      margin-top: -7px; }
    .c-menuSwitch .icon:after {
      margin-top: 7px;
      transition: .6s; }
  .c-menuSwitch .move {
    background: transparent !important; }
    .c-menuSwitch .move:before, .c-menuSwitch .move:after {
      margin-top: 0px !important;
      margin-left: 3px !important; }
    .c-menuSwitch .move:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .c-menuSwitch .move:after {
      -webkit-transform: rotate(405deg);
      transform: rotate(405deg); }

@media (max-width: 959px) {
  .c-gNav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    z-index: 100;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .is-open .c-gNav {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      transition: all 0.5s cubic-bezier(0.57, 0.3, 0.45, 1.02); } }
@media (min-width: 960px) {
  .c-gNav {
    margin-left: auto; } }

@media (max-width: 959px) {
  .c-gNav__inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px; } }
@media (min-width: 960px) {
  .c-gNav__inner {
    display: flex; } }

@media (min-width: 960px) {
  .c-gNav__item {
    margin-left: 2rem; }
    .c-gNav__item:first-child {
      margin-left: 0; } }
@media (min-width: 1280px) {
  .c-gNav__item {
    margin-left: 4rem; } }

@media (max-width: 959px) {
  .c-gNav__item > a {
    display: block;
    padding: 1rem; } }
@media (min-width: 960px) {
  .c-gNav__item > a {
    padding: 5px;
    text-align: center;
    color: #ffffff;
    display: block; }
    .c-gNav__item > a:hover {
      color: #ec6d10;
      transition: .3s ease-in; } }

@media (max-width: 959px) {
  .c-gNav__item .jp {
    font-size: 1.5rem; } }
@media (min-width: 960px) {
  .c-gNav__item .jp {
    font-size: 1.4rem;
    margin-bottom: .5rem; }
    .smaller .c-gNav__item .jp {
      font-size: 1.3rem;
      margin-bottom: 0; } }
@media (min-width: 1280px) {
  .c-gNav__item .jp {
    font-size: 1.5rem; } }

@media (max-width: 959px) {
  .c-gNav__item .en {
    font-size: 1rem;
    color: #ec6d10; } }
@media (min-width: 960px) {
  .c-gNav__item .en {
    font-size: .9rem;
    letter-spacing: .2rem; }
    .smaller .c-gNav__item .en {
      font-size: .8rem;
      color: #ec6d10; } }

@media (max-width: 959px) {
  .c-gNav__inner_sns {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    font-size: 1.4rem; } }
@media (min-width: 960px) {
  .c-gNav__inner_sns {
    display: flex;
    justify-content: flex-end; } }

@media (min-width: 960px) {
  .c-gNav__item_sns {
    margin-left: 1.5rem;
    font-size: 1.6rem;
    margin-bottom: .5rem; }
    .smaller .c-gNav__item_sns {
      font-size: 1.4rem;
      margin-bottom: 0; }
    .c-gNav__item_sns:first-child {
      margin-left: 0; } }
@media (min-width: 1280px) {
  .c-gNav__item_sns {
    margin-left: 1.5rem;
    font-size: 1.5rem; } }

@media (max-width: 959px) {
  .c-gNav__item_sns > a {
    display: block;
    padding: 1.5rem; } }
@media (min-width: 960px) {
  .c-gNav__item_sns > a {
    padding: 5px;
    text-align: center;
    color: #ffffff;
    display: block; }
    .c-gNav__item_sns > a:hover {
      color: #ec6d10;
      transition: .3s ease-in; } }

.c-header {
  position: relative;
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 30vh;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden; }
  .c-header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: #FFE53B;
    background-image: linear-gradient(180deg, #bc570d 0%, #ec6d10 100%);
    opacity: .5; }
  .c-header.is-start {
    opacity: 1;
    transition: opacity .6s,transform 1s; }

.c-header__title {
  font-family: 'Noto Serif Japanese', serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 102;
  color: #ffffff;
  margin-top: 30px;
  width: 100%;
  padding: 0 15px; }
  .c-header__title .jp {
    font-size: 2.5rem;
    line-height: 1.2; }
    @media (min-width: 600px) {
      .c-header__title .jp {
        font-size: 3.8rem; } }
  .c-header__title .en {
    font-size: 1.5rem; }
    @media (min-width: 600px) {
      .c-header__title .en {
        font-size: 2rem; } }

.c-header--about {
  background-image: url(../img/index/hero/01.jpg); }

.c-header--Solution {
  background-image: url(../img/index/hero/01.jpg); }

.c-header--hoiku {
  background-image: url(../img/index/hero/01.jpg); }

.c-header--nurse {
  background-image: url(../img/index/hero/01.jpg); }

.c-header--mamacare {
  background-image: url(../img/index/hero/01.jpg); }

.c-header--recruit {
  background-image: url(../img/index/hero/01.jpg); }

.c-header--recruitEn {
  background-image: url(../img/index/hero/01.jpg); }

.c-header--recruitNurse {
  background-image: url(../img/index/hero/01.jpg); }

.c-header--recruitMamacare {
  background-image: url(../img/index/hero/01.jpg); }

.c-sec {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (max-width: 959px) {
    .c-sec.container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 960px) {
    .c-sec.container {
      padding-left: 50px;
      padding-right: 50px;
      max-width: 1280px;
      margin: 0 auto; } }

.c-sec--style2__main {
  display: flex;
  flex-direction: column; }
  @media (min-width: 960px) {
    .c-sec--style2__main {
      flex-direction: row; } }

.c-sec--style2__txt {
  width: 100%;
  order: 2; }
  @media (min-width: 960px) {
    .c-sec--style2__txt {
      width: 60%;
      padding-right: 5%;
      order: 1; } }

.c-sec--style2__img {
  width: 100%;
  order: 1;
  margin-bottom: 2rem; }
  @media (min-width: 960px) {
    .c-sec--style2__img {
      width: 35%;
      order: 2;
      margin-bottom: 0; } }

.c-secTitle {
  font-family: 'Noto Serif Japanese', serif;
  text-align: center;
  margin-bottom: 5rem; }
  .c-secTitle > .jp {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.6;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; }
    @media (min-width: 960px) {
      .c-secTitle > .jp {
        font-size: 2.5rem; } }
  .c-secTitle > .en {
    font-weight: 500;
    font-size: 1.2rem;
    color: #ec6d10;
    display: block;
    letter-spacing: 2px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0; }
    @media (min-width: 960px) {
      .c-secTitle > .en {
        font-size: 1.4rem; } }
  .c-secTitle.is-start > .jp {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .6s,transform 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: .2s; }
  .c-secTitle.is-start > .en {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .8s,transform 1.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: .4s; }

.c-secTitle--style2.is-start .sub {
  transition-delay: .2s; }
.c-secTitle--style2.is-start .jp {
  transition-delay: 1.6s; }

.c-btn {
  font-family: 'Noto Serif Japanese', serif;
  position: relative;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px; }
  .c-btn > a, .c-btn > button {
    display: inline-block;
    transition: all .3s;
    padding: 1.2rem 0 1.4rem;
    position: relative;
    overflow: hidden; }
    .c-btn > a:before, .c-btn > button:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 1px;
      background-color: #ec6d10; }
      .is-start .c-btn > a:before, .is-start .c-btn > button:before {
        transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
        width: 100%; }

.c-btn__2set {
  font-family: 'Noto Serif Japanese', serif;
  position: relative;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px; }
  .c-btn__2set > a, .c-btn__2set > button {
    display: inline-block;
    transition: all .3s;
    padding: 1.2rem 0 1.4rem;
    margin: 0 1rem 0;
    position: relative;
    overflow: hidden; }
    .c-btn__2set > a:before, .c-btn__2set > button:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 1px;
      background-color: #ec6d10; }
      .is-start .c-btn__2set > a:before, .is-start .c-btn__2set > button:before {
        transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
        width: 100%; }

.c-fadeUp__txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
  .is-start .c-fadeUp__txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1) 1.5s; }

.c-slide__txt {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }
  .is-start .c-slide__txt {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 4s,transform 4s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 1s; }
  .c-slide__txt:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 2; }
    .is-start .c-slide__txt:before {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transition: transform 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0.5s; }

.c-slide__img {
  position: relative;
  height: 100%;
  transition: transform 2s;
  overflow: hidden; }
  .c-slide__img:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 2; }
    .is-start .c-slide__img:before {
      transition: transform 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0.5s; }

.c-slide__img.right {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%); }
  .is-start .c-slide__img.right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: transform 1.8s ease .5s; }
    .is-start .c-slide__img.right:before {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }

.c-slide__img.left {
  -webkit-transform: translateX(5%);
  transform: translateX(5%); }
  .is-start .c-slide__img.left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: transform 1.8s ease .5s; }
    .is-start .c-slide__img.left:before {
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }

@media (min-width: 600px) {
  .c-article__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; } }

.c-article__item {
  margin-bottom: 3rem;
  width: 100%;
  opacity: 0;
  transition: opacity 1.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .c-article__item.is-start {
    opacity: 1; }
  @media (min-width: 600px) {
    .c-article__item {
      width: 50%;
      padding: 10px; } }
  @media (min-width: 960px) {
    .c-article__item {
      width: calc(100% / 4); } }
  .c-article__item > a {
    display: block;
    overflow: hidden;
    position: relative; }
    .c-article__item > a:hover .photo img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .c-article__item .tag {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: .2rem .8rem;
    z-index: 2;
    border-radius: 5px 0 5px 0;
    color: #ffffff; }
  .c-article__item .tag-info {
    background: rgba(100, 87, 166, 0.8); }
  .c-article__item .tag-recruit {
    background: rgba(43, 180, 255, 0.8); }
  .c-article__item .tag-nishitobe {
    background: rgba(255, 133, 99, 0.8); }
  .c-article__item .tag-nishikasai {
    background: rgba(86, 211, 94, 0.8); }
  .c-article__item .tag-ohananishikasai {
    background: rgba(74, 219, 200, 0.8); }
  .c-article__item .tag-yokohama {
    background: rgba(10, 119, 197, 0.8); }
  .c-article__item .tag-hoshikawa {
    background: rgba(255, 207, 0, 0.8); }
  .c-article__item .tag-tammachi {
    background: rgba(27, 153, 139, 0.8); }
  .c-article__item .tag-tsurumi {
    background: rgba(232, 72, 85, 0.8); }
  .c-article__item .tag-futamatagawa {
    background: rgba(255, 99, 143, 0.8); }
  .c-article__item .tag-kangosi {
    background: rgba(255, 0, 0, 0.8); }
  .c-article__item .tag-eiyousi {
    background: rgba(179, 75, 146, 0.8); }
  .c-article__item .tag-kosodate {
    background: rgba(255, 167, 227, 0.8); }
  .c-article__item .photo {
    margin-bottom: 1rem;
    height: calc(5/8*100%);
    overflow: hidden;
    border-radius: 5px; }
    .c-article__item .photo img {
      transition: .8s ease-out; }
  .c-article__item .ttl {
    font-family: 'Noto Serif Japanese', serif;
    font-size: 1.6rem; }
  .c-article__item .date {
    font-size: 1.2rem; }

.c-pager {
  display: flex; }
  @media (min-width: 420px) {
    .c-pager {
      margin: 0 auto;
      max-width: 400px; } }

.c-pager-list {
  display: flex;
  flex: 1;
  padding: 0 5%; }

.c-pager-item {
  width: 21%;
  margin: 0 2%;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.c-pager-num {
  border-radius: 3px;
  color: #ffffff; }
  .c-pager-num a {
    display: block;
    background-color: #4c4c4c;
    color: #ffffff;
    border-radius: 3px; }
    .c-pager-num a:hover {
      background-color: #ec6d10; }
  .c-pager-num.current {
    background-color: #ec6d10; }
    .c-pager-num.current a {
      background-color: #ec6d10; }

.c-pager-btn {
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #4c4c4c;
  color: #4c4c4c;
  text-align: center; }
  .c-pager-btn:hover {
    border-bottom-color: #ec6d10;
    color: #ec6d10; }

.c-input {
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  border: 1px solid #cccccc; }

.c-input--type1 {
  width: 100%;
  border-radius: 3px; }
  @media (min-width: 600px) {
    .c-input--type1 {
      max-width: 350px; } }

.c-input--type2 {
  width: 120px;
  border-radius: 3px; }

.c-textarea {
  padding: 1rem;
  font-size: 1.3rem;
  border: 1px solid #cccccc; }

.c-textarea--type1 {
  width: 100%;
  border-radius: 3px; }
  @media (max-width: 599px) {
    .c-textarea--type1 {
      height: 100px; } }
  @media (min-width: 600px) {
    .c-textarea--type1 {
      max-width: 500px;
      height: 25rem; } }

.c-hissu {
  color: #ec6d10;
  font-size: smaller; }

.c-select-box {
  position: relative;
  display: inline-block; }
  .c-select-box .c-select {
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: .8rem 4rem .8rem .5rem;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff; }
  .c-select-box:after {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: .7rem;
    height: .7rem;
    content: '';
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg) translateY(-0.7rem);
    transform: rotate(45deg) translateY(-0.7rem); }

.c-radio-box, .c-checkbox {
  position: relative;
  cursor: pointer; }
  .c-radio-box:before, .c-checkbox:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 2px; }
  .c-radio-box input, .c-checkbox input {
    opacity: 0;
    margin-right: .5rem; }
  .c-radio-box:after, .c-checkbox:after {
    content: "";
    width: .5rem;
    height: .7rem;
    display: inline-block;
    border-right: 2px solid #ec6d10;
    border-bottom: 2px solid #ec6d10;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
    transition: .3s; }
  .c-radio-box.checked, .c-checkbox.checked {
    color: #ec6d10;
    transition: .3s; }
    .c-radio-box.checked:before, .c-checkbox.checked:before {
      border-color: #ec6d10; }
    .c-radio-box.checked:after, .c-checkbox.checked:after {
      opacity: 1; }

.is-locked {
  overflow-y: hidden; }

.is-active {
  display: block; }

.is-hidden {
  display: none; }

.is-blur {
  -webkit-filter: blur(2px);
  filter: blur(2px); }
