@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700,900|Roboto:500,700,900&display=swap');
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/

*{
  box-sizing: border-box;

}
/* animation */
@-webkit-keyframes imgLeft {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes imgLeft {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes txtLeft {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}

@keyframes txtLeft {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}

@-webkit-keyframes arrow {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes arrow {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scrollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes scrollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes obiSlideIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes obiSlideIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@-webkit-keyframes obiSlideIn-txt {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes obiSlideIn-txt {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideBg-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideBg-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideBg-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideBg-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes vertical-slideUp {
  from {
    opacity: 0;
    margin-top: 2em;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes vertical-slideUp {
  from {
    opacity: 0;
    margin-top: 2em;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}


#low {
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#low.is-loaded .artSpecial .artCopy {
  max-width: 100%;
}

@media screen and (min-width: 768px),
print {
  #low a[href^="tel:"] {
    pointer-events: none;
  }
}

#low .fR {
  float: right;
}

@media only screen and (max-width: 767px) {
  #low .fR {
    float: none;
  }
}

#low .fL {
  float: left;
}

@media only screen and (max-width: 767px) {
  #low .fL {
    float: none;
  }
}

#low .f-min {
  font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', HGS明朝E, メイリオ, Meiryo, serif;
}

#low address,
#low em {
  font-style: normal;
}

#low .fadein-up {
  opacity: 0;
}

#low .fadein-up.is-view {
  -webkit-animation: scrollIn 1s 0s forwards;
  animation: scrollIn 1s 0s forwards;
}

#low .specialDetail h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  color: #33bdc0;
}

#low .specialDetail h3 i {
  font-style: normal;
}

#low .specialDetail p {
  font-size: 16px;
}

#low .specialDetail div+div {
  margin-top: 25px;
}

#low .specialDetail .blc p i {
  font-weight: bold;
  font-style: normal;
  display: block;
}

#low .specialNote {
  padding: 38px 0;
  font-size: 12px;
  letter-spacing: 1px;
}

#low .specialNote>span {
  display: inline-block;
  margin-right: 15px;
}

#low .specialNote em {
  font-weight: 500;
  font-size: 16px;
}

#low .specialNote .illust {
  font-size: 16px;
}

#low .ph p {
  margin-bottom: 0;
  margin-top: 13px;
  font-size: 13px;
  color: #666;
}

#low .ph.wide {
  font-size: 0;
}

#low .ph.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 35px;
}

#low .ph.double .txt p {
  color: #000;
  font-size: 16px;
}

#low .ph.double>div {
  width: 49%;
  margin-top: 0;
}

#low .ph.double.double02>div:nth-child(1) {
  width: 32%;
}

#low .ph.double.double02>div:nth-child(2) {
  width: 66%;
}

#low .ph p.blcAnnotation {
  margin-bottom: 20px;
}

#low .ph p {
  margin-top: 12px;
}

#low .lowerWrap {
  margin-bottom: 0;
}

#low .artSpecial {
  margin-bottom: 30px;
}

#low .js-scrollIn {
  opacity: 0;
}

#low .is-view {
  -webkit-animation: scrollIn 1s 0s forwards;
  animation: scrollIn 1s 0s forwards;
}

#low .lowInnerTalk .txt {
  float: left;
  width: 793px;
  margin-top: 0;
}

#low .lowInnerTalk .ph {
  float: right;
  margin: 0 0 0 15px;
  width: 332px;
}

#low .lowInnerTalk .ph p {
  text-indent: 0;
  padding-left: 0;
}

#low .lowInnerTalk p {
  text-indent: -3em;
  padding-left: 3em;
}

#low .lowInnerTalk h4 {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
}

#low .lowInnerTalk h4 i {
  font-style: normal;
  color: #33bdc0;
}

/*  ==================================================
feature
================================================== */
#low .feature .lowerWrap {
  margin-bottom: 0;
}

#low .feature .newsTtl {
  padding: 18px 0;
  font-size: 20px;
  font-weight: bold;
}

#low .feature .newsTtl .newsTtl_cate {
  display: inline-block;
  padding: 1px 12px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #000;
}

#low .feature .newsTtl mark {
  color: #33bdc0;
  background: none;
  margin: 0 0.2em;
}

#low .feature .specialTopics .topicsBox {
  width: auto;
  /* padding: 80px 0; */
  min-height: inherit;
}

#low .feature .specialTopics .topicsBox::before {
  -webkit-animation: slideBg-left .6s ease-in forwards;
  animation: slideBg-left .6s ease-in forwards;
}

#low .feature .specialTopics .topicsPic {
  -webkit-animation: fadeInRight 1.2s ease-in-out .8s forwards;
  animation: fadeInRight 1.2s ease-in-out .8s forwards;
}

#low .feature .specialTopics .topicsHead,
#low .feature .specialTopics .topicsCaption {
  position: relative;
  z-index: 2;
  padding-left: 55px;
}

#low .feature .specialTopics .topicsCaption {
  width: 440px;
  margin-top: 0;
}

#low .feature .specialTopics .topicsPic.column {
  right: 0;
  top: 30px;
  width: auto;
}

#low .feature .specialTopics .topicsTtl {
  font-size: 40px;
  margin: 20px 0;
}

#low .feature .specialDetail {
  margin-bottom: 40px;
}
#low .feature .specialDetail.last {
  background-color: #F4F4F4;
}
#low .feature .specialDetail h3 {
  font-size: 30px;
  margin: 0 0 20px;
}

#low .feature .specialDetail .ph {
  color: #666;
}

#low .feature .specialDetail .ph p {
  margin: 10px 0 0;
  font-size: 13px;
}

#low .feature .specialDetail .txt {
  font-size: 16px;
}

#low .feature .specialDetail .caseDetail1column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

#low .feature .specialDetail .caseDetail1column .ph {
  width: 330px;
}

#low .feature .specialDetail .ph img {
  width: 100%;
}

#low .feature .specialDetail .caseDetail1column .txt {
  width: 770px;
}

#low .feature .companyArea {
  padding: 50px 0 60px;
  margin-bottom: 30px;
  background: #f8f8f8;
}

#low .feature .companyArea .detail {
  padding: 36px 50px;
  background: #fff;
}

#low .feature .companyArea .detail .ttl {
  color: #33bdc0;
}

#low .feature01 .companyArea .detail {
  padding: 20px 50px;
}

#low .feature01 .specialDetail:nth-of-type(2) {
  margin-bottom: 0;
}

#low .feature01 .ktsArea {
  border: 2px solid #33bdc0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#low .feature01 .ktsArea .treble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 605px;
}

#low .feature01 .ktsArea .treble .itemBox {
  margin: 0;
}

#low .feature01 .ktsArea .treble .itemBox img {
  display: block;
}

#low .feature01 .ktsArea .treble .itemBox.small {
  width: 308px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#low .feature01 .ktsArea .treble .itemBox.vertical {
  width: 280px;
}

#low .feature01 .ktsArea .txt {
  width: 450px;
  margin-top: 0;
}

#low .feature01 .ktsArea .txt h3 {
  font-size: 22px;
}

#low .feature01 .ktsArea .txt p {
  color: #33bdc0;
}

#low .feature01 .specialTopics .topicsCaption {
  width: 500px;
}

#low .feature01 .specialTopics .topicsTtl {
  margin: 25px 0;
}

#low .feature01 .specialTopics .topicsName {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 9;
  color: #000000;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  text-align: left;
}

#low .feature01 .specialTopics .topicsName span {
  font-size: 15px;
}

#low .feature01 .specialTopics .topicsBox .topicsSub {
  font-size: 42px;
  line-height: 1.1;
  color: #000000;
  font-weight: bold;
}

#low .feature01 .specialTopics .topicsBox .topicsSub div {
  display: inline-block;
  vertical-align: middle;
}

#low .feature01 .specialTopics .topicsBox .topicsSub mark {
  color: #33bdc0;
  background: none;
}

#low .feature01 .specialTopics .topicsBox .topicsSub span {
  margin-right: 20px;
  color: #000;
  background: #FFF;
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}

#low .feature01 .specialTopics .topicsBox a.btnMore,
#low .feature02 .specialTopics .topicsBox a.btnMore,
#low .feature03 .specialTopics .topicsBox a.btnMore,
#low .feature04 .specialTopics .topicsBox a.btnMore {
  height: auto;
}







@media only screen and (max-width: 767px) {
  #low {
    /* ==================================================
    feature
    ================================================== */
   
  }

  #low .specialDetail h3 i {
    font-size: 17px;
    display: block;
  }

  #low .specialDetail p {
    font-size: 15px;
  }

  #low .specialDetail div+div,
  #low .specialDetail div+p {
    margin-top: 20px;
  }

  #low .specialDetail .lead {
    font-size: 17px;
    margin-bottom: 15px;
  }

  #low .specialDetail .ph {
    float: none;
    margin: 0;
    width: auto;
  }

  #low .specialDetail .ph p {
    margin-top: 5px !important;
  }

  #low .specialDetail .ph.double {
    display: block;
  }

  #low .specialDetail .ph.double img {
    width: 100%;
  }

  #low .specialDetail .ph.double .txt p {
    font-size: 14px;
  }

  #low .specialDetail .ph.double>div {
    width: auto;
    margin-top: 10px;
  }

  #low .specialDetail .ph.double>div:nth-child(1) {
    margin-top: 0;
  }

  #low .specialDetail .ph.double.double02>div:nth-child(1),
  #low .specialDetail .ph.double.double02>div:nth-child(2) {
    width: 100%;
  }

  #low .specialDetail .ph.double img {
    margin: 0;
    opacity: 1;
    display: block;
  }

  #low .specialDetail .ph.is-loaded .artCopy {
    max-width: 100%;
  }

  #low .specialDetail .arrowBox {
    font-size: 14px;
  }

  #low .specialDetail .arrowBox .ttl {
    float: none;
    width: 100%;
  }

  #low .specialDetail .arrowBox .ttl img {
    width: 13px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #low .specialDetail .arrowBox .visit img {
    width: 13px;
  }

  #low .specialDetail .arrowBox .cmp {
    width: 100%;
    float: none;
  }

  #low .specialDetail .arrowBox .cmp em {
    font-size: 14px;
  }

  #low .specialDetail .lowInnerBox {
    padding: 0;
    margin: 0 10px;
  }

  #low .specialDetail .lowInnerBox h3 {
    padding: 20px 20px 0;
    font-size: 14px;
  }

  #low .specialDetail .lowInnerBox p {
    padding: 0 20px;
  }

  #low .specialDetail .lowInnerTalk h4 {
    font-size: 18px;
  }

  #low .specialDetail .lowInnerTalk .txt {
    width: auto;
  }

  #low .specialDetail .lowInnerTalk .ph {
    float: none;
    width: auto;
    margin: 0 auto 20px;
  }

  #low .specialDetail .schobelDetail {
    display: block;
  }

  #low .specialDetail .image {
    padding: 30px 0 10px;
  }

  #low .specialDetail .image h3 {
    color: #33bdc0;
    text-align: center;
  }

  #low .specialDetail .image h4 {
    font-size: 16px;
  }

  #low .specialDetail .image h4 span {
    min-width: 4em;
  }

  #low .specialDetail .image p {
    font-size: 14px;
  }

  #low .specialDetail .image .imageBox {
    margin: 30px auto;
    display: block;
  }

  #low .specialDetail .image .imageBox .imagePh {
    margin: 0;
  }

  #low .specialDetail .image .imageBox .imageTxt {
    width: auto;
    margin: 0;
  }

  #low .specialDetail .image .imageBox:nth-of-type(1) .imagePh {
    width: 60%;
    margin: 0 auto;
  }

  #low .specialDetail .image .imageBox:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  #low .specialDetail .image .imageBox:nth-of-type(2) .imagePh {
    width: 80%;
    margin: 0 auto;
  }

  #low .specialDetail .member {
    display: block;
  }

  #low .specialDetail .member_inner {
    display: block;
    width: auto;
  }

  #low .specialDetail .member_block {
    margin-bottom: 40px;
  }

  #low .specialDetail .member_inner01 {
    display: block;
    width: auto;
  }

  #low .specialDetail .member_box {
    clear: both;
    width: auto;
  }

  #low .specialDetail .member_box img {
    float: left;
    width: 48%;
    margin-bottom: 10px;
  }

  #low .specialDetail .member_box img+div {
    float: right;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #low .specialDetail .member_box .position {
    font-size: 14px;
    margin: 0;
  }

  #low .specialDetail .member_box .name {
    font-size: 18px;
    margin: 0;
  }

  #low .specialDetail .member_box .txt {
    clear: both;
    font-size: 15px;
    margin: 20px 0;
  }

  #low .specialNote {
    padding: 40px 18px !important;
    font-size: 14px;
  }

  #low .specialNote em {
    font-size: 14px;
  }

  /* ==================================================
  feature
  ================================================== */
  #low .feature .newsTtl {
    padding: 10px;
    font-size: 14px;
  }

  #low .feature .newsTtl .newsTtl_cate {
    padding: 0px 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
  }

  #low .feature .specialTopics .topicsBox {
    padding: 10px 0;
    margin-bottom: 0;
  }

  #low .feature .specialTopics .topicsBox .itemBox {
    margin: 0;
  }

  #low .feature .specialTopics .topicsBox::before {
    z-index: 0;
  }

  #low .feature .specialTopics .topicsPic {
    -webkit-animation: fadeInRight 1.2s ease-in-out .8s forwards;
    animation: fadeInRight 1.2s ease-in-out .8s forwards;
  }

  #low .feature .specialTopics .topicsHead,
  #low .feature .specialTopics .topicsCaption {
    padding: 0 10px;
    width: auto;
  }

  #low .feature .specialTopics .topicsHead {
    margin-top: 40px;
  }

  #low .feature .specialTopics .topicsPic.column {
    width: 80%;
    margin-left: 20%;
    top: 20px;
  }

  #low .feature .specialTopics .topicsTtl {
    font-size: 24px;
    margin: 10px 0;
  }

  #low .feature .specialDetail {
    margin-bottom: 30px;
  }

  #low .feature .specialDetail h3 {
    font-size: 20px;
  }

  #low .feature .specialDetail .caseDetail1column {
    display: block;
    margin-bottom: 30px;
  }

  #low .feature .specialDetail .caseDetail1column .ph {
    width: auto;
    margin-bottom: 20px;
    min-height: 0%;
  }

  #low .feature .specialDetail .caseDetail1column .txt {
    width: auto;
  }

  #low .feature .companyArea {
    padding: 20px 10px;
    margin-bottom: 30px;
  }

  #low .feature .companyArea .detail {
    display: block;
    padding: 20px;
  }

  #low .feature .companyArea .detail .ttl {
    color: #33bdc0;
  }

  #low .feature01 .specialTopics .topicsCaption {
    width: auto;
  }

  #low .feature01 .specialTopics .topicsTtl {
    margin: 15px 0;
  }

  #low .feature01 .specialTopics .topicsHead {
    margin-top: -110px;
  }

  #low .feature01 .specialTopics .topicsBox::before {
    background-image: url(../images/feature01/mv_bg_sp.jpg);
  }

  #low .feature01 .specialTopics .topicsBox .topicsSub {
    font-size: 1.7rem;
    letter-spacing: normal;
    white-space: inherit;
  }

  #low .feature01 .specialTopics .topicsBox .topicsSub div {
    display: block;
    font-size: 1.4rem;
  }

  #low .feature01 .specialTopics .topicsBox .topicsSub span {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 7px 12px;
    font-size: 0.937rem;
  }

  #low .feature01 .specialTopics .topicsName {
    bottom: auto;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 10px;
  }

  #low .feature01 .companyArea .detail {
    padding: 20px;
  }

  #low .feature01 .companyArea .detail p {
    margin: 0;
  }

  #low .feature01 .ktsArea {
    border: 2px solid #33bdc0;
    padding: 20px;
    display: block;
  }

  #low .feature01 .ktsArea .treble {
    width: auto;
  }

  #low .feature01 .ktsArea .treble .itemBox.small {
    width: 50%;
  }

  #low .feature01 .ktsArea .treble .itemBox.vertical {
    width: 46%;
  }

  #low .feature01 .ktsArea .txt {
    width: auto;
    margin-top: 20px;
  }

  #low .feature01 .ktsArea .txt h3 {
    font-size: 20px;
  }

  #low .feature02 .specialTopics .topicsBox::before {
    background-image: url(../images/feature02/mv_bg.jpg);
  }

  #low .feature03 .specialTopics .topicsBox::before {
    background-image: url(../images/feature03/mv_bg.jpg);
  }

  #low .feature04 .specialTopics .topicsBox {
    padding: 10px 0;
  }

  #low .feature04 .specialTopics .topicsBox::before {
    background-image: url(../images/feature04/mv_bg.jpg);
  }

  /*  #low .feature04 .specialDetail h2 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
  #low .feature04 .specialDetail .caseDetail1column {
    margin-bottom: 20px;
  }
  #low .feature04 .specialDetail:nth-of-type(even) .caseDetail1column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }*/
}

/* =======================
Vol270 特集
（流用するときは、v270をその号のナンバーに変えてください。たぶんその方が管理しやすいです。）
======================= */
/* -----------------------------
 特集共通
-----------------------------*/
#low .v270.feature {
  position: relative;
}
#low .v270.feature .newsTtl {
   /*position: absolute;*/
  top:0;
  transform: translateX(0);
  max-width: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: calc(50vw - 575px);
}
#low .v270.feature img {
  max-width: 100%;
  vertical-align: bottom;
}
#low .v270.feature .specialDetail {
  box-sizing: border-box;
  position: relative;
}
#low .v270.feature ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
#low .v270.feature h3 {
  color: #101010;
  border-left: none;
  padding-inline-start: 0;
  margin-block-end: 0;
  padding-block: 0;
  margin-block-start: 0;
}
#low .v270.feature .specialNote ul {
  display: flex;
}
#low .v270.feature .specialNote li {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #low .v270.feature .spBr {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #low .v270.feature .pcBr {
    display: none;
  }
  #low .v270.feature .newsTtl {
    display: flex;
    align-items: baseline;

    padding: 16px 20px;
  }
  #low .v270.feature .newsTtl .newsTtl_cate {
    padding: 2px 10px 0;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
  }
  #low .v270.feature .specialNote ul {
    display: block;
    
  }
  #low .v270.feature .specialNote li {
    padding-right: 0;
  }
  #low .v270.feature .specialNote li span {
    font-size: 11px;
  }
}

/* -----------------------------
 特集01
-----------------------------*/
/* topicsBox */
/* #low .v270.feature01 .topicsBox {
  width: 100%;
  background: url(../images/feature/main-v-bg-pc.webp) center top no-repeat;
  background-size: 100% 1467px;
  padding: 30px 0 80px;
} */
#low .v270.feature .main {
  position: relative;
  overflow-x: hidden;
}
#low .v270.feature .main::before {
  content: "";
  width: 100%;
  min-width: 1400px;
  height: 712px;
  background: url(../images/feature/main-back.webp) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#low .v270.feature .main::after {
  content: "";
  width: 100%;
  height: 400px;
  background: url(../images/feature/main.webp) center top no-repeat;
  background-size: 1160px auto;
  position: absolute;
  top: 282px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#low .v270.feature .main .inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
#low .v270.feature .main .subtitle {
  display: inline-block;
  margin: 50px auto 12px;
  padding: 6px 10px 5px;
  color: #fff;
  text-align: center;
  background: #00A7AC;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.1px;
}
#low .v270.feature .main h2 {
  width: 583px;
  margin: 0 auto;
  line-height: 1;
  margin-block-start: 0;
  margin-block-end: 0;
}
#low .v270.feature .main .mainLogo {
  width: 330px;
  margin: 370px auto 0;
  padding-top: 30px;
  background-color: #FFF;
  border-radius: 20px;
  text-align: center;
}
#low .v270.feature .main .mainLogo img {
  width: 202px;
}
#low .v270.feature .main .txt {
  width: 680px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 250%;
  letter-spacing: 0.36px;
}
#low .v270.feature nav.pageLink {
  width: 840px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#low .v270.feature nav.pageLink ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
#low .v270.feature nav.pageLink li {
  width: 400px;
  padding: 0;
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
  font-family: "Noto Serif JP";
}
#low .v270.feature nav.pageLink li a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  padding: 18px 16px 17px;
  text-align: center;
  text-decoration: none;
  color: #101010;
  background: url(../images/feature/pagelink-arrow.svg) right 16px center no-repeat;
  background-size: 14px 9px;
}
#low .v270.feature nav.pageLink li a:hover {
  background-color: #E9F4F4;
  transition: 1s;
}
#low .v270.feature nav.pageLink li a .txt1 {
  background: #00A7AC;
  padding: 3px 12px 3px 12px;
  margin-right: 12px;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  border-radius: 999px;
}
#low .v270.feature nav.pageLink li a .txt2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
#low .v270.feature .sectionBox {
  padding-top: 200px;
  margin-top: -200px;
}
#low .v270.feature .sectionBox .partInner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
}
#low .v270.feature .sectionBox h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 36px;
  background: url(../images/feature/part1-title-back.webp) center bottom no-repeat;
  background-size: 229px auto;
}
#low .v270.feature #part2.sectionBox h3 {
  padding: 40px 0 36px;
  background: url(../images/feature/part2-title-back.webp) center bottom no-repeat;
  background-size: 419px auto;
}
#low .v270.feature .sectionBox h3 .txt1 {
  margin-right: 14px;
  padding-top: 2px;
  color:#00A7AC;
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#low .v270.feature .sectionBox h3 .txt2 {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
#low .v270.feature #part1 .part1Box {
  background: url(../images/feature/part1-back.webp) center top repeat;
  background-size: 1228px auto;
}
#low .v270.feature #part1 .partMi {
  display: flex;
  align-items: center;
  margin-top: 24px;
  background-color: #fff;
}
#low .v270.feature #part1 .partMi .photo {
  width: 400px;
  position: relative;
}
#low .v270.feature #part1 .partMi .photo .caption {
  background-color: #fff;
  display: inline-flex;
  padding: 3px 2px 2px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 7px;
}
#low .v270.feature #part1 .partMi h4 {
  width: 600px;
  padding: 20px 50px;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-block-start: 0;
  margin-block-end: 0;
}
#low .v270.feature #part1 .lead {
  padding: 40px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
}
#low .v270.feature #part1 .partWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#low .v270.feature #part1 .person {
  width: 260px;
  padding: 15px 15px 20px 15px;
  border: 1px dashed #CCCACA;
  background: #FFF;
}
#low .v270.feature #part1 .person .txt1 {
  padding-top: 20px;
}
#low .v270.feature #part1 .person .txt1 .position {
  font-size: 13px;
  line-height: 150%;
}
#low .v270.feature #part1 .person .txt1 .name {
  padding-top: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
#low .v270.feature #part1 .person .txt2 {
  padding-top: 20px;
  font-size: 14px;
  line-height: 190%;
}
#low .v270.feature #part1 .contentBox {
  width: 690px;
}
#low .v270.feature #part1 .content .txt p,
#low .v270.feature #part2 .content .txt p {
  margin-block-start: 0;
  margin-block-end: 1.4em;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0;
}
#low .v270.feature #part1 .content .txt p:last-of-type,
#low .v270.feature #part2 .content .txt p:last-of-type {
  margin-block-end: 0;
}
#low .v270.feature #part1 .content h5,
#low .v270.feature #part2 .content h5 {
  margin-block-start: 50px;
  margin-block-end: 20px;
  padding: 0 0 2px 20px;
  border-left: 4px solid #00A7AC;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}
#low .v270.feature #part1 .content .photo {
  padding: 20px 0 25px;
}
#low .v270.feature #part1 .content .photo .caption {
  padding-top: 10px;
  font-size: 13px;
  line-height: 180%;
  text-align: left;
}
#low .v270.feature #part1 .photo2 {
  padding: 20px 22px 0 0;
  text-align: right;
}
#low .v270.feature #part1 .photo2 img {
  max-width: 522px;
}
#low .v270.feature #part2 section {
  padding-bottom: 60px;
}
#low .v270.feature #part2 section:first-of-type {
  padding-top: 24px;
}
#low .v270.feature #part2 section:last-of-type {
  padding-bottom: 80px;
}
#low .v270.feature #part2 .appealBox .appealMi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E9F4F4;
}
#low .v270.feature #part2 .appealBox .appealMi .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  padding: 20px 20px 26px;
  background: #00A7AC;
  color: #FFF;
}
#low .v270.feature #part2 .appealBox .appealMi .left .txt1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
#low .v270.feature #part2 .appealBox .appealMi .left .num img {
  margin-top: 12px;
  width: 46px;
  height: 36px;
}
#low .v270.feature #part2 .appealBox.num01 .appealMi .left .num img {
  width: 40px;
}
#low .v270.feature #part2 .appealBox.num03 .appealMi .left .num img {
  width: 47px;
}
#low .v270.feature #part2 .appealBox .appealMi h4 {
  width: 820px;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.8px;
  margin-block-start: 0;
  margin-block-end: 0;
}
#low .v270.feature #part2 .appealBox .inner {
  padding: 40px 96px 0;
  border-right: 4px solid #E9F4F4;
  border-bottom: 4px solid #E9F4F4;
  border-left: 4px solid #E9F4F4;
}
#low .v270.feature #part2 .appealBox.num01 .inner {
  padding-bottom: 40px;
}
#low .v270.feature #part2 .person {
  width: 520px;
  margin: 0 auto;
  padding: 10px;
  border: 1px dashed #CCCACA;
}
#low .v270.feature #part2 .person ul {
  list-style: none;
  display: flex;
  padding-top: 12px;
}
#low .v270.feature #part2 .person li {
  width: 50%;
  padding: 0 12px 0 2px;
}
#low .v270.feature #part2 .person li:last-child {
  border-left: 1px dashed #CCCACA;
  padding-left: 12px;
}
#low .v270.feature #part2 .person li .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}
#low .v270.feature #part2 .person li .position {
  padding-top: 8px;
  font-size: 13px;
  line-height: 160%;
}
#low .v270.feature #part2 .content.first h5 {
  margin-block-start: 0;
}
#low .v270.feature #part2 .num01 .content.first h5 {
  margin-block-start: 30px;
}
#low .v270.feature #part2 .content .contentWrap {
  display: flex;
  justify-content: space-between;
  padding-top: 1.4em;
}
#low .v270.feature #part2 .num02 .content .contentWrap {
  padding-bottom: 1.4em;
}
#low .v270.feature #part2 .num03 .content .contentWrap {
  flex-wrap: wrap;
}
#low .v270.feature #part2 .content .contentWrap .txt,
#low .v270.feature #part2 .content .contentWrap .photo {
  width: 385px;
}
#low .v270.feature #part2 .num03 .content .contentWrap .photo {
  width: 398px;
}
#low .v270.feature #part2 .content .contentWrap .caption {
  padding-top: 10px;
  font-size: 13px;
  line-height: 180%;
}
#low .v270.feature #part2 .num02 .photo2 {
  padding: 40px 0 0 84px;
}
#low .v270.feature #part2 .num02 .photo2 img {
  max-width: 558px;
}
#low .v270.feature #part2 .num03 .photo2 {
  padding: 27px 30px 0 0;
  text-align: right;
}
#low .v270.feature #part2 .num03 .photo2 img {
  max-width: 615px;
}
@media screen and (max-width: 767px) {
  #low .v270.feature .main::before {
    min-width: 769px;
    height: 510px;
    background: url(../images/feature/main-back-sp.webp) center center no-repeat;
    background-size: 100% auto;
  }
  #low .v270.feature .main::after {
    width: 100%;
    height: 230px;
    background: url(../images/feature/main-sp.webp) center top no-repeat;
    background-size: 407px auto;
    top: 180px;
  }
  #low .v270.feature .main .inner {
    width: 100%;
  }
  #low .v270.feature .main .subtitle {
    width: 310px;
    margin: 40px auto 12px;
    padding: 7px 5px 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  #low .v270.feature .main h2 {
    width: 316px;
    margin: 0 auto;
    line-height: 1;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  #low .v270.feature .main .mainLogo {
    width: calc(100% - 50px);
    max-width: 335px;
    margin: 262px auto 0;
    padding-top: 20px;
    border-radius: 13px;
  }
  #low .v270.feature .main .mainLogo img {
    width: 130px;
  }
  #low .v270.feature .main .txt {
    width: 100%;
    margin: 16px auto 0;
    padding: 0 25px;
    text-align: left;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 2%;
  }
  #low .v270.feature nav.pageLink {
    width: calc(100% - 50px);
    padding-top: 30px;
  }
  #low .v270.feature nav.pageLink ul {
    display: block;
  }
  #low .v270.feature nav.pageLink li {
    width: 100%;
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #101010;
    font-family: "Noto Serif JP";
  }
  #low .v270.feature nav.pageLink li:first-child {
    border-top: 1px solid #101010;
  }
  #low .v270.feature nav.pageLink li a {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 76px;
    padding: 18px 16px 17px;
    text-align: left;
  }
  #low .v270.feature nav.pageLink li a .txt1 {
    font-size: 14px;
    line-height: 1;
  }
  #low .v270.feature nav.pageLink li a .txt2 {
    line-height: 120%;
  }
  #low .v270.feature .sectionBox {
    padding-top: 110px;
    margin-top: -110px;
  }
  #low .v270.feature .sectionBox .partInner {
    width: 100%;
    padding: 40px 25px 0;
  }
  #low .v270.feature .sectionBox h3 {
    display: block;
    padding-bottom: 25px;
    background: url(../images/feature/part1-title-back-sp.webp) center bottom no-repeat;
    background-size: 155px auto;
  }
  #low .v270.feature #part2.sectionBox h3 {
    padding: 0 0 25px;
    background: url(../images/feature/part2-title-back-sp.webp) center bottom no-repeat;
    background-size: 318px auto;
  }
  #low .v270.feature .sectionBox h3 .txt1 {
    display: block;
    margin: 0 auto;
    padding-top: 0;
  }
  #low .v270.feature .sectionBox h3 .txt2 {
    display: block;
    padding-top: 4px;
    font-size: 24px;
  }
  #low .v270.feature #part1 .partMi {
    display: block;
  }
  #low .v270.feature #part1 .partMi .photo {
    width: 100%;
  }
  #low .v270.feature #part1 .partMi h4 {
    width: 100%;
    padding: 15px 20px 20px;
    font-size: 30px;
    line-height: 150%;
    letter-spacing: 0.6px;
  }
  #low .v270.feature #part1 .partWrap {
    display: block;
  }
  #low .v270.feature #part1 .person {
    width: 100%;
  }
  #low .v270.feature #part1 .person .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #low .v270.feature #part1 .person .photo {
    width: 120px;
  }
  #low .v270.feature #part1 .person .txt1 {
    width: calc(100% - 140px);
    padding-top: 0;
  }
  #low .v270.feature #part1 .person .txt2 {
    padding-top: 15px;
  }
  #low .v270.feature #part1 .contentBox {
    width: 100%;
    padding-top: 30px;
  }
  #low .v270.feature #part1 .content h5,
  #low .v270.feature #part2 .content h5 {
    padding: 0 0 2px 14px;
    font-size: 24px;
    line-height: 150%;
  }
  #low .v270.feature #part1 .photo2 {
    padding: 20px 0 0 0;
  }
  #low .v270.feature #part1 .photo2 img {
    max-width: 450px;
  }
  #low .v270.feature #part2.sectionBox .partInner {
    padding: 40px 10px 0;
  }
  #low .v270.feature #part2 section:last-of-type {
    padding-bottom: 60px;
  }
  #low .v270.feature #part2 .appealBox .appealMi {
    display: block;
  }
  #low .v270.feature #part2 .appealBox .appealMi .left {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin: 0 auto;
    width: 150px;
    height: auto;
    padding: 4px 10px 8px;
  }
  #low .v270.feature #part2 .appealBox .appealMi .left .txt1 {
    font-size: 16px;
    line-height: 1;
  }
  #low .v270.feature #part2 .appealBox .appealMi .left .num img {
    margin-top: 0;
    margin-left: 5px;
    width: 28px;
    height: 22px;
  }
  #low .v270.feature #part2 .appealBox.num01 .appealMi .left .num img {
    width: 24px;
  }
  #low .v270.feature #part2 .appealBox.num03 .appealMi .left .num img {
    width: 28px;
  }
  #low .v270.feature #part2 .appealBox .appealMi h4 {
    width: 100%;
    padding: 10px 20px 20px;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 0.6px;
  }
  #low .v270.feature #part2 .appealBox .inner {
    padding: 20px 11px 0;
  }
  #low .v270.feature #part2 .appealBox.num01 .inner {
    padding-bottom: 20px;
  }
  #low .v270.feature #part2 .person {
    width: 100%;
    padding: 10px;
  }
  #low .v270.feature #part2 .content .contentWrap {
    display: block;
  }
   #low .v270.feature #part2 .num03 .content .contentWrap {
    display: flex;
  }
  #low .v270.feature #part2 .content .contentWrap .txt,
  #low .v270.feature #part2 .content .contentWrap .photo {
    width: 100%;
  }
  #low .v270.feature #part2 .content .contentWrap .photo.type2 {
    padding-top: 30px;
  }
  #low .v270.feature #part2 .num03 .content .contentWrap .photo {
    width: calc(50% - 2px);
  }
   #low .v270.feature #part2 .num03 .content .contentWrap .photo:nth-of-type(2) {
    padding-top: 0;
  }
  #low .v270.feature #part2 .content .contentWrap .txt {
    padding-bottom: 30px;
  }
  #low .v270.feature #part2 .content .contentWrap .caption {
    text-align: left;
  }
  #low .v270.feature #part2 .num02 .photo2,
  #low .v270.feature #part2 .num03 .photo2 {
    padding: 20px 0 0 0;
  }
  #low .v270.feature #part2 .num02 .photo2 img,
  #low .v270.feature #part2 .num03 .photo2 img {
    max-width: 450px;
  }
}

/* -----------------------------
 PC/SP
-----------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/*# sourceMappingURL=news_low.css.map */


/* =======================
200130_custom
======================= */

/* 公開時削除ここから */
/* #low .js-scrollIn {
  opacity: 100;
} */
/* 公開時削除ここまで */



/* iwamoto */

/* 共通 */
figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.flex_2col {
  -webkit-display: flex;
  /* Safari, Chrome */
  -moz-display: flex;
  /* Firefox */
  -ms-display: flex;
  /* Internet Explorer */
  -o-display: flex;
  /* Opera */
  display: flex;
  justify-content: space-between;

}

.flex_2col figure {
  margin-block-end: 30px;
}

.flex_2col figure img {
  max-width: 100%;
  vertical-align: bottom;
}

.flex_2col figcaption {
  margin-block-start: 10px;
  font-size: 13px;
}

.sp_flex_2col {
  display: block;

}

section p, .flex_2col p {
  line-height: 2;
  font-size: 15px;
  letter-spacing: .029rem;
  margin-block-end: 10px;
}

/* h2 */
.case_title_outer {
  background-color: #006083;
  position: relative;
  min-height: 401px;
  padding-block-start: 60px;
  padding-inline-start: clamp(2.5rem, -12.5rem + 20vw, 6.25rem);
}
#section05 .case_title_outer {
  min-height: 402px;

}
.case_title_outer .case_title_outer_item01 h2 {
  color: #fff;
  /* font-size: 40px; */
  font-size:clamp(1.75rem, -1.25rem + 4vw, 2.5rem);
  margin-block-end: 20px;
  margin-block-start: 0;
}

.case_title_outer .case_title_outer_item01 h2::before {
  content: "";
  display: block;
  background-color: #fff;
  color: #006083;
  padding-block: 5px;
  margin-block-end: 10px;
  text-align: center;
  font-size: 13px;
  width: 120px;
  border-radius: 20px;
}
 
#section02{
  padding-block-end: 70px;
}
#section02 .case_title_outer .case_title_outer_item01 h2::before {
  content: "CASE 1";
}

#section03 .case_title_outer .case_title_outer_item01 h2::before {
  content: "CASE 2";
}

#section04 .case_title_outer .case_title_outer_item01 h2::before {
  content: "CASE 3";
}

#section05 .case_title_outer .case_title_outer_item01 h2::before {
  content: "CASE 4";
}

.case_title_outer .case_title_outer_item01 p {
  font-size: 16px;
  color: #fff;

}

.case_title_outer .case_title_outer_item01 {
  /* width: 400px; */
  width:clamp(17.5rem, -12.5rem + 40vw, 25rem);
}

.case_title_outer .case_title_outer_item02 {
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}

#low .lowInner {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;

}


@media screen and (max-width: 767px) {
  img{
    vertical-align: bottom;
  }
  .flex_2col {

    display: block;

  }
  section p, .flex_2col p {
    margin-block-end: 35px;
    line-height: 1.9;
  }
  #low .v270.feature01 .dialogueBox section.dialogue01 {
    padding-top: 0;
    margin-block-end: 14px;
  }
  #low .v270.feature01 .frontLineBox section {
    padding: 45px 25px;
}
  .feature01 h3 {
    font-size: 24px !important;
}
.feature01 h3 {
  padding-inline-start: .3em;
}

/* h2 */
.case_title_outer {
  background-color: #006083;
  position: relative;
  padding-block-start: 0;
  padding-inline-start: 0;
}

.case_title_outer .case_title_outer_item01 h2 {
  margin-block-end: 20px;
  margin-block-start: 0;
}


.case_title_outer .case_title_outer_item01 p {
  font-size: 16px;
  color: #fff;

}

.case_title_outer .case_title_outer_item01 {
  /* width: 400px; */
  width:100%;
}

.case_title_outer .case_title_outer_item02 {
  width: 100%;
  position:static;
}

  #low .lowInner {

    padding: 0 10px;
  }
  .case_title_outer .case_title_outer_item01 {
    width: 100%;
    padding-inline: 30px;
    padding-block-start: 30px;

  }
}