@charset "utf-8";

/* ----------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------- */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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,
sup,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  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 #000;
  cursor: help;
}

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

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

input,
select {
  vertical-align: middle;
}

body {
  font-size: 14px;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, Osaka, '游ゴシック体', YuGothic, '游ゴシック Medium',
    'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

.clear {
  clear: both;
}

.small {
  font-size: 14px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.bg_none {
  background: none !important;
}

strong {
  font-weight: bold;
}

.ct {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.inner {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 4%;
    box-sizing: border-box;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------
contents
----------------------------------------------------------------------------------------------------------------------------------------- */

/* header
---------------------------------------------------------------------------- */

header {
  width: 960px;
  margin: 0 auto;
}

header .logo {
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  header {
    width: 100%;
  }
  header .logo {
    padding: 4%;
    text-align: center;
  }
  header .logo img {
    width: 50%;
  }
}

/* main
---------------------------------------------------------------------------- */

.main {
  background: #faf9f7;
  width: 100%;
  text-align: center;
}

.main-inner {
  min-width: 960px;
  margin: 0 auto;
}

.main-img {
  position: relative;
  margin: 0 auto;
}

.main-img img {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .main-inner {
    width: 100%;
    min-width: 0;
  }
  .main-img {
    width: 100%;
    height: auto;
  }
  .main-img img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  h2 {
    font-size: 5.5vw !important;
  }
}

.opening_txt {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}

.strong-txt {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: #fa7d91;
  padding-bottom: 1.5%;
}

/* opening_top-txt TOPテキスト
---------------------------------------------------------------------------- */

.opening_top-txt h2 {
  position: relative;
  text-align: center;
  padding: 36px;
  font-size: 24px;
  letter-spacing: 2.5px;
  color: #544b45;
  font-weight: normal;
}

.news {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  color: #df542b;
  line-height: 1.5;
  font-size: 18px;
}

.news-txt {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}

.opening_top-txt h2::before {
  position: absolute;
  content: '';
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 80px;
  width: 40px;
  height: 40px;
  background-image: url(/lp_static/seminar/soudankai/opening/img/icon-date.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .opening_top-txt h2 {
    line-height: 1.4;
    padding: 7% 2%;
  }
}

/* CTA
---------------------------------------------------------------------------- */

.btn_area {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.btn_entry {
  width: 312px;
  font-size: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-radius: 12px;
  text-align: center;
  border: #df542b solid 2px;
}

.btn_entry a {
  padding: 23px 0;
}

.btn_entry a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  color: #df542b;
  text-align: center;
  text-decoration: none;
  transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  font-weight: bold;
  border-radius: 8px;
}

.btn_entry a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #df542b;
}

.btn_entry a:hover {
  transition-duration: 0.3s;
  background-color: #df542b;
  color: #fff;
}

.btn_entry a:hover::after {
  transition-duration: 0.3s;
  border-left: 5px solid #fff;
}

.cta {
  text-align: center;
  padding: 28px 0;
}

.cta p {
  text-align: center;
  padding: 12px 0;
}

.campaign .txt {
  margin-top: 10px;
  font-size: 12px;
  color: #686868;
}

@media only screen and (max-width: 767px) {
  .btn_area {
    bottom: -24%;
  }
  .btn_entry {
    width: 80%;
  }
  .cta {
    padding: 0;
  }
}

/* section-overview
---------------------------------------------------------------------------- */

.overview {
  margin: 40px 0;
  background-image: url(/lp_static/seminar/soudankai/opening/img/bg-img.png);
  background-size: 420px;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 552px;
}

.overview.morning {
  background-image: url(/lp_static/seminar/soudankai/opening/img/bg-img.png);
}

.overview h2 {
  position: relative;
  text-align: center;
  padding: 50px;
  font-size: 24px;
  letter-spacing: 2.5px;
  color: #544b45;
  font-weight: normal;
}

.overview h2::before {
  position: absolute;
  content: '';
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 90px;
  width: 40px;
  height: 40px;
  background-image: url(/lp_static/seminar/soudankai/common/img/icon-overview.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.overview h3 {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: #544b45 2.5px solid;
}

.overview .description {
  display: inline-block;
  width: 430px;
  font-size: 16px;
  line-height: 2.5;
}

.overview .tag {
  color: #3ecece;
  font-size: 24px;
  line-height: 1.5;
  padding-top: 10px;
}

.overview .merit {
  display: inline-block;
  vertical-align: top;
  padding-left: 235px;
}

@media only screen and (max-width: 767px) {
  .overview {
    background-size: 60%;
    background-position: 138% 32%;
    margin: 8% 0 0;
    height: auto;
  }
  .overview h3 {
    width: 50%;
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  .overview h3 img {
    width: 100%;
  }
  .overview .description {
    width: 100%;
  }
  .overview .description p {
    display: block;
    font-size: 3.5vw;
  }
  .overview .merit {
    display: block;
    padding-left: 0;
  }
  .overview .merit img {
    width: 100%;
  }
  .overview p.tag {
    font-size: 5vw;
    padding: 10px 0;
  }
  .campaign img {
    width: 100%;
  }
}

/* section-point
---------------------------------------------------------------------------- */

.point {
  margin-top: 40px;
}

.point h2 {
  position: relative;
  text-align: center;
  padding: 50px;
  font-size: 24px;
  letter-spacing: 2.5px;
  color: #544b45;
  font-weight: normal;
}

.point h2::before {
  position: absolute;
  content: '';
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 90px;
  width: 40px;
  height: 40px;
  background-image: url(/lp_static/seminar/soudankai/common/img/icon-point.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.point ul {
  display: flex;
}

.point ul li {
  display: flexbox;
  border-width: 1px;
  padding: 228px 16px 20px 16px;
  border-color: rgb(238, 238, 238);
  border-style: solid;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  margin-right: 2%;
  box-shadow: 0px 3px 7px 0px rgba(182, 182, 182, 0.35);
  width: 33%;
  background-size: contain;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: bottom;
  font-size: 12px;
  line-height: 2;
  color: #404040;
}

.point ul li:last-child {
  margin-right: 0;
}

.point ul li .num {
  font-weight: bold;
  color: #3ecece;
  font-size: 16px;
  letter-spacing: 2px;
}

.point ul li .description {
  line-height: 2.5;
}

.point ul li h3 {
  font-weight: bold;
  padding-bottom: 8px;
  font-size: 18px;
  color: #383838;
  padding: 12px 0;
  letter-spacing: -0.02em;
}

.point01.opening {
  background: url(/lp_static/seminar/soudankai/opening/img/bg-point01.png) no-repeat;
  background-size: contain;
}

.point02.opening {
  background: url(/lp_static/seminar/soudankai/opening/img/bg-point02.png) no-repeat;
  background-size: contain;
}

.point03.opening {
  background: url(/lp_static/seminar/soudankai/opening/img/bg-point03.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .point {
    margin-top: 4%;
  }
  .point h2 {
    padding: 50px 0;
    letter-spacing: 0;
  }
  .point ul {
    display: block;
  }
  .point ul li {
    display: block;
    width: 100%;
    padding: 76% 8% 8% 8%;
    margin-bottom: 4%;
  }
  .point ul li:last-child {
    margin-bottom: 0;
  }
}

/* section-voice
---------------------------------------------------------------------------- */

.voice {
  margin-top: 40px;
}

.voice h2 {
  position: relative;
  text-align: center;
  padding: 50px;
  font-size: 24px;
  letter-spacing: 2.5px;
  color: #544b45;
  font-weight: normal;
}

.voice h2::before {
  position: absolute;
  content: '';
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 90px;
  width: 40px;
  height: 40px;
  background-image: url(/lp_static/seminar/soudankai/common/img/icon-voice.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.voice ul {
  display: flex;
  margin-top: 60px;
}

.voice ul li {
  display: flow-root;
  border: 2px #3ecece dotted;
  border-radius: 4px;
  width: 300px;
  padding: 24px;
  margin-right: 20px;
  box-sizing: border-box;
  vertical-align: top;
  list-style-type: none;
  background-image: none;
  background-color: #fff;
  line-height: 1.5;
}

.voice ul li:last-child {
  margin-right: 0;
}

.voice_ttl {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 5px;
  clear: both;
}

.voice_ttl figure {
  width: 73px;
  position: absolute;
  top: -73px;
  left: -30px;
  padding: 0;
  margin: 0;
}

.voice_ttl figure img {
  border-radius: 50%;
  width: 73px;
  height: 73px;
}

.voice_ttl .voice_text {
  margin: 0 0 0 30px;
  width: 220px;
  position: absolute;
  top: -75px;
  padding: 12px 24px;
  border-radius: 210px;
  background-color: #ffffff;
  border: 1px rgb(229, 229, 229) solid;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.41);
}

.voice_ttl .voice_text ::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 10px;
  border-right: 20px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.voice ul li .profile {
  font-size: 18px;
  font-weight: bold;
  color: #df542b;
  margin: 15px 0;
}

.voice ul li .txt {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .voice {
    padding: 2%;
  }
  .voice h2 {
    padding: 50px 0;
    letter-spacing: 0;
    line-height: 2;
  }
  .voice h2::before {
    bottom: 80%;
  }
  .voice ul {
    display: block;
  }
  .voice ul li {
    width: 100%;
    display: block;
    margin-bottom: 80px;
    margin-right: 0;
  }
  .voice ul li:last-child {
    margin-bottom: 0;
  }
  .voice_ttl .voice_text {
    width: 98%;
  }
}

/* form attention
---------------------------------------------------------------------------- */

.form-sec {
  margin-top: 40px;
}

.form-sec h2 {
  position: relative;
  text-align: center;
  padding: 50px 50px 30px;
  font-size: 24px;
  letter-spacing: 2.5px;
  color: #544b45;
  font-weight: normal;
}

.form-sec h2::before {
  position: absolute;
  content: '';
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 70px;
  width: 52px;
  height: 40px;
  background-image: url(/lp_static/seminar/soudankai/common/img/icon-form.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.attention {
  background-color: transparent;
  padding: 0px 45px;
  font-size: 80%;
}

.attention_txt {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #f2f2f2;
  line-height: 1.4em;
  color: #333;
  padding: 16px 30px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.attention_txt dl {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0px;
}

.attention_txt li {
  margin-bottom: 5px;
}

.attention_txt li:last-child {
  margin-bottom: 0px;
}

.attention_txt span {
  color: #e73c88;
}

.form-sec dd {
  margin-left: 0px;
}

.form-sec ul li {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .form-sec h2 {
    letter-spacing: 0;
    padding: 50px 0;
    line-height: 1.4;
  }
  .attention {
    padding: 0;
  }
  .attention_txt {
    padding: 4%;
  }
  .form-sec h2::before {
    bottom: 80%;
  }
}

/* footer
---------------------------------------------------------------------------- */

.footer {
  width: 100%;
  border-top: dotted 1px #999;
}

.footer p {
  display: block !important;
  padding: 16px 0 0;
  color: #666 !important;
  font-size: 11px;
  text-align: center;
}

.add-footer-link {
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
}

.add-footer-link a {
  margin-left: 30px;
  color: #32b7e6;
}

.add-footer-link > *:first-child {
  margin-left: 0;
}

.footer-info > .container {
  width: 960px;
  padding: 0;
  margin: 0 auto;
}

.footer-info .footer-info-box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-info .footer-info-box-col {
  width: calc((99.9% - 380px) / 3);
  display: flex;
}

.footer-info .footer-info-box-inner {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-info .footer-info-box-inner > div {
  text-align: center;
}

.footer-info .footer-info-box-inner > div > *:last-child {
  margin-bottom: 0;
}

.footer-info .footer-info-box-inner dl {
  margin: 0;
  padding: 0;
}

.footer-info .footer-info-box-inner dt {
  margin: 0 0 10px;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
}

.footer-info .footer-info-box-inner dd {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.footer-info .footer-info-box-yen {
  margin-bottom: 10px;
  color: #ee675d;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}

.footer-info .footer-info-box-img {
  margin-bottom: 10px;
  text-align: center;
}

.footer-info .footer-info-box-img a {
  display: inline-block;
}

.footer-info .footer-info-box-img a:hover {
  opacity: 0.6;
}

.footer-info .box-tel {
  width: 364px;
  padding-right: 10px;
}

.footer-info .box-tel .footer-info-box-inner {
  color: #999;
  font-size: 10px;
  font-weight: bold;
  background: #ffeede;
}

.footer-info .footer-info-tel-head {
  margin-bottom: 10px;
  color: #fe6e77;
  font-size: 11px;
}

.footer-info .footer-info-tel {
  margin-bottom: 10px;
  color: #03328a;
  font-size: 26px;
  line-height: 34px;
  text-decoration: underline;
}

.footer-info .footer-info-tel img {
  margin-right: 10px;
  vertical-align: text-top;
}

.footer-info .frm-service {
  border-radius: 4px 0 0 4px;
  border: solid 1px #e5e5e5;
  border-right: none;
}

.footer-info .frm-privacy {
  border: solid 1px #e5e5e5;
  border-right: none;
}

.footer-info .frm-yuryo {
  border-radius: 0 4px 4px 0;
  border: solid 1px #e5e5e5;
}

.ptop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
}

.ptop img {
  width: 50px;
}
