@charset "UTF-8";
img {
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

/*************************************
breakpoint
*************************************/
/*************************************
font-size
*************************************/
.c-credit__txt {
  text-align: justify;
}

.l-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding: 120px 3.2258064516%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 16vw 0 16vw;
  }
}

.l-footerTop {
  background-color: #687a88;
}

.contents01 .c-title .p-model__title--eng {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contents01 .c-title .p-model__title--eng {
    width: 366px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .contents01 .c-title .p-model__title--eng {
    width: 65.6vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents01 .c-title.-primary {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contents01 .c-title.-primary {
    margin-bottom: 5.6vw;
  }
}
.contents01 .c-title .p-model__subTitle--eng {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contents01 .c-title .p-model__subTitle--eng {
    width: 316px;
  }
}
@media screen and (max-width: 767px) {
  .contents01 .c-title .p-model__subTitle--eng {
    width: 52.8vw;
  }
}

@media screen and (min-width: 768px) {
  .contents02 .c-title.-primary {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contents02 .c-title.-primary {
    margin-bottom: 5.6vw;
  }
}
.contents02 .c-title .p-model__subTitle--eng {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contents02 .c-title .p-model__subTitle--eng {
    width: 316px;
  }
}
@media screen and (max-width: 767px) {
  .contents02 .c-title .p-model__subTitle--eng {
    width: 52.8vw;
  }
}

.contents03 .c-title .p-model__title--eng {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .contents03 .c-title .p-model__title--eng {
    width: 274px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .contents03 .c-title .p-model__title--eng {
    width: 45.6vw;
    margin-bottom: 1.0666666667vw;
  }
}

.l-main {
  position: relative;
  display: block;
  color: #333333;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  font-feature-settings: "palt";
  line-break: strict;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .l-main {
    font-size: 1.0769230769rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    font-size: 1rem;
  }
}
.l-main * {
  box-sizing: border-box;
}
.l-main picture {
  display: inline-block;
}

.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;
}

.c-button {
  line-height: 1.2;
  text-align: center;
}
.c-button__link {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
}
.c-button__link--base {
  border: solid 1px #687a88;
  background-color: #687a88;
  color: #fff !important;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__link--base {
    height: 60px;
    max-width: 300px;
    font-size: 1.1538461538rem;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--base {
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
    height: 16vw;
    width: 80vw;
  }
}
.c-button__link--base.is_hover {
  color: #687a88 !important;
  background-color: #fff;
}
.c-button__link--bdr {
  border: solid 1px #fff;
  transition: background-color 0.3s, color 0.3s;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .c-button__link--bdr {
    height: 70px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--bdr {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    height: 14vw;
    width: 80vw;
  }
}
.c-button__link--bdr.is_hover {
  background-color: rgb(255, 255, 255);
  color: #000000 !important;
}
.c-button__link--tel {
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #fff;
  transition: background-color 0.3s, color 0.3s;
  line-height: 1.5;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .c-button__link--tel {
    height: 70px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-button__link--tel {
    height: 14vw;
    width: 80vw;
    font-size: 0.8461538462rem;
    line-height: 1.4;
  }
}
.c-button__link--tel.is_hover {
  background-color: rgb(255, 255, 255);
  color: #000000 !important;
  opacity: 1;
}

.c-flex:not(.-md) {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-flex-mt {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .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%;
}
@media screen and (max-width: 767px) {
  .c-image.-full-sm {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.c-image.-full-images {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

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

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

.c-pr {
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-pr {
    position: absolute;
    top: 4.296875%;
    right: 3.064516129%;
  }
}
@media screen and (max-width: 767px) {
  .c-pr {
    position: absolute;
    top: 2.6666666667vw;
    right: 4vw;
  }
}
.c-pr span {
  background-color: #fff;
  color: #000;
  line-height: 1;
  display: inline-block;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .c-pr span {
    padding: 4px 0.8em;
    font-size: 1.0769230769rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-pr span {
    padding: 0.8vw 1.6vw;
    font-size: 0.7692307692rem;
  }
}

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

.c-text {
  font-size: 1.1538461538rem;
  text-align: justify;
}
.c-text--min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.c-text--comment {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-text--comment {
    font-size: 1.1538461538rem;
    width: 800px;
    margin: 0 auto;
  }
}
.c-text__link {
  color: #377594 !important;
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
.c-text__link.is_hover {
  opacity: 0.65;
}
.c-text.-small {
  font-size: 1rem;
}
.c-text.-alphabet {
  font-size: 1.3846153846rem;
}
.c-text.-alphabet.-medium {
  font-size: 2.3076923077rem;
}
@media screen and (min-width: 768px) {
  .c-text.-alphabet.-small {
    font-size: 1.3846153846rem;
  }
}
@media screen and (max-width: 767px) {
  .c-text.-alphabet.-small {
    font-size: 1.1538461538rem;
  }
}

.c-title {
  color: #111;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.c-title.-primary {
  color: #111111;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title.-primary {
    font-size: 2.6153846154rem;
    margin-bottom: 46px;
    line-height: 1.5;
    letter-spacing: 0.1px;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-primary {
    font-size: 5.6vw;
    margin-bottom: 10vw;
    line-height: 1.4;
    letter-spacing: 0.4px;
  }
}
.c-title.-secondary {
  color: #111111;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-title.-secondary {
    padding-bottom: 12px;
    font-size: 1.8461538462rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-title.-secondary {
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 1.1px;
  }
}
.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;
}

.c-credit {
  color: #9fa0a0;
}
@media screen and (min-width: 768px) {
  .c-credit {
    max-width: 620px;
    width: 89.8550724638%;
    margin-top: 4.6875%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-credit {
    margin-top: 8%;
  }
}
.c-credit__btn {
  display: block;
}
.c-credit__btn:active {
  color: #9fa0a0;
}
@media screen and (min-width: 768px) {
  .c-credit__btn {
    font-size: clamp(0.769rem, 0.423rem + 0.586vw, 1rem);
    /* 10~13 */
  }
}
@media screen and (max-width: 767px) {
  .c-credit__btn {
    font-size: clamp(1rem, 0.046rem + 3.308vw, 2rem);
    /* 13~26 */
  }
}
.c-credit__txt {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-credit__txt p {
    font-size: clamp(0.769rem, 0.423rem + 0.586vw, 1rem);
    /* 10~13 */
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .c-credit__txt p {
    font-size: clamp(0.923rem, 0.042rem + 3.053vw, 1.846rem);
    /* 12~24 */
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .c-credit__txt p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-credit__txt p + p {
    margin-top: 5.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .contents .c-credit {
    margin-left: inherit;
  }
}

.js-accordionBtn {
  position: relative;
}
.js-accordionBtn:hover {
  cursor: pointer;
}
.js-accordionBtn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #9fa0a0;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  margin-left: 6px;
  margin-top: -2px;
}
.js-accordionBtn.txtOn:after {
  transform: rotate(-45deg);
  margin-top: 2px;
}
.js-accordionTxt {
  display: none;
}

.p-credit {
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-credit {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8461538462rem;
  }
}
@media screen and (min-width: 1240px) {
  .p-credit {
    padding: 115px 0 115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-credit {
    padding: 120px 3.2258064516%;
  }
}
@media screen and (max-width: 767px) {
  .p-credit {
    /*color: #fff;*/
    padding: 16vw 0 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-credit {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9230769231rem;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__wrap + .p-credit__wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-credit .brand-wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit .brand-wrap {
    margin-top: 30px;
  }
}
.p-credit__title {
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-credit__title {
    font-size: 1.2307692308rem;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__title {
    font-size: 1rem;
  }
}
.p-credit__title > span {
  border-bottom: solid 2px #fff;
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-credit__des {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-credit__des {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__des {
    margin-top: 20px;
    line-height: 2;
  }
}
.p-credit__des + .p-credit__des {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-credit__des + .p-credit__des {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__des + .p-credit__des {
    margin-top: 20px;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__btn {
    min-width: 200px;
    width: 28.125%;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__btn:not(:first-child) {
    margin-left: 4.1666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__btn:not(:first-child) {
    margin-top: 20px;
  }
}
.p-credit__sns {
  display: inline-block;
  max-width: 42px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-credit__sns {
    width: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 6.25%;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__sns:not(:first-child) {
    margin-left: 8vw;
  }
}
.p-credit__center {
  text-align: center;
}
.p-credit__telLink {
  color: #fff !important;
  text-decoration: underline !important;
}
.p-credit__note {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-credit__note {
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__note {
    margin-top: 5.3333333333vw;
  }
}
.p-credit__note li {
  text-align: center;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-credit__note li:last-child {
    padding-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-credit__note li:last-child {
    padding-top: 1.3333333333vw;
  }
}
.p-credit .text-link {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-credit .text-link ul {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-credit .text-link ul {
    display: flex;
    justify-content: center;
  }
  .p-credit .text-link ul:not(:first-of-type) {
    padding-top: 0.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-credit .text-link ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-credit .text-link ul li:not(:first-of-type) {
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-credit .text-link ul li:not(:first-of-type) {
    padding-left: 2vw;
  }
}
.p-credit .text-link ul span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-credit .text-link ul span {
    display: block;
  }
}
.p-credit .text-link ul a {
  color: #fff;
  display: inline-block;
}
.p-credit .text-link--tel {
  position: relative;
}
.p-credit .text-link--tel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.p-lead {
  background-color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #111;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-lead {
    text-align: center;
    font-size: 1.2307692308rem;
    line-height: 1.94;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-lead {
    color: #111;
    font-size: 4vw;
    line-height: 2;
  }
}
.p-lead__container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1240px;
}
@media screen and (min-width: 1240px) {
  .p-lead__container {
    padding: 112px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-lead__container {
    padding: 9.375vw 7.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-lead__container {
    padding: 15.4666666667vw 5.3333333333vw 15.4666666667vw;
  }
}
.p-lead__ {
  position: relative;
  color: #111;
}

.p-mv {
  background-color: #687a88;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
.p-mv__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-mv__wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  transition: opacity 1.5s ease;
  z-index: 25;
}
@media screen and (min-width: 768px) {
  .p-mv__wrap {
    text-align: left;
    position: absolute;
    left: 0%;
    width: 44.3548387097%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-mv__wrap {
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    text-align: center;
    margin-top: 7.4666666667vw;
    padding-bottom: 11.7333333333vw;
  }
}
.p-mv__wrap.is-active {
  opacity: 1;
}
.p-mv__catch {
  opacity: 0;
  text-align: center;
  line-height: 1.73;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__catch {
    font-size: 1.6923076923rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-mv__catch {
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    font-size: 4.2666666667vw;
    letter-spacing: 1.1px;
    line-height: 1.5;
  }
}
.p-mv__catch.is-active {
  opacity: 1;
  transform: translate(0, 0px);
}
.p-mv__title {
  opacity: 0;
  text-align: center;
  transition-delay: 1000ms;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-top: 3.7333333333vw;
  }
}
.p-mv__title.is-active {
  opacity: 1;
  transform: translate(0, 0px);
}
.p-mv__title--btext {
  display: block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__title--btext {
    font-size: 3.0769230769rem;
    line-height: 1.45;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-mv__title--btext {
    font-size: 3.2258064516vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title--btext {
    font-size: 5.8666666667vw;
    line-height: 1.4;
    font-weight: 600;
  }
}
.p-mv__slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__slider {
    max-width: 650px;
    width: 52.4193548387%;
    margin-left: auto;
    margin-right: 0;
  }
}
.p-mv__slide:not(:first-child) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 1.5s ease;
}
.p-mv__slide.is-active {
  opacity: 1;
}
.p-mv__slide:nth-child(1) {
  z-index: 1;
}
.p-mv__slide:nth-child(2) {
  z-index: 5;
}
.p-mv__slide:nth-child(3) {
  z-index: 10;
}
.p-mv__slide:nth-child(4) {
  z-index: 15;
}

.p-model {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-model .l-container {
    padding: 120px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-model .l-container {
    padding: 120px 3.2258064516%;
  }
}
.p-model__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
}
@media screen and (min-width: 768px) {
  .p-model__outer {
    display: flex;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-model__outer._reverse {
    flex-direction: row-reverse;
    justify-content: end;
  }
}
.p-model__lead {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1240px;
}
@media screen and (min-width: 1240px) {
  .p-model__lead {
    padding: 0px 80px 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-model__lead {
    padding: 0vw 7.03125vw 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-model__lead {
    padding: 0vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-model__lead--text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #111;
}
@media screen and (min-width: 768px) {
  .p-model__lead--text {
    text-align: center;
    font-size: 1.2307692308rem;
    line-height: 1.94;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-model__lead--text {
    color: #111;
    font-size: 4vw;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-model__inner + .p-model__inner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__inner + .p-model__inner {
    margin-top: 13.3333333333vw;
  }
}
.p-model__wrap {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-model__wrap {
    width: 43.9655172414%;
    padding-top: 255px;
    padding-top: 22%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__wrap {
    padding: 0 5.3333333333vw;
    margin-top: 12.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model__wrap.model-wrap__left {
    padding-left: 0%;
    padding-right: 6.0344827586%;
  }
}
@media screen and (min-width: 768px) {
  .p-model__wrap.model-wrap__right {
    padding-left: 6.0344827586%;
    padding-right: 0%;
  }
}
@media screen and (min-width: 768px) {
  .p-model__wrap.mode-warp02 {
    padding-bottom: 160px;
  }
}
.p-model__image {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-model__image {
    width: 56.0344827586%;
  }
}
@media screen and (min-width: 768px) {
  .p-model__image.image-left {
    width: 56.0344827586%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__image.image-left {
    width: 94.6666666667vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-model__image.image-right {
    width: 56.0344827586%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__image.image-right {
    width: 94.6666666667vw;
    margin-left: 0;
    margin-right: auto;
  }
}
.p-model__image--leftBg {
  position: absolute;
  background-color: #d3c7b0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-model__image--leftBg {
    top: 40px;
    left: -6.1538461538%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__image--leftBg {
    top: 5.3333333333vw;
    left: -5.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-model__image--leftBg.model-bg01 {
    top: 5.249343832%;
  }
}
.p-model__image--rightBg {
  position: absolute;
  background-color: #d3c7b0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-model__image--rightBg {
    top: 40px;
    right: -6.1538461538%;
  }
}
@media screen and (max-width: 767px) {
  .p-model__image--rightBg {
    top: 5.3333333333vw;
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-model__image--rightBg.model-bg02 {
    top: 4.7846889952%;
  }
}
@media screen and (min-width: 768px) {
  .p-model__subTitle {
    margin-top: 0px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__subTitle {
    margin-top: 1.3333333333vw;
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model__EngsubTitle {
    margin-top: 0px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__EngsubTitle {
    margin-top: 0vw;
    padding-bottom: 1.6vw;
  }
}
.p-model__text {
  line-height: 1.625;
  text-align: justify;
  color: #111111;
}
@media screen and (min-width: 768px) {
  .p-model__text {
    letter-spacing: 1.625px;
    font-size: 1.1538461538rem;
  }
}
@media screen and (max-width: 767px) {
  .p-model__text {
    letter-spacing: 1px;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model__accordion {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__accordion {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model__btn {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-model__btn {
    padding-top: 12vw;
  }
}
.p-model .js-accordionBtn {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  color: #888888;
}
@media screen and (min-width: 768px) {
  .p-model .js-accordionBtn {
    font-size: 1.0769230769rem;
  }
}
@media screen and (max-width: 767px) {
  .p-model .js-accordionBtn {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model .js-accordionBtn img {
    width: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-model .js-accordionBtn img {
    min-width: 62.5px;
    width: 16.6666666667%;
  }
}
.p-model .js-accordionBtn__box {
  padding-right: 0px;
}
.p-model .js-accordionBtn::after {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #888888;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transform: translateY(-25%) rotate(135deg);
}
.p-model .js-accordionBtn.u-text-white::after {
  display: inline-block;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transform: translateY(-25%) rotate(135deg);
}
.p-model .js-accordionBtn.txtOn::after {
  margin-top: 2px;
  transform: rotate(-45deg);
}
.p-model .js-accordionTxt {
  display: none;
  color: #888888;
}
@media screen and (min-width: 768px) {
  .p-model .js-accordionTxt {
    margin-top: 8px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .p-model .js-accordionTxt {
    margin-top: 1.3333333333vw;
  }
}
.p-model .js-accordionTxt p {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #888888 !important;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-model .js-accordionTxt p {
    line-height: 1.7;
    font-size: 1.0769230769rem;
  }
}
@media screen and (max-width: 767px) {
  .p-model .js-accordionTxt p {
    font-size: 3.2vw;
    letter-spacing: 0.02rem;
  }
}

.p-accordion {
  position: relative;
}
.p-accordion > input {
  display: none;
}
.p-accordion > input:checked ~ .p-accordion__container {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-accordion > input:checked ~ .p-accordion__container {
    margin-bottom: 16vw;
  }
}
.p-accordion > input:checked + label {
  background: none;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-accordion > input:checked + label::before {
    background: url(../images/accordion_btn_close_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-accordion > label {
    bottom: 0vw;
    cursor: pointer;
    height: 20vw;
    position: absolute;
    text-align: center;
    width: 100vw;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#e6eef8));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #e6eef8 100%);
  }
}
.p-accordion > label::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-accordion > label::before {
    bottom: -14.6666666667vw;
    height: 8vw;
    width: 37.3333333333vw;
    background: url(../images/accordion_btn_open_sp.png) no-repeat center top;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-accordion__container {
    overflow: hidden;
    height: 40vw;
    transition: height 0.1s;
    margin-bottom: 20vw;
  }
}
.p-accordion__text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  color: #111;
}
@media screen and (min-width: 768px) {
  .p-accordion__text {
    font-size: 1.5384615385rem;
    line-height: 1.8125;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-accordion__text {
    color: #111;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    padding-bottom: 4.8vw;
  }
}

.p-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-item .l-container {
    padding: 120px 3.2258064516% 120px;
  }
}
.p-item__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .p-item__inner {
    min-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  .p-item__outer {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-item__outer._reverse {
    flex-direction: row-reverse;
    justify-content: end;
  }
}
.p-item__wrap {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-item__wrap {
    padding-left: 7.2727272727%;
    padding-right: 7.2727272727%;
    width: 48.1818181818%;
  }
}
@media screen and (min-width: 768px) {
  .p-item__wrap.item-wrap__right {
    margin-right: -10.9090909091%;
  }
}
.p-item__image {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-item__image {
    width: 59.0909090909%;
    margin-right: 3.6363636364%;
  }
}
@media screen and (max-width: 767px) {
  .p-item__image {
    margin-top: 20px;
  }
}
.p-item__image--rightBg {
  position: absolute;
  background-color: #7c97b8;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-item__image--rightBg {
    top: 4.7619047619%;
    right: -6.1538461538%;
  }
}
@media screen and (max-width: 767px) {
  .p-item__image--rightBg {
    top: 4.6666666667vw;
    right: -5.3333333333vw;
  }
}
.p-item__title {
  text-align: center;
}
.p-item__title--img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-item__title--img {
    width: 330px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__title--img {
    width: 68.8vw;
    margin-top: 1.6vw;
    margin-bottom: 0.5333333333vw;
  }
}
.p-item__title--sml {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .p-item__title--sml {
    font-size: 1.2307692308rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-item__title--sml {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
.p-item__text {
  line-height: 1.625;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-item__text {
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
    font-size: 1.1538461538rem;
  }
}
@media screen and (max-width: 767px) {
  .p-item__text {
    margin-top: 12.5333333333vw;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 768px) {
  .p-item__desc {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__desc {
    padding-top: 10.6666666667vw;
  }
}
.p-item__subtitle {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item__subtitle {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-item__subtitle {
    padding-bottom: 5.3333333333vw;
  }
}

.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;
  }
}

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

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

@media screen and (max-width: 767px) {
  .u-order-2--sp {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .u-order-1--sp {
    order: 1;
  }
}

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

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

@media screen and (min-width: 768px) {
  .u-mt-md-10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-35 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-60 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-90 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-120 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-md-170 {
    margin-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-20 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-25 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-sm-50 {
    margin-top: 50px;
  }
}

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

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

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

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

.u-color-777 {
  color: #777 !important;
}

.u-color-gd {
  color: #b29061 !important;
}

.u-color-wt {
  color: #fff !important;
}

.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-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-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-bgclr-primary {
  background-color: #377594;
}

.u-bgclr-secondary {
  background-color: #111111;
}

.u-bgclr-tertiary {
  background-color: #bfd6ef;
}

.u-bgclr-quaternary {
  background-color: #dee8ee;
}

.u-bg-color-e6eef8 {
  background-color: #e6eef8;
}

.u-bg-color-grd {
  background: -webkit-linear-gradient(-90deg, rgba(234, 241, 247, 0.5) 0%, rgba(222, 234, 245, 0.5) 100%);
  background: linear-gradient(-90deg, rgba(234, 241, 247, 0.5) 0%, rgba(222, 234, 245, 0.5) 100%);
}

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

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

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

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

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

.u-color_third {
  color: #35597d;
}/*# sourceMappingURL=style-2.1.2.css.map */