@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* line 30, ../scss/_color.scss */
.iconThemaPink {
  background-color: #ba4b7e;
  color: #fff; }

/* line 35, ../scss/_color.scss */
.iconThemaOrange {
  background-color: #c8956e;
  color: #fff; }

/* line 40, ../scss/_color.scss */
.iconThemaBlue {
  background-color: #6cf;
  color: #fff; }

/* line 45, ../scss/_color.scss */
.iconThemaBlack {
  background-color: #292929;
  color: #fff; }

/* line 50, ../scss/_color.scss */
.iconThemaGray {
  background-color: #2a2a2a;
  color: #fff; }

/* line 55, ../scss/_color.scss */
.iconThemaBrown {
  background-color: #b3a782;
  color: #fff; }

/* line 60, ../scss/_color.scss */
.iconThemaGreen {
  background-color: #6ec8b7;
  color: #fff; }

/*==============
layout
================*/
/* line 4, ../scss/_layout.scss */
.columnBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  z-index: 0; }

/* line 13, ../scss/_layout.scss */
.columnBox__col {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 10px;
  margin: 0 auto;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box; }

/*==============
3column sp1column
================*/
/* line 31, ../scss/_layout.scss */
.glidCol3 .columnBox__colList {
  width: 100%;
  margin: 0 0 10px 0;
  box-sizing: border-box; }
  /* line 35, ../scss/_layout.scss */
  .glidCol3 .columnBox__colList:last-child {
    margin: 0; }
  /* line 38, ../scss/_layout.scss */
  .glidCol3 .columnBox__colList img {
    width: 100%;
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    /* line 31, ../scss/_layout.scss */
    .glidCol3 .columnBox__colList {
      width: calc((100% - 20px) / 3);
      margin: 0 10px 10px 0; }
      /* line 45, ../scss/_layout.scss */
      .glidCol3 .columnBox__colList:nth-of-type(3n) {
        margin: 0 0 10px 0; } }

/*==============
2column sp1column
================*/
/* line 55, ../scss/_layout.scss */
.glidCol2 .columnBox__colList {
  width: 100%;
  margin: 0 0 10px 0;
  box-sizing: border-box; }
  /* line 59, ../scss/_layout.scss */
  .glidCol2 .columnBox__colList:last-child {
    margin: 0; }
  /* line 62, ../scss/_layout.scss */
  .glidCol2 .columnBox__colList img {
    width: 100%;
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    /* line 55, ../scss/_layout.scss */
    .glidCol2 .columnBox__colList {
      width: calc((100% - 20px) / 2);
      margin: 0 10px 10px 0; }
      /* line 69, ../scss/_layout.scss */
      .glidCol2 .columnBox__colList:nth-of-type(2n) {
        margin: 0 0 10px 0; } }

/* line 1, ../scss/_common.scss */
.wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box; }

/*==============
title
================*/
/* line 11, ../scss/_common.scss */
.imgArea {
  margin: 30px auto 0; }
  /* line 14, ../scss/_common.scss */
  .imgArea .columnBox__colList {
    position: relative;
    margin: 0 auto;
    padding: 0; }
    /* line 19, ../scss/_common.scss */
    .imgArea .columnBox__colList img {
      max-width: 100%;
      margin: 0 auto; }
  /* line 25, ../scss/_common.scss */
  .imgArea .columnBox__colListTitle {
    font-size: 28px;
    font-size: 1.86667rem;
    line-height: 1.5;
    margin-bottom: 10px; }
    /* line 30, ../scss/_common.scss */
    .imgArea .columnBox__colListTitle span {
      display: block;
      font-size: 20px;
      font-size: 1.33333rem; }
  /* line 36, ../scss/_common.scss */
  .imgArea .columnBox__colListBody {
    line-height: 1.6;
    font-size: 15px; }

/* line 42, ../scss/_common.scss */
.pointArea.glidCol3 {
  margin: 50px 0; }
  /* line 45, ../scss/_common.scss */
  .pointArea.glidCol3 .columnBox__colList {
    position: relative;
    width: calc((100% - 60px) / 3);
    margin: 10px;
    padding: 30px 30px 30px 30px;
    background-color: #fafafa;
    box-shadow: 0 1px 4px 0 rgba(32, 33, 36, 0.28); }
    /* line 53, ../scss/_common.scss */
    .pointArea.glidCol3 .columnBox__colList img {
      max-width: 100%;
      margin: 0 auto; }
  /* line 59, ../scss/_common.scss */
  .pointArea.glidCol3 .columnBox__colListTitle {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: 600;
    margin: 20px auto;
    line-height: 1.4; }
    /* line 65, ../scss/_common.scss */
    .pointArea.glidCol3 .columnBox__colListTitle span {
      margin: 10px 0;
      display: block;
      font-size: 20px;
      font-size: 1.33333rem; }
  /* line 72, ../scss/_common.scss */
  .pointArea.glidCol3 .columnBox__colListBody {
    line-height: 1.6;
    font-size: 15px; }
    /* line 76, ../scss/_common.scss */
    .pointArea.glidCol3 .columnBox__colListBody span {
      margin: 10px 0;
      font-size: 15px;
      font-size: 1rem;
      display: block; }

/* line 84, ../scss/_common.scss */
.pointArea.glidCol2 {
  margin: 20px 0; }
  /* line 87, ../scss/_common.scss */
  .pointArea.glidCol2 .columnBox__colList {
    position: relative;
    width: calc((100% - 60px) / 2);
    margin: 10px;
    padding: 30px 30px 30px 30px; }
    /* line 95, ../scss/_common.scss */
    .pointArea.glidCol2 .columnBox__colList img {
      max-width: 100%;
      margin: 0 auto; }
  /* line 101, ../scss/_common.scss */
  .pointArea.glidCol2 .columnBox__colListTitle {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: 600;
    margin: 20px auto;
    line-height: 1.4; }
    /* line 107, ../scss/_common.scss */
    .pointArea.glidCol2 .columnBox__colListTitle span {
      margin: 10px 0;
      display: block;
      font-size: 20px;
      font-size: 1.33333rem; }
  /* line 114, ../scss/_common.scss */
  .pointArea.glidCol2 .columnBox__colListBody {
    line-height: 1.6;
    font-size: 15px;
    margin: 10px 0;
    text-align: left; }
    /* line 120, ../scss/_common.scss */
    .pointArea.glidCol2 .columnBox__colListBody span {
      font-size: 15px;
      font-size: 1rem; }

/* line 127, ../scss/_common.scss */
.colorArea.glidCol2 {
  margin: 20px 0; }
  /* line 130, ../scss/_common.scss */
  .colorArea.glidCol2 .columnBox__colList {
    position: relative;
    width: calc((100% - 60px) / 2);
    margin: 10px;
    padding: 0; }
    /* line 136, ../scss/_common.scss */
    .colorArea.glidCol2 .columnBox__colList img {
      max-width: 100%;
      margin: 0 auto; }

/* line 145, ../scss/_common.scss */
.btnArea {
  margin: 15px auto;
  width: 100%;
  max-width: 280px;
  position: absolute;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }
  /* line 156, ../scss/_common.scss */
  .btnArea__inner {
    text-align: center;
    box-sizing: border-box; }
    /* line 160, ../scss/_common.scss */
    .btnArea__inner a {
      display: block;
      padding: 15px 10px;
      box-sizing: border-box;
      text-decoration: none;
      border: 1px solid #292929;
      line-height: 1.6;
      transition: 0.4s;
      font-size: 20px;
      font-size: 1.33333rem; }
    /* line 171, ../scss/_common.scss */
    .btnArea__inner.themaWhite {
      background-color: #fff; }
      /* line 174, ../scss/_common.scss */
      .btnArea__inner.themaWhite a {
        color: #292929; }
        /* line 177, ../scss/_common.scss */
        .btnArea__inner.themaWhite a:hover {
          background-color: #292929;
          color: #fff;
          transition: 0.4s; }
    /* line 185, ../scss/_common.scss */
    .btnArea__inner.themaBlack {
      background-color: #292929; }
      /* line 188, ../scss/_common.scss */
      .btnArea__inner.themaBlack a {
        color: #fff; }
        /* line 191, ../scss/_common.scss */
        .btnArea__inner.themaBlack a:hover {
          background-color: #fff;
          color: #292929;
          transition: 0.8s; }

/* line 201, ../scss/_common.scss */
.numIcon {
  background: #000;
  color: #fff;
  border-radius: 40px;
  width: 22px;
  height: 22px;
  line-height: 11px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  top: -2px; }

/*# sourceMappingURL=style.css.map */
