@charset "UTF-8";
/*----------------------------------------------
common
-----------------------------------------------*/
body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif, "遊ゴシック", "ヒラギノ角ゴ ProN";
  overflow-x: hidden;
  max-width: 100%;
}

html {
  overflow: auto;
  height: 100%;
}

@font-face {
  font-family: "Antigua Presidente";
  src: url("../font/Antigua Presidente.otf") format("opentype");
}
.heading {
  text-align: center;
}
.heading .sub_heading {
  font-family: dunbar-low, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 10px;
  color: #86663d;
  margin-bottom: 15px;
}

#footerBtn {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 999999;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
}

#footerBtn.on {
  visibility: inherit;
  opacity: 1;
}

.mob_line {
  width: 90%;
  max-width: 300px;
  height: 50px;
  margin: 0 auto;
  opacity: 0;
  position: fixed;
  bottom: 0;
}
.mob_line a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(#5DD91C, #3BBE1C);
  border-radius: 5px;
  color: #fff;
  box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.1);
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: bold;
}

.heading, .subheading, h2, .title {
  color: #5B401D;
}

.logo img {
  width: 250px;
}

h1 {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  width: 250px;
}

h2 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 20px;
}

.title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 22px;
  line-height: 45px;
}

.title_20 {
  font-size: 20px;
  letter-spacing: 10px;
  color: #5B401D;
  line-height: 35px;
}

.text {
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
  letter-spacing: 5px;
  line-height: 40px;
  font-weight: 100;
}

.deco {
  font-family: "Antigua Presidente";
  transform: rotate(-20deg);
  display: inline-block;
  font-weight: 100;
}

.wrappar {
  max-width: 1000px;
}

section {
  margin: 0 auto;
  padding: 100px 3% 50px 3%;
}

img {
  max-width: 1500px;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.emphasis {
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 25px;
}

/*----------------------------------------------
header
-----------------------------------------------*/
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  font-weight: bold;
  height: 80px;
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
}
#header .btn {
  padding: 20px 60px;
  background: linear-gradient(#5DD91C, #3BBE1C);
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.1);
}

/*----------------------------------------------
top
-----------------------------------------------*/
#Top {
  position: relative;
  margin: 0 auto;
  height: calc(100vh - 80px);
}
#Top .top_img {
  position: absolute;
  right: -40%;
  top: -500px;
  z-index: -9;
  width: 100%;
  overflow: hidden;
}
#Top .top_img img {
  box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.1);
  border-radius: 50%;
}
#Top .top_contents .top_contents_wrapper {
  z-index: 999;
}
#Top .catch {
  z-index: 999;
  margin-top: 30%;
}
#Top .catch .catch_sub {
  font-size: 30px;
  letter-spacing: 10px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
  padding-bottom: 30px;
}
#Top .catch .catch_sub .top_deco {
  letter-spacing: 0;
  position: absolute;
  top: -50px;
  left: -100px;
  z-index: -1;
  color: #EFEFEF;
  font-size: 110px;
}
#Top .catch .catch_main {
  font-size: 45px;
  letter-spacing: 20px;
  line-height: 50px;
  color: #5B401D;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  background: linear-gradient(transparent 67%, #E7EBEC 0%);
  display: inline-block;
}
#Top .catch .catch_main span {
  font-size: 35px;
}
#Top .top_contents {
  display: flex;
  justify-content: left;
  flex-direction: column;
  width: 100%;
}
#Top .top_contents .top_desc {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 100%;
}
#Top .top_contents .top_desc .desc {
  position: relative; /* ←文字の親要素に指定 */
  width: 200px;
  height: 200px;
  background-color: #F5E1D4;
  border-radius: 50%;
  margin: 50px 20px;
  text-align: center;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
#Top .top_contents .top_desc .desc .desc_title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #5B401D;
  letter-spacing: 10px;
}
#Top .top_contents .top_desc .desc .desc_text {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  padding: 0 20px;
  letter-spacing: 1px;
  line-height: 30px;
  font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
}
#Top .top_contents .top_desc .desc .desc_03 {
  padding-left: 30px;
  white-space: nowrap;
}
#Top .recruit_students {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-image: url("../img/top/striped.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}
#Top .recruit_students .recruit_students_text {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#Top .recruit_students .recruit_students_text p {
  font-size: 25px;
  letter-spacing: 15px;
}
#Top .recruit_students .recruit_students_text p span {
  font-size: 16px;
  letter-spacing: 5px;
  margin-top: 20px;
}
#Top .recruit_students .recruit_students_text img {
  width: 37px;
}
#Top .recruit_students .recruit_students_text_line {
  font-size: 16px;
  letter-spacing: 10px;
  margin-top: 10px;
  color: #fff;
}
#Top .recruit_students:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #ffffff transparent transparent transparent;
}

/*----------------------------------------------
Profile
-----------------------------------------------*//*# sourceMappingURL=style.css.map */