@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* section-top
============================================================ */
.section-top {
  position: relative;
  height: 1080px;
  background: #c91e62 url(../img/top/top__bg.jpg?2) no-repeat center top;
  background-size: cover;
}
.section-top .section-inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.top__logo_wrap {
  position: absolute;
  right: 130px;
  bottom: -55px;
  transition: all 0.75s ease-in-out;
  transition-delay: 1s;
  opacity: 0;
  text-align: center;
}
.section-top.active .top__logo_wrap {
  bottom: -25px;
  opacity: 1;
}
.top__logo__img--01 {
  width: 100%;
  max-width: 290px;
  height: auto;
  margin-top: 35px;
}
.top__logo__img--02 {
  width: 100%;
  max-width: 275px;
  height: auto;
}
.top__copy {
  position: absolute;
  top: calc(50% - 25px);
  left: 60px;
  transform: translateY(-50%);
  transition: all 0.75s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}
.section-top.active .top__copy {
  top: calc(50% - 55px);
  opacity: 1;
}
.top__copy__img {
  width: 100%;
  max-width: 165px;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1600px) {
  .top__logo_wrap {
    right: 60px;
  }
}

@media screen and (max-width: 1400px) {
  .section-top {
    height: 980px;
  }
  .top__logo_wrap {
    right: 20px;
  }
  .top__logo__img--01 {
    max-width: 270px;
    margin-top: 25px;
  }
  .top__logo__img--02 {
    max-width: 255px;
  }
  .top__copy {
    left: 20px;
  }
  .top__copy__img {
    max-width: 145px;
  }
}

@media screen and (max-width: 960px) {
  .section-top {
    height: 810px;
  }
  .top__logo__img--01 {
    max-width: 255px;
    margin-top: 20px;
  }
  .top__logo__img--02 {
    max-width: 240px;
  }
  .top__copy__img {
    max-width: 130px;
  }
}

@media screen and (max-width: 811px) {
  .section-top {
    height: 640px;
  }
  .top__logo__img--01 {
    max-width: 235px;
    margin-top: 15px;
  }
  .top__logo__img--02 {
    max-width: 220px;
  }
  .top__copy__img {
    max-width: 110px;
  }
}

@media screen and (max-width: 641px) {
  .section-top {
    height: calc(100vh + 30px);
    height: calc(100svh + 30px);
    min-height: 640px;
    max-height: 1080px;
    background-image: url(../img/top/top__bg--sp.jpg?2);
    background-position: center bottom 20%;
  }
  .top__logo_wrap {
    right: 25px;
    bottom: -40px;
  }
  .section-top.active .top__logo_wrap {
    bottom: -10px;
  }
  .top__logo__img--01 {
    max-width: 110px;
    margin-top: 15px;
  }
  .top__logo__img--02 {
    max-width: 100px;
  }
  .top__copy {
    top: calc(50% + 10px);
    left: 0;
  }
  .section-top.active .top__copy {
    top: calc(50% - 20px);
  }
  .top__copy__img {
    max-width: 85px;
  }
}

/* section-intro
============================================================ */
.section-intro {
  padding: 100px 0 110px;
  background: #238960;
}
.section-intro .section-inner {
  position: relative;
  max-width: 1120px;
  padding-top: 0.1px;
}
.intro__body__txt {
  line-height: 2.75;
}
.intro__body__txt2 {
  margin-top: 30px;
  color: #fff;
  font-size: 31px;
  letter-spacing: 7.5px;
  line-height: 1.6;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-intro {
    padding: 45px 0;
  }
  .intro__body__txt span {
    display: inline-block;
  }
  .intro__body__txt2 span {
    display: inline-block;
  }
  .intro__body__txt2 {
    margin-top: 20px;
    font-size: 26px;
    letter-spacing: 1.5px;
    line-height: 1.8;
  }
}

/* section-about
============================================================ */
.section-about {
  padding: 160px 0 90px;
  background: #f1f1f1;
}
.section-about .section-inner {
  position: relative;
  padding-top: 0.1px;
  padding-left: 145px;
  background: url(../img/top/about__bg.png) no-repeat 20px top;
  background-size: 23px auto;
}
.section-about .section-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 92px;
  width: 0;
  height: 100%;
  border-right: 3px solid #231815;
}
.about__title {
  margin-top: -10px;
}
.about__body {
  margin-top: 40px;
}
.about__body__txt span {
  display: inline-block;
}
.about__body__by {
  margin-top: 48px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 8.3px;
  line-height: 1.6;
  text-align: left;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-about {
    padding: 80px 0 55px;
  }
  .section-about .section-inner {
    padding-left: 65px;
    background-size: 13px auto;
  }
  .section-about .section-inner::before {
    left: 48px;
  }
  .about__title {
    margin-top: -8px;
    letter-spacing: 2px;
  }
  .about__body {
    margin-top: 20px;
  }
  .about__body__by {
    margin-top: 24px;
    font-size: 15px;
    letter-spacing: 6.3px;
  }
}

/* section-programs
============================================================ */
.section-programs {
  padding: 80px 0 195px;
  overflow: hidden;
  background: #f1f1f1;
}
.section-programs .section-inner {
  position: relative;
  padding-top: 0.1px;
  padding-left: 145px;
  background: url(../img/top/programs__bg.png) no-repeat 20px top;
  background-size: 23px auto;
}
.section-programs .section-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 92px;
  width: 0;
  height: 100%;
  border-right: 3px solid #231815;
}
.section-program-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
.section-program--01 {
  margin-top: -10px;
}
.section-program--02 {
  margin-top: 130px;
  padding-top: 110px;
  border-top: 3px solid #231815;
}
.section-program--03 {
  margin-top: 130px;
  padding-top: 190px;
  padding-bottom: 20px;
  border-top: 3px solid #231815;
}
.section-program-inner {
  position: relative;
}
.section-program--02 .program__main-content {
  order: 2;
  width: calc(100% - 34.8%);
}
.program__title {
  position: relative;
}
.section-program--03 .program__title {
  width: 64.8%;
}
.program__title__num {
  position: absolute;
  width: auto;
  height: 80px;
}
.program__title__num--01 {
  top: 1px;
  right: 345px;
}
.program__title__num--02 {
  top: 13px;
  left: -194px;
}
.program__title__num--03 {
  top: 1px;
  right: -48px;
}
.program__body {
  margin-top: 37px;
}
.program__body__title--02 {
  margin-top: 35px;
}
.section-program--02 .program__body__title--02 {
  margin-top: 28px;
}
.section-program--03 .program__body__title--02 {
  margin-top: 45px;
}
.program__body__lead {
  margin-top: 27px;
}
.section-program--01 .program__body__lead {
  margin-top: 35px;
  line-height: 1.7;
}
.section-program--02 .program__body__lead {
  margin-top: 36px;
  line-height: 1.8;
}
.section-program--03 .program__body__lead {
  margin-top: 32px;
}
.program__body__txt {
  margin-top: 18px;
}
.section-program--02 .program__body__txt {
  margin-top: 22px;
}
.program__body__remarks {
  margin-top: 5px;
}
.section-program--03 .program__body__remarks--02 {
  margin-top: 20px;
}
.section-program--01 .program__main-img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 64.8%);
}
.section-program--02 .program__main-img {
  display: flex;
  align-items: flex-end;
  order: 1;
  width: 34.8%;
}
.section-program--03 .program__main-img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 64.8%);
}
.program__main-img__img {
  position: relative;
  width: 100%;
  max-width: 407px;
  height: auto;
}
.program__main-img__img--01 {
  top: -70px;
  right: -20px;
}
.program__main-img__img--02 {
  bottom: 70px;
  left: -52px;
}
.program__main-img__img--03 {
  top: -70px;
  right: -20px;
}
.program__btn {
  width: 100%;
  margin-top: 60px;
  padding-right: 130px;
  text-align: center;
}
.section-program--02 .program__btn {
  order: 3;
}
.section-program--03 .program__btn {
  margin-top: 58px;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1370px) {
  .section-program--01 {
    margin-top: 0;
  }
  .program__title__num {
    position: relative;
    top: -7px;
    right: inherit;
    left: 0;
    height: 72px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1230px) {
  .section-program .pc-only {
    display: none;
  }
  .program__title__txt span {
    display: inline-block;
  }
  .program__body__title span {
    display: inline-block;
  }
  .program__body__lead span {
    display: inline-block;
  }
  .program__body__txt span {
    display: inline-block;
  }
  .program__body__remarks span {
    display: inline-block;
  }
}

@media screen and (max-width: 1000px) {
  .program__title {
    flex-direction: column;
    align-items: flex-start;
  }
  .program__title__num {
    position: static;
    height: 62px;
  }
  .program__title__txt {
    margin-top: 10px;
  }
  .program__body__title--02 span {
    display: block;
    margin-left: 1em;
  }
  .program__body__title--02 br {
    display: none;
  }
}

@media screen and (max-width: 811px) {
  .section-programs {
    padding: 40px 0 95px;
  }
  .section-programs .section-inner {
    padding-left: 65px;
    background-size: 13px auto;
  }
  .section-programs .section-inner::before {
    left: 48px;
  }
  .section-program--02 {
    margin-top: 50px;
    padding-top: 45px;
  }
  .section-program--03 {
    margin-top: 50px;
    padding-top: 45px;
  }
  .section-program--02 .program__main-content {
    order: 1;
  }
  .section-program--03 .program__title {
    width: 100%;
  }
  .program__title__num {
    height: 42px;
  }
  .section-program--03 .program__title__txt {
    letter-spacing: 1.5px;
  }
  .program__body {
    margin-top: 24px;
  }
  .program__body__title--02 {
    margin-top: 21px;
  }
  .program__body__title--02 span {
    margin-left: 0;
  }
  .program__body__title--02 br {
    display: block;
  }
  .section-program--03 .program__body__title--01 {
    letter-spacing: 1.5px;
  }
  .program__body__lead {
    margin-top: 11px;
  }
  .section-program--03 .program__body__lead {
    margin-top: 16px;
  }
  .program__body__txt {
    margin-top: 10px;
  }
  .section-program--03 .program__body__remarks--02 {
    margin-top: 10px;
  }
  .program__main-img {
    width: 100%;
    margin-top: 33px;
  }
  .program__main-img__img {
    position: static;
  }
  .section-program--01 .program__main-img {
    position: static;
    width: 100%;
  }
  .section-program--02 .program__main-img {
    display: block;
    width: 100%;
  }
  .section-program--03 .program__main-img {
    position: static;
    width: 100%;
  }
  .program__main-img {
    position: static;
    text-align: center;
  }
  .program__btn {
    margin-top: 41px;
    padding-right: 0;
  }
  .section-program--03 .program__btn {
    margin-top: 41px;
  }
}

@media screen and (max-width: 640px) {
  .program__body__title--02 span {
    display: block;
    margin-left: 1em;
  }
  .program__body__title--02 br {
    display: none;
  }
}

@media screen and (max-width: 365px) {
  .section-program--02 .program__title__txt {
    letter-spacing: 1.2px;
  }
}

/* section-company
============================================================ */
.section-company {
  padding: 125px 0 20px;
}
.section-company .section-inner {
  position: relative;
  padding-top: 0.1px;
  padding-left: 145px;
  background: url(../img/top/company__bg.svg) no-repeat 20px top;
  background-size: 23px auto;
}
.section-company .section-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 92px;
  width: 0;
  height: 100%;
  border-right: 3px solid #231815;
}
.company__logo__wrap {
  max-width: 1080px;
  padding: 40px 40px 30px;
  background: #e1dedd;
}
.company__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
.company__logo__item {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: calc(100% / 6);
  border-top: 1px solid #e1dedd;
  border-left: 1px solid #e1dedd;
}
.company__logo__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
}
.company__logo__item__link__img {
  width: 100%;
  height: auto;
}
.company__remarks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.company__remarks li {
  margin-right: 0.5em;
  padding-left: 1em;
  font-size: 11px;
  font-weight: bold;
  text-indent: -1em;
}
.company__remarks li:last-child {
  margin-right: 0;
}
.company__remarks li::before {
  content: "\203b";
}
.company__remarks li * {
  text-indent: 0;
}
.company__remarks li span {
  display: inline-block;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1000px) {
  .company__logo__item {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 900px) {
  .company__logo__item {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 811px) {
  .section-company {
    padding: 80px 0 20px;
  }
  .section-company .section-inner {
    padding-left: 65px;
    background-size: 13px auto;
  }
  .section-company .section-inner::before {
    left: 48px;
  }
  .company__logo__wrap {
    padding: 20px 20px 15px;
  }
  .company__remarks {
    margin-top: 8px;
  }
  .company__remarks li {
    font-size: 10px;
  }
}

@media screen and (max-width: 640px) {
  .company__logo__wrap {
    padding: 15px 15px 10px;
  }
  .company__logo__item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 481px) {
}

@media screen and (max-width: 365px) {
  .company__remarks {
    justify-content: left;
  }
}
