@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop,
[v-cloak] {
  display: block;
}

/* support iOS */
html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  background-color: #ffffff;
}

.wrapper {
  position: relative;
}

/* Colors: */
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #F5F5F5;
}

.bg-beige {
  background-color: #F4ECE2;
}

.f-orange {
  color: #E88C3E;
}

.f-orange-pale {
  color: #F79E52;
}

/*--- media screen ---*/
/* 
================================================

- フォント

================================================ */
/* ================================================

-

================================================ */
.lozad {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform;
  transition: opacity 0.6s ease-out, -webkit-transform;
  transition: transform, opacity 0.6s ease-out;
  transition: transform, opacity 0.6s ease-out, -webkit-transform;
}

.lozad[data-loaded=true] {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 769px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}
@media all and (min-width: 568px) {
  .onlysp {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp-min {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで100pxまで */
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで100pxまで */
.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

/* magrin-rightを5px刻みで100pxまで */
.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

/* magrin-leftを5px刻みで100pxまで */
.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.pSpace0 {
  padding: 0 0px;
}

.pSpace5 {
  padding: 0 5px;
}

.pSpace10 {
  padding: 0 10px;
}

.pSpace15 {
  padding: 0 15px;
}

.pSpace20 {
  padding: 0 20px;
}

.pSpace25 {
  padding: 0 25px;
}

.pSpace30 {
  padding: 0 30px;
}

.pSpace35 {
  padding: 0 35px;
}

.pSpace40 {
  padding: 0 40px;
}

.pSpace45 {
  padding: 0 45px;
}

.pSpace50 {
  padding: 0 50px;
}

.pSpace55 {
  padding: 0 55px;
}

.pSpace60 {
  padding: 0 60px;
}

.pSpace65 {
  padding: 0 65px;
}

.pSpace70 {
  padding: 0 70px;
}

.pSpace75 {
  padding: 0 75px;
}

.pSpace80 {
  padding: 0 80px;
}

.pSpace85 {
  padding: 0 85px;
}

.pSpace90 {
  padding: 0 90px;
}

.pSpace95 {
  padding: 0 95px;
}

.pSpace100 {
  padding: 0 100px;
}

/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- カード

================================================ */
.header-height {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .header-height {
    margin-top: 60px;
  }
}
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 568px) {
  a[href^="tel:"] {
    pointer-events: pointer;
  }
}
/* ================================================

- m-text-pink カラー

================================================ */
.m-text-pink {
  color: #EE82EE;
}

/* ================================================

- m-title, m-text タイトル,本文

================================================ */
.m-title {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.m-title-icon {
  width: 70px;
}

.m-subtitle {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.m-catch {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.m-text-big {
  font-size: 1.8rem;
}

.m-text {
  font-size: 1.6rem;
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .m-title {
    font-size: 2.4rem;
  }
  .m-title-icon {
    width: 48px;
  }
  .m-subtitle {
    font-size: 2rem;
  }
  .m-catch {
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .m-text-big {
    font-size: 1.6rem;
  }
  .m-text {
    font-size: 1.4rem;
  }
}
/* ================================================

- m-btn ボタン

================================================ */
.m-btn a {
  display: inline-block;
  font-size: 1.8rem;
}
.m-btn__deco {
  border-radius: 50%;
  width: 40px;
  background: #EE82EE;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 16px;
  position: relative;
}
.m-btn a:hover .m-btn__deco::before, .m-btn a:hover .m-btn__deco::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #EE82EE;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.m-btn a:hover .m-btn__deco::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .m-btn a {
    font-size: 1.6rem;
  }
  .m-btn__deco {
    width: 30px;
    line-height: 30px;
    margin-right: 12px;
  }
}
/* ================================================

- m-modal-btn モーダルボタン

================================================ */
.m-modal-btn a {
  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;
  font-size: 1.6rem;
}
.m-modal-btn__deco {
  -webkit-flex-basis: 1;
      -ms-flex-preferred-size: 1;
          flex-basis: 1;
  font-size: 1.4rem;
  border-radius: 50%;
  width: 64px;
  background: #EE82EE;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 64px;
  margin-right: 16px;
  position: relative;
}
.m-modal-btn__text {
  width: calc(100% - 64px);
}
.m-modal-btn a:hover .m-modal-btn__deco::before, .m-modal-btn a:hover .m-modal-btn__deco::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #EE82EE;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.m-modal-btn a:hover .m-modal-btn__deco::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}
/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .m-btn a {
    font-size: 1.6rem;
  }
  .m-btn__deco {
    width: 30px;
    line-height: 30px;
    margin-right: 12px;
  }
}
#modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#modalOverlay .modal {
  background-color: #fff;
  width: 560px;
  height: 75vh;
  overflow-y: auto;
  margin: 100px auto;
  padding: 32px;
  opacity: 0;
}
#modalOverlay .modal.active {
  -webkit-animation: fadeInUp 0.6s forwards;
          animation: fadeInUp 0.6s forwards;
}
#modalOverlay .modal .m-modal__lead {
  margin-top: 32px;
}
#modalOverlay .modal .m-modal__title {
  font-weight: 700;
  line-height: 1.5;
}
#modalOverlay .modal .m-modal__plofile {
  margin-top: 8px;
}
#modalOverlay .modal .m-modal__text {
  margin-top: 24px;
  line-height: 1.75;
}
#modalOverlay .modal .closeModalButton {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #EE82EE;
  border-radius: 8px;
  display: block;
  padding: 12px 32px;
  width: 25%;
  margin: 32px auto 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#modalOverlay .modal .closeModalButton:hover {
  background: #bd1abd;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*----- media screen -----*/
@media screen and (max-width: 768px) {
  #modalOverlay .modal {
    width: 100%;
  }
  #modalOverlay .modal .m-modal__lead {
    margin-top: 24px;
  }
  #modalOverlay .modal .m-modal__title {
    font-weight: 700;
    line-height: 1.5;
  }
  #modalOverlay .modal .m-modal__plofile {
    margin-top: 4px;
  }
  #modalOverlay .modal .m-modal__text {
    margin-top: 16px;
    line-height: 1.75;
  }
  #modalOverlay .modal .closeModalButton {
    width: 160px;
  }
}
/* ================================================

- tab タブ切り替え

================================================ */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: min(90%, 980px);
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  border-radius: 20px 20px 0 0;
  height: 50px;
  border-top: 3px solid #E88C3E;
  border-right: 3px solid #E88C3E;
  border-bottom: 3px solid #E88C3E;
  border-left: 3px solid #E88C3E;
  background-color: #F4ECE2;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #E88C3E;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

/*選択されているタブのコンテンツのみを表示*/
#support_children:checked ~ #children_content,
#dayservice:checked ~ #dayservice_content,
#school-vacation:checked ~ #vacation_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #E88C3E;
  color: #fff;
}

/*----- media screen -----*/
@media screen and (max-width: 568px) {
  /*タブ切り替え全体のスタイル*/
  .tabs {
    margin-top: 50px;
    padding-bottom: 20px;
    width: 92vw;
    margin: 0 auto;
  }
  /*タブのスタイル*/
  .tab_item {
    width: 50%;
    border-radius: 20px 20px 0 0;
    height: 50px;
    border-bottom: 3px solid #E88C3E;
    background-color: #F4ECE2;
    line-height: 1.2;
    font-size: 1.4rem;
    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;
    text-align: center;
    color: #E88C3E;
    float: left;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 10px 10px 0;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}
/* ================================================

- m-contact コンタクトフォーム導線

================================================ */
.m-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-contact .m-contact__telarea {
  margin-right: 86px;
}
.m-contact .m-contact__telarea .m-contact__visiting {
  font-size: 1.8rem;
  font-weight: 700;
}
.m-contact .m-contact__telarea .m-contact__openhours {
  line-height: 1.2;
  white-space: nowrap;
}
.m-contact .m-contact__formarea .m-contact__emphasis {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 10px;
}

.m-tel a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.4583333333;
  color: #E88C3E;
  white-space: nowrap;
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .m-contact {
    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;
  }
  .m-contact .m-contact__telarea {
    margin-right: 0;
  }
  .m-contact .m-contact__telarea .m-contact__visiting {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .m-contact .m-contact__formarea .m-contact__emphasis {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4444444444;
    margin: 25px 0 10px;
  }
}
/* ================================================

- iframeレスポンシブ

================================================ */
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ================================================

- ribbon リボン あしらい

================================================ */
.ribbon {
  display: inline-block;
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 7px 0;
  background: #E88C3E; /*背景色*/
  color: #FFF; /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ribbon p {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #FFF; /*上の破線*/
  border-bottom: dashed 1px #FFF; /*下の破線*/
  line-height: 30px;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*左端の山形*/
  top: 0;
  left: 0;
  border-width: 23px 0px 23px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  /*右端の山形*/
  top: 0;
  right: 0;
  border-width: 23px 10px 23px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* ================================================

- aniamte

================================================ */
.js-animate-in {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform;
  transition: opacity 0.6s ease-out, -webkit-transform;
  transition: transform, opacity 0.6s ease-out;
  transition: transform, opacity 0.6s ease-out, -webkit-transform;
}

.js-animate-in.js-showing {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.slideEffect {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.slideEffect.pageIn {
  -webkit-animation: slideIn 1s ease 0s 1 forwards;
  animation: slideIn 1s ease 0s 1 forwards;
}

/* ▼全体をふわっと表示させるなら付ける */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/* 全体をふわっと表示させるなら付ける */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
  }
}
.fadeEffect {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fadeEffect.pageIn {
  -webkit-animation: fadeIn 1s ease 0s 1 forwards;
  animation: fadeIn 1s ease 0s 1 forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  50% {
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
/*--- 文字ぞろえ ---*/
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/*--- 太さ ---*/
.f-bold {
  font-weight: bold;
}

/* ================================================
- grobal
================================================ */
/* ================================================

- mv メインビジュアル

================================================ */
.mv {
  width: 100%;
  height: calc(100vh - 64px - 50px);
}

.mv__inner {
  margin: 0 4vw;
  height: inherit;
}

.mv__img {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  height: inherit;
}

.mv__1 {
  position: absolute;
  width: max(417px, min(44.55%, 600px));
  width: clamp(417px, 44.55%, 600px);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mv__2 {
  position: absolute;
  width: max(187px, min(21.08%, 360px));
  width: clamp(187px, 21.08%, 360px);
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv__3 {
  position: absolute;
  width: max(236px, min(26.08%, 400px));
  width: clamp(236px, 26.08%, 400px);
  top: 5%;
  left: 48%;
}

.mv__catch {
  position: absolute;
  width: max(135px, min(15.78%, 310px));
  width: clamp(135px, 15.78%, 310px);
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----- media screen -----*/
@media screen and (max-width: 568px) {
  .mv__1 {
    position: absolute;
    width: 60vw;
    top: 50%;
    left: -5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mv__2 {
    position: absolute;
    width: 35vw;
    bottom: 50%;
    left: 0;
    -webkit-transform: translate(0, 175%);
            transform: translate(0, 175%);
  }
  .mv__3 {
    position: absolute;
    width: 38vw;
    top: 50%;
    left: -2%;
    -webkit-transform: translateY(-155%);
            transform: translateY(-155%);
  }
  .mv__catch {
    position: absolute;
    width: max(135px, min(15.78%, 310px));
    width: clamp(135px, 15.78%, 310px);
    top: 54%;
    right: 0;
    -webkit-transform: translate(0, -55%);
            transform: translate(0, -55%);
  }
}
/* ================================================

- fluid1, fluid2, fluid3 流体シェイプ

================================================ */
.toppage-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.toppage-bg__circle {
  position: fixed;
  z-index: -100;
}

.circle1 {
  background: #EE82EE;
  mix-blend-mode: multiply;
  width: 40vh; /*横幅*/
  height: 40vh; /*縦幅*/
  top: 0;
  left: -3%;
}

.circle2 {
  background: #00CED1;
  mix-blend-mode: multiply;
  width: 24vh; /*横幅*/
  height: 18vh; /*縦幅*/
  bottom: 32%;
  right: -3%;
}

.circle3 {
  background: #8282EE;
  mix-blend-mode: multiply;
  width: 40vh; /*横幅*/
  height: 40vh; /*縦幅*/
  bottom: -10%;
  right: -3%;
}

.circle0 {
  -webkit-animation: fluidrotate0 18s ease 0s infinite;
          animation: fluidrotate0 18s ease 0s infinite;
}

.circle1 {
  -webkit-animation: fluidrotate1 18s ease 0s infinite;
          animation: fluidrotate1 18s ease 0s infinite;
}

.circle2 {
  -webkit-animation: fluidrotate2 18s ease 0s infinite;
          animation: fluidrotate2 18s ease 0s infinite;
}

.circle3 {
  -webkit-animation: fluidrotate3 18s ease 0s infinite;
          animation: fluidrotate3 18s ease 0s infinite;
}

@-webkit-keyframes fluidrotate1 {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes fluidrotate1 {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@-webkit-keyframes fluidrotate2 {
  0%, 100% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  42% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  84% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
}
@keyframes fluidrotate2 {
  0%, 100% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  42% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  84% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
}
@-webkit-keyframes fluidrotate3 {
  0%, 100% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  14% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  56% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  70% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes fluidrotate3 {
  0%, 100% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  14% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  56% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  70% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .circle1 {
    background: #EE82EE;
    mix-blend-mode: multiply;
    width: 24vh; /*横幅*/
    height: 24vh; /*縦幅*/
    top: 0;
    left: -3%;
  }
  .circle2 {
    background: #00CED1;
    mix-blend-mode: multiply;
    width: 18vh; /*横幅*/
    height: 12vh; /*縦幅*/
    bottom: 28%;
    right: -3%;
  }
  .circle3 {
    background: #8282EE;
    mix-blend-mode: multiply;
    width: 24vh; /*横幅*/
    height: 24vh; /*縦幅*/
    bottom: -2%;
    right: -3%;
  }
}
/* ================================================

- toppage-hope 伝えたい思い

================================================ */
.toppage-hope__inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 120px 0 100px;
}

.toppage-hope__img {
  max-width: 516px;
}

.toppage-hope__content {
  position: relative;
  z-index: 1;
  margin-top: -140px;
  max-width: 563px;
  background: #2D5679;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  margin-left: auto;
}

.toppage-hope__title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.toppage-hope__taxt {
  line-height: 1.7777777778;
  font-weight: 400;
  max-width: 350px;
  margin-top: 32px;
}

.toppage-hope__btn {
  margin-top: 40px;
}
.toppage-hope__btn a {
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.toppage-hope__btn a:hover {
  color: #EE82EE;
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .toppage-hope__inner {
    margin: 0 auto;
    max-width: 980px;
    padding: 60px 0 60px;
  }
  .toppage-hope__img {
    max-width: 88vw;
  }
  .toppage-hope__content {
    display: block;
    margin-top: -56px;
    max-width: 72vw;
    padding: 24px;
  }
  .toppage-hope__title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
  }
  .toppage-hope__taxt {
    line-height: 1.7777777778;
    font-weight: 400;
    margin-top: 24px;
  }
  .toppage-hope__btn {
    margin-top: 24px;
  }
  .toppage-hope__btn a {
    color: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .toppage-hope__btn a:hover {
    color: #EE82EE;
  }
}
/* ================================================

- toppage-business 事業内容

================================================ */
.toppage-business__inner {
  padding: 100px 0 60px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.toppage-business__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.toppage-business__title .m-title-icon {
  margin-bottom: 10px;
}
.toppage-business__title__text {
  justify-self: start;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.toppage-business__title__text .rotate {
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  margin-left: 4px;
  margin-top: -4px;
}

.toppage-business__content {
  margin: 80px auto 0;
}

.b-common {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  max-width: 1190px;
}

.b-common__detail {
  max-width: 500px;
  padding: 40px;
}

.b-common__img {
  max-width: 590px;
}

.b-common__title {
  padding-bottom: 4px;
  border-bottom: 1px solid #EE82EE;
  position: relative;
}

.b-common__number {
  position: absolute;
  width: 100px;
  z-index: -1;
}

.b-common__catch {
  margin-top: 24px;
}

.b-common__text {
  margin-top: 16px;
  line-height: 2;
}

.b-common__aside {
  margin-top: 16px;
}

.b-common__listtitle {
  font-size: 1.6rem;
  font-weight: 700;
}

.b-common__list {
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
.b-common__list:not(:first-of-type) {
  margin-top: 8px;
}

.b-common:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.b-common:nth-of-type(odd) .b-common__number {
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.b-common:nth-of-type(odd) .b-common__img {
  padding-left: 20px;
}
.b-common:nth-of-type(odd) .b-common__img img {
  -webkit-box-shadow: -20px 20px 0 0 rgba(238, 130, 238, 0.3);
          box-shadow: -20px 20px 0 0 rgba(238, 130, 238, 0.3);
}

.b-common:nth-of-type(even) {
  margin-right: auto;
}
.b-common:nth-of-type(even) .b-common__number {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.b-common:nth-of-type(even) .b-common__img {
  padding-right: 20px;
}
.b-common:nth-of-type(even) .b-common__img img {
  -webkit-box-shadow: 20px 20px 0 0 rgba(238, 130, 238, 0.3);
          box-shadow: 20px 20px 0 0 rgba(238, 130, 238, 0.3);
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .toppage-business__inner {
    padding: 60px 0 40px;
  }
  .toppage-business__title {
    margin-bottom: 20px;
  }
  .toppage-business__content {
    margin: 60px auto 0;
  }
  .b-common {
    margin-top: 48px;
  }
  .b-common__detail {
    padding: 8vw;
  }
  .b-common__title {
    margin-top: 16px;
  }
  .b-common__number {
    position: absolute;
    width: 64px;
    z-index: -1;
  }
  .b-common__catch {
    margin-top: 16px;
  }
  .b-common:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .b-common:nth-of-type(odd) .b-common__number {
    bottom: 0;
    left: 2vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .b-common:nth-of-type(odd) .b-common__img img {
    -webkit-box-shadow: -20px 20px 0 0 rgba(238, 130, 238, 0.3);
            box-shadow: -20px 20px 0 0 rgba(238, 130, 238, 0.3);
  }
  .b-common:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
  }
  .b-common:nth-of-type(even) .b-common__number {
    bottom: 0;
    right: 2vw;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .b-common:nth-of-type(even) .b-common__img img {
    -webkit-box-shadow: 20px 20px 0 0 rgba(238, 130, 238, 0.3);
            box-shadow: 20px 20px 0 0 rgba(238, 130, 238, 0.3);
  }
}
/* ================================================

- toppage-philosophy 企業理念

================================================ */
.toppage-philosophy__inner {
  padding: 100px 0;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.toppage-philosophy__img {
  margin-top: 60px;
  width: 590px;
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .toppage-philosophy__inner {
    padding: 60px 0;
    width: 92vw;
    margin: 0 auto;
  }
  .toppage-philosophy__img {
    margin-top: 24px;
    width: 100%;
  }
}
/* ================================================

- toppage-media 企業理念

================================================ */
.toppage-media__inner {
  padding: 100px 0;
  max-width: 980px;
  margin: 0 auto;
}

.toppage-media__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 80px;
  background: #2D5679;
  margin: 0 4vw;
}

.toppage-media__img {
  width: 180px;
}

.toppage-media__detail {
  color: #fff;
  padding: 20px;
  width: 70%;
}

.toppage-media__text {
  margin-top: 24px;
  line-height: 1.7777777778;
}

.toppage-media__btn {
  margin-top: 24px;
}
.toppage-media__btn a {
  color: #fff;
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .toppage-media__inner {
    padding: 64px 0;
    margin-bottom: 120px;
  }
  .toppage-media__content {
    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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 48px 32px;
  }
  .toppage-media__img {
    width: 180px;
  }
  .toppage-media__detail {
    margin-top: 24px;
    padding: 0;
    width: 100%;
  }
  .toppage-media__text {
    margin-top: 16px;
    line-height: 1.7777777778;
  }
  .toppage-media__btn {
    margin-top: 24px;
  }
  .toppage-media__btn a {
    color: #fff;
  }
}