@charset "UTF-8";
html {
  font-size: 62.5%;
}

/* color変数 */
body {
  color: #707070;
  font-size: 1.3rem;
  counter-reset: number 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* color変数 */
/*--------------------------------
コンポーネント
--------------------------------*/
.ly_section {
  padding-left: 4vw;
  padding-right: 4vw;
}

.ly_inner {
  max-width: 1180px;
  margin: 0 auto;
}

.el_icon {
  width: 50px;
}

.el_logo {
  transition: ease 0.7s;
}
.el_logo:hover {
  opacity: 0.5;
}

.el_section_ttl {
  color: #272534;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  line-height: 1.3;
}
.el_section_ttl::after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #272534;
  transform: rotate(30deg);
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%), rotate(30deg);
}

.bl_section_header {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
}

.el_heading_ttl {
  padding-top: 30px;
  padding-bottom: 30px;
}

.el_section_lead {
  font-size: 2rem;
  text-align: center;
  color: #707070;
}

.el_section_des {
  max-width: 600px;
  margin: 0 auto;
}

.el_section_subLead {
  display: block;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 1em;
  color: #52b2ac;
}

.el_page_ttl {
  color: #272534;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  line-height: 1.3;
}
.el_page_ttl::after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #272534;
  transform: rotate(30deg);
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%), rotate(30deg);
}

.el_btn {
  display: inline-block;
  box-sizing: border-box;
  width: 200px;
  max-width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #272534;
  color: #272534;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.el_btn:hover {
  background-color: #52b2ac;
  color: #ffffff;
  border: 1px solid transparent;
}

.el_btn.el_btn__white {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  color: #707070;
}

.el_btn.el_btn__yellow {
  background-color: #ffe200;
  font-weight: bold;
}

.el_btn.el_btn__line {
  white-space: nowrap;
}
.el_btn.el_btn__line img {
  width: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.el_btn.el_btn__round {
  width: 350px;
  border-radius: 30px;
}

/* カード基本形 */
.bl_card_body {
  padding: 15px;
}

.bl_card_body > *:last-child {
  margin-bottom: 0;
}

.bl_card_ttl {
  margin-bottom: 5px;
  font-weight: bold;
  color: #52b2ac;
}

.bl_card_des {
  color: #707070;
}

/* カラム */
.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}

.bl_cardUnit__col2 > .bl_card {
  width: 40%;
  margin-right: 2.5%;
}

.bl_cardUnit__col2 > .bl_card:nth-child(2n) {
  margin-right: 0;
}

/*--------------------------------
ドロワーボタン
--------------------------------*/
body.noscroll {
  overflow: hidden;
}

.bl_drawer {
  position: fixed;
  top: 0;
  right: -25px;
  width: 500px;
  height: 100%;
  background: #52b2ac;
  padding: 60px 10px;
  transform: translateX(500px);
  transition: ease 1s;
  z-index: 9999;
  text-align: center;
}
.bl_drawer_item {
  margin-bottom: 20px;
  transition: ease 0.7s;
}
.bl_drawer_item a {
  letter-spacing: 0.2em;
  color: #ffffff;
  font-size: 1.5rem;
}
.bl_drawer_item span {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 0.9;
}
.bl_drawer_item:hover {
  opacity: 0.7;
}
.bl_drawer_list {
  margin-left: -20px;
  margin-bottom: 60px;
}
.bl_drawer .el_logo {
  width: 150px;
  display: inline-block;
  text-align: center;
  margin-left: -30px;
}

.bl_drawerBtn {
  position: absolute;
  top: 18px;
  left: -70px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  padding-bottom: 2px;
  z-index: 10000;
}

.hambarg {
  position: absolute;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 40px;
  background-color: #707070;
  transition: ease 0.5s;
}

.hambarg:nth-child(1) {
  top: 25%;
  left: 50%;
}

.hambarg:nth-child(2) {
  top: 45%;
  left: 50%;
}

.hambarg:nth-child(3) {
  top: 65%;
  left: 50%;
}

.bl_drawer.action {
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.bl_drawerBtn.action {
  left: 0;
}

.bl_drawerBtn.action .hambarg {
  width: 20px;
}
.bl_drawerBtn.action .hambarg:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
}
.bl_drawerBtn.action .hambarg:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.bl_drawerBtn.action .hambarg:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #ffffff;
}

/*--------------------------------
ヘッダー
--------------------------------*/
header {
  z-index: 999;
  width: 100%;
}
header .ly_header_inner {
  padding-left: 4vw;
  padding-right: 4vw;
  max-width: 1580px;
  margin: 0 auto;
  align-items: center;
}
header .ly_header_inner .el_info {
  margin-right: 30px;
  line-height: 1.5;
}
header .ly_header_inner .el_tel {
  font-size: 2rem;
  color: #707070;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}
header .ly_header_inner small {
  font-size: 1rem;
}
header .el_logo {
  padding: 20px 0px;
  display: block;
  width: 200px;
  margin-right: auto;
}

.ly_breadcrumbs {
  padding-left: 4vw;
  padding-right: 4vw;
}

/*--------------------------------
フッター
--------------------------------*/
footer {
  background-color: #52b2ac;
  text-align: center;
}
footer small {
  color: #ffffff;
  font-size: 1rem;
}
footer .el_logo {
  width: 150px;
  display: inline-block;
  text-align: center;
}
footer small {
  color: #ffffff;
  font-size: 1rem;
}

.bl_footerNav_item {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 500;
  transition: 0.7s;
}
.bl_footerNav_item:hover {
  opacity: 0.7;
}

.bl_footerNav_list a {
  margin-right: 20px;
}
.bl_footerNav_list a:last-child {
  margin-right: 0px;
}

.bl_production {
  display: inline-flex;
  align-items: center;
  opacity: 0.5;
}
.bl_production img {
  width: 80px;
}
.bl_production p {
  font-size: 10px;
  color: white;
}

/* ヘルパークラス */
.hp_reverse {
  flex-direction: row-reverse;
}

.hp_br-pc {
  display: block;
}

.hp_br-tb {
  display: none;
}

.hp_br-sp {
  display: none;
}

.hp_disb {
  display: block;
}

.hp_fs-sm {
  font-size: 80%;
}

.hp_mr10 {
  margin-right: 10px;
}

.hp_ml10 {
  margin-left: 10px;
}

.hp_mb10 {
  margin-bottom: 10px;
}

.hp_mt10 {
  margin-top: 10px;
}

.hp_mr30 {
  margin-right: 30px;
}

.hp_ml30 {
  margin-left: 30px;
}

.hp_mb30 {
  margin-bottom: 30px;
}

.hp_mt30 {
  margin-top: 30px;
}

.hp_mr50 {
  margin-right: 50px;
}

.hp_ml50 {
  margin-left: 50px;
}

.hp_mb50 {
  margin-bottom: 50px;
}

.hp_mt50 {
  margin-top: 50px;
}

.hp_mr80 {
  margin-right: 80px;
}

.hp_ml80 {
  margin-left: 80px;
}

.hp_mb80 {
  margin-bottom: 80px;
}

.hp_mt80 {
  margin-top: 80px;
}

.hp_mr100 {
  margin-right: 100px;
}

.hp_ml100 {
  margin-left: 100px;
}

.hp_mb100 {
  margin-bottom: 100px;
}

.hp_mt100 {
  margin-top: 100px;
}

.hp_mtLg {
  margin-top: 120px;
}

.hp_mbLg {
  margin-bottom: 120px;
}

.hp_mtMd {
  margin-top: 80px;
}

.hp_mbMd {
  margin-bottom: 80px;
}

.hp_mtSm {
  margin-top: 30px;
}

.hp_mbSm {
  margin-bottom: 30px;
}

/* padding  */
.hp_pt30 {
  padding-top: 30px;
}

.hp_pb30 {
  padding-bottom: 30px;
}

.hp_pt50 {
  padding-top: 50px;
}

.hp_pb50 {
  padding-bottom: 50px;
}

.hp_pt80 {
  padding-top: 80px;
}

.hp_pb80 {
  padding-bottom: 80px;
}

.hp_pt120 {
  padding-top: 120px;
}

.hp_pb120 {
  padding-bottom: 120px;
}

.hp_ptLg {
  padding-top: 120px;
}

.hp_pbLg {
  padding-bottom: 120px;
}

.hp_mtLg {
  margin-top: 120px;
}

.hp_mbLg {
  margin-bottom: 120px;
}

.hp_ptMd {
  padding-top: 80px;
}

.hp_pbMd {
  padding-bottom: 80px;
}

.hp_ptSm {
  padding-top: 30px;
}

.hp_pbSm {
  padding-bottom: 30px;
}

.hp_MT10 {
  margin-top: -10px !important;
}

.hp_MT20 {
  margin-top: -20px !important;
}

.hp_MT50 {
  margin-top: -50px !important;
}

.hp_MT1e {
  margin-top: -1em !important;
}

.hp_sp-br {
  display: none !important;
}

.hp_db {
  display: block !important;
}

.hp_tac {
  text-align: center !important;
}

.hp_tar {
  text-align: right !important;
}

.hp_tal {
  text-align: left !important;
}

.hp_w400 {
  width: 400px !important;
}

.hp_w50p {
  width: 50% !important;
}

.hp_lh1_5 {
  line-height: 1.5 !important;
}

.hp_flex {
  display: flex;
}

.hp_jcc {
  justify-content: center;
}

.hp_jcsb {
  justify-content: space-between !important;
}

.hp_jcsa {
  justify-content: space-around !important;
}

.hp_aic {
  align-items: center !important;
}

.hp_aife {
  align-items: flex-end;
}

.hp_clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hp_clear {
  clear: both;
}

.hp_centering {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hp_green {
  color: #52b2ac;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}/*# sourceMappingURL=common.css.map */