@charset "utf-8";
/* ======================================================
 * slp.css
 * ------------------------------------------------------
 * Common
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */
/* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
/* ----- font ----- */
/* Noto Sans */
.slp-hero-layout, .slp-main-layout {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 26px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde !important;
    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;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 250px;
    min-width: 88px;
  }
  .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 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;
  }
  .table-ec-button_link:hover {
    opacity: 1;
    background-color: #daebfc;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- youtube-layout ----- */
  .youtube-layout {
    margin: 40px auto 0;
  }
  /*---slp-hero_visual---*/
  .slp-hero_visual_text {
    margin-top: 14px;
    text-align: right;
    font-size: 1.8rem;
    font-weight: bold;
  }
  /*---slp-main-layout---*/
  .slp-main-layout {
    margin: 38px 0 0;
  }
  /*---slp-heading2---*/
  .slp-heading2 {
    margin: 57px 0 40px 0;
    padding-bottom: 15px;
    border-bottom: 6px solid #ffda2f;
    line-height: 1;
  }
  .slp-heading2__inner {
    display: flex;
    align-items: flex-end;
  }
  .slp-heading2__number {
    margin-right: 15px;
    font-size: 5rem;
    font-weight: bold;
    color: #f15b40;
  }
  .slp-heading2__title {
    padding-bottom: 5px;
    font-size: 3.4rem;
    font-weight: bold;
  }
  /*---slp-text---*/
  .slp-text {
    margin-top: 12px;
    font-size: 1.8rem;
  }
  /*---slp-lead---*/
  .slp-lead {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  /*---slp-column---*/
  .slp-column {
    display: flex;
    margin-top: 30px;
    max-width: 100%;
  }
  .slp-column_item {
    max-width: 100%;
  }
  .slp-column > .slp-column_item {
    width: calc((100% - 3%) / 2);
    margin-left: 3%;
  }
  .slp-column > .slp-column_item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .slp-column_item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .slp-column.type02 > .slp-column_item:first-of-type {
    flex-shrink: 0;
    width: 65%;
  }
  .slp-column.type02 > .slp-column_item:not(:first-of-type) {
    width: calc((100% - 3%) - 65%);
  }
  /*---slp-logo-column---*/
  .slp-logo-column {
    display: flex;
    align-items: center;
    margin-top: 86px;
    max-width: 100%;
  }
  .slp-logo-column_item {
    max-width: 100%;
  }
  .slp-logo-column > .slp-logo-column_item:first-child {
    width: 47%;
    padding-right: 2.5%;
  }
  .slp-logo-column > .slp-logo-column_item:nth-of-type(2) {
    width: calc(100% - 47%);
    padding-left: 2.5%;
    border-left: 2px solid #ddd;
  }
  .slp-logo-wrap {
    display: flex;
    align-items: center;
  }
  .slp-logo-wrap .slp-logo_image {
    width: 184px;
    margin-right: 30px;
  }
  .slp-logo-wrap .slp-logo_text {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .slp-logo_detail {
    font-size: 1.8rem;
  }
  /*---slp-box-colmn---*/
  .slp-box-colmn {
    display: flex;
    margin-top: 30px;
    max-width: 100%;
  }
  .slp-box-column_item {
    max-width: 100%;
  }
  [data-col-pc="3"] > .slp-box-column_item {
    width: calc((100% - 6%) / 3);
    margin-left: 3%;
  }
  [data-col-pc="3"] > .slp-box-column_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .slp-box-column_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 4px solid #333;
    text-align: center;
  }
  .slp-box-column_text {
    font-size: 1.8rem;
    margin: 17px 0 0;
    text-align: center;
  }
  .slp-box-column_body {
    margin-top: 20px;
  }
  /*---slp-media---*/
  .slp-media {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 24px;
  }
  .slp-media_head {
    width: 100%;
  }
  .slp-media_body {
    display: flex;
    flex-wrap: nowrap;
    margin: 7px 0 0 3%;
  }
  .slp-media_text {
    font-size: 1.8rem;
    line-height: 1.56;
  }
  .slp-media_image + .slp-media_image {
    margin-left: 3%;
  }
  .slp-media.type02 .slp-media_head,
  .slp-media.type03 .slp-media_head {
    width: calc((100% - 3%) - 57.5%);
  }
  .slp-media.type02 .slp-media_body,
  .slp-media.type03 .slp-media_body{
    width: 57.5%;
    flex-shrink: 0;
  }
  .slp-media.type03 .slp-media_body > .slp-media_image {
    width: calc((100% - 4.6%) / 2);
  }
  .slp-media.type03 .slp-media_image + .slp-media_image {
    margin-left: 4.6%;
  }
  /*---slp-box---*/
  .slp-box {
    margin-top: 40px;
    background-color: #fff8d5;
  }
  .slp-box_inner {
    display: flex;
  }
  .slp-box .slp-box_body {
    width: 75%;
    padding: 26px 30px 22px 30px;
  }
  .slp-box .slp-box_image {
    width: 25%;
  }
  .slp-box .slp-box_body_title {
    padding-bottom: 6px;
    font-size: 3.4rem;
    font-weight: bold;
    border-bottom: 3px solid #333;
  }
  .slp-box .slp-box_body_text {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  /*---slp-banner-layout---*/
  .slp-banner-layout { 
    margin-top: 44px;
  }
  .slp-banner_inner:hover {
    opacity: .7;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * PC Media Queries
====================================================== */
/***
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde !important;
    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;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    padding: 0;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 3px 15px;
    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;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- youtube-layout ----- */
  .youtube-layout {
    margin: 30px auto 0;
  }
  /*---slp-hero_visual---*/
  .slp-hero_visual {
    margin: 0 -15px;
  }
  .slp-hero_visual_image > img {
    width: 100%;
  }
  .slp-hero_visual_text {
    margin-top: 12px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
  }
  /*---slp-main-layout---*/
  .slp-main-layout {
    margin: 16px 0 0;
  }
  /*---slp-heading2---*/
  .slp-heading2 {
    margin-top: 23px;
    padding-bottom: 4px;
    border-bottom: 6px solid #ffda2f;
    line-height: 1.4;
  }
  .slp-heading2__inner {
    display: flex;
    align-items: flex-start;
  }
  .slp-heading2__number {
    margin-right: 11px;
    font-size: 3rem;
    font-weight: bold;
    color: #f15b40;
  }
  .slp-heading2__title {
    padding-top: 5px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  /*---slp-text---*/
  .slp-text {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  /*---slp-lead---*/
  .slp-lead {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
  }
  /*---slp-column---*/
  .slp-column {
    margin-top: 20px;
  }
  .slp-column_item + .slp-column_item{
    margin-top: 20px;
  }
  .slp-column_item_head {
    background-color: #70655a;
  }
  .slp-column_item_title {
    padding: 4px 0;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
  }
  /*---slp-logo-column---*/
  .slp-logo-column {
    align-items: center;
    margin-top: 28px;
  }
  .slp-logo-column > .slp-logo-column_item:nth-of-type(2) {
    margin-top: 10px;
  }
  .slp-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 0 16px 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
  }
  .slp-logo-wrap .slp-logo_image {
    width: 115px;
    margin-right: 18px;
  }
  .slp-logo-wrap .slp-logo_text {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .slp-logo_detail {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }
  /*---slp-box-colmn---*/
  .slp-box-colmn[data-col-sp="1"] {
    margin-top: 20px;
  }
  .slp-box-column_item:nth-child(n + 2) {
    margin-top: 36px;
  }
  .slp-box-column_title {
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 4px solid #333;
    text-align: center;
  }
  .slp-box-column_text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 0;
    text-align: center;
  }
  .slp-box-column_body {
    margin-top: 10px;
  }
  /*---slp-media---*/
  .slp-media {
    margin-top: 14px;
  }
  .slp-media_body {
    margin: 10px 0 0 0;
  }
  .slp-media_text {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .slp-media.type03 .slp-media_body {
    margin-top: 20px;
  }
  .slp-media.type03 .slp-media_image + .slp-media_image {
    margin-top: 15px;
  }
  /*---slp-box---*/
  .slp-box {
    margin-top: 30px;
    background-color: #fff8d5;
  }
  .slp-box_inner {
    padding: 14px 15px;
  }
  .slp-box .slp-box_image {
    margin-top: 14px;
  }
  .slp-box .slp-box_body_title {
    padding-bottom: 7px;
    font-size: 2.1rem;
    font-weight: bold;
    border-bottom: 3px solid #333;
  }
  .slp-box .slp-box_body_text {
    padding-top: 13px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  /*---slp-banner-layout---*/
  .slp-banner-layout { 
    margin-top: 44px;
  }
  .slp-banner_inner:hover {
    opacity: .7;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 375px) {
}
***/
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 374px) {}
@media only screen and (max-width: 370px) {}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {}