@charset "UTF-8";
/*----------------------------------------------------------------------
ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  min-width: 1260px;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 100%;
  }
}

body {
  font-size: 16px;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  color: #231815;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

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

/*----------------------------------------------------------------------
共通部分
----------------------------------------------------------------------*/
.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

.mod-inner {
  margin: 0 auto;
  padding: 50px 0;
  width: 1080px;
}
@media screen and (max-width: 768px) {
  .mod-inner {
    padding: 30px 15px;
    width: 100%;
  }
}

.mod-bg {
  background: #DFECC8;
}

.mod-title {
  text-align: center;
  padding: 18px 20px;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #F39800;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .mod-title {
    padding: 15px 20px;
    font-size: 20px;
  }
}

.mod-txt {
  margin: 0 0 20px;
}
.mod-txt span {
  display: block;
  text-align: center;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.mod-txt p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.mod-txt p em {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mod-txt p {
    text-align: left;
    font-size: 14px;
  }
}

.mod-btn a {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 18px 0 20px;
  width: 300px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #009A53;
  color: #FFF;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .mod-btn a {
    font-size: 18px;
  }
}
.mod-btn a:hover {
  opacity: 0.7;
}

.mgb10 {
  margin: 0 0 10px !important;
}

.mgb50 {
  margin: 0 0 50px !important;
}

/*----------------------------------------------------------------------
#header
----------------------------------------------------------------------*/
.header {
  background: #009A53;
}

.header-inner {
  margin: 0 auto;
  padding: 50px 20px;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 30px 15px;
    width: 100%;
  }
}
.header-inner h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .header-inner h1 {
    font-size: 20px;
    line-height: 1.3;
  }
}

/*----------------------------------------------------------------------
#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
#footer
----------------------------------------------------------------------*/
.footer-inner {
  margin: 0 auto;
  padding: 50px 20px;
  width: 1080px;
}
@media screen and (max-width: 1080px) {
  .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 30px 15px;
    width: 100%;
  }
}

.footer-txt {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .footer-txt {
    flex-direction: column;
    gap: 15px;
  }
}
.footer-txt dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-txt dl dt {
  text-align: center;
  padding: 6px 5px 8px;
  width: 100px;
  border: solid 1px #009A53;
  border-radius: 20px;
  font-size: 16px;
  color: #009A53;
}
@media screen and (max-width: 768px) {
  .footer-txt dl dt {
    padding: 3px 5px 4px;
    font-size: 12px;
  }
}
.footer-txt dl dd {
  padding: 0 0 3px;
  font-size: 16px;
  font-weight: bold;
  color: #009A53;
}
@media screen and (max-width: 768px) {
  .footer-txt dl dd {
    font-size: 14px;
  }
}
.footer-txt dl dd span {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-txt dl dd span {
    font-size: 18px;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
/* 全体 */
.content {
  margin: 0 auto;
  width: 1280px;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
}

/* KV */
.kv {
  padding: 100px 0 0;
  background: url("../img/bg_kv.webp") no-repeat center -50px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 50px 0 0;
    background: url("../img/bg_kv.webp") no-repeat center 0;
    background-size: contain;
  }
}

.kv-ic {
  position: relative;
}
.kv-ic img {
  position: absolute;
  top: -70px;
  right: 40px;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .kv-ic img {
    top: -40px;
    right: 10px;
    width: 80px;
  }
}

.kv-illust {
  position: relative;
}
.kv-illust .kv-illust__1 {
  position: absolute;
  top: -80px;
  left: 90px;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .kv-illust .kv-illust__1 {
    top: -40px;
    left: 10px;
    width: 100px;
  }
}
.kv-illust .kv-illust__2 {
  position: absolute;
  top: 180px;
  right: 10px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .kv-illust .kv-illust__2 {
    top: 20px;
    right: 5px;
    width: 60px;
  }
}
.kv-illust .kv-illust__3 {
  position: absolute;
  top: 310px;
  left: 20px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .kv-illust .kv-illust__3 {
    top: 135px;
    left: 5px;
    width: 55px;
  }
}

.kv-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 40px;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .kv-img {
    padding: 0 0 60px;
    max-width: 70%;
  }
}
.kv-img img {
  width: 100%;
}

.kv-txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 0.1rem;
  color: #009A53;
}
@media screen and (max-width: 768px) {
  .kv-txt {
    text-align: left;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05rem;
  }
}

/* 開催日程 */
.schedule {
  position: relative;
  margin: 0 0 50px;
  background: url("../img/bg_schedule.webp") no-repeat center top;
  background-size: cover;
}

.schedule-label {
  position: absolute;
  top: -40px;
  right: 120px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .schedule-label {
    top: 15px;
    right: 10px;
    width: 140px;
  }
}
.schedule-label img {
  width: 100%;
}

.schedule-box {
  padding: 30px 60px;
  border: solid 2px #009A53;
  border-radius: 10px;
  letter-spacing: 0.05rem;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .schedule-box {
    padding: 20px 15px;
  }
}

.schedule-title {
  text-align: center;
  margin: 0 0 15px;
  padding: 6px 0 8px;
  width: 120px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  background: #E4E980;
  color: #009A53;
}
@media screen and (max-width: 768px) {
  .schedule-title {
    font-size: 14px;
  }
}

.schedule-box-date {
  margin: 0 0 30px;
}
.schedule-box-date ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .schedule-box-date ul {
    gap: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .schedule-box-date ul li {
    min-width: 265px;
  }
}
.schedule-box-date ul li dl {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .schedule-box-date ul li dl {
    align-items: center;
  }
}
.schedule-box-date ul li dl dt p.times {
  text-align: center;
  padding: 18px 6px;
  border: solid 1px #009A53;
  border-radius: 20px;
  font-size: 16px;
  writing-mode: vertical-rl;
  color: #009A53;
}
@media screen and (max-width: 768px) {
  .schedule-box-date ul li dl dt p.times {
    padding: 5px 25px 6px;
    writing-mode: unset;
  }
}
.schedule-box-date ul li dl dt p.times span {
  text-align: center;
  text-combine-upright: all;
}
.schedule-box-date ul li dl dd {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .schedule-box-date ul li dl dd {
    gap: 2px;
  }
}
.schedule-box-date ul li dl dd .schedule-box-date-year {
  font-size: 18px;
  font-weight: bold;
}
.schedule-box-date ul li dl dd .schedule-box-date-md dl {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .schedule-box-date ul li dl dd .schedule-box-date-md dl {
    align-items: flex-end;
  }
}
.schedule-box-date ul li dl dd .schedule-box-date-md dl dt p, .schedule-box-date ul li dl dd .schedule-box-date-md dl dd p {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schedule-box-date ul li dl dd .schedule-box-date-md dl dt p, .schedule-box-date ul li dl dd .schedule-box-date-md dl dd p {
    font-size: 24px;
  }
}
.schedule-box-date ul li dl dd .schedule-box-date-md dl dt {
  display: flex;
  align-items: baseline;
}
.schedule-box-date ul li dl dd .schedule-box-date-md dl dt span {
  font-size: 64px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #F39800;
}
@media screen and (max-width: 768px) {
  .schedule-box-date ul li dl dd .schedule-box-date-md dl dt span {
    font-size: 40px;
  }
}
.schedule-box-date ul li dl dd .schedule-box-date-md dl dd {
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .schedule-box-date ul li dl dd .schedule-box-date-md dl dd {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
.schedule-box-date ul li dl dd .schedule-box-date-md dl dd em {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 4px 5px;
  width: 24px;
  border-radius: 50%;
  font-size: 16px;
  background: #F39800;
  color: #FFF;
}

.schedule-box-date-txt p {
  text-align: center;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .schedule-box-date-txt p {
    font-size: 24px;
  }
}
.schedule-box-date-txt p span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .schedule-box-date-txt p span {
    font-size: 16px;
  }
}
.schedule-box-date-txt ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.schedule-box-date-txt ul li {
  padding: 0 0 0 18px;
  text-indent: -18px;
  font-size: 12px;
  line-height: 1.6;
}
.schedule-box-date-txt ul li::before {
  content: '※';
  padding: 0 5px 0 0;
}

.schedule-box-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.schedule-box-detail dl {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .schedule-box-detail dl {
    flex-direction: column;
    gap: 5px;
  }
}
.schedule-box-detail dl dt p {
  text-align: center;
  padding: 6px 0 8px;
  width: 120px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  background: #E4E980;
  color: #009A53;
}
@media screen and (max-width: 768px) {
  .schedule-box-detail dl dt p {
    font-size: 14px;
  }
}
.schedule-box-detail dl dd p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .schedule-box-detail dl dd p {
    font-size: 16px;
  }
}
.schedule-box-detail dl dd ul {
  margin: 15px 0;
}
.schedule-box-detail dl dd ul li {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .schedule-box-detail dl dd ul li {
    flex-direction: column;
    gap: 20px;
  }
}
.schedule-box-detail dl dd ul li dl dt {
  text-align: center;
  padding: 1px 10px 3px;
  width: 70px;
  border: solid 1px #009A53;
  border-radius: 10px;
  font-size: 14px;
  color: #009A53;
}
.schedule-box-detail dl dd ul li dl dd {
  font-size: 18px;
}
.schedule-box-detail dl dd.limit {
  display: flex;
  align-items: baseline;
}
.schedule-box-detail dl dd.limit span {
  padding: 0 5px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.schedule-box-detail dl dd.map {
  position: relative;
  width: 100%;
}

.schedule-box-map {
  position: absolute;
  top: -30px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .schedule-box-map {
    position: relative;
    top: 0;
    right: 0;
    margin: 10px 0 0;
  }
}
.schedule-box-map iframe {
  width: 400px;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .schedule-box-map iframe {
    width: 100%;
    max-width: 400px;
    height: 200px;
  }
}

/* 研修カリキュラム・研修参加の効果 背景 */
.contents {
  background: url("../img/bg_contents.webp") no-repeat center top;
  background-size: cover;
}

/* 研修カリキュラム */
.curriculum-title {
  margin: 0 auto 40px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .curriculum-title {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 450px;
  }
}
.curriculum-title img {
  width: 100%;
}

.curriculum-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.curriculum-list ul li {
  position: relative;
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .curriculum-list ul li {
    width: 100%;
  }
}
.curriculum-list ul li dl dt {
  display: flex;
  gap: 15px;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  background: #009A53;
  color: #FFF338;
}
@media screen and (max-width: 768px) {
  .curriculum-list ul li dl dt {
    padding: 10px 0px 10px 15px;
  }
}
.curriculum-list ul li dl dd {
  padding: 20px;
  min-height: 195px;
  border-radius: 0 0 10px 10px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .curriculum-list ul li dl dd {
    flex-direction: column;
    align-items: unset;
    gap: 15px;
  }
}

.curriculum-list-num {
  text-align: center;
  padding: 6px 0 8px;
  width: 80px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #E4E980;
  color: #009A53;
}

.curriculum-list-date {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .curriculum-list-date {
    font-size: 18px;
  }
}
.curriculum-list-date span {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .curriculum-list-date span {
    font-size: 26px;
  }
}

.curriculum-list-txt {
  width: 100%;
}
.curriculum-list-txt ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.curriculum-list-txt ul li {
  padding: 0 0 0 22px;
  width: 100%;
  text-indent: -22px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .curriculum-list-txt ul li {
    padding: 0 0 0 18px;
    text-indent: -18px;
    font-size: 14px;
  }
}
.curriculum-list-txt ul li::before {
  content: '・';
  padding: 0 5px 0 0;
  color: #009A53;
}
.curriculum-list-txt ul li span {
  font-size: 13px;
}

.curriculum-list-img {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .curriculum-list-img {
    display: flex;
    justify-content: center;
    position: relative;
    right: 0;
  }
}
.curriculum-list-img ul {
  display: block;
}
@media screen and (max-width: 768px) {
  .curriculum-list-img ul {
    display: flex;
  }
}
.curriculum-list-img ul li:first-child {
  width: 150px;
}
.curriculum-list-img ul li:first-child img {
  border-radius: 10px;
}
.curriculum-list-img ul li:last-child {
  text-align: right;
  top: -10px;
  right: -20px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .curriculum-list-img ul li:last-child {
    top: 0;
    right: 0;
  }
}
.curriculum-list-img ul li img {
  width: auto;
  height: 100px;
}

/* 研修参加の効果 */
.effect-title {
  margin: 0 auto 20px;
  width: 360px;
}
@media screen and (max-width: 768px) {
  .effect-title {
    width: 260px;
  }
}
.effect-title img {
  width: 100%;
}

.effect-list dl {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .effect-list dl {
    flex-direction: column;
  }
}
.effect-list dl dt {
  position: relative;
  padding: 0 0 170px;
}
@media screen and (max-width: 768px) {
  .effect-list dl dt {
    padding: 0 0 120px;
  }
}
.effect-list dl dt:first-child {
  background: url("../img/bg_effect_list_1.webp") no-repeat;
  background-position: right bottom;
  background-size: 480px;
}
@media screen and (max-width: 768px) {
  .effect-list dl dt:first-child {
    background-position: center bottom;
    background-size: 300px;
  }
}
@media screen and (max-width: 768px) {
  .effect-list dl dt:first-child p {
    max-width: 105px;
  }
}
.effect-list dl dt:last-child {
  background: url("../img/bg_effect_list_2.webp") no-repeat;
  background-position: left bottom;
  background-size: 480px;
}
@media screen and (max-width: 768px) {
  .effect-list dl dt:last-child {
    background-position: center bottom;
    background-size: 300px;
  }
}
.effect-list dl dt:last-child p {
  right: 0;
}
@media screen and (max-width: 768px) {
  .effect-list dl dt:last-child p {
    max-width: 88px;
  }
}
.effect-list dl dt ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .effect-list dl dt ul {
    flex-direction: column;
    gap: 25px;
    margin: 0 0 20px;
  }
}
.effect-list dl dt ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding: 12px 10px 12px 18px;
  width: 100%;
  border: solid 1px #E4E980;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background: #FFF;
  color: #009A53;
}
@media screen and (max-width: 768px) {
  .effect-list dl dt ul li {
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
  }
}
.effect-list dl dt ul li:first-child, .effect-list dl dt ul li:last-child {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .effect-list dl dt ul li:first-child, .effect-list dl dt ul li:last-child {
    margin: 0;
  }
}
.effect-list dl dt ul li::before {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -15px;
  border: 14px solid transparent;
  border-top: 14px solid #FFF;
  z-index: 2;
}
.effect-list dl dt ul li::after {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -15px;
  border: 14px solid transparent;
  border-top: 14px solid #E4E980;
  z-index: 1;
}
.effect-list dl dt p {
  position: absolute;
  bottom: 80px;
  text-align: center;
  padding: 6px 10px 7px;
  width: 120px;
  border-radius: 20px;
  background: #009A53;
}
@media screen and (max-width: 768px) {
  .effect-list dl dt p {
    position: relative;
    bottom: -10px;
    margin: 0 auto;
  }
}

.application {
  background: #DFECC8;
}
