@import"https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@500;700&family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap";
body {
  font-family: "Noto Serif JP", sans-serif
}
.top__sec07 > div > div > p, .top__sec07 > div > div > h3, .top__sec07 > div > div > h2, .top__sec07 > div > div > h4 {
  font-family: "Noto Sans JP", sans-serif
}
@media screen and (max-width: 737px) {
  .pc {
    display: none !important
  }
}
@media screen and (min-width: 738px) {
  .sp {
    display: none !important
  }
}
body {
  color: #231815;
  position: relative
}
body a, body button {
  color: #231815
}
@media screen and (min-width: 738px) {
  body {
    min-width: 1200px
  }
}
@media screen and (max-width: 737px) {
  body img {
    max-width: 100%
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  font-weight: normal
}
body {
  line-height: 0;
  -webkit-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after {
  content: "";
  content: none
}
q:before, q:after {
  content: "";
  content: none
}
a {
  text-decoration: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
input[type=text], input[type=tel], input[type=email], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  outline: none
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none
}
input[type=submit]::focus, input[type=button]::focus {
  outline: none;
  outline-offset: -2px
}
input[type=radio], input[type=check] {
  margin: 0;
  padding: 0
}
textarea {
  font-family: sans-serif
}
main {
  display: block
}
@media screen and (min-width: 738px) {
  a:hover, button:hover {
    opacity: .8
  }
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0
}
@media screen and (max-width: 737px) {
  body {
    padding-top: 40px
  }
}
@media screen and (max-width: 737px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    display: block
  }
}
.header > div {
  box-sizing: border-box
}
@media screen and (min-width: 738px) {
  .header > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
  }
}
@media screen and (min-width: 738px) {
  .header > div {
    padding-left: 35px;
    padding-right: 40px
  }
}
@media screen and (max-width: 737px) {
  .header > div {
    padding: 0 2%
  }
}
.header > div > dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px
}
@media screen and (max-width: 737px) {
  .header > div > dl {
    height: 40px
  }
}
@media screen and (max-width: 737px) {
  .header > div > dl > dt img {
    width: 150px
  }
}
.header > div > dl > dd {
  display: flex;
  align-items: center
}
.header > div > dl > dd > ul {
  display: flex;
  margin-right: 55px
}
@media screen and (max-width: 737px) {
  .header > div > dl > dd > ul {
    margin-right: 10px
  }
}
.header > div > dl > dd > ul > li {
  margin-left: 15px
}
@media screen and (max-width: 737px) {
  .header > div > dl > dd > ul > li {
    margin-left: 5px
  }
  .header > div > dl > dd > ul > li img {
    width: 20px
  }
}
.header > div > dl > dd > ul > li:first-child {
  margin-left: 0
}
@media screen and (max-width: 737px) {
  .header > div > dl > dd > div img {
    width: auto;
    height: 20px
  }
}
.footer {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #231815
}
@media screen and (max-width: 737px) {
  .footer {
    height: 50px
  }
}
.footer > p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143
}
@media screen and (max-width: 737px) {
  .footer > p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5
  }
}
@media screen and (min-width: 738px) {
  .mainvis {
    background-image: url(/assets/img/main.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 595px;
    background-color: #004876
  }
  .mainvis > img {
    display: none
  }
}
@media screen and (max-width: 737px) {
  .mainvis > img {
    display: block;
    width: 100%
  }
}
.top__sec01 {
  background-position: top center;
  background-size: auto 100%
}
@media screen and (min-width: 738px) {
  .top__sec01 {
    background-image: url(/assets/img/bg01.jpg);
    height: 790px
  }
}
@media screen and (max-width: 737px) {
  .top__sec01 {
    background-image: url(/assets/img/bg01_sp.jpg)
  }
}
.top__sec01 > div {
  padding-top: 60px
}
@media screen and (min-width: 738px) {
  .top__sec01 > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
  }
}
@media screen and (max-width: 737px) {
  .top__sec01 > div {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
.top__sec01 > div > h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6666666667;
  text-align: center
}
@media screen and (max-width: 737px) {
  .top__sec01 > div > h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5
  }
}
@media screen and (min-width: 738px) {
  .top__sec01 > div > ul {
    display: flex;
    justify-content: center;
    margin-top: 60px
  }
}
@media screen and (max-width: 737px) {
  .top__sec01 > div > ul {
    margin-top: 40px
  }
}
.top__sec01 > div > ul > li {
  width: 316px
}
@media screen and (min-width: 738px) {
  .top__sec01 > div > ul > li {
    margin-left: 45px
  }
  .top__sec01 > div > ul > li:first-child {
    margin-left: 0
  }
}
@media screen and (max-width: 737px) {
  .top__sec01 > div > ul > li {
    margin: 40px auto 0 auto
  }
  .top__sec01 > div > ul > li:first-child {
    margin-top: 0
  }
}
.top__sec01 > div > ul > li > img {
  display: block;
  margin-left: 2px
}
.top__sec01 > div > ul > li > div {
  background-image: url(/assets/img/bg02.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 316px;
  height: 303px;
  padding-top: 16px;
  padding-left: 35px;
  box-sizing: border-box;
  margin-top: 24px
}
@media screen and (max-width: 737px) {
  .top__sec01 > div > ul > li > div {
    margin-top: 14px
  }
}
.top__sec01 > div > ul > li > div > h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5
}
.top__sec01 > div > ul > li > div > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 13px
}
.top__sec02 {
  background-color: #9b9969;
}
.top__sec02 > div {
  box-sizing: border-box
}
@media screen and (min-width: 738px) {
  .top__sec02 > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
  }
}
@media screen and (min-width: 738px) {
  .top__sec02 > div {
    padding-bottom: 66px;
    padding-left: 73px;
    padding-right: 95px
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div {
    max-width: 316px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media screen and (min-width: 738px) {
  .top__sec02 > div > dl {
    display: flex;
    justify-content: space-between
  }
}
@media screen and (min-width: 738px) {
  .top__sec02 > div > dl > dt {
    margin-top: 52px
  }
}
.top__sec02 > div > dl > dt > h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.75
}
@media screen and (max-width: 737px) {
  .top__sec02 > div > dl > dt > h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5
  }
}
.top__sec02 > div > dl > dt > img {
  display: block;
  margin: 58px auto 0 auto
}
@media screen and (max-width: 737px) {
  .top__sec02 > div > dl > dt > img {
    margin-top: 30px
  }
}
@media screen and (min-width: 738px) {
  .top__sec02 > div > dl > dd {
    width: 700px
  }
}
.top__sec02 > div > dl > dd > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px
}
@media screen and (max-width: 737px) {
  .top__sec02 > div > dl > dd > ul {
    justify-content: space-between
  }
}
@media screen and (min-width: 738px) {
  .top__sec02 > div > dl > dd > ul > li {
    margin-left: 37px;
    margin-top: 30px
  }
  .top__sec02 > div > dl > dd > ul > li:nth-child(4n+1) {
    margin-left: 0
  }
}
@media screen and (max-width: 737px) {
  .top__sec02 > div > dl > dd > ul > li {
    margin-top: 20px
  }
}
.top__sec02 > div > dl > dd > ul > li > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  padding-left: 3px
}
.top__sec02 > div > dl > dd > ul > li > img {
  margin-top: 12px
}
.top__sec08 {
  background-color: #4c4d4f;
}
.top__sec08 > div {
  box-sizing: border-box
}
@media screen and (min-width: 738px) {
  .top__sec08 > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
  }
}
@media screen and (min-width: 738px) {
  .top__sec08 > div {
    padding-left: 97px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec08 > div {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 316px;
    margin: 0 auto
  }
}
@media screen and (min-width: 738px) {
  .top__sec08 > div > dl {
    display: flex;
    align-items: center
  }
}
@media screen and (max-width: 737px) {
  .top__sec08 > div > dl > dt {
    text-align: center
  }
}
@media screen and (min-width: 738px) {
  .top__sec08 > div > dl > dd {
    margin-left: 70px;
    width: 1850px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 737px) {
  .top__sec08 > div > dl > dd {
    margin-top: 30px
  }
}
.top__sec08 > div > dl > dd > h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  color: #fff
}
.top__sec08 > div > dl > dd > h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  margin-top: 10px
}
.top__sec03 > div {
  padding-top: 75px
}
@media screen and (min-width: 738px) {
  .top__sec03 > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 > div {
    padding-top: 40px
  }
}
.top__sec03 > div > dl {
  background-position: top center;
  background-size: auto 100%;
  box-sizing: border-box
}
@media screen and (min-width: 738px) {
  .top__sec03 > div > dl {
    background-image: url(/assets/img/bg05.jpg);
    width: 983px;
    height: 489px;
    padding-top: 56px;
    padding-left: 118px;
    padding-right: 125px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    background-repeat: no-repeat
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 > div > dl {
    width: 316px;
    margin: 0 auto;
    background-image: url(/assets/img/bg05_2_sp.jpg);
    background-repeat: repeat;
    background-size: 316px auto
  }
  .top__sec03 > div > dl::before {
    content: "";
    display: block;
    background-image: url(/assets/img/bg05_1_sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 316px auto;
    width: 316px;
    height: 23.25px;
    margin: 0 auto
  }
  .top__sec03 > div > dl::after {
    content: "";
    display: block;
    background-image: url(/assets/img/bg05_3_sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 316px auto;
    width: 316px;
    height: 23.25px;
    margin: 0 auto
  }
}
.top__sec03 > div > dl > dt {
  margin-top: 22px
}
@media screen and (max-width: 737px) {
  .top__sec03 > div > dl > dt {
    text-align: center
  }
}
@media screen and (min-width: 738px) {
  .top__sec03 > div > dl > dd {
    width: 479px
  }
}
@media screen and (max-width: 737px) {
  .top__sec03 > div > dl > dd {
    margin-top: 20px;
    padding: 0 25px 0 20px
  }
}
.top__sec03 > div > dl > dd > img {
  display: block;
  margin: 39px auto 0 auto
}
@media screen and (max-width: 737px) {
  .top__sec03 > div > dl > dd > img {
    margin-top: 20px
  }
}
.top__sec03 > div > dl > dd > img:first-child {
  margin-top: 0
}
.top__sec04 > div {
  padding-top: 106px
}
@media screen and (min-width: 738px) {
  .top__sec04 > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
  }
}
@media screen and (max-width: 737px) {
  .top__sec04 > div {
    padding-top: 40px;
    width: 316px;
    margin: 0 auto
  }
}
.top__sec04 > div > h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  background-image: url(/assets/img/pic18.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 5px;
  padding-bottom: 5px
}
.top__sec04 > div > p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px
}
@media screen and (max-width: 737px) {
  .top__sec04 > div > p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5
  }
}
@media screen and (min-width: 738px) {
  .top__sec04 > div > ul {
    display: flex;
    justify-content: center;
    margin-top: 45px
  }
}
@media screen and (max-width: 737px) {
  .top__sec04 > div > ul {
    margin-top: 10px
  }
}
.top__sec04 > div > ul > li {
  background-image: url(/assets/img/bg04.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 278px;
  height: 921px;
  box-sizing: border-box;
  padding-right: 7px
}
@media screen and (min-width: 738px) {
  .top__sec04 > div > ul > li {
    margin-left: 5px
  }
  .top__sec04 > div > ul > li:first-child {
    margin-left: 0
  }
}
@media screen and (max-width: 737px) {
  .top__sec04 > div > ul > li {
    margin: 20px auto 0 auto
  }
}
.top__sec04 > div > ul > li > h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  padding-top: 50px;
  color: #fff
}
.top__sec04 > div > ul > li > div > h4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8666666667;
  color: #fff;
  width: 170px;
  margin: 20px auto 0 auto;
  letter-spacing: -0.08em
}
.top__sec04 > div > ul > li > div > p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #fff;
  width: 170px;
  margin: 20px auto 0 auto
}
.top__sec05 > div {
  padding-top: 145px
}
@media screen and (min-width: 738px) {
  .top__sec05 > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
  }
}
@media screen and (max-width: 737px) {
  .top__sec05 > div {
    padding-top: 40px
  }
}
.top__sec05 > div > img {
  display: block;
  margin: 0 auto
}
.top__sec06 > div {
  padding-top: 176px
}
@media screen and (min-width: 738px) {
  .top__sec06 > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
  }
}
@media screen and (max-width: 737px) {
  .top__sec06 > div {
    width: 316px;
    margin: 0 auto;
    padding-top: 40px
  }
  .top__sec06 > div > p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    display: block;
    width: 188px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    margin-top: -10px;
    position: relative;
    z-index: 1
  }
}
.top__sec06 > div > ul {
  margin: 0 auto;
  box-sizing: border-box
}
@media screen and (min-width: 738px) {
  .top__sec06 > div > ul {
    background-image: url(/assets/img/pic21.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 857.5px;
    height: 486px;
    padding-top: 58px
  }
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > ul {
    border: 1px solid #231815;
    padding: 30px 20px 20px 20px;
    margin-top: -10px
  }
}
@media screen and (min-width: 738px) {
  .top__sec06 > div > ul > li {
    margin-top: 32px;
    margin-left: 105px;
    display: flex;
    position: relative;
    padding-left: 115px
  }
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > ul > li {
    margin-top: 20px
  }
}
.top__sec06 > div > ul > li:first-child {
  margin-top: 0
}
.top__sec06 > div > ul > li > span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429
}
@media screen and (min-width: 738px) {
  .top__sec06 > div > ul > li > span {
    position: absolute;
    top: 0;
    left: 0
  }
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > ul > li > span {
    display: block
  }
}
.top__sec06 > div > ul > li > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > ul > li > p {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143
  }
}
.top__sec06 > div > dl {
  margin-top: 100px
}
@media screen and (min-width: 738px) {
  .top__sec06 > div > dl {
    display: flex;
    justify-content: center
  }
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > dl {
    margin-top: 40px
  }
}
.top__sec06 > div > dl > dt iframe {
  width: 355px;
  height: 234px;
  background-color: #ccc;
  box-sizing: border-box;
  margin: 0
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > dl > dt iframe {
    width: 314px;
    height: 223px
  }
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > dl > dd img {
    width: 316px
  }
}
.top__sec06 > div > div {
  text-align: center;
  margin-top: 80px
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > div {
    margin-top: 40px
  }
}
.top__sec06 > div > div > img {
  display: block;
  margin: 0 auto
}
.top__sec06 > div > div > img + img {
  margin-top: 40px
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > div > img + img {
    margin-top: 30px
  }
}
.top__sec06 > div > div > ul {
  display: flex;
  justify-content: center;
  margin-top: 53px
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > div > ul {
    margin-top: 30px
  }
}
.top__sec06 > div > div > ul > li {
  margin-left: 19px
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > div > ul > li {
    margin-left: 10px
  }
  .top__sec06 > div > div > ul > li img {
    width: 35px
  }
}
.top__sec06 > div > div > ul > li:first-child {
  margin-left: 0
}
.top__sec06 > div > div > a {
  display: inline-block;
  vertical-align: top;
  margin-top: 113px
}
@media screen and (max-width: 737px) {
  .top__sec06 > div > div > a {
    margin-top: 60px
  }
}
.top__sec07 {
  background-color: #baad83;
  box-sizing: border-box;
  position: relative;
  border-top: 11px solid #77692a
}
@media screen and (min-width: 738px) {
  .top__sec07 {
    /*background-image: url(/assets/img/bg03.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 426px;
    margin-top: 61px;
    padding-top: 44px
  }
}
@media screen and (max-width: 737px) {
  .top__sec07 {
    margin-top: 40px;
    padding-top: 30px
  }
}
@media screen and (min-width: 738px) {
  .top__sec07 > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
  }
}
.top__sec07 > div > div {
  text-align: center
}
@media screen and (max-width: 737px) {
  .top__sec07 > div > div {
    padding-bottom: 30px
  }
}
.top__sec07 > div > div > h4 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5
}
@media screen and (max-width: 737px) {
  .top__sec07 > div > div > h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1428571429
  }
}
.top__sec07 > div > div > h2 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin-top: 51px
}
@media screen and (max-width: 737px) {
  .top__sec07 > div > div > h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    margin-top: 20px;
    display: inline-block
  }
}
.top__sec07 > div > div > h3 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.7;    
	margin-top: 32px;
    border-bottom: 1px solid;
    border-top: 1px solid;
    width: 477px;
    margin: 31px auto;
}
@media screen and (max-width: 737px) {
  .top__sec07 > div > div > h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 15px;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 184px;
    margin: 15px auto 0 auto
  }
}
@media screen and (max-width: 737px) {
  .top__sec07 > div > div > div {
    display: block;
    width: 316px;
    height: 456px;
    margin: 0 auto;
    background-image: url(/assets/img/bg03_sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 20px auto 0 auto
  }
}
@media screen and (min-width: 738px) {
  .top__sec07 > div > div > p {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.75
  }
}
@media screen and (max-width: 737px) {
  .top__sec07 > div > div > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 25px
  }
}