@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*-------------*/
/*共通*/
section.title {
  padding-top: 2rem; }

/*リコメンドタイトル*/
section.recommend .title {
  width: 100%;
  margin-bottom: 40px; }
  section.recommend .title img {
    height: 50px;
    width: auto; }

/*前次ボタン*/
section.bottom-btn ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem; }
  section.bottom-btn ul .btn a {
    border: thin solid #82bac7;
    padding: 10px 15px;
    display: inline-block;
    color: #82bac7;
    font-size: 90%; }
    section.bottom-btn ul .btn a:hover {
      background-color: #82bac7;
      color: white; }

/*ひとつボタン*/
section.bottom-btn-single {
  text-align: center; }
  section.bottom-btn-single a {
    display: inline-block;
    font-weight: 400;
    padding: 1em 1.5em;
    border: 1px solid rgba(130, 186, 199, 0.5); }
    @media (max-width: 560px) {
      section.bottom-btn-single a {
        margin: 0 auto 10px 0; } }

/*サムネイルリスト*/
.wrap-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 35px);
  margin-left: -35px; }
  @media (max-width: 960px) {
    .wrap-list {
      width: calc(100% + 25px);
      margin-left: -25px; } }
  @media (max-width: 560px) {
    .wrap-list {
      width: 100%;
      margin-left: auto; } }
  .wrap-list article {
    width: calc(33.3% - 35px);
    margin-left: 35px;
    margin-bottom: 2rem; }
    @media (max-width: 960px) {
      .wrap-list article {
        width: calc(33.3% - 25px);
        margin-left: 25px; } }
    @media (max-width: 560px) {
      .wrap-list article {
        width: 100%;
        margin-left: auto; } }
    .wrap-list article a {
      display: block; }
    .wrap-list article figure {
      width: 100%;
      height: 0;
      padding-bottom: 66%;
      border: 1px solid rgba(130, 186, 199, 0.5);
      box-sizing: border-box;
      position: relative;
      overflow: hidden; }
      .wrap-list article figure img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .wrap-list article h3 {
      color: #82bac7;
      margin-top: 1em;
      font-size: 90%;
      line-height: 1.6em; }
      .wrap-list article h3 span {
        font-size: 70%; }
      @media (max-width: 560px) {
        .wrap-list article h3 {
          margin-top: .5em; } }

/*ページナビ*/
.page-navi {
  margin: 5rem auto;
  text-align: center; }
  .page-navi .wp-pagenavi {
    display: inline-block; }
    .page-navi .wp-pagenavi span, .page-navi .wp-pagenavi a {
      margin: auto 1em; }
    .page-navi .wp-pagenavi .current {
      font-weight: 400;
      font-size: 105%; }
    .page-navi .wp-pagenavi .pages {
      display: none; }

/*サムネイルリスト-連絡帳*/
.wrap-news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .wrap-news article {
    width: 48%;
    margin-bottom: 2%; }
    @media (max-width: 560px) {
      .wrap-news article {
        width: 100%; } }
    .wrap-news article a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .wrap-news article a figure {
        width: 45%;
        height: 0;
        padding-bottom: 27%;
        box-sizing: border-box;
        border: 1px solid #e0e0e0;
        position: relative;
        overflow: hidden; }
        .wrap-news article a figure img {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        @media (max-width: 960px) {
          .wrap-news article a figure {
            width: 100%;
            padding-bottom: 60%; } }
      .wrap-news article a .text {
        width: 50%;
        height: 100%;
        position: relative; }
        @media (max-width: 960px) {
          .wrap-news article a .text {
            width: 100%;
            position: static;
            height: auto; } }
        .wrap-news article a .text h3 {
          font-weight: 300;
          padding-top: .5rem;
          line-height: 1.6em; }
        .wrap-news article a .text .date {
          position: absolute;
          left: 0;
          bottom: .8rem; }
          @media (max-width: 960px) {
            .wrap-news article a .text .date {
              position: static;
              margin-top: .5em;
              margin-bottom: 1em; } }

/*サムネイルリスト-絵本*/
.wrap-ehon {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .wrap-ehon article {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 5%;
    margin-bottom: 2rem; }
    @media (max-width: 560px) {
      .wrap-ehon article {
        width: 50%;
        padding: 0 5%; } }
    .wrap-ehon article a {
      display: block; }
    .wrap-ehon article h3 {
      color: #82bac7;
      margin-top: 1em;
      font-size: 90%;
      line-height: 1.6em; }

/*一覧ページ共通設定*/
.category section.main {
  min-height: calc(100vh - 725px);
  margin-bottom: 10rem; }
  @media (max-width: 960px) {
    .category section.main {
      min-height: calc(100vh - 600px); } }
  @media (max-width: 560px) {
    .category section.main {
      margin-bottom: 5rem; } }

/*一覧-絵本*/
.ehon section.title {
  margin-bottom: 4rem; }
  .ehon section.title .btn a {
    display: inline-block;
    font-size: 80%;
    font-weight: 400;
    padding: .5em 1em;
    border: 1px solid rgba(130, 186, 199, 0.5);
    margin: 1rem auto 0 12%; }
    @media (max-width: 960px) {
      .ehon section.title .btn a {
        margin-left: 10%; } }
    @media (max-width: 560px) {
      .ehon section.title .btn a {
        margin-left: 3%; } }
.ehon section.wrap-ehon {
  margin-bottom: 4rem; }
.ehon section.recommend {
  margin-bottom: 5rem; }

/*投稿-絵本*/
#toko-ehon section.title {
  background: url("../img/yomimono/illust-1.jpg") no-repeat center top;
  background-size: 100% auto;
  padding-top: 95px;
  margin-bottom: 4rem; }
  @media (max-width: 960px) {
    #toko-ehon section.title {
      padding-top: 70px; } }
  @media (max-width: 560px) {
    #toko-ehon section.title {
      padding-top: 40px; } }
  #toko-ehon section.title h1 {
    color: black;
    font-size: 190%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: 1em;
    text-align: center; }
    @media (max-width: 560px) {
      #toko-ehon section.title h1 {
        font-size: 180%; } }
  #toko-ehon section.title h2 {
    color: black;
    font-weight: 500;
    font-size: 150%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-top: 2rem;
    margin-bottom: .3em;
    text-align: center; }
    @media (max-width: 560px) {
      #toko-ehon section.title h2 {
        font-size: 120%; } }
  #toko-ehon section.title h3 {
    color: black;
    font-weight: 500;
    font-size: 115%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    text-align: center; }
    @media (max-width: 560px) {
      #toko-ehon section.title h3 {
        font-size: 100%; } }
  #toko-ehon section.title figure {
    width: 90%;
    max-width: 500px;
    margin: auto; }
#toko-ehon section.bottom-btn-ehon {
  margin: 4rem auto 6rem; }
  #toko-ehon section.bottom-btn-ehon ul {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 560px) {
      #toko-ehon section.bottom-btn-ehon ul {
        flex-direction: column; } }
    #toko-ehon section.bottom-btn-ehon ul li {
      display: inline-block;
      font-weight: 400;
      padding: 1em 1.5em;
      border: 1px solid rgba(130, 186, 199, 0.5);
      margin-right: 20px; }
      @media (max-width: 560px) {
        #toko-ehon section.bottom-btn-ehon ul li {
          margin: 0 auto 10px 0; } }
#toko-ehon section.recommend {
  margin-bottom: 5rem; }

/*投稿-今月の一冊*/
#toko-pickup section.main {
  margin-bottom: 10rem; }
  #toko-pickup section.main h1 {
    color: black;
    font-size: 190%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: .5em; }
    @media (max-width: 560px) {
      #toko-pickup section.main h1 {
        font-size: 180%; } }
  #toko-pickup section.main .date {
    font-size: 90%;
    color: #999999;
    margin-bottom: 3rem; }
  #toko-pickup section.main .wrap-pickup {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 560px) {
      #toko-pickup section.main .wrap-pickup {
        flex-direction: column; } }
    #toko-pickup section.main .wrap-pickup .photo {
      order: 2;
      width: 45%;
      margin-top: -70px;
      display: flex;
      justify-content: flex-start;
      flex-direction: column; }
      #toko-pickup section.main .wrap-pickup .photo figure {
        margin-bottom: 1rem; }
      @media (max-width: 560px) {
        #toko-pickup section.main .wrap-pickup .photo {
          order: 1;
          width: 100%;
          margin-top: 0; } }
    #toko-pickup section.main .wrap-pickup .content {
      order: 1;
      width: 45%; }
      @media (max-width: 960px) {
        #toko-pickup section.main .wrap-pickup .content {
          width: 50%; } }
      @media (max-width: 560px) {
        #toko-pickup section.main .wrap-pickup .content {
          order: 2;
          width: 100%; } }
#toko-pickup section.recommend {
  margin-bottom: 5rem; }

/*投稿-家族*/
#toko-kazoku section.top-img {
  width: 100%;
  position: relative;
  height: 60vw;
  max-height: 700px;
  margin-bottom: 5rem;
  background-position: center center;
  background-size: cover; }
  #toko-kazoku section.top-img .title {
    position: absolute;
    width: 250px;
    top: 50%;
    right: 20%;
    transform: translateY(-50%); }
    @media (max-width: 960px) {
      #toko-kazoku section.top-img .title {
        width: 180px; } }
    @media (max-width: 560px) {
      #toko-kazoku section.top-img .title {
        width: 150px;
        right: 50%;
        transform: translate(50%, -50%); } }
#toko-kazoku section.main {
  margin-bottom: 10rem; }
  #toko-kazoku section.main h1 {
    color: black;
    font-size: 190%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: .5rem; }
    @media (max-width: 560px) {
      #toko-kazoku section.main h1 {
        font-size: 180%; } }
  #toko-kazoku section.main .date {
    font-size: 90%;
    color: #999999;
    margin-bottom: 3rem; }
  #toko-kazoku section.main h2 {
    color: black;
    font-size: 140%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: 0rem; }
    @media (max-width: 560px) {
      #toko-kazoku section.main h2 {
        font-size: 120%;
margin-bottom: 0rem; } }
  #toko-kazoku section.main h3 {
    font-size: 105%;
    line-height: 2em;
    margin-bottom: 3rem; }
  #toko-kazoku section.main p {
    margin-bottom: 3rem; }
  #toko-kazoku section.main figure {
    margin-bottom: 4rem; }
#toko-kazoku section.recommend {
  margin-bottom: 5rem; }

/*投稿-スタッフ*/
#toko-staff section.top-img {
  width: 100%;
  position: relative;
  height: 60vw;
  max-height: 700px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 5rem; }
#toko-staff section.main {
  margin-bottom: 10rem; }
  #toko-staff section.main h1 {
    color: black;
    font-size: 190%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: .5em; }
    @media (max-width: 560px) {
      #toko-staff section.main h1 {
        font-size: 180%; } }
  #toko-staff section.main .date {
    font-size: 90%;
    color: #999999;
    margin-bottom: 3rem; }
  #toko-staff section.main .q {
    text-align: right;
    padding-right: 80px;
    padding-top: 10px;
    background: url("../img/staff/Q.png") no-repeat right top;
    background-size: 60px auto;
    min-height: 60px;
    color: black;
    font-weight: 400;
    font-size: 138%;
    letter-spacing: 0.05em;
    margin-bottom: 2rem; }
    @media (max-width: 560px) {
      #toko-staff section.main .q {
        padding-right: 50px;
        padding-top: 5px;
        font-size: 115%;
        background-size: 40px auto;
        min-height: 40px; } }
  #toko-staff section.main .a {
    padding-left: 80px;
    background: url("../img/staff/A.png") no-repeat left top;
    background-size: 60px auto;
    min-height: 60px;
    margin-bottom: 3rem; }
    @media (max-width: 560px) {
      #toko-staff section.main .a {
        padding-left: 50px;
        background-size: 40px auto;
        min-height: 40px; } }
    #toko-staff section.main .a span {
      display: block;
      font-weight: 400;
      font-size: 105%; }
#toko-staff section.recommend {
  margin-bottom: 5rem; }

/*投稿-れんらく帳*/
#toko-news section.top-img {
  width: 100%;
  position: relative;
  height: 60vw;
  max-height: 700px;
  margin-bottom: 5rem;
  background-position: center center;
  background-size: cover; }
  #toko-news section.top-img .title {
    position: absolute;
    width: 250px;
    top: 50%;
    right: 20%;
    transform: translateY(-50%); }
    @media (max-width: 960px) {
      #toko-news section.top-img .title {
        width: 180px; } }
    @media (max-width: 560px) {
      #toko-news section.top-img .title {
        width: 150px;
        right: 50%;
        transform: translate(50%, -50%); } }
#toko-news section.main {
  margin-bottom: 10rem; }
  #toko-news section.main h1 {
    color: black;
    font-size: 190%;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: .5em; }
    @media (max-width: 560px) {
      #toko-news section.main h1 {
        font-size: 180%; } }
  #toko-news section.main .date {
    font-size: 90%;
    color: #999999;
    margin-bottom: 3rem; }
  #toko-news section.main h2 {
    color: black;
    font-size: 150%;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    margin-bottom: 3rem; }
    @media (max-width: 560px) {
      #toko-news section.main h2 {
        font-size: 120%; } }
  #toko-news section.main h3 {
    font-size: 105%;
    line-height: 2em;
    margin-bottom: 3rem; }
  #toko-news section.main p {
    margin-bottom: 3rem; }
  #toko-news section.main figure {
    margin-bottom: 4rem; }
  #toko-news section.main a {
    font-weight: 400;
    color: #82bac7; }
#toko-news section.recommend {
  margin-bottom: 5rem; }

/*個別-対談*/
#toko-taidan section.title {
  margin-bottom: 2rem; }
  #toko-taidan section.title h1 {
    text-align: center;
    margin-bottom: 2rem; }
    #toko-taidan section.title h1 img {
      height: 65px;
      width: auto; }
      @media (max-width: 560px) {
        #toko-taidan section.title h1 img {
          height: 40px; } }
#toko-taidan section.copy {
  margin: 3rem auto; }
  @media (max-width: 560px) {
    #toko-taidan section.copy {
      margin: 1.5rem auto; } }
  #toko-taidan section.copy h2 {
    line-height: 2em;
    font-size: 105%; }
  #toko-taidan section.copy h5 {
    text-align: right;
    margin-top: 1em;
    font-weight: 300; }
  #toko-taidan section.copy a {
    display: block;
    text-align: right;
    margin-top: .5em;
    color: #82bac7; }
  #toko-taidan section.copy p {
    text-align: right;
    margin-top: .5em;
    font-size: 80%; }
#toko-taidan section.content .q {
  padding-top: 60px;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 180%; }
  @media (max-width: 560px) {
    #toko-taidan section.content .q {
      padding-top: 15px;
      line-height: 1.5em;
      font-size: 130%; } }
#toko-taidan section.content .a {
  padding-top: 2em; }
  @media (max-width: 560px) {
    #toko-taidan section.content .a {
      padding-top: 0px; } }
#toko-taidan.aoyama section.content .q {
  margin: 0 0 1rem 190px;
  padding-right: 190px;
  background: url("../img/taidan/face1-2.png") no-repeat right top;
  background-size: 160px 160px;
  min-height: 160px; }
  @media (max-width: 560px) {
    #toko-taidan.aoyama section.content .q {
      margin: 0 0 2rem 0;
      padding-right: 80px;
      background-size: 70px 70px;
      min-height: 70px; } }
#toko-taidan.aoyama section.content .a {
  margin: 0 190px 1rem 0;
  padding-left: 190px;
  background: url("../img/taidan/face1-1.png") no-repeat left top;
  background-size: 160px 160px;
  min-height: 160px; }
  @media (max-width: 560px) {
    #toko-taidan.aoyama section.content .a {
      margin: 0 0 2rem 0;
      padding-left: 80px;
      background-size: 70px 70px;
      min-height: 70px; } }
#toko-taidan.aoyama .wrap-list article:nth-of-type(2) {
  display: none; }
#toko-taidan.komon section.content .q {
  margin: 0 190px 1rem 0;
  padding-left: 190px;
  background: url("../img/taidan/face2-1.png") no-repeat left top;
  background-size: 160px 160px;
  min-height: 160px; }
  @media (max-width: 560px) {
    #toko-taidan.komon section.content .q {
      margin: 0 0 2rem 0;
      padding-left: 80px;
      background-size: 70px 70px;
      min-height: 70px; } }
#toko-taidan.komon section.content .a {
  margin: 0 0 1rem 190px;
  padding-right: 190px;
  background: url("../img/taidan/face2-2.png") no-repeat right top;
  background-size: 160px 160px;
  min-height: 160px; }
  @media (max-width: 560px) {
    #toko-taidan.komon section.content .a {
      margin: 0 0 2rem 0;
      padding-right: 80px;
      background-size: 70px 70px;
      min-height: 70px; } }
#toko-taidan.komon .wrap-list article:nth-of-type(3) {
  display: none; }
#toko-taidan section.recommend {
  margin-top: 5rem;
  margin-bottom: 5rem; }

/*プロフィールページ*/
.profile section.title figure {
  width: 90%;
  max-width: 350px;
  margin: 4rem auto 0; }
.profile section.title h1 {
  margin: 2rem auto;
  text-align: center; }
  .profile section.title h1 img {
    height: 24px;
    width: auto; }
.profile section.bottom-btn-single {
  margin: 15rem auto 5rem; }

/*みらい園トップ*/
.miraien-map {
  width: 625px;
  height: calc(100vh - 380px);
  min-height: 589px;
  margin: 6rem auto;
  background-image: url("https://www.miraikeikaku.jp/wordpress2020/wp-content/uploads/2023/11/top-pc.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100% auto; }
  .miraien-map .btn a {
    position: absolute;
    height: 23px; }
  .miraien-map .katagami a {
    width: 162px;
    left: 3px;
    top: 94px; }
  .miraien-map .katagami a:hover {
    background-color: rgba(113, 195, 170, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .oiwake a {
    width: 78px;
    left: 85px;
    top: 118px; }
  .miraien-map .oiwake a:hover {
    background-color: rgba(113, 195, 170, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .yokote a {
    width: 126px;
    left: 3px;
    top: 163px; }
  .miraien-map .yokote a:hover {
    background-color: rgba(243, 153, 79, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .nanyo a {
    width: 79px;
    left: 3px;
    top: 222px; }
  .miraien-map .nanyo a:hover {
    background-color: rgba(241, 157, 181, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .tokaichi a {
    width: 88px;
    left: 164px;
    top: 416px; }
  .miraien-map .tokaichi a:hover {
    background-color: rgba(241, 157, 181, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .aoyama a {
    width: 77px;
    left: 433px;
    top: 150px; }
  .miraien-map .aoyama a:hover {
    background-color: rgba(241, 157, 181, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .moriokaehon a {
    width: 190px;
    left: 433px;
    top: 175px; }
  .miraien-map .moriokaehon a:hover {
    background-color: rgba(241, 157, 181, 0.8);
    mix-blend-mode: multiply; }
	.miraien-map .hoshiyamaehon a {
    width: 190px;
    left: 433px;
    top: 245px;
	}
  .miraien-map .hoshiyamaehon a:hover {
    background-color: rgba(241, 157, 181, 0.8);
    mix-blend-mode: multiply;
	}
  .miraien-map .miraikids a {
    width: 190px;
    left: 433px;
    top: 200px; }
  .miraien-map .miraikids a:hover {
    background-color: rgba(241, 157, 181, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .hiyoshi a {
    width: 77px;
    left: 436px;
    top: 356px; }
  .miraien-map .hiyoshi a:hover {
    background-color: rgba(243, 153, 79, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .hoshikawa a {
    width: 77px;
    left: 436px;
    top: 380px; }
  .miraien-map .hoshikawa a:hover {
    background-color: rgba(243, 153, 79, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .minowaehon a {
    width: 187px;
    left: 436px;
    top: 405px; }
  .miraien-map .minowaehon a:hover {
    background-color: rgba(243, 153, 79, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .kinjyo a {
    width: 79px;
    left: 308px;
    top: 405px; }
  .miraien-map .kinjyo a:hover {
    background-color: rgba(103, 169, 215, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .hatano a {
    width: 79px;
    left: 308px;
    top: 430px; }
  .miraien-map .hatano a:hover {
    background-color: rgba(103, 169, 215, 0.8);
    mix-blend-mode: multiply; }
  .miraien-map .kawasaki a {
    width: 158px;
    left: 464px;
    top: 295px; }
  .miraien-map .kawasaki a:hover {
    background-color: rgba(241, 157, 181, 0.8);
    mix-blend-mode: multiply; }


  .miraien-map .kawasaki a {
    width: 158px;
    left: 464px;
    top: 295px; }
  .miraien-map .kawasaki a:hover {
    background-color: rgba(241, 157, 181, 0.8);
    mix-blend-mode: multiply; }


/* -追加園- */
  .miraien-map .nagahashi a {/**/
    width: 174px;
    left: 64px;
    top: 466px;
   }
  .miraien-map .nagahashi a:hover {
    background-color: rgba(156, 209, 255, 0.8);
    mix-blend-mode: multiply; }

  .miraien-map .itami a {/**/
    width: 208px;
    left: 64px;
    top: 493px;
   }
  .miraien-map .itami a:hover {
    background-color: rgba(175, 251, 214, 0.8);
    mix-blend-mode: multiply; }

  .miraien-map .kouzu a {/**/
    width: 183px;
    left: 64px;
    top: 522px;
   }
  .miraien-map .kouzu a:hover {
    background-color: rgba(253, 216, 174, 0.8);
    mix-blend-mode: multiply;
  }

  .miraien-map .yumemi a {/**/
    width: 208px;
    left: 64px;
    top: 550px;
  }
  .miraien-map .yumemi a:hover {
    background-color: rgba(187, 185, 249, 0.8);
    mix-blend-mode: multiply; }




  @media (max-width: 560px) {
    .miraien-map {
      width: 300px;
      min-height: 350px;
      height: calc(100vh - 402px);
      background-image: url("https://www.miraikeikaku.jp/wordpress2020/wp-content/uploads/2023/11/top-sp.jpg");
      margin: 4rem auto; }
      .miraien-map .btn a {
        height: 14px; }
      .miraien-map .katagami a {
        width: 99px;
        left: 2px;
        top: 57px; }
      .miraien-map .oiwake a {
        width: 47px;
        left: 54px;
        top: 72px; }
      .miraien-map .yokote a {
        width: 77px;
        left: 2px;
        top: 102px; }
      .miraien-map .nanyo a {
        width: 49px;
        left: 2px;
        top: 135px; }
      .miraien-map .tokaichi a {
        width: 54px;
        left: 51px;
        top: 262px; }
      .miraien-map .aoyama a {
        width: 48px;
        left: 215px;
        top: 64px; }
      .miraien-map .moriokaehon a {
        width: 82px;
        left: 215px;
        top: 83px;
		height: 28px; }
	  .miraien-map .hoshiyamaehon a {
    width: 100px;
        left: 200px;
        top: 152px;}
      .miraien-map .miraikids a {
        width: 82px;
        left: 215px;
        top: 113px;
		height: 25px; }
      .miraien-map .hiyoshi a {
        width: 48px;
        left: 217px;
        top: 219px; }
      .miraien-map .hoshikawa a {
        width: 48px;
        left: 217px;
        top: 233px; }
      .miraien-map .minowaehon a {
        width: 80px;
        left: 217px;
        top: 248px;
height: 28px; }
      .miraien-map .kinjyo a {
        width: 48px;
        left: 139px;
        top: 249px; }
      .miraien-map .hatano a {
        width: 48px;
        left: 139px;
        top: 261px; }
      .miraien-map .kawasaki a {
        width: 97px;
        left: 201px;
        top: 181px; }
      
/* -追加園- */
.miraien-map .nagahashi a {/**/
  width: 107px;
  left: 40px;
  top: 288px;
 }
.miraien-map .itami a {/**/
  width: 128px;
  left: 40px;
  top: 304px;
 }
.miraien-map .kouzu a {/**/
  width: 114px;
  left: 40px;
  top: 321px;
 }

.miraien-map .yumemi a {/**/
  width: 130px;
  left: 40px;
  top: 336px;
}      
      
      
      
      
      
      
      }

/*みらい園各園*/
.mirai section.title {
  margin-bottom: 3rem; }
  .mirai section.title h1 {
    margin: 4rem auto 4rem; }
    .mirai section.title h1 img {
      height: 60px;
      width: auto; }
    @media (max-width: 960px) {
      .mirai section.title h1 {
        margin: 20px auto 25px; }
        .mirai section.title h1 img {
          height: 45px; } }
    @media (max-width: 560px) {
      .mirai section.title h1 {
        margin: 20px auto 25px; }
        .mirai section.title h1 img {
          height: auto; } }
.mirai.ehonnonori section.title h1 {
  margin: 0 auto 4rem; }
  @media (max-width: 960px) {
    .mirai.ehonnonori section.title h1 {
      margin: 20px auto 25px; } }
  @media (max-width: 560px) {
    .mirai.ehonnonori section.title h1 {
      margin: 20px auto 25px; } }
  .mirai.ehonnonori section.title h1 img {
    height: 120px; }
    @media (max-width: 960px) {
      .mirai.ehonnonori section.title h1 img {
        height: 100px; } }
    @media (max-width: 560px) {
      .mirai.ehonnonori section.title h1 img {
        height: 70px; } }
.mirai section.main {
  margin-bottom: 5rem; }
  .mirai section.main article {
    margin-bottom: 3rem; }
    .mirai section.main article h3 {
      font-size: 110%;
      line-height: 1.8em;
      margin-bottom: .2em;
      color: #96adcf; }
    .mirai section.main article a {
      font-weight: 400;
      color: #82bac7; }
    .mirai section.main article .notes {
      font-size: 85%;
      line-height: 1.8em;
      padding-top: .5em; }
    .mirai section.main article.news h3 {
      color: #eb8677; }
    .mirai section.main article.news p {
      border-top: 1px solid rgba(0, 0, 0, 0.5);
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      padding: .8em 0; }
    .mirai section.main article.news a {
      color: #eb8677; }
  .mirai section.main .g-map {
    margin-top: 1em;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .mirai section.main .g-map iframe, .mirai section.main .g-map object, .mirai section.main .g-map embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*学童各園*/
.gakudo section.title {
  margin-bottom: 3rem; }
  .gakudo section.title h1 {
    margin: 4rem auto 4rem; }
    .gakudo section.title h1 img {
      height: 60px;
      width: auto; }
    @media (max-width: 960px) {
      .gakudo section.title h1 {
        margin: 20px auto 25px; }
        .mgakudoirai section.title h1 img {
          height: 45px; } }
    @media (max-width: 560px) {
      .gakudo section.title h1 {
        margin: 20px auto 25px; }
        .gakudo section.title h1 img {
          height: 80px; } }
.gakudo section.main {
  margin-bottom: 5rem; }
  .gakudo section.main article {
    margin-bottom: 3rem; }
    .gakudo section.main article h3 {
      font-size: 110%;
      line-height: 1.8em;
      margin-bottom: .2em;
      color: #3e4142; }
    .gakudo section.main article a {
      font-weight: 400;
      color: #82bac7; }
    .gakudo section.main article .notes {
      font-size: 85%;
      line-height: 1.8em;
      padding-top: .5em; }
    .gakudo section.main article.news h3 {
      color: #6eca9d; }
    .gakudo section.main article.news p {
      border-top: 1px solid rgba(0, 0, 0, 0.5);
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      padding: .8em 0; }
    .gakudo section.main article.news a {
      color: #6eca9d; }
  .gakudo section.main .g-map {
    margin-top: 1em;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    .gakudo section.main .g-map iframe, .gakudo section.main .g-map object, .gakudo section.main .g-map embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*保育とくらし*/
.hoikurashi .top-img {
  margin-top: -2rem;
  margin-bottom: 3rem; }
  @media (max-width: 560px) {
    .hoikurashi .top-img {
      margin-top: 0; } }
.hoikurashi article {
  margin-bottom: 5rem; }
  .hoikurashi article h2 {
    margin-bottom: 2rem; }
    @media (max-width: 960px) {
      .hoikurashi article h2 img {
        height: 33px;
        width: auto; } }
    @media (max-width: 560px) {
      .hoikurashi article h2 img {
        height: 22px; } }
  .hoikurashi article h3 {
    margin-bottom: 2rem; }
  .hoikurashi article#program figure {
    width: 100%;
    /*max-width: 800px;*/
    margin: auto; }
    .hoikurashi article#program figure:first-of-type {
      margin-bottom: 2rem; }
  .hoikurashi article#program p.link {
    color: #82bac7;
    margin-top: 1em; }
  .hoikurashi article.bottom {
    margin-bottom: 0; }

/*みらい園の一日*/
.day h1.type1 {
  margin-bottom: 2rem; }
  @media (max-width: 560px) {
    .day h1.type1 {
      margin-bottom: 1.5rem; } }
  .day h1.type1 img {
    height: 65px;
    width: auto; }
    @media (max-width: 960px) {
      .day h1.type1 img {
        height: 50px; } }
    @media (max-width: 560px) {
      .day h1.type1 img {
        height: 77px; } }
.day h2 {
  margin-top: 5rem;
  margin-bottom: 3rem; }
  @media (max-width: 960px) {
    .day h2 img {
      height: 33px;
      width: auto; } }
  @media (max-width: 560px) {
    .day h2 img {
      height: 21px; } }
.day h3 {
  margin-top: 4rem;
  margin-bottom: 2rem; }
  .day h3 include tab img {
    height: 22px;
    width: auto; }
  @media (max-width: 560px) {
    .day h3 img {
      height: 16px; } }
.day .bottom {
  margin-top: 6rem; }

/*会社案内*/
/*------------------*/
.company {
  /*----共通----*/
  /*--------*/
  /*----------*/
  /*--------*/
  /*--------*/ }
  .company #info {
    margin-bottom: 6rem; }
    .company #info .wrap {
      width: 100%;
      max-width: 800px;
      height: 0;
      padding-bottom: 27%;
      margin: 0 auto 2rem;
      position: relative; }
      @media (max-width: 560px) {
        .company #info .wrap {
          position: static;
          height: auto;
          padding-bottom: 0; } }
      .company #info .wrap h3 {
        width: 100%;
        max-width: 430px;
        position: absolute;
        left: 0;
        top: 30%; }
        @media (max-width: 560px) {
          .company #info .wrap h3 {
            position: static; } }
      .company #info .wrap h4 {
        position: absolute;
        bottom: 15px;
        right: 240px;
        bottom: 5%; }
        @media (max-width: 560px) {
          .company #info .wrap h4 {
            position: static;
            width: 150px;
            margin-top: .5rem;
            margin-right: 10%;
            margin-left: auto; } }
      .company #info .wrap figure {
        position: absolute;
        width: 230px;
        bottom: 0;
        right: 0; }
        @media (max-width: 560px) {
          .company #info .wrap figure {
            position: static;
            width: 200px;
            margin-top: 1rem;
            margin-right: 5%;
            margin-left: auto; } }
    @media (min-width: 561px) and (max-width: 960px) {
      .company #info h5 img {
        width: 608px;
        height: auto; } }
    .company #info p {
      margin-bottom: 3rem; }
    .company #info article:first-of-type p {
      margin-bottom: 25px; }
    .company #info article:first-of-type {
      margin-bottom: 90px; }
    .company #info .logomark {
      width: 100%;
      max-width: 800px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin: 4rem auto 4rem; }
      @media (max-width: 560px) {
        .company #info .logomark {
          flex-direction: column;
          margin: 4rem auto 2rem; } }
      .company #info .logomark .text {
        order: 2;
        width: 50%; }
        @media (max-width: 560px) {
          .company #info .logomark .text {
            width: 100%; } }
        .company #info .logomark .text h3 {
          margin-bottom: .5em; }
          @media (max-width: 560px) {
            .company #info .logomark .text h3 img {
              width: 238px;
              height: auto; } }
          @media (max-width: 560px) {
            .company #info .logomark .text h3 img {
              width: 193px;
              height: auto; } }
      .company #info .logomark .logo {
        order: 1;
        width: 37%;
        margin-left: 5%; }
        @media (max-width: 560px) {
          .company #info .logomark .logo {
            width: 70%;
            margin-left: 15%;
            margin-right: auto;
            margin-bottom: 1rem; } }
    .company #info .wrap-office {
      width: 100%;
      max-width: 800px;
      display: flex;
      justify-content: space-between;
      margin: 0 auto 4rem; }
      @media (max-width: 560px) {
        .company #info .wrap-office {
          flex-direction: column; } }
      .company #info .wrap-office .member {
        order: 2;
        width: 50%; }
        @media (max-width: 560px) {
          .company #info .wrap-office .member {
            width: 100%; } }
        .company #info .wrap-office .member h3 {
          font-size: 105%;
          margin-bottom: .3em;
          color: #eb8677; }
      .company #info .wrap-office .office {
        order: 1;
        width: 50%; }
        @media (max-width: 560px) {
          .company #info .wrap-office .office {
            width: 100%; } }
        .company #info .wrap-office .office h4 {
          font-size: 150%;
          margin-bottom: .3em;
          color: #eb8677; }
        .company #info .wrap-office .office p {
          margin-bottom: auto; }
        .company #info .wrap-office .office p.tel {
          font-size: 105%;
          margin-bottom: 30px; }
          .company #info .wrap-office .office p.tel span {
            font-size: 80%; }
  .company h2 {
    margin-bottom: 3rem; }
    .company h2 img {
      height: 60px;
      width: auto; }
      @media (max-width: 960px) {
        .company h2 img {
          height: 50px; } }
      @media (max-width: 960px) {
        .company h2 img {
          height: 35px; } }
    @media (max-width: 560px) {
      .company h2.type2 img {
        height: 100px;
        width: auto; } }
  .company #ours {
    margin-bottom: 6rem; }
    .company #ours h3 {
      margin-bottom: 2.5rem; }
      .company #ours h3 img {
        height: auto; }
        @media (max-width: 960px) {
          .company #ours h3 img {
            width: 468px; } }
        @media (max-width: 560px) {
          .company #ours h3 img {
            width: 290px; } }
    .company #ours > h4 {
      margin-bottom: 2.5rem; }
      @media (min-width: 961px) {
        .company #ours > h4 img {
          width: 1000px;
          height: auto; } }
      @media (min-width: 561px) and (max-width: 960px) {
        .company #ours > h4 img {
          width: 665px;
          height: auto; } }
    .company #ours p {
      margin-bottom: 2rem; }
    .company #ours .wrap-type {
      display: flex;
      justify-content: space-between;
      margin-bottom: 4rem; }
      @media (max-width: 560px) {
        .company #ours .wrap-type {
          flex-direction: column; } }
      .company #ours .wrap-type article {
        width: 45%; }
        @media (max-width: 560px) {
          .company #ours .wrap-type article {
            width: 100%; } }
        .company #ours .wrap-type article h3 {
          font-size: 130%;
          margin-bottom: .5em; }
    .company #ours .wrap-type article:first-child figure {
      width: 249px;
      height: 240px;
      margin: auto; }
    .company #ours .wrap-type article:last-child figure {
      width: 298px;
      height: 240px;
      margin: auto; }
    .company #ours article.miraien h5 {
      font-size: 120%;
      margin-bottom: 1em; }
      .company #ours article.miraien h5 span {
        margin-left: 2em;
        font-size: 75%; }
        @media (max-width: 560px) {
          .company #ours article.miraien h5 span {
            display: block;
            margin: .5em auto auto 0; } }
    .company #ours article.miraien h3 {
      padding-bottom: 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      margin-bottom: 2rem; }
      @media (max-width: 960px) {
        .company #ours article.miraien h3 img {
          height: 29px;
          width: auto; } }
      @media (max-width: 560px) {
        .company #ours article.miraien h3 img {
          height: 21px;
          width: auto; } }
    .company #ours article.miraien ul.shisetsu {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 3rem; }
      .company #ours article.miraien ul.shisetsu li {
        width: 48%; }
        @media (max-width: 560px) {
          .company #ours article.miraien ul.shisetsu li {
            width: 100%; } }
        .company #ours article.miraien ul.shisetsu li h4 {
          margin-bottom: 0; }
          @media (max-width: 960px) {
            .company #ours article.miraien ul.shisetsu li h4 img {
              height: 19px;
              width: auto; } }
          @media (max-width: 560px) {
            .company #ours article.miraien ul.shisetsu li h4 img {
              height: 19px;
              width: auto; } }
  .company #business {
    margin-bottom: 6rem; }
    .company #business article {
      margin-bottom: 3rem; }
    .company #business h3 {
      margin-bottom: 2rem; }
      @media (max-width: 960px) {
        .company #business h3 img {
          height: 29px;
          width: auto; } }
      @media (max-width: 560px) {
        .company #business h3 img {
          height: 18px;
          width: auto; } }
    .company #business h4 {
      margin-bottom: 1rem; }
      @media (max-width: 960px) {
        .company #business h4 img {
          height: 22px;
          width: auto; } }
      @media (max-width: 560px) {
        .company #business h4 img {
          height: 16px;
          width: auto; } }
    .company #business p {
      margin-bottom: 3rem; }
    .company #business figure {
      margin-bottom: 2rem; }
    .company #business ul li {
      text-align: left;
      text-indent: -1.4em;
      margin-left: 1.4em;
      line-height: 1.4em;
      vertical-align: top;
      margin-bottom: 0.5em; }
      .company #business ul li span {
        color: #eb8677;
        font-weight: 400;
        font-size: 110%; }
      .company #business ul li:before {
        content: '';
        display: inline-block;
        width: 0.9em;
        height: 0.9em;
        -webkit-border-radius: 0.5em;
        border-radius: 0.5em;
        background: #eb8677;
        margin-right: 0.5em; }
    .company #business dl {
      margin-top: 1em; }
      .company #business dl dt {
        float: left;
        width: 2rem;
        clear: both;
        color: #eb8677;
        font-weight: 400;
        font-size: 150%;
        line-height: 1.6em; }
      .company #business dl dd {
        float: left;
        width: calc(100% - 2rem);
        margin-bottom: 1em; }
        .company #business dl dd h5 {
          margin-bottom: 5px; }
          @media (min-width: 561px) and (max-width: 960px) {
            .company #business dl dd h5 img {
              height: 22px;
              width: auto; } }
  .company #policy {
    margin-bottom: 6rem; }
    .company #policy h3 {
      margin-bottom: 2rem; }
      @media (min-width: 561px) and (max-width: 960px) {
        .company #policy h3 img {
          height: 24px;
          width: auto; } }
  .company section.bottom {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .company section.bottom .illust-1, .company section.bottom .illust-3 {
      width: 31%; }
      @media (max-width: 560px) {
        .company section.bottom .illust-1, .company section.bottom .illust-3 {
          width: 33%; } }
    .company section.bottom .illust-2 {
      width: 29.5%; }
      @media (max-width: 560px) {
        .company section.bottom .illust-2 {
          width: 31%; } }

/*スタッフ募集*/
.recruit {
  margin-bottom: 10rem; }
  .recruit h2 {
    color: black;
    font-size: 150%;
    line-height: 1.8em;
    margin-bottom: 3rem; }
    @media (max-width: 960px) {
      .recruit h2 {
        font-size: 140%; } }
    @media (max-width: 960px) {
      .recruit h2 {
        font-size: 125%; } }
  .recruit h3 {
    font-size: 105%;
    line-height: 2em;
    margin-bottom: 3rem; }
  .recruit a {
    font-weight: 400;
    color: #82bac7; }
  .recruit h4 {
    color: #eb8677;
    font-size: 150%;
    line-height: 1.8em;
    margin-top: 5rem;
    margin-bottom: .5rem;
    letter-spacing: 0.05em; }
  .recruit table {
    width: 100%;
    line-height: 1.8em; }
    .recruit table td {
      padding-top: .1em;
      padding-bottom: .1em; }
      .recruit table td.example {
        width: 7em; }
  .recruit ul li {
    line-height: 2em; }

/*お問い合わせ*/
.contact form {
  width: 100%;
  margin: 3rem auto 6rem; }
  .contact form p {
    margin-bottom: 2rem; }
  .contact form input, .contact form textarea, .contact form select {
    line-height: 1.8em;
    box-sizing: border-box;
    width: 100%;
    padding: 1em !important;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: .3em;
    border: 1px solid rgba(0, 0, 0, 0.22); }
  .contact form input.wpcf7-submit {
    background-color: #eb8677;
    color: white;
    border: none;
    width: 10em;
    font-weight: 400;
    font-size: 200%; }

/*ボトムイラスト*/
.bottom.type1 {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .bottom.type1 .illust-1 {
    width: 220px; }
    @media (max-width: 960px) {
      .bottom.type1 .illust-1 {
        width: 176px; } }
    @media (max-width: 560px) {
      .bottom.type1 .illust-1 {
        width: 105px; } }
  .bottom.type1 .illust-2 {
    width: 225px; }
    @media (max-width: 960px) {
      .bottom.type1 .illust-2 {
        width: 180px; } }
    @media (max-width: 560px) {
      .bottom.type1 .illust-2 {
        width: 100px; } }
  .bottom.type1 .illust-3 {
    width: 275px; }
    @media (max-width: 960px) {
      .bottom.type1 .illust-3 {
        width: 220px; } }
    @media (max-width: 560px) {
      .bottom.type1 .illust-3 {
        width: 120px; } }

.bottom.type2 {
  margin-bottom: 0; }
  .bottom.type2 .illust-1 {
    margin: 0 auto;
    width: 95%;
    max-width: 1100px; }

.bottom.type4 {
  margin-bottom: 0; }
  .bottom.type4 .illust-1 {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px; }
    @media (max-width: 560px) {
      .bottom.type4 .illust-1 {
        width: 100%;
        overflow: hidden; }
        .bottom.type4 .illust-1 img {
          width: 110%;
          max-width: 110%;
          margin-left: -5%; } }

/*採用情報*/
.recruit_top {
  width: 100%;
  height: 52vw;
  background: url("../img/top/slide4.jpg") no-repeat center center;
  background-size: cover;
  margin-top: -4rem;
  margin-bottom: 65px; }
  @media (min-width: 1405px) {
    .recruit_top {
      height: 719px; } }
  @media (max-width: 560px) {
    .recruit_top {
      margin-top: -2rem;
      margin-bottom: 25px; } }

.recruit_cont {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0; }
  @media (max-width: 560px) {
    .recruit_cont {
      font-size: 15px; } }
  .recruit_cont h2 {
    color: #EB8577;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 36px; }
    @media (max-width: 560px) {
      .recruit_cont h2 {
        font-size: 24px;
        margin-bottom: 24px; } }
  .recruit_cont h3 {
    color: #EB8577;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px; }
    @media (max-width: 560px) {
      .recruit_cont h3 {
        font-size: 20px;
        margin-bottom: 18px; } }
  .recruit_cont h4 {
    color: #EB8577;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px; }
    @media (max-width: 560px) {
      .recruit_cont h4 {
        font-size: 16px;
        margin-bottom: 14px; } }
  .recruit_cont .p_big {
    font-size: 20px; }
    @media (max-width: 560px) {
      .recruit_cont .p_big {
        font-size: 1.2rem;
        margin-bottom: 24px; } }
  @media (max-width: 560px) {
    .recruit_cont p {
      letter-spacing: 0; } }
  .recruit_cont .art01 .wrap {
    margin: 120px auto; }
    @media (max-width: 560px) {
      .recruit_cont .art01 .wrap {
        margin: 70px auto; } }
    .recruit_cont .art01 .wrap .inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px; }
      .recruit_cont .art01 .wrap .inner .photo {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        box-sizing: border-box;
        overflow: hidden;
        background-color: aqua; }
        .recruit_cont .art01 .wrap .inner .photo img {
          width: 100%;
          height: auto; }
      .recruit_cont .art01 .wrap .inner .text {
        width: calc(100% - 185px); }
        .recruit_cont .art01 .wrap .inner .text h5 {
          color: black;
          font-size: 26px;
          font-weight: 700;
          margin-bottom: 26px; }
      @media (max-width: 560px) {
        .recruit_cont .art01 .wrap .inner {
          flex-direction: column;
          justify-content: center; }
          .recruit_cont .art01 .wrap .inner .photo {
            margin-bottom: 15px; }
          .recruit_cont .art01 .wrap .inner .text {
            width: 100%; }
            .recruit_cont .art01 .wrap .inner .text h5 {
              font-size: 1.4rem;
              margin-bottom: .5rem; } }
  .recruit_cont .art02 {
    margin-bottom: 140px; }
    @media (max-width: 560px) {
      .recruit_cont .art02 {
        margin-bottom: 60px; } }
    .recruit_cont .art02 figure {
      margin-bottom: 30px; }
      .recruit_cont .art02 figure figcaption {
        margin-top: 15px;
        font-size: .82rem; }
      @media (max-width: 560px) {
        .recruit_cont .art02 figure {
          margin-bottom: 15px; }
          .recruit_cont .art02 figure figcaption {
            margin-top: 10px;
            font-size: .9rem; } }
    .recruit_cont .art02 .wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin: 65px auto; }
      .recruit_cont .art02 .wrap .photo {
        width: 112px;
        text-align: center; }
        .recruit_cont .art02 .wrap .photo img {
          width: 100%;
          height: auto;
          border-radius: 50%; }
        .recruit_cont .art02 .wrap .photo p {
          width: 100%;
          margin-top: 10px;
          text-align: center;
          color: black; }
      .recruit_cont .art02 .wrap .text {
        width: calc(100% - 140px); }
      @media (max-width: 560px) {
        .recruit_cont .art02 .wrap {
          flex-direction: column;
          margin: 40px auto; }
          .recruit_cont .art02 .wrap .photo {
            width: 100%;
            text-align: center;
            margin-bottom: 1rem; }
            .recruit_cont .art02 .wrap .photo img {
              width: 80px;
              height: 80px;
              border-radius: 40px; }
            .recruit_cont .art02 .wrap .photo p {
              margin-top: 5px; }
          .recruit_cont .art02 .wrap .text {
            width: 100%; } }
  .recruit_cont .art03 {
    border-top: 1px solid #EB8577;
    margin-bottom: 120px;
    padding-top: 100px; }
    @media (max-width: 560px) {
      .recruit_cont .art03 {
        margin-bottom: 100px;
        padding-top: 50px; } }
    .recruit_cont .art03 dl {
      margin-bottom: 60px;
      line-height: 2em;
      display: flex;
      flex-wrap: wrap; }
      .recruit_cont .art03 dl dt {
        width: 7em; }
      .recruit_cont .art03 dl dd {
        width: calc(100% - 7em); }
      @media (max-width: 560px) {
        .recruit_cont .art03 dl dt {
          width: 6em; }
        .recruit_cont .art03 dl dd {
          width: calc(100% - 6em); } }
    .recruit_cont .art03 ul {
      line-height: 2em; }
      .recruit_cont .art03 ul li::before {
        content: "・"; }
    .recruit_cont .art03 .btn_oubo {
      width: 100%;
      margin-top: 65px;
      text-align: center; }
      .recruit_cont .art03 .btn_oubo a {
        display: inline-block;
        background-color: #EB8577;
        color: white;
        font-size: 23px;
        padding: .6em 2.5em;
        border-radius: 10px; }


/* --20240805追加-- */

.info_group dt{
    font-size: 110%;
    line-height: 1.8em;
    margin-bottom: .2em;
    color: #96adcf;
}

.info_group dd{
  margin-bottom: 3rem;
}




.mirai h2.en_copy{
  margin-bottom: 4rem;
  font-family: 'fot-tsukuardgothic-std';
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #2b2b2b;
}

.mirai article.en_data h3{
  font-size: 125%;
  line-height: 1.8em;
  margin-bottom: -0.3em;
}

.mirai article.en_data p{
  line-height: 1.5em;
  margin-bottom: 2rem;
}

.mirai article.en_data iframe{
  width: 100%;
}

.mirai section.main article.en_news h3,
.mirai section.main article.en_news a{
  color: #eb8677;
}

.mirai section.main article.en_news div{
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: .8em 0;
}
