/*
Theme Name: なごみ
Description: 指定障害福祉サービス事業所のWebサイト
Theme URI: https://tenri-nagomi.com
Author: Yuki Nakamori
Author URI: https://www.derize.com
Version: 1.02
*/


@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けレイアウト指定：～781px
PC向けレイアウト指定：782px〜
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  color: #333;
  font: 400 17px/2 "Zen Maru Gothic", sans-serif;
  font-style: normal;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  word-wrap: break-word;
}

@media only screen and (max-width: 782px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }
}

body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

a {
  color: #2d2300;
  text-decoration: none;
}

a:hover,
a img:hover {
  opacity: .7;
  -webkit-transition: ease .3s opacity;
     -moz-transition: ease .3s opacity;
      -ms-transition: ease .3s opacity;
       -o-transition: ease .3s opacity;
          transition: ease .3s opacity;
}

/* 共通画像100% */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image {
  display: block;
  height: auto;
  width: 100%;
}

/* 共通インナー */
.inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
}

.inner-lead {
  margin: 0 auto;
  max-width: 840px;
  padding: 0 40px;
}

.inner-fea {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 40px;
}

.inner-fealist {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 80px;
}

.inner-news {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 40px;
}

.inner-sup {
  margin: 0 auto;
  max-width: 760px;
  padding: 0 40px;
}

.inner-ill {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 40px;
}

.inner-pub {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 40px;
}

@media only screen and (max-width: 782px) {
  .inner,
  .inner-lead,
  .inner-fea,
  .inner-fealist,
  .inner-news,
  .inner-sup,
  .inner-ill,
  .inner-pub {
    max-width: 600px;
    padding: 0;
    width: 92%;
  }
}

/* 共通マージン */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.p30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-lead {
  padding-bottom: 60px;
  padding-top: 50px;
}

.p-sup {
  padding-bottom: 50px;
  padding-top: 30px;
}

@media only screen and (max-width: 782px) {
  .mt10 {
    margin-top: 5px;
  }

  .mt20 {
    margin-top: 15px;
  }

  .mt30 {
    margin-top: 20px;
  }

  .mt40 {
    margin-top: 25px;
  }

  .mt50 {
    margin-top: 30px;
  }

  .mt60 {
    margin-top: 40px;
  }

  .mt80 {
    margin-top: 60px;
  }

  .p30 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .p40 {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .p50 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p60,
  .p-lead {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p80 {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .p-sup {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

/* カラー */
.co-w {
  color: #fff;
}

.co-br {
  color: #00a9e3;
}

.co-ye {
  color: #f4c82d;
}

.co-wb {
  color: #67b6e5;
}

.back-w {
  background: #fff;
}

.back-be {
  background: #f7f3ef;
}

.back-wb {
  background: #67b6e5;
}

/* ポジション */
.po-re {
  position: relative;
}

.ov-h {
  overflow: hidden;
}

/* 中央揃え */
.ma-auto {
  margin-left: auto;
  margin-right: auto;
}

.txt-center {
  text-align: center;
}

/* 字下げ */
.note {
  padding-left: 1em;
  text-indent: -1em;
}

/* フォント */
@font-face {
  font-family: "ad-lib-bt";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/ad-lib-bt.woff2") format("woff2"),
  url("./fonts/ad-lib-bt.woff") format("woff"),
  url("./fonts/ad-lib-bt.ttf") format("truetype");
}

.font-en {
  font-family: "ad-lib-bt";
  font-weight: normal;
}

.font-wn {
  font-weight: normal;
}

.font-w500 {
  font-weight: 500;
}

.font-w700 {
  font-weight: 700;
}

.font-s16 {
  font-size: 16.5px;
}

@media screen and (max-width: 782px) {
  .font-s16 {
    font-size: 15px;
  }
}

/* 行間 */
.linehight22 {
  line-height: 2.2;
}

.linehight18 {
  line-height: 1.8;
}

.linehight17 {
  line-height: 1.7;
}

.linehight16 {
  line-height: 1.6;
}

@media screen and (max-width: 782px) {
  .linehight22 {
    line-height: 2;
  }
}

/* 重なり */
.zindex1 {
  z-index: 1;
}

/* ローダー */
.loading {
  align-items: center;
  -webkit-animation: fadelogo 1s 1.8s forwards;
          animation: fadelogo 1s 1.8s forwards;
  background-color: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}

@keyframes fadelogo {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading-logo {
  -webkit-animation: logo_fade 1.5s .5s forwards;
          animation: logo_fade 1.5s .5s forwards;
  max-width: 260px;
  opacity: 0;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 782px) {
  .loading-logo {
    max-width: 200px;
  }
}

#topcontrol {
  z-index: 999;
}

/*==========================================
 モバイルナビ
===========================================*/
.menu-inner {
  background: #f7f3ef;
  bottom: 0;
  left: -300px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 36px;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  z-index: 1001;
}

.open .menu-inner {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.menu-inner li {
  border-bottom: solid 2px #f4c82d;
  margin: 0 auto 22px;
  padding-bottom: 8px;
}

.menu-inner li.nav-1 {
  margin-top: 10px;
}

.menu-inner li.nav-6 {
  border-bottom: none;
}

.menu-inner li img {
  margin: auto;
  width: 90%;
}

.mb-top {
  padding-top: 8px;
}

.menu-inner li.nav-mb {
  border: none;
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 210px;
  padding-bottom: 0;
}

.menu-inner li.mnav-sub {
  border-bottom: solid 1px #00a9e3;
  font-size: .85rem;
  margin: 10px auto 0;
  max-width: 190px;
  padding-bottom: 1px;
  text-align: center;
}

.menu-inner li.mnav-sub-f {
  margin: 15px auto 0;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: none;
}

@media screen and (max-width: 782px) {
  .nav-btn {
    background: #00a9e3;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    height: 42px;
    position: fixed;
    right: 10px;
    top: 8px;
    width: 42px;
    z-index: 1001;
  }

  .toggle_btn {
    cursor: pointer;
    display: block;
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all .5s;
    width: 26px;
  }

  .toggle_btn span {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleY(.5) translateY(-50%);
       -moz-transform: scaleY(.5) translateY(-50%);
        -ms-transform: scaleY(.5) translateY(-50%);
         -o-transform: scaleY(.5) translateY(-50%);
            transform: scaleY(.5) translateY(-50%);
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    width: 26px;
  }

  .toggle_btn span:nth-child(1) {
    top: 4px;
  }

  .toggle_btn span:nth-child(2) {
    top: 13px;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 2px;
  }

  .open .toggle_btn span {
    background-color: #fff;
    height: 3px;
  }

  .open .toggle_btn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
       -moz-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
         -o-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }

  .open .toggle_btn span:nth-of-type(2) {
    -webkit-animation: active-btn05-bar02 .8s forwards;
            animation: active-btn05-bar02 .8s forwards;
    left: 50%;
    opacity: 0;
  }

  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }

  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }

  .open .toggle_btn span:nth-of-type(3) {
    bottom: 3px;
    -webkit-transform: translateY(-9px) rotate(45deg);
       -moz-transform: translateY(-9px) rotate(45deg);
        -ms-transform: translateY(-9px) rotate(45deg);
         -o-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
}

/*============
#mask
=============*/
.mask {
  display: none;
  transition: all .5s;
}

.open .mask {
  background: #000;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: .8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/*==========================================
 ヘッダー PCナビ
===========================================*/
.back {
  background: url(./images/back.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 80px;
  width: 100%;
}

.header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.logo-waku {
  max-width: 400px;
  width: 35%;
}

.logo {
  left: 0;
  margin: auto;
  max-width: 320px;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
}

@media only screen and (max-width: 782px) {
  .logo-waku {
    min-width: 230px;
  }

  .logo {
    top: 38%;
    width: 85%;
  }
}

@media only screen and (max-width: 374px) {
  .logo-waku {
    min-width: 200px;
  }
}

.nav {
  align-items: center;
  -webkit-border-radius: 45px;
     -moz-border-radius: 45px;
      -ms-border-radius: 45px;
       -o-border-radius: 45px;
          border-radius: 45px;
  display: flex;
  justify-content: flex-end;
  margin: 48px 2% 0;
  max-width: 860px;
  width: 66%;
}

@media only screen and (max-width: 980px) {
  .nav {
    margin-top: 40px;
  }
}

.nav li {
  margin-left: 3%;
  padding: 10px 0;
  position: relative;
}

.nav li:last-child {
  margin-right: 6px;
  padding: 6px 0;
}

.nav li::after {
  background: #f4c82d;
  bottom: -2px;
  content: "";
  height: 2px;
  position: absolute;
  -webkit-transform: scale(0, 1);
     -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
       -o-transform: scale(0, 1);
          transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition: transform .3s;
     -moz-transition: transform .3s;
      -ms-transition: transform .3s;
       -o-transition: transform .3s;
          transition: transform .3s;
  width: 100%;
}

.nav li:hover::after {
  -webkit-transform: scale(1, 1);
     -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nav li:last-child::after {
  background: none;
}

.nav-1 {
  max-width: 117px;
}

.nav-2 {
  max-width: 112px;
}

.nav-3 {
  max-width: 168px;
}

.nav-4 {
  max-width: 75px;
}

.nav-5 {
  max-width: 73px;
}

.nav-6 {
  max-width: 140px;
}

@media only screen and (max-width: 782px) {
  .nav {
    display: none;
  }
}

/*==========================================
 スクリーン
===========================================*/
.nami {
  bottom: -1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.top-img {
  margin-top: -150px;
}

@media only screen and (max-width: 1800px) {
  .top-img {
    margin-top: -80px;
  }
}

.catch {
  left: 0;
  margin: auto;
  max-width: 630px;
  position: absolute;
  right: 0;
  top: 65%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  z-index: 1;
}

@media only screen and (max-width: 782px) {
  .top-img {
    margin-top: -30px;
  }

  .catch {
    bottom: 30px;
    max-width: 630px;
    position: absolute;
    top: auto;
    width: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .catch {
    bottom: 0;
  }
}

/* 子供イラスト */
.top-ill-l {
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
  bottom: -43px;
  left: 3%;
  max-width: 380px;
  position: absolute;
  width: 30%;
}

.top-ill-r {
  -webkit-animation: pikopiko 1s steps(2, start) infinite;
          animation: pikopiko 1s steps(2, start) infinite;
  bottom: -43px;
  max-width: 380px;
  position: absolute;
  right: 3%;
  width: 30%;
}

@media only screen and (max-width: 782px) {
  .top-ill-l,
  .top-ill-r {
    width: 33%;
  }
}

.top-ill-t {
  animation: fuwafuwa 2s infinite;
  max-width: 153px;
  position: absolute;
  right: 12%;
  top: 180px;
  width: 12%;
}

@media only screen and (max-width: 1100px) {
  .top-ill-t {
    top: 130px;
  }
}

@media only screen and (max-width: 782px) {
  .top-ill-t {
    right: 8%;
    top: 80px;
    width: 15%;
  }
}

@keyframes pikopiko {
  0% {
    -webkit-transform: rotate(1deg);
       -moz-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
         -o-transform: rotate(1deg);
            transform: rotate(1deg);
  }

  to {
    -webkit-transform: rotate(-.5deg);
       -moz-transform: rotate(-.5deg);
        -ms-transform: rotate(-.5deg);
         -o-transform: rotate(-.5deg);
            transform: rotate(-.5deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* サイドお問い合わせ */
.to-con {
  left: 0;
  max-width: 48px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.to-con li:first-child {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1100px) {
  .to-con {
    max-width: 38px;
  }
}

@media only screen and (max-width: 782px) {
  .to-con {
    display: none;
  }
}

.reserve-btn {
  display: none;
}

@media only screen and (max-width: 782px) {
  .reserve-btn {
    display: block;
    max-width: 84px;
    position: absolute;
    right: 60px;
    top: 8px;
    z-index: 1;
  }
}

/*==========================================
 トップアバウト
===========================================*/
.topabout-wrap {
  display: flex;
  justify-content: space-between;
}

.topabout-title {
  margin-right: 6%;
  max-width: 182px;
  width: 24%;
}

.topabout-title-mb {
  display: none;
}

.topabout-txt {
  flex-shrink: 0;
  font-size: 1.1rem;
}

.en-title {
  font-size: 2.3rem;
  line-height: 1;
}

.topabout-ill-l {
  bottom: 20px;
  left: 2%;
  max-width: 340px;
  position: absolute;
  width: 24%;
  z-index: -1;
}

.topabout-ill-r {
  bottom: 20px;
  max-width: 228px;
  position: absolute;
  right: 2%;
  width: 16%;
  z-index: -1;
}

@media only screen and (max-width: 782px) {
  .topabout-wrap {
    display: block;
  }

  .topabout-title {
    display: none;
  }

  .topabout-title-mb {
    display: block;
    font-size: 1.3rem;
  }

  .maru-line {
    margin: 13px 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
  }

  .topabout-txt {
    font-size: .95rem;
    padding-bottom: 40px;
  }

  .topabout-txt br {
    display: none;
  }

  .en-title {
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
  }

  .topabout-ill-l {
    bottom: 0;
    max-width: 150px;
    width: 100%;
  }

  .topabout-ill-r {
    bottom: 10px;
    max-width: 120px;
    width: 100%;
  }
}

/*==========================================
 療育とは
===========================================*/
.inter-container {
  align-items: flex-start;
  display: flex;
}

.inter-txt {
  margin-right: 5.92592593%;
  width: 45.3703704%;
}

.inter-txt p {
  line-height: 2.2;
}

.title-sub {
  font-size: 1.5rem;
  margin-top: 5px;
}

.maruline {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 128px;
}

.more {
  background: #67b6e5;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
      -ms-border-radius: 40px;
       -o-border-radius: 40px;
          border-radius: 40px;
  display: block;
  font-size: 1.1rem;
  max-width: 330px;
  padding: 16px 2%;
}

.inter-ill {
  margin-left: auto;
  margin-top: -14px;
  max-width: 240px;
  pointer-events: none;
  width: 60%;
}

.inter-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 526px;
  width: 48.7037037%;
}

.inter-list li {
  width: 46.5779468%;
}

.inter-list-mr {
  margin-right: 6.84410646%;
}

.inter-list li:nth-child(3) {
  margin-left: 26.7110266%;
  margin-right: 26.7110266%;
}

@media only screen and (max-width: 782px) {
  .inter-container {
    display: block;
  }

  .inter-txt {
    margin-right: 0;
    width: 100%;
  }

  .inter-txt p {
    line-height: 2;
  }

  .title-sub {
    font-size: 1.2rem;
    margin-top: 2px;
    text-align: center;
  }

  .maruline {
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    max-width: 100px;
  }

  .more {
    font-size: 1.05rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    padding: 10px 2%;
  }

  .inter-ill {
    margin-top: -10px;
    width: 50%;
  }

  .inter-list {
    margin-top: 20px;
    width: 100%;
  }
}

/*==========================================
 トップ特徴
===========================================*/
.fea-list {
  display: flex;
}

.fea-list li {
  margin-right: 4.34782609%;
  width: 30.4347826%;
}

.fea-list li:last-child {
  margin-right: 0;
}

.fea-list h3 {
  font-size: 1.35rem;
  line-height: 1.5;
}

.fea-list p {
  font-size: .98rem;
  line-height: 1.8;
}

@media only screen and (max-width: 782px) {
  .fea-list {
    display: block;
  }

  .fea-list li {
    margin-right: 0;
    width: 100%;
  }

  .fea-list li img {
    margin: auto;
    max-width: 200px;
  }

  .fea-list h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .fea-list p {
    font-size: 15px;
    line-height: 1.9;
  }
}

.smile-l {
  left: -120px;
  max-width: 240px;
  position: absolute;
  top: -100px;
  width: 24%;
}

.smile-r {
  bottom: 100px;
  max-width: 240px;
  position: absolute;
  right: -120px;
  width: 24%;
}

@media only screen and (max-width: 1200px) {
  .smile-l {
    left: -30px;
    width: 16%;
  }

  .smile-r {
    right: -30px;
    width: 16%;
  }
}

@media only screen and (max-width: 782px) {
  .smile-l {
    left: -20px;
    max-width: 110px;
    top: 0;
    width: 100%;
  }

  .smile-r {
    bottom: 130px;
    max-width: 110px;
    right: -20px;
    width: 100%;
  }
}

/*==========================================
 トップサービス
===========================================*/
.ser-container {
  display: flex;
}

.ser-container li {
  background: #fff;
  border: solid 5px #ffe34d;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  margin-left: 3.7037037%;
  padding: 40px 4% 30px;
  width: 48.1481481%;
}

.ser-container li:first-child {
  border: solid 5px #91d9f2;
  margin-left: 0;
}

.year {
  left: 4%;
  max-width: 120px;
  position: absolute;
  top: -50px;
  width: 25%;
}

.ser-item-l {
  max-width: 80px;
  position: absolute;
  right: 4%;
  top: -40px;
  width: 20%;
}

.ser-item-r {
  max-width: 100px;
  position: absolute;
  right: 4%;
  top: -40px;
  width: 25%;
}

.ser-container li h3 {
  font-size: 1.7rem;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}

.ser-container li h4 {
  font-size: 1.2rem;
  margin-top: 6px;
}

.ser-span {
  display: inline-block;
  font-size: 1.2rem;
}

.back-ye {
  background: #f9d570;
}

.ser-ill {
  max-width: 250px;
  position: absolute;
  right: 8%;
  top: 70px;
  width: 20%;
}

@media only screen and (max-width: 782px) {
  .ser-container {
    display: block;
  }

  .ser-container li {
    margin-left: 0;
    padding: 20px 6%;
    width: 100%;
  }

  .ser-container li:first-child {
    margin-bottom: 30px;
  }

  .year {
    max-width: 80px;
    top: -50px;
    width: 100%;
  }

  .ser-item-l {
    top: -26px;
    width: 16%;
  }

  .ser-item-r {
    top: -26px;
    width: 20%;
  }

  .ser-container li h3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .ser-container li h4 {
    font-size: 1.1rem;
    margin-top: 3px;
  }

  .ser-span {
    font-size: 1.1rem;
  }

  .ser-ill {
    max-width: 200px;
    right: 2%;
    top: -20px;
    width: 35%;
  }
}

/*==========================================
 トップお知らせ
===========================================*/
.news-container {
  display: flex;
  min-height: 300px;
}

.news-item-l {
  width: 29.6296296%;
}

.news-item-r {
  width: 70.3703704%;
}

.arrow {
  display: block;
  position: relative;
}

.arrow-mb {
  display: none;
}

.arrow::after {
  background-image: url(./images/arrow.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 33px;
  margin-left: 5px;
  margin-top: -2px;
  vertical-align: middle;
  width: 33px;
}

.news-item-r li {
  border: solid 3px #91d9f2;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
      -ms-border-radius: 30px;
       -o-border-radius: 30px;
          border-radius: 30px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.news-item-r li:last-child {
  margin-bottom: 0;
}

.cat-link {
  align-items: center;
  display: flex;
  padding: 16px 4%;
}

.cat-wrap {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}

.cat-wrap time {
  letter-spacing: .1rem;
  margin-top: 1px;
  width: 135px;
}

.news-cat {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
  font-size: .9rem;
  line-height: 1.5;
  margin-right: 20px;
  padding-bottom: 1px;
  text-align: center;
  width: 90px;
}

.news-cat a {
  color: #fff;
}

.news-ill {
  bottom: 30px;
  left: 4%;
  max-width: 296px;
  position: absolute;
  width: 25%;
  z-index: -1;
}

@media only screen and (max-width: 782px) {
  .news-container {
    display: block;
  }

  .news-item-l {
    width: 100%;
  }

  .news-item-r {
    margin-top: 20px;
    width: 100%;
  }

  .arrow-pc {
    display: none;
  }

  .arrow-mb {
    display: block;
  }

  .arrow::after {
    height: 28px;
    width: 28px;
  }

  .news-item-r li {
    margin-bottom: 10px;
  }

  .cat-link {
    display: block;
    padding: 10px 6%;
  }

  .cat-wrap time {
    font-size: .9rem;
    width: 115px;
  }

  .news-cat {
    font-size: .85rem;
    line-height: 1.3;
    margin-right: 0;
    width: 80px;
  }

  .news-ill {
    bottom: auto;
    left: 2%;
    max-width: 160px;
    top: 10px;
    width: 30%;
    z-index: 1;
  }
}

/*==========================================
 トップお問い合わせ
===========================================*/
.back-con {
  background: url(./images/back.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.nami-w-r {
  bottom: 0;
  left: 0;
  position: absolute;
}

.br-none {
  text-align: center;
}

.con-list {
  display: flex;
}

.con-list li {
  margin-right: 2.77777778%;
  max-width: 340px;
  width: 31.4814815%;
}

.con-list li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 782px) {
  .br-none {
    text-align: left;
  }

  .br-none br {
    display: none;
  }

  .con-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .con-list li {
    margin-right: 4%;
    width: 48%;
  }

  .con-list li:nth-child(2) {
    margin-right: 0;
  }

  .con-list li:last-child {
    margin-top: 14px;
  }
}

/*==========================================
 フッター
===========================================*/
.foot-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.foot-item-l {
  margin-right: 2%;
  width: 35%;
}

.logo-foot {
  max-width: 280px;
}

.foot-item-p {
  font-size: .98rem;
}

.foot-item-r {
  max-width: 470px;
  width: 63%;
}

.foot-menu {
  display: flex;
  flex-wrap: wrap;
  font-size: .95rem;
}

.foot-menu li {
  width: 33.3333333%;
}

.copy {
  font-size: .85rem;
  text-align: right;
}

.foot-ill {
  bottom: 0;
  max-width: 240px;
  position: absolute;
  right: 0;
  width: 20%;
  z-index: -1;
}

@media only screen and (max-width: 890px) {
  .logo-foot {
    max-width: 260px;
  }

  .foot-item-p {
    font-size: .85rem;
  }

  .foot-item-r {
    max-width: 440px;
    width: 63%;
  }

  .foot-menu {
    font-size: .9rem;
  }
}

@media only screen and (max-width: 782px) {
  .foot-container {
    display: block;
  }

  .foot-item-l {
    margin-right: 0;
    width: 100%;
  }

  .logo-foot {
    margin-left: auto;
    margin-right: auto;
    max-width: 180px;
  }

  .foot-item-p {
    font-size: .9rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .foot-item-r {
    max-width: 100%;
    width: 100%;
  }

  .foot-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .foot-menu li {
    border-bottom: solid 1px #eee;
    padding-top: 8px;
    width: 50%;
  }

  .copy {
    font-size: .8rem;
    text-align: left;
  }

  .foot-ill {
    width: 40%;
  }
}

/*==========================================
 アニメーション
===========================================*/
/* ヘッダーアニメーション */
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade-up {
  -webkit-animation: fadeUp 2.5s ease 1.5s 1 normal backwards;
          animation: fadeUp 2.5s ease 1.5s 1 normal backwards;
  animation-fill-mode: both;
}

/* キャッチアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fadeIn 3.5s ease 1.5s 1 normal backwards;
          animation: fadeIn 3.5s ease 1.5s 1 normal backwards;
  animation-fill-mode: both;
}

/* 下からフェードイン */
.fadein-bottom {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s linear;
     -moz-transition: all .5s linear;
      -ms-transition: all .5s linear;
       -o-transition: all .5s linear;
          transition: all .5s linear;
}

.fadein-bottom.active {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* 遅れて表示 */
.fade-delay1 {
  transition-delay: .1s;
}

.fade-delay2 {
  transition-delay: .3s;
}

.fade-delay3 {
  transition-delay: .5s;
}

.delay01 {
  animation-delay: .8s;
}
