@charset "utf-8";
/*------------------------------------------------------------
reset
------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

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,
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;
  font-weight: inherit;
}

body {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

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;
}

/*------------------------------------------------------------
webinar
------------------------------------------------------------*/
body {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
}

.inner {
  margin: 0 auto;
  width: 1200px;
}

.mv {
  background: url(../images/mv_bg.svg) no-repeat 50%;
  background-size: cover;
  width: 100%;
  height: 550px;
}

.mv .inner {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  padding: 65px 0 0;
  position: relative;
  height: 550px;
}

.mv_left {
  background: url(../images/main_img.svg) no-repeat;
  background-size: cover;
  width: 55%;
  margin-left: -100px;
  height: 430px;
  bottom: 0;
  position: absolute;
}

.mv_left img {
  width: 600px;
}

.mv_right {
  position: absolute;
  right: 5%;
}

.mv_right img {
  width: 540px;
}

.lead {
  background: #009f41;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 999;
}

.lead .inner {
  padding: 50px 0;
}

.menu {
  margin: 100px 0;
}

.menu .inner {
  display: flex;
  justify-content: space-between;
}

.menu .seminar_item {
  border: 2px solid #009f41;
  border-radius: 20px;
  color: #000;
  padding: 30px 0;
  width: 560px;
  text-align: center;
  text-decoration: none;
}

.menu .seminar_item:hover {
  background: #edf6f0;
}

.menu .seminar_date {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.menu .seminar_title {
  color: #009f41;
  font-size: 40px;
  line-height: 1;
}

.seminar_bg {
  background: #009f41;
  background: linear-gradient(
    90deg,
    rgba(0, 159, 65, 1) 0%,
    rgba(0, 111, 46, 1) 100%
  );
  position: relative;
  color: #fff;
}

.seminar_bg .bg {
  background: url(../images/main_img.svg) no-repeat;
  background-size: contain;
  width: 400px;
  height: 260px;
  display: block;
  position: absolute;
  right: 10%;
  bottom: 0;
}

.seminar_bg::after {
  background: url(../images/main_img.svg) no-repeat;
  content: "";
}

.seminar_bg .inner {
  padding: 75px 0;
}

.seminar_bg_title {
  font-size: 50px;
  position: relative;
    text-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    z-index: 999;
}

.seminar_bg_summary {
  font-size: 22px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    z-index: 999;
}

.seminar_main {
  background: #e9f4ed;
  padding: 80px 0 100px;
}

.seminar_main_title {
  font-size: 22px;
  color: #009f41;
  margin-bottom: 10px;
}

.seminar_main_summary {
  background: #fff;
  padding: 20px 50px;
  margin-bottom: 50px;
}

.seminar_main_summary dl {
  display: flex;
  padding: 10px 0;
}

.seminar_main_summary dt {
  width: 150px;
}

.seminar_main_table {
    overflow: auto;
  margin-bottom: 50px;
}

.seminar_main_table table {
  width: 100%;
  min-width: 800px;
  margin-bottom: 20px;
}

.seminar_main_table th {
  background: #009f41;
  border-right: 2px solid #fff;
  color: #fff;
  padding: 10px 0;
}

.seminar_main_table th:last-child {
  border-right: none;
}

.seminar_main_table td {
  background: #fff;
  border-right: 2px solid #e9f4ed;
  border-bottom: 2px solid #e9f4ed;
  padding: 10px 0;
  vertical-align: middle;
}

.seminar_main_table td:last-child {
  border-right: none;
}

.seminar_main_table .time,
.seminar_main_table .type {
  text-align: center;
}

.seminar_main_table .item,
.seminar_main_table .target {
  padding: 10px 20px;
}

.seminar_main_table .time {
  width: 12%;
}

.seminar_main_table .item {
  width: 32%;
}

.seminar_main_table .type {
  width: 12%;
}

.seminar_main_table .target {
  width: 44%;
}

.cv .cv_title {
  background: #009f41;
  border-radius: 30px 30px 0 0;
  color: #fff;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
}

.cv .cv_content {
  background: #fff;
  border-radius: 0 0 30px 30px;
  display: flex;
  justify-content: center;
  padding: 38px 0;
  text-align: center;
}

.cv .cv_content .btn {
  background: #009f41;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 16px 0;
  width: 400px;
  text-decoration: none;
}

.cv .cv_content .btn:hover {
  background: #077333;
}

.cv .cv_content .btn span {
    display: inline-block;
}

footer {
  background: #fff;
  padding: 50px 5%;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5%;
    width: 100%;
  }

  .mv .inner {
    flex-direction: column-reverse;
  }

  .mv_left {
    position: relative;
    width: 100%;
    margin: auto;
  }

  .mv_right {
        position: relative;
    text-align: center;
    right: auto;
  }

  .mv_right img {
    width: 80%;
  }

  .lead {
    font-size: 16px;
  }

  .lead .inner {
    padding: 50px 5%;
  }

  .menu {
    margin: 50px 0;
  }

  .menu .inner {
    display: block;
  }

  .menu .seminar_item {
    display: block;
    margin: 30px 0;
    width: 100%;
  }

  .menu .seminar_title {
    font-size: 30px;
  }

  .menu .seminar_date {
    font-size: 18px;
  }

  .seminar_main_summary dl {
    display: block;
  }

  .seminar_bg .bg {
    width: 250px;
    height: 160px;
    right: 0;
  }

  .cv .cv_title {
    font-size: 16px;
    padding: 12px 20px;
  }

  .cv .cv_content .btn {
    width: 80%;
  }

  .seminar_bg .inner {
    padding: 40px 5% 120px;
  }

  .seminar_bg_title {
    font-size: 30px;
  }

  .seminar_bg_summary {
    font-size: 15px;
  }

  footer {
    font-size: 12px;
    padding: 30px 5%;
  }
}
