@charset "UTF-8";

/*--  reset.css  --*/

/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--  base  --*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  background-color: #fff;
}

body {
  background: #fff;
  color: #222;
  font-family: "Zen Maru Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main {
  display: block;
}

p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}

h2,
h3,
h4 {
  font-weight: 700;
}

a,
a:link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:active {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a img,
a:link img,
a:visited img,
a:hover img,
a:active img {
  text-decoration: none;
}

[type="text"],
select,
button {
  border: 0;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
}

button:hover {
  cursor: pointer;
}

select,
button,
[type="text"] {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.ut-spacer {
  display: block;
}

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

/*--  Section  -------------------------------------------------------------------*/

/*--  Body  -------------------------*/

body#lp__index {
  background: #fff;
  -webkit-box-shadow: 0 2rem 3rem 0.6rem #e0e0e0;
  box-shadow: 0 2rem 3rem 0.6rem #e0e0e0;
  max-width: 480px;
  margin: 0 auto 0 auto;
}

/*--  Header  -------------------------*/

.header__inner {
  text-align: center;
}

.header__logo {
  border-bottom: 0.1rem solid #ff730c;
  padding: 1.4rem 0 1.4rem 0;
}

.header__logoBody img {
  max-width: 30rem;
  width: 50%;
}

.header__tagLine {
  border-bottom: 0.1rem solid #ff730c;
  padding: 1.4rem 0 1.4rem 0;
}

.header__tagLineBody {
  font-size: 0;
}

.header__tagLineBody img {
  max-width: 30rem;
  width: 60%;
}

/*--  mainvisual  -------------------------*/

.c-contents .mainvisual {
  padding: 0 0 0 0;
}

.c-contents .mainvisual .c-article__inner {
  padding: 0 0 4rem 0;
}

.c-contents .mainvisual .c-article__body {
  margin: 2.4rem 2rem 2.4rem 2rem;
}

.c-contents .mainvisual .attentionList {
  font-size: 1.3rem;
  font-weight: 700;
}

.c-contents .mainvisual .attentionItem {
  margin: 0 0 1.2rem 0;
  position: relative;
}

.c-contents .mainvisual .attentionItem:before {
  content: "※";
}

/*--  c-btn  -------------------------*/

.c-btn {
  background: #ff7209;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.4rem 0 0 #c04e00;
  box-shadow: 0 0.4rem 0 0 #c04e00;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 2.4rem 2.4rem 2.4rem 2.4rem;
  position: relative;
}

.c-btn:before {
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  bottom: 0;
  content: "";
  height: 1.4rem;
  margin: auto auto auto auto;
  position: absolute;
  right: 2.4rem;
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 1.4rem;
}

.c-btn:hover {
  background: #c04e00;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 0.5rem, 0);
  transform: translate3d(0, 0.4rem, 0);
}

.c-btnWrapper {
  margin: 0 0 2.4rem 0;
}

/*--  article  -------------------------*/

.c-article {
  padding: 4rem 0 6rem 0;
  position: relative;
}

.c-article:before {
  background: url(https://at-seminar.net/lp/seminar/img/ad01/sectionLine.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 0.8rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.c-article__inner {
  padding: 0 2rem 0 2rem;
}

.c-article__title {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
  position: relative;
  margin: 0 0 7rem 0;
}

.c-article__title:before {
  background: url(https://at-seminar.net/lp/seminar/img/ad01/c-titleImage.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -4.8rem;
  content: "";
  height: 4rem;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  max-width: 16rem;
  width: 50%;
  display: block;
}

.c-articleLead {
  font-size: 1.8rem;
}

/*--  about  -------------------------*/

.aboutItem {
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 4px 10px 4px rgba(192, 159, 102, 0.14);
  box-shadow: 0 4px 10px 4px rgba(192, 159, 102, 0.14);
  margin: 0 0 2rem 0;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutItem__areaImage {
  margin: 0 2rem 0 0;
  text-align: center;
  width: 10rem;
}

.aboutItem__image img {
  max-width: 6rem;
}

.aboutItem__title {
  color: #c09f66;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}

.aboutItem__text {
  font-size: 1.3rem;
}

.aboutItem__titleIndex {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(10%, #ffff33));
  background: -webkit-linear-gradient(transparent 70%, #ffff33 10%);
  background: linear-gradient(transparent 70%, #ffff33 10%);
}

/*--  merit  -------------------------*/

.c-merit {
  padding: 0 0 0 0;
}

.c-merit:before {
  display: none;
}

.c-merit__inner {
  background: #f0eee4;
  padding: 4rem 2rem;
}

.c-meritList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 2.4rem 0;
}

.c-meritDevide img {
  width: 100%;
}

.c-meritItem {
  margin: 0 0 2rem 0;
  width: calc(50% - 1rem);
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------- schedule */

.schedule__text--attention {
  color: #ed6d2a;
  font-weight: bold;
}

.s-itemArea__listItem {
  border: 0.2rem solid #ed6d2a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 2rem 0;
}

.s-itemArea__listItem:nth-last-child() {
  margin: 0 0 0 0;
}

.c-seminar__place {
  border-bottom: 0.2rem solid #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  align-items: center;
  width: 100%;
}

.c-seminar__placeTitle {
  background: #f0eee4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ed6d2a;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1rem;
  width: 10rem;
  height: 4.5rem;
}

.c-seminar__placeDate {
  background: #fcfbf3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ed6d2a;
  line-height: 1;
  padding: 1.5rem 1rem;
  text-align: left;
  width: calc(100% - 10rem);
  align-items: stretch;
}

.s-itemArea::after {
  content: "";
  clear: both;
  display: block;
}

.seminar__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem 1.5rem 1rem;
}

.seminar__body {
  display: block;
  margin: 0 0 0 1rem;
  width: calc(100% - 10rem);
}

.seminar__title {
  color: #ed6d2a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}

.seminar__lector {
  font-size: 1.2rem;
  line-height: 1;
  margin: 1rem 0 1rem 0;
}

.seminar__hostCompany {
  font-size: 1.2rem;
  line-height: 1;
  margin: 1rem 0 1rem 0;
}

.seminar__tagArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.seminar__tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10rem;
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.7rem 0 0.7rem 0;
  text-align: center;
  width: 50%;
}

.seminar__tag:nth-child(1) {
  margin: 0 1rem 0 0;
}

.seminar__tag--lady {
  background: #ff6e6e;
}

.seminar__tag--salary {
  background: #e8c68d;
}

.seminar__btnArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 2rem 1rem;
}

a.seminar__btn--detail {
  border: 0.2rem solid #ed6d2a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ed6d2a;
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.5rem 0 1.5rem 0;
  text-align: center;
  width: 10rem;
}

a.seminar__btn--apply {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ed6d2a), color-stop(50%, #b54104));
  background-image: -webkit-linear-gradient(left, #ed6d2a 50%, #b54104 50%);
  background-image: linear-gradient(to right, #ed6d2a 50%, #b54104 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ed6d2a;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.8rem 0 1.5rem 0;
  text-align: center;
  margin: 0 0 0 1rem;
  width: calc(100% - 11rem);
  border-radius: 0.2rem;
}

a.seminar__btn--apply.few:before {
  content: "残席わずか";
  display: block;
  position: absolute;
  bottom: -29px;
  left: 0;
  padding: 0 18px;
  color: #fff;
  background: #ed2a2a;
  border-radius: 7px;
  font-size: 1.2rem;
  line-height: 2.6rem;
  font-weight: bold;
}

a.seminar__btn--apply.few:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 17px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #ed2a2a;
}

.s-searchItem {
  background: #fcfbf3;
  border: 0.3rem solid #f0eee4;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 3rem 0;
  padding: 2rem 1rem 2rem 1rem;
  text-align: center;
}

.s-searchItem__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  text-align: left;
}

.s-searchItem__title span {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 4px 20px;
  font-size: 1.4rem;
  line-height: 28px;
  color: #ff720a;
  border: 1px solid #ff720a;
  border-radius: 8px;
  background: #ffe4d0;
}

.s-searchItem:first-child .selected {
  display: none;
}

.s-searchItem:first-child .reselect {
  display: none;
}

.s-searchItem:first-child.s-selectedItem .s-searchList {
  display: none;
}

.s-searchItem:first-child.s-selectedItem .selected {
  display: block;
}

.s-searchItem:first-child.s-selectedItem .reselect {
  display: block;
}

.s-searchItem:nth-child(2) {
  display: none;
}

.s-searchItem:first-child.s-selectedItem + .s-searchItem:nth-child(2) {
  display: block;
}

.s-selectedItem .selected {
  color: #5d5d5d;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.s-selectedItem .reselect {
  width: 50%;
  margin: 48px auto 0;
}

.s-selectedItem .reselect a {
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.1rem solid #ff720a;
  color: #ff720a;
  display: block;
  padding: 1rem 0 1rem 0;
  text-align: center;
  width: 100%;
  background-color: #fff;
  text-align: center;
}

.s-selectedItem .reselect a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: 0 7px 0 0;
  background-image: url(../img/icon_reselect.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.s-selectedItem .reselect a:hover {
  text-decoration: none;
  background: #d7f1e3;
}

.s-searchItem--btn {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 1rem 0;
  width: calc(50% - 2rem);
}

.s-searchItem--btn:nth-child(odd) {
  margin: 0 0 1rem 2rem;
}

.s-searchItem--btn:first-child {
  display: block;
  margin: 0 auto 1rem;
  width: 97.5%;
}

/*.s-searchItem--btn:last-child{display: block; }*/

.s-searchItem--btn a.active,
.s-searchItem--btn a.active:hover {
  background: #ff720a;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.4rem;
  color: #fff;
  display: block;
  padding: 1rem 0 1rem 0;
  text-align: center;
  width: 100%;
}

.s-searchItem--btn a {
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.1rem solid #ff720a;
  color: #ff720a;
  display: block;
  padding: 1rem 0 1rem 0;
  text-align: center;
  width: 100%;
  background-color: #fff;
  border-radius: 0.4rem;
}

.s-searchItem--btn a:hover {
  background-color: #d7f1e3;
  text-decoration: none;
}

.s-searchItem.s-filter dl {
  display: block;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  margin: 0 0 22px;
}

.s-searchItem.s-filter dl dt {
  width: auto;
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}

.s-searchItem.s-filter dl dd {
  width: auto;
}

.s-searchItem.s-filter dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-searchItem.s-filter dl dd li {
  width: calc(50% - 8px);
  margin: 0 0 10px;
}

.s-searchItem.s-filter dl dd li:first-child {
  width: 100%;
}

.s-itemArea > .itemNum {
  margin: 0 0 10px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: right;
}

.s-itemArea > .itemNum .num {
  color: #ff720a;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

.schedule__text.c-article__text.c-ariticleLead {
  font-size: 1.8rem;
  margin: 0 0 1.8rem 0;
}

.schedule__text--attention.c-article__text--attention {
  color: #d35e77;
  margin: 0 0 3.2rem 0;
}

.seminar__tittle {
  color: #ed6d2a;
}

.seminar__image {
  width: 10rem;
}

.seminar__header {
  display: flex;
  align-items: center;
  /* align-self: stretch; */
}

header.c-article__heading {
  margin: 0 0 0;
}

.c-faq {
  background: #f0eee4;
}

p.c-ariticleLead {
  font-size: 1.6rem;
  line-height: 1.8;
}

p.c-article__text {
  font-size: 1.6rem;
  margin: 0 0 4rem 0;
}

ul.faqList {
  border-bottom: 0.2rem solid #fff;
  border-top: 0.2rem solid #fff;
}

.faqItem__title {
  border-bottom: 0.1rem solid #fff;
  padding: 2rem 4rem 2rem 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.faqItem__text {
  display: none;
  border-bottom: 0.1rem solid #fff;
  padding: 1.6rem 0 2rem 4rem;
  position: relative;
}

.faqItem__title:before {
  content: "Q.";
  color: #ff720a;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 3;
  display: inline-block;
}

.faqItem__title:after {
  background-color: #f0eee4;
  display: inline-block;
  border-top: solid 0.2rem #ff720a;
  border-right: solid 0.2rem #ff720a;
  bottom: 0.5rem;
  content: "";
  height: 1rem;
  margin: auto auto auto auto;
  position: absolute;
  right: 2rem;
  left: unset;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  width: 1rem;
  z-index: 2;
}

dt.faqItem__title.js-accordionTrigger.js-is-open:after {
  bottom: -0.5rem;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}

.faqItem__text:before {
  content: "A.";
  color: #ff720a;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 2.4;
  display: inline-block;
}

#pagetop {
  display: none;
}

.footer__pagetop > a {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: block;
  max-width: 30%;
}

ul.footer__gnavList {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3.2rem 0;
}

.footer__gnavItem {
  width: calc(50% - 1rem);
}

.footer__inner {
  padding: 2rem 1rem;
}

a {
}

.footer__gnavItem > a {
  border: 0.2rem solid #ff720a;
  border-radius: 0.4rem;
  color: #ff720a;
  display: block;
  font-size: 1.1rem;
  padding: 1.3rem;
  text-align: center;
}

.footer__logoList--body {
  box-sizing: border-box;
  display: table;
  padding: 0 10px 35px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.footer__logoItem--privacy,
.footer__logoItem--powerPlanning {
  display: table-cell;
  vertical-align: bottom;
  width: 50%;
}

.footer__logoItem--privacy img {
  height: 4rem;
}

.footer__logoItem--copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  -ms-flex: none;
  flex: none;
  text-align: center;
  margin-right: 0;
  font-size: 11px;
  font-size: 1.1rem;
}

.faqItem:last-child .faqItem__title {
  border: none;
}

.c-about:after {
  background: url(https://at-seminar.net/lp/seminar/img/ad01/c-aboutBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 10rem;
  left: 0.6rem;
  position: absolute;
  margin: auto;
  max-width: 30vw;
  width: 23%;
  top: -0.5rem;
}

.c-merit__inner.c-article__inner {
}

.c-merit:after {
  background: url(https://at-seminar.net/lp/seminar/img/ad01/c-meritBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 10rem;
  right: 0.6rem;
  position: absolute;
  margin: auto;
  max-width: 30vw;
  width: 23%;
  top: -0.5rem;
}

.schedule:after {
  background: url(https://at-seminar.net/lp/seminar/img/ad01/c-scheduleBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 12rem;
  left: 1.6rem;
  position: absolute;
  margin: auto;
  max-width: 40vw;
  width: 50%;
  top: -0.5rem;
}

.c-faq:after {
  background: url(https://at-seminar.net/lp/seminar/img/ad01/c-faqBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 10rem;
  right: 0.6rem;
  position: absolute;
  margin: auto;
  max-width: 40vw;
  width: 23%;
  top: -0.5rem;
}

.s-itemArea__list .pickup {
  border: 0.2rem solid #13aa59;
  position: relative;
}

.s-itemArea__list .pickup:before {
  content: url(../img/s-itemArea__list--pckup.png);
  position: absolute;
  top: -1rem;
  left: -0.9rem;
}

.pickup .c-seminar__place {
  border-bottom: 0.2rem solid #f5f5f5;
}

.pickup .c-seminar__placeTitle {
  background: #d7f1e3;
  color: #13aa59;
}

.pickup .c-seminar__placeDate {
  background: #f5f5f5;
  color: #13aa59;
}

.pickup a.seminar__btn--apply {
  background-image: linear-gradient(to right, rgb(19, 170, 89) 50%, rgba(0, 110, 50, 1) 50%);
  color: #fff;
}

.pickup a.seminar__btn--detail {
  border: 0.2rem solid #50aa59;
  color: #13aa59;
}

.pickup .seminar__tittle {
  color: #13aa59;
}

.c-seminar__placeTitle {
  padding: 1.6rem 1rem 1rem 1rem;
}

.s-itemArea__listItem.s-itemArea__listItem--online {
  border: 0.2rem solid #4cb6c2;
}

.s-itemArea__listItem--online .c-seminar__placeTitle {
  background: #4cb6c2;
  color: #fff;
}

.s-itemArea__listItem--online .c-seminar__placeDate {
  background: #ebfdff;
  color: #4cb6c2;
}

.s-itemArea__listItem--online .seminar__tittle {
  color: #4cb6c2;
}

.s-itemArea__listItem--online a.seminar__btn--detail {
  border: 0.2rem solid #4cb6c2;
  color: #4cb6c2;
}

.s-itemArea__listItem--online a.seminar__btn--apply {
  background-image: linear-gradient(to right, #4cb6c2 50%, #2c838c 50%);
}

.c-bannerText {
  align-items: center;
  background: #f7e1cc;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  margin: 24px 0 16px -20px;
  padding: 20px;
  width: calc(100% + 40px);
}

.c-bannerText__pick {
  background: #d66100;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 10px 8px 14px 8px;
}

.c-bannerText__title {
  font-size: 20px;
  font-weight: 700;
}

.c-bannerText__attention {
  line-height: 1.2;
}

.c-banner {
  margin: 0 0 48px 0;
}

.c-seminarListTitle {
  color: #f0720d;
  font-size: 24px;
  margin: 0 0 32px 0;
  text-align: center;
}

.header__logoBody--batch {
  margin: -10px 0 -10px 0;
}

.header__logoBody--batch img {
  max-width: unset;
  width: 98%;
}
