@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
@font-face {
  font-family: "hannari";
  src: url("../font/HannariMincho-Regular.otf") format("opentype");
}
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  background: #fff;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eee;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

.sec1 .contents .woman {
  position: absolute;
  top: -20px;
  left: -360px;
  max-width: 340px;
}

.sec1 .woman2 {
  position: absolute;
  top: -20px;
  right: -203px;
  max-width: 180px;
}

header {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .seminar-body .header .flex .headerLogo {
    width: 50px;
  }
  .seminar-body .header .flex a {
    width: 100% !important;
    text-align: center;
    display: block !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  .seminar-body .header .flex a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .seminar-body .header .flex .btn {
    margin-left: 20px;
    width: 100%;
  }
  .se1 .text1-a {
    padding-left: 0;
  }
  .sec1 .contents {
    font-size: 4.5vw;
  }
}
.sec3 .box .title .text1 .large {
  font-size: 130%;
}

.sec3 .box .title .text1 .red {
  font-family: "Noto Serif JP", serif;
}

.sec3 .box .title .text1 {
  position: relative;
  display: inline-block;
}

.se3 .with {
  position: absolute;
  top: -15px;
  left: -5px;
  max-width: 68px;
}

@media screen and (max-width: 1100px) {
  .sec1 .contents .woman {
    left: -21vw;
    top: -2.7vw;
    max-width: 20vw;
  }
  .sec1 .woman2 {
    right: -5vw;
    max-width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .sec1 .contents .woman {
    left: -9vw;
    top: 17vw;
    max-width: 16vw;
    display: none;
  }
  .sec1 .woman2 {
    right: -5vw;
    max-width: 17vw;
  }
  .sec3 .box .title .text1 .red {
    line-height: 1.3;
  }
  .se3 .with {
    position: absolute;
    top: 9vw;
    left: -4vw;
    max-width: 13vw;
  }
}
.seminar-7box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDED), to(#FFEAD1));
  background: linear-gradient(to bottom, #FFEDED, #FFEAD1);
  border: 1px solid #9E7F12;
  border-radius: 25px;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .seminar-7box {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
}
.seminar-7box .woman2 {
  position: absolute;
  bottom: -10px;
  right: -80px;
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .seminar-7box .woman2 {
    max-width: 20vw;
    right: -10vw;
  }
}
.seminar-7box .text1 {
  color: #EA5463;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .seminar-7box .text1 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .seminar-7box .text1 {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.seminar-7box .text1 .wrap {
  display: inline-block;
  position: relative;
}
.seminar-7box .text1 .wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
  transform: translateY(-50%) rotate(-30deg);
  left: -20px;
  width: 1.5px;
  height: 30px;
  background: #EA5463;
}
.seminar-7box .text1 .wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  right: -20px;
  width: 1.5px;
  height: 30px;
  background: #EA5463;
}
.seminar-7box .text2 {
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .seminar-7box .text2 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .seminar-7box .text2 {
    font-size: 4.2vw;
    margin-bottom: 15px;
    line-height: 1.7;
  }
}
.seminar-7box .text2 span {
  font-family: "hannari", serif;
}
.seminar-7box .text2 .red-box {
  border: 1px solid #EA5463;
  font-size: 140%;
  font-weight: 600;
  color: #EA5463;
  padding: 5px 10px 5px;
  margin-right: 3px;
}
.seminar-7box .text2 .red-box .big {
  font-size: 132%;
}
.seminar-7box .text3 {
  font-family: "hannari", serif;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .seminar-7box .text3 {
    font-size: 5vw;
    margin-bottom: 15px;
  }
}
.seminar-7box .text4 {
  text-align: center;
  font-family: "hannari", serif;
  font-size: 30px;
  color: #EA5463;
  font-weight: bold;
}
.seminar-7box .text4 .wrap {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 106, 115, 0.24)));
  background: linear-gradient(transparent 60%, rgba(255, 106, 115, 0.24) 60%);
}
@media screen and (max-width: 767px) {
  .seminar-7box .text4 {
    font-size: 5vw;
  }
}

.sec3 .mail-ul li .circle .num {
  top: -10%;
}

@media screen and (min-width: 768px) {
  .sec3 .mail-ul li:nth-child(n+4) {
    margin-top: 0;
  }
  .sec3 .mail-ul li:nth-child(n+5) {
    margin-top: 40px;
  }
}
.se1-bottom {
  display: inline-block;
  position: relative;
}
.se1-bottom .se1-bottom-img {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .se1-bottom .se1-bottom-img {
    bottom: -8px;
  }
}

@media screen and (min-width: 768px) {
  .sec3 .box .title {
    margin-bottom: 40px;
  }
}
.seminar3 {
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  font-size: 23px;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  background: url(../img/yellow-bg.png) no-repeat center center/cover;
  padding: 15px;
}
@media screen and (max-width: 1100px) {
  .seminar3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .seminar3 {
    font-size: 4vw;
    padding: 20px 10px;
  }
}
.seminar3 span {
  color: #EA5463;
  font-size: 150%;
}
@media screen and (max-width: 767px) {
  .seminar3 {
    margin-top: 30px;
  }
}
.seminar3 .se3-right {
  width: 192px;
}
.seminar3 .se3-left {
  width: calc(100% - 200px);
}

.sec3 .box .title .text1 .big {
  font-size: 158%;
}

@media screen and (max-width: 767px) {
  .seminar3 {
    display: block;
  }
  .seminar3 .se3-left {
    width: 100%;
  }
  .seminar3 .se3-right {
    width: 40%;
    margin: 0 auto;
  }
}
.seminar-cta {
  padding: 60px 0;
  background: -webkit-gradient(linear, right top, left top, from(#FFEDED), to(#FFEAD1));
  background: linear-gradient(to left, #FFEDED, #FFEAD1);
}
@media screen and (max-width: 767px) {
  .seminar-cta {
    padding: 30px 0;
  }
}
.seminar-cta .title {
  text-align: center;
  font-size: 30px;
  color: #EA5463;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .seminar-cta .title {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  .seminar-cta .title {
    margin-bottom: 10px;
    font-size: 4.7vw;
  }
}
.seminar-cta .title .wrap {
  display: inline-block;
  position: relative;
}
.seminar-cta .title .wrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -25px;
  width: 2.5px;
  height: 40px;
  background: #EA5463;
}
@media screen and (max-width: 767px) {
  .seminar-cta .title .wrap::before {
    left: -15px;
    height: 30px;
  }
}
.seminar-cta .title .wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -25px;
  width: 2.5px;
  height: 40px;
  background: #EA5463;
}
@media screen and (max-width: 767px) {
  .seminar-cta .title .wrap::after {
    right: -15px;
    height: 30px;
  }
}
.seminar-cta .title .big {
  font-size: 150%;
  position: relative;
}
.seminar-cta .title .big::after {
  position: absolute;
  width: 6.5px;
  height: 6.5px;
  background: #EA5463;
  border-radius: 50%;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .seminar-cta .title .big::after {
    width: 4px;
    height: 4px;
  }
}
.seminar-cta .title .ita {
  font-size: 150%;
  font-style: italic;
  display: inline-block;
}
.seminar-cta .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .seminar-cta .flex {
    display: block;
  }
}
.seminar-cta .flex .left {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .seminar-cta .flex .left {
    display: none;
  }
}
.seminar-cta .flex .right {
  width: calc(100% - 200px);
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .seminar-cta .flex .right {
    font-size: 2.36vw;
  }
}
@media screen and (max-width: 767px) {
  .seminar-cta .flex .right {
    font-size: 4.7vw;
    width: 100%;
  }
}
.seminar-cta .flex .right .text-s {
  margin-bottom: 20px;
  white-space: nowrap;
}
.seminar-cta .flex .right .text-s span {
  color: #EA5463;
  display: inline-block;
  font-weight: 600;
}
.seminar-cta .flex .right .text-s .big {
  font-size: 150%;
}

.nayami {
  background: #ddd;
  position: relative;
}
.nayami .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.nayami2 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0px 0 80px;
}
.nayami2 .title {
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
}
.nayami2 .title .wrap {
  color: #fff;
  background: #EA5463;
  padding: 15px 30px;
  display: inline-block;
  font-family: "hannari", serif;
  margin-bottom: 40px;
}
.nayami2 .lead {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.nayami2 .lead span {
  font-size: 150%;
  color: #EA5463;
  font-family: "Noto Serif JP", serif;
}
.nayami2 .bottom {
  margin-top: 300px;
}
.nayami2 .bottom .text1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.nayami2 .bottom .text1 span {
  color: #EA5463;
}
.nayami2 .bottom .text2 {
  font-size: 36px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #EA5463;
}

.se-teacher-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .se-teacher-flex {
    display: block;
  }
}
.se-teacher-flex .se-teacher-right {
  width: 192px;
}
@media screen and (max-width: 767px) {
  .se-teacher-flex .se-teacher-right {
    width: 40%;
    margin: 10px auto 0;
  }
}
.se-teacher-flex .se-teacher-left {
  width: calc(100% - 192px);
  font-size: 23px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.se-teacher-flex .se-teacher-left span {
  font-size: 150%;
  color: #EA5463;
}
@media screen and (max-width: 1100px) {
  .se-teacher-flex .se-teacher-left {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .se-teacher-flex .se-teacher-left {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .se-teacher-flex .se-teacher-left {
    width: 100%;
  }
}

.seminar-7box-2-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDED), to(#FFEAD1));
  background: linear-gradient(to bottom, #FFEDED, #FFEAD1);
  padding: 80px 0 10px;
}
@media screen and (max-width: 767px) {
  .seminar-7box-2-section {
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .seminar-7box-2-section .woman2 {
    max-width: 260px;
  }
}

.seminar-7box-2 {
  max-width: 850px;
  border: none !important;
}

.cake-sec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cake-sec .flex .item {
  width: 50%;
}

.se-qa {
  padding: 100px 0;
  background: url(../img/qa-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .se-qa {
    padding: 50px 0;
  }
}
.se-qa .row {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
  background: #fff;
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .se-qa .row {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.se-qa .title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .se-qa .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.se-qa .title .en {
  color: #EA5463;
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .se-qa .title .en {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.se-qa .title .ja {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .se-qa .title .ja {
    font-size: 25px;
  }
}

.ac_header {
  background: #Fff;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .ac_header {
    padding: 1rem 1.3rem 1rem 1rem;
  }
}
.ac_header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ac_header .flex .icon {
  color: #EA5463;
  font-size: 150%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ac_header .flex .icon {
    margin-right: 5px;
  }
}

.ac_inner {
  display: none;
  /* コンテンツは消しておくのがミソ */
  padding: 1.5rem 2rem 1.5rem 2rem;
  background: #Fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  color: #EA5463;
}
@media screen and (max-width: 767px) {
  .ac_inner {
    padding: 1rem 1rem 1rem 1rem;
  }
}

/* アイコンの形はここから */
.i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .i_box {
    right: 1rem;
  }
}

.i_box:before,
.i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.i_box:before {
  border-top: 3px solid #EA5463;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.i_box:after {
  border-left: 3px solid #EA5463;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* これがあるからアイコンが優しく動く */
}

.ac_header.open .i_box:after {
  height: 0;
  /* openというクラスがつい時アイコンがどうなるかをを指示している...③ */
}

.contact {
  padding: 100px 0;
  background: rgba(255, 244, 244, 0.8);
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
}
.contact .wrap {
  max-width: 800px;
  margin: 0 auto;
}
.contact .title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.contact .title .en {
  color: #EA5463;
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contact .title .en {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.contact .title .ja {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .contact .title .ja {
    font-size: 25px;
  }
}
.contact .lead {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact .lead {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact .row {
    display: block;
    margin-bottom: 20px;
  }
}
.contact .row .dt {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .row .dt .required {
  border: 1px solid #EA5463;
  padding: 5px 8px;
  color: #EA5463;
  font-size: 14px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .contact .row .dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.contact .row .dd {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .contact .row .dd {
    width: 100%;
  }
}

.row-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .row-textarea {
    margin-top: 10px;
  }
}

textarea {
  height: 300px;
  resize: none;
}

.check {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .check {
    margin-bottom: 30px;
  }
}

html {
  scroll-behavior: smooth;
}

.section-btn a {
  white-space: nowrap;
}

.submit {
  text-align: center;
}
.submit input[type=submit] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 300px;
  cursor: pointer;
  border: none;
  background: #FB5079;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .submit input[type=submit] {
    font-size: 18px;
  }
}
.submit input[type=submit]:hover {
  opacity: 0.6;
}

.se-mail {
  padding: 100px 0;
  background: url(../img/mail-se-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .se-mail {
    padding: 50px 0;
  }
}
.se-mail .text1 {
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
  background: #EA5463;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 400px;
  border-radius: 20px;
}
@media screen and (max-width: 1100px) {
  .se-mail .text1 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .se-mail .text1 {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
.se-mail .text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EA5463;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .se-mail .text2 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  .se-mail .text2 {
    font-size: 4.5vw;
    margin-bottom: 20px;
  }
}
.se-mail .text2 span {
  font-size: 150%;
}
.se-mail .text2 .left {
  width: 33px;
}
@media screen and (max-width: 767px) {
  .se-mail .text2 .left {
    width: 15px;
  }
}
.se-mail .text2 .right {
  width: 33px;
}
@media screen and (max-width: 767px) {
  .se-mail .text2 .right {
    width: 15px;
  }
}
.se-mail .text3-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .se-mail .text3-box .row {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .se-mail .text3-box .row {
    font-size: 4vw;
  }
}
.se-mail .text3-box .row .dt {
  color: #EA5463;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
  padding: 5px 0;
}
.se-mail .text3-box .row .dt .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  background: #EA5463;
  border-radius: 50%;
  padding: 5px 0;
}
.se-mail .text3-box .row .contents {
  line-height: 1.5;
}
.se-mail .text3-box .row .contents span {
  color: #EA5463;
  font-size: 110%;
}
.se-mail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .se-mail .flex {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.se-mail .flex .item {
  width: 30%;
}

.date-area {
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .date-area {
    margin-top: 60px;
  }
}
.date-area .maru {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  background: #EA5463;
  font-size: 30px;
  text-align: center;
  line-height: 1.1;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .date-area .maru {
    width: 60px;
    height: 60px;
    font-size: 15px;
    padding-top: 14px;
    left: -15px;
  }
}
.date-area .box {
  position: relative;
  border: 2px solid #EA5463;
  border-radius: 50px;
  padding: 30px;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .date-area .box {
    border-radius: 20px;
  }
}
.date-area .box .title {
  font-size: 30px;
  color: #EA5463;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EA5463;
  padding-left: 70px;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .date-area .box .title {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  .date-area .box .title {
    margin-bottom: 20px;
    font-size: 5.7vw;
    padding-left: 0;
  }
}
.date-area .box .text3 {
  font-size: 50px;
  color: #EA5463;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .date-area .box .text3 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .date-area .box .text3 {
    margin-bottom: 20px;
    font-size: 7vw;
  }
}
.date-area .box .text4 {
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .date-area .box .text4 {
    font-size: 2, 3vw;
  }
}
@media screen and (max-width: 767px) {
  .date-area .box .text4 {
    font-size: 4vw;
  }
}
.date-area .box .text4 span {
  color: #EA5463;
}

.dd-date .wpcf7-list-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.dd-date input[type=radio] {
  position: absolute;
  left: -300%;
}
.dd-date input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.dd-date .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}
.dd-date .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  position: absolute;
  border-radius: 50%;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.dd-date .wpcf7-list-item-label::after {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  position: absolute;
  background: #000;
  border-radius: 50%;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5px;
  opacity: 0;
}

.row-radio {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.thanks {
  padding: 300px 0;
  line-height: 1.5;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 100px 0 180px;
  }
}
@media screen and (max-width: 767px) {
  .thanks {
    font-size: 14px;
  }
}

.seminar-cta .add-wrap .text1 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .seminar-cta .add-wrap .text1 {
    margin-bottom: 20px;
  }
}
.seminar-cta .add-wrap .text1 .text1-wrap {
  color: #fff;
  background: #EA5463;
  padding: 10px 30px;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .seminar-cta .add-wrap .text1 .text1-wrap {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 767px) {
  .seminar-cta .add-wrap .text1 .text1-wrap {
    font-size: 4.7vw;
  }
}
.seminar-cta .add-wrap .text2 {
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .seminar-cta .add-wrap .text2 {
    margin-bottom: 20px;
  }
}
.seminar-cta .add-wrap .text2 .span1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 106, 115, 0.24)));
  background: linear-gradient(transparent 60%, rgba(255, 106, 115, 0.24) 60%);
}
.seminar-cta .add-wrap .text2 .span2 {
  font-size: 150%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .date-area .box .text3 {
    font-size: 40px;
    line-height: 1.4;
  }
  .date-area .box .text3 {
    margin-bottom: 20px;
  }
}
.time427 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .date-area .box .text3 {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .date-area {
    margin-top: 30px;
  }
}

.add-title427 {
  text-align: center;
  font-size: 36px;
  color: #EA5463;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .add-title427 {
    font-size: 5.5vw;
    margin-bottom: 20px;
    margin-top: 60px;
  }
}
.add-title427 .wrap {
  display: inline-block;
  position: relative;
}
.add-title427 .wrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  left: -25px;
  width: 2.5px;
  height: 40px;
  background: #EA5463;
}
.add-title427 .wrap::after {
  position: absolute;
  content: "";
  bottom: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  right: -25px;
  width: 2.5px;
  height: 40px;
  background: #EA5463;
}
.add-title427 .wrap .ita {
  font-size: 150%;
  font-style: italic;
  display: inline-block;
}