@import url("reset.css");
@import url("pc.css");
@import url("sp.css");

.b {
	font-weight: bold;
}
.big {
	font-size: 1.15em;
}
.u {
	text-decoration: underline;
}
.marker {
  background: linear-gradient(transparent 70%, #f5fb97 50%);
}
.ta-c {
	text-align: center;
}


/* ----------
	colors
---------- */
.red {
	color: #f00;
}

/* ----------
	section
---------- */
.section-basic {
	background: #fff;
	color: #000;
}
.section-gray {
	background: #f3f3f3;
	color: #000;
}
.section-navy {
	background: #001633;
	color: #fff;
}


/* scrollbar */
/*
body {
  height: 100vh;
  -ms-overflow-style: none;
  overflow-y: auto;
  width: 100vw;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
*/

/* ----------
	form+(20201112)
---------- */
.section-cta h2 {
  color: #4169e1;
}
@media (min-width: 768.1px) {
  .section-cta h2 {
    font-size: 59.994px;
  }
}
.section-cta .in {
  padding: 10vw 2% 0;
}
@media (min-width: 768.1px) {
  .section-cta .in {
    padding: 60px 0 0;
  }
}
.section-cta form {
  border: 8px solid #4169e1;
  margin: auto;
  padding: 17vw 3vw 2vw;
  position: relative;
  width: 100%;
}
@media (min-width: 768.1px) {
  .section-cta form {
    padding: 20px 50px;
    width: 90%;
  }
}
.section-cta .circle {
  display: flex;
  justify-content: space-between;
  left: 1vw;
  position: absolute;
  top: -8vw;
  width: 52vw;
}
@media (min-width: 768.1px) {
  .section-cta .circle {
    left: 10px;
    top: -40px;
    width: 255px;
  }
}
.section-cta .circle div {
  align-content: center;
  background: linear-gradient(90deg, #1fdb93, #1fdb93, #1fdb93);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 3.23vw;
  font-weight: bold;
  height: 22vw;
  justify-content: center;
  padding: 2vw;
  position: relative;
  width: 22vw;
}
@media (min-width: 768.1px) {
  .section-cta .circle div {
    font-size: 16.2px;
    height: 110px;
    padding: 10px;
    width: 110px;
  }
}
.section-cta .circle div:first-child::after {
  color: #000;
  content: '+';
  font-size: 2em;
  position: absolute;
  right: -6.5vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768.1px) {
  .section-cta .circle div:first-child::after {
    right: -30px;
  }
}
.section-cta .circle div > span {
  text-align: center;
  width: 100%;
}
.section-cta .circle div > span:last-child {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
.section-cta .circle .num {
  font-size: 10.64vw;
  font-weight: normal;
  line-height: 1;
  margin-right: .05em;
}
@media (min-width: 768.1px) {
  .section-cta .circle .num {
    font-size: 50.4px;
  }
}
.section-cta .tit {
  color: #4169e1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 5.7vw;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768.1px) {
  .section-cta .tit {
    font-size: 23.994px;
  }
}
.section-cta .mailform {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5vw 0;
}
@media (min-width: 768.1px) {
  .section-cta .mailform {
    padding: 30px 0;
  }
}
.section-cta .mailform label {
  align-items: center;
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 3.04vw;
  font-weight: bold;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768.1px) {
  .section-cta .mailform label {
    font-size: 18px;
  }
}
.section-cta .mailform input {
  background: #eee;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  box-shadow: none;
  margin-left: 10px;
  padding: 2vw 2vw;
  width: 60vw;
}
@media (min-width: 768.1px) {
  .section-cta .mailform input {
    padding: .5em 1em;
    width: 80%;
  }
}
.section-cta .mailform button {
  background: linear-gradient(90deg, #1fdb93, #1fdb93, #1fdb93);
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 4.56vw;
  font-weight: bold;
  margin-top: 5vw;
  padding: 2vw 0;
  position: relative;
  transition: .3s;
  width: 70vw;
}
@media (min-width: 768.1px) {
  .section-cta .mailform button {
    font-size: 29.988px;
    margin-top: 25px;
    padding: 20px;
    width: 45%;
  }
}
.section-cta .mailform button span {
  transition: .3s;
}
.section-cta .mailform button:hover {
  background: linear-gradient(90deg, #ff8c00, #ff8c00, #ff8c00);
}
.section-cta .mailform .btn-change::before {
  content: attr(data-hover);
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -150%);
  transition: .3s;
  width: 100%;
}
.section-cta .mailform .btn-change:hover span {
  opacity: 0;
}
.section-cta .mailform .btn-change:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.section-cta .notes {
  border-top: 1px solid #d2d2d2;
  font-size: 2.66vw;
  padding: 5vw 0 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 768.1px) {
  .section-cta .notes {
    font-size: 11.988px;
    padding: 25px 0 0;
  }
}
.section-cta .notes ul {
  display: inline-block;
  padding-left: 1.5em;
}
.section-cta .notes li {
  line-height: 130%;
  margin: 0 0 .75em;
  text-align: left;
}


