@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
================================================ */
/*--- media screen ---*/
/* ================================================

- ヘッダー

================================================ */
.header-bg {
  background-image: -webkit-linear-gradient(315deg, #2d5679, rgb(48, 53, 97));
  background-image: linear-gradient(135deg, #2d5679, rgb(48, 53, 97));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.header__inner {
  width: 100%;
  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;
}

.header__logo {
  margin-left: 30px;
  padding: 22px 0;
}
.header__logo a {
  color: #fff;
  font-size: 1.4rem;
}

.header__aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  margin-right: 30px;
}

.header__contact-btn {
  background: #E88C3E;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 26px 0;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 50px;
  width: 280px;
}
.header__contact-btn:hover {
  padding-top: 36px;
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}

.ham {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden; /*ジャンプしてはみ出た要素を消す*/
  z-index: 20;
}
.ham span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  right: 0;
  height: 1px;
  border-radius: 2px;
  background: #fff;
  width: 35px;
  z-index: 10;
}
.ham span:nth-of-type(1) {
  top: 20px;
}
.ham span:nth-of-type(2) {
  top: 28px;
}
.ham span:nth-of-type(3) {
  top: 36px;
}
.ham.active span:nth-of-type(1) {
  top: 23px;
  left: 23px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  background: #fff;
}
.ham.active span:nth-of-type(2) {
  opacity: 0;
}
.ham.active span:nth-of-type(3) {
  top: 32px;
  left: 23px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  background: #fff;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .header__logo {
    margin-left: 30px;
    padding: 16px 0;
  }
  .header__logo-caption {
    font-size: 1.2rem;
  }
  .header__aside {
    margin-right: 30px;
  }
  .header__contact-btn {
    font-weight: bold;
    font-size: 1.8rem;
    padding: 26px 0;
    right: 50px;
    width: 150px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .header-bg {
    height: 60px;
    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;
  }
  .header__contact-btn {
    font-weight: bold;
    font-size: 1.8rem;
    padding: 31px 0 26px;
    top: -5px;
    right: 50px;
    width: 36vw;
  }
  .header__logo-caption {
    font-size: 1.2rem;
    display: none;
  }
}
/* ================================================

- gnav ナビ部分

================================================ */
.gnav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10;
  background-image: -webkit-linear-gradient(315deg, #2d5679, rgb(48, 53, 97));
  background-image: linear-gradient(135deg, #2d5679, rgb(48, 53, 97));
  -webkit-box-shadow: -6px 0px 25px 0 rgba(0, 0, 0, 0.16);
          box-shadow: -6px 0px 25px 0 rgba(0, 0, 0, 0.16);
  width: max(300px, 30%);
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav__inner {
  padding: 0 26px;
}

.gnav__item {
  display: block;
  border-bottom: 1px solid #EE82EE;
}

.gnav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 10px 10px 10px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnav__link:hover {
  color: #EE82EE;
}
.gnav__link:hover .gnav__icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.gnav__link .gnav__icon {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1;
      -ms-flex: 1 1 1;
          flex: 1 1 1;
  width: 30px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav__item:not(:last-child) {
  margin-bottom: 10px;
}

.gnav.active {
  right: 0;
}

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

- local-nav ローカルナビ部分

================================================ */
.local-nav {
  position: fixed;
  width: 100%;
  z-index: 1;
}

.local-nav__inner {
  max-width: 100vw;
  overflow: hidden;
}

.local-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  padding: 20px 0 30px 30px;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.local-nav__item {
  margin-right: 30px;
}
.local-nav__item a {
  white-space: nowrap;
  color: #fff;
  text-shadow: 0 0 10px #ffffff, 0 0 20px #cecece, 0 0 30px #ffffff;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .local-nav__item a {
    font-size: 1.4rem;
  }
}
/* ================================================

- footer

================================================ */
.footerFixed {
  min-height: 100vh;
  position: relative;
  padding-bottom: 378px; /*←footerの高さ*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-image: -webkit-linear-gradient(315deg, #2d5679, rgb(48, 53, 97));
  background-image: linear-gradient(135deg, #2d5679, rgb(48, 53, 97));
}

.footer::before {
  content: "";
  background: url(../images/common/footer/cochaas.png);
  background-size: cover;
  display: inline-block;
  width: 370px;
  height: 122px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@-webkit-keyframes rotate-infinite {
  0% {
    -webkit-transform: translate(40%, 43%) rotate(0deg);
            transform: translate(40%, 43%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(40%, 43%) rotate(90deg);
            transform: translate(40%, 43%) rotate(90deg);
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
  50% {
    -webkit-transform: translate(40%, 43%) rotate(180deg);
            transform: translate(40%, 43%) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(40%, 43%) rotate(270deg);
            transform: translate(40%, 43%) rotate(270deg);
    -webkit-filter: saturate(150%);
            filter: saturate(150%);
  }
  100% {
    -webkit-transform: translate(40%, 43%) rotate(360deg);
            transform: translate(40%, 43%) rotate(360deg);
  }
}

@keyframes rotate-infinite {
  0% {
    -webkit-transform: translate(40%, 43%) rotate(0deg);
            transform: translate(40%, 43%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(40%, 43%) rotate(90deg);
            transform: translate(40%, 43%) rotate(90deg);
    -webkit-filter: saturate(120%);
            filter: saturate(120%);
  }
  50% {
    -webkit-transform: translate(40%, 43%) rotate(180deg);
            transform: translate(40%, 43%) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(40%, 43%) rotate(270deg);
            transform: translate(40%, 43%) rotate(270deg);
    -webkit-filter: saturate(150%);
            filter: saturate(150%);
  }
  100% {
    -webkit-transform: translate(40%, 43%) rotate(360deg);
            transform: translate(40%, 43%) rotate(360deg);
  }
}
.footer__inner {
  max-width: 1240px;
  padding: 58px 60px 20px;
  margin: 0 auto;
  position: relative;
}

.footer__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__detail {
  width: 50%;
}
.footer__detail .footer__logo-title {
  font-weight: 600;
}
.footer__detail .footer__logo-lead {
  font-size: 1.2rem;
  margin-top: 3px;
  font-weight: 400;
}
.footer__detail .footer__company .footer__company-name {
  font-weight: 600;
}
.footer__detail .footer__company .footer__message,
.footer__detail .footer__company .footer__director {
  font-size: 1.4rem;
  margin-top: 5px;
}

.footer__list .footer__item a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__list .footer__item a:hover {
  color: #EE82EE;
}
.footer__list .footer__item:not(:last-child) {
  margin-bottom: 16px;
}

.footer__contact {
  margin-top: 56px;
}

.footer_copy {
  font-size: 1.2rem;
  margin-top: 40px;
  text-align: center;
}

/*----- media screen -----*/
@media screen and (max-width: 768px) {
  .footerFixed {
    min-height: 100vh;
    position: relative;
    padding-bottom: 438px; /*←footerの高さ*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer::before {
    content: "";
    background: url(../images/common/footer/cochaas.png);
    background-size: cover;
    display: inline-block;
    width: 200px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .footer__inner {
    max-width: 92vw;
    padding: 58px 0 20px;
    margin: 0 auto;
    position: relative;
  }
  .footer__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__detail {
    width: 100%;
    margin-top: 20px;
  }
  .footer__detail .footer__logo-lead {
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .footer__detail .footer__company .footer__message,
  .footer__detail .footer__company .footer__director {
    font-size: 1.4rem;
    margin-top: 7px;
  }
  .footer__list {
    padding-bottom: 20px;
    border-bottom: 1px solid #EE82EE;
  }
  .footer__contact {
    margin-top: 55px;
  }
  .footer__contact-emphasis {
    max-width: 300px;
  }
}
/* ================================================
- layout
================================================ */