<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html, body {
    font-size: 16px;
    color: #111;
    padding: 0;
    margin: 0;
    line-height: 2;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	background: #fffff2;
}
.box {
    padding-top: 2em;
    padding-bottom: 4em;
}
.container {
    width: 980px;
    margin: 0 auto;
}
.pc_none {
    display: none;
}

img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
p, ul, h3, .imgbox {
    text-align: left;
    margin: 1em 3.5em;
}
div.imgbox {
    border: 1px solid #ccc;
    padding: 15px;
    line-height: 0;
    background-color: #FFFFFF;
    margin-bottom: 40px;
    margin-top: 40px;
}

ul li {
    list-style-type: none;
    padding-left: 2.5em;
    background-image: url(images/icon01.png);
    background-repeat: no-repeat;
    background-position: 0% 0.2em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

header {
    text-align: center;
}
header p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
}
header p.txt_r {
	font-size: 1.2rem;
    text-align: right;
    color: #062a60;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	margin-right: 1em;
}
.topvisual img {
	width: 100%;
}
a {
    text-decoration: none;
}

h1 {
    margin: 2rem;
    text-align: center;
	font-size: 2em;
	color: #9e0c40;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	vertical-align: middle;
}
.bg-h1{
	background: url(images/hane.png);
	background-repeat: no-repeat;
	background-position: left;
}
h1 span{
	font-size: 1.2em;
	color: #062a60;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
h2 {
	margin-top: 10px;
    font-size: 1.7em;
    text-align: center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

h3 {
    font-size: 1.1em;
    text-align: left;
    margin-top: 40px;
}
hr {
    width: 75px;
    margin: 0 auto 2rem;
}
div.titlebox {
	text-align: center;
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 6px;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
a{
  color:#006898;
  text-decoration:none;
  color:#006898;
  text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.button {
	margin: 1em auto;
	font-size: 1em;
}
@media screen and (max-width: 1024px) {
.container {
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.bg-h1{
background-size: 9vw;
}	
}
@media screen and (max-width: 950px) {
h1 {
	font-size: 3vw;
}	
}

@media screen and (max-width: 750px) {
.container {
    padding: 1em 1em;
}
.box {
    padding-top: 0em;
    padding-bottom: 0em;
}	
section {
    padding: 40px 0;
}
header p {
    text-align: center;
    font-size: 1.1rem;
}
header p.txt_r {
    text-align: center;
    font-size: 1rem;
	margin-right: 0em;
}
p, ul, h3, .imgbox {
    margin: 1em 0;
}
ol, ul {
    counter-reset: li;
    padding: 10px;
    text-align: left;
}
ul li {
    padding-left: 1em;
}
.pc_none {
    display: inline-block;
}
.sp_none {
    display: none;
}
div.imgbox {
    padding: 5px;
}

h2 {
   font-size: 1.2rem;
    padding: 0em 0em;
    margin-top: 0px;
}
h3 {
    font-size: 1.1em;
    line-height: 1.8em;
    margin: 0;
    padding: 0.5em;
}
.left_box, .right_box {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
}
}
.hane {
	width: 10vw;
}
@media screen and (max-width: 375px){
.bg-h1 {
    background: none !important;
}	
h1 {
    font-size: 5vw;
    margin: 0.5rem;
}	
}
@media screen and (min-width: 376px){
.hane {
	display: none;
}	
}
@media screen and (max-width: 375px){
.hane {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 581px){
.pencil {
	display: none;
}	
}
@media screen and (max-width: 580px){
.pencil {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sec1-bg-h2 {
	background: none !important;
}
.sec1 h2 {
    line-height: 2em !important;
}	
}
/* sec1 */
.sec1 h2 {
    color: #9e0c40;
	margin-top: 10px;
	line-height: 102px;
}
.sec1-bg-h2{
	background: url(images/pencil.png);
	background-repeat: no-repeat;
	background-position: left 10%;
	text-align: center;
}
ul.rejime {
    color: #062a60;
    font-weight: 600;
    border: 3px solid #062a60;
    border-radius: 5px;
    display: block;
    width: 500px;
    padding: 1.2em;
}
.bg1{
	background: url(images/sankaku-jogi.png);
	background-repeat: no-repeat;
	background-position: right;
}
.bg2{
	background: url(images/ranndoseru.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg3{
	background: url(images/note.png);
	background-repeat: no-repeat;
	background-position: right 10% top;
}
.bg4{
	background: url(images/kenban.png);
	background-repeat: no-repeat;
	background-position: right 20% bottom;
}
.bg5{
	background: url(images/memo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg6{
	background: url(images/pc.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg7{
	background: url(images/book.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
@media screen and (max-width: 640px) {
.bg1,.bg2,.bg3,.bg4,.bg5,.bg6,.bg7 {
	background: none !important;
}
	.bg-img {
		display: block !important;
		margin-left: auto !important;
	}	
}
@media screen and (min-width: 641px) {
	.bg-img {
		display: none !important;
	}	
}
.pencil {
	margin-left: auto;
	margin-right: auto;
	width: 13vw;
}
@media screen and (max-width: 900px) {
ul.rejime {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}
.sec1-bg-h2{
background-size: 10vw;
}	
}

/* sec2 */
.sec2 div.titlebox {
	background: url(images/sec01-bg.jpg);
}
.sec2 h2 {
    color: #000000;
}
.sec2 h3 {
    color: #076183;
	font-size: 1.2em;
}

/* sec3 */
.sec3 div.titlebox {
	background: url(images/sec02-bg.jpg);
}
.sec3 h2 {
    color: #000000;
}
.sec3 h3 {
    color: #2d2060;
	font-size: 1.2em;
}
.dotto-box {
    padding: 0.5em 2em;
    margin: 2em 0;
    border: dashed 2px #75471d;
	color: #75471d;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 900px) {
.dotto-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    font-size: 0.9em;
}
}
.dotto-box li {
    margin: 0; 
    padding: 0;
}

/* sec4 */
.sec4 div.titlebox {
	background: url(images/sec03-bg.jpg);
}
.sec4 h2 {
    color: #fff;
}
.sec4 h3 {
    color: #076183;
	font-size: 1.2em;
}

/* sec5 */
.sec5 div.titlebox {
	background: url(images/sec04-bg.jpg);
}
.sec5 h2 {
    color: #000000;
}
.sec5 h3 {
    color: #a54b60;
	font-size: 1.2em;
}

/* sec6 */
.sec6 div.titlebox {
	background: url(images/sec05-bg.jpg);
}
.sec6 h2 {
    color: #fff;
}
.sec6 h3 {
    color: #22405c;
	font-size: 1.2em;
}
.sec6 a {
    text-align: left;
    margin: 1em 0.5em 1em 3.5em;
}
@media screen and (max-width: 750px) {
.sec6 a {
    margin: 0em 0em;
}
}	
/* sec7 */
.sec7 div.titlebox {
	background: url(images/sec06-bg.jpg);
}
.sec7 h2 {
    color: #000000;
}
.sec7 h3 {
    color: #22405c;
	font-size: 1.2em;
}

/* sec8 */
.sec8 div.titlebox {
	background: url(images/sec07-bg.jpg);
	margin-bottom: 60px;
}
.sec8 h2 {
    color: #fff;
}
.sec8 h3 {
    color: #fff;
	font-size: 1.2em;
}
.teacher-box {
    padding: 1em 3em;
    margin: 80px 0;
    font-weight: bold;
    color: #062a60;/*文字色*/
    border: solid 3px #062a60;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.teacher-box .left_box {
    width: 60%;
    float: left;
}
.teacher-box .right_box {
    width: 35%;
    float: right;
	text-align: center;
}
.teacher-box h5 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.teacher-box p {
    margin: 0; 
    padding: 0;
}
@media (min-width: 751px) and (max-width: 1000px) {
.sec8 .container {
    padding: 0 20px;
}	
}
@media screen and (max-width: 750px) {
.sec8 div.titlebox {
    margin-bottom: 0px;
}	
.teacher-box {
    padding: 1em 1em 0em;
	margin: 0px 0;
	}
.teacher-box .left_box {
    width: 100%;
    float: none;
}
.teacher-box .right_box {
    width: 100%;
    float: none;
}
.teacher-box h5 {
    font-size: 1.1em;
    margin-top: 10px;
}	
}
/* sec9 */
.sec9 {
	margin-top: 50px;	
}
.footer-title{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-weight: bold;
	display: block;
	width: 100%;
	padding-top: 0.6em ;
	padding-bottom: 0.6em ;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	margin: 0em 0em; 
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
@media screen and (max-width: 750px) {
.footer-title{
	font-size: 5vw;
}
}
.sec9 div.greenbox {
    background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    color: #fff;
    padding: 1.5em 0;
    line-height: 1.5em;
	margin-top: -10px;	
	font-size: 1.2vw;
}
.sec9 div.bluebox{
	background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    color: #fff;
    padding: 1.5em 0;
    line-height: 1.5em;
	margin-top: -10px;
	font-size: 1.2vw;
}
.sec9 .left_box {
    width: 47%;
    float: left;	
	text-align: center;
}
.sec9 .right_box {
    width: 47%;
    float: right;
	text-align: center;
}
@media (min-width: 751px) and (max-width: 1000px) {
.sec9 .container {
    padding: 0 20px;
}	
}

@media screen and (max-width: 750px) {
	.sec9 .left_box {
    width: 100%;
    float: none;
}
	.sec9 .right_box {
    width: 100%;
    float: none;
}
	
}
/* sec10 */
.sec10 {
	text-align: center;
	padding-bottom: 100px;
}
.sec10 a img{
max-width: 250px;
}
@media screen and (max-width: 750px) {
.sec10 a img {
    max-width: 200px;
}}
@media screen and (max-width: 767px) {
.footer-title{
	margin-top: 2em; 
}
.sec9 {
    margin-top: 20px;
}	
.sec9 div.greenbox {	
	font-size: 3.5vw;
}
.sec9 div.bluebox{
	font-size: 3.5vw;
}}
</pre></body></html>