@charset "UTF-8";

/*子テーマ用「base.css」*/

@charset "UTF-8";
/*===================================================================
mixin
===================================================================*/
/*===================================================================
color
===================================================================*/
/*===================================================================
# common - 全体に共通するスタイル
===================================================================*/
ul{
	list-style:none;
	}
	
a {text-decoration:none;}

p{
margin:0 0 0;
}

h3{
	border-top:none;
	border-bottom:none;
	font-weight:normal;
	color:#646464;
	}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

body {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", serif;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
  color: #646464;
  background-color: #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

a {
  display: block;
  color: #646464;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

/*
# drawer
---------------------------------------------------- */
.drawer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  transform: translateX(-100%);
  transition: all 0.4s;
  z-index: 50;
}

.drawer-active {
  transform: translateX(0%);
}

.drawer-icon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  margin: auto;
  padding: 0 30px;
  z-index: 100;
  height: 60px;
}

.drawer-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-wrapper .drawer-logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-wrapper .drawer-logo-img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.drawer-body {
  padding: 120px 50px;
}

.drawer-content {
  width: 250px;
  margin-left: auto;
}

.drawer-item {
  margin-top: 30px;
}

.drawer-item a {
  font-size: 22px;
}

.openbtn {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #070707;
  width: 70%;
}

.openbtn span:nth-of-type(1) {
  top: 10px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 35px;
}

.icon-active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 60%;
}

.icon-active span:nth-of-type(2) {
  opacity: 0;
}

.icon-active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 60%;
}

/* =========================================================
# header
========================================================= */
.header {
  height: 134px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}

.logo {
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .logo {
    display: none;
  }
}

.logo-box {
  display: flex;
  align-items: center;
}

.logo-box .logo-img {
  width: 55px;
  height: 55px;
  margin-right: 16px;
}

.logo-box p {
  font-size: 24px;
  letter-spacing: 0.1em;
}

/* =========================================================
# menu-nav
========================================================= */
.menu-nav {
  width: 275px;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding-top: 64px;
}

@media screen and (max-width: 1290px) {
  .menu-nav {
    width: 200px;
  }
}

.menu-nav-inner {
  margin: 0 10px;
}

.menu-nav-list {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
  margin: 84px auto 0;
  max-width: 220px;
  line-height: 1.3;
}

.menu-nav-title {
  font-size: 16px;
}

.menu-nav-item a {
  width: 100%;
  font-size: 18px;
  border: 1px solid #070707;
  border-radius: 4px;
  padding: 11px;
  margin-top: 15px;
  transition: all 0.3s;
}

.menu-nav-item a:hover {
  background-color: #646464;
  opacity: 1;
  color: #f3f3f3;
}

@media screen and (max-width: 1290px) {
  .menu-nav-item a {
    font-size: 16px;
    padding: 11px 4px;
  }
}

/* =========================================================
# topへ戻る
========================================================= */
.top-btn {
  width: 42px;
  height: 42px;
  position: fixed;
  right: 2%;
  bottom: 100px;
  z-index: 20;
  transition: all 0.3s;
}

.top-btn:hover {
  opacity: 0.8;
}

/* =========================================================
# common
========================================================= */
.box-inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .box-inner {
    display: block;
  }
}

.box-left {
  flex: 0 1 100%;
}

.box-right {
  flex: 0 0 275px;
  background-color: rgba(243, 243, 243, 0.8);
}

@media screen and (max-width: 1290px) {
  .box-right {
    flex: 0 0 200px;
  }
}

/* =========================================================
# hero
========================================================= */
.hero {
  background: no-repeat url(./img/hero.jpg) center center/cover;
  padding-top: 49.3229%;
  height: 100%;
  color: #070707;
  position: relative;
}


@media screen and (max-width: 768px) {
  .hero {
    padding-top: 120%;
  }
}

.hero-box {
  position: absolute;
  top: 200px;
  left: 164px;
}

@media screen and (max-width: 1290px) {
  .hero-box {
    top: 100px;
    left: 84px;
  }
}

@media screen and (max-width: 980px) {
  .hero-box {
    top: 60px;
    left: 84px;
  }
}

@media screen and (max-width: 768px) {
  .hero-box {
    top: 20%;
    left: 8%;
  }
}

.hero-box-title {
  font-size: 65px;
  line-height: 1.5384;
  letter-spacing: 6px;
  background:none;
  font-weight:normal;
  color: #070707;  
}

@media screen and (max-width: 1530px) {
  .hero-box-title {
    font-size: 52px;
  }
}

@media screen and (max-width: 980px) {
  .hero-box-title {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .hero-box-title {
    font-size: 30px;
  }
}

.hero-box-text {
  font-size: 26px;
  line-height: 1.9;
  margin-top: 71px;
  margin-left: 7px;
  letter-spacing: 2px;

}

@media screen and (max-width: 1530px) {
  .hero-box-text {
    font-size: 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 980px) {
  .hero-box-text {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .hero-box-text {
    font-size: 16px;
  }
}

.menu-nav-background {
  width: 275px;
  height: calc(100% + 134px);
  background-color: rgba(243, 243, 243, 0.8);
  position: absolute;
  top: -134px;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1290px) {
  .menu-nav-background {
    width: 200px;
  }
}

/* =========================================================
# various
========================================================= */
.various-inner {
  width: 100%;
  max-width: 1540px;
  margin: auto;
  margin-top: 561px;
}

@media screen and (max-width: 980px) {
  .various-inner {
    margin-top: 340px;
  }
}

@media screen and (max-width: 768px) {
  .various-inner {
    margin-top: 240px;
  }
}

.various-box {
  margin: 0 40px;
}

.various-list {
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (max-width: 980px) {
  .various-list {
    flex-wrap: wrap;
  }
}

.various-item {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .various-item {
    width: 50%;
    margin-top: 40px;
  }
}

.various-item-img {
  width: 100%;
}

.various-item-box {
  text-align: center;
}

.various-item-title {
  font-size: 31px;
  margin-top: 42px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1290px) {
  .various-item-title {
    font-size: 24px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .various-item-title {
    font-size: 18px;
    margin-top: 20px;
  }
}

.various-item-text {
  font-size: 21px;
  color: #3a6021;
  margin-top: 12px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1290px) {
  .various-item-text {
    font-size: 17px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .various-item-text {
    font-size: 12px;
    margin-top: 6px;
  }
}

/* =========================================================
# common
========================================================= */
.common-content {
  position: relative;
}

.content-img {
  max-width: 1455px;
  width: 100%;
}

.content-absolute {
  position: absolute;
  margin: 0 10px;
}

.content-box {
  width: 486px;
  height: auto;
  padding-top: 69px;
  padding-left: 60px;
  padding-bottom: 62px;
  background-color: rgba(250, 252, 242, 0.95);
  position: relative;
}

@media screen and (max-width: 980px) {
  .content-box {
    width: 360px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 46px;
  }
}

@media screen and (max-width: 768px) {
  .content-box {
    width: 100%;
    max-width: 360px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 36px;
  }
}

.content-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #66af36;
}

.content-title {
  font-size: 41px;
  letter-spacing: 0.1em;
  border:none;
  color:#707070;
  font-weight:normal;
}

@media screen and (max-width: 980px) {
  .content-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .content-title {
    font-size: 24px;
  }
}

.content-read-title {
  display: block;
  font-size: 26px;
  margin-top: 12px;
}

@media screen and (max-width: 980px) {
  .content-read-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 980px) {
  .content-read-title {
    font-size: 16px;
  }
}

.content-text {
  margin-top: 71px;
  line-height: 1.7857;
  letter-spacing: 0em;
}

@media screen and (max-width: 980px) {
  .content-text {
    margin-top: 42px;
    font-size: 12px;
  }
}

.link-btn {
  width: 172px;
  height: 100%;
  margin: auto;
}

/* =========================================================
# school
========================================================= */
.school {
  margin-top: 642px;
}

@media screen and (max-width: 980px) {
  .school {
    margin-top: 340px;
  }
}

@media screen and (max-width: 768px) {
  .school {
    margin-top: 240px;
  }
}

.school-content::before {
  content: "";
  display: block;
  max-width: 871px;
  width: 100%;
  height: 182px;
  background-color: #dbf1d1;
  position: absolute;
  z-index: -1;
  bottom: -49px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .school-content::before {
    max-width: 400px;
    bottom: -9%;
  }
}

.school-content-box::before {
  top: 10px;
  left: 10px;
}

.school-img {
  margin-left: auto;
}

.school-content-absolute {
  bottom: -85px;
  left: 97px;
}

@media screen and (max-width: 1530px) {
  .school-content-absolute {
    bottom: -205px;
    left: 67px;
  }
}

@media screen and (max-width: 1290px) {
  .school-content-absolute {
    bottom: -235px;
    left: 67px;
  }
}

@media screen and (max-width: 768px) {
  .school-content-absolute {
    bottom: -275px;
    left: 5%;
  }
}

.school-content-btn {
  margin-top: 170px;
}

@media screen and (max-width: 1530px) {
  .school-content-btn {
    margin-top: 290px;
  }
}

@media screen and (max-width: 1290px) {
  .school-content-btn {
    margin-top: 310px;
  }
}

@media screen and (max-width: 768px) {
  .school-content-btn {
    margin-top: 390px;
  }
}

/* =========================================================
# education
========================================================= */
.education {
  margin-top: 517px;
}

@media screen and (max-width: 980px) {
  .education {
    margin-top: 370px;
  }
}

@media screen and (max-width: 768px) {
  .education {
    margin-top: 300px;
  }
}

.education-content::before {
  content: "";
  display: block;
  width: 441px;
  height: 451px;
  background-color: #dbf1d1;
  position: absolute;
  z-index: -1;
  top: -115px;
  right: 0px;
}

@media screen and (max-width: 768px) {
  .education-content::before {
    max-width: 240px;
    height: 151px;
    top: -9%;
  }
}

.education-img {
  margin-right: auto;
}

.education-content-box::before {
  top: 10px;
  left: -10px;
}

.education-content-absolute {
  bottom: -86px;
  right: 96px;
}

@media screen and (max-width: 1530px) {
  .education-content-absolute {
    bottom: -185px;
  }
}

@media screen and (max-width: 1290px) {
  .education-content-absolute {
    bottom: -206px;
    right: 66px;
  }
}

@media screen and (max-width: 768px) {
  .education-content-absolute {
    bottom: -275px;
    right: 5%;
  }
}

.education-content-btn {
  margin-top: 170px;
}

@media screen and (max-width: 1530px) {
  .education-content-btn {
    margin-top: 270px;
  }
}

@media screen and (max-width: 1290px) {
  .education-content-btn {
    margin-top: 290px;
  }
}

@media screen and (max-width: 768px) {
  .education-content-btn {
    margin-top: 390px;
  }
}

/* =========================================================
# company
========================================================= */
.company {
  margin-top: 519px;
}

@media screen and (max-width: 980px) {
  .company {
    margin-top: 370px;
  }
}

@media screen and (max-width: 768px) {
  .company {
    margin-top: 300px;
  }
}

.company-content::before {
  content: "";
  display: block;
  max-width: 1222px;
  width: 100%;
  height: 312px;
  background-color: #dbf1d1;
  position: absolute;
  z-index: -1;
  top: -91px;
  left: 0;
}

@media screen and (max-width: 1530px) {
  .company-content::before {
    max-width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .company-content::before {
    max-width: 300px;
    height: 212px;
    top: 58%;
  }
}

.company-content-box::before {
  top: 10px;
  left: 10px;
}

.company-img {
  margin-left: auto;
}

.company-content-absolute {
  bottom: -84px;
  left: 96px;
}

@media screen and (max-width: 1530px) {
  .company-content-absolute {
    bottom: -184px;
    left: 66px;
  }
}

@media screen and (max-width: 1290px) {
  .company-content-absolute {
    bottom: -204px;
    left: 66px;
  }
}

@media screen and (max-width: 768px) {
  .company-content-absolute {
    bottom: -275px;
    left: 5%;
  }
}

.company-content-btn {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .company-content-btn {
    margin-top: 100px;
  }
}

/*
# table
---------------------------------------------------- */
.company-table {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
  margin: auto;
  margin-top: 224px;
  max-width: 880px;
  width: 100%;
}

@media screen and (max-width: 1530px) {
  .company-table {
    margin-top: 310px;
  }
}

@media screen and (max-width: 1290px) {
  .company-table {
    margin-top: 344px;
  }
}

@media screen and (max-width: 768px) {
  .company-table {
    margin-top: 444px;
  }
}

.company-table-inner {
  margin: 0 10px;
}

table {
  border-collapse: collapse;
}

td {
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
  vertical-align: middle;
}

.td-left {
  background-color: #f0f0f0;
  width: 306px;
  height: 91px;
  text-align: center;
  letter-spacing: 0.15em;
}

.td-right {
  width: 494px;
  padding-left: 55px;
  letter-spacing: 0.15em;
  line-height: 1.7625;
}

@media screen and (max-width: 768px) {
  .td-right {
    padding-left: 30px;
  }
}

.recruit-table-01 {
  height: 92px;
}

.recruit-table-02,
.recruit-table-03 {
  height: 177px;
}

.recruit-table-04 {
  height: 227px;
}

/*
# map
---------------------------------------------------- */
.map {
  margin: 121px 20px 0;
}

.map-inner {
  margin: auto;
  max-width: 1287px;
  width: 100%;
  height: 377px;
  border: 1px solid #646464;
}

/* =========================================================
# privacy
========================================================= */
.privacy {
  max-width: 880px;
  width: 100%;
  margin: 325px auto 0;
}

@media screen and (max-width: 980px) {
  .privacy {
    margin-top: 270px;
  }
}

@media screen and (max-width: 768px) {
  .privacy {
    margin-top: 220px;
  }
}

.privacy-inner {
  margin: 0 10px;
}

.privacy-box {
  text-align: center;
}

.privacy-box .privacy-box-text {
  margin: auto;
}

.privacy-box .privacy-box-text p {
  font-size: 14px;
  margin-top: 63px;
  line-height: 1.7857;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .privacy-box .privacy-box-text p {
    font-size: 12px;
  }
}

.privacy-rules {
  width: 100%;
  margin-top: 66px;
  padding: 51px 59px 59px 62px;
  border: solid 1px #070707;
}

@media screen and (max-width: 980px) {
  .privacy-rules {
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .privacy-rules {
    margin-top: 46px;
  }
}

.privacy-rules-item {
  margin-top: 23px;
}

.privacy-rules-item:first-child {
  margin-top: 0;
}

.privacy-rules-item:nth-of-type(3) {
  margin-top: 24px;
}

.privacy-rules-item:nth-of-type(4) {
  margin-top: 27px;
}

.privacy-rules-item:nth-of-type(4) .privacy-rules-text {
  line-height: 1.7;
}

.privacy-rules-item p {
  line-height: 1.6428;
  letter-spacing: 0.02em;
}

.privacy-rules-item span {
  display: block;
}

.privacy-rules-item .privacy-rules-title {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .privacy-rules-item .privacy-rules-title {
    font-size: 14px;
  }
}

.privacy-rules-item .privacy-rules-text {
  line-height: 1.6428;
}

/* =========================================================
# recruit
========================================================= */
.recruit {
  margin-top: 512px;
  margin-bottom: 417px;
}

@media screen and (max-width: 980px) {
  .recruit {
    margin-top: 450px;
    margin-bottom: 350px;
  }
}

@media screen and (max-width: 768px) {
  .recruit {
    margin-top: 400px;
    margin-bottom: 300px;
  }
}

.recruit-content::before {
  content: "";
  display: block;
  max-width: 934px;
  width: 100%;
  height: 438px;
  background-color: #dbf1d1;
  position: absolute;
  z-index: -1;
  top: -146px;
  right: 0px;
}

@media screen and (max-width: 1290px) {
  .recruit-content::before {
    max-width: 660px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-content::before {
    max-width: 260px;
    height: 200px;
    top: -56px;
  }
}

.recruit-img {
  margin-right: auto;
}

.recruit-content-box::before {
  top: 10px;
  left: -10px;
}

.recruit-content-text {
  margin-top: 59px;
}

@media screen and (max-width: 980px) {
  .recruit-content-text {
    margin-top: 42px;
  }
}

.recruit-content-absolute {
  bottom: -85px;
  right: 97px;
}

@media screen and (max-width: 1290px) {
  .recruit-content-absolute {
    bottom: -205px;
    right: 67px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-content-absolute {
    bottom: -300px;
  }
}

.recruit-content-btn {
  margin-top: 152px;
}

@media screen and (max-width: 1290px) {
  .recruit-content-btn {
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-content-btn {
    margin-top: 100px;
  }
}

/*
# recruit-table
---------------------------------------------------- */
.recruit-table {
  margin-top: 266px;
}

@media screen and (max-width: 1290px) {
  .recruit-table {
    margin-top: 386px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-table {
    margin-top: 486px;
  }
}

.recruit-table-02 {
  height: 183px;
}

@media screen and (max-width: 980px) {
  .recruit-table-04 {
    height: 250px;
  }
}

.entry-hero {
  background: no-repeat url(./img/entry-top.png) center center/cover;
}

.contact-hero {
  background: no-repeat url(./img/contact-top.png) center center/cover;
}

/* =========================================================
# school-page
========================================================= */
.school-hero {
  background: no-repeat url(./img/school-top.png) center center/cover;
}

.school-hero-box {
  background-color: rgba(247, 249, 242, 0.95);
  max-width: 489px;
  width: 100%;
  height: 254px;
  padding-top: 91px;
  text-align: center;
  position: absolute;
  bottom: 125px;
  left: 5%;
}

@media screen and (max-width: 1530px) {
  .school-hero-box {
    max-width: 380px;
    height: 228px;
    padding-top: 70px;
    bottom: 85px;
    left: 5%;
  }
}

@media screen and (max-width: 1290px) {
  .school-hero-box {
    max-width: 320px;
    height: 208px;
    padding-top: 70px;
    bottom: 85px;
    left: 5%;
  }
}

@media screen and (max-width: 980px) {
  .school-hero-box {
    max-width: 240px;
    height: 158px;
    padding-top: 54px;
    bottom: 54px;
  }
}

@media screen and (max-width: 768px) {
  .school-hero-box {
    max-width: 340px;
    height: 180px;
    padding-top: 60px;
    bottom: 20px;
    left: 3%;
  }
}

.school-hero-box-title {
  font-size: 41px;
  letter-spacing: 0.1em;
  color: #646464;
  background:none;
}

@media screen and (max-width: 1290px) {
  .school-hero-box-title {
    font-size: 30px;
  }
}

.school-hero-box-read-title {
  display: block;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-top: 14px;
  color: #3a6021;
}

@media screen and (max-width: 980px) {
  .school-hero-box-read-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .school-hero-box-read-title {
    font-size: 20px;
  }
}

/*
# raise
---------------------------------------------------- */
.cont01 {
  margin-top: 400px;
  margin-left: 93px;
}

@media screen and (max-width: 980px) {
  .cont01 {
    margin-left: 42px;
  }
}

@media screen and (max-width: 768px) {
  .cont01 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.sh-common-content {
  position: relative;
}

.sh-common-content::before {
  content: "";
  display: block;
  max-width: 488px;
  width: 100%;
  height: 137px;
  background-color: #dbf1d1;
  position: absolute;
  z-index: -1;
  top: 188px;
  right: 13%;
}

@media screen and (max-width: 1530px) {
  .sh-common-content::before {
    right: 5%;
    top: 388px;
  }
}

@media screen and (max-width: 1290px) {
  .sh-common-content::before {
    right: 5%;
  }
}

@media screen and (max-width: 980px) {
  .sh-common-content::before {
    max-width: 288px;
    top: 148px;
  }
}

@media screen and (max-width: 768px) {
  .sh-common-content::before {
    top: 80%;
    right: 15%;
  }
}

.sh-content-img {
  max-width: 865px;
  width: 100%;
}

@media screen and (max-width: 1290px) {
  .sh-content-img {
    max-width: 650px;
  }
}

@media screen and (max-width: 980px) {
  .sh-content-img {
    max-width: 550px;
  }
}

@media screen and (max-width: 768px) {
  .sh-content-img {
    max-width: 100%;
  }
}

.sh-content-absolute {
  position: absolute;
}

.cont01-content-absolute {
  right: 0;
  bottom: -86px;
}

@media screen and (max-width: 1530px) {
  .cont01-content-absolute {
    bottom: -274px;
  }
}

@media screen and (max-width: 1290px) {
  .cont01-content-absolute {
    bottom: -294px;
  }
}

@media screen and (max-width: 980px) {
  .cont01-content-absolute {
    bottom: -180px;
  }
}

@media screen and (max-width: 768px) {
  .cont01-content-absolute {
    bottom: -363px;
  }
}

.sh-content-box {
  width: 830px;
  height: auto;
  padding-top: 57px;
  padding-left: 46px;
  padding-right: 57px;
  padding-bottom: 31px;
  background-color: rgba(250, 252, 242, 0.95);
  position: relative;
}

@media screen and (max-width: 1290px) {
  .sh-content-box {
    width: 530px;
    padding-top: 40px;
    padding-left: 33px;
  }
}

@media screen and (max-width: 980px) {
  .sh-content-box {
    width: 360px;
    padding-left: 30px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sh-content-box {
    width: 340px;
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 20px;
  }
}

.sh-content-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 98%;
  height: 100%;
  border: 1px solid #66af36;
}

@media screen and (max-width: 1290px) {
  .sh-content-box::before {
    width: 97%;
  }
}

@media screen and (max-width: 980px) {
  .sh-content-box::before {
    width: 95%;
  }
}

.sh-content-title {
  font-size: 32px;
  letter-spacing: 0em;
}

@media screen and (max-width: 980px) {
  .sh-content-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .sh-content-title {
    font-size: 20px;
  }
}

.sh-content-text {
  margin-top: 59px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: 16px;
}

@media screen and (max-width: 980px) {
  .sh-content-text {
    margin-top: 42px;
    font-size: 12px;
  }
}

/*
# cont02
---------------------------------------------------- */
.cont02 {
  margin-top: 512px;
  margin-left: 93px;
}

@media screen and (max-width: 1530px) {
  .cont02 {
    margin-top: 612px;
  }
}

@media screen and (max-width: 1290px) {
  .cont02 {
    margin-top: 712px;
  }
}

@media screen and (max-width: 980px) {
  .cont02 {
    margin-left: 42px;
  }
}

@media screen and (max-width: 768px) {
  .cont02 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.cont02-img {
  margin-left: auto;
}

.cont02-content::before {
  z-index: -1;
  top: 183px;
  left: 15%;
}

@media screen and (max-width: 1530px) {
  .cont02-content::before {
    top: 353px;
    left: 9%;
  }
}

@media screen and (max-width: 980px) {
  .cont02-content::before {
    top: 147px;
    left: 11%;
  }
}

@media screen and (max-width: 768px) {
  .cont02-content::before {
    top: 91%;
    left: 13%;
  }
}

.cont02-content-absolute {
  left: 0;
  bottom: -88px;
}

@media screen and (max-width: 1530px) {
  .cont02-content-absolute {
    right: 0;
    bottom: -258px;
  }
}

@media screen and (max-width: 1290px) {
  .cont02-content-absolute {
    right: 0;
    bottom: -288px;
  }
}

@media screen and (max-width: 980px) {
  .cont02-content-absolute {
    right: 0;
    bottom: -200px;
  }
}

@media screen and (max-width: 768px) {
  .cont02-content-absolute {
    bottom: -388px;
  }
}

.cont02-content-box {
  max-width: 818px;
  padding-top: 74px;
  padding-left: 60px;
  padding-right: 48px;
  padding-bottom: 53px;
}

.cont02-content-box::before {
  width: 100%;
}

@media screen and (max-width: 1290px) {
  .cont02-content-box {
    padding-top: 40px;
    padding-left: 33px;
  }
}

@media screen and (max-width: 980px) {
  .cont02-content-box {
    padding-left: 30px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cont02-content-box {
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 20px;
  }
}

.cont02-content-text {
  margin-top: 45px;
}

/*
# cont03
---------------------------------------------------- */
.cont03 {
  margin-top: 511px;
  margin-left: 93px;
}

@media screen and (max-width: 1530px) {
  .cont03 {
    margin-top: 611px;
  }
}

@media screen and (max-width: 1290px) {
  .cont03 {
    margin-top: 711px;
  }
}

@media screen and (max-width: 980px) {
  .cont03 {
    margin-left: 42px;
  }
}

@media screen and (max-width: 768px) {
  .cont03 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.cont03-content-absolute {
  right: 0;
  bottom: -86px;
}

@media screen and (max-width: 1530px) {
  .cont03-content-absolute {
    right: 0;
    bottom: -274px;
  }
}

@media screen and (max-width: 1290px) {
  .cont03-content-absolute {
    right: 0;
    bottom: -294px;
  }
}

@media screen and (max-width: 980px) {
  .cont03-content-absolute {
    bottom: -220px;
  }
}

@media screen and (max-width: 768px) {
  .cont03-content-absolute {
    bottom: -400px;
  }
}

.cont03-content-box {
  padding-top: 72px;
  padding-left: 76px;
}

@media screen and (max-width: 1290px) {
  .cont03-content-box {
    padding-top: 40px;
    padding-left: 33px;
  }
}

@media screen and (max-width: 980px) {
  .cont03-content-box {
    padding-left: 30px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cont03-content-box {
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 20px;
  }
}

.cont03-content-text {
  margin-top: 43px;
}

/*
# btn-area
---------------------------------------------------- */
.btn-section {
  position: relative;
  margin-right: 105px;
  margin-left: 93px;
}

@media screen and (max-width: 1290px) {
  .btn-section {
    margin-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .btn-section {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.btn-section-inner {
  display: flex;
  justify-content: flex-end;
  padding: 100px 0 150px;
  width: 100%;
}

@media screen and (max-width: 1530px) {
  .btn-section-inner {
    padding-top: 500px;
  }
}

@media screen and (max-width: 1290px) {
  .btn-section-inner {
    padding-top: 600px;
  }
}

@media screen and (max-width: 768px) {
  .btn-section-inner {
    display: block;
  }
}

.btn-section-inner .btn {
  display: block;
  max-width: 500px;
  width: 100%;
  padding: 36px 0;
  text-align: center;
  background-color: #66af36;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn-section-inner .btn {
    margin: auto;
  }
}

.btn-section-inner .btn:nth-last-child(1) {
  margin-left: 133px;
}

@media screen and (max-width: 1530px) {
  .btn-section-inner .btn:nth-last-child(1) {
    margin-left: 83px;
  }
}

@media screen and (max-width: 1290px) {
  .btn-section-inner .btn:nth-last-child(1) {
    margin-left: 63px;
  }
}

@media screen and (max-width: 980px) {
  .btn-section-inner .btn:nth-last-child(1) {
    margin-left: 43px;
  }
}

@media screen and (max-width: 768px) {
  .btn-section-inner .btn:nth-last-child(1) {
    margin: auto;
    margin-top: 60px;
  }
}

.btn-section-inner .btn::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  width: 96%;
  height: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-section-inner .btn .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.btn-section-inner .btn .btn-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
}

@media screen and (max-width: 1290px) {
  .btn-section-inner .btn .btn-box::before {
    width: 35px;
    height: 35px;
    right: 51px;
  }
}

@media screen and (max-width: 980px) {
  .btn-section-inner .btn .btn-box::before {
    width: 26px;
    height: 26px;
    right: 21px;
  }
}

@media screen and (max-width: 768px) {
  .btn-section-inner .btn .btn-box::before {
    right: 44px;
  }
}

.btn-section-inner .btn .btn-box::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat url(./img/arrow.png) center center/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 85px;
}

@media screen and (max-width: 1290px) {
  .btn-section-inner .btn .btn-box::after {
    width: 16px;
    height: 16px;
    right: 60px;
  }
}

@media screen and (max-width: 980px) {
  .btn-section-inner .btn .btn-box::after {
    width: 10px;
    height: 10px;
    right: 29px;
  }
}

@media screen and (max-width: 768px) {
  .btn-section-inner .btn .btn-box::after {
    right: 52px;
  }
}

.btn-section-inner .btn .btn-box p {
  font-size: 41px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-right: 82px;
}

@media screen and (max-width: 1290px) {
  .btn-section-inner .btn .btn-box p {
    font-size: 28px;
    margin-right: 62px;
  }
}

@media screen and (max-width: 980px) {
  .btn-section-inner .btn .btn-box p {
    font-size: 24px;
    margin-right: 40px;
  }
}

.btn-section-inner .btn .btn-box-school::before {
  right: 56px;
}

@media screen and (max-width: 1290px) {
  .btn-section-inner .btn .btn-box-school::before {
    right: 43px;
  }
}

@media screen and (max-width: 980px) {
  .btn-section-inner .btn .btn-box-school::before {
    right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .btn-section-inner .btn .btn-box-school::before {
    right: 44px;
  }
}

.btn-section-inner .btn .btn-box-school::after {
  right: 73px;
}

@media screen and (max-width: 1290px) {
  .btn-section-inner .btn .btn-box-school::after {
    right: 53px;
  }
}

@media screen and (max-width: 980px) {
  .btn-section-inner .btn .btn-box-school::after {
    right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .btn-section-inner .btn .btn-box-school::after {
    right: 52px;
  }
}

/* =========================================================
# company-page
========================================================= */
.company-hero {
  background: no-repeat url(./img/company-top.png) 10% center/cover;
}

.company-hero-box {
  left: auto;
  right: 270px;
}

@media screen and (max-width: 1290px) {
  .company-hero-box {
    right: 200px;
  }
}

@media screen and (max-width: 980px) {
  .company-hero-box {
    padding-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .company-hero-box {
    padding-top: 43px;
    right: 5%;
  }
}

.company-hero-box-read-title {
  font-size: 20px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .cm-cont01-content-absolute {
    bottom: -381px;
  }
}

@media screen and (max-width: 768px) {
  .cm-cont02-content-absolute {
    bottom: -370px;
  }
}

@media screen and (max-width: 768px) {
  .cont02-content-box::before {
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .cm-cont03-content-absolute {
    bottom: -345px;
  }
}

/* =========================================================
# footer
========================================================= */
footer {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
}

.footer {
  padding: 39px 40px 38px;
  background-color: rgba(250, 252, 242, 0.95);
}

@media screen and (max-width: 1290px) {
  .footer {
    padding: 39px 30px 38px;
  }
}

.footer-inner {
  max-width: 1340px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
  }
}

.footer-left {
  max-width: 320px;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}

@media screen and (max-width: 1290px) {
  .footer-left {
    max-width: 210px;
  }
}

.footer-left .footer-logo {
  align-items: center;
  width: 100%;
}

.footer-left .footer-logo .footer-logo-img {
    width: 100%;
  margin-right: 26px;
}

@media screen and (max-width: 1290px) {
  .footer-left .footer-logo .footer-logo-img {
    width: 100%;
    margin-right: 12px;
  }
}

.footer-left .footer-logo .footer-logo-name {
  display: block;
  font-size: 30px;
}

@media screen and (max-width: 1290px) {
  .footer-left .footer-logo .footer-logo-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 980px) {
  .footer-left .footer-logo .footer-logo-name {
    width: 154px;
  }
}

.footer-left .sns-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer-left .sns-box {
    margin-top: 30px;
    justify-content: flex-start;
  }
}

.footer-left .sns-box .facebook .instagram {
  width: 32px;
  height: 32px;
}

.footer-left .sns-box .facebook {
  margin-right: 17px;
}

.footer-left .sns-box .twitter {
  width: 33px;
  height: 26px;
  margin-right: 13px;
}

.footer-center {
  max-width: 693px;
  width: 100%;
  margin-top: 26px;
  margin-left: 36px;
}

@media screen and (max-width: 1290px) {
  .footer-center {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 580px;
  }
}

@media screen and (max-width: 980px) {
  .footer-center {
    margin-top: 14px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer-center {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer-center .contact-box {
  display: flex;
}

@media screen and (max-width: 1290px) {
  .footer-center .contact-box {
    display: block;
  }
}

.footer-center .contact-box .contact-tel-box {
  display: flex;
  align-items: center;
}

.footer-center .contact-box .contact-tel-box .tel-img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.footer-center .contact-box .contact-tel-box .tel-number {
  display: block;
  font-size: 26px;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 1290px) {
  .footer-center .contact-box .contact-tel-box .tel-number {
    font-size: 30px;
  }
}

@media screen and (max-width: 980px) {
  .footer-center .contact-box .contact-tel-box .tel-number {
    font-size: 18px;
  }
}

.footer-center .contact-box .contact-email-box {
  display: flex;
  align-items: center;
  margin-left: 49px;
}

@media screen and (max-width: 1290px) {
  .footer-center .contact-box .contact-email-box {
    margin-left: 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .footer-center .contact-box .contact-email-box {
    margin-top: 10px;
  }
}

.footer-center .contact-box .contact-email-box .email-img {
  width: 30px;
  height: 28px;
  margin-right: 12px;
}

.footer-center .contact-box .contact-email-box .address {
  display: block;
  font-size: 26px;
}

@media screen and (max-width: 1290px) {
  .footer-center .contact-box .contact-email-box .address {
    font-size: 30px;
  }
}

@media screen and (max-width: 980px) {
  .footer-center .contact-box .contact-email-box .address {
    font-size: 18px;
  }
}

.footer-center .contact-text {
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .footer-center .contact-text {
    margin-top: 13px;
  }
}

.footer-center .contact-text p {
  font-size: 14px;
  letter-spacing: 0em;
}

.footer-center .contact-text p span {
  display: block;
  margin-top: 11px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .footer-right {
    margin-top: 50px;
  }
}

.footer-right nav {
  width: 186px;
}

.footer-right .footer-nav-list {
  line-height: 2;
}

.footer-right .footer-nav-item a {
  display: block;
  font-size: 15.78px;
}

.footer-right .footer-nav-item a::before {
  content: url(./img/right-arrow.png);
  width: 8px;
  height: 100%;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 980px) {
  .footer-right .footer-nav-item a {
    font-size: 14px;
  }
}

.copyright {
  height: 42px;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #66af36;
  color: #fff;
}
