@charset "UTF-8";
h2, ul {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index .contents > section {
  padding: 16px;
  padding-top: 24px;
  padding-bottom: 140px;
}
@media screen and (min-width:640px) {
  .index .contents > section {
    padding: 32px;
    padding-top: 38.4px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents > section {
    padding: 32px;
    padding-top: 48px;
    padding-bottom: 200px;
  }
}
.index .contents .infomation {
  margin: auto;
}
.index .contents .infomationInner {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (min-width:1025px) {
  .index .contents .infomationWrap {
    background: linear-gradient(90deg, transparent 0%, transparent 50%, #194154 50%, #194154 100%);
  }
}
.index .contents .infomationInner {
  max-width: none;
  width: 100%;
  background-color: #194154;
  position: relative;
}
@media screen and (min-width:640px) {
  .index .contents .infomationInner {
    display: flex;
    justify-content: flex-start;
    padding: 32px;
    padding-bottom: 5em;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .infomationInner {
    padding: 48px 64px;
    padding-bottom: 5em;
    gap: 80px;
    padding-right: 2em;
  }
}
@media screen and (max-width:639px) {
  .index .contents .infomationInner {
    padding: 32px 16px;
    padding-bottom: 4em;
  }
}
.index .contents .infomationInner .Ttl {
  display: flex;
}
@media screen and (max-width:639px) {
  .index .contents .infomationInner .Ttl {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .infomationInner .Ttl {
    flex-direction: column;
    width: 30%;
    align-items: flex-start;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .infomationInner .Ttl {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.index .contents .infomationInner .Ttl h2 {
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
  font-size: clamp(21px, 2.4vw, 24px);
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: normal;
}
.index .contents .infomationInner .Ttl h2 small {
  color: #fff;
}
.index .contents .infomationInner .Ttl h2:before {
  content: none;
}
@media screen and (max-width:639px) {
  .index .contents .infomationInner .Ttl h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.index .contents .infomationInner .Ttl .ichiran {
  text-align: right;
  position: absolute;
}
@media screen and (min-width:640px) {
  .index .contents .infomationInner .Ttl .ichiran {
    right: 0;
    bottom: 40px;
    right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .infomationInner .Ttl .ichiran {
    bottom: 5em;
    right: 32px;
  }
}
@media screen and (max-width:639px) {
  .index .contents .infomationInner .Ttl .ichiran {
    bottom: 2em;
    right: 1em;
  }
}
.index .contents .infomationInner .Ttl a {
  color: #fff;
  border-bottom: #fff solid 1px;
  font-weight: normal;
}
.index .contents .infomationInner .Ttl a:after {
  content: url(/assets/img/cmn/ico_arrow_w.svg);
  margin-left: 8px;
}
@media screen and (min-width:1025px) {
  .index .contents .infomationInner .newsTxt {
    width: 100%;
  }
}
@media screen and (max-width:639px) {
  .index .contents .infomationInner .newsTxt {
    margin-bottom: 20px;
  }
}
.index .contents .infomationInner .newsTxt ul li {
  display: flex;
  margin-bottom: 14px;
}
@media screen and (min-width:1025px) {
  .index .contents .infomationInner .newsTxt ul li {
    gap: 24px;
    padding-right: 6em;
    margin-bottom: 16px;
  }
}
.index .contents .infomationInner .newsTxt ul li time {
  color: #fff;
  font-weight: normal;
}
@media screen and (min-width:1025px) {
  .index .contents .infomationInner .newsTxt ul li time {
    white-space: nowrap;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .infomationInner .newsTxt ul li time {
    width: 10em;
  }
}
@media screen and (max-width:639px) {
  .index .contents .infomationInner .newsTxt ul li time {
    margin-bottom: 8px;
    display: block;
  }
}
.index .contents .infomationInner .newsTxt ul li a {
  color: #fff;
  font-weight: normal;
  font-size: clamp(13px, 1.5vw, 15px);
  text-decoration: underline;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .infomationInner .newsTxt ul li a {
    width: calc(100% - 10em);
  }
}
@media screen and (max-width:639px) {
  .index .contents .infomationInner .newsTxt ul li a {
    margin-bottom: 8px;
  }
}
@media screen and (min-width:640px) {
  .index .contents .infomationInner .newsTxt ul li {
    justify-content: flex-start;
  }
}
@media screen and (max-width:639px) {
  .index .contents .infomationInner .newsTxt ul li {
    flex-direction: column;
  }
}
.index .contents .infomationInner .newsTxt ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.index .contents .intro {
  background-color: #fff;
}
@media screen and (min-width:640px) {
  .index .contents .intro .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (min-width:640px) {
  .index .contents .intro .txt p {
    width: 85%;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .intro .txt p {
    width: 70%;
  }
}
.index .conceptList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .conceptList {
    gap: 24px;
  }
}
.index .conceptUnit {
  background: #888;
  color: #fff;
  width: calc((100% - 32px) / 2);
  background-color: #ccc;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-position: center center;
  background-size: cover;
  padding: clamp(32px, 4vw, 40px);
}
.index .conceptUnit:first-child {
  background-image: url(/assets/img/index/img_concept01.png);
}
.index .conceptUnit:nth-child(2n) {
  background-image: url(/assets/img/index/img_concept02.png);
}
.index .conceptUnit:nth-child(3n) {
  background-image: url(/assets/img/index/img_concept03.png);
}
.index .conceptUnit:nth-child(4n) {
  background-image: url(/assets/img/index/img_concept04.png);
}
.index .conceptUnit:nth-child(5n) {
  background-image: url(/assets/img/index/img_concept05.png);
}
.index .conceptUnit h3 {
  color: #fff;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .conceptUnit {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width:639px) {
  .index .conceptUnit {
    width: 100%;
    padding: 32px 16px;
  }
}
.index .concept h3 {
  font-weight: normal;
  margin-bottom: clamp(21px, 2.4vw, 24px);
}
.index .concept h3 span {
  display: block;
  text-align: center;
  font-size: clamp(32px, 4vw, 40px);
  font-style: italic;
  margin-bottom: clamp(14px, 1.6vw, 16px);
}
.index .concept h3 span strong {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: clamp(16px, 1.8vw, 18px);
}
.index .concept p {
  line-height: 1.8;
  text-align: left;
  font-size: clamp(13px, 1.5vw, 15px);
}
.index .contents .lesson {
  background: #fff;
  padding-bottom: 90px;
}
@media screen and (max-width:639px) {
  .index .contents .lesson {
    padding-bottom: 72px;
  }
}
@media screen and (min-width:640px) {
  .index .contents .lessonList {
    display: flex;
    justify-content: space-between;
  }
}
.index .contents .lessonUnit {
  background-image: url(/assets/img/cmn/arrow_flow.svg);
  background-repeat: no-repeat;
}
.index .contents .lessonUnit:last-child {
  background-image: none;
}
@media screen and (min-width:640px) {
  .index .contents .lessonUnit:last-child {
    width: 29%;
    padding-right: 0;
  }
}
@media screen and (max-width:639px) {
  .index .contents .lessonUnit {
    background-image: none;
    margin-bottom: 14px;
  }
  .index .contents .lessonUnit:after {
    content: url(/assets/img/cmn/arrow_flow_down.svg);
    transform: scale(-1, 1);
    left: 8px;
    position: relative;
    margin-top: 10px;
  }
  .index .contents .lessonUnit:last-child:after {
    content: none;
  }
}
@media screen and (min-width:640px) {
  .index .contents .lessonUnit {
    width: 32%;
    padding-right: clamp(32px, 4vw, 40px);
  }
}
@media screen and (min-width:1025px) {
  .index .contents .lessonUnit {
    background-position: top right;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .lessonUnit {
    background-position: top 30px right;
  }
}
.index .contents .lessonUnit .ttl {
  display: flex;
  gap: clamp(14px, 1.6vw, 16px);
  color: #729AAD;
  align-items: center;
  margin-bottom: clamp(14px, 1.6vw, 16px);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .lessonUnit .ttl {
    flex-direction: column;
  }
}
.index .contents .lessonUnit .ttl .number {
  background-color: #729AAD;
  color: #fff;
  width: 96px;
  height: 96px;
  border-radius: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index .contents .lessonUnit .ttl .number span {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-style: italic;
  font-size: clamp(13px, 1.5vw, 15px);
}
.index .contents .lessonUnit .ttl .number strong {
  font-size: clamp(24px, 3.2vw, 32px);
}
.index .contents .lessonUnit .ttl h3 {
  font-size: clamp(21px, 2.4vw, 24px);
  font-weight: normal;
}
.index .contents .price {
  background-image: url(/assets/img/index/bg_price.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .contents .price .h2-style {
  margin-bottom: calc(clamp(24px, 3.2vw, 32px) * 2.5);
}
.index .contents .priceGroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width:1025px) {
  .index .contents .priceGroup {
    flex-direction: row;
    justify-content: space-between;
  }
}
.index .contents .priceItem {
  border-radius: 10px;
  background: #ffffff;
  color: #729AAD;
  width: 100%;
}
.index .contents .priceItem__ttl {
  background-color: #729AAD;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  padding: 20px 16px 16px;
  font-size: clamp(21px, 2.4vw, 24px);
  text-align: center;
}
.index .contents .priceItem__ttl small {
  display: block;
  font-size: clamp(14px, 1.6vw, 16px);
}
.index .contents .priceItem__body {
  padding: 20px 16px 16px;
  font-size: clamp(21px, 2.4vw, 24px);
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width:1025px) {
  .index .contents .priceItem__body {
    padding: 32px 40px;
  }
}
.index .contents .priceItem__body .priceNum {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(32px, 4vw, 40px);
}
.index .contents .priceItem__body small {
  font-size: clamp(14px, 1.6vw, 16px);
}
.index .contents .priceItem__body:not(:first-child) {
  border-top: 1px solid #729AAD;
}
.index .contents .priceItem__body strong {
  background-color: #729AAD;
  color: #ffffff;
  border-radius: 1000px;
  padding: 6px 16px;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width:1025px) {
  .index .contents .priceItem__body strong {
    display: inline;
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.index .contents .priceItem__body .planTxt {
  text-align: left;
  font-size: clamp(15px, 1.7vw, 17px);
  margin-bottom: 0;
}
.index .contents .priceItem.single {
  width: calc(50% - 12px);
}
.index .contents .priceItem.plan .priceItem__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width:1025px) {
  .index .contents .priceItem.plan .priceItem__body {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .priceItem.other .priceItem__body {
    text-align: left;
  }
  .index .contents .priceItem.other .priceItem__body strong {
    margin-bottom: 8px;
    margin-right: 0;
    display: inline-block;
  }
}
.index .contents .coach {
  background-color: #194154;
  overflow: hidden;
  padding-bottom: 0;
}
.index .contents .coach .h2-style {
  text-transform: uppercase;
  margin-bottom: calc(clamp(24px, 3.2vw, 32px) * 4.5);
}
.index .contents .coachItem {
  background-color: #fff;
  display: flex;
}
@media screen and (min-width:1025px) {
  .index .contents .coachItem {
    padding: 0 clamp(64px, 8vw, 80px) clamp(24px, 3.2vw, 32px) clamp(64px, 8vw, 80px);
    margin-bottom: 112px;
    gap: clamp(40px, 4.8vw, 48px);
  }
}
@media screen and (max-width:1024px) {
  .index .contents .coachItem {
    flex-direction: column;
    margin-bottom: 100px;
    padding-bottom: clamp(24px, 3.2vw, 32px);
    padding-left: clamp(21px, 2.4vw, 24px);
    padding-right: clamp(21px, 2.4vw, 24px);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .coachItem {
    padding-left: clamp(24px, 3.2vw, 32px);
    padding-right: clamp(24px, 3.2vw, 32px);
  }
}
.index .contents .coach .photo {
  text-align: center;
}
@media screen and (min-width:1025px) {
  .index .contents .coach .photo {
    width: 50%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .coach .photo {
    margin-bottom: -10px;
  }
}
.index .contents .coach .photo img {
  width: 100%;
  position: relative;
  top: -50px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .coach .photo img {
    top: -40px;
    width: 50%;
  }
}
@media screen and (max-width:639px) {
  .index .contents .coach .photo img {
    width: 70%;
    top: -30px;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .coach .txt {
    padding-top: clamp(40px, 4.8vw, 48px);
  }
}
@media screen and (min-width:1025px) {
  .index .contents .coach .txt {
    width: 52%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .coach .txt .ttl {
    display: flex;
    gap: 16px;
    justify-content: center;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .contents .coach .txt .ttl .note {
    display: flex;
    align-items: center;
  }
}
.index .contents .coach h3 {
  font-weight: normal;
  font-size: clamp(21px, 2.4vw, 24px);
  margin-bottom: clamp(24px, 3.2vw, 32px);
  color: #194154;
}
.index .contents .coach h3 small {
  display: block;
  font-size: "Open Sans", sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  text-transform: uppercase;
}
.index .contents .coach .note {
  border-radius: 0;
  font-size: clamp(13px, 1.5vw, 15px);
  padding: 8px clamp(21px, 2.4vw, 24px);
  margin-bottom: clamp(21px, 2.4vw, 24px);
}
.index .contents .coach p {
  font-size: clamp(13px, 1.5vw, 15px);
}
.index .contents .access {
  padding-bottom: 120px;
}
@media screen and (max-width:1024px) {
  .index .contents .access {
    padding-bottom: 60px;
  }
}
.index .contents .access .h2-style {
  margin-bottom: calc(clamp(24px, 3.2vw, 32px) * 2.6);
}
.index .contents .access iframe {
  width: 100%;
  height: 50vh;
}
.index .contents .access .txtC {
  position: relative;
  top: -32px;
  margin-bottom: clamp(48px, 5.6vw, 56px);
}
.index .contents .access h3 {
  font-size: clamp(21px, 2.4vw, 24px);
  text-align: center;
  margin-bottom: clamp(21px, 2.4vw, 24px);
}
.index .contents .access .exterior {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.index .contents .access .exterior .photo {
  display: flex;
  gap: 16px;
  margin-bottom: clamp(21px, 2.4vw, 24px);
}
.index .contents .access .exterior .photo img {
  width: auto;
  height: auto;
}
@media screen and (max-width:639px) {
  .index .contents .access .exterior .photo {
    flex-direction: column;
  }
}
.index .contents .access .exterior .photo .second {
  display: flex;
  gap: 16px;
}
@media screen and (min-width:640px) {
  .index .contents .access .exterior .photo .second {
    flex-direction: column;
  }
}
.index .contents .access p {
  font-size: clamp(13px, 1.5vw, 15px);
}

/*---------------------------------------
KV
---------------------------------------*/
.mainImg {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width:639px) {
  .mainImg {
    height: auto;
  }
}
.mainImgInner {
  height: auto;
  position: relative;
}
@media screen and (min-width:1025px) {
  .mainImgInner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.buttonBar {
  display: none;
}

/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  right: 34px;
  bottom: 20vh;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (max-width:639px) {
  .kvScroll {
    bottom: 0;
  }
}
.kvScroll span {
  font-size: 16px;
  font-weight: normal;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: 2px;
  /*テキストの形状*/
  color: #194154;
  letter-spacing: 0.1em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: none;
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #194154;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 1px;
  height: 120px;
  background: #194154;
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower .contents {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:1025px) {
  .lower .contents {
    padding: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower .contents {
    padding: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width:639px) {
  .lower .contents {
    padding: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.pageTtl {
  width: 100%;
  padding: 80px 32px;
  font-weight: bold;
  background-color: #fff;
}
.pageTtl h2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #000000;
  font-size: clamp(14px, 1.6vw, 16px);
  text-align: center;
}
.pageTtl h2:before {
  content: attr(data-ttl-en);
  color: #729AAD;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: clamp(40px, 4.8vw, 48px);
  text-transform: uppercase;
}

.lower .contents section {
  margin-bottom: 48px;
}
.lower .contents section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: #194154;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .sectionBody {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
}
@media screen and (min-width:640px) {
  .lower .sectionBody {
    width: 80%;
  }
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.lower .blog {
  position: relative;
}
.lower .blog .wrapper {
  margin: auto;
}
.lower .blog .wrapper .mg {
  padding: 0 24px;
}
.lower .blog .wrapper .articleWrap {
  max-width: 640px;
}
.lower .blog .wrapper .articleWrap .article {
  margin-bottom: 30px;
}
.lower .blog .wrapper .articleWrap .article h3 {
  color: #729AAD;
  margin: 0 0 1.5em;
  font-size: 200%;
  letter-spacing: 0.1em;
}
.lower .blog .wrapper .articleWrap .article h3 a {
  color: #729AAD;
}
.lower .blog .wrapper .articleWrap .article .articleInfo {
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  padding: 1.5em 0;
  margin-top: 2em;
}
.lower .blog .wrapper .pager,
.lower .blog .wrapper .entryNavi {
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lower .blog .wrapper .pager {
  background: #ffffff;
  border-radius: 1000px;
  padding: 1em 1.5em;
}
.lower .blog .wrapper .pager .current {
  font-weight: bold;
  color: #194154;
}
.lower .blog .wrapper .pager .pager_first,
.lower .blog .wrapper .pager .pager_last {
  display: none;
}
.lower .blog .wrapper .entryNavi {
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width:640px) {
  .lower .blog .wrapper .entryNavi {
    flex-direction: row;
  }
}
.lower .blog .wrapper .entryNavi li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1.3;
}
.lower .blog .wrapper .entryNavi li::before, .lower .blog .wrapper .entryNavi li::after {
  font-size: 0.5em;
  font-weight: bold;
  color: #c9cdd7;
  background: #ffffff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lower .blog .wrapper .entryNavi li.entryPrev::before {
  content: "<";
  padding-right: 0.2em;
}
.lower .blog .wrapper .entryNavi li.entryNext {
  justify-content: flex-end;
}
.lower .blog .wrapper .entryNavi li.entryNext::after {
  content: ">";
  padding-left: 0.2em;
}
.lower .blog .wrapper .sideBox {
  margin-top: 60px;
}
.lower .blog .wrapper .sideBox section {
  padding: 0;
  margin-bottom: 56px;
  margin-top: 32px;
  color: #194154;
}
.lower .blog .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower .blog .wrapper .sideBox section:last-child {
  padding-bottom: 80px;
  margin-bottom: 0;
}
.lower .blog .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #194154;
  text-align: center;
  margin-bottom: 24px;
  font-size: 20px;
}
.lower .blog .wrapper .sideBox section div {
  padding: 0;
}
.lower .blog .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower .blog .wrapper .sideBox form .search {
  padding: 8px;
  width: 70%;
  border: 1px solid #969696;
  margin-right: 4px;
}
.lower .blog .wrapper .sideBox form .searchBtn {
  background-color: #194154;
  color: #ffffff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
  width: 25%;
}
@media screen and (min-width:640px) {
  .lower .blog .wrapper {
    display: flex;
  }
  .lower .blog .wrapper .sideBox > *:first-child {
    margin-top: 0;
  }
  .lower .blog .wrapper .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower .blog .wrapper .articleWrap {
    width: 640px;
  }
  .lower .blog .wrapper .sideBox section {
    width: 275px;
  }
}

.lower {
  /*---------------------------------------
    form / フォーム
    ---------------------------------------*/
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  border: 2px solid #bfc2c4;
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 3px;
  color: #000000;
  margin: 0 0.4em 0 0;
  letter-spacing: 0.08em;
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 80%;
  padding: 2px 8px;
  border-radius: 2px;
  color: #ffffff;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}
.lower ::-moz-placeholder {
  color: #969696;
}
.lower ::placeholder {
  color: #969696;
}
.lower .sectionBody {
  width: 100%;
}
@media screen and (min-width:640px) {
  .lower .sectionBody {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .contactPhone {
  text-align: center;
}
.lower .contact .contactPhone .phoneNum {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8em;
}
.lower .contact .contactPhone .phoneNum a {
  display: block;
  background-color: #729AAD;
  color: #ffffff;
  padding: 24px 8px;
  border-radius: 1000px;
}
.lower .contact .contactPhone dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width:640px) {
  .lower .contact .contactPhone dl {
    flex-direction: row;
    gap: 16px;
  }
}
.lower .contact .contact-form {
  border-radius: 8px;
  padding: 0 24px;
  margin-bottom: 4em;
}
.lower .contact .contact-form__item {
  border-bottom: 2px dotted #bfc2c4;
}
.lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}
.lower .contact .contact-form__required {
  background-color: #C72600;
}
.lower .contact .contact-form__optional {
  background-color: #000000;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 5em;
  padding: 0.2em;
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #194154;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  background-color: #729AAD;
  transition: 0.2s ease-out;
}
.lower .contact .contact-form__btn.back {
  background-color: #ddd;
  color: #969696;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-error {
  color: #C72600;
}
.lower .contact .thanksTxt {
  margin-top: 3em;
  margin-bottom: 3em;
}/*# sourceMappingURL=pages.css.map */