@charset "UTF-8";


/* mvWrap
***************************************************************/
.mvWrap {
  width: 100%;
  background: url(../img/common/mainimg_bg.png)no-repeat center / cover;
}
.mv__img1 {
  position: relative;
}
.mv__img1_front {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.mv__img1_medal {
  width: 500px;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 420px;
  margin: auto;
}
.mv__img1__wrap {
  position: relative;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.mv__img1__box {
  position: absolute;
  left: 6%;
  bottom: 0;
  padding-bottom: 2%;
  display: flex;
  gap: 10px;
  max-width: 47%;
}
.mv__img1__box a {
  width: calc(100% / 3);
  display: block;
}
.mv__img1__box a:hover {
	opacity: .8
}
@media all and (min-width: 481px) {
}
@media all and (min-width: 1201px) {
  .mvWrap {
    background-image: url(../img/common/mainimg_bg_1201.png);
  }
}
@media all and (min-width: 481px) and (max-width: 1200px) {
  .mv__img1_medal {
    right: 35vw;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  .mv__img1_medal {
    width: 430px;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .mv__img1_medal {
    width: 330px;
  }
}
@media all and (max-width: 480px) {
  .mv__img1__box {
    max-width: calc(100% - 8%);
    left: 4%;
    padding-bottom: 8%;
    gap: 8px;
  }
}


/* section2
***************************************************************/
.section2 {
  background-color: #fff;
  padding: 110px 20px 60px;
}
.section2__list1 {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.section2__list1 .li1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2__list1 .li1:nth-of-type(n + 2) {
  margin-top: 50px;
}
.section2__list1_in1,
.section2__list1_in2 {
  width: calc((100% - 40px) / 2);
}
.section2__list1_h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.section2__txt {
  border-top: 1px solid #D9D9D9;
}
.section2__list1_h3_num {
  width: 73px;
}
.section2__list1_h3_txt {
  width: calc(100% - 73px);
  padding-left: 28px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.section2__list1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
  padding-top: 20px;
}
.section2__detail-mark {
  background: linear-gradient(0deg, #DDE9F6 80%, #DDE9F6 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 80%);
}
.section2__point {
  max-width: 1000px;
  margin: 40px auto 0;
	padding: 20px 10px;
	border: 1px solid #99B7D9;
  background: #f6f8fc;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 0;
}
.section2__point-list {
	padding: 10px;
	line-height: 1.5;
	font-size: 14px;
  border-bottom: 1px solid #E0E7EF;
  width: calc(100% / 2 - 20px);
}
.section2__point-list:nth-child(5) {
  width: 100%;
  border-bottom: none;
}
.section2__point-list strong {
	font-size: 1rem;
	font-weight: 700;
}
.section2__point-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}
.section2__point-text {
  padding-left: 23px;
}
.section2__list1_in3 {
  display: none;
}
@media all and (min-width: 481px) {
  .section2__list1 .li1:nth-of-type(even) {
    flex-flow: row-reverse;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  .section2__list1_h3_txt {
    font-size: 26px;
    padding-left: 20px;
  }
  .section2__list1_p1 {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  #feature1 .li1>.section2__list1_in2 {
    display: none
  }
  #feature1>.section2__list1_in3 {
    display: block;
    margin-top: 20px;
  }
  .section2__list1_in2 {
    margin-top: 20px;
  }
  .section2__point {
    margin: 20px auto 0;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .section2__list1 .li1 {
    display: block;
  }
  .section2__list1_in1,
  .section2__list1_in2 {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .section2 {
    padding: 50px 20px 40px;
  }
  .section2__list1 {
    padding-top: 50px;
  }
  .section2__list1 .li1 {
    display: block;
  }
  .section2__list1_in1,
  .section2__list1_in2,
  .section2__list1_in3 {
    width: 100%;
  }
  .section2__list1_in2,
  .section2__list1_in3 {
    margin-top: 20px;
  }
  .section2__list1_h3_num {
    width: 50px;
  }
  .section2__list1_h3_txt {
    width: calc(100% - 50px);
    padding-left: 20px;
    font-size: 23px;
  }
  .section2__list1_p1 {
    font-size: 15px;
    padding-top: 15px;
  }
  .section2__point-title {
    font-size: 15px;
  }
  .section2__point {
    flex-direction: column;
    padding: 10px;
  }
  .section2__point-list {
    width: 100%;
  }
  .section2__point-text {
    padding-left: 0;
  }
}


/* section3
***************************************************************/
.section3 {
  background-color: #F6FAFF;
  padding: 110px 20px 60px;
}
.section3__block1 {
  max-width: 1200px;
	margin: 40px auto 0;
  padding-top: 30px;
  background-color: #fff;
}
.section3__block1_h3 {
  display: flex;
  align-items: center;
}
.section3__block1_h3_t1 {
  width: 82px;
  height: 64px;
  background-color: #004CA0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
.section3__block1_h3_t1::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 15px solid #004ca0;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
}
.section3__block1_inner {
  padding: 30px;
}
.section3__block1_item1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3__block1_item1_left {
  width: calc((100% - 30px) * 0.4825);
}
.section3__block1_item1_right {
  width: calc((100% - 30px) * 0.5175);
}
.section3__block1_item1_h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  border-bottom: 1px solid #D9D9D9;
}
.section3__block1_item1_p1 {
  padding: 20px 20px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
.section3__block1_item2 {
  padding-top: 30px;
}
.section3__block1_item2_h4 {
  color: #fff;
  background-color: #BD4652;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.section3__block1_item2_in1 {
  padding: 20px 20px 0;
}
.section3__block1_item2_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
.section3__block1_item2_p1 .bold {
  font-weight: 700;
}
.section3__block1_item2_img1 {
  width: 256.5px;
}
.section3__wrap {
  margin: 30px auto 0;
  padding: 20px;
  max-width: 870px;
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #004CA0;
}
.section3__wrap_h3 {
  font-size: clamp(1.125rem, 0.833rem + 0.97vw, 1.563rem);
  font-weight: 600;
  text-align: center;
}
.section3__detail-img {
  max-width: 480px;
  display: block;
  margin: 0 auto;
}
.section3__detail {
  background: #fff;
  padding: 30px 15px 20px;
}
.section3__detail_h4 {
  font-size: clamp(1rem, 0.833rem + 0.56vw, 1.25rem);
  font-weight: 500;
}
.client-name {
  text-align: right;
  font-size: 14px;
}
.section3__detail-mark {
  background: linear-gradient(0deg, #F1EBA9 80%, #F1EBA9 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 80%);
  font-weight: 600;
}
.section3__arrow {
  margin: 10px auto;
}
.section3__detail p:last-of-type {
  margin-top: 10px;
}
@media all and (min-width: 481px) {
  .section3__block1_item2_clm1 {
    display: flex;
    align-items: flex-end;
    margin-top: 15px;
  }
  .section3__block1_item2_p1.type2 {
    width: calc(100% - 256.5px);
    padding-bottom: 75px;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .section3__block1_item1 {
    display: block;
  }
  .section3__block1_item1_left {
    width: 60%;
    margin: 0 auto;
  }
  .section3__block1_item1_right {
    width: 100%;
    margin-top: 15px;
  }
  .section3__block1_item2_clm1 {
    display: block;
  }
  .section3__block1_item2_p1.type2 {
    width: 100%;
    padding-bottom: 0;
  }
  .section3__block1_item2_img1 {
    margin: 15px auto 0;
  }
}
@media all and (max-width: 480px) {
  .section3 {
    padding: 50px 20px 40px;
  }
  .section3__wrap {
    padding: 20px 10px;
  }
  .section3__wrap_h3 {
    text-align: left;
  }
  .section3__detail p {
    font-size: 15px;
	margin-bottom: 10px;
  }
  .section3__detail-img {
    max-width: 300px;
    margin: 0 auto;
  }    
  .section3__block1 {
    margin: 20px auto 0;
    padding-top: 0;
  }
  .section3__block1_h3 {
    display: block;
  }
  .section3__block1_h3_t1 {
    width: 100%;
    height: 34px;
  }
  .section3__block1_h3_t1::after {
    border-right: calc((100vw - 40px) / 2) solid transparent;
    border-left: calc((100vw - 40px) / 2) solid transparent;
    border-top: 15px solid #004ca0;
    border-bottom: 0;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 0;
    right: 0;
  }
  .section3__block1_inner {
    padding: 30px 15px;
  }
  .section3__block1_item1 {
    display: block;
  }
  .section3__block1_item1_left {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .section3__block1_item1_right {
    width: 100%;
    padding-top: 30px;
  }
  .section3__block1_item1_p1 {
    padding: 20px 0 0;
    font-size: 15px;
  }
  .section3__block1_item2_in1 {
    padding: 20px 0 0;
  }
  .section3__block1_item2_p1 {
    font-size: 15px;
  }
  .section3__block1_item2_img1 {
    width: 210px;
    max-width: 100%;
    margin: 5px auto 0;
  }
}


/* section5
***************************************************************/
.section5 {
  background-color: #F5F5F5;
  padding: 110px 20px 60px;
}
.section5__list1 {
  max-width: 960px;
  padding-top: 40px;
  margin: 0 auto;
}
.section5__list1 .li1 {
  background-color: #fff;
  display: flex;
  position: relative;
}
.section5__list1 .li1:nth-of-type(n + 2) {
  margin-top: 25px;
}
.section5__list1 .li1:nth-of-type(n + 2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid #d9d9d9;
  border-bottom: 0;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.section5__list1_num {
  width: 50px;
  background-color: #004CA0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.section5__list1 .li1:nth-of-type(2) .section5__list1_num {
  background-color: #1C67BA;
}
.section5__list1 .li1:nth-of-type(3) .section5__list1_num {
  background-color: #347ED0;
}
.section5__list1 .li1:nth-of-type(4) .section5__list1_num {
  background-color: #5092DA;
}
.section5__list1 .li1:nth-of-type(5) .section5__list1_num {
  background-color: #76AEEC;
}
.section5__list1_num .s1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.section5__list1_textBox {
  width: calc(100% - 50px);
  padding: 20px;
}
.section5__list1_h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section5__list1_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.7;
}
@media all and (max-width: 480px) {
  .section5 {
    padding: 50px 20px 40px;
  }
  .section5__list1 {
    padding-top: 20px;
  }
  .section5__list1_num {
    width: 30px;
    font-size: 20px;
  }
  .section5__list1_textBox {
    width: calc(100% - 30px);
    padding: 15px 20px;
  }
  .section5__list1_h3 {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .section5__list1_p1 {
    font-size: 15px;
    margin-top: 5px;
  }
}


/* section6
***************************************************************/
.section6 {
  background-color: #fff;
  padding: 110px 20px 60px;
}
.section6__list1 {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
}
.section6__list1_dl1 {
  display: flex;
}
.section6__list1_dl1 .dt1 {
  width: 28%;
  border-bottom: 1px solid #004CA0;
  padding: 15px 20px;
}
.section6__list1_dl1 .dd1 {
  width: 72%;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 20px;
}
.section6__list1 .li1:last-child .section6__list1_dl1 .dt1,
.section6__list1 .li1:last-child .section6__list1_dl1 .dd1 {
  border-bottom: none;
}
.section6__list1_tit1 {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section6__list1_p1 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
.section6__list1_iframe {
  width: 100%;
  height: 260px;
  margin-top: 10px;
}
.section6__list1_iframe iframe {
  width: 100%;
  height: 100%;
}
@media all and (min-width: 481px) {
}
@media all and (min-width: 481px) and (max-width: 1024px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
}
@media all and (max-width: 480px) {
  .section6 {
    padding: 50px 20px 40px;
  }
  .section6__list1 {
    width: 100%;
    padding-top: 10px;
  }
  .section6__list1_dl1 {
    display: flex;
  }
  .section6__list1_dl1 .dt1 {
    width: 84px;
    padding: 15px 10px;
  }
  .section6__list1_dl1 .dd1 {
    width: calc(100% - 84px);
    padding: 15px 10px;
  }
  .section6__list1_tit1 {
    font-size: 15px;
    font-weight: 600;
  }
  .section6__list1_p1 {
    font-size: 15px;
  }
  .section6__list1_iframe {
    height: 180px;
  }
}


/* section7
***************************************************************/
.section7 {
  background-color: #F5F5F5;
  padding: 110px 20px 60px;
}
.contact__first {
  padding-top: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.contact__first-flow {
  counter-reset: list-counter;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 20px;
}
.contact__first-flow-item {
  font-size: 16px;
}
.contact__first-flow-item:before {
  content: counter(list-counter);
  counter-increment: list-counter;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2em;
  margin-right: 0.5em;
  background-color: #004CA0;
  color: #fff;
}
.contact__first-unction {
  font-size: 14px;
}
.contact__box {
  max-width: 700px;
  margin: 50px auto 0;
  padding: 50px 40px;
  background-color: #fff;
}
.form__contents-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.form__contents-title .req {
  display: inline-block;
	color: #fff;
	background: #BD4652;
	font-size: 12px;
	font-weight: 500;
	border-radius: 3px;
	padding: 0 5px;
	margin-right: 10px;
}
.form__contents-title .attention {
	font-size: 14px;
	color: #666;
	font-weight: 300;
	margin-left: 5px;
}
.form__contents-item + .form__contents-title {
  margin-top: 20px;
}
.contact .contact__box .form__contents-item input, .contact .contact__box .form__contents-item textarea, .contact .contact__box .form__contents-item select {
  font-size: 16px;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 15px 20px;
}
::placeholder {
  color: #aaa;
}
label {
  cursor: pointer;
}
.contact__pp {
  max-width: 700px;
  height: 250px;
  display: block;
  margin: 25px auto 0;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 1.8rem;
}
.contact__pp-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.contact__pp-subtitle {
  font-size: 15px;
  margin: 0;
}
.contact__pp-text {
  font-size: 15px;
  margin-bottom: 15px;
}
.form__submit {
  margin: 30px auto 0;
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #BD4652;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.form__submit:hover {
  opacity: .7;
}
.contact__pp-text {
  word-break: break-all;
}
.br-sp {
	display: none;
}
@media all and (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}
@media all and (max-width: 480px) {
  .section7 {
    padding: 50px 20px 40px;
  }
  .contact__first {
    padding-top: 25px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .contact__first-flow-item {
    font-size: 15px;
  }
  .contact__box {
    margin: 30px auto 0;
    padding: 30px 20px;
  }
  .form__contents-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .contact .contact__box .form__contents-item input, .contact .contact__box .form__contents-item textarea, .contact .contact__box .form__contents-item select {
    padding: 15px;
  }
  .contact__pp-title {
    font-size: 15px;
  }
  .contact__pp-subtitle {
    font-size: 14px;
  }
  .contact__pp-text {
    font-size: 14px;
  }
  .form__submit {
    width: 190px;
    height: 44px;
    font-size: 15px;
  }
}


/* section8
***************************************************************/
.section8 {
  background-color: #F5F5F5;
  padding: 110px 20px 60px;
}
.section8__list1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.section8 .w_title1__tit1 {
  line-height: 1.3;
}
.section8 .w_title1__tit1 .small {
  font-size: clamp(1.625rem, 0.833rem + 2.64vw, 2.813rem);
}
.section8__list1_a span {
  font-weight: 500;
}
.section8__list1 li {
  border-bottom: 1px solid #fff;
}
.section8__list1_h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.section8__list1_q {
  background: #2B71BE;
  padding: 15px;
  font-weight: 600;
  font-size: clamp(1.063rem, 0.854rem + 0.69vw, 1.375rem);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section8__list1_q:hover {
  cursor: pointer;
}
.triangle {
  font-size: clamp(0.563rem, 0.438rem + 0.42vw, 0.75rem);
  padding-right: 10px;
}
.minus:hover,.plus:hover {
  cursor: pointer;
}
.minus,.plus {
  font-size: 18px;
  display: none;
}
.minus.active,.plus.active {
  display: block;
}
.li1:nth-child(even) .section8__list1_q {
  background: #4F88C7;
}
.section8__list1_a {
  background: #fff;
  padding: 0;
  height: 0;
  overflow: hidden;
  font-size: 15px;
  letter-spacing: 0;
}
.section8__list1_a.active {
  opacity: 1;
  height: auto;
  padding: 15px;
}
@media (max-width: 480px) {
  .section8 {
    padding: 50px 20px 40px;
  }
.section8__list1_q {
    padding: 10px;
  }
}


/* section10
***************************************************************/
.section10 {
  background: #95BAE3;
  background: repeating-linear-gradient(-45deg, #9cc1ec, #9cc1ec 1px, #95BAE3 2px, #95BAE3 8px);
}
.section10__inner {
  padding: 30px 0;
  margin: 0 auto;
	max-width: 1200px;
  display: flex;
  gap: 30px;
}
.section10__heading {
  background: #004CA0;
  text-align: center;
  color: #fff;
  font-weight: 500;
	position: relative;
  font-size: clamp(1rem, 0.833rem + 0.56vw, 1.25rem);
	line-height: 1.2;
	padding: 5px 20px;
}
.section10__box:nth-of-type(2) .section10__heading {
  background: #596778;
}
.section10__heading-color {
  color: #DFD675;
  font-size: clamp(1.375rem, 1.25rem + 0.42vw, 1.563rem);
	font-weight: 700;
}
.section10__heading-mark {
  font-size: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
}

.section10__heading-mark {
  font-size: clamp(1.125rem, 1.042rem + 0.28vw, 1.25rem);
}
.section10__heading:after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  aspect-ratio: 1 / cos(30deg);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #004CA0;
	z-index: 10;
}
.section10__box:nth-of-type(2) .section10__heading:after {
  background: #596778;
}
.section10__list-wrap {
  position: relative;
  background: #fff;
  border: solid 2px #004CA0;
	padding: 15px 20px;
}
.section10__box:nth-of-type(2) .section10__list-wrap {
  border: solid 2px #596778;
}
.section10__list {
  display: flex;
  flex-wrap: wrap;
}
.section10__list-item {
  position: relative;
  padding: 5px 0 5px 25px;
  font-size: clamp(0.938rem, 0.813rem + 0.42vw, 1.125rem);
  border-bottom: 1px dotted #D9D9D9;
  width: 100%;
	font-weight: 500;
}
.section10__list-item::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background: url("../img/common/checklist_icon01.svg") left center no-repeat;
  background-size: contain;
}
.section10__box:nth-of-type(2) .section10__list-item::before {
  background: url(../img/common/checklist_icon02.svg) left center no-repeat;
}
.section10__list-item span {
  color: #3C76B7;
}
.section10__box:nth-of-type(2) .section10__list-item span {
  color: #BD4652;
}
.section10__list-item .color1{
	font-weight: 600;
}
.section10__list-item:last-of-type {
  border: none;
}
@media (max-width: 1200px) {
  .section10__inner {
    padding: 30px 20px;
    gap: 10px;
  }
  .section10__heading {
    padding: 5px 10px;
  }
  .section10__list-wrap {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .section10__inner {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .section10__inner {
    flex-direction: column;
    max-width: 90vw;
    gap: 20px;
  }
}
@media all and (max-width: 480px) {
  .section10__inner {
    max-width: 100%;
  }
  .section10__heading {
    padding: 5px;
  }
  .section10__heading .color3 {
    display: block;
  }
  .section10__list-item {
    width: 100%;
  }
  .section10__list-wrap {
    padding: 0;
  }
  .section10__list {
    padding: 15px;
  }
  .section10__img {
    position: unset;
    display: block;
    margin: -20px 0 0 auto;
    width: 100%;
  }
  .section10__heading:after {
    bottom: -10px;
    width: 40px;
    height: 10px;
  }
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 481px) {
}
@media all and (min-width: 481px) and (max-width: 1024px) {
}
@media all and (min-width: 481px) and (max-width: 768px) {
}
@media all and (max-width: 480px) {
}
