@charset "utf-8";

body {
  max-width: 1920px;
  width: 100%;
  margin: auto !important;
  font-family:  "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  color: #333;
  background: url(/system_panel/uploads/images/main_bg.jpg);
}

#root {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.telWrap {
	color: inherit;
	text-decoration: underline;
}

a, button {
	transition: .3s;
}

p > a, label > a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

/*-- 共通 --------------------------------------------------------------*/

/*-- 画像 --*/

.imgControl {
  position: relative;
  padding: 0 0 100%;
}

.imgControl > img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.imgFit {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.imgShadow01 {
    box-shadow: 20px 20px 20px rgb(0 0 0 / 16%);
}

/*-- タイトル --*/

.subTit01 {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.enSubTit01 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Balthazar', serif;
    letter-spacing: 0.06em;
    line-height: 1.2em;
}

.enSubTit02 {
    font-size: 26px;
    font-weight: normal;
    font-family: 'Balthazar', serif;
    letter-spacing: 0.06em;
    line-height: 1.038em;
}

.enSubTit03 {
    font-size: 17px;
    font-weight: normal;
    font-family: 'Balthazar', serif;
    letter-spacing: 0.06em;
    line-height: 1.38em;
}

.tit01 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.72em;
}

.tit02 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.72em;
}

.tit03 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.72em;
}

.tit04 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.tit05 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.tit06 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.enTit01 {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Balthazar', serif;
    letter-spacing: 0.06em;
    line-height: 1.017em;
}

.titDeco01 {
    display: inline-block;
    border-bottom: solid 4px #052D67;
    padding: 0 0 5px;
}

.titDeco02 {
    display: inline-block;
    border-bottom: solid 1px;
    padding: 0 5px 20px;
}

.titDeco03 {
	position: relative;
}

.titDeco03:before {
    content: "";
    display: block;
    max-width: 55px;
    width: 100%;
    height: 3px;
    background: #052D67;
    margin: 0 0 15px;
}

.titDeco04 {
    display: flex;
    align-items: center;
}

.titDeco04:before {
    content: "";
    display: block;
    max-width: 35px;
    width: 100%;
    height: 1px;
    background: #052D67;
    margin: 0 15px 0 0;
}

/*-- テキスト --*/

.indent01 {
    padding-left: 1em;
    text-indent: -1em;
}

.indent02 {
    padding-left: 2em;
    text-indent: -2em;
}

.verticalTxt01 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.txt01 {
	line-height: 1.72em;
  	letter-spacing: 0.05em;
}

.txtColor01 {
	color: #0B469D;
}

.txtColor02 {
	color: #052D67;
}

/*-- フォント --*/

.font01 {
	font-family: 'Shippori Mincho B1', serif;
}

.enFont01 {
	font-family: 'Balthazar', serif;
}

.enFont02 {
	font-family: 'Montserrat', sans-serif;
}

/*-- 背景 --*/

.bgColor01 {
    background: #f3fbfd;
}

.bgColor02 {
    background: #0B469D;
}

/*-- ボタン --*/

.btn01 {
    max-width: 525px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.44em;
    border: solid 1px #4A565A;
    color: #4A565A;
    border-radius: 5px;
    padding: 26px 30px;
    position: relative;
}

.btn01:before {
    content: "";
    display: block;
    max-width: 19px;
    width: 100%;
    height: 10px;
    background: url(https://seikoukai-nagoya.net/system_panel/uploads/images/arrow_icon01.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn01:hover {
    background: #4A565A;
    color: #fff;
}

.btn01:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(283deg) brightness(105%) contrast(96%);
}

.btn01:hover .icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7483%) hue-rotate(283deg) brightness(105%) contrast(96%);
}

.btn02 {
    max-width: 525px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.44em;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 5px;
    padding: 26px 30px;
    position: relative;
}

.btn02:before {
    content: "";
    display: block;
    max-width: 19px;
    width: 100%;
    height: 10px;
    background: url(https://seikoukai-nagoya.net/system_panel/uploads/images/arrow_icon02.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn02:hover {
    background: #fff;
    color: #0B469D;
}

.btn02:hover:before {
    filter: brightness(0) saturate(100%) invert(19%) sepia(84%) saturate(1659%) hue-rotate(198deg) brightness(96%) contrast(99%);
}

.btn02:hover .icon {
    filter: brightness(0) saturate(100%) invert(19%) sepia(84%) saturate(1659%) hue-rotate(198deg) brightness(96%) contrast(99%);
}

.btn03 {
    max-width: 178px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Balthazar', serif;
    letter-spacing: 0.06em;
    line-height: 1em;
    color: #333333;
    position: relative;
}

.btn03Icon {
    max-width: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border: solid 1px #333;
    border-radius: 50%;
    position: relative;
    margin: 0 0 0 5%;
    transition: .3s;
}

.btn03Icon:before {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    background: url(/system_panel/uploads/images/arrow_icon01.svg) no-repeat center;
    background-size: contain;
}

.btn03:hover .btn03Icon {
    border-color: #fff;
    background: #0B469D;
}

.btn03:hover .btn03Icon:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7493%) hue-rotate(282deg) brightness(109%) contrast(102%);
}

/*-- テーブル --*/

.baseTb {
  border: solid 1px #ccc;
  width: 100%;
  margin: 0 auto;
}

.baseTh {
  padding: 15px;
  background: #0E2E6D;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.baseTd {
  padding: 15px;
  line-height: 1.5em;
  background: #fff;
}

.baseTb .row:not(:last-child) > .baseTh, .baseTb .row:not(:last-child) > .baseTd {
	border-bottom: solid 1px #ccc;
}

.baseTd > a {
  display: inline-block;
  color: #2B2939;
  text-decoration: underline;
}

.baseTd > a:hover {
	text-decoration: none;
}

.baseTd + .baseTd {
    border-left: solid 1px #0E2E6D;
}

.baseTh + .baseTh {
    border-right: solid 1px #0E2E6D;
}

.baseTh:last-child {
    border-right: 0;
}

.scrollTb {
    overflow: auto;
}

.scrollTb > .row {
    width: 680px;
}

/*-- Bootstrapスライダー --*/

.carousel-indicators .active {
    background-color: unset;
    opacity: .6;
}

.carousel-indicators .indicator:hover {
    opacity: .6;
}

/*-- 授業ページライトボックス --*/

.subjCol01 > a {
    display: block;
    position: relative;
    padding: 0 0 70.55%;
    border: solid 1px #ccc;
}

.subjCol01 > a:hover {
    opacity: .5;
}

.subjCol01 > a > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/*-- レイアウト --*/

.wrap01 {
    padding: 80px 0;
}

.breadWrap + .wrap01 {
    padding: 50px 0 70px;
}

.inner {
    max-width: 1430px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    min-height: 30px;
    position: relative;
}

.frame01 {
    margin: 30px 0 0;
    min-height: 30px;
}

.frame02 {
    margin: 25px 0 0;
    min-height: 30px;
}

.frame03 {
    margin: 50px 0 0;
  	min-height: 30px;
}

/*-- 下層カバー --*/

.incover {
    max-width: 1920px;
    width: 100%;
    height: 180px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 15px;
    overflow: hidden;
}

.incover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(8px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.incover:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(11 70 157 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.incoverBox {
    max-width: 1320px;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 9;
}

.incoverTit {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Shippori Mincho B1', serif;
    letter-spacing: 0.05em;
    line-height: 1.44em;
}

.incoverSubTit {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Balthazar', serif;
    letter-spacing: 0.06em;
    line-height: 1.45em;
}

/*-- パンくず --*/

.breadWrap {
    padding: 15px 0;
    font-size: 14px;
}

.breadBox {
    max-width: 1430px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.breadLink {
    display: block;
    color: #202020;
    text-decoration: underline;
}

.breadLink:hover {
    text-decoration: none;
    color: #202020;
}

/*-- header --------------------------------------------------------------*/

.humBtn {
    max-width: 52px;
    width: 100%;
    height: 52px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #052D67;
    border-radius: 50%;
    position: fixed;
    top: 43px;
    right: 2.5%;
    z-index: 99999999999;
    cursor: pointer;
}

.humBar {
    max-width: 22px;
    width: 100%;
    height: 17px;
    position: relative;
}

.humBar > div {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    right: 0;
    left: 0;
    transition: .5s;
}

.humBar > div:nth-child(1) {
    top: 0;
}

.humBar > div:nth-child(2) {
    top: 50%;
}

.humBar > div:nth-child(3) {
    top: 100%;
}

.open .humBar > div:nth-child(1) {
    top: 50%;
    transform: rotate(225deg);
}

.open .humBar > div:nth-child(2) {opacity: 0;}

.open .humBar > div:nth-child(3) {
    top: 50%;
    transform: rotate(135deg);
}

/*ハンバーガーメニュー*/

.navArea {
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    z-index: 9999999999;
}

.navArea.open {
    opacity: 1;
    visibility: visible;
}

.navLink01:before {
    content: "";
    display: block;
    max-width: 12px;
    width: 100%;
    height: 1px;
    background: #4A565A;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*スマホ時のナビ*/

.spNav {
	max-width: calc(100% - 60px);
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px #052D67;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #052D67;
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 50%;
	border-right: 1px solid #fff;
}

.spNavConte-l:last-child {
    border-right: 0;
}

.spNavLink {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
	font-size: 23px;
	color: #fff;
}

.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	line-height: 1em;
	color: #0E2E6D;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 12px;
	line-height: 1em;
	color: #fff;
}

.spNavBtn {
	padding: 10px 5px 5px;
	width: 60px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #fff;
	z-index: 9999999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px #052D67;
	border-left: solid 1px #052D67;
}

.spNavBtnBarItem {
	width: 100%;
	height: 3px;
	background: #0E2E6D;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.spMenu {
	margin: auto;
	padding: 0;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: rgb(26 26 26 / 95%);
	z-index: 9999999;
	transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 0;
}

.spMenuBx {
	display: flex;
	flex-wrap: wrap;
}

.spMenuConte {
	padding: 100px 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	width: 100%;
	padding: 15px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	position: relative;
}

.spMenuLink:hover {
	color: #fff;
}

/*-- footer --------------------------------------------------------------*/

.fnavLink01:before {
    content: "";
    display: block;
    max-width: 12px;
    width: 100%;
    height: 1px;
    background: #4A565A;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

body {
	font-size: 15px;
}

/*-- 共通パーツ --------------------------------------------------------------*/

/*-- 改行 --*/
.br768None br {
	display: none;
}

/*-- タイトル --*/

.subTit01 {
    font-size: 16px;
}

.enSubTit01 {
    font-size: 21px;
}

.enSubTit02 {
    font-size: 26px;
}

.enSubTit03 {
    font-size: 18px;
}

.tit01 {
    font-size: 38px;
}

.tit02 {
    font-size: 36px;
}

.tit03 {
    font-size: 34px;
}

.tit04 {
    font-size: 28px;
}

.tit05 {
    font-size: 21px;
}

.tit06 {
    font-size: 18px;
}

.enTit01 {
    font-size: 38px;
}

/*-- ボタン --*/

.btn01 {
    font-size: 16px;
}

.btn02 {
    font-size: 16px;
}

.btn03 {
    font-size: 16px;;
}

/*-- 下層カバー --*/

.incoverTit {
    font-size: 34px;
}

.incoverSubTit {
    font-size: 19px;
}
	
/*-- header -----------------------------------------------------------------*/

.humBtn {
   display: flex;
}
  
.spNav {
	display: none;
}

.spNavBtn {
	display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 16px;
}

/*-- 共通 -----------------------------------------------------------------*/

/*-- 改行 --*/
.br1024None br {
	display: none;
}

/*-- タイトル --*/

.subTit01 {
    font-size: 17px;
}

.enSubTit01 {
    font-size: 22px;
}

.enSubTit02 {
    font-size: 26px;
}

.enSubTit03 {
    font-size: 19px;
}

.tit01 {
    font-size: 48px;
}

.tit02 {
    font-size: 46px;
}

.tit03 {
    font-size: 42px;
}

.tit04 {
    font-size: 36px;
}

.tit05 {
    font-size: 28px;
}

.enTit01 {
    font-size: 44px;
}

.titDeco03:before {
    margin: 0 0 30px;
}

/*-- ボタン --*/

.btn01 {
    font-size: 18px;
    padding: 26px 60px;
}

.btn01:before {
    right: 40px;
}

.btn02 {
    font-size: 18px;
    padding: 26px 60px;
}

.btn02:before {
    right: 40px;
}

.btn03 {
    font-size: 18px;;
}

.btn03Icon {
    max-width: 55px;
    height: 55px;
}

.btn03Icon:before {
    width: 20px;
    height: 10px;
}

/*-- 下層カバー --*/

.incover {
    height: 280px;
}

.incoverTit {
    font-size: 50px;
}

.incoverSubTit {
    font-size: 22px;
}
	
/*-- レイアウト --*/
  
.wrap01 {
    padding: 120px 0;
}

.breadWrap + .wrap01 {
    padding: 95px 0 140px;
}
  
.frame01 {
    margin: 45px 0 0;
}

.frame02 {
    margin: 35px 0 0;
}
  
.frame03 {
    margin: 100px 0 0;
}

/*-- header -----------------------------------------------------------------*/

.humBtn {
    top: 85px;
    right: 5%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1100px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1100px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- 共通パーツ --------------------------------------------------------------*/

/*-- 改行 --*/

.br1200None br {
	display: none;
}

/*-- タイトル --*/

.subTit01 {
    font-size: 18px;
}

.enSubTit01 {
    font-size: 23px;
}

.enSubTit02 {
    font-size: 26px;
}

.enSubTit03 {
    font-size: 20px;
}

.tit01 {
    font-size: 58px;
}

.tit02 {
    font-size: 56px;
}

.tit03 {
    font-size: 52px;
}

.tit04 {
    font-size: 42px;
}

.tit05 {
    font-size: 35px;
}

.tit06 {
    font-size: 26px;
}

.enTit01 {
    font-size: 56px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1300px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1500px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */