@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
/* --------- */
header {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}
header .hdCts {
  width: 100%;
  margin: 0 auto 0 0;
  padding-left: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
header .hd_logo {
  display: block;
  width: 10%;
  max-width: 60px;
}
header .entry {
  background-color: #3cb396;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  height: 60px;
  max-width: 220px;
  padding: 0 15px;
  margin: 0 0 0 auto;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
header .entry img {
  width: 16%;
  max-width: 15px;
}

@media all and (min-width: 768px) {
  header {
    height: 70px;
  }
  header .hdCts {
    height: 70px;
  }
  header .hd_logo {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: -30px;
    width: 160px;
    height: 160px;
    background-color: #fff;
    max-width: none;
    padding: 45px 45px 0 55px;
    border-radius: 999px;
    display: block;
  }
  header .entry {
    max-width: 220px;
    height: 70px;
    letter-spacing: 1px;
    font-size: 20px;
    transition: opacity 0.3s;
    will-change: opacity;
  }
  header .entry:hover {
    opacity: 0.8;
  }
}
.mainCts {
  padding-top: 100px;
}
.mainCts .topimage {
  position: relative;
  margin-bottom: 30px;
}
.mainCts .topimage div {
  width: 100%;
  height: 65vw;
  background-color: #ccc;
}
.mainCts .topimage div img {
  height: 100%;
  object-fit: cover;
}
.mainCts h1 {
  text-align: center;
  font-size: min(6vw, 36px);
  color: #3cb396;
  line-height: 2;
  margin-bottom: 1em;
}
.mainCts h1::after {
  content: "";
  height: 1px;
  width: 2em;
  background-color: #3cb396;
  display: block;
  margin: 0 auto;
}
.mainCts .txt {
  width: 92%;
  margin: 0 auto 1em;
}
.mainCts .txt h2 {
  text-align: center;
  color: #3cb396;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.mainCts .txt p {
  font-size: 14px;
  line-height: 1.8;
}
.mainCts .txt p br {
  display: none;
}

@media all and (min-width: 768px) {
  .mainCts {
    padding-top: 150px;
  }
  .mainCts .topimage {
    margin-bottom: 80px;
  }
  .mainCts .topimage div {
    height: 460px;
  }
  .mainCts h1::after {
    margin-top: 10px;
  }
  .mainCts .txt h2 {
    font-size: 22px;
  }
  .mainCts .txt p {
    text-align: center;
    font-size: 15px;
    line-height: 2.1;
  }
  .mainCts .txt p br {
    display: block;
  }
  .mainCts .txt + img {
    max-width: 1000px;
    margin: 3em auto;
  }
}
.infoCts {
  margin: 10% 0;
}
.infoCts h3 {
  text-align: center;
  color: #3cb396;
  font-size: min(6vw, 36px);
  margin-bottom: 1em;
}
.infoCts table {
  padding: 0 5%;
}
.infoCts table th, .infoCts table td {
  display: block;
  width: 100%;
}
.infoCts table th {
  border-top: solid 1px #9d9e9e;
  border-bottom: solid 1px #9d9e9e;
  padding: 8px 8px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #3cb396;
}
.infoCts table td {
  padding: 20px 8px;
}
.infoCts table td p {
  font-size: 14px;
  line-height: 1.75;
}
.infoCts table td p strong {
  font-weight: 600;
}
.infoCts table td p + p {
  margin-top: 1em;
}
.infoCts table td p .pc {
  display: none;
}

@media all and (min-width: 768px) {
  .infoCts {
    width: 960px;
    margin: 80px auto;
  }
  .infoCts table {
    width: 100%;
    padding: 0;
    border-spacing: 0;
  }
  .infoCts table th, .infoCts table td {
    display: table-cell;
    width: auto;
  }
  .infoCts table tr {
    display: block;
    border-top: solid 1px #9d9e9e;
  }
  .infoCts table tr:last-of-type {
    border-bottom: solid 1px #9d9e9e;
  }
  .infoCts table th {
    border-top: none;
    border-bottom: none;
    width: 180px;
    border-right: solid 1px #9d9e9e;
    vertical-align: top;
    padding: 40px 0;
    font-size: 24px;
  }
  .infoCts table td {
    padding: 40px;
  }
  .infoCts table td p {
    font-size: 15px;
  }
  .infoCts table td p .pc {
    display: block;
  }
}
.meritCts {
  margin: 10% 0;
}
.meritCts h3 {
  text-align: center;
  color: #3cb396;
  font-size: min(6vw, 36px);
  margin-bottom: 1em;
}
.meritCts > div {
  width: 92%;
  margin: 0 auto 30px;
  background-color: #f5f5f5;
  padding: 4%;
}
.meritCts > div h4 {
  text-align: center;
  color: #3cb396;
  font-size: min(4.4vw, 24px);
  margin-bottom: 0.5em;
}
.meritCts > div p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 1em;
}

@media all and (min-width: 768px) {
  .meritCts {
    width: 960px;
    margin: 80px auto;
  }
  .meritCts > div {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
  }
  .meritCts > div h4 {
    text-align: left;
    margin-bottom: 0.7em;
  }
  .meritCts > div p {
    width: 520px;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .meritCts > div img {
    width: 300px;
  }
}
.entry-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 300px;
  height: 60px;
  margin: 50px auto;
  padding: 0 2em;
  font-size: min(5vw, 18px);
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #3cb396;
  border-radius: 30px;
}
.entry-btn img {
  width: 16px;
  height: 16px;
}

.entry-btn-fix {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  background-color: #3cb396;
  border-radius: 40px;
  transition: opacity 0.3s;
}
.entry-btn-fix.hide {
  opacity: 0;
  pointer-events: none;
}

@media all and (min-width: 768px) {
  .entry-btn {
    width: 500px;
    max-width: 500px;
    height: 96px;
    margin: 100px auto;
    padding: 0 80px;
    font-size: 30px;
    border-radius: 48px;
    transition: opacity 0.3s;
  }
  .entry-btn:hover {
    opacity: 0.7;
  }
  .entry-btn img {
    width: 24px;
    height: 24px;
  }
  .entry-btn-fix {
    width: 136px;
    height: 136px;
    right: 40px;
    bottom: 20px;
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.1em;
    border-radius: 68px;
  }
  .entry-btn-fix:hover {
    opacity: 0.7;
  }
}