/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #473f3c;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word; }

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

/* =============================================
 * Custom
*=============================================*/
/* button */
.button {
  position: relative; }

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 60px;
  background-color: #f18106;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  box-shadow: 0 5px 0 #fda84a; }
  .button a:after {
    content: '';
    width: 12px;
    height: 21px;
    background: url("../img/cta-arrow.png") no-repeat center top/cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }
  .button a:hover {
    box-shadow: none;
    opacity: 1;
    transform: translateY(5px); }

@media screen and (max-width: 767px) {
  .button a {
    font-size: 16px; }
    .button a:after {
      width: 8px;
      height: 16px;
      right: 15px; } }
/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.cl-blue {
  color: #3D9FCA; }

.cl-green {
  color: #96BE31; }

.cl-red {
  color: #BD1B21; }

.cl-yellow {
  color: #FFB357; }

.cl-brown {
  color: #634C2E; }

.cl-white {
  color: #fff; }

.cl-orange {
  color: #ff8c04; }

.udl {
  background-image: linear-gradient(#fff47d, #fff47d);
  background-size: 0% 8px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: all 1s linear;
  transition-delay: 0.3s; }
  .udl[style*="visible"] {
    background-size: 100% 8px; }

.fw-r {
  font-weight: 400; }

.fw-m {
  font-weight: 500; }

.fw-b {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-30 {
  border-radius: 30px; }

.img_shadow {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }

.img-obj {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; } }
/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom .img,
.img-zoom .img-obj {
  transition: 0.6s ease-in-out; }

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
  transform: scale(1.07); }

/* -- --*/
.filter-gray {
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.3s; }

.filter-gray:hover {
  filter: grayscale(0); }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

@media screen and (max-width: 767px) {
  .photo-full {
    width: 100%;
    height: 60vw; }

  .photo-full img {
    height: 100%;
    object-fit: cover; } }
/* -- --*/
hr {
  border: 0;
  border-bottom: 1px solid #fff; }

/* -- --*/
/*=============================================
 * <header>
 *=============================================*/
/*=============================================
 * <footer>
 *=============================================*/
footer {
  text-align: center;
  padding: 48px 0px 64px;
  font-size: 16px;
  line-height: 1.5; }

footer .copyright {
  text-align: center;
  letter-spacing: 0.05em; }

.privacy-link {
  text-align: center; }
  .privacy-link a {
    text-decoration: underline; }
    .privacy-link a:hover {
      text-decoration: none; }

@media screen and (max-width: 767px) {
  footer {
    padding: 32px 0px 32px;
    font-size: 15px; } }
/*=============================================
 * <section>
 *=============================================*/
#sec1 {
  background: #fef1e8 url("../img/sec1-bg.jpg") no-repeat center top/1400px auto;
  padding: 75px 0 80px; }
  #sec1 .text {
    width: 560px;
    position: relative;
    z-index: 1;
    text-align: center; }
  #sec1 .sub {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -0.06em; }
    #sec1 .sub:before, #sec1 .sub:after {
      content: "";
      width: 0;
      height: 40px;
      border-left: 4px solid #ff8c04; }
    #sec1 .sub:before {
      transform: rotate(-25deg); }
    #sec1 .sub:after {
      transform: rotate(25deg); }
  #sec1 h2 {
    font-weight: 900;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -0.01em;
    margin-top: 20px; }
    #sec1 h2 small {
      font-size: 36px; }
    #sec1 h2 span {
      font-size: 55px; }
  #sec1 h3 {
    background-color: #23ac89;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 46px;
    border-radius: 50px;
    margin-top: 20px;
    padding: 4px 0 6px; }
  #sec1 .dl {
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 16px 0; }
    #sec1 .dl dl {
      display: flex;
      align-items: center;
      text-align: center;
      gap: 10px; }
      #sec1 .dl dl + dl {
        border-left: 2px solid #fbdec3;
        padding-left: 20px; }
      #sec1 .dl dl dt {
        width: 48px; }
      #sec1 .dl dl dd {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px; }
        #sec1 .dl dl dd span {
          font-weight: 900;
          font-size: 26px; }
  #sec1 h4 {
    display: inline-block;
    background: url("../img/sec1-deco-1.png") no-repeat center left/26px auto, url("../img/sec1-deco-2.png") no-repeat center right/26px auto;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 48px;
    padding: 0 46px;
    margin-top: 20px; }
  #sec1 figure {
    width: 550px;
    position: absolute;
    top: 0;
    left: calc(50% + 60px); }

@media screen and (max-width: 1023px) {
  #sec1 .text {
    margin: 0 auto; }
  #sec1 figure {
    position: static;
    margin: 0 auto;
    padding-top: 30px; } }
@media screen and (max-width: 767px) {
  #sec1 {
    background-size: cover;
    padding: 40px 0 80px; }
    #sec1 .text,
    #sec1 figure {
      width: 100%; }
    #sec1 .sub {
      gap: 20px;
      font-size: 20px; }
      #sec1 .sub:before, #sec1 .sub:after {
        height: 30px; }
    #sec1 h2 {
      font-size: 25px;
      line-height: 35px;
      margin-top: 10px; }
      #sec1 h2 small {
        font-size: 20px; }
      #sec1 h2 span {
        font-size: 34px; }
    #sec1 h3 {
      font-size: 20px;
      line-height: 30px;
      margin-top: 10px;
      padding: 7px 0 8px; }
    #sec1 h4 {
      background-size: auto 100%;
      font-size: 19px;
      line-height: 36px;
      padding: 0 36px; }
    /*#sec1 .dl {
      flex-direction: column; }*/
      /*#sec1 .dl dl {
        justify-content: center; }*/
    
  #sec1 .dl {
    display: flex;
    justify-content: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 0; }    
    
#sec1 .dl dl + dl {
          border-left: 2px solid #fbdec3!important;
          padding: 0px 0 0 10px; 
    }
    
 #sec1 .dl dl dt {
        width: 35px; }
      #sec1 .dl dl dd {
        font-weight: 500;
        font-size: 13px;
        line-height: 22px; }
        #sec1 .dl dl dd span {
          font-weight: 900;
          font-size: 20px; }
}
.cta {
  position: relative; }
  .cta .wrap {
    border-radius: 10px;
    overflow: hidden; }
  .cta h2 {
    background-color: #ff8c04;
    color: #fff;
    font-weight: 700;
    font-size: 29px;
    line-height: 60px;
    text-align: center; }
  .cta .text {
    background-color: #ffe3c1;
    border: 4px solid #ff8c04;
    border-top: 0;
    padding: 25px 35px; }
  .cta .txt {
    font-size: 16px;
    line-height: 30px;
    color: #2c1c0a; }
    .cta .txt strong {
      font-weight: 700;
      font-size: 21px; }
  .cta .list-check {
    background-color: #fff5e8;
    color: #2c1c0a;
    font-weight: 700;
    font-size: 17px;
    margin-top: 40px;
    padding: 20px 30px;
    position: relative; }
    .cta .list-check small {
      font-weight: 400;
      font-size: 14px; }
    .cta .list-check li {
      background: url("../img/cta-check.png") no-repeat top left/20px auto;
      padding-left: 30px; }
      .cta .list-check li:not(:last-child) {
        padding-bottom: 10px; }
    .cta .list-check figure {
      width: 194px;
      position: absolute;
      top: -36px;
      right: 50px; }
  .cta .list-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-top: 30px;
    text-align: center; }
    .cta .list-btn li {
      position: relative; }
      .cta .list-btn li:before {
        content: '';
        width: 100%;
        position: absolute;
        top: 24px;
        bottom: 0;
        left: 0;
        border-radius: 0 0 10px 10px; }
    .cta .list-btn p {
      position: relative; }
    .cta .list-btn a {
      width: 100%;
      height: 48px; }
    .cta .list-btn .note {
      color: #473f3c;
      font-weight: 500;
      padding: 12px 0; }
    .cta .list-btn .orange:before {
      background-color: rgba(253, 168, 74, 0.2); }
    .cta .list-btn .green:before {
      background-color: rgba(35, 172, 137, 0.2); }
    .cta .list-btn .green a {
      background-color: #23ac89;
      box-shadow: 0 5px 0 #83c2b2; }

#sec1 + .cta {
  margin-top: -30px; }

#sec4 + .cta {
  background-color: #ffefdc;
  padding: 60px 0; }

@media screen and (max-width: 1023px) {
  .cta .list-check small {
    display: block; }
  .cta .list-check figure {
    top: -16px;
    right: 20px; }
  .cta .list-btn {
    grid-template-columns: 446px;
    justify-content: center; } }
@media screen and (max-width: 767px) {
  .cta h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0; }
  .cta .text {
    padding: 20px 20px 30px; }
  .cta .txt {
    font-size: 14px;
    line-height: 24px; }
    .cta .txt strong {
      font-size: 18px; }
  .cta .list-check {
    margin-top: 20px;
    padding: 20px; }
    .cta .list-check small {
      display: contents; }
    .cta .list-check figure {
      position: static;
      margin: 0 auto;
      padding-bottom: 20px; }
  .cta .list-btn {
    grid-template-columns: 1fr;
    gap: 20px; }
    .cta .list-btn .note {
      line-height: 18px; }
      .cta .list-btn .note span {
        display: block; }

  #sec4 + .cta {
    padding: 40px 0; } }
.list-banner {
  padding-top: 80px; }
  .list-banner h2 {
    max-width: 830px;
    margin: 0 auto; }
  .list-banner ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 40px; }
    .list-banner ul .img {
      display: block;
      max-width: 210px;
      margin: 0 auto; }
    .list-banner ul .txt {
      display: block;
      font-weight: 700;
      font-size: 21px;
      line-height: 30px;
      text-transform: uppercase;
      text-align: center;
      padding-top: 10px; }

@media screen and (max-width: 1023px) {
  .list-banner ul {
    flex-wrap: wrap; }
    .list-banner ul li {
      width: 250px; } }
@media screen and (max-width: 767px) {
  .list-banner {
    padding-top: 40px; }
    .list-banner h2 {
      margin: 0 -20px 0 -6vw; }
    .list-banner ul {
      flex-wrap: wrap;
      gap: 20px;
      padding-top: 20px; }
      .list-banner ul li {
        width: calc(50% - 10px); }
      .list-banner ul .txt {
        font-size: 14px;
        line-height: 1.3; 
    white-space: nowrap} }
#sec2,
#sec3,
#sec4,
#sec5 {
  position: relative;
  padding: 60px 0; }
  #sec2 h2,
  #sec3 h2,
  #sec4 h2,
  #sec5 h2 {
    background-color: #ff8c04;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    border-radius: 10px;
    padding: 8px 10px 12px;
    text-align: center;
    position: relative; }
    #sec2 h2:after,
    #sec3 h2:after,
    #sec4 h2:after,
    #sec5 h2:after {
      content: '';
      width: 0;
      height: 0;
      border-width: 20px 18px 0 18px;
      border-color: #ff8c04 transparent transparent transparent;
      border-style: solid;
      position: absolute;
      top: 100%;
      left: calc(50% - 18px); }
    #sec2 h2 strong,
    #sec3 h2 strong,
    #sec4 h2 strong,
    #sec5 h2 strong {
      display: inline-block;
      vertical-align: top;
      font-weight: inherit;
      font-size: 40px;
      padding-right: 25px; }
    #sec2 h2 span,
    #sec3 h2 span,
    #sec4 h2 span,
    #sec5 h2 span {
      color: #473f3c; }
  #sec2 .box-1,
  #sec3 .box-1,
  #sec4 .box-1,
  #sec5 .box-1 {
    min-height: 160px;
    position: relative;
    margin-top: 40px; }
    #sec2 .box-1 h3,
    #sec3 .box-1 h3,
    #sec4 .box-1 h3,
    #sec5 .box-1 h3 {
      font-weight: 700;
      font-size: 30px;
      line-height: 50px; }
    #sec2 .box-1 .txt,
    #sec3 .box-1 .txt,
    #sec4 .box-1 .txt,
    #sec5 .box-1 .txt {
      max-width: 790px;
      font-size: 16px;
      line-height: 26px;
      padding-top: 15px; }
      #sec2 .box-1 .txt .udl,
      #sec3 .box-1 .txt .udl,
      #sec4 .box-1 .txt .udl,
      #sec5 .box-1 .txt .udl {
        font-weight: 700; }
  #sec2 .box-2,
  #sec3 .box-2,
  #sec4 .box-2,
  #sec5 .box-2 {
    padding-top: 70px; }
  #sec2 .box-3,
  #sec3 .box-3,
  #sec4 .box-3,
  #sec5 .box-3 {
    margin-top: 60px;
    position: relative;
    border: 4px solid #23ac89;
    border-radius: 10px; }
    #sec2 .box-3 h3,
    #sec3 .box-3 h3,
    #sec4 .box-3 h3,
    #sec5 .box-3 h3 {
      background-color: #23ac89;
      color: #fff;
      width: 400px;
      font-weight: 700;
      font-size: 25px;
      line-height: 28px;
      border-radius: 50px;
      text-align: center;
      padding: 10px 0;
      position: absolute;
      top: -26px;
      left: 50%;
      transform: translateX(-50%); }
    #sec2 .box-3 figure,
    #sec3 .box-3 figure,
    #sec4 .box-3 figure,
    #sec5 .box-3 figure {
      width: 235px;
      position: absolute;
      top: -50px;
      right: 40px; }
    #sec2 .box-3 ul,
    #sec3 .box-3 ul,
    #sec4 .box-3 ul,
    #sec5 .box-3 ul {
      background-color: #ebf5f3;
      color: #23ac89;
      font-weight: 700;
      font-size: 23px;
      line-height: 54px;
      padding: 50px 40px 30px; }
      #sec2 .box-3 ul li,
      #sec3 .box-3 ul li,
      #sec4 .box-3 ul li,
      #sec5 .box-3 ul li {
        position: relative;
        padding-left: 45px; }
        #sec2 .box-3 ul li:before,
        #sec3 .box-3 ul li:before,
        #sec4 .box-3 ul li:before,
        #sec5 .box-3 ul li:before {
          content: '';
          width: 35px;
          height: 35px;
          background: url("../img/sec2-icon-2.png") no-repeat center top/cover;
          position: absolute;
          top: 10px;
          left: 0; }
    #sec2 .box-3 .txt,
    #sec3 .box-3 .txt,
    #sec4 .box-3 .txt,
    #sec5 .box-3 .txt {
      font-size: 15px;
      line-height: 28px;
      padding: 20px 30px; }
      #sec2 .box-3 .txt h4,
      #sec3 .box-3 .txt h4,
      #sec4 .box-3 .txt h4,
      #sec5 .box-3 .txt h4 {
        font-weight: 700;
        font-size: 23px;
        padding-bottom: 12px; }
      #sec2 .box-3 .txt .udl,
      #sec3 .box-3 .txt .udl,
      #sec4 .box-3 .txt .udl,
      #sec5 .box-3 .txt .udl {
        font-weight: 700; }

@media screen and (max-width: 1023px) {
  #sec2 h2,
  #sec3 h2,
  #sec4 h2,
  #sec5 h2 {
    font-size: 25px; }
  #sec2 .box-1 .txt,
  #sec3 .box-1 .txt,
  #sec4 .box-1 .txt,
  #sec5 .box-1 .txt {
    max-width: 65%; }
  #sec2 .box-2,
  #sec3 .box-2,
  #sec4 .box-2,
  #sec5 .box-2 {
    padding-top: 40px; }
  #sec2 .box-3 figure,
  #sec3 .box-3 figure,
  #sec4 .box-3 figure,
  #sec5 .box-3 figure {
    width: 135px;
    top: -30px;
    right: 10px; } }
@media screen and (max-width: 767px) {
  #sec2,
  #sec3,
  #sec4,
  #sec5 {
    padding: 40px 0; }
    #sec2 h2,
    #sec3 h2,
    #sec4 h2,
    #sec5 h2 {
      font-size: 20px;
      line-height: 32px; }
      #sec2 h2 strong,
      #sec3 h2 strong,
      #sec4 h2 strong,
      #sec5 h2 strong {
        display: block;
        font-size: 30px;
        padding-right: 0; }
    #sec2 .box-1 h3,
    #sec3 .box-1 h3,
    #sec4 .box-1 h3,
    #sec5 .box-1 h3 {
      font-size: 20px;
      line-height: 30px; }
    #sec2 .box-1 .txt,
    #sec3 .box-1 .txt,
    #sec4 .box-1 .txt,
    #sec5 .box-1 .txt {
      max-width: 100%;
      font-size: 14px;
      line-height: 24px; }
    #sec2 .box-3,
    #sec3 .box-3,
    #sec4 .box-3,
    #sec5 .box-3 {
      padding-top: 30px; }
      #sec2 .box-3 h3,
      #sec3 .box-3 h3,
      #sec4 .box-3 h3,
      #sec5 .box-3 h3 {
        width: 260px;
        font-size: 20px;
        padding: 10px 20px; }
      #sec2 .box-3 figure,
      #sec3 .box-3 figure,
      #sec4 .box-3 figure,
      #sec5 .box-3 figure {
        width: 150px;
        position: static;
        margin: 0 auto -3px; }
      #sec2 .box-3 ul,
      #sec3 .box-3 ul,
      #sec4 .box-3 ul,
      #sec5 .box-3 ul {
        font-size: 18px;
        line-height: 26px;
        padding: 20px 20px 10px 20px; }
        #sec2 .box-3 ul li,
        #sec3 .box-3 ul li,
        #sec4 .box-3 ul li,
        #sec5 .box-3 ul li {
          padding-left: 30px;
    margin-bottom:10px;}
          #sec2 .box-3 ul li:before,
          #sec3 .box-3 ul li:before,
          #sec4 .box-3 ul li:before,
          #sec5 .box-3 ul li:before {
            width: 25px;
            height: 25px;
            top: 1px; }
      #sec2 .box-3 .txt,
      #sec3 .box-3 .txt,
      #sec4 .box-3 .txt,
      #sec5 .box-3 .txt {
        font-size: 14px;
        line-height: 24px;
        padding: 20px; }
        #sec2 .box-3 .txt h4,
        #sec3 .box-3 .txt h4,
        #sec4 .box-3 .txt h4,
        #sec5 .box-3 .txt h4 {
          font-size: 18px; } }
#sec2 .box-1 figure {
  width: 243px;
  position: absolute;
  top: 0;
  right: 25px; }
#sec2 .box-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 12px; }
  #sec2 .box-2 .col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 3px solid #ffbc6c;
    border-radius: 10px;
    position: relative;
    padding: 35px 15px 15px; }
  #sec2 .box-2 h3 {
    background-color: #ff8c04;
    color: #fff;
    width: 236px;
    font-weight: 700;
    font-size: 23px;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%); }
  #sec2 .box-2 .txt {
    flex: 1 0 0; }
  #sec2 .box-2 figure {
    flex: 1 0 0; }
  #sec2 .box-2 ul {
    background-color: rgba(255, 229, 198, 0.5);
    border-radius: 0 0 7px 7px;
    font-weight: 700;
    font-size: 20px;
    line-height: 37px;
    padding: 20px;
    margin: 0 -15px -15px; }
    #sec2 .box-2 ul li {
      position: relative;
      padding-left: 35px; }
      #sec2 .box-2 ul li:before {
        content: '';
        width: 26px;
        height: 25px;
        background: url("../img/sec2-icon-1.png") no-repeat center top/cover;
        position: absolute;
        top: 9px;
        left: 0; }
      #sec2 .box-2 ul li span {
        font-size: 29px; }

@media screen and (max-width: 1023px) {
  #sec2 .box-1 figure {
    right: 0; }
  #sec2 .box-2 {
    grid-template-columns: 325px;
    justify-content: center; } }
@media screen and (max-width: 767px) {
  #sec2 .box-1 figure {
    width: 180px;
    position: static;
    margin: 0 auto;
    padding-bottom: 20px; }
  #sec2 .box-2 {
    grid-template-columns: 1fr;
    justify-content: center; }
    #sec2 .box-2 h3 {
      width: 200px;
      font-size: 20px; }
    #sec2 .box-2 ul {
      font-size: 18px;
      line-height: 30px; }
      #sec2 .box-2 ul li {
        padding-left: 30px; }
        #sec2 .box-2 ul li:before {
          width: 22px;
          height: 22px; }
        #sec2 .box-2 ul li span {
          font-size: 24px; } }
#sec3 .box-1 figure {
  width: 152px;
  position: absolute;
  top: -50px;
  right: 48px; }
#sec3 .box-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  #sec3 .box-2 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top: -16px;
    right: 20px;
    left: 20px; }
  #sec3 .box-2 figure {
    width: 260px;
    margin: 0 auto; }
  #sec3 .box-2 .txt dl:not(:last-child) {
    padding-bottom: 30px; }
  #sec3 .box-2 .txt dl dt {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    border-radius: 10px;
    padding: 9px 0;
    text-align: center; }
  #sec3 .box-2 .txt dl dd {
    padding-top: 15px; }
    #sec3 .box-2 .txt dl dd .udl {
      font-weight: 700; }
  #sec3 .box-2 .col {
    border: 3px solid;
    border-radius: 10px;
    padding: 30px 15px;
    position: relative; }
    #sec3 .box-2 .col.blue {
      border-color: #6f99ef; }
      #sec3 .box-2 .col.blue h3 {
        background-color: #2058ca; }
      #sec3 .box-2 .col.blue .txt dl dt {
        background-color: #dbe6fb;
        color: #2058ca; }
    #sec3 .box-2 .col.orange {
      border-color: #fecc91; }
   /*   #sec3 .box-2 .col.orange:after {
        content: '';
        width: 65px;
        height: 65px;
        background: url("../img/txt-circle-1.png") no-repeat center top/cover;
        position: absolute;
        top: -16px;
        right: -30px;
}*/
      #sec3 .box-2 .col.orange h3 {
        background-color: #ff8c04; }
      #sec3 .box-2 .col.orange .txt dl dt {
        background-color: #fdeedc;
        color: #ff8c04; }

@media screen and (max-width: 1023px) {
  #sec3 .box-2 {
    grid-template-columns: 485px;
    justify-content: center; } }
@media screen and (max-width: 767px) {
  #sec3 .box-1 figure {
    margin: 0 auto;
    padding-bottom: 20px;
    position: static; }
  #sec3 .box-2 {
    grid-template-columns: 1fr; }
    #sec3 .box-2 .col {
      padding-top: 70px; }
      #sec3 .box-2 .col.orange:after {
        right: -20px; } }
#sec4 .box-1 figure {
  width: 112px;
  position: absolute;
  top: -70px;
  right: 52px; }
#sec4 .box-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 12px; }
  #sec4 .box-2 .col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 3px solid #ffbc6c;
    border-radius: 10px;
    position: relative;
    padding: 40px 15px 15px; }
    #sec4 .box-2 .col:last-child {
      padding-top: 65px; }
      #sec4 .box-2 .col:last-child:after {
        content: '';
        width: 65px;
        height: 65px;
        background: url("../img/txt-circle-2.png") no-repeat center top/cover;
        position: absolute;
        top: -16px;
        right: -35px; }
  #sec4 .box-2 h3 {
    background-color: #ff8c04;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top: -16px;
    right: 20px;
    left: 20px; }
  #sec4 .box-2 .txt .udl {
    font-weight: 700; }
  #sec4 .box-2 ul {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px; }
    #sec4 .box-2 ul li {
      position: relative;
      padding-left: 40px; }
      #sec4 .box-2 ul li:not(:last-child) {
        padding-bottom: 20px; }
      #sec4 .box-2 ul li:before {
        content: '';
        width: 26px;
        height: 25px;
        background: url("../img/sec2-icon-1.png") no-repeat center top/cover;
        position: absolute;
        top: 0;
        left: 0; }

@media screen and (max-width: 1023px) {
  #sec4 .box-2 {
    grid-template-columns: 325px;
    justify-content: center; } }
@media screen and (max-width: 767px) {
  #sec4 .box-1 figure {
    margin: 0 auto;
    padding-bottom: 20px;
    position: static; }
  #sec4 .box-2 {
    grid-template-columns: 1fr; }
    #sec4 .box-2 .col:last-child:after {
      right: -20px; } 
      #sec4 .box-2 .col:last-child:after {
        content: '';
        width: 60px;
        height: 60px;
        background: url("../img/txt-circle-2.png") no-repeat center top/cover;
        position: absolute;
        top: -10px;
        right: -25px; }


}
#sec5 .box-1 figure {
  width: 163px;
  position: absolute;
  top: -90px;
  right: 20px; }
#sec5 .box-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 12px;
  padding-top: 30px; }
  #sec5 .box-2 .col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 3px solid #ffbc6c;
    border-radius: 10px;
    position: relative;
    padding: 50px 15px 15px;
    font-size: 16px;
    line-height: 24px;
    position: relative; }
    #sec5 .box-2 .col:nth-child(3):after {
      content: '';
      width: 65px;
      height: 65px;
      background: url("../img/txt-circle-1.png") no-repeat center top/cover;
      position: absolute;
      top: -35px;
      right: -15px; }
  #sec5 .box-2 h3 {
    background-color: #ff8c04;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top: -16px;
    right: 20px;
    left: 20px; }
  #sec5 .box-2 h4 {
    background-color: #fdeedc;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #ff8c04;
    border-radius: 10px;
    text-align: center;
    padding: 5px; }
  #sec5 .box-2 .item p {
    padding-top: 12px; }
  #sec5 .box-2 .item table {
    width: 100%;
    margin-top: 12px; }
    #sec5 .box-2 .item table th,
    #sec5 .box-2 .item table td {
      vertical-align: middle; }
    #sec5 .box-2 .item table th {
      width: 108px;
      font-weight: 700;
      font-size: 17px;
      line-height: 21px;
      text-align: center; }
    #sec5 .box-2 .item table td {
      font-weight: 500;
      font-size: 15px;
      line-height: 21px;
      padding: 8px 15px; }
    #sec5 .box-2 .item table tr:nth-child(1) th {
      background-color: #ffc9be; }
    #sec5 .box-2 .item table tr:nth-child(1) td {
      background-color: #feeae6; }
    #sec5 .box-2 .item table tr:nth-child(2) th {
      background-color: #a9c3f8; }
    #sec5 .box-2 .item table tr:nth-child(2) td {
      background-color: #d9e4fb; }

@media screen and (max-width: 1023px) {
  #sec5 .box-2 {
    grid-template-columns: 494px;
    justify-content: center; } }
@media screen and (max-width: 767px) {
  #sec5 .box-1 figure {
    margin: 0 auto;
    padding-bottom: 20px;
    position: static; }
  #sec5 .box-2 {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 50px 12px;
    padding-top: 40px; }
    #sec5 .box-2 .col:nth-child(3) {
      padding-top: 70px; }
    #sec5 .box-2 h3 {
      right: 10px;
      left: 10px; }
    #sec5 .box-2 .item table td {
      padding: 8px; } }
.banner {
  background-color: #ff8c04;
  padding: 60px 0; }
  .banner .wrap {
    background: url("../img/banner-bg.jpg") no-repeat center top/cover;
    padding: 30px; }
  .banner h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 64px; }
    .banner h2 span {
      font-weight: 900;
      font-size: 45px; }
    .banner h2 strong {
      font-weight: 900;
      font-size: 64px; }
  .banner .photo-1 {
    width: 290px;
    position: absolute;
    top: 0;
    right: 36px; }
  .banner .photo-2 {
    width: 320px;
    position: absolute;
    top: -50px;
    right: 40px; }
  .banner .photo-3 {
    width: 260px;
    position: absolute;
    top: -10px;
    right: 48px; }
  .banner .txt {
    max-width: 590px;
    color: #222;
    font-size: 17px;
    line-height: 28px;
    padding-top: 15px; }
  .banner ul {
    display: inline-block;
    padding-top: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px; }
    .banner ul li {
      background-color: #2058ca;
      color: #fff;
      border-radius: 20px;
      padding: 0 30px 2px 45px;
      position: relative; }
      .banner ul li:before {
        content: '';
        width: 24px;
        height: 20px;
        background: url("../img/banner-check.png") no-repeat center top/cover;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%); }
      .banner ul li:not(:last-child) {
        margin-bottom: 5px; }
  .banner .button {
    position: absolute;
    bottom: 30px;
    right: 30px; }

@media screen and (max-width: 1080px) {
  .banner .photo-1,
  .banner .photo-2 {
    right: 20px; } }
@media screen and (max-width: 1023px) {
  .banner .photo-1,
  .banner .photo-2,
  .banner .photo-3 {
    position: static;
    margin: 0 auto;
    padding-top: 20px; }
  .banner .button {
    position: static;
    padding-top: 30px; }
    .banner .button a {
      margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .banner {
    padding: 20px; }
    .banner .wrap {
      padding: 20px 20px 30px; }
    .banner h2 {
      font-size: 20px;
      line-height: 36px;
      text-align: center; }
      .banner h2 span {
        font-size: 26px; }
      .banner h2 strong {
        font-size: 36px; }
    .banner .photo-1,
    .banner .photo-2 {
      width: 240px; }
    .banner ul {
      font-size: 16px;
    width:100%;}
      .banner ul li {
        padding: 5px 15px 7px 40px;
          line-height:1.4;
          width:100%;
          box-sizing: border-box
    }
    .banner .button {
      padding-top: 20px; } }
#company {
  padding: 60px 0 0; }
  #company .heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 40px; }
  #company .heading span {
    font-size: 16px;
    font-weight: bold;
    color: #0A53A7;
    display: block;
    letter-spacing: 0.1em;
    padding-left: 2px;
    margin-top: 12px;
    line-height: 100%; }
  #company .table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 16px;
    line-height: 1.5; }
  #company .table dl {
    display: table;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box; }
  #company .table dt {
    display: table-cell;
    padding: 24px 32px;
    border-right: 1px solid #ccc;
    width: 200px;
    background-color: #F6F6F6;
    vertical-align: middle; }
  #company .table dd {
    display: table-cell;
    padding: 24px 32px; }
  #company .table dd a {
    color: #3366CC;
    margin-left: 10px;
    transition: all .2s ease; }
  #company .table dd a:hover {
    color: #3366CC;
    margin-left: 10px;
    opacity: 0.6; }

@media screen and (max-width: 767px) {
  #company {
    padding: 48px 0 0px; }

  #company .table {
    font-size: 15px; }

  #company .table dl {
    display: block; }

  #company .table dt {
    display: block;
    width: auto;
    border-right: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 12px 16px; }

  #company .table dd {
    display: block;
    padding: 16px 16px; } }

/*# sourceMappingURL=style.css.map */
