@charset "UTF-8";

/** common */
html,body {
  color: #535353;
  font-family: Yu Mincho, "游明朝", YuMincho, "游明朝体";
  background: #fff;
}

/** material */
.primary-color {
  color: #b23737;
}
.max-contentWidth {
  margin: 0 auto;
  max-width: 1440px;
}
.font-gothic {
  font-family: Helvetica, Arial;
}
.textCenter {
  text-align: center;
}
.lineHeightMin {
  line-height: 1;
}

/** action */
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: .8;
  box-shadow: 0 0 10px #fff;
}

/** parts */
.ctaContents {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  padding: 100px 0 60px;
  line-height: 1;
}
.cta-line,
.cta-coaching {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  background: #06c755;
}
.cta-coaching {
  background: #6196d5;
}
.ctaContents .cta-line {
  display: flex;
  padding: 20px 30px;
  min-width: 530px;
  justify-content: center;
  column-gap: 15px;
  align-items: center;
  border-radius: 10px;
}
.ctaContents .cta-coaching {
  padding: 20px 30px;
  min-width: 530px;
  text-align: center;
  line-height: 2;
  border-radius: 10px;
}
.ctaContents .cta-line img {
  width: 74px;
  height: 74px;
}
.btn_scrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.btn_scrollTop a {
  display: flex;
  flex-direction: column;
  padding-top: 26px;
  width: 150px;
  height: 150px;
  color: #aa3333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: solid 10px #aa3333;
  border-radius: 50%;
}
.btn_scrollTop a span {
  display: block;
}

/** content */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.8);
  border-bottom: solid 1px #aa3333;
  z-index: 1;
}
header h1 a {
  color: #aa3333;
  font-size: 30px;
  line-height: 1;
}
header h1 a span {
  display: block;
  font-size: 21px;
}
header h1 a:hover {
  box-shadow: none;
}
header nav {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
header .textlink {
  padding: 0 15px;
  color: #aa3333;
  font-weight: bold;
}
header .textlink:hover {
  box-shadow: none;
  text-decoration: underline;
}
header .cta-line,
header .cta-coaching {
  padding: 0 40px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
}
.mainVisual {
  padding-top: 100px;
  color: #fff;
  background: url("/material/img/pc_bg-mainVisual.png") no-repeat;
  background-position: right top;
  background-size: cover;
}
.mainVisual .catchCopy {
  margin-top: 140px;
  margin-left: 50px;
  width: 860px;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 10px #300;
}
.mainVisual .catchText {
  margin-top: 40px;
  margin-left: 50px;
  width: 860px;
  font-size: 30px;
  text-align: center;
  line-height: 2;
  text-shadow: 0 0 8px #300;
}
.childVisual {
  padding-top: 100px;
}
.contentsBox {
  font-size: 40px;
  line-height: 2;
}
.contentsBox.bgRed {
  color: #fff;
  background: #aa3333;
}
.contentsBox .max-contentWidth {
  padding: 100px 80px;
}
.contentsBox h2 {
  font-size: 80px;
}
.contentsBox .headLineText {
  margin-top: 30px;
  margin-bottom: 90px;
  color: #e5b2b2;
  font-size: 40px;
}
.coaching img {
  width: 100%;
  height: auto;
  background: #fff;
}
.coaching dl {
  margin-top: 80px;
}
.coaching dl dd {
  margin: 20px 0;
  padding: 20px;
  font-size: 30px;
  line-height: 2;
  border-left: solid 30px #e5b2b2;
}
.coaching dl dd ul {
  padding-left: 50px;
  list-style-type: disc;
}
.coaching dl dd + dt {
  margin-top: 60px;
}
.ctaBox {
  text-align: center;
}
.ctaBox .documentImage {
  display: block;
  margin: 50px auto 0;
  width: 300px;
  background: #ccc;
}
.message .profile {
  text-align: center;
}
.message .profile img {
  display: block;
  margin: 0 auto 20px;
  width: 450px;
  height: 450px;
}
.message .title {
  margin: 50px 0;
  font-weight: bold;
}
.message .bgWhiteTextArea {
  padding: 30px 50px;
  color: #535353;
  font-size: 30px;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
}
.voice .voiceBox {
  padding: 10px;
  font-size: 30px;
  background: #e5b2b2;
  border-radius: 10px;
}
.voice .voiceBox + .voiceBox {
  margin-top: 60px;
}
.voice .voiceBox .innerBox {
  padding: 60px;
  background: rgba(255,255,255,.8);
  border-radius: 8px;
  white-space: pre-line;
}
.voice .voiceBox .innerBox .personalText {
  margin-top: 2em;
  font-size: 2vw;
  font-weight: bold;
}
.voice .andmoreLink {
  display: inline-block;
  margin: 60px auto;
  color: #b23737;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}
.voice .andmoreVoice {
  display: none;
}
.qrCode {
  padding: 60px;
  font-size: 34px;
  border: solid 10px #b23737;
  border-radius: 30px;
}
.qrCode .qrBox {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  border-bottom: solid 1px #b23737;
}
.qrCode .qrBox img {
  width: 330px;
  height: 330px;
}
.qrCode span {
  display: inline-block;
}
.sns .snsContents a {
  display: inline;
}
.sns .snsContents a img {
  width: 600px;
  height: 200px;
}
footer {
  padding: 40px 0;
  text-align: center;
}
footer nav ul {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-bottom: 40px;
}
footer nav a {
  color: #aa3333;
  font-weight: bold;
}
footer nav a:hover {
  text-decoration: underline;
}
footer small {
  font-size: 30px;
  font-weight: bold;
}

@media(max-width:1440px) {
  .max-contentWidth {
    padding: 0 70px;
  }
  .ctaContents {
    column-gap: 40px;
    padding: 50px 0 60px;
  }
  .cta-line,
  .cta-coaching {
    font-size: 26px;
  }
  .ctaContents .cta-line,
  .ctaContents .cta-coaching {
    min-width: 40%;
  }
  .ctaContents .cta-line img {
    width: 50px;
    height: 50px;
  }
  .mainVisual .catchCopy {
    margin-top: 100px;
    width: 80%;
    margin-left: 0;
    font-size: 47px;
    text-align: left;
  }
  .mainVisual .catchText {
    margin-top: 20px;
    margin-left: 0;
    font-size: 21px;
    text-align: left;
  }
  .contentsBox {
    font-size: 30px;
  }
  .contentsBox h2 {
    font-size: 60px;
  }
  .contentsBox .headLineText {
    margin-top: 20px;
    margin-bottom: 70px;
    font-size: 30px;
  }
  .coaching dl dd,
  .message .bgWhiteTextArea,
  .voice .voiceBox,
  .voice .andmoreLink {
    font-size: 21px;
  }
  .voice .voiceBox .innerBox {
    padding: 30px;
  }
  .qrCode {
    padding: 40px;
    font-size: 28px;
  }
  .qrCode .qrBox img {
    width: 280px;
    height: 280px;
  }
  .sns .snsContents a img {
    width: 40%;
    height: auto;
  }
}
@media(max-width:1024px) {
  .max-contentWidth {
    padding: 0 30px;
  }
  .ctaContents {
    display: block;
    padding: 30px 0 40px;
  }
  .ctaContents .cta-line,
  .ctaContents .cta-coaching {
    margin: 0 auto;
    min-width: auto;
    width: 420px;
  }
  .ctaContents .cta-coaching {
    display: block;
    margin-top: 30px;
  }
  header {
    padding: 40px;
    height: 80px;
  }
  header h1 {
    font-size: 24px;
  }
  header h1 span {
    font-size: 18px;
  }
  header .textlink {
    font-size: 16px;
  }
  header .cta-line,
  header .cta-coaching {
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .mainVisual .catchCopy {
    margin-top: 60px;
    font-size: 30px;
  }
  .mainVisual .catchText {
    width: 60%;
    font-size: 18px;
  }
  .mainVisual .catchText span {
    display: inline-block;
  }
  .mainVisual .ctaContents a {
    margin: 0;
  }
  .mainVisual .ctaContents a + a {
    margin-top: 30px;
  }
  .childVisual {
    padding-top: 80px;
  }
  .contentsBox .max-contentWidth {
    padding: 80px 30px;
  }
  .contentsBox {
    font-size: 24px;
  }
  .contentsBox h2 {
    font-size: 48px;
  }
  .contentsBox .headLineText {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 24px;
  }
  .coaching dl dd,
  .message .bgWhiteTextArea,
  .voice .voiceBox,
  .voice .andmoreLink {
    font-size: 18px;
  }
  .coaching dl dd ul {
    padding-left: 30px;
  }
  .voice .voiceBox .innerBox {
    padding: 20px;
    font-weight: bold;
  }
  .qrCode {
    padding: 20px;
    font-size: 21px;
  }
  .qrCode .qrBox img {
    width: 200px;
    height: 200px;
  }
  .sns .snsContents a img {
    width: 40%;
    height: auto;
  }
  footer {
    padding: 20px 0;
  }
  footer small {
    font-size: 18px;
  }
}
@media(max-width:768px) {
  .ctaContents .cta-line {
    justify-content: center;
  }
  .cta-line,
  .cta-coaching {
    padding: 10px 20px;
    font-size: 4vw;
  }
  .ctaContents .cta-line,
  .ctaContents .cta-coaching {
    width: auto;
  }
  .ctaContents .cta-line img {
    width: 40px;
    height: 40px;
  }
  .btn_scrollTop a {
    padding-top: 16px;
    width: 100px;
    height: 100px;
    font-size: 18px;
    border: solid 5px #aa3333;
  }
  header {
    padding: 10px;
    height: 60px;
  }
  header h1 a {
    font-size: 3vw;
  }
  header h1 a span {
    font-size: 2vw;
  }
  header nav {
    column-gap: 10px;
  }
  header .textlink {
    display: none;
  }
  header .cta-line,
  header .cta-coaching {
    padding: 0 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
  }
  .mainVisual {
    background-image: url("/material/img/sp_bg_mainVisual.png");
    background-position: center center;
  }
  .mainVisual .catchCopy {
    margin: 8vw 0 0;
    width: 100%;
    font-size: 6vw;
    line-height: 2;
    text-align: center;
  }
  .mainVisual .catchText {
    margin: 30px 0 50vw;
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
  .mainVisual .ctaContents {
    margin: 30px 0 0;
  }
  .mainVisual .ctaContents a {
    margin: 0 auto;
    width: 100%;
  }
  .mainVisual .ctaContents a + a {
    margin-top: 10px;
  }
  .childVisual {
    padding-top: 60px;
  }
  .contentsBox .max-contentWidth {
    padding: 60px 30px;
  }
  .contentsBox {
    font-size: 20px;
    font-weight: bold;
  }
  .contentsBox h2 {
    font-size: 34px;
  }
  .contentsBox .headLineText {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 24px;
  }
  .coaching dl {
    margin-top: 40px;
  }
  .coaching dl dd {
    padding: 10px;
    border-left-width: 10px;
  }
  .ctaBox p span {
    display: inline-block;
  }
  .message .profile img {
    width: 70%;
    height: auto;
  }
  .message .bgWhiteTextArea {
    padding: 20px;
  }
  .voice .voiceBox {
    padding: 30px 0;
    background: none;
    border-radius: 0;
    border-bottom: dashed 1px #b23737;
  }
  .voice .voiceBox .innerBox {
    padding: 0;
  }
  .voice .voiceBox .innerBox .personalText {
    font-size: 16px;
  }
  .qrCode {
    display: none;
  }
  .sns .snsContents a img {
    width: 300px;
  }
}
@media(max-width:425px) {
  .sp-hidden {
    display: none;
  }
  .btn_scrollTop a {
    padding-top: 7px;
    width: 60px;
    height: 60px;
    font-size: 14px;
    line-height: 1.2;
  }
  header {
    padding: 0 10px;
  }
  header h1 {
    line-height: 1;
  }
  header h1 a {
    font-size: 16px;
  }
  header h1 a span {
    font-size: 12px;
  }
  .ctaContents .cta-line,
  .ctaContents .cta-coaching {
    padding: 20px;
  }
  header .cta-line,
  header .cta-coaching {
    font-size: 3vw;
  }
  .ctaBox p span {
    display: inline;
  }
  .sns .snsContents a img {
    width: 100%;
  }
}