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

section {
  padding: 120px 0
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  section {
    padding: 9.375vw 0
  }
}

@media only screen and (max-width: 768px) {
  section {
    padding: 15.625vw 0
  }
}

.sec_catch {
  /* font-size: 48px; */
  font-size: 37px;
  font-weight: 700;
  color: #00343e
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .sec_catch {
    font-size: 3.75vw
  }
}

@media only screen and (max-width: 768px) {
  .sec_catch {
    font-size: 7.72396vw;
    line-height: 1.34328
  }
}

.sec_catch span {
  /* font-size: 56px; */
  font-size: 39px;
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .sec_catch span {
    font-size: 4.375vw
  }
}

@media only screen and (max-width: 768px) {
  .sec_catch span {
    font-size: 9.28646vw
  }
}

.sec_catch+p {
  padding-top: 30px;
  line-height: 1.875
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .sec_catch+p {
    padding-top: 2.34375vw;
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  .sec_catch+p {
    padding-top: 5.20833vw;
    font-size: 3.38542vw;
    letter-spacing: .08em
  }
}

.sec_ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #00343e
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .sec_ttl {
    font-size: 2.5vw
  }
}

@media only screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 6.51042vw
  }
}

#visual {
  position: relative;
  padding: 0
}

#visual .inner {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 0
}

#visual .visual_ttl {
  /* 削除 */
  /* padding-top: 11.71875vw; */
  /* 追加 */
  padding-top: 10.71875vw;
  font-size: 32px;
  /* 追加 */
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #visual .visual_ttl {
    font-size: 2.2vw
  }
}

@media only screen and (max-width: 768px) {
  #visual .visual_ttl {
    padding-top: 18.75vw;
    font-size: 4.16667vw;
    line-height: 1.5
  }
}

/* _subにclass名変更 */
#visual .visual_sub_ttl span {
  display: block;
  padding-top: 20px;
  /* padding-top: 50px; */
  font-size: 48px
}

/* _subにclass名変更 */
@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #visual .visual_sub_ttl span {
    padding-top: 1.5625vw;
    font-size: 3.75vw
  }
}

/* _subにclass名変更 */
@media only screen and (max-width: 768px) {
  #visual .visual_sub_ttl span {
    /* padding-top: 0; */
    font-size: 4.16667vw
  }
}

@media only screen and (max-width: 768px) {
  #visual .visual_logo {
    display: block;
    padding-top: 5.72917vw;
    width: 56.25vw
  }
}

#visual .visual_txt {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.45455;
  text-align: center
}


@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #visual .visual_txt {
    margin-top: 4.6875vw;
    font-size: 1.40625vw
  }
}

@media only screen and (max-width: 768px) {
  #visual .visual_txt {
    margin-top: 23.95833vw;
    font-size: 3.25521vw
  }
}

#visual .visual_txt b {
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #visual .visual_txt b {
    font-size: 1.2vw;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
  #visual .visual_txt b {
    font-size: 3.90625vw
  }
}

#visual .visual_txt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 277px;
  height: 317px;
  /* 削除 */
  /* background: url(../img/top/bg_visual.svg) center center no-repeat; */
  background-size: contain;
  -webkit-transform: translateX(-50%) translateY(-54%);
  transform: translateX(-50%) translateY(-54%);
  z-index: -1
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #visual .visual_txt::after {
    width: 21.64062vw;
    height: 24.76562vw
  }
}

@media only screen and (max-width: 768px) {
  #visual .visual_txt::after {
    width: 47.39583vw;
    height: 54.55729vw
  }
}

#about {
  padding: 60px 0 120px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #about {
    padding: 4.6875vw 0 9.375vw
  }
}

@media only screen and (max-width: 768px) {
  #about {
    padding: 7.8125vw 0 15.625vw
  }
}

#about .about_img {
  position: relative;
  padding-top: 60px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #about .about_img {
    padding-top: 4.6875vw
  }
}

@media only screen and (max-width: 768px) {
  #about .about_img {
    padding-top: 7.8125vw
  }
}

#about .about_img img {
  position: relative;
  left: -10px;
  width: 1090px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #about .about_img img {
    left: -.78125vw
  }
}

@media only screen and (max-width: 768px) {
  #about .about_img img {
    left: 0
  }
}

#about .about_features {
  margin-top: 70px;
  /* 削除 */
  /* padding: 60px 0; */
  /* 追加 */
  padding: 60px 80px;
  /* 削除 */
  /* text-align: center; */
  /* 追加 */
  text-align: start;
  border: 2px solid #006e8c;
  border-radius: 10px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #about .about_features {
    margin-top: 5.46875vw;
    padding: 4.6875vw 1.6875vw;
    border-radius: .78125vw
  }
}

@media only screen and (max-width: 768px) {
  #about .about_features {
    margin-top: 15.625vw;
    padding: 10.41667vw 4.6875vw;
  }
}

#about .about_features h3 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #006e8c
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #about .about_features h3 {
    margin-bottom: 1.875vw;
    /* padding-bottom: 1.5625vw; */
    padding: 0 3.90625vw;
    font-size: 2.5vw
  }
}

@media only screen and (max-width: 768px) {
  #about .about_features h3 {
    margin-bottom: 6.51042vw;
    padding-bottom: 5.20833vw;
    font-size: 5.85938vw
  }
}

#about .about_features h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16px;
  height: 2px;
  /* 削除 */
  /* background-color: #006e8c; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

#about .about_features ol {
  /* 削除 */
  /* display: inline-block; */
  /* 追加 */
  display: grid;
  /* 追加 */
  gap: 20px;
  margin: 0 auto;
  counter-reset: count 0
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #about .about_features ol {
    padding: 0 3.90625vw;
  }
}

#about .about_features ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #about .about_features ol li {
    font-size: 1.5625vw
  }
}

@media only screen and (max-width: 768px) {
  #about .about_features ol li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 3.64583vw
  }
}

#about .about_features ol li::before {
  content: counter(count);
  counter-increment: count 1;
  display: inline-block;
  margin-right: 14px;
  width: 56px;
  height: 56px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background-color: #006e8c;
  color: #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #about .about_features ol li::before {
    margin-right: 1.09375vw;
    width: 4.375vw;
    height: 4.375vw;
    font-size: 1.5625vw;
    line-height: 4.375vw
  }
}

@media only screen and (max-width: 768px) {
  #about .about_features ol li::before {
    margin-right: 1.95312vw;
    width: 10.9375vw;
    height: 10.9375vw;
    font-size: 5.20833vw;
    line-height: 10.9375vw
  }
}

#about .about_features ol li:not(:first-child) {
  padding-top: 18px
}

@media only screen and (max-width: 768px) {
  #about .about_features ol li:not(:first-child) {
    padding-top: 3.90625vw
  }
}

#about .about_features ol li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* 追加 */
  color: #006e8c;
}

#about .about_features ol li span span {
  /* 削除 */
  /* color: #006e8c; */
  /* 追加 */
  color: #4d4d4d;
  /* 追加 */
  font-weight: 400;
  font-size: 18px;
}

#about .movie {
  padding: 60px 0;
  text-align: center;
}

#about .movie h3 {
  position: relative;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #006e8c
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #about .movie h3 {
    font-size: 2.5vw
  }
}

@media only screen and (max-width: 768px) {
  #about .movie h3 {
    font-size: 5.85938vw
  }
}

@media (min-width: 769px) {
  #about .movie .field{
    position: relative;
  }
}

@media (min-width: 769px) {
  #about .movie .field .video_play {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 40%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: black;
    color: #fff;
    font-size: 200px;
    transition: background-color 0.3s;
  }
}

@media (min-width: 769px) {
  #about .movie .field .video_play::before {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    box-sizing: border-box;
    content: "";
  }
}

#interview .interview_img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#desc1 {
  background-color: rgba(225, 225, 225, 0.3)
}

#desc1 .inner {
  text-align: center
}

#desc1 .sec_catch {
  text-align: left
}

#desc1 .sec_catch+p {
  text-align: left
}

#desc1 .desc1_model_ttl {
  display: inline-block;
  width: 530px;
  margin: 60px auto 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #00343e;
  border-radius: 36px;
  background-color: #fff;
  color: #00343e
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_model_ttl {
    width: 41.40625vw;
    margin: 4.6875vw auto 0;
    padding: .78125vw 0;
    font-size: 1.5625vw;
    border-radius: 2.8125vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_model_ttl {
    width: 100%;
    margin: 15.625vw auto 0;
    padding: 2.60417vw 0;
    font-size: 3.64583vw;
    border-radius: 6.51042vw
  }
}

#desc1 .desc1_model_ttl span {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  font-weight: normal
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_model_ttl span {
    padding-top: .78125vw;
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_model_ttl span {
    padding-top: 1.30208vw;
    font-size: 3.125vw
  }
}

#desc1 .desc1_model_img {
  display: inline-block;
  padding-top: 26px
}

#desc1 .desc1_visualization_ttl {
  position: relative;
  display: inline-block;
  margin-top: 100px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  color: #00343e
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_ttl {
    margin-top: 7.8125vw;
    padding-bottom: .78125vw;
    font-size: 2.5vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_ttl {
    margin-top: 13.02083vw;
    padding-bottom: 1.30208vw;
    font-size: 5.85938vw;
    line-height: 1.33333
  }
}

#desc1 .desc1_visualization_ttl::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00343e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

#desc1 .desc1_visualization_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 7.8125vw
  }
}

#desc1 .desc1_visualization_list li {
  width: 200px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(69, 98, 105, 0.1);
  box-shadow: 2px 2px 4px 0px rgba(69, 98, 105, 0.1);
  background-color: #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list li {
    width: 15.625vw;
    border-radius: .78125vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list li {
    width: 40.36458vw
  }
}

#desc1 .desc1_visualization_list li:not(:first-child) {
  margin: 0 0 0 20px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list li:not(:first-child) {
    margin: 0 0 0 1.5625vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list li:not(:first-child) {
    margin: 0
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list li:nth-child(n+3) {
    margin-top: 7.8125vw
  }
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list li:nth-child(1) img {
    width: 9.375vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list li:nth-child(1) img {
    width: 22.13542vw
  }
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list li:nth-child(2) img {
    width: 8.98438vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list li:nth-child(2) img {
    width: 22.65625vw
  }
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list li:nth-child(3) img {
    width: 7.34375vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list li:nth-child(3) img {
    width: 16.40625vw
  }
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list li:nth-child(4) img {
    width: 9.21875vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list li:nth-child(4) img {
    width: 22.13542vw
  }
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list li:nth-child(5) img {
    width: 11.71875vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list li:nth-child(5) img {
    width: 26.04167vw
  }
}

#desc1 .desc1_visualization_list dl {
  position: relative;
  padding: 20px 0 120px;
  text-align: center
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list dl {
    padding: 1.5625vw 0 9.375vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list dl {
    padding: 5.20833vw 0 23.4375vw
  }
}

#desc1 .desc1_visualization_list dl dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #00343e
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list dl dt {
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list dl dt {
    font-size: 3.25521vw
  }
}

#desc1 .desc1_visualization_list dl dt>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  font-size: 10px;
  border-radius: 5px;
  background-color: #00343e;
  color: #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list dl dt>span {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 auto .78125vw;
    font-size: .78125vw;
    border-radius: .39062vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list dl dt>span {
    width: 9.11458vw;
    height: 9.11458vw;
    margin: 0 auto 4.6875vw;
    font-size: 2.47396vw
  }
}

#desc1 .desc1_visualization_list dl dt>span span {
  font-size: 16px;
  line-height: 1
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list dl dt>span span {
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list dl dt>span span {
    padding-top: 0;
    font-size: 3.64583vw
  }
}

#desc1 .desc1_visualization_list dl dd {
  font-size: 12px;
  line-height: 1.58333
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list dl dd {
    font-size: .9375vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list dl dd {
    padding-top: 1.30208vw;
    font-size: 2.60417vw;
    line-height: 1.4
  }
}

#desc1 .desc1_visualization_list dl dd:last-child {
  position: absolute;
  left: 50%;
  bottom: -38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 150px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .desc1_visualization_list dl dd:last-child {
    bottom: -2.96875vw;
    height: 11.71875vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .desc1_visualization_list dl dd:last-child {
    bottom: -3.25521vw;
    height: 23.4375vw
  }
}

/* こんな課題をお持ちではありませんか？のCSS */

#desc1 .about_features {
  margin-top: 70px;
  /* 削除 */
  /* padding: 60px 0; */
  /* 追加 */
  padding: 60px 120px;
  /* 削除 */
  /* text-align: center; */
  /* 追加 */
  text-align: start;
  /* 削除 */
  /* border: 2px solid #006e8c; */
  border-radius: 10px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .about_features {
    margin-top: 5.46875vw;
    padding: 4.6875vw 0;
    border-radius: .78125vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .about_features {
    margin-top: 15.625vw;
    padding: 10.41667vw 4.6875vw;
  }
}

#desc1 .about_features h3 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  color: #006e8c
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .about_features h3 {
    margin-bottom: 1.875vw;
    /* padding-bottom: 1.5625vw; */
    padding: 0 3.90625vw;
    font-size: 2.5vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .about_features h3 {
    margin-bottom: 6.51042vw;
    padding-bottom: 5.20833vw;
    font-size: 5.85938vw
  }
}

#desc1 .about_features h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16px;
  height: 2px;
  /* 削除 */
  /* background-color: #006e8c; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

#desc1 .about_features ol {
  /* 削除 */
  /* display: inline-block; */
  /* 追加 */
  display: grid;
  /* 追加 */
  gap: 10px;
  margin: 0 auto;
  counter-reset: count 0
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .about_features ol {
    padding: 0 3.90625vw;
  }
}

#desc1 .about_features ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .about_features ol li {
    font-size: 1.5625vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .about_features ol li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 3.64583vw
  }
}

#desc1 .about_features ol li::before {
  content: counter(count);
  counter-increment: count 1;
  display: inline-block;
  margin-right: 14px;
  width: 56px;
  height: 56px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background-color: #006e8c;
  color: #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #desc1 .about_features ol li::before {
    margin-right: 1.09375vw;
    width: 4.375vw;
    height: 4.375vw;
    font-size: 1.5625vw;
    line-height: 4.375vw
  }
}

@media only screen and (max-width: 768px) {
  #desc1 .about_features ol li::before {
    margin-right: 1.95312vw;
    width: 10.9375vw;
    height: 10.9375vw;
    font-size: 5.20833vw;
    line-height: 10.9375vw
  }
}

#desc1 .about_features ol li:not(:first-child) {
  padding-top: 18px
}

@media only screen and (max-width: 768px) {
  #desc1 .about_features ol li:not(:first-child) {
    padding-top: 3.90625vw
  }
}

#desc1 .about_features ol li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* 追加 */
  color: #4d4d4d;
}

#desc1 .about_features ol li span span {
  /* 削除 */
  /* color: #006e8c; */
  /* 追加 */
  color: #4d4d4d;
  /* 追加 */
  font-weight: 400;
  font-size: 18px;
}




#desc2 .sec_catch {
  line-height: 1.45833
}

#desc2 .desc2_img {
  padding-top: 30px;
  text-align: right
}

.desc_wrap {
  margin-top: 100px;
  padding: 60px 136px;
  border: 2px solid #006e8c;
  border-radius: 10px;
  /* 追加 */
  /* display: grid; */
  /* 追加 */
  /* gap: 30px; */
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .desc_wrap {
    margin-top: 7.8125vw;
    padding: 4.6875vw 10.625vw
  }
}

@media only screen and (max-width: 768px) {
  .desc_wrap {
    margin-top: 13.02083vw;
    padding: 10.41667vw 5.20833vw
  }
}

.desc_wrap h3 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  /* 削除 */
  text-align: center;
  /* 追加 */
  /* text-align: start; */
  color: #006e8c
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .desc_wrap h3 {
    margin-bottom: .78125vw;
    padding-bottom: .78125vw;
    font-size: 2.5vw
  }
}

@media only screen and (max-width: 768px) {
  .desc_wrap h3 {
    margin-bottom: 6.51042vw;
    padding-bottom: 6.51042vw;
    font-size: 5.85938vw
  }
}

.desc_wrap h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 16px;
  height: 2px;
  /* background-color: #006e8c; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.desc_wrap p {
  line-height: 1.875;
  text-align: left
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .desc_wrap p {
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  .desc_wrap p {
    font-size: 3.38542vw
  }
}

#topics {
  background-color: rgba(0, 80, 115, 0.7);
  color: #fff
}

#topics .inner {
  text-align: center
}

#topics .topics_ttl {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-size: 24px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #topics .topics_ttl {
    font-size: 1.875vw
  }
}

@media only screen and (max-width: 768px) {
  #topics .topics_ttl {
    font-size: 4.42708vw
  }
}

#topics .topics_ttl::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

#topics .topics_lead {
  padding-top: 30px;
  font-size: 16px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #topics .topics_lead {
    padding-top: 2.34375vw;
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #topics .topics_lead {
    padding-top: 3.90625vw;
    font-size: 3.38542vw;
    line-height: 2
  }
}

#topics .topics_lead span {
  display: block;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 600
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #topics .topics_lead span {
    padding-bottom: 2.34375vw;
    font-size: 2.8125vw
  }
}

@media only screen and (max-width: 768px) {
  #topics .topics_lead span {
    padding-bottom: 3.90625vw;
    font-size: 5.33854vw;
    line-height: 1.60976
  }
}

#topics .topics_img {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px
}

@media only screen and (max-width: 768px) {
  #topics .topics_img {
    width: 100%;
    padding-top: 7.8125vw
  }
}

#topics .topics_img figcaption {
  padding-top: 10px;
  font-size: 14px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #topics .topics_img figcaption {
    padding-top: .78125vw;
    font-size: 1.09375vw
  }
}

@media only screen and (max-width: 768px) {
  #topics .topics_img figcaption {
    padding-top: 1.30208vw;
    font-size: 2.60417vw;
    line-height: 1.7
  }
}

#topics .topics_txt {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 1.875;
  text-align: left;
  border-bottom: 1px solid #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #topics .topics_txt {
    padding-top: 3.125vw;
    padding-bottom: 1.5625vw;
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #topics .topics_txt {
    padding-top: 5.20833vw;
    padding-bottom: 10.41667vw;
    width: 100%;
    font-size: 3.38542vw
  }
}

#topics .topics_link {
  max-width: 800px;
  margin: 20px auto 0;
  text-align: left
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #topics .topics_link {
    margin: 1.5625vw auto 0;
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #topics .topics_link {
    width: 100%;
    margin: 5.20833vw auto 0;
    font-size: 3.38542vw
  }
}

#topics .topics_link a {
  text-decoration: underline;
  color: #fff
}

#topics .topics_link a::after {
  background: url(../img/common/icon_outlink_wh.svg) center center no-repeat;
  background-size: contain
}

@media only screen and (max-width: 768px) {
  #partner .inner {
    padding: 0
  }
}

#partner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #partner ul {
    padding-top: 3.90625vw
  }
}

@media only screen and (max-width: 768px) {
  #partner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 9.11458vw
  }
}

@media only screen and (max-width: 768px) {
  #partner ul li:not(:first-child) {
    margin-left: 9.11458vw
  }
}

@media only screen and (max-width: 768px) {
  #partner ul li:nth-child(n+4) {
    margin-top: 9.11458vw
  }
}

@media only screen and (max-width: 768px) {
  #partner ul li:nth-child(4) {
    margin-left: 0
  }
}

#partner ul li:nth-child(1) img {
  width: 130px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #partner ul li:nth-child(1) img {
    width: 10.15625vw
  }
}

@media only screen and (max-width: 768px) {
  #partner ul li:nth-child(1) img {
    width: 18.22917vw
  }
}

#partner ul li:nth-child(2) img {
  width: 130px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #partner ul li:nth-child(2) img {
    width: 10.15625vw
  }
}

@media only screen and (max-width: 768px) {
  #partner ul li:nth-child(2) img {
    width: 18.22917vw
  }
}

#partner ul li:nth-child(3) img {
  width: 206px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #partner ul li:nth-child(3) img {
    width: 16.09375vw
  }
}

@media only screen and (max-width: 768px) {
  #partner ul li:nth-child(3) img {
    width: 29.16667vw
  }
}

#partner ul li:nth-child(4) img {
  width: 130px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #partner ul li:nth-child(4) img {
    width: 10.15625vw
  }
}

@media only screen and (max-width: 768px) {
  #partner ul li:nth-child(4) img {
    width: 18.22917vw
  }
}

#partner ul li:nth-child(5) img {
  width: 176px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #partner ul li:nth-child(5) img {
    width: 13.75vw
  }
}

@media only screen and (max-width: 768px) {
  #partner ul li:nth-child(5) img {
    width: 24.73958vw
  }
}

#qa {
  background-color: rgba(225, 225, 225, 0.3)
}

#qa dl {
  margin-top: 20px;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #qa dl {
    margin-top: 1.5625vw;
    padding: 1.5625vw 2.34375vw
  }
}

@media only screen and (max-width: 768px) {
  #qa dl {
    margin-top: 5.20833vw;
    padding: 5.20833vw
  }
}

#qa dl:first-of-type {
  margin-top: 60px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #qa dl:first-of-type {
    margin-top: 4.6875vw
  }
}

@media only screen and (max-width: 768px) {
  #qa dl:first-of-type {
    margin-top: 7.8125vw
  }
}

#qa dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #00343e;
  cursor: pointer
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #qa dl dt {
    font-size: 1.40625vw
  }
}

@media only screen and (max-width: 768px) {
  #qa dl dt {
    font-size: 3.38542vw;
    line-height: calc(42/26);
    padding-right: 6.51042vw
  }
}

#qa dl dt::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  background: url(../img/top/icon_question.svg) center center no-repeat;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #qa dl dt::before {
    width: 3.90625vw;
    height: 3.90625vw;
    margin-right: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #qa dl dt::before {
    width: 9.11458vw;
    height: 9.11458vw;
    margin-right: 2.34375vw
  }
}

#qa dl dt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/top/icon_plus.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #qa dl dt::after {
    width: 1.5625vw;
    height: 1.5625vw
  }
}

@media only screen and (max-width: 768px) {
  #qa dl dt::after {
    width: 3.64583vw;
    height: 3.64583vw
  }
}

#qa dl dt.open::after {
  background: url(../img/top/icon_minus.svg) center center no-repeat;
  background-size: contain
}

#qa dl dt.open+dd {
  height: auto
}

#qa dl dd {
  display: none;
  padding: 10px 70px 0 66px;
  font-size: 16px;
  line-height: calc(30/16)
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #qa dl dd {
    padding: .78125vw 5.46875vw 0 5.15625vw;
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #qa dl dd {
    padding: 2.60417vw 7.8125vw 0 11.71875vw;
    font-size: 3.38542vw;
    line-height: calc(42/26)
  }
}

#news .news_list {
  padding-top: 60px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #news .news_list {
    padding-top: 4.6875vw
  }
}

@media only screen and (max-width: 768px) {
  #news .news_list {
    padding-top: 11.06771vw
  }
}

#news .news_list li {
  line-height: 1.75;
  border-top: 1px solid #c8c8c8
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #news .news_list li {
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #news .news_list li {
    font-size: 3.38542vw;
    line-height: 2
  }
}

#news .news_list li:last-child {
  border-bottom: 1px solid #c8c8c8
}

#news .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1)
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #news .news_list li a {
    padding: 1.95312vw 2.34375vw
  }
}

@media only screen and (max-width: 768px) {
  #news .news_list li a {
    display: block;
    padding: 6.51042vw 0
  }
}

.pc #news .news_list li a:hover {
  opacity: .6
}

#news .news_list li a>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 768px) {
  #news .news_list li a>span {
    padding-bottom: 5.20833vw
  }
}

#news .news_list li a>span span {
  display: inline-block
}

#news .news_list li a>span span:first-child {
  font-weight: 600;
  color: #00343e
}

@media only screen and (max-width: 768px) {
  #news .news_list li a>span span:first-child {
    font-size: 3.64583vw
  }
}

#news .news_list li a>span span:last-child {
  display: inline-block;
  width: 130px;
  height: 20px;
  margin: 0 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  background-color: #00343e;
  color: #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #news .news_list li a>span span:last-child {
    width: 10.15625vw;
    height: 1.5625vw;
    margin: 0 1.5625vw;
    font-size: .78125vw;
    line-height: 1.5625vw;
    border-radius: .15625vw
  }
}

@media only screen and (max-width: 768px) {
  #news .news_list li a>span span:last-child {
    width: 33.85417vw;
    height: 5.20833vw;
    margin: 0 0 0 5.20833vw;
    font-size: 2.60417vw;
    line-height: 5.20833vw;
    border-radius: .39062vw
  }
}

#news .news_link {
  margin-top: 40px;
  text-align: center
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #news .news_link {
    margin-top: 3.125vw
  }
}

@media only screen and (max-width: 768px) {
  #news .news_link {
    margin-top: 10.41667vw
  }
}

#news .news_link a {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 27px;
  background-color: #006e8c;
  -webkit-transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  color: #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #news .news_link a {
    width: 18.75vw;
    height: 4.21875vw;
    font-size: 1.25vw;
    line-height: 4.21875vw;
    border-radius: 2.10938vw
  }
}

@media only screen and (max-width: 768px) {
  #news .news_link a {
    width: 36.45833vw;
    height: 9.11458vw;
    font-size: 3.125vw;
    line-height: 9.11458vw;
    border-radius: 4.55729vw
  }
}

#news .news_link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 6px;
  height: 10px;
  background: url(../img/common/arrow_white.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #news .news_link a::after {
    right: .78125vw;
    width: .46875vw;
    height: .78125vw
  }
}

@media only screen and (max-width: 768px) {
  #news .news_link a::after {
    right: 2.08333vw;
    width: 1.30208vw;
    height: 1.82292vw
  }
}

.pc #news .news_link a:hover {
  opacity: .6
}

#contact {
  padding: 150px 0 110px;
  text-align: center;
  /* background: url(../img/top/bg_contact.png) center top no-repeat; */
  background-size: cover
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #contact {
    padding: 150px 0 110px;
    /* padding: 7.03125vw 0 8.59375vw */
  }
}

@media only screen and (max-width: 768px) {
  #contact {
    padding: 80px 0 110px;
    /* padding: 19.53125vw 0 18.22917vw; */
    /* background: url(../img/top/bg_contact_sp.png) center top no-repeat; */
    background-size: cover
  }
}

#contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width: 768px) {
  #contact ul {
    display: block
  }
}

#contact ul li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b59046
}

#contact ul li:first-child a span {
  display: block;
  padding-top: 5px;
  font-size: 16px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #contact ul li:first-child a span {
    padding-top: .39062vw;
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #contact ul li:first-child a span {
    padding-top: 1.30208vw;
    font-size: 3.64583vw
  }
}

/* #contact ul li:last-child {
  margin: 0 0 0 60px
} */

/* @media only screen and (min-width: 769px) and (max-width: 1180px) {
  #contact ul li:last-child {
    margin: 0 0 0 4.6875vw
  }
}

@media only screen and (max-width: 768px) {
  #contact ul li:last-child {
    margin: 7.55208vw auto 0
  }
} */

#contact ul li:last-child a {
  line-height: 80px;
  background-color: #006e8c
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #contact ul li:last-child a {
    line-height: 6.25vw
  }
}

@media only screen and (max-width: 768px) {
  #contact ul li:last-child a {
    line-height: 18.48958vw
  }
}

#contact ul li a {
  position: relative;
  display: block;
  width: 320px;
  height: 80px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 40px;
  -webkit-transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  color: #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #contact ul li a {
    width: 25vw;
    height: 6.25vw;
    font-size: 1.5625vw;
    border-radius: 3.125vw
  }
}

@media only screen and (max-width: 768px) {
  #contact ul li a {
    width: 75vw;
    height: 18.48958vw;
    margin: 0 auto;
    font-size: 4.6875vw;
    border-radius: 9.375vw
  }
}

#contact ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 8px;
  height: 15px;
  background: url(../img/common/arrow_white.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #contact ul li a::after {
    right: 1.09375vw;
    width: .625vw;
    height: 1.17188vw
  }
}

@media only screen and (max-width: 768px) {
  #contact ul li a::after {
    right: 3.90625vw;
    width: 1.5625vw;
    height: 3.125vw
  }
}

.pc #contact ul li a:hover {
  opacity: .6
}

#banner {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1)
}

#banner.show {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0)
}

#banner .banner_wrap {
  background: url(../img/top/bg_banner.jpg) center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1)
}

@media only screen and (max-width: 768px) {
  #banner .banner_wrap {
    background: url(../img/top/bg_banner_sp.jpg) center center no-repeat;
    background-size: cover
  }
}

.pc #banner .banner_wrap:hover {
  opacity: .6
}

#banner .inner {
  position: relative;
  padding: 0
}

#banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 100px;
  color: #fff
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
  #banner a {
    padding: 1.5625vw 7.8125vw
  }
}

@media only screen and (max-width: 768px) {
  #banner a {
    display: block;
    padding: 5.20833vw 4.94792vw
  }
}

#banner a h3 {
  white-space: nowrap;
  font-size: 42px
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
  #banner a h3 {
    font-size: 3.28125vw
  }
}

@media only screen and (max-width: 768px) {
  #banner a h3 {
    font-size: 7.42188vw
  }
}

#banner a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
  #banner a div {
    padding-left: 2.34375vw
  }
}

@media only screen and (max-width: 768px) {
  #banner a div {
    padding-top: 3.38542vw
  }
}

#banner a div p {
  white-space: nowrap
}

#banner a div p:first-of-type {
  line-height: 1.625
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
  #banner a div p:first-of-type {
    font-size: 1.25vw
  }
}

@media only screen and (max-width: 768px) {
  #banner a div p:first-of-type {
    font-size: 3.125vw;
    line-height: 1.41667
  }
}

#banner a div p:last-of-type {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 50px;
  margin: 0 0 0 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #b59046;
  -webkit-transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  color: #fff
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
  #banner a div p:last-of-type {
    width: 18.75vw;
    height: 3.90625vw;
    margin: 0 0 0 3.90625vw;
    font-size: 1.25vw;
    line-height: 3.90625vw;
    border-radius: 1.95312vw
  }
}

@media only screen and (max-width: 768px) {
  #banner a div p:last-of-type {
    width: 52.08333vw;
    height: 11.71875vw;
    margin: 0;
    line-height: 50px;
    border-radius: 5.85938vw
  }
}

#banner a div p:last-of-type::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 6px;
  height: 10px;
  background: url(../img/common/arrow_white.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
  #banner a div p:last-of-type::after {
    right: .9375vw;
    width: .46875vw;
    height: .78125vw
  }
}

@media only screen and (max-width: 768px) {
  #banner a div p:last-of-type::after {
    right: 3.125vw;
    width: 1.04167vw;
    height: 2.08333vw
  }
}

#banner .banner_close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
  #banner .banner_close {
    top: 1.17188vw;
    right: 1.17188vw
  }
}

@media only screen and (max-width: 768px) {
  #banner .banner_close {
    top: 1.30208vw;
    right: 1.30208vw
  }
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
  #banner .banner_close img {
    width: 1.17188vw
  }
}

@media only screen and (max-width: 768px) {
  #banner .banner_close img {
    width: 2.86458vw
  }
}

/* 追加 */
#footer .footer {
  padding-bottom: 0;
}

#footer .inner:first-child {
  padding: 0 100px;
  background-color: #fff
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #footer .inner:first-child {
    padding: 0 7.8125vw
  }
}

@media only screen and (max-width: 768px) {
  #footer .inner:first-child {
    padding: 0 7.8125vw
  }
}

#footer .footer_logo {
  padding: 150px 0 30px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #footer .footer_logo {
    padding: 11.71875vw 0 2.34375vw
  }
}

@media only screen and (max-width: 768px) {
  #footer .footer_logo {
    padding: 9.76562vw 0
  }
}

#footer .footer_logo img {
  width: 284px
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  #footer .footer_logo img {
    width: 22.1875vw
  }
}

@media only screen and (max-width: 768px) {
  #footer .footer_logo img {
    width: 51.82292vw
  }
}
.interview_img {
  display: flex;
  width: 100%;;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto 120px;
}

@media only screen and (min-width: 769px) and (max-width: 1180px) {
  .interview_img {
    margin: 0 auto 9.375vw;
  }
}

@media only screen and (max-width: 768px) {
  .interview_img {
    margin: 0 auto 15.625vw;
  }
}
