@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
  position: absolute;
  z-index: 1000;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #global-header {
    position: fixed;
    z-index: 9000;
    background: #fff;
    width: 100%;
    height: auto;
  }
}
#global-header .inner {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #global-header .inner {
    width: 100%;
  }
}
#global-header .inner .logo {
  width: 15%;
  padding: 1.5% 1.5% 0 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #global-header .inner .logo {
    margin: 0 auto;
    padding: 12px 0;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner .logo {
    padding: 15px 0;
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner .logo a {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}
#global-header .inner .logo a img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global-navi {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
#global-header .inner #global-navi ul.top-level {
  display: grid;
  grid-template-columns: 14.57% 14.57% 14.57% 14.57% 14.57% 14.57% 14.57%;
  width: 100%;
}
#global-header .inner #global-navi ul.top-level li {
  position: relative;
  width: 100%;
  z-index: 1;
}
#global-header .inner #global-navi ul.top-level li a {
  color: #fff;
  padding: 24px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul.top-level li a:hover {
  background: #C83183;
  text-decoration: none !important;
}
#global-header .inner #global-navi ul.top-level li a:hover span.en {
  color: #dff;
}
#global-header .inner #global-navi ul.top-level li a:hover span.ja {
  color: #dff;
}
#global-header .inner #global-navi ul.top-level li a span {
  display: block;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul.top-level li a span.en {
  font-size: 1.3rem;
  font-weight: bold;
}
#global-header .inner #global-navi ul.top-level li a span.ja {
  font-size: 0.9rem;
}

.menu > li.menu__single {
  position: relative !important;
}

li.menu__single ul.menu__second-level {
  display: none !important;
  position: absolute !important;
  top: 40px !important;
  width: 120% !important;
  background: #fff !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
li.menu__single ul.menu__second-level li a span {
  display: block !important;
  transition: all 0.5s ease !important;
}
li.menu__single ul.menu__second-level li a span.en {
  font-size: 1.3rem !important;
  font-weight: bold !important;
}
li.menu__single ul.menu__second-level li a span.ja {
  font-size: 0.9rem !important;
}

li.menu__single:hover ul.menu__second-level {
  display: block !important;
  top: 80px !important;
  opacity: 1 !important;
}

.page-header {
  text-align: center;
  margin: 80px auto 60px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 1240px) {
  .page-header {
    margin: 40px auto 20px auto;
    width: 80%;
    text-align: left;
  }
}
@media screen and (max-width: 415px) {
  .page-header {
    margin: 15% auto 3% auto;
    width: 90%;
    text-align: left;
  }
}
.page-header h2 {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 415px) {
  .page-header h2 {
    line-height: 1.1em;
  }
}
.page-header h2 span.en {
  font-size: 3em;
  letter-spacing: 0.25em;
  font-weight: bold;
  line-height: 1.3em;
  color: #2a3035;
  display: inline-block;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .page-header h2 span.en {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 415px) {
  .page-header h2 span.en {
    padding: 2.5% 0;
    font-size: 1.6em;
  }
}
.page-header h2 span.ja {
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 0.45em;
  padding: 8px 0 0;
  color: #FF008B;
}
@media screen and (max-width: 415px) {
  .page-header h2 span.ja {
    padding: 2.5% 0;
    font-size: 1em;
  }
}
.page-header img {
  width: 50%;
  margin: 40px auto 10px auto;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 415px) {
  .page-header img {
    width: 340px;
  }
}
.page-header p {
  width: 50%;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 415px) {
  .page-header p {
    width: 80%;
  }
}

.contact .contact_bg {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .contact .contact_bg {
    width: 80%;
  }
}
@media screen and (max-width: 415px) {
  .contact .contact_bg {
    width: 90%;
  }
}
.contact .contact_bg .contact-inner {
  height: 480px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width: 415px) {
  .contact .contact_bg .contact-inner {
    height: 280px;
  }
}
.contact .contact_bg .contact-inner p {
  text-align: center;
  color: #2a3035;
  font-size: 1.8em;
  line-height: 2em;
}
@media screen and (max-width: 415px) {
  .contact .contact_bg .contact-inner p {
    font-size: 1.4em;
  }
}

.btn {
  width: 170px;
  height: 50px;
  margin: 50px auto 0 auto;
}
.btn a {
  width: 170px;
  height: 50px;
  border: 1px solid #333333;
  padding: 15px 60px;
  color: #333333;
  transition: all 0.5s ease;
}
.btn a:hover {
  background: #333;
  color: #fff;
}

.shiro {
  width: 170px;
  height: 50px;
  margin: 50px auto 0 auto;
}
.shiro a {
  padding: 15px 60px;
  border: solid 1px #2a3035;
  color: #2a3035;
  transition: all 0.5s ease;
  font-size: 1.5em;
}
.shiro a:hover {
  background: #2a3035;
  color: #fff;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

#global-footer {
  border-top: 6px solid #C79F62;
}
#global-footer .footer-inner {
  width: 1240px;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner {
    display: block;
    padding: 40px 0 0;
  }
}
#global-footer .footer-inner .flogo {
  text-align: center;
  margin-bottom: 24px;
}
#global-footer .footer-inner .fnavi {
  width: 100%;
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-around;
  flex: 1;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .fnavi {
    display: none;
  }
}
#global-footer .footer-inner .fnavi li {
  width: 100%;
}
#global-footer .footer-inner .fnavi li a span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #464646;
  transition: color 0.5s ease;
}
#global-footer .footer-inner .fnavi li a span.en {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#global-footer .footer-inner .fnavi li a span.ja {
  font-size: 0.9rem;
}
#global-footer .footer-inner .fnavi li a:hover span {
  color: #C83183;
}
#global-footer .footer-inner .fnavi li.plane span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #464646;
  transition: color 0.5s ease;
  margin-bottom: 14px;
}
#global-footer .footer-inner .fnavi li.plane span.en {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#global-footer .footer-inner .fnavi li.plane span.ja {
  font-size: 0.9rem;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a {
  display: inline-block;
  padding: 8px 0;
  width: 100%;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #464646;
  transition: color 0.5s ease;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a span.en {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a span.ja {
  font-size: 0.9rem;
  text-align: center;
}
#global-footer .footer-inner .fnavi li.plane ul li.indent-line a:hover span {
  color: #C83183;
}
#global-footer .footer-inner .doclink {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .doclink {
    display: block;
  }
}
#global-footer .footer-inner .doclink .pplink {
  display: inline-block;
}
#global-footer .footer-inner .doclink .pplink:nth-child(1) {
  margin-right: 32px;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .doclink .pplink {
    width: 100%;
    margin-bottom: 16px;
  }
  #global-footer .footer-inner .doclink .pplink:nth-child(1) {
    margin-right: 0;
  }
}
#global-footer .footer-inner .doclink .pplink span {
  display: block;
  text-align: center;
  line-height: 1;
  color: #464646;
  transition: color 0.5s ease;
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner .doclink .pplink span {
    text-align: center;
    width: 100%;
  }
}
#global-footer .footer-inner .doclink .pplink span.en {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#global-footer .footer-inner .doclink .pplink span.ja {
  font-size: 0.9rem;
}
#global-footer .footer-inner .doclink .pplink:hover span {
  color: #C83183;
}

.copy {
  width: 100%;
  text-align: center;
  padding: 24px 0;
}
.copy small {
  text-align: right;
  color: #4a4a4a;
  font-size: 1.2em;
}
@media screen and (max-width: 415px) {
  .copy small {
    text-align: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1240px) {
  .copy small {
    width: 80%;
    margin: 0 auto 5px auto;
  }
}

#key-visual {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  #key-visual {
    padding-top: 63px;
    margin-bottom: 32px;
  }
}
#key-visual .inner {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #key-visual .inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #key-visual .inner {
    height: 200px;
  }
}
#key-visual .inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  #key-visual .inner img {
    height: 100%;
    object-fit: cover;
  }
}

#container {
  width: 1240px;
  margin: 0 auto 80px;
  min-height: 500px;
}
@media screen and (max-width: 1024px) {
  #container {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #container {
    display: block;
  }
}

.content-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-inner {
    width: 95%;
  }
}
.content-inner .content-header {
  margin-bottom: 40px;
}
.content-inner .content-header h2 {
  color: #363636;
  font-size: 4.2rem;
}
.content-inner .content-header p {
  color: #C83183;
  font-size: 1.8rem;
}

.about {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 24px;
  }
}
.about .about-body {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .about-body {
    width: 100%;
  }
}
.about .about-body .body-head {
  text-align: center;
  margin-bottom: 64px;
}
.about .about-body .body-head img {
  margin-bottom: 24px;
}
.about .about-body .body-head p {
  font-size: 2.7rem;
  color: #333;
}
@media screen and (max-width: 480px) {
  .about .about-body .body-head p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
  }
}
.about .about-body .info-manazel {
  margin-bottom: 64px;
}
.about .about-body .info-manazel .mz-text {
  color: #C83183;
  font-size: 1.8rem;
}
.about .about-body .info-manazel .n-text {
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
.about .about-body .info-manazel .n-text:last-child {
  margin-bottom: 0;
}
.about .about-body .info-manazel .ceef {
  text-align: right;
  font-size: 1.6rem;
}
.about .about-body .about-info {
  margin-bottom: 64px;
}
.about .about-body .about-info h3 {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.about .about-body .about-info dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #6C6C6C;
  padding: 12px 0;
}
.about .about-body .about-info dl div:last-child {
  border-bottom: 1px solid #6C6C6C;
}
@media screen and (max-width: 480px) {
  .about .about-body .about-info dl div {
    display: block;
  }
}
.about .about-body .about-info dl div dt {
  width: 20%;
  padding-left: 20px;
  background: url(../about/svg/list-icon.svg) no-repeat left center;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .about .about-body .about-info dl div dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.about .about-body .about-info dl div dd {
  width: 80%;
  font-size: 1.4rem;
}
.about .about-body .about-info dl div dd a {
  display: inline-block;
  margin: 0 8px;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.about .about-body .about-info dl div dd a:hover {
  color: #C83183;
}
@media screen and (max-width: 480px) {
  .about .about-body .about-info dl div dd {
    width: 100%;
  }
}

.access-area {
  margin-bottom: 80px;
}
.access-area h3 {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.access-area .access-body {
  width: 100%;
  height: 310px;
}
.access-area .access-body iframe {
  width: 100%;
  height: 100%;
}

.conncept {
  margin-bottom: 64px;
}
.conncept h3 {
  font-size: 2.4rem;
  color: #5A5A5A;
  margin-bottom: 32px;
}
.conncept .conncept-body {
  text-align: left;
}
.conncept .conncept-body p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .conncept .conncept-body p {
    display: block;
  }
}
.conncept .conncept-body p span {
  display: inline-block;
  font-family: serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .conncept .conncept-body p span {
    display: block;
  }
}
.conncept .conncept-body p .en {
  width: 35%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  .conncept .conncept-body p .en {
    width: 100%;
    font-size: 2.8rem;
  }
}
.conncept .conncept-body p .ja {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .conncept .conncept-body p .ja {
    width: 100%;
    font-size: 2.1rem;
    color: #666;
  }
}

.about-logo {
  text-align: center;
  margin-bottom: 64px;
}
.about-logo h3 {
  font-size: 2.4rem;
  color: #5A5A5A;
  margin-bottom: 32px;
}
.about-logo p {
  text-align: left;
  font-size: 1.6rem;
  color: #5A5A5A;
  line-height: 2.2;
  letter-spacing: 0.15em;
}
.about-logo p.designer {
  text-align: right;
  padding-top: 16px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .about-logo p.designer {
    font-size: 1.2rem;
  }
}

.corp-color .colorbox {
  text-align: center;
}
.corp-color .colorbox span {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.corp-color .colorbox .mbox {
  background: #C83183;
}
.corp-color .colorbox .gbox {
  background: #C79F62;
}
.corp-color h3 {
  font-size: 2.4rem;
  color: #5A5A5A;
  margin-bottom: 32px;
  text-align: center;
}
.corp-color p {
  font-size: 1.6rem;
  color: #5A5A5A;
  line-height: 2.2;
  letter-spacing: 0.15em;
}

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