@charset "UTF-8";
/**********
メディアクエリ

@media screen and (max-width : 575px){} // xs
@media screen and (max-width : 767px){} // sm
@media screen and (max-width : 991px){} // md
@media screen and (max-width : 1199px){} // lg
@media screen and (max-width : 1499px){} // xl

@media screen and (min-width : 576px){} // sm
@media screen and (min-width : 768px){} // md
@media screen and (min-width : 992px){} // lg
@media screen and (min-width : 1200px){} // xl


fls_style.cssはs,m,lの3つ。


***********/
/* Noto Serif Japanese */
/* base */
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  color: #4f4f4f;
  background-color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

a {
  color: #4f4f4f;
  text-decoration: none;
  transition: all 300ms ease-out 0s;
}

a:hover {
  opacity: 0.7;
}

.txt a {
  text-decoration: underline;
}
.txt p {
  margin-bottom: 1em;
}
.txt p:last-child {
  margin-bottom: 0;
}

*[id^="sec"] {
  padding-top: 52px;
  margin-top: -52px;
}
@media screen and (min-width: 768px) {
  *[id^="sec"] {
    padding-top: 98px;
    margin-top: -98px;
  }
}

/* font */
.u_ff__gothic {
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.u_ff__mincho {
  font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.u_ff__en {
  font-family: 'EB Garamond', serif;
}

/* w */
.w {
  width: 100%;
  min-width: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .w {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.w:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* guide line */
.i {
  width: 100%;
  max-width: 940px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.i:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.i2 {
  width: 100%;
  max-width: 820px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.i2:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.i3 {
  width: 100%;
  max-width: 1470px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.i3:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.i4 {
  width: 100%;
  max-width: 1220px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.i4:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.i101 {
  width: 100%;
  max-width: 1000px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.i101:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* l_wrapper */
.l_wrapper {
  overflow: hidden;
  width: 100%;
  min-width: 0;
}

/* l_header */
.l_header {
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .l_header {
    padding: 10px 15px;
  }
}
.l_header .l_header_logo {
  float: left;
  width: 135px;
}
@media screen and (min-width: 768px) {
  .l_header .l_header_logo {
    width: auto;
    height: auto;
  }
}
.l_header .l_header_logo .h {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l_header .l_header_logo .h {
    line-height: inherit;
  }
}
.l_header .l_header_logo.__fixed {
  display: none;
}
.l_header.__fixed .l_header_logo, .l_header.__sub .l_header_logo {
  display: none;
}
.l_header.__fixed .l_header_logo.__fixed, .l_header.__sub .l_header_logo.__fixed {
  display: block;
}
@media screen and (min-width: 768px) {
  .l_header.__fixed .l_header_logo.__fixed, .l_header.__sub .l_header_logo.__fixed {
    margin-top: 0;
  }
}

/* l_gNav */
.l_gNav {
  float: right;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .l_gNav {
    display: none;
  }
}
.l_gNav .l_gNav_ul {
  letter-spacing: -.4em;
}
.l_gNav .l_gNav_li {
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.l_gNav .l_gNav_li a, .l_gNav .l_gNav_li .a {
  display: block;
  padding: 10px 20px;
  color: #FFF;
}
.l_gNav .l_gNav_li .a {
  padding-bottom: 13px;
}
.l_gNav .l_gNav_li .a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  margin-left: 10px;
  position: relative;
  top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l_gNav .l_gNav_li.__mm {
  margin-left: 20px;
}
.l_gNav .l_gNav_li.__mm a {
  border: solid 2px #FFF;
  padding: 8px 18px;
}
.l_gNav .l_gNav_li.__mm a:hover {
  background-color: #FFF;
  color: #4f4f4f;
  opacity: 1;
}
.l_gNav .subNav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  border-top: solid 3px #00dae6;
  box-shadow: 0 0 10px #EEE;
}
.l_gNav .subNav a {
  color: #4f4f4f;
  padding: 0;
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  border-bottom: solid 1px #BFBFBF;
}
.l_gNav .subNav li:last-child a {
  border-bottom: none;
}
.l_gNav .subNav_ul {
  background-color: #FFF;
}

.l_header.__fixed .l_gNav_li a, .l_header.__fixed .l_gNav_li .a, .l_header.__sub .l_gNav_li a, .l_header.__sub .l_gNav_li .a {
  color: #4f4f4f;
}
.l_header.__fixed .l_gNav_li .a, .l_header.__sub .l_gNav_li .a {
  padding-bottom: 13px;
}
.l_header.__fixed .l_gNav_li .a:after, .l_header.__sub .l_gNav_li .a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: solid 1px #4f4f4f;
  border-bottom: solid 1px #4f4f4f;
}
.l_header.__fixed .l_gNav_li.__mm a, .l_header.__sub .l_gNav_li.__mm a {
  border: solid 2px #00dae6;
  background-color: #00dae6;
}
.l_header.__fixed .l_gNav_li.__mm a:hover, .l_header.__sub .l_gNav_li.__mm a:hover {
  background-color: #00dae6;
}

/* l_spHeader */
/* l_spNav */
/* l_main */
.pg_sub {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .pg_sub {
    padding-top: 210px;
    padding-bottom: 120px;
  }
}

/* l_art */
.l_art .l_art_c__i {
  letter-spacing: -.4em;
}
.l_art .l_art_c__content {
  letter-spacing: normal;
  display: inline-block;
  padding-right: 0;
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .l_art .l_art_c__content {
    padding-right: 50px;
    width: calc(100% - 300px);
  }
}
.l_art .l_art_c__archive_content {
  letter-spacing: normal;
}

/* l_mv : main visual */
.l_mv.__top {
  padding-top: 195px;
  padding-bottom: 40px;
  text-align: center;
  background-image: url(../img/top/mv_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l_mv.__top {
    padding-top: 140px;
    background-image: url(../img/top/mv_01@2x.jpg);
  }
}

/* l_breadcrumb */
/* l_aside */
.l_aside {
  letter-spacing: normal;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .l_aside {
    width: 300px;
    padding-top: 0;
  }
}

/* l_scrollTop */
/* l_footerNav */
/* l_footer */
.l_footer {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #00dae6;
}
@media screen and (min-width: 768px) {
  .l_footer {
    padding: 90px 40px 30px;
  }
}
.l_footer .l_footer_i {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .l_footer .l_footer_i {
    padding-left: 125px;
  }
}
.l_footer .footer_logo {
  text-align: center;
  margin-bottom: 35px;
}
.l_footer .footer_logo img {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .l_footer .footer_logo img {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .l_footer .footer_logo {
    text-align: left;
  }
}
.l_footer .footer_nav1 ul {
  letter-spacing: -.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_footer .footer_nav1 ul {
    text-align: left;
  }
}
.l_footer .footer_nav1 li {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
}
.l_footer .footer_nav1 li.__mm a {
  display: block;
  background-color: #FFF;
  padding: 10px;
  box-sizing: border-box;
  width: 230px;
  border: solid 2px #FFF;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l_footer .footer_nav1 li.__mm a {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.l_footer .footer_nav1 li.__entry a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  width: 230px;
  border: solid 2px #FFF;
  color: #FFF;
}
.l_footer .footer_nav2 {
  text-align: right;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .l_footer .footer_nav2 {
    padding-top: 0;
  }
}
.l_footer .footer_nav2 ul {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l_footer .footer_nav2 ul {
    display: inline-block;
    margin-left: 40px;
    text-align: left;
  }
}
.l_footer .footer_nav2 li {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l_footer .footer_nav2 li {
    text-align: left;
    margin-bottom: 20px;
  }
}
.l_footer .footer_nav2 li a {
  color: #FFF;
  font-weight: 700;
  display: block;
}

/* l_copy */
.l_copy {
  padding-top: 45px;
  padding-bottom: 70px;
  text-align: center;
  letter-spacing: .1em;
  color: #FFF;
  background-color: #00dae6;
}
@media screen and (min-width: 768px) {
  .l_copy {
    padding-top: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .l_copy .l_copy_i {
    padding-left: 125px;
  }
}

/* グローバルヘッダー・グローバルフッター・グローバルサイドバーなど */
/* c */
/** c_bg{Name} **/
.c_bgScroll {
  background-position: center bottom 0px;
  background-size: cover;
}
.c_bgScroll.__sampleA {
  background-image: url(../img/common/now-printing01__1x1.png);
  height: 400px;
}
.c_bgScroll.__sampleB {
  background-image: url(../img/common/now-printing01__1x1.png) !important;
  background-size: 100% 300% !important;
}

.c_bgGray {
  background-color: #e7e5de;
}

.c_bgGray2 {
  background-color: #FAFAF8;
}

/** c_fnt{Name} **/
.c_fntSize.__64 {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__64 {
    font-size: 5rem;
  }
}
.c_fntSize.__38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__38 {
    font-size: 2.8rem;
  }
}
.c_fntSize.__35 {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__35 {
    font-size: 2.7rem;
  }
}
.c_fntSize.__33 {
  font-size: 3.3rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__33 {
    font-size: 2.6rem;
  }
}
.c_fntSize.__32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__32 {
    font-size: 2.5rem;
  }
}
.c_fntSize.__30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__30 {
    font-size: 2.4rem;
  }
}
.c_fntSize.__28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__28 {
    font-size: 2.2rem;
  }
}
.c_fntSize.__25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__25 {
    font-size: 1.9rem;
  }
}
.c_fntSize.__24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__24 {
    font-size: 1.9rem;
  }
}
.c_fntSize.__22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__22 {
    font-size: 1.8rem;
  }
}
.c_fntSize.__20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__20 {
    font-size: 1.6rem;
  }
}
.c_fntSize.__19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__19 {
    font-size: 1.5rem;
  }
}
.c_fntSize.__18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__18 {
    font-size: 1.5rem;
  }
}
.c_fntSize.__17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__17 {
    font-size: 1.4rem;
  }
}
.c_fntSize.__16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__16 {
    font-size: 1.4rem;
  }
}
.c_fntSize.__15 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__15 {
    font-size: 1.4rem;
  }
}
.c_fntSize.__14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__14 {
    font-size: 1.4rem;
  }
}
.c_fntSize.__13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c_fntSize.__13 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c_fntSize.__10sp {
    font-size: 1rem;
  }
}

.c_fntDeco.__b {
  font-weight: 700;
}
.c_fntDeco.__border {
  background-image: url(../img/common/marker.png);
  background-repeat: repeat-x;
  background-position: center center;
}
.c_fntDeco.__border.__gr {
  background-image: url(../img/common/marker_gr.png);
}
.c_fntDeco.__border2 {
  background-image: url(../img/common/marker.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 5px;
}

/** c_hover **/
.c_hoverImgZoom .img {
  overflow: hidden;
}
.c_hoverImgZoom .img img {
  width: 100%;
  height: auto;
  transition: all 300ms ease-out 0s;
}
.c_hoverImgZoom:hover .img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.c_hoverImgBlack .img {
  background-color: #000;
}
.c_hoverImgBlack .img img {
  opacity: 1;
  transition: all 300ms ease-out 0s;
}
.c_hoverImgBlack:hover .img img {
  opacity: 0.7;
}

.c_hoverImgBoxSlide .img {
  position: relative;
  overflow: hidden;
}
.c_hoverImgBoxSlide .img .capture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 300ms ease-out 0s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c_hoverImgBoxSlide .img .capture .txt {
  padding: 5px 10px;
  border: solid 1px #FFF;
  color: #FFF;
  position: relative;
  transition: all 500ms ease-out 0s;
}
.c_hoverImgBoxSlide:hover .img .capture {
  opacity: 1;
}
.c_hoverImgBoxSlide.__top .img .capture .txt {
  bottom: 100%;
}
.c_hoverImgBoxSlide.__top:hover .img .capture .txt {
  bottom: 0;
}
.c_hoverImgBoxSlide.__bottom .img .capture .txt {
  top: 100%;
}
.c_hoverImgBoxSlide.__bottom:hover .img .capture .txt {
  top: 0;
}
.c_hoverImgBoxSlide.__right .img .capture .txt {
  left: 100%;
}
.c_hoverImgBoxSlide.__right:hover .img .capture .txt {
  left: 0;
}
.c_hoverImgBoxSlide.__left .img .capture .txt {
  right: 100%;
}
.c_hoverImgBoxSlide.__left:hover .img .capture .txt {
  right: 0;
}

.c_hoverImgCaptureSlide .img {
  position: relative;
  overflow: hidden;
}
.c_hoverImgCaptureSlide .img .capture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 300ms ease-out 0s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c_hoverImgCaptureSlide .img .capture .txt {
  padding: 5px 10px;
  border: solid 1px #FFF;
  color: #FFF;
  position: relative;
  transition: all 300ms ease-out 0s;
}
.c_hoverImgCaptureSlide:hover .img .capture {
  opacity: 1;
}
.c_hoverImgCaptureSlide.__top .img .capture .txt {
  bottom: 100%;
}
.c_hoverImgCaptureSlide.__top:hover .img .capture .txt {
  bottom: 0;
}
.c_hoverImgCaptureSlide.__bottom .img .capture .txt {
  top: 100%;
}
.c_hoverImgCaptureSlide.__bottom:hover .img .capture .txt {
  top: 0;
}
.c_hoverImgCaptureSlide.__right .img .capture .txt {
  left: 100%;
}
.c_hoverImgCaptureSlide.__right:hover .img .capture .txt {
  left: 0;
}
.c_hoverImgCaptureSlide.__left .img .capture .txt {
  right: 100%;
}
.c_hoverImgCaptureSlide.__left:hover .img .capture .txt {
  right: 0;
}

/** c_{type}{Name} **/
.c_listCheck li {
  padding-left: 30px;
  text-indent: -30px;
}
@media screen and (min-width: 768px) {
  .c_listCheck li {
    padding-left: 40px;
    text-indent: -40px;
  }
}
.c_listCheck li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/top/check@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 6px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .c_listCheck li:before {
    width: 28px;
    height: 28px;
  }
}

.c_boxListVoice .sec02_h {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .c_boxListVoice .sec02_h {
    margin-left: 0;
    margin-right: 0;
  }
}
.c_boxListVoice .sec02_h .h {
  padding-bottom: 15px;
}
.c_boxListVoice .sec02_h .h .sm {
  position: absolute;
  top: -22px;
  left: -25px;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #00dae6;
  padding: 4px;
  box-sizing: border-box;
  color: #FFF;
  line-height: 1.5;
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  transform: rotate(-13deg);
}
@media screen and (max-width: 768px) {
	  .c_boxListVoice .sec02_h .h .sm {
	  top: -50px;
	}
}
.c_boxListVoice .sec02_h .h .sm_i {
  border: solid 1px #FFF;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.c_boxListVoice .sec02_h .h .lg {
  font-weight: 400;
  text-align: center;
  display: block;
}
.c_boxListVoice .sec02_h .h .lg_i {
  background-color: #00dae6;
  padding: 5px 0;
  letter-spacing: -.05em;
  white-space: nowrap;
  line-height: 1.9;
}
.c_boxListVoice .sec02_h .movie {
  box-shadow: 0 0 10px #AAA;
  margin-bottom: 15px;
}
.c_boxListVoice .sec02_h .movie iframe {
  width: 100%;
  height: 186px;
}
@media screen and (min-width: 768px) {
  .c_boxListVoice .sec02_h .movie iframe {
    height: 250px;
  }
}
.c_boxListVoice .sec02_h .movie img {
  width: 100%;
  height: 250px;
}
.c_boxListVoice .sec02_h .prof {
  text-align: center;
  padding-bottom: 15px;
}
.c_boxListVoice .sec02_h .prof ul {
  letter-spacing: -.4em;
}
.c_boxListVoice .sec02_h .prof li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 10px;
}
.c_boxListVoice .sec02_h .prof li:last-child {
  margin-right: 0;
}

.c_bocListVoice2 .li_i {
  padding: 17px 17px;
  box-shadow: 0 0 30px #DDD;
}
.c_bocListVoice2 .txtBox {
  padding-left: 10px;
}
.c_bocListVoice2 .img {
  display: flex;
}
.c_bocListVoice2 .txt {
  line-height: 1.3;
}
.c_bocListVoice2 .rotate {
  line-height: 1;
  text-align: center;
  color: #00dae6;
  font-weight: 700;
}
.c_bocListVoice2 .rotate .num {
  color: #ff8226;
  margin-right: 8px;
}

.c_boxListContent .sec02_h {
  position: relative;
  text-align: center;
}
.c_boxListContent .sec02_h .h {
  padding-bottom: 10px;
  line-height: 1.5;
  min-height: 0;
}
@media screen and (min-width: 768px) {
  .c_boxListContent .sec02_h .h {
    padding-bottom: 15px;
    line-height: 1.5;
    min-height: 3em;
  }
}
.c_boxListContent .sec02_h .sm {
  position: absolute;
  top: -22px;
  left: -25px;
  display: block;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #24D9E4;
  padding: 4px;
  box-sizing: border-box;
  color: #FFF;
  line-height: 1.2;
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  transform: rotate(-13deg);
}
.c_boxListContent .sec02_h .sm_i {
  border: solid 1px #FFF;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}
.c_boxListContent .sec02_h .lg {
  font-weight: 700;
  text-align: center;
  display: block;
}
.c_boxListContent .sec02_h .en {
  display: inline;
  font-weight: 400;
  color: #FFF;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
}
.c_boxListContent .sec02_h .en span {
  background-color: #24D9E4;
  padding-top: 2px;
  padding-bottom: 2px;
}
.c_boxListContent .sec02_h .imgBox {
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_boxListContent .sec02_h .imgBox {
    margin-bottom: 20px;
  }
}
.c_boxListContent .sec02_cBox .txt {
  text-align: center;
}
.c_boxListContent:nth-child(2n) .sec02_h .sm {
  background-color: #21D48A;
}
.c_boxListContent:nth-child(2n) .sec02_h .en span {
  background-color: #21D48A;
}

/* 全ページ共通　main-sec, p-bg, p-clr, p-fnt */
/* c */
/** c_sec{Name} **/
/******************************

secBase

******************************/
.c_secBase.__lg {
  padding-top: 35px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .c_secBase.__lg {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .c_secBase.__lg {
    padding-top: 70px;
    padding-bottom: 140px;
  }
}
.c_secBase.__md {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c_secBase.__md {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .c_secBase.__md {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.c_secBase.__sm {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_secBase.__sm {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .c_secBase.__sm {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.c_secBase.__contact {
  padding-top: 0;
}

.c_secTopConcept .sec_i {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_secTopConcept .sec_i {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.c_secTopConcept .sec_h {
  padding-bottom: 25px;
}
.c_secTopConcept .sec_h .h {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_secTopConcept .sec_h .h {
    text-align: left;
  }
}
.c_secTopConcept .sec_h .h .lg img {
  width: 214px;
}
@media screen and (min-width: 768px) {
  .c_secTopConcept .sec_h .h .lg img {
    width: 268px;
  }
}
@media screen and (min-width: 768px) {
  .c_secTopConcept .txtBox ._i {
    margin-right: -140px;
  }
}
@media screen and (min-width: 768px) {
  .c_secTopConcept .imgBox {
    padding-left: 70px;
  }
}
.c_secTopConcept .imgBox .img {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopConcept .imgBox .img {
    margin-right: -90px;
    padding-top: 0;
  }
}
.c_secTopConcept .imgBox .img img {
  position: static;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_secTopConcept .imgBox .img img {
    position: relative;
  }
}

.c_secTopAbout .sec_h {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopAbout .sec_h {
    padding-bottom: 50px;
  }
}
.c_secTopAbout .sec_h .h {
  font-weight: 400;
  white-space: nowrap;
}
.c_secTopAbout .sec_h .h:before {
  content: "“";
  position: relative;
  top: -10px;
}
.c_secTopAbout .sec_h .h:after {
  content: "”";
  position: relative;
  top: -10px;
}
.c_secTopAbout .__topBox {
  background-color: #F5F4F3;
  box-shadow: 0 0 10px #EEE;
}
.c_secTopAbout .__topBox > ._i {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .c_secTopAbout .__topBox > ._i {
    padding: 75px 30px 100px;
  }
}
.c_secTopAbout .__topBox .sec_cBox .txt {
  text-align: center;
  padding-bottom: 40px;
}
.c_secTopAbout .__topBox .sec_cBox .list {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.c_secTopAbout .__topBox .sec_cBox .list ul {
  margin-left: -7px;
  margin-right: -7px;
}
.c_secTopAbout .__topBox .sec_cBox .list li {
  padding-left: 7px;
  padding-right: 7px;
}
.c_secTopAbout .__topBox .sec_cBox .movieBox .txtImg {
  text-align: right;
  padding-bottom: 5px;
}
.c_secTopAbout .__topBox .sec_cBox .movieBox .movie {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.c_secTopAbout .__topBox .sec_cBox .movieBox .movie iframe {
  width: 100%;
  height: 186px;
}
@media screen and (min-width: 768px) {
  .c_secTopAbout .__topBox .sec_cBox .movieBox .movie iframe {
    height: 250px;
  }
}
.c_secTopAbout .__middleBox > ._i {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_secTopAbout .__middleBox > ._i {
    padding-bottom: 90px;
  }
}
.c_secTopAbout .__middleBox .list li {
  text-align: center;
}
.c_secTopAbout .__bottomBox > ._i {
  border: solid 5px #50BECB;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .c_secTopAbout .__bottomBox > ._i {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c_secTopAbout .__bottomBox .list {
  text-align: center;
  padding-bottom: 30px;
}
.c_secTopAbout .__bottomBox .list ul {
  display: inline-block;
  text-align: left;
}
.c_secTopAbout .__bottomBox .list li {
  margin-bottom: 10px;
}
.c_secTopAbout .__bottomBox .sec02_h {
  text-align: center;
  padding-bottom: 25px;
}
.c_secTopAbout .__bottomBox .sec03_h {
  text-align: center;
}
.c_secTopAbout .__bottomBox .sec03_h .lg {
  display: inline-block;
  padding: 2px 5px;
  min-width: 120px;
  box-sizing: border-box;
  background-color: #ED7E3A;
  color: #FFF;
}
.c_secTopAbout .__bottomBox .sec03_cBox {
  padding-top: 15px;
}
.c_secTopAbout .__bottomBox .sec03_cBox .img {
  text-align: center;
  display: inline-block;
}
.c_secTopAbout .__bottomBox .sec03_cBox .img img {
  position: relative;
  right: -9.5%;
}
.c_secTopAbout .__bottomBox .sec02_cBox .txtImg {
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: right;
  padding-right: 30px;
}
.c_secTopAbout .__bottomBox .sec02_cBox .imgs {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.c_secTopStep .sec02_i {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .c_secTopStep .sec02_i {
    padding-top: 80px;
  }
}
.c_secTopStep .sec02_h {
  padding-bottom: 20px;
}
.c_secTopStep .sec02_h .h {
  text-align: center;
}
.c_secTopStep .sec02_h .h .sm {
  display: inline-block;
  padding: 5px 15px;
  background-color: #00dae6;
}
.c_secTopStep .sec02_h .h .lg {
  display: block;
  font-weight: 400;
  padding-top: 10px;
}
.c_secTopStep .sec02_cBox .txt {
  text-align: center;
  padding-bottom: 40px;
}
.c_secTopStep.__02 .sec02_h .h .sm {
  background-color: #00d688;
}
.c_secTopStep.__03 .sec02_c {
  background-image: url(../img/top/img_003@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_secTopStep.__03 .sec02_c {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
.c_secTopStep.__03 .sec03_i {
  background-color: #FFF;
  padding: 40px 10px 25px;
}
.c_secTopStep.__03 .sec03_h {
  text-align: center;
}
.c_secTopStep.__03 .sec03_h .img {
  height: 150px;
}
.c_secTopStep.__03 .sec03_c {
  text-align: center;
  padding-top: 10px;
}
.c_secTopStep.__03 .sec03_c .txt {
  font-weight: 500;
}

.c_secTopVoice .sec_i {
  padding-top: 40px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_secTopVoice .sec_i {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.c_secTopVoice .sec_h {
  text-align: center;
  padding-bottom: 40px;
}
.c_secTopVoice .sec_h .h {
  font-weight: 400;
  background-image: url(../img/common/border_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
  letter-spacing: .2em;
}
.c_secTopVoice .sec_h .h .lg {
  padding-left: 10px;
  padding-right: 10px;
}
.c_secTopVoice .btn {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopVoice .btn {
    padding-top: 70px;
  }
}

.c_secTopReason .sec_i {
  padding-top: 30px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .sec_i {
    padding-bottom: 80px;
  }
}
.c_secTopReason .sec_h {
  padding-bottom: 35px;
}
.c_secTopReason .sec_h .h {
  background-image: url(../img/top/bg_001@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 472px 70px;
  height: 55px;
  padding-bottom: 15px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  line-height: 55px;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .sec_h .h {
    background-size: 100% 100%;
    height: 110px;
    padding-bottom: 30px;
    line-height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .c_secTopReason .sec_h .h .lg {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
.c_secTopReason .calc dt {
  text-align: center;
  background-image: url(../img/top/ico_301@2x.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 10px;
  margin-bottom: -8px;
  position: relative;
  z-index: 2;
}
.c_secTopReason .calc dt .sm {
  display: block;
  letter-spacing: .1em;
}
.c_secTopReason .calc dt .lg {
  display: block;
  font-weight: 700;
}
.c_secTopReason .calc dd .txt {
  padding-top: 15px;
  text-align: center;
}
.c_secTopReason .calc dd .img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_secTopReason .calc .online {
    position: relative;
  }
  .c_secTopReason .calc .online:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    margin-left: -15px;
    background-image: url(../img/top/plus@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .c_secTopReason .calc .online .img {
    position: relative;
  }
  .c_secTopReason .calc .online .img:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -15px;
    background-image: url(../img/top/plus@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .c_secTopReason .calc .offline {
    position: relative;
  }
  .c_secTopReason .calc .offline:after {
    content: "";
    display: block;
    width: 30px;
    height: 19px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -15px;
    background-image: url(../img/top/equal@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .c_secTopReason .calc .offline .img {
    position: relative;
  }
  .c_secTopReason .calc .offline .img:after {
    content: "";
    display: block;
    width: 30px;
    height: 19px;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -9px;
    background-image: url(../img/top/equal@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.c_secTopReason .calc .conclusionBox {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .calc .conclusionBox {
    padding-top: 74.22px;
  }
}
.c_secTopReason .calc .conclusionBox .Conclusion {
  border: solid 3px #25DAE5;
  padding: 5px;
}
.c_secTopReason .calc .conclusionBox .Conclusion ._i {
  border: solid 3px #25DAE5;
  padding: 30px;
}
.c_secTopReason .sec02_w {
  padding-top: 30px;
  margin-bottom: -40px;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .sec02_w {
    padding-top: 70px;
  }
}
.c_secTopReason .sec02 {
  position: relative;
  padding-top: 65px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .sec02 {
    padding-bottom: 40px;
  }
}
.c_secTopReason .sec02 .txtBox ._i {
  border: solid 1px #25D9E4;
  padding: 30px 20px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .sec02 .txtBox ._i {
    padding: 40px;
  }
}
.c_secTopReason .sec02.__ttl_r .txtBox .sec02_h .h {
  padding-bottom: 10px;
}
.c_secTopReason .sec02.__ttl_r .txtBox .sec02_h .h .sm {
  position: absolute;
  top: -73vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .sec02.__ttl_r .txtBox .sec02_h .h .sm {
    top: -65px;
  }
}
.c_secTopReason .sec02.__ttl_r .imgBox .img {
  margin-right: 0;
  position: relative;
  top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .sec02.__ttl_r .imgBox .img {
    margin-right: -60px;
    top: -65px;
    margin-bottom: 0;
  }
}
.c_secTopReason .sec02.__ttl_r .imgBox .img img {
  width: 100%;
}
.c_secTopReason .sec02.__ttl_l .txtBox .sec02_h .h {
  padding-bottom: 10px;
}
.c_secTopReason .sec02.__ttl_l .txtBox .sec02_h .h .sm {
  position: absolute;
  top: -73vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .sec02.__ttl_l .txtBox .sec02_h .h .sm {
    top: -65px;
  }
}
.c_secTopReason .sec02.__ttl_l .imgBox .img {
  margin-left: 0;
  position: relative;
  top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_secTopReason .sec02.__ttl_l .imgBox .img {
    margin-left: -60px;
    top: -65px;
    margin-bottom: 0;
  }
}
.c_secTopReason .sec02.__ttl_l .imgBox .img img {
  width: 100%;
}

.c_secTopCurriculum .sec_i {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_secTopCurriculum .sec_i {
    padding-top: 60px;
    padding-bottom: 140px;
  }
}
.c_secTopCurriculum .sec_h {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopCurriculum .sec_h {
    padding-bottom: 50px;
  }
}
.c_secTopCurriculum .sec_h .h {
  font-weight: 400;
  background-image: url(../img/common/border_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
  letter-spacing: .2em;
}
.c_secTopCurriculum .sec_h .h .lg {
  padding-left: 10px;
  padding-right: 10px;
}
.c_secTopCurriculum .graph {
  text-align: center;
}

.c_secTopSchedule .sec_i {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/top/img_011@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec_i {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.c_secTopSchedule .sec_h {
  color: #FFF;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec_h {
    padding-bottom: 40px;
  }
}
.c_secTopSchedule .sec_h .h {
  font-weight: 400;
}
.c_secTopSchedule .sec02_w {
  margin-bottom: -20px;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec02_w {
    margin-bottom: -50px;
  }
}
.c_secTopSchedule .sec02 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec02 {
    padding-bottom: 50px;
  }
}
.c_secTopSchedule .sec02_i {
  background-color: #FFF;
  box-shadow: 0 0 10px #999;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec02_i {
    padding: 40px 50px;
  }
}
.c_secTopSchedule .sec02_h .h {
  text-align: center;
}
.c_secTopSchedule .sec02_h .h span {
  width: 100%;
}
.c_secTopSchedule .sec02_h .h > span {
  height: 100%;
  letter-spacing: -.4em;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec02_h .h > span {
    letter-spacing: normal;
    padding-bottom: 0;
  }
}
.c_secTopSchedule .sec02_h .h .sm, .c_secTopSchedule .sec02_h .h .lg {
  letter-spacing: normal;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec02_h .h .sm, .c_secTopSchedule .sec02_h .h .lg {
    display: block;
  }
}
.c_secTopSchedule .sec02_h .h .sm {
  width: 33.3333%;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec02_h .h .sm {
    width: 100%;
  }
}
.c_secTopSchedule .sec02_h .h .lg {
  min-height: 92px;
  background-image: url(../img/top/ico_302@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 172px 92px;
  line-height: 1.3;
  letter-spacing: -.05em;
  white-space: nowrap;
  width: 66.6666%;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec02_h .h .lg {
    width: 100%;
  }
}
.c_secTopSchedule .sec03_w {
  margin-bottom: -20px;
}
.c_secTopSchedule .sec03 {
  padding-left: 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_secTopSchedule .sec03 {
    padding-left: 20px;
  }
}
.c_secTopSchedule .sec03_h .h {
  padding-bottom: 10px;
}
.c_secTopSchedule .sec03_h .h .lg {
  display: inline;
  padding: 5px 0;
  background-color: #00dae6;
  line-height: 1.9;
}

.c_secTopTeacher .sec_i {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec_i {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.c_secTopTeacher .sec_h {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec_h {
    padding-bottom: 60px;
  }
}
.c_secTopTeacher .sec_h .h {
  font-weight: 400;
}
.c_secTopTeacher .sec02 .txtBox > ._i {
  padding: 30px 20px;
  border: solid 2px #25D9E4;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 20px #DDD;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec02 .txtBox > ._i {
    padding: 40px 30px;
  }
}
.c_secTopTeacher .sec02 .txtBox .txt {
  line-height: 2;
}
.c_secTopTeacher .sec02 .txtBox .txt p {
  margin-bottom: 2em;
}
.c_secTopTeacher .sec02 .txtBox .txt p:last-child {
  margin-bottom: 0;
}
.c_secTopTeacher .sec02 .imgBox .img {
  box-shadow: 0 0 20px #DDD;
}
.c_secTopTeacher .sec02 .imgBox .img img {
  width: 100%;
}
.c_secTopTeacher .sec02 .sec02_h {
  padding-bottom: 20px;
}
.c_secTopTeacher .sec02 .sec02_h .h {
  padding-bottom: 5px;
}
.c_secTopTeacher .sec02 .sec02_h .prof {
  color: #00dae6;
}
.c_secTopTeacher .sec02.__01 {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec02.__01 {
    padding-top: 75px;
  }
}
.c_secTopTeacher .sec02.__01 .txtBox {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec02.__01 .txtBox {
    margin-left: 0;
  }
}
.c_secTopTeacher .sec02.__01 .txtBox > ._i {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec02.__01 .txtBox > ._i {
    padding: 40px 30px;
  }
}
.c_secTopTeacher .sec02.__01 .imgBox {
  margin-right: 0;
  position: relative;
  top: 0;
  padding-right: 40px;
  margin-bottom: -85px;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec02.__01 .imgBox {
    margin-right: -95px;
    top: -75px;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.c_secTopTeacher .sec02.__01 .sec02_h .imgs {
  position: absolute;
  top: -55px;
  right: -13px;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec02.__01 .sec02_h .imgs {
    top: -101px;
    right: -28px;
  }
}
.c_secTopTeacher .sec02.__01 .sec02_h .imgs ul {
  letter-spacing: -.4em;
}
.c_secTopTeacher .sec02.__01 .sec02_h .imgs li {
  letter-spacing: normal;
  display: inline;
  margin-left: -17px;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec02.__01 .sec02_h .imgs li {
    margin-left: -24px;
  }
}
.c_secTopTeacher .sec02.__01 .sec02_h .imgs li img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec02.__01 .sec02_h .imgs li img {
    width: auto;
  }
}
.c_secTopTeacher .sec02.__02 .txtBox, .c_secTopTeacher .sec02.__03 .txtBox {
  padding-left: 15px;
}
.c_secTopTeacher .sec02.__02 .txtBox > ._i, .c_secTopTeacher .sec02.__03 .txtBox > ._i {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
@media screen and (min-width: 768px) {
  .c_secTopTeacher .sec02.__02 .txtBox > ._i, .c_secTopTeacher .sec02.__03 .txtBox > ._i {
    top: -125px;
    margin-bottom: -125px;
  }
}
.c_secTopTeacher .sec02.__02 .imgBox, .c_secTopTeacher .sec02.__03 .imgBox {
  padding-right: 45px;
}

.c_secTopSchoolContent .sec_i {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_secTopSchoolContent .sec_i {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.c_secTopSchoolContent .sec_h {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .c_secTopSchoolContent .sec_h {
    padding-bottom: 90px;
  }
}
.c_secTopSchoolContent .sec_h .h {
  text-align: center;
  font-weight: 400;
  background-image: url(../img/common/border_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
}

.c_secTopDetail .sec_i {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_secTopDetail .sec_i {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.c_secTopDetail .sec_h {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopDetail .sec_h {
    padding-bottom: 90px;
  }
}
.c_secTopDetail .sec_h .h {
  text-align: center;
  font-weight: 400;
  background-image: url(../img/common/border_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
}
.c_secTopDetail .table .list li {
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c_secTopDetail .listBox li {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c_secTopDetail .listBox li {
    display: table;
  }
}
.c_secTopDetail .listBox dl {
  width: 100%;
  background-image: url(../img/top/bg_003@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .c_secTopDetail .listBox dl {
    display: table-row;
  }
}
.c_secTopDetail .listBox dt, .c_secTopDetail .listBox dd {
  box-sizing: border-box;
  padding: 25px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c_secTopDetail .listBox dt, .c_secTopDetail .listBox dd {
    display: table-cell;
    height: 100px;
  }
}
.c_secTopDetail .listBox dt {
  background-image: url(../img/top/bg_002@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 130% 100%;
  text-align: center;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .c_secTopDetail .listBox dt {
    padding-left: 0;
    padding-right: 20px;
    width: 160px;
    background-position: center center;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 768px) {
  .c_secTopDetail .listBox dd {
    width: calc(100% - 155px);
  }
}
.c_secTopDetail .btn {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopDetail .btn {
    padding-top: 60px;
  }
}

.c_secTopMessage .sec_i {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .c_secTopMessage .sec_i {
    padding-top: 80px;
  }
}
.c_secTopMessage .contentBox {
  background-color: #F6F6F6;
  padding: 60px 20px 40px;
  box-shadow: 0 0 20px #EEE;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_secTopMessage .contentBox {
    padding: 120px 30px 80px;
  }
}
.c_secTopMessage .sec_h .sm {
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.c_secTopMessage .sec_h .sm img {
  width: 276px;
}
@media screen and (min-width: 768px) {
  .c_secTopMessage .sec_h .sm img {
    width: auto;
  }
}
.c_secTopMessage .sec_h .lg {
  font-weight: 400;
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopMessage .sec_h .lg {
    padding-bottom: 50px;
  }
}
.c_secTopMessage .sec_cBox {
  line-height: 1.9;
  text-align: center;
}
.c_secTopMessage .sec_cBox p {
  margin-bottom: 1.9em;
}
.c_secTopMessage .sec_cBox p:last-child {
  margin-bottom: 0;
}
.c_secTopMessage .sec_cBox .img {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopMessage .sec_cBox .img {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.c_secTopMessage .sec_cBox .list {
  margin-bottom: 30px;
}
.c_secTopMessage .sec_cBox .list.__01 ul {
  letter-spacing: -.4em;
}
.c_secTopMessage .sec_cBox .list.__01 li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: -8px;
  margin-right: -8px;
  width: 120px;
  margin-bottom: -8px;
}
@media screen and (min-width: 768px) {
  .c_secTopMessage .sec_cBox .list.__01 li {
    width: auto;
  }
}
.c_secTopMessage .sec_cBox .list.__01 li img {
  margin-bottom: -8px;
}
@media screen and (min-width: 768px) {
  .c_secTopMessage .sec_cBox .list.__01 li img {
    margin-bottom: 0;
  }
}
.c_secTopMessage .sec_cBox .list.__02 {
  text-align: center;
  display: inline-block;
  max-width: 660px;
}
.c_secTopMessage .sec_cBox .list.__02 li {
  text-align: left;
  margin-bottom: .6em;
}
.c_secTopMessage .sec_f {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopMessage .sec_f {
    padding-top: 60px;
  }
}
.c_secTopMessage .sec_f .img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopMessage .sec_f .img {
    margin-top: 60px;
  }
}

.c_secTopFAQ .sec_i {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .c_secTopFAQ .sec_i {
    padding-top: 90px;
  }
}
.c_secTopFAQ .sec_h {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopFAQ .sec_h {
    padding-bottom: 60px;
  }
}
.c_secTopFAQ .sec_h .h {
  font-weight: 400;
}
.c_secTopFAQ .dlBox dl {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../img/top/border_004.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 1px;
}
@media screen and (min-width: 768px) {
  .c_secTopFAQ .dlBox dl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.c_secTopFAQ .dlBox dl:first-child {
  padding-top: 0;
}
.c_secTopFAQ .dlBox dt, .c_secTopFAQ .dlBox dd {
  padding: 0 20px 0 60px;
  min-height: 60px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c_secTopFAQ .dlBox dt, .c_secTopFAQ .dlBox dd {
    padding: 15px 30px 0 90px;
  }
}
.c_secTopFAQ .dlBox dt {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_secTopFAQ .dlBox dt {
    margin-bottom: 15px;
  }
}
.c_secTopFAQ .dlBox .q, .c_secTopFAQ .dlBox .a {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_secTopFAQ .dlBox .q, .c_secTopFAQ .dlBox .a {
    width: 60px;
    height: 60px;
  }
}
.c_secTopFAQ .dlBox .q {
  background-image: url(../img/top/q@2x.png);
}
.c_secTopFAQ .dlBox .a {
  background-image: url(../img/top/a@2x.png);
}
.c_secTopFAQ .sec_f {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_secTopFAQ .sec_f {
    padding-top: 80px;
  }
}

.c_secMM {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .c_secMM {
    padding-bottom: 90px;
  }
}
.c_secMM .top {
  border: solid 1px #010101;
  letter-spacing: -.4em;
  padding: 20px 0 20px;
}
.c_secMM ._h {
  letter-spacing: normal;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_secMM ._h {
    display: inline-block;
    width: 30%;
    margin-bottom: 0;
  }
}
.c_secMM ._h .h {
  font-size: 2rem;
  letter-spacing: .2em;
}
.c_secMM ._c {
  letter-spacing: normal;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_secMM ._c {
    padding-left: 40px;
    text-align: left;
    display: inline-block;
  }
}
.c_secMM ._f .btn a {
  background-color: #010101;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 12px;
}

.c_secAside {
  padding-top: 0;
  padding-bottom: 35px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_secAside {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c_secAside .m_sec {
  border-bottom: solid 1px #010101;
  padding-bottom: 20px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .c_secAside .m_sec {
    padding-top: 0;
    border-bottom: 0;
    border-right: solid 1px #010101;
  }
}
.c_secAside .m_sec:last-child {
  border-bottom: 0;
  border-right: 0;
}
.c_secAside .m_sec ._h {
  position: relative;
  top: -20px;
  position: relative;
}
.c_secAside .m_sec ._h .txt {
  position: absolute;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  top: 20px;
  font-size: 3.5rem;
  letter-spacing: .1em;
  font-weight: 400;
}
.c_secAside .m_sec .btn {
  margin-top: 30px;
}

.c_secFeature.__service {
  padding-top: 65px;
  padding-bottom: 80px;
}
.c_secFeature.__service .li_i {
  padding: 30px;
  border: solid 2px #E7E5DE;
  background-color: #FFF;
  position: relative;
}
.c_secFeature.__service .li_i:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c_secFeature.__service li:nth-child(1) .li_i:before {
  background-image: url(../img/service/num1.png);
  width: 16px;
  height: 37px;
  margin-left: -8px;
}
.c_secFeature.__service li:nth-child(2) .li_i:before {
  background-image: url(../img/service/num2.png);
  width: 20px;
  height: 37px;
  margin-left: -10px;
}
.c_secFeature.__service li:nth-child(3) .li_i:before {
  background-image: url(../img/service/num3.png);
  width: 21px;
  height: 37px;
  margin-left: -10px;
}
.c_secFeature.__service li:nth-child(4) .li_i:before {
  background-image: url(../img/service/num4.png);
  width: 23px;
  height: 37px;
  margin-left: -11px;
}
.c_secFeature.__service li:nth-child(5) .li_i:before {
  background-image: url(../img/service/num5.png);
  width: 20px;
  height: 37px;
  margin-left: -10px;
}
.c_secFeature.__service .img {
  height: 180px;
}
.c_secFeature.__service dt {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 35px;
}

.c_secPlan.__service {
  padding-top: 65px;
  padding-bottom: 80px;
}
.c_secPlan.__service .m_sec02 > ._i {
  border: solid 2px #E7E5DE;
}
.c_secPlan.__service .m_sec02 ._h {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #FAFAF8;
}
.c_secPlan.__service .m_sec02 ._h .h {
  text-align: center;
  line-height: 1.5;
}
.c_secPlan.__service .m_sec02 ._h .h span {
  display: block;
}
.c_secPlan.__service .m_sec02 ._h .h .lg {
  font-size: 2.5rem;
}
.c_secPlan.__service .m_sec02 ._h .h .sm {
  font-size: 1.8rem;
}
.c_secPlan.__service .m_sec02 dl {
  border-top: dashed 2px #E7E5DE;
  letter-spacing: -.4em;
}
.c_secPlan.__service .m_sec02 dt, .c_secPlan.__service .m_sec02 dd {
  letter-spacing: normal;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50%;
}
.c_secPlan.__service .m_sec02 dt {
  padding-left: 30px;
  color: #a7a499;
}
.c_secPlan.__service .btns {
  margin-top: 45px;
}

.c_secFlow.__service {
  padding-top: 120px;
  padding-bottom: 85px;
}
.c_secFlow.__service > ._i {
  background-color: #FFF;
  padding-bottom: 80px;
}
.c_secFlow.__service ._c {
  padding-left: 50px;
  padding-right: 50px;
}
.c_secFlow.__service ._c ol {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.c_secFlow.__service ._c li {
  padding-bottom: 50px;
  padding-left: 75px;
  border-left: solid 2px #E7E5DE;
  position: relative;
}
.c_secFlow.__service ._c li:last-child {
  border-left: 0;
}
.c_secFlow.__service ._c li:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: solid 1px #E7E5DE;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
}
.c_secFlow.__service ._c li:nth-child(1):before {
  background-image: url(../img/service/num01.png);
  background-size: 13px 30px;
}
.c_secFlow.__service ._c li:nth-child(2):before {
  background-image: url(../img/service/num02.png);
  background-size: 17px 30px;
}
.c_secFlow.__service ._c li:nth-child(3):before {
  background-image: url(../img/service/num03.png);
  background-size: 17px 30px;
}
.c_secFlow.__service ._c li:nth-child(4):before {
  background-image: url(../img/service/num04.png);
  background-size: 18px 30px;
}
.c_secFlow.__service ._c li:nth-child(5):before {
  background-image: url(../img/service/num05.png);
  background-size: 17px 30px;
}
.c_secFlow.__service ._c dt {
  font-size: 2.3rem;
  margin-bottom: 10px;
}

.c_secFAQ.__service {
  padding-top: 80px;
  padding-bottom: 80px;
}
.c_secFAQ.__service .tables {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.c_secFAQ.__service .tables table {
  margin-bottom: 20px;
  width: 100%;
}
.c_secFAQ.__service .tables table th, .c_secFAQ.__service .tables table td {
  vertical-align: middle;
  border: solid 2px #E7E5DE;
  padding: 15px 20px;
  box-sizing: border-box;
}
.c_secFAQ.__service .tables table th {
  width: 60px;
}
.c_secFAQ.__service .tables table th img {
  position: relative;
  top: -4px;
}
.c_secFAQ.__service .tables table tr:first-child th {
  background-color: #E7E5DE;
}
.c_secFAQ.__service .tables table tr:first-child td {
  border-bottom: solid 2px #E7E5DE;
  position: relative;
}
.c_secFAQ.__service .tables table tr:first-child td:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(../img/service/border_dtd.png);
  left: 0;
  bottom: -1px;
}
.c_secFAQ.__service .tables table tr:last-child td {
  border-top: dashed 2px #E7E5DE;
}

.c_secMessage.__service {
  padding-top: 120px;
  padding-bottom: 90px;
}
.c_secMessage.__service > ._i {
  background-color: #FFF;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_secMessage.__service > ._i {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 70px;
  }
}
.c_secMessage.__service .txt {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_secMessage.__service .txt {
    padding-left: 50px;
    padding-top: 0;
  }
}
.c_secMessage.__service .btns {
  margin-top: 60px;
}

.c_secCrebo.__about {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(../img/about/credo_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c_secCrebo.__about {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.c_secCrebo.__about .list li {
  border-bottom: solid 1px #010101;
  padding: 25px 40px;
}
.c_secCrebo.__about .list li .num {
  display: block;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .c_secCrebo.__about .list li .num {
    display: inline-block;
  }
}

.c_secMember.__about {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_secMember.__about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.c_secMember.__about .m_sec02 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_secMember.__about .txtBox {
    padding-left: 40px;
    padding-bottom: 5px;
  }
}
.c_secMember.__about .txtBox_i {
  background-color: #E7E5DE;
  padding: 35px 45px;
}
.c_secMember.__about ._h {
  text-align: center;
  letter-spacing: .15em;
}
.c_secMember.__about ._h span {
  display: block;
}
.c_secMember.__about ._h .lg {
  font-size: 2.3rem;
}
.c_secMember.__about ._h .sm2 {
  font-size: 1.3rem;
}
.c_secMember.__about .sns {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.c_secMember.__about .sns li {
  display: inline-block;
  padding: 15px;
}
.c_secMember.__about .txt p {
  font-size: 1.3rem;
  letter-spacing: .15em;
}
.c_secMember.__about .btn {
  margin-top: 30px;
}
.c_secMember.__about .imgs {
  clear: both;
}
.c_secMember.__about .imgs .mImg {
  width: 66%;
  float: left;
  padding-right: 5px;
}
.c_secMember.__about .imgs .sImg {
  width: 34%;
  float: right;
  padding-bottom: 5px;
}

.c_secCompany.__about {
  padding-bottom: 90px;
}
.c_secCompany.__about .table table {
  width: 100%;
}
.c_secCompany.__about .table th, .c_secCompany.__about .table td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  border-top: solid 1px #E9E7E0;
  border-bottom: solid 1px #E9E7E0;
}
.c_secCompany.__about .table th {
  width: 150px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c_secCompany.__about .table th {
    width: 220px;
  }
}

.c_secAsideRanking .ranking {
  overflow: hidden;
  counter-reset: number 0;
}
.c_secAsideRanking .ranking li {
  overflow: hidden;
  clear: both;
  border-bottom: solid 1px #ccc;
  margin-bottom: 9px;
  padding-bottom: 9px;
  position: relative;
}
.c_secAsideRanking .ranking li:before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: 0;
  background: #00dae6;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: inline;
  text-align: center;
  line-height: 20px;
  z-index: 2;
}
.c_secAsideRanking .ranking li:before:hover {
  opacity: 1;
}
.c_secAsideRanking .ranking .thumb {
  width: 118px;
  height: auto;
  margin-right: 12px;
  float: left;
}
.c_secAsideRanking .ranking .info {
  float: left;
  width: 170px;
}
.c_secAsideRanking .ranking .info .title {
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.c_secAsideRanking .ranking .info a {
  color: #4f4f4f;
  text-decoration: none;
}
.c_secAsideRanking .ranking .info .date {
  color: #4f4f4f;
  font-size: 12px;
}

.c_secAsideCategory li {
  border-bottom: solid 1px #00dae6;
}
.c_secAsideCategory li li {
  border-bottom: 0;
}
.c_secAsideCategory li ul {
  padding-left: 30px;
}
.c_secAsideCategory a {
  display: block;
  padding: 10px 0;
  position: relative;
}
.c_secAsideCategory a:after {
  color: #eee;
  content: ">";
  position: absolute;
  right: 10px;
  transition: all 300ms ease-out 0s;
  -webkit-transform: scale(0.8, 1.2);
  -moz-transform: scale(0.8, 1.2);
  -ms-transform: scale(0.8, 1.2);
  -o-transform: scale(0.8, 1.2);
  transform: scale(0.8, 1.2);
}
.c_secAsideCategory a:hover:after {
  color: inherit;
}

.c_secAsideTags ul {
  letter-spacing: -.4em;
}
.c_secAsideTags li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.c_secAsideTags a {
  display: block;
  border: solid 1px #00dae6;
  padding: 5px 7px;
}
.c_secAsideTags a:hover {
  background-color: #00dae6;
  color: #FFF;
  opacity: 1;
}

.c_secAsideArchive .select-wrap {
  position: relative;
}
.c_secAsideArchive .select-wrap:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.c_secAsideArchive .select-item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #00dae6;
  border-radius: 2px;
  outline: none;
}

.c_secAsideBanners a {
  display: block;
  margin-bottom: 10px;
}

.c_secColumnF.__b2 .date {
  color: #999;
}
.c_secColumnF.__b2.__num {
  counter-increment: num 1;
}
.c_secColumnF.__b2.__num > ._i {
  position: relative;
}
.c_secColumnF.__b2.__num > ._i:before {
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #000;
  color: #FFF;
  padding: 2px 7px;
  font-size: 1rem;
  z-index: 2;
}
.c_secColumnF.__b2.__lg > ._i {
  box-shadow: 0 0 20px #DDD;
}
.c_secColumnF.__b2.__lg .datas {
  padding-bottom: 15px;
}
.c_secColumnF.__b2.__lg .datas ul {
  letter-spacing: -.4em;
}
.c_secColumnF.__b2.__lg .datas li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 30px;
}
.c_secColumnF.__b2.__lg .datas li:last-child {
  margin-right: 0;
}
.c_secColumnF.__b2.__lg .datas li.cat {
  background-color: #25DAE5;
  padding: 2px 15px;
}
.c_secColumnF.__b2.__lg .tags {
  padding-top: 20px;
}
.c_secColumnF.__b2.__lg .tags ul {
  letter-spacing: -.4em;
}
.c_secColumnF.__b2.__lg .tags li {
  letter-spacing: normal;
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 10px;
  color: #ff8226;
}
.c_secColumnF.__b2.__lg .tags li:last-child {
  margin-right: 0;
}
.c_secColumnF.__b2.__lg ._cBox .txt {
  text-align: left !important;
}
.c_secColumnF.__b2.__lg .txtBox {
  padding: 20px;
}
.c_secColumnF.__b2.__lg ._h {
  padding-bottom: 5px;
}
.c_secColumnF.__b2.__lg ._h .h {
  font-weight: 700;
}
.c_secColumnF.__b2.__lg .details {
  padding-bottom: 10px;
}
.c_secColumnF.__b2.__lg .date {
  color: #4f4f4f;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .c_secColumnF.__b2.__lg .txtBox {
    padding: 20px;
  }
  .c_secColumnF.__b2.__lg ._h {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .c_secColumnF.__b2.__lg .txtBox {
    padding: 20px;
  }
  .c_secColumnF.__b2.__lg ._h {
    padding-bottom: 10px;
  }
  .c_secColumnF.__b2.__lg ._cBox {
    font-size: inherit;
  }
}
.c_secColumnF.__b2.__sm {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CCC;
}
.c_secColumnF.__b2.__sm .datas .date {
  text-align: right;
}
.c_secColumnF.__b2.__sm .txtBox {
  padding: 0 0 0 10px;
}
.c_secColumnF.__b2.__sm ._h {
  padding-bottom: 5px;
}
.c_secColumnF.__b2.__sm ._h .h {
  font-weight: 500;
}

/*contact*/
.c_secContact {
  /** ---------------------------------
  table design
  ---------------------------------- **/
}
.c_secContact .contact-bg {
  background: #eee;
  margin-top: 64px;
  margin-bottom: 100px;
}
.c_secContact .contact-bg .contact-inner {
  padding: 65px 135px 40px;
}
.c_secContact .contact-bg .contact-inner-txt {
  text-align: center;
  margin-bottom: 72px;
}
.c_secContact .contact-bg .contact-inner select {
  font-size: 14px;
  width: 100%;
  padding: 0 0 0 4px;
  border: 1px solid #ccc;
  background: #fff;
  height: 40px;
}
.c_secContact .table {
  width: 100%;
  margin: 0 auto 35px;
  font-weight: bold;
  letter-spacing: 1.6px;
  border-collapse: collapse;
}
.c_secContact .table tr:first-child th,
.c_secContact .table tr:first-child td {
  border-top: none;
}
.c_secContact .table tr:last-child th,
.c_secContact .table tr:last-child td {
  border-bottom: none;
}
.c_secContact .table th {
  width: 245px;
  background: #eee;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  text-align: left;
}
.c_secContact .table td {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
.c_secContact .table th {
  padding: 25px 0;
  box-sizing: border-box;
  border-collapse: collapse;
  vertical-align: middle;
}
.c_secContact .table tr:last-child th {
  vertical-align: top;
  padding: 45px 0;
}
.c_secContact .table td {
  padding: 25px 0;
  box-sizing: border-box;
  border-collapse: collapse;
  vertical-align: middle;
}
.c_secContact .hissu label {
  font-size: 12px;
  width: 46px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background: #3399cc;
  display: inline-block;
  float: right;
  position: relative;
  right: 20px;
}
.c_secContact .nini label {
  font-size: 12px;
  width: 46px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background: #aaa;
  display: inline-block;
  float: right;
  position: relative;
  top: -25px;
  right: 20px;
}
.c_secContact .contact-form input, .c_secContact .contact-form textarea {
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 19px;
  border: solid 1px #ccc;
  -webkit-appearance: none;
}
.c_secContact .contact-btn input {
  width: 250px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  height: 55px;
  line-height: 55px;
  display: block;
  border-radius: 0px;
  -webkit-appearance: none;
}
.c_secContact .contact-btn input:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.c_secContact input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.c_secContact input[type="submit"], .c_secContact input[type="button"] {
  -webkit-appearance: none;
}
.c_secContact input[type=text] {
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 768px) {
  .c_secContact .contact-bg {
    background: #eee;
    margin-bottom: 60px;
  }
  .c_secContact .contact-bg .contact-inner {
    padding: 35px 12px 10px;
  }
  .c_secContact .contact-bg .contact-inner-txt {
    margin-bottom: 38px;
    text-align: left;
  }
  .c_secContact .table {
    margin: 0;
  }
  .c_secContact .table th,
  .c_secContact .table td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 20px 10px;
  }
  .c_secContact .table tr:first-child th {
    border-top: 1px solid #ddd;
  }
  .c_secContact .table tr:last-child th {
    padding: 20px 10px;
  }
  .c_secContact .table tr:last-child th {
    border-bottom: solid 1px #ccc;
  }
  .c_secContact .table tr:last-child td {
    border: none;
  }
  .c_secContact .contact-form textarea {
    height: 260px;
  }
}

/* 全ページ共通セクション */
/* c */
/** c_header{Name} **/
.c_headerMainA {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}
.c_headerMainA:after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.c_headerMainA .sm {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: block;
}
.c_headerMainA .lg {
  font-size: 2.4rem;
  display: block;
}
.c_headerMainA.__left {
  text-align: left;
}
.c_headerMainA.__left:after {
  left: 0;
  margin-left: 0;
}
.c_headerMainA.__right {
  text-align: right;
}
.c_headerMainA.__right:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.c_headerMainA.__sm {
  padding-bottom: 30px;
}
.c_headerMainA.__sm .sm {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.c_headerMainA.__sm .lg {
  font-size: 2rem;
}
.c_headerMainA.__mb_lg {
  margin-bottom: 50px;
}
.c_headerMainA.__mb_md {
  margin-bottom: 30px;
}
.c_headerMainA.__mb_sm {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_headerMainA:after {
    width: 50px;
    height: 8px;
    margin-left: -25px;
  }
  .c_headerMainA .sm {
    font-size: 2rem;
  }
  .c_headerMainA .lg {
    font-size: 3rem;
  }
  .c_headerMainA.__sm .sm {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .c_headerMainA.__sm .lg {
    font-size: 2.6rem;
  }
  .c_headerMainA.__mb_lg {
    margin-bottom: 60px;
  }
  .c_headerMainA.__mb_md {
    margin-bottom: 40px;
  }
  .c_headerMainA.__mb_sm {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .c_headerMainA:after {
    width: 60px;
    height: 10px;
    margin-left: -30px;
  }
  .c_headerMainA .sm {
    font-size: 2.4rem;
  }
  .c_headerMainA .lg {
    font-size: 4rem;
  }
  .c_headerMainA.__sm .sm {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c_headerMainA.__sm .lg {
    font-size: 3.2rem;
  }
  .c_headerMainA.__mb_lg {
    margin-bottom: 70px;
  }
  .c_headerMainA.__mb_md {
    margin-bottom: 50px;
  }
  .c_headerMainA.__mb_sm {
    margin-bottom: 30px;
  }
}

.c_headerMainB {
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
.c_headerMainB:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #707070;
  border: solid 2px #707070;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: 2px;
  box-sizing: border-box;
}
.c_headerMainB:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border: solid 2px #707070;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 2px;
  box-sizing: border-box;
}
.c_headerMainB .sm {
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: block;
}
.c_headerMainB .lg {
  font-size: 2.4rem;
  display: block;
}
.c_headerMainB.__sm {
  padding-bottom: 40px;
}
.c_headerMainB.__sm .sm {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.c_headerMainB.__sm .lg {
  font-size: 2rem;
}
.c_headerMainB.__left {
  text-align: left;
}
.c_headerMainB.__left:before {
  left: 0;
  margin-left: 0;
}
.c_headerMainB.__left:after {
  left: 19px;
  margin-left: 0;
}
.c_headerMainB.__right {
  text-align: right;
}
.c_headerMainB.__right:before {
  left: auto;
  right: 24px;
  margin-left: 0;
}
.c_headerMainB.__right:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.c_headerMainB.__mb_lg {
  margin-bottom: 50px;
}
.c_headerMainB.__mb_md {
  margin-bottom: 30px;
}
.c_headerMainB.__mb_sm {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_headerMainB:before {
    width: 18px;
    height: 18px;
  }
  .c_headerMainB:after {
    width: 18px;
    height: 18px;
  }
  .c_headerMainB .sm {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .c_headerMainB .lg {
    font-size: 3rem;
  }
  .c_headerMainB.__sm .sm {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .c_headerMainB.__sm .lg {
    font-size: 2.6rem;
  }
  .c_headerMainB.__left:after {
    left: 22px;
  }
  .c_headerMainB.__right:before {
    right: 22px;
  }
  .c_headerMainB.__mb_lg {
    margin-bottom: 60px;
  }
  .c_headerMainB.__mb_md {
    margin-bottom: 40px;
  }
  .c_headerMainB.__mb_sm {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .c_headerMainB:before {
    width: 20px;
    height: 20px;
  }
  .c_headerMainB:after {
    width: 20px;
    height: 20px;
  }
  .c_headerMainB .sm {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .c_headerMainB .lg {
    font-size: 4rem;
  }
  .c_headerMainB.__sm .sm {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c_headerMainB.__sm .lg {
    font-size: 3.2rem;
  }
  .c_headerMainB.__left:after {
    left: 24px;
  }
  .c_headerMainB.__right:before {
    right: 24px;
  }
  .c_headerMainB.__mb_lg {
    margin-bottom: 70px;
  }
  .c_headerMainB.__mb_md {
    margin-bottom: 50px;
  }
  .c_headerMainB.__mb_sm {
    margin-bottom: 30px;
  }
}

.c_headerBasic {
  text-align: center;
  padding-bottom: 35px;
}
.c_headerBasic .h {
  margin-bottom: 25px;
}
.c_headerBasic.__top-30 {
  position: relative;
  top: -30px;
}
.c_headerBasic.__top-40 {
  position: relative;
  top: -40px;
}
.c_headerBasic.__left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_headerBasic.__left {
    text-align: left;
  }
}

.c_headerPageTitle {
  padding-top: 110px;
  height: 280px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c_headerPageTitle {
    padding-top: 220px;
    height: 550px;
  }
}
.c_headerPageTitle .h {
  text-align: center;
  font-size: 3.3rem;
  color: #ffe101;
  letter-spacing: .09em;
}
.c_headerPageTitle .h .sm {
  font-size: 2.2rem;
}
.c_headerPageTitle.__supportclub {
  background-image: url(../img/supportclub/mv_bg.jpg);
}

.c_headerBasic {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_headerBasic {
    padding-bottom: 40px;
  }
}
.c_headerBasic.__ameba {
  padding-bottom: 19px;
}
.c_headerBasic .h {
  font-size: 2.7rem;
}
.c_headerBasic.__pb_lg {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_headerBasic.__pb_lg {
    padding-bottom: 70px;
  }
}

.c_headerSub {
  padding-bottom: 15px;
}
.c_headerSub .h {
  font-size: 2.7rem;
  font-weight: 700;
}
.c_headerSub .h .sm {
  font-size: 1.8rem;
}
.c_headerSub .h .sm2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c_headerSub .h .sm2 {
    margin-left: 10px;
  }
}
.c_headerSub .catch {
  margin-bottom: 15px;
}

.c_headerYellow {
  text-align: center;
}
.c_headerYellow .h {
  display: inline-block;
  background-color: #F7DF4A;
  font-size: 2.5rem;
}
.c_headerYellow.__pb_lg {
  padding-bottom: 40px;
}

.c_headerCatch {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.c_headerAside {
  text-align: center;
  padding-bottom: 18px;
}
.c_headerAside .h {
  font-size: 2rem;
  padding: 10px;
  background-color: #00dae6;
  margin-bottom: 6px;
}

.c_headerMainA {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
}
.c_headerMainA:after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background-color: #707070;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.c_headerMainA .sm {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: block;
}
.c_headerMainA .lg {
  font-size: 2.4rem;
  display: block;
}
.c_headerMainA.__left {
  text-align: left;
}
.c_headerMainA.__left:after {
  left: 0;
  margin-left: 0;
}
.c_headerMainA.__right {
  text-align: right;
}
.c_headerMainA.__right:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.c_headerMainA.__sm {
  padding-bottom: 30px;
}
.c_headerMainA.__sm .sm {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.c_headerMainA.__sm .lg {
  font-size: 2rem;
}
.c_headerMainA.__mb_lg {
  margin-bottom: 50px;
}
.c_headerMainA.__mb_md {
  margin-bottom: 30px;
}
.c_headerMainA.__mb_sm {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_headerMainA:after {
    width: 50px;
    height: 8px;
    margin-left: -25px;
  }
  .c_headerMainA .sm {
    font-size: 2rem;
  }
  .c_headerMainA .lg {
    font-size: 3rem;
  }
  .c_headerMainA.__sm .sm {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .c_headerMainA.__sm .lg {
    font-size: 2.6rem;
  }
  .c_headerMainA.__mb_lg {
    margin-bottom: 60px;
  }
  .c_headerMainA.__mb_md {
    margin-bottom: 40px;
  }
  .c_headerMainA.__mb_sm {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .c_headerMainA:after {
    width: 60px;
    height: 10px;
    margin-left: -30px;
  }
  .c_headerMainA .sm {
    font-size: 2.4rem;
  }
  .c_headerMainA .lg {
    font-size: 4rem;
  }
  .c_headerMainA.__sm .sm {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c_headerMainA.__sm .lg {
    font-size: 3.2rem;
  }
  .c_headerMainA.__mb_lg {
    margin-bottom: 70px;
  }
  .c_headerMainA.__mb_md {
    margin-bottom: 50px;
  }
  .c_headerMainA.__mb_sm {
    margin-bottom: 30px;
  }
}

.c_headerMainB {
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
.c_headerMainB:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #707070;
  border: solid 2px #707070;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: 2px;
  box-sizing: border-box;
}
.c_headerMainB:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border: solid 2px #707070;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 2px;
  box-sizing: border-box;
}
.c_headerMainB .sm {
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: block;
}
.c_headerMainB .lg {
  font-size: 2.4rem;
  display: block;
}
.c_headerMainB.__sm {
  padding-bottom: 40px;
}
.c_headerMainB.__sm .sm {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.c_headerMainB.__sm .lg {
  font-size: 2rem;
}
.c_headerMainB.__left {
  text-align: left;
}
.c_headerMainB.__left:before {
  left: 0;
  margin-left: 0;
}
.c_headerMainB.__left:after {
  left: 19px;
  margin-left: 0;
}
.c_headerMainB.__right {
  text-align: right;
}
.c_headerMainB.__right:before {
  left: auto;
  right: 24px;
  margin-left: 0;
}
.c_headerMainB.__right:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.c_headerMainB.__mb_lg {
  margin-bottom: 50px;
}
.c_headerMainB.__mb_md {
  margin-bottom: 30px;
}
.c_headerMainB.__mb_sm {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_headerMainB:before {
    width: 18px;
    height: 18px;
  }
  .c_headerMainB:after {
    width: 18px;
    height: 18px;
  }
  .c_headerMainB .sm {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .c_headerMainB .lg {
    font-size: 3rem;
  }
  .c_headerMainB.__sm .sm {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .c_headerMainB.__sm .lg {
    font-size: 2.6rem;
  }
  .c_headerMainB.__left:after {
    left: 22px;
  }
  .c_headerMainB.__right:before {
    right: 22px;
  }
  .c_headerMainB.__mb_lg {
    margin-bottom: 60px;
  }
  .c_headerMainB.__mb_md {
    margin-bottom: 40px;
  }
  .c_headerMainB.__mb_sm {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .c_headerMainB:before {
    width: 20px;
    height: 20px;
  }
  .c_headerMainB:after {
    width: 20px;
    height: 20px;
  }
  .c_headerMainB .sm {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .c_headerMainB .lg {
    font-size: 4rem;
  }
  .c_headerMainB.__sm .sm {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c_headerMainB.__sm .lg {
    font-size: 3.2rem;
  }
  .c_headerMainB.__left:after {
    left: 24px;
  }
  .c_headerMainB.__right:before {
    right: 24px;
  }
  .c_headerMainB.__mb_lg {
    margin-bottom: 70px;
  }
  .c_headerMainB.__mb_md {
    margin-bottom: 50px;
  }
  .c_headerMainB.__mb_sm {
    margin-bottom: 30px;
  }
}

.c_headerPostSingleB {
  letter-spacing: -.4em;
}
.c_headerPostSingleB .cats {
  display: inline-block;
  margin-right: 20px;
}
.c_headerPostSingleB .cats li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 5px;
}
.c_headerPostSingleB .cats li:last-child {
  margin-right: 0;
}
.c_headerPostSingleB .cats li a {
  display: block;
  padding: 3px 8px;
}
.c_headerPostSingleB .cats li a:hover {
  background-color: #FFF;
  opacity: 1;
}
.c_headerPostSingleB .datas, .c_headerPostSingleB .tags {
  display: inline-block;
}
.c_headerPostSingleB .datas li, .c_headerPostSingleB .tags li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 20px;
}
.c_headerPostSingleB .datas li:last-child, .c_headerPostSingleB .tags li:last-child {
  margin-right: 0;
}
.c_headerPostSingleB .datas li a, .c_headerPostSingleB .tags li a {
  display: block;
}
.c_headerPostSingleB .datas li a:after, .c_headerPostSingleB .tags li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #c5ac7c;
}
.c_headerPostSingleB .datas li.date, .c_headerPostSingleB .tags li.date {
  color: #999;
}
.c_headerPostSingleB .tags li {
  margin-right: 10px;
}
.c_headerPostSingleB .tags li:last-child {
  margin-right: 0;
}
.c_headerPostSingleB .h {
  letter-spacing: normal;
  margin-top: 15px;
  padding-bottom: 15px;
}

.c_headerPostSingleRelated .h {
  text-align: center;
  padding: 10px;
  margin-bottom: 24px;
  background-color: #25DAE5;
}

.c_headerTopTtl.__service .h {
  position: relative;
  text-align: center;
}
.c_headerTopTtl.__service .h .txt {
  position: absolute;
  top: 50%;
  left: 0;
  padding-top: 0;
  margin-top: -45px;
  padding-right: 0;
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: .15em;
}
@media screen and (min-width: 768px) {
  .c_headerTopTtl.__service .h .txt {
    font-size: 6rem;
    padding-right: 80px;
    padding-top: 15%;
    top: 0;
    margin-top: 0;
  }
}
.c_headerTopTtl.__common .h {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: .15em;
  margin-bottom: 0;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_headerTopTtl.__common .h {
    font-size: 6rem;
  }
}

.c_headerCaseSub {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: .1em;
  display: inline-block;
}

.c_headerAbout .h {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c_headerAbout .h {
    font-size: 6rem;
  }
}

.c_headerService .h {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.3;
}

/* 全ページ共通ヘッダー */
/* c */
/** c_btn{Name} **/
.c_btnBasic a {
  display: inline-block;
  font-size: 1.8rem;
  padding: 10px 30px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: solid 3px #707070;
  color: #707070;
  background-color: #FFF;
}
.c_btnBasic a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  font-size: 1.3rem;
  line-height: 28px;
}
.c_btnBasic a:hover {
  opacity: 1;
  border: solid 3px #707070;
  color: #FFF;
  background-color: #707070;
}
.c_btnBasic.__center {
  text-align: center;
}
.c_btnBasic.__left {
  text-align: left;
}
.c_btnBasic.__right {
  text-align: right;
}
.c_btnBasic.__dark a {
  border: solid 3px #707070;
  color: #FFF;
  background-color: #707070;
}
.c_btnBasic.__dark a:hover {
  border: solid 3px #707070;
  color: #707070;
  background-color: #FFF;
}
.c_btnBasic.__square a {
  border-radius: 0;
}
.c_btnBasic.__round a {
  border-radius: 10px;
}
.c_btnBasic.__circle a {
  border-radius: 100px;
}
.c_btnBasic.__txt_enter a {
  text-align: center;
}
.c_btnBasic.__txt_left a {
  text-align: left;
}
.c_btnBasic.__arrow_right a:after {
  content: "\f054";
}
.c_btnBasic.__arrow_bottom a:after {
  content: "\f078";
}
.c_btnBasic.__lg a {
  max-width: 100%;
  width: 500px;
  font-size: 2rem;
  padding: 15px 30px;
}
.c_btnBasic.__lg a:after {
  line-height: 30px;
}
.c_btnBasic.__md a {
  max-width: 100%;
  width: 300px;
}
.c_btnBasic.__sm a {
  max-width: 100%;
  width: 250px;
}

.c_btnBorder a {
  display: inline-block;
  padding: 10px;
  border: solid 2px #010101;
  text-align: center;
}
.c_btnBorder.__center {
  text-align: center;
}
.c_btnBorder.__seemore a {
  padding: 2px 10px 18px;
  width: 180px;
}
.c_btnBorder.__contact a {
  padding: 2px 10px 18px;
  width: 180px;
}

.c_btns {
  letter-spacing: -.4em;
}
.c_btns.__center {
  text-align: center;
}
.c_btns li {
  letter-spacing: normal;
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c_btns li {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.c_btnBlack a {
  background-color: #010101;
  color: #FFF;
  padding: 15px;
  display: block;
}
.c_btnBlack a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background-image: url(../img/common/arrow2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}
.c_btnBlack.__400 a {
  width: 400px;
  max-width: 100%;
  box-sizing: border-box;
}
.c_btnBlack.__service a {
  font-weight: 400;
  letter-spacing: .15em;
  font-size: 1.6rem;
}

.c_btnSquare {
  text-align: center;
}
.c_btnSquare a {
  display: inline-block;
  padding: 15px 30px;
  background-color: #ff8226;
  color: #FFF;
  font-weight: 700;
  min-width: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c_btnSquare a {
    min-width: 345px;
  }
}

/* 全ページ共通ボタン */
/* c */
/** c_table{Name} **/
.c_tableOverview table {
  width: 100%;
}
.c_tableOverview th, .c_tableOverview td {
  border: solid 1px #24D9E4;
  padding: 20px;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_tableOverview th, .c_tableOverview td {
    display: table-cell;
    padding: 30px 40px;
  }
}
.c_tableOverview th {
  width: 100%;
  padding: 20px;
  background-color: #24D9E4;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c_tableOverview th {
    width: 140px;
    padding: 30px 10px;
    border-bottom: solid 1px #FFF;
  }
}
.c_tableOverview tr:last-child th {
  border-bottom: solid 1px #24D9E4;
}

/* 全ページ共通テーブル */
/* c */
/** c_footer{Name} **/
/* 全ページ共通フッター */
/* c */
/** c_blog{Name} **/
.c_blogBasic {
  /* 画像の回り込み */
}
.c_blogBasic h1 {
  font-size: 2.6rem;
  margin-bottom: 1em;
}
.c_blogBasic h2 {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
.c_blogBasic h3 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.c_blogBasic h4 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.c_blogBasic h5 {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.c_blogBasic h6 {
  font-size: 1.3rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c_blogBasic h1 {
    font-size: 3.2rem;
  }
  .c_blogBasic h2 {
    font-size: 2.8rem;
  }
  .c_blogBasic h3 {
    font-size: 2.4rem;
  }
  .c_blogBasic h4 {
    font-size: 2.0rem;
  }
  .c_blogBasic h5 {
    font-size: 1.8rem;
  }
  .c_blogBasic h6 {
    font-size: 1.6rem;
  }
}
.c_blogBasic p {
  margin-bottom: 1em;
}
.c_blogBasic p:last-child {
  margin-bottom: 0;
}
.c_blogBasic a {
  text-decoration: underline;
}
.c_blogBasic ul {
  padding: 10px 0 10px 20px;
  list-style-type: disc;
}
.c_blogBasic ul:last-child {
  padding-bottom: 0;
}
.c_blogBasic ol {
  padding: 10px 0 10px 20px;
  list-style-type: decimal;
}
.c_blogBasic ol:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 575px) {
  .c_blogBasic img {
    display: block;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 576px) {
  .c_blogBasic .alignnone {
    margin: 0;
    padding: 4px;
  }
}
@media screen and (min-width: 576px) {
  .c_blogBasic .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
  }
}
@media screen and (min-width: 576px) {
  .c_blogBasic .alignright {
    float: right;
    display: inline;
    padding: 4px;
    margin: 0px 15px 0 15px;
    max-width: 70%;
  }
}
@media screen and (min-width: 576px) {
  .c_blogBasic .alignleft {
    float: left;
    display: inline;
    padding: 4px;
    margin: 0px 15px 0 15px;
    max-width: 70%;
  }
}
.c_blogBasic .clear {
  clear: both;
}
.c_blogBasic.m_sec_cBox .topTxt {
  text-align: center;
  padding-bottom: 50px;
}

/* 全ページ共通フッター */
/* l_wrapper */
.l_wrapper {
  overflow: hidden;
  width: 100%;
  min-width: 0;
  position: relative;
  transition: all 200ms ease-out 0s;
  z-index: 10;
  box-shadow: 0 0 10px #aaa;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .l_wrapper {
    min-width: 1000px;
  }
}
.l_wrapper.js_spNav__open {
  margin-left: -80%;
}

.l_header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.l_header.__fixed {
  box-shadow: 0 0 5px #aaa;
  background-color: rgba(255, 255, 255, 0.9);
}

/* l_spNav */
.l_spNav {
  position: fixed;
  left: 100%;
  top: 0;
  width: 80%;
  height: 100%;
  transition: all 200ms ease-out 0s;
  z-index: 9;
}
.l_spNav a, .l_spNav .a {
  display: block;
  margin: 0 -5px;
}
.l_spNav a span, .l_spNav .a span {
  display: block;
  padding: 0 5px;
}
.l_spNav .l_spNav_i {
  height: 100%;
  overflow: auto;
  padding: 20px 20px 300px;
  background-color: #F7F7F7;
}
.l_spNav .l_spNav_ul > li {
  font-size: 1.4rem;
}
.l_spNav .l_spNav_ul > li ul {
  padding-left: 20px;
}
.l_spNav .l_spNav_ul > li ul li {
  font-size: 1.3rem;
  font-weight: normal;
}
.l_spNav .l_spNav_li {
  margin-bottom: 10px;
}
.l_spNav.js_spNav__open {
  left: 20%;
}

.l_spNav_bottom {
  position: fixed;
  left: 100%;
  bottom: 0;
  width: 80%;
  transition: all 200ms ease-out 0s;
  z-index: 9;
  background-color: #25DAE5;
  box-shadow: 0 0 10px #aaa;
  padding: 10px 0 5px;
}
.l_spNav_bottom ul {
  text-align: center;
}
.l_spNav_bottom ul li {
  display: inline-block;
  padding: 0 5px;
}
.l_spNav_bottom ul li.sns {
  display: block;
  zoom: .6;
  margin-top: 5px;
}
.l_spNav_bottom ul li a {
  font-size: 1.1rem;
  color: #FFF;
}
.l_spNav_bottom .btn__close {
  text-align: center;
  padding: 10px 0;
}
.l_spNav_bottom .btn__close a {
  display: inline-block;
  padding: 5px 20px;
  border: solid 1px #FFF;
  font-size: 1.1rem;
  line-height: 1;
  color: #FFF;
}
.l_spNav_bottom.js_spNav__open {
  left: 20%;
}

.l_spNav__btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  z-index: 9999;
}
.l_spNav__btn a {
  position: relative;
  display: block;
  height: 30px;
}
.l_spNav__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFF;
}
.l_spNav__btn span:nth-child(1) {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(-50%, -50%) translateY(-7px);
  transform: translate(-50%, -50%) translateY(-7px);
}
.l_spNav__btn span:nth-child(4) {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(-50%, -50%) translateY(7px);
  transform: translate(-50%, -50%) translateY(7px);
}

.l_header.__fixed .l_spNav__btn span, .l_header.__sub .l_spNav__btn span {
  background-color: #4f4f4f;
}

.js_spNav__open .l_spNav__btn span:nth-child(1) {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) translateY(-35px);
  transform: translate(-50%, -50%) translateY(-35px);
  opacity: 0;
}
.js_spNav__open .l_spNav__btn span:nth-child(4) {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) translateY(35px);
  transform: translate(-50%, -50%) translateY(35px);
  opacity: 0;
}
.js_spNav__open .l_spNav__btn span:nth-child(2) {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.js_spNav__open .l_spNav__btn span:nth-child(3) {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l_footerBtns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #999;
  transition: all 200ms ease-out 0s;
  z-index: 11;
  box-shadow: 0 0 10px #666;
}
@media screen and (min-width: 768px) {
  .l_footerBtns {
    display: none;
  }
}
.l_footerBtns a {
  display: block;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  padding: 7px 0;
  height: 100%;
}
.l_footerBtns a i {
  font-size: 1.6rem;
  margin-right: 5px;
}
.l_footerBtns a i:last-child {
  margin-right: 0;
}
.l_footerBtns a i.lg {
  font-size: 2rem;
  position: relative;
  top: 2px;
}
.l_footerBtns li {
  border-right: solid 1px #FFF;
}
.l_footerBtns li:last-child {
  border-right: 0;
}
.l_footerBtns li:last-child i {
  margin-right: 0;
}
.l_footerBtns .l_footerBtns_spNavBtn {
  position: relative;
}
.l_footerBtns .l_footerBtns_spNavBtn span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFF;
}
.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(1) {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(-50%, -50%) translateY(-5px);
  transform: translate(-50%, -50%) translateY(-5px);
}
.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(4) {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(-50%, -50%) translateY(5px);
  transform: translate(-50%, -50%) translateY(5px);
}

.js_spNav__open.l_footerBtns {
  left: -80%;
}
.js_spNav__open.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(1) {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) translateY(-35px);
  transform: translate(-50%, -50%) translateY(-35px);
  opacity: 0;
}
.js_spNav__open.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(4) {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) translateY(35px);
  transform: translate(-50%, -50%) translateY(35px);
  opacity: 0;
}
.js_spNav__open.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(2) {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.js_spNav__open.l_footerBtns .l_footerBtns_spNavBtn span:nth-child(3) {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* spNav */
.sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  margin-top: -89px;
}

@media screen and (min-width: 768px) {
  .sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    background-color: #000;
  }
}

/* slider-pro */
.js_popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.js_popup .c_secPopup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  z-index: 999;
  cursor: pointer;
}
.js_popup .c_secPopup__close span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
}
.js_popup .c_secPopup__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js_popup .c_secPopup__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .js_popup .c_secPopup__close {
    top: 40px;
    right: 40px;
    width: 70px;
    height: 70px;
  }
}

/* slider-pro */
/* p-top */
.pg_top {
  /* padding-bottom: 60px; */
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pg_top {
    /* padding-bottom: 120px; */
  }
}

/* トップページ */
/* p-top */
.pg_wp.__archive .l_art_h {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .pg_wp.__archive .l_art_h {
    padding-bottom: 100px;
  }
}
.pg_wp.__archive .l_art_h .h {
  font-weight: 400;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pg_wp.__archive .l_art_h .h {
    padding-bottom: 35px;
  }
}
.pg_wp.__archive .l_art_h .cats ul {
  letter-spacing: -.4em;
}
.pg_wp.__archive .l_art_h .cats li {
  letter-spacing: normal;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .pg_wp.__archive .l_art_h .cats li {
    border-right: solid 1px #4f4f4f;
  }
}
.pg_wp.__archive .l_art_h .cats li:last-child {
  border-right: 0;
}
.pg_wp.__archive .l_art_h .cats li a {
  display: block;
  padding: 2px 10px;
}
@media screen and (min-width: 768px) {
  .pg_wp.__archive .l_art_h .cats li a {
    padding: 2px 30px;
  }
}

/* wp */
