@charset "UTF-8";
/* 
  関数
*/
/* underpages */
/* contact*/
/*$fc-black:#707070;
$bc-black:#707070;*/
/* about */
/* service */
/* toppage */
/*$content-bgc:#f6f8fa;*/
/* 
  関数  end
*/
.spacer {
  height: 20px;
  width: 1px;
}

.hello {
  /* 幅指定 */
  width: 100%;
  /* 余白 */
  margin-top: 10vh;
}
.hello .block-01 {
  width: 100%;
}
.hello .block-01 img {
  /* 画像の縦横比を崩さないため */
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hello .block-02 {
  width: 100%;
}
.hello .block-02 img {
  /* 画像の縦横比を崩さないため */
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 650px) {
  .block-02 {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .block-01 {
    display: none;
  }
}
/* ここから下に記入してね */
.first-contact {
  /*余白*/
  padding-left: 25px;
  padding-right: 25px;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-around;
  /*背景色*/
  background: #FFFEF5;
}
.first-contact .block__text {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
  /*背景色*/
  background: #FFFEF5;
  /* 余白 */
  padding-top: 40px;
  padding-bottom: 40px;
}
.first-contact .block__text h2 {
  /* 余白 */
  padding-bottom: 15px;
  /*配置*/
  text-align: center;
  /* 文字*/
  font: normal normal normal 24px/61px Hiragino Sans;
  /* 文字間隔 */
  letter-spacing: 0px;
  /**/
  font-weight: bold;
  /* 文字色 */
  color: #EC7677;
  /**/
  opacity: 1;
}
.first-contact .block__text p {
  /*配置*/
  text-align: center;
  /* 文字*/
  font: normal normal normal 18px/37px Hiragino Sans;
  /* 文字間隔 */
  letter-spacing: 0px;
  /* 文字色 */
  color: #281705;
  /**/
  opacity: 1;
}
.first-contact .block__img {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
  /* 高さ・幅 */
  max-width: 430px;
  width: 100%;
  /*height: 97.5px;*/
  /* 余白 */
  padding-top: 60px;
  padding-bottom: 40px;
}
.first-contact .block__img img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* スマホのとき */
@media screen and (max-width: 1000px) {
  .first-contact {
    /* 子要素をflexboxに */
    display: flex;
    /* 子要素を縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    /*余白*/
    padding-left: 15px;
    padding-right: 15px;
  }
  .first-contact .block__text {
    padding-bottom: 20px;
  }
  .first-contact .block__text h2 {
    font: normal normal normal 20px Hiragino Sans;
    font-weight: bold;
  }
  .first-contact .block__text p {
    font: normal normal normal 16px Hiragino Sans;
  }
  .first-contact .block__img {
    padding-top: 10px;
    padding-bottom: 20px;
    /* 高さ・幅 */
    max-width: 430px;
    width: 100%;
  }
}
.main-title {
  /*padding-left: 10vw;
  padding-right: 10vw;*/
  padding-left: 15px;
  padding-right: 15px;
  /* 余白 */
  padding-top: 100px;
  padding-bottom: 20px;
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
}
.main-title .block__title {
  /* 高さ・幅 */
  width: 357px;
  height: 88px;
  /*余白*/
  margin: auto;
  /* 余白 */
  padding-bottom: 15px;
}
.main-title .block__title img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-title .block {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-between;
  /*余白
  padding-right: 15px;
  padding-left: 15px;*/
  /* 余白 */
  padding-top: 60px;
  padding-bottom: 40px;
  /* 幅 */
  max-width: 1000px;
}
.main-title .block .block__text {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
  /* 高さ・幅 */
  width: 550px;
  /*height: 244px;*/
}
.main-title .block .block__text h2 {
  /*配置*/
  text-align: center;
  /* 文字サイズ*/
  font-size: 20px;
  /* 文字間隔 */
  letter-spacing: 0.025em;
  /*配置*/
  text-align: left;
  /*文字色*/
  color: #FFFFFF;
  /*背景色*/
  background-color: #F8F8F8;
  /* 高さ・幅 
  width: 480px;
  height: 115px;*/
  /* 余白 */
  padding: 25px;
  background: linear-gradient(to right, #3E98E5, #19CB6B);
  /* 行間 */
  line-height: 1.5;
}
.main-title .block .block__text h2 span {
  /* 文字サイズ*/
  font-size: 24px;
}
.main-title .block .block__text p {
  /* 余白 */
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  /* 文字サイズ */
  font-size: 16px;
  /* 行間 */
  line-height: 1.5;
  /* 文字間隔 */
  letter-spacing: 0.05em;
  /* 高さ・幅 
  width: 550px;*/
}
.main-title .block .block__img {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  /* 高さ・幅 */
  width: 375px;
  height: 330px;
  /* 余白 
  padding-top: 60px;
  padding-bottom: 40px;*/
  /* 余白 */
  padding-right: 10px;
  padding-left: 10px;
}
.main-title .block .block__img img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-title-sp {
  padding-left: 15px;
  padding-right: 15px;
  /* 余白 */
  padding-top: 100px;
  padding-bottom: 20px;
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
}
.main-title-sp .block__title {
  /* 高さ・幅 */
  max-width: 400px;
  width: 70%;
  /* 余白 */
  padding-bottom: 40px;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
  /* 子要素を左右方向に中央に配置 */
  align-items: center;
}
.main-title-sp .block__title img {
  /* 画像の縦横比を崩さないため */
  width: 100%;
  /*height: 100%;*/
  -o-object-fit: cover;
     object-fit: cover;
}
.main-title-sp .block {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  /* 高さ・幅 */
  max-width: 500px;
}
.main-title-sp .block h2 {
  /* 文字サイズ*/
  font-size: 16px;
  /* 文字間隔 */
  letter-spacing: 0px;
  /*配置*/
  text-align: left;
  /* 行間 */
  line-height: 1.5;
  /*文字色*/
  color: #FFFFFF;
  /*背景色*/
  background-color: #F8F8F8;
  /* 余白 */
  padding: 15px;
  background: linear-gradient(to right, #3E98E5, #19CB6B);
  /* 幅 */
  width: 100%;
  box-sizing: border-box;
}
.main-title-sp .block h2 span {
  /* 文字サイズ*/
  font-size: 20px;
}
.main-title-sp .block p {
  /* 文字サイズ */
  font-size: 16px;
  /* 行間 */
  line-height: 1.75;
  /* 文字間隔 */
  letter-spacing: 0.05em;
}
.main-title-sp .block .block__img {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
  /* 高さ・幅 */
  width: 100%;
  /* 余白 */
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-title-sp .block .block__img img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*スマホの時*/
@media screen and (max-width: 979px) {
  .main-title {
    display: none;
  }
}
/*PCの時*/
@media screen and (min-width: 980px) {
  .main-title-sp {
    display: none;
  }
}
.recommend {
  /* 余白 */
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
}
.recommend .block__title {
  /* 高さ・幅 */
  height: 88px;
  /*余白*/
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
  /* 子要素を左右方向に中央に配置 */
  align-items: center;
  /* 余白 */
  padding-bottom: 15px;
}
.recommend .block__title img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend .block {
  /*背景色*/
  background: #FDFFEB;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-around;
  /*配置*/
  margin: 40px auto;
  /* 余白 */
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1000px;
  box-sizing: border-box;
}
.recommend .block .block__img {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
  width: 200px;
  /* 余白 */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.recommend .block .block__img img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend-sp {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
  /* 子要素を左右方向に中央に配置 */
  align-items: center;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.recommend-sp .block__title {
  /* 高さ・幅 */
  width: 70%;
  /*余白*/
  margin: auto;
  /* 余白 */
  padding-bottom: 15px;
}
.recommend-sp .block__title img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend-sp .block {
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FDFFEB;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
  /* 子要素を左右方向に中央に配置 */
  align-items: center;
}
.recommend-sp .block .block__img {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
  width: 60%;
  min-width: 250px;
  padding-bottom: 10px;
}
.recommend-sp .block .block__img img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*スマホの時*/
@media screen and (max-width: 650px) {
  .recommend {
    display: none;
  }
}
/*PCの時*/
@media screen and (min-width: 649px) {
  .recommend-sp {
    display: none;
  }
}
.reason {
  padding-left: 30px;
  padding-right: 30px;
  /*背景色*/
  background: #FEF3D8;
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  /* 余白 */
  padding-top: 80px;
  padding-bottom: 80px;
}
.reason .block__maim-title {
  /* 高さ・幅 */
  height: 88px;
  /*余白*/
  margin: auto;
  /* 余白 */
  padding-bottom: 15px;
}
.reason .block__maim-title img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason .block__reason {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
  /*余白*/
  margin-top: 40PX;
  margin-right: 15px;
  margin-left: 15px;
  max-width: 1000px;
}
.reason .block__reason img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason .line {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
  /* 余白 */
  padding-top: 30px;
  padding-bottom: 60px;
  margin-right: 15px;
  margin-left: 15px;
  max-width: 1000px;
}
.reason .line img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason .block {
  width: 700px;
  height: 300px;
  border-radius: 20px;
  /*背景色*/
  background: #FFFFFF;
  /**/
  position: relative;
  margin: 10px auto;
}
.reason .block .block__img {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
  /*余白*/
}
.reason .block .block__img img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason .block .block__text {
  padding: 10px;
  top: 0px;
  right: 0px;
  /**/
  position: absolute;
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-between;
  /* 高さ・幅 */
  width: 70%;
  height: 100%;
}
.reason .block .block__text p {
  padding: 10px 15px 10px 25px;
  /* 行間 */
  line-height: 1.25;
}
.reason .block .block__text .block__title {
  padding: 15px 0px 10px 0px;
  /*余白*/
  margin: auto;
  /* 高さ・幅 */
  height: 88px;
  /* 子要素をflexboxに */
  display: flex;
  /*文字色*/
  color: #ED7A70;
}
.reason .block .block__text .block__title .title__number {
  /*余白*/
  margin-right: 10px;
  /* 子要素をflexboxに */
  display: flex;
  /*文字サイズ*/
  font-size: 55px;
  /*文字の太さ*/
  font-weight: bold;
}
.reason .block .block__text .block__title .title__text {
  /* 子要素をflexboxに */
  display: flex;
  /*文字サイズ*/
  font-size: 30px;
  /* 行間 */
  line-height: 1.25;
}
.reason .block2 {
  width: 700px;
  height: 300px;
  border-radius: 20px;
  /*背景色*/
  background: #FFFFFF;
  /**/
  position: relative;
  margin: 10px auto;
}
.reason .block2 .block__img {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる*/
  flex-direction: column;
}
.reason .block2 .block__img img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason .block2 .block__text {
  padding: 10px;
  top: 0px;
  left: 0px;
  /**/
  position: absolute;
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-between;
  /* 高さ・幅 */
  width: 70%;
  height: 100%;
}
.reason .block2 .block__text p {
  padding: 10px 25px 10px 15px;
  /* 行間 */
  line-height: 1.25;
}
.reason .block2 .block__text .block__title {
  padding: 15px 0px 10px 0px;
  /* 高さ・幅 */
  height: 88px;
  /* 子要素をflexboxに */
  display: flex;
  /*文字色*/
  color: #ED7A70;
}
.reason .block2 .block__text .block__title .title__number {
  /*余白*/
  margin-right: 10px;
  /* 子要素をflexboxに */
  display: flex;
  /*文字サイズ*/
  font-size: 55px;
  /*文字の太さ*/
  font-weight: bold;
}
.reason .block2 .block__text .block__title .title__text {
  /* 子要素をflexboxに */
  display: flex;
  /*文字サイズ*/
  font-size: 30px;
  /* 行間 */
  line-height: 1.25;
}

.reason-sp {
  /*背景色*/
  background-color: #FEF3D8;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
  /* 子要素を左右方向に中央に配置 */
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.reason-sp .block__maim-title {
  /* 高さ・幅 */
  width: 70%;
  /*余白*/
  margin: auto;
  /* 余白 */
  padding-bottom: 30px;
}
.reason-sp .block__maim-title img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-sp .block__reason1 {
  /* 高さ・幅 */
  width: 60%;
  /*余白*/
  margin: auto;
  /* 余白 */
  padding-bottom: 15px;
}
.reason-sp .block__reason1 img {
  /* 画像の縦横比を崩さないため */
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-sp .block__reason2 {
  /* 高さ・幅 */
  width: 60%;
  /*余白*/
  margin: auto;
  /* 余白 */
  padding-bottom: 15px;
}
.reason-sp .block__reason2 img {
  /* 画像の縦横比を崩さないため */
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-sp .line {
  /* 高さ・幅 */
  width: 70%;
  /*余白*/
  margin: auto;
  /* 余白 */
  padding-top: 15px;
  padding-bottom: 30px;
}
.reason-sp .line img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-sp .block {
  /*文字色*/
  border-radius: 10px;
  /*背景色*/
  background-color: #FFFFFF;
  /*余白*/
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}
.reason-sp .block .block__title {
  display: flex;
  color: #ED7A70;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: row;
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
  /* 子要素を左右方向に中央に配置 
  align-items: center;*/
}
.reason-sp .block .block__title .title__number {
  margin-right: 10px;
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
}
.reason-sp .block .block__title .title__text {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.reason-sp .block .block__img {
  padding-bottom: 15px;
  height: 200px;
}
.reason-sp .block .block__img img {
  /* 画像の縦横比を崩さないため */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-sp .block .block__text p {
  font: normal normal normal 14px Hiragino Sans;
  line-height: 1.25;
}

/*スマホの時*/
@media screen and (max-width: 799px) {
  .reason {
    display: none;
  }
}
/*PCの時*/
@media screen and (min-width: 800px) {
  .reason-sp {
    display: none;
  }
}
.secound-contact {
  /*余白*/
  padding-left: 10vw;
  padding-right: 10vw;
  /* 子要素をflexboxに */
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-between;
}
.secound-contact .block__text {
  /* 子要素をflexboxに */
  /* 子要素を縦に並べる*/
  flex-direction: column;
  /* 余白 */
  padding-top: 40px;
  padding-bottom: 10px;
}
.secound-contact .block__text h2 {
  /*配置*/
  text-align: center;
  /* 文字*/
  font: normal normal normal 36px/55px Hiragino Sans;
  /* 文字間隔 */
  letter-spacing: 0px;
  /**/
  font-weight: bold;
  /* 文字色 */
  color: #EC7677;
  /**/
  opacity: 1;
}
.secound-contact .block__text p {
  /*配置*/
  text-align: center;
  /* 文字*/
  font: normal normal normal 18px/37px Hiragino Sans;
  /* 文字間隔 */
  letter-spacing: 0px;
  /* 文字色 */
  color: #281705;
  /**/
  opacity: 1;
}
.secound-contact .block__img {
  /* 子要素を縦に並べる*/
  flex-direction: column;
  /* 高さ・幅 */
  width: 558px;
  height: 126px;
  /* 余白 */
  padding-top: 10px;
  padding-bottom: 40px;
  margin: auto;
}
.secound-contact .block__img img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* スマホのとき */
@media screen and (max-width: 650px) {
  .secound-contact {
    padding-left: 15px;
    padding-right: 15px;
  }
  .secound-contact .block__text h2 {
    font: normal normal normal 20px Hiragino Sans;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .secound-contact .block__text p {
    font: normal normal normal 16px Hiragino Sans;
  }
  .secound-contact .block__img {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.course {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  /*余白*/
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
  /*背景色*/
  background: #E0F0FF;
}
.course .block__title {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
  /* 子要素を左右方向に中央に配置 */
  align-items: center;
  /* 高さ・幅 */
  height: 88px;
  /*余白*/
  /* 余白 */
  padding-bottom: 50px;
}
.course .block__title img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course .block {
  /*margin: auto 8vw;*/
  display: flex;
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-around;
  max-width: 1000px;
  width: 100%;
}
.course .block .block1 {
  position: relative;
  /*背景色*/
  /* 高さ・幅 */
  max-width: 380px;
  width: 50%;
  height: 300px;
  margin-right: 10px;
  margin-left: 10px;
}
.course .block .block1 .period {
  font-weight: bold;
}
.course .block .block1 .month {
  font-weight: bold;
  color: #3E98E5;
}
.course .block .block1 h2 {
  z-index: 1;
  position: absolute;
  /*配置*/
  text-align: center;
  /* 文字サイズ*/
  font-size: 20px;
  /* 文字間隔 */
  letter-spacing: 0px;
  /*配置*/
  text-align: left;
  /*文字色*/
  color: #FFFFFF;
  /* 高さ・幅 */
  width: 100px;
  /* 余白 */
  margin-left: 20px;
  padding: 15px 25px;
  background: linear-gradient(to right, #3E98E5, #19CB6B);
  line-height: 1.25;
}
.course .block .block1 h2 span {
  /* 文字サイズ*/
  font-size: 24px;
}
.course .block .block1 .block__text {
  position: absolute;
  padding: 40px 30px;
  /*背景色*/
  background-color: #F8F8F8;
  top: 25px;
  border-radius: 10px;
  line-height: 1.25;
  /* 文字間隔 */
  letter-spacing: 0.025em;
}
.course .block .block1 .block__text p {
  margin: 10px 5px;
}
.course .block .block2 {
  position: relative;
  /*背景色*/
  /* 高さ・幅 */
  max-width: 380px;
  width: 50%;
  height: 300px;
  margin-right: 10px;
  margin-left: 10px;
}
.course .block .block2 .period {
  font-weight: bold;
}
.course .block .block2 .month {
  font-weight: bold;
  color: #3E98E5;
}
.course .block .block2 h2 {
  z-index: 1;
  position: absolute;
  /*配置*/
  text-align: center;
  /* 文字サイズ*/
  font-size: 20px;
  /* 文字間隔 */
  letter-spacing: 0px;
  /*配置*/
  text-align: left;
  /*文字色*/
  color: #FFFFFF;
  /* 高さ・幅 */
  width: 180px;
  /* 余白 */
  margin-left: 20px;
  padding: 15px 25px;
  background: linear-gradient(to right, #3E98E5, #19CB6B);
  line-height: 1.25;
}
.course .block .block2 h2 span {
  /* 文字サイズ*/
  font-size: 24px;
}
.course .block .block2 .block__text {
  position: absolute;
  padding: 40px 30px;
  /*背景色*/
  background-color: #F8F8F8;
  top: 25px;
  border-radius: 10px;
  line-height: 1.25;
  /* 文字間隔 */
  letter-spacing: 0.025em;
}
.course .block .block2 .block__text p {
  margin: 10px 5px;
  line-height: 1.25;
  /* 文字間隔 */
  letter-spacing: 0.025em;
}

/*スマホの時*/
@media screen and (max-width: 860px) {
  .course {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
  }
  .course .block__title {
    /* 高さ・幅 */
    width: 90%;
    max-width: 500px;
    height: auto;
    /*余白*/
    margin: auto;
    /* 余白 */
    margin-bottom: 20px;
  }
  .course .block__title img {
    /* 画像の縦横比を崩さないため */
    /*height: 100%;*/
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .course .block {
    display: flex;
    /* 子要素を横に並べる */
    flex-direction: column;
    /* 子要素を左右に両端配置*/
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .course .block .block1 {
    position: relative;
    /*背景色*/
    /* 高さ・幅 */
    line-height: 1.25;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .course .block .block1 .period {
    font-weight: bold;
  }
  .course .block .block1 .month {
    font-weight: bold;
    color: #3E98E5;
  }
  .course .block .block1 h2 {
    z-index: 1;
    position: absolute;
    /*配置*/
    text-align: center;
    /* 文字サイズ*/
    font-size: 20px;
    /* 文字間隔 */
    letter-spacing: 0px;
    /*配置*/
    text-align: left;
    /*文字色*/
    color: #FFFFFF;
    /* 高さ・幅 */
    width: 100px;
    /* 余白 */
    margin-left: 16px;
    padding: 10px 20px;
    background: linear-gradient(to right, #3E98E5, #19CB6B);
    line-height: 1.25;
  }
  .course .block .block1 h2 span {
    /* 文字サイズ*/
    font-size: 24px;
  }
  .course .block .block1 .block__text {
    position: absolute;
    padding: 40px 10px;
    /*背景色*/
    background-color: #F8F8F8;
    top: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .course .block .block1 .block__text p {
    margin: 10px 5px;
    font: normal normal normal 14px Hiragino Sans;
    line-height: 1.25;
    letter-spacing: 0.025em;
  }
  .course .block .block2 {
    position: relative;
    /*背景色*/
    /* 高さ・幅 */
    line-height: 1.25;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 40px;
  }
  .course .block .block2 .period {
    font-weight: bold;
  }
  .course .block .block2 .month {
    font-weight: bold;
    color: #3E98E5;
  }
  .course .block .block2 h2 {
    z-index: 1;
    position: absolute;
    /*配置*/
    text-align: center;
    /* 文字サイズ*/
    font-size: 20px;
    /* 文字間隔 */
    letter-spacing: 0px;
    /*配置*/
    text-align: left;
    /*文字色*/
    color: #FFFFFF;
    /* 高さ・幅 */
    width: 180px;
    /* 余白 */
    margin-left: 16px;
    padding: 10px 20px;
    background: linear-gradient(to right, #3E98E5, #19CB6B);
    line-height: 1.25;
  }
  .course .block .block2 h2 span {
    /* 文字サイズ*/
    font-size: 24px;
  }
  .course .block .block2 .block__text {
    position: absolute;
    padding: 40px 10px;
    /*背景色*/
    background-color: #F8F8F8;
    top: 60px;
    border-radius: 10px;
  }
  .course .block .block2 .block__text p {
    margin: 10px 5px;
    font: normal normal normal 14px Hiragino Sans;
    line-height: 1.25;
  }
}
.support {
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
  /* 子要素を左右方向に中央に配置 */
  align-items: center;
  /* 余白 */
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 10vw;
  padding-right: 10vw;
  line-height: 1.5;
  /* 文字間隔 */
  letter-spacing: 0.025em;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-between;
}
.support .block__title {
  /* 高さ・幅 */
  height: 88px;
  /*余白*/
  margin: auto;
  /* 余白 */
  padding-bottom: 50px;
}
.support .block__title img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support .block {
  /*背景色*/
  background: #FDFFEB;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  flex-direction: column;
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
  /* 子要素を左右方向に中央に配置 */
  align-items: center;
  /*幅*/
  width: 100%;
  /*余白*/
  padding: 30px 0px;
}
.support .line {
  /* 余白 */
  padding-top: 20px;
  padding-bottom: 20px;
  /*幅*/
  max-width: 800px;
  width: 80%;
}
.support .line img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support h4 {
  /*文字色*/
  color: #ED7A70;
  /*文字の太さ*/
  font-weight: bold;
  /*文字サイズ*/
  font-size: 18px;
}
.support .min_box {
  display: flex;
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /*余白*/
  margin: 0 20px;
}
.support .min_box .block__img {
  margin-bottom: 20px;
  /* 子要素をflexboxに */
  display: flex;
  /*幅*/
  width: 20px;
  height: 20px;
}
.support .min_box .block__img img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.support .min_box .block__text {
  margin-bottom: 20px;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を縦に並べる */
  /* 子要素を上下方向に中央に配置 */
  justify-content: center;
}
.support .min_box p {
  text-align: left;
  /*余白*/
  margin-left: 10px;
}
.support .min_box p span {
  font-weight: bold;
}
.support .period {
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .support {
    /* 子要素をflexboxに */
    display: flex;
    /* 子要素を縦に並べる */
    flex-direction: column;
    /* 子要素を上下方向に中央に配置 */
    justify-content: center;
    /* 子要素を左右方向に中央に配置 */
    align-items: center;
    /* 余白 */
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    /* 子要素をflexboxに */
    display: flex;
    /* 子要素を横に並べる */
    flex-direction: row;
    /* 折り返す */
    flex-wrap: wrap;
    /* 子要素を左右に両端配置*/
    justify-content: space-between;
  }
  .support .block__title {
    /* 高さ・幅 */
    height: 88px;
    /*余白*/
    margin: auto;
    /* 余白 */
    padding-bottom: 50px;
  }
  .support .block__title img {
    /* 画像の縦横比を崩さないため */
    /*height: 100%;*/
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .support .block {
    /*背景色*/
    background: #FDFFEB;
    /* 子要素をflexboxに */
    display: flex;
    /* 子要素を縦に並べる */
    flex-direction: column;
    /* 子要素を上下方向に中央に配置 */
    justify-content: center;
    /* 子要素を左右方向に中央に配置 */
    align-items: center;
    /*幅*/
    width: 100%;
    /*余白*/
    padding: 30px 0px;
    line-height: 1.5;
    /* 文字間隔 */
    letter-spacing: 0.025em;
  }
  .support .line {
    /* 余白 */
    padding-top: 20px;
    padding-bottom: 20px;
    /*幅*/
    max-width: 800px;
    width: 80%;
  }
  .support .line img {
    /* 画像の縦横比を崩さないため */
    /*height: 100%;*/
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .support h4 {
    /*文字色*/
    color: #ED7A70;
    /*文字の太さ*/
    font-weight: bold;
    /*文字サイズ*/
    font-size: 18px;
  }
  .support .min_box {
    display: flex;
    /* 子要素を横に並べる */
    flex-direction: row;
    /* 折り返す */
    flex-wrap: wrap;
    /*余白*/
    margin: 0 20px;
  }
  .support .min_box .block__img {
    margin-bottom: 20px;
    /* 子要素をflexboxに */
    display: flex;
    /*幅*/
    width: 20px;
    height: 20px;
  }
  .support .min_box .block__img img {
    /* 画像の縦横比を崩さないため */
    /*height: 100%;*/
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .support .min_box .block__text {
    margin-bottom: 20px;
    /* 子要素をflexboxに */
    display: flex;
    /* 子要素を縦に並べる */
    /* 子要素を上下方向に中央に配置 */
    justify-content: center;
  }
  .support .min_box p {
    text-align: left;
    /*余白*/
    margin-left: 10px;
  }
  .support .min_box p span {
    font-weight: bold;
  }
  .support .period {
    padding-left: 30px;
  }
}
/*スマホの時*/
@media screen and (max-width: 970px) {
  .support {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .support .block__title {
    /* 高さ・幅 */
    width: 80%;
    max-width: 350px;
    height: auto;
    /*余白*/
    margin: auto;
    /* 余白 */
    padding-bottom: 15px;
  }
  .support .block__title img {
    /* 画像の縦横比を崩さないため */
    /*height: 100%;*/
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .support .block .line {
    /*幅*/
    width: 80%;
  }
  .support .block .line img {
    /* 画像の縦横比を崩さないため */
    /*height: 100%;*/
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .support .block h4 {
    text-align: center;
    /*文字色*/
    color: #ED7A70;
    /*文字の太さ*/
    font-weight: bold;
    /*文字サイズ*/
    font-size: 16px;
    line-height: 1.5;
    /* 文字間隔 */
    letter-spacing: 0.025em;
    width: 80%;
  }
  .support .block .block__text .min_box {
    display: flex;
    /* 子要素を横に並べる */
    flex-direction: row;
    /* 折り返す */
    flex-wrap: wrap;
  }
  .support .block .block__text .min_box .block__img {
    /*幅*/
    width: 15px;
    height: 15px;
  }
  .support .block .block__text .min_box .block__img img {
    /* 画像の縦横比を崩さないため */
    /*height: 100%;*/
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .support .block .block__text p {
    font-size: 14px;
    text-align: left;
    width: 80%;
    margin-bottom: 10px;
    line-height: 1.5;
    /* 文字間隔 */
    letter-spacing: 0.025em;
  }
  .support .block .block__text p span {
    font-weight: bold;
  }
  .support .period {
    margin-top: 20px;
    font-size: 10px;
  }
}
.qa {
  background-color: #FEF3D8;
  /*余白*/
  padding-left: 10vw;
  padding-right: 10vw;
  /* 子要素をflexboxに */
  display: flex;
  /* 子要素を横に並べる */
  flex-direction: row;
  /* 折り返す */
  flex-wrap: wrap;
  /* 子要素を左右に両端配置*/
  justify-content: space-between;
  /* 余白 */
  padding-top: 80px;
  padding-bottom: 80px;
}
.qa .block__title {
  /* 高さ・幅 */
  height: 88px;
  /*余白*/
  margin: auto;
}
.qa .block__title img {
  /* 画像の縦横比を崩さないため */
  /*height: 100%;*/
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*スマホの時*/
@media screen and (max-width: 650px) {
  .qa {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .qa .block__title {
    /* 高さ・幅 */
    height: auto;
    width: 80%;
    max-width: 400px;
    /*余白*/
    margin: auto;
    /* 余白 */
    padding-bottom: 15px;
  }
  .qa .block__title img {
    /* 画像の縦横比を崩さないため */
    /*height: 100%;*/
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* 消してもいい */
.contact {
  background-color: #fff;
}
.contact .contact-container {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  padding-bottom: 100px;
}
.contact .contact-container .contact-wrapper {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  background-color: white;
}
.contact .contact-container .contact-wrapper .contact-title {
  /*padding-top: 40px;*/
  /*padding-bottom: 20px;*/
  width: 450px;
}
.contact .contact-container .contact-wrapper .contact-title h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4;
}
.contact .contact-container .contact-wrapper .contact-title h3 span {
  display: inline-block;
}
.contact .contact-container .contact-wrapper .contact-title p {
  font-size: 15px;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact .contact-container .contact-wrapper .line_btn-container {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  width: 400px;
  height: 120px;
  background-color: #F8F8F8;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact .contact-container .contact-wrapper .line_btn-container .line_text {
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contact .contact-container .contact-wrapper .line_btn-container .line_btn {
  padding-top: 10px;
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 */
  justify-content: center;
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
}
.contact .contact-container .contact-wrapper .line_btn-container .line_btn .line-img {
  width: 120px;
}
.contact .contact-container .contact-wrapper .line_btn-container .line_btn .line-img img {
  /* 縦横比を崩さないために */
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .contact-container .contact-wrapper .form-container {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 
        justify-content: center;*/
  /* 子要素を垂直方向に中央に配置 
        align-items: center; */
  padding-bottom: 40px;
}
.contact .contact-container .contact-wrapper .form-container .form-item {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  /* 旧Edge対応 */
  /* IE対応 */
}
.contact .contact-container .contact-wrapper .form-container .form-item label {
  padding-bottom: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item label span {
  color: red;
}
.contact .contact-container .contact-wrapper .form-container .form-item #company-name {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #position-name {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #name {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #address {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #email {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #tel {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #sales {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #area {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #industry {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #budget {
  width: 450px;
  height: 30px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item #message {
  width: 450px;
  height: 125px;
  border: 1px solid #ffd6cd;
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 10px;
}
.contact .contact-container .contact-wrapper .form-container .form-item ::-moz-placeholder {
  color: #b3b7b9;
}
.contact .contact-container .contact-wrapper .form-container .form-item ::placeholder {
  color: #b3b7b9;
}
.contact .contact-container .contact-wrapper .form-container .form-item ::-ms-input-placeholder {
  color: #b3b7b9;
}
.contact .contact-container .contact-wrapper .form-container .form-item :-ms-input-placeholder {
  color: #b3b7b9;
}
.contact .contact-container .contact-wrapper .form-container .btn {
  width: 200px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 125px;
  margin-left: 125px;
  color: white;
  border-radius: 10px;
  background-color: black;
}

@media screen and (min-width: 1000px) {
  .contact {
    background-color: #fff;
  }
  .contact .contact-container {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    padding-bottom: 100px;
  }
  .contact .contact-container .contact-wrapper {
    /* グリッドボックスに指定 */
    display: grid;
    /* 高さ指定 */
    grid-template-rows: 100px 340px 120px;
    /* 幅指定 */
    grid-template-columns: 470px 470px;
    background-color: white;
    filter: drop-shadow(0px 0px 5px rgb(239, 239, 239));
    padding: 20px;
  }
  .contact .contact-container .contact-wrapper .contact-title {
    /*padding-top: 40px;*/
    /*padding-bottom: 20px;*/
    /* 高さ指定 */
    grid-row: 1/2;
    /* 幅指定 */
    grid-column: 1/2;
    width: 400px;
  }
  .contact .contact-container .contact-wrapper .contact-title h3 {
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper .contact-title h3 span {
    display: inline-block;
  }
  .contact .contact-container .contact-wrapper .contact-title p {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .line_btn-container {
    /* 高さ指定 */
    grid-row: 3/4;
    /* 幅指定 */
    grid-column: 1/2;
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    width: 400px;
    height: 120px;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .line_btn-container .line_text {
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contact .contact-container .contact-wrapper .line_btn-container .line_btn {
    padding-top: 10px;
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
  }
  .contact .contact-container .contact-wrapper .line_btn-container .line_btn .line-img {
    width: 120px;
  }
  .contact .contact-container .contact-wrapper .line_btn-container .line_btn .line-img img {
    /* 縦横比を崩さないために */
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact-container .contact-wrapper form {
    /* 高さ指定 */
    grid-row: 1/4;
    /* 幅指定 */
    grid-column: 2/3;
    background-color: white;
  }
  .contact .contact-container .contact-wrapper form .form-container {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    padding-bottom: 0;
    padding-left: 0px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item label {
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item label span {
    color: red;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #company-name {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #position-name {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #name {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #address {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #email {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #tel {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #sales {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #area {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #industry {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #budget {
    width: 450px;
    height: 30px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .form-item #message {
    width: 450px;
    height: 125px;
    border: 1px solid #ffd6cd;
    border-radius: 5px;
    padding-left: 10px;
  }
  .contact .contact-container .contact-wrapper form .form-container .btn {
    width: 200px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 125px;
    margin-left: 125px;
    color: white;
    border-radius: 10px;
    background-color: black;
  }
}
@media screen and (max-width: 600px) {
  .contact {
    background-color: #fff;
  }
  .contact .contact-container {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    padding-bottom: 100px;
  }
  .contact .contact-container .contact-wrapper {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    width: 300px;
    background-color: white;
  }
  .contact .contact-container .contact-wrapper .contact-title {
    /*padding-top: 40px;*/
    /*padding-bottom: 20px;*/
    width: 250px;
  }
  .contact .contact-container .contact-wrapper .contact-title h3 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
  }
  .contact .contact-container .contact-wrapper .contact-title h3 span {
    display: inline-block;
  }
  .contact .contact-container .contact-wrapper .contact-title p {
    font-size: 15px;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .line_btn-container {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    width: 250px;
    height: 100px;
    background-color: #F8F8F8;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .line_btn-container .line_text {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contact .contact-container .contact-wrapper .line_btn-container .line_btn {
    padding-top: 5px;
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 */
    justify-content: center;
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
  }
  .contact .contact-container .contact-wrapper .line_btn-container .line_btn .line-img {
    width: 120px;
  }
  .contact .contact-container .contact-wrapper .line_btn-container .line_btn .line-img img {
    /* 縦横比を崩さないために */
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact-container .contact-wrapper .form-container {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 
          justify-content: center;*/
    /* 子要素を垂直方向に中央に配置 
          align-items: center; */
    padding-bottom: 40px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item label {
    padding-bottom: 10px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item label span {
    color: red;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #company-name {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #position-name {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #name {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #address {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #email {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #tel {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #sales {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #area {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #industry {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #budget {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .form-item #message {
    width: 250px;
    height: 25px;
  }
  .contact .contact-container .contact-wrapper .form-container .btn {
    width: 200px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
    margin-left: 25px;
    color: white;
    border-radius: 10px;
    background-color: black;
  }
}/*# sourceMappingURL=toppage.css.map */