@charset "utf-8";

/* ======================================================
 * lsp.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Layout
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Layout
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * Common setting
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Layout
  ------------------------------------------------------ */

  /* ----- Header ----- */
  .lsp-Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 1001;
  }
  .lsp-header-body {
    margin: 0 auto;
    padding: 0 40px;
  }
  .lsp-identity {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    height: 95px;
  }
  .lsp-identity img {
    width: 200px;
  }
  .lsp-ec-botton_link {
    display: inline-block;
    padding: 5px 26px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .lsp-ec-botton_link:hover {
    background-color: #daebfc;
  }

  /* ----- Main ----- */
  .lsp-Main {
    overflow: hidden;
  }
  .lsp-MainBody {
    margin-top: 95px;
  }
  

  /* ----- Container ----- */
  .lsp-container {
    max-width: 100%;
    padding-bottom: 100px;
  }

  /* ----- lsp-main-contents ----- */
  .lsp-main-contents_wrap {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .lsp-mainVisual {
    position: relative;
  }
  .lsp-mainVisual-image {
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 805px;
    margin-left: -960px;
  }
  .lsp-mainVisual .lsp-mainVisual_inner {
    position: relative;
    width: 1260px;
    height: 805px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .lsp-mainVisual-text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 46px 48px;
  }
  .lsp-mainVisual-text {
    font-size: 3.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .lsp-mainVisual-text-v2 {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* ----- lsp-social-button ----- */
  .lsp-social-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .lsp-social-button > ul {
    display: flex;
  }
  .lsp-social-button > ul > li {
    margin-left: 20px;
    line-height: 1;
  }
  
  /* ----- heading ----- */
  .lsp-heading3 {
    margin-top: 52px;
  }
  .lsp-heding3_title {
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #005b9f;
    text-align: center;
  }
  .lsp-heading2 {
    margin-top: 78px;
    background-color: #005b9f;
  }
  .lsp-heading2_title {
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    text-align: center;
  }
  section section > .lsp-heading3 {
    margin-top: 32px;
  }

  /* ----- text ----- */
  .lsp-text_pc_center {
    margin-top: 20px;
    text-align: center;
  }
  .lsp-text_center--vacant {
    margin-top: 35px;
    text-align: center;
  }

  /* ----- column-v1 ----- */
  .lsp-column-v1 {
    display: flex;
    margin-top: 38px;
  }
  .lsp-column-v1 .lsp-column-text {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 13px;
    text-align: center;
  }
  .lsp-column-v1 .lsp-column_image {
    width: 100%;
  }
  .lsp-column-v1 .lsp-column_item:nth-child(2n) {
    margin-left: 36px;
  }
  .lsp-column-v1 .lsp-column-v1_item--vacant1 {
    padding: 0 18px;
  }
  .lsp-column-v1 .lsp-column-v1_item--vacant2 {
    padding: 0 49px;
  }
  .lsp-column-v1 .lsp-list_wrap {
    margin-top: 15px;
  }
  .lsp-list_wrap li {
    position: relative;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .lsp-column-v1 .lsp-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lsp-column-v1 .lsp--text--normal {
    margin-top: 20px;
  }

  /* ----- lsp-column-v1-vacant ----- */
  .lsp-column-v1-vacant {
    display: flex;
    margin-top: 23px;
  }
  .lsp-column-v1-vacant .lsp-column-text {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 13px;
    text-align: center;
  }
  .lsp-column-v1-vacant .lsp-column_image {
    width: 100%;
  }
  .lsp-column-v1-vacant .lsp-column_item:nth-child(2n) {
    margin-left: 36px;
  }
  .lsp-column-v1-vacant .lsp-column-v1_item--vacant1 {
    padding: 0 18px;
  }
  .lsp-column-v1-vacant .lsp-column-v1_item--vacant2 {
    padding: 0 49px;
  }
  .lsp-column-v1-vacant .lsp-list_wrap {
    margin-top: 15px;
  }
  .lsp-column-v1-vacant li {
    position: relative;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .lsp-column-v1-vacant .lsp-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lsp-column-v1-vacant .lsp--text--normal {
    margin-top: 16px;
  }
  .lsp-column-v1-vacant .lsp-text--normal {
    margin-top: 15px;
  }

  /* ----- column-v1-fig ----- */
  .lsp-column-v1-fig {
    display: flex;
    margin-top: 38px;
  }
  .lsp-column-v1-fig .lsp-column_image {
    width: 100%;
  }
  .lsp-column-v1-fig .lsp-column_item:nth-child(2n) {
    margin-left: 36px;
  }
  .lsp-column-v1-fig .lsp-column-v1_item--vacant1 {
    padding: 0 18px;
  }
  .lsp-column-v1-fig .lsp-column-v1_item--vacant2 {
    padding: 0 49px;
  }

  /* ----- image-wrap ----- */
  .image-wrap .image-set {
    margin-top: 0;
  }

  /* ----- lsp-center-wrap ----- */
  .lsp-center-wrap {
    margin-top: 20px;
    text-align: center;
  }
  .lsp-item-center-wrap + .lsp-item-center-wrap {
    margin-top: 62px;
  }
  .lsp-text-wrap_center {
    margin-top: 21px;
  }
  .lsp-text-desc {
    font-size: 2.0rem;
    font-weight: bold;
  }

  /* ----- lsp-list-wrap ----- */
  .lsp-list-wrap {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 5px;
  }
  .lsp-note-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lsp-note-list li {
    position: relative;
    font-size: 1.5rem;
    padding-left: 20px;
  }

  /* ----- lsp-lead ----- */
  .lsp-lead {
    height: 61px;
    text-align: center;
    margin-top: 33px;
    background: linear-gradient(#fff 93%, #005b9f 93%, #005b9f 100%, #fff 100%);
  }
  .lsp-lead_text {
    font-size: 3.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #005b9f;
  }
  .lsp-lead + .lsp-figure-wrap_center {
    margin-top: 40px;
  }

  /* ----- lsp-lead-v1 ----- */
  .lsp-lead-v1 {
    height: 61px;
    text-align: center;
    margin-top: 33px;
    background: linear-gradient(#fff 93%, #005b9f 93%, #005b9f 100%, #fff 100%);
  }
  .lsp-lead-v1 .lsp-lead_text {
    font-size: 3.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #005b9f;
  }

  /* ----- column-v2 ----- */
  .lsp-column-v2 {
    display: flex;
    margin-top: 38px;
  }
  .lsp-column-v2 .lsp-column_item--center {
    text-align: center;
    margin-left: 66px;
  }
  .lsp-column-v2 .lsp-list-wrap {
    display: flex;
    flex-flow: row wrap;
    margin-top: 32px;
    text-align: center;
  }
  .lsp-column-v2 .lsp-note-list li {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .lsp-column-v2 .lsp-note-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- lsp-headlist-wrap ----- */
  .lsp-headlist-wrap {
    margin-top: 38px;
  }
  .lsp-headlist-text > li {
    position: relative;
    padding-left: 29px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .lsp-headlist-text > li:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 0;
    background-color: #005b9f;
    content: "";
  }

  /* ----- lsp-text ----- */
  .lsp-text {
    margin-top: 15px;
  }

  /* ----- lsp-figure-wrap_center ----- */
  .lsp-figure-wrap_center {
    display: flex;
    justify-content: center;
    margin-top: 21px;
  }
  .lsp-figure-fixed {
    width: 804px;
  }
  .lsp-figure-list_wrap {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
    margin-top: 12px;
  }
  .lsp-figure-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lsp-figure-list-right li {
    position: relative;
    font-size: 1.4rem;
    padding-left: 20px;
  }

  /* ----- lsp-column-v3-wrap ----- */
  .lsp-column-v3 {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .lsp-column-v3 .lsp-column_item {
    width: calc((100% - 36px) / 2);
  }
  .lsp-column_image--vacant .lsp-column_image_inner {
    padding: 0 68px;
  }
  .lsp-column-v3 .lsp-column_text {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1259px) and (min-width: 768px) {
  .lsp-mainVisual-image {
    height: calc(805/1260 * 100vw);
    text-align: center;
  }
  .lsp-mainVisual-image img {
    width: auto;
    height: 100%;
  }
  .lsp-mainVisual .lsp-mainVisual_inner {
    height: calc(805/1260 * 100vw);
  }
  .lsp-mainVisual-text-wrap {
    padding: 0 0 calc(54/1260 * 100vw) calc(50/1260 * 100vw);
  }
  .lsp-mainVisual-text {
    font-size: calc(30/1260 * 100vw);
  }
  .lsp-mainVisual-text-v2 {
    font-size: calc(18/1260 * 100vw);
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Layout
  ------------------------------------------------------ */

  /* ----- Header ----- */
  .lsp-Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 1001;
  }
  .lsp-header-body {
    margin: 0 auto;
    padding: 0 15px;
  }
  .lsp-identity {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    height: 55px;
  }
  .lsp-identity img {
    width: 128px;
  }
  .lsp-ec-botton_link {
    display: inline-block;
    padding: 1px 19px 2px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* ----- Main ----- */
  .lsp-MainBody {
    margin-top: 56px;
  }

  /* ----- Container ----- */
  .lsp-container {
    width: 100%;
    padding-bottom: 40px;
  }

  /* ----- lsp-main-contents ----- */
  .lsp-main-contents_wrap {
    margin: 0 auto;
    padding: 0 15px;
  }
  .lsp-mainVisual {
    position: relative;
  }
  .lsp-mainVisual-text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 calc(15/375 * 100vw) calc(23/375 * 100vw);
  }
  
  .lsp-mainVisual-text {
    font-size: calc(19/375 * 100vw);
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .lsp-mainVisual-text-v2 {
    margin-top: 10px;
    font-size: calc(11/375 * 100vw);
    font-weight: 500;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* ----- lsp-social-button ----- */
  .lsp-social-button ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .lsp-social-button > ul {
    display: flex;
  }
  .lsp-social-button > ul > li {
    margin-left: 20px;
    line-height: 1;
  }
  .lsp-social-button > ul > li:first-child {
    margin-left: 0px;
  }

  /* ----- heading ----- */
  .lsp-heading3 {
    margin-top: 15px;
  }
  .lsp-heding3_title {
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #005b9f;
    text-align: center;
  }
  .lsp-heading2 {
    margin-top: 33px;
    background-color: #005b9f;
    margin-left: -15px;
    margin-right: -15px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lsp-heading2_title {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    text-align: center;
    
  }
  section section > .lsp-heading3 {
    margin-top: 22px;
  }

  /* ----- text ----- */
  .lsp-text_pc_center {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .lsp-text_center--vacant {
    margin-top: 15px;
  }

  /* ----- column-v1 ----- */
  .lsp-column-v1 {
    margin-top: 12px;
  }
  .lsp-column-v1 .lsp-column-text {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 13px;
    text-align: center;
  }
  .lsp-column-v1 .lsp-column_image {
    width: 100%;
  }
  .lsp-column-v1 .lsp-column_item:nth-child(2n) {
    margin-top: 20px;
  }
  .lsp-column-v1 .lsp-list_wrap {
    margin-top: 15px;
  }
  .lsp-list_wrap li {
    position: relative;
    font-size: 1.4rem;
    padding-left: 20px;
  }
  .lsp-column-v1 .lsp-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lsp-column-v1 .lsp--text--normal {
    margin-top: 20px;
  }

  /* ----- lsp-column-v1-vacant ----- */
  .lsp-column-v1-vacant {
    margin-top: 15px;
  }
  .lsp-column-v1-vacant .lsp-column-text {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 13px;
    text-align: center;
  }
  .lsp-column-v1-vacant .lsp-column_image {
    width: 100%;
  }
  .lsp-column-v1-vacant .lsp-column_item:nth-child(2n) {
    margin-top: 15px;
  }
  .lsp-column-v1-vacant .lsp-column-v1_item--vacant1 {
    padding: 0 18px;
  }
  .lsp-column-v1-vacant .lsp-column-v1_item--vacant2 {
    padding: 0 49px;
  }
  .lsp-column-v1-vacant .lsp-list_wrap {
    margin-top: 15px;
  }
  .lsp-column-v1-vacant li {
    position: relative;
    font-size: 1.1rem;
    padding-left: 16px;
  }
  .lsp-column-v1-vacant .lsp-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lsp-column-v1-vacant .lsp--text--normal {
    margin-top: 16px;
  }
  .lsp-column-v1-vacant .lsp-text--normal {
    margin-top: 15px;
  }

  /* ----- column-v1-fig ----- */
  .lsp-column-v1-fig {
    margin-top: 20px;
  }
  .lsp-column-v1-fig .lsp-column-v1_item--vacant2 {
    margin-top: 15px;
  }

  /* ----- image-wrap ----- */
  .image-wrap .image-set {
    margin-top: 0;
  }

  /* ----- lsp-center-wrap ----- */
  .lsp-center-wrap {
    margin-top: 20px;
    text-align: center;
  }
  .lsp-item-center-wrap + .lsp-item-center-wrap {
    margin-top: 20px;
  }
  .lsp-text-wrap_center {
    margin-top: 14px;
  }
  .lsp-text-wrap_center .lsp-text-desc {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .lsp-text-wrap_center .lsp-list-wrap {
    margin-top: 8px;
  }

  /* ----- lsp-list-wrap ----- */
  .lsp-list-wrap {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }
  .lsp-note-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lsp-note-list li {
    position: relative;
    font-size: 1.1rem;
    padding-left: 20px;
  }

  /* ----- lsp-lead ----- */
  .lsp-lead {
    height: 68px;
    text-align: center;
    margin-top: 27px;
    background: linear-gradient(#fff 97%, #005b9f 97%, #005b9f 100%, #fff 100%);
  }
  .lsp-lead_text {
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
    color: #005b9f;
  }

  /* ----- lsp-lead-v1 ----- */
  .lsp-lead-v1 {
    height: 40px;
    text-align: center;
    margin-top: 27px;
    background: linear-gradient(#fff 94%, #005b9f 94%, #005b9f 100%, #fff 100%);
  }
  .lsp-lead-v1 .lsp-lead_text {
    font-size: 2.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
    color: #005b9f;
  }

  /* ----- column-v2 ----- */
  .lsp-column-v2 {
    margin-top: 20px;
  }
  .lsp-column-v2 .lsp-column_item--center {
    display: flex;
    margin-top: 15px;
  }
  .lsp-column-v2 .lsp-list-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
  }
  .lsp-column-v2 .lsp-note-list li {
    position: relative;
    padding-left: 20px;
    font-size: 1.1rem;
    vertical-align: middle;
  }
  .lsp-column-v2 .lsp-note-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lsp-column-v2 .lsp-column_item--center .lsp-column_image {
    width: calc((100% - 15px) / 2);
    padding: 0 15px;
  }

  /* ----- lsp-headlist-wrap ----- */
  .lsp-headlist-wrap {
    margin-top: 10px;
  }
  .lsp-headlist-wrap + .lsp-text {
    margin-top: 5px;
  }
  .lsp-headlist-text > li {
    position: relative;
    padding-left: 29px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .lsp-headlist-text > li:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #005b9f;
    content: "";
  }

  /* ----- lsp-figure-wrap_center ----- */
  .lsp-figure-wrap_center {
    margin-top: 21px;
  }
  .lsp-figure-list_wrap {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
    margin-top: 12px;
  }
  .lsp-figure-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .lsp-figure-list-right li {
    position: relative;
    font-size: 1.1rem;
    padding-left: 20px;
  }
  .lsp-figure--margin {
    padding: 0 15px;
  }

  /* ----- lsp-column-v3-wrap ----- */
  .lsp-column-v3 {
    margin-top: 20px;
  }
  .lsp-column-v3 .lsp-column_text {
    margin-top: 13px;
  }
  .lsp-column-v3 .lsp-column_item + .lsp-column_item {
    margin-top: 30px;
  }
}

/* ======================================================
 * Print
====================================================== */
@media print {
}