@charset "UTF-8";
/* もふもふ会 */
: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;
      font-weight: bold;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (max-width: 968px) {
        header nav li {
          font-size: 15px;
          padding-left: 8px;
          padding-right: 8px; } }
    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: -274px;
    transition: all .5s;
    height: auto;
    background-color: white;
    z-index: 1; }

  .projects header nav {
    top: -274px; }

  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; } }

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