@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: futura, noto-sans-cjk-jp, "游ゴシック体", YuGothic, "メイリオ", sans-serif;
  font-feature-settings: "palt";
  line-height: 1;
  color: #000;
  font-weight: normal;
  background-color: #F6DFD6;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  opacity: 1;
}

div#mainArea {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  div#mainArea {
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  div#mainArea {
    margin: 0 auto;
  }
}
div#mainArea .main_item {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 999px) {
  div#mainArea .main_item {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1000px) {
  div#mainArea .main_item {
    width: 90%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  div#mainArea .main_item .title {
    width: 84%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1000px) {
  div#mainArea .main_item .title {
    width: 38%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  div#mainArea .main_item .main_img {
    width: 80%;
    margin: 20px auto;
  }
}

.read {
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .read {
    margin: 20px auto 80px;
  }
}
@media screen and (min-width: 1000px) {
  .read {
    margin: 60px auto 80px;
  }
}
.read .read_title {
  width: 42%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .read .read_title {
    width: 250px;
  }
}
.read p {
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.045em;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .read p {
    width: 70%;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

hr {
  width: 90%;
  margin: 10px auto;
}
@media screen and (min-width: 1000px) {
  hr {
    width: 700px;
  }
}

@media screen and (max-width: 999px) {
  .menu {
    padding: 40px 0 0;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .menu {
    padding: 50px 0 0;
    margin-bottom: 100px;
  }
}
.menu p {
  text-align: center;
  margin: 20px auto;
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  .menu p {
    margin: 30px auto;
    font-size: 26px;
  }
}
.menu .item {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  .menu .item {
    font-size: 20px;
  }
}
.menu .item span {
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .menu h2 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .menu h2 {
    max-width: 400px;
    font-size: 24px;
    margin: 0 auto 40px;
  }
}
.menu .color ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
@media screen and (max-width: 999px) {
  .menu .color ul {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  .menu .color ul {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.menu .color ul li {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .menu .color ul li {
    padding: 0 8px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 999px) {
  .menu .color ul li {
    width: 25%;
    padding: 0 3px;
    box-sizing: border-box;
    margin-bottom: 22px;
  }
}
.menu .color ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  color: #000;
  font-size: 15px;
}
@media screen and (max-width: 999px) {
  .menu .color ul li a {
    font-size: 13px;
  }
}
.menu .color ul li img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .menu .color ul li img {
    width: 100%;
  }
}
.menu .care img {
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .menu .care img {
    max-width: 200px;
  }
}

#content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #content {
    margin: 80px auto 0;
  }
}
#content .circle {
  width: 100px;
  height: 50px;
  border-radius: 50%/100% 100% 0 0;
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #content .circle {
    width: 200px;
    height: 100px;
  }
}
@media screen and (max-width: 999px) {
  #content .section {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #content .section {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 0;
  }
}
#content .section .num {
  width: 60%;
  margin: 0 auto;
  letter-spacing: 1px;
}
@media screen and (min-width: 1000px) {
  #content .section .num {
    width: 350px;
    margin: 80px auto 0;
  }
}
#content .section .num h1 {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding: 5% 0;
}
@media screen and (min-width: 1000px) {
  #content .section .num h1 {
    padding: 3% 0;
  }
}
#content .section .num h1 .title1 {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  #content .section .num h1 .title1 {
    font-size: 1.6vw;
  }
}
#content .section .num h1 .title2 {
  font-size: 9vw;
}
@media screen and (min-width: 1000px) {
  #content .section .num h1 .title2 {
    font-size: 4vw;
  }
}
#content .section .num h1:before,
#content .section .num h1:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 100%;
  box-sizing: border-box;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
#content .section .num h1:before {
  border-left: 1px solid #222;
  left: 0;
  top: 0;
}
#content .section .num h1:after {
  border-right: 1px solid #222;
  right: 0;
  top: 0;
}
#content .section .sec_inner .side03 {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .side03 {
    width: 800px;
    margin: 0 auto;
  }
}
#content .section .sec_inner h5 {
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 999px) {
  #content .section .sec_inner h5 {
    margin: 8% auto;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner h5 {
    margin: 5% 0 8%;
    font-size: 22px;
  }
}
#content .section .sec_inner .line {
  border-bottom: 2px solid #674111;
}
@media screen and (max-width: 999px) {
  #content .section .sec_inner .line {
    width: 90%;
    margin: 4px auto 20px;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .line {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .picArea {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  #content .section .sec_inner .picArea img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .picArea img {
    width: 60%;
    margin: 0 auto;
  }
}
#content .section .sec_inner .textArea {
  width: 100%;
  margin: 5% auto;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 50px;
  }
}
#content .section .sec_inner .textArea p.comment {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-bottom: 25px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea p.comment {
    width: 100%;
    font-size: 1.4rem;
  }
}
#content .section .sec_inner .textArea .credit_area {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 999px) {
  #content .section .sec_inner .textArea .credit_area {
    width: 100%;
    margin: 15px auto 15px;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area {
    width: 100%;
    margin: 30px auto;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area ul {
    /*display: flex;
    flex-wrap: wrap;*/
  }
}
#content .section .sec_inner .textArea .credit_area ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area ul li {
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 999px) {
  #content .section .sec_inner .textArea .credit_area ul li:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area ul li {
    /*&:not(:nth-last-of-type(-n+2)) {
      margin-bottom: 10px;
    }*/
  }
  #content .section .sec_inner .textArea .credit_area ul li:not(:last-of-type) {
    margin-bottom: 14px;
  }
}
#content .section .sec_inner .textArea .credit_area ul li span {
  display: inline-block;
  font-size: 1.1rem;
  width: 80%;
}
@media screen and (max-width: 999px) {
  #content .section .sec_inner .textArea .credit_area ul li span {
    line-height: 20px;
    width: 82%;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area ul li span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#content .section .sec_inner .textArea .credit_area ul li span.small {
  font-size: 1rem;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area ul li span.small {
    font-size: 1.1rem;
  }
}
#content .section .sec_inner .textArea .credit_area ul li a {
  display: inline-block;
  padding: 2px 7px;
  font-size: 1rem;
  color: #000;
  text-align: center;
  height: 15px;
  line-height: 15px;
  transition: 0.4s;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area ul li a {
    font-size: 1.2rem;
    height: 20px;
    line-height: 20px;
    padding: 2px 12px;
  }
}
#content .section .sec_inner .textArea .credit_area ul li a:not(.disabled) {
  border: 1px solid #000;
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  #content .section .sec_inner .textArea .credit_area ul li a:not(.disabled) {
    border-radius: 20px;
  }
}
#content .section .sec_inner .textArea .credit_area ul li a:not(.disabled):hover {
  background-color: #000;
  color: #fff;
}
#content .section .sec_inner .textArea .credit_area ul li a.disabled {
  padding: 0px;
  text-align: right;
}
#content .section .staff {
  letter-spacing: 1px;
}
#content .section .staff h3 {
  text-align: center;
}
@media screen and (max-width: 999px) {
  #content .section .staff h3 {
    font-size: 3vw;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff h3 {
    font-size: 1.4vw;
    margin-bottom: 60px;
  }
}
#content .section .staff .head-border {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
  #content .section .staff .head-border {
    width: 500px;
    margin: 20px auto 10px;
  }
}
#content .section .staff .head-border:before,
#content .section .staff .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}
#content .section .staff .head-border:before {
  margin-right: 1rem;
}
#content .section .staff .head-border:after {
  margin-left: 1rem;
}
@media screen and (max-width: 999px) {
  #content .section .staff .profile {
    width: 80%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile {
    width: 500px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  #content .section .staff .profile div.img {
    width: 28%;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.img {
    width: 120px;
  }
}
#content .section .staff .profile div.img img {
  border-radius: 50%;
}
@media screen and (max-width: 999px) {
  #content .section .staff .profile div.detail {
    width: 45%;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.detail {
    width: 180px;
    margin-left: 20px;
  }
}
#content .section .staff .profile div.detail h2 {
  font-style: normal;
}
@media screen and (max-width: 999px) {
  #content .section .staff .profile div.detail h2 {
    font-size: 25px;
    padding-bottom: 10px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.detail h2 {
    font-size: 4rem;
    padding-bottom: 10px;
  }
}
#content .section .staff .profile div.detail h2 span {
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.detail h2 span {
    font-size: 2rem;
  }
}
#content .section .staff .profile div.detail ul li {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #content .section .staff .profile div.detail ul li {
    font-size: 1.6rem;
  }
}
#content .section .staff .profile div.detail ul li a {
  display: flex;
  margin-bottom: 8px;
  text-decoration: underline;
}
#content .section .staff .profile div.detail ul li img {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
}
#content .section .staff .line {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 999px) {
  #content .section .staff .line {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #content .section .staff .line {
    width: 500px;
    margin: 0 auto;
  }
}

footer {
  width: 96%;
  margin: 20px auto 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  footer {
    width: 800px;
    margin: 0 auto;
  }
}
footer .snsbox {
  margin-bottom: 60px;
  padding-left: 10px;
}
@media screen and (min-width: 1000px) {
  footer .snsbox {
    margin-bottom: 50px;
  }
}
footer .snsbox a {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2;
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  footer .snsbox a {
    font-size: 2rem;
    text-align: left;
  }
}
footer .logo {
  width: 55%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1000px) {
  footer .logo {
    width: 300px;
    margin: 0 auto 30px;
  }
}
footer h4 {
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  footer h4 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.opacity {
  animation: opacity 1.6s ease-in-out 1 both;
}

.opacity01 {
  opacity: 1 !important;
}

@media screen and (max-width: 999px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .pc_none {
    display: none !important;
  }
}

div[class*=section] {
  margin-bottom: 120px !important;
}
@media screen and (min-width: 1000px) {
  div[class*=section] {
    margin-bottom: 200px !important;
  }
}

/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
/*jQueryのCSS
--------------------------------------*//*# sourceMappingURL=style.css.map */