body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FEFCF8;
}

.site-header-wrapper {
  background-color: #fff !important;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.site-header {
  display: flex;
  gap: 30%;
  width: 100vw;
  max-width: 1000px;
  z-index: 9999;
  height: 60px;
  padding: 0 40px;
  margin: auto;
}

.header-left {
  display: flex;
  align-items: center;
  width: 70%;
}

.logo {
  margin-top: 12px;
  height: 40px;
  margin-right: 15px;
}

.site-title {
  font-size: 19px;
  font-weight: 700;
  color: #012C5E;
  margin: 0;
}

.header-button {
  height: 36px;
  cursor: pointer;
  margin-top: 12px;
}


.fv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}

.fv-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.fv-button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  cursor: pointer;
  width: 25%;
  height: auto;
  max-width: 400px;
}

.main1 {
  display: flex;
  gap: 45px;
  padding: 50px 40px 15px 40px;
  color: #012C5E;
  max-width: 1000px;
  margin: 0 auto;
}

.main1-left h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
  text-align: left;
}

.main1-right p {
  font-size: 15px;
  line-height: 2.0;
  margin: 0;
  text-align: left;
}


.main1-contents {
  flex-basis: 100%;
  margin: 0 auto;
  padding: 15px 40px 15px 40px;
  max-width: 1500px;
}


.main1-contents h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #012C5E;
  margin-bottom: 30px;
  text-align: center;
}




.card3-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.card3 {
  display: flex;
  flex-direction: column;
  background: #F7F4ED;
  border-radius: 12px;
  padding: 22px;
  box-sizing: border-box;
}

.card3-img1 {
  width: 70%;
  padding: 15px;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.card3-img2 {
  width: 70%;
  padding: 15px;
  margin: 0 auto;

}

.card3-img3 {
  width: 70%;
  padding: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.card3-img img {
  max-width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.card3-lead {
  color: #F44444;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 12px;
  text-align: center;
}


.card3-title {
  color: #012C5E;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.card3-text {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
  color: #012C5E;
}




.main2 {
  color: #012C5E;
  padding: 40px;
  max-width: 1500px;
  margin: 0 auto;
}


.main3-header h2 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  line-height: 1.8;
  margin: 0px 0px 35px !important;
  text-align: center;
}

.main3-header h2 img {
  width: 8.8rem;
  object-fit: contain;
}


.main2 h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;

}

.main2-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.main2-content .center-img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: auto;
}

.main2-content .corner {
  position: absolute;
  width: auto;
  max-width: 300px;
  white-space: nowrap;
}

.main2-content .corner h4 {
  font-size: 1.1rem;
  margin: 0 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main2-content .corner p {
  font-size: 13px;
  margin: 0;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
}

.main2-content .top-left {
  top: 0;
  left: 0;
}

.main2-content .top-right {
  top: 0;
  right: 0;
}

.main2-content .bottom-left {
  bottom: 0;
  left: 0;
}

.main2-content .bottom-right {
  bottom: 0;
  right: 0;
}


.cards-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.card {
  color: #012C5E;
  padding: 10px;
  flex: 0 1 calc((100% - 40px) / 3);
  box-sizing: border-box;
  text-align: center;
}

.card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.card p {
  font-size: 13px;
  margin: 5px 0;
  line-height: 1.6;
  text-align: left;
}

.card .h4-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}

.card .h4-row h4 {
  font-size: 1.3rem;
  margin: 0;
}

.card .h4-row p {
  font-size: 13px;
  margin: 0;
}

.item-top {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.item-img {
  width: 100px;
  height: auto;
  object-fit: cover;
}

.item-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #012C5E;
}

.item-text .row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.item-text h4 {
  font-size: 1rem;
  margin: 0;
}

.item-text p {
  font-size: 0.9rem;
  margin: 0;
}

.content2 {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FEFCF8;
  padding: 25px 25px 20px 25px;
}

.content2-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.content2-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #012C5E;
  margin: 0;
}

.header-line {
  flex: 1;
  height: 2px;
  background-color: #012C5E;
}

.content2-wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: nowrap;
}

.content-item-wrapper {
  width: 50%;
}

.content-item {
  box-sizing: border-box;
}

.item-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.item-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.item-text-block {
  display: flex;
  flex-direction: column;
  color: #012C5E;
}

.h4-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.h4-row h4 {
  font-size: 25px;
  margin: 0;
}

.h4-row p {
  font-size: 0.9rem;
  margin: 0;
}

.item-subtitle {
  font-size: 1rem;
  margin: 5px 0 0 0;
}

.item-text {
  font-size: 0.9rem;
  margin-top: 10px;
  line-height: 1.8;
}

.content2-bottom-line {
  height: 2px;
  background-color: #012C5E;
  width: 1000px;
  margin: 0 auto;
}

.main3 {
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FEFCF8;
  color: #012C5E;
}

.main3 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.header-img {
  width: 100px;
  height: auto;
}

.main3-wrapper {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.main3-item {
  width: 100%;
  height: auto;
}

.contents-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.sub-title {
  font-size: 20px;
  margin-bottom: 8px;
  margin: 0 auto;
}

.main-title {
  font-size: 42px;
  color: #F44444;
  margin-bottom: 20px;
  margin-top: 0;
  margin: 0 auto;
  padding-bottom: 15px;
}

.feature-section {
  padding: 40px 20px 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}




.feature-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.feature-image-pc {
  width: 100%;
  height: auto;
  display: block;
}



.feature-text-grid {
  position: absolute;
  top: 26px;

  left: 20px;
  right: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

.feature-text {
  color: #012C5E;
  padding-top: 0px;
  padding-left: 5px;
  width: 84%;

}

.feature-text h3 {
  color: #012C5E;
  padding-top: 0px;
  /*padding-left: 5px;*/
  width: 100%;
  margin: 0;
  font-size: 23px;

}

.feature-text p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  padding-top: 5px;
}


.main4 {
  position: relative;
  background-color: #012C5E;
  padding: 25px 45px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.sub1{
  background-color:#012C5E
}

.main4-left-pc {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  text-align: left;
}

.main4-left-pc h2 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.main4-left-pc p {
  font-size: 20px;
  margin: 0;
  margin-left: 25px;
  line-height: 1.8;
}

.main4-left-mb {
  display: none;
}



.main4-img {
  width: 45%;
  height: auto;
  object-fit: contain;
  margin-top: 10%;
}


.main4-right {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  border-radius: 35px;
  padding: 10px 20px;
  margin: 25px;
}

.main4-right h2 {
  font-size: 20px;
  color: #F44444;
  margin: 0;
}

.main4-center-right {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 60px 20px;
  justify-content: center;
}

.triangle-image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}


.triangle-texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.text-block1 h2,
.text-block2 h2,
.text-block3 h2,
.text-block4 h2 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
}

.text-block1 p,
.text-block2 p,
.text-block3 p,
.text-block4 p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  color: #fff;
  overflow-wrap: break-word;
  font-weight: normal;
}

.text-block1 {
  max-width: 200px;
  position: absolute;
  top: 9%;
  right: 24%;
  width: auto;
}

.text-block2 {
  max-width: 200px;
  position: absolute;
  top: 29%;
  right: 19%;
  width: auto;
}

.text-block3 {
  max-width: 200px;
  position: absolute;
  top: 50%;
  right: 14%;
  width: auto;
}

.text-block4 {
  max-width: 200px;
  position: absolute;
  top: 73%;
  right: 7%;
  width: auto;
}

.main5 {
  max-width: 1500px;
  text-align: center;
  padding: 60px 20px;
  margin: 0 auto;
}


.main5-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.main5-header h2 {
  font-size: 28px;
  margin: 0;
  color: #012C5E;
}


.main5-text h3 {
  font-size: 18px;
  line-height: 2.3;
  margin: 0 0 45px 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: #012C5E;
}


.main5-text-pc .underline {
  width: 95%;
  height: 2px;
  background-color: #012C5E;
  margin: 0 auto;
}

.main5-button img {
  width: 250px;
  height: auto;
  cursor: pointer;
}

.main5-left {
  width: 1%;
  height: auto;
  margin-bottom: 10px;
}

.main5-right {
  margin-top: 10px;
  width: 1%;
  height: auto;
}

.site-footer {
  background: #fff;
  padding: 20px 0;
  text-align: center;
}

.site-footer p {
  color: #012C5E;
  ;
  font-size: 10px;
  margin: 0;
  font-weight: normal;
}

.fv-image {
  display: block;
}

.mb-fv-image {
  display: none;
}

.mb-title,
.mb-line {
  display: none;
}

.mb-contents-img {
  display: none;
}

.feature-image-mb {
  display: none;
}



.main2-mb-img {
  display: none;
}

.main2-mb-img3 {
  display: none;
}

.main4-mb-img {
  display: none;
}

.main5-text-mb {
  display: none;
}



@media screen and (max-width: 950px) {
  .fv {
    position: relative;
    width: 100%;
    height: auto;
  }

  .fv-image {
    display: block !important;
    width: 100%;
    height: auto;
  }

  .fv-button {
    bottom: 25px;
    width: 25%;
  }

  .main3 {
    padding: 40px;
  }

  .card {
    padding: 0;
  }


  .content2 {
    padding: 25px 40px;
  }


  .feature-text-grid {
    position: absolute;
    top: 17px;
    left: 20px;
    right: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
  }

  .feature-text {
    color: #012C5E;
    padding-top: 0px;
    padding-left: 5px;
    width: 90%;
  }

  .feature-text p {
    font-size: 1.4vw;
  }

  .feature-text h3 {
    font-size: 2.2vw;
  }

  .text-block1 h2,
  .text-block2 h2,
  .text-block3 h2,
  .text-block4 h2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-block1 {
    max-width: 200px;
    position: absolute;
    top: 22%;
    right: 17%;
    width: auto;
  }

  .text-block2 {
    max-width: 200px;
    position: absolute;
    top: 39%;
    right: 12%;
    width: auto;
  }

  .text-block3 {
    max-width: 200px;
    position: absolute;
    top: 57%;
    right: 7%;
    width: auto;
  }

  .text-block4 {
    max-width: 200px;
    position: absolute;
    top: 75%;
    right: 1%;
    width: auto;
  }

  .main2-content .corner {
    position: absolute;
    width: auto;
    max-width: 215px;
    white-space: nowrap;
  }


  .card3-img2 {
    padding: 23px;
  }

  .feature-image {
    margin-top: 10px;
  }

  .content2-bottom-line {
    width: 95%;
  }


  .site-header {
    display: flex;
    gap: 17%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100%;
    z-index: 9999;
    height: 60px;
    background-color: #fff;
    box-sizing: border-box;
  }

  .site-header-wrapper {
    height: 0;
  }

  .feature-section {
    padding: 40px 40px 60px 40px;
  }

  .main4-center {
    padding: 40px;
  }

  .main4 {
    padding: 25px 30px;
  }

  .main4-center .main4-img {
    width: 50%;
    margin-top: 10%;
    margin-right: 10%;
  }

  .main4-right h2 {
    font-size: 15px;
  }

  .main4-right {
    top: 10px;
    right: 10px;
    padding: 10px 15px;
  }

  .text-block1 {
    top: 24%;
    right: 21%;
  }

  .text-block2 {
    top: 40%;
    right: 15%;
  }

  .text-block3 {
    top: 56%;
    right: 9%;
  }

  .text-block4 {
    top: 72%;
    right: 4%;
  }
}



@media screen and (max-width: 768px) {

  .mb-contents-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .contents-img {
    display: none;
  }

  .pc-title {
    display: none;
  }

  .site-header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 25px;
    height: auto;
  }


  .header-left {

    flex-direction: column;
    justify-content: center;
    width: 10%;
  }


  .header-button {
    height: 37px;
    width: auto;
  }



  .logo {
    height: 45px;
    width: auto;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .site-title {
    white-space: nowrap;
    margin: 0 auto;
    font-size: 20px;
  }




  body {
    padding-top: 100px;
  }

  .content2-bottom-line {
    width: 100px;
  }

  .fv {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }


  .fv-image {
    display: none !important;
  }

  .mb-fv-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .fv-button {
    width: 40%;
    height: auto;
    bottom: 35px;
  }

  .main1 {
    display: flex;
    gap: 15px;
    padding: 25px 35px;
    color: #012C5E;
    flex-direction: column;
  }



  .main1-left h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    margin: 0;
  }

  .main1-right p {
    font-size: 12px !important;
    white-space: normal;
  }

  .main1-contents {
    margin: 0 auto;
    padding: 25px;
  }

  .main1-contents h2 {
    font-size: 20px;
    color: #012C5E;
    margin: 0px 10px;
  }

  .card3-wrap {
    gap: 20px;
    grid-template-columns: none !important;
    margin: 25px 0 15px 0;
  }

  .card3-img1 {
    width: 55%;
    padding-top: 40px;
    padding-bottom: 35px;
    margin: 0 auto;
  }

  .card3-title {
    font-size: 15px !important;
    margin: 0 0 8px;
  }

  .card3-text {
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    color: #012C5E;
  }

  .card3-img2 {
    display: block;
    width: 54%;
    padding: 15px;
    margin: 0 auto 20px;
  }

  .card3-img3 {
    width: 57%;
    padding-top: 40px;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .content2-wrapper {
    flex-direction: column;
  }

  .content-item-wrapper {
    width: 100%;
  }

  .main1-right p {
    font-size: 9px;
  }

  .center-img {
    display: none !important;
  }

  .main2 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .main2-content .corner {
    position: static !important;
    max-width: none !important;
    white-space: normal !important;
    margin-bottom: 20px;
  }


  .main2-content .corner {
    display: grid !important;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
  }


  .main2-content .corner h4 {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 6px 0;
    font-size: 15px;
    white-space: normal;
  }

  .main2-content .text-img-wrap {
    display: contents !important;
    width: auto !important;
    gap: 0 !important;
  }

  .main2-content .text-img-wrap p {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .main2-content .text-img-wrap .main2-mb-img,
  .main2-content .text-img-wrap .main2-mb-img3 {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: center;
    width: 90px;
    height: auto;
    object-fit: contain;
    display: block !important;
  }

  .main2 {
    padding: 25px;
  }


  .main3 {
    padding: 25px;
  }

  .main3 h2 {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    margin-left: 0;
  }

  .main3-header h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 19px;
    line-height: 1.8;
    margin: 0 0 20px !important;
    text-align: center;
  }

  .main3-header h2 img {
    width: 4.8rem;
    object-fit: contain;
  }

  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .cards-wrapper .card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .card p {
    font-size: 12px;
  }

  .card {
    padding: 3px;
  }

  .content2 {
    padding: 25px 30px;
  }

  .header-line {
    display: none;
  }

  .mb-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #012C5E;
    text-align: left;
    line-height: 1.8;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .mb-line {
    display: block;
    width: 95%;
    height: 2px;
    background-color: #012C5E;
    margin: 0 0 15px 0;
  }

  .content2-header {
    display: block;
  }

  .pc-title {
    display: none;
  }



  .content2-header h2 {
    font-size: 20px;
    font-weight: 700;
    color: #012C5E;
    text-align: left;
    margin: 0px 0px;
  }

  .item-img {
    width: 71px;
    height: auto;
  }

  .h4-row h4 {
    font-size: 15px;
    margin: 0;
    color: #012C5E;
  }

  .h4-row p {
    font-size: 13px;
    margin: 0;
    color: #012C5E;
  }

  .item-subtitle {
    font-size: 13px;
    margin: 10px 0 0 0;
    color: #012C5E;
  }

  .item-text {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.8;
    color: #012C5E;
  }

  .content-item {
    padding: 0;
  }

  .content2-bottom-line {
    width: 90%;
    height: 2px;
    background-color: #012C5E;

  }

  .main3-item {
    width: 100%;
    height: auto;
  }


  .header-img {
    width: 110px;
    height: auto;
  }

  .main3-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .feature-section {
    padding: 40px 25px 60px 25px;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
  }


  .feature-image-pc {
    display: none;
  }

  .feature-image-mb {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .feature-text-grid {
    display: none;
  }


  .main4-left-mb {
    display: block !important;
    position: static;
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
  }

  .main4-left-mb h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #fff;
  }

  .main4-left-mb p {
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.8;
    width: 100%;
    margin: 0;
    color: #fff;
  }

  .main4-left-pc {
    display: none;
  }


  .main4-right {
    width: auto;
    margin: 8px 25px;
    padding: 10px 15px;

  }

  .main4-right h2 {
    font-size: 15px;
  }

  .main4-img {
    display: none;
  }

  .main4-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
    padding: 0;
  }

  .main4-mb-img {
    display: block;
    flex: 0 0 auto;
    width: 60px;
    height: auto;
  }

  .triangle-texts {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
  }

  .triangle-texts h2 {
    font-size: 15px;
  }

  .triangle-texts p {
    font-size: 13px;
    font-weight: normal;
  }


  .text-block1,
  .text-block2,
  .text-block3,
  .text-block4 {
    position: static;
    max-width: 100%;
  }

  .triangle-texts h2 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
  }

  .triangle-texts p {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    margin: 0;
  }

  .main5 {
    text-align: center;
    padding: 25px 20px;
    margin: 0 auto;
  }

  .main-title {
    font-size: 32px;
    color: #F44444;
    margin-bottom: 20px;
    margin-top: 0;
    margin: 0 auto;
  }

  .sub-title {
    font-size: 19px;
  }

  .main5-header {
    gap: 10px;
  }

  .main5-left {
    width: 2%;
    height: auto;
    margin-top: 5px;
  }

  .main5-header h2 {
    font-size: 15px;
    margin: 0;
  }

  .main5-right {
    margin-top: 1px;
    width: 2%;
    height: auto;
  }


  .main5-text-pc {
    display: none;
  }

  .main5-text-mb {
    display: block;
    width: 100%;
    color: #012C5E;
    line-height: 1.8;
    font-weight: 300;
  }

  .main5-text-mb span {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
  }

  .main5-text-mb .underline {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #012C5E;
    margin: 0 auto;
  }

  .main5-button img {
    width: 200px;
  }
}






@media screen and (max-width: 450px) {
  .site-title {
    font-size: 16px;
  }
}


@media screen and (max-width: 350px) {
  .main4-right h2 {
    font-size: 12px;
  }
}