@charset "UTF-8";
/* Show active breakpoint in top right corner of viewport */
/* ----------------------------------------------

  page style

---------------------------------------------- */
/*

	charmContentWrapper

*/
.charmContentWrapper_head {
  margin-bottom: 40px;
}

/*

	charmContentWrapper

*/
.charmContentWrapper_intro {
  position: relative;
}

.charmContentWrapper_intro_inner {
  position: relative;
  padding: 20px 20px;
  background: #e7fbff;
}

.charmContentWrapper_intro_title {
  color: #00a8cc;
  font-family: "Noto Serif JP" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 1.6;
}

.charmContentWrapper_intro_title span {
  background: rgba(255, 255, 255, 0.5);
}

.charmContentWrapper_intro_copy {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.charmContentWrapper_intro_text {
  line-height: 2;
}

/*

	photoList

*/
.photoList_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -10px;
}

.photoList_row_col {
  flex: 1 0 50%;
  margin-bottom: 10px;
}

.photoList_thumb .trimThumbnail:before {
  padding-top: 71%;
}

.photoList_item_thumb .trimThumbnail:before {
  padding-top: 71%;
}

.photoList_item_text {
  margin-top: 5px;
  color: #00a8cc;
  font-size: 0.8em;
  line-height: 1.6;
}

/*

	workList

*/
.workList_item {
  position: relative;
}

.workList_item:after {
  display: block;
  width: 0;
  height: 0;
  margin: 40px auto 40px;
  border-width: 25px 100px 0 100px;
  border-style: solid;
  border-color: #00a8cc transparent transparent transparent;
  content: '';
}

.workList_item_row_col-text {
  position: relative;
}

.workList_item_thumb .trimThumbnail:before {
  padding-top: 75%;
}

.workList_item_title {
  margin-bottom: 15px;
  color: #00a8cc;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.workList_item_title span {
  padding-bottom: 5px;
  border-bottom: 2px solid #00a8cc;
  font-size: 19px;
  font-weight: bold;
  line-height: 2;
}

.workList_item_tag {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  color: #999999;
  text-align: center;
}

.workList_item_tag span {
  display: block;
  position: relative;
  font-weight: bold;
  line-height: 1;
}

.workList_item_tag span.en {
  font-size: 13px;
}

.workList_item_tag span.jp {
  font-size: 10px;
}

.workList_item_tag_num {
  z-index: 1;
  color: #00a8cc;
  font-family: "Noto Serif JP" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 50px;
  letter-spacing: -.05em;
  line-height: 1;
  opacity: .8;
}

.workList_item_tag:before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7fbff;
  content: '';
}

.workList_item_text {
  line-height: 2;
}

/*

	opJob

*/
.opJob {
  z-index: 1;
  position: relative;
  padding: 20px;
  border: 1px solid #e1e1e1;
}

.opJob:not(:last-child) {
  margin-bottom: 20px;
}

.opJob a {
  display: block;
  z-index: 1;
  position: relative;
  color: #666666;
}

.opJob a:visited {
  color: #666666;
}

.opJob a:focus {
  color: gray;
}

.opJob a:hover {
  color: gray;
}

.opJob a:active {
  color: gray;
}

.opJob_inner {
  overflow: hidden;
}

.opJob_head_inner {
  position: relative;
}

.opJob_head .opJob_image {
  position: relative;
  padding-top: 66%;
}

.opJob_head .opJob_image img {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.opJob_body {
  display: flex;
  position: relative;
  align-items: center;
  overflow: hidden;
}

.opJob_body:after {
  display: block;
  z-index: 0;
  position: absolute;
  right: -10px;
  bottom: -20px;
  width: 35%;
  max-width: 160px;
  height: 160px;
  background: url(../images/bg_logo1.png) no-repeat center bottom;
  background-size: contain;
  content: "";
  opacity: .04;
  pointer-events: none;
}

.opJob_body_inner {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 20px 0px 20px 0px;
}

.opJob_body .opJob_copy {
  display: inline-block;
  position: relative;
  color: #00a8cc;
  font-size: 13px;
  font-weight: bold;
}

.opJob_body .opJob_copy span {
  display: inline-block;
  padding: 5px 10px;
  background: #e7fbff;
}

.opJob_body .opJob_ttl {
  margin-top: .8em;
  color: #444444;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.opJob_body .opJob_btn {
  display: inline-block;
  margin-top: .5em;
  padding: .5em 3em;
  border-radius: 30px;
  background: #00a8cc;
  color: #fff;
  font-size: 14px;
}

.opJob_body .opJob_btnArea {
  max-width: 200px;
}

/*

  profileBox

*/
.profileBox {
  position: relative;
  padding: 30px 20px;
  background: #00a8cc url(../images/bg_block_blue.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.profile_thumb {
  overflow: hidden;
  border-radius: 50%;
}

.profile_title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.profile_subtitle {
  margin-bottom: 20px;
  font-size: 12px;
}

.profile_link {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  color: #444444;
  font-size: 12px;
  font-weight: bold;
}

.profile_link:visited {
  color: #444444;
}

.profile_link:focus {
  color: #777777;
}

.profile_link:hover {
  color: #777777;
}

.profile_link:active {
  color: #777777;
}

.profile_link:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #00a8cc;
  content: '';
}

@media (min-width: 48em) {
  .charmContentWrapper_head {
    margin-bottom: 60px;
  }
  .charmContentWrapper_intro_inner {
    padding: 35px 50px;
  }
  .charmContentWrapper_intro_row_col-image {
    margin-bottom: 30px;
  }
  .charmContentWrapper_intro_image .trimThumbnail:before {
    padding-top: 71%;
  }
  .charmContentWrapper_intro_title {
    font-size: 36px;
  }
  .charmContentWrapper_intro_copy {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .photoList_row {
    margin-bottom: -30px;
  }
  .photoList_row_col {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  .workList_item:after {
    margin: 50px auto 50px;
    border-width: 40px 160px 0 160px;
  }
  .workList_item_row {
    display: flex;
    flex-direction: row-reverse;
  }
  .workList_item_row_col-image {
    flex: 0 1 400px;
    margin-left: 50px;
  }
  .workList_item_row_col-text {
    flex: 1;
    min-width: 440px;
    padding-bottom: 10px;
    background: #fff;
  }
  .workList_item_title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .workList_item_title span {
    font-size: 22px;
  }
  .workList_item_tag {
    margin-bottom: 40px;
    padding: 20px;
  }
  .workList_item_tag span.en {
    font-size: 15px;
  }
  .workList_item_tag span.jp {
    font-size: 11px;
  }
  .workList_item_tag_num {
    font-size: 72px;
  }
  .opJob {
    padding: 30px;
  }
  .opJob:not(:last-child) {
    margin-bottom: 40px;
  }
  .opJob_inner {
    display: flex;
    background: rgba(255, 255, 255, 0.5);
  }
  .opJob_head {
    flex: 0 1 40%;
  }
  .opJob_head .opJob_image {
    padding-top: 100%;
  }
  .opJob_body {
    flex: 1 1 60%;
  }
  .opJob_body_inner {
    padding: 40px 40px;
  }
  .opJob_body .opJob_copy {
    font-size: 18px;
  }
  .opJob_body .opJob_ttl {
    font-size: 22px;
  }
  .opJob_body .opJob_btn {
    margin-top: 1em;
  }
  .profileBox {
    padding: 50px;
  }
  .profile {
    display: flex;
    align-items: center;
  }
  .profile_image {
    flex: 0 0 240px;
    margin-right: 40px;
  }
  .profile_body {
    flex: 1;
  }
  .profile_subtitle {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .profile_link {
    font-size: 13px;
  }
}

@media (max-width: 47.99em) {
  .charmContentWrapper_intro_row_col-image {
    margin-bottom: 20px;
  }
  .charmContentWrapper_intro_image .trimThumbnail:before {
    padding-top: 71%;
  }
  .workList_item_row_col-image {
    margin-bottom: 30px;
  }
  .profile_image {
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .profile_title {
    font-size: 18px;
    text-align: center;
  }
  .profile_subtitle {
    text-align: center;
  }
  .profile_text {
    font-size: 14px;
  }
}

/*# sourceMappingURL=sourcemaps/schedule.css.map */
