@charset 'UTF-8';
@media screen and (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

.m-concept {
  position: relative;
  color: #222;
  font-family: 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, (min-width: 768px) {
  .m-concept {
    min-width: 1140px;
  }
}

.m-concept__bt > a {
  display: block;
  padding: 14px 0;
  background: #0084c1;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-emphasis: none;
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-concept__bt > a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__bt > a {
    font-size: 16px;
  }
}

@media print, (min-width: 768px) {
  body.pc .m-concept__bt > a:hover,
  body.pc .m-concept__bt > a:active {
    opacity: .7;
  }
}

.m-concept__kv {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media print, (min-width: 768px) {
  .m-concept__kv {
    padding-top: 56.25%;
    background-image: url(/smart/images/bg_concept_kv01.jpg);
  }
}

@media screen and (max-width: 767px) {
  .m-concept__kv {
    padding-top: 152.26667%;
    background-image: url(/smart/images/bg_concept_kv01_sp.jpg);
  }
}

.m-concept__kv__bd {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .6);
}

@media print, (min-width: 768px) {
  .m-concept__kv__bd {
    width: 520px;
    height: 260px;
    margin: -130px 0 0 -260px;
    border: 4px solid rgba(0, 132, 193, .6);
  }
}

@media screen and (max-width: 767px) {
  .m-concept__kv__bd {
    width: 250px;
    height: 170px;
    margin: -85px 0 0 -125px;
    border: 2px solid rgba(0, 132, 193, .6);
  }
}

.m-concept__kv__bd__in {
  display: table;
  width: 100%;
  height: 100%;
}

.m-concept__kv__bd__in2 {
  display: table-cell;
  vertical-align: middle;
}

.m-concept__kv__bd__t {
  display: block;
  color: #0084c1;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-concept__kv__bd__t {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__kv__bd__t {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.m-concept__kv__bd__lg {
  display: block;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .m-concept__kv__bd__lg {
    width: 335.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__kv__bd__lg {
    width: 190px;
  }
}

.m-concept__kv__bd__lg > span {
  display: block;
  position: relative;
  padding-top: 25.18629%;
}

.m-concept__kv__bd__lg > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-concept__kv__n {
  position: absolute;
  left: 0;
  width: 100%;
}

@media print, (min-width: 768px) {
  .m-concept__kv__n {
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__kv__n {
    bottom: 20px;
  }
}

.m-concept__kv__n > span {
  display: block;
  color: #fff;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__kv__n > span {
    padding: 0 30px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__kv__n > span {
    padding: 0 15px;
    font-size: 10px;
    text-align: right;
  }
}

@media print, (min-width: 768px) {
  .m-concept__sw {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__sw {
    margin-top: 60px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__sc__hd {
    width: 848px;
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__sc__hd {
    margin: 0 20px 70px;
  }
}

.m-concept__sc__hd__lb {
  position: relative;
  width: fit-content;
  font-weight: 700;
  text-align: center;
}

.m-concept__sc__hd__lb::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: -10px;
  width: calc(100% + 20px);
  height: 6px;
  background: rgba(0, 132, 193, .5);
}

@media screen and (max-width: 767px) {
  .m-concept__sc__hd__lb::before {
    bottom: 0;
    left: -7px;
    width: calc(100% + 14px);
    height: 4px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__sc__hd__lb {
    margin: 0 auto 24px;
    font-size: 22px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__sc__hd__lb {
    margin: 0 auto 20px;
    font-size: 15px;
    line-height: calc(20 / 15);
  }
}

@media screen and (max-width: 374.9px) {
  .m-concept__sc__hd__lb {
    font-size: 4vw;
  }
}

.m-concept__sc__hd__lb > span {
  position: relative;
  z-index: 2;
}

.m-concept__sc__hd__tt {
  color: #0084c1;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-concept__sc__hd__tt {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__sc__hd__tt {
    font-size: 29px;
  }
}

.m-concept__sc__hd__t {
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__sc__hd__t {
    margin-top: 40px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__sc__hd__t {
    margin-top: 20px;
    font-size: 15px;
  }
}

.m-concept__sc__hd__t sup {
  margin: 0 1px;
}

sup.supfix {
  font-size: .5em;
  vertical-align: 50%;
}

@media print, (min-width: 768px) {
  .m-concept__sc__hd__t sup {
    font-size: 12px;
    vertical-align: 30%;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__sc__hd__t sup {
    font-size: 10px;
    vertical-align: 25%;
  }
}

.m-concept__sc__hd__t sub {
  margin: 0 1px;
  vertical-align: -5%;
}

@media print, (min-width: 768px) {
  .m-concept__sc__hd__t sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__sc__hd__t sub {
    font-size: 10px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__sc__hd__nl {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__sc__hd__nl {
    margin-top: 15px;
  }
  .note-wrp {
    padding: 0 1.5em;
  }
}

.m-concept__sc__hd__nl__m {
  float: left;
}

.m-concept__sc__hd__nl__t {
  overflow: hidden;
}

.m-concept__sc__hd__nl > li {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__sc:nth-child(n+2) {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__sc:nth-child(n+2) {
    margin-top: 100px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd {
    display: flex;
    max-width: 1440px;
    margin: 0 auto 100px;
    box-sizing: border-box;
    padding: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc__hd {
    margin-bottom: 50px;
  }
}

.m-concept__ss__sc__hd__c {
  position: relative;
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__c:nth-child(1) {
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__c:nth-child(2) {
    padding-top: 115px;
  }
}

.m-concept__ss__sc__hd__p > span {
  display: block;
  position: relative;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__p > span {
    padding-top: 56.39098%;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc__hd__p > span {
    padding-top: 97.01493%;
  }
}

.m-concept__ss__sc__hd__p > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc__hd__p > span > img.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__p > span > img.is-sp {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__nl {
    position: absolute;
    top: 65px;
    width: 212px;
    height: 2px;
    background: #0084c1;
  }
}

.m-concept__ss__sc__hd__nm {
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
  background: #0084c1;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__nm {
    top: 20px;
    width: 92px;
    height: 92px;
    padding-top: 15px;
    font-size: 57px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc__hd__nm {
    left: 10px;
    top: -40px;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    font-size: 36px;
  }
}

.m-concept__ss__sc__hd__tw {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__tw {
    width: 171px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc__hd__tw {
    padding: 40px 20px 0;
  }
}

.m-concept__ss__sc__hd__s {
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__s {
    position: absolute;
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc__hd__s {
    margin-bottom: 10px;
  }
}

.m-concept__ss__sc__hd__s > img {
  height: 11px;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__s > img {
    transform: rotate(90deg);
    transform-origin: 0;
  }
}

.m-concept__ss__sc__hd__tt {
  color: #0084c1;
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__tt {
    width: 50px;
    font-size: 45px;
    line-height: 1.15;
    letter-spacing: 7px;
    text-align: center;
    word-break: break-all;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc__hd__tt {
    font-size: 29px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__tt.is-2line {
    display: flex;
    flex-direction: row-reverse;
    width: auto;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__tt span.is-hyphen {
    display: block;
    margin: 5px 0 -5px;
    transform: rotate(90deg);
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__tt span.is-lower {
    display: block;
    margin: -5px 0 5px;
  }
}

.m-concept__ss__sc__hd__tt__u {
  display: block;
}

.m-concept__ss__sc__hd__tt__u.inlin__tx {
  display: inline;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__tt__u.inlin__tx .is-sp {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__tt__u {
    width: 50px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc__hd__tt__u:nth-child(n+2) {
    margin-right: 10px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(n+2) {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc:nth-child(n+2) {
    margin-top: 80px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+1) .m-concept__ss__sc__hd {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc:nth-child(2n+1) .m-concept__ss__sc__hd__c:nth-child(1) {
    margin-left: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+1) .m-concept__ss__sc__hd__c:nth-child(2) {
    padding-left: 45px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+1) .m-concept__ss__sc__hd__nl {
    right: 107px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+1) .m-concept__ss__sc__hd__nm {
    right: 0;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+1) .m-concept__ss__sc__hd__s {
    left: 72px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+2) .m-concept__ss__sc__hd {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sc:nth-child(2n+2) .m-concept__ss__sc__hd__c:nth-child(1) {
    margin-right: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+2) .m-concept__ss__sc__hd__c:nth-child(2) {
    padding-right: 45px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+2) .m-concept__ss__sc__hd__nl {
    left: 107px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+2) .m-concept__ss__sc__hd__nm {
    left: 0;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+2) .m-concept__ss__sc__hd__s {
    left: 172px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sc:nth-child(2n+2) .m-concept__ss__sc__hd__tt {
    margin-left: auto;
  }
}

.m-concept__ss__sc:nth-child(1) .m-concept__ss__sc__hd__s > img {
  width: 157.5px;
}

.m-concept__ss__sc:nth-child(2) .m-concept__ss__sc__hd__s > img {
  width: 248px;
}

.m-concept__ss__sc:nth-child(3) .m-concept__ss__sc__hd__s > img {
  width: 147.5px;
}

.m-concept__ss__sc:nth-child(4) .m-concept__ss__sc__hd__s > img {
  width: 148.5px;
}

@media print, (min-width: 768px) {
  .m-concept__ss__ge {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 80px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__ge__cw {
    display: flex;
    flex-direction: row-reverse;
  }
}

.m-concept__ss__ge__cw__c {
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-concept__ss__ge__cw__c:nth-child(1) {
    width: 48.4375%;
    padding-left: 28px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__ge__cw__c:nth-child(2) {
    width: 51.5625%;
    padding: 40px 28px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__ge__cw__c:nth-child(2) {
    margin-top: 40px;
  }
}

.m-concept__ss__ge__p > span {
  display: block;
  position: relative;
  padding-top: 70.94595%;
}

.m-concept__ss__ge__p > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-concept__ss__ge__cp {
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__ss__ge__cp {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__ge__cp {
    margin: 15px 20px 0;
    font-size: 12px;
  }
}

.m-concept__ss__ge__s {
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-concept__ss__ge__s {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__ge__s {
    margin: 0 20px 15px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__ge__s > img {
    width: 150px;
    height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__ge__s > img {
    width: 120px;
    height: 8.8px;
  }
}

.m-concept__ss__ge__tt {
  color: #0084c1;
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-concept__ss__ge__tt {
    margin-bottom: 35px;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__ge__tt {
    margin: 0 20px 25px;
    font-size: 23px;
  }
}

.m-concept__ss__ge__t {
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .m-concept__ss__ge__t {
    margin: 0 20px;
  }
}

.m-concept__ss__ge__t sub {
  margin: 0 1px;
  font-size: 10px;
  vertical-align: -5%;
}

.m-concept__ss__ge__t.is-mt20 {
  margin-top: 20px;
}

@media print, (min-width: 768px) {
  .m-concept__ss__ge__bt {
    width: 416px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__ge__bt {
    margin: 40px 20px 0;
  }
}

.m-concept__ss__hm__p {
  position: relative;
  /* padding-top: 53.40278%; */
  padding-top: 57%;
}

.m-concept__ss__hm__p > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media print, (min-width: 768px) {
  .m-concept__ss__hm__bd {
    width: 848px;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__hm__bd {
    margin: 30px 20px 0;
  }
}

.m-concept__ss__hm__s {
  margin-bottom: 15px;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-concept__ss__hm__s > img {
    width: 52.5px;
    height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__hm__s > img {
    width: 42px;
    height: 8.8px;
  }
}

.m-concept__ss__hm__tt {
  color: #0084c1;
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-concept__ss__hm__tt {
    margin-bottom: 35px;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__hm__tt {
    margin-bottom: 25px;
    font-size: 23px;
  }
}

.m-concept__ss__hm__t {
  font-size: 15px;
  line-height: 1.7;
}

.m-concept__ss__hm__nl {
  margin-top: 20px;
}

.m-concept__ss__hm__nl__m {
  float: left;
}

.m-concept__ss__hm__nl__t {
  overflow: hidden;
}

.m-concept__ss__hm__nl > li {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__ss__hm__bt {
    width: 416px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__hm__bt {
    margin-top: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sb {
    margin: 0 20px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb__cw {
    display: flex;
    flex-direction: row-reverse;
  }
}

.m-concept__ss__sb__cw__c {
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb__cw__c:nth-child(1) {
    width: 48.4375%;
    padding-left: 28px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb__cw__c:nth-child(2) {
    width: 51.5625%;
    padding: 20px 28px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sb__cw__c:nth-child(2) {
    margin-top: 40px;
  }
}

.m-concept__ss__sb__pw {
  display: flex;
}

.m-concept__ss__sb__pw__c {
  width: 50%;
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb__pw__c:nth-child(1) {
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sb__pw__c:nth-child(1) {
    padding-right: 4px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb__pw__c:nth-child(2) {
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sb__pw__c:nth-child(2) {
    padding-left: 4px;
  }
}

.m-concept__ss__sb__p > span {
  display: block;
  position: relative;
  padding-top: 100%;
}

.m-concept__ss__sb__p > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-concept__ss__sb__cp {
  margin-top: 15px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb__cp {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sb__cp {
    font-size: 12px;
  }
}

.m-concept__ss__sb__s {
  margin-bottom: 15px;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb__s > img {
    width: 182px;
    height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sb__s > img {
    width: 145.6px;
    height: 8.8px;
  }
}

.m-concept__ss__sb__tt {
  color: #0084c1;
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb__tt {
    margin-bottom: 35px;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sb__tt {
    margin-bottom: 25px;
    font-size: 23px;
  }
}

.m-concept__ss__sb__t {
  font-size: 15px;
  line-height: 1.7;
}

.m-concept__ss__sb__t.is-mt20 {
  margin-top: 20px;
}

@media print, (min-width: 768px) {
  .m-concept__ss__sb__bt {
    width: 416px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__sb__bt {
    margin-top: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__ce {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 80px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__ce__cw {
    display: flex;
    flex-direction: row-reverse;
  }
}

.m-concept__ss__ce__cw__c {
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-concept__ss__ce__cw__c:nth-child(1) {
    width: 48.4375%;
    padding-left: 28px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__ce__cw__c:nth-child(2) {
    width: 51.5625%;
    padding: 40px 28px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__ce__cw__c:nth-child(2) {
    margin: 30px 20px 0;
  }
}

.m-concept__ss__ce__p > span {
  display: block;
  position: relative;
  padding-top: 88.17567567567568%;
}

.m-concept__ss__ce__p > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-concept__ss__ce__tt {
  color: #0084c1;
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-concept__ss__ce__tt {
    margin-bottom: 35px;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__ce__tt {
    margin-bottom: 25px;
    font-size: 23px;
  }
}

.m-concept__ss__ce__t {
  font-size: 15px;
  line-height: 1.7;
}

.m-concept__ss__ce__t sub {
  margin: 0 1px;
  font-size: 10px;
  vertical-align: -5%;
}

.m-concept__ss__ce__nl {
  margin-top: 20px;
}

.m-concept__ss__ce__nl__m {
  float: left;
  margin-right: 5px;
}

.m-concept__ss__ce__nl__t {
  overflow: hidden;
}

.m-concept__ss__ce__nl__t sub {
  font-size: 10px;
  vertical-align: -1%;
}

.m-concept__ss__ce__nl > li {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.7;
}

.m-concept__ss__se__p {
  position: relative;
  padding-top: 45.83333%;
}

.m-concept__ss__se__p > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__cw {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1440px;
    margin: 60px auto 0;
    box-sizing: border-box;
    padding: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__cw {
    margin-top: 30px;
  }
}

.m-concept__ss__se__cw__c {
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__cw__c:nth-child(1) {
    width: 48.4375%;
    padding-left: 28px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__cw__c:nth-child(2) {
    width: 51.5625%;
    padding: 20px 28px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__cw__c:nth-child(2) {
    margin: 30px 20px 0;
  }
}

.m-concept__ss__se__sp > span {
  display: block;
  position: relative;
  padding-top: 70.94595%;
}

.m-concept__ss__se__sp > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-concept__ss__se__s {
  margin-bottom: 15px;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__s > img {
    width: 148.5px;
    height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__s > img {
    width: 118.8px;
    height: 8.8px;
  }
}

.m-concept__ss__se__tt {
  color: #0084c1;
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__tt {
    margin-bottom: 35px;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__tt {
    margin-bottom: 25px;
    font-size: 23px;
  }
}

.m-concept__ss__se__lg {
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__lg {
    margin: -20px 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__lg {
    margin: -10px 0 25px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__lg > img {
    width: 417px;
    height: 66.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__lg > img {
    width: 291.9px;
    height: 46.55px;
  }
}

.m-concept__ss__se__t {
  font-size: 15px;
  line-height: 1.7;
}

.m-concept__ss__se__t sup {
  margin: 0 1px;
  font-size: 10px;
  vertical-align: 25%;
}

.m-concept__ss__se__nl {
  margin-top: 20px;
}

.m-concept__ss__se__nl__m {
  float: left;
}

.m-concept__ss__se__nl__t {
  overflow: hidden;
}

.m-concept__ss__se__nl__m.__bold {
  font-weight: 700;
}

.m-concept__ss__se__nl__t.__bold {
  font-weight: 700;
}

.m-concept__ss__se__nl > li {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__re {
    display: flex;
    max-width: 1440px;
    margin: 100px auto 0;
    box-sizing: border-box;
    padding: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__re {
    margin-top: 60px;
  }
}

.m-concept__ss__se__re__c {
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__re__c:nth-child(1) {
    width: 48.4375%;
    padding-right: 28px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__re__c:nth-child(2) {
    width: 51.5625%;
    padding-left: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__re__c:nth-child(2) {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__re__pw {
    margin-bottom: 30px;
  }
}

.m-concept__ss__se__re__pw__p {
  position: relative;
  padding-top: 55.06757%;
  line-height: 1;
}

.m-concept__ss__se__re__pw__p > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-concept__ss__se__re__pw__t {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__re__pw.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__re__pw.is-sp {
    display: none;
  }
}

.m-concept__ss__se__re__s {
  margin-bottom: 15px;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__re__s > img {
    width: 203px;
    height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__re__s > img {
    width: 162.4px;
    height: 8.8px;
  }
}

.m-concept__ss__se__re__tt {
  color: #0084c1;
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__re__tt {
    margin-bottom: 35px;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__re__tt {
    margin-bottom: 25px;
    font-size: 23px;
  }
}

.m-concept__ss__se__re__tt sup {
  margin: 0 1px;
}

@media print, (min-width: 768px) {
  .m-concept__ss__se__re__tt sup {
    font-size: 12px;
    vertical-align: 80%;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ss__se__re__tt sup {
    font-size: 10px;
    vertical-align: 75%;
  }
}

.m-concept__ss__se__re__t {
  font-size: 15px;
  line-height: 1.7;
}

.m-concept__ss__se__re__t sup {
  margin: 0 1px;
  font-size: 10px;
  vertical-align: 25%;
}

.m-concept__ss__se__re__nl {
  margin-top: 20px;
}

.m-concept__ss__se__re__nl__m {
  float: left;
  margin-right: 5px;
}

.m-concept__ss__se__re__nl__t {
  overflow: hidden;
}

.m-concept__ss__se__re__nl__m.__bold {
  font-weight: 700;
  margin-right: 12px;
}

.m-concept__ss__se__re__nl__t.__bold {
  font-weight: 700;
}

.m-concept__ss__se__re__nl > li {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__eq {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 80px;
  }
}

.m-concept__eq__sc__tt {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-concept__eq__sc__tt {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__eq__sc__tt {
    margin: 0 20px 30px;
  }
}

.m-concept__eq__sc__tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #0084c1;
}

.m-concept__eq__sc__tt > span {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8px 0;
  border: 2px solid #0084c1;
  border-radius: 999px;
  background: #fff;
  color: #0084c1;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-concept__eq__sc__tt > span {
    width: 200px;
    font-size: 29px;
    letter-spacing: 5px;
    text-indent: 5px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__eq__sc__tt > span {
    width: 100px;
    font-size: 18px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__eq__sc:nth-child(n+2) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__eq__sc:nth-child(n+2) {
    margin-top: 60px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__eq__cw {
    display: flex;
  }
}

@media print, (min-width: 768px) {
  .m-concept__eq__cw__c {
    width: 50%;
    box-sizing: border-box;
  }
}

@media print, (min-width: 768px) {
  .m-concept__eq__cw__c:nth-child(1) {
    padding-right: 8px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__eq__cw__c:nth-child(2) {
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__eq__cw__c:nth-child(2) {
    margin-top: 25px;
  }
}

.m-concept__eq__cw__t {
  font-weight: 500;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__eq__cw__t {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__eq__cw__t {
    margin: 0 20px 15px;
    font-size: 15px;
  }
}

.m-concept__eq__cw__t sup {
  margin: 0 1px;
  vertical-align: 25%;
}

@media print, (min-width: 768px) {
  .m-concept__eq__cw__t sup {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__eq__cw__t sup {
    font-size: 10px;
  }
}

.m-concept__eq__cw__p {
  position: relative;
  padding-top: 57.91139%;
}

.m-concept__eq__cw__p > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media print, (min-width: 768px) {
  .m-concept__eq__nl {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__eq__nl {
    margin: 30px 20px 0;
  }
}

.m-concept__eq__nl__m {
  float: left;
  margin-right: 5px;
}

.m-concept__eq__nl__t {
  overflow: hidden;
}

.m-concept__eq__nl > li {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__eq__bt {
    width: 416px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__eq__bt {
    margin: 40px 20px 0;
  }
}

.m-concept__au {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media print, (min-width: 768px) {
  .m-concept__au {
    margin-top: 140px;
    padding-top: 45.83333%;
    background-image: url(/smart/images/bg_concept_au01.jpg);
  }
}

@media screen and (max-width: 767px) {
  .m-concept__au {
    height: 260px;
    margin-top: 80px;
    background-image: url(/smart/images/bg_concept_au01_sp.jpg);
  }
}

.m-concept__au__tw {
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, .9);
  transform: translate(-50%, -50%);
}

@media print, (min-width: 768px) {
  .m-concept__au__tw {
    width: 632px;
    padding: 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__au__tw {
    width: 335px;
    max-width: calc(100% - 40px);
    padding: 25px 0;
  }
}

.m-concept__au__t {
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-concept__au__t {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__au__t {
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ct {
    width: 848px;
    margin: 130px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ct {
    margin-top: 90px;
  }
}

.m-concept__ct__ld {
  color: #156082;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-concept__ct__ld {
    margin-bottom: 5px;
    font-size: 29px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ct__ld {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ct__sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ct__sp {
    width: 336.5px;
    margin: 0 auto 15px;
  }
  .m-concept__ct__sp > span {
    display: block;
    position: relative;
    padding-top: 57.20654%;
  }
  .m-concept__ct__sp > span > img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.m-concept__ct__tt {
  color: #156082;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-concept__ct__tt {
    margin-bottom: 50px;
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ct__tt {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ct__cw {
    display: flex;
    margin: 0 -47px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ct__cw__p > span {
    display: block;
    position: relative;
  }
  .m-concept__ct__cw__p > span > img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ct__cw__p {
    display: none;
  }
}

.m-concept__ct__cw__t {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-concept__ct__cw__t {
    margin-top: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ct__cw__t {
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ct__cw__c {
    padding: 0 47px;
    box-sizing: border-box;
  }
  .m-concept__ct__cw__c:nth-child(1) {
    width: 31.21019%;
  }
  .m-concept__ct__cw__c:nth-child(1) .m-concept__ct__cw__p {
    width: 200px;
  }
  .m-concept__ct__cw__c:nth-child(1) .m-concept__ct__cw__p > span {
    padding-top: 126.5%;
  }
  .m-concept__ct__cw__c:nth-child(2) {
    width: 37.57962%;
  }
  .m-concept__ct__cw__c:nth-child(2) .m-concept__ct__cw__p {
    width: 260px;
  }
  .m-concept__ct__cw__c:nth-child(2) .m-concept__ct__cw__p > span {
    padding-top: 97.30769%;
  }
  .m-concept__ct__cw__c:nth-child(3) {
    width: 31.21019%;
  }
  .m-concept__ct__cw__c:nth-child(3) .m-concept__ct__cw__p {
    width: 200px;
  }
  .m-concept__ct__cw__c:nth-child(3) .m-concept__ct__cw__p > span {
    padding-top: 126.5%;
  }
}

.m-concept__ct__t {
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-concept__ct__t {
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ct__t {
    margin: 30px 20px 0;
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-concept__ct__bt {
    width: 416px;
    margin: 70px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ct__bt {
    margin: 40px 20px 0;
  }
}

.m-concept__ct__bt > a {
  display: block;
  position: relative;
  border: 1px solid #156082;
  padding: 13px 0;
  overflow: hidden;
  background: #156082;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-emphasis: none;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-concept__ct__bt > a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-concept__ct__bt > a {
    font-size: 16px;
  }
}

.m-concept__ct__bt > a::before,
.m-concept__ct__bt > a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  width: 15px;
  height: 15px;
          mask: url('/common/images/icon_arrow01.svg') 50% 50%/contain no-repeat;
  -webkit-mask: url('/common/images/icon_arrow01.svg') 50% 50%/contain no-repeat;
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}

.m-concept__ct__bt > a::before {
  left: 19px;
  background: #156082;
  transform: translate(-40px, 50%);
}

.m-concept__ct__bt > a::after {
  right: 19px;
  background: #fff;
  transform: translate(0, 50%);
}

@media print, (min-width: 768px) {
  body.pc .m-concept__ct__bt > a:hover,
  body.pc .m-concept__ct__bt > a:active {
    background: #fff;
    color: #156082;
  }
  body.pc .m-concept__ct__bt > a:hover::before,
  body.pc .m-concept__ct__bt > a:active::before {
    transform: translate(0, 50%);
  }
  body.pc .m-concept__ct__bt > a:hover::after,
  body.pc .m-concept__ct__bt > a:active::after {
    transform: translate(40px, 50%);
  }
}

.m-concept_note {
  display: block;
  width: 100%;
  text-align: right;
  font-size: clamp(.8em, 3.3vw, 3.3vw);
  padding: .5em;
  box-sizing: border-box;
}

.note-wrp .note li {
  position: relative;
  padding-left: 1.5em;
  font-size: .8em;
}

.note-wrp .note li::before {
  content: '\203b';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
