@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 {
    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;
  object-fit: cover;
  object-position: top;
}
@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;
}

.profile .prof-body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .profile .prof-body {
    display: block;
  }
}
.profile .prof-body .pic {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .profile .prof-body .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .profile .prof-body .pic {
    width: 75%;
    margin: 0 auto;
  }
  .profile .prof-body .pic img {
    width: 100%;
    vertical-align: bottom;
  }
}
.profile .prof-body .pic .ja {
  font-size: 1.4rem;
  color: #646464;
}
.profile .prof-body .pic .en {
  font-size: 1.3rem;
  color: #C79F62;
}
.profile .prof-body .prof-info-area {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .profile .prof-body .prof-info-area {
    width: 100%;
  }
}
.profile .prof-body .prof-info-area .shikaku-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .profile .prof-body .prof-info-area .shikaku-list {
    display: block;
  }
}
.profile .prof-body .prof-info-area .shikaku-list li {
  width: 50%;
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 480px) {
  .profile .prof-body .prof-info-area .shikaku-list li {
    width: 100%;
  }
}
.profile .prof-body .prof-info-area .shikaku-list li span {
  color: #C79F62;
  font-size: 1rem;
  position: relative;
  top: -3px;
  margin-right: 6px;
}
.profile .prof-body .prof-info-area .prof-text {
  margin-bottom: 24px;
}
.profile .prof-body .prof-info-area .prof-text p {
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #333333;
}
.profile .prof-body .prof-info-area .history h3 {
  border-left: 4px solid #E3E3E3;
  padding-left: 10px;
  font-size: 1.8rem;
  color: #646464;
  margin-bottom: 12px;
}
.profile .prof-body .prof-info-area .history ul li {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.profile .history {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile .history {
    display: block;
  }
}
.profile .history .title {
  width: 18%;
  background: #FFF8FC;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #C79F62;
}
@media screen and (max-width: 768px) {
  .profile .history .title {
    width: 100%;
  }
}
.profile .history .list {
  width: 82%;
  padding: 20px;
  background: #FAFAFA;
  background: rgba(200, 160, 98, 0.08);
}
@media screen and (max-width: 768px) {
  .profile .history .list {
    width: 100%;
  }
}
.profile .history .list ul li {
  padding: 8px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .profile .history .list ul li {
    width: 100%;
  }
}
.profile .hoyu-shikaku,
.profile .kensyu-jisseki {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile .hoyu-shikaku,
.profile .kensyu-jisseki {
    display: block;
  }
}
.profile .hoyu-shikaku .title,
.profile .kensyu-jisseki .title {
  width: 18%;
  background: #FFF8FC;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #C79F62;
}
@media screen and (max-width: 768px) {
  .profile .hoyu-shikaku .title,
.profile .kensyu-jisseki .title {
    width: 100%;
  }
}
.profile .hoyu-shikaku .list,
.profile .kensyu-jisseki .list {
  width: 82%;
  padding: 20px;
  background: #FAFAFA;
  background: rgba(200, 160, 98, 0.08);
}
@media screen and (max-width: 768px) {
  .profile .hoyu-shikaku .list,
.profile .kensyu-jisseki .list {
    width: 100%;
  }
}
.profile .hoyu-shikaku .list ul,
.profile .kensyu-jisseki .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .profile .hoyu-shikaku .list ul,
.profile .kensyu-jisseki .list ul {
    display: block;
  }
}
.profile .hoyu-shikaku .list ul li,
.profile .kensyu-jisseki .list ul li {
  margin-right: 24px;
  padding: 8px 0;
  width: 40%;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .profile .hoyu-shikaku .list ul li,
.profile .kensyu-jisseki .list ul li {
    width: 100%;
  }
}
.profile .kensyu-jisseki {
  margin-bottom: 0;
}
.profile .kensyu-jisseki .list-box {
  width: 82%;
  padding: 40px;
  background: rgba(200, 160, 98, 0.08);
}
@media screen and (max-width: 768px) {
  .profile .kensyu-jisseki .list-box {
    width: 100%;
    padding: 16px;
  }
}
.profile .kensyu-jisseki .list-box .title-list:nth-child(1) {
  margin-bottom: 24px;
}
.profile .kensyu-jisseki .list-box .title-list h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #C79F62;
  margin-bottom: 8px;
}
.profile .kensyu-jisseki .list-box .title-list h4 span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #C79F62;
}
.profile .kensyu-jisseki .list-box .title-list ul {
  margin-left: 12px;
}
.profile .kensyu-jisseki .list-box .title-list ul li {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #454545;
}
.profile .kensyu-jisseki .list-box .title-list ul li:last-child {
  margin-bottom: 0;
}

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