@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0 none;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #595654;
  /*background-color: #edddca;*/
  background-color: #fff;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  background-image: url(../img/def_bg.png);
  background-size: 4% auto;
}

ul, ol {
  list-style-type: none;
}

h2, h3 {
  font-weight: normal;
}

img {
  width: 100%;
  border: none;
  vertical-align: bottom;
}

a {
  color: #595654;
  display: block;
  text-decoration: none;
  outline: none;
}

a:link {
  color: #595654;
}

a:hover {
  opacity: .7;
}

a.visited {
  color: #595654;
}

a.u-nop:hover {
  opacity: 1;
}

a.u-linkcolor--white,
a.u-linkcolor--white:link,
a.u-linkcolor--white:visited,
a.u-linkcolor--white:hover {
  color: #FFF !important;
}

.u-fcolor--red {
  color: #D11919;
}

.u-fcolor--blue {
  color: #005fb0;
}

.u-fcolor--darkblue {
  color: #003C8C;
}

.u-fcolor--white {
  color: #fff;
}

.u-ffamly--os {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.05em;
}

.u-ffamly--mn {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.u-ffamly--pp {
  font-family: 'Poppins', sans-serif;
}

.u-fstyle--it {
  font-style: italic;
}

.u-fsz--sm {
  font-size: 1.0rem;
}

.u-fsz--md {
  font-size: 1.4rem;
}

.u-fsz--df {
  font-size: 1.6rem;
}

.u-fsz--lg {
  font-size: 1.8rem;
}

.u-fsz--xl {
  font-size: 2.1rem;
}

.u-fsz--xxl {
  font-size: 2.6rem;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

.u-fw800 {
  font-weight: 800 !important;
}

.u-fw900 {
  font-weight: 900 !important;
}

.u-iconMgr--m {
  margin-right: .5rem;
}

.u-iconMgr--l {
  margin-right: .9rem;
}

.u-iconMgr--xl {
  margin-right: 1.2rem;
}

.u-fsz--s {
  font-size: 1.3rem;
}

.u-fsz--xs {
  font-size: 1.0rem;
}

.u-mt--xxs {
  margin-top: .5rem !important;
}

.u-mt--xs {
  margin-top: 1rem !important;
}

.u-mt--sm {
  margin-top: 1.5rem !important;
}

.u-mt--smd {
  margin-top: 2rem !important;
}

.u-mt--md {
  margin-top: 3rem !important;
}
@media (min-width: 1024px) {
  .u-mt--md {
    margin-top: 4rem !important;
  }
}

.u-mt--lg {
  margin-top: 4rem !important;
}
@media (min-width: 1024px) {
  .u-mt--lg {
    margin-top: 5rem !important;
  }
}

.u-mt--xl {
  margin-top: 6rem !important;
}
@media (min-width: 1024px) {
  .u-mt--xl {
    margin-top: 7rem !important;
  }
}

.u-mt--xxl {
  margin-top: 8rem !important;
}
@media (min-width: 1024px) {
  .u-mt--xxl {
    margin-top: 9rem !important;
  }
}

.u-mt--md--pc {
  margin-top: 3rem !important;
}

.u-pt--sm {
  padding-top: 1.5rem !important;
}

.u-pt--smd {
  padding-top: 2rem !important;
}

.u-pt--md {
  padding-top: 3rem !important;
}

.u-pt--lg {
  padding-top: 4rem !important;
}
@media (min-width: 1024px) {
  .u-pt--lg {
    padding-top: 5rem !important;
  }
}

.u-pt--xl {
  padding-top: 6rem !important;
}
@media (min-width: 1024px) {
  .u-pt--xl {
    padding-top: 7rem !important;
  }
}

.u-pt--xxl {
  padding-top: 8rem !important;
}
@media (min-width: 1024px) {
  .u-pt--xxl {
    padding-top: 9rem !important;
  }
}

.u-pb--md {
  padding-bottom: 1.5rem !important;
}

.u-pb--lg {
  padding-bottom: 2.5rem !important;
}

.u-pb--xl {
  padding-bottom: 3.5rem !important;
}

.u-pb--xxl {
  padding-bottom: 5rem !important;
}

.u-pb--xxxl {
  padding-bottom: 7rem !important;
}

.u-pl--sm {
  padding-left: 2% !important;
}

.u-pl--md {
  padding-left: 5% !important;
}

.u-pl--1txt {
  padding-left: 1.5rem !important;
}

.u-tglImg--sp {
  display: block !important;
}
@media (min-width: 1024px) {
  .u-tglImg--sp {
    display: none !important;
  }
}

.u-tglImg--pc {
  display: none !important;
}
@media (min-width: 1024px) {
  .u-tglImg--pc {
    display: block !important;
  }
}

.u-tglImgFlex--sp {
  display: flex !important;
}
@media (min-width: 1024px) {
  .u-tglImgFlex--sp {
    display: none !important;
  }
}

.u-tglImgFlex--pc {
  display: none !important;
}
@media (min-width: 1024px) {
  .u-tglImgFlex--pc {
    display: flex !important;
  }
}

.u-vam {
  vertical-align: middle;
}

.u-csPointer {
  cursor: pointer;
}

.u-br--pc {
  display: block;
}
@media (min-width: 1024px) {
  .u-br--pc {
    display: none;
  }
}

.u-br--sp {
  display: none;
}
@media (min-width: 1024px) {
  .u-br--sp {
    display: block;
  }
}

.u-txtLine {
  width: 8%;
  min-width: 5.6rem;
  height: 1px;
  background: #ccc;
  display: block;
  margin: 2rem auto 2rem;
}

.u-txt--center {
  text-align: center;
}

@media (min-width: 1024px) {
  .u-txt--right--pc {
    text-align: right;
  }
}

.u-txt--cptls {
  text-align: left;
}
@media (min-width: 1024px) {
  .u-txt--cptls {
    text-align: center;
  }
}

.u-txtrlink {
  text-align: right;
  padding-right: 3%;
}

.u-txtrlink--nopdr {
  text-align: right;
  padding-right: 0;
}

a.u-link--arrow1 {
  display: inline-block;
}

a.u-link--arrow1:after {
  content: 'double_arrow';
  font-family: "Material Icons";
  font-size: 1.8rem;
  vertical-align: sub;
  margin-right: .2rem;
  text-decoration: none;
  display: inline-block;
}

a.u-txtarr1Link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
}

a.u-txtarr1Link:after {
  content: 'navigate_next';
  font-family: "Material Icons";
  font-size: 1.8rem;
  vertical-align: sub;
  margin-right: .2rem;
  text-decoration: none;
  display: inline-block;
}

a.u-underline {
  text-decoration: underline;
}

.u-rightFlex {
  display: flex;
  justify-content: flex-end;
}

.u-rightFlex--rtc {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .u-rightFlex--rtc {
    justify-content: center;
  }
}

.u-linkBtn {
  text-align: right;
  margin-top: .8rem;
  padding-right: 1.3rem;
  padding-bottom: 1.3rem;
  text-decoration: underline;
}

.u-linkmore.--lg {
  font-size: 1.5rem;
}

.u-linkBtn.--sm {
  margin-top: 1.0rem;
}

.u-linkBtn.--lg {
  margin-top: 2rem;
}

.u-linkBtn.--xl {
  margin-top: 2.4rem;
}

.u-linkBtn .iconArr {
  vertical-align: top;
  font-size: 2.2rem;
  transform: rotate(-90deg);
  margin-left: .2rem;
  margin-top: -.2rem;
  vertical-align: middle;
}

.u-btnView {
  margin: 3rem auto 0;
  width: 75%;
  margin-top: 3rem;
}
.u-btnView .u-btnView__in {
  font-weight: 600;
  padding: 1.5rem 0rem;
  font-size: 1.6rem;
  border: 1px solid #fff;
  text-align: center;
}

@media (min-width: 1024px) {
  .u-btnView.--w30m350--pc {
    width: 30%;
    max-width: 350px;
  }
}

.u-topBtnBlk {
  width: 80%;
  margin: 5rem auto 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .u-topBtnBlk {
    width: 60%;
    max-width: 480px;
    margin-top: 6.5rem;
  }
}
.u-topBtnBlk .u-topBtn__in {
  background: #34aacf;
  color: #fff;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 800;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .u-topBtnBlk .u-topBtn__in {
    font-size: 2.4rem;
  }
}
.u-topBtnBlk .u-topBtn__in::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.u-topBtnBlk.--orange .u-topBtn__in {
  background: #ef8717;
}

.u-topBtnBlk.--pink .u-topBtn__in {
  background: #e72762;
}

.u-btnView.--full {
  width: 100%;
}

.u-opNone {
  opacity: 0;
}

.u-iconMgr--l {
  margin-right: .6rem;
}

/*SP向け コンテンツ 下スペース調整 */
.u-pb10--sp {
  padding-bottom: 1.0rem !important;
}

.u-pb15--sp {
  padding-bottom: 1.5rem !important;
}

.u-bgc--white {
  background: #fff;
}

.u-pos--r {
  position: relative;
}

.u-listTrim {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.u-listTrim img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.u-listTrimList {
  height: 85px;
  overflow: hidden;
  position: relative;
}
.u-listTrimList img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .u-listTrimList {
    height: 180px;
  }
}

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

.u-contentblk {
  padding: 0 4%;
}
@media (min-width: 1024px) {
  .u-contentblk {
    padding: 0;
  }
}

.u-cntblk {
  padding: 0 4%;
}
@media (min-width: 1024px) {
  .u-cntblk {
    width: 40%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .u-cntblk.--pclg {
    width: 60%;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .u-cntblk.--pcxl {
    width: 80%;
    margin: 0 auto;
  }
}

.u-cntblk--sm {
  padding: 0 10%;
}
@media (min-width: 1024px) {
  .u-cntblk--sm {
    width: 40%;
    margin: 0 auto;
  }
}

.u-cntBtn--df {
  padding: 0 11%;
}
@media (min-width: 1024px) {
  .u-cntBtn--df {
    width: 40%;
    padding: 0 7%;
    margin: 0 auto;
  }
}

.u-cntblk--sp {
  padding: 0 4%;
}
@media (min-width: 1024px) {
  .u-cntblk--sp {
    padding: 0;
  }
}

.u-cntBtn {
  text-align: center;
  margin-top: 2rem;
}
.u-cntBtn p {
  display: inline-block;
  padding: .4rem 3rem;
  font-size: 1.5rem;
  background: #ff0000;
  color: #fff;
  border-radius: 8px;
  font-weight: 800;
}

.u-cnt__title {
  font-size: 2.4rem;
  font-weight: 900;
}

.u-cnt__title.--aqua {
  color: #22ADCF;
  display: inline;
  background: linear-gradient(transparent 60%, rgba(215, 247, 255, 0.7) 60%);
  padding: 0 .7rem;
}

.u-cnt__title.--green {
  color: #548050;
  display: inline;
  background: linear-gradient(transparent 60%, #fdf8cd 60%);
  padding: 0 .7rem;
}

.u-cnt__title.--purple {
  color: #9b4788;
  display: inline;
  background: linear-gradient(transparent 60%, #fdf6ca 60%);
  padding: 0 .7rem;
}

.l-grobal {
  width: 100%;
  padding-top: 81px;
}
@media (min-width: 1024px) {
  .l-grobal {
    padding-top: 104px;
  }
}

.l-contentBlk {
  width: 100%;
  margin: 0 auto;
  min-width: initial;
}
@media (min-width: 1024px) {
  .l-contentBlk {
    min-width: 1000px;
  }
}

.l-contentBlk--full {
  width: 100%;
  margin: 0 auto;
  min-width: initial;
}

/* 上下パディングのみ */
.l-contentBlk__updn {
  padding: 3.5rem 0;
}
@media (min-width: 1024px) {
  .l-contentBlk__updn {
    padding: 7rem 0;
  }
}

/* 下パディングのみ */
.l-contentBlk__btm {
  padding: 0 0 3.5rem;
}
@media (min-width: 1024px) {
  .l-contentBlk__btm {
    padding: 0 0 7rem;
  }
}

/* 上パディングのみ */
.l-contentBlk__tom {
  padding: 3.5rem 0 0;
}
@media (min-width: 1024px) {
  .l-contentBlk__tom {
    padding: 7rem 0 0;
  }
}

/* 上パディングPCのみ SPはマージン */
.l-contentBlk__tom--pc {
  margin-top: 11rem;
}
@media (min-width: 1024px) {
  .l-contentBlk__tom--pc {
    padding: 7rem 0 0;
  }
}

.l-contentBlk--full.--green--sp {
  background: #F9FBF5;
}
@media (min-width: 1024px) {
  .l-contentBlk--full.--green--sp {
    background: transparent;
  }
}

.l-contentBlk--2nd {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .l-contentBlk--2nd {
    max-width: 1120px;
  }
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
}

.c-maintitle {
  font-size: 2.0rem;
  text-align: center;
}

.c-subtitle {
  font-size: 1.6rem;
  text-align: center;
  color: #777;
}

#header {
  top: 0;
  width: 100%;
  height: 81px;
  z-index: 130;
  position: fixed;
}
@media (min-width: 1024px) {
  #header {
    height: 104px;
  }
}
#header .header__top {
  background: #ec7c21;
  height: 19px;
  z-index: 101;
  position: relative;
}
@media (min-width: 1024px) {
  #header .header__top {
    height: 23px;
    padding-left: 3%;
  }
}
#header .header__top h1 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1024px) {
  #header .header__top h1 {
    font-size: 1.3rem;
    text-align: left;
  }
}
#header .header__in {
  width: 100%;
  padding: 50px 50px 0;
  display: flex;
  top: 0;
  left: 0;
  height: 62px;
  padding: 0 0 0 3%;
  background: #fdfbf3;
  align-items: center;
  z-index: 101;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  #header .header__in {
    height: 90px;
    justify-content: space-between;
  }
}
#header .headerIn__logo {
  width: 145px;
  min-width: 145px;
  line-height: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  #header .headerIn__logo {
    width: 300px;
    min-width: 300px;
  }
}
#header .headerIn__nav--pc {
  display: none;
}
@media (min-width: 1024px) {
  #header .headerIn__nav--pc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
}
#header .headerIn__nav--pc ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto 0;
  flex: auto 0;
  height: 100%;
  padding-right: 15px;
  font-weight: 500;
  font-size: 1.4rem;
}
#header .headerIn__nav--pc ul li {
  position: relative;
  margin: 0 15px;
}
#header .headerIn__nav--pc ul li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #5b5b5b;
  width: 100%;
  height: 100%;
}
#header .headerIn__tel {
  position: absolute;
  right: 57px;
  top: 0;
  width: 57px;
  height: 62px;
  cursor: pointer;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  #header .headerIn__tel {
    display: none;
  }
}
#header .headerIn__tel .material-icons {
  font-size: 37px;
  color: #EC7C21;
  padding-top: 0.5rem;
}
#header .headerIn__hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 62px;
  cursor: pointer;
  z-index: 101;
}
@media (min-width: 1024px) {
  #header .headerIn__hamburger {
    display: none;
  }
}
#header .headerIn__hamburger div {
  position: relative;
  margin-top: 22px;
}
#header .headerIn__hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 68%;
  background: #ec7c21;
  left: 15%;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#header .headerIn__hamburger span:nth-child(1) {
  top: 0;
}
#header .headerIn__hamburger span:nth-child(2) {
  top: 10px;
}
#header .headerIn__hamburger span:nth-child(3) {
  top: 20px;
}
#header #global-sp {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: 82px;
  background: #fff;
  background: rgba(253, 251, 243, 0.9);
  width: 100%;
  text-align: center;
  padding: 15px 5% 30px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 100;
  opacity: 0;
  -moz-transform: translateY(-800px);
  -webkit-transform: translateY(-800px);
  transform: translateY(-800px);
}
#header #global-sp ul {
  list-style: none;
  position: static;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
}
#header #global-sp ul li {
  float: none;
  position: static;
}
#header #global-sp ul li .u-btn--arrow1 {
  color: #7f7f7f;
  color: #604c1a;
  font-size: 1.8rem;
  font-weight: 800;
  padding: 1.5rem 0 1.5rem 2rem;
  text-align: left;
  border-bottom: 1px dotted #7f7f7f;
}
#header #global-sp ul li .u-btn--arrow1::before {
  content: 'chevron_right';
  font-family: "Material Icons";
  font-size: 1.5rem;
  margin-right: .1rem;
  top: 1px;
  position: relative;
}
#header #global-sp ul li a,
#header #global-sp ul li a {
  width: 100%;
  display: block;
  color: #fff;
}

#header.sc .header__in,
#header.open .header__in {
  background: rgba(253, 251, 243, 0.9);
}
#header.sc .headerIn__hamburger span,
#header.open .headerIn__hamburger span {
  background: #7f7f7f;
}
#header.sc .headerIn__nav--pc ul li a,
#header.open .headerIn__nav--pc ul li a {
  color: #3f3f3f;
}

#header.open {
  /* #nav-toggle 切り替えアニメーション */
  /* #global-sp スライドアニメーション */
}
#header.open .headerIn__hamburger span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header.open .headerIn__hamburger span:nth-child(2) {
  width: 0;
  left: 50%;
}
#header.open .headerIn__hamburger span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#header.open #global-sp {
  opacity: 1;
  /* #global-sp top + #mobile-head height */
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-breadcrumb {
  padding: 1.0rem 2%;
  width: 100%;
}

.c-breadcrumb__list {
  padding: .5rem 0;
  display: inline-block;
  font-size: 1.3rem;
}

.c-breadcrumb__list:after {
  content: 'navigate_next';
  font-family: "Material Icons";
  color: #969696;
  font-size: 1.5rem;
  /* margin-left: .5rem; */
  padding: 0 .5rem 0 .8rem;
  top: .2rem;
  position: relative;
}

.c-breadcrumb__list a {
  display: inline-block;
  color: #969696;
}

.c-breadcrumb__list:last-child:after {
  content: '';
}

.c-centerTitle1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
}

.c-centerTitle__line1 {
  width: 135px;
  display: block;
  height: 1px;
  background: #000;
  margin: 2rem auto;
}

.c-centerTitle__txt {
  padding: 2rem 5% 0;
  text-align: center;
  font-size: 1.6rem;
}

.c-mainvisual {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .c-mainvisual {
    width: 90%;
    margin-left: 10%;
  }
}
.c-mainvisual .c-mainvisual--sp {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0%;
  z-index: 1;
}
.c-mainvisual .c-mainvisual__text {
  z-index: 5;
  right: auto;
  position: absolute;
  width: 96%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 1024px) {
  .c-mainvisual .c-mainvisual__text {
    bottom: 10%;
    transform: inherit;
    left: -8%;
    width: 52%;
    top: auto;
  }
}
.c-mainvisual .c-mainvisual__underimg {
  width: 45%;
  position: absolute;
  right: 1%;
  bottom: -24px;
  z-index: 6;
}
@media (min-width: 1024px) {
  .c-mainvisual .c-mainvisual__underimg {
    width: 26%;
    position: absolute;
    right: 0%;
    bottom: -15%;
    z-index: 6;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomDown 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
}

.c-cnttitle {
  font-size: 3rem;
  text-align: center;
  color: #D11919;
  font-weight: 700;
}

.c-cntsubtitle {
  font-size: 2rem;
  text-align: center;
  color: #D11919;
  font-weight: 700;
  line-height: 1.3;
}

.c-topTitle {
  margin-top: 3.3rem;
}
@media (min-width: 1024px) {
  .c-topTitle {
    padding-bottom: 1rem;
  }
}
.c-topTitle .c-topTitle__img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-topTitle .c-topTitle__img {
    width: 43%;
    max-width: 650px;
    margin: 8rem auto 1rem;
  }
}
.c-topTitle .c-topTitle__txt {
  text-align: center;
  padding: 1rem 0 0;
}
.c-topTitle .c-topTitle__txtTitle {
  margin-top: .8rem;
  display: inline-block;
  background: #ef8717;
  padding: .1rem 2rem;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .c-topTitle .c-topTitle__txtTitle {
    padding: .3rem 2rem .3rem 0;
  }
}
@media (min-width: 1024px) {
  .c-topTitle .c-topTitle__txtTitle:first-child {
    padding: .3rem 0rem .3rem 2rem;
  }
}

.c-maintopTitle__subtxt {
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .c-maintopTitle__subtxt {
    width: 64%;
    margin-top: 2.5rem;
    font-weight: 600;
    text-align: center;
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}

.c-topTitle__subtxt {
  margin-top: 1.5rem;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .c-topTitle__subtxt {
    width: 80%;
    margin-top: 2.8rem;
    font-weight: 600;
    text-align: center;
    font-size: 2.4rem;
    padding-bottom: 3rem;
  }
}

.c-topTitle__subtxt.--white {
  color: #fff;
}

.c-toptitle {
  text-align: center;
}
.c-toptitle h2 {
  font-size: 2.7rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .c-toptitle h2 {
    font-size: 3.7rem;
  }
}

.c-toptitle.--base h2 {
  color: #604c1a;
  display: inline;
  background: linear-gradient(transparent 60%, #f7deb1 60%);
  padding: 0 .7rem;
}

.c-toptitle.--bage h2 {
  color: #604c1a;
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 237, 199, 0.7) 60%);
  padding: 0 .7rem;
}

.c-toptitle.--aqua h2 {
  color: #ecfaf9;
  display: inline;
  background: linear-gradient(transparent 60%, rgba(119, 210, 228, 0.7) 60%);
  padding: 0 .7rem;
}

.c-toptitle.--green h2 {
  color: #fff;
  display: inline;
  background: linear-gradient(transparent 60%, rgba(154, 183, 160, 0.8) 60%);
  padding: 0 .7rem;
}

.c-toptitle.--pink h2 {
  color: #fff;
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 227, 230, 0.7) 60%);
  padding: 0 .7rem;
}

@media (min-width: 1024px) {
  .c-second .c-toptitle {
    padding-bottom: 1.0rem;
  }
}
@media (min-width: 1024px) {
  .c-second .c-toptitle h2 {
    font-size: 3.2rem;
  }
}

.c-secondsubtitle {
  color: #604c1a;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 1.3rem 3% 2.3rem;
}
@media (min-width: 1024px) {
  .c-secondsubtitle {
    font-size: 1.9rem;
  }
}

.c-topTitleBanner {
  margin: 1.5rem 0 3rem;
  padding: 1rem 5%;
}
@media (min-width: 1024px) {
  .c-topTitleBanner {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.5rem;
  }
}
.c-topTitleBanner .c-topTitleBanner__in {
  margin-top: 2.2rem;
}
@media (min-width: 1024px) {
  .c-topTitleBanner .c-topTitleBanner__in {
    width: 49%;
    margin-top: 0;
    padding-right: 3%;
    padding-left: 2%;
  }
}
.c-topTitleBanner .c-topTitleBanner__in a {
  overflow: hidden;
  position: relative;
}
.c-topTitleBanner .c-topTitleBanner__in .ins {
  width: 100%;
  height: 0;
  padding-top: 27.637444%;
  border: 2px solid #aaa;
  border-radius: 12px;
}
.c-topTitleBanner .c-topTitleBanner__in:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .c-topTitleBanner .c-topTitleBanner__in:first-child {
    padding-left: 3%;
    padding-right: 2%;
  }
}

.c-topReason {
  padding: 5rem 0;
  background-image: url(../img/bage_bg.png);
  background-size: 4% auto;
}
@media (min-width: 1024px) {
  .c-topReason {
    padding: 9rem 0;
  }
}
.c-topReason .c-list3t1 {
  margin-top: 4rem;
  padding: 0 5%;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .c-topReason .c-list3t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-topReason .c-list3t1 .c-list3t1__cnt {
  margin-top: 4rem;
  margin-left: 0;
  margin-bottom: 1rem;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-topReason .c-list3t1 .c-list3t1__cnt {
    margin-top: 3.5rem;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3.2rem;
    width: calc((100% - 6%) /3);
    border-bottom: none;
  }
}
.c-topReason .c-list3t1 .c-list3t1__cnt .c-cnt__title {
  font-size: 2.2rem;
  margin-top: .7rem;
  text-align: center;
  letter-spacing: -0.01em;
  font-weight: 900;
}
.c-topReason .c-list3t1 .c-list3t1__cnt .c-cnt__img {
  padding-bottom: .8rem;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.c-topReason .c-list3t1 .c-list3t1__cnt .c-cnt__text {
  padding: 0 4%;
  margin-top: .4rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
}
.c-topReason .c-list3t1 .c-list3t1__cnt .c-list3t1__cntCircle {
  font-size: 3.7rem;
  padding-left: .3rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  font-weight: 700;
  position: absolute;
  top: -28px;
  left: 0;
}
.c-topReason .c-list3t1 .c-list3t1__cnt.--aqua .c-cnt__title {
  color: #22ADCF;
  display: inline;
  background: linear-gradient(transparent 60%, rgba(215, 247, 255, 0.7) 60%);
}
.c-topReason .c-list3t1 .c-list3t1__cnt.--aqua .c-list3t1__cntCircle {
  background: #2eb2d2;
}
.c-topReason .c-list3t1 .c-list3t1__cnt.--aqua .c-cntBtn p {
  background: #ef8d1b;
}
.c-topReason .c-list3t1 .c-list3t1__cnt.--green .c-cnt__title {
  color: #548050;
  display: inline;
  background: linear-gradient(transparent 60%, #fdf8cd 60%);
}
.c-topReason .c-list3t1 .c-list3t1__cnt.--green .c-list3t1__cntCircle {
  background: #4b944b;
}
.c-topReason .c-list3t1 .c-list3t1__cnt.--green .c-cntBtn p {
  background: #ef8d1b;
}
.c-topReason .c-list3t1 .c-list3t1__cnt.--purple .c-cnt__title {
  color: #9b4788;
  display: inline;
  background: linear-gradient(transparent 60%, #fdf6ca 60%);
}
.c-topReason .c-list3t1 .c-list3t1__cnt.--purple .c-list3t1__cntCircle {
  background: #9b4788;
}
.c-topReason .c-list3t1 .c-list3t1__cnt.--purple .c-cntBtn p {
  background: #ef8d1b;
}

.c-topCourse {
  padding: 5rem 0 8rem;
  background-image: url(../img/aqua_bg.png);
  background-size: 4% auto;
}
.c-topCourse .c-courseList {
  padding: 1rem 2% 0;
}
@media (min-width: 1024px) {
  .c-topCourse .c-courseList {
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-topCourse .c-courseList .c-courseList__list {
  padding: 2.5rem 2% 1.5rem 3%;
  margin-top: 3rem;
  position: relative;
  background: #fff;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .c-topCourse .c-courseList .c-courseList__list {
    padding: 2.5rem 2% 1.5rem 2%;
    margin-top: 3.5rem;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2rem;
    width: calc((100% - 8%) /2);
    border-bottom: none;
  }
}
.c-topCourse .c-courseList .c-courseList__list a {
  display: flex;
}
.c-topCourse .c-courseList .c-courseList__list .c-courseList__img {
  width: 30%;
}
.c-topCourse .c-courseList .c-courseList__list .c-courseList__text {
  width: 70%;
  padding-left: 3%;
}
.c-topCourse .c-courseList .c-courseList__list .c-courseList__text .__title {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #FE823F;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .c-topCourse .c-courseList .c-courseList__list .c-courseList__text .__title {
    font-size: 2.2rem;
  }
}
.c-topCourse .c-courseList .c-courseList__list .c-courseList__text .__text {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .c-topCourse .c-courseList .c-courseList__list .c-courseList__text .__text {
    font-size: 1.6rem;
    margin-top: .4rem;
  }
}
.c-topCourse .c-courseList .c-courseList__list .c-courseList__listIcon {
  position: absolute;
  font-size: 1.4rem;
  top: -15px;
  background: #EA7739;
  color: #fff;
  font-weight: 700;
  padding: 0 1rem;
  border: 3px solid #f6c196;
}
@media (min-width: 1024px) {
  .c-topCourse .c-courseList .c-courseList__list .c-courseList__listIcon {
    font-size: 1.8rem;
    top: -18px;
    left: 5px;
  }
}
.c-topCourse .c-courseList .c-courseList__list.--orange .c-courseList__listIcon {
  background: #EA7739;
  border: 3px solid #f6c196;
}
.c-topCourse .c-courseList .c-courseList__list.--orange .c-courseList__text .__title {
  color: #ea7739;
}
.c-topCourse .c-courseList .c-courseList__list.--aqua .c-courseList__listIcon {
  background: #30a8ce;
  border: 3px solid #c2e1eb;
}
.c-topCourse .c-courseList .c-courseList__list.--aqua .c-courseList__text .__title {
  color: #34aacf;
}
.c-topCourse .c-courseList .c-courseList__list.--green .c-courseList__listIcon {
  background: #50844c;
  border: 3px solid #a9dda5;
}
.c-topCourse .c-courseList .c-courseList__list.--green .c-courseList__text .__title {
  color: #467242;
}
.c-topCourse .c-courseList .c-courseList__list.--purple .c-courseList__listIcon {
  background: #9b4788;
  border: 3px solid #d796c8;
}
.c-topCourse .c-courseList .c-courseList__list.--purple .c-courseList__text .__title {
  color: #903a7c;
}

.c-topTeacher {
  padding: 5rem 0;
  background-image: url(../img/green_bg.png);
  background-size: 4% auto;
}
@media (min-width: 1024px) {
  .c-topTeacher {
    padding: 8rem 0 8rem;
  }
}
.c-topTeacher .c-teacherList {
  margin-top: 2rem;
  display: flex;
}
.c-topTeacher .c-teacherList .c-teacherList__list .c-teacherList__img {
  position: relative;
  padding: 0 5%;
}
.c-topTeacher .c-teacherList .c-teacherList__list .c-teacherList__img .c-teacherList__imgIn {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.c-topTeacher .c-teacherList .c-teacherList__list .c-teacherList__img .c-teacherList__imgFlag {
  position: absolute;
  display: flex;
  bottom: -10px;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}
.c-topTeacher .c-teacherList .c-teacherList__list .c-teacherList__img .c-teacherList__imgFlag .__img {
  width: 30%;
  padding: 0 0 0 .8rem;
}
.c-topTeacher .c-teacherList .c-teacherList__list .c-teacherList__img .c-teacherList__imgFlag .__img:first-child {
  margin-left: -.5rem;
}
.c-topTeacher .c-teacherList .c-teacherList__list .c-teacherList__name {
  margin-top: 1.8rem;
  font-size: 2rem;
  font-weight: 900;
  color: #FFF;
  text-align: center;
}

.c-topInsta {
  padding: 5rem 3% 8rem;
  background-image: url(../img/pk_bg.png);
  background-size: 4% auto;
}
.c-topInsta .c-instaList {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.c-topInsta .c-instaList .c-instaList__list {
  width: 48%;
  margin: 1rem 1% .5rem;
  padding-bottom: 1.2rem;
}
@media (min-width: 1024px) {
  .c-topInsta .c-instaList .c-instaList__list {
    margin-top: 1.5rem;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1.6rem;
    width: calc((100% - 8%) /4);
  }
}
.c-topInsta .c-instaList .c-instaList__list a {
  height: 160px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .c-topInsta .c-instaList .c-instaList__list a {
    height: 200px;
  }
}
.c-topInsta .c-instaList .c-instaList__list a img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-topInsta .c-instaList .c-instaList__list .c-instaList__cap {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.5rem .5rem 1rem;
  height: 85px;
  color: #FFF;
  overflow: hidden;
}

.c-topAccess {
  padding: 5rem 0 8rem;
  background-image: url(../img/bage_bg.png);
  background-size: 4% auto;
}
.c-topAccess .c-topAccessBlk {
  width: 94%;
  margin: 2.5rem auto 0;
  padding-bottom: 4rem;
  background: #FFF;
  border-radius: 8px;
}
.c-topAccess .c-topAccessBlk .__googlemap iframe {
  width: 100%;
}
@media (min-width: 1024px) {
  .c-topAccess .c-topAccessBlk .__googlemap iframe {
    height: 570px;
  }
}
@media (min-width: 1024px) {
  .c-topAccess .c-topAccessBlk .c-topAccessInfo {
    display: flex;
    padding: 5rem 10% 3rem;
  }
}
@media (min-width: 1024px) {
  .c-topAccess .c-topAccessBlk .c-topAccessInfo .c-topAccessInfo__img {
    width: 48%;
  }
}
.c-topAccess .c-topAccessBlk .c-topAccessInfo .__info {
  padding: .5rem 3% 1rem;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .c-topAccess .c-topAccessBlk .c-topAccessInfo .__info {
    width: 52%;
    padding: 1rem 0 1rem 8%;
    font-size: 1.7rem;
    line-height: 2;
  }
}
.c-topAccess .c-topAccessBlk .c-topAccessInfo .__info .__infoTxt {
  text-align: center;
}
.c-topAccess .c-topAccessBlk .c-topAccessInfo .__info .__infoImg {
  padding: 2rem 2% 0;
}
@media (min-width: 1024px) {
  .c-topAccess .c-topAccessBlk .c-topAccessInfo .__info .__infoImg {
    width: 90%;
    margin: 1rem auto 0;
  }
}
.c-topAccess .c-topAccessBlk .c-topAccessInfo .__info .__infoTell {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #333;
}
@media (min-width: 1024px) {
  .c-topAccess .c-topAccessBlk .c-topAccessInfo .__info .__infoTell {
    width: 82%;
    margin: 0 auto;
  }
}
.c-topAccess .c-topAccessBlk .c-topAccessInfo .__info .__infoTell a {
  display: inline-block;
  color: #333;
}

.c-topNews {
  padding: 5rem 0;
  background: #fffbde;
}
.c-topNews .c-newsUl {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .c-topNews .c-newsUl {
    padding: 0 7%;
  }
}
.c-topNews .c-newsUl .c-newsUl__list {
  padding: 1rem 5%;
  display: block;
  white-space: normal;
  border: none;
}
@media (min-width: 1024px) {
  .c-topNews .c-newsUl .c-newsUl__list {
    padding: .8rem 5%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.c-topNews .c-newsUl .c-newsUl__list .c-newsUl__text .u-document {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: .5rem;
}
.c-topNews .c-newsUl .c-newsUl__list .c-newsUl__date {
  width: auto;
  display: block;
  margin-right: 2rem;
  letter-spacing: 0.05em;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .c-topNews .c-newsUl .c-newsUl__list .c-newsUl__date {
    display: inline-block;
  }
}
.c-topNews .c-newsUl .c-newsUl__list .c-newsUl__category {
  background: #9b4788;
  text-align: center;
  color: #fff;
  width: 15rem;
  margin-top: .3rem;
  padding: .3rem 2.1rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .c-topNews .c-newsUl .c-newsUl__list .c-newsUl__category {
    display: inline-block;
  }
}
.c-topNews .c-newsUl .c-newsUl__list .c-newsUl__alink {
  width: auto;
  margin-top: 1.1rem;
  padding-bottom: 1.8rem;
  line-height: 1.6;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .c-topNews .c-newsUl .c-newsUl__list .c-newsUl__alink {
    padding-left: 1.5rem;
    vertical-align: baseline;
    border-bottom: none;
    display: inline-block;
  }
}

.c-topNews.--second {
  background: #fff;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .c-topNews.--second {
    margin-bottom: 7rem;
  }
}

  .c-topNews.--second .page-numbers{
        display: flex;
        justify-content: space-between;
        max-width: 80%;
        margin: 1rem auto;
      }

.u-iconCategory.c_all {
  background: #22ADCF !important;
}

.u-iconCategory.c_school {
  background: #9b4788 !important;
}

.c-secondMain {
  position: relative;
}
.c-secondMain .c-secondMain__menu {
  background: #fffef8;
  padding: 2rem 2%;
  text-align: center;
  border-top: 2px solid #664D11;
  border-bottom: 2px solid #664D11;
}
@media (min-width: 1024px) {
  .c-secondMain .c-secondMain__menu {
    background: inherit;
    border: none;
    padding: 5rem 2%;
  }
}
.c-secondMain .c-secondMain__menu .c-secondMain__menu__title {
  font-size: 3rem;
  color: #664D11;
  font-weight: 800;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .c-secondMain .c-secondMain__menu .c-secondMain__menu__title {
    font-size: 4rem;
  }
}
.c-secondMain .c-secondMain__menu .c-secondMain__menu__subtitle {
  font-size: 1.4rem;
  color: #664D11;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .c-secondMain .c-secondMain__menu .c-secondMain__menu__subtitle {
    font-size: 2rem;
    margin-top: .5rem;
  }
}

.c-secondCourse {
  padding: 5rem 0 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-secondCourse {
    padding: 6.5rem 5% 9rem;
    background: #fdfbf3;
  }
}
.c-secondCourse .c-courseCnt__acc {
  padding-bottom: 1rem;
}
.c-secondCourse .c-courseCnt__acc dt {
  display: block;
  width: 94%;
  line-height: 50px;
  text-align: center;
  border-bottom: #ccc 1px solid;
  margin: 0 auto;
  margin-top: 1rem;
  cursor: pointer;
  position: relative;
  color: #ea7739;
  font-size: 1.7rem;
  font-weight: 900;
}
.c-secondCourse .c-courseCnt__acc dt:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #888;
  border-right: solid 2px #888;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-secondCourse .c-courseCnt__acc dt.active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.c-secondCourse .c-courseCnt__acc dd {
  text-align: left;
  padding: 1.5rem 2% 0;
  width: 94%;
  margin: 0 auto;
  display: none;
}
.c-secondCourse .c-courseCnt__eventImg {
  padding: 1rem 7% .5rem;
}
.c-secondCourse .c-courseCnt__eventText {
  padding-bottom: 1rem;
}
.c-secondCourse .c-courseCnt__eventText .__title {
  font-weight: 800;
}
.c-secondCourse .c-courseCnt__eventText .__lead {
  font-size: 1.4rem;
}
.c-secondCourse .c-course3t1 {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-secondCourse .c-courseFlag {
  margin-top: -115px;
  padding-top: 115px;
}
.c-secondCourse .c-courseCnt {
  width: 96%;
  margin: 1.5rem auto 4.2rem;
  padding: 0 0 3rem;
  position: relative;
  border-radius: 16px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fcfaf1;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-secondCourse .c-courseCnt {
    background: #fff;
    margin-top: 3.5rem;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3.2rem;
    width: calc((100% - 6%) /3);
  }
}
.c-secondCourse .c-courseCnt .c-courseCnt__title {
  padding: 1.4rem 0 .4rem;
  background: #ea7739;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  border-radius: 16px 16px 0 0;
}
.c-secondCourse .c-courseCnt .c-courseCnt__main {
  margin: 1rem 0 1.3rem;
  padding: 0 2%;
  overflow: hidden;
}
.c-secondCourse .c-courseCnt .c-courseCnt__submain {
  margin: 2rem 3% 1.1rem;
}
.c-secondCourse .c-courseCnt .c-courseCnt__lead {
  padding: 0 5%;
  margin-top: 1rem;
  line-height: 1.8;
  text-align: left;
  color: #604C1A;
  font-weight: 500;
}
.c-secondCourse .c-courseCnt .c-courseCnt__coursetitle {
  padding-top: 2rem;
  line-height: 1.8;
  color: #34aacf;
  font-size: 1.8rem;
  font-weight: 900;
}
.c-secondCourse .c-courseCnt .c-courseCnt__coursetext {
  padding: .2rem 2% 0;
  line-height: 1.8;
  font-size: 1.5rem;
  text-align: left;
}
.c-secondCourse .c-courseCnt .c-courseCnt__text {
  padding: 0 4%;
  margin-top: 1rem;
  line-height: 1.8;
  text-align: left;
}
.c-secondCourse .c-courseCnt .c-courseCnt__btnblk {
  width: 80%;
  margin: 3rem auto 0;
}
.c-secondCourse .c-courseCnt .c-courseCnt__btnblk .c-courseCnt__btn {
  background: #34aacf;
  color: #fff;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: 800;
  position: relative;
  border-radius: 10px;
}
.c-secondCourse .c-courseCnt .c-courseCnt__btnblk .c-courseCnt__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.c-secondCourse .c-courseCnt .c-courseCnt__btnbUnder {
  margin-top: 1rem;
  line-height: 1.6;
  color: #604C1A;
  font-weight: 700;
  font-size: 1.4rem;
}
.c-secondCourse .c-courseCnt .c-courseCnt__age {
  background: #FFF;
  color: #ea7739;
  border: 1px solid #ea7739;
  padding: 0 .8rem;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 9px;
  font-weight: 800;
  font-size: 1.4rem;
}
.c-secondCourse .c-courseCnt.--orange .c-courseCnt__title {
  background: #dd6a1d;
}
.c-secondCourse .c-courseCnt.--orange .c-courseCnt__coursetitle {
  color: #ea7739;
}
.c-secondCourse .c-courseCnt.--orange .c-courseCnt__btn {
  background: #dd6a1d;
}
.c-secondCourse .c-courseCnt.--orange .c-courseCnt__age {
  color: #dd6a1d;
  border: 1px solid #dd6a1d;
}
.c-secondCourse .c-courseCnt.--aqua .c-courseCnt__title {
  background: #34aacf;
}
.c-secondCourse .c-courseCnt.--aqua .c-courseCnt__coursetitle {
  color: #34aacf;
}
.c-secondCourse .c-courseCnt.--aqua .c-courseCnt__btn {
  background: #34aacf;
}
.c-secondCourse .c-courseCnt.--aqua .c-courseCnt__age {
  color: #34aacf;
  border: 1px solid #34aacf;
}
.c-secondCourse .c-courseCnt.--green .c-courseCnt__title {
  background: #467242;
}
.c-secondCourse .c-courseCnt.--green .c-courseCnt__coursetitle {
  color: #467242;
}
.c-secondCourse .c-courseCnt.--green .c-courseCnt__btn {
  background: #467242;
}
.c-secondCourse .c-courseCnt.--green .c-courseCnt__age {
  color: #467242;
  border: 1px solid #467242;
}
.c-secondCourse .c-courseCnt.--purple .c-courseCnt__title {
  background: #903a7c;
}
.c-secondCourse .c-courseCnt.--purple .c-courseCnt__coursetitle {
  color: #903a7c;
}
.c-secondCourse .c-courseCnt.--purple .c-courseCnt__btn {
  background: #903a7c;
}
.c-secondCourse .c-courseCnt.--purple .c-courseCnt__age {
  color: #903a7c;
  border: 1px solid #903a7c;
}

.c-secondService {
  padding: 5rem 0 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-secondService {
    margin-top: 8rem;
    padding: 6.5rem 5% 9rem;
    background: #fdfbf3;
  }
}
.c-secondService .c-serviceCnt {
  width: 96%;
  margin: 1.5rem auto 4.2rem;
  padding: 1.3rem 0 3rem;
  position: relative;
  border-radius: 16px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fcfaf1;
  text-align: center;
}
.c-secondService .c-serviceCnt .c-serviceCnt__main {
  margin: 1rem 0 1.3rem;
  overflow: hidden;
}
.c-secondService .c-serviceCnt .c-serviceCnt__submain {
  margin: 2rem 3% 1.1rem;
}
@media (min-width: 1024px) {
  .c-secondService .c-serviceCnt .c-serviceCnt__submain {
    width: 50%;
  }
}
.c-secondService .c-serviceCnt .c-serviceCnt__lead {
  padding: 0 4%;
  margin-top: 1rem;
  line-height: 1.8;
  text-align: left;
  color: #604C1A;
  font-weight: 800;
}
.c-secondService .c-serviceCnt .c-serviceCnt__lessontitle {
  padding: 0 2%;
  margin-top: 1rem;
  line-height: 1.8;
  text-align: left;
  color: #34aacf;
  font-size: 1.8rem;
  font-weight: 900;
}
.c-secondService .c-serviceCnt .c-serviceCnt__lessontitle.--aqua {
  color: #34aacf;
}
.c-secondService .c-serviceCnt .c-serviceCnt__lessontitle.--green {
  color: #568752;
}
.c-secondService .c-serviceCnt .c-serviceCnt__lessontitle.--purple {
  color: #9b4788;
}
.c-secondService .c-serviceCnt .c-serviceCnt__lessontext {
  padding: 0 4%;
  line-height: 1.8;
  text-align: left;
}
.c-secondService .c-serviceCnt .c-serviceCnt__lessonprice {
  padding: 0 2%;
  margin-top: 1rem;
  padding-bottom: .7rem;
  line-height: 1.8;
  text-align: right;
  color: #ea7739;
  font-size: 1.6rem;
  font-weight: 900;
}
.c-secondService .c-serviceCnt .c-serviceCnt__lessonprice .__add {
  color: #ff0000;
  font-size: 1.2rem;
}
.c-secondService .c-serviceCnt .c-serviceCnt__priceblk {
  padding: 1.5rem 2% 1rem;
}
.c-secondService .c-serviceCnt .c-serviceCnt__priceblk .__title {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: .5rem;
}
.c-secondService .c-serviceCnt .c-serviceCnt__priceblk .__add {
  color: #da671b;
  font-size: 1.3rem;
  text-align: left;
  margin-top: .5rem;
}
.c-secondService .c-serviceCnt .c-serviceCnt__text {
  padding: 0 4%;
  margin-top: 1rem;
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-secondService .c-serviceCnt .c-serviceCnt__text {
  padding: 0 2%;
    font-size: 1.8rem;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .c-secondService .c-servicePay {
    display: flex;
    border: none;
  }
}
@media (min-width: 1024px) {
  .c-secondService .c-secondServiceList {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .c-secondService .c-secondServiceList .c-serviceCnt {
    margin-top: 3.5rem;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3.2rem;
    width: calc((100% - 6%) /3);
    background: #fff;
  }
}

@media (min-width: 1024px) {
  .c-secondService:first-child {
    margin-top: 0;
    padding-bottom: 2rem;
  }
}

.c-secondService.--ticket {
  padding-top: 0rem;
}
@media (min-width: 1024px) {
  .c-secondService.--ticket {
    padding-top: 5rem;
    margin-bottom: 8rem;
  }
}

.c-secondAbout {
  padding: 5rem 0 5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-secondAbout {
    margin-top: 8rem;
    padding: 6.5rem 5% 9rem;
    background: #fdfbf3;
  }
}
.c-secondAbout .c-teacherCnt {
  width: 96%;
  margin: 1.5rem auto 2rem;
  padding: 3rem 2% 5rem;
  position: relative;
  border-radius: 16px;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fcfaf1;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-teacherCnt {
    display: flex;
    border: none;
    padding-top: 6rem;
  }
}
.c-secondAbout .c-teacherCnt .c-teacherCnt__shin {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-teacherCnt .c-teacherCnt__shin {
    width: 43%;
  }
}
.c-secondAbout .c-teacherCnt .c-teacherCnt__shin img {
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-teacherCnt .c-aboutCnt__txt {
    width: 57%;
    padding-left: 5%;
  }
}
.c-secondAbout .c-teacherCnt .c-teacherCnt__shinmaintxt {
  text-align: center;
  line-height: 2.2;
  margin-top: 1rem;
}
.c-secondAbout .c-teacherCnt .c-teacherCnt__shinmaintxt p {
  display: inline-block;
  background: #815e25;
  padding: .4rem 2rem;
  line-height: 1.8;
  margin-top: 0.8rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-teacherCnt .c-teacherCnt__shinmaintxt p {
    font-size: 3rem;
    padding: 0 2rem;
  }
}
.c-secondAbout .c-teacherCnt .c-teacherCnt__shintxt {
  margin-top: 2rem;
  padding: 0 2%;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-teacherCnt .c-teacherCnt__shintxt {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.c-secondAbout .c-teacherCnt .c-teacherCnt__shinname {
  margin-top: 1.9rem;
  font-size: 1.8rem;
  text-align: right;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-teacherCnt .c-teacherCnt__shinname {
    font-size: 2.3rem;
    padding-right: 4%;
  }
}
.c-secondAbout .c-teacherCnt .c-teacherCnt__shinname span {
  margin-left: 1rem;
}
.c-secondAbout .c-aboutCnt {
  width: 96%;
  margin: 1.5rem auto 2rem;
  padding: 0 0 5rem;
  position: relative;
  border-radius: 16px;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fcfaf1;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt {
    width: 100%;
    border: none;
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCntBlk {
    display: flex;
    margin-top: 3rem;
    padding-top: 3rem;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCntBlk:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCntBlk:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCntBlk:nth-child(even) .c-aboutCnt__txt {
    width: 49%;
    padding-right: 2%;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCntBlk.--bdt {
    border-top: 1px dashed #ccc;
  }
}
.c-secondAbout .c-aboutCnt .c-aboutCnt__main {
  margin-bottom: .9rem;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCnt__main {
    width: 51%;
    border-radius: 0;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCnt__txt {
    width: 49%;
    padding-left: 2%;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCnt__txt .u-cnt__title {
    line-height: 1.6;
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCnt__txt .c-aboutCnt__text {
    margin-top: 2.3rem;
    font-size: 1.8rem;
  }
}
.c-secondAbout .c-aboutCnt .c-aboutCnt__submain {
  margin: 2rem 3% 1.1rem;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt .c-aboutCnt__submain {
    width: 51%;
  }
}
.c-secondAbout .c-aboutCnt .c-aboutCnt__text {
  padding: 0 3% 1.0rem;
  margin-top: 1rem;
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt__timeline {
    border-top: 1px dashed #ccc;
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.c-secondAbout .c-aboutCnt__timeline .__title {
  color: #E6772F;
  font-weight: 800;
  margin-top: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt__timeline .__title {
    font-size: 2.8rem;
  }
}
.c-secondAbout .c-aboutCnt__timeline .__subtitle {
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt__timeline .__subtitle {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.c-secondAbout .c-aboutCnt__timeline .__add {
  font-size: 1.2rem;
  color: #666;
  text-align: left;
  margin-top: .3rem;
  margin-left: 3%;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt__timeline .__add {
    display: none;
  }
}
.c-secondAbout .c-aboutCnt__timelineIn {
  overflow: hidden;
  margin: .3rem 0 3rem;
  padding: .5rem 3% 0 2%;
  overflow-x: scroll;
  overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt__timelineIn {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.c-secondAbout .c-aboutCnt__timelineIn img {
  width: 620px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt__timelineIn img {
    width: 870px;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .u-cnt__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .c-secondAbout .c-aboutCnt__text.--gkudou {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .c-secondAbout.--first {
    margin-top: 0;
    padding-bottom: 2rem;
  }
}

.c-secondTeacher {
  padding: 5rem 0 4rem;
}
@media (min-width: 1024px) {
  .c-secondTeacher {
    padding-bottom: 5rem;
    padding: 6.5rem 5% 9rem;
    background: #fdfbf3;
  }
}
.c-secondTeacher .c-teacherCnt {
  width: 96%;
  margin: 1.5rem auto 2rem;
  padding: 3rem 2% 5rem;
  position: relative;
  border-radius: 16px;
  border-bottom: 3px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fcfaf1;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt {
    display: flex;
    margin: 1.5rem auto 6rem;
    background: #FFF;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCnt__shin {
  width: 90%;
}
.c-secondTeacher .c-teacherCnt .c-teacherCnt__shin img {
  border-radius: 50%;
}
.c-secondTeacher .c-teacherCnt .c-teacherCnt__shinmaintxt {
  text-align: center;
  line-height: 2.2;
  margin-top: 1rem;
}
.c-secondTeacher .c-teacherCnt .c-teacherCnt__shinmaintxt p {
  display: inline;
  background: #815e25;
  padding: .4rem 2rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
}
.c-secondTeacher .c-teacherCnt .c-teacherCnt__shintxt {
  margin-top: 1rem;
  line-height: 1.8;
}
.c-secondTeacher .c-teacherCnt .c-teacherCnt__shinname {
  margin-top: 1.9rem;
  font-size: 1.8rem;
  text-align: right;
  font-weight: 800;
}
.c-secondTeacher .c-teacherCnt .c-teacherCnt__shinname span {
  margin-left: 1rem;
}
.c-secondTeacher .c-teacherCnt .c-teacherCntMain {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherCntMain {
    width: 30%;
    padding-left: 3%;
    padding-top: 2.8rem;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__img {
  width: 38%;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__img {
    width: 100%;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__img img {
  border: 5px solid #18947e;
  border-radius: 50%;
  overflow: hidden;
}
.c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__text {
  margin-left: 5%;
  color: #604C1A;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__text {
    padding-top: 1.5rem;
    width: 100%;
    text-align: center;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__text .__name {
  font-size: 2.2rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__text .__name {
    font-size: 2.8rem;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__text .__furigana {
  font-size: 2rem;
  font-weight: 900;
}
.c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__text .__flag {
  display: flex;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__text .__flag {
    width: 75%;
    margin: 1.5rem auto;
    justify-content: center;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__text .__flag .__flagIn {
  width: 22%;
  margin-right: 3%;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherCntMain .c-teacherCntMain__text .__flag .__flagIn {
    margin-right: 6%;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCntUnder {
  margin-top: 1.3rem;
  padding: 0 2%;
  height: 150px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherCntUnder {
    width: 70%;
    padding-left: 10%;
    height: auto;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCntUnder p {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherCntUnder p {
    margin-top: 2rem;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCntUnder ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5rem;
  padding-bottom: 0.6rem;
}
.c-secondTeacher .c-teacherCnt .c-teacherCntUnder ul li ul li {
  list-style-type: disclosure-closed;
}
.c-secondTeacher .c-teacherCnt .c-teacherCntUnder .c-teacherCntUnder__youtube {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  padding-top: 56.25%;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherCntUnder .c-teacherCntUnder__youtube {
    margin-top: 5rem;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherCntUnder .c-teacherCntUnder__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-secondTeacher .c-teacherCnt .c-teacherMoreBlk {
  border-top: 1px solid #ccc;
  padding-top: .5rem;
}
@media (min-width: 1024px) {
  .c-secondTeacher .c-teacherCnt .c-teacherMoreBlk {
    display: none;
  }
}
.c-secondTeacher .c-teacherCnt .c-teacherMore,
.c-secondTeacher .c-teacherCnt .c-teacherClose {
  position: absolute;
  bottom: 15px;
  right: 8px;
  text-align: right;
  font-weight: 800;
}
.c-secondTeacher .c-teacherCnt .c-teacherClose {
  display: none;
}
.c-secondTeacher .c-teacherCnt.is-active .c-teacherCntUnder {
  height: auto;
}
.c-secondTeacher .c-teacherCnt.is-active .c-teacherMore {
  display: none;
}
.c-secondTeacher .c-teacherCnt.is-active .c-teacherClose {
  display: block;
}

.c-secondContact {
  padding: 5rem 0 0;
}
.c-secondContact .c-contactCnt {
  width: 96%;
  margin: 1.5rem auto 2rem;
  padding: 3rem 2% 5rem;
  position: relative;
  border-radius: 16px;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fcfaf1;
}

.c-tpcntCommit {
  position: relative;
}
.c-tpcntCommit .c-tpcntCommit__img {
  padding: 0 4%;
}
.c-tpcntCommit .c-tpcntCommit__title {
  padding: 2.7rem 0 0;
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .c-tpcntCommit .c-tpcntCommit__title {
    padding: 0 2rem 0;
    background: #fff;
    font-size: 3rem;
    position: absolute;
    top: -3.2rem;
    right: 9%;
    z-index: 1;
  }
}
.c-tpcntCommit .c-tpcntCommit__txt {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .c-tpcntCommit .c-tpcntCommit__txt {
    font-size: 1.8rem;
    position: absolute;
    top: 28%;
    width: 27%;
    max-width: 311px;
    left: 9%;
    background: #fff;
    padding: 3rem;
  }
}

.c-tpcntIntro {
  padding: 0 0 3.5rem 0;
  background: #F9FBF5;
}
@media (min-width: 1024px) {
  .c-tpcntIntro {
    padding: 0 0 7.5rem 0;
    margin-top: 7rem;
    display: flex;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .c-tpcntIntro .c-tpcntIntro__img {
    width: 58%;
    margin-top: -5rem;
  }
}
.c-tpcntIntro .c-tpcntIntro__menu {
  padding: 2.7rem 5%;
}
@media (min-width: 1024px) {
  .c-tpcntIntro .c-tpcntIntro__menu {
    margin-top: -6rem;
    padding: 2.7rem 11% 2.7rem 5%;
    width: 42%;
  }
}
.c-tpcntIntro .c-tpcntIntro__menu .c-tpcntIntro__menu__title {
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .c-tpcntIntro .c-tpcntIntro__menu .c-tpcntIntro__menu__title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 400;
  }
}
.c-tpcntIntro .c-tpcntIntro__menu .c-tpcntIntro__menu__txt {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .c-tpcntIntro .c-tpcntIntro__menu .c-tpcntIntro__menu__txt {
    font-size: 1.8rem;
  }
}

.c-tpcntShop {
  padding: 0 7% 0;
}
@media (min-width: 1024px) {
  .c-tpcntShop {
    display: flex;
  }
}
.c-tpcntShop .c-tpcntShop__img {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-tpcntShop .c-tpcntShop__img {
    width: 60%;
  }
}
.c-tpcntShop .c-tpcntShop__menu {
  padding: 2.7rem 0;
}
@media (min-width: 1024px) {
  .c-tpcntShop .c-tpcntShop__menu {
    width: 40%;
    padding: 1.5rem 5% 2.7rem 5%;
  }
}
.c-tpcntShop .c-tpcntShop__menu .c-tpcntShop__menu__title {
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .c-tpcntShop .c-tpcntShop__menu .c-tpcntShop__menu__title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 400;
  }
}
.c-tpcntShop .c-tpcntShop__menu .c-tpcntShop__menu__txt {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .c-tpcntShop .c-tpcntShop__menu .c-tpcntShop__menu__txt {
    font-size: 1.8rem;
  }
}

.c-tpcntOffice {
  padding: 0 7% 3.5rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .c-tpcntOffice {
    display: flex;
    flex-flow: row-reverse;
    margin-top: 7rem;
  }
}
.c-tpcntOffice .c-tpcntOffice__img {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-tpcntOffice .c-tpcntOffice__img {
    width: 60%;
  }
}
.c-tpcntOffice .c-tpcntOffice__menu {
  padding: 2.7rem 0;
}
@media (min-width: 1024px) {
  .c-tpcntOffice .c-tpcntOffice__menu {
    width: 40%;
    padding: 1.5rem 5% 2.7rem 5%;
  }
}
.c-tpcntOffice .c-tpcntOffice__menu .c-tpcntOffice__menu__title {
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .c-tpcntOffice .c-tpcntOffice__menu .c-tpcntOffice__menu__title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 400;
  }
}
.c-tpcntOffice .c-tpcntOffice__menu .c-tpcntOffice__menu__txt {
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .c-tpcntOffice .c-tpcntOffice__menu .c-tpcntOffice__menu__txt {
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .c-cnt1t1 .c-cnt1t1__title {
    padding: 0 5%;
    font-size: 2.6rem;
    font-weight: 600;
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .c-cnt1t1 .c-cnt1t1__txt {
    padding: 0 5%;
    margin-top: 3rem;
  }
}

.c-underask {
  background: url(../img/ask_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0 50px;
  text-align: center;
  border-top: 2px solid #604c1a;
  border-bottom: 2px solid #604c1a;
}

.c-underaskBlk {
  width: 94%;
  margin: 0 auto;
  padding: 2rem 3%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .c-underaskBlk {
    width: 70%;
    padding: 4rem 5%;
  }
}
.c-underaskBlk .__title {
  line-height: 1.5;
  font-weight: 900;
  color: #604c1a;
  font-size: 2.3rem;
  display: inline;
  background: linear-gradient(transparent 60%, #f7deb1 60%);
  padding: 0 .7rem;
}
@media (min-width: 1024px) {
  .c-underaskBlk .__title {
    font-size: 2.8rem;
  }
}
.c-underaskBlk .__subtext {
  margin-top: 1.5rem;
  color: #604c1a;
  font-size: 1.6rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-underaskBlk .__subtext {
    margin-top: 1.8rem;
    font-size: 1.8rem;
  }
}
.c-underaskBlk .c-askcntSecond__no {
  margin-top: 1.5rem;
  font-size: 3.4rem;
  color: #34aacf;
  line-height: 1;
  font-weight: 800;
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(255, 237, 87, 0.4) 60%);
}
@media (min-width: 1024px) {
  .c-underaskBlk .c-askcntSecond__no {
    margin-top: 2.2rem;
    font-size: 3.9rem;
  }
}
.c-underaskBlk .c-inIcon {
  font-size: 3.2rem;
  top: .4rem;
  position: relative;
  margin-right: .2rem;
}
.c-underaskBlk .c-askcntSecond__time {
  font-size: 1.4rem;
}
.c-underaskBlk .u-topBtnBlk {
  margin-top: 2rem;
}
.c-underaskBlk .u-topBtn__in {
  background: #ef8717;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .c-underaskBlk .u-topBtn__in {
    margin-top: 3rem;
  }
}

.c-subTitle {
  margin: 0 auto;
  text-align: center;
}

.c-askcnt {
  padding: 3.5rem 5%;
  background: #f9fbf5;
}
@media (min-width: 1024px) {
  .c-askcnt {
    display: flex;
    width: 100%;
  }
}
.c-askcnt .c-askcnt__first {
  background: #FFF;
  text-align: center;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .c-askcnt .c-askcnt__first {
    width: 50%;
  }
}
.c-askcnt .c-askcnt__first .c-askcntFirst__title {
  font-size: 2.3rem;
  font-weight: 500;
  padding-top: 5.7rem;
}
@media (min-width: 1024px) {
  .c-askcnt .c-askcnt__first .c-askcntFirst__title {
    padding-top: 5rem;
  }
}
.c-askcnt .c-askcnt__first .c-askcntFirst__subtitle {
  font-size: 1.4rem;
}
.c-askcnt .c-askcnt__first .c-askcntFirst__line {
  height: 3px;
  background: #3A8A67;
  display: block;
  width: 47px;
  margin: 2.6rem auto 2.3rem;
}
.c-askcnt .c-askcnt__first .c-askcntFirst__txt {
  font-size: 1.3rem;
  line-height: 2;
}
.c-askcnt .c-askcnt__second {
  background: #FFF;
  padding: 1.5rem 0 4.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-askcnt .c-askcnt__second {
    width: 50%;
    margin-left: 5px;
    padding: 4.0rem 0 6rem;
  }
}
.c-askcnt .c-askcnt__second .c-askcntSecond__no {
  font-size: 3.4rem;
  color: #000;
}
.c-askcnt .c-askcnt__second .c-askcntSecond__no .c-inIcon {
  font-size: 3.2rem;
  top: .4rem;
  position: relative;
  margin-right: .2rem;
}
.c-askcnt .c-askcnt__second .c-askcntSecond__nofax {
  font-size: 2.4rem;
  line-height: 1.0;
}
@media (min-width: 1024px) {
  .c-askcnt .c-askcnt__second .c-askcntSecond__nofax {
    line-height: 1.2;
  }
}
.c-askcnt .c-askcnt__second .c-askcntSecond__time {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .c-askcnt .c-askcnt__second .c-askcntSecond__time {
    margin-top: 1.8rem;
  }
}
.c-askcnt .c-askcnt__second .c-askcntSecond__btn {
  padding: 0 11%;
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .c-askcnt .c-askcnt__second .c-askcntSecond__btn {
    padding: 0 25%;
  }
}

.l-footer {
  width: 100%;
  background: #fff;
  padding: 3rem 0;
}
.l-footer .c-footTitle {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 800;
}
.l-footer .c-footTitle span {
  font-size: 2.3rem;
  margin: 0 .5rem;
}
.l-footer .c-footSns {
  margin-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 1024px) {
  .l-footer .c-footSns {
    border-bottom: 1px solid #999;
    padding: 1rem 26% 6rem;
  }
}
.l-footer .c-footSns li {
  width: 20%;
}
@media (min-width: 1024px) {
  .l-footer .c-footSns li {
    width: 14%;
  }
}

.c-foot__main {
  padding: 0 0 2.5rem;
  color: #000;
}
@media (min-width: 1024px) {
  .c-foot__main {
    padding: 3rem 5% 4.5rem;
    display: flex;
    line-height: 2;
    flex-flow: row-reverse;
  }
}

.c-foot__main li {
  margin-top: 1rem;
  width: 100%;
  display: block;
}

.c-foot__main li .c-footMain__title {
  width: auto;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  padding: .4rem 0;
  vertical-align: top;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .c-foot__main li .c-footMain__title {
    padding-bottom: 1rem;
  }
}

.c-footMain__title__logo {
  width: 140px;
}

.c-foot__main li .c-footMain__links {
  padding: 2rem 4%;
  display: block;
  line-height: 1.7;
  border-top: 1px solid #999;
}
@media (min-width: 1024px) {
  .c-foot__main li .c-footMain__links {
    border: none;
    padding: 0 3rem 0 1rem;
    line-height: 1.9;
  }
}

.c-foot__main li .c-footMain__links.first {
  line-height: 2.2;
}
@media (min-width: 1024px) {
  .c-foot__main li .c-footMain__links.first {
    text-align: left;
  }
}

.c-foot__main li .c-footMain__links .c-footMain__linksText {
  margin-right: 1.2rem;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .c-foot__main li .c-footMain__links .c-footMain__linksText {
    font-size: 1.7rem;
    line-height: 2.5;
  }
}

.c-foot__main li .c-footMain__links .c-footMain__linksText a {
  display: inline;
  color: #4d4d4d;
}

.c-foot__main li .c-footMain__links .c-footMain__linksText::before {
  content: 'chevron_right';
  font-family: "Material Icons";
  font-size: 1.3rem;
  margin-right: .1rem;
  top: 1px;
  position: relative;
}

.c-footCopy {
  border-top: 1px solid #999;
  color: #333;
}

.c-footLogo {
  margin-top: 1rem;
  width: 80%;
}

.c-footInfo {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #4d4d4d;
}

.c-footCnt__title {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  padding: .4rem 0;
  vertical-align: top;
  line-height: 1.8;
}

.c-topFb {
  padding: 5rem 0;
  background: white;
}

.c-fbin {
  width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-fbin {
    width: 500px;
  }
}

.c-secondMain.--news {
  background: #FFF;
}
.c-secondMain.--news .c-secondMain__menu {
  border-bottom: none;
  background: #FFF;
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .c-secondMain.--news .c-secondMain__menu {
    padding-top: 7rem;
  }
}
.c-secondMain.--news .c-postBlk__icon {
  background: #9b4788;
  text-align: center;
  color: #fff;
  margin-top: .3rem;
  padding: .2rem 1.8rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  display: inline-block;
}
@media (min-width: 1024px) {
  .c-secondMain.--news .c-postBlk__icon {
    margin-top: .8rem;
  }
}
.c-secondMain.--news .c-postBlk__date {
  line-height: 1.3;
  color: #666;
}
.c-secondMain.--news .c-postBlk {
  margin-bottom: 5rem;
  border-bottom: 2px solid #664D11;
}
@media (min-width: 1024px) {
  .c-secondMain.--news .c-postBlk {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .c-secondMain.--news .c-postBlk h2 {
    font-size: 2.8rem;
    margin-top: .7rem;
  }
}
.c-secondMain.--news .c-postBlkIn {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .c-secondMain.--news .c-postBlkIn {
    font-size: 1.8rem;
    margin-top: 5rem;
  }
}
.c-secondMain.--news .c-postBlkIn img {
  padding: 1.7rem 0;
  height: auto;
}
.c-secondMain.--news .c-postBlkIn a {
  display: inline-block;
  text-decoration: underline;
}

.c-secondMain.--post {
  background: #FFF;
}
.c-secondMain.--post .c-secondMain__menu {
  border-bottom: none;
  background: #FFF;
}
@media (min-width: 1024px) {
  .c-secondMain.--post .c-secondMain__menu {
    padding-top: 7rem;
  }
}
.c-secondMain.--post .c-topsubtitle {
  margin-top: 2rem;
}
.c-secondMain.--post .c-postBlk__icon {
  background: #9b4788;
  text-align: center;
  color: #fff;
  margin-top: .3rem;
  padding: .2rem 1.8rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  display: inline-block;
}
@media (min-width: 1024px) {
  .c-secondMain.--post .c-postBlk__icon {
    margin-top: .8rem;
  }
}
.c-secondMain.--post .c-postBlk__date {
  line-height: 1.3;
  color: #666;
}
.c-secondMain.--post .c-postBlk {
  margin-bottom: 5rem;
  border-bottom: 2px solid #664D11;
}
@media (min-width: 1024px) {
  .c-secondMain.--post .c-postBlk {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .c-secondMain.--post .c-postBlk h2 {
    font-size: 2.8rem;
    margin-top: .7rem;
  }
}
@media (min-width: 1024px) {
  .c-secondMain.--post .c-postBlkIn {
    font-size: 1.8rem;
  }
}
.c-secondMain.--post a {
  display: inline-block;
  text-decoration: underline;
}
.c-secondMain.--post img {
  padding: 1.7rem 0;
  height: auto;
}

.c-postBlk {
  padding: 1rem 4% 5rem;
}
@media (min-width: 1024px) {
  .c-postBlk {
    width: 800px;
    margin: 0 auto;
    padding: 0 1rem 12rem;
  }
}

.c-postCatch {
  padding-bottom: 2rem;
}

.c-form {
  width: 100%;
}
.c-form .c-contactAdd__text {
  margin-top: 1.5rem;
  padding: .5rem .8rem;
  color: #f74747;
  font-weight: 600;
  background-color: #fcc;
}
.c-form .c-contactAdd {
  display: none;
}
.c-form .c-contactUl.is-add .c-contactAdd {
  display: block;
}
.c-form .l-privacy__box {
  font-size: 1.3rem;
  margin-top: .2rem;
}
@media (min-width: 1024px) {
  .c-form .l-privacy__box {
    margin-top: .8rem;
    font-size: 1.5rem;
  }
}
.c-form .l-privacy__box a {
  display: inline-block;
  text-decoration: underline;
}
.c-form .c-contactUl__list {
  margin-top: 2.3rem;
}
.c-form .c-contactUl__list:first-child {
  margin-top: 0rem;
}
.c-form .c-form--ysm {
  margin-top: 2rem;
}
.c-form .c-form__title {
  font-size: 1.4rem;
  padding-bottom: .5rem;
  font-weight: 600;
}
.c-form .c-form__flag--must {
  font-size: 1.1rem;
  margin-left: .5rem;
  padding: .1rem .6rem;
  background: #f74e4e;
  color: #FFF;
}
.c-form .c-form__flag--free {
  font-size: 1.1rem;
  margin-left: .5rem;
  padding: .1rem .6rem;
  background: #888;
  color: #FFF;
}
.c-form .c-flex2t2__smalltxt {
  font-size: 1.2rem;
  color: #666;
}
.c-form input[type="text"] {
  width: 100%;
  padding: 0;
  height: 46px;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Noto Sans JP;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #272727;
  background: #FFFFFF;
  padding: .8rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.c-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 45vw;
  height: 46px;
  border: 1px solid #272727;
  border-radius: 5px;
  /* box-shadow: 0 1px 4px 1px rgb(0 0 0 / 20%); */
  padding: 1.2rem .7rem;
  font-family: Noto Sans JP;
  /* font-size: 2.25vw; */
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.875vw;
  background: url(../img/select_arrow.png) right 2.5vw center no-repeat #FFFFFF;
  background-size: 1.5vw auto;
}
.c-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: Noto Sans JP;
  width: 100%;
  height: 130px;
  border-radius: 5px;
  border: 1px solid #272727;
  background: #FFFFFF;
  padding: 1.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.c-form input[type="text"]::placeholder,
.c-form textarea::placeholder {
  color: #aaa;
}
.c-form .er-formOk {
  border: 1px solid #40bb44 !important;
  background-color: #fff !important;
}
.c-form .er-formInvalid {
  border: 1px solid #ff0000 !important;
  background-color: #ffe6e6 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.c-form .er-errText {
  margin-top: .8rem;
  padding: .5rem .8rem;
  color: #f74747;
  font-weight: 600;
  background-color: #fcc;
  display: none;
}
.c-form .c-formDf {
  display: flex;
  align-items: center;
}
.c-form .c-formDf .c-formDf__main {
  width: 92%;
}
.c-form .c-formDf .c-formDf__icon {
  width: 8%;
  padding-left: .6rem;
  display: none;
}
.c-form .c-formDf .c-formDf__icon .c-formDf__icon--ok {
  color: #40bb44;
  display: none;
}
.c-form .c-formDf .c-formDf__icon .c-formDf__icon--no {
  color: #f74e4e;
  display: none;
}
.c-form .c-formDf .c-formDf__icon.ok {
  display: block;
}
.c-form .c-formDf .c-formDf__icon.ok .c-formDf__icon--ok {
  display: block;
}
.c-form .c-formDf .c-formDf__icon.ng {
  display: block;
}
.c-form .c-formDf .c-formDf__icon.ng .c-formDf__icon--no {
  display: block;
}
.c-form .c-formDf--select {
  display: flex;
  align-items: center;
}
.c-form .c-formDf--select .c-formDf__main {
  width: 50%;
}
.c-form .c-formDf--select .c-formDf__main select {
  width: 100%;
}
.c-form .c-formDf--select .c-formDf__icon {
  width: 8%;
  padding-left: 1rem;
  display: none;
}
.c-form .c-formDf--select .c-formDf__icon .c-formDf__icon--ok {
  color: #40bb44;
  display: none;
}
.c-form .c-formDf--select .c-formDf__icon .c-formDf__icon--no {
  color: #f74e4e;
  display: none;
}
.c-form .c-formDf--select .c-formDf__icon.ok {
  display: block;
}
.c-form .c-formDf--select .c-formDf__icon.ok .c-formDf__icon--ok {
  display: block;
}
.c-form .c-formDf--select .c-formDf__icon.ng {
  display: block;
}
.c-form .c-formDf--select .c-formDf__icon.ng .c-formDf__icon--no {
  display: block;
}
.c-form .c-btnSetform {
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.c-form .c-btnSetform p {
  width: 100%;
  position: relative;
  display: inline-block;
  /* font-weight: bold; */
  padding: 0.82em 1.5em;
  font-size: 1.9rem;
  text-decoration: none !important;
  color: #FFF;
  letter-spacing: 0.2em;
  background: #ef8717;
  transition: .4s;
  border-radius: 10px;
  font-weight: 700;
}

.c-postBlkInConf .c-postBlkInConf__title {
  font-weight: 800;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-postBlkInConf .c-postBlkInConf__title {
    margin-top: 1.5rem;
    padding-bottom: 1.0rem;
    font-size: 3rem;
  }
}
.c-postBlkInConf .c-contactConfUl {
  padding-left: .6rem;
}
.c-postBlkInConf .c-contactConfUl .c-contactConf__list {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .c-postBlkInConf .c-contactConfUl .c-contactConf__list {
    margin-top: 3rem;
  }
}
.c-postBlkInConf .c-contactConfUl .c-contactConf__list .__text {
  font-size: 1.7rem;
  font-weight: 800;
  margin-left: .8rem;
}
.c-postBlkInConf .c-contactConfUl .c-btnSetform {
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 4.3rem;
}
@media (min-width: 1024px) {
  .c-postBlkInConf .c-contactConfUl .c-btnSetform {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
  }
}
.c-postBlkInConf .c-contactConfUl .c-btnSetform p {
  width: 100%;
  position: relative;
  display: inline-block;
  /* font-weight: bold; */
  padding: 0.82em 1.5em;
  font-size: 1.9rem;
  text-decoration: none !important;
  color: #FFF;
  letter-spacing: 0.2em;
  background: #ef8717;
  transition: .4s;
  border-radius: 10px;
  font-weight: 700;
}
.c-postBlkInConf .c-contactConfUl .c-btnSetform.--back {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .c-postBlkInConf .c-contactConfUl .c-btnSetform.--back {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  }
}
.c-postBlkInConf .c-contactConfUl .c-btnSetform.--back p {
  width: 100%;
  position: relative;
  display: inline-block;
  /* font-weight: bold; */
  color: #FFF;
  background: #999;
}

.c-postBlkInLoad__in {
  width: 45%;
  margin: 4rem auto;
}
@media (min-width: 1024px) {
  .c-postBlkInLoad__in {
    width: 25%;
  }
}

.c-postBlkInDone__in .c-confdone__text {
  text-align: center;
  font-size: 2.5rem;
}
.c-postBlkInDone__in .c-doneMaintext {
  line-height: 2;
  margin-top: 2rem;
}

.c-postBlkInError__in .c-confdone__text {
  text-align: center;
  font-size: 2.5rem;
  color: #FF0000;
}
.c-postBlkInError__in .c-doneMaintext {
  line-height: 2;
  margin-top: 2rem;
}

.p-articleBlk {
  padding: 3rem 0 4rem;
  background: #FFF;
  border-bottom: 2px solid #604c1a;
}
.p-articleBlk .c-footTitle {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 800;
}
.p-articleBlk .c-footTitle span {
  font-size: 2.3rem;
  margin: 0 .5rem;
}
.p-articleBlk .p-article {
  /*margin-left: -2rem;*/
  padding: 1.4rem 2% 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-articleBlk .p-article {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2.2rem;
  }
}
.p-articleBlk .p-article__list {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 90%;
  font-feature-settings: "palt";
  overflow: hidden;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .p-articleBlk .p-article__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    padding-left: 1rem;
    width: 25%;
  }
}
.p-articleBlk .p-article__list .ins {
  width: 100%;
  height: 0;
  padding-top: 27.637444%;
  border: 2px solid #aaa;
  border-radius: 12px;
}

.c-404__fortop {
  padding: 3rem 0;
}
.c-404__fortop a {
  display: inline;
  text-decoration: underline;
}

.c-contactBlk.is-start .c-postBlkIn {
  display: block;
}
.c-contactBlk.is-start .c-postBlkInConf {
  display: none;
}
.c-contactBlk.is-start .c-postBlkInLoad {
  display: none;
}
.c-contactBlk.is-start .c-postBlkInDone {
  display: none;
}

.c-postBlkInError {
  display: none;
}

.c-contactBlk.is-conf .c-postBlkIn {
  display: none;
}
.c-contactBlk.is-conf .c-postBlkInConf {
  display: block;
}
.c-contactBlk.is-conf .c-postBlkInLoad {
  display: none;
}
.c-contactBlk.is-conf .c-postBlkInDone {
  display: none;
}
.c-contactBlk.is-conf .c-postBlkInError {
  display: none;
}

.c-contactBlk.is-load .c-postBlkIn {
  display: none;
}
.c-contactBlk.is-load .c-postBlkInConf {
  display: none;
}
.c-contactBlk.is-load .c-postBlkInLoad {
  display: block;
}
.c-contactBlk.is-load .c-postBlkInDone {
  display: none;
}
.c-contactBlk.is-load .c-postBlkInError {
  display: none;
}

.c-contactBlk.is-done .c-postBlkIn {
  display: none;
}
.c-contactBlk.is-done .c-postBlkInConf {
  display: none;
}
.c-contactBlk.is-done .c-postBlkInLoad {
  display: none;
}
.c-contactBlk.is-done .c-postBlkInDone {
  display: block;
}
.c-contactBlk.is-done .c-postBlkInError {
  display: none;
}

.c-contactBlk.is-error .c-postBlkIn {
  display: none;
}
.c-contactBlk.is-error .c-postBlkInConf {
  display: none;
}
.c-contactBlk.is-error .c-postBlkInLoad {
  display: none;
}
.c-contactBlk.is-error .c-postBlkInDone {
  display: none;
}
.c-contactBlk.is-error .c-postBlkInError {
  display: block;
}
