@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: noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.0;
  color: #000;
  font-weight: normal;
  background-color: #fbfbfb;
}

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

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

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

div#mainArea {
  position: relative;
  width: 100%;
  background-color: #e4e0c8;
}

@media screen and (min-width: 1000px) {
  div#mainArea {
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 999px) {
  div#mainArea {
    margin: 0 auto 40px;
  }
}

div#mainArea .main_item {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 20px;
}

@media screen and (max-width: 999px) {
  div#mainArea .main_item {
    padding: 0 0;
  }
}

@media screen and (min-width: 1000px) {
  div#mainArea .main_item {
    height: 600px;
  }
}

@media screen and (max-width: 999px) {
  div#mainArea .main_item .title {
    width: 48%;
    margin: 0 2% 0 auto;
    padding: 40px 0 0;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@media screen and (min-width: 1000px) {
  div#mainArea .main_item .title {
    position: absolute;
    width: 325px;
    top: 7%;
    right: calc(50% - 400px);
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

@media screen and (max-width: 999px) {
  div#mainArea .main_item .sub {
    width: 78%;
    margin: 0 auto 0 4%;
    padding: -50px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  div#mainArea .main_item .sub {
    position: absolute;
    width: 480px;
    top: 6%;
  }
}

@media screen and (max-width: 999px) {
  div#mainArea .main_item .main {
    padding: 0px 0 40px;
  }
}

@media screen and (min-width: 1000px) {
  div#mainArea .main_item .main {
    position: absolute;
    width: 800px;
    top: 25%;
  }
}

.read {
  width: 84%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .read {
    margin: 20px auto 70px;
  }
}

@media screen and (min-width: 1000px) {
  .read {
    margin: 60px auto 70px;
  }
}

.read p {
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.045em;
  line-height: 2.0;
}

@media screen and (min-width: 1000px) {
  .read p {
    width: 70%;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

@media screen and (min-width: 1000px) {
  #color_area {
    margin: 0 auto 120px;
    padding: 30px 0;
  }
}

#color_area h3 {
  position: relative;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 999px) {
  #color_area h3 {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1000px) {
  #color_area h3 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 999px) {
  #color_area ul {
    width: 86%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1000px) {
  #color_area ul {
    width: 720px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}

@media screen and (max-width: 999px) {
  #color_area ul li {
    width: calc((100% - 10px ) / 2);
    padding: 5px 0;
  }
}

@media screen and (min-width: 1000px) {
  #color_area ul li {
    margin: 5px 0;
    width: calc((100% - 30px ) / 4);
  }
}

#color_area ul li a {
  display: block;
}

@media screen and (max-width: 999px) {
  #color_area ul li a {
    font-size: 12px;
  }
}

@media screen and (min-width: 1000px) {
  #color_area ul li a {
    font-size: 16px;
  }
}

#color_area ul li img {
  width: 92%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  #color_area ul li img {
    width: 94%;
  }
}

#content {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #content {
    margin: 60px auto 0;
  }
}

#content {
  margin-bottom: 80px;
}

@media screen and (min-width: 1000px) {
  #content {
    margin-bottom: 180px;
  }
}

#content .line {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 999px) {
  #content .line {
    width: 84%;
    margin: 4px auto 50px;
  }
}

@media screen and (min-width: 1000px) {
  #content .line {
    width: 720px;
    margin: 0 auto 50px;
  }
}

#content .section {
  position: relative;
}

@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 span.num {
  position: absolute;
  display: block;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  line-height: 1.2;
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 999px) {
  #content .section span.num {
    font-size: 5rem;
    top: 2%;
    left: 2%;
  }
}

@media screen and (min-width: 1000px) {
  #content .section span.num {
    font-size: 6rem;
    top: 3%;
    left: 14%;
  }
}

#content .section h2 {
  position: absolute;
  font-family: ff-good-web-pro-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2.2px;
}

@media screen and (max-width: 999px) {
  #content .section h2 {
    font-size: 3rem;
    top: 10%;
    left: 2%;
  }
}

@media screen and (min-width: 1000px) {
  #content .section h2 {
    font-size: 4rem;
    top: 15%;
    left: 14%;
  }
}

#content .section .sec_inner .side03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1000px) {
  #content .section .sec_inner .side03 {
    width: 800px;
    margin: 0 auto;
  }
}

#content .section .sec_inner .picArea {
  margin: 20px 0 30px;
  background-color: #f0efe7;
}

@media screen and (min-width: 1000px) {
  #content .section .sec_inner .picArea {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 999px) {
  #content .section .sec_inner .picArea img {
    width: 55%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  #content .section .sec_inner .picArea img {
    width: 30%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  #content .section .sec_inner .credit_area {
    width: 720px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  #content .section .sec_inner .credit_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  #content .section .sec_inner .credit_area ul {
    padding-bottom: 15px;
    width: 100%;
  }
}

#content .section .sec_inner .credit_area ul li {
  width: calc((100% - 10px ) / 3);
}

@media screen and (max-width: 999px) {
  #content .section .sec_inner .credit_area ul li {
    display: inline-block;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1000px) {
  #content .section .sec_inner .credit_area ul li {
    width: 110px;
    padding: 0 5px;
  }
}

#content .section .sec_inner .credit_area ul a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 1000px) {
  #content .section .sec_inner .credit_area ul a {
    font-size: 12px;
  }
}

@media screen and (max-width: 999px) {
  #content .section .sec_inner .credit_area ul a {
    font-size: 12px;
  }
}

#content .section .sec_inner .credit_area ul a img {
  margin-bottom: 10px;
}

#content .section .sec_inner .credit_area ul a p, #content .section .sec_inner .credit_area ul a span {
  display: block;
  line-height: 1.2;
  width: 90%;
  margin: 0 auto;
}

#content .section .sec_inner .credit_area ul a p {
  overflow: hidden;
  text-align: center;
}

#content .section .sec_inner .credit_area ul a span {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 5px;
  padding: 2px 0;
  border-radius: 10px;
}

#content .section .sec_inner .credit_area ul a span:hover {
  background-color: #000;
  color: #fff;
}

#content .staff h3 {
  text-align: center;
}

@media screen and (max-width: 999px) {
  #content .staff h3 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1000px) {
  #content .staff h3 {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 999px) {
  #content .staff .profile {
    width: 80%;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  #content .staff .profile {
    width: 500px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 999px) {
  #content .staff .profile div.img {
    width: 28%;
  }
}

@media screen and (min-width: 1000px) {
  #content .staff .profile div.img {
    width: 120px;
  }
}

#content .staff .profile div.img img {
  border-radius: 50%;
}

@media screen and (max-width: 999px) {
  #content .staff .profile div.detail {
    width: 45%;
    margin-left: 15px;
  }
}

@media screen and (min-width: 1000px) {
  #content .staff .profile div.detail {
    width: 180px;
    margin-left: 20px;
  }
}

#content .staff .profile div.detail h2 {
  font-family: ff-good-web-pro-condensed, sans-serif;
  font-style: normal;
}

@media screen and (max-width: 999px) {
  #content .staff .profile div.detail h2 {
    font-size: 3.4rem;
    padding-bottom: 10px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 1000px) {
  #content .staff .profile div.detail h2 {
    font-size: 4rem;
    padding-bottom: 10px;
  }
}

#content .staff .profile div.detail h2 span {
  font-size: 1.6rem;
}

@media screen and (min-width: 1000px) {
  #content .staff .profile div.detail h2 span {
    font-size: 2rem;
  }
}

#content .staff .profile div.detail ul li {
  font-size: 1.2rem;
  line-height: 1.0;
}

@media screen and (min-width: 1000px) {
  #content .staff .profile div.detail ul li {
    font-size: 1.6rem;
  }
}

#content .staff .profile div.detail ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  text-decoration: underline;
}

#content .staff .profile div.detail ul li img {
  display: inline-block;
  width: 15px;
  margin-right: 10px;
}

footer {
  width: 96%;
  margin: 20px auto 0;
}

@media screen and (min-width: 1000px) {
  footer {
    width: 800px;
    margin: 0 auto;
  }
}

footer .snsbox {
  margin-bottom: 30px;
  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;
  }
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(232, 228, 228, 0.5);
  border-radius: 20px;
}

@media screen and (max-width: 999px) {
  #page-top {
    right: 0;
    bottom: 15px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}

.opacity {
  -webkit-animation: opacity 1.6s ease-in-out 1 both;
          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: 50px !important;
}

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

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