@charset "UTF-8";
/*!
  CSS編集不可
*/
/*==================================================================================================
	共通項目　共通パーツ
==================================================================================================*/
.bold {
  font-weight: bold;
}

.full, .ttlBalloon {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}

.inner .full, .inner .ttlBalloon {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

/*見出し*/
.ttl {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 1.5em auto 1em auto;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  margin-top: 2em;
  margin-bottom: 2em;
  /*&White {
		color: $brown;

		&::before {
			background-image: url(../img/common/title-white@2x.png);
			left: 25%;
			top: -150%;
		}
	}*/
}

.ttl span {
  letter-spacing: 0.25em;
  font-size: 0.6rem;
  font-weight: normal;
  color: #C9C0B8;
  display: block;
  padding-bottom: 0.5em;
}

.ttl::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  width: 40%;
  height: 10em;
}

.ttlRed, .ttlYellow, .ttlBlue {
  margin-top: 6em;
}

.ttlRed {
  color: #EB673C;
}

.ttlRed::before {
  background-image: url(../img/common/title-pink@2x.png);
  left: 0;
  top: -60%;
}

.ttlYellow {
  color: #FDD81B;
}

.ttlYellow::before {
  background-image: url(../img/common/title-yellow@2x.png);
  left: initial;
  right: 0;
  top: -60%;
}

.ttlBlue {
  color: #00A7BD;
}

.ttlBlue::before {
  background-image: url(../img/common/title-blue@2x.png);
  left: 10%;
  top: -50%;
  width: 80%;
}

/*ふきだし見出し*/
.ttlBalloon {
  text-align: center;
  background: #FEFBF8;
  padding: 1em;
  margin-top: 2em !important;
  margin-bottom: 1.5em !important;
  letter-spacing: 0.1em;
  color: #7A593C;
  font-size: 1em;
  position: relative;
}

.ttlBalloon span {
  letter-spacing: 0.25em;
  width: 100%;
  display: block;
  font-size: 0.6em;
  color: #C9C0B8;
  font-weight: normal;
}

.ttlBalloon::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FEFBF8;
  top: 100%;
  left: 50%;
}

/*ふきだしリスト*/
ul.listBalloon {
  list-style: none;
  text-align: left;
  margin-bottom: 1.5em;
  padding: 0 1em 0 0.5em;
}

ul.listBalloon li {
  padding: 0 0 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

ul.listBalloon li img {
  border-radius: 1000px;
  width: 3em;
  height: 3em;
}

ul.listBalloon li span {
  width: calc(100% - 5em);
  padding: 1em;
  background: #FEFBF8;
  position: relative;
  display: inline-block;
  border-radius: 1em;
  font-size: 0.9em;
  color: #7A593C;
}

ul.listBalloon li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.95em;
  margin-top: -0.5em;
  border: 0.5em solid transparent;
  border-right: 0.5em solid #FEFBF8;
}

/*ふきだし上*/
.balloon {
  width: 100%;
  padding: 1em;
  background: #FEFBF8;
  position: relative;
  display: inline-block;
  border-radius: 1em;
  color: #7A593C;
}

.balloon::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 1em);
  border: 1em solid transparent;
  border-bottom: 1em solid #FEFBF8;
}

/*白枠シャドウ文字*/
.captionWrap {
  text-align: left;
}

.caption {
  display: inline-block;
  line-height: 1.5;
  font-size: 1.1em;
  background: #fff;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em !important;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 10px #0000000D;
          box-shadow: 0 3px 10px #0000000D;
}

/*グラデーション枠ボタン*/
.btnWrap {
  text-align: center;
  margin: 0 auto;
}

.btn {
  font-weight: bold;
  padding: 1em;
  display: inline-block;
  width: 90%;
  text-align: center;
  position: relative;
  border: solid 3px transparent;
}

.btn::before {
  content: "";
  position: absolute;
  height: 3px;
  bottom: -3px;
  left: 50%;
  width: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFBBA6), color-stop(21%, #FFD6A1), color-stop(51%, #FFEE98), color-stop(76%, #D8F9C2), to(#AAE5EC)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #FFBBA6 0%, #FFD6A1 21%, #FFEE98 51%, #D8F9C2 76%, #AAE5EC 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FFBBA6 0%, #FFD6A1 21%, #FFEE98 51%, #D8F9C2 76%, #AAE5EC 100%) 0% 0% no-repeat padding-box;
}

.btn:hover {
  border: solid 3px #EB673C;
  opacity: 1;
}

.btn:hover::before {
  content: none;
}

/*ストライプ下線*/
.underline {
  background: -webkit-linear-gradient(#fff 0%, #fff 50%, transparent 50%, transparent 100%), -webkit-linear-gradient(135deg, #FFE24F 0%, #FFE24F 25%, transparent 25%, transparent 50%, #FFE24F 50%, #FFE24F 75%, transparent 75%);
  background: linear-gradient(#fff 0%, #fff 50%, transparent 50%, transparent 100%), linear-gradient(-45deg, #FFE24F 0%, #FFE24F 25%, transparent 25%, transparent 50%, #FFE24F 50%, #FFE24F 75%, transparent 75%);
  background-position: center;
  background-size: 1em, 0.5em 0.5em;
  background-repeat: repeat;
  padding: 0 0 0.25em 0;
}

.-bgColor {
  background: #FEFBF8;
}

.-bgColor .underline {
  background: -webkit-linear-gradient(#FEFBF8 0%, #FEFBF8 50%, transparent 50%, transparent 100%), -webkit-linear-gradient(135deg, #FFE24F 0%, #FFE24F 25%, transparent 25%, transparent 50%, #FFE24F 50%, #FFE24F 75%, transparent 75%);
  background: linear-gradient(#FEFBF8 0%, #FEFBF8 50%, transparent 50%, transparent 100%), linear-gradient(-45deg, #FFE24F 0%, #FFE24F 25%, transparent 25%, transparent 50%, #FFE24F 50%, #FFE24F 75%, transparent 75%);
  background-position: center;
  background-size: 1em, 0.5em 0.5em;
  background-repeat: repeat;
  padding: 0 0 0.25em 0;
}

/*番号付きフローリスト*/
.listFlowWrap .listFlow {
  list-style: none;
}

.listFlowWrap .listFlow-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 1.5em 0;
}

.listFlowWrap .listFlow-content > div {
  -webkit-flex-basis: calc(100% - 4em);
      -ms-flex-preferred-size: calc(100% - 4em);
          flex-basis: calc(100% - 4em);
}

.listFlowWrap .listFlow-content .number {
  margin-right: 1em;
  border-radius: 1000px;
  width: 3em;
  height: 3em;
  line-height: 3em;
  -webkit-flex-basis: 3em;
      -ms-flex-preferred-size: 3em;
          flex-basis: 3em;
  text-align: center;
  background: #C9C0B8;
  color: #fff;
  z-index: 1;
}

.listFlowWrap .listFlow-content .line {
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 1px;
  height: 100%;
  border: 1px dashed #C9C0B8;
  z-index: 2;
}

.listFlowWrap .listFlow-content .title {
  text-align: left;
  font-weight: bold;
}

.listFlowWrap .listFlow-content .title span {
  font-size: 0.8em;
  font-weight: normal;
}

.listFlowWrap .listFlow-content .txt {
  text-align: left;
}

.listFlowWrap .listFlow-content .txt p {
  font-weight: normal !important;
  margin-bottom: 0.5em;
}

.listFlowWrap .listFlow-content .txt span {
  text-decoration: underline;
  display: inline-block;
  width: 100%;
}

.listFlowWrap .listFlow-content .txt span.material-icons {
  display: inline;
  font-size: 1em;
  margin-right: 0.25em;
  text-decoration: none;
  vertical-align: middle;
}

.listFlowWrap .listFlow-content .txt .attention {
  font-size: 0.9em;
}

.listFlowWrap .listFlow-content .txt a {
  padding: 0.5em 1em;
  position: relative;
  background: #fff;
  border-radius: 0.5em;
}

/* 米印(※)リスト */
.listAttention {
  margin: 2em auto;
  font-size: 0.9em;
  text-align: left;
  list-style: none;
}

.listAttention > * {
  padding: 0 0 0.25em 1.5em;
  position: relative;
}

.listAttention > *::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*==================================================================================================
	blog　お知らせ・ブログ
==================================================================================================*/
/*==================================================================================================
	top トップページ
==================================================================================================*/
.mainWrap {
  position: relative;
}

.mainWrap .topVideo video {
  width: 100%;
  height: auto;
}

.mainWrap .contWrap.-intro {
  padding: 0 0 3em 0;
  text-align: center;
}

.mainWrap .contWrap.-intro .captionWrap {
  margin: -2em 1.5em -4em 1.5em;
  max-width: 20em;
  margin-top: 2em;
}

.mainWrap .contWrap.-intro img {
  width: 100%;
  max-width: 1200px;
}

.mainWrap .contWrap.-about p {
  text-align: center;
}

.mainWrap .contWrap.-about p:last-of-type {
  margin-bottom: 3em;
}

.mainWrap .contWrap.-point {
  padding: 0 0 3em 0;
}

.mainWrap .contWrap.-point p {
  padding: 0 1.5em;
}

.mainWrap .contWrap.-staff .flexWrap.-col3 > div:nth-child(1) span {
  color: #0C2F90;
}

.mainWrap .contWrap.-staff .flexWrap.-col3 > div:nth-child(2) span {
  color: #009829;
}

.mainWrap .contWrap.-staff .flexWrap.-col3 > div:nth-child(3) span {
  color: #ED7200;
}

.mainWrap .contWrap.-staff .flexWrap.-col3 p {
  font-weight: normal;
  text-align: center;
}

.mainWrap .contWrap.-staff .flexWrap.-col3 span {
  display: block;
  font-weight: bold;
}
/*# sourceMappingURL=page.css.map */