@charset "UTF-8";
/*---------------------------------------
 * 共通部分
---------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /* Animation*/
}

header .wrap {
  padding: 34px 42px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
  position: relative;
  z-index: 60;
}

@media screen and (max-width: 768px) {
  header .wrap {
    padding: 17px 16px 13px;
  }
}

header .wrap .logo {
  width: 475px;
}

@media screen and (max-width: 768px) {
  header .wrap .logo {
    width: 183px;
  }
}

header .menu-btn {
  width: 38px;
  position: absolute;
  right: 42px;
  top: 27px;
}

@media screen and (max-width: 768px) {
  header .menu-btn {
    width: 32px;
    right: 16px;
    top: 16px;
  }
}

header .menu-btn .word {
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 6px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  header .menu-btn .word {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}

header .menu-btn.on .word {
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  header .menu-btn.on .word {
    letter-spacing: 0px;
  }
}

header .menu-trigger,
header .menu-trigger span {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .menu-trigger {
  position: relative;
  width: 100%;
  height: 24px;
}

@media screen and (max-width: 768px) {
  header .menu-trigger {
    height: 17px;
  }
}

header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #231815;
}

header .menu-trigger span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}

header .menu-trigger span:nth-of-type(2) {
  top: 11px;
}

@media screen and (max-width: 768px) {
  header .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
}

header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
}

header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 50%;
}

header .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 50%;
}

header .menu-content {
  visibility: hidden;
  background: #e5f4f2;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  padding-top: 88.25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: scroll;
}

header .menu-content .inner {
  width: calc(100% - 32px);
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 82px;
  background: transparent;
  padding-top: 25px;
  padding-bottom: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  header .menu-content .inner {
    padding: 0;
  }
}

header .menu-content .inner .toppage-btn {
  width: 80px;
  margin: 0 auto 25px;
}

header .menu-content .inner .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  header .menu-content .inner .page-list {
    display: block;
  }
}

header .menu-content .inner .page-list li {
  width: 48.5%;
  margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
  header .menu-content .inner .page-list li {
    width: 100%;
  }
}

main {
  margin-top: 88.28px;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 58.92px;
  }
}

footer {
  padding-top: 180px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 60px;
  }
}

footer .logo {
  width: 140px;
  margin: 0 auto 20px;
}

footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

/*---------------------------------------
 * TOP
---------------------------------------*/
.top .mv-sec {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top .mv-sec {
    height: auto;
  }
}

.top .mv-sec .inner {
  width: calc(100% - 84px);
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .mv-sec .inner {
    width: 100%;
    pointer-events: none;
  }
}

.top .mv-sec .inner .site-title {
  width: 100%;
}

.top .mv-sec .inner figure {
  width: 67.3499%;
  position: absolute;
  right: 0;
  top: calc(50% + 0vh);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .top .mv-sec .inner figure {
    display: none;
  }
}

.top .special-list li {
  margin-bottom: 40px;
}

.top .special-list li:last-child {
  margin-bottom: 0;
}

.top .intro-sec {
  padding: 90px 0 80px;
}

@media screen and (max-width: 768px) {
  .top .intro-sec {
    padding: 45px 0;
  }
}

.top .intro-sec.contents-sec {
  padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .top .intro-sec.contents-sec {
    padding: 0 0 60px;
  }
}

.top .special-list li {
  margin-bottom: 30px;
}

.top .intro-sec .inner {
  width: calc(100% - 32px);
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top .intro-sec .inner {
    width: 100%;
  }
}

.top .intro-sec .inner .message {
  font-size: 1.8rem;
  line-height: 2.6;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .intro-sec .inner .message {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0px;
    text-align: left;
    margin-left: 25vw
  }
}

@media screen and (max-width: 700px) {
  .top .intro-sec .inner .message {
    margin-left: 20vw
  }
}

@media screen and (max-width: 600px) {
  .top .intro-sec .inner .message {
    margin-left: 15vw
  }
}

@media screen and (max-width: 500px) {
  .top .intro-sec .inner .message {
    margin-left: 10vw
  }
}

@media screen and (max-width: 450px) {
  .top .intro-sec .inner .message {
    margin-left: 5vw
  }
}

@media screen and (max-width: 400px) {
  .top .intro-sec .inner .message {
    margin-left: 10px
  }
}

.filed-map {
  background-color: #7CBBF2;
  max-width: 992px;
  margin: 145px auto 0;
  border-radius: 20px;
  position: relative;
  padding-bottom: 66px;
}

@media screen and (max-width: 768px) {
  .filed-map {
    border-radius: 0;
  }
}

.filed-map-inner {
  max-width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .filed-map-inner {
    width: 86.6%;
  }
}

@media screen and (max-width: 768px) {
  .filed-map-inner {
    width: calc(100% - 32px);
  }
}

.filed-map-intro {
  padding-top: 445px;
}

@media screen and (max-width: 768px) {
  .filed-map-intro {
    padding-top: 0;
  }
}

.filed-map-intro figure {
  position: absolute;
  top: -3%;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .filed-map-intro figure {
    position: relative;
  }
}

.filed-map-intro figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .filed-map-intro figure img {
    margin-top: -18%;
  }
}

.filed-map-list {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  position: relative;
  z-index: 9;
  margin-top: 112px;
}

@media screen and (max-width: 768px) {
  .filed-map-list {
    margin-top: 20px;
  }
}

.filed-map-list li {
  max-width: 276px;
  width: 27vw;
  background-color: #7CBBF2;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, .1);
  border-radius: 8px;
  padding: 20px 0;
  margin: 0 0 16px 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .filed-map-list li {
    width: 44vw;
    max-width: 44vw;
    min-width: 160px;
    margin: 0 0 3vw 0;
    padding: 12px 0;
  }
}
@media screen and (max-width: 375px) {
  .filed-map-list li {
    min-width: 135px;
  }
}

.filed-map-list li:nth-child(4) {
  margin-right: 0;
}

.filed-map-list li:hover {
  background-color: #409CED;
}

.filed-map-list li h3 {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.4;
  flex-basis: 135px;
}

@media screen and (max-width: 768px) {
  .filed-map-list li h3 {
    font-size: 1.3rem;
  }
}

.filed-map-list .filed-map-list-ttl {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
}

@media screen and (max-width: 768px) {
  .filed-map-list .filed-map-list-ttl {
    padding: 15px 12px 0;
  }
}

.filed-map-list .filed-map-list-btn {
  align-self: center;
}

.filed-map-list .filed-map-list-btn {
  width: 24px;
}

/* modal */

.filed-map-list .modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 0;
  text-align: center
}

.filed-map-list .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.filed-map-list .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.filed-map-list .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.filed-map-list .modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding: 10vw 40px;
  vertical-align: middle;
  max-height: 100vh;
}

@media screen and (max-width: 768px) {
  .filed-map-list .modal-wrapper .modal-window {
    overflow: auto;
    overflow: scroll;
    padding: 80px 16px 160px;
  }
}

.filed-map-list .modal-wrapper .modal-window .modal-content {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}

.filed-map-list .modal-wrapper .modal-window .modal-content figure {
  width: 46.8%;
}

@media screen and (max-width: 768px) {
  .filed-map-list .modal-wrapper .modal-window .modal-content figure {
    width: 100%;
  }
}

.filed-map-list .modal-wrapper .modal-window .modal-content .modal-content-info {
  max-width: 34.9%;
}

@media screen and (max-width: 768px) {
  .filed-map-list .modal-wrapper .modal-window .modal-content .modal-content-info {
    max-width: 100%;
  }
}

.filed-map-list .modal-wrapper .modal-window .modal-content .modal-content-info h3 {
  font-size: 2.4rem;
  letter-spacing: .08em;
  line-height: 1.95em;
  margin-bottom: 10px;
  color: #FFF;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .filed-map-list .modal-wrapper .modal-window .modal-content .modal-content-info h3 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}

.filed-map-list .modal-wrapper .modal-window .modal-content .modal-content-info p {
  color: #FFF;
  line-height: 1.73;
  font-size: 1.5rem;
}

.filed-map-list .modal-wrapper .modal-window .modal-content .modal-content-info div {
  background-color: rgba(255, 255, 255, .16);
  margin-top: 25px;
  padding: 20px 16px;
}

.filed-map-list .modal-wrapper .modal-window .modal-content .modal-content-info p {
  color: #FFF;
  line-height: 1.73;
  font-size: 1.5rem;
}

.filed-map-list .modal-wrapper .modal-window .modal-content .modal-content-info p span {
  color: #FFF;
  line-height: 1.6;
  font-size: 1.3rem;
  padding-top: 5px;
}

.filed-map-list .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/common/bg_modal.png) no-repeat center top;
  background-size: cover;
}

.filed-map-list .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  background: url(../../assets/img/top/btn_close.png) no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .filed-map-list .modal-wrapper .modal-close {
    position: unset;
    display: block;
    margin: 40px auto;
  }
}

.filed-map-list .modal-wrapper .modal-close:hover {
  background: url(../../assets/img/top/btn_close_hover.png) no-repeat center top;
  background-size: contain;
}

.career-edu {
  background-color: #FFF;
  border-radius: 10px;
  padding-bottom: 40px;
  width: 100%;
  margin: 60px auto 0;
}

.career-edu-inner {
  max-width: 714px;
  margin: 0 auto;
  padding: 0 12px;
}

.career-edu h2 {
  color: #409CED;
  font-size: 2.4rem;
  border: 2px solid #409CED;
  border-radius: 8px;
  max-width: 79.5%;
  background-color: #FFF;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.95;
  position: relative;
  top: -30px;
}

@media screen and (max-width: 768px) {
  .career-edu h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.career-edu-cont {
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .career-edu-cont.pc_view {
    display: flex;
  }

  .career-edu-cont.sp_view {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .career-edu-cont.pc_view {
    display: none;
  }

  .career-edu-cont.sp_view {
    display: block;
  }
}

.career-edu-item {
  border: 2px solid #59B0E3;
  border-radius: 8px;
  padding: 32px;
  background-color: #FFF;
  width: 48.8%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .career-edu-item {
    padding: 32px 12px;
    width: 100%;
  }
}

.career-edu-item::after {
  display: block;
  content: "";
  background: url(../../assets/img/top/icn_arrow01.png) no-repeat center top;
  background-size: contain;
  width: 69px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  right: 80px;
}

.career-edu-item:last-child:after {
  left: 80px;
  right: inherit;
}

@media screen and (max-width: 768px) {
  .career-edu-item:last-child:after {
    left: calc(50% - 40px);
  }
}

.career-edu-item h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #409CED;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .career-edu-item-bottom {
    border-top: 2px solid #7CBBF2;
    margin-top: 32px;
    padding-top: 32px;
  }

  .career-edu-item h3 {
    font-size: 1.6rem;
  }
}

.career-edu-item p {
  font-size: 1.5rem;
  line-height: 1.73;
  color: #555555;
}

@media screen and (max-width: 768px) {
  .career-edu-item p {
    font-size: 1.3rem;
    line-height: 1.46;
  }
}

.career-edu h4 {
  color: #409CED;
  font-size: 2.4rem;
  letter-spacing: .08em;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 74px;
}

@media screen and (max-width: 768px) {
  .career-edu h4 {
    font-size: 2rem;
  }
}

.pharmacist-interview {
  max-width: 992px;
}

.pharmacist-interview .message-title {
  max-width: 754px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .pharmacist-interview .message-title {
    width: 82%;
    margin: 0 16px 40px;
  }
}

.pharmacist-interview-item {
  position: relative;
  padding: 20px 0 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .pharmacist-interview-item {
    padding: 16px 16px 40px;
    margin-bottom: 0;
  }

  .pharmacist-interview-item.item01 {
    background-color: #EBACA2;
  }

  .pharmacist-interview-item.item02 {
    background-color: #ECBC53;
  }

  .pharmacist-interview-item.item03 {
    background-color: #77CADA;
  }
}

@media screen and (max-width: 768px) {
  .interview-sp-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.pharmacist-interview-item h3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 91px;
}

@media screen and (max-width: 768px) {
  .pharmacist-interview-item h3 {
    position: unset;
    width: 80px;
    padding-top: 32px;
  }
}

.pharmacist-interview-item.item02 h3 {
  right: auto;
  left: 0;
}

.pharmacist-interview-item figure {
  overflow: hidden;
  max-width: 707px;
  max-height: 400px;
  margin: 0 66px 0 auto;
}

@media screen and (max-width: 768px) {
  .pharmacist-interview-item figure {
    margin: 0 !important;
  }
}

.pharmacist-interview-item.item02 figure {
  margin: 0 auto 0 66px;
}

.pharmacist-interview-item figure img {
  transition-duration: 0.3s;
}

.pharmacist-interview-item:hover figure img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}




.pharmacist-interview-item .interview-text {
  max-width: 431px;
  padding: 65px 48px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .pharmacist-interview-item .interview-text {
    position: unset;
    padding: 32px 0 20px;
  }
}

.pharmacist-interview-item.item02 .interview-text {
  left: auto;
  right: 0;
}

.pharmacist-interview-item.item01 .interview-text {
  background-color: #EBACA2;
}

.pharmacist-interview-item.item01:hover .interview-text {
  background-color: #DF706A;
}

@media screen and (max-width: 768px) {
  .pharmacist-interview-item.item01:hover .interview-text {
    background-color: #EBACA2;
  }
}

.pharmacist-interview-item.item02 .interview-text {
  background-color: #ECBC53;
}

.pharmacist-interview-item.item02:hover .interview-text {
  background-color: #D98302;
}

@media screen and (max-width: 768px) {
  .pharmacist-interview-item.item02:hover .interview-text {
    background-color: #ECBC53;
  }
}

.pharmacist-interview-item.item03 .interview-text {
  background-color: #77CADA;
}

.pharmacist-interview-item.item03:hover .interview-text {
  background-color: #00B4CC;
}

@media screen and (max-width: 768px) {
  .pharmacist-interview-item.item03:hover .interview-text {
    background-color: #77CADA;
  }
}

.pharmacist-interview-item .interview-text p {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #FFF;
  letter-spacing: .08em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .pharmacist-interview-item .interview-text p {
    font-size: 2rem;
  }
}

.pharmacist-interview-item .interview-text p span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.pharmacist-event-report {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .pharmacist-event-report {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .event-report-top {
    padding: 60px 16px 16px;
  }
}

.event-report-inbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .event-report-inbox {
    flex-wrap: wrap;
  }
}

.event-report-top {
  width: 59%;
}

@media screen and (max-width: 768px) {
  .event-report-top {
    width: 100%;
  }
}

.event-report-top h2 {
  width: 50%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .event-report-top h2 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.img-event-report01 {
  width: 96%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .img-event-report01 {
    width: 100%;
    margin-bottom: 0;
  }
}

.text-event-report {
  width: 96%;
  font-size: 1.5rem;
  line-height: 1.73;
  color: #555555;
  padding-left: 48px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .text-event-report {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

.event-report-photo01 {
  position: relative;
  padding-left: 48px;
}

@media screen and (max-width: 768px) {
  .event-report-photo01 {
    padding-left: 0;
  }
}

.po-event-report01 {
  position: absolute;
  top: 161px;
  left: 0;
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .po-event-report01 {
    top: 20px;
    left: -8px;
  }
}

.po-event-report02 {
  position: absolute;
  bottom: 65px;
  right: 0;
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .po-event-report02 {
    right: -8px;
  }
}

.event-report-bottom {
  width: 39%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .event-report-bottom {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

.img-event-report02 {
  max-width: 334px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .img-event-report02 {
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.img-event-report03 {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .img-event-report03 {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

.po-event-report03 {
  position: absolute;
  top: 409px;
  right: 0;
  max-width: 162px;
}

@media screen and (max-width: 768px) {
  .po-event-report03 {
    top: 381px;
  }
}

.po-event-report04 {
  position: absolute;
  top: 605px;
  left: 128px;
  max-width: 206px;
}

@media screen and (max-width: 768px) {
  .po-event-report04 {
    top: auto;
    bottom: 62px;
  }
}

@media screen and (max-width: 768px) {
  .pharmacist-speaker {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

.speaker-ttl {
	display: flex;
	align-items: center;
  color: #00967B;
  font-size: 1.5rem;
  line-height: 2.5;
  letter-spacing: .08em;
  margin-bottom: 40px;
  font-weight: 500;
}

.speaker-ttl:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}

.speaker-ttl:after {
	margin-left: 24px;
	background: #00967B;
}

.speaker-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .speaker-list {
    flex-wrap: wrap;
  }
}

.speaker-list-item {
  max-width: 263px;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .speaker-list-item {
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .speaker-list-item:last-child {
    margin-bottom: 0;
  }
}

.speaker-list-item p {
  font-size: 1.5rem;
  padding-bottom: 30px;
  font-weight: 500;
  line-height: 1.4;
}

.speaker-list-item div {
  display: flex;
  flex-wrap: wrap;
  width: 133px;
}

.speaker-list-item h4 {
  font-size: 1.5rem;
  font-weight: 500;
  align-self: center;
}

.speaker-list-item h4 strong {
  font-size: 1.8rem;
}

.speaker-list-item h4 span {
  font-size: 1.2rem;
  color: #555555;
  line-height: 1.5;
  padding-bottom: 4px;
  display: block;
}

.speaker-list-item figure {
  width: 124px;
}

.pharmacist-dream {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .pharmacist-dream {
    padding: 60px 16px 0;
    box-sizing: border-box;
    width: 100%;
  }
}

.pharmacist-dream h2 {
  max-width: 604px;
  margin-bottom: 60px;
}

.dream-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .dream-list {
    flex-wrap: wrap;
  }
}

.dream-list-item {
  max-width: 320px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .dream-list-item {
    max-width: 100%;
  }
}

.dream-list-item:nth-child(2) {
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .dream-list-item:nth-child(2) {
    margin-top: 50px;
  }
}

.dream-list-item:nth-child(3) {
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  .dream-list-item:nth-child(3) {
    margin: 50px 0 20px;
  }
}

.dream-list-item:hover .dream-list-btn span::before {
  background-color: #00967B;
}

.dream-list-item:hover .dream-list-btn span::after {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.dream-list-item h3 {
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
}

.dream-list-item figure {
  max-width: 320px;
  max-height: 400px;
  overflow: hidden;
  will-change: transform;
  border-radius: 50vw;
}

@media screen and (max-width: 768px) {
  .dream-list-item figure {
    max-width: 100%;
    max-height: initial;
  }
}

.dream-list-item figure img {
  transition-duration: 0.3s;
}

.dream-list-item:hover figure img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.dream-list-item p {
  font-family: 'Shippori Mincho', serif;
  margin-top: 26px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.dream-list-item p strong {
  font-size: 1.8rem;
}

.dream-list-item p span {
  font-size: 1.2rem;
  color: #999999;
  display: block;
  font-weight: 500;
  letter-spacing: .06em;
  padding-top: 8px;
}

.dream-list-btn {
  text-align: center;
  margin-top: 40px;
}

.dream-list-btn span{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  width: 40px;
}
.dream-list-btn span::before,
.dream-list-btn span::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.dream-list-btn span::before {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #00967B;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.dream-list-btn span::after {
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #00967B;
  border-right: 2px solid #00967B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lower .pharmacist-dream {
  border-top: 1px solid #D3D3D3;
  padding-top: 80px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .lower .pharmacist-dream {
    padding: 60px 0 0;
    margin-top: 60px;
  }
}

.lower .dream-list-item:nth-child(2) {
  margin-top: 0;
}

.lower .dream-list-item:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .dream-list-item {
    margin-bottom: 30px;
  }

  .lower .dream-list-item:nth-child(3) {
    margin-bottom: 0;
  }

  .lower .dream-list-item a {
    display: flex;
  }

  .lower .dream-list-item figure {
    max-width: 160px;
  }

  .lower .dream-sp-box {
    padding-left: 24px;
  }

  .lower .dream-list-item p {
    margin-top: 0;
    text-align: left;
  }

  .lower .dream-list-item .dream-tag {
    margin-top: 20px;
  }

  .lower .dream-list-btn {
    text-align: left;
  }
}

.pharmacist-field {
  max-width: 992px;
}

@media screen and (max-width: 768px) {
  .pharmacist-field {
    margin-top: 60px;
  }
}

.pharmacist-field-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .pharmacist-field-list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.pharmacist-field {
  max-width: 992px;
}

@media screen and (max-width: 768px) {
  .pharmacist-field {
    margin-top: 60px;
  }
}

.pharmacist-field-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .pharmacist-field-list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.pharmacist-field-item {
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .pharmacist-field-item {
    max-width: 100%;
    width: 100%;
    padding: 20px 16px;
    border-top: 1px solid #D3D3D3;
  }

  .othercontents-sec .pharmacist-field-item {
    padding: 20px 0;
  }

  .pharmacist-field-item:last-child {
    border-bottom: 1px solid #D3D3D3;
  }
}

@media screen and (max-width: 768px) {
  .pharmacist-field-item a {
    display: flex;
  }
}

.pharmacist-field-item figure {
  max-width: 320px;
  max-height: 320px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pharmacist-field-item figure {
    max-width: 132px;
  }
}

.pharmacist-field-item figure img {
  transition-duration: 0.3s;
}

.pharmacist-field-item:hover figure img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
  .field-sp-box {
    padding-left: 16px;
  }
}

.pharmacist-field-item h3 {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: .08em;
  line-height: 2.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pharmacist-field-item h3 {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 0;
  }
}

.pharmacist-field-item.item04 h3 {
  color: #4A8754;
}

.pharmacist-field-item.item05 h3 {
  color: #48868D;
}

.pharmacist-field-item.item06 h3 {
  color: #AC5B3B;
}

.pharmacist-field-item p {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .pharmacist-field-item p {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 0;
  }
}

.interview-link {
  text-align: right;
  margin: 28px 66px 0 0;
}

@media screen and (max-width: 768px) {
  .interview-link {
    text-align: left;
    margin: 20px 0 0 0 !important;
  }
}

.pharmacist-field-item .interview-link {
  text-align: center;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .pharmacist-field-item .interview-link {
    text-align: left;
    margin: 10px 0 0 0;
  }
}

.item02 .interview-link {
  text-align: left;
  margin: 28px 0 0 66px;
}

.interview-link-btn {
  font-size: 1.5rem;
  text-decoration: underline;
}

.pharmacist-field-item .interview-link-btn {
  text-decoration: none;
}

.item01 .interview-link-btn {
  color: #EBACA2;
}

.item01:hover .interview-link-btn {
  color: #DF706A;
}

@media screen and (max-width: 768px) {
  .item01:hover .interview-link-btn {
    color: #FFF;
  }
}

.item02 .interview-link-btn {
  color: #ECBC53;
}

.item02:hover .interview-link-btn {
  color: #D98302;
}

@media screen and (max-width: 768px) {
  .item02:hover .interview-link-btn {
    color: #FFF;
  }
}

.item03 .interview-link-btn {
  color: #77CADA;
}

.item03:hover .interview-link-btn {
  color: #00B4CC;
}

@media screen and (max-width: 768px) {
  .item03:hover .interview-link-btn {
    color: #FFF;
  }
}

.item04 .interview-link .interview-link-btn {
  color: #4A8754;
}

.item05 .interview-link .interview-link-btn {
  color: #48868D;
}

.item06 .interview-link .interview-link-btn {
  color: #AC5B3B;
}

@media screen and (max-width: 768px) {
  .item01 .interview-link-btn,
  .item02 .interview-link-btn,
  .item03 .interview-link-btn {
    color: #FFF;
  }
}

.interview-link .icn-arrow {
  position: relative;
  display: inline-block;
  padding: 0 60px 0 0;
  vertical-align: middle;
}

.interview-link .icn-arrow::before,
.interview-link .icn-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.interview-link .icn-arrow::before {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.interview-link .icn-arrow::after {
  right: 16px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.item01 .interview-link .icn-arrow::before {
  border: 1px solid #EBACA2;
}

.item01:hover .interview-link .icn-arrow::before {
  border: 1px solid #DF706A;
  background-color: #DF706A;
}

@media screen and (max-width: 768px) {
  .item01:hover .interview-link .icn-arrow::before {
    border: 1px solid #FFF;
    background-color: transparent;
  }
}

.item02 .interview-link .icn-arrow::before {
  border: 1px solid #ECBC53;
}

.item02:hover .interview-link .icn-arrow:before {
  border: 1px solid #D98302;
  background-color: #D98302;
}

@media screen and (max-width: 768px) {
  .item02:hover .interview-link .icn-arrow::before {
    border: 1px solid #FFF;
    background-color: transparent;
  }
}

.item03 .interview-link .icn-arrow::before {
  border: 1px solid #77CADA;
}

.item03:hover .interview-link .icn-arrow:before {
  border: 1px solid #00B4CC;
  background-color: #00B4CC;
}

@media screen and (max-width: 768px) {
  .item03:hover .interview-link .icn-arrow::before {
    border: 1px solid #FFF;
    background-color: transparent;
  }
}

.item04 .interview-link .icn-arrow::before {
  border: 1px solid #4A8754;
}

.item05 .interview-link .icn-arrow::before {
  border: 1px solid #48868D;
}

.item06 .interview-link .icn-arrow::before {
  border: 1px solid #AC5B3B;
}

.item01 .interview-link .icn-arrow::after {
  border-top: 2px solid #EBACA2;
  border-right: 2px solid #EBACA2;
}

.item02 .interview-link .icn-arrow::after {
  border-top: 2px solid #ECBC53;
  border-right: 2px solid #ECBC53;
}

.item03 .interview-link .icn-arrow::after {
  border-top: 2px solid #77CADA;
  border-right: 2px solid #77CADA;
}

.item01:hover .interview-link .icn-arrow:after,
.item02:hover .interview-link .icn-arrow:after,
.item03:hover .interview-link .icn-arrow:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.item04 .interview-link .icn-arrow::after {
  border-top: 2px solid #4A8754;
  border-right: 2px solid #4A8754;
}

.item05 .interview-link .icn-arrow::after {
  border-top: 2px solid #48868D;
  border-right: 2px solid #48868D;
}

.item06 .interview-link .icn-arrow::after {
  border-top: 2px solid #AC5B3B;
  border-right: 2px solid #AC5B3B;
}

@media screen and (max-width: 768px) {
  .item01 .interview-link .icn-arrow::before,
  .item02 .interview-link .icn-arrow::before,
  .item03 .interview-link .icn-arrow::before {
    color: #FFF;
    border: 1px solid #FFF;
  }

  .item01 .interview-link .icn-arrow::after,
  .item02 .interview-link .icn-arrow::after,
  .item03 .interview-link .icn-arrow::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }

  .pharmacist-field-item .interview-link .icn-arrow::before {
    border: none;
  }
}

.top .contents-sec .inner .sec-title {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top .contents-sec .inner .sec-title {
    margin-bottom: 25px;
  }
}

.top .contents-sec .inner .sec-title::after {
  content: '';
  display: block;
  width: 188px;
  height: 1px;
  background: #231815;
  margin: 25px auto 0;
}

@media screen and (max-width: 768px) {
  .top .contents-sec .inner .sec-title::after {
    width: 94px;
  }
}

.top .contents-sec .inner .sec-title .icon {
  width: 26px;
  margin: 0 auto 20px;
}

.top .contents-sec .inner .sec-title .title {
  text-align: center;
  letter-spacing: 6px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .top .contents-sec .inner .sec-title .title {
    letter-spacing: 3px;
    font-size: 1.4rem;
  }
}

.top .contents-sec .inner .contents-list {
  background: #e5f4f2;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .top .contents-sec .inner .contents-list {
    padding-bottom: 50px;
  }
}

.top .contents-sec .inner .contents-list li {
  width: calc(100% - 32px);
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .top .contents-sec .inner .contents-list li {
    padding-top: 50px;
  }
}

.top .contents-sec .inner .contents-list li .midashi {
  width: 320px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 2.7rem;
  text-align: center;
  padding: 10px 0;
  border-radius: 50px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .top .contents-sec .inner .contents-list li .midashi {
    width: 270px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.top .contents-sec .inner .contents-list li .midashi.mirai {
  background: #006049;
}

.top .contents-sec .inner .contents-list li .midashi.zensen {
  background: #dd6a47;
}

.top .contents-sec .inner .contents-list li .midashi.yorisou {
  background: #006280;
}

.top .contents-sec .inner .contents-list li .read {
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .top .contents-sec .inner .contents-list li .read {
    letter-spacing: 1px;
  }
}

.top .contents-sec .inner .contents-list li .banner {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top .contents-sec .inner .contents-list li .banner {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}

.top .contents-sec .inner .contents-list li .banner img.text {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.top .contents-sec .inner .contents-list li .banner img.bg {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.top .contents-sec .inner .contents-list li .banner:hover .bg {
  -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}

.top .salary-sec {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .top .salary-sec {
    padding-top: 30px;
  }
}

.top .salary-sec .inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 860px;
}

.top .salary-sec .inner .sec-title {
  font-size: 4rem;
  letter-spacing: 10px;
  font-weight: 700;
  text-align: center;
  color: #00967b;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner .sec-title {
    margin-bottom: 25px;
  }
}

.top .salary-sec .inner .sec-title span {
  display: inline-block;
  font-size: 3.2rem;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner .sec-title {
    font-size: 2.1rem;
    letter-spacing: 2px;
  }
  .top .salary-sec .inner .sec-title span {
    font-size: 1.8rem;
  }
}

.top .salary-sec .inner .sec-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00967b;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner .sec-title::before {
    content: none;
  }
}

.top .salary-sec .inner .sec-title p {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.top .salary-sec .inner .chart {
  max-width: 700px;
  margin: 0 auto;
}

.top .salary-sec .inner .chart .midashi {
  font-size: 2.2rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner .chart .midashi {
    font-size: 1.6rem;
    letter-spacing: 0px;
  }
}

.top .salary-sec .inner .chart .list-style::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00967b;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner .chart .list-style::before {
    width: 7px;
    height: 7px;
    margin-right: 5px;
    top: -3px;
  }
}

.top .salary-sec .inner figure {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner figure {
    margin-bottom: 40px;
  }
}

.top .salary-sec .inner figure figcaption {
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner figure figcaption {
    margin-top: 10px;
    font-size: 1rem;
  }
}

.top .salary-sec .inner .fukidashi {
  position: relative;
}

.top .salary-sec .inner .fukidashi::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 50px 25px;
  border-color: transparent transparent #00967b transparent;
}

.top .salary-sec .inner .column {
  background: #00967b;
  color: #ffffff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner .column {
    padding: 20px 15px;
    border-radius: 10px;
  }
}

.top .salary-sec .inner .column .komidashi {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner .column .komidashi {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.top .salary-sec .inner .column .read {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .top .salary-sec .inner .column .read {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.top .become-sec {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .top .become-sec {
    padding-top: 50px;
  }
}

.top .become-sec .inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 860px;
}

.top .become-sec .inner .sec-title {
  font-size: 4rem;
  letter-spacing: 10px;
  font-weight: 700;
  text-align: center;
  color: #00967b;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .sec-title {
    margin-bottom: 25px;
  }
}

.top .become-sec .inner .sec-title span {
  display: inline-block;
  font-size: 3.2rem;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .sec-title {
    font-size: 2.1rem;
    letter-spacing: 2px;
  }
  .top .become-sec .inner .sec-title span {
    font-size: 1.8rem;
  }
}

.top .become-sec .inner .sec-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00967b;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .sec-title::before {
    content: none;
  }
}

.top .become-sec .inner .sec-title p {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.top .become-sec .inner .read {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  color: #00967b;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .read {
    margin-bottom: 30px;
    font-size: 1.35rem;
  }
}

.top .become-sec .inner .read .line {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f0f0bf));
  background: linear-gradient(transparent 60%, #f0f0bf 60%);
}

.top .become-sec .inner .flex-box {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.top .become-sec .inner .flex-box .box-1 {
  width: 113px;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-1 {
    width: 56px;
  }
}

.top .become-sec .inner .flex-box .box-2 {
  width: calc(100% - 113px);
  padding-left: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 {
    width: calc(100% - 56px);
    padding-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul.list1 {
    position: absolute;
    top: 0;
    left: 17px;
  }
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul.list2 {
    position: absolute;
    top: 50%;
    left: 17px;
  }
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul li {
    margin-bottom: 20px;
  }
}

.top .become-sec .inner .flex-box .box-2 ul li dl {
  border: 1px solid #00967b;
  background: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul li dl {
    padding: 7px;
    line-height: 1.45;
    margin-bottom: 10px;
  }
}

.top .become-sec .inner .flex-box .box-2 ul li dl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  width: 17px;
  height: 1px;
  background: #00967b;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul li dl::before {
    width: 10px;
  }
}

.top .become-sec .inner .flex-box .box-2 ul li dl:nth-last-of-type(2)::before {
  width: 35px;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul li dl:nth-last-of-type(2)::before {
    width: 18px;
  }
}

.top .become-sec .inner .flex-box .box-2 ul li dl::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -17px;
  width: 1px;
  height: 50%;
  background: #00967b;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul li dl::after {
    left: -10px;
  }
}

.top .become-sec .inner .flex-box .box-2 ul li dl:nth-of-type(2)::after {
  top: -25px;
  height: calc(100% + 50px);
}

.top .become-sec .inner .flex-box .box-2 ul li dl:nth-last-of-type(1)::after {
  top: 0%;
}

.top .become-sec .inner .flex-box .box-2 ul li dl dt {
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul li dl dt {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 ul li dl dd {
    font-size: 1.3rem;
    text-align: justify;
  }
}

.top .become-sec .inner .flex-box .box-2 small {
  display: block;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .top .become-sec .inner .flex-box .box-2 small {
    font-size: 1rem;
    margin-top: -10px;
    position: absolute;
    bottom: 0;
    left: 17px;
  }
}

.top .pass-sec {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .top .pass-sec {
    padding-top: 50px;
  }
}

.top .pass-sec .inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 860px;
}

.top .pass-sec .inner .sec-title {
  font-size: 4rem;
  letter-spacing: 6px;
  font-weight: 700;
  text-align: center;
  color: #00967b;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner .sec-title {
    margin-bottom: 25px;
  }
}

.top .pass-sec .inner .sec-title span {
  display: inline-block;
  font-size: 3.2rem;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner .sec-title {
    font-size: 2.1rem;
    letter-spacing: 2px;
  }
  .top .pass-sec .inner .sec-title span {
    font-size: 1.8rem;
  }
}

.top .pass-sec .inner .sec-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00967b;
}

.top .pass-sec .inner .sec-title p {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner .sec-title p {
    padding: 0;
  }
}

.top .pass-sec .inner .chart {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner .chart {
    width: 100%;
  }
}

.top .pass-sec .inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.top .pass-sec .inner .table-wrap {
  width: 100%;
}

.top .pass-sec .inner table {
  width: 31%;
  font-size: 1.6rem;
  line-height: 1.4;
  border-collapse: separate;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner table {
    width: 100%;
    margin-bottom: 40px;
  }
}

.top .pass-sec .inner table tr:last-of-type td:nth-of-type(1) {
  border-radius: 0 0 0 15px;
  border-bottom: 1px solid #00967b;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner table tr:last-of-type td:nth-of-type(1) {
    border-radius: 0 0 0 10px;
  }
}

.top .pass-sec .inner table tr:last-of-type td:last-of-type {
  border-radius: 0 0 15px 0;
  border-bottom: 1px solid #00967b;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner table tr:last-of-type td:last-of-type {
    border-radius: 0 0 10px 0;
  }
}

.top .pass-sec .inner table tr.highlight td {
  background: #f0f0bf;
  color: #00967b;
  font-weight: 700;
}

.top .pass-sec .inner table th {
  background: #00967b;
  text-align: center;
  padding: 5px 0;
  color: #ffffff;
}

.top .pass-sec .inner table th:first-child {
  border-radius: 15px 0 0 0;
  border-right: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner table th:first-child {
    border-radius: 10px 0 0 0;
  }
}

.top .pass-sec .inner table th:last-child {
  border-radius: 0 15px 0 0;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner table th:last-child {
    border-radius: 0 10px 0 0;
  }
}

.top .pass-sec .inner table td {
  border: 1px solid #00967b;
  text-align: center;
  line-height: 1.4;
  padding: 3px 0;
  border-bottom: none;
}

.top .pass-sec .inner table td:nth-of-type(2) {
  border-left: none;
}

.top .pass-sec .inner .fukidashi {
  position: relative;
}

.top .pass-sec .inner .fukidashi::before {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  z-index: -1;
  border-style: solid;
  border-width: 0 25px 50px 25px;
  border-color: transparent transparent #f0f0bf transparent;
}

.top .pass-sec .inner .column {
  max-width: 700px;
  background: #f0f0bf;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner .column {
    padding: 20px 15px;
    border-radius: 10px;
  }
}

.top .pass-sec .inner .column .komidashi {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #00967b;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner .column .komidashi {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.top .pass-sec .inner .column .read {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner .column .read {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.top .pass-sec .inner small {
  display: block;
  margin-top: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .top .pass-sec .inner small {
    font-size: 1rem;
  }
}

.top .support-sec {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .top .support-sec {
    padding-top: 50px;
  }
}

.top .support-sec .inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 860px;
}

.top .support-sec .inner .sec-title {
  font-size: 4rem;
  letter-spacing: 6px;
  font-weight: 700;
  text-align: center;
  color: #00967b;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .sec-title {
    margin-bottom: 25px;
  }
}

.top .support-sec .inner .sec-title span {
  display: inline-block;
  font-size: 3.2rem;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .sec-title {
    font-size: 2.1rem;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .top .support-sec .inner .sec-title span {
    font-size: 1.8rem;
  }
}

.top .support-sec .inner .sec-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00967b;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .sec-title::before {
    content: none;
  }
}

.top .support-sec .inner .sec-title p {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.top .support-sec .inner .support-list {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .support-list {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}

.top .support-sec .inner .support-list li {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .support-list li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.top .support-sec .inner .support-list li .komidashi {
  background: #00967b;
  border-radius: 10px;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .support-list li .komidashi {
    font-size: 1.8rem;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}

.top .support-sec .inner .support-list li .read {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .support-list li .read {
    font-size: 1.4rem;
  }
}

.top .support-sec .inner .system .komidashi {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .system .komidashi {
    margin-bottom: 30px;
  }
}

.top .support-sec .inner .system .komidashi figure {
  width: 275px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .system .komidashi figure {
    width: 210px;
    margin: 0 auto 10px;
  }
}

.top .support-sec .inner .system .komidashi span {
  display: block;
  font-size: 3.4rem;
  color: #00967b;
  letter-spacing: 6px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .system .komidashi span {
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
}

.top .support-sec .inner .system .komidashi small {
  display: block;
  text-align: center;
}

.top .support-sec .inner .detail {
  background: #f0f9f7;
  border-radius: 10px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .detail {
    padding: 25px 16px;
  }
}

.top .support-sec .inner .detail .system-title {
  font-size: 2.4rem;
  color: #00967b;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .detail .system-title {
    font-size: 1.8rem;
  }
}

.top .support-sec .inner .detail .read {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .detail .read {
    font-size: 1.4rem;
  }
}

.top .support-sec .inner .detail dl {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .detail dl {
    margin-top: 15px;
  }
}

.top .support-sec .inner .detail dl dt {
  border: 2px solid #00967b;
  color: #00967b;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .detail dl dt {
    font-size: 1.6rem;
  }
}

.top .support-sec .inner .detail dl dd {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 20px 0 0;
  width: 66%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .detail dl dd {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    padding: 10px 0 0;
  }
}

.top .support-sec .inner .detail dl dd .list-style::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00967b;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .detail dl dd .list-style::before {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    top: 1px;
  }
}

.top .support-sec .inner .detail dl.last dd {
  width: 58%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .detail dl.last dd {
    width: 70%;
    text-align: left;
  }
}

.top .support-sec .inner .detail2 dl dd {
  width: 40%;
  text-align: left;
}

.top .support-sec .inner .detail2 dl.last dd {
  width: 53%;
}

@media screen and (max-width: 768px) {
  .top .support-sec .inner .detail2 dl.last dd {
    text-align: left;
    width: 100%;
  }
}

/*---------------------------------------
 * 下層
---------------------------------------*/
.lower .article-sec .cover {
  position: relative;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover {
    background: none !important;
  }
}

.lower .article-sec .cover figure {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover figure {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.lower .article-sec .cover .box {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 830px;
  padding: 80px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box {
    background: none !important;
    padding: 20px 0 20px;
  }
}

.lower .article-sec .cover .box .section-name {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box .section-name {
    margin-bottom: 15px;
  }
}

.lower .article-sec .cover .box .section-name span {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 50px;
  padding: 5px 20px;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box .section-name span {
    font-size: 1.4rem;
  }
}

.lower .article-sec .cover .box .title {
  font-size: 3.1rem;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box .title {
    font-size: 2.25rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

.lower .article-sec .cover .box .category {
  width: 100%;
  max-width: 437px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding: 10px 15px;
  border-left-width: 1px;
  border-left-style: solid;
  position: relative;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box .category {
    font-size: 1.5rem;
    margin-bottom: 25px;
    max-width: 100%;
  }
}

.lower .article-sec .cover .box .category::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 50%;
  height: 1px;
}

.lower .article-sec .cover .box .category::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
}

.lower .article-sec .cover .box .profile {
  border-radius: 15px;
  width: 100%;
  max-width: 467px;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box .profile {
    padding: 12px;
    max-width: 100%;
  }
}

.lower .article-sec .cover .box .profile .midashi {
  font-size: 1.8rem;
  letter-spacing: 6px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box .profile .midashi {
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
}

.lower .article-sec .cover .box .profile .name {
  font-size: 2.4rem;
  color: #478693;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box .profile .name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.lower .article-sec .cover .box .profile .name span {
  font-size: 1.6rem;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box .profile .name span {
    font-size: 1.2rem;
  }
}

.lower .article-sec .cover .box .profile .position {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .cover .box .profile .position {
    font-size: 1.2rem;
  }
}

.lower .article-sec .article {
  padding: 60px 0 0;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .article {
    padding: 30px 0 0;
  }
}

.lower .article-sec .article .inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 840px) {
  .lower .article-sec .article .inner {
    max-width: 68.3%;
  }
}

.lower .article-sec .article .inner .midashi {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .article .inner .midashi {
    font-size: 1.7rem;
    line-height: 1.6;
    text-indent: -25px;
    margin-left: 25px;
    margin-bottom: 20px;
  }
}

.lower .article-sec .article .inner .midashi::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 1px;
  margin-right: 10px;
  margin-top: -5px;
  background: #231815;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .article .inner .midashi::before {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
  }
}

.lower .article-sec .article .inner .text {
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .lower .article-sec .article .inner .text {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 40px;
  }
}

.lower .article-sec:nth-child(2n) .box {
  padding-left: 360px;
}

@media screen and (max-width: 768px) {
  .lower .article-sec:nth-child(2n) .box {
    padding-left: 0;
  }
}

.lower .article-sec.irishio-sec .box {
  padding-left: 360px;
}

@media screen and (max-width: 768px) {
  .lower .article-sec.irishio-sec .box {
    padding-left: 0;
  }
}

.lower.mirai .cover .section-name span {
  background: #006049;
}

.lower.saizensen .cover .section-name span {
  background: #dd6a47;
}

.lower.yorisou .irishio-sec .cover .section-name span {
  background: #006049;
}

.lower.yorisou .maki-sec .cover .section-name span {
  background: #006280;
}

.lower.yorisou .otsuka-sec .cover .section-name span {
  background: #AC5B3B;
}

.lower.yorisou .article-sec:nth-child(2n) .box {
  padding-left: 0px;
}

.lower .kanzaki-sec .cover {
  background: rgba(71, 134, 147, 0.1);
}

.lower .kanzaki-sec .cover figure {
  top: calc(50% + 30px);
  left: calc(50% - 100px);
  width: 500px;
}

@media screen and (max-width: 768px) {
  .lower .kanzaki-sec .cover figure {
    width: 100%;
    background-color: rgba(71, 134, 147, 0.1);
  }
}

.lower .kanzaki-sec .cover .box .title {
  color: #478693;
}

.lower .kanzaki-sec .cover .box .category {
  color: #478693;
  border-left-color: #478693;
}

.lower .kanzaki-sec .cover .box .category::before {
  background-color: #478693;
}

.lower .kanzaki-sec .cover .box .category::after {
  background-color: #478693;
}

.lower .kanzaki-sec .cover .box .profile {
  background: rgba(71, 134, 147, 0.1);
}

.lower .kanzaki-sec .cover .box .profile .name {
  color: #478693;
}

.lower .irishio-sec .cover {
  background: rgba(242, 246, 225, 1);
}

.lower .irishio-sec .cover figure {
  top: calc(50% + -25px);
  left: calc(50% - 450px);
  width: 512px;
}

@media screen and (max-width: 768px) {
  .lower .irishio-sec .cover figure {
    width: 100%;
    background-color: rgba(242, 246, 225, 1);
  }
}

.lower .irishio-sec .cover .box .title {
  color: #669234;
}

.lower .irishio-sec .cover .box .category {
  color: #669234;
  border-left-color: #669234;
}

.lower .irishio-sec .cover .box .category::before {
  background-color: #669234;
}

.lower .irishio-sec .cover .box .category::after {
  background-color: #669234;
}

.lower .irishio-sec .cover .box .profile {
  background: rgba(102, 146, 52, 0.1);
}

.lower .irishio-sec .cover .box .profile .name {
  color: #669234;
}

.lower .kawara-sec .cover {
  background: rgba(175, 140, 45, 0.1);
}

.lower .kawara-sec .cover figure {
  top: calc(50% - 1px);
  left: calc(50% - 30px);
  width: 400px;
}

@media screen and (max-width: 768px) {
  .lower .kawara-sec .cover figure {
    width: 100%;
    background-color: rgba(175, 140, 45, 0.1);
  }
}

.lower .kawara-sec .cover .box .title {
  color: #af8c2d;
}

.lower .kawara-sec .cover .box .category {
  color: #af8c2d;
  border-left-color: #af8c2d;
}

.lower .kawara-sec .cover .box .category::before {
  background-color: #af8c2d;
}

.lower .kawara-sec .cover .box .category::after {
  background-color: #af8c2d;
}

.lower .kawara-sec .cover .box .profile {
  background: rgba(175, 140, 45, 0.1);
}

.lower .kawara-sec .cover .box .profile .name {
  color: #af8c2d;
}

.lower .sakugawa-sec .cover {
  background: rgba(165, 163, 51, 0.1);
}

.lower .sakugawa-sec .cover figure {
  top: calc(50% + 20px);
  left: calc(50% - 415px);
  width: 385px;
}

@media screen and (max-width: 768px) {
  .lower .sakugawa-sec .cover figure {
    width: 100%;
    background-color: rgba(165, 163, 51, 0.1);
  }
}

.lower .sakugawa-sec .cover .box .title {
  color: #a5a333;
}

.lower .sakugawa-sec .cover .box .category {
  color: #a5a333;
  border-left-color: #a5a333;
}

.lower .sakugawa-sec .cover .box .category::before {
  background-color: #a5a333;
}

.lower .sakugawa-sec .cover .box .category::after {
  background-color: #a5a333;
}

.lower .sakugawa-sec .cover .box .profile {
  background: rgba(165, 163, 51, 0.1);
}

.lower .sakugawa-sec .cover .box .profile .name {
  color: #a5a333;
}

.lower .maki-sec .cover {
  background: rgba(233, 240, 245, 1);
}

.lower .maki-sec .cover figure {
  top: calc(50% + 30px);
  left: 50%;
  width: 515px;
}

@media screen and (max-width: 768px) {
  .lower .maki-sec .cover figure {
    width: 100%;
    background-color: rgba(233, 240, 245, 1);
  }
}

.lower .maki-sec .cover .box .title {
  color: #2377ae;
}

.lower .maki-sec .cover .box .category {
  color: #2377ae;
  border-left-color: #2377ae;
}

.lower .maki-sec .cover .box .category::before {
  background-color: #2377ae;
}

.lower .maki-sec .cover .box .category::after {
  background-color: #2377ae;
}

.lower .maki-sec .cover .box .profile {
  background: rgba(35, 119, 174, 0.1);
}

.lower .maki-sec .cover .box .profile .name {
  color: #2377ae;
}

.lower .otsuka-sec .cover {
  background: rgba(245, 229, 226, 1);
}

.lower .otsuka-sec .cover figure {
  top: calc(50% + 45px);
  left: calc(50% - 60px);
  width: 515px;
}

@media screen and (max-width: 768px) {
  .lower .otsuka-sec .cover figure {
    width: 100%;
    background-color: rgba(245, 229, 226, 1);
  }
}

.lower .otsuka-sec .cover .box .title {
  color: #AC5B3B;
}

.lower .otsuka-sec .cover .box .category {
  color: #209c8a;
  border-left-color: #209c8a;
}

.lower .otsuka-sec .cover .box .category::before {
  background-color: #209c8a;
}

.lower .otsuka-sec .cover .box .category::after {
  background-color: #209c8a;
}

.lower .otsuka-sec .cover .box .profile {
  background: rgba(172, 91, 59, 0.1);
}

.lower .otsuka-sec .cover .box .profile .name {
  color: #AC5B3B;
}

.lower .othercontents-sec .inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 1024px;
}

.lower .othercontents-sec .inner .sec-title {
  font-size: 1.8rem;
  letter-spacing: 6px;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .lower .othercontents-sec .inner .sec-title {
    font-size: 1.4rem;
    letter-spacing: 3px;
    margin-bottom: 50px;
  }
}

.lower .othercontents-sec .inner .sec-title::before {
  content: "";
  display: block;
  margin: 0 auto 40px;
  width: 1px;
  height: 90px;
  background: #231815;
}

@media screen and (max-width: 768px) {
  .lower .othercontents-sec .inner .sec-title::before {
    height: 45px;
    margin: 0 auto 20px;
  }
}

.lower .othercontents-sec .inner .contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lower .othercontents-sec .inner .contents-list {
    display: block;
  }
}

.lower .othercontents-sec .inner .contents-list li {
  width: 49%;
  margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
  .lower .othercontents-sec .inner .contents-list li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
  }
}

.lower .othercontents-sec .inner .contents-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lower .othercontents-sec .inner .contents-list li a .text {
  position: relative;
  z-index: 1;
}

.lower .othercontents-sec .inner .contents-list li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.lower .othercontents-sec .inner .contents-list li a:hover .bg {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.lower .othercontents-sec .inner .contents-list li a.content001 {
  background-color: rgba(71, 134, 147, 0.1);
}

.lower .othercontents-sec .inner .contents-list li a.content002 {
  background-color: rgba(102, 146, 52, 0.1);
}

.lower .othercontents-sec .inner .contents-list li a.content003 {
  background-color: rgba(165, 163, 51, 0.1);
}

.lower .othercontents-sec .inner .contents-list li a.content004 {
  background-color: rgba(165, 163, 51, 0.1);
}

.lower .othercontents-sec .inner .contents-list li a.content005 {
  background-color: rgba(35, 119, 174, 0.1);
}

.lower .othercontents-sec .inner .contents-list li a.content006 {
  background-color: rgba(32, 156, 138, 0.1);
}

.lower .othercontents-sec .inner .content-link {
  display: block;
  width: 100%;
  font-size: 4rem;
  letter-spacing: 10px;
  padding: 30px 0;
  border: 2px solid #00967b;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background: #00967b;
  position: relative;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lower .othercontents-sec .inner .content-link span {
  display: inline-block;
  font-size: 3.0rem;
  vertical-align: baseline;
}

.lower .othercontents-sec .inner .content-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: calc(50% - 330px);
  width: 16px;
  height: 16px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border .3s;
  transition: border .3s;
}

@media screen and (max-width: 768px) {
  .lower .othercontents-sec .inner .content-link {
    font-size: 1.9rem;
    letter-spacing: 2px;
    padding: 10px 0;
  }
  .lower .othercontents-sec .inner .content-link::before {
    right: calc(50% - 150px);
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
  .lower .othercontents-sec .inner .content-link span {
    font-size: 1.8rem;
  }
}

.lower .othercontents-sec .inner .content-link:hover {
  color: #00967b;
  background: #FFFFFF;
}

.lower .othercontents-sec .inner .content-link:hover::before {
  border-top: 3px solid #00967b;
  border-right: 3px solid #00967b;
}

.lower .kimi-sec {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Noto Sans JP', Helvetica, Arial, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.lower .kimi-sec .cover {
  background: url(../../assets/img/kimi/cover_pc.jpg) no-repeat center top;
  background-size: cover;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lower .kimi-sec .cover {
    background: url(../../assets/img/kimi/cover_sp.jpg) no-repeat center top !important;
    background-size: cover !important;
  }
}

.lower .kimi-sec .cover .box {
  width: 60.5%;
  margin: 0 4.2%;
  max-width: 100%;
  padding: 80px 0 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lower .kimi-sec .cover .box {
    padding: 40px 0 420px;
  }
}

@media screen and (max-width: 640px) {
  .lower .kimi-sec .cover .box {
    padding: 20px 0 220px;
  }
}

.lower .kimi-sec .cover .box h1 {
  max-width: 620px;
}

.lower .kimi-sec .article {
  padding: 0;
}

.lower .kimi-sec .article .inner {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}

.lower .kimi-sec .timeline {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .lower .kimi-sec .timeline {
    margin: 27px 0;
  }
}

.lower .kimi-sec .bg_educational-support01 {
  background-color: rgba(0, 150, 123, .15);
  padding: 35px 6.25% 25px;
}

.lower .kimi-sec .educational-support01 h2 {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .lower .kimi-sec .educational-support01 h2 {
    margin-bottom: 25px;
  }
}

.lower .kimi-sec .educational-support01-items {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .lower .kimi-sec .educational-support01-items {
    flex-wrap: wrap;
  }
}

.lower .kimi-sec .educational-support01-items li {
  width: 27.5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lower .kimi-sec .educational-support01-items li {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    min-height: 300px;
  }
}

@media screen and (max-width: 640px) {
  .lower .kimi-sec .educational-support01-items li {
    min-height: 270px;
  }
}

@media screen and (max-width: 580px) {
  .lower .kimi-sec .educational-support01-items li {
    min-height: 225px;
  }
}

@media screen and (max-width: 440px) {
  .lower .kimi-sec .educational-support01-items li {
    min-height: 180px;
  }
}

@media screen and (max-width: 380px) {
  .lower .kimi-sec .educational-support01-items li {
    min-height: 160px;
  }
}

.lower .kimi-sec .educational-support01-items li::after {
  content: "";
  display: block;
  background: url(../../assets/img/kimi/line_pc.png) no-repeat right top;
  background-size: contain;
  width: 5px;
  height: 100%;
  position: absolute;
  right: -17.5%;
  top: 0;
}

@media screen and (max-width: 768px) {
  .lower .kimi-sec .educational-support01-items li::after {
    background: url(../../assets/img/kimi/line_sp.png) repeat-x center bottom;
    background-size: contain;
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 12%;
  }
}

@media screen and (max-width: 560px) {
  .lower .kimi-sec .educational-support01-items li::after {
    bottom: 18%;
  }
}

.lower .kimi-sec .educational-support01-items li:last-child::after {
  display: none;
}

.lower .kimi-sec .educational-support01-items figure {
  min-height: 158px;
}

.lower .kimi-sec .educational-support01-items h3 {
  margin-bottom: 10px;
}

.lower .kimi-sec .educational-support01-item01 h3 {
  width: 43.6%;
}

.lower .kimi-sec .educational-support01-item02 h3 {
  width: 16.3%;
}

.lower .kimi-sec .educational-support01-item03 h3 {
  width: 50%;
}

.lower .kimi-sec .educational-support01-items p {
  width: 90%;
}

.lower .kimi-sec .educational-support02 {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .lower .kimi-sec .educational-support02 {
    margin-bottom: 40px;
  }
}

.lower .kimi-sec .bg_educational-support02 {
  background-color: rgba(0, 150, 123, .25);
}

@media screen and (max-width: 768px) {
  .lower .kimi-sec .bg_educational-support02 {
    padding: 0 7.5px 15px;
  }
}

.lower .kimi-sec .educational-support02 h2 {
  padding: 35px 6.25% 15px;
}

.lower .watashi-sec .yugothic {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Noto Sans JP', Helvetica, Arial, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.lower .watashi-sec.taniguchi-sec {
  margin-bottom: 60px;
}

.lower .watashi-sec .cover {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
}

.lower .watashi-sec.taniguchi-sec .cover {
  background: url(../../assets/img/watashi/cover_taniguchi_pc.jpg) no-repeat center top;
  background-size: cover;
}

.lower .watashi-sec.miyamoto-sec .cover {
  background: url(../../assets/img/watashi/cover_miyamoto_pc.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .cover {
    padding-top: 0;
  }
}

.lower .watashi-sec .cover .section-name {
  position: relative;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .cover .section-name {
    margin-top: 20px;
  }
}

.lower .watashi-sec.miyamoto-sec .cover .section-name {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec.miyamoto-sec .cover .section-name {
    text-align: left;
  }
}

.lower .watashi-sec .cover .section-name span {
  display: inline-block;
  background-color: #FFF000;
  padding: 30px 40px;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .19em;
}

.lower .watashi-sec.miyamoto-sec .cover .section-name span {
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec.miyamoto-sec .cover .section-name span {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .cover .section-name span {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

.lower .watashi-sec .cover .box {
  padding: 90px 0 40px;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .cover .box {
    padding: 20px 0 20px;
  }
}

.lower .watashi-sec .cover .box .profile {
  max-width: 295px;
  padding: 40px 45px 45px;
  background-color: rgba(255, 255, 255, .85);
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .cover .box .profile {
    max-width: 100%;
    padding: 0;
  }
}

.lower .watashi-sec.miyamoto-sec .cover .box .profile {
  margin-left: calc(100% - 295px);
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec.miyamoto-sec .cover .box .profile {
    margin-left: 0;
  }
}

.lower .watashi-sec .cover .box .profile .midashi {
  font-family: 'Hind', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.lower .watashi-sec .cover .box .profile .name {
  color: #000;
  letter-spacing: .08em;
  font-weight: bold;
}

.lower .watashi-sec .cover .box .profile .name span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .cover .box .profile .name span {
    font-size: 1.2rem;
  }
}

.lower .watashi-sec .article .inner .midashi {
  color: #00967B;
  font-size: 3.2rem;
  letter-spacing: .16em;
  line-height: 1.625;
  text-indent: 0;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .article .inner .midashi {
    font-size: 2.25rem;
    margin-left: 0;
  }
}

.lower .watashi-sec .article .inner .midashi::before {
  display: none;
}

.lower .watashi-sec .article .inner .sub-midashi {
  font-size: 2rem;
  letter-spacing: .02em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .article .inner .sub-midashi {
    font-size: 1.7rem;
  }
}

.lower .watashi-sec .article .inner .sub-midashi span {
  font-family: 'Hind', sans-serif;
  color: #FFF000;
  font-size: 6.8rem;
  vertical-align: sub;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .article .inner .sub-midashi span {
    font-size: 3.8rem;
  }
}

.lower .watashi-sec .article .inner .text {
  margin-bottom: 50px;
}

.lower .watashi-sec .article .inner .sub-midashi strong {
  background: linear-gradient(transparent 60%, #FFF000 60%);
}

.lower .watashi-sec .watashi-features {
  background-color: #00967B;
  padding: 68px 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .watashi-features {
    padding: 34px 0;
    margin-bottom: 40px;
  }
}

.lower .watashi-sec .watashi-features .watashi-features-box {
  border: 4px solid #FFF;
  border-radius: 15px;
  padding: 45px;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .watashi-features .watashi-features-box {
    padding: 20px;
  }
}

.lower .watashi-sec .watashi-features .watashi-features-box h2 {
  font-size: 3.2rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-bottom: 4px solid #FFF;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .watashi-features .watashi-features-box h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.lower .watashi-sec .watashi-features .watashi-features-box h2 span {
  font-size: 3.8rem;
  color: #FFF000;
  display: block;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .watashi-features .watashi-features-box h2 span {
    font-size: 2.25rem;
  }
}

.lower .watashi-sec .watashi-features .watashi-features-box .watashi-feature-item {
  margin-bottom: 20px;
}

.lower .watashi-sec .watashi-features .watashi-features-box .watashi-feature-item:last-child {
  margin-bottom: 0;
}

.lower .watashi-sec .watashi-features .watashi-features-box .watashi-feature-item dt {
  font-size: 2rem;
  color: #FFF;
  letter-spacing: .08em;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .watashi-features .watashi-features-box .watashi-feature-item dt {
    font-size: 1.7rem;
  }
}

.lower .watashi-sec .watashi-features .watashi-features-box .watashi-feature-item dt span {
  font-family: 'Hind', sans-serif;
  color: #FFF000;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .watashi-features .watashi-features-box .watashi-feature-item dt span {
    font-size: 2rem;
  }
}

.lower .watashi-sec .watashi-features .watashi-features-box .watashi-feature-item dd {
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .lower .watashi-sec .watashi-features .watashi-features-box .watashi-feature-item dd {
    font-size: 1.3rem;
  }
}

.watashi-feature-column {
  background-color: #FFF;
  border-radius: 15px;
  padding: 45px 35px;
  position: relative;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .watashi-feature-column {
    padding: 20px 15px;
    margin-top: 35px;
  }
}

.watashi-feature-column-inner {
  display: flex;
}

.watashi-feature-column-img {
  width: 26%;
}

@media screen and (max-width: 768px) {
  .watashi-feature-column-img {
    width: 18%;
  }
}

.watashi-feature-column-name {
  background-color: #00967B;
  border-radius: 5px;
  border: 3px solid #FFF;
  font-size: 2rem;
  letter-spacing: .08em;
  padding: 20px 10px;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 156px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .watashi-feature-column-name {
    font-size: 1.4rem;
    padding: 10px;
    left: -7px;
    width: auto;
  }
}

.watashi-feature-column-illust {
  position: absolute;
  top: 55px;
  left: -30px;
  max-width: 194px;
}

@media screen and (max-width: 768px) {
  .watashi-feature-column-illust {
    position: unset;
    margin-top: 17px;
    margin-left: -25px;
    padding-right: 5px;
  }
}

.watashi-feature-column-fukidashi {
  width: 73%;
}

@media screen and (max-width: 768px) {
  .watashi-feature-column-fukidashi {
    width: 100%;
  }
}

.watashi-feature-column-fukidashi .watashi-feature-column-midashi {
  background: url(../../assets/img/watashi/img02.png) no-repeat left bottom;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .watashi-feature-column-fukidashi .watashi-feature-column-midashi {
    margin: 10px 0 0;
  }
}

.watashi-feature-column-fukidashi .watashi-feature-column-midashi span {
  color: #00967B;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 0 30px 15px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .watashi-feature-column-fukidashi .watashi-feature-column-midashi span {
    font-size: 1.7rem;
    padding: 0 15px 7px;
  }
}

.watashi-feature-column .watashi-feature-column-text {
  letter-spacing: .1em;
  line-height: 1.4;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .watashi-feature-column .watashi-feature-column-text {
    margin-top: 10px;
  }
}

.lower.interview .watashi-sec {
  position: relative;
  overflow: visible;
  margin-bottom: 80px;
}

.lower .watashi-sec.interview01-sec .cover {
  background: url(../../assets/img/interview01/cover_pc.jpg) no-repeat center top;
  background-size: cover;
}

.lower .watashi-sec.interview02-sec .cover {
  background: url(../../assets/img/interview02/cover_pc.jpg) no-repeat center top;
  background-size: cover;
}

.lower .watashi-sec.interview03-sec .cover {
  background: url(../../assets/img/interview03/cover_pc.jpg) no-repeat center top;
  background-size: cover;
}

.lower.interview .watashi-sec .cover .box {
  padding: 165px 0;
}

@media screen and (max-width: 960px) {
  .lower.interview .watashi-sec .cover .box {
    padding: 165px 66px;
  }
}

@media screen and (max-width: 768px) {
  .lower.interview .watashi-sec .cover .box {
    padding: 0;
    margin-top: -64px;
  }
}

.interview-category {
  width: 66px;
  position: absolute;
  top: 134px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .interview-category {
    width: 44px;
    top: 20px;
  }
}

.interview-main-ttl {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.92;
}

@media screen and (max-width: 768px) {
  .interview-main-ttl {
    font-size: 2.4rem;
  }
}

.interview-main-ttl span {
  background-color: #FFF;
  padding: 3px 11px;
}

.color-interview01 {
  color: #DF706A;
}

.color-interview02 {
  color: #ECBC53;
}

.color-interview03 {
  color: #77CADA;
}

.interview-sub-ttl {
  width: calc(100% - 32px);
  margin: 0 auto;
  max-width: 830px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .interview-sub-ttl {
    margin-top: 20px;
  }
}

.interview-sub-ttl img {
  width: 251px;
  position: absolute;
  bottom: -59px;
}

@media screen and (max-width: 768px) {
  .interview-sub-ttl img {
    position: relative;
    width: 170px;
    bottom: 0;
  }
}

.interview-block01 {
  background-color: #F9F9F9;
  padding-top: 100px;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .interview-block01 {
    padding-top: 166px;
  }
}

.interview-block01 div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 895px;
  width: 100%;
  height: 100px;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
}

.interview-block02 {
  background-color: #F9F9F9;
  height: 64px;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  max-width: 1022px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .interview-block02 {
    height: 8px;
  }
}

.interview-article {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .interview-article {
    margin-top: -220px;
  }
}

.lower.interview .article-sec .article {
  padding: 0;
}

.lower.interview .article-sec .article .inner {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .lower.interview .article-sec .article .inner {
    width: calc(100% - 40px);
    padding: 60px 0;
    max-width: 100%;
  }
}

.lower.interview .article-sec .article .interview-photo {
  width: calc(100% - 128px);
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lower.interview .article-sec .article .interview-photo {
    width: calc(100% - 12px);
  }
}

.breadcrum {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background-color: #F9F9F9;
  width: 64px;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  padding: 60px 25px;
  height: 100%;
  box-sizing: border-box;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.2rem;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .breadcrum {
    width: 6px;
    text-indent: -9999px;
    padding: 0;
    top: 0 !important;
    height: 100% !important;
  }
}

.breadcrum01 {
  position: absolute;
  top: 101px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 101px)
}

.breadcrum02 {
  position: absolute;
  top: 101px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 101px)
}

.sidebar {
  position: sticky;
  top: 150px;
  padding-bottom: 200px;
}

.interview-line {
  position: relative;
  border-bottom: 1px solid #D3D3D3;
  width: 100%;
  height: 1px;
}

.interview-topic {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.2rem;
  margin-bottom: 40px;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .interview-topic.first-topic {
    margin-top: 60px;
  }
}

.interview-article h2 {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: .08em;
}

.interview-text {
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 2.375;
  color: #555555;
}

.lower.interview .article-sec .article.interview-profile .inner {
  padding: 60px 0 30px;
}

@media screen and (max-width: 768px) {
  .lower.interview .article-sec .article.interview-profile .inner {
    padding: 60px 0;
  }
}

.interview-profile-box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .interview-profile-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.interview-profile-box figure {
  width: 42.8%;
}

@media screen and (max-width: 768px) {
  .interview-profile-box figure {
    width: 100%;
    margin-bottom: 36px;
  }
}

.interview-profile-box div {
  width: 52.5%;
}

@media screen and (max-width: 768px) {
  .interview-profile-box div {
    width: 100%;
  }
}

.profile-ttl {
  display: inline;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.5;
  padding: 0 4px;
}

@media screen and (max-width: 768px) {
  .profile-ttl {
    font-size: 1.4rem;
  }
}

.interview01-sec .profile-ttl {
  background-color: #EBACA2;
}

.interview02-sec .profile-ttl {
  background-color: #ECBC53;
}

.interview03-sec .profile-ttl {
  background-color: #77CADA;
}

.profile-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 16px 0;
}

.profile-name span {
  font-size: 1.8rem;
  font-weight: normal;
}

.profile-job {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.2rem;
  letter-spacing: .06em;
  margin-bottom: 40px;
}

.interview-profile-box dl {
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .interview-profile-box dl {
    font-size: 1.4rem;
  }
}

.interview-profile-box dl dd {
  color: #999999;
}

.profile-message {
  max-width: 894px;
  margin: 0 auto;
  padding: 40px 10.9%;
  display: flex;
}

.interview01-sec .profile-message {
  background-color: #EBACA2;
}

.interview02-sec .profile-message {
  background-color: #ECBC53;
}

.interview03-sec .profile-message {
  background-color: #77CADA;
}

@media screen and (max-width: 768px) {
  .profile-message {
    flex-wrap: wrap;
    width: calc(100% - 12px);
    padding: 40px 20px;
    box-sizing: border-box;
  }
}

.profile-message-ttl {
  flex-basis: 212px;
  align-self: center;
}

@media screen and (max-width: 768px) {
  .profile-message-ttl {
    margin: 0 auto;
  }
}

.profile-message h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
}

.profile-message h3::before {
  display: block;
  content: "";
  background: url(../../assets/img/common/icn_baloon.png) no-repeat center top;
  background-size: contain;
  width: 26px;
  height: 22px;
  margin: 0 auto 8px;
}

.profile-message-contents {
  width: 60.4%;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #FFF;
  padding: 4px 0 4px 52px;
}

@media screen and (max-width: 768px) {
  .profile-message-contents {
    flex-wrap: wrap;
    width: 100%;
    border-left: none;
    border-top: 1px solid #FFF;
    margin-top: 40px;
    padding: 40px 0 0 0;
  }
}

.profile-message-contents dl {
  flex-basis: 220px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .profile-message-contents dl {
    flex-basis: 100%;
    color: #FFF;
  }

  .profile-message-contents dl:first-child {
    margin-bottom: 30px;
  }
}

.profile-message-contents dl dt {
  font-size: 1.6rem;
  line-height: 2.375;
  font-weight: 500;
}

.profile-message-contents dl dd {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .profile-message-contents dl dd {
    font-size: 1.4rem;
  }
}

.other-interview-banner li {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .other-interview-banner li {
    margin-bottom: 16px;
  }
}

.other-interview-banner li img:nth-child(2){
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .other-interview-banner li img:nth-child(2) {
    position: initial;
    transform: initial;
  }
}

.other-interview-banner li:hover img:nth-child(2){
  opacity: 0;
  transition: opacity .3s;
}

.other-interview-banner li:last-child {
  margin-bottom: 0;
}

.othercontents-sec .pharmacist-field {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  margin: 80px 0;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .othercontents-sec .pharmacist-field {
    border: none;
    margin: 60px 0;
    padding: 0;
  }
}

.lower .othercontents-sec .inner .top-link {
  display: block;
  max-width: 700px;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  background: #00967B;
  border: 2px solid #00967B;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .lower .othercontents-sec .inner .top-link {
    margin: 60px auto 0;
  }
}

.lower .othercontents-sec .inner .top-link::before,
.lower .othercontents-sec .inner .top-link::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.lower .othercontents-sec .inner .top-link::before{
  left: 40px;
  width: 13px;
  height: 2px;
  background: #FFFFFF;
}
.lower .othercontents-sec .inner .top-link::after{
  left: 40px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(222deg);
  transform: rotate(222deg);
}

.lower .othercontents-sec .inner .top-link:hover {
  color: #00967B;
  background: #FFF;
  border: 2px solid #00967B;
}

.lower .othercontents-sec .inner .top-link:hover::before{
  background: #00967B;
}
.lower .othercontents-sec .inner .top-link:hover::after{
  border-top: 2px solid #00967B;
  border-right: 2px solid #00967B;
}

.lower .dream-sec {
  background-color: #F5F5F1;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .lower .dream-sec {
    padding-bottom: 80px;
  }
}

.lower #d-003.dream-sec {
  margin-bottom: 80px;
}

.lower .dream-sec .inner {
  max-width: 894px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .lower .dream-sec .inner {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.lower .dream-sec .dream-sec-header {
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lower .dream-sec .dream-sec-header {
    padding: 40px 0 30px;
  }
}

.lower .dream-sec .dream-main-ttl {
  font-family: 'Shippori Mincho', serif;
  color: #5F5F37;
  font-size: 2.8rem;
  line-height: 1.92;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .lower .dream-sec .dream-main-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.lower .dream-sec .dream-name {
  font-size: 1.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: bold;
}

.lower .dream-sec .dream-name strong {
  font-size: 1.8rem;
}

.lower .dream-sec .dream-name span {
  font-size: 1.2rem;
  color: #999999;
  letter-spacing: .06em;
  display: block;
  padding-top: 8px;
  font-weight: 500;
}

.lower .dream-sec .po-tag {
  position: absolute;
  right: 0;
  top: 52px;
  width: 32px;
}

@media screen and (max-width: 768px) {
  .dream-tag {
    font-size: 1.5rem !important;
    background-color: #A0A081;
    display: inline-block;
    padding: 5px 10px;
    color: white;
    margin-bottom: 10px;
    font-family: sans-serif !important;
    font-weight: 500 !important;
  }
}

.lower .dream-sec .dream-sec-contents {
  background-color: white;
  border-radius: 16px;
  padding: 80px 0 10px;
}

@media screen and (max-width: 768px) {
  .lower .dream-sec .dream-sec-contents {
    padding: 60px 20px 10px;
  }
}

.lower .dream-sec .dream-sec-contents .inner {
  max-width: 700px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .lower .dream-sec .dream-sec-contents .inner {
    max-width: 100%;
  }
}

.lower .dream-sec .dream-ttl {
  position: relative;
}

.lower .dream-sec .dream-ttl  span {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 auto 40px;
  letter-spacing: .05em;
  display: block;
  max-width: 700px;
  box-sizing: border-box;
  font-weight: bold;
}

.lower .dream-sec .dream-ttl::before {
  display: block;
  content: "";
  border-top: 1px solid #231815;
  width: 32px;
  position: absolute;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .lower .dream-sec .dream-ttl::before {
    display: none;
  }
}

.lower .dream-sec .dream-sec-contents p {
  font-size: 1.6rem;
  letter-spacing: .06em;
  line-height: 2.375;
  color: #555555;
}

.lower .dream-sec .dream-sec-contents figure {
  margin: 80px 0;
}

@media screen and (max-width: 768px) {
  .lower .dream-sec .dream-sec-contents figure {
    margin: 50px 0;
  }
}
