@charset "utf-8";

/* *******************************************************************
//
// Browser default initialization
//
// **************************************************************** */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, svg {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  outline: 0;
}
*, ::before, ::after {
  box-sizing: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html, body {
  height: 100%;
}
html {
  overflow-y: scroll;
  box-sizing: border-box;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-weight: normal;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input, select, textarea, button {
  margin: 0;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
dl, ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}
a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
}
svg {
  line-height: 1;
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden;
}
:focus {
  outline: none;
}

/* *******************************************************************
//
//
//
// **************************************************************** */

html {
  color: #514e4d;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width:767px) {
  img {
    width: 100%;
  }
}

/* env */
.env-device_is_mobile *,
.env-device_is_tablet * {
  cursor: pointer;
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* font-family */
.f_serif {
  font-family: 'Noto Serif JP', serif;
}
.f_en {
  font-family: 'Oswald', sans-serif;
}


/* Small devices ---------------*/
@media (max-width:768px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}





/* *******************************************************************
//
// Common component styles
//
// **************************************************************** */

/* =============================================================================
 common component
============================================================================= */

a.btn {
  min-width: 224px;
  padding: 1em 0px 1em;
  font-size: 13px;
  text-align: center;
  color: #514e4d;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  border: #e6e6e6 1px solid;
  border-radius: 22px;
  position: relative;
  opacity: 1;
  transition: 0.4s;
}
a.btn:after {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btn.arrow-down:after {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
  top: calc(50% - 0.5em) !important;
}
a.btn.btnSq {
  padding: 1em 1.46em;
  font-size: 28px;
  text-align: left;
  color: #333;
  background-color: #fff;
  font-weight:500;
  border: none;
  border-radius: 3px;
}
a.btn.btnSq:after {
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  right: 20px;
  top: calc(50% - 0.3em);
}
a.btn.btn_red {
  color: #fff !important;
  background-color: #ef4340 !important;
}
a.btn.btn_red:after {
  border-width: 2px;
  top: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-color: #fff;
}
a.btn:hover {
  text-decoration: none;
}
a.btn.shadow {
  box-shadow:0px 0px 6px 3px #c7c7c7;
}
a.btn.shadow_b {
  box-shadow:0px 0px 6px 3px rgba(0,0,0,0.25);
}
@media screen and (max-width: 767px) {
  a.btn.btnSq {
    font-size: calc(32/640*100vw);
  }
  a.btn.btnSq:after {
    right: 10px;
  }
}


@media screen and (min-width: 768px) {
  a.btn:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}



/* page top */
.topBtn {
  right: 30px;
  bottom: 20px;
  position: fixed;
  width: 57px;
  height: 57px;
  z-index: 1000;
}
.topBtn .topBtn_b a {
  display: block;
  opacity: 1;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .topBtn .topBtn_b a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .topBtn {
    right: 10px;
    bottom: 106px;
    width: 57px;
    height: 57px;
  }
}



/* foot */
.st-footerSns_ico{
	width: 40px;
}





/* =============================================================================
 common header
============================================================================= */

header .top_head {
  width: 100%;
  height: 86px;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
}
@media screen and (min-width: 768px) {
  header .top_head {
    margin: 0 auto;
    width: 100%;
  }
}
header .top_head .headInner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 0 30px;
  box-sizing: border-box;
}
header .top_head .logo {
  width: 200px;
  padding: 18px 0 0;
}
header .top_head .head_btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
header .top_head .head_btn > div {
  margin-left: 6px;
  margin-top: 23px;
}
header .top_head .head_btn > div.hd_actBtn {
	margin-top: 6px;
}
header .top_head .head_btn .white {
}
header .top_head .head_btn .white a.btn {
  padding: 3px 0 3px 20px;
  min-width: 174px;
  color: #514e4d;
  text-align: left;
  border-radius: 30px;
	line-height: 1.5;
}
header .top_head .head_btn a.btn.btn_red {
  padding: 0 0 5px;
  width: 346px;
  font-size: 16px;
  border-radius: 36px;
  margin-top: -7px;
	line-height: 1.3;
}
header .top_head .head_btn a.btn.btn_red span {
  color: #ffff00;	
}
.fs_10{
  font-size: 10px;
}
.fs_16{
  font-size: 16px;
}
header .top_head .head_btn a.btn.btn_red .fs_10{
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  header .top_head .head_btn .white .btn:hover {
    background-color: #ef4340;
    opacity: 1;
    color: #fff;
  }
  header .top_head .head_btn .white .btn.hover:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
header .bottom_head {
  width: 100%;
  background: rgba(255,255,255,0.5);
  padding: 12px 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  header .bottom_head {
    margin: 0 auto;
    width: 100%;
    border-top:  #ececec 1px solid;
    position: absolute;
    top: 110px;
    z-index: 20;
  }
  header .bottom_head .headInner {
    margin: 0 auto;
  }
}

header .bottom_head nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 55px;
  box-sizing: border-box;
}
header .bottom_head .menu-trigger {
  display: none;
}
header .bottom_head .gnav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
}
header .bottom_head .gnav ul li {
  margin-right: 20px;
}
header .bottom_head .gnav ul li a {
  color: #514e4d;
  opacity: 1.0;
  transition: 0.4s;
	white-space: nowrap;
}
header .bottom_head .gnav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  header .bottom_head .gnav ul li {
    font-weight: 500;
  }
  header .bottom_head .gnav ul li.susume a {
    position: relative;
    overflow: visible;
    display: block;
    width: 108px;
  }
  header .bottom_head .gnav ul li.susume a img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 108px;
    height: 24px;
    display: block;
  }
}

@media screen and (min-width:960px) and ( max-width:1159px) {
	header .top_head .headInner {
		padding: 0 1% 0 1.5%;
	}
	header .top_head .logo {
		width: 180px;
		padding-top: 20px;
	}
	header .top_head .head_btn {
		width: calc(100% - 196px);
		justify-content: flex-end;
	}
}
@media screen and (min-width:768px) and ( max-width:959px) {
	header .top_head .headInner {
		padding: 0 1%;
	}
	header .top_head .logo {
		width: 140px;
		padding-top: 24px;
	}
	header .top_head .head_btn {
		width: calc(100% - 150px);
		justify-content: flex-end;
	}
	header .bottom_head nav {
		padding: 0 1em;
	}
	header .bottom_head .gnav ul li {
		margin-right: 1em;
	}
	.breadcrumb ul {
		padding: 0 1em !important;
	}
}


@media screen and (max-width: 767px) {
  header .top_head .headInner {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    box-sizing: border-box;
  }
  header .top_head {
    position: fixed;
    width: 100%;
    height: 60px;
  }
  header .top_head .logo {
    margin-left: 12px;
    padding-top: 12px;
    width: 132px;
  }
  header .top_head .head_btn {
    display: none;
  }
  header .bottom_head {
    padding: 0;
    position: static;
    margin-top: 0;
  }
  header .bottom_head nav {
    width: auto;
  }
  header .bottom_head .menu-trigger, header .bottom_head .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header .bottom_head .menu-trigger {
    display: block;
    position: fixed;
    top: 18px;
    right: 3vw;
    width: 33px;
    height: 24px;
    z-index: 10002;
    cursor: pointer;
  }
  header .bottom_head .menu-trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e56565;
  }
  header .bottom_head .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .bottom_head .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  header .bottom_head .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .bottom_head .gnav {
    position: absolute;
    display: none;
  }
  header .bottom_head .gnav.active {
    display: block;
    background: rgba(35,24,21,0.7);
    right: 0;
    top: 0;
    width: 90%;
    padding: 20vw 0 10vw 5vw;
    z-index: 10001;
  }
  header .bottom_head .menu-trigger.active span {
    background-color: #fff;
  }
  header .bottom_head .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-315deg);
    transform: translateY(12px) rotate(-315deg);
  }
  header .bottom_head .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .bottom_head .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  header .bottom_head .gnav.active ul {
    display: block;
    font-size: calc(15/376 * 100vw);
  }
  header .bottom_head .gnav.active ul li {
    margin-bottom: 8vw;
    line-height: 1.6;
  }
  header .bottom_head .gnav ul li:first-child {
    display: block;
    position: relative;
    line-height: 2.1;
    margin-top: 1em;
    color: #fff;
  }
  header .bottom_head .gnav ul li a {
    padding-left: 6vw;
    position: relative;
    color: #fff;
  }
  header .bottom_head .gnav ul li a:before {
    display: inline-block;
    content: '';
    width: 2vw;
    height: 2vw;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.4s;
  }
  header .bottom_head .gnav ul li a:hover {
    opacity: 1;
  }
  header .bottom_head .gnav ul li.spBtn {
    width: 84vw;
    margin-bottom: calc(26/750*100vw);
  }
  header .bottom_head .gnav ul li.susume {
    width: 55vw;
    margin-bottom: calc(64/750*100vw);
  }
  header .bottom_head .gnav ul li.spBtn a {
    padding-left: 0;
  }
  header .bottom_head .gnav ul li.spBtn a:before {
    content: none;
  }
}






/* *******************************************************************
//
//
//
// **************************************************************** */

/* -------------------------------------------------------------------
 contents common
------------------------------------------------------------------- */

#container {
  color: #514e4d;
  overflow: hidden;
}
#mainArea {
  margin: 0 auto;
  background-color: #fff;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  #container {
    padding-top: 110px;
  }
  .anchPoint {
    padding-top: 132px;
    margin-top: -132px;
  }
}

@media screen and (max-width: 767px) {
/*  .anchPoint {
    padding-top: 40px;
    margin-top: -40px;
  }
*/
}


.section .secInner {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .section .secInner {
    width: 980px;
  }
}
@media screen and (max-width: 767px) {
  .section .secInner {
    width: calc(345/375*100vw);
  }
}





/* -------------------------------------------------------------------
 contents section
------------------------------------------------------------------- */

/* mv */
.mv {
  background: url(../images/bg_mv-pc.png) top center no-repeat;
}

@media screen and (min-width: 768px) {
  .mv {
    margin: 0 auto 2em;
    position: relative;
    min-width: 1100px;
    max-width: 1440px;
  }
  .mv .mvInner {
    margin: 0 auto;
    position: relative;
    width: 1000px;
    height: 780px;
  }
  .mv .mvCB {
    position: absolute;
    top: 20px;
    right: -92px;
  }
  .mv .mvTxt {
    padding: 90px 0 20px;
  }
  .mv .mvNotice {
    padding: 0 0 10px 60px;
  }
  .mv .mvIcon {
    position: absolute;
    top: 630px;
    right: 20px;
    line-height: 1;
  }
  .mv .mvIcon img {
    vertical-align: top;
  }
  .mv .btns {
    margin: 0 0 70px 40px;
  }
  .actBtn_msg {
    width: 100%;
  }
  .mv .btns .actBtn_msg {
    width: 538px;
    font-size: 110%;
	font-weight: bold;
    color: #514e4d;
  }
  .head_btn .actBtn_msg {
    width: 346px;
    color: #514e4d;
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  .mv .btns .actBtn_msg:before,
  .mv .btns .actBtn_msg:after,
  .head_btn .actBtn_msg:before,
  .head_btn .actBtn_msg:after {
    border-color: #514e4d;
  }
  .actBtn_msg .inner_txt {
  	display: inline-block;
  }
  .mv .btns a {
    padding: 15px 0px 15px 34px;
    border-radius: 80px;
    display: block;
    position: relative;
    width: 538px;
    color: #fff;
    background-color: #ef4340;
    font-size: 28px;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: 0;
    opacity: 1;
    transition: 0.4s;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,.1);
  }
  .mv .btns a:hover {
    opacity: .7;
  }
  .mv .btns a:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    content: '';
    position: absolute;
    top: 34px;
    right: 30px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mv .btns a .f_yellow {
    margin-right: 5px;
    color: #ffff00;
  }
  .mv .mvNotice_txt {
    font-size: 1.1rem;
    text-align: right;
    font-weight: 600;
    color: #7a7a7a;
    margin-bottom: 1em;
    text-shadow:0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5),0 0 3px rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 1270px) and (min-width: 768px) {
.mv .mvCB {
    right: -62px;
}
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 0 0 calc(10/375*100vw);
    position: relative;
    background: #ededed url(../images/bg_mv-sp.png) top center no-repeat;
    background-size: contain;
	margin-bottom: calc(20/375*100vw);
  }
  .mv .mvCB {
    position: absolute;
    top: calc(10/375*100vw);
    left: calc(20/375*100vw);
    width: calc(78/375*100vw);
  }
  .mv .mvTxt {
    padding: calc(126/375*100vw) 0 55vw calc(16/375*100vw);
    width: calc(696/750*100vw);
	  top: 33vw;
	  position: relative;
  }
	.mv .mvLbl {
		position: absolute;
		width: 44vw;
		top: -30vw;
		left: 6vw;
	}
  .mv .mvNotice {
    margin: 0 auto;
    padding: 0;
    width: calc(693/750*100vw);
  }
  .mv .btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 50px;
    z-index: 1000;
  }
  .mv .btns .mvBtn {
    border-top: #c1c1c1 1px solid;
    border-bottom: #c1c1c1 1px solid;
    border-left: #c1c1c1 1px solid;
    display: flex;
    width: 50%;
  }
  .mv .btns .mvBtn02 {
    border-color: #ef4340;
  }
  .mv .btns a {
    padding: 0 0 0 1em;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.1vw;
  }
  .mv .btns a:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -3px;
    border-top: 2px solid #261c19;
    border-right: 2px solid #261c19;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mv .btns .mvBtn02 a {
    color: #fff;
    background-color: #ef4340;
	padding-right: 1.5em;
	line-height: 1.1;
  }
  .mv .btns .mvBtn02 a:after {
    border-color: #fff;
  }
  .mv .btns a .f_yellow {
    margin-right: 5px;
    color: #ffff00;
  }
  .mv .mvNotice_txt {
    font-size: 1.0rem;
    line-height: 01.4;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 1em;
  }

}
@media screen and (max-width: 374px) {
  .mv .btns a {
    font-size: calc(13/375 * 100vw);
  }
}





/* common */
.contTitle {
  line-height: 1.17;
  color: #e54340;
  font-size: 30px;
  font-weight: 500;
}
.contTitle span {
  border-bottom: 2px #514d4c solid;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 374px) {
  .contTitle {
    font-size: calc(30/375 * 100vw);
  }
}




/* pagelead */
.pagelead .secInner {
  padding: 80px 0 60px;
  position: relative;
}
.pagelead .pageleadTile {
  margin: 0 0 30px;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .1em;
}
.pagelead .pageleadTile span {
  background-image: linear-gradient(to bottom, transparent 90%, #fff000 10%);
}
.pagelead .lead {
}
.pagelead .lead p {
  line-height: 2.67;
  font-size: 18px;
}
.pagelead .image {
  position: absolute;
  top: 0;
  right: 0;
}
.pagelead .illust {
  position: absolute;
  top: 320px;
  right: 0;
  width: 256px;
  text-align: center;
}
.pagelead .illust img {
  width: 145px;
}
.pagelead .notice {
  margin: 30px 0 150px;
  display: flex;
  justify-content: flex-end;
}
.pagelead .notice p {
  line-height: 1.5;
  font-size: 10px;
}
.pagelead .campaign {
  padding: 80px 25px 40px 35px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1055px;
  background-color: #d2e5d0;
}
.pagelead .campaign .campaignTitle {
  position: absolute;
  top: -60px;
  left: -15px;
}
.pagelead .campaign p {
  width: 450px;
  line-height: 1.56;
  font-size: 16px;
  font-weight: bold;
}
.pagelead .campaign p .em {
  background-color: #fff000;
}
.pagelead .target {
  width: 515px;
}
.pagelead .entry {
  padding: 55px 0 0;
  width: 100%;
}
.pagelead .entry a {
  padding: 14px 0 14px 65px;
  border-radius: 80px;
  border: none;
  color: #fff;
  background-color: #e98040;
  font-size: 29px;
  font-weight: 500;
  text-align: left;
  box-shadow:2px 2px 4px 2px rgba(0,0,0,0.15);
}
.pagelead .entry a:after {
  border-width: 2px;
  border-color: #fff;
  top: 32px;
  right: 35px;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  .pagelead .secInner {
    padding: 35px 0 80px;
  }
  .pagelead .pageleadTile {
    margin: 0 0 20px;
    line-height: 1.54;
    font-size: 26px;
  }
  .pagelead .lead p {
    line-height: 2;
    font-size: 16px;
  }
  .pagelead .image {
    margin: 0 0 120px;
    position: relative;
    top: auto;
    right: auto;
    width: calc(695/750*100vw);
  }
  .pagelead .illust {
    top: calc(150/750*100vw);
    left: calc(430/750*100vw);
    right: auto;
    width: auto;
  }
  .pagelead .illust img {
    width: calc(145/750*100vw);
  }
  .pagelead .notice {
    margin: 10px 0 30px;
    display: block;
  }
  .pagelead .campaign {
    padding: calc(30/375*100vw) calc(15/375*100vw) calc(20/375*100vw) calc(15/375*100vw);
    display: block;
    width: calc(360/375*100vw);
  }
  .pagelead .campaign .campaignTitle {
    top: calc(-132/375*100vw);
    left: calc(-15/375*100vw);
    width: calc(719/750*100vw);
  }
  .pagelead .campaign p {
    width: auto;
    line-height: 1.86;
    font-size: 14px;
  }
  .pagelead .target {
    margin: 20px 0 0;
    width: calc(616/750*100vw);
  }
  .pagelead .entry {
    padding: 25px 0 0;
    width: 100%;
  }
  .pagelead .entry a {
    padding: 14px 0 14px 25px;
    border-radius: 80px;
    line-height: 1.27;
    font-size: 22px;
  }
  .pagelead .entry a:after {
    top: 35px;
    right: 20px;
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 374px) {
  .pagelead .pageleadTile {
    font-size: calc(26/375*100vw);
  }
  .pagelead .entry a {
    font-size: 18px;
  }
  .pagelead .entry a:after {
    top: 30px;
  }
}

/* about */
.about {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.about .bg {
  border-left: 18px #d6d6d6 solid;
  border-right: 18px #d6d6d6 solid;
  position: relative;
  background-color: #ececec;
}
.about .bg:before,
.about .bg:after,
.about .aboutBox:before,
.about .aboutBox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-color: #c5bd61;
  z-index: 2;
}
.about .bg:before {
  left: -18px;
}
.about .bg:after {
  right: -18px;
}
.about .aboutBox {
  border-top: 18px #ebe173 solid;
  position: relative;
}
.about .aboutBox:last-child {
  border-bottom: 18px #ebe173 solid;
}
.about .aboutBox:before {
  top: -18px;
  bottom: auto;
  left: -18px;
}
.about .aboutBox:after {
  top: -18px;
  bottom: auto;
  right: -18px;
}
.about .aboutBox .inner {
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 980px;
}
.about .aboutBox .text {
  width: 510px;
}
.about .aboutBox .aboutTile {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
}
.about .aboutBox .aboutTile span {
  background-image: linear-gradient(to bottom, transparent 95%, #ef4340 5%);
}
.about .aboutBox p {
  margin: 30px 0 0;
  line-height: 1.79;
  font-size: 14px;
}
.about .aboutBox .image {
  width: 470px;
  text-align: center;
}
.about .aboutBox dl {
  margin: 30px 0 0;
}
.about .aboutBox dl dt {
}
.about .aboutBox dl dd {
}
.about .aboutBox:nth-child(1) .image {
  margin-right: -5px;
  width: 475px;
}
.about .aboutBox:nth-child(3) .image {
  margin-right: -39px;
  width: 509px;
}

@media screen and (max-width: 767px) {
  .about .aboutBox {
  }
  .about .aboutBox .inner {
    padding: 40px 0;
    display: block;
    width: calc(310/375*100vw);
  }
  .about .aboutBox .text {
    width: auto;
  }
  .about .aboutBox .aboutTile {
    font-size: 26px;
  }
  .about .aboutBox p {
    margin: 20px 0 0;
    font-size: 14px;
  }
  .about .aboutBox .image {
    margin: 30px auto 0;
    width: auto;
  }
  .about .aboutBox dl {
    margin: 20px 0 0;
  }
  .about .aboutBox:nth-child(1) .image {
    margin-right: 0;
    width: 100%;
  }
  .about .aboutBox:nth-child(2) .image {
    width: calc(392/750*100vw);
  }
  .about .aboutBox:nth-child(3) .image {
    margin-right: 0;
    width: calc(637/750*100vw);
  }
}

@media screen and (max-width: 374px) {
  .about .aboutBox .aboutTile {
    font-size: calc(26/375*100vw);
  }
  .about .aboutBox p {
    font-size: calc(14/375*100vw);
  }
}


/* kyufusystem */
.kyufusystem {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.kyufusystem .bg {
	background: url(../images/bg_line.png) 0 0 repeat;
	padding: 60px 0;
	text-align: center;
}
.kyufusystem h2 {
	margin-bottom: 48px;
	line-height: 1.5;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: .1em;
}
.kyufusystem h2 .txt_sml {
	color: #e54340;	
	font-size: 65%;
	background: linear-gradient(to bottom, transparent 95%, #514d4c 5%);
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
	display: inline-block;
}
.kyufusystem .shien {
	width: 1000px;
	margin: 0 auto 2em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2em;
}
.kyufusystem .shien .item {
	text-align: left;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}
.kyufusystem .shien .item:after {
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 72px);
	height: 100%;
	top: 0;
	right: 0;
	background: #ffffff;
	border-radius: 1em;
	box-shadow: 0px 0px 15px -5px #777777;
}
.kyufusystem .shien .item .imgarea img {
	width: 145px;
	border: 5px solid #ebe173;
	border-radius: 50%;
	position: relative;
	z-index: 10;
}
.kyufusystem .shien .item dl {
	width: calc(100% - 165px);
	margin-left: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 1.5em 1.5em 1.5em 0;
	position: relative;
	z-index: 10;
}
.kyufusystem .shien .item dl .txt_red {
	color: #ef4340;
}
.kyufusystem .shien .item dl dt {
	margin-bottom: 0.5em;
}
.kyufusystem .shien .item dl dt .txt_lar {
	font-size: 144%;
	color: #ef4340;
}
.kyufusystem .shien .item dl dd {
	font-size: 1.9rem;
}
.kyufusystem .shien .item dl dd .txt_lar {
	font-size: 120%;
}
.kyufusystem .shien .item dl dd .txt_sml {
	font-size: 80%;
}
.kyufusystem .shien .item dl dd .kome {
	color: #555555;
	font-size: 1.3rem;
	display: inline-block;
	margin-top: 0.5em;
}
.kyufusystem p.txt_kome {
	font-size: 1.3rem;
	text-align: right;
	margin: 0 auto;
	max-width: 1000px;
}
@media screen and (max-width: 767px) {
	.kyufusystem .bg {		
		padding: 50px 2%;
	}
	.kyufusystem h2 {
		font-size: 6vw;
		margin-bottom: 6vw;
	}
	.kyufusystem h2 .txt_sml {
		font-size: 75%;
	}
	.kyufusystem .shien {
		display: block;
		width: 92%;
		margin-bottom: 2vw;
	}
	.kyufusystem .shien .item {
		margin-bottom: 4vw;
		align-items: flex-start;
	}
	.kyufusystem .shien .item:after {
		content: "";
		position: absolute;
		display: block;
		width: calc(100% - 72px);
		height: 100%;
		top: 0;
		right: 0;
		background: #ffffff;
		border-radius: 1em;
	}
	.kyufusystem .shien .item .imgarea {
		margin-top: 1vw;
	}
	.kyufusystem .shien .item .imgarea img {
		width: 22vw;
		height: auto;
		border-width: 1vw;
	}
	.kyufusystem .shien .item dl {
		width: calc(100% - 28vw);
		margin-left: 4vw;
		font-size: 3.6vw;
		padding: 4vw 4vw 4vw 0;
	}
	.kyufusystem .shien .item dl dt {
		margin-bottom: 1vw;
	}
	.kyufusystem .shien .item dl dt .txt_lar {
		font-size: 130%;
	}
	.kyufusystem .shien .item dl dd {
		font-size: 4vw;
	}
	.kyufusystem .shien .item dl dd .txt_lar {
		font-size: 120%;
	}
	.kyufusystem .shien .item dl dd .kome {
		
		font-size: 2.8vw;
	}
	.kyufusystem p.txt_kome {
		max-width: inherit;
		font-size: 2.8vw;
		margin-right: 5vw;
	}
}





/* interview */

.interview {
}
.interview .secInner {
  padding: 170px 0 90px;
}
.interview .contLead {
  line-height: 1.42;
  font-size: 36px;
  font-weight: 500;
}
.interview ul.list01 li {
  font-size: 14px;
  line-height: 1.64;
}
.interview ul.list01 li .img {
  position: relative;
}
.interview ul.list01 li .lead {
  margin-top: 0.6em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.46;
}
.interview ul.list01 li .course,
.interview ul.list01 li .name {
  font-weight: 500;
}
.interview ul.list01 li .course {
  margin-top: 10px;
}
.interview ul.list01 li .name span.small {
  font-size: 10px;
}
.interview ul.list01 li .textBox {
  margin-top: 0.6em;
  background-color: #f9f9fa;
  padding: 10px 0 0;
}
.interview ul.list01 li .text {
  padding: 0 10px;
  box-sizing: border-box;
}
.interview ul.list01 li .ac {
  display: none;
}
.interview ul.list01 li .ac_btn {
  height: 48px;
  font-size: 16px;
  position: relative;
}
.interview ul.list01 li .ac_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 2px;
  display: block;
  background-color: #ef4340;
  z-index: 2;
  transform: rotate(0deg);
  transition: all .4s;
}
.interview ul.list01 li .ac_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 2px;
  display: block;
  background-color: #ef4340;
  z-index: 2;
  transform: rotate(90deg);
  opacity: 1;
  transition: all .4s;
}
.interview ul.list01 li .ac_btn.active:before {
  transform: rotate(225deg);
}
.interview ul.list01 li .ac_btn.active:after {
  transform: rotate(315deg);
}
.interview ul.list01 li .ac p {
  padding: 0 10px;
  box-sizing: border-box;
}
.interview ul.list01 li .ac_btn .moreRead {
  font-size: 14px;
  height: 1.46em;
  position: absolute;
  right: 3.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 1;
  transition: all .4s;
}
.interview ul.list01 li .ac_btn.active .moreRead {
  opacity: 0;
  transition: all .4s;
}
.interview ul.list01 li .ac_btn .moreRead:before {
  content: "もっと読む"
}
.interview ul.list01 li .linkMore {
  padding-right: 1.5em;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-align: right;
}
.interview ul.list01 li .linkMore a {
  padding-right: 2em;
  display: inline-block;
  position: relative;
}
.interview ul.list01 li .linkMore a:after {
  content: "";
  border-top: 2px #ef4340 solid;
  border-right: 2px #ef4340 solid;
  display: block;
  position: absolute;
  top: 17px;
  right: 4px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .interview .contTitle {
    margin-bottom: 60px;
  }
  .interview .contLead {
    margin-bottom: 30px;
  }
  .interview ul.clm3 {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 11;
  }
  .interview ul.clm3 > li{
    width: 304px;
    margin: 15px 0px 40px;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
  }
  .interview ul.list01 li .img {
    width: 280px;
    flex-shrink: 0;
  }
  .interview ul.list01 li .ac_btn {
    cursor: pointer;
  }
  .interview ul.list01 li .ac_btn:hover:before,.ac_btn:hover:after {
    opacity: .6;
    transition: all .4s;
  }
  .interview ul.list01 li .ac_btn:hover .moreRead {
    opacity: .6;
    transition: all .4s;
  }
  .interview ul.list01 li .ac_btn.active:hover .moreRead {
    opacity: 0;
  }
  .interview ul.list01 li:nth-child(2) .name {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .interview .secInner {
    padding: 60px 0 0;
    width: calc(315/375*100vw);
  }
  .interview .contTitle {
    margin: 0 0 50px;
  }
  .interview .contLead {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 26px;
  }
  .interview ul.list01 li .img {
    width: calc(280/375*100vw);
  }
  .interview ul.list01 {
    margin-bottom: calc(256/750*100vw);
  }
  .interview ul.list01 li {
    margin-top: 30px;
    font-size: 16px;
  }
  .interview ul.list01 li .lead {
    font-size: 18px;
  }
  .interview ul.list01 li .name span {
    font-size: 16px;
  }
  .interview ul.list01 li .text {
    font-size: 14px;
  }
  .interview ul.list01 li .ac_btn {
    height: 50px;
  }
}
@media screen and (max-width: 374px) {
  .interview ul.list01 li {
    font-size: calc(32/750*100vw);
  }
  .interview ul.list01 li .lead {
    font-size: calc(36/750*100vw);
  }
  .interview ul.list01 li .name span {
    font-size: calc(32/750*100vw);
  }
  .interview ul.list01 li .text {
    font-size: calc(28/750*100vw);
  }
}





/* achivement */
.achivement {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.achivement .bg,
.reason .achivement .bg {
  background-color: #ebe173;
}
.achivement .secInner {
  padding: 35px 0 50px;
}
.achivement .achivementTitle {
  margin: 0 0 15px;
  line-height: 1.42;
  font-size: 36px;
  font-weight: 500;
}
.achivement .achivementList {
  padding: 15px 15px 30px 20px;
  position: relative;
  width: 1055px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.achivement .achivementList ul {
  padding: 15px 0;
  width: 440px;
}
.achivement .achivementList ul:nth-child(2) {
  padding-left: 20px;
  border-left: 1px #ebe173 solid;
  width: 570px;
}
.achivement .achivementList ul li {
  margin: 0 0 10px;
  font-weight: 500;
}
.achivement .achivementList ul li .name {
  font-size: 20px;
}
.achivement .achivementList ul li .data {
  font-size: 14px;
  letter-spacing: -.025em;
}
.achivement .achivementList ul:nth-child(1) .name {
  font-size: 29px;
}
.achivement .achivementList ul:nth-child(2) .name,
.achivement .achivementList ul:nth-child(2) .data {
  display: inline;
}
.achivement .achivementList .another {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .achivement {
  }
  .achivement .achivementTitle {
    margin: 0 0 15px 20px;
    font-size: 36px;
  }
  .achivement .achivementList {
    padding: 20px calc(15/375*100vw);
    width: 100%;
    display: block;
  }
  .achivement .achivementList ul {
    padding: 0;
    width: auto;
  }
  .achivement .achivementList ul:nth-child(2) {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px #ebe173 solid;
    border-left: none;
    width: auto;
  }
  .achivement .achivementList ul li {
    margin: 0 0 10px;
    font-weight: 500;
  }
  .achivement .achivementList ul li .name {
    font-size: 16px;
  }
  .achivement .achivementList ul li .data {
    font-size: 12px;
  }
  .achivement .achivementList ul:nth-child(1) .name {
    font-size: 22px;
    letter-spacing: -.05em;
  }
  .achivement .achivementList ul:nth-child(2) .name,
  .achivement .achivementList ul:nth-child(2) .data {
    display: block;
  }
  .achivement .achivementList .another {
    position: static;
    font-size: 16px;
    text-align: right;
  }
}

@media screen and (max-width: 374px) {
  .achivement .achivementList ul li .name {
    font-size: calc(16/375*100vw);
  }
  .achivement .achivementList ul li .data {
    font-size: calc(12/375*100vw);
  }
  .achivement .achivementList ul:nth-child(1) .name {
    font-size: calc(22/375*100vw);
  }
}





/* information */
.information {
}
.information .secInner {
  /* padding: 0 0 80px; */
}
.information .contTitle {
  margin: 0 0 30px;
}
.information .contLead {
  line-height: 1.42;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .information {
  }
  .information .secInner {
    /* padding: 0 0 60px; */
  }
  .information .contLead {
    font-size: 26px;
  }
}

@media screen and (max-width: 374px) {
  .information .contLead {
    font-size: calc(26/375*100vw);
  }
}





/* reason */
.reason {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
.reason {
  margin-bottom: 8vw;
}
}
.reason .bg {
  background-color: #ececec;
}
.reason .contTitle {
  margin: 0 auto;
  padding: 60px 0 0;
  width: 980px;
}
.reason .lead {
  margin: 50px auto 60px;
  position: relative;
  width: 980px;
}
.reason .lead p {
  line-height: 1.42;
  font-size: 36px;
  font-weight: 500;
}
.reason .lead .illust {
  position: absolute;
  top: -50px;
  right: 120px;
  width: 145px;
}
.reason .reasonBox {
  margin: 0 0 90px;
}
.reason .reasonBox .reasonTitle {
  margin: 0 0 15px;
  position: relative;
  text-align: center;
}
.reason .reasonBox .reasonTitle:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-color: #ef4340;
}
.reason .reasonBox .reasonTitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 74px;
  background-color: #f7a19f;
}
.reason .reasonBox .reasonTitle img {
  position: relative;
  z-index: 2;
}
.reason .reasonBox .inner {
  margin: 0 auto;
  width: 980px;
}
.reason .reasonBox .reasonLead {
  padding: 0 20px;
}
.reason .reasonBox .reasonLead p {
  line-height: 1.79;
  font-size: 14px;
}
.reason .reasonBox .reasonLead p .em {
  background-color: #fff333;
}
.reason .reasonBox .reasonColumn {
  margin: 50px auto 0;
  padding: 40px 60px;
  width: 980px;
  background-color: #fff;
}
.reason .reasonBox .reasonColumn .flex-wrap {
	display: flex;
  align-items: center;
  justify-content: space-between;
	position: relative;
}
.reason .reasonBox .reasonColumn .text {
  width: calc(100% - 300px);
}
.reason .reasonBox .reasonColumn .title {
  margin: 0 0 10px;
  line-height: 1.54;
  color: #ef4340;
  font-size: 24px;
  font-weight: 500;
}
.reason .reasonBox .reasonColumn p {
  line-height: 1.79;
  font-size: 14px;
}
.reason .reasonBox .reasonColumn .graph {
  width: 260px;
  margin-left: 40px;
  text-align: center;
	
}
.reason .reasonBox .notice {
  margin: 20px 0 0;
  display: flex;
  justify-content: flex-end;
}
.reason .reasonBox .notice p {
  line-height: 1.4;
  font-size: 10px;
}
.reason .reason01 {
}
.reason .reason01 .supports {
  margin: 30px 0 0;
  padding: 0 20px;
  display: flex;
}
.reason .reason01 .supports li {
  margin-right: 20px;
}
.reason .reason01 .supports li:nth-child(1) {
  width: 290px;
}
.reason .reason01 .supports li:nth-child(2) {
  width: 280px;
}
.reason .reason01 .supports li:nth-child(3) {
  width: 300px;
}
.reason .reason01 .supports li .label {
  margin: 0 0 5px;
  display: inline-block;
  line-height: 1.2;
  color: #ef4340;
  background-color: #fff333;
  font-size: 17px;
  font-weight: bold;
}
.reason .reason01 .supports li p {
  line-height: 1.79;
  font-size: 14px;
}
.reason .reason01 .comments {
  margin: 50px auto 0;
  width: 880px;
  display: flex;
  justify-content: space-between;
}
.reason .reason01 .commentBox {
  width: 410px;
}
.reason .reason01 .commentBox .headline {
  margin: 0 0 10px;
  border-top: 2px #ef4340 solid;
  line-height: 1.54;
  color: #ef4340;
  font-size: 24px;
  font-weight: 500;
}
.reason .reason01 .commentBox p {
  line-height: 1.79;
  font-size: 14px;
}
.reason .reason01 .commentBox .profile {
  margin: 10px 0 0;
  padding: 20px 0 0;
  border-top: 2px #ef4340 solid;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.reason .reason01 .commentBox .profile:before,
.reason .reason01 .commentBox .profile:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 153px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 20px 0 0;
  border-color: #ef4340 transparent transparent transparent;
}
.reason .reason01 .commentBox .profile:after {
  left: 155px;
  border-width: 17px 16px 0 0;
  border-color: #ececec transparent transparent transparent;
}
.reason .reason01 .commentBox .image {
  margin: 0 0 0 6px;
  width: 116px;
}
.reason .reason01 .commentBox:last-child .image {
  width: 126px;
}
.reason .reason01 .commentBox .data {
  margin: 0 0 0 12px;
  line-height: 1.29;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.025em;
}
.reason .reason01 .commentBox .data span {
  font-size: 64.29%;
}
.reason .reason01 .reasonVice {
	margin-top: 1.5em;
	padding: 2em 2.5em;
	border: 2px solid #ef4340;
	border-radius: 1.5em;
}
.reason .reason01 .reasonVice p {
	line-height: 1.79;
	font-size: 14px;
	margin-bottom: 1em;
}
.reason .reason01 .reasonVice h4 {
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 0.5em;
}
.reason .reason01 .reasonVice .flexbox {
	display: flex;
	justify-content: space-between;
}
.reason .reason01 .reasonVice .flexbox .txtarea {
	width: calc(100% - 220px);
}
.reason .reason01 .reasonVice .flexbox .txtarea p:last-of-type {
	margin-bottom: 0;
}
.reason .reason01 .reasonVice .flexbox .imgarea {
	width: 180px;	
}
.reason .reason01 .reasonVice .flexbox .imgarea p {
	line-height: 1.5;
	margin-top: 1em;
}
.reason .reason01 .reasonVice .flexbox .imgarea p .txt_sml {
	font-size: 80%;
}
.reason .reason02 .notice {
  margin: 40px 115px 0 0;
}
.reason .reason03 {
}
.reason .reason03 ul {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
.reason .reason03 ul li {
  width: 306px;
}
.reason .reason03 ul li .lebel {
  line-height: 1.39;
  font-size: 18px;
  font-weight: bold;
}
.reason .reason03 ul li:nth-child(1) .lebel {
  color: #806ea4;
}
.reason .reason03 ul li:nth-child(2) .lebel {
  color: #428279;
}
.reason .reason03 ul li:nth-child(3) .lebel {
  color: #437eb7;
}
.reason .reason03 ul li .image {
}
.reason .reason03 ul li .title {
  margin: 20px 0;
  line-height: 1.47;
  color: #ef4340;
  font-size: 17px;
  font-weight: bold;
}
.reason .reason03 ul li .text {
  margin-left: 0;
  padding: 10px;
  width: 100%;
  background-color: #fff;
}
.reason .reason03 ul li .text p {
  line-height: 1.79;
  font-size: 14px;
}
.reason .reason03 ul li .text p.bold {
  font-weight: bold;
}
.reason .reason03 ul li .reasonPoint {
  margin: 30px 0 0;
  padding: 10px;
  background-color: #e8e5ed;
  font-weight: bold;
}
.reason .reason03 ul li .reasonPoint .pointLabel {
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: bold;
}
.reason .reason03 ul li .reasonPoint p {
}
.reason .reason03 ul li .ac {
  display: none;
}
.reason .reason03 ul li .ac_btn {
  height: 30px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.reason .reason03 ul li .ac_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 2px;
  display: block;
  background-color: #514d4c;
  z-index: 2;
  transform: rotate(0deg);
  transition: all .4s;
}
.reason .reason03 ul li .ac_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 2px;
  display: block;
  background-color: #514d4c;
  z-index: 2;
  transform: rotate(90deg);
  opacity: 1;
  transition: all .4s;
}
.reason .reason03 ul li .ac_btn.active:before {
  transform: rotate(225deg);
}
.reason .reason03 ul li .ac_btn.active:after {
  transform: rotate(315deg);
}
.reason .reason04 {
}
.reason .reason04 .reasonLead,
.reason .reason05 .reasonLead,
.reason .reason06 .reasonLead {
  display: flex;
  justify-content: space-between;
}
.reason .reason04 .reasonLead p,
.reason .reason05 .reasonLead p,
.reason .reason06 .reasonLead p {
  width: 520px;
}
.reason .reason04 .reasonLead .image,
.reason .reason05 .reasonLead .image,
.reason .reason06 .reasonLead .image {
  padding-top: 15px;
  width: 375px;
}
.reason .reason05 {
  margin-top: -8px;
}
.reason .reason05 .reasonColumn {
}
.reason .reason05 .reasonColumn .text {
  width: 600px;
}
.reason .reason05 .reasonColumn .title {
}
.reason .reason05 .reasonColumn .name {
  font-size: 20px;
}
.reason .reason05 .reasonColumn p {
}
.reason .reason05 .reasonColumn .image {
  width: 340px;
}
.reason .reason06 {
  margin-bottom: 0;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .reason .contTitle {
    padding: 40px 0 0;
    width: calc(345/375*100vw);
  }
  .reason .lead {
    width: calc(345/375*100vw);
  }
  .reason .lead p {
    line-height: 1.54;
    font-size: 26px;
  }
  .reason .lead .illust {
    top: calc(-90/375*100vw);
    right: calc(25/375*100vw);
    width: calc(200/750*100vw);
  }
  .reason .reasonBox {
  }
  .reason .reasonBox .reasonTitle {
    margin: 0 0 20px;
  }
  .reason .reasonBox .reasonTitle:before,
  .reason .reasonBox .reasonTitle:after {
    display: none;
  }
  .reason .reasonBox .inner {
    width: calc(345/375*100vw);
  }
  .reason .reasonBox .reasonLead {
    padding: 0;
  }
  .reason .reasonBox .reasonColumn {
    padding: 25px calc(20/375*100vw);
    display: block;
    width: 100%;
  }
  .reason .reasonBox .reasonColumn .text {
    width: 100%;
  }
  .reason .reasonBox .reasonColumn .title {
    font-size: 20px;
  }
  .reason .reasonBox .reasonColumn p {
  }
  .reason .reasonBox .reasonColumn .graph {
    margin-top: 4vw;
    margin-left: 0;	 
    width: 100%;
  }
  .reason .reasonBox .reasonColumn .graph img {
    width: calc(525/750*100vw);
	max-width: 480px;
  }
  .reason .reasonBox .notice {
    margin: 20px 0 0;
    display: flex;
    justify-content: flex-end;
  }
  .reason .reasonBox .notice p {
    line-height: 1.4;
    font-size: 10px;
  }
  .reason .reason01 {
    margin-bottom: 30px;
  }
  .reason .reason01 .supports {
    padding: 0 calc(15/375*100vw);
    display: block;
  }
  .reason .reason01 .supports li {
    margin: 30px 0 0;
    width: auto !important;
  }
  .reason .reason01 .comments {
    margin: 30px auto 0;
    width: auto;
    display: block;
  }
  .reason .reason01 .commentBox {
    width: 100%;
  }
  .reason .reason01 .commentBox .headline {
    margin: 0 0 10px;
    padding: 15px calc(20/375*100vw) 0;
  }
  .reason .reason01 .commentBox p {
    padding: 0 calc(20/375*100vw);
  }
  .reason .reason01 .commentBox .profile {
  }
  .reason .reason01 .commentBox .image {
    margin: 0 0 0 calc(20/375*100vw);
    width: calc(116/375*100vw);
  }
  .reason .reason01 .commentBox:last-child {
    margin-top: 60px;
  }
  .reason .reason01 .commentBox:last-child .image {
    width: calc(126/375*100vw);
  }
  .reason .reason01 .reasonVice {
      padding: 6vw;
  }
  .reason .reason01 .reasonVice p {
      font-size: calc(14/375*100vw);
  }
  .reason .reason01 .reasonVice h4 {
      font-size: calc(16/375*100vw);
  }
  .reason .reason01 .reasonVice .flexbox {
      flex-direction: column;
  }
  .reason .reason01 .reasonVice .flexbox .txtarea {
      width: 100%;
      margin-bottom: 1em;
  }
  .reason .reason01 .reasonVice .flexbox .imgarea {
      width: 100%;
      text-align: center;
  }
  .reason .reason01 .reasonVice .flexbox .imgarea img {
      width: 40%;
      max-width: 200px;
      margin: 0 auto;
  }
  .reason .reason02 .notice {
    margin: 1em 0 0;
  }
  .reason .reason03 {
  }
  .reason .reason03 ul {
    margin: 0;
    display: block;
  }
  .reason .reason03 ul li {
    margin: 20px auto 0;
    width: calc(306/375*100vw);
  }
  .reason .reason03 ul li .lebel {
  }
  .reason .reason03 ul li .image {
  }
  .reason .reason03 ul li .title {
    margin: 15px 0;
  }
  .reason .reason03 ul li .text {
    margin-left: 0;
  }
  .reason .reason03 ul li .text p {
    font-size: 14px;
  }
  .reason .reason03 ul li .reasonPoint .pointLabel {
    font-size: 17px;
  }
  .reason .reason04 {
  }
  .reason .reason04 .reasonLead,
  .reason .reason05 .reasonLead,
  .reason .reason06 .reasonLead {
    display: block;
  }
  .reason .reason04 .reasonLead p,
  .reason .reason05 .reasonLead p,
  .reason .reason06 .reasonLead p {
    width: 100%;
  }
  .reason .reason04 .reasonLead .image,
  .reason .reason05 .reasonLead .image,
  .reason .reason06 .reasonLead .image {
    width: 100%;
  }
  .reason .reason06 .reasonLead .image {
    margin: 0 auto;
    width: calc(306/375*100vw);
  }
  .reason .reason05 .reasonColumn {
    display: flex;
    flex-direction: column-reverse;
  }
  .reason .reason05 .reasonColumn .text {
    width: 100%;
  }
  .reason .reason05 .reasonColumn .name {
    margin-bottom: 10px;
  }
  .reason .reason05 .reasonColumn .image {
    margin-bottom: 15px;
    width: 100%;
  }
  .reason .reason06 {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .reason .lead p {
    font-size: calc(26/375*100vw);
  }
  .reason .reason01 .commentBox .headline {
    font-size: calc(24/375*100vw);
  }
  .reason .reason01 .commentBox p {
    font-size: calc(14/375*100vw);
  }
  .reason .reasonBox .reasonColumn .title {
    font-size: calc(20/375*100vw);
  }
  .reason .reasonBox .reasonColumn p {
    font-size: calc(14/375*100vw);
  }
  .reason .reason03 ul li .text p {
    font-size: calc(14/375*100vw);
  }
  .reason .reason05 .reasonColumn .name {
    font-size: calc(20/375*100vw);
  }
}





/* course */
.course {
}
.course .bg {
  background: url(../images/bg_line.png) 0 0 repeat;
	padding-bottom: 100px;
}
.course .secInner {
  padding: 120px 0 100px;
}
.course .contTitle {
  margin: 0 0 40px;
}
.course .lead {
  position: relative;
}
.course .lead p {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -.1em;
}
.course .lead p span {
  border-bottom: 2px #ef4340 solid;
}
.course .lead .illust {
  position: absolute;
  top: -165px;
  right: 20px;
  width: 229px;
}
.course .courseGraph {
  padding: 90px 0 60px;
}
.course .courseGraph .courseFlow {
}
.course .courseGraph .courseTarget {
}
.course .courseBox_wrap {
	margin-bottom: 2em;
}
.course .courseBox .title {
  margin: 0 0 15px;
  line-height: 1.5;
  color: #ef4340;
  font-size: 26px;
  font-weight: 500;
}
.course .recommendedCourse .lbl_new {
	border: 1px solid #ef4340;
	display: inline-block;
	margin-left: 0.5em;	
	font-size: 70%;
	padding: 0 0.5em;
	height: 1.6em;
	line-height: 1.6em;
	background: #ffffff;
}
.course .recommendedCourse ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course .recommendedCourse ul li {
  padding: 0 1.5em 7em;
  border: 2px #666362 solid;
  position: relative;
  width: 49%;
  background-color: #fff;
}

.course .recommendedCourse ul li .lblarea,
.c-mdl.scourse .modalBox .label .lblarea {
	display: inline-block;
}
.course .recommendedCourse ul li .label {
  padding: 15px 0 16px;
  line-height: 1.3;
  font-size: 2.8rem;
  font-weight: 500;
  border-bottom: 2px #666362 solid;
  margin-bottom: 1em;
}
.course .recommendedCourse ul li .label .lbl,
.c-mdl.scourse .modalBox .label .lbl {
    display: inline-block;
    font-size: 65%;
    background: #ef4340;
    color: #fff;
    padding: 0 0.4em 0.2em;
    margin-left: 0.2em;
    border-radius: 0.3em;
    vertical-align: 0.1em;
}
.course .recommendedCourse ul li .label .lbl.jissen,
.c-mdl.scourse .modalBox .label .lbl.jissen {
	background: #4343b5;
}
.course .recommendedCourse ul li .label .lbl.ouyou,
.c-mdl.scourse .modalBox .label .lbl.ouyou {
	background: #824391;
}
.course .recommendedCourse ul li .price {
  font-size: 14px;
  font-weight: 500;
}
.course .recommendedCourse ul li .price .num {
  font-size: 2.4rem;
}
.course .recommendedCourse ul li p {
  line-height: 1.79;
  font-size: 14px;
  font-weight: bold;
}
.course .recommendedCourse ul li .linkBtn {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 270px;
}
.course .recommendedCourse ul li .moreDetail {
  margin: 0 0 20px;
}
.course .recommendedCourse ul li .moreDetail a {
  padding: 0.6em 0 0.4em 1.5em;
  border-width: 2px;
  border-color: #514d4c;
  border-radius: 80px;
  font-size: 19px;
  text-align: left;
  box-shadow:2px 2px 4px 2px rgba(0,0,0,0.15);
}
.course .recommendedCourse ul li .moreDetail a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 26px;
  width: 2px;
  height: 0.9em;
  background-color: #514d4c;
  bottom: 0;
  margin: auto;
}
.course .recommendedCourse ul li .moreDetail a:after {
  border: none;
  top: 0;
  right: 19px;
  width: 0.9em;
  height: 2px;
  background-color: #514d4c;
  transform: none;
  bottom: 0;
  margin: auto;
}
.course .recommendedCourse ul li .btnReserve {
}
.course .recommendedCourse ul li .btnReserve a {
  padding: 21px 0 21px 20px;
  border-width: 2px;
  border-color: #514d4c;
  border-radius: 80px;
  color: #fff;
  background-color: #ef4340;
  font-size: 19px;
  text-align: left;
  box-shadow:2px 2px 4px 2px rgba(0,0,0,0.15);
}
.course .recommendedCourse ul li .btnReserve a:after {
  border-color: #fff;border-width: 2px;
  top: 32px;
  right: 30px;
  width: 10px;
  height: 10px;
}
.course .recommendedCourse ul li .benefits {
  padding: 0 20px;
  position: absolute;
  top: -20px;
  right: 20px;
  line-height: 34px;
  color: #fff;
  background-color: #ef4340;
  font-size: 20px;
  font-weight: bold;
}
.course .recommendedCourse .txt_kome {
	font-size: 1.2rem;
	text-align: right;
	line-height: 1.3;
	text-indent: -1em;
	margin-left: 1em;
}
.course .introCurriculum {
  margin: 60px 0 0;
}
.course .introCurriculum .inner {
  padding: 20px 28px;
  border: 2px #666362 solid;
  position: relative;
  background-color: #fff;
}
.course .introCurriculum .subtitle {
  margin: 0 0 15px;
  border-bottom: 2px #666362 solid;
  font-size: 38px;
  font-weight: 500;
}
.course .introCurriculum .kozaLead {
  margin: 0 0 35px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.course .introCurriculum .kozaData {
  width: 460px;
  line-height: 1.79;
  font-size: 14px;
}
.course .introCurriculum .curriculumCont {
}
.course .introCurriculum .studyCont {
  margin: 15px 0;
  font-weight: 500;
}
.course .introCurriculum .teacher {
  position: relative;
}
.course .introCurriculum .teacher .label {
  font-weight: bold;
}
.course .introCurriculum .teacher .prof {
}
.course .introCurriculum .teacher .name {
  margin-right: 20px;
  font-weight: bold;
  font-size: 19px;
}
.course .introCurriculum .img01 {
  width: 460px;
  text-align: center;
}
.course .introCurriculum .plan {
}
.course .introCurriculum .plan .label {
  border-bottom: 2px #666362 solid;
}
.course .introCurriculum .plan .label img {
  margin: 0 0 -2px 40px;
}
.course .introCurriculum .text {
  padding: 25px 0 30px 30px;
  display: flex;
  align-items: center;
  background-color: #eaf0fb;
}
.course .introCurriculum .text p {
  width: 430px;
  line-height: 1.79;
  font-size: 14px;
}
.course .introCurriculum .text .img02 {
  width: 400px;
}
.course .introCurriculum ul {
  padding: 0 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
#modal12.course .introCurriculum.modalBox ul {
  padding: 0;
  justify-content: center;
}
.course .introCurriculum ul li {
  margin: 0 0 20px;
  width: 290px;
}
#modal12.course .introCurriculum ul li {
  margin: 0 90px 20px 0;
  width: 226px;
}
#modal12.course .introCurriculum ul li:nth-child(3n) {
  margin-right: 0;
}
#modal12.course .introCurriculum ul li.large {
  margin: 0 0 20px;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.course .introCurriculum ul li .img03 {
}
.course .introCurriculum ul li p {
  margin: 5px 0 0;
  width: 220px;
  line-height: 1.79;
  font-size: 14px;
}
.course .introSingle {
  margin: 80px 0 0;
}
.course .introSingle .title {
  margin: 0 0 50px;
}
.course .introSingle ul {
  display: flex;
  flex-wrap: wrap;
}
.course .introSingle ul li {
  margin: 0 22px 65px 0;
  padding: 0 25px 20px;
  border: 2px #514d4c solid;
  position: relative;
  width: 312px;
  background-color: #fff;
}
.course .introSingle ul li:nth-child(3n) {
  margin-right: 0;
}
.course .introSingle ul li .label {
  margin: 0 0 20px;
  border-bottom: 2px #514d4c solid;
  display: flex;
  align-items: center;
  height: 165px;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -.05em;
  white-space: nowrap;
}
.course .introSingle ul li .label .small {
  display: block;
  font-size: 17px;
}
.course .introSingle ul li .icon {
  position: absolute;
  top: -27px;
  right: 10px;
  width: 53px;
}
.course .introSingle ul li p {
  line-height: 1.79;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
.course .recommendedCourse ul:after {
  content:"";
  display: block;
  width: 312px;
}
.course .recommendedCourse ul li {
  margin-bottom: 1.5em;
}
.course .recommendedCourse ul li .txt_intro {
	min-height: 132px;
}
}

@media screen and (max-width: 767px) {
  .course {
  }
  .course .secInner {
    padding: 60px 0;
  }
  .course .contTitle {
    margin: 0 0 calc(70/375*100vw);
  }
  .course .lead {
  }
  .course .lead p {
    line-height: 1.68;
    font-size: 22px;
  }
  .course .lead .illust {
    top: calc(-240/750*100vw);
    right: calc(25/750*100vw);
    width: calc(360/750*100vw);
  }
  .course .courseGraph {
    padding: 30px 0 70px;
  }
  .course .courseBox {
  }
  .course .courseBox .title {
  }
  .course .recommendedCourse {
  }
  .course .recommendedCourse ul {
    margin: 0 calc(15/375*100vw);
    display: block;
  }
  .course .recommendedCourse ul li {
    margin: 0 0 30px;
    padding: 15px calc(18/375*100vw) 5px;
    width: 100%;
  }
	.course .recommendedCourse ul li:last-of-type {
		margin-bottom: 10px;
	}
  .course .recommendedCourse ul li .label {
    padding: 0 0 0.6em;
    font-size: 2.4rem;
  }
  .course .recommendedCourse ul li p {
    margin: 0;
  }
  .course .recommendedCourse ul li .linkBtn {
    margin: 1em 0 0;
    position: static;
    width: 100%;
  }
  .course .recommendedCourse ul li .moreDetail {
    max-width: 280px;
	  margin: 0 auto 20px;
  }
	 .course .recommendedCourse ul li .moreDetail a {
	  font-size: 17px;
	  max-width: 280px;
	  margin: 0 auto;
	}
  .course .recommendedCourse ul li .benefits {
    padding: 0 20px;
    position: absolute;
    top: -20px;
    right: 20px;
    line-height: 34px;
    color: #fff;
    background-color: #ef4340;
    font-size: 20px;
    font-weight: bold;
  }
  .course .introCurriculum {
    margin: 50px 0 0;
  }
  .course .introCurriculum .inner {
    margin: 0 calc(15/375*100vw);
    padding: 20px calc(15/375*100vw) 0;
  }
  .course .introCurriculum .subtitle {
    margin: 0 0 30px;
    font-size: 38px;
  }
  .course .introCurriculum .kozaLead {
    margin: 0 0 35px;
    display: block;
  }
  .course .introCurriculum .kozaData {
    width: 100%;
  }
  .course .introCurriculum .curriculumCont {
  }
  .course .introCurriculum .studyCont {
    margin: 15px 0;
    font-weight: 500;
  }
  .course .introCurriculum .teacher .name {
    margin-right: 0;
    display: block;
  }
  .course .introCurriculum .img01 {
    margin: 0 0 20px;
    width: 100%;
  }
  .course .introCurriculum .plan {
    margin: 0 calc(-15/375*100vw);
  }
  .course .introCurriculum .plan .label {
    border-bottom: 2px #666362 solid;
  }
  .course .introCurriculum .plan .label img {
    margin: 0 0 -2px 15px;
    width: calc(143/375*100vw);
  }
  .course .introCurriculum .text {
    padding: 30px calc(15/375*100vw);
    display: block;
  }
  .course .introCurriculum .text p {
    width: auto;
  }
  .course .introCurriculum .text .img02 {
    margin: 30px auto 0;
    width: calc(519/750*100vw);
  }
  .course .introCurriculum ul {
    padding: 0 calc(38/375*100vw) 10px;
    display: block;
  }
  .course .introCurriculum ul li {
    margin: 0 0 20px;
    margin-right: 0;
    width: auto;
  }
  #modal12.course .modalBox.introCurriculum ul {
    padding: 0 20px 20px;
  }
  #modal12.course .modalBox.introCurriculum ul li {
    margin: 0 0 20px;
    margin-right: 0;
    width: auto;
  }
  .course .introCurriculum ul li.large {
    margin: 0 0 20px;
    width: 100%;
  }
  .course .introCurriculum ul li p {
    width: calc(440/750*100vw);
  }
  .course .introSingle {
    margin: 80px 0 0;
  }
  .course .introSingle .title {
    margin: 0 0 15px;
  }
  .course .introSingle ul {
    margin: 0 calc(15/375*100vw);
    display: block;
  }
  .course .introSingle ul li {
    margin: 0 0 30px;
    padding: 20px calc(15/375*100vw);
    width: 100%;
  }
  .course .introSingle ul li .label {
    margin: 0 0 10px;
    padding: 0 0 10px;
    display: block;
    height: auto;
    font-size: 24px;
  }
  .course .introSingle ul li .label .small {
    display: block;
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .course .lead p {
    font-size: calc(22/375*100vw);
  }
  .course .courseBox .title {
    font-size: calc(26/375*100vw);
  }
  .course .recommendedCourse ul li .label {
    font-size: calc(30/375*100vw);
  }
  .course .recommendedCourse ul li .moreDetail a,
  .course .recommendedCourse ul li .btnReserve a {
    font-size: 17px;
  }
  .course .recommendedCourse ul li .btnReserve a:after {
    top: 29px;
    right: 25px;
  }
  .course .introCurriculum .subtitle {
    font-size: calc(38/375*100vw);
  }
}





/* moredetail */
.moredetail {
  background: url(../images/bg_line02.png) 0 0 repeat;
}
.moredetail .secInner {
  padding: 85px 0 95px;
  position: relative;
}
.moredetail .ttl {
  margin: 0 0 70px;
  line-height: 1.56;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -.025em;
}
.moredetail .illust {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 145px;
}
.moredetail .link {
  display: flex;
  justify-content: center;
}
.moredetail .link a {
  margin: 0 30px;
  padding: 21px 0 21px 30px;
  border-width: 2px;
  border-radius: 80px;
  border-color: #514d4c;
  color: #fff;
  width: 430px;
  background-color: #ef4340;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  box-shadow:2px 2px 4px 2px rgba(0,0,0,0.15);
}
.moredetail .link a:after {
  border-color: #fff;
  border-width: 2px;
  top: 32px;
  right: 32px;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .moredetail {
    background: url(../images/bg_line.png) 0 0 repeat;
  }
  .moredetail .secInner {
    margin: 0 auto;
    padding: 40px calc(20/375*100vw) 60px;
    background-color: rgba(0,0,0,.05);
    width: 100%
  }
  .moredetail .ttl {
    margin: 0 0 35px;
    line-height: 1.64;
    font-size: 21px;
  }
  .moredetail .illust {
    display: none;
  }
  .moredetail .link {
    display: block;
  }
  .moredetail .link a {
    margin: 20px 0 0;
    width: 100%;
  }
  .moredetail .link a:after {
    top: 30px;
    right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .moredetail .ttl {
    font-size: calc(21/375*100vw);
  }
  .moredetail .link a {
    font-size: 17px;
  }
  .moredetail .link a:after {
    top: 28px;
    right: 15px;
  }
}





/* subcolumns */
.subcolumns {
}
.subcolumns .secInner {
  padding: 90px 0 0;
}
.subcolumns .subcolumnBox {
  margin: 0 -50px 40px;
  padding: 50px 40px 50px 50px;
  border: 2px #808080 solid;
  background-color: #ececec;
}
.subcolumns .subcolumnBox .title {
  margin: 0 0 25px;
  padding: 0 25px 0 10px;
  display: inline-block;
  line-height: 1.42;
  background-color: #fff;
  font-size: 36px;
  font-weight: 500;
}
.subcolumns .subcolumnBox .title .em {
  color: #ef4340;
}
.subcolumns .subcolumnBox .inner {
  display: flex;
  justify-content: space-between;
}
.subcolumns .subcolumnBox .leftBlock {
  width: 480px;
}
.subcolumns .subcolumnBox .rightBlock {
  width: 480px;
}
.subcolumns .subcolumnBox p {
  line-height: 1.79;
  font-size: 14px;
}
.subcolumns .subcolumnBox p.notice {
  margin-top: .5em;
  font-size: 10px;
}
.subcolumns .subcolumnBox .btn {
  margin: 0 30px;
  padding: 21px 0 21px 30px;
  border-width: 2px;
  border-radius: 80px;
  border-color: #514d4c;
  color: #fff;
  width: 430px;
  background-color: #e89476;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  box-shadow:2px 2px 4px 2px rgba(0,0,0,0.15);
}
.subcolumns .subcolumnBox .btn:after {
  border-color: #fff;
  border-width: 2px;
  top: 32px;
  right: 32px;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .subcolumns .secInner {
    padding: 30px 0 0;
  }
  .subcolumns .subcolumnBox {
    margin: 0 0 40px;
    padding: 40px calc(15/375*100vw) 30px;
  }
  .subcolumns .subcolumnBox .title {
    padding: 0;
    line-height: 1.67;
    background-color: transparent;
    font-size: 36px;
  }
  .subcolumns .subcolumnBox .title .titleInner {
    background-color: #fff;
  }
  .subcolumns .subcolumnBox .inner {
    display: block;
  }
  .subcolumns .subcolumnBox .leftBlock,
  .subcolumns .subcolumnBox .rightBlock {
    width: 100%;
  }
  .subcolumns .subcolumnBox .rightBlock {
    margin-top: 30px;
  }
  .subcolumns .subcolumnBox p {
    line-height: 1.79;
    font-size: 14px;
  }
  .subcolumns .subcolumnBox p.notice {
    margin-top: .5em;
    font-size: 10px;
  }


  .subcolumns .subcolumnBox .btn {
    margin: 0;
    width: 100%;
  }
  .subcolumns .subcolumnBox .btn :after {
    top: 30px;
    right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .moredetail .ttl {
    font-size: calc(21/375*100vw);
  }
  .subcolumns .subcolumnBox .btn {
    font-size: 17px;
  }
  .subcolumns .subcolumnBox .btn:after {
    top: 28px;
    right: 15px;
  }
}





/* faq */
.faq .secInner {
  padding: 120px 0 0;
}
.faq .contTitle {
  margin: 0 0 60px;
  line-height: 1.67;
}
ul.qaList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
ul.qaList li {
  margin: 0 25px 40px 0;
  padding: 10px;
  width: 310px;
  background-color: #f9f9f9;
}
ul.qaList li:nth-child(3n) {
  margin-right: 0;
}
ul.qaList li:last-of-type {
}
ul.qaList li .qArea {
  margin: 0 0 15px;
  line-height: 1.47;
  font-size: 17px;
  font-weight: bold;
}
ul.qaList li .aArea {
}
ul.qaList li .aArea p {
  line-height: 1.79;
  font-size: 14px;
}
ul.qaList li .text {
}
ul.qaList li .link {
  margin-top: 20px;
}
ul.qaList li .link a {
  padding: 23px 0 23px 20px;
  border-width: 2px;
  border-radius: 80px;
  border-color: #000;
  color: #595554;
  background-color: #fff;
  font-size: 17px;
  text-align: left;
  box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
}
ul.qaList li .link a:after {
  border-color: #595554;
  border-width: 2px;
  top: 32px;
  right: 25px;
  width: 10px;
  height: 10px;
}
ul.qaList li .ac {
  display: none;
}
ul.qaList li .ac p {
  padding-top: 1em;
}
ul.qaList li .ac_btn {
  height: 48px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
ul.qaList li .ac_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 2px;
  display: block;
  background-color: #595554;
  z-index: 2;
  transform: rotate(0deg);
  transition: all .4s;
}
ul.qaList li .ac_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 2px;
  display: block;
  background-color: #595554;
  z-index: 2;
  transform: rotate(90deg);
  opacity: 1;
  transition: all .4s;
}
ul.qaList li .ac_btn.active:before {
  transform: rotate(225deg);
}
ul.qaList li .ac_btn.active:after {
  transform: rotate(315deg);
}

@media screen and (max-width: 767px) {
  .faq .secInner {
    padding: 20px 0 0;
  }
  .faq .contTitle {
    margin: 0 0 30px;
  }
  ul.qaList {
    display: block;
  }
  ul.qaList li {
    margin: 0 0 30px;
    padding: 15px calc(15/375*100vw);
    width: 100%;
  }
}





/* buildings */
.buildings {
}
.buildings .secInner {
  padding: 80px 0 160px;
}
.buildings .contTitle {
  margin: 0 0 60px;
}
.buildings .scheList {
  display: flex;
  justify-content: space-between;
}
.buildings .scheList li {
  padding: 0 0 0 5px;
  width: 50%;
}
.buildings .scheList li dl {
}
.buildings .scheList li dl dt {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 400;
}
.buildings .scheList li dl dd {
  margin-bottom: 0.2em;
  padding-right: 0.4em;
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.buildings .scheList li .areaList + .areaList {
  margin-top: 40px;
}
.buildings .scheList li dl dd a {
}
.buildings .scheList li dl dd .seminar,
.buildings .scheList li dl dd .site {
  padding-left: 2em;
  position: relative;
  display: inline;
  color: #425a6e;
  font-size: 18px;
}
.buildings .scheList li dl dd .site {
  padding-left: 1em;
}
.buildings .scheList li dl dd .seminar a,
.buildings .scheList li dl dd .site a {
  padding: 5px 0.8em;
  border: 1px #69bdda solid;
  border-radius: 13px;
  display: inline-block;
  line-height: 1;
  background-color: #e1f2f8;
  font-weight: 500;
  transition: .4s;
}
.buildings .scheList li dl dd .seminar a {
  border: 1px #ffbdc0 solid;
  color: #e0545c;
  background-color: #ffe4e4;
}

@media screen and (min-width: 766px) {
  .buildings .scheList li dl dd a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .buildings {
  }
  .buildings .secInner {
    padding: 40px 0 60px;
  }
  .buildings .contTitle {
    margin: 0 0 30px;
  }
  .buildings .scheList {
    display: block;
  }
  .buildings .scheList li {
    padding: 0;
    width: 100%;
  }
  .buildings .scheList li dl dt {
    font-size: calc(19/375 * 100vw);
  }
  .buildings .scheList li dl dd {
    margin-bottom: 0.4em;
    padding-right: 0;
    font-size: calc(16/375 * 100vw);
  }
  .buildings .scheList li .areaList + .areaList {
    margin-top: 20px;
  }
  .buildings .scheList li dl dd a {
  }
  .buildings .scheList li dl dd .seminar,
  .buildings .scheList li dl dd .site {
    padding-left: .6em;
    font-size: calc(15/375 * 100vw);
  }
  .buildings .scheList li dl dd .site {
    padding-left: .6em;
  }
  .buildings .scheList li dl dd .seminar a,
  .buildings .scheList li dl dd .site a {
    padding: 1px 10px;
    border-radius: 2em;
    font-size: calc(12/375 * 100vw);
  }
}





/* buildings */
.more {
  height: 580px;
  background: url(../images/secmore_img01-pc.png) top center no-repeat;
  background-size: auto 580px;
}
.more.more01 {
  /*margin-bottom: 120px;*/
}
.more.more02 {
  background-image: url(../images/secmore_img02-pc.png);
}
.more.more03 {
  background-image: url(../images/secmore_img03-pc.png);
}
.more .ttl {
  padding: 40px 0 15px;
  line-height: 1.3;
  color: #fff;
  font-size: 44px;
}
.more p {
  line-height: 1.79;
  color: #fff;
  font-size: 14px;
}
.more .link {
  margin: 20px 0 0 25px;
}
.more .mvLink {
	width: 490px;
	margin-top: 1em;
	padding: 10px 30px !important;
	text-align: center;
}
 #information .mvLink {
	text-align: center;
	margin-top: 1.5em;
}
.moredetail .mvLink {
	margin-top: 1.5em;
}
.mvLink a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=8);
	-moz-opacity:0.8;
	opacity:0.8;
}
.actBtn_msg {
  width: 440px;
  text-align: center;
  margin-bottom: 0.3em;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.actBtn_msg .inner_txt {
  display: inline-block;
}
.actBtn_msg:before,
.actBtn_msg:after {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1.2em;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.actBtn_msg:after {
  border-left: none;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.more .link a {
  padding: 22px 0 22px 60px;
  border-radius: 80px;
  width: 450px;
  background-color: #fff;
  font-size: 19px;
  text-align: left;
  box-shadow: 2px 2px 6px 3px rgba(0,0,0,.1);
}
.more .link a:after {
  border-width: 2px;
  border-color: #ef4542;
  top: 32px;
  right: 30px;
  width: 16px;
  height: 16px;
}
.more .link a span {
  margin-right: 5px;
  color: #ef4340;
}

@media screen and (max-width: 767px) {
  .more {
    height: calc(1180/750*100vw);
    background: url(../images/secmore_img01-sp.png) top center no-repeat;
    background-size: 100% auto;
  }
	.more.more01 {
		margin-bottom: 0;
	}
  .more.more02 {
    background-image: url(../images/secmore_img02-sp.png);
  }
  .more.more03 {
    background-image: url(../images/secmore_img03-sp.png);
  }
  .more .secInner {
    width: auto;
  }
  .more .ttl {
    margin: 0 auto;
    padding: calc(150/375*100vw) 0 calc(20/375*100vw);
    width: calc(315/375*100vw);
    font-size: calc(26/375*100vw);
  }
  .more p {
    margin: 0 auto;
    /*width: calc(315/375*100vw);*/
	width: 88%;
    line-height: 1.67;
    font-size: calc(12/375*100vw);
    letter-spacing: -.025em;
    /*white-space: nowrap;*/
  }
  .more .link {
    margin: calc(20/375*100vw) auto 0;
    width: calc(340/375*100vw);
  }
  .actBtn_msg {
    width: 100%;
    font-size: calc(12/375*100vw);
  }
  .more .link a {
    padding: 5px 0 !important;
    border-radius: 80px;
    width: 100%;
	max-width: 360px;
	margin: auto;
    font-size: 16px;
	text-align: center;
  }
  .more .link a:after {
    top: 24px;
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .more .link a span {
    margin-right: 5px;
    color: #ef4340;
  }
	.more .mvLink {
		padding: 0 6% 10vw;
		width: 100%;
		margin-top: 0.2em;
	}
	#information .mvLink {
		margin: 1em auto 0;
		max-width: 500px;
	}
}

@media screen and (max-width: 374px) {
  .more .link {
    margin: calc(10/375*100vw) auto 0;
  }
  .more .link a {
    letter-spacing: -.025em;
  }
  .actBtn_msg {
      position: relative;
      font-size: 1rem;
  }
  .actBtn_msg:before,
  .actBtn_msg:after {
    position: absolute;
    margin: auto;
    left: 5%;
    top: 0;
    bottom: 0;
  }
  .actBtn_msg:after {
    right: 5%;
    left: auto;
  }
  .inner_txt {
      line-height: 1.4;
  }
  .inner_txt span {
      display: inline-block;
  }
}





/* -------------------------------------------------------------------
 modal
------------------------------------------------------------------- */

.mfp-bg {
  opacity: 1;
  background-color: rgba(0, 0, 0, .6);
}
.mfp-wrap {
  min-width: 1200px;
  -webkit-overflow-scrolling: touch;
}
.mfp-wrap > * {
  -webkit-transform: translateZ(0px);
}
.mfp-close {
  opacity: 1;
  cursor: pointer !important;
}
.mfp-close:active {
  top: 0;
}
.mfp-wrap .mfp-container {
  padding: 0;
}
.mfp-wrap .mfp-content {
  width: 100%;
  padding: 90px 0;
}
.mfp-wrap .mfp-close {
  padding: 0;
}
.mfp-bg,
.mfp-wrap {
  visibility: hidden;
  opacity: 0;
}
.mfp-wrap .mfp-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(50px);
  transform: translateX(0px) translateY(50px);
}

.mfp-bg.mfp-ready,
.mfp-wrap.mfp-ready {
  visibility: visible;
  opacity: 1;
  transition: opacity .4s ease, visibility .4s ease;
}
.mfp-wrap.mfp-ready .mfp-container {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  transition: opacity .6s ease .4s, visibility .6s ease .4s, -webkit-transform .6s ease .4s;
  transition: opacity .6s ease .4s, visibility .6s ease .4s, transform .6s ease .4s;
  transition: opacity .6s ease .4s, visibility .6s ease .4s, transform .6s ease .4s, -webkit-transform .6s ease .4s;
}
.mfp-bg.mfp-removing,
.mfp-wrap.mfp-removing {
  visibility: hidden;
  opacity: 0;
  transition: opacity .4s ease .6s, visibility .4s ease .6s;
}
.mfp-wrap.mfp-removing .mfp-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(50px);
  transform: translateX(0px) translateY(50px);
  transition: opacity .6s ease, visibility .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, visibility .6s ease, transform .6s ease;
  transition: opacity .6s ease, visibility .6s ease, transform .6s ease, -webkit-transform .6s ease;
}

@media (max-width:767px) {
  .mfp-wrap {
    min-width: 320px;
  }
  .mfp-wrap .mfp-content {
    padding: 60px 0;
  }
}






/* -------------------------------------------------------------------
 .c-mdl
------------------------------------------------------------------- */

.c-mdl:not(.event_modal) {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  background-color: #fff;
}
.c-mdl.course {
  max-width: 980px;
}
.c-mdl_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
}
.c-mdl_close.c-mdl_close02 {
  position: absolute;
  top: auto;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
}
.c-mdl_close:active {
  top: 15px;
}
.c-mdl_close.c-mdl_close02:active {
  bottom: 15px;
}
.c-mdl_close::before,
.c-mdl_close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #000;
  content: '';
}
.c-mdl_close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-mdl_close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.c-mdl.scourse .modalBox .label {
    margin: 0 30px;
    padding: 25px 0 25px;
    border-bottom: 2px #666362 solid;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 500;
}

.c-mdl.scourse .modalBox .text,
.c-mdl .modalBox .content,
.c-mdl .modalBox .price,
.c-mdl .modalBox .period,
.c-mdl .modalBox .form {
    margin: 0 30px;
    padding: 1.46em 0;
    border-bottom: 2px #666362 solid;
    font-size: 14px;
    font-weight: bold;
}
.c-mdl .modalBox .price .price01 {
  margin: 0.4em 0 1.64em;
}
.c-mdl .modalBox .form {
    border-bottom: none;
}
.c-mdl .modalBox .num {
    font-size: 30px;
    font-weight: 500;
}
.c-mdl .modalBox .benefits {
    padding: 0 20px;
    position: absolute;
    top: -20px;
    right: 20px;
    line-height: 34px;
    color: #fff;
    background-color: #ef4340;
    font-size: 20px;
    font-weight: bold;
}
.c-mdl .modalBox p {
    line-height: 1.2;
}
.c-mdl.course .modalBox p {
    line-height: 1.79;
}
.c-mdl .modalBox .text p {
    line-height: 1.64;
    font-weight: normal;
}
.c-mdl .modalBox .btnReserve {
    margin: 0 30px;
    padding: 1.46em 0 3em;
}
.c-mdl .modalBox .btnReserve a {
    max-width: 270px;
    padding: 21px 0 21px 20px;
    border-width: 2px;
    border-color: #514d4c;
    border-radius: 80px;
    color: #fff;
    background-color: #ef4340;
    font-size: 19px;
    text-align: left;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
}
.c-mdl .modalBox .btnReserve a:after {
    border-color: #fff;
    border-width: 2px;
    top: 32px;
    right: 30px;
    width: 10px;
    height: 10px;
}

/* Small devices ---------------*/
@media (max-width:767px) {
  .c-mdl {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 15px;
  }
  .c-mdl.course {
    padding: 0;
  }
  .c-mdl_close {
    top: 15px;
    right: 4px;
    width: 40px;
    height: 40px;
  }
  .c-mdl_close.c-mdl_close02 {
    top: auto;
    bottom: 15px;
  }
  .c-mdl_close.c-mdl_close02:active {
    bottom: 15px;
  }
  .c-mdl.scourse .modalBox .label {
    margin: 0 auto;
    font-size: calc(24/375*100vw);
  }
.c-mdl.scourse .modalBox .text,
.c-mdl .modalBox .content,
.c-mdl .modalBox .price,
.c-mdl .modalBox .period,
.c-mdl .modalBox .form {
    margin: 0 auto;
}
.c-mdl .modalBox .btnReserve {
    padding: 1.46em 0 5em;
}
}

/* -------------------------------------------------------------------
 mfp-iframe
------------------------------------------------------------------- */
.mfp-iframe-holder .mfp-content {
  max-width: 960px;
}

.mfp-iframe-scaler {
  padding: 100% 0 30%;
}

.mfp-iframe-holder .mfp-close {
  top: -25px;
  right: 0;
}

.mfp-iframe-scaler iframe {
  top: 24px;
}

@media (max-width: 767px) {
  .mfp-iframe-holder .mfp-content {
    width: calc(100% - 30px);
  }
  .mfp-iframe-holder .mfp-close {
    width: 40px;
  }
}

@media (min-width: 768px) {
  .mfp-iframe-holder .mfp-close {
    width: 50px;
  }
  .mfp-iframe-holder .mfp-close {
    top: 20px;
  }
  .mfp-iframe-scaler iframe {
    top: 90px;
  }
}





/* -------------------------------------------------------------------
 temp
------------------------------------------------------------------- */
.wc-webchat-ctn {
}

/*--20200708追加----*/
.bnr_area {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}
.bnr_area li {
	width: 48%;
	max-width: 480px;
	margin:0.5em;
}
.bnr_area li.single {
	width: 100%;
	max-width: 640px;
}
.bnr_area li a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
/*--20200722追加----*/
.subcolumns .subcolumnBox .btn.btn2 {
  margin-top: 6%;
  background-color: #6dcfc0;
}
 .youtube{
	width: 830px;
	margin: 60px auto 80px;
}
.youtube_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube p{
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.5;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .1em;
}
.reason .reasonBox .reasonColumn {
  justify-content: normal;
}
.reason .reason05 .reasonColumn .image {
    width: 260px;
}
@media screen and (min-width: 768px){
.pagelead .secInner {
    border-top: #d6d6d6 1px solid;
}
}

@media screen and (max-width: 767px){
.bnr_area {
	flex-direction: column;
	justify-content: center;
}
.bnr_area li {
	width: 100%;
	margin: 0 auto 1em;
}

	.youtube{
    width: calc(345/375*100vw);
    margin: 0 auto;
		padding-bottom: 6%;
	}
	.youtube p{
    text-align: left;
    font-size: calc(26/375*100vw);
    margin: 24px 0 12px;
    line-height: 1.54;
	}
  .mtp{margin-top: 13%;}
.reason .reason05 .reasonColumn .image {
    width: 60%;
	margin: 4vw auto;
}
}

/*-- 20200731_バナー調整追加 ---*/
.pagelead .notice {
    margin: 30px 0 80px;
}
@media screen and (max-width: 767px) {
  .pagelead .image {
    margin: 0 0 50px;
  }
}

/*-- 20201008_コース情報修正 ---*/
.course .bg02 {
  background: url(../images/bg_line.png) 0 0 repeat;
  background-color: #eaf0fb;
}
.course .bg02 .secInner {
  padding: 20px 0;
}
.course .bg02 .introCurriculum {
  margin: 0;
}
.course .courseBox .title.title02 {
  margin: 50px 0 0;
  padding-bottom: 15px;
}
.course .introSingle {
  margin: 0;
}
.course .introCurriculum.modalBox ul {
    background-color: #eaf0fb;
}
@media screen and (min-width: 768px) {
  .course .bg .secInner {
    padding: 80px 0 0;
  }
  .course .bg01 .secInner {
    padding: 120px 0 0;
  }
  .course .introCurriculum .recommendedCourse > ul {
    padding: 0;
  }
  .course .introCurriculum .recommendedCourse > ul li {
    margin: 20px 0 20px;
    width: 49%;
    padding-bottom: 120px;
  }
  .course .recommendedCourse ul li .linkBtn {
	right: 0;
	left: 0;
	bottom: 1em;
	margin: 0 auto;
  }
  .course .introCurriculum .recommendedCourse > ul li .img01 {
    width: 90%;
    margin: 0 auto;
  }
  .course .introCurriculum .kozaLead {
    align-items: start;
  }
  .c-mdl.course .introCurriculum .img01 {
    margin-top: 40px;
  }
  .course .introCurriculum .kozaLead .img01 {
    padding: 0 0 0 40px;
  }
  .course .introCurriculum .teacher .face {
    width: 120px;
    position: absolute;
    right: 0;
    top: -10px;
  }
  #modal12.course .introCurriculum .teacher p {
    font-size: 12px;
  }
  #modal12.course .introCurriculum .text p {
    width: 100%;
  }
  #modal12.course .introCurriculum .curriculumCont {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .course .bg01 .secInner {
    padding: 60px 0 0;
  }
  .course .introCurriculum .recommendedCourse > ul {
    padding: 0;
    background-color: rgba(255,255,255,0);
  }
  .course .introCurriculum .recommendedCourse > ul li .img01 {
    margin-top: 12px;
  }
  .c-mdl.course .introCurriculum {
    margin: 0;
  }
  .c-mdl.course .introCurriculum .inner {
    padding: 0;
    border: none;
  }
  .course .introCurriculum .subtitle {
    font-size: calc(30/375*100vw);
    padding: 25px 0 25px;
    border-bottom: 2px #666362 solid;
    line-height: 1.3;
    font-weight: 500;
  }
  .course .introCurriculum .teacher .face {
    width: 120px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #modal12.course .introCurriculum .subtitle {
    margin: 0;
  }
  #modal12.course .introCurriculum .img01 {
    margin: 20px 0;
  }
  #modal12.course .introCurriculum .teacher .label {
    padding-top: 92px;
  }
  #modal12.course .introCurriculum .plan .label img {
    width: calc(175/375*100vw);
  }
  .course .introCurriculum .teacher {
    margin-bottom: 60px;
  }
}

/* 20201106 今村追加ここから*/

.campaign_area{
  width: 600px;
  position: relative;
  z-index: 3;
  margin: -10px auto 40px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}

.campaign_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2% 3%;
}

.campaign_box{
  width: 100%;
  box-sizing: border-box;
}

.campaign_img{width: 100%;}

.campaign_txt span{
  color: green;
  display: block;
  margin-bottom: 1%;
}

.campaign_img img{
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px){
  .campaign_area{
    width: 90%;
    margin: 3% auto 5%;
  }
  .campaign_inner{
    flex-direction: column;
    padding: 4%;
  }
  .campaign_box{width: 100%;}
  /*.campaign_box:first-child{margin-bottom: 5%;}*/
}

/* 20201106 今村追加ここまで*/


/* 20200908 キャンペーンモーダル化ここから */

#modal_gakusei{
  max-width: 900px;
  padding: 0;
}
.modalBox{padding: 3%;}
span.red{color:#ff505a!important;}

.modalBtn{
	text-align: center;
	letter-spacing: 0.01em
}
.modalBtn a {
    display: block;
    position: relative;
    background: linear-gradient(to right, #e0545c,#ff777e);
    color: #fff;
    padding: 0.2em 2em 0.3em 3em;
    z-index: 3;
    transition: 0.4s;
    font-size: 28px;
    font-weight: bold;
    border-radius: 32px;
	line-height: 1.3;
	}

/*.modalBtn.orangeBtn a {
		
}*/
.modalBtn a .txtsml {
	font-size: 20px;
}

	.modalBtn a span:after {
	    display: inline-block;
	    content: '';
	    width: 12px;
	    height: 12px;
	    transition: 0.4s;
	    position: absolute;
	    right: 25px;
	    top: 50%;
	    margin-top: -5px;
	    border-top: 2px solid #fff;
	    border-right: 2px solid #fff;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

.modalBtn a:hover{
	opacity: .8;
	text-decoration:none;

}
.modalBtn .free {
    color: #ffff00;
	}
.t_center {
	letter-spacing: 0.3em;
	font-size: 1.2em;
	text-align: center;
}

 .cmp .mfp-close{top:0;}

.modal .cpn_content{
	padding: 2% 0;
	margin: 3% 0;
}
.modal .l-sec{margin: 3% 0;}

.modal .l-sec .note{font-size: 85%;}

@media screen and (min-width: 768px){
.sec03 .contTitle:before{display: none;}
.modalBtnLead{font-size: 1.5em;}
.modalBtn {
	max-width: 740px;
	margin: 0 auto;
}
}

.modal::-webkit-scrollbar{
　　width: 10px;
}
.modal::-webkit-scrollbar-track{
　　background: #fff;
　　border-left: solid 1px #ececec;
}
.modal::-webkit-scrollbar-thumb{
　　background: #ccc;
　　border-radius: 10px;
　　box-shadow: inset 0 0 0 2px #fff;
}

@media screen and (max-width: 768px){
	.t_center{letter-spacing: 0.01em;}
	.modalBtn a {
    /*display: flex;*/
    position: relative;
    padding: 0.5em 1em 0.5em 1em;
    font-size: calc(14/375*100vw);
		text-align: left;
    font-weight: normal;
    line-height: 1.2;
	}
	.modalBtn a .txtsml {
		font-size: 13px;
	}
	.modal .l-base{padding: 0 5px;}
	.mfp-content .modal {font-size: calc(21/750*100vw);}
	span.big, span.big2{font-size: 1em!important;}
  .cp_item{width: 45%!important;}
}

.cp_box p.price01 {
    color: #ff3a71;
  }
  .c-mdl .modalBox p{line-height: 1.5em;}
  .cp_box p{font-size: 1.5em!important;}
  .cp_item{padding: 0 3%;}

  .small{font-size: 80%;}


/* 20200908 キャンペーンモーダル化ここまで */

/*------------- 20201127▼ ------------*/
.pagelead .notice {
    margin: 30px 0 40px;
}
.linkBtn_corp {
				padding-top: 50px;
}
.linkBtn_corp a {
    padding: 20px 30px;
    border-width: 2px;
    border-radius: 80px;
    border-color: #514d4c;
    color: #fff;
    width: 500px;
    background-color: #ef4340;
    font-size: 19px;
    font-weight: bold;
    box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.15);
				display: inline-block;
}
.linkBtn_corp a.btn::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    top: calc(50% - 4px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.corp_tc {
				text-align: center;
}
.c-mdl .modalBox .btnCorp {
				text-align: center;
}
.c-mdl .modalBox .btnCorp a {
    padding: 20px 60px;
    max-width: 600px;
				text-align: center;
				display: inline-block;
}
@media screen and (min-width: 768px) {
.widCorp {
    max-width: 750px;
}
}
@media screen and (max-width: 767px) {
.pagelead .secInner {
    padding: 35px 0 0;
}
.linkBtn_corp {
				padding-top: 40px;
}
.linkBtn_corp a {
    width: 90%;
}
.c-mdl .modalBox .btnCorp {
				margin: 0;
}
.c-mdl .modalBox .btnCorp a {
    padding: 20px 40px;
				width: 100%;
				font-size: 16px;
}
.c-mdl .modalBox .btnCorp a:after {
    top: 45%;
    right: 20px;
    width: 10px;
    height: 10px;
}
.c-mdl.widCorp .modalBox h4 {
    padding: 25px 25px 25px 0!important;
				font-size: 1.6em!important;
}
}
/*------------- 20201127▲ ------------*/

/*-- 20201202追加 --*/
@media screen and (min-width: 768px){
.mv .mvCB {
    top: 55px;
    right: -105px;
}
}
/* 年末年始ロゴ追加、取り下げ時は削除 */
@media screen and (min-width: 768px){
.mv .mvCB {
right: -128px;
}
.mv .mvCB .ny_img img{
width: 200px;
}
}
@media screen and (max-width: 767px) {
.mv .mvCB .ny_img img{
min-width: 180px;
}
}


/* 20201223 今村 1月キャンペーン追加ここから*/
.nenshi_campaign_area {
	background: url(/academy/techbase/images/shinnen_bg.png);
	padding: 1.5% 0 0.9%;
	margin-bottom: 2%;
	background-size: 17%;
}

.nenshi_campaign_inner P{
	width: 60%;
	margin: 0 auto;
}
.nenshi_campaign_inner P img{width: 100%;}

.nenshi_campaign_inner P.shinnen_txt{
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin:0.5% auto;
	letter-spacing: 0.2em;
}

.nenshi_campaign_area P.shinnen_btn{
  text-align: center;
  margin: 0 auto 1%;
  width: 30%;
	padding: 0.5% 8%;
	color: #fff;
	font-size: 1.3em;
	border: 3px #fff solid;
	border-radius: 50px;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.nenshi_campaign_area P.shinnen_btn:hover{opacity: 0.8;}

.nenshi_campaign_area .inline-link{
	display: block;
	cursor: pointer;
	z-index: 1;
}

.nenshi_campaign_area .inline-link:hover{opacity: .9;}
#modal_shinnen.c-mdl{max-width: 880px;}
#modal_shinnen .c-mdl_close {
    position: absolute;
    top: 18px;
    right: 0;
    height: 15px;
  }

	@media screen and (max-width: 768px){
		.nenshi_campaign_inner P{width: 100%;}
		.nenshi_campaign_area {
			background-size: 30%;
			padding: 3% 0 2.5%;
		}
		.shinnen_btn span {
			font-size: 1.2em;
			padding: 0.8% 15% 0.3%;
			border: 2px #fff solid;
		}
		.nenshi_campaign_inner P.shinnen_btn{width: 60%;}
		.nenshi_campaign_inner P.shinnen_txt{
			font-size: 1.3em;
			margin: 1% 0;
		}

    #modal_shinnen .c-mdl_close{
    top: 13px;
    right: 3px;
    width: 40px;
    height: 20px;
}
    #modal_shinnen.c-mdl{
      padding: 15px 0;
      width: calc(100% - 30px);
    }
	}
/* 20201223 今村 1月キャンペーン追加ここまで*/

/*20210203ヘッダー固定、モーダル追加*/

.shiryou{margin-top: 3%;}
html .shiryou a{
  background-color: #08e1ae;
  background-image: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%);
}
	@media screen and (max-width: 768px){
		.shiryou{
			margin-top: 3%;
			margin-bottom: 6%;
		}
	}
.campaign_area{
  width: 930px;
  margin: 20px auto 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
	@media screen and (max-width: 768px){
		.mvInner{
			margin-top: 0;
		}
		.campaign_area{
    width: 94%;
    margin: 5% auto 2%;
  }
}
.campaign_box_wide{
	width:100%;
margin:0 auto;
padding:2%;
}
.campaign_img img{
	width:100%;
	vertical-align:bottom;
}
.pc{
	display:block;
}
.modalBtnArea:hover {
  cursor: pointer;
}
.modalInner {
  position: relative;
  overflow: scroll;
  max-height: 80vh;
  padding: 30px 40px;
}
.c-mdl.es-mdl {
 max-width: 1040px;
}
.es-mdl .modalInner {
  position: relative;
  overflow: scroll;
  max-height: 80vh;
  padding: 30px 40px;
		line-height: 1.6;
}
.es-mdl .c_big2 {
  font-size: 1.5em;
  line-height: 1.4;		
}
.es-mdl .color {
  font-size: 1.2em;
  color: #3366ff;
}
.es-mdl .em_3 {
  font-size: 1.3em;
  line-height: 1.8em;
}
.es-mdl .img_small, .es-mdl .img_small02,
.es-mdl .img_small03 {
  margin: 1% 0;
  text-align: center;
}
.es-mdl .img_small img {
  width: 70%;
}
.es-mdl .img_small02 img {
  width: 50%;
}
.es-mdl .img_small03 img {
  max-width: 60%;
}
.es-mdl .item_box {
  margin: 0 0 1%;
}
.es-mdl .ut {
  text-decoration: underline;
}
.es-mdl .bt_item {
		border-top: 1px solid #ccc;
}
.modalBtn {
  position: relative;
}
.modalBtn .free {
  color: #ffff00;
}
.modalBtn a {
    display: block;
    position: relative;
    background: linear-gradient(to right, #ff8047,#ff531a);
    color: #fff;
    padding: 0.3em 2em 0.3em 3em;
    z-index: 3;
    transition: 0.4s;
    font-size: 28px;
  font-weight: bold;
    border-radius: 32px;
}
.modalBtn a span:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    transition: 0.4s;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.t_center {
  text-align: center;
}
.es-mdl .orange {
  color: #5f548a;
}
.es-mdl .c-mdl_close {
  position: absolute;
  top: 0px;
  right: 42px;
}
@media screen and (min-width: 768px){
.modalBtnLead {
  font-size: 36px;
}
.modalBtn a:hover {
  opacity: .7;
}
}
@media screen and (max-width: 768px){
.c-mdl.es-mdl {
    top: 4vw;
}
.es-mdl .bold {
    font-size: 1.1em;
}
.es-mdl .modalBox {
    padding: 3em 0 1em;
}
.es-mdl .modalInner {
    max-height: 84vh;
				padding: 20px 10px 0 10px;
}
.es-mdl .c-mdl_close {
    top: 2px;
    right: 5px;
    width: 40px;
    height: 40px;
}
.es-mdl .orange {
    font-size: 1em;
}
.cp_item {
    width: 42% !important;
}
.cp_box p {
    font-size: 1.1em !important;
  letter-spacing: -0.02em;
}
.modalBtnLead {
    font-size: calc(18/375*100vw);
    margin-bottom: 12px;
    display: block;
}
.modalBtn a {
    /*display: flex;*/
    position: relative;
    background: linear-gradient(to right, #ff8047,#ff531a);
    color: #fff;
    padding: 0.5em 2em 0.5em 1em;
    z-index: 3;
    transition: 0.4s;
    font-size: calc(16/375*100vw);
  font-weight: normal;
    border-radius: 32px;
  line-height: 1.2;
}
.modalBtn a span:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    transition: 0.4s;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
span.c_big, span.c_big2{font-size: 1.2em;}
}
main .more .free_btn a {cursor: pointer;}

@media screen and (max-width: 768px){
header .top_head {z-index: 10000;}
}
html .cpn_content p{
	font-size: 1em;
}
.autocad_t,
.revit_t{
  width: 100px;
  height: 25px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}
.autocad_t{
  background-color: #9c202c;
}
.revit_t{
  background-color: #146880;
}
.soft>div>div>p:not(first-child){
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .pc_done{
    display: none;
  }
.soft{
  display: flex;
  justify-content: space-between;
}
.soft>div{
  margin: 2%;
  width: 50%;
}
.autocad>div,
.revit>div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.autocad_t,
.revit_t{
  margin-right: 15px;
}
  .tac{
    text-align: center;
  }
}
.kyu{
  color: #84c440;
  border-bottom: #928C8D 1px solid;
  text-align: center;
}
.fs_b{
  font-size: 1.5em;
}
@media screen and (max-width: 768px){
.dnon{
  display: none;
}
  .sp_done{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .shiken{
    display: flex;
    justify-content: space-between;
  }
  .shiken>div{
  margin: 2%;
  width: 50%;
}
}
/*20210203ヘッダー固定、モーダル追加ここまで*/

@media screen and (min-width: 768px){
  .mv{
    background-size: cover;
  }
  .fs_20{
  font-size: 20px;
}
  .btns .tsuika{
  display: flex;
  justify-content: space-between;
}
 .btns .tsuika a{
    padding: 5px 0 10px 50px;
	line-height: 1.4;
}
.btns .tsuika .white{
  margin-top: 36px;
  margin-left: 20px;
}
.btns .tsuika .white a{
  background-color: #fff;
  color: #514e4d;
  border: #e6e6e6 1px solid;
	padding-left: 60px;
}

.btns .tsuika a::after{
    top:40px;
  }
}
  .btns .tsuika .white a::after {
    border-top: 2px solid #514e4d;
    border-right: 2px solid #514e4d;
    display: inline-block;
    content: '';
    position: absolute;
    top: 42px;
    right: 20px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more .link a{
  padding: 5px 0 5px 60px;
	line-height: 1.5;
}
.more .link a .fs_16{
  color: #514e4d;
}
.more .link a::after{
  top: 26px;
}
.moredetail .link a{
  padding: 5px 0 5px 55px;
}
@media screen and (max-width: 768px){
  .red_sp{
    margin-top: 18px;
  }
  .red_sp,
  .white_sp{
    text-align: -webkit-center;
    margin-bottom: 10px;
  }
  .red_sp a,
  .white_sp a{
    padding: 8px 0px 9px 30px;
    border-radius: 80px;
    display: block;
    position: relative;
    width: 100%;
    max-width: 360px;
    color: #fff;
    background-color: #ef4340;
    font-size: 20px;
    font-weight: 250;
    font-weight: bold;
    letter-spacing: 0;
    opacity: 1;
    transition: 0.4s;
    text-align: left;
	  line-height: 1.4;
	  margin: auto;
}
	.red_sp a {
		font-size: 17px;
		padding: 11px 0px 12px 20px;
	}
  .red_sp a::after,
  .white_sp a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    content: '';
    position: absolute;
    top: 30px;
    right: 16px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
  .white_sp a{
  background-color: #fff;
  color: #514e4d;
  border: #e6e6e6 1px solid;
  margin-top: 10px;
  }
  .white_sp a::after {
    border-top: 2px solid #514e4d;
    border-right: 2px solid #514e4d;
  }
  .red_sp a .fs_20,
  .white_sp a .fs_20  {
    font-size: 16px;
  }
  header .bottom_head .gnav.active{
    position: fixed;
    padding: 10vw 0 5vw 5vw;
    z-index: 100000000;
    width: 100%;
    overflow:scroll;
    height: 100vh;
  }
  header .bottom_head .menu-trigger{
    z-index: 100000001;
  }
  header .bottom_head .gnav.active>div{
    padding: 0 20px 20px 0;
  }
  header .bottom_head .gnav.active>div>.red_sp a,
  header .bottom_head .gnav.active>div>.white_sp a{    
    font-size: 13px;
    padding: 5px 0px 5px 10px;
    border-radius: 50px;
  }
  header .bottom_head .gnav.active>div>.white_sp a{
    
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
  }
  header .bottom_head .gnav.active>div>.red_sp a::after,
  header .bottom_head .gnav.active>div>.white_sp a::after{
  top: 20px;
  right: 10px;
  width: 10px;
  height: 10px;  
  }
  header .bottom_head .gnav.active>div>.red_sp a .fs_20,
  header .bottom_head .gnav.active>div>.white_sp a .fs_20{
    font-size: 10px;
  }
  .btns .tsuika{
    display: contents;
  }
  .more .link a::after{
  top: 25px;
}
  .c-mdl .modalBox .btnCorp a{
    padding: 20px 25px;
  }
}
/*20210217ボタン修正・追加ここまで*/



/*20210319改修*/
.fsz_b{
  font-weight: bold;
  font-size: 18px;
}
.sale {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	background: #e54340;
	padding: 0.3em 0.5em;
	margin-left: 0.5em;  
}


.access_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access_list li{
  width: 300px;
  margin: 1%;
}
.access_area >p{
  margin: 5px;
}
   
@media screen and (max-width: 767px){
  header .bottom_head .gnav.active ul li{
    margin-bottom: 6vw;
  }
	.sale {
		display: inline-block;
		line-height: 1.2;
		margin-left: 0;
	}
}


/*アコーディオン追加*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  background: #e1f2f8; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  cursor: pointer;
}

.acbox label:hover{
  opacity: 0.8;
}

.acbox input{
  display: none;
}
.acbox label::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 2px;
  display: block;
  background-color: #595554;
  z-index: 2;
  transform: rotate(90deg);
  transition: all .4s;
}
.acbox label::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 2px;
  display: block;
  background-color: #595554;
  z-index: 2;
  transform: rotate(0deg);
  transition: all .4s;
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #e1f2f8; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
}
/*20210319改修ここまで*/


.bnr {
  text-align:center;
}

.bnr {
  margin: 20px 5px 40px 5px;
}

.bnr {
  font-size: 1em}

/*20211028改修*/
.mv .mv_bnr{
 padding: 80px 0 50px;
 text-align: center;
}
.mv .mv_bnr a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.imagecourse{
 max-width: 900px;
 margin: 0 auto;
}
.courseBox_imgbox{
 text-align: center;
 border: 2px #666362 solid;
}
@media screen and (min-width: 768px){
 .mv .mvInner{
  height: auto;
	 position: relative;
 }
}
@media screen and (max-width: 767px){
 .mv .mv_bnr{
  margin: 0 auto;
  width: 90%;
	 padding: 10vw 0 5vw;
 }
 .imagecourse{
  width: 92%;
  margin: 30px auto 0;
 }
}

.bnrarea .secInner {
	text-align: center;
	max-width: 1000px;
	margin: 2em auto 0;
}
.bnrarea .secInner ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bnrarea .secInner ul li {
	margin: 0.5em;
	width: 680px;
	/*width: 470px;　バナー2つ以上の場合*/		
}

.bnrarea ul li img { 
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.bnrarea .secInner {
		margin: 0 auto;
		padding: 0 4%;
	}
	.bnrarea .secInner ul {
		flex-direction: row;
	}
	.bnrarea .secInner ul li {
		width: 100%;
		max-width: 540px;
	}
}
/*20220120改修*/
.reasonColumn_link a:hover{
 opacity: 0.7;
}
.reasonColumn_link a{
 text-decoration: underline;
 font-size: 1.15em;
 line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .reason .reasonBox .reasonColumn{
 position: relative;
}
.reasonColumn_link{
 color: #ef4340;
 position: absolute;
 bottom: 20px;
 right: 0;
}
}
@media screen and (max-width: 768px) {
.reasonColumn_link{
 color: #ef4340;
 margin-top: 10px;
}
}

.generalsupport {
	margin-bottom: 80px;
}
.generalsupport li {
	max-width: 800px;
	margin: 0 auto 1em;
}
.generalsupport li:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.generalsupport {
		margin-bottom: 8vw;
	}
}
/*20220330改修*/
.course .recommendedCourse ul li p span.highlight {
 border-bottom: #fff333 solid 3px;
}
.course .recommendedCourse ul li p span.kyufulbl {
	/*background: #c5be56;
	color: #fff;*/
	color: #4474d4;
	border: 2px solid #4474d4;
	background: #ffffff;
	font-size: 120%;
	padding: 0.1em 0.8em;
	border-radius: 0.2em;
	display: inline-block;
	margin-bottom: 0.5em;
}
.course .recommendedCourse ul li p span.kyufulbl.careeruplbl {
	/*background: linear-gradient(to right,  #afe02f 0%,#49c7c1 100%);*/
	margin-right: 0.4em;
	color: #57b3ae;
	border: 2px solid #57b3ae;
}
.course .recommendedCourse ul li p .jadlbl {
	display: block;
    margin: 0 auto 0.5em;
    max-width: 244px;
}
.kyufubnr {
	text-align: center;
	margin-top: 2em;
}

.course .recommendedCourse ul.kyufulbl {
	margin-bottom: 0.5em;
}
.course .recommendedCourse ul.kyufulbl li {
	color: #4474d4;
	border: 2px solid #4474d4;
	background: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.3em 0 0.1em;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.3em;
	width: 49.5%;
	text-align: center;	
}
.course .recommendedCourse ul.kyufulbl li .i_block {
	display: inline-block;
}
.course .recommendedCourse ul.kyufulbl li.careerup {
	color: #57b3ae;
	border: 2px solid #57b3ae;
	font-size: 14px;
}
.course .recommendedCourse ul.kyufulbl .kyufukinseido {
	color: #4474d4;
	border: 2px solid #4474d4;
}
.course .recommendedCourse ul.kyufulbl .jiritsu {
	color: #2d9139;
	border: 2px solid #2d9139;
}
.course .recommendedCourse ul.kyufulbl .koutou {
	color: #d95c82;
	border: 2px solid #d95c82;
}
.course .jadlbl {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.course .recommendedCourse .txt_intro {
		margin-bottom: 1em;
	}
	.course .recommendedCourse ul.kyufulbl li {		
		width: 100%;
		font-size: 14px;
		max-width: 380px;
		margin: 0 auto 0.3em;
	}
	.course .jadlbl {
		max-width: 280px;
		margin: 0 auto;
	}	
}

/* 2022SEO施策 */
.hTtl{
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  top:210px;
  display: block;
  width: 100%;
  font-size: 79px;
  line-height: 1.2;
  margin-top: -10px;
}
#mv .kyufuinfo h2 {
	margin-bottom: 0.5em;
}
#mv .kyufuinfo h2 .kome {
	font-size: 1.1rem;
	display: inline-block;
	margin-left: 0.5vw;
	padding-bottom: 0.4vw;	
}
#mv .kyufuinfo ul {
	margin-bottom: 1.6vw;
}
#mv .kyufuinfo ul li {
	color: #ffffff;
	background: #4474d4;
	display: inline-block;
	padding: 0.2em 0.5em 0;
	margin-right: 0.1em;
}
#mv .kyufuinfo ul li.bg_green {
	background: #2d9139;
}
#mv .kyufuinfo ul li.bg_pink {
	background: #d95c82;
}
#mv .kyufuinfo .logoarea {
	width: 160px;
}
#mv .kyufuinfo .logoarea img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.hTtl{
		width: 100%;
		top:54vw;
		font-size:17.5vw;
		margin-top: 0;
	}
	#mv .kyufuinfo h2 {
		text-align: center;
		margin-bottom: 0;
	}
	#mv .kyufuinfo h2 img {
		width: 92%;
	}
	#mv .kyufuinfo h2 .kome {
		font-size: 2.6vw;
		margin: 1vw 0 0;
		padding-bottom: 2vw;
	}
	#mv .kyufuinfo ul {
		margin-bottom: 0;
		width: 48vw;
		margin-left: 5vw;
	}
	#mv .kyufuinfo ul li {
		padding: 0.4vw 0 0.1vw;
		font-size: 3.6vw;
		margin: 0.5vw 0;
		width: 100%;
		text-align: center;
	}
	#mv .kyufuinfo .logoarea {
		position: relative;
		top: -18.5vw;
		left: 56vw;
		width: 38vw;
		margin-bottom: -20vw;
	}
}

.leadTxt{
  text-align: center;
  padding:50px 0 50px;
  font-size: 20px;
  font-weight: bold;
}

.breadcrumb{
  border-top: #ececec 1px solid;
  position: absolute;
  top:86px;

  width: 100%;
  padding:3px 0 5px;
}
@media screen and (max-width: 767px) {
  .breadcrumb{
    position: inherit;
    margin-top: 60px;
  }
	.leadTxt{
	  
	  padding:30px 0 20px;
	  font-size: 18px;
	  font-weight: bold;
	}
}
.breadcrumb ul{
  display: flex;
  padding:0 55px;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul{
    padding:0 10px;
  }
}
.breadcrumb ul li{
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 1rem;
}
.breadcrumb ul li::after{
  content:"";
  width: 5px;
  height: 5px;
  border-top:1px solid #888;
  border-right:1px solid #888;
  transform: translate(0,-50%) rotate(45deg);
  position: absolute;
  top:50%;
  right:0px
}
.breadcrumb ul li:last-child::after{
  display: none;
}


.breadcrumb a{
  text-decoration: underline;
}
/* 20230320追加 */
#mainArea .mvLink {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  #mainArea .mvLink {
      padding-top: 15px;
      padding-bottom: 15px;
  }
}
.mv {
  margin-bottom: 0;
}

/* 202312105 */
header .top_head .logo {
  width: 200px;
}

@media screen and (min-width: 768px) {

  #container {
    padding-top: 124px;
  }

  header .top_head {
    height: 100px;
  }

  header .top_head .logo {
    width: 120px;
  }

  .breadcrumb {
    top: 100px;
  }

  header .bottom_head {
    top: 124px;
  }
}

.campinfo {
	margin: 10px 30px 0;
	background: #f5f5f5;
	padding: 1em;
}
.campinfo dt {
	background: #ef4340;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	padding: 0 0.5em;
	margin-bottom: 0.3em;
}
.campinfo dd {
	color: #ef4340;
	font-weight: bold;
}
.campinfo dd .txt_lar {
	font-size: 140%;	
}
.campinfo dd .highlight {
	background: linear-gradient(transparent 60%, #fef11c 60%);
	margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
	.campinfo {
		margin: 10px 0 0;
	}
}



/* reskilling_price(course) */
.reskilling_price {
	line-height: 1.5;
	margin: 10px 30px 0;
	background: #f5f5f5;
	padding: 1em;
	text-align: center;
	border-radius: 1em;
}
.reskilling_price .usually {
	font-size: 2.4rem;
	padding-bottom: 1em;
	margin-bottom: 0.2em;
	background: url(../images/icon_arrow_gray.svg) no-repeat 50% 100% / 32px auto;
}
.reskilling_price .lbl {
	font-size: 1.15rem;
	display: inline-block;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 0.2em 0.2em 0 0.3em;
	border: 1px solid #333333;
	vertical-align: 0.3em;
	margin: 0 0.3em 0 0.2em;
}
.reskilling_price .fee {
	font-size: 1.4rem;
	vertical-align: 0.15em;
}
.reskilling_price .yen {
	font-size: 70%;
	vertical-align: 0.05em;
}
.reskilling_price .tax {
	font-size: 45%;
	vertical-align: 0.1em;
}
.reskilling_price .subsidy {
	font-size: 1.6rem;
	color: #ffffff;
	/*background: #e64e4e;*/
	background: #20b7b0;
	width: 92%;
	margin: 0 auto;
	font-weight: bold;
	border-radius: 1em;
	margin-bottom: 0.8em;
	padding: 0.2em 0 0;
}
.reskilling_price .subsidy.camp {
	background: #cb1e3b;
	margin-bottom: 0;
}
.reskilling_price .icon_plus {
	font-size: 160%;
	line-height: 1.1;
}
.reskilling_price .cashback {
	font-size: 3rem;
	line-height: 0.9;
	font-weight: bold;
}
.reskilling_price .cashback .txt_cb {
	font-size: 1.8rem;
}
.reskilling_price .really {
	color: #cb1e3b;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.reskilling_price .really .lbl {
	font-size: 1.2rem;
	border-color: #cb1e3b;
	background: #ffffff;
	vertical-align: 0.5em;
}
.reskilling_price .really .tax {
	font-size: 40%;
}


@media screen and (max-width: 767px) {
	.reskilling_price {
		margin: 10px 0 0;
	}
	.reskilling_price .usually {
		font-size: 1.9rem;
		background-size: 26px auto; 
	}
	/*.reskilling_price .lbl {
		padding: 0.3em 0.2em 0 0.3em;
	}*/
	.reskilling_price .fee {
		font-size: 1.3rem;
	}
	.reskilling_price .subsidy {
		font-size: 1.4rem;
		width: 100%;
    	max-width: 270px;
	}
	.reskilling_price .cashback {
		font-size: 2.4rem;
	}
	.reskilling_price .cashback .txt_cb {
		font-size: 1.6rem;
	}
	.reskilling_price .really {
		font-size: 2.7rem;    
    	padding-left: 0;
	}
}
@media screen and (max-width: 374px) {
	.reskilling_price .subsidy {
		font-size: 3.8vw;
	}
	.reskilling_price .really {
		font-size: 7.2vw;
	}
}


/* reskilling_info */
#reskilling_info {
	font-size: 1.6rem;
	margin: 20px auto 40px;
}
.panel.is-show {
	display:block;
	text-align: center;
}
.tab-group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 760px;
	margin: 0 auto;
	padding-top: 26px;
}
.tab {
	color: #ffffff;
	background: #949292;
	font-weight: bold;
	list-style: none;
	text-align: center;
	cursor: pointer;
	border-radius: 0.5em 0.5em 0 0;
	height: 44px;
	line-height: 50px;
	width: 32.5%;
	position: relative;
}
.tab.blue {
	background: #63c2bf;
}
.tab.is-active {
	background: #63c2bf;
}
.tab.green.is-active{
  background:#1bad55;
  transition: all 0.2s ease-out;
}
.tab.orange.is-active{
  background:#fea566;
  transition: all 0.2s ease-out;
}
.tab img {
	display: block;
	position: absolute;
	margin: 0 auto;
	top: -26px;
	left: 2px;
	right: 0;
}
.tab:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;	
}
.panel{
	display:none;
}
.tab.is-active:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
}
#reskilling_info .border_wrap {
	width: 880px;
	margin: 0 auto;
	background: -webkit-linear-gradient(top left, #62c2c0 0%, #b7ea60 100%);
	background: -o-linear-gradient(top left, #62c2c0 0%, #b7ea60 100%);
	background: linear-gradient(to bottom right, #62c2c0 0%, #b7ea60 100%);
	border-radius: 30px;	
	padding: 40px;
	position: relative;
	z-index: 1;
}
#reskilling_info #kyufu .border_wrap {
	background: -webkit-linear-gradient(top left, #b3e281 0%, #0da047 100%);
	background: -o-linear-gradient(top left, #b3e281 0%, #0da047 100%);
	background: linear-gradient(to bottom right, #b3e281 0%, #0da047 100%);
}
#reskilling_info #hitori .border_wrap {
	background: -webkit-linear-gradient(top left, #fedc45 0%, #fb8070 100%);
	background: -o-linear-gradient(top left, #fedc45 0%, #fb8070 100%);
	background: linear-gradient(to bottom right, #fedc45 0%, #fb8070 100%);
}
#reskilling_info .border_wrap:before {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background: #ffffff;
	border-radius: 14px;
	z-index: -1;
}
#reskilling_info .txt_red {
	color: #e62626;
}
#reskilling_info .txt_bold {
	font-weight: bold;
}
#reskilling_info .copy {
	display: flex;
	align-items: center;
	justify-content: center;	
	text-align: center;
	line-height: 1.3;
	margin-bottom: 15px;
}
#reskilling_info .copy:before,
#reskilling_info .copy:after {
    display: block;
    content: '';
    width: 0.8em;
	height: 1.2em;
    border-left: 1px solid #333333;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
#reskilling_info .copy:after {	
    border-left: none;
	width: 0.2em;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);	
}
#reskilling_info .flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px;
	position: relative;	
}
#reskilling_info .cashback {
    margin-left: 1.5em;
}
.border_wrap .listlink {
	color: #555555;
	font-size: 1.3rem;
	position: absolute;
	right: 1em;
	bottom: 0;
}
.border_wrap .listlink a {
	text-decoration: underline;
	position: relative;
	padding-right: 0.8em;
}
.border_wrap .listlink a:after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	right: 0;
	top: calc(50% - 3px);
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#reskilling .border_wrap .btnarea {
	padding-top: 36px;
	position: relative;
}
#reskilling .border_wrap .btnarea img {
	position: absolute;	
	left: 4px;
	right: 0;
	top: 0;
	margin: 0 auto;
}
.border_wrap .btnarea a {
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #e64e4e;
	border-radius: 8px;
	display: block;
	width: 340px;
	height: 64px;
	line-height: 64px;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
}
.border_wrap .btnarea a:after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	right: 30px;
	top: calc(50% - 4px);
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#kyufu .cashback_wrap {
	position: relative;
	margin-bottom: 15px;
}
#kyufu .border_wrap .listlink {
	right: 4em;
}
#kyufu .kome {
	color: #555555;
	font-size: 1.3rem;
}
#kyufu .border_wrap .btnarea {
	margin-top: 15px;
}
#reskilling_info #hitori .cashback {
	margin: 0.2em 0 0.5em;
}
#hitori .border_wrap .listlink {
	position: relative;
	right: 0;
	margin-bottom: 0.5em;
}
#hitori.panel .kome {
	margin-bottom: 0.5em;
}
/* cvbtn fukidashi */
.fukidashi {
	position: relative;
	width: 450px;
	padding-top: 40px;
}
.fukidashi img.bubble {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.reskilling_lbl {
    position: absolute;
    width: 340px;
	left: 260px;
	top: 316px;
}

@media screen and (max-width: 767px) {
	#reskilling_info {
		font-size: 1.3rem;
		margin: 30px auto;
		padding: 0 4%;
	}
	#reskilling_info img {		
		height: auto;
	}
	.tab-group{
		width: 85%;
		max-width: 400px;
		margin: 0 auto;
		padding-top: 2vw;
	}
	.tab {
		line-height: 1.2;
		font-size: 1.15rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tab img {
		top: -20px;
		width: 95%;
		max-width: 130px;
		height: auto;
	}
	#reskilling_info .border_wrap {
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
		padding: 30px 20px;
	}
	#reskilling_info .border_wrap:before {	
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		border-radius: 20px;
	}
	#reskilling_info .copy {
		font-size: 1.3rem;
		letter-spacing: -0.05em;
		align-items: flex-start;
	}
	#reskilling_info .copy:before,
	#reskilling_info .copy:after {
		position: relative;	
	}
	#reskilling_info .copy:before {
		left: 2.5em
	}
	#reskilling_info .copy:after {
		right: 2.5em
	}
	#reskilling_info .flexbox {
		flex-direction: column;
		padding: 0 2%;		
	}
	#reskilling_info .logo {
		width: 200px;
	}
	#reskilling_info .logo,
	#reskilling_info .cashback {
		margin-bottom: 15px;		
	}
	#reskilling_info .cashback {
		margin-left: 0;
	}
	.border_wrap .listlink {	
		font-size: 1.15rem;
		position: relative;
	}
	.border_wrap .listlink a {
		text-decoration: underline;
		position: relative;
		padding-right: 0.8em;
	}
	#reskilling .border_wrap .btnarea {
		padding-top: 32px;
	}
	#reskilling .border_wrap .btnarea img {
		width: 230px;
		height: auto;
	}
	.border_wrap .btnarea a {
		font-size: 1.6rem;
		width: 100%;
		max-width: 270px;
		height: 50px;
		line-height: 50px;
	}
	.border_wrap .btnarea a:after {
		width: 7px;
		height: 7px;
		right: 30px;
		top: calc(50% - 4px);
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;	
	}
	#kyufu .cashback_wrap {
		padding: 0 15%;
	}
	#kyufu .border_wrap .listlink {
		right: 0;
	}
	#kyufu .kome {
		font-size: 1.1rem;
	}
	#reskilling_info #hitori .cashback {
		width: 70vw;
		margin: 0 auto 2vw;
	}
	/* cvbtn fukidashi */
	.fukidashi {
		width: 100%;
		padding-top: 34px;
	}
	.fukidashi img.bubble {	
		width: 240px;	
	}
	.reskilling_lbl {
		left: 58vw;
		top: 124vw;
		width: 36vw;
	}
	.reskilling_lbl img  {
		border-radius: 1.5vw;
	}
    .course .recommendedCourse ul li p .jadlbl {
      margin-left: 0;
    }
}
@media screen and (max-width: 374px) {
	#reskilling_info {
		padding: 0 2%;
	}
	#reskilling_info .border_wrap {
		border-radius: 15px;
	}
	#reskilling_info .border_wrap:before {
		border-radius: 10px;
	}
	.tab-group{
		width: 90%;
	}
	#reskilling_info .copy {
		font-size: 3.6vw;
	}
}

@media screen and (max-width: 767px) {
	.st-footerBottom {
		padding-bottom: 120px;
	}
}

header .top_head .logo.anv40th {
	width: 170px;
}
@media screen and (min-width: 767px) {
	header .top_head .logo.anv40th {
		width: 200px;
		margin-right: 1.5em;
	}
}
