@charset "UTF-8";
/*
Theme Name: 探求入試LP
*/
/* ----------------------------- リセット */
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, 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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #333;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1040px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-weight: 500;
}

.c-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.c-title1 {
  text-align: center;
  margin-bottom: 75px;
}
.c-title1 .h {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #019AA0;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.c-title2 {
  margin-bottom: 12px;
}
.c-title2 .h {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #019AA0;
}

.c-table1 table {
  width: 100%;
}
.c-table1 th,
.c-table1 td {
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
}
.c-table1 th {
  text-align: center;
  background: #019AA0;
  color: #fff;
  vertical-align: middle;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
.c-table1 td {
  background: #F2FAFA;
}
.c-table1 .w140 {
  width: 140px;
}
.c-table1 .w180 {
  width: 180px;
}
.c-table1 .bg1 {
  background: #D4EEEF;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-table1 .left {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
LP
=========================================*/
.p-explore__kv {
  background: url(../img/kv_img1.png) no-repeat center 60%, url(../img/kv_bg1.jpg) no-repeat center;
  background-size: auto, cover;
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
}
.p-explore__kv .logo {
  margin-bottom: 140px;
}
.p-explore__kv .box .t {
  margin-bottom: 25px;
}
.p-explore__kv .box .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.13em;
  margin-bottom: 75px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-explore__kv .box .l {
  letter-spacing: 0.12em;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 55px;
}
.p-explore__kv .box .l em {
  text-decoration-line: underline;
  text-decoration-color: #F3E736;
  text-decoration-style: solid;
  text-decoration-thickness: 6px;
  text-underline-offset: -1px;
  text-decoration-skip-ink: none;
}
.p-explore__point {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.p-explore__point:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #F7FCFC;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.p-explore__point .c-wrap {
  position: relative;
  z-index: 9;
}
.p-explore__point .block1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-explore__point .box1 {
  width: calc(100% - 404px);
}
.p-explore__point .box1 li {
  margin-bottom: 55px;
}
.p-explore__point .box1 li:last-child {
  margin-bottom: 0;
}
.p-explore__point .img1 {
  width: 404px;
}
.p-explore__point .img1 > div {
  margin-left: auto;
  width: 364px;
}
.p-explore__point .img1 > div:nth-child(2) {
  position: relative;
  margin-top: -54px;
  margin-left: 0;
  z-index: 1;
}
.p-explore__point .img1 img {
  box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.11);
}
.p-explore__overview {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-explore__overview .block1 {
  margin-bottom: 50px;
}
.p-explore__overview .block1:last-child {
  margin-bottom: 0;
}
.p-explore__overview .box1 {
  margin-bottom: 25px;
  border: 1px solid;
  padding: 18px 23px 30px;
}
.p-explore__overview .box1:last-child {
  margin-bottom: 0;
}
.p-explore__overview .box1 .t {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.p-explore__overview .box1 p,
.p-explore__overview .box1 li {
  line-height: 2;
}
.p-explore__overview .box1 li {
  text-indent: -2em;
  padding-left: 2em;
}
.p-explore__overview .box1.red {
  border-color: #EA5457;
}
.p-explore__overview .box1.red .t {
  color: #EA5457;
  border-bottom-color: #EA5457;
}
.p-explore__overview .box1.blue {
  border-color: #0097C2;
}
.p-explore__overview .box1.blue .t {
  color: #0097C2;
  border-bottom-color: #0097C2;
}
.p-explore__overview .note {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-explore__faq {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.p-explore__faq:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #F7FCFC;
  clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0 100%);
}
.p-explore__faq .c-wrap {
  position: relative;
  z-index: 9;
}
.p-explore__faq .content dl {
  margin: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(1, 154, 160, 0.3);
}
.p-explore__faq .content dl:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.p-explore__faq .content dt {
  margin-bottom: 10px;
  background: url(../img/faq_icon-q.svg) no-repeat left center;
  background-size: 60px;
  padding-left: 80px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #019AA0;
  display: flex;
  align-items: center;
  height: 60px;
}
.p-explore__faq .content dd {
  min-height: 60px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/faq_icon-a.svg) no-repeat left center;
  background-size: 60px;
  padding-left: 80px;
  letter-spacing: 0.03em;
}
.p-explore__contact {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-explore__contact .c-title1 {
  margin-bottom: 30px;
}
.p-explore__contact .box1 {
  text-align: center;
}
.p-explore__contact .box1 .h {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.p-explore__contact .box1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.78;
  letter-spacing: 0.06em;
}
.p-explore__contact .box1 .c-btn1 {
  margin-top: 45px;
  text-align: center;
}
.p-explore__contact .box1 .c-btn1 a {
  display: inline-block;
  background: #019AA0;
  border-radius: 50px;
  max-width: 315px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 15px;
  width: 100%;
}
.p-explore__contact .box1 .c-btn1 span {
  display: block;
  background: url(../img/arrow_1.svg) no-repeat right center;
  background-size: 17px auto;
}
.p-explore__footer {
  text-align: center;
  background: #F0F0F0;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 8px;
}

.l-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.l-fixed a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 10px 18px;
  border-radius: 10px 0 0 0;
  background: linear-gradient(135deg, #019aa0 0%, #71dfac 100%);
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.l-fixed span {
  display: block;
  background: url(../img/arrow_2.svg) no-repeat right center;
  background-size: 14px 14px;
  padding-right: 20px;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: initial;
  }

  .c-title1 {
    margin-bottom: 50px;
  }
  .c-title1 .h {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .c-title2 {
    margin-bottom: 8px;
  }
  .c-title2 .h {
    font-size: 20px;
    font-size: 2rem;
  }

  .c-table1 th,
  .c-table1 td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-table1 .w140 {
    width: 90px;
  }
  .c-table1 .w180 {
    width: 140px;
  }
  .c-table1 .bg1 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-explore__kv {
    background: url(../img/kv_img1_sp.png) no-repeat center top, url(../img/kv_bg1.jpg) no-repeat center;
    background-size: cover, cover;
  }
  .p-explore__kv .logo {
    margin-bottom: 50px;
  }
  .p-explore__kv .box .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  .p-explore__kv .box .l {
    margin-bottom: 30px;
  }
  .p-explore__point {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-explore__point:before {
    height: calc(100% + 50px);
    clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
  }
  .p-explore__point .block1 {
    display: block;
  }
  .p-explore__point .box1 {
    width: auto;
    margin-bottom: 60px;
  }
  .p-explore__point .box1 li {
    margin-bottom: 30px;
  }
  .p-explore__point .img1 {
    width: auto;
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-explore__point .img1 > div {
    width: auto;
    margin-left: 20px;
  }
  .p-explore__point .img1 > div:nth-child(2) {
    margin-left: 0;
    margin-right: 20px;
  }
  .p-explore__overview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-explore__faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-explore__faq:before {
    height: calc(100% + 50px);
    clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
  }
  .p-explore__faq .content dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .p-explore__faq .content dt {
    font-size: 16px;
    font-size: 1.6rem;
    background-position: left top;
    background-size: 40px;
    padding-left: 60px;
    height: auto;
    min-height: 40px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .p-explore__faq .content dd {
    min-height: 40px;
    padding-top: 10px;
    background-position: left top;
    background-size: 40px;
    padding-left: 60px;
  }
  .p-explore__contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-explore__contact .box1 .h {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-explore__contact .box1 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-explore__footer {
    padding-bottom: 60px;
  }
}
