@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
/* ----------------------------------------------------
other
---------------------------------------------------- */
.notice {
  margin-top: 10px;
  font-family: "メイリオ", sans-serif;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
@media (max-width: 1440px) {
  .notice {
    margin-top: 0.694vw;
    font-size: 0.972vw !important;
  }
}
@media (max-width: 750px) {
  .notice {
    margin-top: 2.667vw;
    font-size: 3.733vw !important;
  }
}

.imgbox {
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .imgbox {
    margin-top: 3.472vw;
  }
}
@media (max-width: 750px) {
  .imgbox {
    margin-top: 8vw;
  }
  .imgbox img {
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .page_contents.page {
    padding: 13.333vw 0;
  }
}
@media (max-width: 750px) {
  .page_contents.page > .inner {
    padding: 0 20px;
  }
}
.page_contents.page section {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .page_contents.page section {
    margin-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  .page_contents.page section {
    margin-bottom: 13.333vw;
  }
}

/* ----------------------------------------------------
about
---------------------------------------------------- */
.about {
  padding: 0;
}
.about .mv {
  padding: 60px 0;
  background: url(../images/about/img_bg_mv.jpg) center top/100% no-repeat;
}
@media (max-width: 1440px) {
  .about .mv {
    padding: 4.167vw 0;
  }
}
@media (max-width: 750px) {
  .about .mv {
    padding: 5.333vw 0 13.333vw 0;
    background: url(../images/about/sp/img_bg_mv.jpg) center top/100% no-repeat;
  }
}
.about .mv > h3 {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .about .mv > h3 {
    margin-bottom: 2.778vw;
    font-size: 2.778vw;
  }
}
@media (max-width: 750px) {
  .about .mv > h3 {
    margin-bottom: 5.333vw;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.about .mv .readbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 750px) {
  .about .mv .readbox {
    flex-wrap: wrap;
    box-shadow: none;
  }
}
.about .mv .readbox .box_item {
  width: 50%;
}
@media (max-width: 750px) {
  .about .mv .readbox .box_item {
    width: 100%;
  }
}
.about .mv .readbox .l_photo {
  line-height: 0;
}
.about .mv .readbox .l_photo img {
  max-width: 100%;
  height: auto;
}
.about .mv .readbox .r_text {
  padding-left: 43px;
}
@media (max-width: 1440px) {
  .about .mv .readbox .r_text {
    padding-left: 2.986vw;
  }
}
@media (max-width: 750px) {
  .about .mv .readbox .r_text {
    padding: 5.333vw;
  }
}
.about .mv .readbox .r_text p {
  color: #003c73;
  font-size: 30px;
  line-height: 2.1;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .about .mv .readbox .r_text p {
    font-size: 2.083vw;
  }
}
@media (max-width: 750px) {
  .about .mv .readbox .r_text p {
    font-size: 5.333vw;
  }
  .about .mv .readbox .r_text p br {
    display: none;
  }
}
.about .infobox > .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .about .infobox > .inner {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.about .infobox_item {
  padding: 30px 25px;
  width: 580px;
  height: 250px;
  background: #fff;
  border: 1px solid #374454;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1440px) {
  .about .infobox_item {
    padding: 2.083vw 1.736vw;
    width: 40.278vw;
    height: 17.361vw;
  }
}
@media (max-width: 750px) {
  .about .infobox_item {
    padding: 5.333vw 4.8vw;
    width: 100%;
    height: auto;
  }
  .about .infobox_item + .infobox_item {
    margin-top: 6.667vw;
  }
}
.about .infobox_item .box_head {
  height: 60px;
  background: #e8f1f5;
}
@media (max-width: 1440px) {
  .about .infobox_item .box_head {
    height: 4.167vw;
  }
}
@media (max-width: 750px) {
  .about .infobox_item .box_head {
    margin-bottom: 2.667vw;
    height: 12vw;
  }
}
.about .infobox_item .box_head p {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .about .infobox_item .box_head p {
    font-size: 1.806vw;
  }
}
@media (max-width: 750px) {
  .about .infobox_item .box_head p {
    font-size: 5.333vw;
  }
}
.about .infobox_item .box_head p:before {
  content: "";
  display: inline-block;
}
.about .infobox_item .box_text {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 140px;
}
@media (max-width: 1440px) {
  .about .infobox_item .box_text {
    padding: 0 2.778vw;
    height: 9.722vw;
  }
}
@media (max-width: 750px) {
  .about .infobox_item .box_text {
    padding: 0;
    display: block;
    height: auto;
  }
}
.about .infobox_item .box_text p {
  line-height: 2;
}
.about .infobox .staff .box_head p:before {
  width: 52px;
  height: 38px;
  background: url(../images/common/icon_staff_navy.svg) center center/100% no-repeat;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .about .infobox .staff .box_head p:before {
    width: 3.611vw;
    height: 2.639vw;
    margin-right: 1.389vw;
  }
}
@media (max-width: 750px) {
  .about .infobox .staff .box_head p:before {
    width: 10.667vw;
    height: 7.733vw;
    margin-right: 4.267vw;
  }
}
.about .infobox .meeting .box_head p:before {
  width: 53px;
  height: 35px;
  background: url(../images/common/icon_meeting_navy.svg) center center/100% no-repeat;
  margin-right: 45px;
}
@media (max-width: 1440px) {
  .about .infobox .meeting .box_head p:before {
    width: 3.681vw;
    height: 2.431vw;
    margin-right: 3.125vw;
  }
}
@media (max-width: 750px) {
  .about .infobox .meeting .box_head p:before {
    width: 10.933vw;
    height: 7.2vw;
    margin-right: 4.8vw;
  }
}
.about .consultation .consul_item {
  padding: 45px 0;
}
@media (max-width: 1440px) {
  .about .consultation .consul_item {
    padding: 3.125vw 0;
  }
}
@media (max-width: 750px) {
  .about .consultation .consul_item {
    padding: 5.333vw 0;
  }
}
@media (max-width: 750px) {
  .about .consultation .consul_item#hosho {
    padding-top: 13.333vw;
  }
}
.about .consultation .consul_item + .consul_item {
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .about .consultation .consul_item + .consul_item {
    margin-top: 0.694vw;
  }
}
@media (max-width: 750px) {
  .about .consultation .consul_item + .consul_item {
    margin-top: 2.667vw;
  }
}
.about .consultation .consul_item > .inner {
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .about .consultation .consul_item > .inner {
    width: 69.444vw;
  }
}
@media (max-width: 750px) {
  .about .consultation .consul_item > .inner {
    flex-wrap: wrap;
    width: 100%;
  }
}
.about .consultation .consul_item:nth-child(odd) {
  background: linear-gradient(to right, #fdf8f3 70%, #fff);
}
@media (max-width: 750px) {
  .about .consultation .consul_item:nth-child(odd) {
    background: #fdf8f3;
  }
}
.about .consultation .consul_item:nth-child(even) {
  background: linear-gradient(to left, #fdf8f3 70%, #fff);
}
.about .consultation .consul_item:nth-child(even) .l_circle_title {
  order: 2;
}
@media (max-width: 750px) {
  .about .consultation .consul_item:nth-child(even) .l_circle_title {
    order: 1;
  }
}
.about .consultation .consul_item:nth-child(even) .r_textbox {
  order: 1;
}
@media (max-width: 750px) {
  .about .consultation .consul_item:nth-child(even) .r_textbox {
    order: 2;
  }
}
@media (max-width: 750px) {
  .about .consultation .consul_item:nth-child(even) {
    background: #fdf8f3;
  }
}
.about .consultation .l_circle_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 214px;
  height: 214px;
  background: linear-gradient(to bottom right, #fff 50%, #fbe9e9 50%);
  border-radius: 100vw;
  border: 2px solid #d52425;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1440px) {
  .about .consultation .l_circle_title {
    width: 14.861vw;
    height: 14.861vw;
  }
}
@media (max-width: 750px) {
  .about .consultation .l_circle_title {
    margin: 0 auto 5.333vw auto;
    width: 45.333vw;
    height: 45.333vw;
  }
}
.about .consultation .l_circle_title p {
  color: #d52425;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 1440px) {
  .about .consultation .l_circle_title p {
    font-size: 1.736vw;
  }
}
@media (max-width: 750px) {
  .about .consultation .l_circle_title p {
    font-size: 6.667vw;
    line-height: 1.4;
  }
}
.about .consultation .r_textbox {
  width: 700px;
}
@media (max-width: 1440px) {
  .about .consultation .r_textbox {
    width: 48.611vw;
  }
}
@media (max-width: 750px) {
  .about .consultation .r_textbox {
    padding: 0 20px;
    width: 100%;
  }
}
.about .consultation .r_textbox p {
  color: #000;
  line-height: 2;
}
.about .consultation .r_textbox .btn_red {
  margin: 40px auto 0 auto;
}
@media (max-width: 1440px) {
  .about .consultation .r_textbox .btn_red {
    margin-top: 2.778vw;
  }
}
@media (max-width: 750px) {
  .about .consultation .r_textbox .btn_red {
    margin-top: 5.333vw;
  }
}
@media (max-width: 750px) {
  .about .section_4 > .inner {
    padding: 0 20px;
  }
}
.about .coop > .inner {
  width: 850px;
}
@media (max-width: 1440px) {
  .about .coop > .inner {
    width: 59.028vw;
  }
}
@media (max-width: 750px) {
  .about .coop > .inner {
    padding: 0 20px;
    width: 100%;
  }
}
.about .coop .box_item + .box_item {
  margin-top: 56px;
}
@media (max-width: 1440px) {
  .about .coop .box_item + .box_item {
    margin-top: 3.889vw;
  }
}
@media (max-width: 750px) {
  .about .coop .box_item + .box_item {
    margin-top: 12.267vw;
  }
}
.about .coop .box_item > .box_head {
  margin: 0 auto 50px auto;
  width: 400px;
}
@media (max-width: 1440px) {
  .about .coop .box_item > .box_head {
    margin-bottom: 3.472vw;
    width: 27.778vw;
  }
}
@media (max-width: 750px) {
  .about .coop .box_item > .box_head {
    margin-bottom: 6.133vw;
    width: 100%;
  }
}
.about .coop .box_item > .box_head:before, .about .coop .box_item > .box_head:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #d52425;
}
.about .coop .box_item > .box_head:before {
  margin-bottom: 8px;
}
@media (max-width: 1440px) {
  .about .coop .box_item > .box_head:before {
    margin-bottom: 0.556vw;
  }
}
@media (max-width: 750px) {
  .about .coop .box_item > .box_head:before {
    margin-bottom: 2.133vw;
  }
}
.about .coop .box_item > .box_head:after {
  margin-top: 10px;
}
@media (max-width: 1440px) {
  .about .coop .box_item > .box_head:after {
    margin-top: 0.556vw;
  }
}
@media (max-width: 750px) {
  .about .coop .box_item > .box_head:after {
    margin-top: 2.133vw;
  }
}
.about .coop .box_item h3 {
  padding: 8px 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}
@media (max-width: 1440px) {
  .about .coop .box_item h3 {
    padding: 0.556vw 0;
    font-size: 1.806vw;
  }
}
@media (max-width: 750px) {
  .about .coop .box_item h3 {
    padding: 1.6vw 0;
    font-size: 6.667vw;
  }
}
.about .coop .box_item .box_text p {
  color: #000;
  line-height: 2;
}
.about .voicebox > h3 {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .about .voicebox > h3 {
    margin-bottom: 3.472vw;
    font-size: 2.778vw;
  }
}
@media (max-width: 750px) {
  .about .voicebox > h3 {
    margin-bottom: 12vw;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.about .voicebox .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .about .voicebox .inner {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.about .voicebox_item {
  padding: 40px 65px 30px 40px;
  margin-bottom: 60px;
  width: 560px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #374454;
  border-radius: 100vw;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1440px) {
  .about .voicebox_item {
    padding: 2.778vw 4.514vw 2.083vw 2.778vw;
    margin-bottom: 4.167vw;
    width: 38.889vw;
    height: 15.278vw;
  }
}
@media (max-width: 750px) {
  .about .voicebox_item {
    padding: 4vw 4vw 5.333vw 6.667vw;
    margin-bottom: 13.333vw;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    border-radius: 8vw;
  }
}
.about .voicebox_item .voice_text {
  width: 290px;
}
@media (max-width: 1440px) {
  .about .voicebox_item .voice_text {
    width: 20.139vw;
  }
}
@media (max-width: 750px) {
  .about .voicebox_item .voice_text {
    width: 100%;
  }
}
.about .voicebox_item .voice_text p {
  color: #000;
  line-height: 2;
}
.about .voicebox_item:before {
  content: "";
  display: inline-block;
  width: 131px;
  height: 119px;
}
@media (max-width: 1440px) {
  .about .voicebox_item:before {
    width: 9.097vw;
    height: 8.264vw;
  }
}
@media (max-width: 750px) {
  .about .voicebox_item:before {
    display: block;
    width: 22.133vw;
    height: 24vw;
    margin: 0 auto 2.667vw auto;
  }
}
.about .voicebox_item.family:before {
  background: url(../images/about/icon_voice_family.svg) center center/100% no-repeat;
}
@media (max-width: 750px) {
  .about .voicebox_item.family:before {
    background: url(../images/about/sp/icon_voice_family.svg) center center/100% no-repeat;
  }
}
.about .voicebox_item.pair:before {
  background: url(../images/about/icon_voice_pair.svg) center center/100% no-repeat;
}
@media (max-width: 750px) {
  .about .voicebox_item.pair:before {
    background: url(../images/about/sp/icon_voice_pair.svg) center center/100% no-repeat;
  }
}
.about .voicebox .btn_red {
  margin: 0 auto;
}

/* ----------------------------------------------------
learnmore
---------------------------------------------------- */
.pagetitle.learnmore > h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1440px) {
  .pagetitle.learnmore > h2 {
    margin-bottom: 1.389vw;
  }
}
.pagetitle.learnmore > h2 img {
  width: 286px;
  height: auto;
}
@media (max-width: 1440px) {
  .pagetitle.learnmore > h2 img {
    width: 19.861vw;
  }
}
@media (max-width: 750px) {
  .pagetitle.learnmore > h2 img {
    width: 65.067vw;
  }
}

.learnmore {
  padding-bottom: 0;
}
.learnmore .featurebox {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .learnmore .featurebox {
    margin-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox {
    padding: 0 20px;
    margin-bottom: 6.667vw;
  }
  .learnmore .featurebox:nth-child(2) {
    margin-bottom: 80px;
  }
}
.learnmore .featurebox > .f_head {
  margin-bottom: 45px;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head {
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head {
    margin-bottom: 6.667vw;
  }
}
.learnmore .featurebox > .f_head:before {
  content: "";
  display: block;
  width: 198px;
  height: 90px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head:before {
    width: 13.75vw;
    height: 6.25vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head:before {
    width: 42.133vw;
    height: 19.2vw;
  }
}
.learnmore .featurebox > .f_head.no1:before {
  background: url(../images/learnmore/icon_feature_1.svg) center center/100% no-repeat;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head.no1:before {
    margin-bottom: 2.083vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head.no1:before {
    margin-bottom: 8vw;
  }
}
.learnmore .featurebox > .f_head.no2 {
  margin-bottom: 95px;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head.no2 {
    margin-bottom: 6.597vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head.no2 {
    margin-bottom: 18.667vw;
  }
}
.learnmore .featurebox > .f_head.no2:before {
  background: url(../images/learnmore/icon_feature_2.svg) center center/100% no-repeat;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head.no2:before {
    margin-bottom: 4.167vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head.no2:before {
    margin-bottom: 9.333vw;
  }
}
.learnmore .featurebox > .f_head.no2 h3 {
  padding: 20px 0 30px 0;
  margin: 0 auto;
  width: 1000px;
  font-size: 56px;
  font-weight: bold;
  color: #d52425;
  background: #fdf8a0;
  border: 3px solid #d52425;
  position: relative;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head.no2 h3 {
    padding: 1.389vw 0 2.083vw 0;
    font-size: 3.889vw;
    width: 69.444vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head.no2 h3 {
    padding: 8vw 5.333vw;
    font-size: 9.333vw;
    line-height: 1.4;
    width: 100%;
  }
}
.learnmore .featurebox > .f_head.no2 h3:before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 45%;
  margin-left: -15px;
  border: 60px solid transparent;
  border-top: 60px solid #fdf8a0;
  z-index: 2;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head.no2 h3:before {
    bottom: -8.333vw;
    margin-left: -1.042vw;
    border: 4.167vw solid transparent;
    border-top: 4.167vw solid #fdf8a0;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head.no2 h3:before {
    bottom: -24.533vw;
    margin-left: -6.933vw;
    border: 12.267vw solid transparent;
    border-top: 12.8vw solid #fdf8a0;
  }
}
.learnmore .featurebox > .f_head.no2 h3:after {
  content: "";
  position: absolute;
  bottom: -126px;
  left: 45%;
  margin-left: -17px;
  border: 62px solid transparent;
  border-top: 62px solid #d52425;
  z-index: 1;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head.no2 h3:after {
    bottom: -8.75vw;
    margin-left: -1.181vw;
    border: 4.306vw solid transparent;
    border-top: 4.306vw solid #d52425;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head.no2 h3:after {
    bottom: -26.133vw;
    margin-left: -7.467vw;
    border: 12.8vw solid transparent;
    border-top: 13.333vw solid #d52425;
  }
}
.learnmore .featurebox > .f_head.no2 h3 span {
  display: block;
  font-size: 40px;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head.no2 h3 span {
    font-size: 2.778vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head.no2 h3 span {
    font-size: 6.667vw;
    line-height: 1.6;
  }
}
.learnmore .featurebox > .f_head.no3 {
  margin-bottom: 0;
}
.learnmore .featurebox > .f_head.no3:before {
  background: url(../images/learnmore/icon_feature_3.svg) center center/100% no-repeat;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .learnmore .featurebox > .f_head.no3:before {
    margin-bottom: 3.472vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox > .f_head.no3:before {
    margin-bottom: 9.333vw;
  }
}
.learnmore .featurebox h3 {
  color: #003c73;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .learnmore .featurebox h3 {
    font-size: 2.083vw;
  }
}
@media (max-width: 750px) {
  .learnmore .featurebox h3 {
    font-size: 6.667vw;
  }
}
.learnmore .featurebox h3 span {
  color: #d52425;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 1px;
}
@media (max-width: 1440px) {
  .learnmore .featurebox h3 span {
    text-underline-offset: 0.833vw;
  }
}
@incldue sp {
  .learnmore .featurebox h3 span {
    text-underline-offset: 0.533vw;
  }
}
.learnmore .featurebox_text {
  text-align: center;
}
@media (max-width: 750px) {
  .learnmore .featurebox_text {
    text-align: left;
  }
  .learnmore .featurebox_text br {
    display: none;
  }
}
.learnmore .featurebox_text p {
  color: #000;
  line-height: 2;
}
.learnmore .read {
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .learnmore .read {
    padding: 2.778vw 0;
  }
}
@media (max-width: 750px) {
  .learnmore .read {
    padding: 5.333vw 0;
  }
}
.learnmore .read p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
}
@media (max-width: 1440px) {
  .learnmore .read p {
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .learnmore .read p {
    font-size: 4.8vw;
  }
}
.learnmore .line_up_head {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003c73;
  width: 610px;
  height: 70px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  border: 1px solid #003c73;
}
@media (max-width: 1440px) {
  .learnmore .line_up_head {
    width: 42.361vw;
    height: 4.861vw;
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_head {
    width: 100%;
    height: 18.667vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.learnmore .line_up_contents {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .learnmore .line_up_contents {
    width: 69.444vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_contents {
    width: 100%;
  }
}
.learnmore .line_up_item {
  padding: 30px 0;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 46.5%;
  height: 280px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1440px) {
  .learnmore .line_up_item {
    padding: 2.083vw 0;
    margin-bottom: 3.125vw;
    height: 19.444vw;
    border-radius: 1.389vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_item {
    padding: 8vw;
    margin-bottom: 5.333vw;
    width: 100%;
    height: auto;
    border-radius: 5.333vw;
  }
}
.learnmore .line_up_item .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  line-height: 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .learnmore .line_up_item .logo {
    height: 9.722vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_item .logo {
    height: 32vw;
  }
}
.learnmore .line_up_item .logo img {
  height: auto;
}
.learnmore .line_up_item .logo.tasukeai {
  align-items: flex-start;
}
@incldue sp {
  .learnmore .line_up_item .logo.tasukeai {
    align-items: center;
  }
}
.learnmore .line_up_item .logo.tasukeai img {
  width: 245px;
}
@media (max-width: 1440px) {
  .learnmore .line_up_item .logo.tasukeai img {
    width: 17.014vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_item .logo.tasukeai img {
    width: 53.867vw;
  }
}
.learnmore .line_up_item .logo.aiplus img {
  width: 251px;
}
@media (max-width: 1440px) {
  .learnmore .line_up_item .logo.aiplus img {
    width: 17.431vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_item .logo.aiplus img {
    width: 55.2vw;
  }
}
.learnmore .line_up_item .logo.zuttoai img {
  width: 271px;
}
@media (max-width: 1440px) {
  .learnmore .line_up_item .logo.zuttoai img {
    width: 18.819vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_item .logo.zuttoai img {
    width: 59.467vw;
  }
}
.learnmore .line_up_item .logo.zuttoai_iryo img {
  width: 215px;
}
@media (max-width: 1440px) {
  .learnmore .line_up_item .logo.zuttoai_iryo img {
    width: 14.931vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_item .logo.zuttoai_iryo img {
    width: 46.933vw;
  }
}
.learnmore .line_up_item .logo.aiplus_platinum img {
  width: 290px;
}
@media (max-width: 1440px) {
  .learnmore .line_up_item .logo.aiplus_platinum img {
    width: 20.139vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_item .logo.aiplus_platinum img {
    width: 63.733vw;
  }
}
.learnmore .line_up_item .logo.coop_gakusei img {
  width: 283px;
}
@media (max-width: 1440px) {
  .learnmore .line_up_item .logo.coop_gakusei img {
    width: 19.653vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_item .logo.coop_gakusei img {
    width: 62.133vw;
  }
}
.learnmore .line_up_item .lu_text {
  margin: 0 auto;
  width: 350px;
}
@media (max-width: 1440px) {
  .learnmore .line_up_item .lu_text {
    width: 24.306vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up_item .lu_text {
    width: 100%;
  }
}
.learnmore .line_up_item .lu_text p {
  color: #000;
  line-height: 2;
}
.learnmore .line_up .morebtn {
  margin: 0 auto;
  width: 300px;
  height: 75px;
}
@media (max-width: 1440px) {
  .learnmore .line_up .morebtn {
    width: 20.833vw;
    height: 5.208vw;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up .morebtn {
    width: 100%;
    height: 16vw;
  }
}
.learnmore .line_up .morebtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #d52425;
  text-align: center;
  text-decoration: none;
  background: url(../images/common/icon_arrow_circle_red.svg) center right 40px/15px no-repeat #fff;
  border: 1px solid #d52425;
  border-radius: 100vw;
}
@media (max-width: 1440px) {
  .learnmore .line_up .morebtn a {
    font-size: 1.25vw;
    background: url(../images/common/icon_arrow_circle_red.svg) center right 2.778vw/1.042vw no-repeat #fff;
  }
}
@media (max-width: 750px) {
  .learnmore .line_up .morebtn a {
    font-size: 3.733vw;
    background: url(../images/common/icon_arrow_circle_red.svg) center right 13.333vw/3.2vw no-repeat #fff;
  }
}
.learnmore .internet_app_btn {
  margin: 0 auto 75px auto;
  width: 632px;
  height: 110px;
}
@media (max-width: 1440px) {
  .learnmore .internet_app_btn {
    margin-bottom: 5.208vw;
    width: 43.889vw;
    height: 7.639vw;
  }
}
@media (max-width: 750px) {
  .learnmore .internet_app_btn {
    margin-bottom: 18.667vw;
    width: 100%;
    height: 23.467vw;
  }
}
.learnmore .internet_app_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
  background: #d52425;
  text-decoration: none;
  border-radius: 100vw;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}
@incldue pc {
  .learnmore .internet_app_btn a {
    font-size: 2.083vw;
  }
}
@media (max-width: 750px) {
  .learnmore .internet_app_btn a {
    font-size: 6.4vw;
  }
}
.learnmore .internet .system_flow {
  margin: 0 auto;
  width: 1000px;
  border: 2px solid #003c73;
}
@media (max-width: 1440px) {
  .learnmore .internet .system_flow {
    width: 69.444vw;
  }
}
@media (max-width: 750px) {
  .learnmore .internet .system_flow {
    width: 100%;
  }
}
.learnmore .internet .system_flow > .sf_head {
  color: #003c73;
  text-align: center;
}
.learnmore .internet .system_flow > .sf_head p {
  margin-top: -15px;
  font-size: 17px;
  height: 30px;
  font-weight: bold;
  line-height: 1.3;
  background: url(../images/learnmore/bg_title.svg) center center/581px no-repeat;
}
@media (max-width: 1440px) {
  .learnmore .internet .system_flow > .sf_head p {
    margin-top: -1.042vw;
    font-size: 1.181vw;
    height: 2.083vw;
    background: url(../images/learnmore/bg_title.svg) center center/154.933vw no-repeat;
  }
}
@media (max-width: 750px) {
  .learnmore .internet .system_flow > .sf_head p {
    margin-top: -6.667vw;
    font-size: 4.267vw;
    line-height: 1.7;
    height: 13.333vw;
    background: url(../images/learnmore/sp/bg_title.svg) center center/81.867vw no-repeat;
  }
}
.learnmore .internet .system_flow > .sf_head h4 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .learnmore .internet .system_flow > .sf_head h4 {
    font-size: 1.736vw;
  }
}
@media (max-width: 750px) {
  .learnmore .internet .system_flow > .sf_head h4 {
    margin-top: 4vw;
    font-size: 8vw;
  }
}
.learnmore .internet .system_flow .sf_container {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .learnmore .internet .system_flow .sf_container {
    margin: 3.472vw 0;
  }
}
@media (max-width: 750px) {
  .learnmore .internet .system_flow .sf_container {
    margin: 5.333vw 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.learnmore .internet .system_flow .sf_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 240px;
  height: 110px;
  border: 2px solid #003c73;
  border-radius: 13px;
}
@media (max-width: 1440px) {
  .learnmore .internet .system_flow .sf_item {
    width: 16.667vw;
    height: 7.639vw;
    border-radius: 0.903vw;
  }
}
@media (max-width: 750px) {
  .learnmore .internet .system_flow .sf_item {
    width: 72.533vw;
    height: 33.067vw;
    border-radius: 4vw;
  }
}
.learnmore .internet .system_flow .sf_item p {
  color: #003c73;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 1440px) {
  .learnmore .internet .system_flow .sf_item p {
    font-size: 1.042vw;
  }
}
@media (max-width: 750px) {
  .learnmore .internet .system_flow .sf_item p {
    font-size: 4.533vw;
    line-height: 1.5;
  }
}
.learnmore .internet .system_flow .arrow {
  margin: 0 20px;
  line-height: 0;
}
@media (max-width: 1440px) {
  .learnmore .internet .system_flow .arrow {
    margin: 0 1.389vw;
  }
}
@media (max-width: 750px) {
  .learnmore .internet .system_flow .arrow {
    margin: 1.333vw 0;
  }
}
.learnmore .internet .system_flow .arrow img {
  width: 17px;
  height: auto;
}
@media (max-width: 1440px) {
  .learnmore .internet .system_flow .arrow img {
    width: 1.181vw;
  }
}
@media (max-width: 750px) {
  .learnmore .internet .system_flow .arrow img {
    width: 5.333vw;
    transform: rotate(90deg);
  }
}
.learnmore .internet .system_flow .btn_blue {
  margin: 50px auto;
}
@media (max-width: 1440px) {
  .learnmore .internet .system_flow .btn_blue {
    margin: 3.472vw auto;
  }
}
@media (max-width: 750px) {
  .learnmore .internet .system_flow .btn_blue {
    margin: 6.667vw auto;
    width: 81.333vw;
  }
}

/* ----------------------------------------------------
explore
---------------------------------------------------- */
.page_contents.explore {
  padding: 0 0 50px 0;
}
@media (max-width: 1440px) {
  .page_contents.explore {
    padding-bottom: 3.472vw;
  }
}
@media (max-width: 750px) {
  .page_contents.explore {
    padding-bottom: 6.667vw;
  }
}

@media (max-width: 750px) {
  .explore .category_otherbtn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.explore .category_otherbtn > .inner {
  padding: 50px 100px;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1440px) {
  .explore .category_otherbtn > .inner {
    padding: 3.472vw 6.944vw;
    margin-bottom: 3.472vw;
  }
}
@media (max-width: 750px) {
  .explore .category_otherbtn > .inner {
    padding: 6.667vw 0;
    margin: 13.333vw 0;
  }
}
.explore .category .item-list .item,
.explore .category .item-list .content {
  padding-bottom: 0;
}
.explore .category .morebtn {
  margin: 0 auto 60px auto;
  width: 570px;
  height: 70px;
  font-size: 20px;
  line-heiht: 1.8;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .explore .category .morebtn {
    margin-bottom: 4.167vw;
    width: 39.583vw;
    height: 4.861vw;
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .explore .category .morebtn {
    margin-bottom: 0;
    font-size: 3.733vw;
    width: 89.6vw;
    height: 16vw;
    line-height: 1.7;
  }
}
.explore .category .morebtn a {
  color: #003c73;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, #e2fbff 50%, #a6fbff 50%);
  border-radius: 100vw;
  border: 2px solid #003c73;
  text-decoration: none;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.explore .itembnrbox .item_container h4 {
  margin: 0 auto 50px auto;
  width: 289px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "メイリオ", sans-serif;
  font-size: 25px;
  line-height: 0;
  color: #fff;
  background: #d52425;
}
@media (max-width: 1440px) {
  .explore .itembnrbox .item_container h4 {
    margin-bottom: 3.472vw;
    width: 20.069vw;
    height: 3.125vw;
    font-size: 1.736vw;
  }
}
@media (max-width: 750px) {
  .explore .itembnrbox .item_container h4 {
    margin-bottom: 6.667vw;
    width: 53.333vw;
    height: 8vw;
    font-size: 5.867vw;
  }
}
.explore .itembnrbox .item_contents {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .explore .itembnrbox .item_contents {
    width: 69.444vw;
  }
}
@media (max-width: 750px) {
  .explore .itembnrbox .item_contents {
    padding: 0 20px;
    margin-bottom: 8vw;
    width: 100%;
  }
}
.explore .itembnrbox .item_contents:after {
  content: "";
  display: block;
  width: 300px;
}
@media (max-width: 1440px) {
  .explore .itembnrbox .item_contents:after {
    width: 20.833vw;
  }
}
@media (max-width: 750px) {
  .explore .itembnrbox .item_contents:after {
    content: none;
  }
}
.explore .itembnrbox .item_contents .itembnr {
  margin-bottom: 100px;
  width: 302px;
  height: 152px;
}
@media (max-width: 1440px) {
  .explore .itembnrbox .item_contents .itembnr {
    margin-bottom: 6.944vw;
    width: 20.972vw;
    height: 10.556vw;
  }
}
@media (max-width: 750px) {
  .explore .itembnrbox .item_contents .itembnr {
    margin-bottom: 5.333vw;
    width: 41.867vw;
    height: 21.067vw;
  }
}
.explore .itembnrbox .item_contents .itembnr img {
  width: 100%;
  height: auto;
  max-width: 100%;
  objext-fit: cover;
  border: 1px solid #bdbdbe;
}
.explore .itembnrbox .linkbtnbox {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .explore .itembnrbox .linkbtnbox {
    width: 69.444vw;
  }
}
@media (max-width: 750px) {
  .explore .itembnrbox .linkbtnbox {
    width: 100%;
  }
}
.explore .itembnrbox .linkbtnbox .linkbtn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 750px) {
  .explore .itembnrbox .linkbtnbox {
    padding: 0 20px;
  }
}

/* ----------------------------------------------------
faq
---------------------------------------------------- */
@media (max-width: 750px) {
  .faq_contents {
    padding: 0 2.667vw;
  }
}
.faq_item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #374454;
}
@media (max-width: 1440px) {
  .faq_item {
    padding-bottom: 1.736vw;
    margin-bottom: 1.736vw;
  }
}
@media (max-width: 750px) {
  .faq_item {
    padding-bottom: 6.667vw;
    margin-bottom: 6.667vw;
  }
}
.faq_item:last-child {
  border-bottom: 0;
}
.faq_item > h3 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  color: #374454;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .faq_item > h3 {
    margin-bottom: 1.111vw;
    font-size: 1.944vw;
  }
}
@media (max-width: 750px) {
  .faq_item > h3 {
    padding: 0 0 0 18.4vw;
    margin-bottom: 3.733vw;
    font-size: 5.333vw;
    line-height: 1.5;
    min-height: 12.533vw;
    background: url(../images/faq/icon_q.svg) top left 2.667vw/12.533vw no-repeat;
  }
}
.faq_item > h3:before {
  content: "";
  display: inline-block;
  background: url(../images/faq/icon_q.svg) center center/100% no-repeat;
  width: 77px;
  height: 71px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .faq_item > h3:before {
    width: 5.347vw;
    height: 4.931vw;
    margin-right: 1.389vw;
  }
}
@media (max-width: 750px) {
  .faq_item > h3:before {
    content: none;
  }
}
.faq_item .a_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .faq_item .a_box {
    padding: 2.667vw 2.133vw 2.667vw 18.4vw;
    display: block;
    background: url(../images/faq/icon_a.svg) top 2.667vw left 2.667vw/12.533vw no-repeat #fdf8f3;
  }
}
.faq_item .a_box:before {
  content: "";
  display: inline-block;
  background: url(../images/faq/icon_a.svg) center center/100% no-repeat;
  width: 77px;
  height: 71px;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .faq_item .a_box:before {
    width: 5.347vw;
    height: 4.931vw;
    margin-right: 1.389vw;
  }
}
@media (max-width: 750px) {
  .faq_item .a_box:before {
    content: none;
  }
}
.faq_item .a_box_item {
  padding: 30px 45px;
  width: 1100px;
  background: #fdf8f3;
}
@media (max-width: 1440px) {
  .faq_item .a_box_item {
    padding: 2.083vw 3.125vw;
    width: 76.389vw;
  }
}
@media (max-width: 750px) {
  .faq_item .a_box_item {
    padding: 0;
    width: 100%;
    background: none;
  }
}
.faq_item .a_box_item p {
  color: #000;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1440px) {
  .faq_item .a_box_item p {
    font-size: 1.111vw;
  }
}
@media (max-width: 750px) {
  .faq_item .a_box_item p {
    font-size: 4.267vw;
  }
}

/* ----------------------------------------------------
point
---------------------------------------------------- */
.point_contents {
  padding: 50px 0;
}
@media (max-width: 1440px) {
  .point_contents {
    padding: 3.472vw 0;
  }
}
@media (max-width: 750px) {
  .point_contents {
    padding: 0 0 6.667vw 0;
  }
}
.point_btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .point_btn {
    flex-wrap: wrap;
  }
}
.point_item {
  margin: 0 50px;
  width: 450px;
  text-align: center;
}
@media (max-width: 1440px) {
  .point_item {
    margin: 0 3.472vw;
    width: 31.25vw;
  }
}
@media (max-width: 750px) {
  .point_item {
    width: 100%;
  }
  .point_item + .point_item {
    margin-top: 8vw;
  }
}
.point_item .item_btn {
  margin: 0 auto;
  width: 100%;
  height: 140px;
}
@media (max-width: 1440px) {
  .point_item .item_btn {
    height: 9.722vw;
  }
}
@media (max-width: 750px) {
  .point_item .item_btn {
    width: 88.8vw;
    height: 27.733vw;
  }
}
.point_item .item_btn a {
  padding-left: 73px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1440px) {
  .point_item .item_btn a {
    padding-left: 5.069vw;
    font-size: 1.389vw;
    border-radius: 0.694vw;
  }
}
@media (max-width: 750px) {
  .point_item .item_btn a {
    padding-left: 13.867vw;
    font-size: 3.733vw;
    justify-content: flex-start;
    border-radius: 2.667vw;
  }
}
.point_item .item_btn a:before {
  content: "";
  display: inline-block;
}
.point_item .item_btn.column a {
  color: #fff;
  background: url(../images/common/icon_arrow_circle_1.svg) center right 37px/20px no-repeat #d52425;
}
@media (max-width: 1440px) {
  .point_item .item_btn.column a {
    background: url(../images/common/icon_arrow_circle_1.svg) center right 2.569vw/1.389vw no-repeat #d52425;
  }
}
@media (max-width: 750px) {
  .point_item .item_btn.column a {
    background: url(../images/common/icon_arrow_circle_1.svg) center right 7.2vw/4vw no-repeat #d52425;
  }
}
.point_item .item_btn.column a:before {
  width: 53px;
  height: 53px;
  background: url(../images/common/icon_pen.svg) center center/100% no-repeat;
  margin-right: 40px;
}
@media (max-width: 1440px) {
  .point_item .item_btn.column a:before {
    width: 3.681vw;
    height: 3.681vw;
    margin-right: 2.778vw;
  }
}
@media (max-width: 750px) {
  .point_item .item_btn.column a:before {
    width: 11.2vw;
    height: 11.2vw;
    margin-right: 8.8vw;
  }
}
.point_item .item_btn.knowledge a {
  color: #000;
  background: #e8f1f5;
}
.point_item .item_btn.knowledge a:before {
  width: 78px;
  height: 58px;
  background: url(../images/common/icon_book_navy.svg) center center/100% no-repeat;
  margin-right: 68px;
}
@media (max-width: 1440px) {
  .point_item .item_btn.knowledge a:before {
    width: 5.417vw;
    height: 4.028vw;
    margin-right: 4.722vw;
  }
}
@media (max-width: 750px) {
  .point_item .item_btn.knowledge a:before {
    width: 15.2vw;
    height: 11.467vw;
    margin-right: 13.6vw;
  }
}
.point_item .item_btn.info a {
  padding-left: 221px;
  color: #000;
  background: url(../images/point/ill_operator.png) bottom left 61px/127px no-repeat #e8f1f5;
}
@media (max-width: 1440px) {
  .point_item .item_btn.info a {
    padding-left: 15.347vw;
    background: url(../images/point/ill_operator.png) bottom left 4.236vw/8.819vw no-repeat #e8f1f5;
  }
}
@media (max-width: 750px) {
  .point_item .item_btn.info a {
    padding-left: 165px;
    background: url(../images/point/ill_operator.png) bottom left 12vw/25.333vw no-repeat #e8f1f5;
  }
}
.point_item .textlink {
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 1440px) {
  .point_item .textlink {
    margin-top: 1.736vw;
  }
}
@media (max-width: 750px) {
  .point_item .textlink {
    margin-top: 5.333vw;
  }
}
.point_item .textlink a {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #d52425;
  text-underline-offset: 6px;
}
@media (max-width: 1440px) {
  .point_item .textlink a {
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .point_item .textlink a {
    font-size: 4.267vw;
    line-height: 1.6;
  }
}
.point_item .pickup {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: "メイリオ", sans-serif;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .point_item .pickup {
    margin-top: 2.083vw;
    font-size: 1.111vw;
  }
}
@media (max-width: 750px) {
  .point_item .pickup {
    margin-top: 6.667vw;
    font-size: 3.2vw;
    line-height: 1.75;
    align-items: flex-start;
  }
}
.point_item .pickup a {
  color: #374454;
  text-underline-offset: 6px;
  letter-spacing: 0.6px;
}
@media (max-width: 1440px) {
  .point_item .pickup a {
    letter-spacing: 0.042vw;
  }
}
@media (max-width: 750px) {
  .point_item .pickup a {
    letter-spacing: 0.16vw;
  }
}
.point_item .pickup:before {
  content: "オススメ";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 22px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: #d52425;
  margin-right: 15px;
}
@media (max-width: 1440px) {
  .point_item .pickup:before {
    width: 4.167vw;
    height: 1.528vw;
    font-size: 0.694vw;
    margin-right: 1.042vw;
  }
}
@media (max-width: 750px) {
  .point_item .pickup:before {
    width: 12vw;
    height: 4.533vw;
    font-size: 2.667vw;
    margin-right: 2.667vw;
  }
}
.point section.first {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .point section.first {
    padding-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  .point section.first {
    padding-bottom: 13.333vw;
  }
}
.point section.second {
  padding: 100px 0;
  background: #e8f1f5;
}
@media (max-width: 1440px) {
  .point section.second {
    padding: 6.944vw 0;
  }
}
@media (max-width: 750px) {
  .point section.second {
    padding: 13.333vw 0;
  }
}
.point section.third {
  padding-top: 100px;
}
@media (max-width: 1440px) {
  .point section.third {
    padding-top: 6.944vw;
  }
}
@media (max-width: 750px) {
  .point section.third {
    padding-top: 13.333vw;
  }
}
.point .category_otherbtn {
  padding-top: 50px;
}
@media (max-width: 1440px) {
  .point .category_otherbtn {
    padding-top: 3.472vw;
  }
}
@media (max-width: 750px) {
  .point .category_otherbtn {
    padding-top: 5.333vw;
  }
}
.point .category_otherbtn .btnbox {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .point .category_otherbtn .btnbox {
    margin-bottom: 3.472vw;
  }
}
@media (max-width: 750px) {
  .point .category_otherbtn .btnbox {
    margin-bottom: 13.333vw;
  }
}
@media (max-width: 750px) {
  .point .category_otherbtn .column_none {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 750px) {
  .point .linkbtnbox {
    padding: 0 20px;
  }
}

/* ----------------------------------------------------
basicknowledge
---------------------------------------------------- */
.basicknowledge_contents {
  margin: 0 auto;
  width: 850px;
}
@media (max-width: 1440px) {
  .basicknowledge_contents {
    width: 59.028vw;
  }
}
@media (max-width: 750px) {
  .basicknowledge_contents {
    padding: 0 20px;
    width: 100%;
  }
}
.basicknowledge_item {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #374454;
}
@media (max-width: 1440px) {
  .basicknowledge_item {
    padding-bottom: 6.944vw;
    margin-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  .basicknowledge_item {
    padding-bottom: 12vw;
    margin-bottom: 13.333vw;
  }
}
.basicknowledge_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 750px) {
  .basicknowledge_item:last-child {
    margin-bottom: 5.333vw;
  }
}
.basicknowledge_item > .b_head {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  text-align: center;
  background: #e8f1f5;
}
@media (max-width: 1440px) {
  .basicknowledge_item > .b_head {
    margin-bottom: 3.472vw;
    height: 6.944vw;
  }
}
@media (max-width: 750px) {
  .basicknowledge_item > .b_head {
    margin-bottom: 6.667vw;
    flex-direction: column;
    height: 26.667vw;
  }
}
.basicknowledge_item > .b_head h3 {
  color: #003c73;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .basicknowledge_item > .b_head h3 {
    font-size: 2.083vw;
  }
}
@media (max-width: 750px) {
  .basicknowledge_item > .b_head h3 {
    font-size: 5.333vw;
    line-height: 1.75;
  }
}
.basicknowledge_item .textbox p {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
@media (max-width: 1440px) {
  .basicknowledge_item .textbox p {
    font-size: 1.111vw;
  }
}
@media (max-width: 750px) {
  .basicknowledge_item .textbox p {
    font-size: 4.267vw;
  }
}
@media (max-width: 750px) {
  .basicknowledge_item .textbox p.notice {
    line-height: 2 !important;
  }
}

/* ----------------------------------------------------
lifeevent
---------------------------------------------------- */
.lifeevent {
  padding: 100px 0 0 0;
}
@media (max-width: 1440px) {
  .lifeevent {
    padding-top: 6.944vw;
  }
}
@media (max-width: 750px) {
  .lifeevent {
    padding-top: 13.333vw;
  }
}
.lifeevent_contents {
  margin: 0 auto;
  width: 850px;
}
@media (max-width: 1440px) {
  .lifeevent_contents {
    width: 59.028vw;
  }
}
@media (max-width: 750px) {
  .lifeevent_contents {
    padding: 0 20px;
    width: 100%;
  }
}
.lifeevent_item {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #003c73;
}
@media (max-width: 1440px) {
  .lifeevent_item {
    padding-bottom: 6.944vw;
    margin-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  .lifeevent_item {
    padding-bottom: 13.333vw;
    margin-bottom: 13.333vw;
  }
}
.lifeevent_item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.lifeevent_item .l_head {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 140px;
  background: #e8f1f5;
}
@media (max-width: 1440px) {
  .lifeevent_item .l_head {
    margin-bottom: 3.472vw;
    height: 9.722vw;
  }
}
@media (max-width: 750px) {
  .lifeevent_item .l_head {
    margin-bottom: 5.333vw;
    height: 26.667vw;
  }
}
.lifeevent_item .l_head > h3 {
  color: #003c73;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 1440px) {
  .lifeevent_item .l_head > h3 {
    font-size: 2.083vw;
  }
}
@media (max-width: 750px) {
  .lifeevent_item .l_head > h3 {
    padding-left: 13.333vw;
    font-size: 5.333vw;
  }
}
.lifeevent_item .l_head.no1 {
  background: url(../images/lifeevent/icon_shakaijin.png) center left 150px/100px no-repeat #e8f1f5;
}
@media (max-width: 1440px) {
  .lifeevent_item .l_head.no1 {
    background: url(../images/lifeevent/icon_shakaijin.png) center left 10.417vw/6.944vw no-repeat #e8f1f5;
  }
}
@media (max-width: 750px) {
  .lifeevent_item .l_head.no1 {
    background: url(../images/lifeevent/icon_shakaijin.png) center left 2.667vw/21.333vw no-repeat #e8f1f5;
  }
}
.lifeevent_item .l_head.no2 {
  background: url(../images/lifeevent/icon_kekkon.png) center left 150px/100px no-repeat #e8f1f5;
}
@media (max-width: 1440px) {
  .lifeevent_item .l_head.no2 {
    background: url(../images/lifeevent/icon_kekkon.png) center left 10.417vw/6.944vw no-repeat #e8f1f5;
  }
}
@media (max-width: 750px) {
  .lifeevent_item .l_head.no2 {
    background: url(../images/lifeevent/icon_kekkon.png) center left 2.667vw/21.333vw no-repeat #e8f1f5;
  }
}
.lifeevent_item .l_head.no3 {
  background: url(../images/lifeevent/icon_kodomo.png) center left 150px/100px no-repeat #e8f1f5;
}
@media (max-width: 1440px) {
  .lifeevent_item .l_head.no3 {
    background: url(../images/lifeevent/icon_kodomo.png) center left 10.417vw/6.944vw no-repeat #e8f1f5;
  }
}
@media (max-width: 750px) {
  .lifeevent_item .l_head.no3 {
    background: url(../images/lifeevent/icon_kodomo.png) center left 2.667vw/21.333vw no-repeat #e8f1f5;
  }
}
.lifeevent_item .l_head.no4 {
  background: url(../images/lifeevent/icon_kosodate.png) center left 150px/100px no-repeat #e8f1f5;
}
@media (max-width: 1440px) {
  .lifeevent_item .l_head.no4 {
    background: url(../images/lifeevent/icon_kosodate.png) center left 10.417vw/6.944vw no-repeat #e8f1f5;
  }
}
@media (max-width: 750px) {
  .lifeevent_item .l_head.no4 {
    background: url(../images/lifeevent/icon_kosodate.png) center left 2.667vw/21.333vw no-repeat #e8f1f5;
  }
}
.lifeevent_item .l_head.no5 {
  background: url(../images/lifeevent/icon_dokuritu.png) center left 150px/100px no-repeat #e8f1f5;
}
@media (max-width: 1440px) {
  .lifeevent_item .l_head.no5 {
    background: url(../images/lifeevent/icon_dokuritu.png) center left 10.417vw/6.944vw no-repeat #e8f1f5;
  }
}
@media (max-width: 750px) {
  .lifeevent_item .l_head.no5 {
    background: url(../images/lifeevent/icon_dokuritu.png) center left 2.667vw/21.333vw no-repeat #e8f1f5;
  }
}
.lifeevent_item .l_head.no6 {
  background: url(../images/lifeevent/icon_kounyu.png) center left 150px/100px no-repeat #e8f1f5;
}
@media (max-width: 1440px) {
  .lifeevent_item .l_head.no6 {
    background: url(../images/lifeevent/icon_kounyu.png) center left 10.417vw/6.944vw no-repeat #e8f1f5;
  }
}
@media (max-width: 750px) {
  .lifeevent_item .l_head.no6 {
    background: url(../images/lifeevent/icon_kounyu.png) center left 2.667vw/21.333vw no-repeat #e8f1f5;
  }
}
.lifeevent_item .textbox p {
  color: #000;
  line-height: 2;
}
.lifeevent_item .btn_red {
  margin: 100px auto 0 auto;
}
@media (max-width: 1440px) {
  .lifeevent_item .btn_red {
    margin-top: 6.944vw;
  }
}
@media (max-width: 750px) {
  .lifeevent_item .btn_red {
    margin-top: 13.333vw;
  }
}
.lifeevent .explanation_box {
  padding: 30px;
  margin: 75px 0 50px 0;
  background: #e2fbdb;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box {
    padding: 2.083vw;
    margin: 5.208vw 0 3.472vw 0;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box {
    padding: 8vw 2.667vw;
    margin: 13.333vw 0 6.667vw 0;
  }
}
.lifeevent .explanation_box .e_head {
  margin: -55px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 50px;
  border-radius: 100vw;
  background: #003c73;
  position: relative;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_head {
    margin-top: -3.819vw;
    width: 24.306vw;
    height: 3.472vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_head {
    margin-top: -13.333vw;
    width: 74.667vw;
    height: 10.667vw;
  }
}
.lifeevent .explanation_box .e_head p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_head p {
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_head p {
    font-size: 4.267vw;
  }
}
.lifeevent .explanation_box .e_head:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #003c73;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_head:before {
    margin-left: -0.694vw;
    border: 0.694vw solid transparent;
    border-top: 1.042vw solid #003c73;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_head:before {
    margin-left: -2.133vw;
    border: 2.133vw solid transparent;
    border-top: 2.933vw solid #003c73;
  }
}
.lifeevent .explanation_box .e_item {
  margin-top: 45px;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item {
    margin-top: 3.125vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item {
    margin-top: 5.333vw;
  }
}
.lifeevent .explanation_box .e_item .list01 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .list01 {
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .list01 {
    margin-left: 8vw;
    font-size: 4.267vw;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.lifeevent .explanation_box .e_item .list01 li {
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .list01 li {
    margin-right: 1.389vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .list01 li {
    margin-right: 0;
  }
}
.lifeevent .explanation_box .e_item .list01 li:last-child {
  margin-right: 0;
}
.lifeevent .explanation_box .e_item .set {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .set {
    margin: 2.083vw 0;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .set {
    margin: 5.333vw 0;
    flex-direction: column;
  }
}
.lifeevent .explanation_box .e_item .set_item {
  width: 308px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d52425;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .set_item {
    width: 21.389vw;
    height: 5.208vw;
    border-radius: 0.694vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .set_item {
    width: 82.133vw;
    height: 20vw;
    border-radius: 2.667vw;
  }
}
.lifeevent .explanation_box .e_item .set_item p {
  font-size: 20px;
  font-weight: bold;
  color: #d52425;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .set_item p {
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .set_item p {
    font-size: 4.8vw;
    line-height: 1.7;
  }
}
.lifeevent .explanation_box .e_item .set_item p span {
  color: #000;
  display: block;
}
.lifeevent .explanation_box .e_item .set .icon_plus {
  margin: 0 20px;
  line-height: 0;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .set .icon_plus {
    margin: 0 1.389vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .set .icon_plus {
    margin: 3.2vw 0;
  }
}
.lifeevent .explanation_box .e_item .set .icon_plus img {
  width: 31px;
  height: auto;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .set .icon_plus img {
    width: 2.153vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .set .icon_plus img {
    width: 8.267vw;
  }
}
.lifeevent .explanation_box .e_item p.aside {
  text-align: center;
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item p.aside {
    padding: 0 2.667vw;
    text-align: left;
  }
}
.lifeevent .explanation_box .e_item .reqbox {
  margin: 40px 0 25px 0;
  display: flex;
  justify-content: center;
  height: 100px;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .reqbox {
    margin: 2.778vw 0 1.736vw 0;
    height: 6.944vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .reqbox {
    margin: 5.333vw 0 2.667vw 0;
    display: block;
    height: auto;
  }
}
.lifeevent .explanation_box .e_item .reqbox .req_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  background: #003c73;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .reqbox .req_title {
    width: 15.278vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .reqbox .req_title {
    width: 100%;
    height: 10.667vw;
  }
}
.lifeevent .explanation_box .e_item .reqbox .req_title p {
  color: #fff;
  text-align: center;
}
.lifeevent .explanation_box .e_item .reqbox .req_item {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 510px;
  background: #fff;
  border: 1px solid #003c73;
}
@media (max-width: 1440px) {
  .lifeevent .explanation_box .e_item .reqbox .req_item {
    padding: 0 2.778vw;
    width: 35.417vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .reqbox .req_item {
    padding: 4vw 5.333vw;
    display: block;
    width: 100%;
  }
}
.lifeevent .explanation_box .e_item .reqbox .req_item p {
  color: #374454;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .lifeevent .explanation_box .e_item .reqbox .req_item p {
    line-height: 1.8;
  }
}
.lifeevent .listbox.border {
  padding: 15px;
  margin-top: 16px;
  width: 700px;
  border: 2px dashed #d52425;
}
@media (max-width: 1440px) {
  .lifeevent .listbox.border {
    padding: 1.042vw;
    margin-top: 1.111vw;
    width: 48.611vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .listbox.border {
    padding: 4vw 6.667vw;
    margin: 2.667vw 0;
    width: 100%;
  }
}
.lifeevent .listbox.border ul {
  justify-content: center;
}
.lifeevent .listbox.border ul li {
  margin: 0 10px;
}
@media (max-width: 1440px) {
  .lifeevent .listbox.border ul li {
    margin: 0 0.694vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .listbox.border ul li {
    margin: 0 0 2.667vw 0;
    width: 100%;
  }
  .lifeevent .listbox.border ul li:last-child {
    margin-bottom: 0;
  }
}
.lifeevent .listbox.border ul li.large {
  width: 215px;
}
@incldue pc {
  .lifeevent .listbox.border ul li.large {
    width: 14.931vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .listbox.border ul li.large {
    width: 100%;
  }
}
.lifeevent .listbox_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.lifeevent .listbox_ul:before {
  content: "";
  display: block;
  width: 185px;
  order: 1;
}
@media (max-width: 1440px) {
  .lifeevent .listbox_ul:before {
    width: 12.847vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .listbox_ul:before {
    content: none;
  }
}
.lifeevent .listbox_ul:after {
  content: "";
  display: block;
  width: 185px;
}
@media (max-width: 1440px) {
  .lifeevent .listbox_ul:after {
    width: 12.847vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .listbox_ul:after {
    content: none;
  }
}
.lifeevent .listbox_ul li {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 40px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  background: #a6e760;
}
@media (max-width: 1440px) {
  .lifeevent .listbox_ul li {
    margin-top: 1.111vw;
    width: 12.847vw;
    height: 2.778vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .lifeevent .listbox_ul li {
    margin-top: 2.667vw;
    width: 48%;
    height: 9.333vw;
    font-size: 4.267vw;
  }
}

/* ----------------------------------------------------
voice
---------------------------------------------------- */
.pagetitle.voice {
  background: url(../images/voice/photo_title_left.png) left top/604px no-repeat, url(../images/voice/photo_title_right.png) right top/604px no-repeat, url(../images/common/bg_pagetitle_blue.png) center top/100% no-repeat #e8f1f5;
}
@media (max-width: 1440px) {
  .pagetitle.voice {
    background: url(../images/voice/photo_title_left.png) left top/41.944vw no-repeat, url(../images/voice/photo_title_right.png) right top/41.944vw no-repeat, url(../images/common/bg_pagetitle_blue.png) center top/100% no-repeat #e8f1f5;
  }
}
@media (max-width: 750px) {
  .pagetitle.voice {
    background: #e8f1f5;
    border-bottom: 1px solid #9ba1a9;
  }
  .pagetitle.voice .lgtxt {
    margin-bottom: 0;
    font-size: 6.667vw;
    line-height: 1.7;
  }
}

.voice_contents {
  padding: 50px 0;
}
@media (max-width: 1440px) {
  .voice_contents {
    padding: 3.472vw 0;
  }
}
@media (max-width: 750px) {
  .voice_contents {
    padding: 13.333vw 20px;
  }
}
.voice_item {
  padding: 0 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 220px;
  background: #fff;
  border: 1px solid #374454;
  border-radius: 100vw;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1440px) {
  .voice_item {
    padding: 0 5.903vw;
    height: 15.278vw;
  }
}
@media (max-width: 750px) {
  .voice_item {
    padding: 0 6.667vw 6.667vw 6.667vw;
    height: auto;
    flex-wrap: wrap;
    border-radius: 8vw;
  }
}
.voice_item + .voice_item {
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .voice_item + .voice_item {
    margin-top: 3.472vw;
  }
}
@media (max-width: 750px) {
  .voice_item + .voice_item {
    margin-top: 17.333vw;
  }
}
.voice_item:before {
  content: "";
  display: inline-block;
  width: 178px;
  height: 162px;
}
@media (max-width: 1440px) {
  .voice_item:before {
    width: 12.361vw;
    height: 11.25vw;
  }
}
@media (max-width: 750px) {
  .voice_item:before {
    display: block;
    width: 22.133vw;
    height: 24vw;
    margin: -10.667vw auto 2.667vw auto;
    position: relative;
    z-index: 1;
  }
}
.voice_item.pair:before {
  background: url(../images/voice/icon_voice_pair.svg) center center/100% no-repeat;
}
@media (max-width: 750px) {
  .voice_item.pair:before {
    background: url(../images/voice/sp/icon_voice_pair.svg) center center/100% no-repeat;
  }
}
.voice_item.family:before {
  background: url(../images/voice/icon_voice_family.svg) center center/100% no-repeat;
}
@media (max-width: 750px) {
  .voice_item.family:before {
    background: url(../images/voice/sp/icon_voice_family.svg) center center/100% no-repeat;
  }
}
.voice_item.single:before {
  background: url(../images/voice/icon_voice_single.svg) center center/100% no-repeat;
}
@media (max-width: 750px) {
  .voice_item.single:before {
    background: url(../images/voice/sp/icon_voice_single.svg) center center/100% no-repeat;
  }
}
.voicetxt {
  width: 778px;
}
@media (max-width: 1440px) {
  .voicetxt {
    width: 54.028vw;
  }
}
@media (max-width: 750px) {
  .voicetxt {
    width: 100%;
  }
}
.voicetxt p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1440px) {
  .voicetxt p {
    font-size: 1.111vw;
  }
}
@media (max-width: 750px) {
  .voicetxt p {
    font-size: 4.267vw;
  }
}
.voicetxt p span {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .voicetxt p span {
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .voicetxt p span {
    font-size: 5.333vw;
  }
}
.voicetxt p.title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.8;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media (max-width: 1440px) {
  .voicetxt p.title {
    margin-bottom: 0.694vw;
    font-size: 1.944vw;
  }
}
@media (max-width: 750px) {
  .voicetxt p.title {
    margin-bottom: 5.333vw;
    font-size: 5.333vw;
    line-height: 1.75;
    text-align: center;
  }
}

/* ----------------------------------------------------
ins_list(insurance)
---------------------------------------------------- */
.ins_list {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .ins_list {
    padding-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  .ins_list {
    padding: 13.333vw 0;
  }
}
.ins_list .i_contents_read {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1440px) {
  .ins_list .i_contents_read {
    margin-bottom: 3.472vw;
  }
}
@media (max-width: 750px) {
  .ins_list .i_contents_read {
    margin-bottom: 13.333vw;
  }
}
.ins_list .i_contents_read p {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .ins_list .i_contents_read p {
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .ins_list .i_contents_read p {
    font-size: 4.267vw;
  }
}
.ins_list_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .ins_list_container {
    padding: 0 20px;
  }
}
.ins_list_container:after {
  content: "";
  display: block;
  width: 31%;
}
@media (max-width: 750px) {
  .ins_list_container:after {
    content: none;
  }
}
.ins_list_item {
  margin-bottom: 100px;
  width: 31%;
}
@media (max-width: 1440px) {
  .ins_list_item {
    margin-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item {
    margin-bottom: 13.333vw;
    width: 100%;
  }
}
.ins_list_item .label {
  margin: 0 auto 10px auto;
  width: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .ins_list_item .label {
    margin-bottom: 0.694vw;
    width: 20.833vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item .label {
    margin-bottom: 2.667vw;
    width: 80vw;
  }
}
.ins_list_item .label_item {
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .ins_list_item .label_item {
    padding: 0.208vw 0.694vw;
    margin-right: 0.694vw;
    font-size: 0.972vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item .label_item {
    padding: 0.533vw 2.133vw;
    margin-right: 2.133vw;
    font-size: 3.2vw;
  }
}
.ins_list_item .label_item:last-child {
  margin-right: 0;
}
.ins_list_item .label_item.kyosai {
  color: #d52425;
  border: 1px solid #d52425;
}
.ins_list_item .label_item.online_app {
  color: #fff;
  background: #b7955c;
  border: 1px solid #b7955c;
}
.ins_list_item .label_item.online_only {
  color: #fff;
  background: #d52425;
  border: 1px solid #d52425;
}
.ins_list_item .label_item.hoken {
  color: #003c73;
  border: 1px solid #003c73;
}
.ins_list_item .itembnr {
  margin: 0 auto;
  width: 302px;
  height: 152px;
}
@media (max-width: 1440px) {
  .ins_list_item .itembnr {
    width: 20.972vw;
    height: 10.556vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item .itembnr {
    width: 80.533vw;
    height: 40.533vw;
  }
}
.ins_list_item .itembnr img {
  width: 100%;
  height: auto;
  max-width: 100%;
  objext-fit: cover;
  border: 1px solid #bdbdbe;
}
.ins_list_item .i_title {
  margin: 20px 0;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1440px) {
  .ins_list_item .i_title {
    margin: 1.389vw 0;
  }
}
@media (max-width: 750px) {
  .ins_list_item .i_title {
    margin: 4.267vw 0;
  }
}
.ins_list_item .i_title .small {
  margin-top: 10px;
  font-size: 76%;
}
@media (max-width: 1440px) {
  .ins_list_item .i_title .small {
    margin-top: 0.694vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item .i_title .small {
    margin-top: 2.667vw;
  }
}
.ins_list_item .i_btn .app {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
@inclue pc {
  .ins_list_item .i_btn .app {
    margin-bottom: 0.694vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item .i_btn .app {
    margin-bottom: 2.667vw;
  }
}
.ins_list_item .i_btn .app input {
  padding: 0;
  margin: 0 0 0 16px;
  transform: scale(1.5, 1.5);
}
@media (max-width: 1440px) {
  .ins_list_item .i_btn .app input {
    margin-left: 1.111vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item .i_btn .app input {
    margin-left: 4.267vw;
  }
}
.ins_list_item .i_btn .app label {
  margin-left: 29px;
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 0;
  color: #fff;
  background: #d52425;
  border-radius: 100vw;
  cursor: pointer;
  border: 1px solid #d52425;
  transition: 0.2s ease-in-out;
}
.ins_list_item .i_btn .app label:hover {
  opacity: 0.6;
}
@media (max-width: 1440px) {
  .ins_list_item .i_btn .app label {
    margin-left: 2.014vw;
    width: 18.056vw;
    height: 4.167vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item .i_btn .app label {
    margin-left: 7.733vw;
    width: 69.333vw;
    height: 16vw;
  }
}
.ins_list_item .i_btn .link {
  margin: 0 auto 10px auto;
  width: 260px;
  height: 60px;
}
@media (max-width: 1440px) {
  .ins_list_item .i_btn .link {
    margin-bottom: 0.694vw;
    width: 18.056vw;
    height: 4.167vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item .i_btn .link {
    margin-bottom: 2.667vw;
    width: 69.333vw;
    height: 16vw;
  }
}
.ins_list_item .i_btn .link a {
  padding: 0 30px;
  width: 100%;
  height: 100%;
  color: #b7955c;
  display: flex;
  align-items: center;
  border-radius: 100vw;
  background: url(../images/common/icon_arrow_circle_gold.svg) center right 30px/17px no-repeat #fff;
  text-decoration: none;
  border: 1px solid #b7955c;
}
@media (max-width: 1440px) {
  .ins_list_item .i_btn .link a {
    padding: 0 2.083vw;
    background: url(../images/common/icon_arrow_circle_gold.svg) center right 2.083vw/1.181vw no-repeat #fff;
  }
}
@media (max-width: 750px) {
  .ins_list_item .i_btn .link a {
    padding: 0 8vw;
    background: url(../images/common/icon_arrow_circle_gold.svg) center right 8vw/4.533vw no-repeat #fff;
  }
}
.ins_list_item .i_btn .link a:after {
  content: "";
  display: inlne-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon_blank_gold.svg) center center/100% no-repeat;
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1440px) {
  .ins_list_item .i_btn .link a:after {
    width: 0.972vw;
    height: 0.972vw;
    margin-left: 0.694vw;
  }
}
@media (max-width: 750px) {
  .ins_list_item .i_btn .link a:after {
    width: 3.733vw;
    height: 3.733vw;
    margin-left: 2.667vw;
  }
}
.ins_list_item .i_btn .link.web a {
  color: #fff;
  background: url(../images/common/icon_arrow_circle_white.svg) center right 30px/17px no-repeat #b7955c;
  border: 1px solid #b7955c;
}
@media (max-width: 1440px) {
  .ins_list_item .i_btn .link.web a {
    background: url(../images/common/icon_arrow_circle_white.svg) center right 2.083vw/1.181vw no-repeat #b7955c;
  }
}
@media (max-width: 750px) {
  .ins_list_item .i_btn .link.web a {
    background: url(../images/common/icon_arrow_circle_white.svg) center right 8vw/4.533vw no-repeat #b7955c;
  }
}
.ins_list_item .i_btn .link.web a:after {
  content: none;
}

.btn_app {
  text-align: center;
}
.btn_app input {
  font-family: 'Noto Sans JP', sans-serif;
  width: 385px;
  height: 75px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #d52425;
  border: none;
  border-radius: 100vw;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1440px) {
  .btn_app input {
    width: 26.736vw;
    height: 5.208vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .btn_app input {
    width: 89.333vw;
    height: 16vw;
    font-size: 4.267vw;
  }
}
.btn_app input:hover {
  opacity: 0.6;
}

.recommendbox {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .recommendbox {
    margin-bottom: 6.944vw;
  }
}
@media (max-width: 750px) {
  .recommendbox {
    margin: 0 20px 13.333vw 20px;
  }
}
.recommendbox > .rc_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .recommendbox > .rc_title {
    margin-bottom: 1.389vw;
    font-size: 1.667vw;
  }
}
@media (max-width: 750px) {
  .recommendbox > .rc_title {
    margin-bottom: 4.267vw;
    font-size: 5.333vw;
  }
}
.recommendbox > .rc_title span {
  padding: 2px 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  background: #69c733;
}
@media (max-width: 1440px) {
  .recommendbox > .rc_title span {
    padding: 0.139vw 0.694vw;
    margin-right: 0.694vw;
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .recommendbox > .rc_title span {
    padding: 0.533vw 2.133vw;
    margin-right: 2.133vw;
    font-size: 4vw;
  }
}
.recommendbox_head {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #d52425;
}
@incldue pc {
  .recommendbox_head {
    padding: 0.694vw;
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .recommendbox_head {
    padding: 2.667vw;
    font-size: 4.8vw;
  }
}
.recommendbox_inr {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 2px solid #d52425;
}
@media (max-width: 1440px) {
  .recommendbox_inr {
    padding: 2.083vw;
  }
}
@media (max-width: 750px) {
  .recommendbox_inr {
    padding: 6.667vw 5.333vw;
  }
}
.recommendbox_inr .item_box {
  width: 48%;
  text-algin: center;
}
@media (max-width: 750px) {
  .recommendbox_inr .item_box {
    padding: 0 0 6.667vw 0 !important;
    width: 100%;
    border-bottom: 1px solid #bdbdbe;
  }
  .recommendbox_inr .item_box + .item_box {
    margin-top: 6.667vw !important;
  }
  .recommendbox_inr .item_box:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0;
  }
}
.recommendbox_inr .item_box:first-child {
  padding-bottom: 30px;
  padding-right: 30px;
  border-right: 1px solid #bdbdbe;
  border-bottom: 1px solid #bdbdbe;
}
@media (max-width: 1440px) {
  .recommendbox_inr .item_box:first-child {
    padding-bottom: 2.083vw;
    padding-right: 2.083vw;
  }
}
@media (max-width: 750px) {
  .recommendbox_inr .item_box:first-child {
    border-right: 0;
  }
}
.recommendbox_inr .item_box:nth-child(2) {
  padding-bottom: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #bdbdbe;
}
@media (max-width: 1440px) {
  .recommendbox_inr .item_box:nth-child(2) {
    padding-bottom: 2.083vw;
    padding-left: 2.083vw;
  }
}
.recommendbox_inr .item_box:nth-child(3) {
  padding-top: 30px;
  padding-right: 30px;
  border-right: 1px solid #bdbdbe;
}
@media (max-width: 1440px) {
  .recommendbox_inr .item_box:nth-child(3) {
    padding-top: 2.083vw;
    padding-right: 2.083vw;
  }
}
@media (max-width: 750px) {
  .recommendbox_inr .item_box:nth-child(3) {
    border-right: 0;
  }
}
.recommendbox_inr .item_box:last-child {
  padding-top: 30px;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .recommendbox_inr .item_box:last-child {
    padding-top: 2.083vw;
    padding-left: 2.083vw;
  }
}
.recommendbox_inr .item_box .cmlogo {
  margin-bottom: 10px;
  line-height: 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .recommendbox_inr .item_box .cmlogo {
    margin-bottom: 0.694vw;
  }
}
@media (max-width: 750px) {
  .recommendbox_inr .item_box .cmlogo {
    margin-bottom: 2.667vw;
  }
}
.recommendbox_inr .item_box .company {
  margin: 0 auto;
  width: 260px;
}
@media (max-width: 1440px) {
  .recommendbox_inr .item_box .company {
    width: 18.056vw;
  }
}
@media (max-width: 750px) {
  .recommendbox_inr .item_box .company {
    width: 100%;
  }
}
.recommendbox .cartbox {
  margin: 30px auto 0 auto;
}
@media (max-width: 1440px) {
  .recommendbox .cartbox {
    margin-top: 2.083vw;
  }
}
@media (max-width: 750px) {
  .recommendbox .cartbox {
    margin-top: 6.667vw;
  }
}

@media (max-width: 1440px) {
  .car_title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* cart
------------------------------- */
.cart_notice {
  padding: 30px;
  margin: 20px 0;
  border: 2px solid #d52425;
}
@media (max-width: 1440px) {
  .cart_notice {
    padding: 2.083vw;
    margin: 1.389vw 0;
  }
}
@media (max-width: 750px) {
  .cart_notice {
    padding: 5.333vw;
    margin: 5.333vw 0;
  }
}

@media (max-width: 750px) {
  .cart .ins_list_contents {
    padding: 0 20px;
  }
}

.cartbtn__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .cartbtn__item {
    flex-wrap: wrap;
  }
}
.cartbtn__item li {
  margin: 0 20px;
  width: 300px;
  height: 70px;
}
@media (max-width: 1440px) {
  .cartbtn__item li {
    margin: 0 1.389vw;
    width: 20.833vw;
    height: 4.861vw;
  }
}
@media (max-width: 750px) {
  .cartbtn__item li {
    margin: 4vw 0 0 0;
    width: 100%;
    height: 16vw;
  }
}
.cartbtn__item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: #d52425;
  border-radius: 100vw;
}
@media (max-width: 1440px) {
  .cartbtn__item li a {
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .cartbtn__item li a {
    font-size: 4.267vw;
  }
}
.cartbtn__item li.btnoff {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #bdbdbe;
  border-radius: 100vw;
}
@media (max-width: 1440px) {
  .cartbtn__item li.btnoff {
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .cartbtn__item li.btnoff {
    font-size: 4.267vw;
  }
}

.insurance_itemnavi {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .insurance_itemnavi {
    margin-bottom: 3.472vw;
  }
}
@media (max-width: 750px) {
  .insurance_itemnavi {
    padding: 0 20px;
    margin-left: 1.6vw;
    margin-bottom: 13.333vw;
  }
}
.insurance_itemnavi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insurance_itemnavi > ul:before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
@media (max-width: 750px) {
  .insurance_itemnavi > ul:before {
    content: none;
  }
}
.insurance_itemnavi > ul:after {
  content: "";
  display: block;
  width: 24%;
}
@media (max-width: 750px) {
  .insurance_itemnavi > ul:after {
    content: none;
  }
}
.insurance_itemnavi > ul li {
  margin-bottom: 10px;
  width: 24%;
}
@media (max-width: 1440px) {
  .insurance_itemnavi > ul li {
    margin-bottom: 0.694vw;
  }
}
@media (max-width: 750px) {
  .insurance_itemnavi > ul li {
    margin-bottom: 1.6vw;
    width: 48%;
    text-indent: -1.6vw;
    font-size: 3.467vw;
  }
}
.insurance_itemnavi > ul li:before {
  content: "●";
  display: inline-block;
  font-size: 50%;
  color: #b7955c;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
@media (max-width: 1440px) {
  .insurance_itemnavi > ul li:before {
    margin-right: 0.556vw;
    top: -0.139vw;
  }
}
@media (max-width: 750px) {
  .insurance_itemnavi > ul li:before {
    margin-right: 1.067vw;
    top: -0.267vw;
  }
}

/* ----------------------------------------------------
contact_list
---------------------------------------------------- */
.contact_list .teltxt {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .contact_list .teltxt {
    font-size: 1.667vw;
  }
}
@media (max-width: 750px) {
  .contact_list .teltxt {
    font-size: 4.8vw;
  }
}
.contact_list_box {
  padding: 50px;
  background: #fdf8f3;
}
@media (max-width: 1440px) {
  .contact_list_box {
    padding: 3.472vw;
  }
}
@media (max-width: 750px) {
  .contact_list_box {
    padding: 8vw 5.333vw;
  }
}
.contact_list_box.c_blue {
  background: #e8f1f5;
}
.contact_list_box.c_blue .sm_title {
  color: #2ea7e0;
}
.contact_list_box.c_blue .sm_title:before {
  content: "■";
}
.contact_list_box.c_green {
  background: #e2fbdb;
}
.contact_list_box.c_green .sm_title {
  color: #69c733;
}
.contact_list_box.c_green .sm_title:before {
  content: "■";
}
.contact_list_box.c_brown .sm_title {
  color: #b28247;
}
.contact_list_box.c_brown .sm_title:before {
  content: "■";
}
.contact_list_box .sm_title.coop:before {
  content: "●";
}

.contact_list_navi {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .contact_list_navi {
    margin-bottom: 4.861vw;
  }
}
@media (max-width: 750px) {
  .contact_list_navi {
    padding: 0 20px;
    margin-bottom: 18.667vw;
    flex-wrap: wrap;
  }
}
.contact_list_navi .cl_navi_item {
  width: 32%;
  height: 70px;
}
@media (max-width: 1440px) {
  .contact_list_navi .cl_navi_item {
    height: 4.861vw;
  }
}
@media (max-width: 750px) {
  .contact_list_navi .cl_navi_item {
    width: 100%;
    height: 18.667vw;
  }
  .contact_list_navi .cl_navi_item + .cl_navi_item {
    margin-top: 2.667vw;
  }
}
.contact_list_navi .cl_navi_item a {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-radius: 8px;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .contact_list_navi .cl_navi_item a {
    font-size: 1.25vw;
    border-radius: 0.556vw;
  }
}
@media (max-width: 750px) {
  .contact_list_navi .cl_navi_item a {
    font-size: 4.267vw;
    border-radius: 2.133vw;
  }
}
.contact_list_navi .cl_navi_item:first-child a {
  padding-left: 66px;
  background: url(../images/contact/icon_kega.svg) left 20px center/30px no-repeat, #b28247;
}
@media (max-width: 1440px) {
  .contact_list_navi .cl_navi_item:first-child a {
    padding-left: 4.583vw;
    background: url(../images/contact/icon_kega.svg) left 1.389vw center/2.083vw no-repeat, #b28247;
  }
}
@media (max-width: 750px) {
  .contact_list_navi .cl_navi_item:first-child a {
    padding-left: 17.923vw;
    background: url(../images/contact/icon_kega.svg) left 5.128vw center/7.692vw no-repeat, #b28247;
  }
}
.contact_list_navi .cl_navi_item:nth-child(2) a {
  padding-left: 86px;
  background: url(../images/contact/icon_car.svg) left 20px center/50px no-repeat, #2ea7e0;
}
@media (max-width: 1440px) {
  .contact_list_navi .cl_navi_item:nth-child(2) a {
    padding-left: 5.972vw;
    background: url(../images/contact/icon_car.svg) left 1.389vw center/3.472vw no-repeat, #2ea7e0;
  }
}
@media (max-width: 750px) {
  .contact_list_navi .cl_navi_item:nth-child(2) a {
    padding-left: 17.923vw;
    background: url(../images/contact/icon_car.svg) left 5.128vw center/11.795vw no-repeat, #2ea7e0;
  }
}
.contact_list_navi .cl_navi_item:nth-child(3) a {
  padding-left: 74px;
  background: url(../images/contact/icon_kasai.svg) left 20px center/40px no-repeat, #69c733;
}
@media (max-width: 1440px) {
  .contact_list_navi .cl_navi_item:nth-child(3) a {
    padding-left: 5.139vw;
    background: url(../images/contact/icon_kasai.svg) left 1.389vw center/2.778vw no-repeat, #69c733;
  }
}
@media (max-width: 750px) {
  .contact_list_navi .cl_navi_item:nth-child(3) a {
    padding-left: 17.923vw;
    background: url(../images/contact/icon_kasai.svg) left 5.128vw center/10.256vw no-repeat, #69c733;
  }
}

/* ----------------------------------------------------
fd_policy
---------------------------------------------------- */
.fd_policy ol, .fd_policy p, .fd_policy ul {
  line-height: 2;
}
@media (max-width: 750px) {
  .fd_policy ol, .fd_policy p, .fd_policy ul {
    line-height: 1.8;
  }
}
.fd_policy .sm_title {
  padding-left: 0;
  text-indent: 0;
}
.fd_policy .sm_title:before {
  content: none;
}
.fd_policy ul.ul-type1 {
  margin-left: 25px;
  list-style-type: disc;
}
@media (max-width: 1440px) {
  .fd_policy ul.ul-type1 {
    margin-left: 1.736vw;
  }
}
@media (max-width: 750px) {
  .fd_policy ul.ul-type1 {
    margin-left: 6.667vw;
    font-size: 3.733vw;
  }
}
.fd_policy .indent {
  padding-left: 40px;
}
@media (max-width: 1440px) {
  .fd_policy .indent {
    padding-left: 2.778vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .indent {
    padding-left: 0;
  }
}
.fd_policy .compact {
  padding: 30px;
  margin-top: 20px;
  background: #fdf8f3;
}
@media (max-width: 1440px) {
  .fd_policy .compact {
    padding: 2.083vw;
    margin-top: 1.389vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .compact {
    padding: 8vw 5.333vw;
    margin-top: 5.333vw;
  }
}
.fd_policy .credobox {
  padding: 30px;
  margin: 50px auto;
  width: 600px;
  border: 2px solid #b7955c;
}
@media (max-width: 1440px) {
  .fd_policy .credobox {
    padding: 2.083vw;
    margin: 3.472vw auto;
    width: 41.667vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .credobox {
    padding: 5.333vw;
    margin: 8vw 0;
    width: 100%;
  }
}
.fd_policy .credobox > h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .fd_policy .credobox > h4 {
    margin-bottom: 2.083vw;
    font-size: 1.389vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .credobox > h4 {
    margin-bottom: 5.333vw;
    font-size: 4.8vw;
  }
}
.fd_policy .credobox dl {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .fd_policy .credobox dl {
    margin-bottom: 20px;
  }
}
.fd_policy .credobox dl:last-child {
  margin-bottom: 0;
}
.fd_policy .credobox dl dt {
  font-weight: bold;
}
.fd_policy .kpibox {
  padding: 50px;
  margin: 50px auto;
  width: 850px;
  background: #e8f1f5;
}
@media (max-width: 1440px) {
  .fd_policy .kpibox {
    padding: 3.472vw;
    margin: 3.472vw auto;
    width: 59.028vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .kpibox {
    padding: 5.333vw;
    margin: 6.667vw 0;
    width: 100%;
  }
}
.fd_policy .kpibox > h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .fd_policy .kpibox > h3 {
    margin-bottom: 1.389vw;
    font-size: 1.667vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .kpibox > h3 {
    margin-bottom: 5.333vw;
    font-size: 4.8vw;
  }
}
.fd_policy .kpibox dl {
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .fd_policy .kpibox dl {
    margin-bottom: 1.667vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .kpibox dl {
    margin-bottom: 5.333vw;
  }
}
.fd_policy .kpibox dl:last-child {
  margin-bottom: 0;
}
.fd_policy .kpibox dl dt {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .fd_policy .kpibox dl dt {
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .kpibox dl dt {
    font-size: 4.267vw;
  }
}
.fd_policy .kpibox dl dd {
  margin-left: 36px;
}
@media (max-width: 1440px) {
  .fd_policy .kpibox dl dd {
    margin-left: 2.5vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .kpibox dl dd {
    margin-left: 0;
    font-size: 4vw;
  }
}
.fd_policy .reportList {
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #bdbdbe;
}
@media (max-width: 1440px) {
  .fd_policy .reportList {
    margin-bottom: 2.083vw;
    padding: 1.389vw 2.083vw;
  }
}
@media (max-width: 750px) {
  .fd_policy .reportList {
    margin-bottom: 6.667vw;
    padding: 5.333vw;
  }
}

/* ----------------------------------------------------
kanyu_policy
---------------------------------------------------- */
.kanyu_policy_container {
  padding: 40px 50px;
  line-height: 2;
  background: #fdf8f3;
}
@media (max-width: 1440px) {
  .kanyu_policy_container {
    padding: 2.778vw 3.472vw;
  }
}
@media (max-width: 750px) {
  .kanyu_policy_container {
    padding: 8vw 2.667vw;
    font-size: 4vw;
  }
}
.kanyu_policy ol {
  margin-left: 25px;
}
@media (max-width: 1440px) {
  .kanyu_policy ol {
    margin-left: 1.736vw;
  }
}
@media (max-width: 750px) {
  .kanyu_policy ol {
    margin-left: 6.667vw;
  }
}
.kanyu_policy ol li {
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .kanyu_policy ol li {
    margin-bottom: 1.389vw;
  }
}
@media (max-width: 750px) {
  .kanyu_policy ol li {
    margin-bottom: 5.333vw;
  }
}
.kanyu_policy ol ul li {
  margin-bottom: 0;
  list-style-type: none;
  counter-increment: cnt;
}
.kanyu_policy ol ul li:before {
  content: "（" counter(cnt) "）";
}
@media (max-width: 750px) {
  .kanyu_policy .aside {
    padding: 0 1.333vw 0 2.667vw;
  }
}
.kanyu_policy .address {
  margin-top: 40px;
  text-align: right;
}
@media (max-width: 1440px) {
  .kanyu_policy .address {
    margin-top: 2.778vw;
  }
}
@media (max-width: 750px) {
  .kanyu_policy .address {
    margin-top: 8vw;
  }
}

/* ----------------------------------------------------
lp
---------------------------------------------------- */
.lpbase_contents {
  margin: 0 auto;
  width: 960px;
}
@media (max-width: 1440px) {
  .lpbase_contents {
    width: 66.667vw;
  }
}
@media (max-width: 750px) {
  .lpbase_contents {
    width: 90%;
  }
}
.lpbase_head {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1440px) {
  .lpbase_head {
    margin-bottom: 5.556vw;
  }
}
@media (max-width: 750px) {
  .lpbase_head {
    margin-bottom: 10.667vw;
  }
}
.lpbase_head img {
  width: 770px;
  height: auto;
}
@media (max-width: 1440px) {
  .lpbase_head img {
    width: 53.472vw;
  }
}
@media (max-width: 750px) {
  .lpbase_head img {
    width: 100%;
  }
}
.lpbase_head .read {
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .lpbase_head .read {
    margin-top: 1.389vw;
  }
}
@media (max-width: 750px) {
  .lpbase_head .read {
    margin-top: 2.667vw;
  }
}
.lpbase .hoken-wrap {
  padding: 30px;
}
@media (max-width: 1440px) {
  .lpbase .hoken-wrap {
    padding: 2.083vw;
  }
}
@media (max-width: 750px) {
  .lpbase .hoken-wrap {
    padding: 2.667vw 4.267vw;
  }
}
.lpbase aside {
  padding: 25px;
  border: 1px solid #bdbdbe;
}
@media (max-width: 1440px) {
  .lpbase aside {
    padding: 1.736vw;
  }
}
@media (max-width: 750px) {
  .lpbase aside {
    padding: 5.333vw;
  }
}
.lpbase aside p {
  font-size: 15px;
  line-height: 1.6 !important;
}
@media (max-width: 1440px) {
  .lpbase aside p {
    font-size: 1.042vw;
  }
}
@media (max-width: 750px) {
  .lpbase aside p {
    font-size: 3.733vw;
  }
}
.lpbase aside p + p {
  margin-top: 15px;
}
@media (max-width: 1440px) {
  .lpbase aside p + p {
    margin-top: 1.042vw;
  }
}
@media (max-width: 1440px) {
  .lpbase aside p + p {
    margin-top: 3.733vw;
  }
}
.lpbase .aside {
  padding: 25px;
  border: 1px solid #bdbdbe;
}
@media (max-width: 1440px) {
  .lpbase .aside {
    padding: 1.736vw;
  }
}
@media (max-width: 750px) {
  .lpbase .aside {
    padding: 5.333vw;
  }
}
.lpbase .attenbox {
  border: 2px solid #d52425;
}
.lpbase .appbox {
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fdf8f3;
}
@media (max-width: 1440px) {
  .lpbase .appbox {
    padding: 1.667vw 2.083vw;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox {
    padding: 6.4vw 5.333vw;
    flex-wrap: wrap;
  }
}
.lpbase .appbox.flex-start {
  align-items: flex-start;
}
.lpbase .appbox .l-box {
  width: 50%;
}
@media (max-width: 750px) {
  .lpbase .appbox .l-box {
    width: 100%;
  }
}
.lpbase .appbox .r-box {
  width: 48%;
}
@media (max-width: 750px) {
  .lpbase .appbox .r-box {
    margin-top: 5.333vw;
    width: 100%;
  }
}
.lpbase .appbox .r-box .linkbtn {
  height: 80px;
}
@media (max-width: 1440px) {
  .lpbase .appbox .r-box .linkbtn {
    height: 5.556vw;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox .r-box .linkbtn {
    height: 16vw;
  }
}
.lpbase .appbox .r-box .linkbtn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .lpbase .appbox .r-box .linkbtn a {
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox .r-box .linkbtn a {
    font-size: 4.267vw;
  }
}
.lpbase .appbox .r-box .linkbtn.yellow a {
  background: #f9b315;
}
.lpbase .appbox .r-box .linkbtn.red a {
  background: #d52425;
}
.lpbase .appbox .freedial {
  justify-content: flex-start;
}
@media (max-width: 750px) {
  .lpbase .appbox .freedial {
    justify-content: center;
  }
}
.lpbase .appbox .freedial p {
  font-size: 42px;
  line-height: 1.5 !important;
}
@media (max-width: 1440px) {
  .lpbase .appbox .freedial p {
    font-size: 2.917vw;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox .freedial p {
    font-size: 9.067vw;
  }
}
.lpbase .appbox .freedial p:before {
  width: 60px;
  height: 34px;
}
@media (max-width: 1440px) {
  .lpbase .appbox .freedial p:before {
    width: 4.167vw;
    height: 2.361vw;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox .freedial p:before {
    width: 10.667vw;
    height: 6.133vw;
    top: 0;
  }
}
.lpbase .appbox .tel span {
  margin-left: 16px;
  display: inline-block;
}
@media (max-width: 1440px) {
  .lpbase .appbox .tel span {
    margin-left: 1.111vw;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox .tel span {
    margin-left: 0;
    display: block;
  }
}
.lpbase .appbox .dantaihikiuke {
  padding: 16px;
  background: #fff;
}
@media (max-width: 1440px) {
  .lpbase .appbox .dantaihikiuke {
    padding: 1.111vw;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox .dantaihikiuke {
    padding: 4.267vw;
  }
}
.lpbase .appbox_btn {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .lpbase .appbox_btn {
    margin: 3.472vw 0;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox_btn {
    margin: 8vw 0;
    flex-wrap: wrap;
  }
}
.lpbase .appbox_btn .linkbtn {
  margin-bottom: 20px;
  width: 48%;
  height: 80px;
}
@media (max-width: 1440px) {
  .lpbase .appbox_btn .linkbtn {
    margin-bottom: 1.389vw;
    height: 5.556vw;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox_btn .linkbtn {
    margin-bottom: 4.267vw;
    width: 100%;
    height: 16vw;
  }
}
.lpbase .appbox_btn .linkbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .lpbase .appbox_btn .linkbtn a {
    font-size: 1.25vw;
  }
}
@media (max-width: 750px) {
  .lpbase .appbox_btn .linkbtn a {
    font-size: 4.267vw;
  }
}
.lpbase .appbox_btn .linkbtn.yellow {
  background: #f9b315;
}
.lpbase .appbox_btn .linkbtn.red {
  background: #d52425;
}
.lpbase .noticebox {
  padding: 10px;
  background: #fdf8a0;
}
@media (max-width: 1440px) {
  .lpbase .noticebox {
    padding: 0.694vw;
  }
}
@media (max-width: 750px) {
  .lpbase .noticebox {
    padding: 2.667vw;
  }
}
.lpbase .section_inr p {
  line-height: 1.8;
}

/* auto
--------------------------- */
.autolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.autolist_item {
  padding: 30px 40px;
  margin-bottom: 20px;
  width: 49%;
  background: #fdf8f3;
}
@media (max-width: 1440px) {
  .autolist_item {
    padding: 2.083vw 2.778vw;
    margin-bottom: 1.389vw;
  }
}
@media (max-width: 750px) {
  .autolist_item {
    padding: 8vw 10.667vw;
    margin-bottom: 5.333vw;
    width: 100%;
  }
}
.autolist_item p {
  line-height: 1.5 !important;
}
.autolist .logo {
  padding: 10px 0;
  margin: 0 auto 20px auto;
  width: 220px;
  line-height: 0;
  text-align: center;
  background: #fff;
}
@media (max-width: 1440px) {
  .autolist .logo {
    padding: 0.694vw 0;
    margin-bottom: 1.389vw;
    width: 15.278vw;
  }
}
@media (max-width: 750px) {
  .autolist .logo {
    padding: 2.667vw 0;
    margin-bottom: 5.333vw;
    width: 58.667vw;
  }
}
.autolist .logo img {
  width: 180px;
  height: auto;
}
@media (max-width: 1440px) {
  .autolist .logo img {
    width: 12.5vw;
  }
}
@media (max-width: 750px) {
  .autolist .logo img {
    width: 48vw;
  }
}
.autolist .number {
  margin-top: 20px;
  text-align: right;
}
.autolist .number span {
  display: block;
}

/* dantai_iryou
--------------------------- */
.dantai_iryou .point dl {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .dantai_iryou .point dl {
    margin-bottom: 0.694vw;
  }
}
@media (max-width: 750px) {
  .dantai_iryou .point dl {
    margin-bottom: 5.333vw;
    flex-wrap: wrap;
  }
}
.dantai_iryou .point dl dt {
  width: 10%;
  line-height: 0;
}
@media (max-width: 750px) {
  .dantai_iryou .point dl dt {
    width: 100%;
  }
}
.dantai_iryou .point dl dt img {
  width: 68px;
  height: auto;
}
@media (max-width: 1440px) {
  .dantai_iryou .point dl dt img {
    width: 4.722vw;
  }
}
@media (max-width: 750px) {
  .dantai_iryou .point dl dt img {
    width: 13.333vw;
  }
}
.dantai_iryou .point dl dd {
  width: 90%;
}
@media (max-width: 750px) {
  .dantai_iryou .point dl dd {
    width: 100%;
  }
}

/* kasai
--------------------------- */
.kasai .top_contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .kasai .top_contents {
    flex-wrap: wrap;
  }
}
.kasai .top_contents .l-box {
  width: 60%;
}
@media (max-width: 750px) {
  .kasai .top_contents .l-box {
    width: 100%;
  }
}
.kasai .top_contents .r-box {
  width: 30%;
  text-align: center;
}
@media (max-width: 750px) {
  .kasai .top_contents .r-box {
    margin-top: 10.667vw;
    width: 100%;
  }
}
.kasailist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kasailist_item {
  padding: 30px 40px;
  margin-bottom: 20px;
  width: 49%;
  background: #fdf8f3;
}
@media (max-width: 1440px) {
  .kasailist_item {
    padding: 2.083vw 2.778vw;
    margin-bottom: 1.389vw;
  }
}
@media (max-width: 750px) {
  .kasailist_item {
    padding: 8vw 10.667vw;
    margin-bottom: 5.333vw;
    width: 100%;
  }
}
.kasailist_item p {
  line-height: 1.5 !important;
}
.kasailist .logo {
  margin: 0 auto 20px auto;
  line-height: 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .kasailist .logo {
    margin-bottom: 1.389vw;
  }
}
@media (max-width: 750px) {
  .kasailist .logo {
    margin-bottom: 5.333vw;
  }
}
.kasailist .logo img {
  width: 250px;
  height: auto;
}
@media (max-width: 1440px) {
  .kasailist .logo img {
    width: 17.361vw;
  }
}
@media (max-width: 750px) {
  .kasailist .logo img {
    width: 66.667vw;
  }
}
.kasailist .number {
  margin-top: 20px;
  text-align: right;
}
.kasailist .number span {
  display: block;
}
