@charset "UTF-8";
/*-------------------------------------------------
 common
-------------------------------------------------*/
@import url(reset.css);
html {
  font-size: 16px;
  line-height: 1.5;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  color: #111;
  font-weight: 200;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

body {
  background: #fff;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
  color: #111;
  font-weight: 200;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  body.thanksWrap {
    background: #F39800; }

* {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #333; }

a:hover {
  opacity: 0.7; }

.pc {
  display: block; }

.sp {
  display: none; }

/*---header---*/
header {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  header.thanksHeader {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media screen and (max-width: 640px) {
      header.thanksHeader .headerLogo {
        width: 130px; } }
  header .headerLogo img {
    width: 150px;
    height: auto; }
  @media screen and (max-width: 640px) {
    header .headerLogo {
      width: 80px; }
    header .headerLogo img {
      width: 80px; } }
  header .headerBtn a {
    border-radius: 60px;
    border: 4px solid #000;
    background: #DB2E2E;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 175px;
    height: 50px;
    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;
    text-decoration: none; }
    @media screen and (max-width: 640px) {
      header .headerBtn a {
        width: 150px;
        height: 40px;
        font-size: 16px; } }

/*---footer---*/
footer {
  padding-bottom: 10px;
  text-align: center; }
  footer img {
    display: block;
    margin: 0 auto 10px;
    width: 160px;
    height: auto; }
    @media screen and (max-width: 640px) {
      footer img {
        width: 140px; } }
  footer small {
    font-size: 12px;
    color: #fff; }
    @media screen and (max-width: 640px) {
      footer small {
        display: block;
        width: 94%;
        margin: 0 auto; } }

.sp {
  display: none; }

/*------thanks.html------*/
#thanks .thanksContent {
  width: 84%;
  max-width: 800px;
  border-radius: 40px;
  background: #fff;
  margin: 100px auto;
  padding: 5%; }
  @media screen and (max-width: 640px) {
    #thanks .thanksContent {
      margin: 30px auto; } }
  #thanks .thanksContent .thanksContent__text {
    text-align: center; }

/*------index.html------*/
.wrap {
  background-color: #F39800; }

#fv {
  position: relative;
  background-color: #fff; }
  #fv::before {
    content: '';
    display: block;
    width: 50%;
    height: 90vh;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/fv_img_bg02.png) no-repeat 50% 10%, #F39800;
    background-size: 100%;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      #fv::before {
        bottom: 0;
        top: auto;
        width: 100%;
        height: 50vh; } }
  #fv::after {
    content: '';
    display: block;
    width: 50%;
    height: 90vh;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/fv_img_bg01.png) no-repeat 0% 140%;
    background-size: 105%;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      #fv::after {
        width: 100%;
        height: 65vh;
        top: 0;
        bottom: auto;
        z-index: 0;
        background: url(../img/fv_img_bg01.png) no-repeat 0% 150%;
        background-size: 110%; } }
  #fv .fvContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1300px;
    width: 94%;
    margin: 0 auto;
    height: 100dvh;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 640px) {
      #fv .fvContent {
        display: block;
        padding-top: 100px; } }
  #fv .fvContentL {
    width: 45%; }
    @media screen and (max-width: 640px) {
      #fv .fvContentL {
        width: 100%; } }
    #fv .fvContentL .fvContent__title .fvContent__title--main {
      font-size: 48px;
      font-weight: 600; }
      @media screen and (max-width: 640px) {
        #fv .fvContentL .fvContent__title .fvContent__title--main {
          font-size: clamp(24px, 5.625vw, 28px); } }
    #fv .fvContentL .fvContent__summery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #fv .fvContentL .fvContent__summery img {
        width: 230px; }
        @media screen and (max-width: 640px) {
          #fv .fvContentL .fvContent__summery img {
            width: 200px; } }
    #fv .fvContentL .fvContent__btn {
      border-radius: 60px;
      border: 4px solid #000;
      background: #DB2E2E;
      width: 350px;
      height: 62px;
      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;
      color: #FFF;
      font-size: 24px;
      font-weight: 600;
      line-height: normal;
      text-decoration: none;
      margin: 50px auto 0; }
      @media screen and (max-width: 640px) {
        #fv .fvContentL .fvContent__btn {
          width: 90%;
          height: 50px;
          font-size: 20px;
          margin: 20px auto 0; } }
  #fv .fvContentR {
    width: 55%; }
    @media screen and (max-width: 640px) {
      #fv .fvContentR {
        width: 94%; } }

#reason {
  padding-top: 70px; }
  @media screen and (max-width: 640px) {
    #reason {
      padding-top: 0; } }
  #reason .reasonContent {
    border-radius: 40px;
    background: #F5F5F5;
    width: 94%;
    max-width: 1200px;
    padding: 50px 0;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #reason .reasonContent {
        padding: 5% 0; } }
    #reason .reasonContent h2 {
      color: #000;
      text-align: center;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 20px; }
      #reason .reasonContent h2 span {
        color: #DB2E2E;
        font-size: 40px; }
    #reason .reasonContent .reasonContentBloack {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 auto;
      width: 90%; }
      @media screen and (max-width: 640px) {
        #reason .reasonContent .reasonContentBloack {
          display: block; } }
      #reason .reasonContent .reasonContentBloack .reasonContentBloack__box {
        max-width: 330px;
        width: 28%;
        border-radius: 40px;
        padding: 20px;
        background: rgba(243, 152, 0, 0.2); }
        @media screen and (max-width: 640px) {
          #reason .reasonContent .reasonContentBloack .reasonContentBloack__box {
            width: calc(100% - 40px);
            margin-bottom: 1rem; } }
        #reason .reasonContent .reasonContentBloack .reasonContentBloack__box .reasonContentBloack__box--num {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-weight: 600; }
          #reason .reasonContent .reasonContentBloack .reasonContentBloack__box .reasonContentBloack__box--num span {
            display: inline;
            vertical-align: middle;
            width: 50%;
            height: 1px;
            background: #111; }
          #reason .reasonContent .reasonContentBloack .reasonContentBloack__box .reasonContentBloack__box--num em {
            color: #F39800;
            font-size: 24px; }
        #reason .reasonContent .reasonContentBloack .reasonContentBloack__box .reasonContentBloack__box--detail dt {
          color: #F39800;
          font-size: 24px;
          font-weight: 600;
          background: #fff;
          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: 90%;
          max-width: 300px;
          height: 52px;
          border-radius: 40px;
          margin: 10px auto; }
          #reason .reasonContent .reasonContentBloack .reasonContentBloack__box .reasonContentBloack__box--detail dt small {
            font-size: 12px;
            display: block;
            line-height: 0; }
        #reason .reasonContent .reasonContentBloack .reasonContentBloack__box .reasonContentBloack__box--detail dd img {
          height: 175px;
          display: block;
          margin: 0 auto; }
    #reason .reasonContent .reasonContentBloack2 {
      border-radius: 40px;
      border: 2px solid #000;
      background: #F5F5F5;
      max-width: 676px;
      width: 90%;
      margin: 30px auto 0;
      padding: 20px 0; }
      #reason .reasonContent .reasonContentBloack2 .reasonContentBloack2__detail dt {
        max-width: 370px;
        height: 45px;
        width: 90%;
        border-radius: 40px;
        background: #111;
        color: #fff;
        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;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        margin: auto; }
        #reason .reasonContent .reasonContentBloack2 .reasonContentBloack2__detail dt::after {
          content: '';
          position: absolute;
          bottom: -60px;
          right: 0;
          left: 0;
          width: 0;
          margin: auto;
          display: block;
          border-top: 30px solid #111;
          border-right: 30px solid transparent;
          border-bottom: 30px solid transparent;
          border-left: 30px solid transparent; }
      #reason .reasonContent .reasonContentBloack2 .reasonContentBloack2__detail dd {
        margin-top: 40px;
        text-align: center; }
        @media screen and (max-width: 640px) {
          #reason .reasonContent .reasonContentBloack2 .reasonContentBloack2__detail dd {
            width: 90%;
            margin: 40px auto 0; } }

#about {
  padding-top: 115px; }
  @media screen and (max-width: 640px) {
    #about {
      padding-top: 50px; } }
  #about .aboutContent {
    max-width: 1115px;
    width: calc(94% - 85px);
    margin: 0 auto;
    background: #fff;
    border-radius: 40px;
    padding: 50px 0 50px 85px;
    position: relative;
    background: #F5F5F5; }
    @media screen and (max-width: 640px) {
      #about .aboutContent {
        width: calc(84% - 0px);
        padding: 5%; } }
    #about .aboutContent .aboutContent__text {
      font-weight: 600;
      width: calc(100% - 200px); }
      @media screen and (max-width: 640px) {
        #about .aboutContent .aboutContent__text {
          width: calc(100% - 120px);
          font-size: 14px; } }
    #about .aboutContent .aboutContent__img {
      max-width: 197px;
      width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 640px) {
        #about .aboutContent .aboutContent__img {
          max-width: 120px; } }

#service {
  padding-top: 100px; }
  @media screen and (max-width: 640px) {
    #service {
      padding-top: 50px; } }
  #service .serviceContent h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      #service .serviceContent h2 {
        margin-bottom: 20px;
        font-size: 24px; } }
  #service .serviceContent .serviceContentBlock {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px; }
    @media screen and (max-width: 640px) {
      #service .serviceContent .serviceContentBlock {
        gap: 10px; } }
    #service .serviceContent .serviceContentBlock .serviceContentBlock__detail {
      width: 190px;
      height: 250px;
      background: #666;
      color: #fff;
      border-radius: 20px;
      padding: 10px 15px 0; }
      @media screen and (max-width: 640px) {
        #service .serviceContent .serviceContentBlock .serviceContentBlock__detail {
          width: calc(50% - 35px); } }
      #service .serviceContent .serviceContentBlock .serviceContentBlock__detail dt {
        text-align: center;
        font-size: 24px;
        font-weight: 600; }
      #service .serviceContent .serviceContentBlock .serviceContentBlock__detail dd {
        font-size: 12px; }
        #service .serviceContent .serviceContentBlock .serviceContentBlock__detail dd img {
          height: 140px;
          display: block;
          margin: 0 auto; }
          @media screen and (max-width: 640px) {
            #service .serviceContent .serviceContentBlock .serviceContentBlock__detail dd img {
              height: 120px; } }

#price {
  padding-top: 100px; }
  @media screen and (max-width: 640px) {
    #price {
      padding-top: 50px; } }
  #price .priceContent {
    width: 94%;
    max-width: 1200px;
    background: #F5F5F5;
    border-radius: 40px;
    padding: 80px 0;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #price .priceContent {
        padding: 5% 0; } }
    #price .priceContent h2 {
      font-size: 40px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 50px;
      color: #F39800; }
      @media screen and (max-width: 640px) {
        #price .priceContent h2 {
          font-size: 24px;
          margin-bottom: 20px; } }
    #price .priceContent h3 {
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      margin: 80px 0 30px; }
      @media screen and (max-width: 640px) {
        #price .priceContent h3 {
          margin: 40px 0 20px; } }
    #price .priceContent .priceContent__list {
      max-width: 800px;
      width: 90%;
      margin: 0 auto; }
      #price .priceContent .priceContent__list li {
        border-bottom: #111 1px solid;
        padding: 7px 0; }
        #price .priceContent .priceContent__list li:first-child, #price .priceContent .priceContent__list li:last-child {
          border-bottom: #111 4px solid; }
        #price .priceContent .priceContent__list li dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #price .priceContent .priceContent__list li dl dt {
            width: 50%;
            font-weight: 600;
            text-align: center; }
          #price .priceContent .priceContent__list li dl dd {
            width: 50%;
            text-align: center; }
    #price .priceContent .priceContentOption {
      max-width: 800px;
      width: 90%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px; }
      @media screen and (max-width: 640px) {
        #price .priceContent .priceContentOption {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      #price .priceContent .priceContentOption .priceContentOption__box {
        border-radius: 20px;
        background: #D9D9D9;
        font-weight: 600;
        padding: 14px; }
        #price .priceContent .priceContentOption .priceContentOption__box::before {
          content: '+';
          color: #DB2E2E;
          margin-right: 0.5rem; }
        #price .priceContent .priceContentOption .priceContentOption__box span {
          font-weight: 300;
          margin-left: 1rem; }
    #price .priceContent .priceContentOption__note {
      max-width: 800px;
      width: 90%;
      margin: 1rem auto 0; }
    #price .priceContent .priceContentCancel {
      max-width: 800px;
      width: 90%;
      margin: 0 auto;
      border-radius: 20px;
      border: 1px solid #000;
      background: #FFF;
      padding: 22px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      @media screen and (max-width: 640px) {
        #price .priceContent .priceContentCancel {
          display: block;
          text-align: center; } }
      @media screen and (max-width: 640px) {
        #price .priceContent .priceContentCancel .priceContentCancel__text {
          font-size: 12px; } }
      #price .priceContent .priceContentCancel .priceContentCancel__text span {
        font-size: 24px;
        font-weight: 600; }
        @media screen and (max-width: 640px) {
          #price .priceContent .priceContentCancel .priceContentCancel__text span {
            font-size: 20px; } }
        #price .priceContent .priceContentCancel .priceContentCancel__text span small {
          font-size: 16px; }
          @media screen and (max-width: 640px) {
            #price .priceContent .priceContentCancel .priceContentCancel__text span small {
              font-size: 12px; } }

#area {
  padding-top: 100px; }
  @media screen and (max-width: 640px) {
    #area {
      padding-top: 50px; } }
  #area .areaContent {
    width: 94%;
    max-width: 1200px;
    background: #F5F5F5;
    border-radius: 40px;
    padding: 80px 0;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #area .areaContent {
        padding: 5% 0; } }
    #area .areaContent h2 {
      font-size: 40px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 640px) {
        #area .areaContent h2 {
          margin-bottom: 20px;
          font-size: 24px; } }
    #area .areaContent h3 {
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      color: #F39800;
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        #area .areaContent h3 {
          font-size: 20px; } }
    #area .areaContent .areaContentBlock {
      margin: 0 auto;
      width: 90%;
      max-width: 770px;
      border-radius: 40px;
      border: 4px solid #000;
      background: #FFF;
      padding: 20px 0; }
      #area .areaContent .areaContentBlock .areaContentBlock__img {
        display: block;
        margin: 0 auto; }
        @media screen and (max-width: 640px) {
          #area .areaContent .areaContentBlock .areaContentBlock__img {
            width: 94%; } }
      #area .areaContent .areaContentBlock .areaContentBlock__text {
        padding: 20px 20px 0; }

#voice {
  padding-top: 100px; }
  @media screen and (max-width: 640px) {
    #voice {
      padding-top: 50px; } }
  #voice .voiceContent {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto; }
    #voice .voiceContent h2 {
      font-size: 40px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 640px) {
        #voice .voiceContent h2 {
          font-size: 24px;
          margin-bottom: 24px; } }

#faq {
  padding-top: 100px; }
  @media screen and (max-width: 640px) {
    #faq {
      padding-top: 50px; } }
  #faq .faqContent {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto; }
    #faq .faqContent h2 {
      font-size: 40px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 640px) {
        #faq .faqContent h2 {
          font-size: 24px;
          margin-bottom: 20px; } }
    #faq .faqContent .faqContent__list li dl {
      margin-bottom: 1rem;
      border-radius: 40px;
      background: #F5F5F5;
      padding: 16px 50px; }
      @media screen and (max-width: 640px) {
        #faq .faqContent .faqContent__list li dl {
          padding: 5%; } }
      #faq .faqContent .faqContent__list li dl dt::before {
        content: 'Q';
        color: #DB2E2E;
        font-weight: 600;
        margin-right: 1rem; }
      #faq .faqContent .faqContent__list li dl dd::before {
        content: 'A';
        font-weight: 600;
        margin-right: 1rem; }

#contact {
  padding: 100px 0; }
  @media screen and (max-width: 640px) {
    #contact {
      padding: 50px 0; } }
  #contact .contactContent {
    width: 94%;
    max-width: 1200px;
    background: #F5F5F5;
    border-radius: 40px;
    padding: 80px 0;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #contact .contactContent {
        padding: 5% 0; } }
    #contact .contactContent h2 {
      font-size: 40px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        #contact .contactContent h2 {
          font-size: 24px; } }
    #contact .contactContent .contactContent__text {
      text-align: center;
      margin-bottom: 30px; }
    #contact .contactContent .contactContent__list {
      width: 90%;
      max-width: 800px;
      margin: 0 auto; }
      #contact .contactContent .contactContent__list dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 640px) {
          #contact .contactContent .contactContent__list dl {
            display: block; } }
        #contact .contactContent .contactContent__list dl dt {
          width: calc(100% - 450px);
          margin-bottom: 5px; }
          @media screen and (max-width: 640px) {
            #contact .contactContent .contactContent__list dl dt {
              width: 100%; } }
          #contact .contactContent .contactContent__list dl dt span {
            border-radius: 10px;
            background: #DB2E2E;
            color: #fff;
            padding: 5px 10px;
            font-size: 12px;
            font-weight: 600;
            margin-left: 1rem; }
        #contact .contactContent .contactContent__list dl dd {
          width: 550px; }
          @media screen and (max-width: 640px) {
            #contact .contactContent .contactContent__list dl dd {
              width: calc(100% - 1rem); } }
          #contact .contactContent .contactContent__list dl dd input, #contact .contactContent .contactContent__list dl dd textarea {
            width: calc(100% - 1rem);
            border-radius: 10px;
            border: 2px solid #AAA;
            background: #FFF;
            padding: 10px 1rem;
            font-size: 18px; }
    #contact .contactContent .contactContent__agree {
      text-align: center; }
      @media screen and (max-width: 640px) {
        #contact .contactContent .contactContent__agree {
          width: 90%;
          margin: 0 auto; } }
    #contact .contactContent .contactContent__btn input {
      border-radius: 60px;
      border: 4px solid #000;
      background: #DB2E2E;
      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;
      color: #FFF;
      font-size: 24px;
      font-weight: 600;
      width: 350px;
      height: 62px;
      margin: 30px auto 0; }
      @media screen and (max-width: 640px) {
        #contact .contactContent .contactContent__btn input {
          width: 90%; } }

#company {
  padding: 100px 0;
  background: #fff; }
  @media screen and (max-width: 640px) {
    #company {
      padding: 50px 0; } }
  #company .companyContent {
    width: 94%;
    max-width: 1200px;
    border-radius: 40px;
    margin: 0 auto; }
    #company .companyContent h2 {
      font-size: 40px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 640px) {
        #company .companyContent h2 {
          font-size: 24px; } }
    #company .companyContent .companyContent__list {
      max-width: 800px;
      width: 90%;
      margin: 0 auto; }
      #company .companyContent .companyContent__list li {
        border-bottom: #111 1px solid;
        padding: 7px 0; }
        #company .companyContent .companyContent__list li:first-child {
          border-top: #111 4px solid; }
        #company .companyContent .companyContent__list li:last-child {
          border-bottom: #111 4px solid; }
        #company .companyContent .companyContent__list li dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #company .companyContent .companyContent__list li dl dt {
            width: 30%;
            font-weight: 600;
            text-align: center; }
          #company .companyContent .companyContent__list li dl dd {
            width: 70%; }

/*------privacy section in index.html------*/
#privacy {
  padding: 100px 0 0 0;
  background: #F39800; }
  @media screen and (max-width: 640px) {
    #privacy {
      padding: 50px 0 0 0; } }
  #privacy .privacyContent {
    width: 94%;
    max-width: 1200px;
    background: #fff;
    border-radius: 40px;
    padding: 80px 0;
    margin: 0 auto 50px auto; }
    @media screen and (max-width: 640px) {
      #privacy .privacyContent {
        padding: 5% 0; } }
    #privacy .privacyContent > * {
      width: 90%;
      max-width: 1000px;
      margin: 0 auto; }
    #privacy .privacyContent h2 {
      font-size: 40px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 50px;
      color: #333; }
      @media screen and (max-width: 640px) {
        #privacy .privacyContent h2 {
          font-size: 24px;
          margin-bottom: 20px; } }
    #privacy .privacyContent .privacyContent__section {
      margin-bottom: 30px; }
      @media screen and (max-width: 640px) {
        #privacy .privacyContent .privacyContent__section {
          margin-bottom: 25px; } }
      #privacy .privacyContent .privacyContent__section h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #333;
        border-left: 4px solid #F39800;
        padding-left: 12px; }
        @media screen and (max-width: 640px) {
          #privacy .privacyContent .privacyContent__section h3 {
            font-size: 18px;
            margin-bottom: 12px; } }
      #privacy .privacyContent .privacyContent__section p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 12px;
        color: #555; }
        @media screen and (max-width: 640px) {
          #privacy .privacyContent .privacyContent__section p {
            font-size: 13px;
            line-height: 1.5; } }
      #privacy .privacyContent .privacyContent__section ul {
        margin: 12px 0;
        padding-left: 18px; }
        #privacy .privacyContent .privacyContent__section ul li {
          font-size: 14px;
          line-height: 1.6;
          margin-bottom: 6px;
          color: #555;
          list-style-type: disc; }
          @media screen and (max-width: 640px) {
            #privacy .privacyContent .privacyContent__section ul li {
              font-size: 13px;
              line-height: 1.5; } }
      #privacy .privacyContent .privacyContent__section a {
        color: #F39800;
        text-decoration: underline; }
        #privacy .privacyContent .privacyContent__section a:hover {
          opacity: 0.7; }
    #privacy .privacyContent .privacyContent__contact {
      background: #F0F0F0;
      border-radius: 20px;
      padding: 20px;
      margin: 15px 0; }
      @media screen and (max-width: 640px) {
        #privacy .privacyContent .privacyContent__contact {
          padding: 15px; } }
      #privacy .privacyContent .privacyContent__contact p {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        margin: 0; }
        @media screen and (max-width: 640px) {
          #privacy .privacyContent .privacyContent__contact p {
            font-size: 13px;
            line-height: 1.5; } }
        #privacy .privacyContent .privacyContent__contact p strong {
          font-weight: 600;
          color: #333; }
        #privacy .privacyContent .privacyContent__contact p a {
          color: #F39800;
          text-decoration: none; }
          #privacy .privacyContent .privacyContent__contact p a:hover {
            text-decoration: underline; }

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