/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　修正する際はscssファイルを編集するように注意してください。
--------------------------------------------------------------- */
.main_page {
  height: 40vh
}

@media(min-width: 1200px) {
  .main_page {
    margin-top: 145px
  }
}

@media(max-width: 767px) {
  .main_page {
    height: 50vw
  }
}

.main_page .inner {
  height: 100%
}

.main_page .inner .txt {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  position: relative
}

.main_page .pagettl {
  font-size: 2.8125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .15em;
  text-align: center
}

@media(max-width: 767px) {
  .main_page .pagettl {
    font-size: 1.75rem;
    letter-spacing: .05em
  }
}

.main_page .pagettl span {
  display: block;
  font-size: 0.875rem;
  color: #0bb4c3;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 1rem
}

@media(max-width: 767px) {
  .main_page .pagettl span {
    font-size: 0.8125rem;
    margin-top: .5rem
  }
}

.main_page.main_about_us {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_ma {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_teamfire {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_teamfire_1 {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_teamfire_2 {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_inostudio {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_keiei {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_storage {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_recruit {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_case {
  background: url(/wp-content/uploads/2025/10/kasou_head-scaled.jpg) center center/cover no-repeat
}

.main_page.main_news {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat
}

.main_page.main_contact {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat
}

.main_page.main_request {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat
}

.main_page.main_faq {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat
}

.main_page.main_blog {
  background: url(images/about/bg_main.jpg) center center/cover no-repeat
}

.breadcrumbs {
  position: absolute;
  top: .8rem;
  left: 0
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start
}

.breadcrumbs ul li {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-right: .8rem
}

@media(max-width: 767px) {
  .breadcrumbs ul li {
    font-size: 0.75rem;
    margin-right: .4rem
  }
}

.ttl_cmn2 {
  font-size: 1.75rem;
  color: #0c1d4b;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-bottom: .9em
}

@media(max-width: 767px) {
  .ttl_cmn2 {
    font-size: 1.125rem
  }
}

.ttl_cmn2.mdl {
  font-size: 1.5rem
}

@media(max-width: 767px) {
  .ttl_cmn2.mdl {
    font-size: 1.0625rem
  }
}

.ttl_cmn2.small {
  font-size: 1.25rem
}

@media(max-width: 767px) {
  .ttl_cmn2.small {
    font-size: 1rem
  }
}

.ttl_cmn2.bd {
  padding-bottom: .8em;
  position: relative
}

.ttl_cmn2.bd::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #0bb4c3;
  position: absolute;
  bottom: 0;
  left: 0
}

.ttl_cmn2.color_k {
  color: #12191d
}

.ttl_cmn2.color_w {
  color: #fff
}

.ttl_cmn2.color_cy {
  color: #0bb4c3
}

.ttl_cmn2.tac {
  text-align: center
}

.ttl_side {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .03em;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: calc(100% + 1rem)
}

@media(min-width: 768px)and (max-width: 1199px) {
  .ttl_side {
    writing-mode: unset;
    right: unset;
    left: 1rem;
    transform: translateY(-100%)
  }
}

@media(max-width: 767px) {
  .ttl_side {
    writing-mode: unset;
    position: static;
    margin-bottom: 1rem
  }
}

.ttl_side span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: .05em
}

.ttl_side.color_w {
  color: #fff
}

.ttl_bran {
  margin-bottom: 2.5rem
}

@media(max-width: 767px) {
  .ttl_bran {
    margin-bottom: 1.5rem
  }
}

.ttl_bran em {
  display: block;
  font-size: 5.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .05em;
  white-space: nowrap
}

@media(max-width: 767px) {
  .ttl_bran em {
    font-size: 1.875rem;
    letter-spacing: 0
  }
}

.ttl_bran span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5
}

@media(max-width: 767px) {
  .ttl_bran span {
    font-size: 1rem
  }
}

.ttl_bran.tac {
  text-align: center
}

.ttl_bran.color_w {
  color: #fff
}

.btn_naked {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.btn_naked p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-right: 2em
}

.btn_naked i {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 0.625rem
}

.btn_naked.color_cy {
  color: #0bb4c3
}

.btn_naked.right {
  margin: 0 0 0 auto
}

.about_plink .btnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.about_plink .btnwrap .btn_skew {
  width: 17%
}

@media(max-width: 767px) {
  .about_plink .btnwrap .btn_skew {
    width: 46%
  }
}

@media(max-width: 767px) {
  .about_plink .btnwrap .btn_skew:nth-child(n+3) {
    margin-top: .8rem
  }
}

.about_philo .over_cmn {
  padding-top: 6rem;
  position: relative
}

@media(max-width: 767px) {
  .about_philo .over_cmn {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

.about_philo .over_cmn::before {
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  background-color: #12191d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

@media(min-width: 768px)and (max-width: 1199px) {
  .about_philo .over_cmn::before {
    height: calc(100% + 1rem)
  }
}

@media(max-width: 767px) {
  .about_philo .over_cmn::before {
    height: 100%
  }
}

.about_philo .over_cmn .txt {
  padding-top: 1.5rem;
  padding-left: 1rem;
  position: relative
}

@media(max-width: 767px) {
  .about_philo .over_cmn .txt {
    padding-top: 0;
    padding-left: 0
  }
}

.about_philo .over_cmn .txt .ttl01 {
  font-size: 1.75rem;
  color: #0bb4c3;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem
}

@media(max-width: 767px) {
  .about_philo .over_cmn .txt .ttl01 {
    font-size: 1.125rem
  }
}

.about_message {
  padding: 6rem 0 14rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .about_message {
    padding: 4rem 0 6rem
  }
}

@media(max-width: 767px) {
  .about_message {
    padding: 3rem 0 4rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .about_message .side_cmn .ttl_side {
    top: 2rem
  }
}

.about_message .side_cmn .txt .ttl01 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem
}

@media(max-width: 767px) {
  .about_message .side_cmn .txt .ttl01 {
    font-size: 1.5rem
  }
}

.about_message .side_cmn .txt .ttl01 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .about_message .side_cmn .txt .ttl01 span {
    font-size: 0.8125rem
  }
}

.about_company {
  background-color: #f2f2f2
}

.about_company .dlwrap {
  max-width: 1035px;
  margin: 0 auto
}

@media(min-width: 768px)and (max-width: 1199px) {
  .about_company .dlwrap {
    padding-top: 1rem
  }
}

.about_company .dlwrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 0;
  border-bottom: 1px solid #12191d
}

@media(max-width: 767px) {
  .about_company .dlwrap dl {
    padding: .8rem 0
  }
}

.about_company .dlwrap dl:first-child {
  border-top: 1px solid #12191d
}

.about_company .dlwrap dl dt,
.about_company .dlwrap dl dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em
}

@media(max-width: 767px) {

  .about_company .dlwrap dl dt,
  .about_company .dlwrap dl dd {
    font-size: 0.875rem;
    letter-spacing: 0
  }
}

.about_company .dlwrap dl dt {
  width: 15%;
  padding-left: 3%;
  border-right: 1px solid #12191d
}

@media(max-width: 767px) {
  .about_company .dlwrap dl dt {
    width: 22%;
    padding-left: 0
  }
}

.about_company .dlwrap dl dd {
  width: 85%;
  padding-left: 3%
}

@media(max-width: 767px) {
  .about_company .dlwrap dl dd {
    width: 78%
  }
}

.about_history .area {
  padding: 6rem 0;
  position: relative
}

@media(max-width: 767px) {
  .about_history .area {
    padding: 2rem 0 2.5rem
  }
}

.about_history .area::before,
.about_history .area::after {
  content: "";
  background-color: #0bb4c3;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1
}

.about_history .area::before {
  width: 30vw;
  right: 100%
}

.about_history .area::after {
  width: 20.8333333333%;
  left: 0
}

@media(max-width: 767px) {
  .about_history .area::after {
    width: 30%
  }
}

.about_history .area .ttl_side {
  top: 6rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .about_history .area .ttl_side {
    top: 5rem;
    left: 0
  }
}

.about_history .area ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

.about_history .area ul li:not(:last-child) {
  margin-bottom: 3rem
}

@media(max-width: 767px) {
  .about_history .area ul li:not(:last-child) {
    margin-bottom: 2rem
  }
}

.about_history .area ul li .left {
  width: 20.8333333333%;
  padding-left: 2rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .about_history .area ul li .left {
    padding-left: 0
  }
}

@media(max-width: 767px) {
  .about_history .area ul li .left {
    width: 30%;
    padding-left: 0
  }
}

.about_history .area ul li .left time {
  font-size: 3.75rem;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .05em
}

@media(min-width: 768px)and (max-width: 1199px) {
  .about_history .area ul li .left time {
    font-size: 3.125rem
  }
}

@media(max-width: 767px) {
  .about_history .area ul li .left time {
    font-size: 2.25rem;
    letter-spacing: 0
  }
}

.about_history .area ul li .right {
  width: 79.1666666667%;
  padding: 0 4%
}

@media(max-width: 767px) {
  .about_history .area ul li .right {
    width: 70%;
    padding: 0 0 0 3%
  }
}

.about_history .area ul li .right .lump {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.about_history .area ul li .right .lump:not(:last-child) {
  margin-bottom: 1.5rem
}

.about_history .area ul li .right .lump .month {
  width: 12%;
  font-size: 1.25rem;
  color: #0c1d4b;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .about_history .area ul li .right .lump .month {
    width: 100%;
    font-size: 1rem
  }
}

.about_history .area ul li .right .lump p.txt01 {
  width: 88%
}

@media(max-width: 767px) {
  .about_history .area ul li .right .lump p.txt01 {
    width: 100%
  }
}

.page.about_us .home_access {
  background-color: #f2f2f2
}

.reason_people {
  background-color: #0bb4c3
}

.reason_people .ttl01 {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 2.8rem
}

@media(max-width: 767px) {
  .reason_people .ttl01 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem
  }
}

.reason_people ul {
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto
}

.reason_people ul li {
  width: 48.5%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem 3% 3rem
}

@media(max-width: 767px) {
  .reason_people ul li {
    width: 100%;
    padding: 1.5rem 4%
  }
}

@media(min-width: 1200px) {
  .reason_people ul li:nth-child(n+3) {
    margin-top: 2rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .reason_people ul li:nth-child(n+3) {
    margin-top: 2rem
  }
}

@media(max-width: 767px) {
  .reason_people ul li:not(:last-child) {
    margin-bottom: 1.5rem
  }
}

.reason_people ul li .side_cmn {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #0bb4c3;
  margin-bottom: 1.5rem
}

@media(max-width: 767px) {
  .reason_people ul li .side_cmn {
    padding-bottom: .8rem;
    margin-bottom: 1rem
  }
}

.reason_people ul li .side_cmn .txt .ttl02 {
  font-size: 1.5rem;
  color: #0bb4c3;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .reason_people ul li .side_cmn .txt .ttl02 {
    font-size: 1rem
  }
}

.reason_feature {
  background-color: #f2f2f2;
  padding: 8rem 0 6rem
}

@media(max-width: 767px) {
  .reason_feature {
    padding: 3.5rem 0 3rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .reason_feature ul {
    padding-top: 3rem
  }
}

@media(max-width: 767px) {
  .reason_feature ul {
    padding-top: 2rem
  }
}

.reason_feature ul li {
  position: relative
}

.reason_feature ul li::before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .16);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0
}

@media(max-width: 767px) {
  .reason_feature ul li::before {
    width: 96%
  }
}

.reason_feature ul li:not(:last-child) {
  margin-bottom: 6rem
}

@media(max-width: 767px) {
  .reason_feature ul li:not(:last-child) {
    margin-bottom: 3rem
  }
}

.reason_feature ul li figure {
  position: relative;
  top: -40px
}

@media(max-width: 767px) {
  .reason_feature ul li figure {
    top: -1rem
  }
}

@media(max-width: 767px) {
  .reason_feature ul li figure img {
    width: 90%
  }
}

.reason_feature ul li .txt {
  padding: 1rem 4% 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  position: relative
}

@media(max-width: 767px) {
  .reason_feature ul li .txt {
    padding: 1rem 2% 1.5rem 7%
  }
}

.reason_feature ul li .txt .num {
  font-size: 7.75rem;
  color: rgba(11, 180, 195, .1);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  position: absolute;
  top: 1rem;
  right: 5%
}

@media(max-width: 767px) {
  .reason_feature ul li .txt .num {
    font-size: 5rem;
    top: -1rem
  }
}

.reason_feature ul li .txt .ttl_cmn2 {
  max-width: 70%
}

@media(max-width: 767px) {
  .reason_feature ul li .txt .ttl_cmn2 {
    max-width: 80%
  }
}

.reason_feature ul li .txt p.txt01 {
  color: #191e22;
  font-weight: 700
}

.flow_content {
  background-color: #f2f2f2;
  padding: 6.5rem 0 6rem
}

@media(max-width: 767px) {
  .flow_content {
    padding: 3rem 0
  }
}

.flow_content ul li {
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
  padding: 2rem 3%;
  position: relative
}

@media(max-width: 767px) {
  .flow_content ul li {
    padding: 1rem 4%
  }
}

.flow_content ul li:not(:last-child) {
  margin-bottom: 3.8rem
}

@media(max-width: 767px) {
  .flow_content ul li:not(:last-child) {
    margin-bottom: 2.5rem
  }
}

.flow_content ul li:not(:last-child)::after {
  content: "";
  border: 23px solid rgba(0, 0, 0, 0);
  border-top: 20px solid #c6c6c6;
  position: absolute;
  top: calc(100% + 1.5rem);
  left: 50%;
  transform: translateX(-50%)
}

@media(max-width: 767px) {
  .flow_content ul li:not(:last-child)::after {
    top: calc(100% + .8rem)
  }
}

.flow_content ul li .step {
  width: 120px;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -10px
}

@media(max-width: 767px) {
  .flow_content ul li .step {
    width: 80px;
    height: 80px
  }
}

.flow_content ul li .step::before {
  content: "";
  border-bottom: 190px solid rgba(0, 0, 0, 0);
  border-left: 190px solid #0bb4c3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

@media(max-width: 767px) {
  .flow_content ul li .step::before {
    border-width: 0 0 120px 120px
  }
}

.flow_content ul li .step p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  position: relative;
  z-index: 2
}

@media(max-width: 767px) {
  .flow_content ul li .step p {
    font-size: 1rem
  }
}

.flow_content ul li .step p em {
  display: block;
  font-size: 3.125rem;
  font-weight: 900
}

@media(max-width: 767px) {
  .flow_content ul li .step p em {
    font-size: 2.25rem
  }
}

.know_about {
  padding: 6rem 0 5.5rem
}

@media(max-width: 767px) {
  .know_about {
    padding: 3rem 0
  }
}

.know_about .over_know .txt {
  background-color: #2b5772;
  padding: 4.5rem 3% 8rem;
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  .know_about .over_know .txt {
    background-color: rgba(43, 87, 114, .8);
    padding: 3rem 3% 4rem
  }
}

@media(max-width: 767px) {
  .know_about .over_know .txt {
    background-color: rgba(43, 87, 114, .8);
    padding: 2rem 4% 2.5rem
  }
}

.know_about .over_know .txt .ttl01 {
  font-size: 3.375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 5%;
  right: 5%
}

@media(min-width: 768px)and (max-width: 1199px) {
  .know_about .over_know .txt .ttl01 {
    color: #2b5772;
    right: calc(100% + 1rem)
  }
}

@media(max-width: 767px) {
  .know_about .over_know .txt .ttl01 {
    font-size: 2.25rem;
    color: #2b5772;
    writing-mode: unset;
    bottom: calc(100% + 1rem);
    right: 0
  }
}

.know_about .over_know .txt .ttl01 span {
  display: block;
  font-size: 1.5rem
}

@media(max-width: 767px) {
  .know_about .over_know .txt .ttl01 span {
    font-size: 1rem
  }
}

@media(min-width: 1200px) {
  .know_about .over_know .txt p.txt01 {
    max-width: 435px
  }
}

.over_know {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: unset;
  padding: 0rem calc((50vw - 50%)/2) 0rem 0;
  margin: 0 calc(50% - 50vw);
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_know {
    align-items: flex-start
  }
}

@media(max-width: 767px) {
  .over_know {
    align-items: flex-start
  }
}

.over_know figure {
  width: calc(100% - 375px);
  text-align: left
}

@media(min-width: 1200px) {
  .over_know figure {
    padding-bottom: 5rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_know figure {
    width: 62.5%
  }
}

@media(max-width: 767px) {
  .over_know figure {
    width: 100%
  }
}

.over_know .txt {
  width: 845px;
  position: relative;
  margin-top: 100px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_know .txt {
    width: 66.6666666667%
  }
}

@media(max-width: 767px) {
  .over_know .txt {
    width: 100%;
    margin-top: -5vw;
    right: calc((50% - 50vw)*2)
  }
}

.over_know:not(.reverse) .txt {
  margin-left: -470px
}

@media(min-width: 768px)and (max-width: 1199px) {
  .over_know:not(.reverse) .txt {
    margin-left: -29.1666666667%
  }
}

@media(max-width: 767px) {
  .over_know:not(.reverse) .txt {
    margin-left: 0
  }
}

.know_feature {
  position: relative
}

.know_feature::before {
  content: "";
  width: 100%;
  height: 62%;
  background-color: #0bb4c3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.know_feature .ttl01 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 2rem
}

@media(max-width: 767px) {
  .know_feature .ttl01 {
    font-size: 1.125rem;
    margin-bottom: 1rem
  }
}

.know_feature p.txt01 {
  margin-bottom: 4.5rem
}

@media(max-width: 767px) {
  .know_feature p.txt01 {
    margin-bottom: 3.5rem
  }
}

.know_feature .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  position: relative
}

@media(min-width: 768px)and (max-width: 1199px) {
  .know_feature .wrap {
    padding-top: 1rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .know_feature .wrap .ttl_side {
    position: absolute
  }
}

.know_feature .wrap .lump {
  width: 26.6666666667%
}

@media(max-width: 767px) {
  .know_feature .wrap .lump {
    width: 100%
  }
}

@media(max-width: 767px) {
  .know_feature .wrap .lump:not(:last-child) {
    margin-bottom: 2.5rem
  }
}

.know_feature .wrap .lump figure {
  text-align: center;
  margin-bottom: .8rem
}

@media(max-width: 767px) {
  .know_feature .wrap .lump figure {
    margin-bottom: .4rem
  }
}

.know_feature .wrap .lump .ttl02 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 1.2rem
}

@media(max-width: 767px) {
  .know_feature .wrap .lump .ttl02 {
    font-size: 1rem;
    margin-bottom: .8rem
  }
}

.know_future {
  position: relative;
  padding: 6rem 0 0
}

@media(max-width: 767px) {
  .know_future {
    padding: 3rem 0
  }
}

.know_future::before {
  content: "";
  width: 100%;
  height: 92%;
  background-color: #2b5772;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

@media(max-width: 767px) {
  .know_future::before {
    height: 100%
  }
}

.know_future .over_cmn .txt {
  position: relative;
  padding-left: 1rem
}

@media(max-width: 767px) {
  .know_future .over_cmn .txt {
    padding-left: 0
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .know_future .over_cmn .txt .ttl_side {
    top: -1rem
  }
}

.know_merit .ttl01 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 4rem
}

@media(max-width: 767px) {
  .know_merit .ttl01 {
    font-size: 1.25rem;
    margin-bottom: 2.5rem
  }
}

.know_merit .ttl01 span {
  display: block;
  font-size: 0.875rem;
  color: #0bb4c3;
  font-weight: 400;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .know_merit .ttl01 span {
    font-size: 0.75rem
  }
}

.know_merit ul li {
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
  padding: 2.2rem 4% 2rem 164px;
  position: relative
}

@media(max-width: 767px) {
  .know_merit ul li {
    padding: 1.5rem 3% 1.5rem 18vw
  }
}

.know_merit ul li:not(:last-child) {
  margin-bottom: 3.8rem
}

@media(max-width: 767px) {
  .know_merit ul li:not(:last-child) {
    margin-bottom: 3rem
  }
}

.know_merit ul li .merit {
  width: 134px;
  height: 134px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #0bb4c3;
  position: absolute;
  top: -20px;
  left: -20px
}

@media(max-width: 767px) {
  .know_merit ul li .merit {
    width: 18vw;
    height: 18vw
  }
}

.know_merit ul li .merit p {
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center
}

@media(max-width: 767px) {
  .know_merit ul li .merit p {
    font-size: 1rem
  }
}

.know_merit ul li .merit p em {
  display: block;
  font-size: 4.375rem;
  font-weight: 900;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .know_merit ul li .merit p em {
    font-size: 2.5rem
  }
}

.know_merit ul li .ttl02 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .5rem
}

@media(max-width: 767px) {
  .know_merit ul li .ttl02 {
    font-size: 1.0625rem
  }
}

.know_notes {
  background-color: #f2f2f2
}

@media(min-width: 768px)and (max-width: 1199px) {
  .know_notes p.txt01 {
    padding-top: 1rem
  }
}

.train_plink .btnwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.train_plink .btnwrap .btn_skew {
  width: 23.75%
}

@media(max-width: 767px) {
  .train_plink .btnwrap .btn_skew {
    width: 46%
  }
}

@media(max-width: 767px) {
  .train_plink .btnwrap .btn_skew:nth-child(n+3) {
    margin-top: .8rem
  }
}

@media(min-width: 1200px) {
  .train_plink .btnwrap .btn_skew:nth-child(n+5) {
    margin-top: 1rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .train_plink .btnwrap .btn_skew:nth-child(n+5) {
    margin-top: .8rem
  }
}

.train_feature {
  position: relative
}

.train_feature::before {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #0bb4c3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

@media(min-width: 768px)and (max-width: 1199px) {
  .train_feature::before {
    height: 100%
  }
}

.train_feature p.txt01 {
  max-width: 700px;
  margin: 0 auto 3.5rem
}

@media(max-width: 767px) {
  .train_feature p.txt01 {
    margin-bottom: 1.5rem
  }
}

.train_feature figure {
  text-align: center
}

.train_type {
  background-color: #f2f2f2
}

.train_type .side_cmn {
  align-items: stretch
}

.train_type .side_cmn:not(:last-child) {
  margin-bottom: 1.2rem
}

@media(max-width: 767px) {
  .train_type .side_cmn:not(:last-child) {
    margin-bottom: 2rem
  }
}

@media(max-width: 767px) {
  .train_type .side_cmn figure {
    margin-bottom: 0
  }
}

.train_type .side_cmn .txt {
  background-color: #fff;
  padding: 2rem 4%;
  overflow: hidden
}

@media(max-width: 767px) {
  .train_type .side_cmn .txt {
    padding: 1.2rem 4%
  }
}

.train_type .side_cmn .txt h3.ttl_cmn2 {
  padding-bottom: .4em;
  position: relative
}

.train_type .side_cmn .txt h3.ttl_cmn2::before {
  content: "";
  width: calc(100% + 3rem);
  height: 1px;
  background-color: #0bb4c3;
  position: absolute;
  top: 100%;
  right: 0
}

.train_type .side_cmn .txt h4.ttl_cmn2 {
  margin-bottom: .4rem
}

.train_type .side_cmn .txt p.txt01 {
  margin-bottom: 2rem
}

@media(max-width: 767px) {
  .train_type .side_cmn .txt p.txt01 {
    margin-bottom: 1.2rem
  }
}

.page_triple ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: unset
}

.page_triple ul li {
  width: 32.96875%;
  position: relative
}

@media(max-width: 767px) {
  .page_triple ul li {
    width: 100%
  }
}

.page_triple ul li::before {
  content: "";
  display: block;
  padding-top: 53.0805687204%
}

.page_triple ul li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.page_triple ul li>a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

.page_triple ul li>a:hover::before {
  background-color: rgba(255, 255, 255, .4);
  transition: .5s ease
}

.page_triple ul li>a .ttl01 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  z-index: 1
}

@media(max-width: 767px) {
  .page_triple ul li>a .ttl01 {
    font-size: 1.125rem
  }
}

.page_triple ul li>a .ttl01 span {
  display: block;
  font-size: 0.875rem;
  color: #21b4c3;
  font-weight: 900
}

@media(max-width: 767px) {
  .page_triple ul li>a .ttl01 span {
    font-size: 0.75rem
  }
}

.page_triple ul li:nth-child(1)>a {
  background: url(images/train/bg_triple01.jpg) center top/cover no-repeat
}

.page_triple ul li:nth-child(2)>a {
  background: url(images/train/bg_triple02.jpg) center top/cover no-repeat
}

.page_triple ul li:nth-child(3)>a {
  background: url(images/train/bg_triple03.jpg) center top/cover no-repeat
}

.hanging_about {
  position: relative
}

.hanging_about::before {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #2b5772;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

@media(min-width: 768px)and (max-width: 1399px) {
  .hanging_about::before {
    height: 100%
  }
}

@media(max-width: 767px) {
  .hanging_about::before {
    height: 96%
  }
}

.hanging_about .over_cmn .txt {
  position: relative
}

.hanging_effect {
  background-color: #f2f2f2;
  padding: 6rem 0 14rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .hanging_effect {
    padding: 4rem 0 8rem
  }
}

@media(max-width: 767px) {
  .hanging_effect {
    padding: 3rem 0 6rem
  }
}

.hanging_effect .side_cmn:not(:last-child) {
  margin-bottom: 3.5rem
}

@media(max-width: 767px) {
  .hanging_effect .side_cmn:not(:last-child) {
    margin-bottom: 2rem
  }
}

.hanging_product .unit:not(:last-child) {
  padding-bottom: 5rem;
  border-bottom: 1px solid #adadad;
  margin-bottom: 5rem
}

@media(max-width: 767px) {
  .hanging_product .unit:not(:last-child) {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem
  }
}

.hanging_product .unit .side_cmn {
  margin-bottom: 3rem
}

@media(max-width: 767px) {
  .hanging_product .unit .side_cmn {
    margin-bottom: 1.5rem
  }
}

.hanging_product .ttl_deco {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #2b5772;
  padding: .5rem 1.2rem;
  border-left: 15px solid #12191d;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  .hanging_product .ttl_deco {
    padding: .2rem .6rem;
    font-size: 1.125rem;
    margin-bottom: .4rem
  }
}

.tbl_product {
  width: 100%
}

.tbl_product th,
.tbl_product td {
  border: 1px solid #12191d;
  padding: .7rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em
}

@media(max-width: 767px) {

  .tbl_product th,
  .tbl_product td {
    padding: .4rem .6rem;
    font-size: 0.75rem
  }
}

.tbl_product thead th {
  background-color: #d6eaeb
}

.tbl_product tbody td {
  background-color: #fff;
  text-align: center
}

.hanging_notes {
  background-color: #f2f2f2
}

.recruit_message {
  padding: 6rem 0 12rem
}

@media(min-width: 768px)and (max-width: 1199px) {
  .recruit_message {
    padding: 4rem 0 8rem
  }
}

@media(max-width: 767px) {
  .recruit_message {
    padding: 3rem 0 5rem
  }
}

.recruit_message .name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: .7em
}

@media(max-width: 767px) {
  .recruit_message .name {
    font-size: 1.125rem
  }
}

.recruit_message .name span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .recruit_message .name span {
    font-size: 0.75rem
  }
}

.recruit_company {
  background-color: #0bb4c3
}

.recruit_company ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

.recruit_company ul li {
  width: 31.6666666667%
}

@media(max-width: 767px) {
  .recruit_company ul li {
    width: 47%
  }
}

@media(min-width: 1200px) {
  .recruit_company ul li:nth-child(n+4) {
    margin-top: 1.8rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .recruit_company ul li:nth-child(n+4) {
    margin-top: 1.2rem
  }
}

@media(max-width: 767px) {
  .recruit_company ul li:nth-child(n+3) {
    margin-top: 1rem
  }
}

.recruit_people ul li .merit {
  background-color: #2b5772
}

.recruit_member {
  background-color: #0bb4c3
}

.recruit_member ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch
}

@media(min-width: 1200px) {
  .recruit_member ul {
    padding-top: 40px;
    padding-bottom: 7.5rem;
    margin: 0 -1.6666666667%
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .recruit_member ul {
    padding-top: 20px;
    padding-bottom: 5rem;
    margin: 0 -.8333333333%
  }
}

@media(max-width: 767px) {
  .recruit_member ul {
    padding-top: 1rem
  }
}

.recruit_member ul li {
  width: 46.7%;
  background: #fff url(images/recruit/bgline01.png) right top/100% auto no-repeat
}

@media(max-width: 767px) {
  .recruit_member ul li {
    width: 100%
  }
}

@media(min-width: 1200px) {
  .recruit_member ul li:nth-child(n+3) {
    margin-top: 5.5rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .recruit_member ul li:nth-child(n+3) {
    margin-top: 4rem
  }
}

@media(min-width: 1200px) {
  .recruit_member ul li:nth-child(even) {
    position: relative;
    top: 7.5rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .recruit_member ul li:nth-child(even) {
    position: relative;
    top: 5rem
  }
}

@media(max-width: 767px) {
  .recruit_member ul li:not(:last-child) {
    margin-bottom: 3rem
  }
}

.recruit_member ul li figure {
  text-align: center
}

@media(min-width: 1200px) {
  .recruit_member ul li figure {
    margin-top: -40px;
    margin-left: -40px
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .recruit_member ul li figure {
    margin-top: -20px;
    margin-left: -20px
  }
}

@media(max-width: 767px) {
  .recruit_member ul li figure {
    margin-top: -1rem;
    margin-left: -1rem
  }
}

.recruit_member ul li .txt {
  padding: 1rem 5% 2.5rem
}

@media(max-width: 767px) {
  .recruit_member ul li .txt {
    padding: .7rem 4% 1.8rem
  }
}

.recruit_member .name {
  letter-spacing: .05em;
  padding-bottom: .3rem;
  margin-bottom: 1.5rem;
  position: relative
}

@media(max-width: 767px) {
  .recruit_member .name {
    margin-bottom: .8rem
  }
}

.recruit_member .name::before {
  content: "";
  width: calc(100% + 3rem);
  height: 1px;
  background-color: #0bb4c3;
  position: absolute;
  top: 100%;
  right: 0
}

.recruit_member .name b {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #0bb4c3;
  padding: 0rem .6rem;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .2rem
}

@media(max-width: 767px) {
  .recruit_member .name b {
    font-size: 0.6875rem
  }
}

.recruit_member .name em {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1
}

@media(max-width: 767px) {
  .recruit_member .name em {
    font-size: 1.25rem
  }
}

.recruit_member .name span {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 1em
}

@media(max-width: 767px) {
  .recruit_member .name span {
    font-size: 0.8125rem
  }
}

.recruit_charm {
  background-color: #fff
}

.recruit_charm ul li:not(:last-child)::after {
  content: none
}

.recruit_charm ul li .step::before {
  border-left: 190px solid #2b5772
}

.recruit_require {
  background-color: #f2f2f2
}

.tbl_recruit {
  width: 100%;
  max-width: 1040px;
  border-top: 1px solid #c1bdbd;
  margin: 0 auto
}

.tbl_recruit th,
.tbl_recruit td {
  padding: 2rem 3%;
  border-bottom: 1px solid #c1bdbd;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .05em;
  vertical-align: top
}

@media(max-width: 767px) {

  .tbl_recruit th,
  .tbl_recruit td {
    padding: 1rem 3%;
    font-size: 0.75rem
  }
}

.tbl_recruit th {
  width: 22%;
  font-weight: 700;
  text-align: left
}

@media(max-width: 767px) {
  .tbl_recruit th {
    width: 25%
  }
}

.tbl_recruit td {
  width: 78%;
  padding-left: 0;
  font-weight: 400
}

@media(max-width: 767px) {
  .tbl_recruit td {
    width: 75%
  }
}

.contact_form.recruit_form {
  background-color: #fff;
  padding: 3.5rem 0 7.5rem
}

@media(max-width: 767px) {
  .contact_form.recruit_form {
    padding: 2rem 0 4rem
  }
}

.contact_form.recruit_form .tbl_contact {
  max-width: 1000px;
  border-spacing: 0 2.1rem
}

@media(max-width: 767px) {
  .contact_form.recruit_form .tbl_contact {
    border-spacing: 0 1.5rem
  }
}

.contact_form.recruit_form .tbl_contact th,
.contact_form.recruit_form .tbl_contact td {
  display: table-cell
}

@media(max-width: 767px) {

  .contact_form.recruit_form .tbl_contact th,
  .contact_form.recruit_form .tbl_contact td {
    display: block
  }
}

.contact_form.recruit_form .tbl_contact th {
  width: 30%
}

@media(max-width: 767px) {
  .contact_form.recruit_form .tbl_contact th {
    width: 100%
  }
}

.contact_form.recruit_form .tbl_contact td {
  width: 70%;
  padding-top: 0
}

@media(max-width: 767px) {
  .contact_form.recruit_form .tbl_contact td {
    width: 100%;
    padding-top: .5rem
  }
}

.contact_form.recruit_form .tbl_contact .required::after {
  background-color: #2b5772
}

.contact_form.recruit_form .tbl_contact .any::after {
  background-color: #0bb4c3
}

.contact_form.recruit_form .tbl_contact td input[type=text],
.contact_form.recruit_form .tbl_contact td input[type=tel],
.contact_form.recruit_form .tbl_contact td input[type=email] {
  background: #f2f2f2
}

.contact_form.recruit_form .tbl_contact td textarea {
  background: #f2f2f2
}

.contact_form.recruit_form .th_textarea {
  vertical-align: top;
  padding-top: .2rem
}

.contact_form.recruit_form .th_textarea::after {
  top: 1.2rem
}

p.txt_policy b {
  display: block;
  font-weight: 700
}

p.txt_policy a {
  font-size: 0.875rem;
  color: #0bb4c3;
  text-decoration: underline
}

@media(max-width: 767px) {
  p.txt_policy a {
    font-size: 0.75rem
  }
}

.check_confirm {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin: 1.5rem 0 4.5rem
}

@media(max-width: 767px) {
  .check_confirm {
    font-size: 0.75rem;
    margin: 1rem 0 2rem
  }
}

.check_confirm label {
  padding: 20px
}

.check_confirm span {
  margin-right: 5px
}

.faq_list {
  padding: 7.5rem 0
}

@media(max-width: 767px) {
  .faq_list {
    padding: 3rem 0
  }
}

.faq_list ul li:not(:last-child) {
  margin-bottom: 2.5rem
}

@media(max-width: 767px) {
  .faq_list ul li:not(:last-child) {
    margin-bottom: 1.5rem
  }
}

.faq_list ul li .q {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: unset;
  background-color: #f2f2f2;
  border: 1px solid #dbdbdb;
  padding: 1rem 2rem 1.2rem 2rem
}

@media(max-width: 767px) {
  .faq_list ul li .q {
    padding: .8rem 1rem 1rem 1rem
  }
}

.faq_list ul li .q p {
  padding-left: 2.2em;
  text-indent: -2.2em;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  position: relative
}

@media(max-width: 767px) {
  .faq_list ul li .q p {
    padding-left: 1.6em;
    text-indent: -1.6em;
    font-size: 0.875rem
  }
}

.faq_list ul li .q p b {
  font-size: 1.5rem;
  color: #105875;
  font-weight: 700;
  line-height: 1;
  margin-right: 1.2rem;
  position: relative;
  top: 3px
}

@media(max-width: 767px) {
  .faq_list ul li .q p b {
    font-size: 1.25rem;
    margin-right: .6rem
  }
}

.faq_list ul li .a {
  border: 1px solid #dbdbdb;
  padding: 1rem 2rem 1.2rem 2rem
}

@media(max-width: 767px) {
  .faq_list ul li .a {
    padding: .8rem 1rem 1rem 1rem
  }
}

.faq_list ul li .a p {
  padding-left: 2.2em;
  text-indent: -2.2em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2
}

@media(max-width: 767px) {
  .faq_list ul li .a p {
    padding-left: 1.6em;
    text-indent: -1.6em;
    font-size: 0.875rem;
    line-height: 1.5
  }
}

.faq_list ul li .a p b {
  font-size: 1.5rem;
  color: #0bb4c3;
  font-weight: 700;
  line-height: 1;
  margin-right: 1.2rem;
  position: relative;
  top: 3px
}

@media(max-width: 767px) {
  .faq_list ul li .a p b {
    font-size: 1.25rem;
    margin-right: .6rem
  }
}

.case_single_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem
}

@media(max-width: 767px) {
  .case_single_wrap {
    padding-top: 3rem;
    padding-bottom: 3.5rem
  }
}

.case_single_wrap main {
  width: 60%
}

@media(max-width: 767px) {
  .case_single_wrap main {
    width: 100%;
    margin-bottom: 3rem
  }
}

.case_single_wrap aside {
  width: 31.6666666667%
}

@media(max-width: 767px) {
  .case_single_wrap aside {
    width: 100%
  }
}

aside .lump:not(:last-child) {
  margin-bottom: 2.5rem
}

@media(max-width: 767px) {
  aside .lump:not(:last-child) {
    margin-bottom: 1.5rem
  }
}

aside .lump .ttl_side01 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: .5rem;
  border-left: 7px solid #0bb4c3;
  margin-bottom: 1.8rem
}

@media(max-width: 767px) {
  aside .lump .ttl_side01 {
    font-size: 1rem;
    margin-bottom: 1.1rem
  }
}

aside .lump.other ul li {
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .16)
}

@media(max-width: 767px) {
  aside .lump.other ul li {
    width: 100%
  }
}

aside .lump.other ul li:not(:last-child) {
  margin-bottom: 2.5rem
}

@media(max-width: 767px) {
  aside .lump.other ul li:not(:last-child) {
    margin-bottom: 1.5rem
  }
}

aside .lump.other ul li figure {
  text-align: center
}

aside .lump.other ul li .txt {
  padding: 1.7rem 2% 1.2rem
}

@media(max-width: 767px) {
  aside .lump.other ul li .txt {
    padding: 1.2rem 4%
  }
}

aside .lump.other ul li .txt .ttl01 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: .5rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: .7rem
}

@media(max-width: 767px) {
  aside .lump.other ul li .txt .ttl01 {
    font-size: 1.125rem
  }
}

aside .lump.other ul li .txt .cate {
  display: inline-block;
  font-size: 0.75rem;
  color: #0052a3;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #2f539f;
  border-radius: 3px;
  padding: .2rem .6rem;
  margin-right: .8rem
}

@media(max-width: 767px) {
  aside .lump.other ul li .txt .cate {
    font-size: 0.6875rem;
    padding: 0 .4rem;
    margin-right: .4rem
  }
}

aside .lump.newposts ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dbdbdb
}

aside .lump.newposts ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: unset
}

aside .lump.newposts ul li a time {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .05em;
  margin-right: 2%
}

@media(max-width: 767px) {
  aside .lump.newposts ul li a time {
    font-size: 0.875rem
  }
}

aside .lump.newposts ul li a .cate {
  min-width: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-right: 4%
}

aside .lump.newposts ul li a .cate.cate_news {
  color: #2b5772
}

aside .lump.newposts ul li a .cate.cate_media {
  color: #47966d
}

aside .lump.newposts ul li a .cate.cate_other {
  color: #6c6c6c
}

aside .lump.newposts ul li a .ttl01 {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .05em;
  margin-top: .5rem
}

@media(max-width: 767px) {
  aside .lump.newposts ul li a .ttl01 {
    font-size: 0.875rem
  }
}

aside .lump.popular ul li:not(:last-child) {
  margin-bottom: 3.5rem
}

@media(max-width: 767px) {
  aside .lump.popular ul li:not(:last-child) {
    margin-bottom: 2rem
  }
}

aside .lump.popular ul li figure {
  text-align: center;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  aside .lump.popular ul li figure {
    margin-bottom: .5rem
  }
}

aside .lump.popular ul li .ttl01 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: .4rem;
  border-bottom: 1px solid #969a9b;
  margin-bottom: .4rem
}

@media(max-width: 767px) {
  aside .lump.popular ul li .ttl01 {
    font-size: 1rem
  }
}

aside .lump.popular ul li time {
  font-size: 0.875rem;
  color: #777;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-right: 1rem
}

@media(max-width: 767px) {
  aside .lump.popular ul li time {
    font-size: 0.75rem
  }
}

.blog_single article .top {
  margin-bottom: .8rem
}

.blog_single article .top .ttl_post {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: .8rem
}

@media(max-width: 767px) {
  .blog_single article .top .ttl_post {
    font-size: 1.25rem
  }
}

.blog_single article .top .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: unset
}

.blog_single article .top .wrap:not(:last-child) {
  margin-bottom: .8rem
}

.blog_single article .top .wrap time {
  font-size: 1rem;
  color: #7e7e7e;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .05em;
  margin-right: 2%
}

@media(max-width: 767px) {
  .blog_single article .top .wrap time {
    font-size: 0.875rem
  }
}

.blog_single article .top .wrap .cate {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70px;
  border: 1px solid #2f539f;
  border-radius: 3px;
  font-size: 0.75rem;
  color: #0052a3;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .05em;
  padding: .2rem .5rem
}

@media(max-width: 767px) {
  .blog_single article .top .wrap .cate {
    font-size: 0.625rem;
    padding: 0 .3rem
  }
}

.blog_single article .topadd {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dbdad7;
  margin-bottom: 2.5rem
}

@media(max-width: 767px) {
  .blog_single article .topadd {
    padding-bottom: 1.5rem;
    margin-bottom: 1.8rem
  }
}

.blog_single article .lump:not(:last-child) {
  margin-bottom: 4rem
}

@media(max-width: 767px) {
  .blog_single article .lump:not(:last-child) {
    margin-bottom: 2.5rem
  }
}

.blog_single article .lump p:not(:last-child) {
  margin-bottom: 2.5rem
}

@media(max-width: 767px) {
  .blog_single article .lump p:not(:last-child) {
    margin-bottom: 1.5rem
  }
}

.blog_single .ttl_h2 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  background-color: #2b5772;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1rem 2%;
  margin-bottom: 2.5rem;
  position: relative
}

@media(max-width: 767px) {
  .blog_single .ttl_h2 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem
  }
}

.blog_single .ttl_h2::before {
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  background-color: #2b5772;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1
}

.blog_single .ttl_h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: .5rem;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 1rem;
  position: relative
}

@media(max-width: 767px) {
  .blog_single .ttl_h3 {
    font-size: 1rem;
    margin-bottom: .7rem
  }
}

.blog_single .ttl_h3::before {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #2b5772;
  position: absolute;
  top: 100%;
  left: 0
}

.blog_single .ttl_h4 {
  font-size: 1.125rem;
  color: #0bb4c3;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 60px;
  margin-bottom: 1rem;
  position: relative
}

@media(max-width: 767px) {
  .blog_single .ttl_h4 {
    font-size: 0.9375rem;
    padding-left: 25px;
    margin-bottom: .7rem
  }
}

.blog_single .ttl_h4::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #0bb4c3;
  position: absolute;
  top: 50%;
  left: 0
}

@media(max-width: 767px) {
  .blog_single .ttl_h4::before {
    width: 20px
  }
}

.blog_single .lump>figure {
  margin-bottom: 1.2rem
}

@media(max-width: 767px) {
  .blog_single .lump>figure {
    margin-bottom: .8rem
  }
}

.blog_single .imgwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: unset;
  margin-bottom: 2.5rem
}

@media(max-width: 767px) {
  .blog_single .imgwrap {
    margin-bottom: 1.5rem
  }
}

@media(max-width: 767px) {
  .blog_single .imgwrap figure:not(:last-child) {
    margin-bottom: 1rem
  }
}

.blog_list {
  background-color: #fff
}

.blog_list ul {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 4.5rem
}

@media(max-width: 767px) {
  .blog_list ul {
    margin-bottom: 2.5rem
  }
}

.blog_list ul::after {
  content: "";
  width: 31%
}

.blog_list ul li {
  width: 31%
}

@media(max-width: 767px) {
  .blog_list ul li {
    width: 100%
  }
}

@media(min-width: 1200px) {
  .blog_list ul li:nth-child(n+4) {
    margin-top: 4.5rem
  }
}

@media(min-width: 768px)and (max-width: 1199px) {
  .blog_list ul li:nth-child(n+4) {
    margin-top: 3.5rem
  }
}

@media(max-width: 767px) {
  .blog_list ul li:not(:last-child) {
    margin-bottom: 2.5rem
  }
}

.news_list {
  padding: 6rem 0
}

@media(max-width: 767px) {
  .news_list {
    padding: 3rem 0
  }
}

.news_list .ttl02 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem
}

@media(max-width: 767px) {
  .news_list .ttl02 {
    font-size: 1rem;
    margin-bottom: .8rem
  }
}

.news_list ul {
  margin-bottom: 5rem
}

@media(max-width: 767px) {
  .news_list ul {
    margin-bottom: 2.5rem
  }
}

.news_list ul li {
  padding: 2rem 0;
  border-bottom: 1px solid #d8d8d8
}

@media(max-width: 767px) {
  .news_list ul li {
    padding-bottom: .8rem 0
  }
}

.news_list ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: unset
}

.news_list ul li a time {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: .05em;
  margin-right: 2%
}

@media(max-width: 767px) {
  .news_list ul li a time {
    font-size: 0.875rem
  }
}

.news_list ul li a .cate {
  min-width: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-right: 4%
}

.news_list ul li a .cate.cate_news {
  color: #2b5772
}

.news_list ul li a .cate.cate_media {
  color: #47966d
}

.news_list ul li a .cate.cate_other {
  color: #6c6c6c
}

.news_list ul li a .ttl01 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: .05em
}

@media(max-width: 767px) {
  .news_list ul li a .ttl01 {
    width: 100%;
    font-size: 0.875rem;
    margin-top: .5rem
  }
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  text-align: center
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  margin: 0 10px
}

@media(max-width: 767px) {

  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0 5px
  }
}

.wp-pagenavi a:hover {
  opacity: .7
}

.wp-pagenavi span.current {
  background-color: #0bb4c3;
  color: #fff
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background: none;
  font-size: 0.75rem;
  color: #0bb4c3;
  line-height: 1;
  text-align: center
}

.contact_first p.txt01 {
  margin-bottom: 2rem
}

@media(max-width: 767px) {
  .contact_first p.txt01 {
    margin-bottom: 1.2rem
  }
}

.contact_first .area {
  max-width: 680px;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 1.5rem 4%;
  margin: 0 auto
}

@media(max-width: 767px) {
  .contact_first .area {
    padding: 1rem 4%
  }
}

.contact_first .area p.txt02 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem
}

@media(max-width: 767px) {
  .contact_first .area p.txt02 {
    font-size: 1rem;
    margin-bottom: .7rem
  }
}

.contact_first .area .tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto .5rem
}

.contact_first .area .tel a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #0bb4c3;
  line-height: 3rem
}

@media(max-width: 767px) {
  .contact_first .area .tel a {
    line-height: 2rem
  }
}

.contact_first .area .tel a i {
  font-size: 2.75rem;
  margin-right: .5rem
}

@media(max-width: 767px) {
  .contact_first .area .tel a i {
    font-size: 1.5rem
  }
}

.contact_first .area .tel a p {
  font-size: 3.9375rem;
  font-weight: 700
}

@media(max-width: 767px) {
  .contact_first .area .tel a p {
    font-size: 2rem
  }
}

.contact_form {
  background-color: #f2f2f2;
  padding: 3.3rem 0 9rem
}

@media(max-width: 767px) {
  .contact_form {
    padding: 2rem 0 4rem
  }
}

.contact_form p.txt01,
.contact_form p.txt02,
.contact_form .tbl_contact {
  max-width: 720px;
  margin: 0 auto
}

.contact_form p.txt01 a,
.contact_form p.txt02 a {
  color: #60dffd;
  font-weight: 700;
  text-decoration: underline
}

.contact_form p.txt01 {
  padding-bottom: 2rem;
  position: relative
}

.contact_form p.txt01::after {
  content: "";
  width: 180px;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  bottom: 0;
  left: 0
}

.contact_form p.txt02 {
  margin-top: 1rem
}

.thanks_first .area {
  margin-bottom: 3.5rem
}

@media(max-width: 767px) {
  .thanks_first .area {
    margin-bottom: 2rem
  }
}

.tbl_contact {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 2.5rem;
  margin-bottom: 15px
}

@media(max-width: 767px) {
  .tbl_contact {
    border-spacing: 0 1.5rem
  }
}

.tbl_contact .col_th {
  display: none
}

@media(max-width: 767px) {
  .tbl_contact .col_th {
    display: none
  }
}

.tbl_contact .col_td {
  display: none
}

@media(max-width: 767px) {
  .tbl_contact .col_td {
    display: none
  }
}

.tbl_contact th {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 58px;
  text-align: left;
  position: relative
}

@media(max-width: 767px) {
  .tbl_contact th {
    display: block;
    width: 100%;
    font-size: 0.875rem
  }
}

.tbl_contact td {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding-top: .5rem
}

@media(max-width: 767px) {
  .tbl_contact td {
    display: block;
    width: 100%;
    font-size: 0.875rem
  }
}

.tbl_contact .required {
  position: relative
}

.tbl_contact .required::after {
  content: "必須";
  background-color: #0bb4c3;
  border-radius: 3px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  padding: .2rem .5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 767px) {
  .tbl_contact .required::after {
    padding: .2rem .5rem
  }
}

.tbl_contact .any {
  position: relative
}

.tbl_contact .any::after {
  content: "任意";
  background-color: #868686;
  border-radius: 3px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding: .2rem .5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

@media(max-width: 767px) {
  .tbl_contact .any::after {
    padding: .2rem .5rem
  }
}

.tbl_contact td input[type=text],
.tbl_contact td input[type=tel],
.tbl_contact td input[type=email] {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 3px 5px
}

.tbl_contact td input[type=text],
.tbl_contact td input[type=email] {
  width: 100%
}

.tbl_contact td input[type=tel] {
  width: 70%
}

.tbl_contact td textarea {
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 5px
}

.tbl_contact td span.wpcf7-list-item {
  margin: 0 2em 0 0
}

.btn_submit {
  display: table;
  margin: 0 auto;
  position: relative;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3
}

.btn_submit input[type=submit] {
  background: #0bb4c3;
  border-radius: 5px;
  text-align: center;
  padding: 1.4rem 6.5rem
}

@media(max-width: 767px) {
  .btn_submit input[type=submit] {
    padding: .8rem 4rem
  }
}

.btn_submit::after {
  content: "";
  font-size: 0.625rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: .8rem;
  transform: translateY(-50%)
}

.btn_submit input[type=submit][disabled] {
  opacity: .3
}

.btn_submit input[type=submit]:not([disabled]):hover {
  cursor: pointer
}

.ajax-loader {
  display: none !important
}

.wpcf7-spinner {
  display: none !important
}

.request_first {
  background-color: #f2f2f2;
  padding: 7.5rem 0
}

@media(max-width: 767px) {
  .request_first {
    padding: 3.5rem 0
  }
}

.request_first .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start
}

.request_first .inner .left {
  width: 35%
}

@media(max-width: 767px) {
  .request_first .inner .left {
    width: 100%;
    margin-bottom: 3rem
  }
}

.request_first .inner .left figure {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 3rem 0;
  text-align: center;
  margin-bottom: 2.5rem
}

@media(max-width: 767px) {
  .request_first .inner .left figure {
    padding: 1rem 4%;
    margin-bottom: 1rem
  }
}

.request_first .inner .left .ttl01 {
  font-size: 1rem;
  color: #105875;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .4rem
}

@media(max-width: 767px) {
  .request_first .inner .left .ttl01 {
    font-size: 0.875rem
  }
}

.request_first .inner .right {
  width: 100%;
  padding: 0
}

@media(max-width: 767px) {
  .request_first .inner .right {
    width: 100%
  }
}

/*# sourceMappingURL=lower-style.css.map */