@charset "UTF-8";
/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/*********************************************/
.static {
  margin: 40px auto 80px;
  padding: 0 20px; }
  .static-header {
    margin-bottom: 35px; }
  .static-headline-lg {
    font-family: NotoSansJP;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: #222222; }
  .static-headline-md {
    font-family: NotoSansJP;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #222222;
    margin-bottom: 24px; }
  .static-body > p {
    margin-bottom: 36px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143; }

.privacy {
  width: 800px;
  padding: 0;
  margin-bottom: 120px;
  border-bottom: none; }
  .privacy-dfn dt {
    font-weight: 600;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-bottom: 16px; }
  .privacy-dfn dd {
    margin-bottom: 36px; }
    .privacy-dfn dd > p {
      margin-bottom: 16px;
      margin-left: 42px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.6923076923; }
    .privacy-dfn dd ol {
      list-style-type: none; }
      .privacy-dfn dd ol li {
        padding-left: 86px;
        position: relative;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.6923076923;
        counter-increment: number; }
        .privacy-dfn dd ol li:before {
          display: block;
          position: absolute;
          top: 0;
          left: 46px;
          content: counter(number); }
        .privacy-dfn dd ol li span {
          margin: 8px 0;
          display: block; }
      .privacy-dfn dd ol li + li {
        margin-top: 12px; }
  .privacy-table {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6923076923; }
    .privacy-table tr th {
      padding: 12px 0 0;
      font-weight: normal;
      vertical-align: top; }
      .privacy-table tr th.w200 {
        width: 200px; }
      .privacy-table tr th.w260 {
        width: 260px; }
    .privacy-table tr td {
      padding: 12px 0 0; }
  .privacy-table + p {
    margin-top: 12px; }
  .privacy .privacy-inner {
    padding-left: 86px; }
    .privacy .privacy-inner > p {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.6923076923; }
    .privacy .privacy-inner ol {
      list-style-type: none; }
      .privacy .privacy-inner ol li {
        padding-left: 36px;
        position: relative;
        counter-increment: number; }
        .privacy .privacy-inner ol li:before {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          content: counter(number) ")"; }
        .privacy .privacy-inner ol li span {
          margin: 8px 0;
          display: block; }
      .privacy .privacy-inner ol li + li {
        margin-top: 12px; }
  .privacy .privacy-inner + p {
    margin-top: 12px; }
  .privacy .list-brackets {
    padding-left: 63px;
    margin-bottom: 12px;
    list-style-type: decimal; }
    .privacy .list-brackets li {
      padding-left: 36px;
      position: relative; }
      .privacy .list-brackets li:before {
        display: none;
        content: none; }
      .privacy .list-brackets li span {
        margin: 8px 0;
        display: block; }
    .privacy .list-brackets li + li {
      margin-top: 12px; }
  .privacy .list-alphabet {
    padding-left: 56px;
    margin: 12px 0;
    list-style-type: lower-latin; }
    .privacy .list-alphabet li {
      padding-left: 36px;
      position: relative; }
      .privacy .list-alphabet li:before {
        display: none;
        content: none; }
      .privacy .list-alphabet li span {
        margin: 8px 0;
        display: block; }
    .privacy .list-alphabet li + li {
      margin-top: 12px; }
  @media (max-width: 599px) {
    .privacy {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 80px;
      box-sizing: border-box; }
      .privacy-dfn dd > p {
        margin-bottom: 16px;
        margin-left: 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7142857143; }
      .privacy-dfn dd ol li {
        padding-left: 28px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7142857143;
        word-break: break-all; }
        .privacy-dfn dd ol li:before {
          top: 0;
          left: 0; }
      .privacy-dfn dd ol li + li {
        margin-top: 12px; }
      .privacy-table tr th {
        padding: 10px 0 0; }
        .privacy-table tr th.w200 {
          width: auto; }
        .privacy-table tr th.w260 {
          width: auto; }
      .privacy-table tr td {
        padding: 10px 0 0; }
      .privacy-table-corp tr th {
        display: block;
        width: 100%; }
      .privacy-table-corp tr td {
        display: block;
        width: 100%;
        padding-left: 28px; }
      .privacy .privacy-inner {
        padding-left: 28px; }
        .privacy .privacy-inner > p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.7142857143; }
        .privacy .privacy-inner ol {
          list-style-type: none; }
          .privacy .privacy-inner ol li {
            padding-left: 28px;
            position: relative;
            counter-increment: number; }
            .privacy .privacy-inner ol li:before {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              content: counter(number) ")"; }
            .privacy .privacy-inner ol li span {
              margin: 8px 0;
              display: block; }
          .privacy .privacy-inner ol li + li {
            margin-top: 12px; }
        .privacy .privacy-inner-contact {
          padding-left: 0; }
          .privacy .privacy-inner-contact > table {
            margin-top: 12px;
            border: 1px solid #e6e6e6;
            border-collapse: collapse; }
            .privacy .privacy-inner-contact > table tr th {
              width: 123px;
              padding: 16px;
              border: 1px solid #e6e6e6;
              border-collapse: collapse;
              box-sizing: border-box;
              vertical-align: top; }
            .privacy .privacy-inner-contact > table tr td {
              padding: 16px;
              border: 1px solid #e6e6e6;
              border-collapse: collapse; }
      .privacy .list-brackets {
        padding-left: 20px;
        margin-bottom: 10px;
        list-style-type: decimal; }
        .privacy .list-brackets li {
          padding-left: 20px;
          position: relative; }
          .privacy .list-brackets li:before {
            display: none;
            content: none; }
        .privacy .list-brackets li + li {
          margin-top: 12px; }
      .privacy .list-alphabet {
        padding-left: 48px;
        margin: 12px 0;
        list-style-type: lower-latin; }
        .privacy .list-alphabet li {
          padding-left: 20px;
          position: relative; }
          .privacy .list-alphabet li:before {
            display: none;
            content: none; }
        .privacy .list-alphabet li + li {
          margin-top: 12px; } }

.corp {
  width: 800px;
  padding: 0;
  margin-bottom: 120px;
  border-bottom: none; }
  .corp-lead {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5714285714;
    font-weight: normal;
    margin-bottom: 43px; }
  .corp-headline {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0833333333;
    margin-bottom: 35px; }
    .corp-headline-lg {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.4;
      font-weight: 500;
      font-family: inherit; }
  .corp-subtitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px; }
    .corp-subtitle-02 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6428571429;
      font-weight: bold;
      margin-bottom: 17px; }
    .corp-subtitle-03 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6428571429;
      font-weight: bold;
      margin-bottom: 16px; }
    .corp-subtitle-04 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.3;
      font-weight: normal;
      margin-bottom: 36px; }
  .corp-body > p {
    margin-bottom: 26px; }
  .corp-body-sign {
    width: 100%;
    text-align: right; }
    .corp-body-sign img {
      width: 160px;
      height: auto; }
  .corp-inner {
    padding-top: 60px; }
    .corp-inner-04 {
      padding-top: 30px; }
    .corp-inner-05 {
      padding-top: 0; }
  .corp-inner + h2 {
    margin-top: 35px; }
  .corp-text.mb24 {
    margin-bottom: 32px; }
  .corp-text-right {
    margin-top: 10px;
    text-align: right; }
  .corp-table tr th {
    width: 300px;
    padding: 16px;
    font-weight: normal;
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    box-sizing: border-box;
    vertical-align: top; }
    .corp-table tr th.md {
      width: 267px; }
  .corp-table tr td {
    padding: 16px;
    border: 1px solid #e6e6e6;
    border-collapse: collapse; }
    .corp-table tr td > a {
      color: #005fbf; }
  .corp-table-03 tr th {
    width: auto;
    min-height: 69px;
    padding: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: #f2f2f2;
    box-sizing: border-box; }
    .corp-table-03 tr th.sm {
      width: 97px; }
    .corp-table-03 tr th.md {
      width: 110px; }
    .corp-table-03 tr th.md-02 {
      width: 205px; }
    .corp-table-03 tr th.lg {
      width: 272px; }
    .corp-table-03 tr th.lg-02 {
      width: 383px; }
  .corp-table-03 tr td {
    vertical-align: top; }
    .corp-table-03 tr td.lg-03 {
      width: 299px; }
  .corp-table-03 + h3 {
    margin-top: 33px; }
  .corp-table + p {
    margin-top: 25px; }
  .corp-link {
    color: #f03c3c;
    text-decoration: underline; }
  .corp ol {
    margin: 12px 0 32px;
    list-style-type: none; }
    .corp ol li {
      padding-left: 36px;
      position: relative;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.6923076923;
      counter-increment: number; }
      .corp ol li:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        content: counter(number); }
    .corp ol li + li {
      margin-top: 12px;
      list-style-type: none; }
  .corp-hikakulist {
    margin: 0 0 32px;
    list-style-type: none; }
    .corp-hikakulist li {
      padding-left: 84px;
      position: relative;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.6923076923; }
      .corp-hikakulist li:before {
        display: block;
        position: absolute;
        top: 0;
        left: 45px;
        content: "◇"; }
    .corp-hikakulist li + li {
      margin-top: 12px;
      list-style-type: none; }
  @media (max-width: 599px) {
    .corp {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 80px;
      box-sizing: border-box; }
      .corp .only-pc {
        display: none; }
      .corp-lead {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
        font-weight: normal;
        margin-bottom: 24px; }
      .corp-headline-lg {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2857142857; }
      .corp-subtitle {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6666666667;
        margin-bottom: 11px; }
        .corp-subtitle-03 {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.6666666667;
          margin-bottom: 16px; }
        .corp-subtitle-04 {
          margin-bottom: 24px; }
      .corp-body > p {
        margin-bottom: 18px; }
      .corp-inner {
        padding-top: 36px; }
        .corp-inner-02 {
          padding-top: 0; }
        .corp-inner-03 {
          padding-top: 0;
          margin-top: -26px; }
        .corp-inner-04 {
          padding-top: 40px; }
        .corp-inner-05 {
          padding-top: 0; }
        .corp-inner-05 + .corp-headline {
          margin-bottom: -10px; }
      .corp-text.mb24 {
        margin-bottom: 24px; }
      .corp-text-right.mt36 {
        margin-top: 36px; }
      .corp-table tr th {
        width: 123px; }
        .corp-table tr th.md {
          width: 123px; }
      .corp-table tr td.lg-03 {
        width: 123px; }
      .corp-table-02 {
        border-collapse: separate; }
        .corp-table-02 tr th {
          display: block;
          width: 100%;
          margin-top: 26px;
          margin-bottom: -1px; }
        .corp-table-02 tr td {
          display: block;
          width: 100%;
          padding: 0;
          text-align: right;
          border: none; }
          .corp-table-02 tr td > a {
            display: block;
            text-align: left;
            padding: 16px;
            border-left: 1px solid #e6e6e6;
            border-right: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6; }
      .corp-table-scroll {
        width: calc(100% + 20px);
        margin-right: -20px;
        overflow-x: scroll; }
        .corp-table-scroll > table {
          width: 800px; }
      .corp-table-scroll + p {
        margin-top: 17px; }
      .corp-table-scroll + h2 {
        margin-top: 41px; }
      .corp-table-scroll + h3 {
        margin-top: 29px; }
      .corp-table + p {
        margin-top: 12px; }
      .corp-hikakulist {
        margin: 12px 0 32px;
        list-style-type: none; }
        .corp-hikakulist li {
          padding-left: 28px;
          position: relative;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.7142857143;
          counter-increment: number; }
          .corp-hikakulist li:before {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            content: counter(number); }
        .corp-hikakulist li + li {
          margin-top: 12px;
          list-style-type: none; } }

.domestic {
  width: 800px;
  padding: 0;
  margin-bottom: 120px;
  border-bottom: none; }
  .domestic-index-outer {
    padding: 0 30px 0px;
    margin-top: 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: solid 1px #e6e6e6;
    box-sizing: border-box; }
  .domestic-index-head {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-left: 29px;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
    text-align: left;
    font-weight: 500;
    border: none;
    background: none; }
    .domestic-index-head:before {
      position: absolute;
      width: 18px;
      height: 14px;
      top: 50%;
      left: 0;
      margin-top: -7px;
      background: url("../images/page/ico_domestic-bus.png") no-repeat border-box center top/contain;
      content: ""; }
  .domestic-index-body {
    padding-bottom: 20px;
    border-top: solid 1px #e6e6e6; }
    .domestic-index-body > ul {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      list-style-type: none; }
      .domestic-index-body > ul li {
        width: 50%;
        margin-top: 16px; }
        .domestic-index-body > ul li a {
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1;
          text-decoration: underline; }
  .domestic-busarea {
    position: relative;
    width: 100%;
    margin-top: 60px; }
    .domestic-busarea-head {
      width: 100%;
      position: relative;
      width: 100%;
      padding: 24px 16px;
      margin-top: 41px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      font-weight: bold;
      text-align: left;
      background-color: #f2f2f2;
      border: 1px solid #e6e6e6;
      box-sizing: border-box; }
      .domestic-busarea-head:after {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 50%;
        right: 16px;
        margin-top: -12px;
        background: url("../images/common/arrow_white.png") no-repeat border-box center top/contain;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        content: ""; }
      .domestic-busarea-head[aria-expanded=true]::after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .domestic-busarea-head#area01 {
        margin-top: 0; }
    .domestic-busarea-table {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 800px;
      border-collapse: collapse;
      border-left: 1px solid #e6e6e6;
      border-right: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; }
      .domestic-busarea-table tbody {
        margin-bottom: -1px; }
      .domestic-busarea-table tr th {
        width: 93px;
        height: 100%;
        padding: 16px;
        font-weight: normal;
        box-sizing: border-box;
        vertical-align: top; }
      .domestic-busarea-table tr td {
        width: 353px;
        padding: 16px;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
        border-collapse: collapse;
        box-sizing: border-box; }
        .domestic-busarea-table tr td:nth-child(2) {
          border-right: none; }
  @media (max-width: 599px) {
    .domestic {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 80px;
      box-sizing: border-box; }
      .domestic .only-pc {
        display: none; }
      .domestic-index-outer {
        padding-left: 20px;
        padding-right: 20px; }
      .domestic-index-head {
        padding-left: 28px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1; }
        .domestic-index-head:before {
          width: 15px;
          height: 12px;
          top: 50%;
          left: 1px;
          margin-top: -6px; }
      .domestic-busarea {
        margin-top: 40px; }
        .domestic-busarea-head {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1;
          margin-top: 37px; }
          .domestic-busarea-head:after {
            position: absolute;
            width: 16px;
            height: 16px;
            margin-top: -8px; }
          .domestic-busarea-head#area01 {
            margin-top: 0; }
        .domestic-busarea-table {
          width: 100%;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.6923076923; }
          .domestic-busarea-table thead {
            width: 82px; }
          .domestic-busarea-table tbody {
            width: calc(100% - 82px); }
            .domestic-busarea-table tbody tr {
              display: flex;
              display: -webkit-flex;
              justify-content: flex-start;
              align-items: flex-start;
              flex-wrap: wrap; }
          .domestic-busarea-table tr th {
            width: 100%; }
          .domestic-busarea-table tr td {
            width: 100%;
            flex-direction: column;
            border-right: none; } }

.attention {
  margin: 0;
  padding: 0;
  color: #222222; }
  .attention h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2857142857;
    font-weight: 500; }
  .attention .only-pc {
    display: block; }
  .attention .only-sp {
    display: none; }
  .attention-mv {
    background: url("../images/page/mv_recruit-pc.jpg") no-repeat border-box center top/contain; }
    .attention-mv .breadcrumbs {
      padding-top: 0; }
    .attention-mv-inner {
      max-width: 1008px; }
  .attention-top {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6; }
  .attention-body {
    padding: 80px 0;
    margin: 0 auto; }
    .attention-body-inner {
      max-width: 1008px;
      margin: 0 auto; }
  .attention-body + .attention-body {
    border-top: 1px solid #e6e6e6; }
  .attention-sec-title {
    padding-bottom: 29px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2857142857;
    font-weight: normal; }
  .attention-sec-subtitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 27px; }
  .attention-sec-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5; }
    .attention-sec-text.mb42 {
      margin-bottom: 42px; }
    .attention-sec-text.mb45 {
      margin-bottom: 45px; }
    .attention-sec-text-02 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2; }
  .attention-sec-item {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px; }
    .attention-sec-item .movie-wrap {
      position: relative;
      width: 100%;
      max-width: 488px;
      height: 0;
      padding-bottom: 56.25%;
      margin-bottom: -252px;
      overflow: hidden; }
      .attention-sec-item .movie-wrap > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
    .attention-sec-item .movie-wrap + .movie-wrap {
      margin-left: 32px; }
  .attention-sec-inner {
    max-width: 800px;
    margin: 100px auto 0; }
  .attention-table {
    margin-bottom: 37px; }
    .attention-table tr th {
      min-width: 177px;
      padding: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.375;
      font-weight: normal;
      background-color: #e6e6e6;
      border: 1px solid #e6e6e6;
      border-collapse: collapse;
      box-sizing: border-box;
      vertical-align: middle; }
      .attention-table tr th.md {
        width: 349px; }
    .attention-table tr td {
      padding: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.375;
      border: 1px solid #e6e6e6;
      border-collapse: collapse;
      vertical-align: middle; }
      .attention-table tr td > a {
        color: #005fbf; }
      .attention-table tr td.sm {
        width: 177px; }
    .attention-table-02 td {
      vertical-align: top; }
  .attention-news {
    max-width: 1008px;
    margin: 0 auto;
    padding: 72px 0 83px; }
    .attention-news-inner {
      padding: 32px 0;
      border-bottom: 1px #b4b4b4 dotted; }
    .attention-news-title {
      padding-bottom: 32px;
      font-weight: normal;
      border-bottom: 1px #b4b4b4 dotted; }
    .attention-news-subtitle {
      margin-bottom: 33px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6; }
      .attention-news-subtitle .red {
        color: #f03c3c; }
    .attention-news-text {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }
      .attention-news-text-date {
        margin-top: 16px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2142857143;
        color: #b4b4b4; }
    .attention-news-image {
      width: 100%;
      height: auto;
      margin-bottom: 7px; }
    .attention-news-item {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 26px; }
      .attention-news-item a img {
        width: 488px;
        height: auto; }
  @media (max-width: 599px) {
    .attention .only-pc {
      display: none; }
    .attention .only-sp {
      display: block; }
    .attention-mv {
      padding-bottom: 66px;
      background: url("../images/page/mv_recruit-sp.jpg") no-repeat border-box center top/contain; }
      .attention-mv #header {
        margin-bottom: 16px !important; }
      .attention-mv .breadcrumbs {
        padding-left: 0; }
      .attention-mv .mv-content {
        margin-top: 40px;
        margin-bottom: 0; }
      .attention-mv .mv-title {
        margin-bottom: 21px; }
    .attention-body {
      padding: 40px 20px;
      box-sizing: border-box; }
    .attention-sec-title {
      padding-bottom: 25px;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.8;
      font-weight: normal; }
    .attention-sec-subtitle {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-bottom: 23px; }
    .attention-sec-text {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.5384615385; }
      .attention-sec-text.mb42 {
        margin-bottom: 34px; }
      .attention-sec-text.mb45 {
        margin-bottom: 45px; }
      .attention-sec-text-02 {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8461538462; }
    .attention-sec-inner {
      max-width: 100%;
      margin: 46px auto 0;
      padding-bottom: 26px; }
    .attention-sec-item {
      flex-direction: column;
      margin-top: 22px; }
      .attention-sec-item .movie-wrap {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        margin-bottom: 0;
        overflow: hidden; }
        .attention-sec-item .movie-wrap > iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .attention-sec-item .movie-wrap + .movie-wrap {
        margin-left: 0;
        margin-top: 20px; }
    .attention-table {
      margin-bottom: 37px; }
      .attention-table tr th {
        min-width: 79px;
        padding: 12px 16px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.6923076923;
        background-color: #f2f2f2; }
        .attention-table tr th.md {
          width: 119px; }
      .attention-table tr td {
        padding: 12px 16px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.6923076923; }
        .attention-table tr td.sm {
          width: 119px; }
    .attention-news {
      max-width: 100%;
      padding: 40px 20px;
      box-sizing: border-box; }
      .attention-news-inner {
        padding: 20px 0; }
      .attention-news-subtitle {
        margin-bottom: 24px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; }
      .attention-news-text {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5384615385; }
        .attention-news-text-date {
          margin-top: 31px;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.1666666667; }
      .attention-news-item {
        flex-direction: column;
        margin-top: 22px; }
        .attention-news-item a img {
          width: 100%;
          height: auto; }
        .attention-news-item a + a {
          margin-top: 12px; } }

.flow {
  width: 1008px;
  padding: 0;
  margin-top: 82px;
  margin-bottom: 120px;
  border-bottom: none; }
  .flow .only-pc {
    display: block; }
  .flow .only-sp {
    display: none; }
  .flow-header {
    margin-bottom: 70px; }
  .flow-headline {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0833333333;
    margin-bottom: 35px; }
    .flow-headline-sm {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.75; }
    .flow-headline-lg {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.4;
      font-weight: 500;
      font-family: inherit;
      margin-bottom: 30px; }
    .flow-headline-bg {
      width: 100%;
      padding: 16px 28px 22px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1;
      font-weight: normal;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background-color: #f2f2f2; }
      .flow-headline-bg > p {
        color: #5f5f5f;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        margin: 19px 0; }
      .flow-headline-bg-flex {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .flow-headline-bg-flex > span {
          padding: 8px 12px;
          margin-right: 10px;
          background-color: #fff;
          color: #222222;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box; }
    .flow-headline-number {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      align-items: center;
      margin: 47px 0 36px;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.5; }
      .flow-headline-number > span {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        margin-right: 12px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        color: #fff;
        background-color: #f03c3c;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
      .flow-headline-number.mt0 {
        margin-top: 0; }
  .flow-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75; }
    .flow-box img {
      width: 488px;
      height: auto; }
    .flow-box img + img {
      margin-top: 42px; }
    .flow-box-lg {
      width: 100%;
      padding-bottom: 8px; }
      .flow-box-lg ul + p {
        margin-top: 10px; }
      .flow-box-lg p + p {
        margin-top: 10px; }
    .flow-box-inner {
      width: 488px;
      padding: 0; }
      .flow-box-inner-bg {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: solid 1px #f2f2f2;
        background-color: #f9f9f9;
        box-sizing: border-box; }
        .flow-box-inner-bg > p {
          max-width: 402px; }
        .flow-box-inner-bg > .alpha {
          display: flex;
          display: -webkit-flex;
          justify-content: center;
          align-items: center;
          height: 30px;
          width: 30px;
          padding: 0 7px;
          margin-right: 16px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1;
          color: #fff;
          font-weight: 400;
          background-color: #f03c3c;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box; }
        .flow-box-inner-bg > .red {
          color: #f03c3c; }
      .flow-box-inner-bg + p {
        margin-top: 20px; }
      .flow-box-inner-bg + .flow-box-inner-bg {
        margin-top: 24px; }
      .flow-box-inner p + .flow-box-inner-bg {
        margin-top: 28px; }
  .flow-box + .flow-box {
    margin-top: 24px; }
  .flow-box + .flow-headline-bg {
    margin-top: 80px; }
  .flow-notice {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    color: #5f5f5f; }
  .flow-line {
    width: 100%;
    height: 1px;
    margin: 40px 0 0 0;
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 2px);
    background-size: 4px 1px;
    background-position: top;
    background-repeat: repeat-x; }
  .flow-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .flow-list li {
      padding-left: 1em;
      text-indent: -1em; }
      .flow-list li:before {
        content: "・"; }
    .flow-list li + li {
      margin-top: 10px; }
  .flow .nav-tabs {
    border-bottom: 1px solid #e6e6e6; }
  .flow-nav {
    border-bottom: 1px solid #e6e6e6; }
    .flow-nav-item + .flow-nav-item {
      margin-left: 10px; }
    .flow-nav-link {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      width: 170px;
      height: 45px;
      padding: 12px 0 16px;
      margin-bottom: 1px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.1875;
      background-color: #ffffff;
      border: 1px solid #e6e6e6;
      border-radius: 4px 4px 0 0;
      box-sizing: border-box; }
      .flow-nav-link.active {
        color: #fff;
        background-color: #f03c3c;
        border: none; }
  .flow-tab-content {
    padding-top: 60px; }
  .flow-table tr th {
    width: 300px;
    padding: 16px;
    font-weight: normal;
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    box-sizing: border-box;
    vertical-align: top; }
  .flow-table tr td {
    padding: 16px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6923076923;
    border: 1px solid #e6e6e6;
    border-collapse: collapse; }
  @media (max-width: 599px) {
    .flow {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 80px;
      box-sizing: border-box; }
      .flow .only-pc {
        display: none; }
      .flow .only-sp {
        display: block; }
      .flow .mt16 {
        margin-top: 16px; }
      .flow-header {
        margin-bottom: 42px; }
      .flow-headline-lg {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2857142857; }
      .flow-headline-bg {
        width: 100%;
        padding: 16px 20px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4375;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
        .flow-headline-bg > p {
          color: #5f5f5f;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5714285714;
          margin: 20px 0 3px; }
        .flow-headline-bg-flex {
          display: flex;
          display: -webkit-flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: wrap; }
          .flow-headline-bg-flex > span {
            white-space: nowrap;
            padding: 8px 12px;
            margin-top: 17px;
            margin-right: 10px;
            background-color: #fff;
            color: #222222;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box; }
      .flow-headline-number {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center;
        margin: 28px 0 24px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4375; }
        .flow-headline-number > span {
          display: flex;
          display: -webkit-flex;
          justify-content: center;
          align-items: center;
          height: 24px;
          width: 24px;
          margin-right: 8px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1; }
      .flow-box {
        flex-direction: column;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7142857143; }
        .flow-box img {
          width: 100%; }
        .flow-box img + img {
          margin-top: 24px; }
        .flow-box-inner {
          width: 100%;
          padding: 0; }
          .flow-box-inner-bg {
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 16px;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.7142857143;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -moz-background-clip: padding;
            -webkit-background-clip: padding-box;
            background-clip: padding-box; }
            .flow-box-inner-bg img {
              width: 100%; }
            .flow-box-inner-bg > p {
              max-width: 70.93vw; }
            .flow-box-inner-bg > .alpha {
              display: flex;
              display: -webkit-flex;
              justify-content: center;
              align-items: center;
              height: 25px;
              width: 25px;
              padding: 0 6px;
              margin-right: 12px;
              font-size: 13px;
              font-size: 1.3rem;
              line-height: 1;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              border-radius: 4px;
              -moz-background-clip: padding;
              -webkit-background-clip: padding-box;
              background-clip: padding-box; }
          .flow-box-inner-bg + p {
            margin-top: 20px; }
          .flow-box-inner-bg + img {
            margin-top: 24px; }
          .flow-box-inner-bg + .flow-box-inner-bg {
            margin-top: 24px; }
          .flow-box-inner p + .flow-box-inner-bg {
            margin-top: 22px; }
          .flow-box-inner img + .flow-box-inner-bg {
            margin-top: 24px; }
        .flow-box-lg {
          width: 100%;
          padding-bottom: 0;
          margin-bottom: -7px; }
          .flow-box-lg ul + p {
            margin-top: 10px; }
          .flow-box-lg p + p {
            margin-top: 10px; }
      .flow-box + .flow-box {
        margin-top: 24px; }
      .flow-box + .flow-headline-bg {
        margin-top: 44px; }
      .flow-notice {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5384615385; }
      .flow-table {
        margin-top: 30px; }
        .flow-table td {
          vertical-align: top; }
      .flow-line {
        width: 100%;
        height: 1px;
        margin: 40px 0 0 0;
        background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 2px);
        background-size: 4px 1px;
        background-position: top;
        background-repeat: repeat-x; }
      .flow-nav-item + .flow-nav-item {
        margin-left: 0; }
      .flow-nav-link {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        width: calc(50vw - 20px);
        height: 42px;
        padding: 12px 0 12px;
        margin-bottom: 1px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2.5;
        background-color: #ffffff;
        border: 1px solid #e6e6e6;
        border-radius: 0;
        box-sizing: border-box; }
        .flow-nav-link.active {
          color: #fff;
          background-color: #f03c3c;
          border: none; }
      .flow-tab-content {
        padding-top: 58px; }
      .flow-list li + li {
        margin-top: 18px; } }

.point {
  margin: 0;
  padding: 0;
  color: #222222; }
  .point h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2857142857;
    font-weight: 500; }
  .point .only-pc {
    display: block; }
  .point .only-sp {
    display: none; }
  .point .faq_wrapper {
    border-bottom: none; }
  .point .inner_faq:first-child {
    border-top: none;
    padding-top: 0; }
  .point .icontxt__01 {
    font-weight: normal; }
  .point-mv {
    background: url("../images/page/mv_point-pc.jpg") no-repeat border-box center top/contain; }
    .point-mv .breadcrumbs {
      padding-top: 0; }
    .point-mv-inner {
      max-width: 1008px;
      text-align: center; }
    .point-mv-lead {
      margin-bottom: 16px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.2;
      font-weight: normal;
      text-align: center;
      color: #fff; }
    .point-mv-title {
      font-size: 56px;
      font-size: 5.6rem;
      line-height: 1;
      color: #fff; }
  .point-bg {
    background-color: #f9f9f9; }
  .point-sec {
    max-width: 1008px;
    margin: 0 auto;
    padding: 60px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
    border-bottom: none; }
    .point-sec-02 {
      padding: 60px 104px;
      margin-bottom: 120px !important;
      background-color: #f9f9f9;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      box-sizing: border-box; }
    .point-sec img {
      width: 100%;
      height: auto; }
    .point-sec-title {
      padding-bottom: 29px;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.2857142857;
      font-weight: normal; }
    .point-sec-subtitle {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.2857142857;
      margin-bottom: 27px; }
    .point-sec-text {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; }
      .point-sec-text-center {
        text-align: center; }
      .point-sec-text-campaign {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
        margin: 24px auto 21px;
        text-align: center; }
      .point-sec-text-date {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.1875;
        margin-top: 8px;
        text-align: center; }
      .point-sec-text-line {
        position: relative;
        margin-bottom: 12px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
        text-align: center; }
        .point-sec-text-line:after {
          position: absolute;
          content: "";
          top: 34px;
          left: 109px;
          width: 780px;
          height: 2px;
          background-image: linear-gradient(to right, #f03c3c, #f03c3c 2px, transparent 2px, transparent 6px);
          background-size: 8px 2px;
          background-position: top;
          background-repeat: repeat-x; }
    .point-sec-item {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      margin-top: 60px; }
      .point-sec-item-02 {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 42px; }
        .point-sec-item-02.mb34 {
          margin-bottom: 34px; }
    .point-sec-items {
      position: relative;
      width: 384px;
      padding: 38px 28px;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1;
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .point-sec-items:before {
        position: absolute;
        content: "POINT 1";
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1;
        width: 110px;
        height: 38px;
        top: -19px;
        left: 50%;
        margin-left: -55px;
        background: #f03c3c;
        color: #fff;
        font-family: 'Montserrat';
        font-weight: 500;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
      .point-sec-items:nth-child(2):before {
        content: "POINT 2"; }
      .point-sec-items-02 {
        width: auto;
        max-width: 312px;
        min-height: 389px;
        background: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding: 28px 32px;
        box-sizing: border-box; }
        .point-sec-items-02 img {
          width: 140px;
          height: auto;
          margin-bottom: 12px; }
      .point-sec-items-02 + .point-sec-items-02 {
        margin-left: 32px; }
      .point-sec-items-03 {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1008px;
        min-height: 220px;
        padding: 48px 104px; }
        .point-sec-items-03 img {
          width: 280px;
          margin-bottom: 0; }
      .point-sec-items-04 {
        border: 1px solid #e6e6e6;
        padding: 28px;
        margin-top: 38px;
        width: 488px;
        background: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        box-sizing: border-box; }
      .point-sec-items-04 + .point-sec-items-04 {
        margin-left: 32px; }
      .point-sec-items-text.pb2 {
        padding-bottom: 28px; }
      .point-sec-items-text h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 25px;
        text-align: center; }
      .point-sec-items-text p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.75;
        text-align: left; }
      .point-sec-items-text-02 {
        text-align: left;
        max-width: 471px; }
    .point-sec-items + .point-sec-items {
      margin-left: 32px; }
    .point-sec-inner {
      max-width: 800px;
      margin: 100px auto 0; }
  .point-btn {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 592px;
    height: 80px;
    margin: 30px auto 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    background: #f03c3c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .point-btn:hover {
      background: #fff;
      border: 1px solid #f03c3c; }
  .point-link-arrow {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1875;
    margin-top: 20px; }
    .point-link-arrow:before {
      position: relative;
      display: inline-block;
      height: 16px;
      width: 16px;
      margin-right: 8px;
      background: url(../images/common/arrow_red.png) no-repeat left center;
      content: ""; }
  .point-line {
    width: 100%;
    height: 1px;
    margin: 40px 0;
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-size: 4px 1px;
    background-position: top;
    background-repeat: repeat-x; }
  @media (max-width: 599px) {
    .point .only-pc {
      display: none; }
    .point .only-sp {
      display: block; }
    .point h2 {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.8;
      font-weight: 500; }
    .point-mv {
      padding-bottom: 72px !important;
      background: url("../images/page/mv_point-sp.jpg") no-repeat border-box center top/contain; }
      .point-mv #header {
        margin-bottom: 16px !important; }
      .point-mv .breadcrumbs {
        padding-left: 0; }
      .point-mv .mv-content {
        margin-top: 40px;
        margin-bottom: 0; }
      .point-mv .mv-title {
        margin-bottom: 21px; }
      .point-mv-inner {
        max-width: 100%; }
      .point-mv-lead {
        margin-bottom: 3px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.375; }
      .point-mv-title {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2857142857; }
    .point-body {
      padding: 40px 20px;
      box-sizing: border-box; }
    .point-sec {
      width: 100%;
      max-width: 100%;
      padding: 57px 20px 42px;
      box-sizing: border-box; }
      .point-sec img {
        width: calc(100% + 20px);
        height: auto;
        margin: 0 -10px; }
      .point-sec-02 {
        padding: 40px 20px 60px;
        margin-bottom: 0 !important; }
      .point-sec-title {
        padding-bottom: 29px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2857142857;
        font-weight: normal; }
      .point-sec-subtitle {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.8;
        margin-bottom: 29px; }
      .point-sec-text {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.6923076923; }
        .point-sec-text-center {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.6923076923;
          text-align: center; }
        .point-sec-text-campaign {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5714285714;
          margin: 24px auto 14px; }
        .point-sec-text-date {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.8333333333;
          margin-top: 2px; }
        .point-sec-text-line {
          position: relative;
          margin-bottom: 12px;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1;
          text-align: center; }
          .point-sec-text-line:after {
            position: absolute;
            content: "";
            top: 22px;
            left: 0;
            width: 100%;
            height: 2px;
            background-image: linear-gradient(to right, #f03c3c, #f03c3c 2px, transparent 2px, transparent 6px);
            background-size: 8px 2px;
            background-position: top;
            background-repeat: repeat-x; }
          .point-sec-text-line-sm {
            position: relative;
            margin-bottom: 20px;
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1;
            text-align: center; }
            .point-sec-text-line-sm:after {
              position: absolute;
              content: "";
              top: 22px;
              left: 10%;
              width: 80%;
              height: 2px;
              background-image: linear-gradient(to right, #f03c3c, #f03c3c 2px, transparent 2px, transparent 6px);
              background-size: 8px 2px;
              background-position: top;
              background-repeat: repeat-x; }
      .point-sec-item {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px; }
        .point-sec-item-02 {
          width: 100%;
          flex-direction: column;
          margin-bottom: 0; }
          .point-sec-item-02.mb34 {
            margin-bottom: 24px; }
      .point-sec-items {
        position: relative;
        width: 42.66vw;
        padding: 23px 14px;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
        .point-sec-items:before {
          position: absolute;
          content: "POINT 1";
          display: flex;
          display: -webkit-flex;
          justify-content: center;
          align-items: center;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1;
          width: 21.33vw;
          height: 23px;
          top: -11px;
          left: 50%;
          margin-left: -10.6vw;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box; }
        .point-sec-items:nth-child(2):before {
          content: "POINT 2"; }
        .point-sec-items-02 {
          display: flex;
          display: -webkit-flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          max-width: 100%;
          min-height: auto;
          margin-bottom: 24px;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          padding: 20px 24px; }
          .point-sec-items-02 img {
            width: 100px;
            height: auto;
            margin-bottom: 12px; }
          .point-sec-items-02.reverse {
            flex-direction: row-reverse; }
        .point-sec-items-02 + .point-sec-items-02 {
          margin-left: 0; }
        .point-sec-items-03 {
          flex-direction: column;
          width: 100%;
          max-width: 100%;
          min-height: auto;
          padding: 16px 24px 24px;
          margin-top: 24px; }
          .point-sec-items-03 img {
            width: 200px;
            margin-bottom: 0; }
        .point-sec-items-04 {
          padding: 20px 24px;
          margin-top: 22px;
          width: 100%; }
        .point-sec-items-04 + .point-sec-items-04 {
          margin-left: 0; }
        .point-sec-items-text {
          text-align: left;
          width: 178px; }
          .point-sec-items-text.pb2 {
            padding-bottom: 0; }
          .point-sec-items-text h3 {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.5333333333;
            margin-bottom: 14px; }
          .point-sec-items-text p {
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.6923076923; }
          .point-sec-items-text-02 {
            max-width: 100%; }
            .point-sec-items-text-02 h3 {
              text-align: center; }
          .point-sec-items-text-03 {
            width: 100%; }
      .point-sec-items + .point-sec-items {
        margin-left: 4.26vw; }
      .point-sec-inner {
        max-width: 100%;
        margin: 100px auto 0; }
    .point-link-arrow {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2142857143; }
      .point-link-arrow:before {
        margin-bottom: -2px; }
    .point-btn {
      width: 100%;
      padding: 18px 0 26px; } }
