@charset "UTF-8";



picture {
  display: block;
}
main {overflow: hidden;}

.page-content, .entry-content, .entry-summary {
  margin:0;
}
/* レイアウト
--------------------------------------------- */
[class*="ly_"] {
  margin-left: auto;
 margin-right: auto;
  width: 100%;
}
.ly_1000 {
  max-width: 1000px;
}
.ly_1100 {
  max-width: 1100px;
}
.ly_1400 {
  max-width: 1400px;
}
.ly_1600 {
  max-width: 1600px;
}
/* 文字サイズ
--------------------------------------------- */
/* 34 30 */
.size_34_30 {
font-size: 1.875rem;
font-size: clamp(1.875rem, 1.775rem + 0.4vw, 2.125rem);
}

/* 18 15 */
.size_18_15 {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.868902439rem + 0.2926829268vw, 1.125rem);
}
/* 19 15 */
.size_19_15 {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8375rem + 0.4vw, 1.1875rem);
}

/* 
--------------------------------------------- */
.sec_about {
  background-color: #f4f2ef;
  position: relative;
  padding-top: 100px;
}
.wrap_about {
  display: grid;
  grid-template-areas: 
  "pic_about ttl_about"
  "pic_about txtbox_about";
  grid-template-columns: 41% 49%;
  gap: 5%;
  text-align: left;
  margin-bottom: 120px;
}
.ttl_about {grid-area: ttl_about; line-height: 1.9; margin-bottom: 20px;}
.pic_about {grid-area: pic_about; margin-bottom: 20px;}
.txtbox_about {grid-area: txtbox_about;line-height: 1.9;max-width: 542px;}
.txtbox_about p {margin-bottom: 1.2em;}
.pic_about img {
  width: 100%;
}
.gal_about {
  display: flex;
  justify-content: space-between;
}
.pic_gal {
  width: 49.7%;
}

@media screen and (max-width: 800px) {
  .wrap_about {
    display: block;
    width: 85%;
  }
  .txtbox_about {max-width: 100%;}
}

/* 「HOTEL星取テラスせきがね」の由来
--------------------------------------------- */
.sec_yurai {
  background-color: #f4f2ef;
  padding-top: 100px;
  padding-bottom: 40px;
}
.wrap_yurai {
  width: 85%;
}
.txtbox_yurai {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.9;
}
.txtbox_yurai p {
  margin-bottom: 1.5em;
}
.ttl_yurai {
    font-size: 1.8125rem;
    color: #33bedb;
    text-align: center;
    margin-bottom: 50px;
}
.link_yurai {
  text-align: right;
}
.btn_yurai {
  text-decoration: underline;
}
.btn_yurai:hover {
  text-decoration: none;
}
.link_blank::after { /* 外部リンク */
  content: url(../img/cmn/ico_link_blank.svg);
  margin: 0 5px;
  vertical-align: middle;
}

/* 
--------------------------------------------- */
.sec_logomark {
  background-color: #f4f2ef;
  padding-top: 100px;
  padding-bottom: 180px
}
.wrap_logomark {
  background-color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.img_logomark {
  max-width: 362px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.img_logomark img {
  width: 100%;
}
.ttl_logomark {
  color: #33bedb;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
.txtbox_logomark {
  text-align: left;
  width: 85%;
  max-width: 651px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.9;
}
.txtbox_logomark p {
  margin-bottom: 1.2em;
}

@media screen and (max-width:640px){
  .sec_logomark {
    padding-bottom: 0px
  }
}

/* 
--------------------------------------------- */

.sec_universal {
}
.bgimg_universal {
  position: relative;
  overflow: hidden;
}
.bgimg_universal::before {
  content: '';
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pic_universal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pic_universal img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.wrap_universal {
  position: relative;
  color: #fff;
  padding-top: 200px;
  padding-bottom: 120px;
  min-height: 770px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.txtbox_universal {
  text-align: left;
  max-width: 452px;
  margin-left: auto;
  margin-right: 5%;
}
.txtbox_universal p{
  line-height: 1.9;
}
.ttl_universal {
  text-align: left;
  font-size: 1.8125rem;
  font-size: clamp(1.8125rem, 1.3375rem + 1.9vw, 3rem);
  margin-bottom: 20px;
}
.wrap_list_universal {
  display: flex;
  justify-content: space-between;
  padding-top: 130px;
  padding-bottom: 100px;
  width: 85%;
}
.list_universal {
  counter-reset: interview-counter;
  text-align: left;
  width: 48%;
}
.list_universal li {
  margin-bottom: 50px;
}
.gal_universal_pc {
  width: 48%;
}
.txtbox_list_universal {
  line-height: 1.7;
}
.pic_list_universal {
  margin-bottom: 50px;
}
.pic_list_universal_sp {
  display: none;
}
.ttl_list_universal {
font-size: 1.25rem;
font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  margin-bottom: 20px;
}
.list_universal .ttl_list_universal::before{
  counter-increment: interview-counter;
  content: counter(interview-counter, decimal-leading-zero);
  color: #33bedb;
  margin-right: 20px;
}


@media screen and (max-width:900px) {
  .wrap_list_universal {
    display: block;
  }
  .list_universal {
    width: 100%;
  }
  .pic_list_universal_sp {
    display: block;
    padding-top: 30px;
  }
  .gal_universal_pc {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .wrap_list_universal {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .bgimg_universal::before {
    content: none;
  }
  .pic_universal {
    position: inherit;
    height: auto;
  }
  .wrap_universal {
    color: #000;
    min-height: auto;
     display: block;
     padding-top: 50px;
     padding-bottom: 50px;
     width: 85%;
  }
  .txtbox_universal {
    max-width: 100%;
    margin-right: 0;
  }
}


/* 
--------------------------------------------- */
.sec_gaikan {
  position: relative;
  padding-top: 120px;
  background-color: #f4f2ef;
  padding-bottom: 50px;
}
.sec_gaikan::before {
  width: 100%;
  content: '';
  height: 50%;
  background-color: #85D8E9;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap_gaikan {
  width: 90%;
  position: relative;
}

/* 
--------------------------------------------- */
.sec_life {
  text-align: center;
  background-color: #f4f2ef;
  border-bottom: 2px solid #33bedb;
  padding-bottom: 80px;
  padding-top: 100px;
}
.wrap_life {
  width: 85%;
}
.ttlbox_life {
  color: #33bedb;
  margin-bottom: 50px;
}
.ttl_s_life {
  font-size: 1.0625rem;
  display: block;
  margin-bottom: 15px;
}
.ttl_life{
  font-size: 1.8125rem;
  font-size: clamp(1.8125rem, 1.5875rem + 0.9000000000000001vw, 2.375rem);
  font-weight: bold;
}
.txgtbox_life {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.txt_life02 {
  font-size: 1.5rem;
  color: #33bedb;
  margin-bottom: 30px;
}
.txt_life03 {
  line-height: 1.9;
}
.ico_life {
  margin-bottom: 30px;
}
.txtbox_life {
  max-width: 823px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}
.list_life {
  margin-bottom: 50px;
  color: #33bedb;
  text-align: left;
  position: relative;
}
.list_life li {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1.8px solid #33bedb;
  position: relative;
  padding: 60px 7%;
  margin-bottom: 80px;
}
.ttl_list_life {
  font-weight: bold;
  font-size: 1.375rem;
  width: 30%;
  margin-right: 5%;
}
.txtbox_list_life {
  max-width: 420px;
  line-height: 1.9;
} 
.list_life::before {
  content: '';
  background-color: #CEEFF6 ;
  width: 14px;
  height: 100%;
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  margin: 0 auto; 
}

@media screen and (max-width:900px){
  .ttl_list_life {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .txtbox_list_life {
    max-width: 100%;
    line-height: 1.7;
  } 
}

@media screen and (max-width:640px){
  .sec_life {
    padding-top: 0px;
    border-bottom: none;
    padding-bottom: 30px;
  }
  .txgtbox_life {
    margin-bottom: 50px;
  }
  .list_life li {
    padding: 30px 7%;
    margin-bottom: 40px;
  }
  .ttl_list_life {
    margin-bottom: 10px;
  }
}


/* 
--------------------------------------------- */
.sec_omoi {
  background-color: #f4f2ef;
  padding-top: 130px;
  padding-bottom: 120px;
  border-bottom: 1px solid #3E3A39;
}
.wrap_omoi {
  background-color: #fff;
  border: 2px solid #33bedb;
  padding: 100px 0 80px 0;
  width: 90%;
}
.wrap_omoi2 {
  max-width: 840px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.txgtbox_omoi {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 80px;
}
.ttl_omoi {
  color: #33bedb;
  margin-bottom: 20px;
  font-size: 1.6875rem;
  font-size: clamp(1.6875rem, 1.5625rem + 0.5vw, 2rem);
}
.yaku2 {
  font-size: 1rem;
}
.yaku3 {
  font-size: 1.125rem;
}
.list_member {

}
.list_member li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  margin-bottom: 70px;
}
.li_type1:nth-of-type(even) {
  flex-flow: row-reverse;
}
.pic_member {
  width: 30%;
}
.txtbox_member {
  width: 63%;
  line-height: 1.9;
}
.li_type2 .pic_member {
  width: 23%;
}
.li_type2 .txtbox_member {
  width: 71%;
  line-height: 1.6;
}
.list_member .li_type2 {
  margin-bottom: 50px;
}
.name_member {
  margin-bottom: 10px;
}
.txt_member {
  font-size:0.9375rem;
  text-align: justify;
}

@media screen and (max-width:800px){
    .list_member li {
    align-items:flex-start;
  }
}
@media screen and (max-width:640px){
  .sec_omoi {
    background-color: #f4f2ef;
    padding-top: 30px;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .wrap_omoi {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 60px 0 20px 0;
    width: 100%;
  }
  .list_member li {
    display: block;
  }
  .pic_member {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .txtbox_member {
    width: 100%;
  }
  .list_member .li_type2 {
    margin-bottom: 70px;
  }
  .li_type2 .pic_member {
    width: 80%;
  }
  .li_type2 .txtbox_member {
    width: 100%;
  }
}


/* 
--------------------------------------------- */
.sec_staff {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f4f2ef;
  text-align: left;
}
.wrap_staff {
  width: 90%;
}
.pic_staff {
  display: block;
}
.pic_staff img{
  vertical-align: bottom;
}
.txtbox_staff {
  color: #fff;
  text-align: left;
  line-height: 1.9;
  padding: 20px 3%;
  display: inline-block;
  position: relative;
  margin-top: -100px;
}
.txtbox_staff::before {
  content: '';
  opacity: 0.7;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.txtbox_staff p{
  position: relative;
}

@media screen and (max-width:640px){
  .sec_staff {
    padding-top: 0px;
  }
  .wrap_staff {
    width: 100%;
  }
  .txtbox_staff {
    margin-top: 0px;
    padding: 30px 7%;
    width: 100%;
    line-height: 1.7;
  }
}