@charset "UTF-8";
#wrap {
  background: #F8F9FA;
}

#key-visual {
  width: 100%;
  height: 540px;
  position: relative;
  margin-bottom: 64px;
  padding-top: 64px;
}
@media screen and (max-width: 1024px) {
  #key-visual {
    height: auto;
    top: 20px;
    margin-bottom: 20px;
  }
}
#key-visual .inner {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  #key-visual .inner {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  #key-visual .inner {
    height: 200px;
  }
}
#key-visual .inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #key-visual .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#key-visual .inner .key-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: grid;
  place-items: center;
}
#key-visual .inner .key-text .text-wrap {
  text-align: center;
}
#key-visual .inner .key-text .text-wrap h2 {
  color: #fff;
  font-size: 5.5rem;
  font-weight: bold;
  margin-bottom: 4px;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}
#key-visual .inner .key-text .text-wrap p {
  color: #fff;
  font-size: 1.8rem;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 480px) {
  #key-visual .inner .key-text .text-wrap h2 {
    font-size: 3rem;
  }
  #key-visual .inner .key-text .text-wrap p {
    font-size: 1.3rem;
  }
}

.page-contents {
  width: 1366px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1366px) {
  .page-contents {
    width: 100%;
  }
}

.content-inner {
  width: 720px;
  margin: 0 auto 4%;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .content-inner {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .content-inner {
    width: 90%;
  }
}

#main-form {
  padding: 20px 40px;
}
@media screen and (max-width: 1024px) {
  #main-form {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #main-form {
    width: 90%;
    margin: 0 auto;
    padding: 20px 40px 0;
  }
}
#main-form dl div {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  #main-form dl div {
    padding: 8px 0;
  }
}
#main-form dl div dt {
  width: 100%;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4E4E4E;
}
#main-form dl div dt span.en {
  color: #C79F62;
  font-size: 1.3rem;
  margin-left: 10px;
}
#main-form dl div dt span.hissu {
  color: #C79F62;
}
#main-form dl div dd {
  width: 100%;
}
#main-form dl div dd input, #main-form dl div dd textarea {
  font-size: 1.6em;
  background: #f2f2f2;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  border: none;
}
#main-form .pp_area {
  padding: 24px;
  background: #F7F7F7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
#main-form .pp_area .pp_desc {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
#main-form .pp_area .pplink {
  text-align: center;
}
#main-form .pp_area .pplink a {
  border-radius: 2em;
  background: #C83183;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  padding: 6px 18px;
  margin-right: 16px;
  transition: all 0.7s ease;
}
#main-form .pp_area .pplink a:hover {
  background: #fcfcfc;
  color: #C83183;
}
#main-form .pp_area .pplink label {
  font-size: 1.5rem;
}
#main-form .pp_area .pplink label input {
  position: relative;
  top: -2px;
  margin-right: 6px;
}
#main-form .btn-group {
  text-align: center;
  padding: 40px 0;
}
#main-form .btn-group input[type=submit] {
  border: none;
  font-size: 1.6em;
  padding: 10px 24px;
  border-radius: 2em;
  width: 130px;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
@media screen and (max-width: 480px) {
  #main-form .btn-group input[type=submit] {
    display: block;
    margin: 0 auto;
  }
}
#main-form .btn-group input[type=submit] {
  background: linear-gradient(120deg, #E3D085, #D8B37B);
  color: #ffffff;
}
#main-form .btn-group input[type=submit]:hover {
  color: #4f4f4f;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 415px) {
  #main-form .btn-group input[type=submit] {
    padding: 12px 18px;
  }
}
@media screen and (max-width: 415px) {
  #main-form {
    padding: 24px;
  }
  #main-form dl div {
    display: block;
  }
  #main-form dl div dt {
    width: 100%;
    margin-bottom: 12px;
  }
  #main-form dl div dt br {
    display: none;
  }
  #main-form dl div dt span.hissu {
    padding-left: 8px;
  }
  #main-form dl div dd {
    width: 100%;
  }
}

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;
  }
}

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