@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Zen+Maru+Gothic:wght@400;500;700&family=Zen+Old+Mincho&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&family=Zen+Old+Mincho&display=swap');


/* ------------------------------------------------
  コンテンツ
------------------------------------------------ */
#contents {
  padding: 16rem 0 8.5rem;
}
#contents.yellow {
  background-color: #fff4c3;
}
#contents .main_head {
  padding-bottom: 9rem;
  margin-bottom: 12rem;
  position: relative;
}
#contents .main_head::after {
  content: "";
  display: block;
  width: 42.1rem;
  height: 1.3rem;
  background-image: url(/project/care/images/croissant/base/main_ttl_border.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#contents .main_head .lead {
  font-size: 2.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 4.8rem;
  margin-bottom: -1.5rem;
}

#contents h1 {
  font-size: 5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 668px) {
  #contents {
    padding: 7.3rem 0 5rem;
  }
  #contents .main_head {
    padding-bottom: 4rem;
    margin-bottom: 5.5rem;
  }
  #contents .main_head::after {
    width: 21rem;
    height: 0.65rem;
  }

  #contents .main_head .lead {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 0.6rem;
  }

  #contents h1 {
    /* font-size: 3.25rem; */
    font-size: 2.9rem;
  }
}


/* ------------------------------------------------
  クロワッサン メニュー
------------------------------------------------ */
#croissant_menu {
  display: block;
  margin: 0 auto;
  background-color: #f3f3f3;
}
#croissant_menu a {
  text-decoration: none;
}
#wrapper #croissant_menu .inner {
  width: 1038px;
  padding: 10rem 0 15rem;
}
#croissant_menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#croissant_menu .menu li {
  width: 50.7rem;
}
#croissant_menu .menu li:nth-child(n+3) {
  margin-top: 2.8rem;
}
#croissant_menu .menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fffced;
  border-radius: 100rem;
  padding: 1.9rem;
}
#croissant_menu .menu li a.current {
  background-color: #f7eeb7;
}

#croissant_menu .menu li a::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 2.2rem;
  background-image: url(/project/care/images/croissant/base/menu_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#croissant_menu .menu li a .ico {
  width: 10.7rem;
  margin-right: 3.8rem;
}
#croissant_menu .menu li a .txt {
  flex: 1;
  font-size: 1.45rem;
}
#croissant_menu .menu li a .txt strong {
  display: block;
  font-size: 1.84rem;
  font-weight: bold;
}
#croissant_menu .menu li a .txt br + strong {
  margin-top: 0.2rem;
}

#croissant_menu .btn_back {
  margin: 7rem auto 0;
  width: 48.4rem;
}
#croissant_menu .btn_back a {
  display: block;
  background-color: #fffced;
  border-radius: 100rem;
  padding: 2.6rem;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
  text-align: center;
  border-radius: 100rem;
  background-color: #1b7e93;
  position: relative;
}

#croissant_menu .btn_back a::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(/project/care/images/croissant/base/menu_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4rem;
  margin: auto;
}
#croissant_menu .btn_back a strong {
  font-size: 2.6rem;
  font-weight: inherit;
}
@media screen and (max-width: 668px) {
  #wrapper #croissant_menu .inner {
    width: 100%;
    padding: 5rem 4rem 6rem;
  }
  #croissant_menu .menu {
    display: block;
  }

  #croissant_menu .menu li {
    width: auto;

  }
  #croissant_menu .menu li + li,
  #croissant_menu .menu li + li:nth-child(n+3) {
    margin-top: 2rem;
  }
  #croissant_menu .menu li a {
    border-radius: 100rem;
    padding: 0.7rem 1rem;
  }
  #croissant_menu .menu li a.current {
    background-color: #f7eeb7;
  }

  #croissant_menu .menu li a::after {
    width: 2rem;
    height: 2rem;
    margin-right: 1.3rem;
  }
  #croissant_menu .menu li a .ico {
    width: 5.3rem;
    margin-right: 2rem;
  }
  #croissant_menu .menu li a .txt {
    font-size: 1rem;
  }
  #croissant_menu .menu li a .txt strong {
    font-size: 1.2rem;
  }
  #croissant_menu .menu li a .txt br + strong {
    margin-top: 0.2rem;
  }

  #croissant_menu .btn_back {
    margin: 4.5rem auto 0;
    width: 25rem;
  }
  #croissant_menu .btn_back a {
    padding: 1.4rem;
    font-size: 0.9rem;
  }

  #croissant_menu .btn_back a::after {
    width: 2rem;
    height: 2rem;
    right: 2.1rem;
  }
  #croissant_menu .btn_back a strong {
    font-size: 1.3rem;
  }
}


#nitta_comment {
  max-width: 106rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 9rem auto -1rem;
}
#nitta_comment .frame {
  width: 87.6rem;
  border-radius: 8rem;
  border: 0.3rem solid #ef7b35;
  background-color: #fbd9bf;
  position: relative;
}
#nitta_comment .frame::before,
#nitta_comment .frame::after {
  content: "";
  display: block;
  background-image: url(/project/care/images/croissant/base/frame_cover.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#nitta_comment .frame::before {
  width: 14.5rem;
  height: 2rem;

  position: absolute;
  top: -1.1rem;
  left: 7.5rem;
}
#nitta_comment .frame::after {
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 7.5rem;
  right: -1.9rem;
  transform: rotate(90deg);
}

#nitta_comment .frame .frame_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 17.5rem;
  padding: 3rem 8.6rem 3rem 5.6rem;
  position: relative;
}
#nitta_comment .frame .frame_inner::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 0.3rem;
  background-color: #ef7b35;

  position: absolute;
  top: 9.5rem;
  right: -3.3rem;
  z-index: 30;
  transform: rotate(20deg);
}
#nitta_comment .frame .ttl {
  font-size: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #ef7b35;
  position: absolute;
  top: -2rem;
  left: 9.5rem;
  z-index: 50;
}
#nitta_comment .frame .frame_inner .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  flex: 1;
}
#nitta_comment .frame .frame_inner .ph {
  width: 20.5rem;
  margin-left: 4rem;
}
#nitta_comment > .ph {
  width: 22rem;
  position: relative;
  z-index: 20;
  padding-top: 1rem;
  margin-right: -3.8rem;
  margin-bottom: -4rem;
}
@media screen and (max-width: 668px) {
  #nitta_comment {
    position: relative;
    display: block;
    margin: 5.8rem auto 0;
  }
  #nitta_comment .frame {
    width: auto;
    border-radius: 3.2rem;
    border: 0.15rem solid #ef7b35;
  }
  #nitta_comment .frame::before,
  #nitta_comment .frame::after {
    content: "";
    display: block;
    background-image: url(/project/care/images/croissant/base/frame_cover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #nitta_comment .frame::before {
    width: 10rem;
    height: 2rem;

    position: absolute;
    top: -1.1rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  #nitta_comment .frame::after {
    display: none;
  }

  #nitta_comment .frame .frame_inner {
    flex-direction: column;
    padding: 2.2rem;
    position: relative;
  }
  #nitta_comment .frame .frame_inner::after {
    display: none;
  }
  #nitta_comment .frame .ttl {
    font-size: 1.85rem;
    text-align: center;
    width: 100%;
    position: absolute;
    top: -1.5rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 50;
  }
  #nitta_comment .frame .frame_inner .txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #nitta_comment .frame .frame_inner .ph {
    width: 25rem;
    margin: 2.2rem auto 0;
  }
  #nitta_comment > .ph {
    width: 10rem;
    position: absolute;
    bottom: -0.6rem;
    right: -1rem;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

#source {
  max-width: 106rem;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 8rem auto 0;
}
#source cite {
  font-style: normal;
}
#source cite a {
  text-decoration: underline;
}
@media screen and (max-width: 668px) {
  #source {
    font-size: 1.4rem;
    margin: 4rem auto 0;
  }
}