@charset "UTF-8";
body.kasou header {
  height: 350px;
}

body.kasou h2 {
  text-align: center;
}

/* business */
body#business header {
  background: url(../img/business/bg_business.jpg) no-repeat center/cover;
}

body#business header h2 {
  width: 300px;
  margin: 53px auto 0;
}

body#business .left {
  width: 450px;
  padding: 0 35px 0 80px;
}

body#business .right {
  width: calc(100% - ((100% - 960px) / 2) - 450px);
}

body#business .intro p {
  text-align: center;
}

body#business .intro .title {
  width: 213px;
  margin: 0 auto 30px;
}

body#business section.business > .flex {
  margin-bottom: 12px;
  margin-top: -93px;
  padding-top: 93px;
}

body#business section.business .left {
  padding-top: 40px;
}

body#business section.business h3 {
  margin-bottom: 35px;
}

body#business section.business h3 .num {
  margin-right: 20px;
}

body#business section.business h3 .title {
  /* font-size: 24px; */
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  width: 400px;
  border-bottom: 1px solid #777;
}

body#business section.business .txt {
  text-align: justify;
  width: 300px;
}

body#business section.business .btn {
  margin: 0 auto;
  text-align: center;
}

body#business section.business a {
  width: 210px;
  text-align: center;
  color: #777777;
  border: 2px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1;
  margin-top: 20px;
}

body#business main.business01 .intro {
  padding-top: 80px;
}

body#business main.business01 .intro .title {
  margin-bottom: 70px;
}

body#business main.business01 .intro .txt {
  text-align: left;
  margin-bottom: 70px;
}

body#business main.business01 .cnt {
  margin-bottom: 120px;
}

body#business main.business01 .cnt h2 {
  color: #5f79a4;
  margin: 0 auto 40px;
  font-size: 24px;
  width: 100%;
}

body#business main.business01 .cnt .logo {
  text-align: center;
  margin-top: 20px;
}

body#business main.business02 .intro {
  padding-top: 80px;
}

body#business main.business02 .intro .title {
  margin-bottom: 70px;
}

body#business main.business02 .intro .txt {
  text-align: left;
  margin-bottom: 70px;
}

body#business main.business02 .intro ul {
  padding: 31px 0;
  border: 1px solid #5f79a4;
}

body#business main.business02 .intro ul li {
  width: calc(90%/2);
  text-align: center;
}

body#business main.business02 .intro ul li p {
  text-align: left;
}

body#business main.business02 .intro ul li h3 {
  font-size: 24px;
  color: #5f79a4;
  line-height: 1.5;
}

body#business main.business02 .intro ul li:first-child {
  border-right: 1px solid #5f79a4;
  padding: 34px 2% 0;
  width: 50%;
}

body#business main.business02 .intro ul li:first-child h3 {
  margin-bottom: 48px;
}

body#business main.business02 .intro ul li:last-child {
  padding: 15px 2% 0;
  width: 50%;
}

body#business main.business02 .intro ul li:last-child h3 {
  margin-bottom: 30px;
}

body#business main.business02 .intro .logo {
  margin-bottom: 20px;
}

body#business main.business02 .intro .logo .logo01 {
  width: 50%;
}

body#business main.business02 .intro .logo .logo02 {
  width: 50%;
}

body#business main.business02 .cnt {
  margin-bottom: 50px;
  background-color: #5f79a4;
  padding: 50px 0 60px;
}

body#business main.business02 .cnt h2 {
  color: #ffffff;
  margin: 0 auto 40px;
  font-size: 24px;
  width: 100%;
}

body#business main.business02 .cnt ul {
  margin: 50px 0;
}

body#business main.business02 .cnt ul li {
  width: calc(95%/2);
  background: #ffffff;
  padding: 40px 2% 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

body#business main.business02 .cnt ul .top h3 {
  text-align: center;
  font-size: 24px;
  color: #5f79a4;
  margin-bottom: 30px;
  line-height: 1;
}

body#business main.business02 .cnt ul .top p {
  margin-bottom: 20px;
}

body#business main.business02 .cnt ul .bottom {
  margin-top: auto;
}

body#business main.business02 .cnt ul .bottom h4 {
  background: #5f79a4;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

body#business main.business02 .cnt ul .bottom p {
  text-align: center;
  height: 64px;
  color: #000000;
  font-weight: bold;
}

body#business main.business02 .cnt .txt {
  color: #ffffff;
}

/* company */
body#company header {
  background: url(../img/company/bg_company.jpg) no-repeat top/cover;
}

body#company header h2 {
  width: 326px;
  margin: 53px auto 0;
}

body#company section.aboutus h2 img {
  width: 108px;
}

body#company section.aboutus {
  margin: 100px 0;
}

body#company section.aboutus table {
  width: 100%;
}

body#company section.aboutus th,
body#company section.aboutus td {
  border-bottom: 1px solid #d0d7e2;
  padding: 20px 0;
}

body#company section.aboutus tr:last-child th,
body#company section.aboutus tr:last-child td {
  border-bottom: none;
}

body#company section.aboutus th {
  text-align: left;
  width: 130px;
}

body#company section.aboutus td ul > li {
  margin-bottom: 20px;
}

body#company section.aboutus td ul > li:last-child {
  margin-bottom: none;
}

body#company section.presidentofficer {
  margin-top: 120px;
}

body#company section.presidentofficer h2 img {
  margin: 0 auto 50px;
}

body#company section.presidentofficer .box .txt {
  background: #5c809b;
  color: #ffffff;
}

body#company section.presidentofficer .box01 .txt {
  padding: 30px 30px 0;
}

body#company section.presidentofficer .box01 h3 {
  margin-bottom: 20px;
}

body#company section.presidentofficer .box02, body#company section.presidentofficer .box03 {
  margin-top: 60px;
}

body#company section.presidentofficer .box02 .txt, body#company section.presidentofficer .box03 .txt {
  padding: 40px 80px 0 50px;
}

body#company section.presidentofficer .box02 h3, body#company section.presidentofficer .box03 h3 {
  margin-bottom: 20px;
}

body#company section.presidentofficer .box h3 img.imgpng {
  height: 48px;
}

body#company section.history {
  margin: 100px 0;
}

body#company section.history h2 img {
  width: 123px;
}

body#company section.history table {
  position: relative;
}

body#company section.history table::before {
  content: '';
  width: 1px;
  height: calc(100% - 30px);
  background: #d0d7e2;
  position: absolute;
  top: 30px;
  left: 93px;
}

body#company section.history table th,
body#company section.history table td {
  padding: 20px 0;
}

body#company section.history table th {
  text-align: left;
  width: 90px;
}

body#company section.aboutus table td.privacymark {
  display: flex;
  align-items: center;
}

body#company section.aboutus table td.privacymark .icon {
  width:10%;
}

body#company section.history table td {
  padding-left: 50px;
  position: relative;
}

body#company section.history table td::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #5f79a4;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
}

body#company section.chart {
  background: #5c809b;
  padding: 45px 0;
}

body#company section.chart .inner h2 {
  margin-bottom: 35px;
}

body#company section.chart .inner h2 img {
  margin: 0 auto;
}


/* works */
body#works header {
  background: url(../img/works/bg_works.jpg) no-repeat top/cover;
}

body#works header h2 {
  width: 257px;
  margin: 53px auto 0;
}

body#works section.works {
  margin-top: 157px;
}

body#works section.works > .flex {
  margin-bottom: 40px;
}

body#works section.works .right > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 130px;
  height: 100%;
}

body#works section.works .right .box {
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  padding: 50px;
}

body#works section.works .right th,
body#works section.works .right td {
  padding-bottom: 20px;
  line-height: 1;
}

body#works section.works .right th {
  width: 80px;
  text-align: left;
}

/* recruit */
body#recruit header {
  background: url(../img/recruit/bg_recruit.jpg) no-repeat top/cover;
}

body#recruit header h2 {
  width: 198px;
  margin: 53px auto 0;
}

body#recruit section.message {
  background: url("../img/recruit/message_bg.jpg") no-repeat center/cover;
  padding-bottom: 45px;
}

body#recruit section.message .lead {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  padding: 106px 0 47px;
  margin-bottom: 160px;
}

body#recruit section.message h2 {
  text-align: left;
  margin-bottom: 75px;
}

body#recruit section.message .txt {
  width: 560px;
  margin-bottom: 55px;
}

body#recruit section.message .name {
  width: 500px;
  text-align: right;
}

body#recruit section.interview {
  padding: 70px 0 135px;
}

body#recruit section.interview h2 {
  margin-bottom: 68px;
}

body#recruit section.interview h2 img {
  margin: 0 auto;
}

body#recruit section.interview ul li {
  max-width: 445px;
  width: 47%;
  margin: 0 auto;
}

body#recruit section.interview ul li .name {
  text-align: center;
  background-color: #5f79a4;
  color: #ffffff;
  line-height: 1;
  padding: 45px 0;
  position: relative;
}

body#recruit section.interview ul li .name::after {
  width: 23px;
  height: 23px;
  content: "";
  background: url("../img/recruit/interview_arw.png") no-repeat center/cover;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}

body#recruit section.requirements {
  background: #5f79a4;
  padding: 95px 0 70px;
}

body#recruit section.requirements ul {
  color: #ffffff;
  width: 604px;
}

body#recruit section.requirements ul li {
  padding: 35px 0;
  border-bottom: 1px solid #ffffff;
  line-height: 1.5;
}

body#recruit section.requirements ul p {
  width: 354px;
}

body#recruit section.requirements ul a {
  width: 210px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1;
}

body#recruit section.entry {
  background: url(../img/recruit/entry_bg.jpg) no-repeat center/cover;
  padding: 120px 0 90px;
  text-align: center;
}

body#recruit section.entry h2 {
  margin-bottom: 25px;
}

body#recruit section.entry h2 img {
  margin: 0 auto;
}

body#recruit section.entry a {
  width: 247px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1;
}

body#recruit main.interview section.ttl {
  margin-top: 80px;
  margin-bottom: 60px;
}

body#recruit main.interview section.ttl .inner {
  position: relative;
}

body#recruit main.interview section.ttl h2 {
  padding: 80px 0 80px 140px;
  border-top: 2px solid #5f79a4;
  border-bottom: 2px solid #5f79a4;
  line-height: 1.5;
  color: #5f79a4;
  letter-spacing: 0.08em;
}

body#recruit main.interview section.ttl img {
  position: absolute;
  right: 90px;
  bottom: 0;
}

body#recruit main.interview section.qa dl {
  margin-bottom: 60px;
  letter-spacing: 0.3em;
}

body#recruit main.interview section.qa dl dt {
  font-size: 20px;
  color: #5f79a4;
  margin-bottom: 55px;
}

body#recruit main.interview section.qa dl dt h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直中心 */
}

body#recruit main.interview section.qa dl dt h4::before {
  border-top: 2px solid #5f79a4;
  content: "";
  width: 50px;
  /* 線の長さ */
  display: inline-block;
  margin-right: 10px;
}

body#recruit main.interview section.qa dl dd p {
  width: 57%;
}

body#recruit main.requirements section.ttl h2 {
  margin: 80px 0 90px;
  font-size: 26px;
  color: #5f79a4;
}

body#recruit main.requirements section.list {
  margin-bottom: 100px;
}

body#recruit main.requirements section.list dl {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d0d7e2;
}

body#recruit main.requirements section.list dl dt {
  display: table-cell;
  width: 100px;
}

body#recruit main.requirements section.list dl dd {
  display: table-cell;
}

/* news */
body#news header {
  background: url(../img/news/bg_news.jpg) no-repeat top/cover;
}

body#news h2 {
  width: 455px;
  margin: 53px auto 0;
}

body#news main.news_list section.ttl h2 {
  color: #5f79a4;
  margin: 80px auto 90px;
  font-size: 26px;
  width: 100%;
}

body#news main.news_list dl {
  margin-bottom: 35px;
}

body#news main.news_list dl dt {
  margin-bottom: 15px;
  line-height: 1;
}

body#news main.news_list dl dt span {
  background-color: #5f79a4;
  color: #ffffff;
  padding: 5px 22px;
  margin-right: 10px;
}

body#news main.news_list .inner {
  width: 800px;
}

body#news main.news_page section.ttl h2 {
  color: #5f79a4;
  margin: 80px auto 90px;
  font-size: 26px;
  width: 100%;
}

body#news main.news_page dl {
  margin-bottom: 35px;
}

body#news main.news_page dl dt {
  margin-bottom: 15px;
  line-height: 1;
}

body#news main.news_page dl dt span {
  background-color: #5f79a4;
  color: #ffffff;
  padding: 5px 22px;
  margin-right: 10px;
}

body#news main.news_page .inner {
  width: 800px;
}

/* contact */
body#contact header, body#confirm header, body#thanks header, body#error header {
  background: url(../img/contact/bg_contact.jpg) no-repeat top/cover;
}

body#contact header h2, body#confirm header h2, body#thanks header h2, body#error header h2 {
  width: 198px;
  margin: 53px auto 0;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  max-width: 400px;
  width: 80%;
  display: inline-block;
  padding: 2% 30px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background: #333;
}

body#contact #formWrapper .mw_wp_form .vertical-item, body#error #formWrapper .mw_wp_form .vertical-item {
  display: inline-block;
}

body#contact #formWrapper .mw_wp_form .form-agree, body#error #formWrapper .mw_wp_form .form-agree {
  text-align: center;
  margin-top: 20px;
}

body#contact #formWrapper .mw_wp_form .form-agree a, body#error #formWrapper .mw_wp_form .form-agree a {
  color: #5f79a4;
}

body#contact #formWrapper .mw_wp_form ::-webkit-input-placeholder, body#error #formWrapper .mw_wp_form ::-webkit-input-placeholder {
  color: #CBCBCB;
}

body#contact #formWrapper .mw_wp_form :-ms-input-placeholder, body#error #formWrapper .mw_wp_form :-ms-input-placeholder {
  color: #CBCBCB;
}

body#contact #formWrapper .mw_wp_form ::-ms-input-placeholder, body#error #formWrapper .mw_wp_form ::-ms-input-placeholder {
  color: #CBCBCB;
}

body#contact #formWrapper .mw_wp_form ::placeholder, body#error #formWrapper .mw_wp_form ::placeholder {
  color: #CBCBCB;
}

body#confirm #formWrapper .mw_wp_form .form-agree {
  display: none;
}

body#thanks .lead {
  margin-top: 50px;
  height: calc(100vh - 590px);
}

/* recruit_contact */
body#recruit #formWrapper .mw_wp_form .vertical-item, body .error #formWrapper .mw_wp_form .vertical-item {
  display: inline-block;
}

body#recruit #formWrapper .mw_wp_form .form-agree, body .error #formWrapper .mw_wp_form .form-agree {
  text-align: center;
  margin-top: 20px;
}

body#recruit #formWrapper .mw_wp_form .form-agree a, body .error #formWrapper .mw_wp_form .form-agree a {
  color: #5f79a4;
}

body#recruit #formWrapper .mw_wp_form ::-webkit-input-placeholder, body .error #formWrapper .mw_wp_form ::-webkit-input-placeholder {
  color: #CBCBCB;
}

body#recruit #formWrapper .mw_wp_form :-ms-input-placeholder, body .error #formWrapper .mw_wp_form :-ms-input-placeholder {
  color: #CBCBCB;
}

body#recruit #formWrapper .mw_wp_form ::-ms-input-placeholder, body .error #formWrapper .mw_wp_form ::-ms-input-placeholder {
  color: #CBCBCB;
}

body#recruit #formWrapper .mw_wp_form ::placeholder, body .error #formWrapper .mw_wp_form ::placeholder {
  color: #CBCBCB;
}

body .confirm #formWrapper .mw_wp_form .form-agree {
  display: none;
}

body .thanks .lead {
  margin-top: 50px;
  height: calc(100vh - 590px);
}

#privacypolicy .cnt, #article .cnt {
  margin: 60px auto;
  position: relative;
}

#privacypolicy .privacypolicy_logo{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
}

#privacypolicy table, #article table {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #d0d7e2;
}

#privacypolicy table th, #privacypolicy table td, #article table th, #article table td {
  border-bottom: 1px solid #d0d7e2;
  padding: 10px;
}

#privacypolicy table th, #article table th {
  width: 30%;
}

#privacypolicy table td, #article table td {
  width: 70%;
}

#privacypolicy table.tab {
  width: auto;
  margin-top: 0px;
  border: none;
}
#privacypolicy table.tab td {
  width: auto;
  border-bottom: none;
  padding: 0px;
  vertical-align: top;
}
#privacypolicy table.detail th,
#privacypolicy table.detail td {
  width: auto;
  padding: 8px;
}
#privacypolicy table.detail th:first-child,
#privacypolicy table.detail td:first-child {
  border-right: 1px solid #d0d7e2;
  width: 33%;
}
#privacypolicy table.detail.narrow th:first-child,
#privacypolicy table.detail.narrow td:first-child {
  width: 20%;
}
#privacypolicy .contactinfo {
  font-weight: bold;
  margin-bottom: 0;
}

#privacypolicy header h2 {
  width: 477px;
  margin: 100px auto 0;
}

#privacypolicy dl dt {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

#privacypolicy dl dd {
  padding-left: 2.5em;
}

#article .cnt p {
  margin-bottom: 30px;
}

#article header h2 {
  width: 589px;
  margin: 100px auto 0;
}

#article dl dd {
  padding-left: 1em;
}

@media (max-width: 960px) and (min-width: 751px) {
  .inner {
    width: 95%;
  }
  section.intro {
    margin: 70px 0;
  }
  body#business section.business .left {
    padding-top: 0;
  }
  body#business .left {
    padding: 0;
  }
  body#business section.business > .flex {
    margin-bottom: 50px;
  }
  body#business section.business h3 {
    text-align: left;
  }
  body#business section.business .txt {
    width: 100%;
  }
  body#business .right {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#business section.business .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body#company section.aboutus h2 img {
    margin: 0 auto;
  }
  body#company .right {
    margin: 0 auto;
  }
  body#company section.presidentofficer h2 img {
    margin: 0 auto;
  }
  body#company section.presidentofficer .box {
    max-width: 710px;
    margin: 60px auto 0;
  }
  body#company section.presidentofficer .box .prf_img {
    display: none;
  }
  body#company section.presidentofficer .box .right {
    width: 100%;
  }
  body#company section.presidentofficer .box.flex {
    display: block;
  }
  body#company section.presidentofficer .box .flex {
    display: block;
  }
  body#company section.presidentofficer .box .txt {
    padding: 65px 30px 30px !important;
  }
  body#company section.history h2 img {
    margin: 0 auto;
  }
  body#works h3 {
    margin-bottom: 30px;
  }
  body#works h3 img {
    margin: 0 auto;
  }
  body#works section.works .hotel,
  body#works section.works .reproduction,
  body#works section.works .resale,
  body#works section.works .building {
    height: auto;
    margin-bottom: 50px;
  }
  body#works section.works .right > img {
    height: auto;
  }
}

@media (max-width: 960px) {
  body#company section.presidentofficer .box .prf_img {
    display: none;
  }
  body#company section.presidentofficer .box.flex {
    display: block;
  }
  body#company section.presidentofficer .box .flex {
    display: block;
  }
}

@media (max-width: 750px) {
  body.kasou header {
    height: 76vw;
  }
  /* business */
  body#business header {
    background: url(../img/business/bg_business_sp.jpg) no-repeat center/100%;
  }
  body#business header h2 {
    margin-top: 12.8vw;
    width: 46vw;
  }
  body#business .intro .title {
    width: 44.4vw;
    padding: 0;
    margin: 0 auto 6.6vw;
  }
  body#business .intro p {
    font-size: 3.7vw;
    line-height: 6.4vw;
  }
  body#business section.business {
    width: calc(100% - 5.3vw);
    margin: 0 0 0 auto;
  }
  body#business section.business > .flex {
    margin-bottom: 10vw;
  }
  body#business .left,
  body#business .right {
    width: 100%;
  }
  body#business section.business .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 5.3vw 0 0;
    margin-top: 6.6vw;
  }
  body#business section.business .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body#business section.business h3 .num {
    width: 9vw;
    margin-right: 2.6vw;
  }
  body#business section.business h3 {
    margin-bottom: 6vw;
  }
  body#business section.business h3 .title {
    font-size: 4.8vw;
    width: 100%;
  }
  body#business section.business .txt {
    width: 100%;
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  body#business main.business01 .inner {
    width: 90%;
  }
  body#business main.business01 .intro {
    padding-top: 0;
    margin: 13.3vw 0 9.333vw;
  }
  body#business main.business01 .intro .title {
    margin-bottom: 9.333vw;
    width: 89.333vw;
  }
  body#business main.business01 .intro .txt {
    text-align: left;
    margin-bottom: 9.333vw;
    font-size: 3.2vw;
  }
  body#business main.business01 .cnt {
    margin-bottom: 6.667vw;
  }
  body#business main.business01 .cnt h2 {
    color: #5f79a4;
    margin: 0 auto 5.333vw;
    font-size: 3.7vw;
    width: 100%;
  }
  body#business main.business01 .cnt .txt {
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  body#business main.business01 ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  body#business main.business01 ul li {
    width: 46%;
    text-align: center;
    margin-bottom: 5.333vw;
  }
  body#business main.business01 ul li p {
    margin-top: 1.333vw;
    font-size: 3.2vw;
  }
  body#business main.business02 .inner {
    width: 90%;
  }
  body#business main.business02 .intro {
    padding-top: 0;
  }
  body#business main.business02 .intro .title {
    margin-bottom: 9.333vw;
    width: 89.2vw;
  }
  body#business main.business02 .intro .txt {
    text-align: left;
    margin-bottom: 9.333vw;
    font-size: 3.2vw;
  }
  body#business main.business02 .intro ul {
    padding: 6.667vw 0;
    display: block;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  body#business main.business02 .intro ul li {
    text-align: center;
  }
  body#business main.business02 .intro ul li p {
    text-align: left;
    font-size: 3.2vw;
  }
  body#business main.business02 .intro ul li h3 {
    font-size: 4vw;
    color: #5f79a4;
    line-height: 1.5;
  }
  body#business main.business02 .intro ul li:first-child {
    border-right: none;
    padding: 0 5% 0;
    width: 100%;
  }
  body#business main.business02 .intro ul li:first-child h3 {
    margin-bottom: 4vw;
  }
  body#business main.business02 .intro ul li:last-child {
    padding: 15px 5% 0;
    width: 100%;
  }
  body#business main.business02 .intro ul li:last-child h3 {
    margin-bottom: 4vw;
  }
  body#business main.business02 .intro .logo .logo01 {
    margin-bottom: 20px;
  }
  body#business main.business02 .cnt {
    margin-bottom: 6.667vw;
    background-color: #5f79a4;
    padding: 6.667vw 0 8vw;
  }
  body#business main.business02 .cnt h2 {
    color: #ffffff;
    margin: 0 auto 40px;
    font-size: 4vw;
    width: 100%;
  }
  body#business main.business02 .cnt ul {
    margin: 6.667vw 0;
    display: block;
  }
  body#business main.business02 .cnt ul li {
    width: 100%;
    background: #ffffff;
    padding: 40px 5% 35px;
    margin-bottom: 5.333vw;
  }
  body#business main.business02 .cnt ul .top h3 {
    text-align: center;
    font-size: 3.7vw;
    color: #5f79a4;
    margin-bottom: 4vw;
    line-height: 1;
  }
  body#business main.business02 .cnt ul .top p {
    margin-bottom: 2.667vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
  body#business main.business02 .cnt ul .bottom {
    margin-top: auto;
  }
  body#business main.business02 .cnt ul .bottom h4 {
    margin-bottom: 2.667vw;
    font-size: 3.2vw;
    padding: 1.333vw 0;
  }
  body#business main.business02 .cnt ul .bottom p {
    text-align: center;
    height: auto;
    color: #000000;
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
  body#business main.business02 .cnt .txt {
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
  /* company */
  body#company header h2 {
    margin-top: 13vw;
    width: 52.4vw;
  }
  body#company section.aboutus h2 img {
    width: 24.6vw;
    margin: 0 auto;
  }
  body#company section.aboutus {
    margin: 17.3vw 0 13vw;
  }
  body#company section.aboutus .right {
    width: 100%;
    padding: 0 16vw;
  }
  body#company section.aboutus table {
    font-size: 3.2vw;
    line-height: 5.6vw;
  }
  body#company section.aboutus th,
  body#company section.aboutus td {
    display: block;
    width: 100%;
    padding: 0;
  }
  body#company section.aboutus th {
    border-bottom: none;
    padding-top: 4.6vw;
    padding-bottom: 3vw;
  }
  body#company section.aboutus td {
    padding-bottom: 5.3vw;
  }
  body#company section.presidentofficer h2 {
    margin-bottom: 13.3vw;
  }
  body#company section.presidentofficer h2 img {
    width: 39.467vw;
    margin: 0 auto;
  }
  body#company section.presidentofficer .box01, body#company section.presidentofficer .box02, body#company section.presidentofficer .box03 {
    width: calc(100% - 5.3vw);
    margin: 8vw 0 0 auto;
  }
  body#company section.presidentofficer .txt {
    padding: 8.667vw 4vw 4vw !important;
  }
  body#company section.chart h2 {
    margin-bottom: 13.3vw;
  }
  body#company section.chart h2 img {
    width: 63.867vw;
    margin: 0 auto;
  }
  body#company section.chart .inner {
    width: 95%;
  }
  body#company section.map iframe {
    height: 92vw;
  }
  body#company section.history {
    margin: 17vw 0;
  }
  body#company section.history h2 img {
    width: 27.9vw;
    margin: 0 auto;
  }
  body#company section.history table {
    font-size: 3.2vw;
  }
  body#company section.history table::before {
    top: 5.2vw;
    left: 23.4vw;
    height: calc(100% - 13.6vw);
  }
  body#company section.history table th,
  body#company section.history table td {
    padding: 3.3vw 0;
    line-height: 6.3vw;
  }
  body#company section.history table th {
    vertical-align: top;
    width: 19.2vw;
  }
  body#company section.history table td {
    padding-left: 9.3vw;
  }
  body#company section.history table td::before {
    width: .9vw;
    height: .9vw;
    top: 5.2vw;
    left: 4vw;
  }
  /* works */
  body#works header h2 {
    width: 35vw;
  }
  body#works section.works {
    width: calc(100% - 5.3vw);
    margin: 13vw 0 0 auto;
  }
  body#works section.works h3 {
    text-align: center;
  }
  body#works section.works .hotel {
    height: auto;
  }
  body#works section.works .hotel h3 img {
    width: 35.2vw;
    margin: 0 auto;
  }
  body#works section.works .hotel .left {
    background: url(../img/works/works01_sp.jpg) no-repeat center/cover;
    height: 63.7vw;
    padding-top: 7.2vw;
  }
  body#works section.works .reproduction {
    height: auto;
  }
  body#works section.works .reproduction h3 img {
    width: 47.3vw;
    margin: 0 auto;
  }
  body#works section.works .reproduction .left {
    background: url(../img/works/works02_sp.jpg) no-repeat center/cover;
    height: 63.7vw;
    padding-top: 10.9vw;
  }
  body#works section.works .resale {
    height: auto;
  }
  body#works section.works .resale h3 img {
    width: 23.6vw;
    margin: 0 auto;
  }
  body#works section.works .resale .left {
    background: url(../img/works/works03_sp.jpg) no-repeat center/cover;
    height: 63.7vw;
    padding-top: 17.5vw;
  }
  body#works section.works .building {
    height: auto;
  }
  body#works section.works .building h3 img {
    width: 46.9vw;
    margin: 0 auto;
  }
  body#works section.works .building .left {
    background: url(../img/works/works04_sp.jpg) no-repeat center/cover;
    height: 63.7vw;
    padding-top: 12vw;
  }
  body#works section.works .resort {
    height: auto;
  }
  body#works section.works .resort h3 img {
    width: 33.9vw;
    margin: 0 auto;
  }
  body#works section.works .resort .left {
    background: url(../img/works/works05_sp.jpg) no-repeat center/cover;
    height: 63.7vw;
    padding-top: 9vw;
  }
  body#works section.works .right {
    width: 100%;
  }
  body#works section.works .right .box {
    padding: 6vw 4.3vw;
  }
  body#works section.works .right th,
  body#works section.works .right td {
    font-size: 3.2vw;
    line-height: 5vw;
    padding-bottom: 3vw;
  }
  body#works section.works .right tr:last-child th,
  body#works section.works .right tr:last-child td {
    padding-bottom: 0;
  }
  body#works section.works .right th {
    width: 16vw;
    vertical-align: top;
  }
  /* recruit */
  body#recruit header {
    background: url(../img/recruit/bg_recruit_sp.jpg) no-repeat top/cover;
  }
  body#recruit header h2 {
    width: 30vw;
    margin: 53px auto 0;
  }
  body#recruit .inner {
    width: 90%;
  }
  body#recruit section.message {
    background: url(../img/recruit/message_bg_sp.jpg) no-repeat center right/cover;
    padding-bottom: 6vw;
  }
  body#recruit section.message .lead {
    font-size: 4vw;
    line-height: 2;
    padding: 14.133vw 0 6.267vw;
    margin-bottom: 6.667vw;
  }
  body#recruit section.message h2 {
    width: 41.867vw;
  }
  body#recruit section.message .txt {
    font-size: 3.2vw;
    line-height: 1.5;
    width: 74.667vw;
    margin-bottom: 7.333vw;
  }
  body#recruit section.message .name {
    font-size: 3.2vw;
    width: 100%;
  }
  body#recruit section.interview {
    padding: 9.333vw 0 18vw;
  }
  body#recruit section.interview h2 {
    margin: 0 auto 9.067vw;
    width: 49.867vw;
  }
  body#recruit section.interview ul li {
    width: 100%;
  }
  body#recruit section.interview ul li .name {
    text-align: center;
    background-color: #5f79a4;
    color: #ffffff;
    line-height: 1;
    padding: 6vw 0;
    position: relative;
    font-size: 3.2vw;
  }
  body#recruit section.interview ul li .name::after {
    width: 3.067vw;
    height: 3.067vw;
    content: "";
    background: url("../img/recruit/interview_arw.png") no-repeat center/cover;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  body#recruit section.requirements {
    padding: 12.667vw 0 9.333vw;
  }
  body#recruit section.requirements h2 {
    width: 68.667vw;
    margin-bottom: 8vw;
  }
  body#recruit section.requirements ul {
    width: 100%;
  }
  body#recruit section.requirements ul li {
    padding: 4.667vw 0;
    font-size: 3.2vw;
    display: block;
    text-align: right;
  }
  body#recruit section.requirements ul li p {
    margin-bottom: 2.667vw;
    text-align: left;
    width: 100%;
  }
  body#recruit section.requirements ul a {
    width: 28vw;
    padding: 2vw 0;
    font-size: 3.2vw;
  }
  body#recruit section.entry {
    background: url(../img/recruit/entry_bg_sp.jpg) no-repeat center/cover;
    padding: 16vw 0 12vw;
    text-align: center;
  }
  body#recruit section.entry h2 {
    margin: 0 auto 3.333vw;
    width: 30.933vw;
  }
  body#recruit section.entry a {
    width: 53.333vw;
    padding: 2.667vw 0;
    font-size: 3.2vw;
  }
  body#recruit main.interview section.ttl {
    margin-top: 10.667vw;
    margin-bottom: 8vw;
  }
  body#recruit main.interview section.ttl h2 {
    padding: 10.667vw 0 10.667vw 0;
    font-size: 5.333vw;
  }
  body#recruit main.interview section.ttl img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39.867vw;
  }
  body#recruit main.interview section.qa dl {
    margin-bottom: 8vw;
    letter-spacing: 0.3em;
  }
  body#recruit main.interview section.qa dl dt {
    font-size: 3.7vw;
    color: #5f79a4;
    margin-bottom: 7.333vw;
    line-height: 1.5;
  }
  body#recruit main.interview section.qa dl dt h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 垂直中心 */
  }
  body#recruit main.interview section.qa dl dt h4::before {
    border-top: 2px solid #5f79a4;
    content: "";
    width: 6.667vw;
    /* 線の長さ */
    display: inline-block;
    margin-right: 1.333vw;
  }
  body#recruit main.interview section.qa dl dd {
    font-size: 3.4vw;
    line-height: 1.5;
  }
  body#recruit main.interview section.qa dl dd.flex {
    display: block;
  }
  body#recruit main.interview section.qa dl dd img {
    margin: 2.667vw 0;
  }
  body#recruit main.interview section.qa dl dd p {
    width: 100%;
  }
  body#recruit main.requirements section.ttl h2 {
    margin: 10.667vw 0 12vw;
    font-size: 5.333vw;
  }
  body#recruit main.requirements section.list {
    margin-bottom: 13.333vw;
  }
  body#recruit main.requirements section.list dl {
    display: block;
    width: 100%;
    padding: 2.667vw 0;
    font-size: 3.2vw;
  }
  body#recruit main.requirements section.list dl dt {
    display: block;
    width: 100%;
    margin-bottom: 2.667vw;
    color: #5f79a4;
  }
  body#recruit main.requirements section.list dl dd {
    display: block;
    line-height: 1.5;
  }
  /* news */
  body#news h2 {
    width: 60.667vw;
    margin: 53px auto 0;
  }
  body#news main.news_list section.ttl h2 {
    margin: 10.667vw 0 12vw;
    font-size: 5.333vw;
    width: 100%;
  }
  body#news main.news_list dl {
    margin-bottom: 4.667vw;
  }
  body#news main.news_list dl dt {
    margin-bottom: 2vw;
    line-height: 1;
  }
  body#news main.news_list dl dt span {
    background-color: #5f79a4;
    color: #ffffff;
    padding: 0.667vw 2.933vw;
    margin-right: 1.333vw;
  }
  body#news main.news_list .inner {
    width: 90%;
  }
  body#news main.news_page section.ttl h2 {
    margin: 10.667vw 0 12vw;
    font-size: 5.333vw;
    width: 100%;
  }
  body#news main.news_page dl {
    margin-bottom: 4.667vw;
    font-size: 3.2vw;
  }
  body#news main.news_page dl dt {
    margin-bottom: 2vw;
    line-height: 1;
    margin-bottom: 3.2vw;
  }
  body#news main.news_page dl dt span {
    background-color: #5f79a4;
    color: #ffffff;
    padding: 0.667vw 2.933vw;
    margin-right: 1.333vw;
  }
  body#news main.news_page .inner {
    width: 90%;
  }
  /* contact */
  body#contact header h2, body#confirm header h2, body#thanks header h2, body#error header h2 {
    width: 30vw;
  }
  body#contact #formWrapper p, body#confirm #formWrapper p, body#thanks #formWrapper p, body#error #formWrapper p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  body#thanks .lead {
    margin-top: 6.667vw;
    margin-bottom: 6.667vw;
    height: calc(100vh - 78.667vw);
    font-size: 3.7vw;
    line-height: 1.5;
  }
  /* recruit_contact */
  body .thanks .lead {
    margin-top: 6.667vw;
    margin-bottom: 6.667vw;
    height: calc(100vh - 78.667vw);
    font-size: 3.7vw;
    line-height: 1.5;
  }
  #privacypolicy {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #privacypolicy .inner {
    width: 95%;
  }
  #privacypolicy header h2 {
    width: 63.867vw;
    margin: 20vw auto 0;
  }
  #privacypolicy .privacypolicy_logo{
    text-align: right;
    width: 12vw;
  }
  #article {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #article .inner {
    width: 95%;
  }
  #article .cnt p {
    margin-bottom: 4vw;
  }
  #article header h2 {
    width: 78.667vw;
    margin: 20vw auto 0;
  }
}

@media (max-width: 600px) {
  body#thanks .lead {
    height: auto;
  }
}
/*# sourceMappingURL=kasou.css.map */