@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bgtotalcol {
  background-color: #eea6ab;
}

.bgheigakucol {
  background-color: #F5A21B;
}

.bgtsushincol {
  background-color: #a0d2d4;
}

.bgothercol {
  background-color: #ACA7D0;
}

.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.outerWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 95%;
  }
  .inrWidth {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 80%;
  }
  .outerWidth {
    width: 86.6%;
  }
}
main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
BODY
-----------------------------------------*/
@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  font-size: 1.5rem;
  color: #3e3a39;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 1px;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: break-word;
  hanging-punctuation: allow-end;
}

@media only, screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  main {
    margin-top: 70px;
  }
}
.lato {
  font-family: "Lato", sans-serif;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #3e3a39;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

a.hover:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.disFlx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.totalcol {
  color: #eea6ab;
}

.heigakucol {
  color: #fbc95f;
}

.tsushincol {
  color: #a0d2d4;
}

/*--header--*/
.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 116px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hd.hdactive {
  background-color: #fff;
  height: 68px;
}

.hd.hdactive .hd__logo {
  opacity: 1;
  pointer-events: all;
}

.hd.HeightMin {
  height: 68px;
  background-color: #fff;
}

.hd.HeightMin .hd__logo {
  opacity: 1;
  pointer-events: all;
}

.hd .hd__logo {
  width: auto;
  position: absolute;
  left: 57px;
  top: calc(50% - 23px);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hd .hd__logo a {
  display: block;
}

.hd .hd__logo a img {
  display: block;
  height: 46px;
}

.hd__nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 136px;
  top: calc(50% - 16px);
}

.hd__nav--link {
  display: block;
  position: relative;
}

.hd__nav--link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hd__nav--link:nth-of-type(1) {
  width: 34px;
  margin-right: 70px;
}

.hd__nav--link:nth-of-type(2) {
  width: 18px;
  margin-right: 70px;
}

.hd__nav--link:nth-of-type(3) {
  width: 32px;
  margin-right: 0;
}

.hd__nav--link:nth-of-type(4) {
  width: auto;
  background-color: #3e3a39;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 15px 12px;
  font-weight: bold;
  line-height: 1;
  border-radius: 10px;
}
.hd__nav--link:nth-of-type(4) .link-event__ttl {
  margin-right: 5px;
}
.hd__nav--link:nth-of-type(4) .link-event__date {
  letter-spacing: 0;
}
.hd__nav--link:nth-of-type(4) .link-event__date--month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.hd__nav--link:nth-of-type(4) .link-event__date--day {
  font-size: 1.8rem;
}
.hd__nav--link:nth-of-type(4) .link-event__date--week {
  font-size: 1.2rem;
  width: 17px;
  height: 17px;
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  letter-spacing: 0;
  line-height: 1;
  color: #3e3a39;
  margin-left: 3px;
}

.hd__nav--link img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hd__nav--link span {
  position: absolute;
    font-size: 11px;
    left: 36px;
    bottom: 3px;
    display: inline-block;
    width: 60px;
    text-align: center;
    font-weight: bold;
}
.hd__nav--link:nth-of-type(2) span {
  left: 18px;
}

.hd .openbtn {
  position: absolute;
  z-index: 1000;
  /*ボタンを最前面に*/
  top: calc(50% - 25px);
  right: 57px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hd .openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #3e3a39;
  width: 29px;
}

.hd .openbtn span:nth-of-type(1) {
  top: 15px;
}

.hd .openbtn span:nth-of-type(2) {
  top: 25px;
}

.hd .openbtn span:nth-of-type(3) {
  top: 35px;
}

.hd .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 13px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 29px;
}

.hd .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.hd .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 13px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 29px;
}

#g-nav {
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f7f3e7;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#g-nav.panelactive {
  top: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav .pageNav {
  position: absolute;
  z-index: 999;
  top: calc(50% + 20px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media only, screen and (max-width: 768px) {
  .hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 70px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
  }
  .hd.hdactive {
    background-color: #fff !important;
    height: 56px;
  }
  .hd.hdactive .hd__logo {
    opacity: 1;
    pointer-events: all;
  }
  .hd.HeightMin {
    height: 68px;
    /*background-color: transparent;*/
  }
  .hd.HeightMin .hd__logo {
    opacity: 1;
    pointer-events: all;
  }
  .hd .hd__logo {
    width: auto;
    position: absolute;
    left: 17px;
    top: calc(50% - 14px);
    opacity: 1;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hd .hd__logo a {
    display: block;
  }
  .hd .hd__logo a img {
    display: block;
    height: 28px;
  }
  .hd__nav {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    right: 65px;
    top: calc(50% - 12px);
  }
  .hd__nav--link {
    display: block;
  }
  .hd__nav--link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .hd__nav--link:nth-of-type(1) {
    display: none;
  }
  .hd__nav--link:nth-of-type(2) {
    display: none;
  }
  .hd__nav--link:nth-of-type(3) {
    width: 27px;
    margin-right: 0;
  }
  .hd__nav--link:nth-of-type(4) {
    height: 48px;
    margin-right: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    padding: 12px 2px 12px;
  }
  .hd__nav--link:nth-of-type(4) .link-event__ttl {
    margin-right: 0;
    max-width: 90px;
    text-align: center;
    line-height: 1.1;
  }
  .hd__nav--link:nth-of-type(4) .link-event__date {
    letter-spacing: 0;
    margin-top: 3px;
  }
  .hd__nav--link:nth-of-type(4) .link-event__date--month {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hd__nav--link:nth-of-type(4) .link-event__date--day {
    font-size: 1.5rem;
    position: relative;
    top: 2px;
  }
  .hd__nav--link:nth-of-type(4) .link-event__date--week {
    font-size: 1rem;
    width: 14px;
    height: 14px;
    margin-left: 3px;
    position: relative;
    top: 2px;
  }
  .hd__nav--link img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hd .openbtn {
    position: absolute;
    z-index: 1000;
    /*ボタンを最前面に*/
    top: calc(50% - 25px);
    right: 17px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hd .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #3e3a39;
    width: 29px;
  }
  .hd .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .hd .openbtn span:nth-of-type(2) {
    top: 25px;
  }
  .hd .openbtn span:nth-of-type(3) {
    top: 35px;
  }
  .hd .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 29px;
  }
  .hd .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hd .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 13px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 29px;
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -300%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #f7f3e7;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  #g-nav.panelactive {
    top: 0;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav .pageNav {
    position: absolute;
    z-index: 999;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
  }
}
/*--//header--*/
.totop {
  display: block;
  width: 66px;
  height: auto;
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.totop:hover {
  opacity: 0.8;
}

.ft {
  background-color: #3e3a39;
  color: #fff;
  text-align: center;
  padding: 45px 0 32px;
}

.ft__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.ft__inr--LFT {
  width: 320px;
}

.ft__inr--LFT--logo {
  width: auto;
}

.ft__inr--RGT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft__inr--RGT--link {
  display: block;
  margin-right: 40px;
}

.ft__inr--RGT--link:nth-of-type(1) {
  height: 29px;
}

.ft__inr--RGT--link:nth-of-type(1) img {
  height: 29px;
}

.ft__inr--RGT--link:nth-of-type(2) {
  height: 26px;
}

.ft__inr--RGT--link:nth-of-type(2) img {
  height: 26px;
}

.ft__inr--RGT--link:nth-of-type(3) {
  height: 30px;
}

.ft__inr--RGT--link:nth-of-type(3) img {
  height: 30px;
}

.ft__inr--RGT--link:nth-of-type(4) img {
  height: 34px;
}

.ft__inr--RGT--link:nth-of-type(5) {
  margin-right: 0;
}

.ft__inr--RGT--link:nth-of-type(5) img {
  height: 28px;
}

.ft small {
  font-size: 1.2rem;
  line-height: 1;
}

@media only, screen and (max-width: 768px) {
  .totop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 70px;
    height: auto;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 110;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: all !important;
  }
  .totop:hover {
    opacity: 0.8;
  }
  .totop img {
    width: 50px;
    height: 45px;
  }
  .spft-fixed {
    display: none;
    width: 270px;
    height: 80px;
    height: auto;
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e69d9b;
    padding: 13px 0;
    border-radius: 15px 15px 0 0;
    opacity: 0;
  }
  .spft-fixed a {
    display: block;
    position: relative;
  }
  .spft-fixed a:nth-of-type(2) {
    margin-left: 33px;
  }
  .spft-fixed a:nth-of-type(2)::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 50px;
    border-left: 1px dashed #fff;
    top: -6px;
    left: -16px;
  }
  .spft-fixed a:nth-of-type(2) img {
    width: 107px;
  }
  .spft-fixed a img {
    width: 50px;
    display: block;
  }
  .ft {
    padding: 45px 0 112px;
  }
  .ft__inr {
    display: block;
    margin-bottom: 40px;
    max-width: 320px !important;
    width: 85%;
  }
  .ft__inr--LFT {
    width: 100%;
  }
  .ft__inr--LFT--logo {
    width: auto;
  }
  .ft__inr--LFT--logo img {
    display: block;
    max-width: 280px;
    margin: auto;
  }
  .ft__inr--LFT--txt {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .ft__inr--RGT {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    margin: auto;
    margin-top: 25px;
  }
  .ft__inr--RGT--link {
    display: block;
    margin-right: 20px;
  }
  .ft__inr--RGT--link:nth-of-type(1) {
    height: 24px;
  }
  .ft__inr--RGT--link:nth-of-type(1) img {
    height: 24px;
  }
  .ft__inr--RGT--link:nth-of-type(2) {
    height: 21px;
  }
  .ft__inr--RGT--link:nth-of-type(2) img {
    height: 21px;
  }
  .ft__inr--RGT--link:nth-of-type(3) {
    height: 24px;
  }
  .ft__inr--RGT--link:nth-of-type(3) img {
    height: 24px;
  }
  .ft__inr--RGT--link:nth-of-type(4) img {
    height: 27px;
  }
  .ft__inr--RGT--link:nth-of-type(5) {
    margin-right: 0;
  }
  .ft__inr--RGT--link:nth-of-type(5) img {
    height: 23px;
  }
  .ft small {
    font-size: 1rem;
    line-height: 1;
  }
}
/*========= pageNav ===============*/
.pageNav__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pageNav__inr--box {
  width: 28%;
  margin-right: 8%;
}

.pageNav__inr--box:last-of-type {
  margin-right: 0;
}

.pageNav__inr--box--blk:nth-of-type(n + 2) {
  margin-top: 28px;
}

.pageNav__inr--box--blk.otherblk .pageNav__inr--box--blk--head a {
  pointer-events: all;
}

.pageNav__inr--box--blk--head {
  position: relative;
  border-bottom: 1px solid #3e3a39;
  font-weight: bold;
}

.pageNav__inr--box--blk--head:nth-of-type(n + 2) {
  margin-top: 12px;
}

.pageNav__inr--box--blk--head a, .pageNav__inr--box--blk--head p {
  font-size: 1.8rem;
  display: block;
  pointer-events: none;
}

.pageNav__inr--box--blk--relate {
  margin-top: 20px;
}
.pageNav__inr--box--blk--relate ul {
  margin-top: 4px;
}
.pageNav__inr--box--blk--relate ul li {
  position: relative;
  padding-left: 30px;
}
.pageNav__inr--box--blk--relate ul li::before {
  content: "";
  display: inline-block;
  background-color: #3e3a39;
  height: 1px;
  width: 25px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.pageNav__inr--box--blk--relate ul li a {
  font-size: 1.4rem;
}

.pageNav__inr--box--blk--relate li:nth-of-type(n + 2) {
  margin-top: 4px;
}

.pageNav__inr--box--blk--relate li a {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 1.5px;
}

@media only, screen and (max-width: 768px) {
  .pageNav__inr {
    display: block;
    max-width: 300px !important;
  }
  .pageNav__inr--box {
    width: 100%;
    margin-right: 0%;
  }
  .pageNav__inr--box:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  .pageNav__inr--box--blk.otherblk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
    margin-top: 20px !important;
  }
  .pageNav__inr--box--blk.otherblk .pageNav__inr--box--blk--head {
    font-weight: normal;
    border-bottom: none;
    width: 165px;
    line-height: 1.6;
  }
  .pageNav__inr--box--blk.otherblk .pageNav__inr--box--blk--head:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .pageNav__inr--box--blk.otherblk .pageNav__inr--box--blk--head:nth-of-type(n + 3) {
    margin-top: 14px;
  }
  .pageNav__inr--box--blk.otherblk .pageNav__inr--box--blk--head:nth-of-type(odd) {
    width: 130px;
  }
  .pageNav__inr--box--blk.otherblk .pageNav__inr--box--blk--head:nth-of-type(9) {
    width: 100%;
  }
  .pageNav__inr--box--blk.otherblk .pageNav__inr--box--blk--head a {
    font-size: 1.6rem;
  }
  .pageNav__inr--box--blk:nth-of-type(n + 2) {
    margin-top: 0px;
  }
  .pageNav__inr--box--blk--head {
    position: relative;
    border-bottom: 1px solid #3e3a39;
    font-weight: bold;
    line-height: 3.2;
  }
  .pageNav__inr--box--blk--head:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .pageNav__inr--box--blk--head.acd::after {
    content: "";
    display: inline-block;
    background-image: url("../img/icon_arw.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pageNav__inr--box--blk--head.acd.open::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .pageNav__inr--box--blk--head a {
    font-size: 1.8rem;
    display: inline-block;
  }
  .pageNav__inr--box--blk .pageNav__inr--box--blk--head.acd + .pageNav__inr--box--blk--relate {
    display: none;
  }
  .pageNav__inr--box--blk--relate {
    margin-top: 13px;
  }
  .pageNav__inr--box--blk--relate li:nth-of-type(n + 2) {
    margin-top: 7px;
  }
  .pageNav__inr--box--blk--relate li a {
    font-size: 1.6rem;
    display: block;
    letter-spacing: 1.5px;
  }
}
/*========= btn ===============*/
.btn {
  border: 2px solid;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 56px;
}

.btn-total {
  border-color: #eea6ab;
  background-color: #eea6ab;
}

.btn-heigaku {
  border-color: #fbc95f;
  background-color: #fbc95f;
}

.btn-tsushin {
  border-color: #a0d2d4;
  background-color: #a0d2d4;
}

.btn-arwcir:hover {
  opacity: 1;
}

.btn-arwcir:hover::after {
  right: 15px;
}

.btn-arwcir::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_arwcir.svg");
  height: 16px;
  width: 16px;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-bgWhite {
  background-color: #fff;
  color: #3e3a39;
}

.combtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3e3a39;
  height: 67px;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  line-height: 1;
  position: relative;
}

.combtn:hover {
  opacity: 0.9;
}

.combtn:hover::after {
  right: 15px;
}

.combtn::after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon_arw_white.svg");
  background-size: contain;
  width: 9px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only, screen and (max-width: 768px) {
  .btn {
    height: 60px;
    font-size: 1.6rem;
    border-radius: 5px;
  }
  .btn-arwcir:hover {
    opacity: 1;
  }
  .btn-arwcir:hover::after {
    right: 15px;
  }
  .btn-arwcir::after {
    content: "";
    display: inline-block;
    background-image: url("../img/icon_arwcir.svg");
    height: 16px;
    width: 16px;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-bgWhite {
    background-color: #fff;
    color: #3e3a39;
  }
  .combtn {
    min-width: 230px;
    height: 58px;
    border-radius: 15px;
    margin: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1.6rem;
    padding-left: 25px;
    padding-right: 25px;
  }
  .combtn:nth-of-type(n + 2) {
    margin-top: 23px;
  }
  .combtn::after {
    width: 9px;
    height: 8px;
    right: 15px;
  }
}
/*========= icon-course ===============*/
.icon-course {
  display: inline-block;
  color: #fff;
  padding: 5px 5px 3px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 1;
}

.icon-course-total {
  background-color: #eea6ab;
}

@media only, screen and (max-width: 768px) {
  .icon-course {
    padding: 3px 5px 3px;
    font-size: 1.2rem;
  }
}
/*========= bottomNav ===============*/
.bottomNav {
  padding: 95px 0 80px;
  background-image: url("../img/bg_common.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only, screen and (max-width: 768px) {
  .bottomNav {
    display: none;
  }
}
.underLayerMain {
  padding-top: 68px;
}

.titleArea {
  background-image: url(../img/titleBg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.titleArea__headline {
  padding: 57px 0;
}

.titleArea__headline--en {
  font-size: 1.7rem;
  color: #595757;
  display: block;
  font-weight: bold;
  letter-spacing: 0.13em;
}

.titleArea__headline--ja {
  font-size: 3.7rem;
  color: #595757;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.breadCrumb--parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 0;
}

.breadCrumb--child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadCrumb--child:not(:last-of-type):after {
  content: "▶︎";
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  color: #eea6ab;
  padding: 0 5px;
}

.breadCrumb--child:nth-of-type(2) a, .breadCrumb--child:last-of-type a {
  pointer-events: none;
  color: #717071;
}

.breadCrumb a {
  color: #eea6ab;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .underLayerMain {
    padding-top: 0px;
  }
  .titleArea__headline {
    padding: 27px 0;
  }
  .titleArea__headline--en {
    font-size: 1.2rem;
    letter-spacing: 0.16em;
  }
  .titleArea__headline--ja {
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.06em;
  }
  .breadCrumb--parent {
    padding: 5px 0 10px;
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .breadCrumb--child {
    margin-top: 5px;
  }
  .breadCrumb a {
    font-size: 1rem;
  }
  .breadCrumb span {
    font-size: 1rem;
  }
}
h2 span:before {
  display: none;
}

h2 span:after {
  display: none;
}

.h2_underBorder {
  position: relative;
  font-size: 2.5rem;
  text-align: left;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.h2_underBorder:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url(../img/h2_border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 3px;
}

.topText strong {
  font-size: 1.9rem !important;
}

.before_h3 {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

.h3_treatment {
  position: relative;
  font-size: 2.2rem;
  text-align: left;
  display: block;
  margin-bottom: 50px;
  padding-left: 30px;
}

.h3_treatment:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-image: url(../img/h3_mark.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 80%;
}

.before_h4 {
  -webkit-margin-before: 1.33em;
  margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
  margin-block-end: 1.33em;
}

.before_p {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

.sideBarLabel {
  margin-top: 0 !important;
}

.secBox {
  /*margin-top: 0 !important;
  margin-bottom: 90px !important;*/
}

.IconLink__text {
  padding-left: 8px;
}

.mediumText {
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .TableTypeA td,
  .TableTypeA th {
    padding: 2em 2em !important;
  }
  article .sectionBox--top {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .h2_underBorder {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
  .h3_treatment {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-left: 25px;
  }
  section.secBox > div > div > table > tbody > tr > th {
    min-width: 80px;
  }
  article > .cf.bgColorGray {
    margin-bottom: 50px;
  }
  article .sectionBox--top {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
/*# sourceMappingURL=common.css.map */