@charset "UTF-8";

/* ==================================================

  OKB 大垣共立銀行　インターンシップLP
  /resources/css/style.css

================================================== */

/* ----------------------------------------
  Base Setting
---------------------------------------- */
body {
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9375rem;
  color: #505050;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner_w1050 {
  width: 86%;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 0;
}
section > section.inner_w1050 {
  padding: 0;
}
.inner_w800 {
  width: 86%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 0;
}

@media screen and (min-width: 769px), print {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
  .forsp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4vw;
  }
  .forpc {
    display: none;
  }
}


/* ----------------------------------------
  Header
---------------------------------------- */
.header {
  background: #fff;
}
.header_logo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header_logo {
    width: 40%;
    margin: 0 auto;
  }
}


/* ----------------------------------------
  Title
---------------------------------------- */
@media screen and (min-width: 769px), print {
  .title {
    width: 100%;
    background: url("../images/title_image__pc.jpg") center no-repeat;
    background-size: cover;
  }
  .title_logo {
    width: 70%;
    max-width: 740px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .title {
    width: 100%;
  }
}


/* ----------------------------------------
  Section Title
---------------------------------------- */
@media screen and (min-width: 769px), print {
  .sec_title {
    width: 100%;
    background: url("../images/heading_bg.png") center no-repeat;
    background-size: cover;
  }
  .sec_title > img.forpc {
    display: block;
    width: 80%;
    max-width: 1050px;
    margin: 0 auto;
  }
}


/* ----------------------------------------
  Entry Button
---------------------------------------- */
.entry_btn {
  padding-bottom: 2em;
  background: #f5f5f5;
  text-align: center;
}
.entry_btn_head {
  margin-bottom: 1em;
  font-size: 1.6em;
  color: #239125;
}
.entry_btn .button a {
  position: relative;
  font-weight: 700;
  color: #239125;
}
.entry_btn .button a span {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: right;
  font-size: 1.4em;
}

@media screen and (min-width: 769px) {
  .entry_btn .button {
    display: flex;
    justify-content: space-between;
  }
  .entry_btn .button a {
    width: 49%;
    flex: 0 0 49%;
  }
  .entry_btn .button a span {
    transform: translate(-210px, -50%);
  }
}
@media screen and (max-width: 768px) {
  .entry_btn {
    padding-bottom: 0;
  }
  .entry_btn .button a {
    display: block;
    margin-bottom: 1em;
  }
  .entry_btn .button a span {
    transform: translate(-6em, -50%);
  }
  .entry_btn .button a span img {
    width: 5.5em;
  }
}


/* ----------------------------------------
  [ABOUT]
---------------------------------------- */
.about_lead {
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  color: #239125;
}
@media screen and (max-width: 768px) {
  .about_lead {
    text-align: left;
    font-size: 1.4em;
  }
}


/* ----------------------------------------
  [PROGRAM]
---------------------------------------- */
.sec_subhead {
  margin-bottom: 2em;
  padding: 0 1em 0.25em;
  background: #239125;
  font-size: 2em;
  color: #fff;
}
.sec_subhead > * {
  display: inline-block;
  letter-spacing: 0.1em;
}
.sec_subhead small {
  margin-right: 0.5em;
  font-size: 0.625em;
}
.sec_subhead em {
  font-style: normal;
}
.days_list01 {
  line-height: 1.6;
  font-size: 1.2em;
  font-weight: 700;
}
.days_list01 li,
.days_list02 li {
  padding-left: 1em;
  text-indent: -1em;
}
.days_list01 li {
  margin: 0.1em 0;
}
.days_list01 li:before,
.days_list02 li:before {
  content: "・";
}
.days_list01 + p {
  margin-left: 1em;
}
.days_box02 {
  margin-top: 4em;
  padding: 1em 3em 2em;
  border: solid 1px #239125;
  font-weight: 700;
}
.days_box02_head {
  width: 360px;
  margin-top: -3em;
}

@media screen and (min-width: 769px), print {
  .days_wrap {
    position: relative;
    margin-bottom: 5%;
  }
  .days_line__pc {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 5%;
    width: 0;
    height: 100%;
    border-left: solid 1px #239125;
  }
  .days_inner {
    margin-left: 14.5%;
  }
  .days_head {
    margin-bottom: 2em;
  }
  .days_box01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
  }
  .days_box01 > * {
    flex: 0 0 50%;
    width: 50%;
  }
  .days_txt {
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner_w1050.days_wrap {
    width: 100%;
  }
  .sec_subhead {
    margin-bottom: 0;
    font-size: 1.8em;
  }
  .days_inner {
    width: 90%;
    margin: 7% auto;
  }
  .days_txt {
    padding: 5%;
    background: #f5f5f5;
    font-size: 0.8em;
  }
  .days_box02 {
    margin-top: 12%;
    padding: 0 5% 5%;
  }
  .days_box02_head {
    width: 100%;
    margin-top: -7%;
    margin-bottom: 2%;
  }
  .days_list02 li {
    font-size: 0.9em;
  }
}


/* ----------------------------------------
  [VOICE]
---------------------------------------- */
.voice_list dt span {
  display: block;
  margin-top: 0.5em;
}
.voice_head {
  color: #239125;
}

@media screen and (min-width: 769px), print {
  .voice_wrap {
    margin-left: 10%;
  }
  .voice_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .voice_list > * {
    margin-bottom: 5%;
  }
  .voice_list > *:last-of-type {
    margin-bottom: 0;
  }
  .voice_list dt {
    position: relative;
    flex: 0 0 20%;
    width: 20%;
    padding-right: 10%;
    color: #239125;
  }
  .voice_list dt:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 20%;
    height: 0;
    padding-top: 20%;
    background: url("../images/voice_arrow.png") center no-repeat;
    background-size: contain;
  }
  .voice_list dd {
    flex: 0 0 80%;
    width: 80%;
    padding: 2.5% 4%;
    border: solid 1px #239125;
  }
}
@media screen and (max-width: 768px) {
  .voice_list dt {
    text-align: center;
    color: #239125;
  }
  .voice_list dt > * {
    width: 30%;
    margin: 0 auto;
    text-align: left;
  }
  .voice_list dd {
    margin: 1.5em 0 3em;
    padding: 5% 7%;
    border: solid 1px #239125;
    font-size: 0.9em;
  }
  .voice_list dd:last-child {
    margin-bottom: 0;
  }
  .voice_head {
    margin-bottom: 0.5em;
  }
}


/* ----------------------------------------
  Footer
---------------------------------------- */
.footer_bg {
  background: #969696;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.footer a {
  color: #fff;
}
.contact_head img {
  max-height: 75px;
}
.contact_txt {
  margin-top: 1.5em;
  font-size: 1.6em;
}
.contact_list {
  font-size: 2.4em;
}
.contact_list li {
  display: inline-block;
  margin: 0 0.25em;
  padding-left: 1.5em;
  line-height: 1;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.contact_list li.contact_mail {
  background-image: url("../images/contact_icon_mail.png");
}
.contact_list li.contact_tel {
  background-image: url("../images/contact_icon_tel.png");
}
.contact_list li small {
  font-size: 0.6em;
}
.footer address {
  margin: 1em;
  text-align: center;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .footer .inner_w1050 {
    width: 100%;
  }
  .contact_txt {
    font-size: 1.2em;
  }
  .contact_list {
    font-size: 2em;
  }
}


