@charset "UTF-8";
.col_wh {
  color: #fff;
}

.bg_wh {
  background: #fff;
}

.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.m0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.r0 {
  border-radius: 0px;
}

@media screen and (max-width:640px) {
  .r0 {
    border-radius: calc(0px / 2);
  }
}
.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.m5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.p5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.r5 {
  border-radius: 5px;
}

@media screen and (max-width:640px) {
  .r5 {
    border-radius: calc(5px / 2);
  }
}
.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.m10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.r10 {
  border-radius: 10px;
}

@media screen and (max-width:640px) {
  .r10 {
    border-radius: calc(10px / 2);
  }
}
.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.m15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.r15 {
  border-radius: 15px;
}

@media screen and (max-width:640px) {
  .r15 {
    border-radius: calc(15px / 2);
  }
}
.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.m20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.r20 {
  border-radius: 20px;
}

@media screen and (max-width:640px) {
  .r20 {
    border-radius: calc(20px / 2);
  }
}
.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.m25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.p25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.r25 {
  border-radius: 25px;
}

@media screen and (max-width:640px) {
  .r25 {
    border-radius: calc(25px / 2);
  }
}
.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.m30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.r30 {
  border-radius: 30px;
}

@media screen and (max-width:640px) {
  .r30 {
    border-radius: calc(30px / 2);
  }
}
.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.m35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.p35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.r35 {
  border-radius: 35px;
}

@media screen and (max-width:640px) {
  .r35 {
    border-radius: calc(35px / 2);
  }
}
.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.m40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.r40 {
  border-radius: 40px;
}

@media screen and (max-width:640px) {
  .r40 {
    border-radius: calc(40px / 2);
  }
}
.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.m45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.r45 {
  border-radius: 45px;
}

@media screen and (max-width:640px) {
  .r45 {
    border-radius: calc(45px / 2);
  }
}
.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.m50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.r50 {
  border-radius: 50px;
}

@media screen and (max-width:640px) {
  .r50 {
    border-radius: calc(50px / 2);
  }
}
.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.m55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.p55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.r55 {
  border-radius: 55px;
}

@media screen and (max-width:640px) {
  .r55 {
    border-radius: calc(55px / 2);
  }
}
.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.m60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.r60 {
  border-radius: 60px;
}

@media screen and (max-width:640px) {
  .r60 {
    border-radius: calc(60px / 2);
  }
}
.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.m70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.r70 {
  border-radius: 70px;
}

@media screen and (max-width:640px) {
  .r70 {
    border-radius: calc(70px / 2);
  }
}
.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.m80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.r80 {
  border-radius: 80px;
}

@media screen and (max-width:640px) {
  .r80 {
    border-radius: calc(80px / 2);
  }
}
.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.m90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.r90 {
  border-radius: 90px;
}

@media screen and (max-width:640px) {
  .r90 {
    border-radius: calc(90px / 2);
  }
}
.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.m100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.r100 {
  border-radius: 100px;
}

@media screen and (max-width:640px) {
  .r100 {
    border-radius: calc(100px / 2);
  }
}
.mtauto {
  margin-top: auto !important;
}

.mbauto {
  margin-bottom: auto !important;
}

.mlauto {
  margin-left: auto !important;
}

.mrauto {
  margin-right: auto !important;
}

.mauto {
  margin-bottom: auto !important;
}

/****css変数 ****/
:root {
  --accColor:#fff;
  --baseColor:#333;
  --color0:#f2f2f0;
  --color25:#d4d4b8;
  --color50:#ccc;
  --color75:#636363;
  --color100:#323433;
  --black0:#f2f2f0;
  --black25:#d4d4b8;
  --black50:#ccc;
  --black75:#636363;
  --black100:#323433;
  --blue0:#effffc;
  --blue25:#d6f6f3;
  --blue50:#6ce0d7;
  --blue75:#49d5ca;
  --blue100:#36a49b;
  --green0:#f7f9e4;
  --green25:#eef09c;
  --green50:#e6e894;
  --green75:#bfc800;
  --green100:#cbd02b;
  --orange0:#fdfdf1;
  --orange25:#fff2e5;
  --orange50:#ef9737;
  --orange75:#ff8500;
  --orange100:#ca6900;
  --yellow100:#fff949;
  --easing:cubic-bezier(0.61, 0.39, 0.49, 0.59);
}

.theme__blue,
.theme__blue > * {
  --color0:#effffc;
  --color25:#d6f6f3;
  --color50:#6ce0d7;
  --color75:#49d5ca;
  --color100:#36a49b;
}

.theme__green,
.theme__green > * {
  --color0:#f7f9e4;
  --color25:#eef09c;
  --color50:#e6e894;
  --color75:#bfc800;
  --color100:#cbd02b;
}

.theme__orange,
.theme__orange > * {
  --color0:#fdfdf1;
  --color25:#fff2e5;
  --color50:#ef9737;
  --color75:#ff8500;
  --color100:#ca6900;
}

.theme__yellow,
.theme__yellow > * {
  --color100:#fff949;
}

.theme__white,
.theme__white > * {
  --color0:#f2f2f0;
  --color25:#d4d4b8;
  --color50:#ccc;
  --color75:#636363;
  --color100:#323433;
}

.l__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l__flex_center, .l__flex_center_endsp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l__flex_start {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.l__flex_top {
  display: flex;
  justify-content: space-between;
}
.l__flex_end {
  display: flex;
  align-items: flex-end;
}
.l__flex_row {
  display: flex;
  flex-direction: row-reverse;
}
.l__flex_left {
  display: flex;
}
.l__flex_left_middle {
  display: flex;
  align-items: center;
}
.l__flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l__flex_same {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l__flex_list li {
  display: flex;
}
.l__flex_list li:before {
  content: "・";
}
.l__flex_column {
  display: flex;
  flex-direction: column;
}
.l__flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l__flexc_2 {
  flex: 1 1 48%;
}

.l__f_center {
  justify-content: center;
}

.l__f_end {
  align-items: flex-end;
}

.l__f_row {
  flex-direction: row-reverse;
}

.l__f_v_center {
  align-items: center;
}

.l__f_auto {
  flex: 1 1 auto;
}

.l__f1 {
  flex: 1;
}

.l__inflex {
  display: inline-flex;
}
.l__inflex_center {
  display: inline-flex;
  justify-content: center;
}

.l__grid {
  display: grid;
  align-items: center;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  gap: 2%;
}
.l__grid_re {
  display: grid;
  align-items: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  gap: 2%;
}
.l__grid_img {
  grid-row: 1;
  grid-column: 1;
}
.l__grid_text {
  grid-row: 1;
  grid-column: 2;
}
.l__grid_re_img {
  grid-row: 1;
  grid-column: 2;
}
.l__grid_re_text {
  grid-row: 1;
  grid-column: 1;
}
.l__grid_move {
  display: grid;
  align-items: center;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-template-areas: "visual title" "visual text";
  gap: 2%;
}
.l__grid_moveimg {
  grid-area: visual;
}
.l__grid_movetitle {
  align-self: end;
  grid-area: title;
}
.l__grid_movetext {
  align-self: start;
  grid-area: text;
}

.l__grid {
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto;
}

.l__grid_re {
  display: -ms-grid;
  -ms-grid-columns: 1fr auto;
  -ms-grid-rows: auto;
}

.l__grid_img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l__grid_text {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.l__grid_re_img {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.l__grid_re_text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l__block,
.l__block_sp {
  width: 96%;
  max-width: 960px;
  margin: 10px auto;
}

.l__minblock {
  width: 96%;
  max-width: 800px;
  margin: 10px auto;
}

.l__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l__col2 {
  width: 48%;
}

.l__col3 {
  width: 32%;
}

.l__col4 {
  width: 24%;
}

.l__col5 {
  width: 19%;
}

.l__magin {
  margin: 2% 0;
}

.l__magin_l {
  margin: 4% 0;
}

.l__magin_bottom {
  margin: 2% 0 35px;
}

.l__magin_min {
  margin: 10px 0;
}

.l__magin_text {
  margin: 8px 0;
}

.l__magin_bl {
  margin-bottom: 50px;
}

.l__magin_bm {
  margin-bottom: 25px;
}

.l__magin_bs {
  margin-bottom: 10px;
}

.l__waai {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.l__waai2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.l__waailine,
.l__waailine2 {
  width: 15px;
  height: auto;
  margin: 0 8px;
  stroke: var(--black75);
}
@media all and (-ms-high-contrast: none) {
  .l__waailine,
  .l__waailine2 {
    height: 19px;
  }
}

@media screen and (max-width:640px) {
  .l__flex,
  .l__flex_start {
    flex-direction: column;
  }
  .l__flex_center_endsp {
    align-items: flex-end;
  }
  .l__grid,
  .l__grid_re {
    display: flex;
    flex-direction: column;
  }
  .l__block_sp {
    width: 100%;
  }
  .l__col2 {
    width: 48%;
    margin-bottom: 8px;
  }
  .l__col3 {
    width: 100%;
    margin-bottom: 8px;
  }
  .l__col4 {
    width: 100%;
    margin-bottom: 8px;
  }
  .l__flex_wrap .l__col4 {
    width: 49%;
    margin-bottom: 8px;
  }
  .l__waai {
    align-items: center;
    width: 96%;
    margin: auto;
  }
  .l__waailine2 {
    transform: scale(1.2, 1.8);
  }
  .l__grid_move {
    grid-template-columns: 1fr 4fr;
    grid-template-areas: "title title" "visual text";
  }
}
/*フォントのみ */
.f__title {
  font-size: calc(24px + 3 * (100vw - 375px) / 265);
  text-align: center;
}

.f__subtitle {
  font-size: calc(18px + 2 * (100vw - 375px) / 265);
  text-align: center;
}

.f__minitext {
  font-size: calc(10px + 2 * (100vw - 375px) / 265);
}

.f__stit {
  font-size: 24px;
  font-size: clamp(21px,2vw, 28px);
  text-align: center;
}

.f__bigbtn {
  font-size: calc(18px + 3 * (100vw - 375px) / 265);
  text-align: center;
}

.f__btn {
  font-size: calc(20px + 2 * (100vw - 375px) / 265);
  text-align: center;
}

.f__btnM {
  font-size: calc(18px + 1 * (100vw - 375px) / 265);
  text-align: center;
}

.f__minibtn {
  font-size: calc(16px + 2 * (100vw - 375px) / 265);
  text-align: center;
}

.f__textLL {
  font-size: calc(18px + 2 * (100vw - 375px) / 265);
}

.f__leadtext {
  font-size: calc(15px + 2 * (100vw - 375px) / 265);
}

.f__textlarge {
  font-size: calc(14px + 2 * (100vw - 375px) / 265);
  text-align: center;
  font-weight: bold;
}

.f__text {
  font-size: calc(14px + 1 * (100vw - 375px) / 265);
}

.f__minitext {
  font-size: calc(10px + 2 * (100vw - 375px) / 265);
}

.f__small {
  font-size: 11px;
}

.f__note {
  font-size: 11px;
  display: block;
}

.f__lpmaincopy {
  font-size: 16px;
  font-size: clamp(10px, 1.5vw, 2em);
}

.f__center {
  text-align: center;
}

.f__right {
  text-align: right;
}

.f__blue {
  color: var(--blue75);
}

.f__white {
  color: var(--accColor);
}

.f__em {
  font-size: 2em;
  line-height: 1;
}

.f__strong {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  transform: skewX(-10deg);
}

.f__boxtext {
  text-align: justify;
  line-height: 1;
  font-size: 0.95em;
}

.f__bold {
  font-weight: bold;
}

.f__scale12 {
  font-size: 1.2em;
}

.f__lh13 {
  line-height: 1.3;
}

.f__lh15 {
  line-height: 1.5;
}

.f__lh18 {
  line-height: 1.8;
}

@media screen and (max-width: 640px) {
  .f__note {
    font-size: 9.5px;
  }
  .f__centersp {
    text-align: center;
  }
}
.nicho {
  width: 100%;
  margin: auto;
  font-size: 16px;
  color: #636363;
  background: #fff;
}
@media all and (-ms-high-contrast: none) {
  .nicho {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}
.nicho a[target=_blank] {
  color: #0469b6;
}
.nicho a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 22px;
  margin: 0 5px -2px;
  background: url(/images/common/icon_blanklink.svg) no-repeat;
  background-size: cover;
}
.nicho em {
  font-style: normal;
}
.nicho .mb10p {
  margin-bottom: 10%;
}
.nicho .wrapper {
  width: 96%;
  max-width: 1000px;
  margin: auto;
  padding: 5% 0;
}
@media screen and (max-width:640px) {
  .nicho .wrapper {
    padding: 30px 0;
  }
}
.nicho .title {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 96%;
  margin: auto auto 5%;
  padding-bottom: 10px;
  font-size: 42px;
  font-size: clamp(24px, 6vw, 42px);
  font-weight: normal;
  background: linear-gradient(90deg, #faef4d 10%, transparent 5%);
  border-bottom: 1px solid;
}
.nicho .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(45deg, #fff 11%, transparent 11%);
}
.nicho .subtitle {
  width: 96%;
  margin: auto auto 5%;
  font-size: 42px;
  font-size: clamp(24px, 6vw, 42px);
  text-align: center;
}
.nicho .lead_txt {
  font-size: clamp(16px, 1rem + 1.8vw, 1.1em);
  text-align: center;
}
.nicho .l__flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nicho .l__dl {
  display: flex;
  flex-wrap: wrap;
}
.nicho .l__dt {
  margin-bottom: 10px;
}
@media all and (-ms-high-contrast: none) {
  .nicho .l__dt {
    width: 10em;
  }
}
.nicho .l__dd {
  flex: 2 1 calc(100% - (5em + 10px * 2));
}
@media all and (-ms-high-contrast: none) {
  .nicho .l__dd {
    width: calc(100% - 10em);
  }
}
.nicho .f__base {
  color: #0469b6;
}
.nicho .f__b {
  font-size: 1.3em;
}

.m__borderlineY {
  background: linear-gradient(transparent 0%, transparent 60%, #faef4d 60%);
}

.countlist {
  counter-reset: NumList;
}
.countlist .countnum::before {
  content: "0" counter(NumList);
  display: inline-block;
  margin: 1% 10px 0;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  counter-increment: NumList;
  color: #0469b6;
}

@media screen and (max-width:640px) {
  .wrapper {
    padding-top: 50px;
  }
}
.f__white {
  color: #fff;
}

.line_title {
  display: flex;
  align-items: center;
  gap: 5%;
  margin: 10px auto;
  font-size: 42px;
  font-size: clamp(24px, 6vw, 42px);
  color: #0469b6;
}
.line_title::before, .line_title::after {
  content: "";
  flex: 1;
  width: 50%;
  height: 1px;
  background: #0469b6;
}

.btn {
  width: 100%;
}
.btn a {
  display: block;
  box-sizing: border-box;
  max-width: 450px;
  margin: 10px auto;
  padding: 15px 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  transition: 0.4s;
  color: #fff;
  background: #0469b6;
}
.btn a:hover {
  color: #0469b6;
  background: #faef4d;
}
@media screen and (min-width:641px) {
  .btn #contact_form {
    margin: 30px 0px 30px 0px;
  }
}

.gotoform {
  text-align: center;
}

.main {
  position: relative;
}
.main .mainimg {
  text-align: center;
  background: linear-gradient(90deg, #faef4d 40%, #e5e9e8 40%);
}
@media screen and (min-width:641px) {
  .main .mainimg::before {
    content: "";
    position: absolute;
    width: auto;
    height: 100%;
    aspect-ratio: 4/3;
    background: url("/images/nicho/mainimb_bg_ye.svg") no-repeat;
    background-size: contain;
  }
}
@media all and (-ms-high-contrast: none) {
  .main .mainimg::before {
    width: calc(100% - 10vw);
    left: 10vw;
  }
}
.main .contents {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.main .main_vcenter {
  width: 92%;
  max-width: 1140px;
  margin: 8% auto;
}
.main .mainwrap {
  width: 60%;
}
.main .logo {
  margin-bottom: 15px;
}
.main .maintxt {
  font-size: 24px;
  font-size: clamp(15px, 1rem + 1.8vw, 2em);
  font-weight: normal;
  line-height: 1.4;
}
.main .btn a {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 85%;
  padding: 15px;
  transform: translateX(-50%);
}

.menu {
  padding: 15px 2%;
  background: #f2faff;
}
.menu ul {
  max-width: 800px;
  margin: auto;
}
.menu li {
  display: flex;
  justify-content: center;
}
.menu li:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  margin: 5px 40px;
  background: #636363;
}
.menu a {
  padding: 10px 0;
  font-size: 18px;
  font-size: clamp(18px, 4.6vw, 1.4em);
  text-align: center;
  transition: 0.4s;
  border-radius: 50px;
}
.menu a:after {
  content: "\f078";
  margin-left: 10px;
  padding: 2px;
  font-family: FontAwesome;
  background: #faef4d;
  border-radius: 50px;
}
.menu a:hover {
  color: #0469b6;
}

.info {
  padding-bottom: 3%;
  background: url("/images/nicho/bg_triangle.svg") no-repeat right center/contain, url("/images/nicho/bg_triangle_bl.svg") no-repeat left center;
}
.info .charmtitle {
  position: relative;
  width: 70%;
  max-width: 500px;
  margin: 5px auto 30px;
  padding: 0 5% 5px;
  font-size: 32px;
  font-size: clamp(22px, 6.5vw, 2.8em);
  text-align: center;
  text-align: center;
  color: #0469b6;
  border-bottom: 1px solid;
}
.info .charmtitle::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%) rotate(45deg) skew(10deg, 10deg);
  background: linear-gradient(-47deg, #fff 58%, transparent 50%);
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.info .infotit {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width:640px) {
  .info .infotit {
    align-items: center;
  }
}
.info .infotext figure {
  margin: 50px auto;
  text-align: center;
}
.info .infotext p {
  max-width: 860px;
  margin: 10px auto;
  text-align: justify;
}

.require {
  margin: auto;
  background: #f2faff;
  border-radius: 10px;
}
.require .wrapper {
  box-sizing: border-box;
  padding: 5%;
}
.require .tit {
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px solid;
}
@media screen and (max-width:640px) {
  .require .l__dl {
    flex-direction: column;
  }
}
.require .l__dt {
  display: flex;
}
@media screen and (min-width:641px) {
  .require .l__dt {
    flex: 1 1 calc(5em + 3em + 20px);
    margin-bottom: 25px;
  }
}
.require .l__dt:before {
  content: "●";
  color: #0469b6;
}
.require .l__dd {
  flex: 2 1 calc(100% - (5em + 3em + 10px * 10));
  margin-bottom: 10px;
}
@media screen and (max-width:640px) {
  .require .l__dd {
    margin: 0 0 10% 1em;
  }
}
.require .l__dd:before {
  content: "";
}

.formtop .cnt_form {
  box-sizing: border-box;
  padding: 2%;
  background-color: #d1daa6;
}
.formtop input {
  font-family: YakuHanJP, "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans CJK JP Subset", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.about {
  padding: 5% 0;
  background: #fffeeb;
}
@media screen and (max-width:640px) {
  .about .scroll {
    overflow-x: auto;
    flex-direction: inherit;
    -webkit-overflow-scrolling: touch;
  }
  .about .scroll .l__flex {
    flex-direction: inherit;
    width: 270%;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .about .scroll .l__flex .l__col3 {
    scroll-snap-align: start;
  }
}
.about .title {
  width: 96%;
  max-width: 1000px;
}
.about .title::after {
  background: #fffeeb;
}
.about .wh_wrap {
  box-sizing: border-box;
  padding: 2%;
  background: #fff;
}
.about .l__col3 {
  width: 33.3333333333%;
}

.company {
  padding: 4%;
}
.company a[target=_blank] {
  text-decoration: underline;
  color: #0469b6;
}
.company .wrapper {
  box-sizing: border-box;
  padding: 4%;
  background: #fff;
}
.company .l__dt {
  flex: 1 1 calc(5em + 20px);
}
.company .l__dt::before {
  content: "◎";
}