@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
/*////////////////////////////////////////////////
=Reset
////////////////////////////////////////////////*/
* {
  margin: 0;
  padding: 0
}
a {
  text-decoration: none;
  color: #333;
}
ul, ol {
  list-style: none;
}
img {
  vertical-align: middle;
}
/*////////////////////////////////////////////////
=Fluid-img
////////////////////////////////////////////////*/
img {
  max-width: 100%;
}
/*////////////////////////////////////////////////
=html body
////////////////////////////////////////////////*/
html {
  height: 100%;
  font: 62.5%/1.231 "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  font-size: 1.4rem;
  line-height: 1.5;
  min-height: 100%;
  display: flex; /* thanksのfooter調整 */
  flex-direction: column; /* thanksのfooter調整 */
}
/*////////////////////////////////////////////////
=Heading
////////////////////////////////////////////////*/
h1 {
  margin: 0;
}
h2 {
  font-size: 1.4rem;
  padding: 2.66666vw;
  margin: 4vw 0 0 0;
  text-align: center;
}
h3 {
  position: relative;
  width: fit-content;
  margin: 2.66666vw auto 2.66666vw auto;
  padding: 0 14.6666vw;
  font-size: 1.8rem;
}
h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 12vw;
  height: 1px;
  background-color: black;
}
h3:before {
  left: 0;
}
h3:after {
  right: 0;
}
/*////////////////////////////////////////////////
=Header
////////////////////////////////////////////////*/
header {
  height: 100%;
  background: #ed7a94;
}
header h2 {
  font-size: 1.8rem;
  color: #fffbc7;
  margin: 0;
}
/*header h1 img {
  max-width: 100%;
  margin: 0 auto;
}
.pc_main {
  display: none !important;
}
.sp_main {
  display: block !important;
}*/
/*////////////////////////////////////////////////
=Contents
////////////////////////////////////////////////*/
#contents {
  width: 100%;
  margin: 2.6666vw auto 10.6666vw auto;
}
.form_contents {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
.mb5 {
  margin-bottom: 1.33333vw;
}
.mt5 {
  margin-top: 1.33333vw;
}
.center {
  text-align: center;
}
.small {
  font-size: 1.2rem;
}
.bold {
  font-weight: bold;
}
.blueT {
  color: #5097c4;
}
.img01 {
  width: 51.733vw;
  margin: 0 auto;
  display: block;
}
.img02 {
  width: 53.46666vw;
  margin: 0 auto;
  display: block;
}
.img03 {
  width: 83.6vw;
  margin: 0 auto;
  display: block;
}
.img04 {
  width: 36vw;
  margin: 2.6666vw auto 2.6666vw auto;
  display: block;
}
.img05 {
  width: 91.46666vw;
  margin: 0 auto;
  display: block;
}
.indent01 {
  padding-left: 1em;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.outline {
  border: 2.5px solid #ed7a94;
  padding: 2.66666vw;
  box-sizing: border-box;
}
.outline h3 {
  font-size: 1.6rem;
  padding: 0;
  margin: 0 0 1.33333vw 0;
}
.outline h3:before, .outline h3:after {
  content: none;
}
.outline a {
  text-decoration: underline;
  color: #333;
  font-weight: bold;
}
.contents_box {
  background: #fff;
  padding: 2.66666vw;
  box-sizing: border-box;
  margin: 2.66666vw auto;
}
.contents_box .tit {
  display: flex;
  font-weight: bold;
  margin: 0 0 2.66666vw 0;
}
.contents_box .tit_text {
  width: 88%;
  font-size: 1.4rem;
}
.contents_box .number {
  font-size: 2.2rem;
  background: #ed7a94;
  color: #fff;
  display: inline-block;
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 50%;
  text-align: center;
  line-height: 9.06666vw;
  margin: 0 1.33333vw 0 0;
}
.contents01 {
  background: #ffe3e8;
  padding: 2.66666vw;
  box-sizing: border-box;
  margin: 2.66666vw auto;
}
.contents02 {
  background: #e0f2f7;
  padding: 2.66666vw;
  box-sizing: border-box;
  margin: 2.66666vw auto;
}
.contents02 .number {
  background: #5097c4;
}
.contents01 .btn, .contents02 .btn {
  margin: 5.33333vw auto 2.66666vw auto !important;
}
.contents03 {
  background: #fff;
  box-sizing: border-box;
  margin: 2.66666vw auto;
}
.contents03 .contents_box {
  padding: 0 0 2.66666vw 0;
}
.contents03 .number {
  font-size: 1.4rem;
  background: #ed7a94;
  color: #fff;
  width: 8vw;
  height: 5.33333vw;
  border-radius: 0;
  line-height: 4.8vw;
}
/*////////////////////////////////////////////////
=Footer
////////////////////////////////////////////////*/
footer {
  width: auto;
  margin: 5.33333vw auto 10.6666vw auto;
  padding: 0;
}
footer p {
  font-family: 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  text-align: center;
  font-size: 1.2rem;
  color: #ccc;
  line-height: 1.6em;
  margin: 0;
  padding: 0 10px;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  outline: none;
}
footer p span {
  font-size: 1.2rem;
}
footer p a {
  font-size: 1.4rem;
  color: #36C;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear, border-color 0.1s linear, border-width 0.1s linear, opacity 0.1s linear;
}
footer p a:hover {
  color: #39F;
}
/*////////////////////////////////////////////////
=ボタン
////////////////////////////////////////////////*/
.btn {
  width: 90%;
  overflow: hidden;
  height: 12vw;
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 12vw;
  margin: 5.33333vw auto 0 auto !important;
  text-decoration: none !important;
}
/*.btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
.btn.left:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 19%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
}*/
.arrow {
  position: relative;
  display: inline-block;
  width: 6.66666vw;
  height: 0.5333vw;
  margin: 1.14666vw 1em 1.14666vw 0;
  border-radius: 9999px;
  background-color: #ffffff;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 2.133333vw;
  height: 0.533333vw;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.red {
  background: #CC0000;
  color: #fff !important;
}
.red:hover {
  background: #BA0000;
}
.gray {
  background: #444444;
}
.gray:hover {
  background: #333;
}
/*////////////////////////////////////////////////
=ページトップ
////////////////////////////////////////////////*/
#toTop {
  position: fixed;
  bottom: 21vw;
  right: 2.66666vw;
  background-color: #ed7a94;
  width: 12vw;
  height: 12vw;
  z-index: 10;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#toTop::before {
  position: absolute;
  top: 1.33333vw;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2.66666vw;
  height: 2.66666vw;
  margin: auto;
  content: '';
  transform: rotate(-45deg);
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
#toTop.is-show {
  opacity: 1;
  visibility: visible;
}
/*////////////////////////////////////////////////
=PC（min-width : 768px）
////////////////////////////////////////////////*/
@media screen and (min-width : 768px) {
  html {
    font-size: 16px;
  }
  #contents {
    overflow: hidden;
    width: 650px;
  }
  .contents_box .tit_text {
    width: 80%;
  }
  .arrow {
    width: 75px;
    height: 2px;
    margin: 5px 1em 5px 0;
  }
  .arrow::before, .arrow::after {
    width: 20px;
    height: 2px;
  }
  .img01 {
    width: 388px;
  }
  footer {
    margin: 50px auto;
  }
  footer p {
    font-size: 14px;
  }
}
/*////////////////////////////////////////////////
=PC（min-width : 1024px）
////////////////////////////////////////////////*/
@media screen and (min-width : 1024px) {
  .form_contents {
    width: 95%;
  }
  .btn_contents {
    width: 85%;
  }
  .btn_contents .btn_area {
    width: 50%;
  }
  .btn {
    height: 90px;
    line-height: 90px;
  }
  .contents_box .number {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  h3 {
    text-align: center;
    width: auto;
  }
  .outline h3 {
    text-align: left;
  }
  #toTop {
    bottom: 100px;
    right: 10px;
    width: 45px;
    height: 45px;
  }
  #toTop::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
}