@charset "UTF-8";
html {
  /* 1920px(PC)〜375px(スマホ)の間で文字サイズを自動伸縮させる根っこ設定 */
  font-size: clamp(10px, 1.25vw, 24px); }

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1;
  background: #fff; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

p {
  letter-spacing: 0.01em; }

.spOnly {
  display: none !important; }

.pcOnly {
  display: block !important; }

.bg_light {
  background-color: #d9eef1 !important; }

.bg_deep {
  background-color: #008ba5 !important; }

.bread .contents_inner {
  width: 1040px;
  margin: 0 auto;
  text-align: center; }

.top {
  margin: 0;
  padding: 0; }

.contents {
  max-width: 1040px;
  padding: 64px 0;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .contents.bread, .contents.top {
    padding: 0;
    width: 100%; }
  .contents.last {
    padding-bottom: 0; }
  .contents .wrapper-inner {
    width: 1040px;
    margin: 0 auto; }
  .contents_img {
    width: 100%; }
  .contents img {
    width: 100%; }

.item_detail_button {
  font-size: 20px;
  letter-spacing: .16em;
  width: 32%;
  margin: 0 auto;
  color: #fff !important;
  background-color: #000;
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold; }
  .item_detail_button a {
    width: 100%;
    height: 100%; }
  .item_detail_button::after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    right: 47px; }

.bottom_btn {
  margin-top: 64px;
  text-align: center; }
  .bottom_btn .item_detail_button {
    font-size: 16px;
    width: 400px;
    max-width: 100%;
    padding: 24px 0;
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .bottom_btn .item_detail_button {
        margin-top: 0; } }
    .bottom_btn .item_detail_button::after {
      width: 12px;
      height: 12px;
      top: 50%;
      right: 24px; }
  .bottom_btn a {
    color: #fff;
    display: block;
    margin: auto;
    width: 400px;
    max-width: 100%; }

.lp_footer {
  margin-top: 0 !important; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.main_visual {
  margin: 0;
  padding: 0; }
  .main_visual h1 {
    width: 100%;
    margin: 0;
    padding: 0; }
  .main_visual picture {
    width: 100%;
    display: block; }
  .main_visual img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 1500px;
    margin: 0 auto; }

.concept-section {
  background-color: #dce9f0;
  padding: 64px 16px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .concept-section {
      padding: 40px 16px; } }
  .concept-section .concept-inner {
    max-width: 960px;
    margin: 0 auto; }
  .concept-section .concept-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .concept-section .concept-heading {
        font-size: 26px;
        margin-bottom: 16px;
        line-height: 1.5; } }
  .concept-section .concept-text {
    font-size: 14px;
    line-height: 2;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .concept-section .concept-text {
        line-height: 1.8;
        text-align: center; } }

.intro-header {
  text-align: center;
  margin: 0 0 48px; }
  @media screen and (max-width: 767px) {
    .intro-header {
      margin: 0 0 24px; } }
  .intro-header_catchphrase {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .intro-header_catchphrase {
        font-size: 18px; } }

.intro-img {
  width: 75%;
  margin: 0 auto 56px; }
  @media screen and (max-width: 767px) {
    .intro-img {
      width: 100%;
      margin-bottom: 40px; } }

.intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px; }
  .intro-list li {
    background: #fff;
    width: calc((100% - 80px ) / 3);
    border-radius: 4px;
    position: relative;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .intro-list li .img_point {
      position: absolute;
      top: 4px;
      left: -12px;
      width: 120px; }
  .intro-list_title {
    font-size: 18px;
    font-weight: bold;
    color: #008ba5;
    margin: 16px 0 8px;
    text-align: center;
    line-height: 1.25; }
  .intro-list_text {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .intro-list {
      gap: 16px; }
      .intro-list li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .intro-list li img {
          width: 160px; }
        .intro-list li .img_point {
          width: 80px; }
      .intro-list_title {
        font-size: 16px;
        margin: 0 0 8px 0;
        text-align: left; }
      .intro-list_text {
        font-size: 12px;
        text-align: left; } }

.scene_catchphrase {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .scene_catchphrase {
      font-size: 18px;
      margin-bottom: 32px; } }

.scene-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 56px; }
  @media screen and (max-width: 767px) {
    .scene-list {
      gap: 16px; } }
  .scene-list li {
    width: calc((100% - 56px) / 2);
    background: #fff;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .scene-list li img {
      width: 220px; }
    @media screen and (max-width: 767px) {
      .scene-list li {
        width: 90%;
        margin: 0 auto;
        gap: 8px; }
        .scene-list li img {
          width: 130px; } }
  .scene-list_area {
    width: calc(100% - 244px); }
    @media screen and (max-width: 767px) {
      .scene-list_area {
        width: calc(100% - 138px); } }
  .scene-list_catchphrase {
    font-size: 18px;
    font-weight: bold;
    color: #008ba5;
    margin-bottom: 8px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .scene-list_catchphrase {
        font-size: 16px; } }
  .scene-list_text {
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .scene-list_text {
        font-size: 12px; } }

.link-area_title {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 40px;
  position: relative;
  padding: 0 24px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .link-area_title {
      font-size: 20px;
      margin-bottom: 24px; } }
  .link-area_title::before, .link-area_title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 32px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .link-area_title::before {
    left: 0px;
    -webkit-transform: translateY(-50%) rotate(-15deg);
    -ms-transform: translateY(-50%) rotate(-15deg);
    transform: translateY(-50%) rotate(-15deg); }
  .link-area_title::after {
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(15deg);
    -ms-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg); }

.link-area_bnr {
  text-align: center;
  margin-top: 56px; }
  @media screen and (max-width: 767px) {
    .link-area_bnr {
      margin-top: 16px; } }
  .link-area_bnr a {
    display: block;
    width: 800px;
    margin: 0 auto 64px; }
    @media screen and (max-width: 767px) {
      .link-area_bnr a {
        width: 90%; } }

.black {
  color: #333 !important; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important; }
  .pcOnly {
    display: block !important; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block !important; }
  .pcOnly {
    display: none !important; }
  img,
  picture,
  source {
    max-width: 100% !important;
    height: auto !important; }
  .bread .contents_inner {
    width: 100%;
    padding: 0 16px; }
  .contents {
    max-width: 100%;
    padding: 32px 16px; }
    .contents_inner {
      max-width: 100%;
      width: 100% !important;
      max-width: 100% !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .bottom_btn {
    margin-top: 24px;
    text-align: center !important; }
    .bottom_btn .item_detail_button {
      margin-top: 8px;
      font-size: 16px;
      width: 100%;
      max-width: 360px;
      padding: 16px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .bottom_btn .item_detail_button::after {
        top: 50%;
        right: 16px; }
    .bottom_btn a {
      color: #fff;
      display: inline-block;
      width: 100%; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
