body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

.header-content {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header-content {
    display: block;
  }
}
.header-content-logo {
  font-size: 30px;
  color: #0F45A3;
  font-weight: 600;
}
.header-content-infor {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header-content-infor {
    justify-content: space-between;
  }
}
.header-content-infor .text-1 {
  color: #0F45A3;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .header-content-infor .text-1 {
    font-size: 10px;
  }
}
.header-content-infor .text-2 {
  margin: 0 30px;
}
.header-content-infor .text-2 p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 768px) {
  .header-content-infor .text-2 p {
    font-size: 10px;
  }
}
.header-content-infor .text-2 p strong {
  padding-bottom: 5px;
  display: flex;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .header-content-infor .text-2 p strong {
    font-size: 10px;
  }
}
.header-content-infor .text-2 p strong img {
  padding-right: 5px;
}
.header-content-infor .text-2 p strong a {
  color: #000;
  text-decoration: none;
}
.header-content-infor .text-3 {
  background: linear-gradient(to right, #E73828, #5E0000);
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  padding: 0px 10px;
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header-content-infor .text-3 {
    font-size: 10px;
    padding: 0 5px;
    border-radius: 5px;
    height: 30px;
  }
}

.title-section {
  padding: 40px 0 20px 0;
}
@media (max-width: 768px) {
  .title-section {
    padding: 20px 0 10px 0;
  }
}
.title-section h2 {
  color: #0F45A3;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .title-section h2 {
    font-size: 18px;
  }
}
.title-section h3 {
  font-weight: 900;
  font-size: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .title-section h3 {
    font-size: 18px;
  }
}

.section-1 .title-section {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.section-1 .title-section::before, .section-1 .title-section::after {
  content: "";
  flex: 1;
  display: block;
  border-bottom: 1px solid #3A5BA0;
  margin: 0 10px;
}

.section-1 {
  margin-bottom: 35px;
}
.section-1-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 40px;
}
@media (max-width: 1200px) {
  .section-1-content {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 20px;
  }
}
.section-1-content-item {
  background-color: #F39800;
  border-radius: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .section-1-content-item {
    font-size: 14px;
  }
}

.section-2 {
  background: #0F45A3;
  color: #Fff;
  text-align: center;
  padding: 50px 0 30px 0;
}
.section-2-title h3 {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  background: #fff;
  color: #0F45A3;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .section-2-title h3 {
    font-size: 18px;
  }
}
.section-2-title h4 {
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 768px) {
  .section-2-title h4 {
    font-size: 18px;
  }
}
.section-2-title h4 span {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section-2-title h4 span {
    font-size: 22px;
  }
}
.section-2-mail {
  background: linear-gradient(to right, #E73828, #5E0000);
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  border-radius: 10px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-2-mail {
    height: 50px;
  }
}
.section-2-mail img {
  height: 80px;
  padding: 5px;
}
@media (max-width: 768px) {
  .section-2-mail img {
    height: 50px;
  }
}
.section-2-mail span {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 900;
  font-size: 35px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .section-2-mail span {
    font-size: 18px;
  }
}
.section-2-bottom p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-2-bottom p {
    font-size: 12px;
  }
}

.section-3 {
  background: #E2F1FB;
  padding: 40px 0;
}
.section-3 h2 {
  font-weight: 900;
}
.section-3 h2 span {
  background: #333333;
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .section-3 h2 span {
    font-size: 20px;
  }
}
.section-3-content {
  margin: auto;
  max-width: 80%;
}

.content-checked {
  display: flex;
  align-items: center;
  position: relative;
  margin: 20px 0;
}
.content-checked .icon {
  position: relative;
  z-index: 2;
}
.content-checked .icon img {
  width: 120px;
}
@media (max-width: 768px) {
  .content-checked .icon img {
    width: 60px;
  }
}
.content-checked .text {
  z-index: 1;
  background: #053478;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  min-height: 90px;
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: -30px;
}
@media (max-width: 768px) {
  .content-checked .text {
    min-height: 50px;
  }
}
.content-checked .text p {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .content-checked .text p {
    font-size: 14px;
    padding-left: 10px;
  }
}

.section-4 {
  background-image: url(../img/Asset\ 4.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 500px;
}
.section-4-content {
  width: 80%;
  margin: auto;
}
.section-4-content h3 {
  text-align: left;
  margin-bottom: 40px;
}
.section-4-content .text-content {
  color: #fff;
  max-width: 600px;
}

.section-5 {
  background: #90CFF1;
}
.section-5-content {
  margin: auto;
  width: 80%;
  padding: 30px 0;
}
.section-5-content-box {
  margin-top: 50px;
  background-color: #fff;
  padding: 50px;
}
.section-5-content-box h3 {
  color: #0D48AC;
}
@media (max-width: 768px) {
  .section-5-content-box {
    margin-top: 20px;
    padding: 20px;
  }
}

.section-6 {
  width: 80%;
  margin: auto;
}
.section-6-content-item {
  margin: 30px 0;
}
.section-6-content-item .title {
  padding: 30px 0;
  padding-left: 35%;
  font-weight: 900;
  font-size: 35px;
  color: #fff;
  background: #0D48AC;
}
@media (max-width: 768px) {
  .section-6-content-item .title {
    font-size: 16px;
    padding: 10px 0;
    padding-left: 23%;
  }
}
.section-6-content-item .content {
  display: flex;
}
.section-6-content-item .content .img {
  margin-top: -80px;
  margin-left: -30px;
}
@media (max-width: 768px) {
  .section-6-content-item .content .img {
    margin-top: -5px;
    margin-left: -10px;
  }
}
.section-6-content-item .content .text-content {
  padding-top: 10px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .section-6-content-item .content .text-content {
    padding-left: 10px;
  }
}

.section-7-content {
  width: 80%;
  margin: auto;
}
.section-7-content-item {
  display: grid;
  margin: 30px 0;
}
.section-7-content-item-1 {
  grid-template-columns: 35% 65%;
}
@media (max-width: 768px) {
  .section-7-content-item-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-7-content-item-1 .img img {
  width: 100%;
}
.section-7-content-item-1 .text {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .section-7-content-item-1 .text {
    padding-left: 0;
    padding-top: 10px;
  }
}
.section-7-content-item-1 .text p {
  margin: 0;
}
.section-7-content-item-1 .text h3 {
  padding-top: 15px;
  color: #0D48AC;
  font-weight: 900;
}
@media (max-width: 768px) {
  .section-7-content-item-1 .text h3 {
    font-size: 18px;
  }
}
.section-7-content-item-2 {
  grid-template-columns: 65% 35%;
}
@media (max-width: 768px) {
  .section-7-content-item-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-7-content-item-2 .text {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .section-7-content-item-2 .text {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.section-7-content-item-2 .text p {
  margin: 0;
}

.section-8 {
  background-image: url(../img/background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.section-8-content {
  width: 80%;
  margin: auto;
}
.section-8-content-item {
  border: 2px solid #0D48AC;
  border-radius: 10px;
  margin-bottom: 50px;
}
.section-8-content-item-top {
  padding: 30px;
  display: flex;
}
@media (max-width: 768px) {
  .section-8-content-item-top {
    padding: 15px;
    display: block;
  }
}
.section-8-content-item-top .title {
  padding-left: 15px;
  color: #0D48AC;
}
@media (max-width: 768px) {
  .section-8-content-item-top .title {
    padding-left: 0;
    padding-top: 10px;
  }
}
.section-8-content-item-top .title h3 {
  font-weight: 900;
  font-size: 35px;
}
@media (max-width: 768px) {
  .section-8-content-item-top .title h3 {
    font-size: 18px;
  }
}
.section-8-content-item-top .title h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .section-8-content-item-top .title h4 {
    font-size: 14px;
  }
}
.section-8-content-item-text {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 768px) {
  .section-8-content-item-text {
    padding: 15px;
  }
}

.section-9-content {
  width: 80%;
  margin: auto;
}

.section-9 {
  padding-top: 40px;
}
.section-9 h3 {
  color: #0D48AC;
}

.section-10-content-1 {
  background-image: url(../img/background2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 600px;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .section-10-content-1 {
    padding: 20px 0;
  }
}
.section-10-content-2 {
  background-image: url(../img/background3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 450px;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .section-10-content-2 {
    padding: 20px 0;
  }
}
.section-10 .text-content {
  padding-top: 50px;
  width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  .section-10 .text-content {
    padding-top: 10px;
  }
}
.section-10 .text-content h3 {
  font-weight: 400 !important;
  text-align: left;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .section-10 .text-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.section-10 .text-content p {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .section-10 .text-content p {
    font-size: 12px;
  }
}

.section-11 h3 {
  color: #0D48AC;
}
.section-11-content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .section-11-content {
    margin-top: 20px;
  }
}

.box-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}
.box-white h3 {
  color: #0D48AC;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .box-white h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .box-white p {
    font-size: 12px;
  }
}

.title-arrow {
  padding-top: 20px;
  text-align: center;
}
.title-arrow h3 {
  background: linear-gradient(to right, #1557C9, #0D48AC);
  color: #fff;
  font-weight: 900;
  font-size: 35px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .title-arrow h3 {
    font-size: 18px;
  }
}

.arrow {
  text-align: center;
  margin-top: -10px;
}

.text-content p {
  font-weight: 300;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 768px) {
  .text-content p {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=style.css.map */