/*+-----+
/+ PAGE STYLE
/*+-------------------------------------------*/
/* top
/*+---------------------------------*/
/*- main-visual ---------*/
.main-visual {
  position: relative;
  margin-bottom: 15px;
  height: 400px;
  overflow: hidden;
}

.main-visual__slider li {
  width: 1000px;
  height: 400px;
}

.main-visual__frame {
  position: relative;
  top: -400px;
  margin: 0 auto;
  width: 1000px;
}
.main-visual__frame .main-visual__frame-left {
  position: absolute;
  top: 0;
  right: 1000px;
  width: 1000px;
  height: 400px;
  background-image: url(/images/slider_shadow_bg.png);
  background-repeat: repeat-x;
}
.main-visual__frame .main-visual__frame-right {
  position: absolute;
  top: 0;
  left: 1000px;
  width: 1000px;
  height: 400px;
  background-image: url(/images/slider_shadow_bg.png);
  background-repeat: repeat-x;
}

/* slider wrap */
.bx-wrapper {
  width: 100% !important;
  overflow: hidden;
  position: relative !important;
}

.bx-viewport {
  width: 1000px !important;
  margin: 0 auto !important;
  overflow: visible !important;
  height: 400px;
}

/* bx-controls */
.bx-controls {
  position: absolute;
  width: 100%;
}
.bx-controls .bx-pager {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 15px;
  text-align: center;
}
.bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 6px;
  width: 15px;
  height: 15px;
  line-height: 0;
}
.bx-controls .bx-pager .bx-pager-item a {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/images/slider_pager.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  text-indent: -9999px;
  overflow: hidden;
}
.bx-controls .bx-pager .bx-pager-item a.active {
  background-position: left top;
}
.bx-controls .bx-controls-direction .prev-next {
  position: relative;
  top: -70px;
  margin: 0 auto;
  width: 1000px;
  z-index: 100;
}
.bx-controls .bx-controls-direction .prev-next .bx-prev,
.bx-controls .bx-controls-direction .prev-next .bx-next {
  display: block;
  position: absolute;
  top: -165px;
  width: 73px;
  height: 73px;
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
  overflow: hidden;
}
.bx-controls .bx-controls-direction .prev-next .bx-prev:hover,
.bx-controls .bx-controls-direction .prev-next .bx-next:hover {
  background-position: left bottom;
}
.bx-controls .bx-controls-direction .prev-next .bx-prev {
  left: -36px;
  background-image: url(/images/slider_prev.png);
}
.bx-controls .bx-controls-direction .prev-next .bx-next {
  right: -36px;
  background-image: url(/images/slider_next.png);
}

/*- top-heading ---------*/
.top-heading {
  position: relative;
  margin-bottom: 22px;
  border-top: 2px solid #666;
  border-bottom: 1px solid #888;
}
.top-heading a {
  display: block;
  padding: 23px 0;
}
.top-heading a:hover .bt {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.top-heading .heading {
  text-align: center;
}
.top-heading .bt {
  position: absolute;
  right: 0;
  top: 23px;
}

/*- top-works ---------*/
.top-works {
  overflow: hidden;
}
.top-works dl {
  float: left;
  margin-left: 20px;
  width: 184px;
}
.top-works dl:first-child {
  margin-left: 0;
}
.top-works dl dt {
  margin-bottom: 12px;
}

/*- top-lineup ---------*/
.top-lineup {
  float: left;
  width: 480px;
}

/*- top-news ---------*/
.top-news {
  float: right;
  width: 480px;
}

.top-news__list dl {
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  overflow: hidden;
}
.top-news__list dl dt {
  float: left;
  padding-bottom: 15px;
  width: 135px;
  font-weight: bold;
}
.top-news__list dl dd {
  margin-left: 135px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #777;
}

/* news
/*+---------------------------------*/
/*- news-list ---------*/
.news-list dl {
  margin-top: 18px;
  overflow: hidden;
}
.news-list dl dt {
  float: left;
  padding-bottom: 18px;
  width: 140px;
  font-weight: bold;
}
.news-list dl dd {
  margin-left: 140px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #777;
}

.news-area p {
  margin-top: 25px;
}
.news-area p:first-child {
  margin-top: 0;
}

/* naistud
/*+---------------------------------*/
/*- naistud-lead-area ---------*/
.naistud-lead-area {
  margin: 40px 0;
  overflow: hidden;
}
.naistud-lead-area .naistud-box {
  float: left;
  width: 485px;
}
.naistud-lead-area .naistud-box:first-child {
  margin-right: 30px;
}
.naistud-lead-area .naistud-box + .naistud-box {
  margin-top: 0;
}

/*- naistud-box ---------*/
.naistud-box + .naistud-box {
  margin-top: 40px;
}
.naistud-box + .detail-box {
  margin-top: 40px;
}

.naistud-box__with-image01 {
  width: 485px;
  overflow: hidden;
}
.naistud-box__with-image01 .text {
  float: left;
  width: 240px;
}
.naistud-box__with-image01 .image {
  float: right;
  width: 220px;
}

.naistud-box__with-image02 {
  width: 1000px;
  overflow: hidden;
}
.naistud-box__with-image02 .text {
  float: left;
  width: 750px;
}
.naistud-box__with-image02 > .image {
  float: right;
  width: 230px;
}

/* .naistud-box__with-image03 {
  margin-top: 30px;
  overflow: hidden;
}
.naistud-box__with-image03 > .image {
  float: left;
}
.naistud-box__with-image03 > .image:first-child {
  margin-right: 20px;
} */

.naistud-box__with-image03 {
  margin-top: 30px;
  display: flex;
  column-gap: 40px;
}

/* works
/*+---------------------------------*/
/*- works-tab ---------*/
.works-tab__navigation {
  margin-bottom: 5px;
  padding: 10px;
  background-color: #fefefe;
  overflow: hidden;
}
.works-tab__navigation a {
  float: left;
  margin-left: 10px;
  display: block;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/works/images/tab_navigation.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.works-tab__navigation a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.works-tab__navigation a.btn01 {
  margin-left: 0;
  width: 320px;
  background-position: 0 0;
}
.works-tab__navigation a.btn01.current {
  background-position: 0 -36px;
}
.works-tab__navigation a.btn02 {
  width: 321px;
  background-position: -330px 0;
}
.works-tab__navigation a.btn02.current {
  background-position: -330px -36px;
}
.works-tab__navigation a.btn03 {
  width: 319px;
  background-position: -661px 0;
}
.works-tab__navigation a.btn03.current {
  background-position: -661px -36px;
}

.works-tab__panels .data-table tbody tr th {
  padding-left: 5px;
  text-align: center;
  font-weight: normal;
}
.works-tab__panels .data-table tbody tr td {
  padding: 10px;
  text-align: left;
}

.works-tab__panel .works-detail-box {
  display: none;
}

/*- works-detail ---------*/
.works-detail-link {
  display: block;
  padding-left: 21px;
  background-image: url(/common/images/icon_camera.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}

.works-detail-box .photo {
  margin-bottom: 10px;
}
.works-detail-box dl dt {
  margin-bottom: 10px;
  color: #2d0244;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.works-detail-box dl dd table {
  width: 100%;
}
.works-detail-box dl dd table tr th,
.works-detail-box dl dd table tr td {
  padding: 1px 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.works-detail-box dl dd table tr th {
  width: 70px;
  text-align: left;
}

/* lineup
/*+---------------------------------*/
/*- lineup-list ---------*/
.lineup-list .data-table tbody tr th {
  padding-left: 25px;
}
.lineup-list .data-table tbody tr th.category01, .lineup-list .data-table tbody tr th.category02 {
  padding-left: 0;
  text-align: center;
}
.lineup-list .data-table tbody tr th.category01 {
  background-color: #eeeed3;
}
.lineup-list .data-table tbody tr th.category02 {
  background-color: #ebebeb;
}

/*- lineup-lead ---------*/
.lineup-lead {
  margin: 10px auto 40px;
  width: 940px;
  overflow: hidden;
}

.lineup-lead__detail {
  float: left;
  width: 550px;
}
.lineup-lead__detail.wide {
  width: 940px;
}
.lineup-lead__detail .catchcopy {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #2d0244;
}
.lineup-lead__detail .catchcopy span {
  color: #608d08;
}
.lineup-lead__detail .text {
  margin-bottom: 30px;
}
.lineup-lead__detail .data-table {
  width: 550px;
}
.lineup-lead__detail .data-table tbody tr th {
  background-image: url(/common/images/datatable_th_bg.png);
  vertical-align: middle;
  color: #2d0244;
}
.lineup-lead__detail .data-table tbody tr td {
  padding: 10px;
  text-align: left;
}

.lineup-lead__image {
  float: right;
  width: 390px;
  text-align: center;
}

/*- lineup-figure ---------*/
.lineup-figure {
  padding: 30px;
  background-color: #fff;
  overflow: hidden;
}
.lineup-figure + .lineup-figure {
  margin-top: 40px;
}

.lineup-figure__heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aa91b7;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}
.lineup-figure__heading span {
  margin-left: -23px;
  padding-left: 23px;
  background-image: url(/common/images/icon_circle.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}

.lineup-figure__image01 {
  float: left;
  width: 600px;
  text-align: center;
}
.lineup-figure__image01.wide {
  width: 940px;
}

.lineup-figure__image02 {
  float: left;
  width: 340px;
  text-align: center;
}

/* faq
/*+---------------------------------*/
/*- faq-box ---------*/
.faq-box {
  margin-top: 30px;
}
.faq-box:first-child {
  margin-top: 0;
}

.faq-box__question {
  padding: 10px 15px;
  background-image: url(/faq/images/bg_q.png);
}
.faq-box__question .icon {
  float: left;
  width: 38px;
}
.faq-box__question .text {
  padding-top: 3px;
  margin-left: 38px;
  color: #2d0244;
}

.faq-box__answer {
  padding: 15px 15px 0;
}
.faq-box__answer .icon {
  float: left;
  width: 38px;
}
.faq-box__answer .text {
  padding-top: 3px;
  margin-left: 38px;
}

/*- faq-list ---------*/
.faq-list dl {
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-list dl dt {
  padding: 10px 15px;
  background-image: url(/faq/images/bg_q.png);
}
.faq-list dl dt .icon {
  display: block;
  float: left;
  width: 38px;
}
.faq-list dl dt .text {
  display: block;
  padding-top: 3px;
  margin-left: 38px;
  font-weight: bold;
  color: #2d0244;
}
.faq-list dl dd {
  padding: 10px 15px;
}

/* voice
/*+---------------------------------*/
/*- voice-box ---------*/
.voice-box + .voice-box {
  margin-top: 40px;
}
.voice-box .heading-lv3-image .heading {
  float: left;
  position: relative;
  top: 3px;
  width: 420px;
}
.voice-box .heading-lv3-image .name {
  float: right;
  position: relative;
  top: 1px;
  width: 320px;
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.voice-box .heading-lv3-image .name span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}

.voice-box__message {
  margin-bottom: 30px;
  overflow: hidden;
}
.voice-box__message .photo {
  float: left;
  width: 150px;
}
.voice-box__message .text {
  float: right;
  width: 610px;
}

/*- backnumber-list ---------*/
.backnumber-list .heading {
  padding: 22px 0 16px;
  border-top: 2px solid #666;
  border-bottom: 1px solid #888;
  text-align: center;
}
.backnumber-list ul li {
  border-bottom: 1px dotted #777;
}
.backnumber-list ul li.current a {
  color: #6d348d;
  text-decoration: none;
}
.backnumber-list ul li a {
  padding: 18px 0 18px 25px;
  display: block;
  background-image: url(/common/images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  color: #222222;
  font-size: 13px;
  font-size: 1.3rem;
}

/* contact
/*+---------------------------------*/
/*- stepimage ---------*/
.stepimage {
  margin-bottom: 30px;
}

/*- contact-table ---------*/
.contact-table {
  margin-bottom: 30px;
  width: 100%;
  background-color: #eee9f0;
  border-collapse: separate;
  border-spacing: 0 1px;
  border-left: 1px solid #eee9f0;
  border-right: 1px solid #eee9f0;
}
.contact-table tr th,
.contact-table tr td {
  padding: 12px 18px;
  font-size: 13px;
  font-size: 1.3rem;
}
.contact-table tr th {
  padding-top: 17px;
  width: 220px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-image: url(/contact/images/contacttable_th_bg.png);
  color: #2d0244;
  vertical-align: top;
  text-align: left;
}
.contact-table tr td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  vertical-align: middle;
}

/*- icon-require ---------*/
.icon-require {
  display: inline-block;
  margin-left: 3px;
  padding: 3px 4px;
  background-color: #969609;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.0;
}
.contact-table td .icon-require {
  position: relative;
  top: -2px;
}

/*- choice-list ---------*/
.choice-list li {
  display: inline-block;
  margin: 3px 20px 3px 0;
}
.choice-list li input[type="radio"] {
  position: relative;
  top: -3px;
}

/*- address-list ---------*/
.address-list li {
  margin-top: 5px;
}

/*- form parts ---------*/
.pulldown {
  margin-bottom: 8px;
  padding: 3px;
  border: 1px solid #b2b2b2;
}

.textbox {
  padding: 5px;
  border: 1px solid #b2b2b2;
}
.textbox.length01 {
  width: 690px;
}
.textbox.length02 {
  width: 160px;
}
.textbox.length03 {
  width: 80px;
}
.textbox.length04 {
  width: 320px;
}
.textbox + .text-label {
  padding-left: 16px;
}

.text-hyphen {
  padding: 0 7px;
  font-size: 14px;
  font-size: 1.4rem;
}

.text-option {
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-table th .text-option {
  margin-top: 10px;
  font-weight: normal;
}
.text-option.-bottom {
  margin-top: 4px;
}
.text-label {
  padding-right: 5px;
}

.textarea {
  padding: 5px;
  width: 690px;
  height: 100px;
  border: 1px solid #b2b2b2;
  font-size: 16px;
  font-size: 1.6rem;
}

/*- btn-box ---------*/
.btn-box {
  text-align: center;
}
.btn-box .confirm-btn, .btn-box .back-btn, .btn-box .submit-btn {
  display: inline-block;
  border: none;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.btn-box .confirm-btn {
  width: 322px;
  height: 52px;
  background-image: url(/contact/images/btn_confirm.png);
  background-repeat: no-repeat;
}
.btn-box .confirm-btn:hover {
  background-position: left bottom;
}
.btn-box .back-btn {
  margin: 0 10px;
  width: 203px;
  height: 52px;
  background-image: url(/contact/images/btn_back.png);
  background-repeat: no-repeat;
}
.btn-box .back-btn:hover {
  background-position: left bottom;
}
.btn-box .submit-btn {
  margin: 0 10px;
  width: 282px;
  height: 52px;
  background-image: url(/contact/images/btn_submit.png);
  background-repeat: no-repeat;
}
.btn-box .submit-btn:hover {
  background-position: left bottom;
}

/*- error-box ---------*/
.error-box {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fbe3e5;
  border: 1px solid #ffc1c6;
}

.error-box li {
  padding-left: 12px;
  background-image: url(/contact/images/icon_list_error.png);
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  color: #e60012;
}

/*- agree-area ---------*/
.agree-area {
  margin-bottom: 25px;
}

.agree-area__box {
  margin-bottom: 35px;
  padding: 18px;
  height: 120px;
  border: 1px solid #eee9f0;
  background-color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  overflow: auto;
}
.agree-area__box .lead {
  margin-bottom: 10px;
}
.agree-area__box .policy-list {
  margin-bottom: 10px;
}
.agree-area__box .policy-list li {
  margin-bottom: 5px;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.agree-area__box .sign {
  text-align: right;
}

.agree-area__heading {
  margin-bottom: 15px;
  padding: 2px 0 12px 23px;
  border-bottom: 1px dotted #87649a;
  background-image: url(/common/images/icon_circle.png);
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  font-size: 14px;
  font-size: 1.4rem;
}

.agree-area__text {
  text-align: center;
}
.agree-area__text span {
  color: #f00;
}

.thanks-message {
  margin-bottom: 30px;
  text-align: center;
}
