@charset "UTF-8";
/*====================================================================================
1. Common second css
====================================================================================*/
.ttl_page {
  position: relative;
  width: 100%;
  height: 350px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
  opacity: 0;
  z-index: 3;
}
.ttl_page .container {
  position: relative;
  height: 100%;
}
.ttl_page.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.ttl_page h1 {
  position: absolute;
  bottom: 40px;
  left: 8%;
  z-index: 9;
}
.ttl_page h1 span {
  display: block;
  color: #fff;
  line-height: 1.6;
}
.ttl_page h1 span.txt_jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
}
.ttl_page h1 span.txt_eng {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_page {
    height: 250px;
  }
  .ttl_page h1 span.txt_jp {
    font-size: 30px;
  }
  .ttl_page h1 span.txt_eng {
    font-size: 18px;
  }
}
/* ========== end △ */

.breadcrumb {
  padding: 12px 0 60px;
}
.breadcrumb ul {
  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;
}
.breadcrumb ul li {
  margin-right: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
}
.breadcrumb ul li:first-child:after {
  background: none;
}
.breadcrumb ul li:after {
  content: "";
  margin-right: 10px;
  position: absolute;
  background: #000;
  width: 10px;
  height: 1px;
  left: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb ul li a {
  text-decoration: none;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
/* ========== end △ */

.main_cont {
  padding-bottom: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .main_cont {
    padding-bottom: 50px;
  }
}
/* ========== end △ */

.is-view {
  position: relative;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1.5s ease-out;
  transition: 1.5s ease-out;
  opacity: 0;
}
.is-view.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/*====================================================================================
2. news PAGE
====================================================================================*/
.page-news .ttl_page {
  background: url("../news/images/bg_ttlpage.jpg") no-repeat top center/cover;
}
.page-news .sec_news {
  padding: 30px 0;
}
.page-news .sec_news .head_news {
  border-bottom: 1px solid #C1C0BF;
  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;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-news .sec_news .head_news .title {
  width: calc(100% - 60px);
  font-size: 24px;
  font-weight: bold;
}
.page-news .sec_news .head_news .date {
  width: 55px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  color: #5A685D;
  line-height: normal;
}
.page-news .sec_news .cont_news {
  padding: 40px 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-news .sec_news .cont_news .img_news {
  width: 100%;
  margin-bottom: 40px;
}
.page-news .sec_news .cont_news .img_news img {
  width: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-news .sec_news {
    padding: 15px 0;
  }
  .page-news .sec_news .head_news {
    padding: 10px 10px;
  }
  .page-news .sec_news .head_news .title {
    font-size: 18px;
  }
  .page-news .sec_news .head_news .date {
    width: 50px;
    font-size: 14px;
  }
  .page-news .sec_news .cont_news {
    padding: 20px 5% 0;
  }
  .page-news .sec_news .cont_news .img_news {
    margin-bottom: 20px;
  }
}
/* ========== end △ */

.pagination > ul {
  position: relative;
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination > ul > .cm-btn {
  position: relative;
  margin-top: 0;
}

/*====================================================================================
3. business PAGE
====================================================================================*/
.page-business .ttl_page {
  background: url("../business/images/bg_ttlpage.jpg") no-repeat top center/cover;
}
.page-business .main_cont {
  padding-bottom: 0;
}

.style_ttl01 {
  font-size: 36px;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.6;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style_ttl01 {
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
}
/* ========== end △ */

.style_box01 {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.style_box01 .des {
  width: 100%;
  padding: 5% 12% 0 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style_box01 {
    padding: 40px 0;
  }
  .style_box01 .des {
    padding: 2%;
  }
}
/* ========== end △ */

.list_business .box_business {
  width: 1000px;
  margin: 50px auto 140px;
}
.list_business .box_business:last-child {
  margin-bottom: 0;
}
.list_business .box_business .head_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 80px;
}
.list_business .box_business .head_box .img_box {
  width: 100%;
  margin-left: -50%;
}
.list_business .box_business .head_box .img_box img {
  width: 100%;
}
.list_business .box_business .head_box .txt_box {
  width: 50%;
  background: #fff;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.list_business .box_business .head_box .txt_box .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -90px;
}
.list_business .box_business .head_box .txt_box .ttl .number {
  margin-right: 30px;
}
.list_business .box_business .head_box .txt_box .ttl .txt {
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
.list_business .box_business .head_box .txt_box .des {
  padding: 20px 20px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list_business .box_business .cont_box * + p:not(:first-child) {
  margin-top: 30px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .list_business .box_business:nth-child(even) .head_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .list_business .box_business:nth-child(even) .head_box .img_box {
    margin-right: -50%;
    margin-left: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .list_business .box_business {
    width: 100%;
    margin: 20px auto 50px;
  }
  .list_business .box_business .head_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .list_business .box_business .head_box .img_box {
    width: 100%;
    margin-left: 0;
  }
  .list_business .box_business .head_box .txt_box {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .list_business .box_business .head_box .txt_box .ttl {
    margin-top: 0px;
  }
  .list_business .box_business .head_box .txt_box .ttl .number {
    margin-right: 10px;
  }
  .list_business .box_business .head_box .txt_box .ttl .number img {
    width: 80px;
  }
  .list_business .box_business .head_box .txt_box .ttl .txt {
    font-size: 18px;
  }
  .list_business .box_business .head_box .txt_box .des {
    padding: 10px 10px 20px 20px;
  }
  .list_business .box_business .cont_box * + p:not(:first-child) {
    margin-top: 15px;
  }
}
/* ========== end △ */

/*====================================================================================
4. company PAGE
====================================================================================*/
.page-company .ttl_page {
  position: relative;
  background: url("../company/images/bg_ttlpage.jpg") no-repeat top center/cover;
}
.page-company .ttl_page:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-company .main_cont {
  padding-bottom: 0;
}
.page-company .style_box02 {
  padding: 80px 0;
  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;
}
.page-company .style_box02 .style_ttl02 {
  width: 40%;
}
.page-company .style_box02 .des {
  width: 60%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-company .style_box02 .des .name {
  text-align: right;
  font-size: 15px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin-top: 70px;
}
.page-company .style_box02 .des .name span {
  display: inline-block;
  font-size: 15px;
  padding-left: 15px;
  line-height: normal;
}
.page-company .sec_profile {
  margin: 50px 0 150px;
}
.page-company .sec_profile .img_top {
  margin-bottom: 50px;
}
.page-company .sec_access .cont_access {
  width: 100%;
}
.page-company .sec_access .cont_access .map {
  width: 100%;
}
.page-company .sec_access .cont_access .map iframe {
  width: 100%;
  height: 400px;
}
.page-company .sec_access .cont_access .map p {
  text-align: right;
  margin-top: 5px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-company .style_box02 {
    padding: 40px 0;
  }
  .page-company .style_box02 .style_ttl02 {
    width: 100%;
  }
  .page-company .style_box02 .des {
    width: 100%;
    padding: 2%;
  }
  .page-company .style_box02 .des .name {
    font-size: 15px;
    margin-top: 20px;
  }
  .page-company .style_box02 .des .name span {
    font-size: 18px;
    padding-left: 10px;
  }
  .page-company .sec_profile {
    margin: 20px 0 50px;
  }
  .page-company .sec_access .cont_access {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-company .sec_access .cont_access .style_ttl02 {
    width: 200px;
  }
  .page-company .sec_access .cont_access .map {
    width: 100%;
  }
  .page-company .sec_access .cont_access .map iframe {
    height: 250px;
  }
}
/* ========== end △ */

.style_ttl02 {
  margin-bottom: 30px;
}
.style_ttl02 span {
  display: block;
  font-weight: 500;
  line-height: normal;
}
.style_ttl02 span.txt_eng {
  font-size: 36px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 4px;
}
.style_ttl02 span.txt_jp {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style_ttl02 {
    margin-bottom: 15px;
  }
  .style_ttl02 span.txt_eng {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .style_ttl02 span.txt_jp {
    font-size: 16px;
  }
}
/* ========== end △ */

.list_dot li {
  list-style-type: disc;
  margin-left: 1.2rem;
}

.style_table01 {
  width: 1000px;
  margin: 100px auto 0;
}
.style_table01 tr th, .style_table01 tr td {
  padding: 15px 0;
  vertical-align: middle;
}
.style_table01 tr th {
  width: 25%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
.style_table01 tr td {
  width: 75%;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  font-size: 16px;
  font-weight: 500;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style_table01 {
    width: 100%;
    margin: 50px auto 0;
  }
  .style_table01 tr th, .style_table01 tr td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
  }
  .style_table01 tr:last-child td {
    border-bottom: 1px solid #000;
  }
  .style_table01 tr th {
    font-size: 16px;
  }
  .style_table01 tr td {
    font-size: 14px;
  }
}
/* ========== end △ */

/*====================================================================================
5. contact PAGE
====================================================================================*/
.page-contact .ttl_page {
  background: url("../contact/images/bg_ttlpage.jpg") no-repeat top center/cover;
}
.page-contact .sec_form {
  width: 1000px;
  padding-top: 80px;
  margin: auto;
}
.page-contact #pp {
  margin-top: 150px;
}
.page-contact #pp .box_pp > p {
  width: 65%;
  margin: auto;
}
.page-contact #pp .box_pp .inner_box {
  width: 1000px;
  background: #fff;
  border: 1px solid #000;
  margin: 50px auto 0;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-contact #pp .box_pp .inner_box * + h3:not(:first-child) {
  margin-top: 40px;
}
.page-contact #pp .box_pp .inner_box .list_indent01 li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.page-contact #pp .box_pp .inner_box .list_dot1 {
  margin-top: 40px;
}
.page-contact #pp .box_pp .inner_box .list_dot1 li {
  position: relative;
  padding-left: 10px;
}
.page-contact #pp .box_pp .inner_box .list_dot1 li:after {
  position: absolute;
  content: "";
  background: #222;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: 0;
  top: 16px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-contact .sec_form {
    width: 100%;
    padding-top: 40px;
  }
  .page-contact #pp {
    margin-top: 50px;
  }
  .page-contact #pp .box_pp > p {
    width: 100%;
  }
  .page-contact #pp .box_pp .inner_box {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px;
  }
  .page-contact #pp .box_pp .inner_box * + h3:not(:first-child) {
    margin-top: 20px;
  }
  .page-contact #pp .box_pp .inner_box .list_dot1 {
    margin-top: 20px;
  }
}
/* ========== end △ */

.contact-form {
  display: block;
  width: 100%;
  margin-top: 70px;
}
.contact-form .form-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .form-content dl:last-child {
  border-bottom: 1px solid #cdcdcd;
}
.contact-form .form-content dl dt, .contact-form .form-content dl dd {
  padding: 30px;
}
.contact-form .form-content dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  font-size: 18px;
  font-weight: 500;
  padding-right: 100px;
  border-top: 1px solid #000;
}
.contact-form .form-content dl dt .form-label {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 60px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 30px;
}
.contact-form .form-content dl dt .form-label.ninni {
  background: #2D2A24;
}
.contact-form .form-content dl dt .form-label.hissu {
  background: #CFAF70;
}
.contact-form .form-content dl dd {
  font-size: 16px;
  width: 70%;
  border-top: 1px solid #cdcdcd;
}
.contact-form .form-content dl dd .list-radio01 {
  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;
}
.contact-form .form-content dl dd .list-radio01 li {
  width: auto;
  min-width: 33%;
  margin-bottom: 10px;
}
.contact-form .form-content dl dd .list-radio01 li.it-oth {
  width: 100%;
}
.contact-form .form-content dl dd .box-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.contact-form .form-content dl dd .box-select select {
  position: relative;
  width: 50%;
}
.contact-form #formEnd {
  text-align: center;
  margin-top: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 30px;
  }
  .contact-form .form-content dl {
    display: block;
  }
  .contact-form .form-content dl dt, .contact-form .form-content dl dd {
    width: 100%;
    display: block;
    padding: 10px;
  }
  .contact-form .form-content dl dt {
    padding-right: 75px;
    font-size: 16px;
  }
  .contact-form .form-content dl dt .form-label {
    right: 10px;
    width: 55px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .contact-form .form-content dl dd {
    font-size: 14px;
  }
  .contact-form .form-content dl dd .list-radio01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-form .form-content dl dd .list-radio01 li {
    width: 48%;
  }
  .contact-form #formEnd {
    margin-top: 5%;
  }
}
/* ========== end △ */

.list_btn_submit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.list_btn_submit .btn_submit {
  margin: 0 5%;
}
.list_btn_submit .btn_submit .cm-btn {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  width: 100%;
  margin-top: 20px;
}
.list_btn_submit .btn_submit .cm-btn a {
  margin: 0 auto 0;
}
.list_btn_submit .btn_submit .cm-btn .style_submit {
  position: relative;
  display: inline-block;
  width: 150px;
  background: #2D2A24;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  line-height: normal;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 40px 11px 20px;
  margin: 0px auto 0;
  overflow: hidden;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  z-index: 3;
}
.list_btn_submit .btn_submit .cm-btn .style_submit:after {
  position: absolute;
  content: "";
  background: url("../images/arrow_btn_s.png") no-repeat center right 15px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .list_btn_submit .btn_submit .cm-btn .style_submit:hover {
    -webkit-box-shadow: inset 0 0 0 2em #b19e8d;
            box-shadow: inset 0 0 0 2em #b19e8d;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
}
/* ========== end △ */