@charset "UTF-8";
@media screen and (min-width: 750px) {
  .materials .sp {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .pc {
    display: none !important;
  }
}
.materials .font, .materials body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 749px) {
  .materials .font, .materials body {
    font-size: 1.3rem;
  }
}
.materials .central {
  display: flex;
  align-items: center;
  justify-content: center;
}
.materials * {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  font-feature-settings: "palt" on;
  line-height: 140%;
  letter-spacing: 0.08em;
  font-feature-settings: "halt" on;
}
.materials html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.materials body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
.materials div,
.materials main,
.materials section {
  display: block;
  position: relative;
}
@media screen and (min-width: 750px) {
  .materials .outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 750px) {
  .materials .wrapper {
    width: 1920px;
    margin: 0 auto;
  }
}
.materials h1,
.materials h2 {
  position: relative;
}
.materials *:focus {
  outline: none;
}
.materials p {
  line-height: 1.75;
  text-align: justify;
}
.materials p a {
  word-break: break-all;
}
.materials sup {
  vertical-align: super;
  font-size: 50%;
}
.materials em {
  font-weight: 700;
}
.materials b {
  font-weight: 700;
}
.materials a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}
.materials a.block {
  display: block;
}
.materials .opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1;
}
.materials .opa:hover {
  opacity: 0.5 !important;
}
.materials .scale {
  overflow: hidden;
  display: block;
}
.materials .scale img {
  transition: transform 0.5s;
}
.materials .scale:hover img {
  transform: scale(1.1);
}
.materials .underline {
  text-decoration: underline;
}
.materials figcaption,
.materials small {
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .materials figcaption,
  .materials small {
    font-size: 1rem;
  }
}
.materials figcaption {
  margin-top: 5px;
}
.materials .spaces {
  letter-spacing: 0.1em;
}
.materials .dash {
  letter-spacing: 0;
}
@media screen and (min-width: 750px) {
  .materials .block-inline {
    display: inline-block;
  }
}
.materials .center-m {
  margin-left: auto;
  margin-right: auto;
}
.materials .center {
  text-align: center;
}
.materials .left {
  text-align: left;
}
@media screen and (max-width: 749px) {
  .materials .sp-left {
    text-align: left !important;
  }
}
.materials .right {
  text-align: right;
}
.materials img.block {
  display: block;
}
.materials .w100 {
  width: 100% !important;
  display: block;
}
.materials .wh100 {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  font-family: "object-fit: cover; object-position: bottom center;";
}
.materials .bg_main {
  background: #205EA4 !important;
}
.materials .bg_white {
  background: #FFF !important;
}
.materials .bg_black {
  background: #333 !important;
}
.materials .bg_blue {
  background: #0266B4 !important;
}
.materials .bdr_main {
  border: 1px solid #205EA4 !important;
}
.materials .bdr_white {
  border: 1px solid #FFF !important;
}
.materials .bdr_black {
  border: 1px solid #333 !important;
}
.materials .bdr_blue {
  border: 1px solid #0266B4 !important;
}
.materials .text_main {
  color: #205EA4;
}
.materials .text_white {
  color: #FFF;
}
.materials .text_black {
  color: #333;
}
.materials .text_blue {
  color: #0266B4;
}
.materials .hr_main {
  border-top: 1px solid #205EA4;
}
.materials .hr_white {
  border-top: 1px solid #FFF;
}
.materials .hr_black {
  border-top: 1px solid #333;
}
.materials .hr_blue {
  border-top: 1px solid #0266B4;
}
.materials .wrap920 {
  margin: auto;
  max-width: 920px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .materials .wrap920 {
    padding: 0 8vw;
  }
}
.materials .wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .materials .wrap1000 {
    padding: 0 8vw;
  }
}
.materials .mt0 {
  display: block;
  margin-top: 0px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt0 {
    margin-top: 0px !important;
  }
}
.materials .mt5 {
  display: block;
  margin-top: 5px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt5 {
    margin-top: 2.5px !important;
  }
}
.materials .mt10 {
  display: block;
  margin-top: 10px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt10 {
    margin-top: 5px !important;
  }
}
.materials .mt15 {
  display: block;
  margin-top: 15px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt15 {
    margin-top: 7.5px !important;
  }
}
.materials .mt20 {
  display: block;
  margin-top: 20px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt20 {
    margin-top: 10px !important;
  }
}
.materials .mt25 {
  display: block;
  margin-top: 25px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt25 {
    margin-top: 12.5px !important;
  }
}
.materials .mt30 {
  display: block;
  margin-top: 30px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt30 {
    margin-top: 15px !important;
  }
}
.materials .mt40 {
  display: block;
  margin-top: 40px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt40 {
    margin-top: 20px !important;
  }
}
.materials .mt50 {
  display: block;
  margin-top: 50px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt50 {
    margin-top: 25px !important;
  }
}
.materials .mt60 {
  display: block;
  margin-top: 60px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt60 {
    margin-top: 30px !important;
  }
}
.materials .mt70 {
  display: block;
  margin-top: 70px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt70 {
    margin-top: 35px !important;
  }
}
.materials .mt80 {
  display: block;
  margin-top: 80px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt80 {
    margin-top: 40px !important;
  }
}
.materials .mt90 {
  display: block;
  margin-top: 90px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt90 {
    margin-top: 45px !important;
  }
}
.materials .mt100 {
  display: block;
  margin-top: 100px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt100 {
    margin-top: 50px !important;
  }
}
.materials .mt110 {
  display: block;
  margin-top: 110px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt110 {
    margin-top: 55px !important;
  }
}
.materials .mt120 {
  display: block;
  margin-top: 120px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt120 {
    margin-top: 60px !important;
  }
}
.materials .mt130 {
  display: block;
  margin-top: 130px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt130 {
    margin-top: 65px !important;
  }
}
.materials .mt140 {
  display: block;
  margin-top: 140px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt140 {
    margin-top: 70px !important;
  }
}
.materials .mt150 {
  display: block;
  margin-top: 150px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt150 {
    margin-top: 75px !important;
  }
}
.materials .mt160 {
  display: block;
  margin-top: 160px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt160 {
    margin-top: 80px !important;
  }
}
.materials .mt200 {
  display: block;
  margin-top: 200px !important;
}
@media screen and (max-width: 749px) {
  .materials .mt200 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt0 {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt10 {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt15 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt20 {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt25 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt30 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt40 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt50 {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt60 {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt80 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt90 {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt110 {
    margin-top: 110px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt120 {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt130 {
    margin-top: 130px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt140 {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt150 {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt160 {
    margin-top: 160px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-mt200 {
    margin-top: 200px !important;
  }
}
.materials .pt0 {
  display: block;
  padding-top: 0px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt0 {
    padding-top: 0px !important;
  }
}
.materials .pt5 {
  display: block;
  padding-top: 5px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt5 {
    padding-top: 2.5px !important;
  }
}
.materials .pt10 {
  display: block;
  padding-top: 10px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt10 {
    padding-top: 5px !important;
  }
}
.materials .pt15 {
  display: block;
  padding-top: 15px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt15 {
    padding-top: 7.5px !important;
  }
}
.materials .pt20 {
  display: block;
  padding-top: 20px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt20 {
    padding-top: 10px !important;
  }
}
.materials .pt25 {
  display: block;
  padding-top: 25px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt25 {
    padding-top: 12.5px !important;
  }
}
.materials .pt30 {
  display: block;
  padding-top: 30px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt30 {
    padding-top: 15px !important;
  }
}
.materials .pt40 {
  display: block;
  padding-top: 40px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt40 {
    padding-top: 20px !important;
  }
}
.materials .pt50 {
  display: block;
  padding-top: 50px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt50 {
    padding-top: 25px !important;
  }
}
.materials .pt60 {
  display: block;
  padding-top: 60px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt60 {
    padding-top: 30px !important;
  }
}
.materials .pt70 {
  display: block;
  padding-top: 70px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt70 {
    padding-top: 35px !important;
  }
}
.materials .pt80 {
  display: block;
  padding-top: 80px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt80 {
    padding-top: 40px !important;
  }
}
.materials .pt90 {
  display: block;
  padding-top: 90px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt90 {
    padding-top: 45px !important;
  }
}
.materials .pt100 {
  display: block;
  padding-top: 100px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt100 {
    padding-top: 50px !important;
  }
}
.materials .pt110 {
  display: block;
  padding-top: 110px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt110 {
    padding-top: 55px !important;
  }
}
.materials .pt120 {
  display: block;
  padding-top: 120px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt120 {
    padding-top: 60px !important;
  }
}
.materials .pt130 {
  display: block;
  padding-top: 130px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt130 {
    padding-top: 65px !important;
  }
}
.materials .pt140 {
  display: block;
  padding-top: 140px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt140 {
    padding-top: 70px !important;
  }
}
.materials .pt150 {
  display: block;
  padding-top: 150px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt150 {
    padding-top: 75px !important;
  }
}
.materials .pt160 {
  display: block;
  padding-top: 160px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt160 {
    padding-top: 80px !important;
  }
}
.materials .pt200 {
  display: block;
  padding-top: 200px !important;
}
@media screen and (max-width: 749px) {
  .materials .pt200 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt0 {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt5 {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt15 {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt20 {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt25 {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt30 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt40 {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt50 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt60 {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt70 {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt80 {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt90 {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt110 {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt120 {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt130 {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt140 {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt150 {
    padding-top: 150px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt160 {
    padding-top: 160px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pt200 {
    padding-top: 200px !important;
  }
}
.materials .pb0 {
  display: block;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb0 {
    padding-bottom: 0px !important;
  }
}
.materials .pb5 {
  display: block;
  padding-bottom: 5px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb5 {
    padding-bottom: 2.5px !important;
  }
}
.materials .pb10 {
  display: block;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb10 {
    padding-bottom: 5px !important;
  }
}
.materials .pb15 {
  display: block;
  padding-bottom: 15px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb15 {
    padding-bottom: 7.5px !important;
  }
}
.materials .pb20 {
  display: block;
  padding-bottom: 20px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb20 {
    padding-bottom: 10px !important;
  }
}
.materials .pb25 {
  display: block;
  padding-bottom: 25px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb25 {
    padding-bottom: 12.5px !important;
  }
}
.materials .pb30 {
  display: block;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb30 {
    padding-bottom: 15px !important;
  }
}
.materials .pb40 {
  display: block;
  padding-bottom: 40px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb40 {
    padding-bottom: 20px !important;
  }
}
.materials .pb50 {
  display: block;
  padding-bottom: 50px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb50 {
    padding-bottom: 25px !important;
  }
}
.materials .pb60 {
  display: block;
  padding-bottom: 60px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb60 {
    padding-bottom: 30px !important;
  }
}
.materials .pb70 {
  display: block;
  padding-bottom: 70px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb70 {
    padding-bottom: 35px !important;
  }
}
.materials .pb80 {
  display: block;
  padding-bottom: 80px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb80 {
    padding-bottom: 40px !important;
  }
}
.materials .pb90 {
  display: block;
  padding-bottom: 90px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb90 {
    padding-bottom: 45px !important;
  }
}
.materials .pb100 {
  display: block;
  padding-bottom: 100px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb100 {
    padding-bottom: 50px !important;
  }
}
.materials .pb110 {
  display: block;
  padding-bottom: 110px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb110 {
    padding-bottom: 55px !important;
  }
}
.materials .pb120 {
  display: block;
  padding-bottom: 120px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb120 {
    padding-bottom: 60px !important;
  }
}
.materials .pb130 {
  display: block;
  padding-bottom: 130px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb130 {
    padding-bottom: 65px !important;
  }
}
.materials .pb140 {
  display: block;
  padding-bottom: 140px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb140 {
    padding-bottom: 70px !important;
  }
}
.materials .pb150 {
  display: block;
  padding-bottom: 150px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb150 {
    padding-bottom: 75px !important;
  }
}
.materials .pb160 {
  display: block;
  padding-bottom: 160px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb160 {
    padding-bottom: 80px !important;
  }
}
.materials .pb200 {
  display: block;
  padding-bottom: 200px !important;
}
@media screen and (max-width: 749px) {
  .materials .pb200 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb0 {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb5 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb15 {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb25 {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb40 {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb50 {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb60 {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb70 {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb80 {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb90 {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb110 {
    padding-bottom: 110px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb120 {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb130 {
    padding-bottom: 130px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb140 {
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb150 {
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb160 {
    padding-bottom: 160px !important;
  }
}
@media screen and (max-width: 749px) {
  .materials .sp-pb200 {
    padding-bottom: 200px !important;
  }
}
.materials .p0 {
  padding: 0px !important;
}
@media screen and (max-width: 749px) {
  .materials .p0 {
    padding: 0px !important;
  }
}
.materials .p5 {
  padding: 5px !important;
}
@media screen and (max-width: 749px) {
  .materials .p5 {
    padding: 2.5px !important;
  }
}
.materials .p10 {
  padding: 10px !important;
}
@media screen and (max-width: 749px) {
  .materials .p10 {
    padding: 5px !important;
  }
}
.materials .p15 {
  padding: 15px !important;
}
@media screen and (max-width: 749px) {
  .materials .p15 {
    padding: 7.5px !important;
  }
}
.materials .p20 {
  padding: 20px !important;
}
@media screen and (max-width: 749px) {
  .materials .p20 {
    padding: 10px !important;
  }
}
.materials .p25 {
  padding: 25px !important;
}
@media screen and (max-width: 749px) {
  .materials .p25 {
    padding: 12.5px !important;
  }
}
.materials .p30 {
  padding: 30px !important;
}
@media screen and (max-width: 749px) {
  .materials .p30 {
    padding: 15px !important;
  }
}
.materials .p40 {
  padding: 40px !important;
}
@media screen and (max-width: 749px) {
  .materials .p40 {
    padding: 20px !important;
  }
}
.materials .p50 {
  padding: 50px !important;
}
@media screen and (max-width: 749px) {
  .materials .p50 {
    padding: 25px !important;
  }
}
.materials .p60 {
  padding: 60px !important;
}
@media screen and (max-width: 749px) {
  .materials .p60 {
    padding: 30px !important;
  }
}
.materials .p70 {
  padding: 70px !important;
}
@media screen and (max-width: 749px) {
  .materials .p70 {
    padding: 35px !important;
  }
}
.materials .p80 {
  padding: 80px !important;
}
@media screen and (max-width: 749px) {
  .materials .p80 {
    padding: 40px !important;
  }
}
.materials .p90 {
  padding: 90px !important;
}
@media screen and (max-width: 749px) {
  .materials .p90 {
    padding: 45px !important;
  }
}
.materials .p100 {
  padding: 100px !important;
}
@media screen and (max-width: 749px) {
  .materials .p100 {
    padding: 50px !important;
  }
}
.materials .p110 {
  padding: 110px !important;
}
@media screen and (max-width: 749px) {
  .materials .p110 {
    padding: 55px !important;
  }
}
.materials .p120 {
  padding: 120px !important;
}
@media screen and (max-width: 749px) {
  .materials .p120 {
    padding: 60px !important;
  }
}
.materials .p130 {
  padding: 130px !important;
}
@media screen and (max-width: 749px) {
  .materials .p130 {
    padding: 65px !important;
  }
}
.materials .p140 {
  padding: 140px !important;
}
@media screen and (max-width: 749px) {
  .materials .p140 {
    padding: 70px !important;
  }
}
.materials .p150 {
  padding: 150px !important;
}
@media screen and (max-width: 749px) {
  .materials .p150 {
    padding: 75px !important;
  }
}
.materials .p160 {
  padding: 160px !important;
}
@media screen and (max-width: 749px) {
  .materials .p160 {
    padding: 80px !important;
  }
}
.materials .p200 {
  padding: 200px !important;
}
@media screen and (max-width: 749px) {
  .materials .p200 {
    padding: 100px !important;
  }
}
.materials a:hover, .materials input[type=submit]:hover {
  filter: brightness(130%);
}
.materials a, .materials input[type=submit] {
  transition: filter 0.3s;
}
.materials .fv_cont {
  background: url("../img/pc/fv_bg.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .materials .fv_cont {
    background: url("../img/sp/fv_bg.jpg") no-repeat;
    background-size: cover;
  }
}
.materials .fv_cont_inner {
  width: 1016px;
  margin: auto;
  padding: 53px 0 57px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 749px) {
  .materials .fv_cont_inner {
    padding: 5.3333333333vw 8.6666666667vw 12vw 7.7333333333vw;
    width: 100%;
  }
}
.materials .fv_main {
  width: 480px;
}
@media screen and (max-width: 749px) {
  .materials .fv_main {
    width: 100%;
  }
}
.materials .fv_title {
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .materials .fv_title {
    margin: 1.0666666667vw 0 0;
    letter-spacing: 0;
  }
}
.materials .fv_title small {
  display: block;
  font-size: 3rem;
  color: #205EA4;
}
@media screen and (max-width: 749px) {
  .materials .fv_title small {
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.materials .fv_title em {
  display: block;
  font-size: 5.6rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 749px) {
  .materials .fv_title em {
    font-size: 6vw;
    letter-spacing: 0;
    margin: 1.3333333333vw auto 0;
  }
}
.materials .fv_title span {
  font-size: 3.6rem;
}
@media screen and (max-width: 749px) {
  .materials .fv_title span {
    font-size: 4.8vw;
    letter-spacing: 0;
  }
}
.materials .fv_logo {
  width: 256px;
  margin: 40px 0 0;
}
@media screen and (max-width: 749px) {
  .materials .fv_logo {
    width: 29.3333333333vw;
    margin: 2.6666666667vw 0 0;
  }
}
.materials .fv_point {
  width: 130px;
}
.materials .fv_pointWrap {
  width: 416px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 41px 0 0;
}
@media screen and (max-width: 749px) {
  .materials .fv_pointWrap {
    flex-wrap: wrap;
    justify-content: center;
    width: 42.6666666667vw;
    margin: 2.6666666667vw 0 0;
    z-index: 1;
  }
  .materials .fv_pointWrap .sp {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .materials .fv_point {
    width: 20.8vw;
  }
  .materials .fv_point:first-child {
    margin: 0 auto -2.1333333333vw;
  }
  .materials .fv_point:last-child {
    margin-left: 1.0666666667vw;
  }
}
.materials .fv_image {
  width: 547px;
  margin-left: -20px;
}
@media screen and (max-width: 749px) {
  .materials .fv_image {
    width: 49.6vw;
    position: absolute;
    right: 4vw;
    bottom: 12vw;
  }
}
.materials .fv .cv {
  padding-top: 52px;
}
@media screen and (max-width: 749px) {
  .materials .fv .cv {
    padding: 4.2666666667vw 0;
  }
}
.materials .fv .cv .cv_btnWrap {
  margin: 0 auto;
}
.materials .cv {
  background: linear-gradient(90.56deg, #205EA4 1.08%, #7DBCD8 99.22%);
  padding: 40px 0;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .materials .cv {
    padding: 7.4666666667vw 0;
  }
}
.materials .cv#cv01 {
  padding: 1px 0 40px;
}
@media screen and (max-width: 749px) {
  .materials .cv#cv01 {
    padding: 1px 0 4.2666666667vw;
  }
}
.materials .cv_caption {
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 749px) {
  .materials .cv_caption {
    font-size: 5.3333333333vw;
  }
}
.materials .cv_btn {
  color: #333;
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background: #F2F400;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
}
.materials .cv_btnWrap {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 56px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .cv_btnWrap {
    width: 84vw;
    flex-direction: column;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (max-width: 749px) {
  .materials .cv_btn {
    width: 100%;
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
  }
}
.materials .cv_btn span {
  margin-right: auto;
}
.materials .cv_btn .-mail {
  width: 31px;
  height: 25px;
  margin-right: 12px;
}
.materials .cv_btn .-mail svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 749px) {
  .materials .cv_btn .-mail {
    width: 4.2666666667vw;
    height: 3.3333333333vw;
  }
}
.materials .cv_btn .-arrow {
  width: 8px;
  height: 11px;
}
.materials .cv_btn .-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 749px) {
  .materials .cv_btn .-arrow {
    width: 1.4666666667vw;
    height: 2.2666666667vw;
  }
}
.materials .cv_btn .-tel {
  width: 24px;
  margin-right: 19px;
}
@media screen and (max-width: 749px) {
  .materials .cv_btn .-tel {
    width: 4vw;
    margin-right: 2.6666666667vw;
  }
}
.cv_btn .-type2 {
    white-space: nowrap;
}
.materials .cv_btn:nth-child(1) {
  padding: 21px 35px 21px 57px;
}
@media screen and (max-width: 749px) {
  .materials .cv_btn:nth-child(1) {
    padding: 3.2vw 10.4vw;
  }
}
.materials .cv_btn:nth-child(2) {
  padding: 14px 35px 14px 88px;
  font-size: 32px;
  line-height: 160%;
  background: #FFF;
  color: #205EA4;
}
@media screen and (max-width: 749px) {
  .materials .cv_btn:nth-child(2) {
    margin: 8.8vw auto 0;
    font-size: 5.3333333333vw;
    padding: 3.2vw 10.4vw 3.2vw 19.4666666667vw;
  }
}
.materials .cv_btn:nth-child(2)::before {
  content: "＼お急ぎの方はお電話ください／";
  white-space: nowrap;
  font-size: 1.8rem;
  color: #FFF;
  letter-spacing: 0.04em;
  line-height: 170%;
  font-feature-settings: "palt" on;
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 749px) {
  .materials .cv_btn:nth-child(2)::before {
    font-size: 3.2vw;
    top: -0.6666666667vw;
  }
}
.materials .sec01 {
  padding: 60px 0 84px;
  background: url(../img/pc/sec01_bg.jpg);
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .materials .sec01 {
    padding: 10.6666666667vw 0;
    background: url(../img/sp/sec01_bg.jpg);
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec01 .wrap1000 {
    padding: 0 6vw;
  }
}
.materials .sec01_title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 749px) {
  .materials .sec01_title {
    font-size: 5.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .materials .sec01_logo {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  }
}
.materials .sec01_caption {
  font-size: 4rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec01_caption {
    font-size: 5.3333333333vw;
    margin: 8vw auto 0;
  }
}
.materials .sec01_caption span {
  background: linear-gradient(90deg, #2790BE 0%, #19467A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.materials .sec01_imgWrap {
  display: flex;
  gap: 0 40px;
  margin: 40px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec01_imgWrap {
    margin: 2.6666666667vw auto 0;
    grid-gap: 0 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .materials .sec01_img {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  }
}
.materials .sec02 {
  padding: 45px 0 48px;
}
@media screen and (max-width: 749px) {
  .materials .sec02 {
    padding: 13.3333333333vw 0;
  }
}
.materials .sec02_inner {
  display: flex;
  align-items: center;
  width: 955px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec02_inner {
    padding: 0 8vw;
    width: 100%;
    flex-direction: column;
  }
}
.materials .sec02_title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #205EA4;
  line-height: 1.45;
  letter-spacing: 0.08em;
  margin: 30px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec02_title {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw auto 0;
  }
}
.materials .sec02_text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 40px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec02_text {
    font-size: 5.8666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
.materials .sec02_image {
  margin: auto;
  width: 294px;
}
@media screen and (max-width: 749px) {
  .materials .sec02_image {
    width: 53.7333333333vw;
    margin: 8vw 28.1333333333vw 0 18vw;
  }
}
.materials .sec03 {
  background: #E9EFF6;
  padding: 100px 0 80px;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .materials .sec03 {
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
.materials .sec03::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background: url("../img/common/icon_note.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .materials .sec03::before {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    top: 3.3333333333vw;
  }
}
.materials .sec03_title {
  font-size: 4rem;
  font-weight: 700;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .materials .sec03_title {
    font-size: 5.8666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.materials .sec03_cont {
  width: 315px;
  margin: 80px auto 0;
  background: #FFF;
  border-radius: 12px;
  padding: 24px;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.16));
}
.materials .sec03_contWrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec03_contWrap {
    flex-direction: column;
    width: 84vw;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec03_cont {
    width: 100%;
    margin: 4.8vw auto 0;
    padding: 4vw;
    border-radius: 1.6vw;
  }
}
.materials .sec03_cont_img {
  margin: 24px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec03_cont_img {
    margin: 3.2vw auto 0;
  }
}
.materials .sec03_cont_img.-img01 {
  width: 224px;
}
@media screen and (max-width: 749px) {
  .materials .sec03_cont_img.-img01 {
    width: 29.8666666667vw;
  }
}
.materials .sec03_cont_img.-img02 {
  width: 195px;
}
@media screen and (max-width: 749px) {
  .materials .sec03_cont_img.-img02 {
    width: 26vw;
  }
}
.materials .sec03_cont_img.-img03 {
  width: 183px;
}
@media screen and (max-width: 749px) {
  .materials .sec03_cont_img.-img03 {
    width: 24.4vw;
  }
}
.materials .sec03_cont_title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #205EA4;
  text-align: center;
  white-space: nowrap;
  margin: 20px auto;
}
@media screen and (max-width: 749px) {
  .materials .sec03_cont_title {
    font-size: 4vw;
    margin: 2.6666666667vw auto;
  }
}
.materials .sec03_cont_label {
  color: #FFF;
  background: #4F4F4F;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  padding: 8px 0;
  width: 100%;
  min-height: 88px;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .materials .sec03_cont_label {
    font-size: 4vw;
    min-height: auto;
    margin: 3.2vw auto 0;
    padding: 1.0666666667vw 0;
  }
}
.materials .sec04 {
  background: url("../img/pc/sec04_bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 51px 0 28px;
}
@media screen and (max-width: 749px) {
  .materials .sec04 {
    background: url("../img/sp/sec04_bg.png") no-repeat;
    background-size: cover;
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
.materials .sec04_inner {
  display: flex;
  align-items: center;
  width: 954px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec04_inner {
    padding: 0 8vw;
    width: 100%;
    flex-direction: column;
  }
}
.materials .sec04_main {
  width: 613px;
}
@media screen and (max-width: 749px) {
  .materials .sec04_main {
    width: 100%;
  }
}
.materials .sec04_logo {
  font-weight: 700;
  font-size: 3.2rem;
  display: flex;
}
@media screen and (max-width: 749px) {
  .materials .sec04_logo {
    font-size: 4.2666666667vw;
  }
}
.materials .sec04_logo .-img {
  width: 280px;
  display: inline-block;
}
@media screen and (max-width: 749px) {
  .materials .sec04_logo .-img {
    width: 37.3333333333vw;
  }
}
.materials .sec04_logo span {
  line-height: 160%;
  letter-spacing: 0.08em;
  margin-left: 8px;
}
.materials .sec04_title {
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 20px auto 36px;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .materials .sec04_title {
    font-size: 5.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
}
.materials .sec04_text {
  font-size: 2.6rem;
  line-height: 1.8;
  margin: 20px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec04_text {
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw auto;
  }
}
.materials .sec04_image {
  margin: auto;
  width: 307px;
}
@media screen and (max-width: 749px) {
  .materials .sec04_image {
    width: 61.0666666667vw;
  }
}
.materials .sec04_btn {
  display: block;
  margin: 60px auto 0;
  width: 450px;
  height: 80px;
  background: linear-gradient(90deg, #1C487A 0%, #2D84B5 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .materials .sec04_btn {
    width: 84vw;
    height: 20vw;
    font-size: 4.2666666667vw;
    margin: 10.6666666667vw auto 0;
    box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.24);
  }
}
.materials .sec04_btn .-arrow {
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
.materials .sec04_btn .-arrow svg {
  width: 100%;
  display: block;
}
@media screen and (max-width: 749px) {
  .materials .sec04_btn .-arrow {
    width: 1.4666666667vw;
    height: 2.2666666667vw;
  }
}
.materials .sec05 {
  background: linear-gradient(90.56deg, #205EA4 1.08%, #7DBCD8 99.22%);
  padding: 100px 0 80px;
}
@media screen and (max-width: 749px) {
  .materials .sec05 {
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
.materials .sec05::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 80px 0 80px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 749px) {
  .materials .sec05::before {
    border-width: 5.3333333333vw 10.6666666667vw 0 10.6666666667vw;
  }
}
.materials .sec05_title {
  font-size: 4.1rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .materials .sec05_title {
    font-size: 5.4666666667vw;
  }
}
.materials .sec05_text {
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.8;
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec05_text {
    font-size: 3.2vw;
    margin: 2.6666666667vw auto 0;
  }
}
.materials .sec05_box {
  width: 168px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #205EA4;
  font-size: 2rem;
  margin: 20px auto 0;
  border-radius: 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
}
.materials .sec05_boxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 920px;
  margin: 20px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec05_boxWrap {
    width: 84vw;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec05_box {
    font-size: 4vw;
    width: 40.6666666667vw;
    height: 22vw;
    margin: 0 0 2.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.materials .sec06 {
  background: url("../img/pc/sec06_bg.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 45px 0;
}
@media screen and (max-width: 749px) {
  .materials .sec06 {
    background: url("../img/sp/sec06_bg.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 8vw 0 0;
  }
}
.materials .sec06_box {
  background: #FFF;
  padding: 72px 32px 60px;
  border-radius: 16px;
  width: 486px;
}
.materials .sec06_boxWrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec06_boxWrap {
    width: 84vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec06_box {
    width: 100%;
    padding: 8vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
    margin-bottom: 8vw;
  }
}
.materials .sec06_box_title {
  font-size: 3rem;
  font-weight: 700;
  color: #205EA4;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .materials .sec06_box_title {
    font-size: 4.8vw;
  }
}
.materials .sec06_box_img {
  margin: 32px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec06_box_img {
    width: 45.6vw;
    margin: 5.3333333333vw auto 0;
  }
}
.materials .sec06_box_label {
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 749px) {
  .materials .sec06_box_label {
    padding: 0;
    margin-top: 4.2666666667vw;
  }
}
.materials .sec06_box_label em {
  background: #205EA4;
  color: #FFF;
  padding: 9px 12px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .materials .sec06_box_label em {
    font-size: 4.2666666667vw;
    margin-right: 2.6666666667vw;
    padding: 1.4666666667vw 2.5333333333vw;
  }
}
.materials .sec06_box_label span {
  font-size: 1.8rem;
  line-height: 1.5;
  max-width: 302px;
}
@media screen and (max-width: 749px) {
  .materials .sec06_box_label span {
    font-size: 3.2vw;
    font-feature-settings: "palt" on;
  }
}
.materials .sec06_box_label + .sec06_box_label {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .materials .sec06_box_label + .sec06_box_label {
    margin-top: 2.6666666667vw;
  }
}
.materials .sec06_box_text {
  margin: 32px auto 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 749px) {
  .materials .sec06_box_text {
    font-size: 3.2vw;
    margin: 4.2666666667vw auto 0;
  }
}
.materials .sec06_box_label2 {
  background: #FF8C01;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 16px 0;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .materials .sec06_box_label2 {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 0;
    margin: 2.6666666667vw auto 0;
  }
}
.materials .sec07 {
  background: #E9EFF6;
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .materials .sec07 {
    padding: 10.6666666667vw 0;
  }
}
.materials .sec07_title {
  font-size: 4.1rem;
  font-weight: 700;
  margin: 40px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec07_title {
    font-size: 5.8666666667vw;
    margin: 4vw auto 0;
  }
}
.materials .sec07_box {
  background: #FFF;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 40px 20px 60px;
  width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box {
    width: 84vw;
    margin: 6.6666666667vw auto 0;
    border-radius: 1.6vw;
    padding: 5.3333333333vw 8vw;
  }
}
.materials .sec07_box::before {
  content: "";
  display: block;
  position: absolute;
  top: -250px;
  right: -8px;
  width: 374px;
  height: 290px;
  background: url(../img/common/sec07_icon.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box::before {
    width: 38.1333333333vw;
    height: 29.6vw;
    top: -26.6666666667vw;
    right: -3.7333333333vw;
  }
}
.materials .sec07_box_main {
  display: none;
}
.materials .sec07_box_main_image {
  margin: 0 auto 20px;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box_main_image {
    margin: 0 auto 3.3333333333vw;
  }
}
.materials .sec07_box_main_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box_main_cont {
    flex-direction: column;
  }
}
@media screen and (min-width: 750px) {
  .materials .sec07_box_main_cont > *:first-child {
    margin-right: 24px;
  }
}
.materials .sec07_box_main_cont_set {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  margin: 12px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box_main_cont_set {
    font-size: 3.4666666667vw;
    margin: 1.6vw auto 0;
  }
}
.materials .sec07_box_main_cont_set em {
  background: #5FA9CE;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 90px;
  margin-right: 26px;
  width: 125px;
  height: 39px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box_main_cont_set em {
    width: 19.8666666667vw;
    height: 5.7333333333vw;
    margin-right: 3.4666666667vw;
  }
}
.materials .sec07_box_list {
  width: 283px;
  margin: 40px 0 0;
  cursor: pointer;
  width: calc((100% - 32px) / 3);
}
.materials .sec07_box_listWrap {
  display: flex;
  flex-wrap: wrap;
  width: 885px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box_listWrap {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec07_box_list {
    width: calc((100% - 4.2666666667vw) / 3);
    margin: 5.3333333333vw 0 0;
  }
}
.materials .sec07_box_list.-active .sec07_box_list_image {
  outline: 2px solid #205EA4;
}
.materials .sec07_box_list:nth-of-type(3n-1) {
  margin: 40px 16px 0;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box_list:nth-of-type(3n-1) {
    margin: 5.3333333333vw 2.1333333333vw 0;
  }
}
.materials .sec07_box_list_image {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box_list_image {
    border-radius: 1.0666666667vw;
  }
}
.materials .sec07_box_list_label {
  background: #205EA4;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, 50%);
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .materials .sec07_box_list_label {
    font-size: 2.2666666667vw;
    letter-spacing: 0.01em;
    padding: 1.3333333333vw;
    border-radius: 0.9333333333vw 0.8vw;
    min-width: 16.5333333333vw;
    text-align: center;
    z-index: 1;
  }
}
.materials .sec08 {
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .materials .sec08 {
    padding: 8vw 0 6.9333333333vw;
  }
}
.materials .sec08::before {
  content: "";
  width: 100%;
  height: 294px;
  background: linear-gradient(90.56deg, #205EA4 1.08%, #7DBCD8 99.22%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 749px) {
  .materials .sec08::before {
    height: 39.2vw;
  }
}
.materials .sec08_title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .materials .sec08_title {
    font-size: 4.2666666667vw;
  }
}
.materials .sec08_title em {
  font-size: 4rem;
}
@media screen and (max-width: 749px) {
  .materials .sec08_title em {
    font-size: 5.3333333333vw;
    letter-spacing: 0.03em;
  }
}
.materials .sec08_box {
  background: #FFF;
  padding: 24px;
  border-radius: 16px;
  width: 315px;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.16));
}
.materials .sec08_boxWrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 36px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec08_boxWrap {
    width: 84vw;
    margin: 4.8vw auto 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec08_box {
    width: 100%;
    padding: 5.3333333333vw;
    border-radius: 1.6vw;
    margin-bottom: 3.7333333333vw;
  }
}
.materials .sec08_box_title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #205EA4;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .materials .sec08_box_title {
    font-size: 4vw;
  }
}
.materials .sec08_box_img {
  margin: 24px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec08_box_img {
    margin: 3.2vw auto 0;
  }
}
.materials .sec08_box_img.-img01 {
  width: 182px;
}
@media screen and (max-width: 749px) {
  .materials .sec08_box_img.-img01 {
    width: 24.2666666667vw;
  }
}
.materials .sec08_box_img.-img02 {
  width: 195px;
}
@media screen and (max-width: 749px) {
  .materials .sec08_box_img.-img02 {
    width: 26vw;
  }
}
.materials .sec08_box_img.-img03 {
  width: 193px;
}
@media screen and (max-width: 749px) {
  .materials .sec08_box_img.-img03 {
    width: 25.7333333333vw;
  }
}
.materials .sec08_box_label {
  padding: 0 10px;
  background: #205EA4;
  color: #FFF;
  padding: 9px 12px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 24px auto 0;
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .materials .sec08_box_label {
    min-height: 88px;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec08_box_label {
    font-size: 4vw;
    margin: 3.2vw auto 0;
    padding: 1.0666666667vw 0;
  }
}
.materials .sec09 {
  background: url("../img/pc/sec09_bg.jpg") #fff no-repeat center top;
  background-size: cover;
  padding: 66px 0 100px;
}
@media screen and (max-width: 749px) {
  .materials .sec09 {
    background: url("../img/sp/sec09_bg.jpg") #fff no-repeat center top;
    background-size: cover;
    padding: 10.6666666667vw 0;
  }
}
.materials .sec09 .ttl {
  margin: auto;
  color: rgba(32, 94, 164, 0.8);
}
.materials .sec09_title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 40px auto 56px;
}
@media screen and (max-width: 749px) {
  .materials .sec09_title {
    font-size: 5.4666666667vw;
    margin: 4vw auto 7.4666666667vw;
  }
}
.materials .sec09_text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 40px auto 56px;
}
@media screen and (max-width: 749px) {
  .materials .sec09_text {
    font-size: 3.2vw;
    margin: 4vw auto 7.4666666667vw;
  }
}
.materials .sec09_box1 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -46.4%, #FFFFFF 43.59%, rgba(255, 255, 255, 0) 145.8%);
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 749px) {
  .materials .sec09_box1 {
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.materials .sec09_box1_price {
  width: 493px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec09_box1_price {
    width: 65.7333333333vw;
  }
}
.materials .sec09_box1 p {
  margin: 30px auto 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.6;
  color: #4f4f4f;
}
@media screen and (max-width: 749px) {
  .materials .sec09_box1 p {
    font-size: 3.2vw;
    margin: 4vw auto 0;
  }
}
.materials .sec10 {
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .materials .sec10 {
    background: #E9EFF6;
    padding: 10.6666666667vw 0;
  }
}
.materials .sec10_title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .materials .sec10_title {
    font-size: 5.3333333333vw;
  }
}
.materials .sec10_box {
  background: #FFF;
  padding: 24px;
  border-radius: 16px;
  width: 229px;
  margin: 40px auto 0;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.16));
}
.materials .sec10_boxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  margin: 36px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec10_boxWrap {
    width: 84vw;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec10_box {
    width: 40.1333333333vw;
    padding: 5.3333333333vw 2.1333333333vw;
    margin: 3.7333333333vw auto 0;
    border-radius: 2.1333333333vw;
    filter: drop-shadow(0px 0.8vw 1.6vw rgba(0, 0, 0, 0.16));
  }
}
@media screen and (min-width: 750px) {
  .materials .sec10_box.-wide {
    width: 315px;
  }
}
.materials .sec10_box_title {
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
  color: #205EA4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 750px) {
  .materials .sec10_box_title {
    min-height: 38px;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_title {
    font-size: 2.9333333333vw;
    margin: 2.6666666667vw auto 0;
  }
}
.materials .sec10_box_img {
  margin: 32px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_img {
    margin: 0 auto;
  }
}
.materials .sec10_box_img.-img01 {
  width: 42px;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_img.-img01 {
    width: 5.6vw;
  }
}
.materials .sec10_box_img.-img02 {
  width: 74px;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_img.-img02 {
    width: 9.8666666667vw;
  }
}
.materials .sec10_box_img.-img03 {
  width: 81px;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_img.-img03 {
    width: 10.8vw;
  }
}
.materials .sec10_box_img.-img04 {
  width: 84px;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_img.-img04 {
    width: 11.2vw;
  }
}
.materials .sec10_box_img.-img05 {
  width: 90px;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_img.-img05 {
    width: 12vw;
  }
}
.materials .sec10_box_img.-img06 {
  width: 81px;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_img.-img06 {
    width: 10.8vw;
  }
}
.materials .sec10_box_img.-img07 {
  width: 30px;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_img.-img07 {
    width: 4vw;
  }
}
.materials .sec10_box_main {
  padding: 0 10px;
  background: #EDF4FA;
  padding: 9px 12px;
  margin: 24px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box_main {
    margin: 2.6666666667vw auto 0;
  }
}
.materials .sec10_box li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin: 5px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box li {
    font-size: 2.1333333333vw;
  }
}
.materials .sec10_box li::before {
  content: "・";
}
.materials .sec10_box p {
  font-size: 1.4rem;
  margin: 15px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec10_box p {
    font-size: 2.1333333333vw;
    margin: 2vw auto 0;
    letter-spacing: 0.04em;
  }
}
.materials .sec11 {
  padding: 120px 0;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .materials .sec11 {
    padding: 10.6666666667vw 0;
    background: url("../img/sp/sec11_bg.png") no-repeat right top;
    background-size: contain;
  }
}
.materials .sec11 .ttl {
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec11 .ttl {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec11 .wrap1000 {
    padding: 0 8.6666666667vw;
  }
}
.materials .sec11_title {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 25px 0 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .materials .sec11_title {
    margin: 5.3333333333vw 0 0;
    font-size: 5.3333333333vw;
    text-align: left;
  }
}
.materials .sec11_title em {
  background: linear-gradient(90deg, #2790BE 0%, #19467A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.materials .sec11_cont {
  width: 1000px;
  margin: 80px auto 0;
}
.materials .sec11_cont_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
}
.materials .sec11_cont::after {
  content: "";
  display: block;
  height: 100%;
  width: 1460px;
  background: #E9EFF6;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont::after {
    width: 92vw;
  }
}
.materials .sec11_cont:nth-child(even) {
  padding: 0 80px 0 0;
}
.materials .sec11_cont:nth-child(even)::after {
  right: 0;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont:nth-child(even)::after {
    right: auto;
    left: 0;
    border-radius: 0 2.1333333333vw 2.1333333333vw 0;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont:nth-child(even) {
    padding: 0 8vw 0 0;
  }
  .materials .sec11_cont:nth-child(even) .-no {
    margin-left: auto;
  }
  .materials .sec11_cont:nth-child(even) .-title {
    margin-left: auto;
    text-align: right;
  }
  .materials .sec11_cont:nth-child(even) .sec02_cont_main {
    padding: 11.7333333333vw 31.7333333333vw 6.4vw 12vw;
  }
  .materials .sec11_cont:nth-child(even) .sec02_cont_img {
    right: 36.5333333333vw;
  }
}
.materials .sec11_cont:nth-child(odd) {
  padding: 0 0 0 80px;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont:nth-child(odd) {
    padding: 0 0 0 8vw;
  }
}
.materials .sec11_cont:nth-child(odd)::after {
  border-radius: 16px 0 0 16px;
  left: 0;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont:nth-child(odd)::after {
    border-radius: 2.1333333333vw 0 0 2.1333333333vw;
    left: auto;
    right: 0;
  }
}
.materials .sec11_cont_img.-img1 {
  width: 405px;
  transform: translateY(-40px);
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont_img.-img1 {
    width: 27.6vw;
    transform: translateY(-1.3333333333vw);
    right: 8vw;
  }
}
.materials .sec11_cont_img.-img2 {
  width: 339px;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont_img.-img2 {
    width: 34vw;
    right: auto;
    left: 8vw;
  }
}
.materials .sec11_cont_img.-img3 {
  width: 359px;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont_img.-img3 {
    width: 32.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont_img {
    position: absolute;
    width: 25.8666666667vw;
    top: -6.6666666667vw;
    right: 14.5333333333vw;
  }
}
.materials .sec11_cont_main {
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont_main {
    padding: 5.3333333333vw 8vw;
    width: 100%;
  }
}
.materials .sec11_cont_title .-no {
  color: #205EA4;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 92px;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont_title .-no {
    font-size: 10.6666666667vw;
    width: 12.2666666667vw;
  }
}
.materials .sec11_cont_title .-no span {
  font-size: 2rem;
  display: block;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont_title .-no span {
    font-size: 2.6666666667vw;
  }
}
.materials .sec11_cont_title .-no em {
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
}
.materials .sec11_cont_title .-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 20px auto;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont_title .-title {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw auto 2.6666666667vw;
  }
}
.materials .sec11_cont p.-text {
  font-size: 2.2rem;
  line-height: 150%;
  text-align: justify;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  width: 480px;
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont p.-text {
    width: 100%;
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec11_cont p {
    font-size: 2.6666666667vw;
  }
}
.materials .sec12 {
  background: url("../img/pc/sec12_bg.png") #E9EFF6 no-repeat right 183px top;
  background-size: 752px 400px;
  padding: 120px 0 60px;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .materials .sec12 {
    background: url("../img/sp/sec12_bg.png") #E9EFF6 no-repeat right top;
    background-size: 76.4vw 54.2666666667vw;
    padding: 16vw 0;
  }
}
.materials .sec12_title {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 20px 0 0;
}
@media screen and (max-width: 749px) {
  .materials .sec12_title {
    font-size: 6.4vw;
    margin: 5.3333333333vw 0 0;
  }
}
.materials .sec12_cont {
  width: 920px;
  margin: 80px auto 0;
}
.materials .sec12_cont_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont_inner {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
}
.materials .sec12_cont_img {
  width: 330px;
  border-radius: 16px;
  overflow: hidden;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont_img {
    border-radius: 2.1333333333vw;
    width: 84vw;
    margin: auto;
    order: 1;
  }
}
.materials .sec12_cont_main {
  width: 550px;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont_main {
    width: 84vw;
    margin: auto;
    order: 2;
  }
}
.materials .sec12_cont_title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont_title {
    margin: 5.3333333333vw auto 0;
  }
}
.materials .sec12_cont_title .-no {
  color: #205EA4;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 92px;
  margin-right: 30px;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont_title .-no {
    font-size: 10.6666666667vw;
    width: 11.6vw;
    margin-right: 4vw;
  }
}
.materials .sec12_cont_title .-no span {
  font-size: 2.4rem;
  display: block;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont_title .-no span {
    font-size: 3.2vw;
  }
}
.materials .sec12_cont_title .-no em {
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.materials .sec12_cont_title .-title {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont_title .-title {
    font-size: 4.8vw;
  }
}
.materials .sec12_cont_name {
  color: #205EA4;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 20px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont_name {
    font-size: 3.2vw;
    margin: 2.6666666667vw auto 0;
  }
}
.materials .sec12_cont_text {
  font-size: 1.7rem;
  margin: 20px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont_text {
    font-size: 3.2vw;
    margin: 2.6666666667vw auto 0;
  }
}
.materials .sec12_cont ul {
  padding: 40px 30px;
  background: #FFF;
  border-radius: 16px;
  margin: 60px auto 0;
  width: 660px;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont ul {
    border-radius: 2.1333333333vw;
    padding: 6.6666666667vw 2.1333333333vw 2.6666666667vw;
    margin: 8vw auto 0;
    order: 3;
    width: 84vw;
    padding: 8vw 4vw 5.3333333333vw;
  }
}
.materials .sec12_cont ul::before {
  content: "導入ポイント";
  background: #FF8C01;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 160%;
  padding: 5px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 80px;
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont ul::before {
    font-size: 3.7333333333vw;
    padding: 0.6666666667vw 4vw;
  }
}
.materials .sec12_cont ul li {
  list-style: none;
  line-height: 160%;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.materials .sec12_cont ul li::before {
  content: "・";
}
@media screen and (max-width: 749px) {
  .materials .sec12_cont ul li {
    font-size: 3.2vw;
    display: flex;
  }
}
.materials .sec12_btn {
  display: block;
  margin: 60px auto 0;
  width: 450px;
  height: 80px;
  background: linear-gradient(90deg, #1C487A 0%, #2D84B5 100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFF;
}
@media screen and (max-width: 749px) {
  .materials .sec12_btn {
    width: 84vw;
    height: 20vw;
    font-size: 4.2666666667vw;
    margin: 10.6666666667vw auto 0;
    box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(0, 0, 0, 0.24);
  }
}
.materials .sec12_btn .-arrow {
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
.materials .sec12_btn .-arrow svg {
  width: 100%;
  display: block;
}
@media screen and (max-width: 749px) {
  .materials .sec12_btn .-arrow {
    width: 1.4666666667vw;
    height: 2.2666666667vw;
  }
}
.materials .sec13 {
  padding: 80px 0;
}
@media screen and (max-width: 749px) {
  .materials .sec13 {
    padding: 10.6666666667vw 0;
  }
}
.materials .sec13 .ttl {
  margin: auto;
}
.materials .sec13_title {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  margin: 40px auto 56px;
}
@media screen and (max-width: 749px) {
  .materials .sec13_title {
    font-size: 6.4vw;
    margin: 5.3333333333vw auto 7.4666666667vw;
  }
}
.materials .sec13_step {
  width: 210px;
}
.materials .sec13_stepWrap {
  display: flex;
  justify-content: space-between;
  margin: 23px auto 0;
}
@media screen and (min-width: 750px) {
  .materials .sec13_stepWrap > *:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.materials .sec13_stepWrap .sp {
  width: 21.3333333333vw;
}
@media screen and (max-width: 749px) {
  .materials .sec13_step {
    width: 59.6vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec13_step_img {
    width: 28vw;
    margin: auto;
  }
}
.materials .sec13_step_title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
  white-space: nowrap;
  color: #205EA4;
}
@media screen and (max-width: 749px) {
  .materials .sec13_step_title {
    font-size: 3.2vw;
    margin: 1.3333333333vw auto;
  }
}
.materials .sec13_step_text {
  font-size: 1.6rem;
  line-height: 170%;
  text-align: justify;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" on;
}
@media screen and (max-width: 749px) {
  .materials .sec13_step_text {
    font-size: 3.2vw;
  }
}
.materials .sec14 {
  padding: 83px 0 53px;
}
.materials .sec14::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, #D9E4EA 0%, #D7E2EB 22.4%, #CBDDE7 50.52%, #B2CDD9 74.48%, #98B8C7 100%);
  opacity: 0.4;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749px) {
  .materials .sec14 {
    padding: 8.1333333333vw 0 9.0666666667vw;
  }
}
.materials .sec14_inner {
  display: flex;
  align-items: center;
  width: 920px;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec14_inner {
    padding: 0 8vw;
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (min-width: 750px) {
  .materials .sec14_main {
    width: 330px;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec14_main {
    order: 2;
  }
}
.materials .sec14_logo {
  width: 256px;
}
@media screen and (max-width: 749px) {
  .materials .sec14_logo {
    width: 34.1333333333vw;
    margin: 2.8vw auto 0;
  }
}
.materials .sec14_title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 160%;
  margin: 12px auto 0;
  color: #205EA4;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .materials .sec14_title {
    font-size: 5.8666666667vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.materials .sec14_text {
  font-size: 2.6rem;
  line-height: 1.8;
  margin: 20px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec14_text {
    font-size: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.materials .sec14_image {
  width: 570px;
}
@media screen and (max-width: 749px) {
  .materials .sec14_image {
    width: 80vw;
    order: 1;
  }
}
.materials .sec15 {
  padding: 60px 0 0;
  background: #E9EFF6;
  /* adlpC-accordion03_headerの高さ固定用 */
  /* adlpC-accordion03_bodyの区切り線用 */
}
@media screen and (max-width: 749px) {
  .materials .sec15 {
    padding: 13.3333333333vw 0;
  }
}
.materials .sec15 .ttl {
  margin: auto;
}
.materials .sec15_title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin: 40px auto 56px;
}
@media screen and (max-width: 749px) {
  .materials .sec15_title {
    font-size: 6.4vw;
    margin: 5.3333333333vw auto 7.4666666667vw;
  }
}
.materials .sec15_qa {
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec15_qa {
    width: 100;
  }
}
.materials .sec15 .adlpC-accordion03 {
  border-radius: 8px;
  width: 100%;
  margin: auto;
  padding: 24px;
  background: #FFF;
}
@media screen and (max-width: 749px) {
  .materials .sec15 .adlpC-accordion03 {
    border-radius: 1.0666666667vw;
  }
}
.materials .sec15 .adlpC-accordion03 + .adlpC-accordion03 {
  margin-top: 30px;
}
.materials .sec15 .adlpC-accordion03_header {
  position: relative;
  cursor: pointer;
  color: #205EA4;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  .materials .sec15 .adlpC-accordion03_header {
    font-size: 3.2vw;
    padding-right: 8vw;
  }
}
.materials .sec15 .adlpC-accordion03_header::after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../img/common/arrow.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .materials .sec15 .adlpC-accordion03_header::after {
    width: 1.8666666667vw;
    height: 0.9333333333vw;
  }
}
.materials .sec15 .open.adlpC-accordion03_header::after {
  transform: translateY(-50%);
}
.materials .sec15 .adlpC-accordion03_body {
  display: none;
  font-size: 1.6rem;
  padding-top: 8px;
  border-top: 1px solid #205EA4;
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  .materials .sec15 .adlpC-accordion03_body {
    font-size: 3.2vw;
  }
}
.materials .sec15 .adlpC-accordion03_header.--fixed-height {
  height: 50px;
  display: flex;
  align-items: center;
}
.materials .sec15 .adlpC-accordion03_body.--bdr-top {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
@media all and (min-width: 0px) and (max-width: 750px) {
  .materials .sec15 {
    /* adlpC-accordion03_headerの高さ固定用 */
    /* adlpC-accordion03_bodyの区切り線用 */
  }
  .materials .sec15 .adlpC-accordion03 {
    width: 100%;
    padding: 3.2vw 4vw 3.2vw 4vw;
  }
  .materials .sec15 .adlpC-accordion03 + .adlpC-accordion03 {
    margin-top: 4vw;
  }
  .materials .sec15 .adlpC-accordion03_body {
    padding-top: 1.6vw;
  }
  .materials .sec15 .adlpC-accordion03_header.--fixed-height {
    height: 13.3333333333vw;
  }
  .materials .sec15 .adlpC-accordion03_body.--bdr-top {
    margin-top: 1.6vw;
  }
}
.materials button,
.materials input,
.materials optgroup,
.materials select,
.materials textarea {
  margin: 0;
  color: inherit;
  font: inherit;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  text-transform: none;
}
.materials .sec16 {
  padding: 100px 0 80px;
}
.materials .sec16 .ttl {
  margin: auto;
}
@media screen and (max-width: 749px) {
  .materials .sec16 {
    padding: 13.3333333333vw 0;
  }
}
.materials .sec16_title {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 40px 0 56px;
}
@media screen and (max-width: 749px) {
  .materials .sec16_title {
    font-size: 6.4vw;
    margin: 5.3333333333vw auto 7.4666666667vw;
  }
}
.materials .sec16_form {
  max-width: 1000px;
  margin: auto;
}
.materials .sec16_form dl {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
.materials .sec16_form dl dt {
  font-weight: 700;
}
.materials .sec16_form dl dt.-req::after {
  content: "必須";
  background: #ED5C5C;
  color: #FFF;
  margin-left: 12px;
  padding: 0 4px 2px;
}
.materials .sec16_form dl dt.-any::after {
  content: "任意";
  background: #0a4399;
  color: #FFF;
  margin-left: 12px;
  padding: 0 4px 2px;
}
.materials .sec16_form dl dd {
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .materials .sec16_form dl {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .materials .sec16_form dl dt {
    width: 30%;
  }
  .materials .sec16_form dl dd {
    margin-top: 0;
    width: 70%;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec16_form dl {
    width: 100%;
  }
  .materials .sec16_form dl dd {
    display: block;
    text-align: left;
  }
}
.materials .sec16_form dl dd.-select::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_b2.svg) no-repeat;
  background-size: 100% 100%;
  width: 7px;
  height: 11px;
  transform: rotate(90deg) translate(-50%);
  transform-origin: center;
  position: absolute;
  right: 19px;
  top: 50%;
}
@media screen and (max-width: 749px) {
  .materials .sec16_form dl dd.-select::after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: 48%;
  }
}
.materials .sec16_form dl dd.-error input {
  border-color: #ED5C5C;
  background: #FEF2F2;
}
.materials .sec16_form dl dd.-error p {
  color: #ED5C5C;
  margin-top: 8px;
}
.materials .sec16_form .error {
  display: block;
  text-align: left;
  color: #ED5C5C;
  margin-top: 8px;
}
.materials .sec16_form .privacy__check .error {
  text-align: center;
}
.materials .sec16_form dl dd.-submit {
  max-width: 690px;
  margin: auto;
}
.materials .sec16_form dl dd.-submit::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 100% 100%;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.materials .sec16 input[type=text],
.materials .sec16 input[type=email],
.materials .sec16 textarea,
.materials .sec16 select {
  width: 100%;
  border-radius: 3px;
  padding: 16px 16px;
  background-color: #fafafa;
  border: solid 1px #dfdfdf;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  box-shadow: none;
  transition: all 0.5s;
  background-position: calc(100% - 1rem) center;
  position: relative;
}
.materials .sec16 .checkbox input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 12px;
}
.materials .checkbox {
  display: flex;
  margin-top: 24px;
}
@media screen and (min-width: 750px) {
  .materials .checkbox {
    margin-top: 0;
  }
}
.materials .checkbox label {
  display: block;
  margin-right: 24px;
}
.materials .checkbox:last-child {
  margin-right: 0;
}
.materials .checkbox label span {
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .materials .checkbox {
    display: block;
  }
  .materials .checkbox label {
    margin-bottom: 12px;
  }
  .materials .checkbox:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .materials .sec16 input[type=text],
  .materials .sec16 input[type=email],
  .materials .sec16 textarea,
  .materials .sec16 select {
    padding: 3.2vw 2.1333333333vw;
  }
}
.materials .sec16 input[type=text]::-moz-placeholder, .materials .sec16 input[type=email]::-moz-placeholder, .materials .sec16 textarea::-moz-placeholder, .materials .sec16 select::-moz-placeholder {
  color: #CBCBCB;
}
.materials .sec16 input[type=text]::placeholder,
.materials .sec16 input[type=email]::placeholder,
.materials .sec16 textarea::placeholder,
.materials .sec16 select::placeholder {
  color: #CBCBCB;
}
.materials .sec16 input[type=text]:focus,
.materials .sec16 input[type=email]:focus,
.materials .sec16 textarea:focus,
.materials .sec16 select:focus {
  border-color: #27B2EB;
  color: #333;
  background: #FFF;
}
.materials .sec16 select {
  color: #CBCBCB;
}
.materials .sec16 textarea {
  height: 130px;
}
@media screen and (max-width: 749px) {
  .materials .sec16 textarea {
    height: 37.3333333333vw;
  }
}
.materials .sec16 .privacy__box {
  width: 80%;
  height: 120px;
  padding: 24px 24px;
  margin: 24px auto 0;
  border: 1px solid #dddddd;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 749px) {
  .materials .sec16 .privacy__box {
    width: 100%;
  }
}
.materials .sec16 .privacy__box p {
  margin-bottom: 24px;
}
.materials .sec16 .privacy__box h3 {
  font-weight: 700;
  margin-bottom: 12px;
}
.materials .sec16 .privacy__check {
  margin: 24px 0 0;
  text-align: center;
}
.materials .sec16 .privacy__check .checkbox {
  display: block;
}
.materials .sec16 input[type=submit] {
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  width: 40%;
  max-width: 690px;
  padding: 16px 0 18px;
  background: linear-gradient(180deg, #FAB401 -9.76%, #E54500 100.33%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24);
  border-radius: 96px;
  margin: 24px auto 0;
}
@media screen and (max-width: 749px) {
  .materials .sec16 input[type=submit] {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.materials .header {
  width: 100vw;
  margin: auto;
  background: #FFF;
}
.materials .header_inner {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: auto;
  padding: 16px 0;
}
@media screen and (max-width: 749px) {
  .materials .header_inner {
    width: 100%;
    padding: 3.2vw 4vw;
  }
}
.materials .header_logo {
  width: 184px;
}
@media screen and (max-width: 749px) {
  .materials .header_logo {
    width: 26.4vw;
  }
}
.materials .header_mail {
  margin-left: auto;
  width: 175px;
  background: #F2F400;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
  border-radius: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 19px 16px 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .materials .header_mail {
    font-size: 2.6666666667vw;
    width: 28.2666666667vw;
    padding: 4vw 3.2vw;
    box-shadow: 0 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.32);
    border-radius: 12.8vw;
    text-align: center;
    display: flex;
  }
}
.materials .header_mail .-mail {
  width: 17px;
  height: 13px;
}
@media screen and (max-width: 749px) {
  .materials .header_mail .-mail {
    width: 2.2666666667vw;
    height: 1.7333333333vw;
  }
}
.materials .header_mail .-mail svg {
  width: 100%;
  height: 100%;
  display: block;
}
.materials .header_mail .-arrow {
  width: 7px;
  height: 11px;
}
@media screen and (max-width: 749px) {
  .materials .header_mail .-arrow {
    width: 0.9333333333vw;
    height: 1.4666666667vw;
  }
}
.materials .header_mail .-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.materials .header_tel {
  margin-left: 17px;
}
@media screen and (max-width: 749px) {
  .materials .header_tel {
    width: 32vw;
    box-shadow: 0 0.2666666667vw 0.5333333333vw rgba(0, 0, 0, 0.32);
    border-radius: 12.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0 5px;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .materials .header_tel::before {
    content: "";
    display: block;
    width: 3.2vw;
    height: 4.2666666667vw;
    background: url("../img/common/icon_tel.svg") no-repeat;
    background-size: 100% 100%;
  }
}
.materials .header_tel span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .materials .header_tel span {
    text-align: left;
  }
}
.materials .header_tel span.-type1 {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .materials .header_tel span.-type1 {
    font-size: 2.6666666667vw;
    color: #205EA4;
    padding-left: 2.6666666667vw;
  }
}
.materials .header_tel span.-type2 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .materials .header_tel span.-type2 {
    display: none;
  }
}
.materials .footer {
  background: #205EA4;
  padding: 40px 0;
}
@media screen and (max-width: 749px) {
  .materials .footer {
    padding: 8vw 0;
  }
}
.materials .footer_menu {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 346px;
}
@media screen and (max-width: 749px) {
  .materials .footer_menu {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
.materials .footer_menu > * {
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .materials .footer_menu > * {
    font-size: 3.2vw;
  }
  .materials .footer_menu > *:last-child {
    margin-top: 7.4666666667vw;
  }
}
.materials .footer_copy {
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 40px;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .materials .footer_copy {
    font-size: 2.6666666667vw;
  }
}
.materials .ttl {
  padding-right: 67px;
  color: #205EA4;
  letter-spacing: 0.08em;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 749px) {
  .materials .ttl {
    font-size: 4.2666666667vw;
    padding-right: 8.9333333333vw;
  }
}
.materials .ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 57px;
  height: 4px;
  background: url("../img/common/ttl_line.svg") no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .materials .ttl::after {
    width: 7.6vw;
    height: 0.5333333333vw;
  }
}
.materials .header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
@media screen and (min-width: 750px) {
  .materials .view_area_1 {
    margin-top: 88px;
  }
}
@media screen and (max-width: 749px) {
  .materials .view_area_1 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 750px) {
  .materials .adjust {
    width: 1920px;
  }
}
@media screen and (max-width: 749px) {
  .materials .adjust {
    display: none;
  }
}/*# sourceMappingURL=materials.css.map */