@charset "utf-8";
/* CSS Document */
/*共通
=================================================================== */
html {scroll-behavior: smooth;}
.container {max-width: 1024px;margin: auto;position: relative;}
img {max-width: 100%;height: auto;}
.container img {display: block;}
.pc_block {display: block;}
.sp_block {display: none;}
.sp_cont {display: none;}
.indent01 {
  text-indent: -1em;
  padding-left: 1.5em;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.indent02 {
    text-indent: -2em;
    margin-left: 2em;
}
.edu_indent--list li, .edu_indent--txt {
  text-indent: -1em;
  padding-left: 1em;
}
.inline_start1 {
	margin-inline-start: 1em;
}
.inline_start2 {
	margin-inline-start: 2em;
}
span.wrap {
  display: inline-block;
}
h1, h2, h3, h4, h5, h6 {font-family: 'NotoSansJP';}
.bold {font-weight: bold;}
.center{text-align:center;}

.edu_color--box {
	max-width: 1024px;
	width: 100%;
	padding: 25px 5% 30px;
	background: #F8F6EF;
	margin: 25px auto;
}

/* PC
============================================================================================================================== */
.header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    transition: 0.6s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
h1#logo {
    margin: 0 0 0 5%;
}
h1#logo img {
    display: block;
}
.pc-nav.header-menu {
    width: 100%;
    max-width: 880px;
    padding: 20px 5% 20px 0;
}
.header-menu ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0 0 0 auto;
    gap: 0 1em;
}
.header-menu ul li {
    flex-grow: 1;
    text-align: center;
    position: relative;
}
.header-menu ul li a {
    color: #000;
}
.header-menu li a {
    border-radius: 100rem;
    padding: 1rem;
    padding: .5rem 3rem;
    color: #000;
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #83ccce, #b3d360);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all .15s ease-out;
}
.header-menu ul li a:hover {
    box-shadow: none;
    color: #ffffff;
    opacity: 1;
}
a.hd-contact-inner {
    background: #C86C10;
    border-radius: 50px;
    color: #fff;
    width: 230px;
    padding: 1px 0;
    text-align: center;
    display: block;
    margin: 0 0 0 auto;
    font-size: 1.5rem;
    font-weight: lighter;
}
/* ===== */
nav.header-sub {
    width: 100%;
    background: transparent linear-gradient(150deg, #8ccdcf 0%, #C8D5A5 100%) 0% 0% no-repeat padding-box;
}
nav.header-sub ul {
    display: flex;
    justify-content: center;
    gap: 26px;
    padding: 6px 0;
    box-shadow: 0px 3px 6px #00000029;
}
.hd-sub-list a {
  position: relative;
  padding: 6px 10px 14px;
  font-weight: bold;
}
.hd-sub-list a:hover{
  color:#fff;
  opacity: 1;
}
.hd-sub-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 3px;
    background:#fff;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.hd-sub-list a:hover::after {
    transform: scale(1, 1);
}
/* ====================================================
footer
======================================================= */
footer {
    position: relative;
    background: #fff;
}
.footer_inner_nav {
    position: relative;
    padding: 70px 0 0;
}
.footer_nav-main {
    width: 100%;
    max-width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap:2.5%;
}
.ft_nav_top {
    width: 100%;
    margin: 0 0 25px;
}
.ft_nav_sub {
    width: 275px;
    max-width: 25%;
}
.ft_nav_element li{
    border-bottom: solid 1px;
    padding-bottom: 4px;
    margin: 20px 0;
    font-size: 1.6rem;
}
li.ft_nav_second {
    font-weight: bold;
}
li.ft_nav_third {
    margin-left: 2em;
    border-bottom: solid 1px #fff;
}
li.ft_nav_forth {
    margin-left: 4em;
    border-bottom: solid 1px #fff;
}
.ft_nav_element a {
    margin: 0;
    display: block;
}
.ft_nav_sub a:hover {
    color: #84cccd;
}/*
.ft_nav_third a {
    margin: 0 0 6px 1.5em;
}*/
#ft-link_home {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 30px;
    align-items: baseline;
}
#ft-link_home a {
    display: inline-flex;
}
#ft-link_home .btn-click {
    margin: 0;
    width: 100%;
}
#ft-link_home .btn-click a::before {
    width: 18px;
    height: 18px;
}
#ft-link_home .btn-click a::after {
    border-width: 4px 0 4px 5px;
    left: 7px;
    top: 52.5%;
    transform: rotate(0deg);
}
.footer_inner_end {
    display: flex;
    padding: 20px 10% 20px 0;
    border-bottom: 5px solid #83CCCE;
    border-image: linear-gradient(to right, #83ccce 0%, #b3d360 100%) 1;
    justify-content: flex-end;
    align-items: flex-end;
    background: url("/edu/common/img_db/footer-bg.jpg")no-repeat  40%;
    background-size: contain;
    height: 350px;
}
footer address {
    font-style: normal;
    margin: 25px 0 5px;
}
/* front_buttom 固定ボタン
================================================================================= */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  opacity: 0.9;
  border-radius: 50%;
  right: 3%;
  z-index: 9;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    background: transparent linear-gradient(150deg, #83CCCE 0%, #B3D360 100%) 0% 0% no-repeat padding-box;
}
#page_top a::before {
  content: '';
  display: block;
  position: absolute;
  top: 52%;
  margin-top: -0.3em;
  right: 19px;
  width: 10px;
  height: 10px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  transform: rotate(-45deg);
}

/* 下層共通
================================================================================= */
.wrapper {
    padding: 60px 0 5px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.bg-gray {
    background: #F0F0F0;
}
/*=============== */
.pagevisual {
    position: relative;
    height: 322px;
    margin-top: 115px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagevisual_bg {
    position: fixed;
    width: 100%;
    height: 30%;
    min-height: 350px;
    top: 115px;
    z-index: -1;
}
.page-title {
    font-size: 4.8rem;
    text-align: center;
    letter-spacing: 6.4px;
    color: #fff;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    text-shadow: 0px 2px 3px #0000008a;
}
.page-title_sub {
    font-size: 1.6rem;
    letter-spacing: 3.4px;
}
/*.page-pankuzu =============== */
.page-pankuzu {
    text-align: center;
    padding: 9px 50px 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    right: 0;
    top: 350px;
    margin: 15px auto 40px;
    width: fit-content;
    width: max-content;
}
ol.page-pankuzu {
    background: #fff;
    border-radius: 50px;
    color: #05626D;
}
.page-pankuzu ol {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.page-pankuzu li {
    display: flex;
    margin-right: 5px;
    line-height: 1.6em;;
    text-align: left;
}
.page-pankuzu li.pankuzu-last::after {
    content: none;
}
.page-pankuzu li:after {
    content: ">";
    width: 10px;
    margin: 0 3px 0 15px;
    line-height: 2;
    font-size: 1.2rem;
}
.page-pankuzu a {
    color: #05626D;
  text-decoration: underline;
}
.page-pankuzu a:hover {
  text-decoration: none;
}
/* btn_more=========================== */
.btn_more a {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 240px;
    height: 70px;
    background: #fff;
    color: #05626D;
    margin: auto;
    font-weight: 500;
    font-size: 1.6rem;
    border-radius: 35px;
    box-shadow: 0px 3px 15px #00000029;
  cursor: pointer;
}
.btn_more a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20px;
    content: "";
    vertical-align: middle;
    margin: auto 0 auto auto;
    width: 12px;
    height: 2px;
    background: #05626D;
    transition: all .12s;
}
.btn_more a::after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0;
    color: #05626D;
    width: 8px;
    height: 8px;
    border-top: #05626D 2px solid;
    border-right: #05626D 2px solid;
    transform: rotate( 45deg );
    position: absolute;
    right: 20px;
    transition: all .12s;
}
.btn_more a:hover {
    opacity: 1;
    box-shadow: 0px 1px 10px #00000042;
}
.btn_more a:hover::before,
.btn_more a:hover::after {
    right: 15px;
}
.btn_more a {
    text-decoration: none;
}
.contents_yellow .btn_more a {
  text-decoration: none;
}
.btn_blank img {
    display: inline-block;
    margin: 8px 0 0 8px;
}
/* link gradation=========================== */
.btn-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.btn-ul li {
    width: 48%;
}
.btn-ul a { 
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0;
    border-radius: 20px;
    color: #000;
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #83ccce, #b3d360);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    transition: all .15s ease-out;
}
.btn-ul a:hover {
    box-shadow: none;
    background: #83ccce;
    color: #ffffff;
    opacity: 1;
}
.btn-ul a::before {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 30px;
    content: "";
    vertical-align: middle;
    margin: 0 0 0 auto;
    width: 15px;
    height: 2px;
    background: #b0d264;
}
.btn-ul a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 26px;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0px 10px 10px;
    width: 10px;
    height: 10px;
    border-top: #b0d264 2px solid;
    border-right: #b0d264 2px solid;
    transform: translate(-50%, -50%) rotate( 45deg );
}
.btn-ul a:hover::before{
    background: #fff;
    right: 20px;
}
.btn-ul a:hover::after {
    color: #fff;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    right: 15px;
}
/* link band 帯 =========================== */
.btn-band {
    width: 100%;
}
.btn-band a {
    position: relative;
    text-align: center;
    padding: 0;
    border-radius: 20px;
    color: #000;
    border: solid 3px #fff;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.7;
}
.btn-band a::before {
    content: "";
    width: 63px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 35px;
    background: transparent linear-gradient(150deg, #8ccdcf 0%, #C8D5A5 100%) 0% 0% no-repeat padding-box;
}
.btn-band a:hover {
    box-shadow: 0px 2px 5px #00000042;
    color: #000;
    opacity: 1;
    border: solid 3px #83ccce;
}
.btn-band a:hover::before{
    content: none;
}
/* .btn-click=========================== */
.btn-click a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.btn-click a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent linear-gradient(150deg, #83CCCE 0%, #B3D360 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px;
    margin-right: 12px;
    flex: none;
}
.btn-click a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 8.5px;
    margin-top: -5px;
    transform: rotate(90deg);
}
.btn-click a:hover {
    color: #8eceb8;
}
.btn-click img {
    margin-left: 7px;
}
/* 見出し関連=========================== */
.ttl-main {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 6.4px;
    line-height: 1.5;
    color: #000;
    position: relative;
}
.ttl-main::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
}
span.ttl-sub{
  font-size: 1.6rem;
    display: block;
}
/* =========================== */
.ttl-lborder {
    font-size: 2.4rem;
    color: #05626D;
    border-bottom: solid 3px;
    border-image: linear-gradient(150deg, #8ccdcf 0%, #C8D5A5 100%);
    border-image-slice: 1;
    padding: 0 0 7px 0;
}
/*黄色のコンテンツボックス
=========================== */
.contents_yellow {
    max-width: 1024px;
    background: #F8F6EF;
    margin: 0 auto 40px;
    padding: 70px 70px 55px;
}
.contents_yellow:last-of-type {
  margin-bottom: 0px;
}
.contents-text {
    margin: 1em 0 2em;
}
.contents-text:last-of-type {
    margin: 1em 0 0;
}
/*=========================== */
/*table
=========================== */
.table-info {
  width: 100%;
  box-sizing: border-box;
  margin: 40px auto;
}
.table-info tr {
  border-top: 1px solid #DEA431;
  border-bottom: 1px solid #DEA431;
}
.table-info th {
  padding: 20px 20px;
  font-weight: bold;
  text-align: center;
  width: 20%;
  background: #F1D49C;
}
.table-info td {
  border-top: 1px solid #DEA431;
  vertical-align: baseline;
  padding: 20px 20px 20px 50px;
  width: auto;
}


.archive_contents {
	max-width: 1024px;
	width: 90%;
	margin: 0 auto 60px;
}
.archive_contents .ttl-lborder {
	text-indent: -1.6em;
	padding-left: 1.6em;
}
.archive_flex {
	width: 100%;
	gap: 32px;
	margin: 40px auto 80px;
}
.archive_name {
	flex: 1;
}
.archive_dllist {
	display: flex;
	flex-direction: column;
	gap: 45px;
	margin: auto;
	& li {
		width: 100%;
	}
	& a {
		color: #05626D;
		font-weight: bold;
		text-decoration: underline;
		font-size: 1.8rem;
	}
	& a:hover {
		text-decoration: none;
	}
}

.post-news .btn_more {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 240px;
    height: 70px;
    background: #fff;
    color: #05626D;
    margin: auto;
    font-weight: 500;
    font-size: 1.6rem;
    border-radius: 35px;
    box-shadow: 0px 3px 15px #00000029;
  cursor: pointer;
}
.post-news .btn_more::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20px;
    content: "";
    vertical-align: middle;
    margin: auto 0 auto auto;
    width: 12px;
    height: 2px;
    background: #05626D;
    transition: all .12s;
}
.post-news .btn_more::after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0;
    color: #05626D;
    width: 8px;
    height: 8px;
    border-top: #05626D 2px solid;
    border-right: #05626D 2px solid;
    transform: rotate( 45deg );
    position: absolute;
    right: 20px;
    transition: all .12s;
}
.post-news .btn_more:hover {
    opacity: 1;
    box-shadow: 0px 1px 10px #00000042;
}

@media screen and (max-width: 767px) {
.archive_flex {
	flex-wrap: wrap;
}
.archive_name {
	flex: none;
	width: 100%;
}
}

/* 
==============================================================================================================================
==============================================================================================================================
以下レスポンシブ
==============================================================================================================================
============================================================================================================================== */
@media screen and (min-width: 768px) {
/* PCの場合はtelリンクを無効 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 1200px) {
  /*body {width: 1200px;}*/}
/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px) {}

/* スマホメニュー?他一部共通部分～1280px ============ */
@media screen and (max-width: 1279px) {
  .header-bg, .header-bg.change-color {
    background-image: linear-gradient(360deg, #ffffff00, #747474 0%);
    mix-blend-mode: multiply;
    height: 65px;
}
  h1#logo {
    margin: 10px;
    max-width: 200px;
    line-height: 1;
}
  .pc-nav{
    display: none;
  }
  .header {
    margin: 0;
    width: 100%;
    top: 0;
    height: 65px;
  }
  header.pc-header {
    display: none;
  }
  #sp_logo {
    margin-left: 2%;
  }
  #sp_logo img {
    display: block;
    margin: 5px 0 0;
  }
  .sp_cont {
    display: block;
    width: 30%;
  }
  .sp_cont *, .sp_cont *:before, .sp_cont *:after {
    padding: 0;
    margin: 0;
  }
  .sp_offcm01 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    z-index: 9;
  }
  /* menu */
  .sp_offcm01 .sp_menu {
    position: fixed;
    top: 64px;
    right: -100vw;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    background-color: #77bfc1;
    opacity: 1;
    z-index: 9;
}
  .sp_offcm01 ul.ff_ul {
    margin-top: 65px;
    padding: 0;
    padding-bottom: 100px;
  }
  .sp_li_single a , .sp_menu label{
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
}
  .sp_ul a {
    width: 100%;
    display: block;
}
  a.hd_li_indent {
    margin-left: 2em;
    width: auto;
}
  li.sp_li_flex {
    display: flex;
    text-align: center;
		flex-wrap: wrap;
}
  li.sp_li_flex a {
    border-right: solid 1px;
    padding: 10px;
		width: 50%;
}
  li.sp_li_flex a:last-child{border-right: none;}

  
  
/*バー部分*/
.sp_offcm01 .ac_radio {
    display: none;
}
/*開いたときに表示される部分*/
ul.sp_ul{
  list-style: none;
  margin-bottom: 1px;
  margin-top: 15px;
  padding-bottom: 100px;
  position: relative;
}
.sp_ul::after {
    content: "";
    position: relative;
    width: 100px;
    height: 100px;
    background: url("/edu/common/img_db/sp_menu_logo.svg")no-repeat bottom center;
    background-size: contain;
    display: block;
    margin: 15px auto;
}
.sp_menu  .sp_li_sub  li{
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#spm01:checked ~ #spm01-li li,
#spm02:checked ~ #spm02-li li,
#spm03:checked ~ #spm03-li li{
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #F8F6EF;
  padding: 8px 15px 8px 45px;
  border-bottom: 1px dashed #77bfc1;
  color: #686c77;
  font-size: 1.5rem;
}
#spm01:checked ~ #spm01-li li:last-child,
#spm02:checked ~ #spm02-li li:last-child,
#spm03:checked ~ #spm03-li li:last-child{
  border-bottom: none;
}
  /*閉じた状態の矢印描画*/
.sp_menu label:after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 4%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.sp_menu input[type=checkbox]:checked + label:after{
  content:"";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  top: 4%;
  bottom: 0;
  margin: auto;
}
/*toggle*/
  .sp_offcm01 #sp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }
  .sp_offcm01 #sp_toggle01:checked ~ .sp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    overflow-y: auto;
  }
  /* menu toggle */
  .sp_offcm01 #sp_toggle01 ~ label {
    position: relative;
    z-index: 999999;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    -webkit-transition: 0.4s transform;
    transition: 0.4s transform;
    text-align: center;
    color: #fff;
    top: -10px;
    margin: 0 auto;
  }
  .sp_offcm01 #sp_toggle01 ~ label::before, .sp_offcm01 #sp_toggle01:checked ~ label::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 30px;
  }
  .sp_offcm01, .sp_offcm01 span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .sp_offcm01 {
    position: absolute;
    right: 13px;
    top: 8px;
    width: 50px;
    height: 50px;
    padding: 20px 10px;
    background: transparent linear-gradient(150deg, #83CCCE 0%, #B3D360 100%) 0% 0% no-repeat padding-box;
}
  .sp_offcm01 span {
    position: absolute;
    right: 0px;
    width: 100%;
    border-radius: 1px;
    height: 2px;
    background-color: #fff;
  }
  .sp_offcm01 span:nth-of-type(1) {
    top: 4px;
  }
  .sp_offcm01 span:nth-of-type(2) {
    top: 13px;
  }
  .sp_offcm01 span:nth-of-type(3) {
    bottom: 5px;
  }
  .sp_offcm01 #sp_toggle01:checked ~ label span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
    background-color: #fff;
    top: -5px;
  }
  .sp_offcm01 #sp_toggle01:checked ~ label span:nth-of-type(2) {
    opacity: 0;
    background-color: #000;
  }
  .sp_offcm01 #sp_toggle01:checked ~ label span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    background-color: #fff;
    bottom: -7px;
  }
/* footer ======================== */
  .footer_inner_nav {
    display: none;
}
  .footer_inner_end {
    background: url("/edu/common/img_db/footer-bg.jpg")no-repeat  0 bottom;
    background-size: contain;
}
/* パンくず ======================== */
  .page-pankuzu {
    font-size: 1.3rem;
    margin: 15px auto 10px;
}
.page-pankuzu.container {
    margin: 20px auto 25px;
    padding: 9px 5% 5px;
    font-size: 1.4rem;
    max-width: 90%;
    top: 220px;
}
  .page-pankuzu li:after {
    margin: 0 0 0 10px;
    position: relative;
    top: 0;
  }
  /* .pagevisual 
  ======================== */
  .pagevisual {
    height: 250px;
    padding-bottom: 0;
    align-items: center;
    margin-top: 60px;
}
  .page-title {
    font-size: 2.4rem;
    width: 90%;
    line-height: 1.5;
    height: 340px;
    margin: 0 auto 25px;
  }
  .page-title  span.ttl-sub {
    font-size: 1.6rem;
    display: block;
    margin-top: 4px;
  }
  .pagevisual_bg {
    height: 30%;
    min-height: 300px;
    top: 40px;
}
  .contents-midashi {
    font-size: 2.4rem;
  }
  /* contents幅
  ======================== */
  .container {
    margin: 0 5%;
  }
  .contents_yellow {
    max-width: 96%;
    padding: 50px 5% 45px;
}
}

/* 共通パーツ
======================================================= 
======================================================= */
@media screen and (max-width: 767px) {
  main {
    margin: 0;
  }
  body {
    width: 100%;
  }
  body.stop {
    height: 100vh;
    overflow: hidden;
  }
  .center {text-align: left;}
  .wrapper {}
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .container {
    margin: 0 5%;
  }
  h1, h2, h3 {
    font-size: 2.4rem;
  }
  
/* link
  ===================== */
  .btn-ul li {
    width: 100%;
  }
  /* title
  ======================== */
  .ttl-main {
    font-size: 2.2rem;
    letter-spacing: 2.0px;
    letter-spacing: 2px;
}
.ttl-lborder {
    font-size: 2.0rem;
}
  /* anchor
  ======================== */
  .ul-anchor {
    flex-wrap: wrap;
  }
  .ul-anchor li {
    width: 47%;
    margin: 10px 0;
  }
  /* .submenu_page
  ======================== */
  .submenu_page li {
    width: 100%;
    margin: 80px auto 0;
  }
  .submenu_page.container {
    margin-bottom: 60px;
  }
  /* .contents_yellow
  ======================== */
  .contents_yellow {
    max-width: 96%;
    padding: 50px 5% 45px;
}
  /* .table
  ======================== */
  .table-info th {
    width: 100%;
    max-width: 100%;
    padding: 15px 5%;
    display: block;
  }
  .table-info td {
    width: 100%;
    display: block;
    padding: 15px 5%;
  }
  /* footer
====================================================================== */
  .footer_inner_end {
    height: auto;
    padding: 70px 5% 400px;
    align-items: center;
    justify-content: flex-start;
    background: url("/edu/common/img_db/footer-bg.jpg")no-repeat bottom center;
    background-size: auto;
}
  
}
@media screen and (min-width: 768px) {
  /* PCの場合はtelリンクを無効 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* animation
 ======================================================= 
 ======================================================= */
/*↓↓↓ アニメーション用CSS ↓↓*/
.fade{
  opacity: 0;
  transition: .5s ease-in-out;
}
.fade.fade--bot{transform: translate(0,100px);}
.fade.fade--top{transform: translate(0,-100px);}
.fade.fade--left{transform: translate(-100px,0);}
.fade.fade--right{transform: translate(100px,0);}
.fade.fadein{
  transform: translate(0,0);
  opacity: 1;
}
/* 子要素を順番にフェードイン */
.fade.fade--list{opacity: 1;}
.fade_child{
  opacity: 0;
  transform: translate(0,100px);
  transition: .5s ease-in-out;
}
.fadein .fade_child{
  transform: translate(0,0);
  opacity: 1;
}
.fade_child:nth-child(1){transition-delay: 0.15s;}
.fade_child:nth-child(2){transition-delay: 0.3s;}
.fade_child:nth-child(3){transition-delay: 0.45s;}
.fade_child:nth-child(4){transition-delay: 0.6s;}
.fade_child:nth-child(5){transition-delay: 0.75s;}
.fade_child:nth-child(6){transition-delay: 0.9s;}
.fade_child:nth-child(7){transition-delay: 1.05s;}
.fade_child:nth-child(8){transition-delay: 1.2s;}
.fade_child:nth-child(9){transition-delay: 1.35s;}


/* print ======================================================= */
@media print {
  body {
    width: 1280px;
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
  }
  .hd-outer {
    position: absolute;
    top: 0;
  }
  #page_top {
    display: none;
  }
  .header {
    position: absolute;
}
  .pagevisual_bg {
    position: absolute;
    min-height: 350px;
    top: 0;
    z-index: -1;
}
  .page-title , .page-pankuzu {
    position: absolute;
}
.footer_inner_end {
    height: auto;
}
}
@page {
  size: A4;
  margin: 0;
}