@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 350;
  src: local("Noto Sans CJK jp DemiLight"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK jp Regular"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK jp Medium"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK jp Bold"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK jp"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}

body {
  position: relative;
  font-family: 'Noto Sans Japanese';
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  body {
    font-size: 12px;
  }
}

body.top, body.home {
  background: url(../img/top/top-bg.png) top center/100% auto no-repeat;
}

@media only screen and (max-width: 767px) {
  body.top, body.home {
    background: url(../img/top/top-bg_sp.png) top center/contain no-repeat;
  }
}

body.about:before {
  position: absolute;
  top: 30vh;
  right: 0;
  display: block;
  content: '';
  width: 100%;
  padding-top: 87%;
  background: url(../img/about/about-bg-top.png) center center/cover no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  body.about:before {
    top: 300px;
    height: 800px;
    padding-top: 0;
  }
}

body.about:after {
  position: absolute;
  left: 0;
  bottom: 36px;
  display: block;
  content: '';
  width: 1280px;
  max-width: 100%;
  height: 660px;
  background: url(../img/shared/page-bg-bottom.png) center center/contain no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  body.about:after {
    bottom: 30px;
    width: 375px;
    height: 193px;
  }
}

body.apply:before,
body.post:before,
body.gallery:before,
body.post-type-archive-gallery:before,
body.search-results:before,
body.news:before,
body.post-type-archive-news:before,
body.single-news:before,
body.song:before,
body.contact:before,
body.impression:before {
  position: absolute;
  top: 80px;
  right: 0;
  display: block;
  content: '';
  width: 1280px;
  max-width: 100%;
  height: 660px;
  background: url(../img/shared/page-bg-top.png) center center/cover no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  body.apply:before,
  body.post:before,
  body.gallery:before,
  body.post-type-archive-gallery:before,
  body.search-results:before,
  body.news:before,
  body.post-type-archive-news:before,
  body.single-news:before,
  body.song:before,
  body.contact:before,
  body.impression:before {
    top: 75px;
    width: 375px;
    height: 193px;
  }
}

body.apply:after,
body.post:after,
body.gallery:after,
body.post-type-archive-gallery:after,
body.search-results:after,
body.news:after,
body.post-type-archive-news:after,
body.single-news:after,
body.song:after,
body.contact:after,
body.impression:after {
  position: absolute;
  left: 0;
  bottom: 36px;
  display: block;
  content: '';
  width: 1280px;
  max-width: 100%;
  height: 660px;
  background: url(../img/shared/page-bg-bottom.png) center center/cover no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  body.apply:after,
  body.post:after,
  body.gallery:after,
  body.post-type-archive-gallery:after,
  body.search-results:after,
  body.news:after,
  body.post-type-archive-news:after,
  body.single-news:after,
  body.song:after,
  body.contact:after,
  body.impression:after {
    bottom: 30px;
    width: 375px;
    height: 193px;
  }
}

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

a[href^="tel:"] {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.75em;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  color: #4d4d4d;
  background: #fff5b4;
}

::selection {
  color: #4d4d4d;
  background: #fff5b4;
}

/*スクロールバー全体*/
/*スクロールバーの軌道*/
/*スクロールバーの動く部分*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.fit {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.pagination-wrap {
  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;
}

.pagination {
  position: relative;
  font-size: 14px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination span, .pagination a {
  display: block;
  margin: 0 5px;
  padding: 10px 13px;
  text-decoration: none;
  width: auto;
  border: 1px solid #fff;
  color: #4d4d4d;
}

@media only screen and (max-width: 767px) {
  .pagination span, .pagination a {
    margin: 0 2.5px;
  }
}

.pagination a:hover {
  color: #fff;
  background: #b79a20;
  border: 1px solid #fff;
}

.pagination .current {
  padding: 10px 13px;
  color: #fff;
  background: #b79a20;
}

.pagination .next, .pagination .prev {
  border: 1px solid #4d4d4d;
  padding: 10px 12px;
}

.heading {
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .heading {
    margin-bottom: 50px;
  }
}

.btn a {
  display: block;
  width: 311px;
  height: 64px;
}

@media only screen and (max-width: 767px) {
  .btn a {
    width: 260px;
    height: 53px;
    margin: 0 auto;
  }
}

.btn-about a {
  background: url(../img/shared/btn-about.svg) center center/311px 64px no-repeat;
}

@media print, screen and (min-width: 961px) {
  .btn-about a:hover {
    background: url(../img/shared/btn-about_on.svg) center center/311px 64px no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .btn-about a {
    background: url(../img/shared/btn-about.svg) center center/260px 53px no-repeat;
  }
}

.btn-post a {
  background: url(../img/top/btn-post.svg) center center/311px 64px no-repeat;
}

@media print, screen and (min-width: 961px) {
  .btn-post a:hover {
    background: url(../img/top/btn-post_on.svg) center center/311px 64px no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .btn-post a {
    background: url(../img/top/btn-post.svg) center center/260px 53px no-repeat;
  }
}

.btn-gallery a {
  background: url(../img/top/btn-gallery.svg) center center/311px 64px no-repeat;
}

@media print, screen and (min-width: 961px) {
  .btn-gallery a:hover {
    background: url(../img/top/btn-gallery_on.svg) center center/311px 64px no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .btn-gallery a {
    background: url(../img/top/btn-gallery.svg) center center/260px 53px no-repeat;
  }
}

.btn-news a {
  background: url(../img/top/btn-news.svg) center center/311px 64px no-repeat;
}

@media print, screen and (min-width: 961px) {
  .btn-news a:hover {
    background: url(../img/top/btn-news_on.svg) center center/311px 64px no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .btn-news a {
    background: url(../img/top/btn-news.svg) center center/260px 53px no-repeat;
  }
}

.btn-apply a {
  background: url(../img/shared/btn-apply.svg) center center/311px 64px no-repeat;
}

@media print, screen and (min-width: 961px) {
  .btn-apply a:hover {
    background: url(../img/shared/btn-apply_on.svg) center center/311px 64px no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .btn-apply a {
    background: url(../img/shared/btn-apply.svg) center center/260px 53px no-repeat;
  }
}

.btn-detail a {
  display: block;
  width: 173px;
  height: 55px;
  margin: 0 auto;
  background: url(../img/news/btn-detail.svg) center center/173px 55px no-repeat;
}

@media print, screen and (min-width: 961px) {
  .btn-detail a:hover {
    opacity: 0.8;
  }
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}

.mask h2, .mask p, .mask img {
  opacity: 0;
}

.mask.animate-in h2, .mask.animate-in p, .mask.animate-in img {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
  animation: textHidden 0.1s 1.1s forwards;
}

.mask.animate-in:before, .mask.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.mask.animate-in:before {
  background-color: #fff;
}

.mask.animate-in:after {
  background-color: #000;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.8s ease;
  animation: mask--lr 1.8s ease;
}

.mask.mask--lr.animate-in:after {
  -webkit-animation: mask--lr 1s .6s ease;
  animation: mask--lr 1s .6s ease;
}

.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.8s ease;
  animation: mask--rl 1.8s ease;
}

.mask.mask--rl.animate-in:after {
  -webkit-animation: mask--rl 1s .6s ease;
  animation: mask--rl 1s .6s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scd {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  width: 58px;
  height: 51px;
  margin: 0 auto;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  -webkit-animation: scd 1.5s infinite;
  animation: scd 1.5s infinite;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .scd {
    bottom: 50px;
    width: 30px;
    height: 34px;
  }
}

@media only screen and (max-width: 320px) {
  .scd {
    bottom: 45px;
  }
}

@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 10px);
    transform: rotate(0deg) translate(0, 10px);
    opacity: 0;
  }
}

@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0px);
    transform: rotate(0deg) translate(0, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 10px);
    transform: rotate(0deg) translate(0, 10px);
    opacity: 0;
  }
}

.bg-star1 {
  position: fixed;
  top: 0;
  right: -10%;
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  transform: translateY(0%) translateX(0%);
  width: 21px;
  height: 30px;
  margin: 0 auto;
  display: block;
  -webkit-animation: bg-star 25s infinite linear forwards;
  animation: bg-star 25s infinite linear forwards;
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bg-star1 {
    right: -50%;
  }
}

@-webkit-keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

@keyframes bg-star {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-400px, 100vh) rotate(-1000deg);
    transform: translate(-400px, 100vh) rotate(-1000deg);
  }
}

.marker-animation.active {
  background-position: -100% 1em;
}

.marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffda36));
  background-image: -webkit-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: linear-gradient(left, transparent 50%, #ffda36 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffda36 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  font-weight: bold;
}

.marker-animation:nth-child(3) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.marker2 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.marker3 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.filter {
  margin: 30px 0;
}

@media only screen and (max-width: 767px) {
  .filter {
    margin: 10px 0;
  }
}

.filter a {
  position: relative;
  display: inline-block;
  padding: 10px;
  color: #333;
  border: 1px solid #333;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .filter a {
    padding: 7px 7px 5px 7px;
    margin-bottom: 10px;
  }
}

.filter a.active {
  color: #fff;
  background: #333;
  pointer-events: none;
}

@media print, screen and (min-width: 961px) {
  .filter a:hover {
    color: #fff;
    background: #333;
  }
}

.is-animated {
  -webkit-animation: .6s zoom-in;
  animation: .6s zoom-in;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.3;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  background: #fff5b4;
  padding: 30px 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/gallery/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  position: relative;
  width: 34%;
  left: -100px;
  float: left;
  background: url(../img/gallery/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .lb-nav a.lb-prev {
    position: static;
    left: 0;
    opacity: 0;
  }
}

.lb-nav a.lb-next {
  position: relative;
  width: 64%;
  right: -100px;
  float: right;
  background: url(../img/gallery/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .lb-nav a.lb-next {
    position: static;
    right: 0;
    opacity: 0;
  }
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/gallery/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Overwrite style */
.header-logo {
  width: 422px;
  max-width: 30%;
}

@media only screen and (max-width: 767px) {
  .header-logo {
    position: relative;
    top: 0;
    left: 15px;
    width: 280px;
    max-width: 100%;
  }
}

.header-logo img {
  width: 422px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 280px;
  }
}

@media only screen and (max-width: 320px) {
  .header-logo img {
    width: 240px;
  }
}

.nav-logo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .nav-logo {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.nav-logo img {
  width: 240px;
  max-width: 100%;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .nav-logo img {
    width: 240px;
  }
}

.header-wrapper {
  position: fixed;
  top: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  background: #fff5b4;
  z-index: 100;
}

.top-header {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border-bottom: none;
  z-index: 1000;
}

.top-header a {
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .top-header {
    position: fixed;
  }
}

.global-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .global-header {
    height: 75px;
    padding: 0;
  }
}

.global-header .global-nav {
  width: 760px;
  max-width: 66%;
}

@media only screen and (max-width: 767px) {
  .global-header .global-nav {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: #fff5b4;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

.global-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .global-header .menu {
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    padding: 100px 40px 45px 40px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.global-header .menu-item {
  height: 80px;
  line-height: 80px;
}

@media print, screen and (min-width: 961px) {
  .global-header .menu-item:hover {
    border-bottom: 3px solid #838383;
  }
}

@media only screen and (max-width: 767px) {
  .global-header .menu-item {
    height: auto;
    line-height: auto;
    border-bottom: 1px solid #838383;
  }
}

.global-header .menu-item a {
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .global-header .menu-item a {
    width: 100%;
    line-height: 40px;
    text-align: center;
  }
}

.global-header .menu-item:nth-of-type(1) img {
  width: 138px;
  height: 13px;
}

.global-header .menu-item:nth-of-type(2) img {
  width: 121px;
  height: 13px;
}

.global-header .menu-item:nth-of-type(3) img {
  width: 45px;
  height: 13px;
}

.global-header .menu-item:nth-of-type(4) img {
  width: 58px;
  height: 13px;
}

.global-header .menu-item:nth-of-type(5) img {
  width: 81px;
  height: 13px;
}

.global-header .menu-item:nth-of-type(6) img {
  width: 88px;
  height: 13px;
}

.global-header .menu-item:nth-of-type(7) img {
  width: 64px;
  height: 13px;
}

.global-header .sp-menu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .global-header .sp-menu {
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
    z-index: 1000;
  }
}

@media only screen and (max-width: 767px) and (max-width: 320px) {
  .global-header .sp-menu {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .global-header .sp-menu .menu-trigger,
  .global-header .sp-menu .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .global-header .sp-menu .menu-trigger {
    position: relative;
    width: 44px;
    height: 44px;
  }
  .global-header .sp-menu .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    height: 2px;
    background-color: #4d4d4d;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 320px) {
  .global-header .sp-menu .menu-trigger span {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .global-header .sp-menu .menu-trigger span:nth-of-type(1) {
    top: 5px;
  }
  .global-header .sp-menu .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .global-header .sp-menu .menu-trigger span:nth-of-type(3) {
    top: 25px;
  }
  .global-header .sp-menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .global-header .sp-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .global-header .sp-menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

.header-btn-apply {
  position: fixed;
  top: 103px;
  right: 26px;
  z-index: 2;
}

@media print, screen and (min-width: 961px) {
  .header-btn-apply:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .header-btn-apply {
    top: 80px;
    right: 5px;
  }
}

.header-btn-apply img {
  width: 146px;
  height: 136px;
}

@media only screen and (max-width: 767px) {
  .header-btn-apply img {
    width: 100px;
    height: 93px;
  }
}

body.about .global-header .menu-item:nth-of-type(1) {
  pointer-events: none;
  border-bottom: 3px solid #838383;
}

@media only screen and (max-width: 767px) {
  body.about .global-header .menu-item:nth-of-type(1) {
    pointer-events: auto;
    border-bottom: 1px solid #838383;
  }
}

body.post .global-header .menu-item:nth-of-type(2) {
  pointer-events: none;
  border-bottom: 3px solid #838383;
}

@media only screen and (max-width: 767px) {
  body.post .global-header .menu-item:nth-of-type(2) {
    pointer-events: auto;
    border-bottom: 1px solid #838383;
  }
}

body.gallery .global-header .menu-item:nth-of-type(3), body.post-type-archive-gallery .global-header .menu-item:nth-of-type(3), body.single-gallery .global-header .menu-item:nth-of-type(3) {
  pointer-events: none;
  border-bottom: 3px solid #838383;
}

@media only screen and (max-width: 767px) {
  body.gallery .global-header .menu-item:nth-of-type(3), body.post-type-archive-gallery .global-header .menu-item:nth-of-type(3), body.single-gallery .global-header .menu-item:nth-of-type(3) {
    pointer-events: auto;
    border-bottom: 1px solid #838383;
  }
}

body.news .global-header .menu-item:nth-of-type(4), body.post-type-archive-news .global-header .menu-item:nth-of-type(4), body.single-news .global-header .menu-item:nth-of-type(4) {
  pointer-events: none;
  border-bottom: 3px solid #838383;
}

@media only screen and (max-width: 767px) {
  body.news .global-header .menu-item:nth-of-type(4), body.post-type-archive-news .global-header .menu-item:nth-of-type(4), body.single-news .global-header .menu-item:nth-of-type(4) {
    pointer-events: auto;
    border-bottom: 1px solid #838383;
  }
}

body.song .global-header .menu-item:nth-of-type(5) {
  pointer-events: none;
  border-bottom: 3px solid #838383;
}

@media only screen and (max-width: 767px) {
  body.song .global-header .menu-item:nth-of-type(5) {
    pointer-events: auto;
    border-bottom: 1px solid #838383;
  }
}

body.contact .global-header .menu-item:nth-of-type(6) {
  pointer-events: none;
  border-bottom: 3px solid #838383;
}

@media only screen and (max-width: 767px) {
  body.contact .global-header .menu-item:nth-of-type(6) {
    pointer-events: auto;
    border-bottom: 1px solid #838383;
  }
}

body.contact .header-btn-apply {
  display: none;
}

body.impression .global-header .menu-item:nth-of-type(7) {
  pointer-events: none;
  border-bottom: 3px solid #838383;
}

@media only screen and (max-width: 767px) {
  body.impression .global-header .menu-item:nth-of-type(7) {
    pointer-events: auto;
    border-bottom: 1px solid #838383;
  }
}

body.impression .header-btn-apply {
  display: none;
}

body.apply .header-btn-apply {
  display: none;
}

.pickup-link-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 375px;
  max-width: 100%;
  padding: 10px;
}

@media only screen and (max-width: 320px) {
  .pickup-link-wrap {
    width: 320px;
  }
}

.pickup-link-wrap .btn-pickup-link-head {
  display: block;
  width: 365px;
  height: 75px;
  max-width: 100%;
  background: url(../img/shared/btn-pickup-head.jpg) center center/contain no-repeat;
}

@media only screen and (max-width: 320px) {
  .pickup-link-wrap .btn-pickup-link-head {
    width: 300px;
    height: 62px;
  }
}

.pickup-link-wrap .btn-pickup-link-head.active {
  background: url(../img/shared/btn-pickup-head_on.jpg) center center/contain no-repeat;
}

.pickup-link-wrap .pickup-link-item-wrap {
  position: relative;
  display: none;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #7dc0e7;
}

.pickup-link-wrap .pickup-link-item-wrap:before {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  margin: auto;
  background: #7dc0e7;
}

.pickup-link-wrap .pickup-link-item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.pickup-link-wrap .pickup-link-item-wrap .item:not(:first-of-type) {
  border-top: 1px solid #ababab;
}

.pickup-link-wrap .pickup-link-item-wrap .item .head {
  width: 260px;
}

.pickup-link-wrap .pickup-link-item-wrap .item .head h3 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.pickup-link-wrap .pickup-link-item-wrap .item .btn-pickup-link {
  width: 65px;
  margin-left: 10px;
}

.pickup-link-wrap .pickup-link-item-wrap .item .btn-pickup-link img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.contact-wrap {
  width: 1080px;
  margin: 0 auto;
  padding: 66px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .contact-wrap {
    max-width: 100%;
    display: block;
    padding: 66px 20px 110px 20px;
  }
}

.contact1 {
  position: relative;
  background: #ffe0e3;
  padding: 32px 37px 28px 37px;
}

@media only screen and (max-width: 767px) {
  .contact1 {
    padding: 32px 30px 25px 30px;
    margin-bottom: 50px;
  }
}

.contact1 .head {
  width: 163px;
  height: 18px;
  margin-bottom: 20px;
}

.contact1 p {
  line-height: 1.875;
}

.contact1 .contact-link {
  position: absolute;
  bottom: -35px;
  right: 2px;
}

@media print, screen and (min-width: 961px) {
  .contact1 .contact-link:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .contact1 .contact-link {
    bottom: -30px;
  }
}

.contact1 .contact-link img {
  width: 206px;
  height: 13.71px;
}

.contact2 {
  position: relative;
  width: 385px;
  padding: 25px 30px 30px 30px;
  background: #f7f8f8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact2 {
    width: 100%;
  }
}

.contact2 h3 {
  font-weight: 400;
  line-height: 43px;
  text-align: center;
  background: #fff;
  border-radius: 21px;
  margin-bottom: 25px;
}

.contact2 .title {
  font-size: 17px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 320px) {
  .contact2 .title {
    font-size: 14px;
  }
}

.contact2 .tel {
  font-size: 24px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 320px) {
  .contact2 .tel {
    font-size: 20px;
  }
}

.contact2 .tel span {
  font-size: 31px;
}

@media only screen and (max-width: 320px) {
  .contact2 .tel span {
    font-size: 26px;
  }
}

.contact2 .week {
  font-size: 14px;
}

.contact2 .contact-link {
  position: absolute;
  bottom: -35px;
  right: 2px;
}

@media print, screen and (min-width: 961px) {
  .contact2 .contact-link:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .contact2 .contact-link {
    bottom: -30px;
  }
}

.contact2 .contact-link img {
  width: 255px;
  height: 14.04px;
}

.copyright {
  background: #fff5b4;
  text-align: center;
  padding: 10px 0;
}

.main-img {
  position: relative;
  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;
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 590px;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .main-img {
    height: 590px;
    min-height: auto;
    margin-top: 75px;
  }
}

@media only screen and (max-width: 320px) {
  .main-img {
    height: 510px;
  }
}

.main-img.tablet {
  height: 800px;
}

.main-img .copy-wrap {
  position: relative;
  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;
}

.main-img .copy-wrap .copy {
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .main-img .copy-wrap .copy {
    width: 335px;
  }
}

@media only screen and (max-width: 320px) {
  .main-img .copy-wrap .copy {
    width: 315px;
  }
}

.main-img .copy-wrap .total-apply {
  position: absolute;
  top: 0;
  left: -310px;
  width: 380px;
}

@media only screen and (max-width: 767px) {
  .main-img .copy-wrap .total-apply {
    top: -115px;
    left: -20px;
    width: 205px;
  }
}

@media only screen and (max-width: 320px) {
  .main-img .copy-wrap .total-apply {
    top: -90px;
    left: -5px;
    width: 170px;
  }
}

.top-sec1 .box-bg {
  position: relative;
  text-align: center;
  height: 784px;
  margin-bottom: 2vh;
  background: url(../img/top/box-bg.png) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .top-sec1 .box-bg {
    height: 387px;
    padding: 0 15px;
  }
}

.top-sec1 .box-bg .message {
  width: 343px;
  margin-top: 127px;
}

@media only screen and (max-width: 767px) {
  .top-sec1 .box-bg .message {
    width: 54%;
    margin-top: 70px;
  }
}

.top-sec1 .box-bg .box {
  position: absolute;
  top: 70px;
  left: 10px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 52%;
  max-width: 560px;
}

@media only screen and (max-width: 767px) {
  .top-sec1 .box-bg .box {
    top: 40px;
    left: 0;
    width: 266px;
  }
}

.top-sec1 .box-bg .youtube {
  position: relative;
  width: 560px;
  height: 350px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .top-sec1 .box-bg .youtube {
    width: 335px;
    height: 200px;
  }
}

.top-sec1 .box-bg .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.top-sec2 .heading-bg {
  background: url(../img/top/heading1-bg.png) center center/cover no-repeat;
  height: 240px;
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .top-sec2 .heading-bg {
    height: 140px;
    margin-bottom: 40px;
  }
}

.top-sec2 .heading-bg .heading1 {
  width: 620px;
  max-width: 100%;
  height: 240px;
  margin: 0 auto;
  position: relative;
  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 only screen and (max-width: 767px) {
  .top-sec2 .heading-bg .heading1 {
    height: 140px;
  }
}

.top-sec2 .heading-bg .heading1 img {
  width: 620px;
}

@media only screen and (max-width: 767px) {
  .top-sec2 .heading-bg .heading1 img {
    width: 85%;
  }
}

.top-sec2 .content {
  position: relative;
}

.top-sec2 .content .text-bg {
  position: relative;
  left: 12px;
  width: 709px;
  max-width: 100%;
  height: 1418px;
  margin: 0 auto;
  background: url(../img/top/sec2-bg.png) center center/cover no-repeat;
  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 only screen and (max-width: 767px) {
  .top-sec2 .content .text-bg {
    height: 1318px;
    left: 0;
  }
}

.top-sec2 .content .text {
  position: relative;
  right: 12px;
  width: 709px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-sec2 .content .text {
    position: static;
    width: 90%;
  }
}

.top-sec2 .content .text p {
  line-height: 2.81;
}

.top-sec2 .content .text p:not(:last-of-type) {
  margin-bottom: 46px;
}

@media only screen and (max-width: 767px) {
  .top-sec2 .content .text p:not(:last-of-type) {
    line-height: 2.5;
    margin-bottom: 36px;
  }
}

.top-sec2 .content .text p:last-of-type {
  font-size: 25px;
  line-height: 1.75;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .top-sec2 .content .text p:last-of-type {
    font-size: 22px;
    margin-bottom: 26px;
  }
}

.top-sec2 .content .text .ratte {
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .top-sec2 .content .text .ratte {
    width: 100px;
  }
}

.top-sec2 .content .text .btn-links {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -130px;
  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;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .top-sec2 .content .text .btn-links {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.top-sec2 .content .text .btn-links .btn-about {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .top-sec2 .content .text .btn-links .btn-about {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.top-sec3 {
  position: relative;
  background: #fff;
  padding-top: 210px;
  padding-bottom: 150px;
}

.top-sec3:before {
  position: absolute;
  top: -70px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 250px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 80%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(bottom, white 80%, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, white 80%, rgba(255, 255, 255, 0));
}

@media only screen and (max-width: 767px) {
  .top-sec3:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .top-sec3 {
    padding: 0;
  }
}

.top-sec3 .inner {
  position: relative;
}

.top-sec3 .heading-bg {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 77px;
  background: url(../img/top/heading2-bg.png) center center/cover no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .heading-bg {
    top: 57px;
    height: 67px;
  }
}

.top-sec3 .heading-bg .heading2 {
  position: relative;
  width: 900px;
  max-width: 100%;
  height: 77px;
  margin: 0 auto;
  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 only screen and (max-width: 767px) {
  .top-sec3 .heading-bg .heading2 {
    height: 67px;
  }
}

.top-sec3 .heading-bg .heading2 .main {
  width: 461px;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .heading-bg .heading2 .main {
    width: 70%;
  }
}

.top-sec3 .heading-bg .heading2 .sub {
  position: absolute;
  top: -112px;
  left: 0;
  width: 154px;
  height: 154px;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .heading-bg .heading2 .sub {
    top: -61px;
    width: 80px;
    height: 80px;
  }
}

.top-sec3 .content-bg {
  position: relative;
  width: 985px;
  height: 851px;
  margin: 0 auto;
  background: url(../img/top/sec3-bg.png) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg {
    max-width: 100%;
    height: 1280px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 320px) {
  .top-sec3 .content-bg {
    height: 1170px;
  }
}

.top-sec3 .content-bg .content {
  padding: 205px 45px 100px 80px;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content {
    padding: 130px 40px 100px 40px;
  }
}

@media only screen and (max-width: 320px) {
  .top-sec3 .content-bg .content {
    padding: 130px 20px 80px 20px;
  }
}

.top-sec3 .content-bg .content .block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .block1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.top-sec3 .content-bg .content .block1 .thumb {
  position: relative;
  top: -40px;
  right: -15px;
  width: 360px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .block1 .thumb {
    position: static;
    width: 100%;
  }
}

.top-sec3 .content-bg .content .block1 .thumb img {
  max-width: 100%;
}

.top-sec3 .content-bg .content .block1 .text {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .block1 .text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top-sec3 .content-bg .content .block1 .text p {
  line-height: 2;
}

.top-sec3 .content-bg .content .block1 .text p:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .block1 .text p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.top-sec3 .content-bg .content .block2 {
  width: 807px;
  max-width: 100%;
  margin-top: 40px;
  padding: 13px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .block2 {
    position: static;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}

.top-sec3 .content-bg .content .block2 h4 {
  font-size: 20px;
  font-weight: 500;
  color: #b79a20;
  padding: 25px 44px 25px 40px;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .block2 h4 {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #b79a20;
  }
}

.top-sec3 .content-bg .content .block2 ul {
  position: relative;
  list-style: none;
  padding-left: 36px;
  color: #b79a20;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .block2 ul {
    padding-left: 0;
    padding: 20px;
  }
}

.top-sec3 .content-bg .content .block2 ul:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  width: 1px;
  height: 68px;
  background: #b79a20;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .block2 ul:before {
    display: none;
  }
}

.top-sec3 .content-bg .content .block2 ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .block2 ul li {
    font-size: 14px;
  }
}

.top-sec3 .content-bg .content .block2 ul li:not(:last-child) {
  margin-bottom: 15px;
}

.top-sec3 .content-bg .content .btn-links {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -32px;
  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 only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .btn-links {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.top-sec3 .content-bg .content .btn-links .btn-post {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .top-sec3 .content-bg .content .btn-links .btn-post {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.banner {
  max-width: 1025px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 166px;
}

@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 961px) {
  .banner:hover {
    opacity: 0.7;
  }
}

.banner img {
  max-width: 100%;
  height: auto;
}

.top-sec4 {
  background: #f1ebd2;
}

.top-sec4 .inner {
  position: relative;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 135px 0 68px 0;
}

@media only screen and (max-width: 767px) {
  .top-sec4 .inner {
    padding: 110px 0 68px 0;
  }
}

.top-sec4 .inner .head-sub {
  position: absolute;
  top: -22px;
  left: 0;
  width: 121px;
  height: 44px;
}

@media only screen and (max-width: 767px) {
  .top-sec4 .inner .head-sub {
    left: 18px;
  }
}

.top-sec4 .btn-news {
  position: absolute;
  bottom: -30px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-sec4 .btn-news {
    position: static;
    margin: 30px auto 0 auto;
  }
}

.top-sec5 .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 150px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .top-sec5 .inner {
    padding: 40px 20px;
    max-width: 100%;
  }
}

.top-sec5 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 31px;
}

.top-sec5 dl:not(:last-child) {
  margin-bottom: 28px;
}

.top-sec5 dl.cooperation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.top-sec5 dl.cooperation dd {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dl.cooperation dd {
    position: static;
  }
}

.top-sec5 dl.cooperation dd a {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dl.cooperation dd a {
    margin-bottom: 0;
  }
}

.top-sec5 dl.cooperation dd a img {
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dl.cooperation dd a img {
    max-width: 220px;
  }
}

.top-sec5 dl.sponsor {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.top-sec5 dl.sponsor dd {
  position: relative;
  top: -8px;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dl.sponsor dd {
    position: static;
  }
}

.top-sec5 dl.sponsor dd a, .top-sec5 dl.sponsor dd span {
  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;
  min-height: 50px;
  margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dl.sponsor dd a, .top-sec5 dl.sponsor dd span {
    display: inline-block;
    min-height: initial;
    margin-bottom: 0;
  }
}

.top-sec5 dl.sponsor dd a img, .top-sec5 dl.sponsor dd span img {
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dl.sponsor dd a img, .top-sec5 dl.sponsor dd span img {
    max-width: 220px;
  }
}

.top-sec5 dl.special {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.top-sec5 dl.special dd {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dl {
    display: block;
    height: auto;
  }
}

.top-sec5 dt {
  width: 242px;
  font-size: 14px;
  border: 1px solid #ababab;
  text-align: center;
  line-height: 31px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dt {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.top-sec5 dd {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dd {
    display: block;
    max-width: 100%;
    text-align: center;
  }
}

.top-sec5 dd a, .top-sec5 dd span {
  display: inline-block;
  margin-right: 25px;
}

.top-sec5 dd a.null, .top-sec5 dd span.null {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dd a, .top-sec5 dd span {
    margin-right: 0;
  }
  .top-sec5 dd a:not(:first-of-type), .top-sec5 dd span:not(:first-of-type) {
    margin-top: 20px;
  }
}

.top-sec5 dd .link {
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dd .link {
    margin-right: 0;
  }
  .top-sec5 dd .link:not(:first-of-type) {
    margin-top: 20px;
  }
}

.top-sec5 dd .link.link1 a + a {
  margin-top: 5px;
}

.top-sec5 dd .link.link2 a + a {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .top-sec5 dd .link.link2 a + a {
    margin-top: 5px;
  }
}

.top-sec5 dd .link a {
  display: block;
  margin: 0;
}

.top-sec5 dd .link a img {
  width: 250px;
}

.about-page-wrap .inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 190px 0 40px 0;
}

.about-page-wrap .inner .heading {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .about-page-wrap .inner .heading {
    margin-bottom: 50px;
  }
}

.about-page-wrap .inner .heading img {
  width: 437px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .about-page-wrap .inner .heading img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .about-page-wrap .inner .heading img {
    width: 260px;
  }
}

.about-sec1 {
  padding-left: 80px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .about-sec1 {
    padding-left: 20px;
  }
}

.about-sec1 p {
  line-height: 2.68;
}

.about-sec1 p:not(:last-of-type) {
  margin-bottom: 40px;
}

.about-sec1 p:last-of-type {
  margin-bottom: 55px;
}

.about-sec1 .btn a {
  margin: 0;
}

.about-sec2 .thumb {
  margin-bottom: 80px;
  text-align: right;
}

.about-sec2 .thumb img {
  margin-right: 70px;
}

@media only screen and (max-width: 767px) {
  .about-sec2 .thumb img {
    max-width: 80%;
    margin-right: 0;
  }
}

.about-sec2 .content {
  position: relative;
  background: #fff5b4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
  margin-bottom: 125px;
  padding: 65px 50px 30px 50px;
}

@media only screen and (max-width: 767px) {
  .about-sec2 .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 90%;
    padding: 65px 20px 60px 20px;
  }
}

.about-sec2 .content:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 23px solid transparent;
  border-bottom: 56px solid #fff5b4;
  border-left: 23px solid transparent;
}

@media only screen and (max-width: 767px) {
  .about-sec2 .content:before {
    left: auto;
    right: 72px;
  }
}

.about-sec2 .content .heading {
  position: absolute;
  top: -22px;
  left: -53px;
  width: 303px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .about-sec2 .content .heading {
    top: -20px;
    left: -20px;
    width: 220px;
  }
}

.about-sec2 .content .item {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-sec2 .content .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.about-sec2 .content .item .title {
  margin-bottom: 10px;
}

.about-sec2 .content .item .title img {
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .about-sec2 .content .item .title img {
    width: 280px;
  }
}

.about-sec2 .content .item .img img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .about-sec2 .content .item .img img {
    max-width: 90%;
  }
}

.about-sec2 .content .item .text p {
  font-size: 14px;
  line-height: 1.14;
}

.about-sec3 .content {
  position: relative;
  width: 950px;
  margin: 0 auto;
  margin-bottom: 80px;
  padding: 60px 50px 45px 50px;
  background: #ede6c7;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content {
    width: 90%;
    padding: 60px 20px 60px 20px;
  }
}

.about-sec3 .content .heading {
  position: absolute;
  top: -15px;
  left: 50px;
  width: 388px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .heading {
    top: -9px;
    left: 20px;
    width: 250px;
  }
}

.about-sec3 .content .img1 {
  position: absolute;
  top: -64px;
  right: 112px;
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .img1 {
    top: -100px;
    right: -15px;
    width: 70px;
    z-index: -1;
  }
}

.about-sec3 .content .item1 {
  margin-bottom: 61px;
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .item1 {
    margin-bottom: 30px;
  }
}

.about-sec3 .content .item1 p {
  line-height: 2.68;
}

.about-sec3 .content .item2 {
  padding: 36px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .item2 {
    padding: 30px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .item2 .img {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .item2 .img img {
    width: 200px;
  }
}

.about-sec3 .content .item2 p {
  font-size: 19px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .item2 p {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.about-sec3 .content .item2 ul {
  list-style: none;
}

.about-sec3 .content .item2 ul li {
  font-size: 19px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .item2 ul li {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.about-sec3 .content .item2 ul li:not(:last-child) {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .item2 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.about-sec3 .content .item2 ul li:before {
  position: relative;
  top: 3px;
  left: 0;
  content: '●';
  color: #b79a20;
  font-size: 30px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .about-sec3 .content .item2 ul li:before {
    position: static;
    font-size: 16px;
    margin-right: 5px;
  }
}

.about-sec3 .content .item2 ul li span {
  color: #b79a20;
  font-weight: 700;
}

.about-sec3 .btn-apply a {
  margin: 0 auto;
}

.postpg-sec1-wrap {
  position: relative;
  background: #fff;
  padding-top: 210px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap {
    padding-top: 75px;
    padding-bottom: 0;
  }
}

.postpg-sec1-wrap:before {
  position: absolute;
  top: -70px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 250px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white 80%, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(bottom, white 80%, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, white 80%, rgba(255, 255, 255, 0));
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap:before {
    display: none;
  }
}

.postpg-sec1-wrap .inner {
  position: relative;
}

.postpg-sec1-wrap .heading-bg {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 77px;
  background: url(../img/top/heading2-bg.png) center center/cover no-repeat;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .heading-bg {
    top: 90px;
    height: 67px;
  }
}

.postpg-sec1-wrap .heading-bg .heading2 {
  position: relative;
  width: 900px;
  max-width: 100%;
  height: 77px;
  margin: 0 auto;
  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 only screen and (max-width: 767px) {
  .postpg-sec1-wrap .heading-bg .heading2 {
    height: 67px;
  }
}

.postpg-sec1-wrap .heading-bg .heading2 .main {
  width: 461px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .heading-bg .heading2 .main {
    width: 70%;
  }
}

.postpg-sec1-wrap .heading-bg .heading2 .sub {
  position: absolute;
  top: -112px;
  left: 0;
  width: 154px;
  height: 154px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .heading-bg .heading2 .sub {
    top: -61px;
    width: 80px;
    height: 80px;
  }
}

.postpg-sec1-wrap .content-bg {
  position: relative;
  width: 985px;
  height: 851px;
  margin: 0 auto;
  background: url(../img/top/sec3-bg.png) center center/cover no-repeat;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg {
    max-width: 100%;
    height: 1150px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 320px) {
  .postpg-sec1-wrap .content-bg {
    height: 1040px;
  }
}

.postpg-sec1-wrap .content-bg .content {
  padding: 205px 45px 55px 80px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content {
    padding: 165px 40px 55px 40px;
  }
}

@media only screen and (max-width: 320px) {
  .postpg-sec1-wrap .content-bg .content {
    padding: 165px 20px 55px 20px;
  }
}

.postpg-sec1-wrap .content-bg .content .block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .block1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.postpg-sec1-wrap .content-bg .content .block1 .thumb {
  position: relative;
  top: -40px;
  right: -15px;
  width: 360px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .block1 .thumb {
    position: static;
    width: 100%;
  }
}

.postpg-sec1-wrap .content-bg .content .block1 .thumb img {
  max-width: 100%;
}

.postpg-sec1-wrap .content-bg .content .block1 .text {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .block1 .text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.postpg-sec1-wrap .content-bg .content .block1 .text p {
  line-height: 2;
}

.postpg-sec1-wrap .content-bg .content .block1 .text p:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .block1 .text p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.postpg-sec1-wrap .content-bg .content .block2 {
  width: 807px;
  max-width: 100%;
  margin-top: 40px;
  padding: 13px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .block2 {
    position: static;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}

.postpg-sec1-wrap .content-bg .content .block2 h4 {
  font-size: 20px;
  font-weight: 500;
  color: #b79a20;
  padding: 25px 44px 25px 40px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .block2 h4 {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #b79a20;
  }
}

.postpg-sec1-wrap .content-bg .content .block2 ul {
  position: relative;
  list-style: none;
  padding-left: 36px;
  color: #b79a20;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .block2 ul {
    padding-left: 0;
    padding: 20px;
  }
}

.postpg-sec1-wrap .content-bg .content .block2 ul:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  width: 1px;
  height: 68px;
  background: #b79a20;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .block2 ul:before {
    display: none;
  }
}

.postpg-sec1-wrap .content-bg .content .block2 ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .block2 ul li {
    font-size: 14px;
  }
}

.postpg-sec1-wrap .content-bg .content .block2 ul li:not(:last-child) {
  margin-bottom: 15px;
}

.postpg-sec1-wrap .content-bg .content .btn-links {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -32px;
  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 only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .btn-links {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.postpg-sec1-wrap .content-bg .content .btn-links .btn-post {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec1-wrap .content-bg .content .btn-links .btn-post {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.postpg-sec2-wrap .inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .postpg-sec2-wrap .inner {
    padding: 0 20px 40px 20px;
  }
}

@media only screen and (max-width: 320px) {
  .postpg-sec2-wrap .inner {
    padding: 0 10px 40px 10px;
  }
}

.postpg-sec2-wrap .inner .heading {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .postpg-sec2-wrap .inner .heading {
    margin-bottom: 50px;
  }
}

.postpg-sec2-wrap .inner .heading img {
  width: 387px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .postpg-sec2-wrap .inner .heading img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .postpg-sec2-wrap .inner .heading img {
    width: 260px;
  }
}

.post-page-wrap .inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 190px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .post-page-wrap .inner {
    padding: 190px 20px 40px 20px;
  }
}

@media only screen and (max-width: 320px) {
  .post-page-wrap .inner {
    padding: 190px 10px 40px 10px;
  }
}

.post-page-wrap .inner .heading {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .post-page-wrap .inner .heading {
    margin-bottom: 50px;
  }
}

.post-page-wrap .inner .heading img {
  width: 387px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .post-page-wrap .inner .heading img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .post-page-wrap .inner .heading img {
    width: 260px;
  }
}

.post-form-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.post-form-wrap .post-sec1 {
  padding: 70px 75px 60px 75px;
  background: #fff;
  border: 2px solid #b79a20;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 {
    padding: 40px 20px;
  }
}

.post-form-wrap .post-sec1 .head {
  text-align: center;
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .head {
    margin-bottom: 40px;
  }
}

.post-form-wrap .post-sec1 .head img {
  width: 624px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .head img {
    width: 270px;
    margin: 0 auto;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap {
  margin-bottom: 40px;
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity {
  max-width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #b79a20;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
    padding: 0;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  background: #b79a20;
  width: 80px;
  padding: 35px 18px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity h4 {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #b79a20;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity ul {
  position: relative;
  list-style: none;
  padding-left: 15px;
  color: #b79a20;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity ul {
    padding-left: 0;
    padding: 10px;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity ul li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .capacity-wrap .capacity ul li {
    font-size: 13px;
  }
}

.post-form-wrap .post-sec1 .capacity-wrap .capacity ul li:not(:last-child) {
  margin-bottom: 10px;
}

.post-form-wrap .post-sec1 .capacity-wrap .notes {
  margin-top: 5px;
}

.post-form-wrap .post-sec1 .capacity-wrap .notes p {
  line-height: 1.56;
}

.post-form-wrap .post-sec1 .content1 {
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .content1 {
    margin-bottom: 30px;
  }
}

.post-form-wrap .post-sec1 .content1 .head-sub {
  margin-bottom: 15px;
}

.post-form-wrap .post-sec1 .content1 .head-sub img {
  width: 323px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .content1 .head-sub img {
    width: 250px;
  }
}

.post-form-wrap .post-sec1 .content1 .text ul {
  list-style: none;
}

.post-form-wrap .post-sec1 .content1 .text ul li {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec1 .content1 .text ul li {
    font-size: 13px;
  }
}

.post-form-wrap .post-sec1 .content1 .text ul li span {
  color: #b79a20;
  font-weight: 700;
}

.post-form-wrap .post-sec1 .content1 .text ul li:last-child {
  margin-top: 30px;
}

.post-form-wrap .post-sec1 .content1 .text a {
  color: #026bb2;
  border-bottom: 1px solid #026bb2;
}

@media print, screen and (min-width: 961px) {
  .post-form-wrap .post-sec1 .content1 .text a:hover {
    opacity: 0.8;
    border-bottom: none;
  }
}

.post-form-wrap .post-sec2 .block:not(:last-of-type) {
  margin-bottom: 76px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .block:not(:last-of-type) {
    margin-bottom: 46px;
  }
}

.post-form-wrap .post-sec2 .block:first-of-type {
  margin-bottom: 40px;
}

.post-form-wrap .post-sec2 .message .wpcf7-form-control.wpcf7-text {
  width: 100%;
}

.post-form-wrap .post-sec2 .block.free dt {
  display: block;
}

.post-form-wrap .post-sec2 .block.free dd {
  height: 150px;
}

.post-form-wrap .post-sec2 .block.free dd .wpcf7-form-control.wpcf7-text {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .block.free dd {
    height: 100px;
  }
}

.post-form-wrap .post-sec2 .head1 {
  font-size: 23px;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .head1 {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .post-form-wrap .post-sec2 .head1 {
    font-size: 14px;
  }
}

.post-form-wrap .post-sec2 .head2 {
  width: 283px;
  max-width: 100%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .head2 {
    display: block;
    width: 233px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.post-form-wrap .post-sec2 dl {
  border-bottom: 1px solid #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dl {
    display: block;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
  }
}

.post-form-wrap .post-sec2 dl:first-of-type {
  border-top: 1px solid #b6b6b6;
}

.post-form-wrap .post-sec2 dt {
  width: 345px;
  padding: 34px 0 34px 0;
  padding-left: 40px;
  background: #fffbdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-form-wrap .post-sec2 dt h3 {
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dt h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dt {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.post-form-wrap .post-sec2 dd {
  position: relative;
  width: 555px;
  padding: 34px 0 34px 0;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 dd {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.post-form-wrap .post-sec2 .file dt {
  display: block;
}

.post-form-wrap .post-sec2 .file .notes {
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .file .notes {
    width: auto;
  }
}

.post-form-wrap .post-sec2 .file .notes span {
  color: #b79a20;
  font-weight: 700;
}

.post-form-wrap .post-sec2 .file label {
  display: inline-block;
}

.post-form-wrap .post-sec2 .file label .label {
  display: inline-block;
  margin-bottom: 10px;
}

.post-form-wrap .post-sec2 .babyname .notes {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .babyname .notes {
    width: auto;
  }
}

.post-form-wrap .post-sec2 .consent-wrap {
  padding: 27px 50px;
  background: #fff5b4;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .consent-wrap {
    padding: 20px 15px;
  }
}

.post-form-wrap .post-sec2 .consent-wrap h3 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .consent-wrap h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.post-form-wrap .post-sec2 .consent-wrap .must {
  position: relative;
  top: -3px;
}

.post-form-wrap .post-sec2 .consent-wrap .text {
  line-height: 1.9;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .post-form-wrap .post-sec2 .consent-wrap .text {
    font-size: 13px;
  }
}

.post-form-wrap .post-sec2 .consent-wrap .wpcf7-list-item {
  display: block;
  margin: 0;
}

.post-form-wrap .post-sec2 .consent-wrap .wpcf7-list-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.gallery-page-wrap .inner {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  padding: 190px 20px 40px 20px;
}

@media only screen and (max-width: 767px) {
  .gallery-page-wrap .inner {
    padding: 190px 20px 40px 20px;
  }
}

.gallery-page-wrap .inner .heading img {
  width: 331px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .gallery-page-wrap .inner .heading img {
    width: 230px;
  }
}

.searchbox {
  margin: 10px 0 20px 0;
}

.searchbox #searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.searchbox select {
  width: 150px;
  padding: 5px 0;
  margin-right: 5px;
}

.searchbox label {
  margin-right: 10px;
}

.gallery-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .gallery-list-wrap {
    margin-bottom: 20px;
  }
}

.gallery-list-wrap .gallery-item {
  width: 180px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .gallery-list-wrap .gallery-item {
    width: 160px;
  }
}

@media only screen and (max-width: 320px) {
  .gallery-list-wrap .gallery-item {
    width: 135px;
  }
}

.gallery-list-wrap .gallery-item .thumb {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .gallery-list-wrap .gallery-item .thumb {
    width: 160px;
    height: 160px;
  }
}

@media only screen and (max-width: 320px) {
  .gallery-list-wrap .gallery-item .thumb {
    width: 135px;
    height: 135px;
  }
}

.gallery-list-wrap .gallery-item .thumb img {
  max-width: 100%;
  height: auto;
}

.gallery-list-wrap .gallery-item .name {
  text-align: center;
}

.gallery-list-wrap .gallery-item .name h3 {
  font-weight: 400;
  line-height: 1.2;
}

.news-page-wrap .inner {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  padding: 190px 20px 40px 20px;
}

@media only screen and (max-width: 767px) {
  .news-page-wrap .inner {
    padding: 190px 20px 40px 20px;
  }
}

.news-page-wrap .inner .heading img {
  width: 186px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .news-page-wrap .inner .heading img {
    width: 150px;
  }
}

.top-news-list-wrap {
  position: relative;
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .top-news-list-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.top-news-list-wrap .head {
  position: absolute;
  top: -66px;
  left: -23px;
  width: 254px;
  height: 26px;
}

@media only screen and (max-width: 767px) {
  .top-news-list-wrap .head {
    left: 20px;
    top: -56px;
  }
}

.top-news-list-wrap .news-item {
  width: 298px;
  height: 193px;
  padding: 32px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background: #fff;
}

@media print, screen and (min-width: 961px) {
  .top-news-list-wrap .news-item:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .top-news-list-wrap .news-item:not(:last-child) {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.top-news-list-wrap .news-item .date {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  padding: 0 15px;
  border-radius: 10px;
  background: #c4c4c4;
  margin-bottom: 25px;
}

.top-news-list-wrap .news-item h3 {
  font-weight: 400;
  line-height: 1.625;
}

.news-list-wrap {
  position: relative;
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .news-list-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.news-list-wrap .news-item {
  width: 298px;
  margin-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .news-list-wrap .news-item {
    margin-bottom: 45px;
  }
}

.news-list-wrap .content {
  width: 298px;
  height: 193px;
  padding: 32px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background: #fff;
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .news-list-wrap .content {
    margin-bottom: 20px;
  }
}

.news-list-wrap .content .date {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  padding: 0 15px;
  border-radius: 10px;
  background: #c4c4c4;
  margin-bottom: 25px;
}

.news-list-wrap .content h3 {
  font-weight: 400;
  line-height: 1.625;
}

.single-news-page-wrap .inner {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
  padding: 268px 20px 40px 20px;
}

@media only screen and (max-width: 767px) {
  .single-news-page-wrap .inner {
    padding: 190px 20px 40px 20px;
  }
}

.single-news-wrap {
  width: 630px;
  max-width: 100%;
}

.single-news-head {
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .single-news-head {
    margin-bottom: 30px;
  }
}

.single-news-head .date {
  font-size: 14px;
  padding-left: 7px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .single-news-head .date {
    padding-left: 5px;
    margin-bottom: 10px;
  }
}

.single-news-head h2 {
  font-size: 35px;
  font-weight: 400;
  color: #b79a20;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .single-news-head h2 {
    font-size: 25px;
  }
}

.single-news-content .thumb {
  margin-bottom: 74px;
}

@media only screen and (max-width: 767px) {
  .single-news-content .thumb {
    margin-bottom: 20px;
  }
}

.single-news-content .thumb img {
  width: 100%;
  height: auto;
  margin: 0;
}

.single-news-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.single-news-content p {
  line-height: 2.68;
}

.single-news-content a {
  color: #026bb2;
  line-height: 2.68;
  border-bottom: 1px solid #026bb2;
}

@media print, screen and (min-width: 961px) {
  .single-news-content a:hover {
    opacity: 0.8;
    border-bottom: none;
  }
}

.contact-page-wrap .inner {
  width: 940px;
  margin: 0 auto;
  padding: 226px 20px 200px 20px;
}

@media only screen and (max-width: 767px) {
  .contact-page-wrap .inner {
    max-width: 100%;
    padding: 190px 20px 100px 20px;
  }
}

@media only screen and (max-width: 320px) {
  .contact-page-wrap .inner {
    padding: 190px 10px 100px 10px;
  }
}

.contact-page-wrap .inner .heading {
  text-align: center;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .contact-page-wrap .inner .heading {
    margin-bottom: 50px;
  }
}

.contact-page-wrap .inner .heading img {
  width: 368px;
}

@media only screen and (max-width: 767px) {
  .contact-page-wrap .inner .heading img {
    width: 300px;
  }
}

.contact-page-wrap .inner .caption {
  line-height: 2.68;
  margin-bottom: 70px;
}

.must {
  font-size: 13px;
  color: #fff;
  background: #ff8000;
  border-radius: 5px;
  padding: 0 5px 2px 5px;
  margin-left: 10px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .must {
    font-size: 12px;
    margin-left: 5px;
  }
}

.notes {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .notes {
    font-size: 13px;
    margin-top: 8px;
  }
}

input[type="checkbox"] {
  display: none;
}

.wpcf7-list-item-label {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 16px;
  }
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d0d0d0;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    top: 2px;
  }
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4.6px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #ff8000;
  border-right: 3px solid #ff8000;
}

@media only screen and (max-width: 767px) {
  input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    top: -2px;
  }
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

input[type="radio"] + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  input[type="radio"] + .wpcf7-list-item-label:before {
    top: 0;
  }
}

input[type="radio"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #ff8000;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  input[type="radio"]:checked + .wpcf7-list-item-label::after {
    top: 6px;
  }
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.sent .contact-form-wrap,
.sent .apply-form-wrap,
.sent .post-form-wrap,
.sent .impression-form-wrap {
  display: none;
}

.sentout-message {
  display: none;
  text-align: center;
  margin-top: 40px;
}

.sentout-message img {
  width: 453px;
  max-width: 100%;
}

.sentout-message p {
  line-height: 2;
  margin-top: 20px;
}

.sentout-message p span {
  color: #b79a20;
  font-weight: 700;
}

.sent .sentout-message {
  display: block;
}

.contact-form-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.contact-form-wrap dl {
  border-bottom: 1px solid #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap dl {
    display: block;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
  }
}

.contact-form-wrap dl:first-of-type {
  border-top: 1px solid #b6b6b6;
}

.contact-form-wrap dt {
  width: 345px;
  padding: 34px 0 34px 0;
  padding-left: 40px;
  background: #fffbdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-wrap dt h3 {
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap dt h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap dt {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.contact-form-wrap dd {
  position: relative;
  width: 555px;
  padding: 34px 0 34px 0;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap dd {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.contact-form-wrap .textarea-head {
  display: block;
}

.contact-form-wrap .textarea {
  height: 220px;
}

@media only screen and (max-width: 767px) {
  .contact-form-wrap .textarea {
    height: auto;
  }
}

.wpcf7-date,
.wpcf7-number,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  padding: 10px 10px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .wpcf7-date,
  .wpcf7-number,
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d0d0d0;
  }
}

.cf7zipcode,
.wpcf7-date,
.wpcf7-number {
  padding: 7px 5px 7px 20px;
  color: #4d4d4d;
}

@media only screen and (max-width: 767px) {
  .cf7zipcode,
  .wpcf7-date,
  .wpcf7-number {
    padding: 0;
  }
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background: #fff;
}

.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 320px) {
  .wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 10px 0 0;
  }
}

.consent-wrap {
  margin-top: 50px;
}

.privacy-link {
  text-align: center;
}

.privacy-link a {
  color: #026bb2;
  line-height: 1.5;
  border-bottom: 1px solid #026bb2;
}

@media print, screen and (min-width: 961px) {
  .privacy-link a:hover {
    opacity: 0.8;
  }
}

.consent {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .consent {
    margin-top: 20px;
  }
}

.consent .label {
  position: relative;
  display: inline-block;
}

.consent .label:after {
  position: absolute;
  top: -2px;
  right: -13px;
  display: block;
  content: '必須';
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background: #ff8000;
  border-radius: 5px;
  padding: 4px 5px 5px 4px;
}

@media only screen and (max-width: 767px) {
  .consent .label:after {
    top: -4px;
  }
}

.consent .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
  padding-right: 30px;
}

.consent .wpcf7-list-item-label {
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .consent .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.submit-wrap {
  margin-top: 85px;
}

@media only screen and (max-width: 767px) {
  .submit-wrap {
    margin-top: 40px;
  }
}

.submit-wrap p {
  color: #ff8000;
  line-height: 1.56;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .submit-wrap p {
    font-size: 12px;
  }
}

.submit-wrap p.pickup {
  margin-top: 20px;
  color: #d51b1b;
  font-weight: bold;
}

input.wpcf7-submit {
  position: relative;
  display: block;
  width: 426px;
  height: 126px;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 5px;
  border: none;
}

@media print, screen and (min-width: 961px) {
  input.wpcf7-submit:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  input.wpcf7-submit {
    width: 250px;
    height: 75px;
  }
}

body.contact input.wpcf7-submit {
  color: rgba(255, 255, 255, 0);
  background: url(../img/contact/btn-send.svg) center center/426px 126px no-repeat;
}

@media only screen and (max-width: 767px) {
  body.contact input.wpcf7-submit {
    background: url(../img/contact/btn-send.svg) center center/250px 75px no-repeat;
  }
}

body.impression input.wpcf7-submit {
  color: rgba(255, 255, 255, 0);
  background: url(../img/contact/btn-send.svg) center center/426px 126px no-repeat;
}

@media only screen and (max-width: 767px) {
  body.impression input.wpcf7-submit {
    background: url(../img/contact/btn-send.svg) center center/250px 75px no-repeat;
  }
}

body.apply input.wpcf7-submit {
  color: rgba(255, 255, 255, 0);
  background: url(../img/apply/apply-btn-send.svg) center center/426px 126px no-repeat;
}

@media only screen and (max-width: 767px) {
  body.apply input.wpcf7-submit {
    background: url(../img/apply/apply-btn-send.svg) center center/250px 75px no-repeat;
  }
}

body.post input.wpcf7-submit {
  color: rgba(255, 255, 255, 0);
  background: url(../img/post/post-btn-send.svg) center center/426px 126px no-repeat;
}

@media only screen and (max-width: 767px) {
  body.post input.wpcf7-submit {
    background: url(../img/post/post-btn-send.svg) center center/250px 75px no-repeat;
  }
}

.ajax-loader {
  display: none !important;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 700;
  display: block;
  margin-top: 5px;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7-validation-errors {
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px 5px 10px !important;
  color: red;
  text-align: center;
  border: 2px solid red !important;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7-mail-sent-ok {
  display: none !important;
  max-width: 100%;
  color: #ff8000;
  font-weight: bold;
  padding: 7px 10px 5px 10px !important;
  border: 2px solid #ff8000 !important;
  text-align: center;
  margin: 20px auto !important;
}

.apply-page-wrap .inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 190px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .apply-page-wrap .inner {
    padding: 190px 20px 40px 20px;
  }
}

@media only screen and (max-width: 320px) {
  .apply-page-wrap .inner {
    padding: 190px 10px 40px 10px;
  }
}

.apply-page-wrap .inner .heading {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .apply-page-wrap .inner .heading {
    margin-bottom: 50px;
  }
}

.apply-page-wrap .inner .heading img {
  width: 504px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .apply-page-wrap .inner .heading img {
    width: 300px;
  }
}

@media only screen and (max-width: 320px) {
  .apply-page-wrap .inner .heading img {
    width: 260px;
  }
}

.apply-form-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.apply-form-wrap .apply-sec1 {
  padding: 70px 75px 60px 75px;
  background: #fff;
  border: 2px solid #b79a20;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 {
    padding: 40px 20px;
    margin-bottom: 50px;
  }
}

.apply-form-wrap .apply-sec1 .head {
  text-align: center;
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .head {
    margin-bottom: 40px;
  }
}

.apply-form-wrap .apply-sec1 .head img {
  width: 720px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .head img {
    width: 350px;
    margin: 0 auto;
  }
}

.apply-form-wrap .apply-sec1 .capacity-wrap {
  margin-bottom: 40px;
}

.apply-form-wrap .apply-sec1 .capacity-wrap .capacity {
  max-width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #b79a20;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .capacity-wrap .capacity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
  }
}

.apply-form-wrap .apply-sec1 .capacity-wrap .capacity h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  background: #b79a20;
  width: 80px;
  padding: 21px 18px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .capacity-wrap .capacity h4 {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #b79a20;
  }
}

.apply-form-wrap .apply-sec1 .capacity-wrap .capacity ul {
  position: relative;
  list-style: none;
  padding-left: 5px;
  color: #b79a20;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .capacity-wrap .capacity ul {
    padding-left: 0;
    padding: 10px;
  }
}

.apply-form-wrap .apply-sec1 .capacity-wrap .capacity ul li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .capacity-wrap .capacity ul li {
    font-size: 13px;
  }
}

.apply-form-wrap .apply-sec1 .capacity-wrap .capacity ul li:not(:last-child) {
  margin-bottom: 10px;
}

.apply-form-wrap .apply-sec1 .capacity-wrap .notes {
  margin-top: 5px;
}

.apply-form-wrap .apply-sec1 .capacity-wrap .notes p {
  line-height: 1.56;
}

.apply-form-wrap .apply-sec1 .content1 {
  margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .content1 {
    margin-bottom: 30px;
  }
}

.apply-form-wrap .apply-sec1 .content1 .head-sub {
  margin-bottom: 15px;
}

.apply-form-wrap .apply-sec1 .content1 .head-sub img {
  width: 323px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .content1 .head-sub img {
    width: 250px;
  }
}

.apply-form-wrap .apply-sec1 .content1 .text ul {
  list-style: none;
}

.apply-form-wrap .apply-sec1 .content1 .text ul li {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .content1 .text ul li {
    font-size: 13px;
  }
}

.apply-form-wrap .apply-sec1 .content1 .text ul li span {
  color: #b79a20;
  font-weight: 700;
}

.apply-form-wrap .apply-sec1 .content2 .head-sub {
  margin-bottom: 15px;
}

.apply-form-wrap .apply-sec1 .content2 .head-sub img {
  width: 360px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec1 .content2 .head-sub img {
    width: 270px;
  }
}

.apply-form-wrap .apply-sec1 .content2 .text ul {
  list-style: none;
}

.apply-form-wrap .apply-sec1 .content2 .text ul li {
  line-height: 1.8;
}

.apply-form-wrap .apply-sec1 .content2 .text ul li span {
  color: #b79a20;
  font-weight: 700;
}

.apply-form-wrap .apply-sec1 .content2 .text ul li .prevention {
  display: block;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}

.apply-form-wrap .apply-sec1 .content2 .text ul li p {
  font-size: 14px;
  text-align: center;
}

.apply-form-wrap .apply-sec2 .block:not(:last-of-type) {
  margin-bottom: 76px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 .block:not(:last-of-type) {
    margin-bottom: 46px;
  }
}

.apply-form-wrap .apply-sec2 .head1 {
  width: 331px;
  max-width: 100%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 .head1 {
    display: block;
    width: 261px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.apply-form-wrap .apply-sec2 .head2 {
  width: 283px;
  max-width: 100%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 .head2 {
    display: block;
    width: 233px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.apply-form-wrap .apply-sec2 .head3 {
  width: 249px;
  max-width: 100%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 .head3 {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.apply-form-wrap .apply-sec2 .head4 {
  width: 692px;
  max-width: 100%;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 .head4 {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.apply-form-wrap .apply-sec2 dl {
  border-bottom: 1px solid #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 dl {
    display: block;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
  }
}

.apply-form-wrap .apply-sec2 dl:first-of-type {
  border-top: 1px solid #b6b6b6;
}

.apply-form-wrap .apply-sec2 dt {
  width: 345px;
  padding: 34px 0 34px 0;
  padding-left: 40px;
  background: #fffbdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apply-form-wrap .apply-sec2 dt h3 {
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 dt h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 dt {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.apply-form-wrap .apply-sec2 dd {
  position: relative;
  width: 555px;
  padding: 34px 0 34px 0;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 dd {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.apply-form-wrap .apply-sec2 .address dt, .apply-form-wrap .apply-sec2 .time dt {
  display: block;
}

.apply-form-wrap .apply-sec2 .address .notes, .apply-form-wrap .apply-sec2 .time .notes {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 .address .notes, .apply-form-wrap .apply-sec2 .time .notes {
    width: auto;
  }
}

.apply-form-wrap .apply-sec2 .address label, .apply-form-wrap .apply-sec2 .time label {
  display: inline-block;
  margin-bottom: 20px;
}

.apply-form-wrap .apply-sec2 .address label:first-of-type .cf7zipcode, .apply-form-wrap .apply-sec2 .time label:first-of-type .cf7zipcode {
  width: 120px;
}

.apply-form-wrap .apply-sec2 .address label .label, .apply-form-wrap .apply-sec2 .time label .label {
  display: inline-block;
  margin-bottom: 10px;
}

.apply-form-wrap .apply-sec2 .textarea-head {
  display: block;
}

.apply-form-wrap .apply-sec2 .textarea {
  height: 220px;
}

@media only screen and (max-width: 767px) {
  .apply-form-wrap .apply-sec2 .textarea {
    height: auto;
  }
}

.agreement .head {
  text-align: center;
  margin-bottom: 20px;
}

.agreement .head img {
  width: 714px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .agreement .head img {
    max-width: 90%;
    margin: 0 auto;
  }
}

.agreement .text-wrap {
  border: 2px solid #b79a20;
  padding: 30px 30px 30px 40px;
}

@media only screen and (max-width: 767px) {
  .agreement .text-wrap {
    padding: 20px 10px 20px 20px;
  }
}

.agreement .text {
  overflow: auto;
  padding: 0 50px 0 40px;
  height: 312px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .agreement .text {
    font-size: 13px;
    padding: 0 20px 0 0;
  }
}

.agreement .text h4 {
  font-weight: 400;
}

.agreement .text p:not(:last-of-type) {
  margin-bottom: 30px;
}

.agreement .text a {
  color: #026bb2;
  border-bottom: 1px solid #026bb2;
}

@media print, screen and (min-width: 961px) {
  .agreement .text a:hover {
    opacity: 0.8;
    border-bottom: none;
  }
}

.agreement .text::-webkit-scrollbar {
  width: 9px;
}

.agreement .text::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px #dcdcdc;
  box-shadow: inset 0 0 6px #dcdcdc;
  background-color: #dcdcdc;
}

.agreement .text::-webkit-scrollbar-thumb {
  background-color: #b79a20;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.impression-page-wrap .inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 190px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .impression-page-wrap .inner {
    padding: 190px 20px 80px 20px;
  }
}

@media only screen and (max-width: 320px) {
  .impression-page-wrap .inner {
    padding: 190px 10px 80px 10px;
  }
}

.impression-page-wrap .inner .heading {
  margin-bottom: 65px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .impression-page-wrap .inner .heading {
    margin-bottom: 50px;
  }
}

.impression-page-wrap .inner .heading img {
  width: 300px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .impression-page-wrap .inner .heading img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .impression-page-wrap .inner .heading img {
    width: 260px;
  }
}

.impression-page-wrap .inner .notes {
  font-size: 18px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .impression-page-wrap .inner .notes {
    font-size: 16px;
    margin-top: 8px;
  }
}

.impression-page-wrap .inner .sentout-message {
  padding-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .impression-page-wrap .inner .sentout-message {
    padding-bottom: 160px;
  }
}

.impression-form-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.impression-form-wrap .block:not(:last-of-type) {
  margin-bottom: 76px;
}

@media only screen and (max-width: 767px) {
  .impression-form-wrap .block:not(:last-of-type) {
    margin-bottom: 46px;
  }
}

.impression-form-wrap .block .head {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .impression-form-wrap .block .head {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .impression-form-wrap .block .head {
    font-size: 16px;
  }
}

.impression-form-wrap .message .wpcf7-form-control.wpcf7-text {
  width: 100%;
}

.impression-form-wrap dl {
  display: block;
  border-bottom: 1px solid #b6b6b6;
}

@media only screen and (max-width: 767px) {
  .impression-form-wrap dl {
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
  }
}

.impression-form-wrap dl:first-of-type {
  border-top: 1px solid #b6b6b6;
}

.impression-form-wrap dt {
  padding: 34px 0 34px 0;
  padding-left: 40px;
  background: #fffbdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .impression-form-wrap dt {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

.impression-form-wrap dt h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .impression-form-wrap dt h3 {
    font-size: 16px;
  }
}

.impression-form-wrap dd {
  position: relative;
  display: block;
  padding: 34px 0 34px 0;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .impression-form-wrap dd {
    width: 100%;
    padding: 20px 10px;
  }
}

.impression-form-wrap dd h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .impression-form-wrap dd h4 {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }
}

.impression-form-wrap dd textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 100px;
}

.impression-form-wrap dd .wpcf7-form-control.wpcf7-radio,
.impression-form-wrap dd .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .impression-form-wrap dd .wpcf7-form-control.wpcf7-radio,
  .impression-form-wrap dd .wpcf7-form-control.wpcf7-checkbox {
    display: block;
  }
}

.impression-form-wrap dd .wpcf7-list-item {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .impression-form-wrap dd .wpcf7-list-item {
    display: block;
  }
  .impression-form-wrap dd .wpcf7-list-item:last-of-type {
    margin-bottom: 0;
  }
}

dl.impression {
  /*
  input[type="radio"] {
    display: none;
    + .wpcf7-list-item-label {
      padding-left: 0;
      position: relative;
      cursor: pointer;
      @include media(sm){
        padding-left: 30px;
      }
      &:before {
        content: "";
        display: block;
        position: absolute;
        top: 32px;
        left: 0;
        right: 0;
        margin: auto;
        width: 20px;
        height: 20px;
        border: 1px solid #d0d0d0;
        border-radius: 50%;
        @include media(sm){
          top: 0;
          right: auto;
          margin: 0;
        }
      }
    }
    &:checked + .wpcf7-list-item-label {
      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 38px;
        left: 0;
        right: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        background: #ff8000;
        border-radius: 50%;
        @include media(sm){
          top: 6px;
          left: 6px;
          right: auto;
          margin: 0;
        }
      }
    }
  }
  */
}

dl.impression .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  dl.impression .wpcf7-form-control.wpcf7-radio {
    display: block;
  }
}

dl.impression dd h4 {
  margin: 10px 0 20px 0;
}

dl.impression dd p:nth-of-type(1) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  dl.impression dd p:nth-of-type(1) {
    margin-bottom: 40px;
  }
}

dl.impression dd p:nth-of-type(2) {
  margin-bottom: 20px;
}

dl.impression dd .wpcf7-list-item-label {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  dl.impression dd .wpcf7-list-item-label {
    font-size: 15px;
  }
}

.song-sec1 .inner {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 190px 20px 80px 20px;
}

.song-sec1 .inner .heading {
  padding-left: 35px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .song-sec1 .inner .heading {
    padding-left: 0;
    margin-bottom: 50px;
  }
}

.song-sec1 .inner .heading img {
  width: 733px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .song-sec1 .inner .heading img {
    width: 320px;
  }
}

.song-sec1 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.song-sec1 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.song-sec1 .lyrics-wrap {
  max-width: 830px;
  margin: 0 auto;
  margin-top: 78px;
}

.song-sec1 .lyrics-wrap h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .song-sec1 .lyrics-wrap h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.song-sec1 .lyrics-wrap .lyrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .song-sec1 .lyrics-wrap .lyrics {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .song-sec1 .lyrics-wrap .lyrics .block:last-child {
    margin-top: 20px;
  }
}

.song-sec1 .lyrics-wrap .lyrics .block p {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .song-sec1 .lyrics-wrap .lyrics .block p {
    font-size: 13px;
    line-height: 1.8;
  }
}

.song-sec1 .lyrics-wrap .lyrics .block p:not(:last-child) {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .song-sec1 .lyrics-wrap .lyrics .block p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.song-sec2 {
  background: #fff5b4;
}

.song-sec2 .inner {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 20px 70px 20px;
}

.song-sec2 .inner .heading {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .song-sec2 .inner .heading {
    margin-bottom: 50px;
  }
}

.song-sec2 .inner .heading img {
  width: 260px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .song-sec2 .inner .heading img {
    width: 200px;
  }
}

.song-sec2 .loco-img {
  max-width: 650px;
  margin: 0 auto;
}

.song-sec2 .loco-img img {
  max-width: 100%;
  height: auto;
}

.song-sec2 .content-wrap .content {
  margin-top: 70px;
}

.song-sec2 .content-wrap .content:last-child {
  padding-top: 70px;
  border-top: 1px solid #b79a20;
}

.song-sec2 .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .song-sec2 .name {
    margin-bottom: 25px;
  }
}

.song-sec2 .name img {
  margin-right: 28px;
}

@media only screen and (max-width: 767px) {
  .song-sec2 .name img {
    margin-right: 20px;
  }
}

.song-sec2 .name1 img {
  width: 70px;
}

@media only screen and (max-width: 767px) {
  .song-sec2 .name1 img {
    width: 50px;
  }
}

.song-sec2 .name2 img {
  width: 121px;
}

@media only screen and (max-width: 767px) {
  .song-sec2 .name2 img {
    width: 100px;
  }
}

.song-sec2 .comment p {
  line-height: 1.75;
}

.song-sec2 .comment p:not(:last-child) {
  margin-bottom: 28px;
}

.song-sec2 .profile {
  margin-top: 40px;
}

.song-sec2 .profile h4 {
  font-weight: normal;
  margin-bottom: 15px;
}

.song-sec2 .profile p {
  font-size: 13px;
  line-height: 1.5;
}
