.mv {
  background: url("../img/mv_bg.jpg") no-repeat top center/cover; }
  .mv .mv_text {
    width: 540px; }

@media screen and (max-width: 767px) {
  .mv {
    background: url("../img/mv_bg_sp.jpg") no-repeat top center/cover; }
    .mv .mv_text {
      width: 90%; }
      .mv .mv_text h1 {
        font-size: 24px; } }
h1 {
  font-size: 1.4em; }

.list {
  padding: 0;
  margin: 0; }
  .list.disc li {
    position: relative;
    padding-left: 1.5em; }
    .list.disc li:not(:last-child) {
      margin-bottom: .5em; }
    .list.disc li:before {
      content: "";
      position: absolute;
      top: .34em;
      left: 0;
      width: 1em;
      height: 1em;
      background: #EF8125;
      border-radius: 1em; }
    .list.disc li p {
      line-height: 1.5;
      font-size: .95em;
      color: #727171; }

.box {
  padding: 1.8em;
  background: #fff;
  border-radius: .5em; }

.sec {
  padding: 40px 0; }
  .sec.bg {
    background-color:#F5F5F5 ; }
  .sec .ttl {
    margin-bottom: 2em;
    padding-bottom: 1.1em;
    position: relative;
    font-weight: 600;
    text-align: center; }
    .sec .ttl .en {
      font-family: "montserrat",sans-serif;
      font-size: .9em;
      margin-bottom: .35em;
      color: #EF8125; }
    .sec .ttl h2 {
      font-size: 1.4em;
      font-weight: 700; }
    .sec .ttl:after {
      content: "";
      position: absolute;
      background: #EF8125;
      height: 2px;
      width: 50px;
      border-radius: 5px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .sec p:not(:last-child) {
    margin-bottom: 20px; }
  .sec .card {
    border-radius: 1em;
    overflow: hidden; }
    .sec .card ._media img {
      height: 150px;
      width: 100%;
      object-fit: cover; }
    .sec .card ._body {
      padding: 1.5em; }
      .sec .card ._body ._ttl {
        text-align: center;
        font-size: 1.15em;
        margin-bottom: .9em;
        font-weight: 700; }
      .sec .card ._body ul li {
        font-size: .9em; }
  .sec._04 ul li h3 {
    margin-bottom: .6em;
    font-weight: 700; }
  .sec._04 ul li:not(:last-child) {
    margin-bottom: 1.5em; }
  .sec._05 .job_wrap {
    margin-bottom: 2em; }
  .sec._06 .flow_wrap {
    position: relative; }
    .sec._06 .flow_wrap:before {
      content: "";
      position: absolute;
      background: #EF8125;
      height: 100%;
      width: .8em;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .sec._06 .flow_wrap .row {
      position: relative;
      gap: 1.5em; }
    .sec._06 .flow_wrap img {
      width: 80%;
      margin: auto; }
  .sec._07 .schedule_wrap {
    border: 1px solid #EF8125;
    padding: 1.2em 1em .5em;
    background: #fff;
    border-radius: 1em; }
    .sec._07 .schedule_wrap ul {
      margin: 0;
      padding: 0; }
    .sec._07 .schedule_wrap li {
      display: flex;
      gap: 1em;
      padding-bottom: 1em; }
      .sec._07 .schedule_wrap li:not(:last-child) {
        margin-bottom: 1em;
        border-bottom: 1px solid #727171; }
      .sec._07 .schedule_wrap li .time {
        width: 10%;
        color: #EF8125; }
  .sec._08 .message {
    text-align: center;
    font-size: 1.2em; }
  .sec._08 .media_wrap {
    display: flex;
    column-gap: 1em;
    flex-wrap: wrap; }
    .sec._08 .media_wrap img {
      width: calc(50% - .5em);
      margin-bottom: 1em; }
  .sec._08 h3 {
    font-weight: 700; }
  @media screen and (min-width: 768px) {
    .sec {
      padding: 90px 0; }
      .sec .card {
        margin-bottom: 1.5em;
        height: 100%; }
      .sec._06 .flow_wrap:before {
        height: .8em;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .sec._06 .flow_wrap .row {
        gap: 0; }
      .sec._06 .flow_wrap img {
        width: 100%; }
      .sec._08 .box {
        max-width: 500px;
        margin: auto; }
      .sec._08 .list {
        max-width: 340px;
        margin: auto; } }
