@charset "UTF-8";
body {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #16160e;
  box-sizing: border-box;
  text-align: center;
}

body .container {
  max-width: 1025px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.tablet {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .tablet {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*------------------------------------------------------
  研修のテーマ
------------------------------------------------------*/
.ribbon {
  background: linear-gradient(to right, #142D43, #1D4160 40%, #17334C 55%, #17275C 75%, #142D44 100%);
  height: 150px;
}

.ribbon h5 {
  color: #fff;
  font-weight: bold;
  padding: 50px 0 30px 0;
}

.title_box {
  background: radial-gradient(#fff, #EFEFEF);
  width: 100%;
  position: relative;
}

#theme .title_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #3E5686 transparent;
  border-width: 0 0 60px 900px;
}

#theme .title_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #3E5686 transparent;
  border-width: 0 900px 60px 0;
}

.title_box .container {
  position: relative;
  text-align: center;
}

.title_box h1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.8rem;
  border: 8px solid #EFEFEF;
  padding: 28px;
  position: absolute;
  top: -50px;
}

.lead {
  font-family: serif;
  font-size: 2rem;
  line-height: 3rem;
  padding-top: 150px;
  padding-bottom: 60px;
}

#theme .condition {
  background: #3E5686;
  padding: 50px 50px 100px 50px;
  position: relative;
}

#theme .condition img {
  width: 70%;
  padding-top: 20px;
}

#theme .feature {
  display: flex;
  justify-content: center;
  margin: 10px auto 60px auto;
}

#theme .feature li {
  color: #9D2441;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22%;
  font-size: 1.7rem;
  background: #fff;
  padding: 30px;
  margin: 0 15px;
  border-radius: 5px;
  box-shadow: -4px -4px 10px 4px rgba(0, 0, 0, 0.3) inset;
}

#theme .environment {
  display: inline-block;
  text-align: center;
  background: #fff;
  padding: 30px 50px;
  border-radius: 5px;
  box-shadow: -4px -4px 10px 4px rgba(0, 0, 0, 0.3) inset;
}

#theme .environment li {
  color: #444444;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.8rem;
}

#theme .environment .fas {
  color: #9D2441;
  padding-right: 5px;
}

#theme .condition::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 0 60px 900px;
}

#theme .condition::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 900px 60px 0;
}

@media screen and (max-width: 800px) {
  .ribbon {
    background: linear-gradient(to right, #142D43, #1D4160 40%, #17334C 55%, #17275C 75%, #142D44 100%);
    height: 100px;
  }
  .ribbon h5 {
    color: #fff;
    font-weight: bold;
    padding: 30px 0;
  }
  .title_box {
    background: radial-gradient(#fff, #EFEFEF);
    width: 100%;
    position: relative;
  }
  #theme .title_box::before {
    border-width: 0 0 60px 500px;
  }
  #theme .title_box::after {
    border-width: 0 500px 60px 0;
  }
  .title_box h1 {
    display: inline-block;
    background: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.4rem;
    border: 6px solid #EFEFEF;
    padding: 15px 20px;
    position: absolute;
    top: -30px;
    left: 20%;
    right: 20%;
  }
  .lead {
    font-family: serif;
    font-size: 1.7rem;
    line-height: 2.8rem;
    padding-top: 110px;
    padding-bottom: 60px;
  }
  #theme .condition {
    background: #3E5686;
    padding: 50px 50px 100px 50px;
    position: relative;
  }
  #theme .condition img {
    width: 80%;
    padding-top: 20px;
  }
  #theme .feature {
    display: flex;
    justify-content: center;
    margin: 10px auto 60px auto;
  }
  #theme .feature li {
    color: #9D2441;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28%;
    font-size: 1.5rem;
    background: #fff;
    padding: 20px;
    margin: 0 15px;
    border-radius: 5px;
    box-shadow: -4px -4px 10px 4px rgba(0, 0, 0, 0.3) inset;
  }
  #theme .environment {
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 30px 50px;
    border-radius: 5px;
    box-shadow: -4px -4px 10px 4px rgba(0, 0, 0, 0.3) inset;
  }
  #theme .environment li {
    color: #444444;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.4rem;
  }
  #theme .environment .fas {
    color: #9D2441;
    padding-right: 5px;
  }
  #theme .condition::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 60px 900px;
  }
  #theme .condition::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 900px 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .ribbon {
    background: linear-gradient(to right, #142D43, #1D4160 40%, #17334C 55%, #17275C 75%, #142D44 100%);
    height: 100px;
  }
  .ribbon h5 {
    color: #fff;
    font-weight: bold;
    padding: 30px 0;
  }
  .title_box {
    background: radial-gradient(#fff, #EFEFEF);
    width: 100%;
    position: relative;
  }
  #theme .title_box::before {
    border-width: 0 0 60px 300px;
  }
  #theme .title_box::after {
    border-width: 0 300px 60px 0;
  }
  .title_box .container {
    position: relative;
  }
  .title_box h1 {
    width: 90%;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.7rem;
    border: 3px solid #EFEFEF;
    padding: 10px;
    position: absolute;
    top: -40px;
    left: 5%;
    right: 5%;
  }
  .lead {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #theme .condition {
    padding: 0 10px 80px 10px;
  }
  #theme .condition img {
    width: 100%;
    padding-top: 0;
  }
  #theme .feature {
    display: block;
    justify-content: center;
    margin: 10px auto 30px auto;
  }
  #theme .feature li {
    width: 80%;
    font-size: 1.2rem;
    padding: 10px;
    margin: 10px auto;
    box-shadow: -3px -3px 5px 4px rgba(0, 0, 0, 0.3) inset;
  }
  #theme .environment {
    padding: 20px;
    border-radius: 5px;
    box-shadow: -3px -3px 5px 4px rgba(0, 0, 0, 0.3) inset;
  }
  #theme .environment li {
    color: #444444;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.6rem;
    text-indent: -0.8rem;
    padding-left: 0.8rem;
  }
  #theme .environment .fas {
    color: #9D2441;
    padding-right: 2px;
    padding-left: 10px;
  }
  #theme .condition::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 60px 300px;
  }
  #theme .condition::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 300px 60px 0;
  }
}
/*------------------------------------------------------
  課題
------------------------------------------------------*/
#problems {
  margin-top: 40px;
}

#problems .front {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  background: #003559;
  border: 3px solid #C9CACA;
  border-radius: 15px;
  padding: 20px 40px;
  position: relative;
  top: -110px;
  left: 10px;
}

#problems .back {
  display: inline-block;
  color: #C9CACA;
  font-size: 1.5rem;
  line-height: 2rem;
  background: #C9CACA;
  border: 3px solid #C9CACA;
  border-radius: 15px;
  padding: 20px 40px;
  transform: rotate(-3deg);
}

#problems ul {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -60px;
}

#problems li {
  text-align: left;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

#problems .fas {
  color: #9D2441;
  padding-right: 5px;
}

@media screen and (max-width: 480px) {
  #problems {
    padding-top: 0;
    margin-top: 0;
  }
  #problems .front {
    font-size: 1rem;
    line-height: 1.7rem;
    border: 2px solid #C9CACA;
    border-radius: 8px;
    padding: 20px 10px;
    position: relative;
    top: 0;
    left: 0px;
  }
  #problems .back {
    display: none;
  }
  #problems ul {
    display: inline-block;
    text-align: center;
    margin: 25px;
    position: relative;
    top: 0;
  }
  #problems li {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 8px;
    text-indent: -1.2rem;
    padding-left: 0.9rem;
  }
  #problems .fas {
    color: #9D2441;
    padding-right: 3px;
    padding-left: 15px;
  }
}
/*------------------------------------------------------
  研修の3つのメリット
------------------------------------------------------*/
#merit {
  background-image: url(../images/bg_merit.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}

#merit .logo {
  width: 160px;
  padding-bottom: 30px;
}

#merit .lead {
  padding: 0;
}

#merit .merit_wrapper,
#points .point_wrapper {
  width: 100%;
  background: rgba(250, 250, 250, 0.8);
  margin-top: 70px;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
}

#merit .merit_wrapper .container,
#points .point_wrapper .container {
  max-width: 900px;
  text-align: center;
  display: block;
  align-content: center;
  padding: 30px 10px;
  position: relative;
}

#merit .merit_wrapper p,
#points .point_wrapper p {
  color: #9ea1a3;
  font-family: "Libre Baskerville", serif;
  font-size: 5.3rem;
  position: absolute;
  top: -60px;
  left: 48%;
}

#merit .merit_wrapper li:first-child {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: bold;
  padding-bottom: 10px;
}

#merit .merit_wrapper li:nth-child(n+2) {
  display: inline;
  font-size: 1.1rem;
  margin-right: 1.3rem;
  font-weight: bold;
}

#merit .merit_wrapper li:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  background: #946243;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 480px) {
  #merit {
    padding: 30px 0;
  }
  #merit .logo {
    width: 170px;
    padding-bottom: 20px;
  }
  #merit .lead {
    padding: 0;
  }
  #merit .merit_wrapper,
  #points .point_wrapper {
    width: 100%;
    background: rgba(250, 250, 250, 0.8);
    margin-top: 70px;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
  }
  #merit .merit_wrapper .container,
  #points .point_wrapper .container {
    max-width: 900px;
    text-align: center;
    display: block;
    align-content: center;
    padding: 10px;
    position: relative;
  }
  #merit .merit_wrapper p,
  #points .point_wrapper p {
    color: #fff;
    font-family: "Libre Baskerville", serif;
    font-size: 3rem;
    position: absolute;
    top: -60px;
    left: 45%;
  }
  #merit .merit_wrapper li:first-child {
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: justify;
  }
  #merit .merit_wrapper li:nth-child(n+2) {
    text-align: left;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 1rem;
    font-weight: normal;
  }
  #merit .merit_wrapper li:nth-child(n+2)::before {
    content: "";
    display: inline-block;
    background: #946243;
    width: 1rem;
    height: 1rem;
    border-radius: 100px;
    margin-right: 3px;
    position: relative;
    top: 1px;
  }
}
/*------------------------------------------------------
  過去参加者の声
------------------------------------------------------*/
#voices {
  background: radial-gradient(#fff, #DBF1FA);
  padding: 70px 0 50px 0;
}

#voices .voice_wrapper {
  background: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 200px 60px 40px 60px;
  border-radius: 10px;
  position: relative;
}

#voices .voice_wrapper img {
  width: 95%;
  position: absolute;
  top: -20px;
  left: 60px;
}

#voices .voice_wrapper ul {
  display: inline-block;
  text-align: center;
}

#voices .voice_wrapper li {
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: justify;
  padding: 12px 0px;
  border-bottom: 1px dotted #231815;
}

#voices .voice_wrapper li:first-child {
  background: #727171;
  padding: 5px 0;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 2px;
  border-bottom: none;
  text-align: center;
}

#voices .voice_wrapper li:nth-child(n+2) {
  text-indent: -1.35rem;
  padding-left: 1.2rem;
}

#voices .voice_wrapper li:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  background: #9D2441;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#voices .voice_wrapper li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 800px) {
  #voices {
    background: radial-gradient(#fff, #DBF1FA);
    padding: 20px 10px;
  }
  #voices .voice_wrapper img {
    width: 85%;
    position: absolute;
    top: 0;
    left: 60px;
  }
}
@media screen and (max-width: 480px) {
  #voices {
    background: radial-gradient(#fff, #DBF1FA);
    padding: 20px 10px;
  }
  #voices .voice_wrapper {
    background: transparent;
    max-width: 480px;
    margin: 0 auto;
    padding: 100px 10px 0 10px;
    border-radius: 10px;
    position: relative;
  }
  #voices .voice_wrapper img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  #voices .voice_wrapper li {
    font-size: 1rem;
    line-height: 1.7rem;
    text-align: justify;
    padding: 12px 0px;
    border-bottom: 1px dotted #231815;
  }
  #voices .voice_wrapper li:first-child {
    background: #727171;
    padding: 3px 0;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 2px;
    border-bottom: none;
    text-align: center;
  }
  #voices .voice_wrapper li:nth-child(n+2) {
    text-indent: -1.35rem;
    padding-left: 1.2rem;
  }
  #voices .voice_wrapper li:nth-child(n+2)::before {
    content: "";
    display: inline-block;
    background: #9D2441;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 100px;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
}
/*------------------------------------------------------
  研修のポイント
------------------------------------------------------*/
#points {
  background-image: url(../images/bg_merit.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}

#points .ribbon {
  height: 80px;
}

#points .point_wrapper h1 {
  font-family: serif;
  font-size: 2.4rem;
}

.point_wrapper .point .image_area {
  max-width: 100%;
}

.point_wrapper .point .image_area .award {
  width: 50%;
  margin-top: 30px;
  mix-blend-mode: multiply;
}

.point_wrapper .point .image_area .contents {
  width: 100%;
}

.point_wrapper .point .instructor {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.point_wrapper .point .instructor h3 {
  width: 15%;
}

.point_wrapper .point .instructor img {
  width: 100%;
}

.point_wrapper .point .instructor ul {
  width: 80%;
  text-align: left;
}

.point_wrapper .point .instructor ul img {
  width: 200px;
  text-align: left;
  padding: 10px 0 20px 0;
}

.point_wrapper .point .instructor ul .name {
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px solid #9D2441;
  margin-bottom: 10px;
}

.point_wrapper .point .instructor ul li:last-child {
  line-height: 1.7rem;
  font-weight: bold;
}

.point_wrapper .point .point_list {
  max-width: 100%;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}

.point_wrapper .point .point_list ul {
  display: flex;
  align-items: center;
  margin: 10px auto;
}

.point_wrapper .point .point_list li:nth-child(odd) {
  display: inline-block;
  padding: 10px 0;
  background: #9D2441;
  width: 12%;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 2px;
}

.point_wrapper .point .point_list li:nth-child(even) {
  font-size: 1.2rem;
  padding-left: 15px;
  width: 85%;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .point_wrapper .point .point_list li:nth-child(even) {
    font-size: 1.1rem;
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  #points {
    padding-bottom: 40px;
  }
  #points .ribbon {
    height: 40px;
  }
  #points .ribbon h5 {
    padding: 10px 0 5px 0;
  }
  #points .point_wrapper {
    padding: 10px;
  }
  #points .point_wrapper h1 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .point_wrapper .point .image_area {
    max-width: 100%;
  }
  .point_wrapper .point .image_area .award {
    width: 90%;
    margin-top: 10px;
    mix-blend-mode: multiply;
  }
  .point_wrapper .point .image_area .contents {
    width: 100%;
  }
  .point_wrapper .point .instructor {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .point_wrapper .point .instructor h3 {
    width: 33%;
  }
  .point_wrapper .point .instructor img {
    width: 100%;
  }
  .point_wrapper .point .instructor ul {
    width: 60%;
    text-align: left;
  }
  .point_wrapper .point .instructor ul img {
    width: 170px;
    text-align: left;
    padding: 0;
    margin-top: 5px;
  }
  .point_wrapper .point .instructor ul li {
    font-size: 0.9rem;
    font-weight: normal;
    padding-bottom: 7px;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .point_wrapper .point .instructor ul .name {
    font-size: 1.1rem;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .point_wrapper .point .instructor ul li:last-child {
    line-height: 1.2rem;
    font-weight: normal;
  }
  .point_wrapper .point .instructor .appeal_point {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
    text-align: justify;
  }
  .point_wrapper .point .point_list {
    max-width: 100%;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
  }
  .point_wrapper .point .point_list ul {
    display: flex;
    align-items: center;
    margin: 10px auto;
  }
  .point_wrapper .point .point_list li:nth-child(odd) {
    display: inline-block;
    width: 120px;
    padding: 10px 10px;
    background: #9D2441;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 2px;
  }
  .point_wrapper .point .point_list li:nth-child(even) {
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .point_wrapper .point .point_list {
    max-width: 100%;
    margin: 20px auto 0 auto;
    display: inline-block;
    text-align: center;
  }
  .point_wrapper .point .point_list ul {
    display: block;
    align-items: center;
    margin: 10px auto;
    text-align: center;
  }
  .point_wrapper .point .point_list li {
    width: 100%;
  }
  .point_wrapper .point .point_list li:nth-child(odd) {
    display: block;
    width: 100%;
    padding: 4px;
    margin-bottom: 10px;
    background: #9D2441;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 2px;
  }
  .point_wrapper .point .point_list li:nth-child(even) {
    font-size: 1rem;
    padding-left: 0;
    line-height: 1.4rem;
    text-align: justify;
    margin-bottom: 5px;
  }
}
/*------------------------------------------------------
  新人育成の成功ポイント
------------------------------------------------------*/
#good_cycle .title_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #223A62 transparent;
  border-width: 0 0 60px 800px;
}

#good_cycle .title_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #223A62 transparent;
  border-width: 0 800px 60px 0;
}

#good_cycle {
  background: #223A62;
}

#good_cycle .calendar {
  width: 140px;
  position: relative;
  top: -40px;
}

#good_cycle .step1 ul,
#good_cycle .step2 {
  background: #fff;
  width: 480px;
  display: inline-block;
  text-align: center;
  box-shadow: 8px 8px 5px 0 #2b2b2b;
  padding: 30px;
  margin-bottom: 20px;
}

#good_cycle .step1 li {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
}

#good_cycle .step1 li:first-child {
  text-align: center;
  color: #fff;
  background: #9D2441;
  font-size: 1.3rem;
  padding: 5px 30px;
  margin-bottom: 20px;
}

#good_cycle .step1 li:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  background-image: url(../images/growthpoint_arrow.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

#good_cycle .step2 {
  font-size: 1.4rem;
  line-height: 2rem;
}

#good_cycle .step3 img {
  width: 800px;
  position: relative;
  top: -30px;
  margin: 0 auto;
}

#good_cycle .arrow {
  margin: 0 auto;
  position: relative;
  top: -10px;
}

#good_cycle .arrow .fas {
  color: #fff;
}

@media screen and (max-width: 800px) {
  #good_cycle .title_box::before {
    border-width: 0 0 60px 500px;
  }
  #good_cycle .title_box::after {
    border-width: 0 500px 60px 0;
  }
  #good_cycle .step3 img {
    width: 600px;
    position: relative;
    top: -30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #good_cycle .title_box {
    position: relative;
  }
  #good_cycle .title_box::before {
    border-width: 0 0 60px 300px;
  }
  #good_cycle .title_box::after {
    border-width: 0 300px 60px 0;
  }
  #good_cycle .calendar {
    width: 100px;
    position: relative;
    top: -50px;
  }
  #good_cycle .step1 {
    margin: 0 auto;
  }
  #good_cycle .step1 ul,
  #good_cycle .step2 {
    background: #fff;
    width: 90%;
    display: inline-block;
    text-align: center;
    box-shadow: 8px 8px 5px 0 #2b2b2b;
    padding: 20px;
    margin: 0px;
  }
  #good_cycle .step1 li {
    text-align: left;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.8rem;
  }
  #good_cycle .step1 li:first-child {
    text-align: center;
    color: #fff;
    background: #9D2441;
    font-size: 1.1rem;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  #good_cycle .step1 li:nth-child(n+2)::before {
    content: "";
    display: inline-block;
    background-image: url(../images/growthpoint_arrow.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 5px;
    position: relative;
    top: 4px;
  }
  #good_cycle .step2 {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
  }
  #good_cycle .step3 img {
    width: 100%;
    position: relative;
    top: -30px;
  }
  #good_cycle .arrow {
    margin: 0 auto;
    position: relative;
    top: -10px;
  }
  #good_cycle .arrow .fas {
    color: #fff;
  }
}
/*------------------------------------------------------
  カリキュラム
------------------------------------------------------*/
#curriculum {
  background-image: url(../images/bg_ivory.webp);
  background-repeat: repeat;
  background-size: cover;
  padding: 50px 10px 0 10px;
}

#curriculum .logo,
#message .logo {
  width: 200px;
}

#curriculum .container h1,
#message .container h1 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 30px;
}

/*カリキュラムの全体像*/
#curriculum .contents_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

#curriculum .contents_wrap .contents {
  background: #fff;
  width: 35%;
  border: 1px solid #9FA0A0;
  padding: 20px 30px;
  position: relative;
  margin: 20px;
}

#curriculum .contents_wrap .contents .number {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9D2441;
  color: #fff;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 42%;
}

#curriculum .contents_wrap .contents .number p,
.curriculum_wrap .number p {
  padding-top: 8px;
  font-size: 0.6rem;
  color: #fff;
  font-family: "Libre Baskerville", serif;
}

#curriculum .contents_wrap .contents .number p .bigger,
.curriculum_wrap .number p .bigger {
  font-size: 1.8rem;
}

.contents ul li:first-child {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  padding: 22px 0;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 4px solid #C9CACA;
  border-bottom: 4px solid #C9CACA;
}

.contents ul li:nth-child(n+2) {
  text-align: left;
  line-height: 2rem;
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}

.contents ul li:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  background: #C9CACA;
  width: 0.95rem;
  height: 0.95rem;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

/*<!-- カリキュラム詳細 -->*/
#curriculum .details {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.curriculum_wrap {
  background: #fff;
  border: 2px solid #16160e;
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
}

.curriculum_wrap .number {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9D2441;
  color: #fff;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 47%;
}

.curriculum_wrap .title_area {
  background: #C8D3D8;
  border-radius: 7px 7px 0 0;
  padding-bottom: 30px;
}

.curriculum_wrap .black {
  background: #16160e;
  height: 20px;
  border-radius: 7px 7px 0 0;
}

.curriculum_wrap .title_area h2 {
  font-size: 2.3rem;
  font-weight: bold;
  padding: 50px 10px 30px 10px;
}

.curriculum_wrap .title_area h3 {
  background: #fff;
  font-family: serif;
  font-size: 1.8rem;
  line-height: 2.3rem;
  padding: 18px 10px;
  margin: 0 70px;
}

.curriculum_wrap .menu {
  display: inline-block;
  text-align: center;
  padding: 30px 10px 40px 10px;
}

.curriculum_wrap .menu li {
  text-align: left;
  font-size: 1.2rem;
  line-height: 2rem;
}

.curriculum_wrap .menu li::before {
  content: "";
  display: inline-block;
  background: #C8D3D8;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.curriculum_wrap .slides {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

.curriculum_wrap .slides ul {
  width: 40%;
  padding-bottom: 20px;
}

.curriculum_wrap .slides li:first-child {
  text-align: left;
  font-size: 0.85rem;
  background: #E1E7EA;
  padding: 3px 3px 3px 8px;
  border-left: 1.4rem solid #9D2441;
}

.curriculum_wrap .slides li img {
  width: 100%;
}

/*カリキュラムスライド変形と講師紹介*/
.curriculum2 .slides ul {
  width: 28%;
}

.curriculum2 li img,
.curriculum3 li img {
  margin-top: 10px;
}

.curriculum_wrap .comingsoon {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #16160e;
}

.curriculum3 .slides .big {
  width: 61%;
}

.curriculum3 .slides .small {
  width: 30%;
}

/*講師紹介*/
.curriculum_wrap .instructor {
  font-size: 0.8rem;
  margin: 20px 40px 40px;
  display: flex;
  justify-content: space-between;
}

.curriculum_wrap .instructor .name_area {
  width: 30%;
  text-align: left;
  line-height: 1.1rem;
}

.curriculum_wrap .instructor .name_area li:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.curriculum_wrap .instructor .name_area li:first-child::after {
  content: "";
  width: 82%;
  height: 1px;
  background: #9D2441;
}

.curriculum_wrap .instructor .name_area .name {
  font-size: 1rem;
  padding-top: 5px;
}

.curriculum_wrap .instructor .name_area .roman {
  font-size: 0.6rem;
  color: #9FA0A0;
}

.curriculum_wrap .instructor .name_area img {
  width: 75%;
  margin-bottom: 7px;
}

.curriculum_wrap .instructor .photo {
  width: 15%;
}

.curriculum_wrap .instructor .photo img {
  width: 100%;
}

.curriculum_wrap .instructor .profile {
  width: 50%;
  text-align: justify;
  line-height: 1.3rem;
}

.curriculum_wrap .instructor .profile_coming {
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 2rem;
}

.curriculum_wrap .instructor .coming {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  background: #C30D23;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  /*カリキュラムの全体像*/
  #curriculum .contents_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
  #curriculum .contents_wrap .contents {
    background: #fff;
    width: 45%;
    border: 1px solid #9FA0A0;
    padding: 20px 30px;
    position: relative;
    margin: 10px;
  }
  .curriculum_wrap .slides li:first-child {
    text-align: left;
    font-size: 0.8rem;
    background: #E1E7EA;
    padding: 3px 3px 3px 8px;
    border-left: 1rem solid #9D2441;
  }
  .curriculum_wrap {
    background: #fff;
    border: 2px solid #16160e;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
  }
  .curriculum_wrap .number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9D2441;
    color: #fff;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    top: -20px;
    left: 46%;
  }
}
@media screen and (max-width: 480px) {
  #curriculum {
    padding: 40px 10px 0 10px;
  }
  #curriculum .logo,
  #message .logo {
    width: 170px;
  }
  #curriculum .container h1,
  #message .container h1 {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 20px;
  }
  .contents ul li:first-child {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold;
    padding: 20px 0 15px 0;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 4px solid #C9CACA;
    border-bottom: 4px solid #C9CACA;
  }
  .contents ul li:nth-child(n+2) {
    text-align: left;
    line-height: 1.6rem;
    text-indent: -1.3rem;
    padding-left: 1.3rem;
  }
  .contents ul li:nth-child(n+2)::before {
    content: "";
    display: inline-block;
    background: #C9CACA;
    width: 0.95rem;
    height: 0.95rem;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
  /*カリキュラムの全体像*/
  #curriculum .contents_wrap {
    display: block;
    margin-bottom: 50px;
  }
  #curriculum .contents_wrap .contents {
    background: #fff;
    width: 90%;
    border: 1px solid #9FA0A0;
    padding: 20px;
    position: relative;
    margin: 20px auto;
  }
  #curriculum .contents_wrap .contents .number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9D2441;
    color: #fff;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 40%;
  }
  #curriculum .contents_wrap .contents .number p,
  .curriculum_wrap .number p {
    padding-top: 8px;
    font-size: 0.6rem;
    color: #fff;
    font-family: "Libre Baskerville", serif;
  }
  .curriculum_wrap .title_area {
    background: #C8D3D8;
    border-radius: 7px 7px 0 0;
    padding-bottom: 10px;
  }
  .curriculum_wrap .title_area h2 {
    font-size: 1.5rem;
    padding: 40px 10px 20px 10px;
  }
  .curriculum_wrap .title_area h3 {
    background: #fff;
    font-family: serif;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 15px 15px;
    margin: 0 15px;
    text-align: justify;
  }
  .curriculum_wrap .menu {
    display: inline-block;
    text-align: center;
    padding: 20px;
  }
  .curriculum_wrap .menu li {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5rem;
    text-indent: -1.5rem;
    padding-left: 1.4rem;
  }
  .curriculum_wrap .menu li::before {
    content: "";
    display: inline-block;
    background: #C8D3D8;
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
  .curriculum_wrap .slides {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
  }
  .curriculum_wrap .slides ul {
    width: 100%;
    padding-bottom: 20px;
  }
  .curriculum_wrap .slides li:first-child {
    text-align: left;
    font-size: 0.85rem;
    background: #E1E7EA;
    padding: 3px 3px 3px 8px;
    border-left: 1.4rem solid #9D2441;
  }
  .curriculum_wrap .slides li img {
    width: 100%;
  }
  /*<!-- カリキュラム詳細 -->*/
  #curriculum .details {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .curriculum_wrap {
    background: #fff;
    border: 2px solid #16160e;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
  }
  .curriculum_wrap .number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9D2441;
    color: #fff;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: absolute;
    top: -20px;
    left: 41%;
  }
  .curriculum_wrap .title_area {
    background: #C8D3D8;
    border-radius: 7px 7px 0 0;
    padding-bottom: 15px;
  }
  .curriculum_wrap .black {
    background: #16160e;
    height: 20px;
    border-radius: 7px 7px 0 0;
  }
  .curriculum_wrap .title_area h2 {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 40px 10px 20px 10px;
  }
  .curriculum_wrap .title_area h3 {
    background: #fff;
    font-family: serif;
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 18px 15px;
    margin: 0 20px;
  }
  .curriculum_wrap .menu {
    display: inline-block;
    text-align: center;
    padding: 20px 20px 20px;
  }
  .curriculum_wrap .menu li {
    text-align: justify;
    font-size: 0.93rem;
    line-height: 1.7rem;
  }
  .curriculum_wrap .menu li::before {
    content: "";
    display: inline-block;
    background: #C8D3D8;
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
  .curriculum_wrap .slides {
    display: block;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
  }
  .curriculum_wrap .slides ul {
    width: 100%;
    padding-bottom: 10px;
  }
  .curriculum_wrap .slides li:first-child {
    text-align: left;
    font-size: 0.85rem;
    background: #E1E7EA;
    padding: 3px 3px 3px 8px;
    border-left: 1rem solid #9D2441;
  }
  .curriculum_wrap .slides li img {
    width: 100%;
  }
  /*カリキュラムスライド変形と講師紹介*/
  .curriculum2 .slides ul {
    width: 100%;
  }
  .curriculum2 li img,
  .curriculum3 li img {
    margin-top: 10px;
  }
  .curriculum_wrap .comingsoon {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #16160e;
  }
  .curriculum3 .slides .big {
    width: 100%;
  }
  .curriculum3 .slides .small {
    width: 100%;
  }
  /*講師紹介*/
  .curriculum_wrap .instructor {
    font-size: 0.8rem;
    margin: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .curriculum_wrap .instructor .name_area {
    width: 68%;
    text-align: left;
    line-height: 1.1rem;
  }
  .curriculum_wrap .instructor .name_area li:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .curriculum_wrap .instructor .name_area li:first-child::after {
    content: "";
    width: 80%;
    height: 1px;
    background: #9D2441;
  }
  .curriculum_wrap .instructor .name_area .name {
    font-size: 1rem;
    padding-top: 5px;
  }
  .curriculum_wrap .instructor .name_area .roman {
    font-size: 0.6rem;
    color: #9FA0A0;
  }
  .curriculum_wrap .instructor .name_area li:nth-child(2) {
    width: 75%;
  }
  .curriculum_wrap .instructor .name_area img {
    width: 100%;
    margin-bottom: 7px;
  }
  .curriculum_wrap .instructor .photo {
    width: 30%;
  }
  .curriculum_wrap .instructor .photo img {
    width: 100%;
  }
  .curriculum_wrap .instructor .profile {
    width: 100%;
    text-align: justify;
    line-height: 1.3rem;
  }
  .curriculum_wrap .instructor .profile_coming {
    font-size: 1.1rem;
    margin-top: 30px;
    line-height: 1.5rem;
    margin: 0 auto;
  }
  .curriculum_wrap .instructor .coming {
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    background: #C30D23;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin: 0 auto;
  }
}
/*------------------------------------------------------
  インフォメーション
------------------------------------------------------*/
.information {
  height: 100vh;
  padding: 100px 0 160px 0;
  background: #d4d9dc;
}

.information .information-inner {
  width: 100%;
  background: #fff;
  margin: 20 auto;
  padding: 40px;
}

.information h2 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 60px;
}

.information h3 {
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #990000;
}

.information p {
  line-height: 1.5em;
  text-align: justify;
}

/*------------------------------------------------------
  フッター
------------------------------------------------------*/
footer {
  background: #2d2d2d;
  width: 100%;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

footer p {
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  color: #eee;
  padding-top: 10px;
  padding-left: 7px;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 20px;
  }
}
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*------------------------------------------------------
  header
  ------------------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  background: rgba(250, 250, 250, 0);
  z-index: 100;
  font-size: 0.9rem;
}

.header-inner {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 img {
  width: 220px;
  padding-left: 20px;
}

header .global_nav {
  display: flex;
  align-items: center;
}

header .global_nav .global-nav-list {
  height: 100%;
  display: flex;
}

header .global_nav .global-nav-list .nav-menu {
  margin-left: 20px;
  padding-left: 20px;
}

header .global_nav .global-nav-list .nav-menu a {
  display: block;
}

header .global_nav .global-nav-list .nav-menu a:hover {
  color: #D9D6C7;
}

header .global_nav .global-nav-list .nav-menu:first-child {
  padding-left: 0;
  border-left: none;
}

header .global_nav .global-nav-list .nav-menu.sub-nav {
  position: relative;
}

header .global_nav .global-nav-list .nav-menu.sub-nav:hover {
  cursor: pointer;
}

header .global_nav .global-nav-list .nav-menu.sub-nav ul {
  display: none;
  background: #4d4d4d;
  position: absolute;
  width: max-content;
  top: 20px;
  left: 0;
  padding: 10px 10px 10px 10px;
}

header .global_nav .global-nav-list .nav-menu.sub-nav:hover ul {
  display: inline;
}

header .global_nav .global-nav-list .nav-menu.sub-nav ul li {
  padding: 10px;
  border-bottom: dotted 1px #ccc;
  text-align: left;
}

header .global_nav .global-nav-list .nav-menu.sub-nav ul li:last-child {
  border-bottom: none;
}

.headerColor-default {
  background: #fff;
  /* （画像よりも下までスクロールした時に変えたい文字色） */
}

/* hamburger-nav */
#nav-drawer {
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: 10px;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #c0c6c9;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 45%;
  max-width: 300px;
  height: 100%;
  padding: 5vw 5vw 10vw 5vw;
  background: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

#nav-content .obi {
  background: #eee;
  padding-left: 5px;
}

#nav-content ul li {
  line-height: 2em;
  font-size: 4vw;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px dotted #24140e;
  padding: 1em 0;
}

#nav-content ul li:last-child {
  border-bottom: none;
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

header .header-inner .tablet {
  display: none !important;
}

/*------------------------------------------------------
  申し込みボタン
  ------------------------------------------------------*/
.application_btn {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  color: #fff;
  background: #5FA224;
  margin-left: 30px;
  padding: 0 20px;
  letter-spacing: 0.05rem;
}

.application_btn:hover {
  background: #aacf53;
}

@media screen and (max-width: 800px) {
  header .header-inner {
    max-width: 800px;
    width: calc(100% - 40px);
    padding: 6px 20px 0px 20px;
  }
  header .global_nav {
    display: none;
  }
  #nav-drawer {
    display: block;
  }
  header h1 {
    top: 0;
  }
  header h1 img {
    width: 200px;
  }
  main {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  header .header-inner {
    width: calc(100% - 20px);
    padding: 6px 0 0px;
  }
  header .header-inner .tablet {
    display: none !important;
  }
  header h1 {
    top: 0;
  }
  header h1 img {
    width: 130px;
    padding-left: 5px;
  }
  header .global_nav {
    display: none;
  }
  #nav-content {
    width: 60%;
    max-width: 300px;
  }
  #nav-content ul li {
    font-size: 0.8rem;
  }
}
/*------------------------------------------------------
  共通
------------------------------------------------------*/
.inner_btn p {
  font-size: 1.3rem;
  line-height: 1.7rem;
  display: inline-block;
  padding: 15px 40px;
  background: #5FA224;
  color: #fff;
  border-radius: 5px;
  border-bottom: 5px solid #aacf53;
}

.inner_btn p:hover {
  margin-top: 3px;
  background: #aacf53;
  border-bottom: 2px solid #99ab4e;
}

.inner_btn {
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px;
}

@media screen and (max-width: 480px) {
  .inner_btn p {
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-block;
    padding: 10px 10px;
    background: #5FA224;
    color: #fff;
    border-radius: 5px;
    border-bottom: 5px solid #aacf53;
  }
  .inner_btn p:hover {
    margin-top: 3px;
    background: #aacf53;
    border-bottom: 2px solid #99ab4e;
  }
  .inner_btn {
    padding: 20px 10px;
  }
}
/*------------------------------------------------------
  top
------------------------------------------------------*/
#top {
  background-image: url(../images/top_keyvisual.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: relative;
  width: 100%;
}
#top h2 {
  max-width: 280px;
  position: absolute;
  top: 100px;
  left: calc((100% - 600px) / 5);
}
#top h2 img {
  width: 100%;
}
#top .container {
  display: flex;
  align-items: center;
  padding-bottom: 70px;
  width: 100%;
}
#top .container h1 {
  width: 600px;
  padding-top: 250px;
  margin: 0 auto;
}
#top .container h1 img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #top {
    background-image: none !important;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
  }
  #top .container {
    width: 100%;
    position: relative;
    display: flex;
    margin: 0;
  }
  #top .container h1 {
    width: 100%;
    padding-top: 65px;
  }
  #top .container h1 img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #top {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
  }
  #top .container {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
  }
  #top .container h1 {
    width: 100%;
    padding-top: 10px;
  }
  #top .container h1 img {
    width: 100%;
  }
}

.catch {
  background: #000A45;
}
.catch h3 {
  max-width: 1025px;
  margin: 0 auto;
}
.catch h3 img {
  width: 100%;
  margin: 10px auto;
}

.date h4 {
  max-width: 980px;
  margin: 0 auto;
}
.date h4 img {
  width: 100%;
  margin: 10px auto;
}

/*------------------------------------------------------
  リブの実績
------------------------------------------------------*/
#lib .wrapper {
  background-image: url(../images/bg_ivory.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 10px;
}

#lib .container {
  position: relative;
}

#lib h3 img {
  width: 76%;
  position: absolute;
  top: -135px;
  left: 12%;
}

#lib .triangle {
  max-width: 1025px;
  margin: 0 auto;
  height: 130px;
  position: relative;
}

#lib .triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 0 60px 512px;
}

#lib .triangle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 512px 60px 0;
}

#lib .container {
  background: #fff;
  padding: 40px 50px 10px 50px;
}

#lib .container h1 {
  font-family: serif;
  font-size: 2.1rem;
  line-height: 3rem;
  padding-bottom: 50px;
}

#lib .container h2 {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

#lib .container h2::before,
#lib .container h2::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #7b7c7d;
}

#lib .container h2::before {
  margin-right: 1rem;
}

#lib .container h2::after {
  margin-left: 1rem;
}

#lib .container h4 {
  font-family: serif;
  font-size: 2rem;
  line-height: 2rem;
  padding: 40px 20px 20px;
}

#lib .container ul {
  display: flex;
  justify-content: space-around;
  padding: 40px;
}

#lib .container .award_wrap {
  padding-bottom: 30px;
}

#lib .container .award_wrap li {
  width: 45%;
}

#lib .container .award_wrap img {
  width: 100%;
}

#lib .container .record_wrap .yamato {
  width: 250px;
}

#lib .container .record_wrap .nagamorikensetsu {
  width: 300px;
}

@media screen and (max-width: 800px) {
  #lib .wrapper {
    background-image: url(../images/bg_ivory.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 10px;
  }
  #lib .container {
    position: relative;
  }
  #lib .triangle {
    max-width: 1025px;
    margin: 0 auto;
    height: 90px;
    position: relative;
  }
  #lib .triangle::before {
    border-width: 0 0 50px 400px;
  }
  #lib .triangle::after {
    border-width: 0 400px 50px 0;
  }
  #lib .container {
    background: #fff;
    padding: 40px 50px 10px 50px;
  }
  #lib .container h1 {
    font-family: serif;
    font-size: 1.8rem;
    line-height: 3rem;
    padding-bottom: 50px;
  }
  #lib .container h2 {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
  }
  #lib .container h2::before,
  #lib .container h2::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #7b7c7d;
  }
  #lib .container h2::before {
    margin-right: 1rem;
  }
  #lib .container h2::after {
    margin-left: 1rem;
  }
  #lib .container h4 {
    font-family: serif;
    font-size: 2rem;
    line-height: 2rem;
    padding: 40px 20px 20px;
  }
  #lib .container ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
  }
  #lib .container .award_wrap {
    padding-bottom: 30px;
  }
  #lib .container .award_wrap li {
    width: 49%;
    margin-top: 20px;
  }
  #lib .container .award_wrap img {
    width: 100%;
  }
  #lib .container .record_wrap .yamato {
    width: 250px;
  }
  #lib .container .record_wrap .nagamorikensetsu {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  #lib .triangle {
    max-width: 480px;
    height: 70px;
  }
  #lib .triangle::before {
    border-width: 0 0 50px 300px;
  }
  #lib .triangle::after {
    border-width: 0 300px 50px 0;
  }
  #lib .container {
    padding: 10px;
  }
  #lib .container h1 {
    font-size: 1.1rem;
    line-height: 1.6rem;
    padding-bottom: 20px;
    text-align: center;
  }
  #lib .container h2 {
    font-size: 1rem;
  }
  #lib .container h4 {
    font-family: serif;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 20px 20px 10px;
  }
  #lib .container ul {
    display: block;
    padding: 20px;
  }
  #lib .container .award_wrap {
    padding-bottom: 0;
  }
  #lib .container .award_wrap li {
    width: 100%;
  }
  #lib .container .award_wrap img {
    width: 90%;
    padding-bottom: 10px;
  }
}
/*------------------------------------------------------
  メッセージ
------------------------------------------------------*/
#message {
  padding: 50px 0 50px 0;
  background-image: url(../images/bg_message.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
#message .container {
  max-width: 800px;
}
#message .container .sheet {
  font-family: serif;
  font-size: 1.1rem;
  line-height: 2rem;
  width: 100%;
  background: linear-gradient(#fff, #EFEFEF);
  padding: 50px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  #message .container .sheet {
    font-family: serif;
    font-size: 1rem;
    line-height: 1.6rem;
    width: 100%;
    margin: 0 0;
    background: #fff;
    padding: 10px 1em;
    text-align: justify;
  }
}

#outline .title {
  background: #16160e;
  color: #fff;
  padding: 10px;
}
#outline .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
}
#outline .container .outline_wrap {
  border-collapse: collapse;
  margin: 50px auto 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#outline .container .outline_wrap tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 0.35em;
}
#outline .container .outline_wrap tr th, #outline .container .outline_wrap tr td {
  line-height: 1.5rem;
  vertical-align: middle;
  padding: 1rem 10px 1rem 1rem;
}
#outline .container .outline_wrap tr th {
  background: #f7f6f5;
  width: 15%;
  text-align: center;
  font-size: 0.85rem;
}
#outline .container .outline_wrap tr td {
  background: #fff;
  width: 85%;
}
#outline .container .outline_wrap tr td .part {
  width: 90%;
  margin: 0 auto;
  background: #3E5686;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
#outline .container .outline_wrap tr td .part ul {
  width: 49%;
}
#outline .container .outline_wrap tr td .part li:nth-child(odd) {
  background: #526ea2;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0 10px;
  margin-right: 10px;
}
#outline .container .outline_wrap tr td .part li:nth-child(2) {
  margin-right: 1.5rem;
}
#outline .container .outline_wrap tr td .schedule {
  display: inline-block;
  width: 90%;
  font-size: 1.15rem;
  line-height: 2.5em;
  padding: 4px;
}
#outline .container .outline_wrap tr td .schedule li:first-child {
  border-bottom: 1px solid #363636;
}
#outline .container .outline_wrap tr td .price_title {
  width: 90%;
  font-size: 1.2rem;
  margin: 0 auto;
  color: #fff;
  padding: 4px;
  margin-bottom: 5px;
}
#outline .container .outline_wrap tr td .special02 {
  background: #a48b78;
  margin-top: 1rem;
}
#outline .container .outline_wrap tr td .regular {
  background: rgb(114, 114, 114);
}
#outline .container .outline_wrap tr td .price_list {
  margin: 0 auto 1rem auto;
  width: 90%;
}
#outline .container .outline_wrap tr td .price_list .price {
  border: none;
  width: 100%;
}
#outline .container .outline_wrap tr td .price_list .price th, #outline .container .outline_wrap tr td .price_list .price td {
  font-size: 1.1rem;
  vertical-align: middle;
  padding: 10px 0;
  line-height: 1.5rem;
}
#outline .container .outline_wrap tr td .price_list .price th {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  width: 100%;
  background: #727272;
}
#outline .container .outline_wrap tr td .price_list .price td {
  width: 80%;
  background: #f7f6f5;
}
#outline .container .outline_wrap tr td .price_list:nth-of-type(2) {
  margin-bottom: 0;
}
#outline .container .outline_wrap tr .notice {
  padding-top: 1em;
}
#outline .container .outline_wrap tr .oneday {
  margin: 1.5em 0 0.5em;
}
#outline .container .outline_wrap tr .blue {
  color: #00608d;
}
#outline .container .outline_wrap tr .fas {
  color: #666;
  padding-right: 5px;
}
#outline .container .outline_wrap tr .bigger {
  font-size: 1.2rem;
  line-height: 1.5em;
  padding-bottom: 5px;
}
#outline .container .outline_wrap tr .small {
  font-size: 0.8rem;
  line-height: 0.5rem;
}
#outline .container .outline_wrap tr a {
  text-decoration: underline;
}
#outline .container .outline_wrap tr .material-icons {
  color: rgb(190, 189, 189);
  position: relative;
  top: 7px;
}
@media screen and (max-width: 428px) {
  #outline .container {
    max-width: 428px;
    margin: 0 auto;
    padding: 1rem;
  }
  #outline .container .outline_wrap {
    border-collapse: collapse;
    margin: 10px auto 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  #outline .container .outline_wrap tr {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 0.35em;
  }
  #outline .container .outline_wrap tr th, #outline .container .outline_wrap tr td {
    display: block;
    line-height: 1.5rem;
    padding: 1rem 10px 1rem 1rem;
  }
  #outline .container .outline_wrap tr th {
    background: #f7f6f5;
    width: 100%;
    text-align: center;
    font-size: 0.85rem;
  }
  #outline .container .outline_wrap tr td {
    background: #fff;
    width: 100%;
  }
  #outline .container .outline_wrap tr td .part {
    width: 100%;
    background: #fff;
    color: #3E5686;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
  }
  #outline .container .outline_wrap tr td .part li {
    display: block;
    width: 100%;
    line-height: 3em;
  }
  #outline .container .outline_wrap tr td .part li:nth-child(odd) {
    background: #526ea2;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0 10px;
    margin-right: 0px;
  }
  #outline .container .outline_wrap tr td .part li:nth-child(even) {
    background: #eee;
  }
  #outline .container .outline_wrap tr td .part li:nth-child(2) {
    margin-right: 0;
  }
  #outline .container .outline_wrap tr td .schedule {
    display: inline-block;
    width: 90%;
    font-size: 1.15rem;
    line-height: 1.2em;
    padding: 10px 0;
  }
  #outline .container .outline_wrap tr td .schedule li {
    padding: 10px 0;
  }
  #outline .container .outline_wrap tr td .schedule li:first-child {
    border-bottom: 1px solid #363636;
  }
  #outline .container .outline_wrap tr td .price_title {
    width: 100%;
    font-size: 1.2rem;
    margin: 0 auto;
    color: #fff;
    padding: 4px;
    margin-bottom: 5px;
  }
  #outline .container .outline_wrap tr td .special02 {
    background: #a48b78;
    margin-top: 1rem;
  }
  #outline .container .outline_wrap tr td .regular {
    background: rgb(114, 114, 114);
  }
  #outline .container .outline_wrap tr td .price_list {
    margin: 0 auto 1rem auto;
    width: 100%;
  }
  #outline .container .outline_wrap tr td .price_list .price {
    border: none;
  }
  #outline .container .outline_wrap tr td .price_list .price th, #outline .container .outline_wrap tr td .price_list .price td {
    font-size: 1.1rem;
    vertical-align: middle;
    padding: 10px 0;
    line-height: 1.5rem;
  }
  #outline .container .outline_wrap tr td .price_list .price th {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #727272;
  }
  #outline .container .outline_wrap tr td .price_list .price td {
    width: 100%;
    background: #f7f6f5;
  }
  #outline .container .outline_wrap tr td .price_list:nth-of-type(2) {
    margin-bottom: 0;
  }
  #outline .container .outline_wrap tr .oneday {
    margin: 1.5em 0 0.5em;
  }
  #outline .container .outline_wrap tr .blue {
    color: #00608d;
  }
  #outline .container .outline_wrap tr .fas {
    color: #666;
    padding-right: 5px;
  }
  #outline .container .outline_wrap tr .bigger {
    font-size: 1.2rem;
    line-height: 1.5em;
    padding-bottom: 5px;
  }
  #outline .container .outline_wrap tr .small {
    font-size: 0.8rem;
    line-height: 0.5rem;
  }
  #outline .container .outline_wrap tr a {
    text-decoration: underline;
  }
  #outline .container .outline_wrap tr .material-icons {
    color: rgb(190, 189, 189);
    position: relative;
    top: 7px;
  }
}