@charset "UTF-8";
/* CSS Document */
/* もふもふ会 */
:root {
  --base-color01: #edf1f3;
  /*ライトグレー*/
  --base-color02: #015db2;
  /*濃い青*/
  --base-color03: #05215c;
  /*紺色*/
  --base-color04: #11a527;
  /*深緑*/
  --base-color05: #e3f3e6;
  /*薄緑*/ }

.h-display-none {
  display: none; }

.h-ta-center {
  text-align: center; }

.h-w100per {
  width: 100%;
  height: auto; }

br.disp-tab {
  display: none; }
  @media screen and (max-width: 768px) {
    br.disp-tab {
      display: inline; } }

br.disp-pc {
  display: inline; }
  @media screen and (max-width: 768px) {
    br.disp-pc {
      display: none; } }

body {
  background-color: var(--base-color01);
  /*font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Verdana, メイリオ, Meiryo, sans-serif;*/
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  color: var(--base-color02);
  padding: 0;
  margin: 0;
  overflow-x: hidden; }

main {
  background-color: #fff;
  width: 1000px;
  height: 100%;
  margin: 20px auto;
  padding: 80px;
  border-radius: 20px; }

section:not(:last-child) {
  margin: 0 0 100px; }

h1.default {
  text-align: center;
  font-size: 36px;
  margin: 50px 0; }

h2 {
  font-size: 24px;
  margin: 0 auto 8px; }

h3 {
  font-size: 16px;
  font-weight: bold;
  color: var(--base-color02);
  border-top: 1px solid var(--base-color02);
  border-bottom: 1px solid var(--base-color02);
  padding: 4px 8px;
  margin: 1em auto;
  display: inline-block; }

h4 {
  display: inline-block;
  position: relative;
  padding: 0 2.5em;
  color: var(--base-color02); }
  h4::before, h4::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: var(--base-color02); }
  h4::before {
    left: 0; }
  h4::after {
    right: 0; }

p {
  line-height: 2;
  color: #333; }

a {
  transition: opacity .3s,background-color .3s;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Verdana, メイリオ, Meiryo, sans-serif; }
  a:hover {
    opacity: .7; }

/*HOME以外の通常ページ*/
.default .playback {
  width: min(100%, 1000px);
  height: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .default .playback img {
    margin: 0 0 20px; }

ul.large {
  line-height: 2;
  margin: 0 auto 40px; }
  ul.large li {
    font-size: 1.2em;
    list-style-type: disc;
    list-style-position: inside; }

dd, li {
  color: #333; }

header {
  background-color: var(--base-color02);
  height: 200px;
  background-image: url("../img/home/hero2381.jpg");
  background-size: cover;
  background-position: center;
  border-top: 3px solid var(--base-color02);
  border-bottom: 3px solid var(--base-color02); }
  header .open {
    display: none; }
  header nav {
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8); }
    header nav ul {
      height: 100%;
      display: flex;
      justify-content: center; }
    header nav li {
      height: 100%;
      display: flex;
      align-items: center;
      line-height: 1.5;
      padding: 0 20px;
      font-weight: bold; }
    header nav a {
      border-right: 1px dashed; }
      header nav a:hover {
        background-color: #fff;
        opacity: 1; }
      header nav a.toHome li {
        content: url("../img/logo180.png");
        width: 180px;
        height: 60px;
        padding: 0; }

/*スマホ用の「あの日をふりかえって」メニュー内リンク*/
header nav ul .li-playback {
  display: none; }

/*スマホ用の「あの日をふりかえって」ヘッダ下のボタン*/
header + .playback.sp {
  display: none; }

header nav a.toHome {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 0; }

.logo-container .playback a:hover {
  opacity: .7; }

.logo-container .playback img {
  border-radius: 10px;
  box-shadow: 5px 5px 5px #4c761b; }

.image {
  text-align: center;
  margin: 0 auto 48px; }
  .image img {
    width: 100%;
    height: auto; }

.image-m {
  max-width: 600px; }
  .image-m img {
    border-radius: 16px; }

footer {
  background-color: var(--base-color02); }
  footer p {
    text-align: center;
    padding: 0;
    color: #fff; }
  footer small {
    color: #fff;
    font-size: .9em; }
    footer small br {
      display: none; }

dl {
  margin: 40px 0 80px; }

dd {
  margin: 0 0 20px 40px; }
  dd:last-child {
    margin: 0 0 0 40px; }

.link a {
  display: inline-block;
  border-radius: 100px;
  color: #fff;
  padding: 3px 10px;
  background-color: var(--base-color02);
  box-shadow: 2px 2px 2px #999; }

.link.nolink a {
  opacity: .5; }

.inquiry a {
  color: #fff; }

@media screen and (max-width: 1024px) {
  main {
    width: 98%; } }
@media screen and (max-width: 768px) {
  h1.default {
    text-align: center;
    font-size: 28px;
    margin: 50px 0; } }
@media screen and (max-width: 768px) {
  dd {
    margin: 0 0 20px 20px; }

  header {
    position: relative;
    height: 150px;
    background-image: url("../img/bg_hero879.jpg");
    background-size: cover; }

  header nav {
    width: 100%;
    position: fixed;
    top: -234px;
    transition: all .5s;
    height: auto;
    background-color: white;
    z-index: 1; }

  header nav.show {
    top: 0; }

  /*別ページアイコン*/
  .playback img.target_blank,
  img.target_blank {
    width: 20px;
    border-radius: inherit;
    box-shadow: inherit;
    vertical-align: middle;
    margin: 0 0 0 5px; }

  /*メニュー開閉ボタン*/
  header .open {
    display: block;
    cursor: pointer;
    background-color: var(--base-color02);
    color: #fff;
    text-align: center;
    padding: 10px 0; }

  /*開閉GIFアニメ*/
  header .open::after {
    content: url("../img/anime_arrow_down20.gif");
    margin: 0 0 0 7px; }

  header .show .open::after {
    content: url("../img/anime_arrow_up20.gif"); }

  header nav ul {
    display: block;
    background-color: #fff; }

  header nav a {
    border: none; }

  /*スマホ用の「あの日をふりかえって」メニュー内リンク*/
  header nav ul .li-playback {
    display: inline; }

  /*スマホ用の「あの日をふりかえって」ヘッダ下ボタン*/
  header + .playback.sp {
    display: block;
    background-color: #139c27;
    color: #fff;
    text-align: center !important;
    border-radius: 100px;
    margin: 10px auto 0px;
    width: calc(100% - 20px);
    box-shadow: 2px 2px 2px #999; }

  header + .playback.sp a {
    box-shadow: none !important; }

  header + .playback.sp a::after {
    content: url(../img/target_blank_wh.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: sub; }

  header nav a.toHome {
    display: inline-block; }

  header nav a.toHome li {
    content: inherit;
    width: auto;
    height: auto;
    padding: 10px 20px; }

  header nav li {
    padding: 10px 20px;
    /*メニュー全体の高さの合計分を画面外に出すために念のため固定*/
    height: 38px; }

  main {
    padding: 20px 10px; }

  footer small br {
    display: inline; } }
@media screen and (max-width: 480px) {
  img {
    width: 100%; }

  dl {
    margin: 40px auto 40px; }

  dd {
    margin: 0; }

  dd:last-child {
    margin: 0; }

  section:not(:last-child) {
    margin: 0 0 40px; } }
section:not(:last-child) {
  margin: 0;
  /*★*/ }

.projects main {
  text-align: justify;
  text-align-last: left;
  background-color: transparent;
  padding: 0; }

.project {
  padding: 80px;
  border-radius: 20px; }
  @media screen and (max-width: 968px) {
    .project {
      padding: 40px; } }
  @media screen and (max-width: 768px) {
    .project {
      padding: 24px; } }
  .project__detail {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 600px) {
      .project__detail {
        flex-direction: column; } }
  .project__text {
    width: calc(100% - 300px - 40px);
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .project__text {
        width: calc(100% - 216px - 16px); } }
    @media screen and (max-width: 600px) {
      .project__text {
        width: 100%; } }
    .project__text h2, .project__text h3 {
      text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px; }
    .project__text h2 {
      text-align-last: center;
      width: min(100%, 400px);
      margin: 0 auto; }
    .project__text h3 {
      width: 100%;
      font-size: 20px;
      text-align-last: center;
      line-height: 2;
      margin: 40px auto 0; }
      @media screen and (max-width: 830px) {
        .project__text h3 {
          font-size: 18px; } }
      @media screen and (max-width: 800px) {
        .project__text h3 {
          font-size: 17px; } }
      @media screen and (max-width: 630px) {
        .project__text h3 {
          font-size: 16px; } }
      @media screen and (max-width: 600px) {
        .project__text h3 {
          font-size: 18px; } }
      @media screen and (max-width: 415px) {
        .project__text h3 {
          font-size: 17px; } }
      @media screen and (max-width: 395px) {
        .project__text h3 {
          font-size: 16px;
          letter-spacing: -0.1em; } }
    .project__text h3 + p {
      margin-top: 40px; }
      @media screen and (max-width: 968px) {
        .project__text h3 + p {
          margin-top: 24px; } }
      @media screen and (max-width: 600px) {
        .project__text h3 + p {
          margin-top: 16px; } }
    @media screen and (max-width: 600px) {
      .project__text p {
        font-size: 15px; } }
  .project__photo {
    width: 300px; }
    @media screen and (max-width: 768px) {
      .project__photo {
        width: 216px; } }
    @media screen and (max-width: 600px) {
      .project__photo {
        width: min(100%, 300px);
        margin: 40px auto 0; } }
  .project .link {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .project .link {
        margin-top: 24px; } }
    .project .link a {
      width: 100%;
      text-align-last: center; }
      @media screen and (max-width: 768px) {
        .project .link a {
          font-size: 14px; } }
  .project .image {
    margin: 0; }
  .project .image + .image {
    margin-top: 24px; }
  .project img {
    border-radius: 16px; }

section.project + section.project {
  margin-top: 24px; }
section.project.house {
  background: repeating-linear-gradient(-45deg, #FFF4E1FF 0px 5px, #FFFAF0FF 5px 10px);
  background: -webkit-repeating-linear-gradient(-45deg, #FFF4E1FF 0px 5px, #FFFAF0FF 5px 10px);
  background: -moz-repeating-linear-gradient(-45deg, #FFF4E1FF 0px 5px, #FFFAF0FF 5px 10px); }
  section.project.house h2 {
    content: url("../img/projects/logo-house400@2x.png"); }
  section.project.house h3 {
    color: #9e365c;
    border-top: 1px solid #9e365c;
    border-bottom: 1px solid #9e365c; }
  section.project.house .link a {
    background-color: #47a3a0; }
section.project.memorial {
  background: repeating-linear-gradient(-45deg, #e1eeff 0px 5px, #e6f2ff 5px 10px);
  background: -webkit-repeating-linear-gradient(-45deg, #e1eeff 0px 5px, #e6f2ff 5px 10px);
  background: -moz-repeating-linear-gradient(-45deg, #e1eeff 0px 5px, #e6f2ff 5px 10px); }
  section.project.memorial h2 {
    content: url("../img/projects/logo-memorial.svg"); }
section.project.microChip {
  background: repeating-linear-gradient(-45deg, #fff5f4 0px 5px, #ffefea 5px 10px);
  background: -webkit-repeating-linear-gradient(-45deg, #fff5f4 0px 5px, #ffefea 5px 10px);
  background: -moz-repeating-linear-gradient(-45deg, #fff5f4 0px 5px, #ffefea 5px 10px); }
  section.project.microChip h2 {
    color: #e78094; }
  section.project.microChip h3 {
    color: #e78094;
    border-top: 1px solid #f19eae;
    border-bottom: 1px solid #f19eae; }
  section.project.microChip .link a {
    background-color: #f19eae; }
section.project.hospital {
  background: repeating-linear-gradient(-45deg, #f0ffe1 0px 5px, #fdffe6 5px 10px);
  background: -webkit-repeating-linear-gradient(-45deg, #f0ffe1 0px 5px, #fdffe6 5px 10px);
  background: -moz-repeating-linear-gradient(-45deg, #f0ffe1 0px 5px, #fdffe6 5px 10px); }
  section.project.hospital h2 {
    content: url("../img/projects/logo-hospital.svg"); }
  section.project.hospital h3 {
    color: #156b0f;
    border-top: 1px solid #156b0f;
    border-bottom: 1px solid #156b0f; }
  section.project.hospital .link a {
    background-color: #156b0f; }
section.project.land {
  background: repeating-linear-gradient(-45deg, #f2e2d2 0px 5px, #f2e8d5 5px 10px);
  background: -webkit-repeating-linear-gradient(-45deg, #f2e2d2 0px 5px, #f2e8d5 5px 10px);
  background: -moz-repeating-linear-gradient(-45deg, #f2e2d2 0px 5px, #f2e8d5 5px 10px); }
  section.project.land h2 {
    content: url("../img/projects/logo-land.svg"); }
  section.project.land h3 {
    color: #40210f;
    border-top: 1px solid #40210f;
    border-bottom: 1px solid #40210f; }
  section.project.land .link a {
    background-color: #40210f; }

.nuigurumi-land .link a {
  background-color: var(--base-color04); }

@media screen and (max-width: 480px) {
  main {
    border-radius: 0; }

  .link a {
    border-radius: 20px; }

  .link {
    text-align: center; } }

/*# sourceMappingURL=projects.css.map */
