.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media screen and (min-width: 769px) {
  .l-container {
    padding: 90px 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 45px 4vw;
  }
}

.l-main {
  color: #444;
  display: block;
  line-height: 1.6;
  line-break: strict;
}
.l-main img {
  max-width: 100%;
}
.l-main rt {
  ruby-align: center;
}
.l-main * {
  box-sizing: border-box;
}

/* ------------------------------------------------------- */

.a-scroll-up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 1s, transform 1s;
}
.a-scroll-up.is_active {
  opacity: 1;
  transform: translate(0, 0);
}
.a-scroll-left_in {
  transition: width 1s;
  width: 0;
}
.a-scroll-left_in.is_active {
  width: auto;
}
.a-scroll-right_in.is_active {
  transform: translate(0, 0);
}


/* ------------------------------------------------------- */

.a-scroll-blur {
  opacity: 0;
}
.a-scroll-blur.is_active {
  animation-name: aniBlur;
  opacity: 1;
  transition: 0.8s;
}

@keyframes aniBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
.ani-scroll-left_in {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  opacity: 0;
}
.ani-scroll-left_in.is_active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.ani-scroll-right_in {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.ani-scroll-right_in.is_active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fade.is-anime {
  opacity: 1;
}

.fade {
  transition: all 1.2s 0s ease;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .fade {
    transition: all 1.2s 0s ease;
  }
}

/* ------------------------------------------------------- */

.js-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 1s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-blur.is_active {
  -webkit-animation-name: blur;
  animation-name: blur;
  opacity: 1;
  transition: 0.5s;
}

@-webkit-keyframes blur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/* ------------------------------------------------------- */

.bg--ex {
  position: relative;
  z-index: 1;
}
.bg--ex:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #d2e1e4;
  content: "";
  transform: translateX(-100%);
}
.bg--ex.is-active:after {
  transition: all 1200ms cubic-bezier(0.54, 0.87, 0, 0.995);
  transition-timing-function: cubic-bezier(0.54, 0.87, 0, 0.995);
  transform: translateX(0) !important;
}

/* ------------------------------------------------------- */

.js-bgExtend {
  overflow: hidden;
}

.mask__wrap {
  overflow: hidden;
}
.mask__wrap .js-bgExtendImg {
  position: relative;
  left: -100%;
  overflow: hidden;
}
.mask__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
}
.mask__bg.bg--wh {
  background: #fff;
}

.a-fade {
  opacity: 0;
  transition: opacity 1.5s;
}
.a-fade.-delai01 {
  transition-delay: 0.2s;
}
.a-fade.-delai02 {
  transition-delay: 0.4s;
}
.a-fade.-delai03 {
  transition-delay: 0.6s;
}
.a-fade.is-active {
  opacity: 1;
}

.c-bullet {
  padding-left: 1em;
  position: relative;
}
.c-bullet__item {
  left: 0;
  position: absolute;
  top: 0;
}

/* ------------------------------------------------------- */

@media screen and (min-width: 769px) {
  .p-mv__box {
    position: relative;
    width: 1280px;
    height: 840px;
    margin: 0 auto;
  }
  .p-mv__box00 {
    background-color: #000;
    width: 640px;
    height: 840px;
    opacity: 0;
  }
  .p-mv__box01 {
    position: absolute;
    background-color: #000;
    width: 640px;
    height: 840px;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime01 10s forwards;
    animation-delay: 0s;
  }
  .p-mv__box02 {
    position: absolute;
    background-color: #000;
    width: 640px;
    height: 840px;
    top: 0;
    left: 640px;
    opacity: 0;
    animation: slideAnime01 10s forwards;
    animation-delay: 2s;
  }
  .p-mv__box03 {
    position: absolute;
    background-color: #000;
    width: 640px;
    height: 840px;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime02 1s forwards;
    animation-delay: 4s;
  }
  .p-mv__box04 {
    position: absolute;
    background-color: #000;
    width: 640px;
    height: 840px;
    top: 0;
    left: 640px;
    padding-top: 350px;
    opacity: 0;
    animation: slideAnime02 1s forwards;
    animation-delay: 5.5s;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__box {
     width: 100%;
  }
  .p-mv__box00 {
    background-color: #000;
    width: 100%;
  }
  .p-mv__box01 {
    position: absolute;
    background-color: #000;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime01 12s forwards;
    animation-delay: 0s;
  }
  .p-mv__box02 {
    position: absolute;
    background-color: #000;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime01 12s forwards;
    animation-delay: 2s;
  }
  .p-mv__box03 {
    position: absolute;
    background-color: #000;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .p-mv__box04 {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime02 2s forwards;
    animation-delay: 4s;
  }
}

@keyframes slideAnime01 {
  0%, 30%, 100% {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  10%, 20% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes slideAnime02 {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

.p-mv .p-mv__content2 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

/* ------------------------------------------------------- */

.c-button {
  align-items: center;
  display: flex;
  font-size: 1.0769230769rem;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button {
    max-width: 300px;
    height: 45px;
    width: 85.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-button.-large {
    height: 60px;
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .c-button.-small {
    height: 70px;
    max-width: 270px;
  }
}
.c-button.-bdr-bk {
  border: solid 1px #000;
}
.c-button.-bdr-wt {
  border: solid 1px #fff;
}
.c-button:hover {
  opacity: 0.6;
}

.c-flex:not(.-md) {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-flex-mt {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .c-flex.-md {
    display: flex;
  }
}
.c-flex.-jc-c {
  justify-content: center;
}
.c-flex.-jc-sb {
  justify-content: space-between;
}
.c-flex.-ai-c {
  align-items: center;
}
.c-flex__item {
  flex: 1 0 0%;
}

.c-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.c-image.-col {
  width: 50%;
}
.c-image.-col40 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .c-image.-full-sm {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.c-image.-full-images {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.c-notes > * {
  padding-left: 1em;
  position: relative;
}
.c-notes__bullet {
  left: 0;
  position: absolute;
  top: 0;
}

.c-separator {
  border-top-color: #f5f5f5;
  margin: 0 auto;
  max-width: 1020px;
}

.c-text {
  font-size: 1.1538461538rem;
  line-height: 1.88;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1.0769230769rem;
    line-height: 1.7;
  }
}
.c-text.-small {
  font-size: 1rem;
}
.c-text.-alphabet {
  line-height: 1.8;
  font-size: 1.3846153846rem;
}
.c-text.-alphabet.-medium {
  font-size: 2.3076923077rem;
}
@media screen and (min-width: 769px) {
  .c-text.-alphabet.-small {
    font-size: 1.3846153846rem;
  }
}
@media screen and (max-width: 768px) {
  .c-text.-alphabet.-small {
    font-size: 1.1538461538rem;
  }
}

.c-title {
  color: #222;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
}
.c-title.-primary {
  font-size: 1.6923076923rem;
}
.c-title.-secondary {
  font-size: 1.6153846154rem;
}
@media screen and (max-width: 768px) {
  .c-title.-secondary {
    line-height: 1.5;
    font-size: 1.3846153846rem;
    /*font-size: 1.5384615385rem;*/
  }
}
.c-title.-tertiary {
  font-size: 1.3846153846rem;
}
.c-title.-alphabet {
  font-size: 2.3076923077rem;
}
.c-title.-alphabet.-small {
  font-size: 2.1538461538rem;
}
.c-title__text {
  display: inline-block;
}
.c-title__sub {
  font-size: 1.3846153846rem;
}
.c-title__num {
  font-style: oblique;
  font-size: 2.9230769231rem;
}

@media screen and (min-width: 769px) {
  .p-body.-full-md {
    margin-left: -90px;
    margin-right: -90px;
  }
}

.p-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
@media screen and (min-width: 769px) {
  .p-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-content {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-col {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col2 .c-flex__item:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col2__content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 530px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-content.item-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col3 .c-flex__item:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col3__content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 530px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col3 .c-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-content.-full-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media screen and (min-width: 769px) {
  .p-content.-full-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-content__button {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-content__button {
    height: 60px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-content__button {
    height: 45px;
    width: 42.5333333333vw;
  }
}

.p-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
@media screen and (min-width: 769px) {
  .p-detail {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    max-width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail .c-flex__item {
    max-width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .p-detail .c-flex__item:not(:first-child) {
    margin-left: 4.7619047619%;
  }
}
@media screen and (max-width: 768px) {
  .p-detail .c-flex__item {
    max-width: 37.3333333333vw;
  }
}

@media screen and (min-width: 769px) {
  .-item-col2 .c-flex__item {
    flex: unset;
  }
}
@media screen and (min-width: 769px) {
  .-item-col2 .c-flex__item:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}
@media screen and (min-width: 769px) {
  .-item-col2 .c-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px) {
  .-item-col3 .c-flex__item {
    flex: unset;
  }
}
@media screen and (min-width: 769px) {
  .-item-col3 .c-flex__item:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}
@media screen and (min-width: 769px) {
  .-item-col3 .c-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 769px) {
  .p-footerTop__group + .p-footerTop__group {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-footerTop__group + .p-footerTop__group {
    margin-top: 30px;
  }
}
.p-footerTop__title {
  font-size: 1.2307692308rem;
  text-align: center;
}
.p-footerTop__title > span {
  border-bottom: solid 1px #fff;
  display: inline-block;
  padding: 0 0.25em 0.25em;
}
.p-footerTop__content {
  font-size: 0.9230769231rem;
}
@media screen and (min-width: 769px) {
  .p-footerTop__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-footerTop__content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-footerTop__content.-cols {
    display: flex;
    justify-content: center;
  }
}
.p-footerTop__button {
  font-size: 0.9230769231rem;
  padding: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .p-footerTop__button {
    width: 24.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footerTop__button {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-footerTop__button:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}

#Brand_list a {
  text-decoration: underline;
}

.p-lead {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
}
.p-lead__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media screen and (min-width: 769px) {
  .p-lead__container {
    padding: 90px 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-lead__container {
    padding: 50px 4vw;
  }
}
.p-lead .c-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
@media screen and (min-width: 769px) {
  .p-lead .c-text {
    line-height: 2.2;
    font-size: 1.1538461538rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lead .c-text {
    line-height: 1.8;
    font-size: 1.1538461538rem;
  }
}

.p-mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv.-cols {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__hero.-col, .p-mv__wrap.-col {
    max-width: 640px;
    width: 50%;
background-color: #ff0000;
  }
}
.p-mv__hero {
  text-align: center;
}
.p-mv__hero img {
  max-width: 1280px;
  width: 100%;
}
.p-mv .p-mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv.-cols {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__hero.-col, .p-mv .p-mv__wrap.-col {
    max-width: 640px;
    width: 50%;
  }
}
.p-mv .p-mv__hero {
  text-align: center;
}
.p-mv .p-mv__hero img {
  max-width: 1280px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__wrap.-col {
    align-items: center;
    display: flex;
  }
}
.p-mv .p-mv__content {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__content {
    padding: 55px 35px 55px 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .p-mv .p-mv__content {
    padding: 55px 2.734375% 55px 7.03125%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__content {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__title {
    font-size: 2.6153846154rem; /* ------------------------------------------------------------------------------------------------------------------------- */
    /*line-height: 1.3;*/
    line-height: 1.4;
  }
  .p-mv .p-mv__title rt {
    font-size: 0.9230769231rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__title {
    font-size: 2.0rem;
    /*font-size: 2.1538461538rem;*/ /* ------------------------------------------------------------------------------------------------------------------------- */
    /*line-height: 1.3;*/
    line-height: 1.4;
  }
  .p-mv .p-mv__title rt {
    font-size: 0.9230769231rem;
  }
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__text {
    font-size: 1.5384615385rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__text {
    font-size: 1.2307692308rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__wrap.-col {
    align-items: center;
    display: flex;
  }
}
.p-mv__content {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv__content {
    padding: 55px 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    padding: 25px 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__title {
    font-size: 2.3076923077rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    font-size: 1.6923076923rem;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__text {
    font-size: 1.3846153846rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    font-size: 1.0769230769rem;
  }
}

.p-pr {
  background-color: #fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 1281px) {
  .p-pr {
    left: calc(50% + 560px);
  }
}
@media screen and (min-width: 769px) {
  .p-pr {
    font-size: 1.3846153846rem;
    padding: 5px 8px;
    top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .p-pr {
    left: 93.75%;
  }
}
@media screen and (max-width: 768px) {
  .p-pr {
    font-size: 0.7692307692rem;
    padding: 3px 4px;
    right: 15px;
    top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-frame {
    border: 1px solid #fff;
    padding: 30px 20px 30px 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-frame {
    border: 1px solid #fff;
    padding: 50px 0px 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-movie {
    padding: 45px 0vw;
  }
}
.p-movie__video {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1100px;
  width: 100%;
  padding-top: 56.25%;
}
.p-movie__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-movie .p-head {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-movie .p-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-movie .p-content {
    padding: 0 4vw;
  }
}

@media screen and (min-width: 769px) {
  .c-flex__item .p-movie__video {
    width: 100%;
    padding-top: 56.2%;
  }
}

.p-profile__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-profile__container {
    padding: 60px 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__container {
    padding: 40px 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-profile__image {
    width: 180px;
    float: left;
    margin: 0 40px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__image {
    width: 32.5333333333vw;
    float: left;
    margin: 0 2.6666666667vw 1.3333333333vw 0;
  }
}
.p-profile__name {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
}
@media screen and (min-width: 769px) {
  .p-profile__name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__name {
    margin-bottom: 2.1333333333vw;
  }
}
.p-profile__name--jpn {
  display: block;
  font-size: 1.5384615385rem;
  text-align: justify;
  line-height: 1.2;
}
.p-profile__name--eng {
  display: block;
  font-size: 1.0769230769rem;
  text-align: justify;
}
.p-profile .c-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
}
@media screen and (min-width: 769px) {
  .p-profile .c-text {
    line-height: 1.88;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-profile .c-text {
    line-height: 1.7;
    font-size: 0.8615384615rem;
  }
}

.u-align-center { text-align: center !important; }
.u-align-left { text-align: left !important; }

@media screen and (min-width: 769px) {
  .u-align-md-center { text-align: center !important; }
  .u-align-md-left { text-align: left !important; }
}

@media screen and (max-width: 768px) {
  .u-align-sm-center { text-align: center !important; }
  .u-align-sm-left { text-align: left !important; }
}

.u-bg-color-bk { background-color: black; }
.u-bg-color-dgy { background-color: #ccc; }
.u-bg-color-gd { background-color: #b4956a; }
.u-bg-color-gy { background-color: #ddd; }
.u-bg-color-lgy { background-color: #f5f5f5; }
.u-bg-color-wh { background-color: white; }
.u-bg-color-01 { background-color: #e1ebf2; }
.u-bg-color-02 { background-color: #417873; }

.u-color-bk { color: #000 !important; }
.u-color-777 { color: #777 !important; }
.u-color-gd { color: #b29061 !important; }
.u-color-wt { color: #fff !important; }

.u-d-inline-block {
  display: inline-block;
}

@media screen and (min-width: 769px) {
 .u-hidden-md {
  display: none;
 }
}

@media screen and (max-width: 768px) {
  .u-hidden-sm {
    display: none;
  }
}

.u-mt-15 { margin-top: 15px; }
.u-mt-20 { margin-top: 20px; }
.u-mt-25 { margin-top: 25px; }
.u-mt-30 { margin-top: 30px; }

@media screen and (min-width: 769px) {
  .u-text-md-01 {font-size: 0.7692307692rem; }
  .u-text-md-02 {font-size: 0.8615384615rem; }
  .u-text-md-03 {font-size: 0.9230769231rem; }
  .u-text-md-04 {font-size: 1rem; }
  .u-text-md-05 {font-size: 1.0769230769rem; }
  .u-text-md-06 {font-size: 1.1538461538rem; }
  .u-text-md-07 {font-size: 1.2307692308rem; }
  .u-text-md-08 {font-size: 1.3846153846rem; }
  .u-text-md-09 {font-size: 1.5384615385rem; }
  .u-text-md-10 {font-size: 1.6923076923rem; }
  .u-text-md-11 {font-size: 2.1538461538rem; }
  .u-text-md-12 {font-size: 2.3076923077rem; }
  .u-text-md-13 {font-size: 2.6153846154rem; }
  .u-text-md-14 {font-size: 2.9230769231rem; }
}
@media screen and (max-width: 768px) {
  .u-text-sm-01 {font-size: 0.7692307692rem; }
  .u-text-sm-02 {font-size: 0.8615384615rem; }
  .u-text-sm-03 {font-size: 0.9230769231rem; }
  .u-text-sm-04 {font-size: 1rem; }
  .u-text-sm-05 {font-size: 1.0769230769rem; }
  .u-text-sm-06 {font-size: 1.1538461538rem; }
  .u-text-sm-07 {font-size: 1.2307692308rem; }
  .u-text-sm-08 {font-size: 1.3846153846rem; }
  .u-text-sm-09 {font-size: 1.5384615385rem; }
  .u-text-sm-10 {font-size: 1.6923076923rem; }
  .u-text-sm-11 {font-size: 2.1538461538rem; }
  .u-text-sm-12 {font-size: 2.3076923077rem; }
  .u-text-sm-13 {font-size: 2.6153846154rem; }
  .u-text-sm-14 {font-size: 2.9230769231rem; }
}

@media screen and (min-width: 769px) {
  .u-mt-md-10 { margin-top: 10px; }
  .u-mt-md-15 { margin-top: 15px; }
  .u-mt-md-20 { margin-top: 20px; }
  .u-mt-md-25 { margin-top: 25px; }
  .u-mt-md-30 { margin-top: 30px; }
  .u-mt-md-35 { margin-top: 35px; }
  .u-mt-md-40 { margin-top: 40px; }
  .u-mt-md-50 { margin-top: 50px; }
  .u-mt-md-60 { margin-top: 60px; }
  .u-mt-md-70 { margin-top: 70px; }
  .u-mt-md-80 { margin-top: 80px; }
  .u-mt-md-90 { margin-top: 90px; }
  .u-mt-md-100 { margin-top: 100px; }
  .u-mt-md-110 { margin-top: 110px; }
  .u-mt-md-120 { margin-top: 120px; }
  .u-mt-md-130 { margin-top: 130px; }
  .u-mt-md-140 { margin-top: 140px; }
  .u-mt-md-150 { margin-top: 150px; }
}

@media screen and (max-width: 768px) {
  .u-mt-sm-10 { margin-top: 10px; }
  .u-mt-sm-15 { margin-top: 15px; }
  .u-mt-sm-20 { margin-top: 20px; }
  .u-mt-sm-25 { margin-top: 25px; }
  .u-mt-sm-30 { margin-top: 30px; }
  .u-mt-sm-40 { margin-top: 40px; }
  .u-mt-sm-50 { margin-top: 50px; }
  .u-mt-sm-60 { margin-top: 60px; }
  .u-mt-sm-70 { margin-top: 70px; }
  .u-mt-sm-80 { margin-top: 80px; }
  .u-mt-sm-90 { margin-top: 90px; }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-border-bottom-bk { border-bottom: solid 1px #000; }
.u-border-bottom-dgy { border-bottom: solid 1px #ccc; }
.u-border-bottom-gd { border-bottom: solid 1px #b4956a; }
.u-border-bottom-gy { border-bottom: solid 1px #ddd; }
.u-border-bottom-lgy { border-bottom: solid 1px #f5f5f5; }
.u-border-bottom-01 { border-bottom: solid 5px #e0efe6; }

.u-border-top-bk { border-top: solid 1px #000; }
.u-border-top-dgy { border-top: solid 1px #ccc; }
.u-border-top-gd { border-top: solid 1px #b4956a; }
.u-border-top-gy { border-top: solid 1px #ddd; }
.u-border-top-lgy { border-top: solid 1px #f5f5f5; }

.u-order-1 { order: 1; }
.u-order-2 { order: 2; }

.c-mlink {
  color: #fff;
  text-align: right;
  text-decoration: underline;
  font-family: Amiri, "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.c-mlink a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-mlink {
    font-size: 1.2307692308rem;
  }
}

.a-scroll-up {
}
.a-scroll-up.is_active {
}

.p-popup {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .p-popup {
    padding: 102px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-popup {
    padding: 68px 6.6666666667vw 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-popup__image + .p-popup__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-popup__image + .p-popup__text {
    margin-top: 25px;
  }
}
.p-popup__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-popup__text {
    font-size: 1.2307692308rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-popup__text {
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}
.p-popup__text + .p-popup__text {
  margin-top: 30px;
}
.p-popup .mfp-close {
  background: url(../images/popup_close.png) center no-repeat;
  background-size: 36px 36px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .p-popup .mfp-close {
    right: 6.6666666667%;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-popup .mfp-close {
    right: 6.6666666667vw;
    top: 16px;
  }
}

#cpt1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  background: #e1ebf2;
  background-color: #e1ebf2;
}

#cpt1 .container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0
}

#cpt1 .container .cpt1-header {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  opacity: 0
}

#cpt1 .container .cpt1-header>* {
  margin: 0 auto;
  padding: 0;
}

#cpt1 .container .cpt1-header>*::after {
  content: "";
  display: block
}

#cpt1 .container .cpt1-header .tagline {
  padding: 20px 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  font-weight: 600;
}

#cpt1 .container .cpt1-header .tagline::after {
}

#cpt1 .container .cpt1-header h1 {
  padding-bottom: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  font-size: 27px;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
}

#cpt1 .container .cpt1-header h1::after {
}

#cpt1 .container .visual {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto
}

#cpt1 .container .visual>div {
  position: relative;
  width: 50%;
  overflow: hidden
}

#cpt1 .container .visual>div::after {
  content: "";
  display: block;
  padding-top: 100%;
}

#cpt1 .container .visual>div img {
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0
}

#cpt1 .container .lead {
  padding: 30px 20px;
}

#cpt1 .container .lead p {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

#cpt1 .container .lead p::after {
  content: "";
  display: block;
}

#cpt1 .container .scroll-arrow {
display: none
}

@media screen and (min-width: 576px) {
  #cpt1 {
    background-color: #e1ebf2;
    padding: 0;
  }
  #cpt1 .container .cpt1-header {
    width: 600px;
    max-width: none
  }
  #cpt1 .container .cpt1-header .tagline {
    width: 86%
  }
  #cpt1 .container .cpt1-header .tu-logo {
    width: 62%
  }
  #cpt1 .container .cpt1-header h1 {
    width: 100%;
  }
  #cpt1 .container .cpt1-header h1::after {
  }
  #cpt1 .container .visual {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  #cpt1 {
    padding-top: 0px;
    background-color: #e1ebf2;
  }
  #cpt1 .container {
    overflow: hidden
  }
  #cpt1 .container::after {
    content: "";
    display: block;
    padding-top: 50%;
  }
  #cpt1 .container .cpt1-header {
    position: absolute;
    top: 22%;
    left: 57%;
  }
  #cpt1 .container .cpt1-header::after {
    content: "";
    display: block;
    max-width: 666px;
  }
  #cpt1 .container .cpt1-header .tagline {
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  }
  #cpt1 .container .cpt1-header .tagline::after {
  }
  #cpt1 .container .cpt1-header h1 {
    width: 100%;
    font-size: 40px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
    text-align: center;
  }
  #cpt1 .container .cpt1-header h1::after {
  }
  #cpt1 .container .visual {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    margin: auto;
  }
  #cpt1 .container .visual>div {
    height: 50%
  }
  #cpt1 .container .visual>div::after {
  }
  #cpt1 .container .lead {
    position: absolute;
    top: 70%;
    left: 58%;
    padding: 0;
    background-color: transparent;
    background-color: #fcebd3;
  }
  #cpt1 .container .lead::after {
  }
  #cpt1 .container .lead p {
    width: 100%;
    margin: 0;
    text-align: center;
    max-width: 600px;
  }
  #cpt1 .container .lead p::after {
  }
  #cpt1 .container .scroll-arrow {
    display: none
  }
}
@media screen and (min-width: 1800px) {
  #cpt1 .container {
    overflow: hidden
  }
  #cpt1 .container .cpt1-header {
    max-width: 666px
  }
  #cpt1 .container .lead {
  }
}
@media screen and (min-width: 2000px) {
  #cpt1 .container .lead {
    top: calc(22% + 320px)
  }
}
@-webkit-keyframes sdb2 {
0% {
  -webkit-transform:translate(0, 0);
  opacity:0
}40% {
  opacity:1
}80% {
  -webkit-transform:translate(0, 10px);
  opacity:0
}100% {
  opacity:0
}
}
@keyframes sdb2 {
0% {
  transform:translate(0, 0);
  opacity:0
}40% {
  opacity:1
}80% {
transform:translate(0, 10px);
  opacity:0
}100% {
  opacity:0
}
}

.cpt1_txt_pc {
  margin-top: 10px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

main .item-info {
  padding: 1em 0;
}

main .item-info h3,main .item-info h4,main .item-info .item-name {
  margin-bottom: 0.5em;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.34
}

main .item-info p {
  font-size: 14px
}

main .item-info p.assign-position {
  margin-bottom: 0
}

main .item-info p.assign-position::before {
  content: "◎"
}

main .item-info dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em 0;
  font-size: 14px;
  line-height: 1.4
}

main .item-info dl dt {
  width: 25em;
  padding: 0.2em 0 0.4em;
  border-bottom: #dad6cd solid 1px
}

main .item-info dl dd {
  width: calc(100% - 25em);
  padding: 0.2em 0 0.4em;
  border-bottom: #dad6cd solid 1px
}

main .item-info dl.dl-side-by-side {
  display: block
}

main .item-info dl.dl-side-by-side dt {
  width: 100%;
  padding: 0.2em 0 0;
  border-bottom: none
}

main .item-info dl.dl-side-by-side dd {
  width: 100%
}

main .item-info dl+.item-name {
  margin-top: 1.5em
}

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

@media screen and (min-width: 576px) {
  main .item-info dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em 0;
    font-size: 14px;
    line-height: 1.4
  }
  main .item-info dl dt {
    width: 18em;
    /*padding: 0.2em 0 0.4em;*/
    padding: 0.3em 0 0.3em;
    border-bottom: #dad6cd solid 1px
  }
  main .item-info dl dd {
    width: calc(100% - 18em);
    /*padding: 0.2em 0 0.4em;*/
    padding: 0.3em 0 0.3em;
    border-bottom: #dad6cd solid 1px
  }
  main .item-info dl.dl-side-by-side {
    display: flex;
    flex-wrap: wrap
  }
  main .item-info dl.dl-side-by-side dt {
    width: 25em;
    /*padding: 0.2em 0 0.4em;*/
    padding: 0.3em 0 0.3em;
    border-bottom: #dad6cd solid 1px
  }
  main .item-info dl.dl-side-by-side dd {
    width: calc(100% - 25em)
  }
  main .item-info dl.dt-wide dt {
    width: 18em
  }
  main .item-info dl.dt-wide dd {
    width: calc(100% - 18em)
  }
}

#cpt9 {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  background: #fff;
  z-index: 6
}
#cpt9 header {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center
}
#cpt9 header h2 {
  display: block;
  width: 96%;
  max-width: 600px;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 30px;
  color: #417873;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
#cpt9 header h2::after {
  content: "";
  display: block;
}
#cpt9 .container {
  max-width: none;
  padding: 0;
  overflow: hidden
}
#cpt9 .item-list {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-bottom: 20px
}
#cpt9 .item-list .item .item-ph {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden
}
#cpt9 .item-list .item .item-ph::after {
  content: "";
  display: block;
  padding-top: 82.352%
}
#cpt9 .item-list .item .item-ph picture {
  position:absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto
}
#cpt9 .item-list .item .item-ph picture img {
  width:auto;
  height: 100%
}
#cpt9 .item-list .item .item-ph .caption {
  position:absolute;
  width: 73%;
  max-width: 640px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#cpt9 .item-list .item .item-info {
  width: 73%;
  max-width: 340px;
  margin: 0 auto;
  padding: 4em 0
}
@media screen and (min-width: 768px) {
  #cpt9 {
    width: 1280px;
    padding: 70px 0 40px 0;
  }
  #cpt9 header h2 {
    font-size: 50px;
    letter-spacing: 0.01em;
  }
}

@media screen and (min-width: 1024px) {
  #cpt9 .item-list {
    position: relative
  }
  #cpt9 .item-list .item {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center
  }
  #cpt9 .item-list .item .item-ph {
    width: calc(100% - 350px);
    margin: 0;
    max-width: none
  }
  #cpt9 .item-list .item .item-ph .caption {
    max-width: none
  }
  #cpt9 .item-list .item .item-info {
    margin: 0;
    padding: 0
  }
}
@media screen and (min-width: 1200px) {
  #cpt9 {
    padding-bottom:100px
  }
  #cpt9 .item-list .item .item-ph {
    width: calc(100% - 500px)
  }
}
@media screen and (min-width: 1365px) {
  #cpt9 .item-list .item .item-ph {
  }
}
@media screen and (min-width: 1800px) {
  #cpt9 .item-list .item .item-ph {
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}
.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut {
  -webkit-animation-duration:.75s;
  animation-duration:.75s
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }to {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }to {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name:fadeIn;
  animation-name:fadeIn
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes bgMove {
  from {
    width: 0
  }to {
    width: 100%
  }
}
@keyframes bgMove {
  from {
    width: 0
  }to {
    width: 100%
  }
}
.bgMove {
  -webkit-animation-name: bgMove;
  animation-name: bgMove
}
@-webkit-keyframes lineMove {
  from {
    width: 0
  }to {
    width: 100%
  }
}
@keyframes lineMove {
  from {
    width: 0
  }to {
    width: 100%
  }
}
.lineMove {
  -webkit-animation-name: lineMove;
  animation-name: lineMove
}
@-webkit-keyframes lineMoveWide {
  from {
    width: 0
  }to {
    width: 120%
  }
}
@keyframes lineMoveWide {
  from {
    width: 0
  }to {
    width: 120%
  }
}
.lineMoveWide {
  -webkit-animation-name: lineMoveWide;
  animation-name: lineMoveWide
}
@-webkit-keyframes lineMoveVertical {
  from {
    height: 0
  }to {
    height: 100%
  }
}
@keyframes lineMoveVertical {
  from {
    height: 0
  }to {
    height: 100%
  }
}
.lineMoveVertical {
  -webkit-animation-name: lineMoveVertical;
  animation-name: lineMoveVertical
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:before,.slick-track:after {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}[dir='rtl'] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-loading .slick-list {
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: #fff solid 1px;
  outline: none;
  /*background-color: #e7f7e1;*/
  background-color: #e0efe6;
  border-radius: 45px;
  transition: 0.3s;
  z-index: 3
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background-color: #fff;
  border-color: #417873;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity:1
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity:.25
}

.slick-prev::before,
.slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition:.3s
}
.slick-prev {
  left: -35px
}[dir='rtl'] .slick-prev {
  right: 0;
  left: auto
}
.slick-prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #417873 transparent transparent
}
.slick-prev:hover::before {
  transform: translateX(-8px)
}[dir='rtl'] .slick-prev::before {
  content: ''
}
.slick-next {
  right: -35px
}[dir='rtl'] .slick-next {
  right: auto;
  left: 0
}
.slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #417873;
}
.slick-next:hover::before {
  transform: translateX(8px)
}[dir='rtl'] .slick-next:before {
  content: ''
}

.slick-num {
  text-align: center;
  color: #dad6cd;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
.slick-num {
  display: none
}
.slick-prev,.slick-next {
  width: 90px;
  height: 90px
}
.slick-prev::after,
.slick-next::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 1px;
  margin: auto;
  background: #81aa70;
  transition:.3s;
}
.slick-prev:hover::after {
  transform: translateX(-8px)
}
.slick-next:hover::after {
  transform: translateX(8px)
}
.slick-prev {
  left: 25px
}
.slick-prev::before {
  left: 20px
}
.slick-next {
  right: 25px
}
.slick-next:before {
  right: 20px
}
}

.slick-dotted.slick-slider {
  margin-bottom: 0
}
.slick-dotted {
  padding-bottom: 0
}
.slick-dots {
  position: absolute;
  top: auto;
  bottom: 10px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #edebe7
}
.slick-dots li.slick-active button:before {
  background: #807d75
}
#slick-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0
}

.toggle {
  position: relative;
}
.toggle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  background: #fff;
  background: linear-gradient(0deg, #fff 52%, rgba(255,255,255,0) 100%);
  z-index: 2;
}
.toggle .toggle_menu {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 10em;
  height: 44px;
  margin: auto;
  color: #417873;
  cursor: pointer;
  z-index: 3;
}
.toggle .toggle_menu::after {
  content: "more";
  display: block;
  width: 10em;
  padding: 0;
  margin: 0 auto;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 13px;
  line-height: 40px;
  background: #e0efe6;
  border-radius: 22px;
  z-index: 2;
}

.toggle2::before {
  background: linear-gradient(0deg, #e1ebf2 52%, rgba(255,255,255,0) 100%);
}
.toggle2 .toggle_menu {
  color: #8195a4;
}
.toggle2 .toggle_menu::after {
  background: #fff;
}

.toggle .toggle_more {
  height: 99px;
  overflow: hidden;
}

.toggle.toggle-active {
  padding-bottom: 50px;
}

.toggle.toggle-active::before {
  display: none;
}

.toggle.toggle-active .toggle_menu::after {
  content: "close";
}

.toggle.toggle-active .toggle_more {
  height: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .tableton {
    display:block;
  }
  .toggle::before,
  .toggle2::before {
    display: block;
  }
  .toggle .toggle_menu,
  .toggle2 .toggle_menu {
    display: block
  }
  .toggle .toggle_more,
  .toggle2 .toggle_more {
    height: 99px
  }
}

@media screen and (min-width: 768px) {
  .toggle::before,
  .toggle2::before {
    display:none;
  }
  .toggle .toggle_menu,
  .toggle2 .toggle_menu {
    display: none;
  }
  .toggle .toggle_more,
  .toggle2 .toggle_more {
    height: auto;
    overflow: hidden;
  }
}

#pr {
position:absolute;
top: 10px;
left: 0;
right: 0;
width: 100%;
height: 30px;
text-align: right;
margin: 0 auto;
z-index: 12;
margin-right: 10px;
}

#pr span {
margin: 5px 5px 0 0;
padding: 0.3em 0.5em;
display: inline-block;
font-size: 10px;
line-height: 1;
color: #fff;
font-family: 'Noto Sans JP', sans-serif;
background-color: #666;
}

@media screen and (min-width: 576px) {
  #pr {
    top: 10px
  }
}

.c-title.-cap01_txt01 {
  color: #417873;
  font-size: 50px;
}
.c-title.-cap01_txt02 {
  font-size: 21px;
}
.p-cap01_txt03 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
.c-title.-cap01_txt01 {
  font-size: 30px;
  line-height: 1.4;
}
.c-title.-cap01_txt02 {
  font-size: 17px;
  line-height: 1.6;
}
.p-cap01_txt03 {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
}

/*# sourceMappingURL=style-2.1.2.css.map */