@charset "UTF-8";
/***********************************************
  Animation
***********************************************/
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: opacity 300ms ease-out, transform 300ms ease-out;
  transition: opacity 300ms ease-out, transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.fadeInUp.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media all and (min-width: 751px) {
  .fadeInUpPC {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: opacity 300ms ease-out, transform 300ms ease-out;
    transition: opacity 300ms ease-out, transform 300ms ease-out, -webkit-transform 300ms ease-out;
  }
  .fadeInUpPC.is-anime {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/***********************************************
  main
***********************************************/
.main {
  font-family:  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  overflow: hidden;
}

.main img {
  width: 100%;
  height: auto;
  max-width: none;
}

.main *,
.main *::before,
.main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main__pc {
  display: none;
}

@media all and (min-width: 751px) {
  .main__pc {
    display: block;
  }
}

.main__sp {
  display: block;
}

@media all and (min-width: 751px) {
  .main__sp {
    display: none;
  }
}

.main__menu {
  display: none;
}

@media all and (min-width: 751px) {
  .main__menu {
    display: block;
    height: 40px;
    /*background-color: #000000;*/
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .main {
    font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}

/***********************************************
  pagemenu
***********************************************/
.pageMenu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 40px;
  margin-left: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.pageMenu__list::after {
  content: "";
  display: block;
  background: url(../images/icon_menu_arrow.svg) no-repeat center;
  background-size: contain;
  width: 5px;
  height: 14px;
  margin-left: auto;
}

.pageMenu__list:first-child {
  margin-left: 0;
}

.pageMenu__list:last-child {
  width: 76px;
}

.pageMenu__list:last-child::after {
  display: none;
}

.pageMenu__list:nth-child(1) .pageMenu__listItem svg {
  width: 24px;
}

.pageMenu__list:nth-child(2) .pageMenu__listItem svg {
  width: 29px;
}

.pageMenu__list:nth-child(3) .pageMenu__listItem svg {
  width: 32px;
}

.pageMenu__list:nth-child(4) .pageMenu__listItem svg {
  width: 33px;
}

.pageMenu__list:nth-child(5) .pageMenu__listItem svg {
  width: 30px;
}

.pageMenu__list:nth-child(6) .pageMenu__listItem svg {
  width: 75px;
}

.pageMenu__list.pageMenu__list--active::before {
/*  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #A08B5E;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-22px);
          transform: translateX(-22px);*/
}

.pageMenu__list.pageMenu__list--active:last-child::before {
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.pageMenu__list .pageMenu__listItem {
  fill: #4b4b4b;
}
.pageMenu__list.pageMenu__list--active .pageMenu__listItem {
  fill: #35719b;
}

.pageMenu__list.pageMenu__list--active .pageMenu__svg {
  fill: #FFFFFF;
}

.pageMenu__listItem {
  display: block;
  width: auto;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  line-height: 0;
  cursor: pointer;
}

.pageMenu__listItem:hover {
  opacity: 0.7;
}

.pageMenu__listItem svg {
  height: 16px;
}

.pageMenu__svg {
  fill: #A08B5E;
}

/***********************************************
  employee
***********************************************/
.employee {
  width: 100%;
}

.employee.employee--1st h2 img {
  width: calc((541/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--1st h2 img {
    /* width: 75%; */
    width: 82.5%;
  }
}

.employee.employee--1st .mainvisual__plateTerm img {
  width: 54.5vw;
}

@media all and (min-width: 751px) {
  .employee.employee--1st .mainvisual__plateTerm img {
    width: 83.5%;
  }
}

.employee.employee--1st .mainvisual__plateName img {
  width: 45.5vw;
}

@media all and (min-width: 751px) {
  .employee.employee--1st .mainvisual__plateName img {
    width: 75.5%;
  }
}

.employee.employee--1st .section__container--1 .section__boxTitle img {
  width: calc((512/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--1st .section__container--1 .section__boxTitle img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}

.employee.employee--1st .section__container--2 .section__boxTitle img {
  width: calc((404/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--1st .section__container--2 .section__boxTitle img {
    width: 100%;
    max-width: 331px;
    margin: 0 auto;
  }
}

.employee.employee--1st .section__container--3 .section__boxTitle img {
  width: calc((411/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--1st .section__container--3 .section__boxTitle img {
    width: 100%;
    max-width: 337px;
    margin: 0 auto;
  }
}

@media all and (min-width: 751px) {
  .employee.employee--2nd .mainvisual__inner {
    width: 75.14286%;
  }
  .employee.employee--2nd .mainvisual__title {
    /*width: 22.4vw;
    max-width: 312px;
    padding: 0.75vw 0;*/
    left: 0;
  }
  .employee.employee--2nd .mainvisual__plate {
    /*width: 25%;*/
    left: 0;
  }
}

.employee.employee--2nd h2 img {
  width: calc((342/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--2nd h2 img {
    width: 76%;
  }
}

.employee.employee--2nd .mainvisual__plateTerm img {
  width: 60.2vw;
}

@media all and (min-width: 751px) {
  .employee.employee--2nd .mainvisual__plateTerm img {
    width: 75%;
  }
}

.employee.employee--2nd .mainvisual__plateName img {
  width: 54.5vw;
}

@media all and (min-width: 751px) {
  .employee.employee--2nd .mainvisual__plateName img {
    width: 77%;
  }
}

.employee.employee--2nd .section__container--1 .section__boxTitle img {
  width: calc((265/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--2nd .section__container--1 .section__boxTitle img {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}

.employee.employee--2nd .section__container--2 .section__boxTitle img {
  width: calc((330/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--2nd .section__container--2 .section__boxTitle img {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}

.employee.employee--2nd .section__container--3 .section__boxTitle img {
  width: calc((560/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--2nd .section__container--3 .section__boxTitle img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
}

/* .employee.employee--2nd h2 img {
  width: 78.5vw;
}

@media all and (min-width: 751px) {
  .employee.employee--2nd h2 img {
    width: 77.8%;
  }
} */

.employee.employee--3rd .mainvisual__title {
  /*width: 84vw;*/
}

@media all and (min-width: 751px) {
  .employee.employee--3rd .mainvisual__inner {
    width: 75.14286%;
  }
  .employee.employee--3rd .mainvisual__title {
    /*width: 29%;
    padding: 1.04563% 0;*/
    left: 0;
  }
  .employee.employee--3rd .mainvisual__plate {
    /*width: 39.92395%;*/
    left: 0;
  }
  .employee.employee--3rd .section__container.section__container--2 .section__picture {
    max-width: 800px;
  }
}

.employee.employee--3rd h2 img {
  width: calc((336/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--3rd h2 img {
    width: 76.2%;
  }
}

.employee.employee--3rd .mainvisual__plateTerm img {
  width: 60vw;
}

@media all and (min-width: 751px) {
  .employee.employee--3rd .mainvisual__plateTerm img {
    width: 60.2%;
  }
}

.employee.employee--3rd .mainvisual__plateName img {
  width: 76.5vw;
}

@media all and (min-width: 751px) {
  .employee.employee--3rd .mainvisual__plateName img {
    width: 55%;
  }
}

.employee.employee--3rd .section__container--1 .section__boxTitle img {
  width: calc((360/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--3rd .section__container--1 .section__boxTitle img {
    width: 100%;
    max-width: 295px;
    margin: 0 auto;
  }
}

.employee.employee--3rd .section__container--2 .section__boxTitle img {
  width: calc((550/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--3rd .section__container--2 .section__boxTitle img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}

.employee.employee--3rd .section__container--3 .section__boxTitle img {
  width: calc((390/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--3rd .section__container--3 .section__boxTitle img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.employee.employee--4th .mainvisual__title {
  /*width: 84vw;*/
}

@media all and (min-width: 751px) {
  .employee.employee--4th .mainvisual__inner {
    width: 78.57143%;
  }
  .employee.employee--4th .mainvisual__title {
    /*width: 29%;*/
    /*padding: 1% 0;*/
    left: 0;
    display:table;
  }
  .employee.employee--4th .mainvisual__plate {
    /*width: 40.45455%;*/
    left: 0;
  }
}

.employee.employee--4th h2 img {
  width: calc((375/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--4th h2 img {
    width: 83%;
  }
}

.employee.employee--4th .mainvisual__plateTerm img {
  width: 60vw;
}

@media all and (min-width: 751px) {
  .employee.employee--4th .mainvisual__plateTerm img {
    width: 57%;
  }
}

.employee.employee--4th .mainvisual__plateName img {
  width: 60vw;
}

@media all and (min-width: 751px) {
  .employee.employee--4th .mainvisual__plateName img {
    width: 50%;
  }
}

.employee.employee--4th .section__container--1 .section__boxTitle img {
  width: calc((583/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--4th .section__container--1 .section__boxTitle img {
    width: 100%;
    max-width: 478px;
    margin: 0 auto;
  }
}

.employee.employee--4th .section__container--2 .section__boxTitle img {
  width: calc((418/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--4th .section__container--2 .section__boxTitle img {
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }
}

.employee.employee--4th .section__container--3 .section__boxTitle img {
  width: calc((392/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--4th .section__container--3 .section__boxTitle img {
    width: 100%;
    max-width: 322px;
    margin: 0 auto;
  }
}

.employee.employee--5th .mainvisual__title {
  /*width: 84vw;*/
}

@media all and (min-width: 751px) {
  .employee.employee--5th .mainvisual__inner {
    width: 75.14286%;
  }
  .employee.employee--5th .mainvisual__title {
    /*width: 40%;
    padding: 1.04563% 0;*/
    left: 0;
  }
  .employee.employee--5th .mainvisual__plate {
    /*width: 39.92395%;*/
    left: 0;
  }
}

.employee.employee--5th h2 img {
  width: calc((485/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--5th h2 img {
    width: 80%;
  }
}

.employee.employee--5th .mainvisual__plateTerm img {
  width: 58vw;
}

@media all and (min-width: 751px) {
  .employee.employee--5th .mainvisual__plateTerm img {
    width: 59.6%;
  }
}

.employee.employee--5th .mainvisual__plateName img {
  width: 54.8vw;
}

@media all and (min-width: 751px) {
  .employee.employee--5th .mainvisual__plateName img {
    width: 52%;
  }
}

.employee.employee--5th .section__container--1 .section__boxTitle img {
  width: calc((375/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--5th .section__container--1 .section__boxTitle img {
    width: 100%;
    max-width: 307px;
    margin: 0 auto;
  }
}

.employee.employee--5th .section__container--2 .section__boxTitle img {
  width: calc((431/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--5th .section__container--2 .section__boxTitle img {
    width: 100%;
    max-width: 357px;
    margin: 0 auto;
  }
}

.employee.employee--5th .section__container--3 .section__boxTitle img {
  width: calc((495/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--5th .section__container--3 .section__boxTitle img {
    width: 100%;
    max-width: 431px;
    margin: 0 auto;
  }
}

@media all and (min-width: 751px) {
  .employee.employee--office .mainvisual__inner {
    width: 79.71429%;
  }
  .employee.employee--office .mainvisual__title {
    /*width: 34.5%;*/
    /*padding: 0.98566% 0;*/
    /*top: 30.8%;*/
    left: 0;
  }
  .employee.employee--office .mainvisual__plate {
    /*width: 40.32258%;*/
    top: 62.4%;
    left: 0;
  }
  .employee.employee--office .section__container.section__container--1 .section__boxTitle {
    max-width: 800px;
  }
  .employee.employee--office .section__container.section__container--2 .section__boxTitle {
    max-width: 700px;
  }
  .employee.employee--office .section__container.section__container--2 .section__picture {
    max-width: 800px;
  }
  .employee.employee--office .section__container.section__container--3 .section__boxTitle {
    max-width: 900px;
  }
}

.employee.employee--office h2 img {
  width: calc((462/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--office h2 img {
    width: 83%;
  }
}

.employee.employee--office .mainvisual__plateTerm img {
  width: 38.26667vw;
}

@media all and (min-width: 751px) {
  .employee.employee--office .mainvisual__plateTerm img {
    width: 33.33333%;
  }
}

.employee.employee--office .mainvisual__plateName img {
  width: 72.8vw;
}

@media all and (min-width: 751px) {
  .employee.employee--office .mainvisual__plateName img {
    width: 58.44444%;
  }
}

.employee.employee--office .section__container--1 .section__boxTitle img {
  width: calc((347/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--office .section__container--1 .section__boxTitle img {
    width: 100%;
    max-width: 274px;
    margin: 0 auto;
  }
}

.employee.employee--office .section__container--2 .section__boxTitle img {
  width: calc((456/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--office .section__container--2 .section__boxTitle img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

.employee.employee--office .section__container--3 .section__boxTitle img {
  width: calc((541/750)*100vw);
}

@media all and (min-width: 751px) {
  .employee.employee--office .section__container--3 .section__boxTitle img {
    width: 100%;
    max-width: 444px;
    margin: 0 auto;
  }
}

.employee__container {
  width: 100%;
}

/***********************************************
  mainvisual
***********************************************/
.mainvisual {
  width: 100%;
  /*background-color: #000000;*/
  position: relative;
  z-index: 0;
}

.mainvisual__picture {
  display: block;
  width: 100%;
}

.mainvisual__inner {
  width: 100%;
}

@media all and (min-width: 751px) {
  .mainvisual__inner {
    width: 65.71429%;
    margin: 0 auto;
    padding-top: 35.71429%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.mainvisual__title {
  /*width: 84vw;*/
  background-color: #FFFFFF;
  padding: 5px 20px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 78.66667vw;
  font-size:26px;
  font-family: "Shippori Mincho", serif;
  color:#4B4B4B;
}

@media all and (min-width: 751px) {
  .mainvisual__title {
    /*width: 32.5vw;*/
   /* max-width: 455px;*/
    /*padding: 0.75vw 0;*/
    top:auto;
    bottom: 40%;
    left: 0;
  }
}

.mainvisual__title h2 {
  text-align: center;
  color:#4B4B4B;
}

.mainvisual__plate {
  /*background-color: #000000;*/
  /*padding: 13.33333vw 0 13.33333vw 8vw;*/
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  display:table;
  margin:0 auto;
  padding:20px 0 50px 0;
  color:#4B4B4B;
}

@media all and (min-width: 751px) {
  .mainvisual__plate {
    /* width: 38.69565%; */
    /*width: 25%;*/
    background-color: #fff;
    padding: 20px;
    position: absolute;
    z-index: 10;
    top: 64.4%;
    left: 0;
  }
}

.mainvisual__plateTerm {
  display: flex;
  align-items: center;
  margin-bottom: 2.66667vw;
  font-weight: 300;

}
.kouho_term{
  font-size: 30px;
  padding:0 0 0 5px;
}
.mainvisual__plateName {
  display: flex;
  align-items: end;
}
.mainvisual__plateName .name_jp{
  font-size:26px;
  padding:0 10px 0 0;
}
.mainvisual__plateName .name_en{
  font-size:12px;
  padding:0 0 5px 0;
  font-weight: 300;
}
@media all and (min-width: 751px) {
  .mainvisual__plateTerm {
    margin-bottom: 2.24719%;
  }
  .mainvisual__plateTerm img {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
  }
}

@media all and (min-width: 751px) {
  .mainvisual__plateName img {
    -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4));
  }
}

.mainvisual__plateText {
  color: #4B4B4B;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.66667;
  margin-bottom: 4vw;
  font-weight: 300;
}

@media all and (min-width: 751px) {
  .mainvisual__plateText {
    font-size: 14px;
    line-height: 1.64286;
    margin-bottom: 2.80899%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 751px) {
  *::-ms-backdrop, .mainvisual__plateText {
    text-shadow: none;
  }
}

/***********************************************
  section
***********************************************/
.section {
  width: 100%;
  background-color: #fff;
}

@media all and (min-width: 751px) {
  .section {
    padding-top: 104px;
  }
}

.section__container {
  width: 100%;
}

@media all and (min-width: 751px) {
  .section__container {
    max-width: 1040px;
    margin: 0 auto -60px;
    padding: 0 20px;
  }
}

.section__container.section__container--1 .section__titleWord img {
  width: 24.8vw;
}

@media all and (min-width: 751px) {
  .section__container.section__container--1 .section__titleWord img {
    width: 100%;
    max-width: 140px;
  }
}

@media all and (min-width: 751px) {
  .section__container.section__container--1 .section__title::before {
    left: -500px;
  }
  .section__container.section__container--1 .section__title::after {
    left: 40px;
  }
  .section__container.section__container--1 .section__picture {
    -webkit-transform: translate(200px, -60px);
            transform: translate(200px, -60px);
  }

}

.section__container.section__container--2 .section__titleWord img {
  width: 28.93333vw;
}

@media all and (min-width: 751px) {
  .section__container.section__container--2 .section__titleWord img {
    width: 100%;
    max-width: 163px;
  }
}

@media all and (min-width: 751px) {
  .section__container.section__container--2 .section__picture {
    -webkit-transform: translate(-200px, -80px);
            transform: translate(-200px, -80px);
  }
  .employee--1st .section__container--2 .section__picture {
    -webkit-transform: translate(-200px, -40px);
            transform: translate(-200px, -40px);
  }
  .employee--2nd .section__container--2 .section__picture {
    -webkit-transform: translate(-200px, -40px);
            transform: translate(-200px, -40px);
  }

  .section__container.section__container--2 .section__title::before {
    left: -500px;
  }
  .section__container.section__container--2 .section__titleWord {
    padding-left: 48%;
  }
  .employee--1st .section__container.section__container--2 .section__titleWord {
    padding-left: 37.5%;
  }
  .employee--2nd .section__container.section__container--2 .section__titleWord {
    padding-left: 37.5%;
  }
  .employee--3rd .section__container.section__container--2 .section__titleWord {
    padding-left: 41.5%;
  }

  .section__container.section__container--2 .section__titleWord img {
    display: block;
    margin-left: auto;
    margin-right: 330px;
  }
  .section__container.section__container--2 .section__boxTitle {
    margin-left: 425px;
  }

  .employee--1st .section__container.section__container--2 .section__boxTitle {
    margin-left: 32.5%;
  }
  .employee--2nd .section__container.section__container--2 .section__boxTitle {
    margin-left: 32.5%;
  }
  .employee--3rd .section__container.section__container--2 .section__boxTitle {
    margin-left: 36.5%;
  }
  .section__container.section__container--2 .section__boxInner {
    margin-left: auto;
  }

}

.section__container.section__container--3 .section__titleWord img {
  width: 31.06667vw;
}

@media all and (min-width: 751px) {
  .section__container.section__container--3 .section__titleWord img {
    width: 100%;
    max-width: 175px;
  }
}

@media all and (min-width: 751px) {
  .section__container.section__container--3 {
    margin-bottom: 0;
  }
  .section__container.section__container--3 .section__title::before {
    left: -500px;
  }
  .section__container.section__container--3 .section__title::after {
    left: 210px;
  }
  .section__container.section__container--3 .section__boxInner {
    max-width: 840px;
  }
}

.section__container:last-child {
  padding-bottom: 18.4vw;
}

@media all and (min-width: 751px) {
  .section__container:last-child {
    padding-bottom: 50px;
  }
}

.section__container + .section__container {
  margin-top: 15.73333vw;
}

@media all and (min-width: 751px) {
  .section__container + .section__container {
    margin-top: 100px;
  }
}

.section__title {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 4.26667vw;
  font-size:18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #4B4B4B;
}
.section__title span{
  font-size:21px;
}
.rectangle_bg{background:#35719B;width:1400px;height:200px;margin:-150px 0 0 100px;}
.rectangle_bg2{background:#F0F1F1;width:366px;height:847px;margin:-880px 0 130px -500px;}
.rectangle_bg3{background:#35719B;width:1400px;height:200px;margin:-280px 0 160px 100px;}


@media all and (min-width: 751px) {
  .section__title {
    margin-bottom: 35px;
  }

  .employee--1st .rectangle_bg3{background:#35719B;width:1400px;height:200px;margin:-240px 0 160px 100px;}
  .employee--2nd .rectangle_bg3{background:#35719B;width:1400px;height:200px;margin:-240px 0 160px 100px;}
  .employee--office .rectangle_bg3{background:#ac3959;width:1400px;height:200px;margin:-280px 0 160px 100px;}

}

.section__title::before, .section__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.section__title::before {
  width: 100%;
  height: 0.26667vw;
  background-color: #4B4B4B;
  left: 0;
}

@media all and (min-width: 751px) {
  .section__title::before {
    height: 1px;
  }
}

.section__title::after {
  width: 81.06667vw;
  height: 2.66667vw;
  background-color: #fff;
  left: 470px;
}

@media all and (min-width: 751px) {
  .section__title::after {
    width: 100%;
    height: 18px;
  }
  .employee--1st .section__title::after {
    left: 36%;
  }
  .employee--2nd .section__title::after {
    left: 36%;
  }
  .employee--3rd .section__title::after {
    left: 40%;
  }
}
@media all and (max-width: 750px) {
  .section__title::after {
    left: 19%;
  }
}
.section__titleWord {
  padding-left: 20.8vw;
  position: relative;
  z-index: 10;
}

.section__titleWord img {
  vertical-align: middle;
}

@media all and (min-width: 751px) {
  .section__titleWord {
    padding-left: 50px;
  }
  .section__container.section__container--3 .section__titleWord {
    padding-left: 220px;
  }
  .section__container.section__container--3 .section__boxTitle {
    padding: 11px 0 11px 220px;
  }
}

.section__box {
  width: 100%;
  position: relative;
  z-index: 20;
}

.section__boxTitle {
  background-color: #FFFFFF;
  padding-left: 8vw;
  margin-bottom: 8vw;
  font-size:32px;
  font-family: "Shippori Mincho", serif;
  /*max-width:652px;*/
  width:100%;
  /*text-align:center;*/
  color: #4B4B4B;
}

@media all and (min-width: 751px) {
  .section__boxTitle {
    width: 100%;
    /*max-width: 652px;*/
    height: auto;
    padding: 11px 0 11px 50px;
    margin-bottom: 30px;
  }
}

.section__boxInner {
  width: 100%;
  padding: 0 8vw;
}

@media all and (min-width: 751px) {
  .section__boxInner {
    max-width: 652px;
    padding: 0 0;
  }
}

.section__boxText {
  font-size: 3.46667vw;
  line-height: 2;
  letter-spacing: 0em;
  text-align: justify;
  color: #4B4B4B;
  background-color:rgba(255,255,255,0.8);
}

@media all and (min-width: 751px) {
  .section__boxText {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.075em;
    /*text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);*/
  }
}

.section__picture {
  display: block;
  width: 100%;
  margin-top: 9.33333vw;
}

@media all and (min-width: 751px) {
  .section__picture {
    width: 100%;
    max-width: 1000px;
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
}

/***********************************************
  schedule
***********************************************/
.schedule {
  width: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,241,241,1) 100%);
}

.schedule__container {
  width: 100%;
  padding-top: 11.46667vw;
  padding-bottom: 13.33333vw;
}

@media all and (min-width: 751px) {
  .schedule__container {
    padding-top: 94px;
    padding-bottom: 100px;
  }
}

.schedule__title {
  text-align: center;
  margin-bottom: 80px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 90px;
  color: #C9CECC;
  line-height:1.2;
}
.schedule__title:first-letter{
  color:#35719B;
}
@media all and (min-width: 751px) {
  .schedule__title {
    margin-bottom: 50px;
  }
}

.schedule__title img {
  width: 60.4vw;
}

@media all and (min-width: 751px) {
  .schedule__title img {
    width: 100%;
    max-width: 298px;
  }
}

.schedule__list {
  width: 84vw;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  color:#4B4B4B;
}

@media all and (min-width: 751px) {
  .schedule__list {
    width: 100%;
    max-width: 555px;
  }
}

.schedule__listHead {
  display: block;
  padding: 1.33333vw 0;
}

@media all and (min-width: 751px) {
  .schedule__listHead {
    padding: 6px 0;
  }
}

.schedule__listHead.schedule__listHead--0900 {
  padding-left: 1.86667vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--0900 {
    padding-left: 9px;
  }
}

.schedule__listHead.schedule__listHead--0900 img {
  width: 26.53333vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--0900 img {
    width: 100%;
    max-width: 172px;
  }
}


.schedule__listHead.schedule__listHead--0900-2 {
  padding-left: 1.86667vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--0900-2 {
    padding-left: 9px;
  }
}

.schedule__listHead.schedule__listHead--0900-2 img {
  width: 54.53333vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--0900-2 img {
    width: 100%;
    max-width: 345px;
  }
}










.schedule__listHead.schedule__listHead--1000 img {
  width: 36.93333vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1000 img {
    width: 100%;
    max-width: 234px;
  }
}

.schedule__listHead.schedule__listHead--1000-2 img {
  width: 36.53333vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1000-2 img {
    width: 100%;
    max-width: 234px;
  }
}

.schedule__listHead.schedule__listHead--1100 img {
  width: 36.53333vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1100 img {
    width: 100%;
    max-width: 232px;
  }
}

.schedule__listHead.schedule__listHead--1100-2 img {
  width: 36.53333vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1100-2 img {
    width: 100%;
    max-width: 232px;
  }
}

.schedule__listHead.schedule__listHead--1100-3 img {
  width: 40.53333vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1100-3 img {
    width: 100%;
    max-width: 256px;
  }
}

.schedule__listHead.schedule__listHead--1400 img {
  width: 72.53333vw;
}
.sp_ti2{padding-top:10px;}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1400 img {
    width: 100%;
    max-width: 488px;
  }
}




.schedule__listHead.schedule__listHead--1500 img {
  width: 37.06667vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1500 img {
    width: 100%;
    max-width: 235px;
  }
}

.schedule__listHead.schedule__listHead--1600 img {
  width: 37.06667vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1600 img {
    width: 100%;
    max-width: 235px;
  }
}

.schedule__listHead.schedule__listHead--1700 img {
  width: 28.13333vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1700 img {
    width: 100%;
    max-width: 181px;
  }
}

.schedule__listHead.schedule__listHead--1700-2 img {
  width: 40.6vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1700-2 img {
    width: 100%;
    max-width: 255px;
  }
}

.schedule__listHead.schedule__listHead--1800 img {
  width: 40.8vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1800 img {
    width: 100%;
    max-width: 257px;
  }
}

.schedule__listHead.schedule__listHead--1800-2 img {
  width: 28.13333vw;
}

@media all and (min-width: 751px) {
  .schedule__listHead.schedule__listHead--1800-2 img {
    width: 100%;
    max-width: 181px;
  }
}

.schedule__listBody {
  padding-left: 20vw;
  padding-bottom: 5.33333vw;
  position: relative;
  z-index: 0;
}

@media all and (min-width: 751px) {
  .schedule__listBody {
    padding-left: 135px;
    padding-bottom: 40px;
  }
}

.schedule__listBody::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #4B4B4B;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 14.13333vw;
  bottom: 0;
  margin: auto 0;
}

@media all and (min-width: 751px) {
  .schedule__listBody::before {
    left: 87px;
  }
}

.schedule__listBody:last-child {
  padding-bottom: 0;
}

.schedule__listBody:last-child::before {
  display: none;
}

.schedule__listBody p {
  font-size: 2.93333vw;
  line-height: 1.75;
  letter-spacing: 0.01em;
  -webkit-transform: translateY(-1.33333vw);
          transform: translateY(-1.33333vw);
}

@media all and (min-width: 751px) {
  .schedule__listBody p {
    padding-top:8px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.075em;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

.schedule__listPicture {
  display: block;
  margin-top: 2.66667vw;
}

@media all and (min-width: 751px) {
  .schedule__listPicture {
    margin-top: 14px;
  }
}

/***********************************************
  bottom
***********************************************/
.bottom {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 13.33333vw;
}

@media all and (min-width: 751px) {
  .bottom {
    margin-top: 92px;
    margin-bottom: 30px;
  }
}

.bottom__title {
  margin: 0 auto 30px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 60px;
  color: #C9CECC;
  text-align:center;
  line-height:1.2;
}
.bottom__title:first-letter{
  color:#35719B;
}
.bottom__title img {
  width: 100% !important;
}

@media all and (min-width: 751px) {
  .bottom__title {
    margin-bottom: 40px;
  }
}

.bottom__list {
  width: 65.33333vw;
  margin: 0 auto;
}

@media all and (min-width: 751px) {
  .bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 1024px;
    padding: 0 10px;
  }
}

.bottom__listItem {
  margin-bottom: 4.66667vw;
}

@media all and (min-width: 751px) {
  .bottom__listItem {
    width: 160px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .bottom__listItem:last-child {
    margin-right: 0;
  }
}

.bottom__listItem.bottom__listItem--1st .bottom__boxTerm img {
  width: 6.93333vw;
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--1st .bottom__boxTerm img {
    width: 23px;
  }
}

.bottom__listItem.bottom__listItem--2nd .bottom__boxTerm img {
  width: 8.26667vw;
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--2nd .bottom__boxTerm img {
    width: 28px;
  }
}

.bottom__listItem.bottom__listItem--2nd .bottom__boxWordName img {
  /* width: 24.5vw; */
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--2nd .bottom__boxWordName img {
    /* width: 82px; */
    /* margin-top: -3px; */
  }
}

.bottom__listItem.bottom__listItem--3rd .bottom__boxTerm img {
  width: 9.2vw;
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--3rd .bottom__boxTerm img {
    width: 31px;
  }
}

.bottom__listItem.bottom__listItem--3rd .bottom__boxWordName img {
  /* width: 31.2vw; */
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--3rd .bottom__boxWordName img {
    /* width: 104px; */
    /* margin-top: -3px; */
  }
}

.bottom__listItem.bottom__listItem--4th .bottom__boxTerm img {
  width: 9.33333vw;
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--4th .bottom__boxTerm img {
    width: 32px;
  }
}

.bottom__listItem.bottom__listItem--4th .bottom__boxWordName img {
  /* width: 30.2vw; */
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--4th .bottom__boxWordName img {
    /* width: 102px; */
    /* margin-top: -3px; */
  }
}

.bottom__listItem.bottom__listItem--5th .bottom__boxTerm img {
  width: 8.93333vw;
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--5th .bottom__boxTerm img {
    width: 30px;
  }
}

.bottom__listItem.bottom__listItem--5th .bottom__boxWordName img {
  /* width: 30.2vw; */
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--5th .bottom__boxWordName img {
    /* width: 102px; */
    /* margin-top: -3px; */
  }
}

.bottom__listItem.bottom__listItem--office .bottom__boxTerm img {
  width: 11.06667vw;
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--office .bottom__boxTerm img {
    width: 38px;
  }
}

.bottom__listItem.bottom__listItem--office .bottom__boxWordName img {
  /* width: 31.2vw; */
}

@media all and (min-width: 751px) {
  .bottom__listItem.bottom__listItem--office .bottom__boxWordName img {
    /* width: 102px; */
    /* margin-top: -3px; */
  }
}

.bottom__listItem.bottom__listItem--active .bottom__box {
  pointer-events: none;
}

.bottom__listItem.bottom__listItem--active .bottom__boxPhoto::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.bottom__listItem.bottom__listItem--active .bottom__boxTerm,
.bottom__listItem.bottom__listItem--active .bottom__boxWord {
  opacity: 0.5;
}

.bottom__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #000000;
}

@media all and (min-width: 751px) {
  .bottom__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bottom__box:hover {
    opacity: 0.7;
  }
}

.bottom__boxPhoto {
  /*width: 14.53333vw;*/
  position: relative;
}

@media all and (min-width: 751px) {
  .bottom__boxPhoto {
    width: 100%;
    margin-bottom: 8px;
  }
}

.bottom__boxTerm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.33333vw;
  background-color: #A08B5E;
}

@media all and (min-width: 751px) {
  .bottom__boxTerm {
    width: 45px;
    margin-right: 3px;
  }
}

.bottom__boxWord {
  width: 35vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media all and (min-width: 751px) {
  .bottom__boxWord {
    width: 112px;
    overflow: hidden;
  }
}

.bottom__boxWordRead {
  font-size: 2.13333vw;
  font-weight: bold;
  line-height: 1.125;
  margin-bottom: 0.8vw;
  text-indent: -0.5em;
}

@media all and (min-width: 751px) {
  .bottom__boxWordRead {
    display: block;
    width: 160px;
    font-size: 10px;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin-bottom: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

/***********************************************
  footer
***********************************************/
.footer {
  background-color: #FFFFFF;
  padding: 5.2vw 0 4vw;
  border-top:1px solid #D2D8D6;
}

@media all and (min-width: 751px) {
  .footer {
    padding: 20px 0px 20px;;
  }
}

.footer__copyright {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}

@media all and (min-width: 751px) {
  .footer__copyright {
    font-size: 11px;
  }
}

.breadcrumb-wrap {
  width: 100%;
  display: flex;
  /*background: #000;*/
  color: #35719B;
  justify-content: center;
  margin-top: 11vw;
  font-family: "Cormorant Garamond", serif;
}
@media all and (min-width: 751px){
  .breadcrumb-wrap {
      margin-top: 100px;
  }
}
.breadcrumb-wrap a {
  color: #4B4B4B;
  text-decoration: none;
}
.breadcrumb {
  font-size: 3vw;
  padding: 4vw 0 15px;
  display: flex;
  width: 90%;
}

@media all and (min-width: 751px){
  .breadcrumb {
      font-size: 12px;
      padding: 25px 0;
  }
}
.breadcrumb li:not(:last-child) {
  margin-right: 22px;
  position: relative;
}
.breadcrumb li:not(:last-child)::after {
  position: absolute;
  top: 9%;
  right: -18px;
  width: 12px;
  content: ">";
  color: #4B4B4B;
  font-size: 80%;
}
@media all and (min-width: 751px){
  .breadcrumb li:not(:last-child)::after {
      right: -18px;
      width: 10px;
  }
}

.person-video-title {
  /*width: calc((430/750)*100vw);*/
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size:47px;
  color:#C9CECC;
  text-align:center;
  line-height:1.2;
  padding:0 0 20px 0;
}
.person-video-title:first-letter{
  color:#35719B;
}
.person-video-sbtitle {
  text-align:center;
  margin: 0 auto 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size:18px;
  color:#4B4B4B;
}
.pcnone{display:none!important;}
.spnone{display:block!important;}
.pagetop{
  width:70px;
  margin:-70px 0 0 auto;
}
.pagetop a{
  display:block;
}
.pagetop a:hover{
  opacity:0.7;
}


@media only screen and (max-width:750px){
	.pcnone{display:block!important;}
	.spnone{display:none!important;}

  .rectangle_bg{width:1400px;height:100px;margin:-50px 0 0 10%;}
  .rectangle_bg2{width:30px;height:270px;margin:-250px 0 0 0px;}
  .rectangle_bg3{display:none;}

  .schedule__container{padding-top:0;}

}
@media only screen and (max-width:480px){
  .mainvisual__title {
    font-size:5.5vw;
  }
  .person-video-title {
    font-size:10vw;
  }
  .person-video-sbtitle {
    font-size:3.8vw;
  }
  .pagetop{
    width:45px;
    margin:-45px 0 0 auto;
  }
  .bottom__title {
    font-size:10vw;
  }
  .schedule__title {
    margin-bottom: 30px;
    font-size: 14vw;
  }
  .section__boxTitle {
    font-size: 5vw;
  }
  .section__title {
    font-size: 3.8vw;
  }
  .section__title span{
    font-size: 4vw;
  }
  .footer__copyright {
    font-size: 2.5vw;
  }
}

.person-video {
  position: relative;
  width: 80%;
  margin: 0 auto;
  transform: .5s;
}

.person-video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.person-video:hover {
  opacity: .7;
}

.person-video::before {
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  content: '';
  width: 50px;
  height: 50px;
  background: url(../images/play_btn.svg) no-repeat;
  cursor: pointer;
}

.person-video::before:hover {
  cursor: pointer;
  opacity: .7;
}

.modal-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 751px){
  .person-video-title {
    margin: 0 auto 15px;
    text-align:center;
  }

  .person-video {
    max-width: 800px;
  }

  .person-video a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

