<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#mainvisual {
  height: calc(65vh - 100px);
  min-height: 550px;
  background: #f9f9f9;
  position: relative
}

#mainvisual:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  background: url(../../../school/images/top/index_mainvisual.jpg) no-repeat center bottom;
  background-size: cover
}

#mainvisual .inner {
  width: 1200px;
  height: 100%;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center
}

#mainvisual .inner h1 {
  font-size: 4rem;
  font-weight: 900;
  position: relative;
  z-index: 10
}

#mainvisual .inner h1 span {
  display: block;
  margin-top: 20px
}

#mainvisual .inner h1 span img {
  max-width: 80%
}

#mainvisual .inner ul {
  list-style-type: disc;
  margin-left: 2.5em;
  margin-top: 15px
}

#mainvisual .inner ul li {
  font-size: 1.6rem;
  font-weight: 700
}

#mainvisual .inner .soon {
  margin-top: 20px;
  font-weight: 900;
  font-size: 2.5rem;
  color: #b11534
}

#mainvisual .inner .trial {
  position: absolute;
  top: -65px;
  right: 0;
  z-index: 120
}

#mainvisual .inner .trial a {
  background: #b11534;
  padding: 20px;
  display: block;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s
}

#mainvisual .inner .trial a:hover {
  background: #c7365e;
  padding: 40px 20px 20px
}

#mainvisual .inner .trial a:hover img {
  opacity: 1
}

.offerArea {
  background: #f5f5f5 url(../../../ovp/images/bg.png) repeat left top;
  overflow: hidden;
  padding: 60px 0;
  margin-top: 80px
}

.offerArea .inner {
  width: 1200px !important;
  margin: 0 auto
}

.offerArea .bnrs {
  display: flex;
  width: 100%;
  justify-content: space-between
}

.offerArea .contact {
  margin-top: 30px
}

.offerArea .contact .readcopy {
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem
}

.offerArea .contact .readcopy span {
  display: block;
  font-weight: 300;
  font-size: 1.5rem;
  padding-bottom: 5px
}

.offerArea .contact&gt;div {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative
}

.offerArea .contact&gt;div&gt;dl {
  display: flex;
  width: 50%;
  align-items: center;
  color: #fff;
  height: 150px
}

.offerArea .contact&gt;div&gt;dl dt {
  width: 230px;
  box-sizing: border-box;
  padding: 0 20px 0 40px;
  font-size: 2rem;
  line-height: 1.4
}

.offerArea .contact&gt;div&gt;dl .phoneNumber {
  font-size: 4.6rem;
  font-family: 'Roboto';
  line-height: 1.1;
  font-weight: 300
}

.offerArea .contact&gt;div&gt;dl dd {
  width: 400px;
  padding: 0 40px 0 0;
  box-sizing: border-box
}

.offerArea .contact&gt;div&gt;dl .contactBtn {
  display: block;
  width: 100%;
  max-width: 700px
}

.offerArea .contact&gt;div&gt;dl .contactBtn a {
  display: block;
  margin: 0 auto;
  width: 100%;
  border: 2px solid #fff;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  position: relative;
  box-shadow: 0 0 0 0 #fff inset;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  text-decoration: none
}

.offerArea .contact&gt;div&gt;dl .contactBtn a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' width='150px' height='150px' style='transform-box:fill-box' preserveAspectRatio='xMinYMid'%3E%3Cpolygon fill='%23fff' points='94.35,0 58.65,35.7 175.95,153 58.65,270.3 94.35,306 247.35,153'/%3E224.52,72.001z' /%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-size: 100%;
  -webkit-transition: right 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: right 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s
}

.offerArea .contact&gt;div&gt;dl .contactBtn a:hover {
  -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  box-shadow: 0 0 0px 50px #fff inset;
  color: #0c3391
}

.offerArea .contact&gt;div&gt;dl .contactBtn a:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' width='150px' height='150px' style='transform-box:fill-box' preserveAspectRatio='xMinYMid'%3E%3Cpolygon fill='%230c3391' points='94.35,0 58.65,35.7 175.95,153 58.65,270.3 94.35,306 247.35,153'/%3E224.52,72.001z' /%3E%3C/svg%3E");
  right: 10px
}

.offerArea .contact&gt;div&gt;dl.tell {
  background: #1ea0ae
}

.offerArea .contact&gt;div&gt;dl.form {
  background: #0c3391
}

.offerArea .link {
  margin-top: 20px
}

.under #mainvisual {
  height: calc(30vh - 100px);
  min-height: 300px;
  background: #c7365e;
  position: relative;
  overflow: hidden
}

.under #mainvisual:before {
  position: absolute;
  display: block;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  left: 30%;
  background-size: cover;
  z-index: 2
}

.under #mainvisual #mainvisual_bg {
  position: absolute;
  width: 140%;
  height: 140%;
  top: -20%;
  left: -20%;
  z-index: 1
}

.under #mainvisual .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10
}

.under #mainvisual .inner .textArea {
  height: calc(30vh - 100px);
  min-height: 300px;
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: center
}

.under #mainvisual .inner .textArea h1, .under #mainvisual .inner .textArea p.tlt {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 900;
  margin-top: 0;
  color: #222;
}

.under #mainvisual .inner .textArea h1 span, .under #mainvisual .inner .textArea p.tlt span {
  display: block;
  padding-bottom: 2px;
  font-size: 2rem;
  color: #fff
}

.under #mainvisual .inner .textArea p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-top: 15px
}

.under.school #mainvisual {
  height: calc(30vh - 100px);
  min-height: 300px;
  background: #BADE83;
  position: relative;
  overflow: hidden
}

.under.school #mainvisual:before {
  position: absolute;
  display: block;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  left: 30%;
  background: url(../../../school/images/school/mainvisual.png) no-repeat center right;
  background-size: cover
}

.under.company #mainvisual {
  height: calc(30vh - 100px);
  min-height: 300px;
  background: #BBD7F0;
  position: relative;
  overflow: hidden
}

.under.company #mainvisual:before {
  position: absolute;
  display: block;
  content: "";
  width: 70%;
  height: 100%;
  top: 0;
  left: 30%;
  background: url(../../../school/images/company/mainvisual.png) no-repeat center right;
  background-size: cover
}

.under.news #mainvisual {
  height: calc(30vh - 100px);
  min-height: 300px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}

.under.news #mainvisual:before {
  display: none;
}

.under.news .newsList {
  margin-bottom: 80px;
}

.under.news .top ul.newsList .label span {
  background: #C7DBEB;
  color: #3985C5;
  border-radius: 4px;
}

{
  font-size: 1.8rem
}

h1 {
  line-height: 1.0
}

h2 {
  line-height: 1.0
}

h3 {
  font-size: 90%;
  line-height: 1.5;
  margin-top: 25px;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック'
}

#serviceMenu {
  background: #fff
}

#serviceMenu.fix {
  position: fixed;
  top: 47px;
  width: 100%;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 7px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 7px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 7px 0px
}

#serviceMenu .inner {
  width: 960px;
  margin: 0 auto
}

#serviceMenu .inner ul {
  display: -webkit-flex;
  display: flex;
  padding: 15px 0 15px
}

#serviceMenu .inner ul li {
  width: 30%;
  padding: 0 1.4%;
  border-right: 1px solid #ddd;
  float: left;
  list-style-type: none;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 80%;
  letter-spacing: 0.15em
}

#serviceMenu .inner ul li:nth-child(1) {
  letter-spacing: 0em
}

#serviceMenu .inner ul li:last-child {
  border-right: none
}

#serviceMenu .inner ul li a {
  display: block;
  padding: 5% 0;
  text-align: center;
  text-decoration: none
}

#serviceMenu .inner ul li a:hover, #serviceMenu .inner ul li.on a {
  background: #3A85C6;
  border-radius: 4px;
  color: #fff
}

#content {
  background: #fff
}

#index_content01 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 0;
  overflow: hidden
}

#index_content01 h2 {
  font-size: 190%;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  color: #333;
  line-height: 1.55
}

#index_content01 p.readcopy {
  font-size: 100%;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  line-height: 2.2
}

#index_content02 {
  overflow: hidden;
  margin-top: 30px
}

#index_content02 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 30px;
  overflow: hidden
}

#index_content02 h2 {
  display: inline-block;
  font-size: 150%;
  border-bottom: 2px solid #59B200;
  padding-bottom: 2px;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  color: #333;
  line-height: 1.55;
  margin-top: 50px
}

#index_content03 .inner {
  width: 960px;
  margin: 0 auto
}

#index_content03 ul {
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  justify-content: space-between
}

#index_content03 dl:last-child {
  float: right
}

#index_content03 dl dd h3 {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 130%
}

#index_content03 dl dd {
  padding-right: 35px
}

#index_content03 dl dd p {
  margin-top: 5px
}

#keyvisual .logo {
  width: 120px;
  margin-bottom: 20px;
  margin-top: 0
}

#keyvisual h1 {
  font-size: 150%;
  line-height: 1.4;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  color: #333
}

#keyvisual h1 span {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 80%;
  display: block;
  padding-left: 4.5em
}

#keyvisual p {
  width: 480px;
  font-size: 75%;
  line-height: 1.5;
  margin-top: 10px
}

.detail {
  padding: 20px
}

#merit_content01 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 40px;
  overflow: hidden
}

#merit_content01 h2 {
  display: inline-block;
  font-size: 220%;
  border-bottom: 2px solid #59B200;
  padding-bottom: 2px;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  color: #333;
  line-height: 1.55;
  margin-top: 50px
}

#merit_content01 h2#merit01_tit {
  border-bottom: none;
  position: relative;
  padding-left: 90px
}

#merit_content01 h2#merit01_tit:before {
  position: absolute;
  left: -5px;
  top: -7px
}

#merit_content01 dl {
  padding: 20px;
  overflow: hidden
}

#merit_content01 dl:first-child {
  border-top: none
}

#merit_content01 dl dt {
  float: right;
  width: 350px
}

#merit_content01 dl dt img {
  width: 100%
}

#merit_content01 dl dd {
  float: left;
  width: 480px;
  margin-top: 30px
}

#merit_content01 dl dd h3 {
  color: #59B200;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 120%;
  margin-top: 0
}

#merit_content01 dl dd p {
  margin-top: 8px
}

#merit_content01 dl.box_right dt {
  float: left
}

#merit_content01 dl.box_right dd {
  float: right
}

#detail01_01 {
  border-top: 1px solid #ddd;
  padding-bottom: 40px
}

#detail01_01 h3 {
  color: #59B200;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 150%;
  margin-top: 0
}

#detail01_01 .box {
  float: left;
  width: 20%
}

#detail01_01 .box h4 {
  text-align: center
}

#detail01_01 .box p {
  padding: 10px 12px 0;
  font-size: 70%;
  margin-top: 0
}

#detail01_01 .box img {
  width: 100%;
  height: auto !important
}

#detail01_01 dl dt img {
  width: 100%
}

#box-mark-top {
  overflow: hidden
}

#detail01_02 {
  border-top: 1px solid #ddd
}

#detail01_02 dl dt {
  float: none;
  width: auto;
  text-align: center
}

#detail01_02 dl dd {
  float: none;
  width: 640px;
  height: 380px;
  margin: 10px auto
}

#merit_content01 h2#merit02_tit {
  border-bottom: none;
  position: relative;
  padding-left: 105px
}

#merit_content01 h2#merit02_tit:before {
  position: absolute;
  left: 0px;
  top: 0px
}

#detail02 dl {
  border-top: 1px solid #ccc
}

#detail02 dl.box_right dd {
  margin: 0;
  padding-bottom: 40px
}

#detail02 dl {
  border-top: 1px solid #ccc
}

#detail02 dl.box_left {
  padding-top: 50px
}

#detail02 dl.box_left dd {
  margin-top: 50px;
  width: 400px
}

#merit_content01 h2#merit03_tit {
  border-bottom: none;
  position: relative;
  padding-left: 90px
}

#merit_content01 h2#merit03_tit:before {
  position: absolute;
  left: -5px;
  top: 0px
}

#detail03 h3 {
  color: #59B200;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 150%;
  margin-top: 0
}

.box-support {
  overflow: hidden;
  padding-bottom: 30px
}

#detail03 dl {
  float: left;
  width: 33%;
  padding: 0;
  margin-top: 40px
}

#detail03 dl dt {
  padding: 0 10px 2px;
  text-align: center;
  width: auto;
  float: none;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック'
}

#detail03 dl dd {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  width: auto;
  float: none
}

#detail03 dl dd p {
  font-size: 70%
}

.box-support2 {
  overflow: hidden;
  padding-bottom: 40px
}

#detail03 .box-support2 dl {
  float: left;
  width: 25%;
  padding: 0;
  margin-top: 40px
}

#detail03_02 {
  border-top: 1px solid #ddd
}

#detail03_02 dl {
  float: none;
  width: auto;
  padding: 0;
  margin-top: 40px
}

#detail03_02 dl dt {
  float: none;
  width: 640px;
  height: 480px;
  margin: 0 auto
}

#detail03_02 dl dd {
  float: none;
  width: auto;
  margin-top: 10px;
  text-align: center
}

#detail03_03 {
  border-top: 1px solid #ddd;
  padding-bottom: 40px
}

#detail03_03 dl {
  float: none;
  overflow: hidden;
  width: auto;
  border-top: 1px dotted #aaa;
  padding: 10px 0
}

#detail03_03 dl dt {
  float: left;
  width: 200px
}

#detail03_03 dl dt img {
  width: 100%;
  height: auto
}

#detail03_03 dl dd {
  float: left;
  width: 560px;
  text-align: left
}

#detail03_03 dl dd h3 {
  color: #59B200;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 120%
}

#detail03_03 dl dd h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 90%;
  font-family: 'FB PoynterSerif RE Italic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック'
}

.arrowBtn.type02 a {
  display: inline-block;
  background: #59B200;
  position: relative;
  text-align: center;
  padding: 6px 30px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 90%;
  line-height: 1.7
}

.arrowBtn.type02 a:before {
  content: '\e802';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  position: absolute;
  left: 3px;
  line-height: 1.5
}

#detail03_04 {
  border-top: 1px solid #ddd;
  padding-top: 45px
}

#detail03_04 dl dt {
  padding: 0 20px 15px
}

#detail03_04 dl dt img {
  width: 100%;
  height: auto
}

#detail03_04 dl dd {
  font-size: 70%;
  text-align: left;
  padding: 0 20px
}

#school_content01 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 40px;
  overflow: hidden
}

#school_content01 .textBox {
  text-align: center;
  padding: 30px 0 40px
}

#school_content01 .textBox h2 {
  color: #59B200;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 150%;
  color: #59B200
}

#school_content01 .textBox p {
  font-size: 90%
}

#school_content01 dl {
  float: none;
  overflow: hidden;
  width: auto;
  border-top: 1px dotted #aaa;
  padding: 25px
}

#school_content01 dl dt {
  float: left;
  width: 250px;
  padding-right: 40px
}

#school_content01 dl dt img {
  width: 100%;
  height: auto
}

#school_content01 dl dd {
  float: left;
  width: 570px;
  text-align: left;
  line-height: 1.8
}

#school_content01 dl dd p {
  line-height: 1.7
}

#school_content01 dl dd h3 {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 120%
}

#school_content01 dl dd h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 90%;
  font-family: 'FB PoynterSerif RE Italic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック'
}

#keyvisual.publisher {
  position: relative;
  min-height: 200px !important
}

#publisher_content01 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 40px;
  overflow: hidden
}

#publisher_content01 .textBox {
  text-align: center;
  padding: 30px 0 40px
}

#publisher_content01 .textBox h2 {
  color: #59B200;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 150%;
  color: #59B200
}

#publisher_content01 .textBox p {
  font-size: 90%
}

#publisher_content01 dl {
  float: none;
  overflow: hidden;
  width: auto;
  border-top: 1px dotted #aaa;
  padding: 25px
}

#publisher_content01 dl dt {
  float: left;
  width: 250px;
  padding-right: 40px
}

#publisher_content01 dl dt img {
  width: 100%;
  height: auto
}

#publisher_content01 dl dd {
  float: left;
  width: 570px;
  text-align: left;
  line-height: 1.8
}

#publisher_content01 dl dd p {
  line-height: 1.7
}

#publisher_content01 dl dd h3 {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-size: 120%
}

#publisher_content01 dl dd h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 90%;
  font-family: 'FB PoynterSerif RE Italic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック'
}

.detailarea {
  margin: 40px auto;
  background: #fff;
  border-radius: 6px
}

.loacl_links {
  width: 960px;
  margin: 0 auto;
  border-top: 1px solid #ddd
}

.loacl_links h2 {
  font-size: 110%;
  line-height: 1.4;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  color: #333;
  margin-bottom: 10px;
  margin-top: 30px
}

.loacl_links h2 a {
  color: #09C
}

.loacl_links ul {
  overflow: hidden;
  width: 86%;
  margin: 50px auto
}

.loacl_links ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-align: center;
  width: 30%;
  float: left;
  list-style-type: none;
  margin: 0 1.5%;
  margin-bottom: 10px;
  text-align: center
}

.loacl_links ul li.current {
  background: #000
}

.loacl_links ul li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 15px 0 15px;
  text-decoration: none;
  position: relative;
  font-size: 100%;
  line-height: 1.4;
  vertical-align: middle;
  position: relative;
  background: #454545;
  border-radius: 4px
}

.loacl_links ul li a span {
  display: block;
  font-size: 70%;
  margin-top: 4px;
  position: relative
}

.loacl_links ul li a:before {
  content: '\e811';
  line-height: 1.2;
  margin-right: 5px
}

.loacl_links ul li a#link_merit01:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-size: 50px;
  left: 2px;
  top: 0
}

.loacl_links ul li a#link_merit02:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-size: 50px;
  left: 10px;
  top: 0
}

.loacl_links ul li a#link_merit03:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-size: 50px;
  left: 2px;
  top: 0
}

.loacl_links ul li a:hover {
  display: block;
  opacity: 0.5
}

.loacl_links.type02 {
  width: 960px;
  margin: 0 auto;
  border-top: 1px solid #ddd
}

.loacl_links.type02 ul {
  overflow: hidden;
  margin-top: 30px
}

.loacl_links.type02 ul li {
  width: 30%;
  float: left;
  list-style-type: none;
  margin: 0 1.5%;
  margin-bottom: 10px;
  background: #454545;
  border-radius: 4px
}

.loacl_links.type02 li.current {
  background: #999
}

#newsArea {
  padding: 30px 0 30px;
  background: #F8F8F8;
  margin-top: 80px
}

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

#news h2 {
  font-size: 190%;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  color: #666;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-bottom: 3px;
}

#news h2:before {
  content: "";
  background: url(../../../school/images/news_icon.png) no-repeat center center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(.15em);
}

#news .morebtn {
  position: absolute;
  top: 3px;
  right: 0
}

.arrowBtn.morebtn a {
  display: inline-block;
  background: #999;
  position: relative;
  text-align: center;
  padding: 3px 30px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 75%;
  line-height: 1.7;
  position: relative;
}

.arrowBtn.morebtn a::before {
  position: absolute;
  content: '\e802';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1.3em;
  margin-right: .2em;
  text-align: center;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#newsList {
  list-style-type: none;
  margin-top: 10px
}

#newsList li {
  clear: both;
  padding: 10px 0;
  line-height: 1.6;
  overflow: hidden;
  font-size: 1.4rem
}

#newsList p.data {
  float: left;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 115px;
  position: relative;
  margin-top: 0
}

#newsList p.data .label {
  position: absolute;
  left: 0;
  width: 100px;
  padding: 3px 0;
  font-size: 10px;
  text-align: center;
  font-weight: normal
}

#newsList p.data .label.mt, #newsList p.data .label.ss {
  background: #FBDBDF;
  color: #F03E61;
  border-radius: 4px
}

#newsList p.data .label.hl, #newsList p.data .label.hs {
  background: #C7DBEB;
  color: #3985C5;
  border-radius: 4px
}

#newsList p.data .label.ot {
  background: #D6D6D6;
  color: #666;
  border-radius: 4px
}

#newsList p.data img {
  float: left;
  padding-right: 10px;
  vertical-align: bottom
}

#newsList p.copy {
  width: 740px;
  float: right;
  position: relative;
  padding-left: 18px;
  margin-top: 0
}

#newsList p.copy:before {
  position: absolute;
  content: '\e802';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  left: 0;
  top: 0.1em
}

#newsList p.copy a {
  line-height: 1.5
}

#footer_module #cvBox {
  width: 100%;
  background: #fff
}

#footer_module #cvBox .inBox {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 0;
  overflow: hidden;
  background: #fff;
  min-height: 150px
}

#footer_module #cvBox address {
  float: left;
  margin-left: 0
}

#footer_module #cvBox .contact_box {
  float: right;
  margin-top: 20px
}

#footer_module #cvBox .contact_box ul {
  overflow: hidden
}

#footer_module #cvBox .contact_box ul li {
  float: left;
  margin-left: 5px
}

* html #footer_module #cvBox .contact_box ul li {
  float: left;
  margin-left: 3px
}

#company_content01 .inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 0
}

#company_content01 h2 {
  color: #3985C5;
  font-size: 180%;
  font-weight: 300
}

#company_content01 p {
  font-size: 100%;
  font-weight: 300;
  line-height: 2
}

#company_content01 ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 10px
}

#company_content01 ul li {
  margin: 0 10px
}

#company_content02 .inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0
}

#company_content02 h2 {
  margin-top: 50px;
  position: relative;
  font-size: 200%;
  font-weight: 300
}

#company_content02 h2:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0
}

#company_content02 h2 span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 40px
}

#company_content02 dl.box_right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 50px 0
}

#company_content02 dl.box_right dt {
  margin-left: auto;
  margin-right: 50px
}

#company_content02 dl.box_right dd {
  text-align: left;
  margin-right: 50px
}

#company_content02 dl.box_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 50px 0
}

#company_content02 dl.box_left dt {
  margin-left: 50px;
  margin-right: auto
}

#company_content02 dl.box_left dd {
  text-align: left;
  margin-left: 50px
}

#company_content02 dl dd h3 {
  color: #3985C5;
  font-size: 180%;
  margin-top: 0;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300
}

#company_content02 dl dd p {
  font-size: 90%;
  margin-top: 8px;
  line-height: 1.8
}

#company_content02 dl dd p.button {
  margin-top: 25px
}

#company_content02 dl dd p.button a {
  display: inline-block;
  background: #3985C5;
  border-radius: 4px;
  padding: 12px;
  color: #fff;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 3px 0 0 #28608C
}

#company_content02 dl dd p.button a:hover {
  transform: translateY(3px);
  background: #3985C5;
  opacity: 0.8;
  box-shadow: 0 0 0 0 #28608C
}

#company_content02 dl dd p.button a:before {
  display: inline-block;
  content: " ";
  background: url(/school/images/company/icon05.png) no-repeat center center;
  width: 12px;
  height: 12px;
  margin-right: 10px
}

#company_content02 dl.last {
  border-bottom: none
}

#company_content03 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px
}

#company_content03 h2 {
  margin-top: 50px;
  position: relative;
  font-size: 200%;
  font-weight: 300;
  text-align: center
}

#company_content03 h2:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0
}

#company_content03 h2 span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 40px
}

#company_content03 #case01 {
  margin-top: 30px
}

#company_content03 #case01 dt {
  position: relative;
  color: #59B200;
  font-size: 180%;
  margin-top: 0;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  height: 82px;
  display: flex;
  align-items: center;
  padding-left: 100px
}

#company_content03 #case01 dt:before {
  content: " ";
  position: absolute;
  background: url(/school/images/company/img10.png) no-repeat center center;
  width: 82px;
  height: 82px;
  left: 0
}

#company_content03 #case02 {
  margin-top: 50px;
  border-top: 1px solid #ddd;
  padding-top: 30px
}

#company_content03 #case02 dt {
  position: relative;
  color: #59B200;
  font-size: 180%;
  margin-top: 0;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  height: 82px;
  display: flex;
  align-items: center;
  padding-left: 100px
}

#company_content03 #case02 dt:before {
  content: " ";
  position: absolute;
  background: url(/school/images/company/img11.png) no-repeat center center;
  width: 82px;
  height: 82px;
  left: 0
}

#company_content03 .setp01 {
  position: relative;
  padding-left: 110px;
  font-size: 130%;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  margin-top: 30px;
  height: 35px;
  display: flex;
  align-items: center
}

#company_content03 .setp01:before {
  content: " ";
  position: absolute;
  left: 0;
  background: url(/school/images/company/step01.png) no-repeat left top;
  width: 100px;
  height: 35px
}

#company_content03 .setp01:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -55px;
  background: url(/school/images/company/arrow01.png) no-repeat left top;
  width: 42px;
  height: 42px
}

#company_content03 .step02 {
  position: relative;
  padding-left: 110px;
  font-size: 130%;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  margin-top: 60px;
  height: 35px;
  display: flex;
  align-items: center
}

#company_content03 .step02:before {
  content: " ";
  position: absolute;
  left: 0;
  background: url(/school/images/company/step02.png) no-repeat left top;
  width: 100px;
  height: 35px
}

#company_content03 .box div {
  background: #BBD7F0;
  padding: 20px 20px 20px 250px;
  border-radius: 12px;
  margin: 20px 0
}

#company_content03 .box div ul, #company_content03 .box div p {
  padding: 15px;
  background: #fff;
  border-radius: 12px
}

#company_content03 .box div ul {
  padding: 5px 20px;
  background: #fff;
  border-radius: 12px
}

#company_content03 .box div ul li {
  margin: 10px 0;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  line-height: 1.5
}

#company_content03 .box div ul li strong {
  color: #3985C5;
  font-weight: 700
}

#company_content03 .box div ul li:before {
  width: 13px;
  height: 13px;
  background: #3985C5;
  border-radius: 100%;
  position: absolute;
  content: " ";
  left: 0;
  margin: auto;
  top: 0.45em
}

#company_content03 #case01 .customer {
  background: #bbd7f0 url(/school/images/company/case_bg01.png) no-repeat 28px bottom
}

#company_content03 #case01 .salesman {
  background: #bbd7f0 url(/school/images/company/case_bg03.png) no-repeat 28px bottom;
  min-height: 230px
}

#company_content03 #case02 .customer {
  background: #bbd7f0 url(/school/images/company/case_bg02.png) no-repeat 28px bottom
}

#company_content03 #case02 .salesman {
  background: #bbd7f0 url(/school/images/company/case_bg03.png) no-repeat 28px bottom;
  min-height: 230px
}

#company_content03 .box div p {
  padding: 30px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  font-size: 110%
}

#company_content03 p {
  text-align: center;
  margin: 0
}

#company_content04 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px
}

#company_content04 h2 {
  margin-top: 50px;
  position: relative;
  font-size: 200%;
  font-weight: 300;
  text-align: center
}

#company_content04 h2:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0
}

#company_content04 h2 span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 40px
}

#company_content04 #plan {
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px
}

#company_content04 #plan dt {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  color: #3985C5;
  font-weight: 700
}

#company_content04 #plan dt img {
  height: 50px;
  margin-right: 10px
}

#company_content04 #plan dd ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  font-weight: 700;
  list-style-type: none;
  margin-top: 15px
}

#company_content04 #plan dd ul li {
  padding: 0 15px;
  border-right: 1px solid #aaa
}

#company_content04 #plan dd ul li:first-child {
  border-left: 1px solid #aaa
}

#company_content04 h3 {
  font-size: 120%;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  line-height: 1
}

#company_content04 h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #3985C5
}

#company_content04 table {
  width: 100%
}

#company_content04 .price {
  background: #FFFF99;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  text-align: center
}

#company_content04 .price div {
  display: inline-flex;
  text-align: center
}

#company_content04 .price div p {
  font-size: 170%;
  margin: 0 20px;
  font-weight: 300
}

#company_content04 .price div p span {
  padding-left: 10px;
  color: #FF8000;
  font-weight: 700
}

#company_content05 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px
}

#company_content05 h2 {
  margin-top: 50px;
  position: relative;
  font-size: 200%;
  font-weight: 300;
  text-align: center
}

#company_content05 h2:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0
}

#company_content05 h2 span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 40px
}

#content05_01 h3 {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 150%;
  font-weight: 200;
  padding-left: 65px;
  position: relative;
  line-height: 1;
  color: #3985C5
}

#content05_01 h3:before {
  content: "";
  position: absolute;
  background: url(/school/images/company/icon02.png) no-repeat center center;
  left: 0;
  width: 50px;
  height: 50px
}

#content05_01 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px
}

#content05_01 ul li {
  width: 20%;
  list-style-type: none;
  text-align: center;
  margin-bottom: 15px
}

#content05_01 ul li span {
  display: block;
  line-height: 1.5;
  font-size: 80%;
  font-weight: 500
}

#content05_02 {
  border-top: 1px dotted #999;
  padding-top: 1px;
  margin-top: 40px
}

#content05_02 h3 {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 150%;
  font-weight: 200;
  padding-left: 65px;
  position: relative;
  line-height: 1;
  color: #3985C5
}

#content05_02 h3:before {
  content: "";
  position: absolute;
  background: url(/school/images/company/icon03.png) no-repeat center center;
  left: 0;
  width: 50px;
  height: 50px
}

#content05_02 dl.box_left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 40px
}

#content05_02 dl.box_left dt {
  margin-left: auto
}

#content05_02 dl.box_left dd {
  text-align: left;
  margin-right: 50px
}

#content05_02 dl.box_left h4 {
  margin-top: 0
}

#content05_02 dl.box_left p.note {
  text-align: left;
  margin-top: 5px
}

#company_content05 h4 {
  font-size: 120%;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  line-height: 1;
  margin-top: 40px
}

#company_content05 h4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #3985C5
}

#company_content05 .inner ul {
  margin-left: 1.35em;
  margin-top: 15px
}

#company_content05 .inner ul li {
  margin-top: 10px;
  line-height: 1.5
}

#company_content05 #content05_03 {
  border-top: 1px dotted #999;
  padding-top: 1px;
  margin-top: 40px
}

#company_content05 #content05_03 h3 {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 150%;
  font-weight: 200;
  padding-left: 65px;
  position: relative;
  line-height: 1;
  color: #3985C5
}

#company_content05 #content05_03 h3:before {
  content: "";
  position: absolute;
  background: url(/school/images/company/icon04.png) no-repeat center center;
  left: 0;
  width: 55px;
  height: 50px
}

#company_content05 #content05_03 .inner {
  display: flex
}

#company_content05 #content05_03 .inner dl {
  width: 45%;
  margin-top: 20px
}

#company_content05 #content05_03 .inner dl dt {
  font-size: 120%;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  line-height: 1
}

#company_content05 #content05_03 .inner dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #3985C5
}

#company_content05 #content05_03 .inner dl dd ol {
  counter-reset: counter-name;
  margin-top: 15px
}

#company_content05 #content05_03 .inner dl dd ol li {
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 20px;
  padding-left: 30px
}

#company_content05 #content05_03 .inner dl dd ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name);
  background: #444;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 100%;
  font-size: 12px
}

#school_content01 .inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 0
}

#school_content01 h2 {
  color: #59B200;
  font-size: 180%;
  font-weight: 300
}

#school_content01 p {
  font-size: 100%;
  font-weight: 300;
  line-height: 2
}

#school_content01 ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 10px
}

#school_content01 ul li {
  margin: 0 10px
}

#school_content02 .inner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0
}

#school_content02 h2 {
  margin-top: 50px;
  position: relative;
  font-size: 200%;
  font-weight: 300
}

#school_content02 h2:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0
}

#school_content02 h2 span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 40px
}

#school_content02 dl.box_right {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 50px 0
}

#school_content02 dl.box_right dt {
  margin-left: auto;
  margin-right: 50px
}

#school_content02 dl.box_right dd {
  text-align: left;
  margin-right: 50px
}

#school_content02 dl.box_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 50px 0
}

#school_content02 dl.box_left dt {
  margin-left: 50px;
  margin-right: auto
}

#school_content02 dl.box_left dd {
  text-align: left;
  margin-left: 50px
}

#school_content02 dl dd h3 {
  color: #59B200;
  font-size: 180%;
  margin-top: 0;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300
}

#school_content02 dl dd p {
  font-size: 90%;
  margin-top: 8px;
  line-height: 1.8
}

#school_content02 dl dd p.button {
  margin-top: 25px
}

#school_content02 dl dd p.button a {
  display: inline-block;
  background: #59B200;
  border-radius: 4px;
  padding: 12px;
  color: #fff;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 3px 0 0 #408000
}

#school_content02 dl dd p.button a:hover {
  transform: translateY(3px);
  background: #59B200;
  opacity: 0.8;
  box-shadow: 0 0 0 0 #408000
}

#school_content02 dl dd p.button a:before {
  display: inline-block;
  content: " ";
  background: url(/school/images/school/icon05.png) no-repeat center center;
  width: 12px;
  height: 12px;
  margin-right: 10px
}

#school_content02 dl.last {
  border-bottom: none
}

#school_content03 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px
}

#school_content03 h2 {
  margin-top: 50px;
  position: relative;
  font-size: 200%;
  font-weight: 300;
  text-align: center
}

#school_content03 h2:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0
}

#school_content03 h2 span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 40px
}

#school_content03 #case01 {
  margin-top: 30px
}

#school_content03 #case01 dt {
  position: relative;
  color: #59B200;
  font-size: 180%;
  margin-top: 0;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  height: 82px;
  display: flex;
  align-items: center;
  padding-left: 100px
}

#school_content03 #case01 dt:before {
  content: " ";
  position: absolute;
  background: url(/school/images/school/img10.png) no-repeat center center;
  width: 82px;
  height: 82px;
  left: 0
}

#school_content03 #case02 {
  margin-top: 50px;
  border-top: 1px solid #ddd;
  padding-top: 30px
}

#school_content03 #case02 dt {
  position: relative;
  color: #59B200;
  font-size: 180%;
  margin-top: 0;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  height: 82px;
  display: flex;
  align-items: center;
  padding-left: 100px
}

#school_content03 #case02 dt:before {
  content: " ";
  position: absolute;
  background: url(/school/images/school/img11.png) no-repeat center center;
  width: 82px;
  height: 82px;
  left: 0
}

#school_content03 .setp01 {
  position: relative;
  padding-left: 110px;
  font-size: 130%;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  margin-top: 30px;
  height: 35px;
  display: flex;
  align-items: center
}

#school_content03 .setp01:before {
  content: " ";
  position: absolute;
  left: 0;
  background: url(/school/images/school/step01.png) no-repeat left top;
  width: 100px;
  height: 35px
}

#school_content03 .setp01:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -55px;
  background: url(/school/images/school/arrow01.png) no-repeat left top;
  width: 42px;
  height: 42px
}

#school_content03 .step02 {
  position: relative;
  padding-left: 110px;
  font-size: 130%;
  font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
  font-weight: 300;
  margin-top: 60px;
  height: 35px;
  display: flex;
  align-items: center
}

#school_content03 .step02:before {
  content: " ";
  position: absolute;
  left: 0;
  background: url(/school/images/school/step02.png) no-repeat left top;
  width: 100px;
  height: 35px
}

#school_content03 .box div {
  background: #BBD7F0;
  padding: 20px 20px 20px 250px;
  border-radius: 12px;
  margin: 20px 0
}

#school_content03 .box div ul, #school_content03 .box div p {
  padding: 15px;
  background: #fff;
  border-radius: 12px
}

#school_content03 .box div ul {
  padding: 5px 20px;
  background: #fff;
  border-radius: 12px
}

#school_content03 .box div ul li {
  margin: 10px 0;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  line-height: 1.5
}

#school_content03 .box div ul li strong {
  color: #59B200;
  font-weight: 700
}

#school_content03 .box div ul li:before {
  width: 13px;
  height: 13px;
  background: #59B200;
  border-radius: 100%;
  position: absolute;
  content: " ";
  left: 0;
  margin: auto;
  top: 0.45em
}

#school_content03 #case01 .customer {
  background: #efffbf url(/school/images/school/case_bg01.png) no-repeat 28px bottom;
  min-height: 205px
}

#school_content03 #case01 .salesman {
  background: #efffbf url(/school/images/school/case_bg03.png) no-repeat 28px bottom;
  min-height: 230px
}

#school_content03 #case02 .customer {
  background: #efffbf url(/school/images/school/case_bg02.png) no-repeat 28px bottom
}

#school_content03 #case02 .salesman {
  background: #efffbf url(/school/images/school/case_bg03.png) no-repeat 28px bottom;
  min-height: 230px
}

#school_content03 .box div p {
  padding: 30px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  font-size: 110%
}

#school_content03 p {
  text-align: center;
  margin: 0
}

#school_content04 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px
}

#school_content04 h2 {
  margin-top: 50px;
  position: relative;
  font-size: 200%;
  font-weight: 300;
  text-align: center
}

#school_content04 h2:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0
}

#school_content04 h2 span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 40px
}

#school_content04 #plan {
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px
}

#school_content04 #plan dt {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  color: #59B200;
  font-weight: 700
}

#school_content04 #plan dt img {
  height: 50px;
  margin-right: 10px
}

#school_content04 #plan dd ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  font-weight: 700;
  list-style-type: none;
  margin-top: 15px
}

#school_content04 #plan dd ul li {
  padding: 0 15px;
  border-right: 1px solid #aaa
}

#school_content04 #plan dd ul li:first-child {
  border-left: 1px solid #aaa
}

#school_content04 h3 {
  font-size: 120%;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  line-height: 1
}

#school_content04 h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #59B200
}

#school_content04 table {
  width: 100%
}

#school_content04 .price {
  background: #FFFF99;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  text-align: center
}

#school_content04 .price div {
  display: inline-flex;
  text-align: center
}

#school_content04 .price div p {
  font-size: 170%;
  margin: 0 20px;
  font-weight: 300
}

#school_content04 .price div p span {
  padding-left: 10px;
  color: #FF8000;
  font-weight: 700
}

#school_content05 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px
}

#school_content05 h2 {
  margin-top: 50px;
  position: relative;
  font-size: 200%;
  font-weight: 300;
  text-align: center
}

#school_content05 h2:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0
}

#school_content05 h2 span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 40px
}

#school_content05 #content05_01 h3 {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 150%;
  font-weight: 200;
  padding-left: 65px;
  position: relative;
  line-height: 1;
  color: #59B200
}

#school_content05 #content05_01 h3:before {
  content: "";
  position: absolute;
  background: url(/school/images/school/icon02.png) no-repeat center center;
  left: 0;
  width: 50px;
  height: 50px
}

#school_content05 #content05_01 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px
}

#school_content05 #content05_01 ul li {
  width: 20%;
  list-style-type: none;
  text-align: center;
  margin-bottom: 15px
}

#school_content05 #content05_01 ul li span {
  display: block;
  line-height: 1.5;
  font-size: 80%;
  font-weight: 500
}

#school_content05 #content05_02 {
  border-top: 1px dotted #999;
  padding-top: 1px;
  margin-top: 40px
}

#school_content05 #content05_02 h3 {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 150%;
  font-weight: 200;
  padding-left: 65px;
  position: relative;
  line-height: 1;
  color: #59B200
}

#school_content05 #content05_02 h3:before {
  content: "";
  position: absolute;
  background: url(/school/images/school/icon03.png) no-repeat center center;
  left: 0;
  width: 50px;
  height: 50px
}

#school_content05 #content05_02 dl.box_left {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 40px
}

#school_content05 #content05_02 dl.box_left dt {
  margin-left: auto
}

#school_content05 #content05_02 dl.box_left dd {
  text-align: left;
  margin-right: 50px
}

#school_content05 #content05_02 dl.box_left h4 {
  margin-top: 0
}

#school_content05 #content05_02 dl.box_left p.note {
  text-align: left;
  margin-top: 5px
}

#school_content05 h4 {
  font-size: 120%;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  line-height: 1;
  margin-top: 40px
}

#school_content05 h4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #59B200
}

#school_content05 .inner ul {
  margin-left: 1.35em;
  margin-top: 15px
}

#school_content05 .inner ul li {
  margin-top: 10px;
  line-height: 1.5
}

#school_content05 #content05_03 {
  border-top: 1px dotted #999;
  padding-top: 1px;
  margin-top: 40px
}

#school_content05 #content05_03 h3 {
  display: flex;
  height: 50px;
  align-items: center;
  font-size: 150%;
  font-weight: 200;
  padding-left: 65px;
  position: relative;
  line-height: 1;
  color: #59B200
}

#school_content05 #content05_03 h3:before {
  content: "";
  position: absolute;
  background: url(/school/images/school/icon04.png) no-repeat center center;
  left: 0;
  width: 55px;
  height: 50px
}

#school_content05 #content05_03 .inner {
  display: flex
}

#school_content05 #content05_03 .inner dl {
  width: 45%;
  margin-top: 20px
}

#school_content05 #content05_03 .inner dl dt {
  font-size: 120%;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  line-height: 1
}

#school_content05 #content05_03 .inner dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #59B200
}

#school_content05 #content05_03 .inner dl dd ol {
  counter-reset: counter-name;
  margin-top: 15px
}

#school_content05 #content05_03 .inner dl dd ol li {
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 20px;
  padding-left: 30px
}

#school_content05 #content05_03 .inner dl dd ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name);
  background: #444;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 100%;
  font-size: 12px
}

#school_content06 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px
}

#school_content06 h2 {
  margin-top: 50px;
  position: relative;
  font-size: 200%;
  font-weight: 300;
  text-align: center
}

#school_content06 h2:before {
  content: " ";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0
}

#school_content06 h2 span {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 0 40px
}

#school_content06 .case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#school_content06 .case_bpx a {
  width: 410px;
  padding: 20px;
  border: 5px solid #eee;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  text-decoration: none
}

#school_content06 .case_bpx a:hover {
  opacity: 0.7
}

#school_content06 .case_bpx .photo {
  width: 160px;
  margin-right: 15px;
  margin-top: 0
}

#school_content06 .case_bpx .photo img {
  width: 100%
}

#school_content06 .case_bpx .title {
  width: 230px;
  height: 120px;
  margin-top: 0;
  position: relative;
  text-decoration: none
}

#school_content06 .case_bpx .title h3 {
  text-decoration: none
}

#school_content06 .case_bpx .title span {
  background: #3A85C6;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
  font-size: 80%;
  color: #fff
}

#school_content06 .case_bpx .text {
  margin-top: 10px;
  font-size: 80%;
  line-height: 1.5;
  text-decoration: none
}

#school_content06 .case_bpx .text span {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  position: relative;
  padding-left: 20px
}

#school_content06 .case_bpx .text span:before {
  display: inline-block;
  content: " ";
  background: url(/school/images/school/icon06.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0
}

#school_content07 {
  border-top: 1px solid #ddd;
  margin-top: 40px
}

#school_content07 .inner {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px
}

#school_content07 h2 {
  margin-top: 30px;
  position: relative;
  font-size: 200%;
  font-weight: 300;
  text-align: center;
  color: #3A85C6
}

#school_content07 .column {
  display: flex;
  justify-content: space-between;
  margin-top: 40px
}

#school_content07 .column .column_bpx {
  width: 300px;
  background: #F2F8F8;
  padding-bottom: 10px
}

#school_content07 .column .column_bpx p {
  padding: 0 10px
}

#school_content07 .column .column_bpx span {
  display: block;
  margin: 15px 10px;
  line-height: 1.5;
  font-size: 80%;
  margin-top: 10px;
  position: relative;
  padding-left: 20px
}

#school_content07 .column .column_bpx span:before {
  display: inline-block;
  content: " ";
  background: url(/school/images/school/icon06.png) no-repeat center center;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0.2em
}

#school_content07 .column .column_bpx .photo {
  margin-top: 0;
  padding: 0
}

#school_content07 .column .column_bpx .cat {
  display: inline-block;
  background: #3A85C6;
  padding: 5px 15px;
  margin-left: 10px;
  font-size: 80%;
  color: #fff
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 80%
}

#formarea table * {
  font-size: 100%
}

table td, table th {
  font-size: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  line-height: 1.4
}

table th {
  font-weight: normal;
  background: #f0f0f0
}

table {
  margin-top: 15px
}

table th {
  font-weight: normal;
  background: #CCDFF0;
  color: #255480;
  padding: 15px
}

table td {
  padding: 15px
}

table .a_center {
  text-align: center
}

table .a_right {
  text-align: right
}

table .bg {
  background: #FFFF99;
  color: #CB0000
}

p.note {
  margin-top: 3px;
  font-size: 11px;
  text-align: right
}

p.kome {
  margin-top: 3px;
  font-size: 11px;
  padding-left: left
}

.loacl_links02 {
  border-bottom: 1px solid #ddd
}

.loacl_links02 ul {
  width: 960px;
  display: flex;
  margin: 0 auto;
  list-style-type: none;
  justify-content: center
}

.loacl_links02 ul li {
  margin: 30px 0;
  padding: 0 50px;
  position: relative
}

.loacl_links02 ul li:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #ddd
}

.loacl_links02 ul li:last-child:after {
  display: none
}

.company .loacl_links02 ul li a:before {
  display: inline-block;
  content: " ";
  background: url(/school/images/company/icon01.png) no-repeat center center;
  width: 12px;
  height: 12px;
  margin-right: 10px
}

.school .loacl_links02 ul li a:before {
  display: inline-block;
  content: " ";
  background: url(/school/images/school/icon01.png) no-repeat center center;
  width: 12px;
  height: 12px;
  margin-right: 10px
}

.cvBox {
  width: 100%;
  background: #F8F8F8
}

.cvBox .inBox {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 0;
  overflow: hidden;
  min-height: 150px
}

.cvBox address {
  float: left;
  margin-left: 0
}

.cvBox .contact_box {
  float: right;
  margin-top: 20px
}

.cvBox .contact_box ul {
  overflow: hidden
}

.cvBox .contact_box ul li {
  float: left;
  margin-left: 5px
}

.cvBox .contact_box ul li {
  float: left;
  margin-left: 3px
}

#company #footer_module #cvBox {
  width: 100%;
  background: #F8F8F8
}

#company #footer_module #cvBox .inBox {
  background: none
}

.bg {
  position: relative
}

.arrow_box {
  display: block;
  position: absolute;
  background: #3A85C6;
  top: -31px;
  left: 22px;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  opacity: 0;
  transform: translateY(10px)
}

.arrow_box.on {
  opacity: 1;
  transform: translateY(0px)
}

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(58, 133, 198, 0);
  border-top-color: #3A85C6;
  border-width: 7px;
  margin-left: -7px
}

.top #footerContact {
  padding-top: 40px;
  border-top: 1px solid #ddd;
  margin-top: 0
}

#footerContact {
  padding-top: 40px;
  border-top: 1px solid #ddd
}

#packageList {
  position: relative;
  z-index: 10
}

#packageList .inner {
  width: 1200px;
  margin: 40px auto 60px
}

#packageList .inner h2 {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 900
}

#packageList .bnrs {
  display: flex;
  justify-content: space-between
}

#packageList .readcopy {
  text-align: center;
  font-size: 2rem;
  font-weight: 900
}

#packageList .package {
  margin-top: 40px
}

#packageList .package&gt;div {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: flex-end;
}

#packageList .package a {
  text-decoration: none
}

#packageList .package a dl {
  width: 290px
}

#packageList .package a dl dt {
  display: block;
  /*overflow: hidden;*/
  text-align: center
}

#packageList .package a dl dt img {
  transform: scale(1);
  -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s
}

#packageList .package a dl dd {
  padding: 15px 0 0;
  text-align: center;
  line-height: 1.7;
  font-size: 1.4rem
}

#packageList .package a:hover dt img {
  transform: scale(1.05)
}

#floatingBnr #sp_bnr {
  display: none
}

#floatingBnr #pc_bnr {
  position: fixed;
  right: 0;
  top: 101px;
  z-index: 120
}

#floatingBnr #pc_bnr ul {
  list-style-type: none;
  margin: 0
}

#floatingBnr #pc_bnr ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) 0s
}

#floatingBnr #pc_bnr ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  width: 60px;
  box-sizing: border-box;
  position: relative
}

#floatingBnr #pc_bnr ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s
}

#floatingBnr #pc_bnr ul li a:hover {
  background: #fff
}

#floatingBnr #pc_bnr ul li.contact {
  background: #1e9eab;
  display: none
}

#floatingBnr #pc_bnr ul li.trial {
  background: #b11534;
  display: none
}

#floatingBnr #pc_bnr ul li.school {
  background: #1e9eab;
  display: flex
}


/*190822*/

.cp_arrows {
  width: 290px;
}

.cp_arrows .cp_arrow1 {
  left: 5%;
}

.cp_arrows .cp_arrow2 {
  right: 10%;
}

@media print, screen and (min-width: 768px) {
  #sec07 {
    position: relative;
    background: #f5f5f5 url(../../../../ovp/images/bg.png) repeat left top;
    overflow: hidden;
    padding: 30px 0 50px 0;
    margin-top: 80px;
  }
  #sec07 .inner {
    width: 1200px;
    margin: 40px auto 0
  }
  #sec07 .inner h2 {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 900
  }
  #sec07 .inner h2.tit {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    margin: 30px auto;
  }
  #sec07 .bnrs {
    display: flex;
    justify-content: space-between
  }
  #sec07 .readcopy {
    text-align: center;
    font-size: 2rem;
    font-weight: 900
  }
  #sec07 .package {
    margin-top: 40px
  }
  #sec07 .package&gt;div {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: flex-end;
  }
  #sec07 .package a {
    text-decoration: none
  }
  #sec07 .package a dl {
    width: 380px
  }
  #sec07 .package a dl dt {
    display: block;
    overflow: hidden;
    text-align: center
  }
  #sec07 .package a dl dt img {
    transform: scale(1);
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s
  }
  #sec07 .package a dl dd {
    padding: 15px 0 0;
    text-align: center;
    line-height: 1.7;
    font-size: 1.6rem;
    text-align: left
  }
  #sec07 .package a:hover dt img {
    transform: scale(1.05)
  }
  #sec07 .tit {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .column .wrap a {
    color: #333;
    text-decoration: underline;
  }
  .column .wrap a:hover {
    color: #c7365e;
    text-decoration: none;
  }
  #sec07 .package a {
    text-decoration: none;
  }
  #sec07 .package a:hover {
    color: #c7365e;
    text-decoration: none;
  }
  .checksheet_info {
    text-align: center;
  }
  #introduction_txt {
    width: 1200px;
    margin: 20px auto 0 auto;
  }
  #introduction_txt p {
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
  }
  .comparison_banner {
    text-align: center;
  }
  #sec07 {
    position: relative;
    background: #f5f5f5 url(../../../../ovp/images/bg.png) repeat left top;
    overflow: hidden;
    padding: 40px 0;
    margin-top: 80px;
  }
  #sec07 .inner {
    width: 1200px;
    margin: 40px auto 0
  }
  #sec07 .inner h2 {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 900
  }
  #sec07 .inner h2.tit {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 900;
    margin: 30px auto;
  }
  #sec07 .bnrs {
    display: flex;
    justify-content: space-between
  }
  #sec07 .readcopy {
    text-align: center;
    font-size: 2rem;
    font-weight: 900
  }
  #sec07 .package {
    margin-top: 40px
  }
  #sec07 .package&gt;div {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: flex-end;
  }
  #sec07 .package a {
    text-decoration: none
  }
  #sec07 .package a dl {
    width: 380px
  }
  #sec07 .package a dl dt {
    display: block;
    overflow: hidden;
    text-align: center
  }
  #sec07 .package a dl dt img {
    transform: scale(1);
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s
  }
  #sec07 .package a dl dd {
    padding: 15px 0 0;
    text-align: center;
    line-height: 1.7;
    font-size: 1.6rem;
    text-align: left
  }
  #sec07 .package a:hover dt img {
    transform: scale(1.05)
  }
  #sec07 .tit {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #siteNav {
    display: none
  }
  .top #mainvisual {
    background: #f0f0f0;
    position: relative;
    padding: 12% 0;
    min-height: 400px
  }
  .top #mainvisual:before {
    display: none
  }
  .top #mainvisual .inner {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 6% 4%;
    display: flex;
    align-items: center
  }
  .top #mainvisual .inner h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    position: relative;
    z-index: 10
  }
  .top #mainvisual .inner h1 span {
    display: block;
    margin-top: 20px
  }
  .top #mainvisual .inner h1 span img {
    max-width: 80%
  }
  .top #mainvisual .change_plan a {
    display: block;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-decoration: none;
    padding: 25px 100px 25px 25px;
    font-weight: 500;
    position: relative;
    font-size: 1.6rem;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s
  }
  .top #mainvisual .change_plan a::after {
    -webkit-transition: right 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: right 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' width='150px' height='150px' style='transform-box:fill-box' preserveAspectRatio='xMinYMid'%3E%3Cpolygon fill='%23fff' points='94.35,0 58.65,35.7 175.95,153 58.65,270.3 94.35,306 247.35,153'/%3E224.52,72.001z' /%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    background-size: 100%
  }
  .top #mainvisual .change_plan a:hover::after {
    right: 15px
  }
  .under #mainvisual {
    height: calc(30vh - 100px);
    min-height: 300px;
    background: #c7365e;
    position: relative;
    overflow: hidden
  }
  .under #mainvisual:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    background-size: cover;
    z-index: 2;
    opacity: 0.3
  }
  .under #mainvisual #mainvisual_bg {
    position: absolute;
    width: 140%;
    height: 140%;
    top: -20%;
    left: -20%;
    z-index: 1
  }
  .under #mainvisual .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    justify-content: center
  }
  .under #mainvisual .inner .textArea {
    height: calc(20vh - 100px);
    min-height: 200px;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center
  }
  .under #mainvisual .inner .textArea h1, .under #mainvisual .inner .textArea p.tlt {
    font-size: 3.5rem;
    line-height: 1.4;
    font-weight: 900;
    margin-top: 0;
    text-align: center
  }
  .under #mainvisual .inner .textArea h1 span, .under #mainvisual .inner .textArea p.tlt span {
    display: block;
    padding-bottom: 2px;
    font-size: 2rem;
    color: #fff
  }
  .under #mainvisual .inner .textArea p {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-top: 15px
  }
  .under.school #mainvisual {
    height: calc(20vh - 100px);
    min-height: 200px;
    background: #BADE83;
    position: relative;
    overflow: hidden
  }
  .under.school #mainvisual:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    background: url(../../../school/images/school/mainvisual.png) no-repeat center right;
    background-size: cover
  }
  .under.company #mainvisual {
    height: calc(20vh - 100px);
    min-height: 200px;
    background: #BBD7F0;
    position: relative;
    overflow: hidden
  }
  .under.company #mainvisual:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    background: url(../../../school/images/company/mainvisual.png) no-repeat center right;
    background-size: cover
  }
  .under.news #mainvisual {
    height: calc(10vh - 100px);
    min-height: 100px;
  }
  .under.news #mainvisual .inner .textArea {
    height: auto;
    min-height: inherit;
    width: 100%;
  }
  .under.news ul .label {
    position: absolute;
    left: 0;
    transform: translateY(-.5em);
  }
  .under.news #mainvisual .inner .textArea h1 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 900;
    margin-top: 0;
    text-align: left;
  }
  .offerArea {
    background: #f5f5f5 url(../../../ovp/images/bg.png) repeat left top;
    overflow: hidden;
    padding: 6%;
    margin-top: 10%
  }
  .offerArea .inner {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important
  }
  .offerArea .bnrs li {
    margin: 0 0 3%
  }
  .offerArea .contact {
    margin-top: 30px
  }
  .offerArea .contact .readcopy {
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem
  }
  .offerArea .contact&gt;div {
    display: block;
    align-items: center;
    margin-top: 15px;
    position: relative
  }
  .offerArea .contact&gt;div&gt;dl {
    width: 100%;
    display: flex;
    height: 18vw;
    align-items: center;
    color: #fff;
    padding: 5%;
    box-sizing: border-box
  }
  .offerArea .contact&gt;div&gt;dl dt {
    width: 35vw;
    box-sizing: border-box;
    padding: 0 3% 0 0;
    font-size: 1.5rem;
    line-height: 1.4
  }
  .offerArea .contact&gt;div&gt;dl p {
    font-size: 1.2rem
  }
  .offerArea .contact&gt;div&gt;dl .phoneNumber {
    font-size: 3.2rem !important;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 1.2
  }
  .offerArea .contact&gt;div&gt;dl .phoneNumber:before {
    content: "";
    width: 5vw;
    height: 5vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480.56 480.56' preserveAspectRatio='xMinYMid'%3E%3Cpath  fill='%23fff' d='M365.354,317.9c-15.7-15.5-35.3-15.5-50.9,0c-11.9,11.8-23.8,23.6-35.5,35.6c-3.2,3.3-5.9,4-9.8,1.8 c-7.7-4.2-15.9-7.6-23.3-12.2c-34.5-21.7-63.4-49.6-89-81c-12.7-15.6-24-32.3-31.9-51.1c-1.6-3.8-1.3-6.3,1.8-9.4 c11.9-11.5,23.5-23.3,35.2-35.1c16.3-16.4,16.3-35.6-0.1-52.1c-9.3-9.4-18.6-18.6-27.9-28c-9.6-9.6-19.1-19.3-28.8-28.8 c-15.7-15.3-35.3-15.3-50.9,0.1c-12,11.8-23.5,23.9-35.7,35.5c-11.3,10.7-17,23.8-18.2,39.1c-1.9,24.9,4.2,48.4,12.8,71.3 c17.6,47.4,44.4,89.5,76.9,128.1c43.9,52.2,96.3,93.5,157.6,123.3c27.6,13.4,56.2,23.7,87.3,25.4c21.4,1.2,40-4.2,54.9-20.9 c10.2-11.4,21.7-21.8,32.5-32.7c16-16.2,16.1-35.8,0.2-51.8C403.554,355.9,384.454,336.9,365.354,317.9z'/%3E%3Cpath  fill='%23fff' d='M346.254,238.2l36.9-6.3c-5.8-33.9-21.8-64.6-46.1-89c-25.7-25.7-58.2-41.9-94-46.9l-5.2,37.1 c27.7,3.9,52.9,16.4,72.8,36.3C329.454,188.2,341.754,212,346.254,238.2z'/%3E%3Cpath  fill='%23fff' d='M403.954,77.8c-42.6-42.6-96.5-69.5-156-77.8l-5.2,37.1c51.4,7.2,98,30.5,134.8,67.2c34.9,34.9,57.8,79,66.1,127.5 l36.9-6.3C470.854,169.3,444.354,118.3,403.954,77.8z' /%3E%3C/svg%3E");
    background-size: 100%;
    margin-right: 10px;
    background-position: center bottom;
    display: inline-block;
    background-repeat: no-repeat
  }
  .offerArea .contact&gt;div&gt;dl dd {
    width: 65vw;
    padding: 0;
    box-sizing: border-box
  }
  .offerArea .contact&gt;div&gt;dl .contactBtn {
    display: block;
    width: 100%;
    max-width: 700px
  }
  .offerArea .contact&gt;div&gt;dl .contactBtn a {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: 2px solid #fff;
    padding: 4% 0;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    position: relative;
    box-shadow: 0 0 0 0 #fff inset;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    text-decoration: none
  }
  .offerArea .contact&gt;div&gt;dl .contactBtn a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' preserveAspectRatio='xMinYMid'%3E%3Cpath  fill='%23fff' d='M448,128V0H64v128H0v384h512V128H448z M96,32h320v161.813L256,330.938L96,193.813V32z M480,480H32V181.063l224,192l224-192 V480z M384,96H128V64h256V96z M320,160H128v-32h192V160z' /%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    display: block;
    width: 5vw;
    height: 5vw;
    top: 0;
    bottom: 0;
    left: 3%;
    right: auto;
    margin: auto;
    background-size: 100%;
  }
  .offerArea .contact&gt;div&gt;dl .contactBtn a::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' width='150px' height='150px' style='transform-box:fill-box' preserveAspectRatio='xMinYMid'%3E%3Cpolygon fill='%23fff' points='94.35,0 58.65,35.7 175.95,153 58.65,270.3 94.35,306 247.35,153'/%3E224.52,72.001z' /%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    display: block;
    width: 3vw;
    height: 3vw;
    top: 0;
    bottom: 0;
    right: 2vw;
    margin: auto;
    background-size: 100%;
    -webkit-transition: right 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: right 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s
  }
  .offerArea .contact&gt;div&gt;dl.tell {
    background: #1ea0ae
  }
  .offerArea .contact&gt;div&gt;dl.form {
    background: #0c3391
  }
  .offerArea .link {
    margin-top: 20px
  }
  #serviceMenu {
    display: block
  }
  #serviceMenu.fix {
    position: relative;
    top: auto;
    width: 100%;
    z-index: 1000;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
  }
  #serviceMenu .inner {
    width: auto;
    padding: 0 0;
    margin: 0 auto
  }
  #serviceMenu .inner ul {
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #ddd;
    flex-wrap: wrap
  }
  #serviceMenu .inner ul li {
    width: 50%;
    padding: 0 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
    float: left;
    list-style-type: none;
    font-family: 'Gothic MB101 Medium', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    font-size: 2.75vw;
    letter-spacing: 0em
  }
  #serviceMenu .inner ul li:last-child {
    border-right: none
  }
  #serviceMenu .inner ul li a {
    display: block;
    padding: 5% 0;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #ddd
  }
  #serviceMenu .inner ul li:nth-child(2) a, #serviceMenu .inner ul li:nth-child(4) a {
    border-right: none
  }
  #serviceMenu .inner ul li a:hover, #serviceMenu .inner ul li.on a {
    background: none;
    border-radius: 0px;
    color: #333
  }
  #index_content01 .inner {
    width: auto;
    margin: 0 auto;
    padding: 20px 4% 3%;
    overflow: hidden
  }
  #index_content01 h2 {
    font-size: 3.75vw;
    text-align: center;
    font-family: 'Hiragino Kaku Gothic W3 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    color: #333;
    line-height: 1.55
  }
  #index_content01 p.readcopy {
    font-size: 3vw;
    line-height: 1.7;
    text-align: left !important
  }
  #index_content01 dl {
    width: 50%;
    float: left;
    margin-top: 30px
  }
  #index_content01 dl dt {
    text-align: center;
    padding: 0 3%
  }
  #index_content01 dl dt img {
    width: 90%
  }
  #index_content01 dl dd {
    padding: 10px;
    text-align: center;
    font-size: 80%;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    color: #666
  }
  #index_content02 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4% 3%;
    overflow: hidden
  }
  #index_content02 h2 {
    display: inline-block;
    font-size: 130%;
    border-bottom: 2px solid #3A85C6;
    padding-bottom: 2px;
    text-align: center;
    font-family: 'Hiragino Kaku Gothic W3 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    color: #333;
    line-height: 1.55;
    margin-top: 50px
  }
  #index_content02 {
    margin-top: 3%
  }
  #index_content02 dl {
    border-top: 1px dotted #eee;
    padding: 20px;
    overflow: hidden
  }
  #index_content02 dl:first-child {
    border-top: none
  }
  #index_content02 dl dt {
    text-align: center;
    float: none;
    width: auto;
    margin-bottom: 5%
  }
  #index_content02 dl dt img {
    width: 90%
  }
  #index_content02 dl dd {
    float: none;
    width: auto
  }
  #index_content02 dl dd h3 {
    color: #3A85C6;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    font-size: 120%;
    margin-top: 0;
    text-align: center
  }
  #index_content02 dl dd p {
    margin-top: 8px
  }
  #index_content02 dl dd h3 span {
    display: block;
    margin-bottom: 5px;
    font-size: 90%;
    font-family: 'FB PoynterSerif RE Italic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック'
  }
  .arrowBtn.type02 a {
    display: block;
    width: 60%;
    margin: 20px auto 0;
    background: #3A85C6;
    position: relative;
    text-align: center;
    padding: 6px 30px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 90%;
    line-height: 1.7
  }
  .arrowBtn.type02 a:before {
    content: '\e802';
    position: absolute;
    left: 3px;
    line-height: 1.5
  }
  #index_content03 .inner {
    width: auto;
    padding: 0 4%;
    overflow: hidden;
    margin: 3% auto 0;
    background: none
  }
  #index_content03 ul {
    display: flex;
    justify-content: space-between
  }
  #index_content03 ul li {
    width: 48%
  }
  .arrowBtn.type01 {
    margin-top: 20px
  }
  .arrowBtn a:hover {
    opacity: 0.7
  }
  .arrowBtn.type01 a {
    display: inline-block;
    background: #C7365E;
    position: relative;
    text-align: center;
    padding: 6px 30px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 90%;
    line-height: 1.7
  }
  .arrowBtn.type01 a:before {
    content: '\e802';
    position: absolute;
    left: 3px;
    line-height: 1.5;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center
  }
  .arrowBtn.morebtn a {
    display: inline-block;
    background: #999;
    position: relative;
    text-align: center;
    padding: 2px 30px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 75%;
    line-height: 1.7
  }
  .arrowBtn.morebtn a:before {
    content: '\e802';
    position: absolute;
    left: 3px;
    line-height: 1.5;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center
  }
  .arrowBtn.type02 a {
    display: inline-block;
    background: #3A85C6;
    position: relative;
    text-align: center;
    padding: 6px 30px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 90%;
    line-height: 1.7
  }
  .arrowBtn.type02 a:before {
    content: '\e802';
    position: absolute;
    left: 3px;
    line-height: 1.5;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center
  }
  .arrowBtn.type03 a {
    display: inline-block;
    background: #DDDDDD;
    position: relative;
    text-align: center;
    padding: 6px 10px;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    font-size: 80%;
    line-height: 1.7
  }
  .arrowBtn.type03 a:before {
    content: '\e802';
    position: absolute;
    left: 3px;
    line-height: 1.7
  }
  #newsArea {
    padding: 30px 0 30px;
    background: #F8F8F8;
    margin-top: 80px
  }
  #news {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    position: relative
  }
  #news h2 {
    font-size: 220%;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    color: #666;
    line-height: 1.3;
    border-bottom: 1px solid #ddd
  }
  #news .morebtn {
    position: absolute;
    top: 3px;
    right: 0
  }
  #newsList {
    list-style-type: none;
    margin-top: 10px
  }
  #newsList li {
    clear: both;
    padding: 10px 0;
    line-height: 1.6;
    overflow: hidden
  }
  #newsList p.data {
    float: left;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 115px;
    position: relative;
    margin-top: 0
  }
  #newsList p.data .label {
    position: absolute;
    left: 0;
    width: 100px;
    padding: 3px 0;
    font-size: 10px;
    text-align: center;
    font-weight: normal
  }
  #newsList p.data .label.mt, #newsList p.data .label.ss {
    background: #FBDBDF;
    color: #F03E61;
    border-radius: 4px
  }
  #newsList p.data .label.hl, #newsList p.data .label.hs {
    background: #C7DBEB;
    color: #3985C5;
    border-radius: 4px
  }
  #newsList p.data .label.ot {
    background: #D6D6D6;
    color: #666;
    border-radius: 4px
  }
  #newsList p.data img {
    float: left;
    padding-right: 10px;
    vertical-align: bottom
  }
  #newsList p.copy {
    width: 740px;
    float: right;
    position: relative;
    padding-left: 18px;
    margin-top: 0
  }
  #newsList p.copy:before {
    position: absolute;
    content: '\e802';
    left: 0;
    top: 0.2em;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center
  }
  #newsList p.copy a {
    line-height: 1.5
  }
  #newsArea {
    float: none;
    width: auto;
    margin-top: 5%;
    background: #F8F8F8;
    padding: 4%
  }
  #news {
    margin: 0;
    width: auto;
    position: relative
  }
  #news h2 {
    font-size: 2.5rem;
    font-family: 'Hiragino Kaku Gothic W3 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    color: #666;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3%;
  }
  #news .morebtn {
    position: absolute;
    top: 3px;
    right: 1%;
    margin-top: 0
  }
  #newsList {
    list-style-type: none
  }
  #newsList li {
    clear: both;
    padding: 10px 0;
    line-height: 1.6;
    overflow: hidden;
    font-size: 1.6rem
  }
  #newsList p.data {
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    float: none;
    padding-left: 110px;
  }
  #newsList p.copy {
    float: none;
    width: 94%;
    position: relative;
    padding-left: 6%;
    margin-top: 2%;
    margin-left: 0
  }
  #newsList p.copy:before {
    position: absolute;
    content: '\e802';
    left: 0;
    top: 0.2em
  }
  #newsList p.copy a {
    line-height: 1.5
  }
  #company_content01 .inner {
    width: auto;
    padding: 10% 4% 0
  }
  #company_content01 h2 {
    font-size: 4.75vw;
    line-height: 1.8
  }
  #company_content01 p {
    font-size: 3vw
  }
  #company_content01 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap
  }
  #company_content01 ul li {
    margin: 0 1%;
    width: 30%
  }
  #company_content02 .inner {
    width: auto;
    padding: 5% 4% 0
  }
  #company_content02 h2 {
    margin-top: 10%;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300
  }
  #company_content02 h2:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0
  }
  #company_content02 h2 span {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 5%
  }
  #company_content02 dl.box_right {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10% 0
  }
  #company_content02 dl.box_right dt {
    width: 80%;
    margin: 0 auto;
    text-align: center
  }
  #company_content02 dl.box_right dd {
    text-align: left;
    margin: 10% 0 0
  }
  #company_content02 dl.box_left {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 5% 0
  }
  #company_content02 dl.box_left dt {
    margin-left: 0;
    margin-right: auto
  }
  #company_content02 dl.box_left dd {
    text-align: left;
    margin: 10% 0
  }
  #company_content02 dl dd h3 {
    color: #3985C5;
    font-size: 4.75vw;
    text-align: center
  }
  #company_content02 dl dd p {
    font-size: 3.75vw;
    margin-top: 8px;
    line-height: 1.8
  }
  #company_content02 dl dd p.button {
    margin-top: 3%
  }
  #company_content02 dl dd p.button a {
    display: block;
    background: #3985C5;
    border-radius: 4px;
    padding: 10px 0;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 3px 0 0 #28608C;
    text-align: center
  }
  #company_content02 dl dd p.button a:before {
    display: inline-block;
    content: " ";
    background: url(/school/images/company/icon05.png) no-repeat center center;
    width: 12px;
    height: 12px;
    margin-right: 10px
  }
  #company_content02 dl.last {
    border-bottom: none
  }
  #company_content03 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4%
  }
  #company_content03 h2 {
    margin-top: 10%;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300
  }
  #company_content03 h2:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0
  }
  #company_content03 h2 span {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 5%
  }
  #company_content03 #case01 {
    margin-top: 30px
  }
  #company_content03 #case01 dt {
    color: #3985C5;
    font-size: 4.75vw;
    line-height: 1.5;
    padding-left: 50px
  }
  #company_content03 #case01 dt:before {
    content: " ";
    position: absolute;
    background: url(/school/images/company/img10.png) no-repeat center center;
    background-size: cover;
    width: 41px;
    height: 41px;
    left: 0
  }
  #company_content03 #case02 {
    margin-top: 10%;
    border-top: 1px solid #ddd;
    padding-top: 5%
  }
  #company_content03 #case02 dt {
    color: #3985C5;
    font-size: 4.75vw;
    line-height: 1.5;
    padding-left: 50px
  }
  #company_content03 #case02 dt:before {
    content: " ";
    position: absolute;
    background: url(/school/images/company/img11.png) no-repeat center center;
    background-size: cover;
    width: 41px;
    height: 41px;
    left: 0
  }
  #company_content03 .setp01 {
    position: relative;
    padding: 40px 0 0;
    font-size: 4vw;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    margin-top: 5%
  }
  #company_content03 .setp01:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/school/images/company/step01.png) no-repeat left top;
    background-size: 70px;
    width: 70px;
    height: 35px
  }
  #company_content03 .setp01:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -65px;
    background: url(/school/images/company/arrow01.png) no-repeat left top;
    width: 42px;
    height: 42px
  }
  #company_content03 .step02 {
    osition: relative;
    padding: 40px 0 0;
    font-size: 4vw;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック'
  }
  #company_content03 .step02:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/school/images/company/step02.png) no-repeat left top;
    background-size: 70px;
    width: 70px;
    height: 35px
  }
  #company_content03 .box div {
    background: #BBD7F0;
    padding: 4%;
    border-radius: 12px;
    margin: 20px 0
  }
  #company_content03 .box div ul, #company_content03 .box div p {
    padding: 15px;
    background: #fff;
    border-radius: 12px
  }
  #company_content03 .box div ul {
    padding: 10px;
    background: #fff;
    border-radius: 12px
  }
  #company_content03 .box div ul li {
    margin: 10px 0;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.5
  }
  #company_content03 .box div ul li strong {
    color: #3985C5;
    font-weight: 700
  }
  #company_content03 .box div ul li:before {
    width: 13px;
    height: 13px;
    background: #3985C5;
    border-radius: 100%;
    position: absolute;
    content: " ";
    left: 0;
    margin: auto;
    top: 0.45em
  }
  #company_content03 #case01 .customer {
    background: #BBD7F0
  }
  #company_content03 #case01 .salesman {
    background: #BBD7F0;
    min-height: inherit
  }
  #company_content03 #case02 .customer {
    background: #BBD7F0
  }
  #company_content03 #case02 .salesman {
    background: #BBD7F0;
    min-height: 230px
  }
  #company_content03 .box div p {
    padding: 5%;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.8;
    text-align: left
  }
  #company_content03 p {
    text-align: center;
    margin: 0
  }
  #company_content04 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4% 10%
  }
  #company_content04 h2 {
    margin-top: 10%;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300
  }
  #company_content04 h2:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0
  }
  #company_content04 h2 span {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 5%
  }
  #company_content04 #plan {
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px
  }
  #company_content04 #plan dt {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 120%;
    color: #3985C5;
    font-weight: 700
  }
  #company_content04 #plan dt img {
    height: 50px;
    margin-right: 10px
  }
  #company_content04 #plan dd ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 3.25vw;
    font-weight: 700;
    list-style-type: none;
    margin-top: 15px
  }
  #company_content04 #plan dd ul li {
    width: 48%;
    padding: 0 0;
    margin: 3% 0 0;
    border-right: none
  }
  #company_content04 #plan dd ul li:first-child {
    border-left: none
  }
  #company_content04 h3 {
    font-size: 4vw;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
    line-height: 1
  }
  #company_content04 h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background: #3985C5
  }
  #company_content04 table {
    width: 100%;
    font-size: 3vw
  }
  #company_content04 .price {
    background: #FFFF99;
    padding: 4%;
    border-radius: 10px;
    margin-top: 5%;
    text-align: center
  }
  #company_content04 .price div {
    display: block;
    text-align: center
  }
  #company_content04 .price div p {
    font-size: 5vw;
    margin: 0 20px;
    font-weight: 300
  }
  #company_content04 .price div p span {
    padding-left: 10px;
    color: #FF8000;
    font-weight: 700
  }
  #company_content05 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4% 10%
  }
  #company_content05 h2 {
    margin-top: 10%;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300
  }
  #company_content05 h2:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0
  }
  #company_content05 h2 span {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 5%
  }
  #school_content05 #content05_01 h3 {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 4.5vw;
    font-weight: 200;
    padding-left: 40px;
    position: relative;
    line-height: 1;
    color: #3985C5
  }
  #school_content05 #content05_01 h3:before {
    content: "";
    position: absolute;
    background: url(/school/images/company/icon02.png) no-repeat center center;
    background-size: 30px;
    left: 0;
    width: 30px;
    height: 30px
  }
  #school_content05 #content05_01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0 !important;
    margin-left: 0 !important
  }
  #school_content05 #content05_01 ul li {
    width: 22%;
    list-style-type: none;
    text-align: center;
    margin-bottom: 2%
  }
  #school_content05 #content05_01 ul li span {
    display: block;
    line-height: 1.5;
    font-size: 2.2vw;
    font-weight: 500
  }
  #school_content05 #content05_02 {
    border-top: 1px dotted #999;
    padding-top: 1px;
    margin-top: 10%
  }
  #school_content05 #content05_02 h3 {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 4.5vw;
    font-weight: 200;
    padding-left: 40px;
    position: relative;
    line-height: 1;
    color: #3985C5
  }
  #school_content05 #content05_02 h3:before {
    content: "";
    position: absolute;
    background: url(/school/images/company/icon03.png) no-repeat center center;
    background-size: 30px;
    left: 0;
    width: 30px;
    height: 30px
  }
  #school_content05 #content05_02 dl.box_left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10%
  }
  #school_content05 #content05_02 dl.box_left dt {
    margin-left: auto;
    width: 200px
  }
  #school_content05 #content05_02 dl.box_left dd {
    text-align: left;
    margin-right: 5%
  }
  #content05_02 dl.box_left h4 {
    margin-top: 0
  }
  #content05_02 dl.box_left p.note {
    text-align: left;
    margin-top: 5px
  }
  #company_content05 h4 {
    font-size: 3.75vw;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
    margin-top: 5%;
    line-height: 1.5
  }
  #company_content05 h4:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background: #3985C5
  }
  #company_content05 .inner ul {
    margin-left: 1.35em;
    margin-top: 15px
  }
  #company_content05 .inner ul li {
    margin-top: 10px;
    font-size: 2.75vw;
    line-height: 1.5
  }
  #company_content05 #content05_03 {
    border-top: 1px dotted #999;
    padding-top: 1px;
    margin-top: 10%
  }
  #company_content05 #content05_03 h3 {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 4.5vw;
    font-weight: 200;
    padding-left: 40px;
    position: relative;
    line-height: 1;
    color: #3985C5
  }
  #company_content05 #content05_03 h3:before {
    content: "";
    position: absolute;
    background: url(/school/images/company/icon04.png) no-repeat center center;
    background-size: 30px;
    left: 0;
    width: 30px;
    height: 30px
  }
  #company_content05 #content05_03 .inner {
    display: block;
    padding: 0
  }
  #company_content05 #content05_03 .inner dl {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 10%
  }
  #company_content05 #content05_03 .inner dl dt {
    font-size: 3.75vw;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
    line-height: 1;
    margin-top: 5%
  }
  #company_content05 #content05_03 .inner dl dt:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background: #3985C5
  }
  #company_content05 #content05_03 .inner dl dd ol {
    counter-reset: counter-name;
    margin-top: 15px
  }
  #company_content05 #content05_03 .inner dl dd ol li {
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 3.25vw
  }
  #company_content05 #content05_03 .inner dl dd ol li:before {
    counter-increment: counter-name;
    content: counter(counter-name);
    background: #444;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 100%;
    font-size: 12px
  }
  #school_content01 .inner {
    width: auto;
    padding: 10% 4% 0
  }
  #school_content01 h2 {
    font-size: 4.75vw;
    line-height: 1.8
  }
  #school_content01 p {
    font-size: 3vw
  }
  #school_content01 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap
  }
  #school_content01 ul li {
    margin: 0 1%;
    width: 30%
  }
  #school_content02 .inner {
    width: auto;
    padding: 5% 4% 0
  }
  #school_content02 h2 {
    margin-top: 10%;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300
  }
  #school_content02 h2:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0
  }
  #school_content02 h2 span {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 5%
  }
  #school_content02 dl.box_right {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10% 0
  }
  #school_content02 dl.box_right dt {
    width: 80%;
    margin: 0 auto;
    text-align: center
  }
  #school_content02 dl.box_right dd {
    text-align: left;
    margin: 10% 0 0
  }
  #school_content02 dl.box_left {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 5% 0
  }
  #school_content02 dl.box_left dt {
    margin-left: 0;
    margin-right: auto
  }
  #school_content02 dl.box_left dd {
    text-align: left;
    margin: 10% 0
  }
  #school_content02 dl dd h3 {
    color: #59B200;
    font-size: 4.75vw;
    text-align: center
  }
  #school_content02 dl dd p {
    font-size: 3.75vw;
    margin-top: 8px;
    line-height: 1.8
  }
  #school_content02 dl dd p.button {
    margin-top: 3%
  }
  #school_content02 dl dd p.button a {
    display: block;
    background: #59B200;
    border-radius: 4px;
    padding: 10px 0;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 3px 0 0 #408000;
    text-align: center
  }
  #school_content02 dl dd p.button a:before {
    display: inline-block;
    content: " ";
    background: url(/school/images/school/icon05.png) no-repeat center center;
    width: 12px;
    height: 12px;
    margin-right: 10px
  }
  #school_content02 dl.last {
    border-bottom: none
  }
  #school_content03 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4%
  }
  #school_content03 h2 {
    margin-top: 10%;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300
  }
  #school_content03 h2:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0
  }
  #school_content03 h2 span {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 5%
  }
  #school_content03 #case01 {
    margin-top: 30px
  }
  #school_content03 #case01 dt {
    color: #59B200;
    font-size: 4.75vw;
    line-height: 1.5;
    padding-left: 50px
  }
  #school_content03 #case01 dt:before {
    content: " ";
    position: absolute;
    background: url(/school/images/school/img10.png) no-repeat center center;
    background-size: cover;
    width: 41px;
    height: 41px;
    left: 0
  }
  #school_content03 #case02 {
    margin-top: 10%;
    border-top: 1px solid #ddd;
    padding-top: 5%
  }
  #school_content03 #case02 dt {
    color: #59B200;
    font-size: 4.75vw;
    line-height: 1.5;
    padding-left: 50px
  }
  #school_content03 #case02 dt:before {
    content: " ";
    position: absolute;
    background: url(/school/images/school/img11.png) no-repeat center center;
    background-size: cover;
    width: 41px;
    height: 41px;
    left: 0
  }
  #school_content03 .setp01 {
    position: relative;
    padding: 40px 0 0;
    font-size: 4vw;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック';
    margin-top: 5%
  }
  #school_content03 .setp01:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/school/images/school/step01.png) no-repeat left top;
    background-size: 70px;
    width: 70px;
    height: 35px
  }
  #school_content03 .setp01:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -65px;
    background: url(/school/images/school/arrow01.png) no-repeat left top;
    width: 42px;
    height: 42px
  }
  #school_content03 .step02 {
    osition: relative;
    padding: 40px 0 0;
    font-size: 4vw;
    line-height: 1.5;
    font-family: 'Hiragino Kaku Gothic W6 JIS2004', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック'
  }
  #school_content03 .step02:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/school/images/school/step02.png) no-repeat left top;
    background-size: 70px;
    width: 70px;
    height: 35px
  }
  #school_content03 .box div {
    background: #BBD7F0;
    padding: 4%;
    border-radius: 12px;
    margin: 20px 0
  }
  #school_content03 .box div ul, #school_content03 .box div p {
    padding: 15px;
    background: #fff;
    border-radius: 12px
  }
  #school_content03 .box div ul {
    padding: 10px;
    background: #fff;
    border-radius: 12px
  }
  #school_content03 .box div ul li {
    margin: 10px 0;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.5
  }
  #school_content03 .box div ul li strong {
    color: #59B200;
    font-weight: 700
  }
  #school_content03 .box div ul li:before {
    width: 13px;
    height: 13px;
    background: #59B200;
    border-radius: 100%;
    position: absolute;
    content: " ";
    left: 0;
    margin: auto;
    top: 0.45em
  }
  #school_content03 #case01 .customer {
    background: #EFFFBF
  }
  #school_content03 #case01 .salesman {
    background: #EFFFBF;
    min-height: inherit
  }
  #school_content03 #case02 .customer {
    background: #EFFFBF
  }
  #school_content03 #case02 .salesman {
    background: #EFFFBF;
    min-height: 230px
  }
  #school_content03 .box div p {
    padding: 5%;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.8;
    text-align: left
  }
  #school_content03 p {
    text-align: center;
    margin: 0
  }
  #school_content04 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4% 10%
  }
  #school_content04 h2 {
    margin-top: 10%;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300
  }
  #school_content04 h2:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0
  }
  #school_content04 h2 span {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 5%
  }
  #school_content04 #plan {
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px
  }
  #school_content04 #plan dt {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 120%;
    color: #59B200;
    font-weight: 700
  }
  #school_content04 #plan dt img {
    height: 50px;
    margin-right: 10px
  }
  #school_content04 #plan dd ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 3.25vw;
    font-weight: 700;
    list-style-type: none;
    margin-top: 15px
  }
  #school_content04 #plan dd ul li {
    width: 48%;
    padding: 0 0;
    margin: 3% 0 0;
    border-right: none
  }
  #school_content04 #plan dd ul li:first-child {
    border-left: none
  }
  #school_content04 h3 {
    font-size: 4vw;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
    line-height: 1
  }
  #school_content04 h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background: #59B200
  }
  #school_content04 table {
    width: 100%;
    font-size: 3vw
  }
  #school_content04 .price {
    background: #FFFF99;
    padding: 4%;
    border-radius: 10px;
    margin-top: 5%;
    text-align: center
  }
  #school_content04 .price div {
    display: block;
    text-align: center
  }
  #school_content04 .price div p {
    font-size: 5vw;
    margin: 0 20px;
    font-weight: 300
  }
  #school_content04 .price div p span {
    padding-left: 10px;
    color: #FF8000;
    font-weight: 700
  }
  #school_content05 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4% 10%
  }
  #school_content05 h2 {
    margin-top: 10%;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300
  }
  #school_content05 h2:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0
  }
  #school_content05 h2 span {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 5%
  }
  #school_content05 #school_content05 #content05_01 h3 {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 4.5vw;
    font-weight: 200;
    padding-left: 40px;
    position: relative;
    line-height: 1;
    color: #59B200
  }
  #school_content05 #content05_01 h3:before {
    content: "";
    position: absolute;
    background: url(/school/images/school/icon02.png) no-repeat center center;
    background-size: 30px;
    left: 0;
    width: 30px;
    height: 30px
  }
  #school_content05 #content05_01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0 !important;
    margin-left: 0 !important
  }
  #school_content05 #content05_01 ul li {
    width: 22%;
    list-style-type: none;
    text-align: center;
    margin-bottom: 2%
  }
  #school_content05 #content05_01 ul li span {
    display: block;
    line-height: 1.5;
    font-size: 2.2vw;
    font-weight: 500
  }
  #content05_02 {
    border-top: 1px dotted #999;
    padding-top: 1px;
    margin-top: 10%
  }
  #content05_02 h3 {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 4.5vw;
    font-weight: 200;
    padding-left: 40px;
    position: relative;
    line-height: 1;
    color: #59B200
  }
  #content05_02 h3:before {
    content: "";
    position: absolute;
    background: url(/school/images/school/icon03.png) no-repeat center center;
    background-size: 30px;
    left: 0;
    width: 30px;
    height: 30px
  }
  #content05_02 dl.box_left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10%
  }
  #content05_02 dl.box_left dt {
    margin-left: auto;
    width: 200px
  }
  #content05_02 dl.box_left dd {
    text-align: left;
    margin-right: 5%
  }
  #content05_02 dl.box_left h4 {
    margin-top: 0
  }
  #content05_02 dl.box_left p.note {
    text-align: left;
    margin-top: 5px
  }
  #school_content05 h4 {
    font-size: 3.75vw;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
    margin-top: 5%;
    line-height: 1.5
  }
  #school_content05 h4:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background: #59B200
  }
  #school_content05 .inner ul {
    margin-left: 1.35em;
    margin-top: 15px
  }
  #school_content05 .inner ul li {
    margin-top: 10px;
    font-size: 2.75vw;
    line-height: 1.5
  }
  #school_content05 #content05_03 {
    border-top: 1px dotted #999;
    padding-top: 1px;
    margin-top: 10%
  }
  #school_content05 #content05_03 h3 {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 4.5vw;
    font-weight: 200;
    padding-left: 40px;
    position: relative;
    line-height: 1;
    color: #59B200
  }
  #school_content05 #content05_03 h3:before {
    content: "";
    position: absolute;
    background: url(/school/images/school/icon04.png) no-repeat center center;
    background-size: 30px;
    left: 0;
    width: 30px;
    height: 30px
  }
  #school_content05 #content05_03 .inner {
    display: block;
    padding: 0
  }
  #school_content05 #content05_03 .inner dl {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 10%
  }
  #school_content05 #content05_03 .inner dl dt {
    font-size: 3.75vw;
    font-weight: 700;
    padding-left: 15px;
    position: relative;
    line-height: 1;
    margin-top: 5%
  }
  #school_content05 #content05_03 .inner dl dt:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background: #59B200
  }
  #school_content05 #content05_03 .inner dl dd ol {
    counter-reset: counter-name;
    margin-top: 15px
  }
  #school_content05 #content05_03 .inner dl dd ol li {
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 3.25vw
  }
  #school_content05 #content05_03 .inner dl dd ol li:before {
    counter-increment: counter-name;
    content: counter(counter-name);
    background: #444;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 100%;
    font-size: 12px
  }
  #school_content06 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4%
  }
  #school_content06 h2 {
    margin-top: 10%;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300
  }
  #school_content06 h2:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0
  }
  #school_content06 h2 span {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 5%
  }
  #school_content06 .case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
  }
  #school_content06 .case_bpx {
    width: 100%;
  }
  #school_content06 .case_bpx a {
    width: auto;
    padding: 20px;
    border: 5px solid #eee;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
    text-decoration: none
  }
  #school_content06 .case_bpx a:hover {
    opacity: 0.7
  }
  #school_content06 .case_bpx .photo {
    width: 35%;
    margin-right: 3%;
    margin-top: 0
  }
  #school_content06 .case_bpx .photo img {
    width: 100%
  }
  #school_content06 .case_bpx .title {
    width: 60%;
    height: 12vw;
    margin-top: 0;
    position: relative;
    text-decoration: none
  }
  #school_content06 .case_bpx .title h3 {
    text-decoration: none;
    font-size: 3.5vw;
    margin-top: 5%
  }
  #school_content06 .case_bpx .title span {
    background: #3A85C6;
    padding: 5px 10px;
    margin-right: 10px;
    display: inline-block;
    font-size: 2.5vw;
    color: #fff
  }
  #school_content06 .case_bpx .text {
    margin-top: 10px;
    font-size: 80%;
    line-height: 1.5;
    text-decoration: none
  }
  #school_content06 .case_bpx .text span {
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    position: relative;
    padding-left: 20px
  }
  #school_content06 .case_bpx .text span:before {
    display: inline-block;
    content: " ";
    background: url(/school/images/school/icon06.png) no-repeat center center;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: 0
  }
  #school_content07 {
    border-top: 1px solid #ddd;
    margin-top: 10%
  }
  #school_content07 .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 4%
  }
  #school_content07 h2 {
    margin-top: 30px;
    position: relative;
    font-size: 4.5vw;
    font-weight: 300;
    text-align: center;
    color: #3A85C6
  }
  #school_content07 .column {
    display: flex;
    margin-top: 5%;
    flex-wrap: wrap;
    justify-content: space-between
  }
  #school_content07 .column .column_bpx {
    width: 48%;
    background: #F2F8F8;
    padding-bottom: 10px;
    margin-bottom: 4%
  }
  #school_content07 .column .column_bpx p {
    padding: 0 10px;
    font-size: 1.3rem
  }
  #school_content07 .column .column_bpx span {
    display: block;
    margin: 15px 10px;
    line-height: 1.5;
    font-size: 1.3rem;
    margin-top: 10px;
    position: relative;
    padding-left: 0
  }
  #school_content07 .column .column_bpx span:before {
    display: inline-block;
    content: " ";
    background: url(/school/images/school/icon06.png) no-repeat center center;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    left: 0;
    transform: translateY(.2em);
  }
  #school_content07 .column .column_bpx .photo {
    margin-top: 0;
    padding: 0
  }
  #school_content07 .column .column_bpx .cat {
    display: inline-block;
    background: #3A85C6;
    padding: 5px 15px;
    margin-left: 10px;
    font-size: 2.5vw;
    color: #fff
  }
  table {
    margin-top: 15px
  }
  table th {
    font-weight: normal;
    background: #CCDFF0;
    color: #255480
  }
  table .a_center {
    text-align: center
  }
  table .a_right {
    text-align: right
  }
  table .bg {
    background: #FFFF99;
    color: #CB0000
  }
  p.note {
    margin-top: 3px;
    font-size: 11px;
    text-align: right
  }
  .loacl_links02 {
    display: none
  }
  .loacl_links02 ul {
    width: 960px;
    display: flex;
    margin: 0 auto;
    list-style-type: none;
    justify-content: center
  }
  .loacl_links02 ul li {
    margin: 30px 0;
    padding: 0 50px;
    position: relative
  }
  .loacl_links02 ul li:after {
    content: " ";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #ddd
  }
  .loacl_links02 ul li:last-child:after {
    display: none
  }
  .company .loacl_links02 ul li a:before {
    display: inline-block;
    content: " ";
    background: url(/school/images/company/icon01.png) no-repeat center center;
    width: 12px;
    height: 12px;
    margin-right: 10px
  }
  .school .loacl_links02 ul li a:before {
    display: inline-block;
    content: " ";
    background: url(/school/images/school/icon01.png) no-repeat center center;
    width: 12px;
    height: 12px;
    margin-right: 10px
  }
  .cvBox {
    width: 100%;
    background: #f0f0f0
  }
  .cvBox .inBox {
    width: auto;
    padding: 6% 4% 4%;
    overflow: hidden;
    background: none;
    min-height: inherit
  }
  .cvBox address {
    float: none;
    margin-left: 0;
    text-align: center
  }
  .cvBox address img {
    width: 80%
  }
  .cvBox .contact_box {
    width: auto;
    float: none;
    margin-top: 0;
    padding-top: 5%
  }
  .cvBox .contact_box ul {
    overflow: inherit;
    list-style: none
  }
  .cvBox .contact_box ul li {
    float: none;
    margin-left: 0;
    text-align: center
  }
  .cvBox .contact_box ul li img {
    width: 80%
  }
  #company #footer_module #cvBox {
    width: 100%;
    background: #F8F8F8
  }
  #company #footer_module #cvBox .inBox {
    background: none
  }
  .bg {
    position: relative
  }
  .arrow_box {
    white-space: nowrap;
    display: block;
    position: relative;
    background: #3A85C6;
    top: 0;
    left: 0;
    padding: 5px;
    font-size: 2vw;
    margin-top: 5px;
    color: #fff;
    border-radius: 4px;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    opacity: 1;
    transform: translateY(0)
  }
  .arrow_box:after {
    display: none
  }
  #footerContact {
    padding-top: 40px;
    border-top: 1px solid #ddd
  }
  #packageList {
    position: relative;
    z-index: 10;
    margin-top: 5%
  }
  #packageList .inner {
    padding: 3%;
    width: auto
  }
  #packageList .bnrs li {
    margin: 3% 0
  }
  #packageList .readcopy {
    margin-top: 0%;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 900
  }
  #packageList .package {
    margin-top: 0
  }
  #packageList .package&gt;div {
    display: block;
    justify-content: space-between;
    margin-top: 30px
  }
  #packageList .package a {
    text-decoration: none
  }
  #packageList .package a dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5%;
    border-top: 1px solid #ddd;
    padding-top: 5%;
    width: auto
  }
  #packageList .package a dl dt {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 35vw
  }
  #packageList .package a dl dt img {
    transform: scale(1);
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s
  }
  #packageList .package a dl dd {
    width: 65vw;
    box-sizing: border-box;
    padding: 0 0 0 5%;
    line-height: 1.7;
    font-size: 1.5rem;
    text-align: left
  }
  #packageList .package a:hover dt img {
    transform: scale(1.05)
  }
  #floatingBnr #pc_bnr {
    display: none
  }
  #floatingBnr #sp_bnr {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 120;
    display: block
  }
  #floatingBnr #sp_bnr ul {
    list-style-type: none;
    margin: 0;
    display: flex
  }
  #floatingBnr #sp_bnr ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 50%;
    box-sizing: border-box
  }
  #floatingBnr #sp_bnr ul li a {
    display: block;
    padding: 4% 35%
  }
  #floatingBnr #sp_bnr ul li.phone {
    background: #1e9eab
  }
  #floatingBnr #sp_bnr ul li.contact {
    background: #0c3391;
    display: none
  }
  #floatingBnr #sp_bnr ul li.trial {
    background: #b11534;
    display: none
  }
  #floatingBnr #sp_bnr ul li.school {
    background: #0c3391;
    display: flex
  }
  #news h2:before {
    content: "";
    background: url(../../../school/images/news_icon.png) no-repeat center center;
    background-size: cover;
    width: 6vw;
    height: 6vw;
    margin-right: 10px;
    display: inline-block;
    transform: translateY(.15em);
  }
  #sec07 {
    position: relative;
    z-index: 10;
    margin-top: 3%
  }
  #sec07 .inner {
    padding: 0 3%
  }
  #sec07 .bnrs li {
    margin: 3% 0
  }
  #sec07 .readcopy {
    margin-top: 8%;
    text-align: center;
    font-size: 2rem;
    font-weight: 900
  }
  #sec07 .package a {
    text-decoration: none
  }
  #sec07 .package a dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5%;
    border-top: 1px solid #ddd;
    padding-top: 5%
  }
  #sec07 .package a dl dt {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 35vw
  }
  #sec07 .package a dl dt img {
    transform: scale(1);
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s
  }
  #sec07 .package a dl dd {
    width: 65vw;
    box-sizing: border-box;
    padding: 0 0 0 5%;
    line-height: 1.7;
    font-size: 1.5rem
  }
  #sec07 .package a:hover dt img {
    transform: scale(1.05)
  }
  #sec07 .inner h2.tit {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 15px auto;
  }
  .column .wrap a {
    color: #333;
    text-decoration: underline;
  }
  .column .wrap a:hover {
    color: #c7365e;
    text-decoration: none;
  }
  #sec07 .package a {
    text-decoration: underline;
  }
  #sec07 .package a:hover {
    color: #c7365e;
    text-decoration: none;
  }
}</pre></body></html>