.only-m {
  display: none !important;
}

.indexNavMain {
  position: relative;
  padding-left: 1.56vw;
}
.indexNavMain .logo {
  float: left;
}
.indexNavMain .logo img {
  display: block;
  height: 8.85vw;
}
.indexNavMain ul {
  float: right;
}
.indexNavMain ul li {
  float: left;
  margin-left: 3.5vw;
  font-size: 1.56vw;
  line-height: 8.85vw;
  position: relative;
}
.indexNavMain ul li a {
  display: block;
  color: #007aae;
  position: relative;
}
.indexNavMain ul li a::after {
  content: "";
  position: absolute;
  bottom: 2vw;
  left: 0;
  width: 0;
  height: 2px;
  background: #007aae;
  transition: all 0.3s;
}
.indexNavMain ul li a:hover::after {
  width: 100%;
}
.indexNavMain ul .contact {
  background: #007aae;
}
.indexNavMain ul .contact a {
  padding: 0 1.56vw;
  color: #fff;
}
.indexNavMain ul .contact a img {
  width: 3.54vw;
  margin-right: 0.73vw;
  vertical-align: middle;
}
.indexNavMain ul .contact a::after {
  content: none;
}
.indexNavMain ul .contact:hover {
  opacity: 0.8;
}

.phoneNavBtn {
  display: none;
}

.leftMenu_z {
  display: none;
}

.footer {
  position: relative;
  padding: 3vw 1.56vw;
  background-color: #007aae;
}
.footer .bottomLogo {
  position: absolute;
  left: 1.56vw;
  top: 2.5vw;
  width: 22.55vw;
}
.footer .bottomLogo img {
  width: 100%;
}
.footer > p {
  position: absolute;
  right: 1.56vw;
  top: 2vw;
  font-size: 1.35vw;
  line-height: 2.08vw;
  color: #fff;
}
.footer > p span {
  display: block;
}
.footer .img {
  text-align: center;
}
.footer .img div {
  display: inline-block;
  width: 10.8vw;
  margin: 0 2vw;
}
.footer .img img {
  display: block;
  width: 100%;
}
.footer .img p {
  display: block;
  font-size: 0.9375vw;
  line-height: 2.5vw;
  color: #fff;
}
.footer .img p a {
  display: block;
  color: #fff;
}

.indexBannerMain {
  position: relative;
  width: 100%;
}
.indexBannerMain a, .indexBannerMain img {
  display: block;
  width: 100%;
}

.btn-contact {
  display: block;
  width: 27.5vw;
  margin: 0 auto;
  background-color: #007aae;
  border-radius: 1.5vw;
  color: #fff;
  font-size: 1.875vw;
  line-height: 3.85vw;
}
.btn-contact:hover {
  opacity: 0.8;
}

.btn-more {
  display: block;
  width: 16vw;
  margin: 0 auto;
  background-color: #addef8;
  border-radius: 5px;
  color: #333;
  font-size: 1.875vw;
  line-height: 3vw;
  text-align: center;
}
.btn-more:hover {
  opacity: 0.8;
}

.indexTitle {
  text-align: center;
  line-height: 3vw;
}
.indexTitle span {
  display: block;
  margin-bottom: -3vw;
  font-size: 8.6vw;
  line-height: 8.6vw;
  font-family: Arial;
  color: #fff;
}
.indexTitle strong {
  position: relative;
  display: inline-block;
  font-size: 2.5vw;
  line-height: 3vw;
  color: #007aae;
}
.indexTitle strong::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  border-top: 2px solid #007aae;
  border-bottom: 2px solid #007aae;
}

.indexPart01 {
  height: 34.27vw;
  background: url(../images/indexBg01.jpg) no-repeat center top;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
}
.indexPart01 h2 {
  padding-top: 2vw;
  font-size: 3.125vw;
  line-height: 4vw;
  font-family: "NOTOSANSJP-MEDIUM";
}
.indexPart01 h2 span {
  font-size: 1.875vw;
}
.indexPart01 .p01 {
  font-size: 4vw;
  line-height: 6vw;
}
.indexPart01 .p01 strong {
  border-bottom: 0.6vw solid #fbd4fb;
}
.indexPart01 .p02 {
  width: 50%;
  margin: 0 auto;
  font-size: 1.56vw;
  line-height: 5vw;
  transform: rotateZ(10deg) translateX(10vw);
  transform-origin: center;
}
.indexPart01 .p03 {
  font-size: 1.875vw;
  line-height: 2.6vw;
  font-family: "NOTOSANSJP-MEDIUM";
}
.indexPart01 .p03 strong {
  font-size: 3.75vw;
}

.indexPart02 {
  text-align: center;
}
.indexPart02 h2 {
  font-size: 2.5vw;
  line-height: 5vw;
  color: #007aae;
}
.indexPart02 ul {
  width: 75vw;
  margin: 0 auto;
}
.indexPart02 ul li {
  float: left;
  width: 32%;
  margin-bottom: 2vw;
}
.indexPart02 ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.indexPart02 ul li span {
  display: block;
  width: 4.6vw;
  height: 5.6vw;
  padding-left: 1vw;
  margin: 1vw auto 1.5vw;
  border: 2px solid #007aae;
  border-radius: 50%;
  font-size: 5.6vw;
  line-height: 5.6vw;
  color: #007aae;
  font-style: italic;
  text-align: left;
  font-family: "yumindb";
}
.indexPart02 ul li p {
  font: normal 1.25vw/1.56vw "yumindb";
}
.indexPart02 .tips {
  padding: 1vw 0 2vw;
  font: normal 1.25vw/1.56vw "NOTOSANSJP-REGULAR";
  color: #007aae;
}

.indexPart03 {
  padding-top: 3vw;
  padding-bottom: 3vw;
  background: #e7ecef;
}
.indexPart03 .tips {
  padding: 2vw 0 4vw;
  font: normal 1.25vw/2.5vw "NOTOSANSJP-BOLD";
  text-align: center;
}
.indexPart03 ul {
  width: 64.58vw;
  margin: 0 auto;
}
.indexPart03 ul li {
  position: relative;
}
.indexPart03 ul li .img {
  float: left;
  width: 50%;
}
.indexPart03 ul li .img img {
  display: block;
  width: 100%;
}
.indexPart03 ul li .txt {
  position: absolute;
  right: 0;
  top: 50%;
  width: 46.8%;
  transform: translateY(-50%);
}
.indexPart03 ul li .txt h3 {
  margin-bottom: 1vw;
}
.indexPart03 ul li .txt h3 span {
  position: relative;
  display: inline-block;
  font-size: 2.4vw;
  line-height: 3vw;
}
.indexPart03 ul li .txt h3 span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.indexPart03 ul li .txt p {
  font-size: 1.25vw;
  line-height: 2.5vw;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.indexPart03 ul li:nth-child(2n) .img {
  float: right;
}
.indexPart03 ul li:nth-child(2n) .txt {
  right: inherit;
  left: 0;
}

.indexPart04 {
  padding-top: 2vw;
  padding-bottom: 4vw;
}
.indexPart04 .indexTitle span {
  color: #fbd4fb;
}
.indexPart04 .indexTitle strong {
  color: #333;
  padding: 0 0.5em;
}
.indexPart04 .indexTitle strong::after {
  border-color: #333;
}
.indexPart04 ul {
  width: 64.58vw;
  margin: 3vw auto 2vw;
}
.indexPart04 ul li {
  float: left;
  width: 32%;
}
.indexPart04 ul li .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1vw;
  transition: all 0.5s;
}
.indexPart04 ul li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.indexPart04 ul li h3 {
  font-size: 1.25vw;
  line-height: 2.5vw;
}
.indexPart04 ul li h3 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.indexPart04 ul li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.indexPart04 ul li a:hover {
  color: #007aae;
}
.indexPart04 ul li a:hover img {
  transform: scale(1.08);
}

.indexPart05 {
  padding-top: 1vw;
  padding-bottom: 5vw;
  background-color: #e7ecef;
}
.indexPart05 .indexTitle strong {
  color: #333;
  padding: 0 0.5em;
}
.indexPart05 .indexTitle strong::after {
  border-color: #333;
}
.indexPart05 .indexNewsList {
  margin: 3vw 0;
}
.indexPart05 .indexNewsList li {
  width: 64.58vw;
  margin: 0 auto 1vw;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.indexPart05 .indexNewsList li a {
  display: block;
  position: relative;
  padding-bottom: 1.5vw;
}
.indexPart05 .indexNewsList li a .time {
  display: inline-block;
  font-size: 1.25vw;
  line-height: 2vw;
  color: #bfbfbf;
}
.indexPart05 .indexNewsList li a .tag {
  display: inline-block;
  font-size: 1vw;
  line-height: 2vw;
  color: #fff;
  background-color: #007aae;
  padding: 0 1vw;
  margin-left: 1vw;
  border-radius: 1vw;
}
.indexPart05 .indexNewsList li a p {
  font-size: 1.25vw;
  line-height: 2.5vw;
  color: #333;
  padding-top: 0.5vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.indexPart05 .indexNewsList li a:hover p {
  color: #007aae;
}

.pd40 {
  padding-top: 2vw;
}

.subBannerMain {
  position: relative;
}
.subBannerMain img {
  width: 100%;
}

.subTitle {
  text-align: center;
  line-height: 3vw;
}
.subTitle span {
  display: block;
  margin-bottom: -3vw;
  font-size: 8.6vw;
  line-height: 8.6vw;
  font-family: Arial;
  color: #fbd4fb;
}
.subTitle strong {
  position: relative;
  display: inline-block;
  padding: 0 1.6vw;
  font-size: 2.5vw;
  line-height: 3vw;
  color: #007aae;
}
.subTitle strong::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  border-top: 2px solid #007aae;
  border-bottom: 2px solid #007aae;
}

.subAbout01 {
  padding: 5vw 0;
}
.subAbout01 .intro {
  width: 60vw;
  margin: 3vw auto 4vw;
  font-size: 1.56vw;
  line-height: 2.7vw;
  text-align: center;
}
.subAbout01 .txt {
  width: 80vw;
  padding: 2.5vw 0;
  margin: 0 auto;
  background-color: #d6eefb;
  border-radius: 2vw;
}
.subAbout01 .txt img {
  display: block;
  margin: 0 auto 2.5vw;
}
.subAbout01 .txt p {
  width: 70vw;
  margin: 0 auto;
  font-size: 1.25vw;
  line-height: 2.5vw;
  text-align: center;
}

.subAbout02 ul {
  width: 80vw;
  margin: 2.5vw auto 7vw;
}
.subAbout02 ul li {
  position: relative;
}
.subAbout02 ul li .img {
  float: left;
  width: 50%;
}
.subAbout02 ul li .img img {
  display: block;
  width: 100%;
}
.subAbout02 ul li .txt {
  position: absolute;
  right: 2.5%;
  top: 50%;
  width: 45%;
  transform: translateY(-50%);
}
.subAbout02 ul li .txt h3 {
  margin-bottom: 1vw;
  font-size: 1.875vw;
  line-height: 3.125vw;
}
.subAbout02 ul li .txt p {
  font-size: 1.25vw;
  line-height: 2.5vw;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.subAbout02 ul li:nth-child(2n+1) .img {
  float: right;
}
.subAbout02 ul li:nth-child(2n+1) .txt {
  right: inherit;
  left: 2.5%;
}

.subAbout03 {
  position: relative;
  padding: 6vw 0;
  background-color: #e7ecef;
}
.subAbout03 .subTitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: -5vw;
}
.subAbout03 table {
  width: 62vw;
  margin: 4vw auto 0;
}
.subAbout03 table td {
  padding: 3vw 1.5vw 0;
  font-size: 1.56vw;
  line-height: 3vw;
  box-sizing: border-box;
}
.subAbout03 table td:nth-child(1) {
  width: 20%;
  color: #000;
  border-bottom: 3px solid #000;
  border-right: 3vw solid #e7ecef;
}
.subAbout03 table td:nth-child(2) {
  width: 80%;
  color: #333;
  border-bottom: 2px solid #333;
}

.subTeacher01 {
  padding: 4vw 0 6vw;
  background-color: #e7ecef;
}
.subTeacher01 .subTitle span {
  color: #fff;
}
.subTeacher01 .subTitle span::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -1.8vw;
  margin-bottom: -8px;
  margin-left: -1.05vw;
  width: 2.1vw;
  height: 1.8vw;
  background: url(../images/icon-arr06.png) no-repeat;
  background-size: 100% 100%;
}
.subTeacher01 ul {
  width: 85vw;
  margin: 8vw auto 0vw;
}
.subTeacher01 ul li {
  position: relative;
  margin-bottom: 5vw;
}
.subTeacher01 ul li .img {
  float: left;
  width: 36vw;
  margin-left: 2.5vw;
  height: 37.135vw;
  padding: 2.6vw 0 0 2.4vw;
  background: url(../images/teacherBg01.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.subTeacher01 ul li .img img {
  display: block;
  width: 26.77vw;
}
.subTeacher01 ul li .txt {
  position: absolute;
  right: 2.5%;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}
.subTeacher01 ul li .txt .school {
  font-size: 1.56vw;
  line-height: 2vw;
  color: #007aae;
}
.subTeacher01 ul li .txt .name {
  font-size: 2.5vw;
  line-height: 3vw;
  color: #007aae;
}
.subTeacher01 ul li .txt .other {
  margin-top: 1vw;
  margin-bottom: 1.5vw;
  font-size: 1.56vw;
  line-height: 2vw;
  color: #333;
  font-family: "NOTOSANSJP-REGULAR";
}
.subTeacher01 ul li .txt p {
  font-size: 1.15vw;
  line-height: 2.2vw;
  font-family: "NOTOSANSJP-REGULAR";
  text-align: justify;
}
.subTeacher01 ul li:nth-child(2n) .img {
  float: right;
  margin-left: 0;
  margin-right: 3vw;
  padding: 2.6vw 2.4vw 0 6.83vw;
  background-image: url(../images/teacherBg02.png);
}
.subTeacher01 ul li:nth-child(2n) .txt {
  right: inherit;
  left: 2.5%;
}

.subPrice01 {
  padding: 2.6vw 0 5.5vw;
}
.subPrice01 .subTitle span::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -1.8vw;
  margin-bottom: -8px;
  margin-left: -1.05vw;
  width: 2.1vw;
  height: 1.8vw;
  background: url(../images/icon-arr06.png) no-repeat;
  background-size: 100% 100%;
}
.subPrice01 main {
  width: 80vw;
  padding: 5vw 6vw;
  margin: 4vw auto 0;
  background-color: #e7ecef;
  border-radius: 5vw;
  box-sizing: border-box;
}
.subPrice01 table {
  width: 100%;
  background-color: #fff;
  border-radius: 2.5vw;
  overflow: hidden;
}
.subPrice01 table caption {
  background-color: #007aae;
  border-radius: 2.5vw 2.5vw 0 0;
  font-size: 1.875vw;
  line-height: 5vw;
  color: #fff;
}
.subPrice01 table tr td {
  padding: 1vw 1.5vw;
  font-size: 1.56vw;
  line-height: 3vw;
  color: #007aae;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.subPrice01 table tr td:nth-child(1) {
  border-left: 2.5vw solid #fff;
}
.subPrice01 table tr td:last-child {
  width: 30%;
  border-right: 2.5vw solid #fff;
  text-align: center;
}
.subPrice01 table tr td p {
  font-size: 0.9375vw;
  line-height: 1vw;
  color: #333;
}
.subPrice01 table tr:last-child td {
  border-bottom: none;
}
.subPrice01 .add {
  font-size: 7.8vw;
  line-height: 8vw;
  color: #007aae;
  text-align: center;
}
.subPrice01 .table02 table tr td:nth-child(2) {
  width: 40%;
  text-align: center;
}
.subPrice01 .table02 .tips {
  padding-right: 2vw;
  font-size: 0.9375vw;
  line-height: 3vw;
  text-align: right;
}
.subPrice01 .txt {
  margin-top: 3vw;
  text-align: center;
}
.subPrice01 .txt h3 {
  font-size: 1.875vw;
  line-height: 4vw;
  color: #007aae;
}
.subPrice01 .txt p {
  margin-top: 1vw;
  font-size: 1.25vw;
  line-height: 2.5vw;
}
.subPrice01 .txt a {
  display: block;
  width: 22vw;
  margin: 3vw auto 0;
  background-color: #007aae;
  border-radius: 2vw;
  font-size: 1.875vw;
  line-height: 6.1vw;
  color: #fff;
}
.subPrice01 .txt a img {
  width: 3.54vw;
  margin-right: 0.73vw;
  vertical-align: middle;
}
.subPrice01 .txt a:hover {
  opacity: 0.8;
}

.subCampaign {
  position: relative;
  padding: 2vw 0 7.2vw;
}
.subCampaign main {
  position: relative;
  width: 80vw;
  padding: 5vw 0;
  margin: 4vw auto 0;
  background: #5ea1e5 url(../images/campaignImg02.png) no-repeat right bottom;
  background-size: 26.8vw auto;
  border-radius: 5vw;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.subCampaign h3 {
  font-size: 3.125vw;
  line-height: 4vw;
  font-family: "NOTOSANSJP-MEDIUM";
  color: #fff;
}
.subCampaign h3 span {
  font-size: 1.875vw;
}
.subCampaign .p01 {
  margin-bottom: 4vw;
  font-size: 4vw;
  line-height: 6vw;
  color: #fff;
}
.subCampaign .p01 strong {
  border-bottom: 0.6vw solid #fbd4fb;
}
.subCampaign .p02 {
  margin-bottom: 2vw;
  font-size: 1.875vw;
  line-height: 2.6vw;
  font-family: "NOTOSANSJP-MEDIUM";
  color: #fff;
}
.subCampaign .p02 strong {
  font-size: 3.75vw;
}
.subCampaign dl {
  text-align: center;
  font-size: 2.5vw;
  line-height: 5.7vw;
}
.subCampaign dl dt {
  display: inline-block;
  width: 21vw;
  height: 22.6vw;
  background-color: #fff;
  border-radius: 2.3vw;
  overflow: hidden;
  vertical-align: middle;
}
.subCampaign dl dt span {
  display: block;
  background-color: #fbd4fb;
}
.subCampaign dl dt strong {
  font-size: 15.6vw;
  line-height: 15vw;
  color: #f4b3c8;
}
.subCampaign dl .dd01 {
  display: inline-block;
  width: 22.4vw;
  margin-left: 2.5vw;
  vertical-align: middle;
}
.subCampaign dl .dd01 p {
  margin-bottom: 1.2vw;
  font-size: 1.875vw;
  color: #fff;
  line-height: 3.6vw;
}
.subCampaign dl .dd01 p strong {
  display: block;
  width: 100%;
  background-color: #fbd4fb;
  border-radius: 5.7vw;
  font-size: 2.5vw;
  line-height: 5.7vw;
  color: #333;
}
.subCampaign dl .dd02 {
  margin-bottom: 2vw;
  font-size: 7.8vw;
  line-height: 8vw;
  color: #f4b3c8;
  text-align: center;
  font-family: "NOTOSANSJP-REGULAR";
}
.subCampaign dl .dd03 {
  display: inline-block;
  width: 21vw;
  height: 13vw;
  background-color: #fff;
  border-radius: 2.3vw;
  overflow: hidden;
}
.subCampaign dl .dd03 span {
  display: block;
  background-color: #fbd4fb;
}
.subCampaign dl .dd03 strong {
  line-height: 6.3vw;
  color: #f4b3c8;
}
.subCampaign .img01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 21.7vw;
}
.subCampaign .img02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34.5vw;
}

.subContact01 {
  max-width: 1200px;
  padding: 4vw 5vw 10vw;
  margin: 0 auto;
  font-family: "NOTOSANSJP-REGULAR";
}
.subContact01 .subTitleLine {
  font-size: 24px;
  line-height: 80px;
  position: relative;
}
.subContact01 .subTitleLine span {
  display: inline-block;
  padding-right: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.subContact01 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #007aae;
  z-index: 0;
}
.subContact01 h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #007aae;
}
.subContact01 p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}
.subContact01 > ul > li {
  padding: 28px 0 38px;
  border-top: 1px solid #e9e8e8;
}
.subContact01 > ul > li p {
  font: normal 18px/50px "NOTOSANSJP-REGULAR";
  color: #000;
}
.subContact01 > ul > li p strong {
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #007aae;
  border-radius: 5px;
  font: normal 16px/26px "NOTOSANSJP-REGULAR";
  color: #007aae;
  vertical-align: middle;
}
.subContact01 > ul > li div {
  font: normal 18px/50px "NOTOSANSJP-REGULAR";
  color: #222;
}
.subContact01 > ul > li div span {
  display: block;
}
.subContact01 > ul > li div .text, .subContact01 > ul > li div textarea {
  display: block;
  width: 100%;
  height: 64px;
  padding-left: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}
.subContact01 > ul > li div textarea {
  height: 370px;
  padding: 20px;
  font: normal 18px/50px "NOTOSANSJP-REGULAR";
  color: #222;
}
.subContact01 > ul > li:first-child {
  border-top: none;
}
.subContact01 > ul .li-short div {
  float: left;
  width: 48%;
}
.subContact01 > ul .li-short div:last-child {
  margin-left: 3%;
}
.subContact01 > ul .li-long div {
  width: 100%;
  margin-top: 20px;
}
.subContact01 > ul .li-max div {
  width: 100%;
}
.subContact01 > ul .li-max div span {
  float: left;
  margin-right: 40px;
}
.subContact01 > ul .li-max div span label {
  margin-left: 10px;
}
.subContact01 > ul .li-select {
  font: normal 18px/64px "NOTOSANSJP-REGULAR";
  color: #222;
}
.subContact01 > ul .li-select p {
  line-height: 80px;
}
.subContact01 > ul .li-select .select-wrap {
  float: left;
  width: 48%;
  position: relative;
}
.subContact01 > ul .li-select .select-wrap .kind {
  display: block;
  line-height: 80px;
}
.subContact01 > ul .li-select .select-wrap .select {
  width: 100%;
  height: 64px;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.subContact01 > ul .li-select .select-wrap .select span {
  display: block;
  line-height: 64px;
  padding-left: 20px;
}
.subContact01 > ul .li-select .select-wrap .list {
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  z-index: 3;
  display: none;
}
.subContact01 > ul .li-select .select-wrap .list li {
  border-bottom: 1px solid #f2f2f2;
  padding-left: 20px;
  cursor: pointer;
}
.subContact01 > ul .li-select .select-wrap .list li:hover {
  background-color: #f5f5f5;
}
.subContact01 > ul .li-select .count {
  float: left;
  width: 48%;
  margin-left: 3%;
}
.subContact01 > ul .li-select .count input {
  display: block;
  width: 100%;
  height: 64px;
  padding-left: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}
.subContact01 > ul .li-check {
  font: normal 18px/64px "NOTOSANSJP-REGULAR";
  color: #222;
}
.subContact01 > ul .li-check .kind {
  line-height: 80px;
  color: #000;
  font-weight: bold;
}
.subContact01 > ul .li-check .checkBoxs li {
  position: relative;
  float: left;
  width: 30%;
}
.subContact01 > ul .li-check .checkBoxs li label {
  margin-left: 5px;
  cursor: pointer;
}
.subContact01 > ul .li-check .checkBoxs li .counts {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.subContact01 > ul .li-check .checkBoxs li .counts input {
  display: inline-block;
  width: 30px;
  padding: 0 8px;
  border: 1px solid #f2f2f2;
  line-height: 40px;
  text-align: center;
}
.subContact01 > ul .li-check .checkBoxs li .counts em {
  display: inline-block;
  padding: 0 8px;
  cursor: pointer;
  font-weight: bold;
}
.subContact01 > ul .li-check .checkBoxs li:nth-child(3n+2) {
  margin-left: 5%;
  margin-right: 5%;
}
.subContact01 .submit {
  display: block;
  margin: 54px auto 40px;
  width: 386px;
  height: 60px;
  background-color: #007aae;
  border: none;
  border-radius: 30px;
  font: normal 16px/60px "NotoSansJP";
  color: #fff;
  cursor: pointer;
}
.subContact01 .submit:hover {
  background-color: #059fe0;
}
.subContact01 .smtxt p {
  font: normal 14px/30px "NOTOSANSJP-REGULAR";
  color: #333;
}

@media (min-width: 900px) and (max-width: 1367px) {
  .subContact02 > ul .li-check .checkBoxs li {
    width: 48%;
  }
  .subContact02 > ul .li-check .checkBoxs li:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .subContact02 > ul .li-check .checkBoxs li:nth-child(2n) {
    margin-left: 4%;
  }
}
@media (min-width: 800px) and (max-width: 899px) {
  .subContact02 > ul .li-check .checkBoxs li {
    width: 100%;
  }
  .subContact02 > ul .li-check .checkBoxs li:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.pagebox {
  margin: 7.5vw auto;
  text-align: center;
}
.pagebox .pagelist {
  display: inline-block;
  font-size: 0.833vw;
  line-height: 3vw;
  color: #333;
}
.pagebox .pagelist .prev, .pagebox .pagelist .next {
  float: left;
  width: 3vw;
  height: 3vw;
  border: 1px solid #efefef;
  margin: 0 0.3vw;
  border-radius: 50%;
  background: url(../images/icon-arr08.png) no-repeat center center;
  background-size: 1.56vw auto;
  opacity: 0.5;
}
.pagebox .pagelist .next {
  background-image: url(../images/icon-arr07.png);
}
.pagebox .pagelist ul {
  float: left;
  overflow: hidden;
}
.pagebox .pagelist ul li {
  float: left;
  margin: 0 0.3vw;
}
.pagebox .pagelist ul li a {
  display: block;
  width: 3vw;
  height: 3vw;
  border: 1px solid #efefef;
  border-radius: 50%;
  color: #333;
  box-sizing: border-box;
}
.pagebox .pagelist ul li a.active {
  background-color: #007aae;
  color: #fff;
}
.pagebox .pagelist ul li a.pagemore {
  border: none;
}

.newsList {
  max-width: 1200px;
  padding: 2vw 5vw;
  margin: 0 auto;
}
.newsList li {
  padding: 0.5vw 0 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.newsList li a {
  display: block;
  padding-top: 0.5vw;
  position: relative;
}
.newsList li a .time {
  display: inline-block;
  font-size: 1.25vw;
  line-height: 2vw;
  color: #bfbfbf;
}
.newsList li a .tag {
  display: inline-block;
  font-size: 1vw;
  line-height: 2vw;
  color: #fff;
  background-color: #007aae;
  padding: 0 1vw;
  margin-left: 1vw;
  border-radius: 1vw;
}
.newsList li a p {
  font-size: 1.25vw;
  line-height: 2.5vw;
  color: #333;
  padding-top: 0.5vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsList li a:hover p {
  color: #007aae;
}

.newsMain {
  width: 64.58vw;
  margin: 3vw auto 2vw;
}
.newsMain article h1 {
  padding: 2vw 0;
  font-size: 2.5vw;
  line-height: 3.2vw;
  color: #333;
  text-align: center;
}
.newsMain article p {
  margin-bottom: 2vw;
  font: normal 1.25vw/3vw "NOTOSANSJP-REGULAR";
  color: #000;
}
.newsMain article img {
  display: block;
  margin: 2vw auto;
  max-width: 100%;
}
.newsMain .pageNav {
  margin: 2vw 0 6vw;
  text-align: center;
}
.newsMain .pageNav a {
  display: inline-block;
  padding: 0 3vw;
  background: url(../images/icon-arr09.png) no-repeat;
  background-position: right center;
  background-size: 1.56vw auto;
  font-size: 0.9375vw;
  line-height: 5vw;
  color: #007aae;
  text-align: center;
  box-sizing: border-box;
}
.newsMain .pageNav a:nth-child(1) {
  background-image: url(../images/icon-arr10.png);
  background-position: left center;
}

.blogList {
  width: 64.58vw;
  margin: 3vw auto 5vw;
}
.blogList li {
  float: left;
  width: 32%;
  margin-bottom: 3vw;
}
.blogList li .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1vw;
  transition: all 0.5s;
}
.blogList li .img img {
  display: block;
  width: 100%;
}
.blogList li h3 {
  font-size: 1.25vw;
  line-height: 2.5vw;
}
.blogList li h3 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.blogList li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.blogList li a:hover {
  color: #007aae;
}
.blogList li a:hover img {
  transform: scale(1.08);
}

@keyframes myZoom {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}
@-webkit-keyframes xAxis {
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
  }
}
@keyframes xAxis {
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
  }
}
@-webkit-keyframes yAxis {
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}
@keyframes yAxis {
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}/*# sourceMappingURL=index.css.map */