@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

pre {
  white-space: pre-wrap;
}

/* WEB font
---------------------------------------------------------------------------- */
/*必要なフォントのみ読み込んでください。不要なフォントおよび太さは削除でお願いします。*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'Noto Sans JP';
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"),url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
	font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  /* font-size: 62.5%; */
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.04em;
  min-width: 1200px;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}

/*------------- .l-pagebody -------------*/
.l-pagebody {
  width: 100%;
  overflow: hidden;
}

.l-content{
  max-width: 1024px;
  margin: auto;
}

@media screen and (max-width: 767px)  {
  .l-content{
    max-width: 100%;
    padding: 0 calc(20 / 375 * 100vw);
  }
}

/*------------- .l-header -------------*/

@media screen and (max-width: 767px)  {

}

/*------------- .l-gnav -------------*/


@media screen and (max-width: 767px) {

}

/*------------- .l-pagetop -------------*/
/*------------- .l-footer -------------*/
footer{
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

/*------------- overwrite -------------*/

#breadcrumbs ol {
  width: 95%;
  max-width: 1665px !important;
  padding-left: 10.15625vw;
  margin: auto;
}

@media all and (max-width: 1500px) {
  #breadcrumbs ol{
    padding-left: 2vw;
  }
}

@media all and (max-width: 1300px) {
  #breadcrumbs ol{
    padding-left: 0;
  }
}

@media all and (max-width: 767px) {
  #breadcrumbs ol li{
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.7;
  }
}

/*------------- common -------------*/
.m-bold{
  font-weight: 700;
}

.m-green{
  color: #297F3A;
}

.m-marker{
	display: inline;
	background:linear-gradient(transparent 70%, #FFF075 70%);
}

.m-marker02{
	display: inline;
	background:linear-gradient(transparent 70%, #CFE880 70%);
}

.m-sec{
  padding: 100px 0;
}

.m-lead{
  font-size: 18px;
  line-height: calc(29 / 16);
  text-align: center;
  margin-bottom: 60px;
}

.m-bg-gray{
  background-color: #F0F0F0;
}

.m-bg-green{
  background-color: #EDF5ED;
}

.m-ttl01{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}

.m-ttl01::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  background-color: #97BF18;
}

.m-ttl02{
  color: #297F3A;
  font-size: 26px;
  font-weight: 700;
  padding: 15px 16px;
  margin-bottom: 35px;
  background: url(../images/img_mttl02.svg) repeat-x left bottom / contain;
  position: relative;
}

.m-ttl02::before{
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 60%;
  background-color: #297F3A;
}

@media screen and (max-width: 767px) {
  .m-sec{
    padding: calc(50 / 375 * 100vw) 0;
  }

  .m-lead{
    font-size: calc(16 / 375 * 100vw);
    text-align: left;
    margin-bottom: calc(28 / 375 * 100vw);
  }

  .m-ttl01{
    white-space: nowrap;
    font-size: calc(24 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
    margin-bottom: calc(17 / 375 * 100vw);
  }

  .m-ttl01::before{
    width: calc(32 / 375 * 100vw);
    height: calc(3 / 375 * 100vw);
  }

  .m-ttl02{
    font-size: calc(20 / 375 * 100vw);
    padding: calc(14 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    background: url(../images/img_mttl02_sp.svg) repeat-x left bottom / contain;
  }

  .m-ttl02::before{
    width: calc(4 / 375 * 100vw);
  }
}

.m-sec-cv{
  padding: 50px 0 60px;
  background-color: #97BF18;
}

.m-sec-cv-inner{
  display: flex;
  justify-content: center;
  gap: 40px;
}

.m-cvbtn-wrap{
  width: fit-content;
}

.m-cvbtn-txt{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  padding: 0 10px;
  margin: 0 auto 15px;
  position: relative;
}

.m-cvbtn-txt::before,
.m-cvbtn-txt::after{
  position: absolute;
  content: "";
  top: 50%; 
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.m-cvbtn-txt::before{
  left: 0;
  rotate: -15deg;
}

.m-cvbtn-txt::after{
  right: 0;
  rotate: 15deg;
}

.m-cvbtn{
  display: block;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 492px;
  padding: 33px 0;
  background-color: #FF7800;
  border-radius: 6px;
  position: relative;
  transition: all 0.3s ease;
}

.m-cvbtn:hover{
  opacity: 0.7;
}

.m-cvbtn::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}

.m-cvbtn-inner{
  position: relative;
  padding-left: 50px;
}

.m-cvbtn-inner::before{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(../images/icn_documents.svg) no-repeat center / contain;
}

.m-cvbtn-free{
  color: #FF7800;
  font-size: 20px;
  background-color: #fff;
  padding: 0 9px;
  margin-left: 15px;
  border-radius: 4px;
}

.m-cvbtn._green{
  background-color: #297F3A;
}

.m-cvbtn._green .m-cvbtn-inner::before{
  background: url(../images/icn_online.svg) no-repeat center / contain;
}

.m-mv-cvbtn-txt{
  padding: 0;
  color: #FF7800;
}

.m-mv-cvbtn-txt::before,
.m-mv-cvbtn-txt::after{
  background-color: #FF7800;
}

.m-mv-cvbtn{
  width: 557px;
  padding: 22px 0;
}


@media screen and (max-width: 767px) {
  .m-sec-cv{
    padding: calc(40 / 375 * 100vw) 0;
  }
  
  .m-sec-cv-inner{
    flex-direction: column;
    gap: calc(30 / 375 * 100vw);
  }

  .m-cvbtn-wrap{
    width: 100%;
  }
  
  .m-cvbtn-txt{
    font-size: calc(16 / 375 * 100vw);
    text-align: center;
    line-height: calc(20 / 14);
    padding: 0 calc(10 / 375 * 100vw);
    margin: 0 auto calc(10 / 375 * 100vw);
  }
  
  .m-cvbtn-txt::before,
  .m-cvbtn-txt::after{
    width: calc(2 / 375 * 100vw);
    height: 100%;
  }
  
  .m-cvbtn-txt::before{
    rotate: -20deg;
  }
  
  .m-cvbtn-txt::after{
    rotate: 20deg;
  }
  
  .m-cvbtn{
    font-size: calc(18 / 375 * 100vw);
    width: 100%;
    padding: calc(25 / 375 * 100vw) 0;
    border-radius: calc(6 / 375 * 100vw);
  }
  
  .m-cvbtn::before{
    right: calc(15 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
    border-top: solid calc(2 / 375 * 100vw) #fff;
    border-right: solid calc(2 / 375 * 100vw) #fff;
  }
  
  .m-cvbtn-inner{
    padding-left: calc(35 / 375 * 100vw);
  }
  
  .m-cvbtn-inner::before{
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
  }

  .m-cvbtn._green .m-cvbtn-inner::before{
    left: calc(-10 / 375 * 100vw);
  }
  

  .m-cvbtn-inner span{
    font-size: calc(14 / 375 * 100vw);
  }
  
  .m-cvbtn-free{
    font-size: calc(16 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw) calc(10 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
  }
  
  .m-mv-cvbtn-txt{
    font-size: calc(14 / 375 * 100vw);
    padding: 0;
  }
  
  .m-mv-cvbtn{
    width: 100%;
    font-size: calc(20 / 375 * 100vw);
    padding: calc(22 / 375 * 100vw) 0;
  }

  .m-mv-cvbtn .m-cvbtn-free{
    font-size: calc(18 / 375 * 100vw);
  }
}

.m-tab-btn-wrap{
	display: flex;
	justify-content: center;
  gap: 20px;
}

.m-tab-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #97BF18;
  font-size: 18px;
  font-weight: 700;
	width: 280px;
	height: 60px;
	cursor: pointer;
  background-color: #F6FCCF;
  border: 1px solid #97BF18;
  border-bottom: transparent;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s ease;
}

.m-tab-btn.is-current{
  color: #FFF;
  background-color: #97BF18;
}

.m-tab-panel{
	display: none;
}

.m-tab-panel.is-show{
  display: block;
}

.m-tab-panel-wrap{
  padding: 40px 60px;
  border-top: 5px solid #97BF18;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .m-tab-btn-wrap{
    gap: calc(10 / 375 * 100vw);
  }
  
  .m-tab-btn{
    font-size: calc(16 / 375 * 100vw);
    width: calc(143 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #97BF18;
    border-radius: calc(6 / 375 * 100vw) calc(6 / 375 * 100vw) 0 0;
  }
  
  .m-tab-panel-wrap{
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-top: calc(5 / 375 * 100vw) solid #97BF18;
  }
}

/*------------- .p-mv -------------*/
.p-mv{
  height: 695px;
  padding-top: 148px;
  background: url(../images/bg_mv_pc.png) no-repeat center / cover;
}

.p-mv-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1665px;
  padding-left: 10.15625vw;
  margin: auto;
}

.p-mv-inner img{
  max-width: 632px;
  width: 32.916666vw;
}

.p-mv-txt01{
  color: #97BF18;
  font-size: 23px;
  font-weight: 700; 
  width: fit-content;
  padding: 15px 25px;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #97BF18;
  position: relative;
}

.p-mv-txt01::before,
.p-mv-txt01::after{
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, 100%);
  height: 12px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.p-mv-txt01::before{
  bottom: 1px;
  width: 16px;
  height: 12px;
  background-color: #97BF18;
}

.p-mv-txt01::after{
  bottom: 2px;
  width: 15px;
  background-color: #fff;
}

.p-mv-txt02{
  font-size: 20px;
}

.p-mv-ttl{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 35px;
}

.p-mv-txt03{
  background: url(../images/img_mv-txt-deco.svg) no-repeat center bottom / contain;
}

.p-mv-txt04{
  font-size: 36px;
}

.p-mv-txt05{
  font-size: 32px;
}

.p-mv-txt06{
  font-size: 18px;
  font-weight: 500;
  line-height: calc(32 / 18);
  white-space: nowrap;
  margin-bottom: 45px;
}

@media all and (max-width: 1500px) {
  .p-mv-inner{
    padding-left: 2vw;
  }
}

@media all and (max-width: 1300px) {
  .p-mv{
    height: 50vw;
    min-height: 608px;
  }

  .p-mv-inner{
    padding-left: 0;
  }

  .p-mv-inner img{
    width: 38vw;
  }

  .p-mv-txt01{
    font-size: 1.5384615vw;
  }

  .p-mv-ttl{
    font-size: 2.9230769vw;
    margin-bottom: 2.30769vw;
  }

  .p-mv-txt06{
    font-size: 1.23076923vw;
  }
}

@media all and (max-width: 1200px) {
  .p-mv{
    height: 608px;
  }

  .p-mv-inner img{
    width: 462px;
  }

  .p-mv-txt01{
    font-size: 18px;
  }

  .p-mv-ttl{
    font-size: 35px;
    margin-bottom: 28px;
  }

  .p-mv-txt06{
    font-size: 15px;
  }
}

@media all and (max-width: 767px) {
  .p-mv{
    height: calc(700 / 375 * 100vw);
    padding-top: calc(80 / 375 * 100vw);
    margin-top: 56px;
    background: url(../images/bg_mv_sp.png) no-repeat center / cover;
  }
  
  .p-mv-inner{
    width: 100%;
    max-width: 100%;
    padding: 0 calc(12 / 375 * 100vw);
  }
  
  .p-mv-txt01{
    font-size: calc(14 / 375 * 100vw);
    width: 100%;
    padding: calc(10 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw);
  }
  
  .p-mv-txt01::before,
  .p-mv-txt01::after{
    height: calc(7 / 375 * 100vw);
  }
  
  .p-mv-txt01::before{
    bottom: calc(1 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
  
  .p-mv-txt01::after{
    bottom: calc(2 / 375 * 100vw);
    width: calc(9 / 375 * 100vw);
  }
  
  .p-mv-txt02{
    font-size: calc(13 / 375 * 100vw);
  }
  
  .p-mv-ttl{
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.8;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  
  .p-mv-txt03{
    background: url(../images/img_mv-txt-deco_sp.svg) no-repeat center bottom / contain;
  }
  
  .p-mv-txt04{
    font-size: calc(21 / 375 * 100vw);
  }
  
  .p-mv-txt05{
    font-size: calc(18 / 375 * 100vw);
  }
  
  .p-mv-txt06{
    font-size: calc(15 / 375 * 100vw);
    white-space: normal;
    line-height: calc(24 / 15);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  
}

/*------------- .p-sec01 -------------*/
.p-sec01{
  padding: 60px 0;
}

.p-sec01-tab-panel-ttl{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.p-sec01-tab-panel-ttl span{
  font-size: 20px;
}

.p-sec01-tab-panel-inner{
  display: flex;
  align-items: center;
  gap: 40px;
}

.p-sec01-tab-panel-inner img{
  max-width: 320px;
}

.p-sec01-tab-panel-inner li{
  position: relative;
  line-height: calc(29 / 16);
  white-space: nowrap;
  padding-left: 26px;
}

.p-sec01-tab-panel-inner li:not(:last-child){
  margin-bottom: 6px;
}

.p-sec01-tab-panel-inner li::before{
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/icn_checkbox.svg) no-repeat center / contain;
}

.p-sec01-bottom{
  color: #FFF;
  text-align: center;
  background-color: #97BF18;
  padding: 120px 0 50px;
  position: relative;
}

.p-sec01-bottom::before,
.p-sec01-bottom::after{
  position: absolute;
  content: "";
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.p-sec01-bottom::before{
  width: 100%;
  height: 60px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #F0F0F0;
}

.p-sec01-bottom::after{
  width: 130px;
  height: 80px;
  background: url(../images/img_arw01.svg) no-repeat center / contain;
}

.p-sec01-bottom-txt01{
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
}

.p-sec01-bottom-txt02{
  color: #FFE721;
  position: relative;
}

.p-sec01-bottom-txt02::before,
.p-sec01-bottom-txt02::after{
  position: absolute;
  content: "";
}

.p-sec01-bottom-txt02::before{
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background-color: #fff;
}

.p-sec01-bottom-txt02::after{
  top: -20px;
  right: -10px;
  width: 40px;
  height: 30px;
  background: url(../images/img_deco.svg) no-repeat center / contain;

}

.p-sec01-bottom-txt03{
  font-size: 36px;
}

.p-sec01-bottom-txt04{
  background: top left / 1em 0.2em repeat-x radial-gradient(0.08em 0.08em, #fff, #fff 100%, transparent, transparent);
  padding-top: 0.2em;
}

@media all and (max-width: 767px) {
  .p-sec01{
    padding: calc(50 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }

  .p-sec01-tab-panel-ttl{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(30 / 20);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  
  .p-sec01-tab-panel-ttl span{
    font-size: calc(20 / 375 * 100vw);
  }
  
  .p-sec01-tab-panel-inner{
    flex-direction: column;
    gap: calc(20 / 375 * 100vw);
  }
  
  .p-sec01-tab-panel-inner img{
    max-width: 100%;
  }
  
  .p-sec01-tab-panel-inner li{
    font-size: calc(16 / 375 * 100vw);
    white-space: normal;
    padding-left: calc(26 / 375 * 100vw);
  }
  
  .p-sec01-tab-panel-inner li:not(:last-child){
    margin-bottom: calc(5 / 375 * 100vw);
  }
  
  .p-sec01-tab-panel-inner li::before{
    top: calc(5 / 375 * 100vw);
    width: calc(17 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
  
  .p-sec01-bottom{
    padding: calc(60 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
  }

  .p-sec01-bottom::before{
    width: 100%;
    height: calc(30 / 375 * 100vw);
  }
  
  .p-sec01-bottom::after{
    top: calc(10 / 375 * 100vw);
    width: calc(84 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
  
  .p-sec01-bottom-txt01{
    font-size: calc(24 / 375 * 100vw);
    white-space: nowrap;
  }

  .p-sec01-bottom-txt02::before{
    height: calc(2 / 375 * 100vw);
  }
  
  .p-sec01-bottom-txt02::after{
    top: calc(-5 / 375 * 100vw);
    right: calc(-5 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
  }
  
  .p-sec01-bottom-txt03{
    font-size: calc(30 / 375 * 100vw);
  }
  
  .p-sec01-bottom-txt04{
    background: top left / 1em 0.2em repeat-x radial-gradient(0.08em 0.08em, #fff, #fff 100%, transparent, transparent);
    padding-top: 0.2em;
  }
}


/*------------- .p-sec02 -------------*/
.p-sec02-box{
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 50px 60px;
  border: 2px solid #97BF18;
  position: relative;
}

.p-sec02-box:not(:last-child){
  margin-bottom: 30px;
}

.p-sec02-box::before{
  position: absolute;
  content: "";
  top: -2px;
  right: -2px;
  width: 46px;
  height: 46px;
  background: rgb(41,127,58);
  background: linear-gradient(45deg, rgba(41,127,58,1) 0%, rgba(41,127,58,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.p-sec02-box img{
  max-width: 400px;
}

.p-sec02-box-inner{
  max-width: 445px;
}

.p-sec02-box-list-item{
  display: flex;
  align-items: start;
  gap: 20px;
  font-size: 18px;
  line-height: calc(27 / 18);
}

.p-sec02-box-list-item:not(:last-child){
  margin-bottom: 20px;
}

.p-sec02-box-list dt{
  color: #FFF;
  font-weight: 700;
  text-align: center;
  width: 57px;
  min-width: 57px;
  padding: 4px 0;
  background-color: #97BF18;
}

.p-sec02-box-list dt._gray{
  background-color: #BFBFBF;
}

@media all and (max-width: 767px) {
  .p-sec02-box{
    flex-direction: column;
    gap: calc(20 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #97BF18;
  }
  
  .p-sec02-box:not(:last-child){
    margin-bottom: calc(20 / 375 * 100vw);
  }
  
  .p-sec02-box::before{
    top: calc(-2 / 375 * 100vw);
    right: calc(-2 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
  }
  
  .p-sec02-box img{
    max-width: 100%;
  }
  
  .p-sec02-box-inner{
    max-width: 100%;
  }
  
  .p-sec02-box-list-item{
    gap: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(29 / 16);
  }
  
  .p-sec02-box-list-item:not(:last-child){
    margin-bottom: calc(12 / 375 * 100vw);
  }
  
  .p-sec02-box-list dt{
    width: calc(53 / 375 * 100vw);
    min-width: calc(53 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw)  0;
  }
}


/*------------- .p-sec03 -------------*/
.p-sec03-list-item{
  display: flex;
  align-items: center;
  gap: 40px;
  line-height: calc(29  / 16);
  padding: 30px 0;
}

.p-sec03-list-item:not(:last-child){
  border-bottom: 1px solid #D2D2D2;
}

.p-sec03-list-item img{
  max-width: 430px;
  margin-top: 10px;
}

.p-sec03-list-item p+p{
  margin-top: 1em;
}

.p-sec03-list-item-reason{
  color: #297F3A;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  padding: 8px 12px;
  margin-bottom: 10px;
  background: rgb(237,245,237);
  background: linear-gradient(90deg, rgba(237,245,237,1) 0%, rgba(237,245,237,1) 71%, rgba(41,127,58,1) 71%, rgba(41,127,58,1) 100%);
  position: relative;
}

.p-sec03-list-item-reason::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 36px;
  height: 7px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #BCDFBC;
}

.p-sec03-list-item-reason span{
  color: #fff;
  font-size: 27px;
  font-family: "Barlow";
  margin-left: 26px;
}

.p-sec03-list-item-ttl{
  color: #297F3A;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .p-sec03-list-item{
    flex-direction: column;
    gap: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(29  / 16);
    padding: calc(40 / 375 * 100vw) 0;
  }

  .p-sec03-list-item:first-child{
    padding: calc(10 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }

  .p-sec03-list-item:last-child{
    padding-bottom: calc(5 / 375 * 100vw);
  }
  
  .p-sec03-list-item:not(:last-child){
    border-bottom: calc(1 / 375 * 100vw) solid #D2D2D2;
  }
  
  .p-sec03-list-item img{
    max-width: 100%;
    margin-top: 0;
  }
  
  .p-sec03-list-item-reason{
    font-size: calc(16 / 375 * 100vw);
    padding: calc(7 / 375 * 100vw) calc(12 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  
  .p-sec03-list-item-reason::before{
    width: calc(36 / 375 * 100vw);
    height: calc(7 / 375 * 100vw);
  }
  
  .p-sec03-list-item-reason span{
    font-size: calc(27 / 375 * 100vw);
    margin-left: calc(26 / 375 * 100vw);
  }
  
  .p-sec03-list-item-ttl{
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}


/*------------- .p-sec04 -------------*/
.p-sec04-table-wrap{

}

.p-sec04-table{
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 6px;
}

.p-sec04-table th{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.p-sec04-table ._th01{
  color: #FFF;
  width: 280px;
  height: 70px;
  border-radius: 6px 6px 0 0;
  background-color: #97BF18;
}

.p-sec04-table ._th01._green{
  background-color: #297F3A;
}

.p-sec04-table ._th02{
  width: 160px;
  background-color: #D2D2D2;
  border-radius: 6px 0 0 6px;
}

.p-sec04-table td{
  line-height: calc(24 / 16);
  min-height: 94px;
  padding: 55px 0 15px;
  background-color: #F0F0F0;
  position: relative;
}

.p-sec04-table td._circle::before,
.p-sec04-table td._triangle::before,
.p-sec04-table td._cross::before{
  position: absolute;
  content: "";
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-sec04-table td._circle::before{
  background-image: url(../images/icn_circle.svg);
}

.p-sec04-table td._triangle::before{
  background-image: url(../images/icn_triangle.svg);
}

.p-sec04-table td._cross::before{
  background-image: url(../images/icn_cross.svg);
}

.p-sec04-table ._td01{
  background-color: #EDF5ED;
}

@media all and (max-width: 767px) {
  .p-sec04-table-wrap{
    overflow: scroll;
  }

  .p-sec04-table-wrap::-webkit-scrollbar{
    height: calc(8 / 375 * 100vw);
    border-radius: 9999px;
  }
  
  .p-sec04-table{
    width: calc(773 / 375 * 100vw);
    border-spacing: calc(8 / 375 * 100vw);
    margin-left: calc(-8 / 375 * 100vw);
  }
  
  .p-sec04-table th{
    font-size: calc(16 / 375 * 100vw);
  }
  
  .p-sec04-table ._th01{
    width: calc(200 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw) calc(6 / 375 * 100vw) 0 0;
  }

  .p-sec04-table ._th01._green{
    min-width:calc(249 / 375 * 100vw);
  }
  
  .p-sec04-table ._th02{
    line-height: calc(21 / 16);
    width: calc(100 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw) 0 0 calc(6 / 375 * 100vw);
  }

  .p-sec04-table ._th03{
    background-color: #fff;
  }

  .p-sec04-table ._th02,
  .p-sec04-table ._th03{
    position: sticky;
    left: 0;
    z-index: 1;
  }

  .p-sec04-table ._th02::before,
  .p-sec04-table ._th03::before,
  .p-sec04-table ._th02::after,
  .p-sec04-table ._th03::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: calc(8 / 375 * 100vw);
    height: 100%;
    background-color: #FFF;
    z-index: -1;
  }

  .p-sec04-table ._th03::after{
    right: auto;
    left: 2px;
    transform: translateX(-100%);
    background-color: #fff;
  }
  
  .p-sec04-table td{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(21 / 14);
    min-height: calc(65 / 375 * 100vw);
    padding: calc(34 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
  }
  
  .p-sec04-table td._circle::before,
  .p-sec04-table td._triangle::before,
  .p-sec04-table td._cross::before{
    top: calc(10 / 375 * 100vw);
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
}


/*------------- .p-sec05 -------------*/
.p-sec05-img{
  margin-bottom: 80px;
}

.p-sec05-panel-inner{
  padding: 30px 0 40px;
}

.p-sec05-panel-inner:not(:last-child){
  padding-bottom: 90px;
  position: relative;
}

.p-sec05-panel-inner:not(:last-child)::before{
  position: absolute;
  content: "";
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 42px;
  background: url(../images/img_arw01.svg) no-repeat center / contain;
}

.p-sec05-step{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Barlow';
  text-align: center;
  width: 180px;
  height: 42px;
  margin: auto;
  background-color: #297F3A;
  border-radius: 9999px;
}

.p-sec05-bubble-wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 30px 0;
}

.p-sec05-bubble-wrap::before{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 18px;
  height: 34px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #FF7800;
}

.p-sec05-bubble-inner{
  display: flex;
  gap: 18px;
}

.p-sec05-bubble-inner img{
  width: 120px;
  object-fit: contain;
}

.p-sec05-bubble{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(27 / 18);
  width: 272px;
  height: 140px;
  padding-left: 20px;
  border-radius: 8px;
  position: relative;
}

.p-sec05-bubble._left{
  background-color: #F0F0F0;
}

.p-sec05-bubble._right{
  background-color: #F6FCCF;
}

.p-sec05-bubble._left::before,
.p-sec05-bubble._right::before{
  position: absolute;
  content: "";
  top: 50%;
  width: 18px;
  height: 24px;
}

.p-sec05-bubble._left::before{
  left: 0;
  transform: translate(-100%,-50%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #F0F0F0;
}

.p-sec05-bubble._right::before{
  right: 0;
  transform: translate(100%,-50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #F6FCCF;
}

.p-sec05-bubble ._green,
.p-sec05-bubble ._lightgreen{
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  padding: 3px 10px;
  margin: 5px;
  background-color: #297F3A;
}

.p-sec05-bubble ._lightgreen{
  background-color: #97BF18;
}

.p-sec05-bubble ._txt-s{
  font-size: 14px;
}

.p-sec05-txt{
  text-align: center;
  line-height: calc(29 / 16);
  padding: 6px 0;
  margin-top: 30px;
  position: relative;
}

.p-sec05-txt::before,
.p-sec05-txt::after{
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 100%;
  border: 2px solid #97BF18;
}

.p-sec05-txt::before{
  left: 0;
  border-right: transparent;
}

.p-sec05-txt::after{
  right: 0;
  border-left: transparent;
}

.p-sec05-bottom-box{
  text-align: center;
  padding: 70px 0 50px;
  margin-top: 210px;
  background-color: #E5F6AE;
  position: relative;
}

.p-sec05-bottom-box::before{
  position: absolute;
  content: "";
  top: -80px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 130px;
  height: 80px;
  background: url(../images/img_arw01.svg) no-repeat center / contain;
}

.p-sec05-bottom-box-ttl{
  display: flex;
  align-items: center;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  font-size: 26px;
  font-weight: 700;
  width: fit-content;
  padding: 18px 40px;
  margin: auto;
  background-color: #FFF;
  border: 2px solid #97BF18;
  border-radius: 6px;
}

.p-sec05-bottom-box-ttl img{
  margin-right: 5px;
}

.p-sec05-bottom-box-ttl::before,
.p-sec05-bottom-box-ttl::after{
  position: absolute;
  content: "";
  bottom: 2px;
  left: 50%;
  transform: translate(-50%,100%);
  width: 25px;
  height: 12px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
}

.p-sec05-bottom-box-ttl::before{
  bottom: 0;
  background-color: #97BF18;
}

.p-sec05-bottom-box-list{
  max-width: 620px;
  margin: 50px auto 0;
}

.p-sec05-bottom-box-list li{
  font-weight: 700;
  line-height: calc(29 / 16);
  text-align: left;
  padding: 6px 0 6px 20px;
  background-color: #fff;
  position: relative;
}

.p-sec05-bottom-box-list li:not(:last-child){
  margin-bottom: 12px;
}

.p-sec05-bottom-box-list li span{
  color: #97BF18;
  font-size: 20px;
}

.p-sec05-bottom-box-list li::before{
  position: absolute;
  content: "";
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/icn_check.svg) no-repeat center / contain;
}

@media all and (max-width: 767px) {
  .p-sec05-img{
    margin-bottom: calc(40 / 375 * 100vw);
  }
  
  .p-sec05-panel-inner{
    padding: 0 0 calc(5 / 375 * 100vw);
  }
  
  .p-sec05-panel-inner:not(:last-child){
    padding-bottom: calc(110 / 375 * 100vw);
  }
  
  .p-sec05-panel-inner:not(:last-child)::before{
    bottom: calc(25 / 375 * 100vw);
    width: calc(84 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
  
  .p-sec05-step{
    font-size: calc(20 / 375 * 100vw);
    width: calc(150 / 375 * 100vw);
    height: calc(37 / 375 * 100vw);
  }
  
  .p-sec05-bubble-wrap{
    flex-direction: column;
    gap: calc(38 / 375 * 100vw);
    margin: calc(20 / 375 * 100vw) 0;
  }
  
  .p-sec05-bubble-wrap::before{
    content: none;
  }
  
  .p-sec05-bubble-inner{
    align-items: start;
    gap: calc(12 / 375 * 100vw);
  }

  .p-sec05-bubble-inner:first-child{
    position: relative;
  }

  .p-sec05-bubble-inner:first-child::before{
    position: absolute;
    content: "";
    bottom: calc(-10 / 375 * 100vw);
    left: 50%;
    transform: translate(-50%,100%);
    width: calc(34 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #FF7800;
  }
  
  .p-sec05-bubble-inner img{
    width: calc(86 / 375 * 100vw);
  }
  
  .p-sec05-bubble{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(27 / 18);
    width: calc(196 / 375 * 100vw);
    height: auto;
    padding: calc(15 / 375 * 100vw) calc(12 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
  }
  
  .p-sec05-bubble._right{
    white-space: nowrap;
  }

  .p-sec05-bubble._left::before,
  .p-sec05-bubble._right::before{
    width: calc(12 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }
  
  .p-sec05-bubble ._green,
  .p-sec05-bubble ._lightgreen{
    font-size: calc(16 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw) calc(5 / 375 * 100vw);
    margin: calc(3 / 375 * 100vw);
    margin-left: 0;
  }
  
  .p-sec05-bubble ._txt-s{
    font-size: calc(14 / 375 * 100vw);
  }
  
  .p-sec05-txt{
    font-size: calc(16 / 375 * 100vw);
    text-align: left;
    line-height: calc(29 / 16);
    padding: calc(6 / 375 * 100vw) calc(12 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
  
  .p-sec05-txt::before,
  .p-sec05-txt::after{
    width: calc(10 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #97BF18;
  }
  
  .p-sec05-txt::before{
    border-right: transparent;
  }
  
  .p-sec05-txt::after{
    border-left: transparent;
  }
  
  .p-sec05-bottom-box{
    font-size: calc(16 / 375 * 100vw);
    text-align: left;
    line-height: calc(29 / 16);
    padding: calc(70 / 375 * 100vw) calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
    margin-top: calc(150 / 375 * 100vw);
  }

  .p-sec05-bottom-box::before{
    top: calc(-60 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
  
  .p-sec05-bottom-box-ttl{
    display: block;
    text-align: center;
    top: calc(-45 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) calc(10 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid #97BF18;
    border-radius: calc(6 / 375 * 100vw);
  }
  
  .p-sec05-bottom-box-ttl img{
    width: calc(241 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
  }
  
  .p-sec05-bottom-box-ttl::before,
  .p-sec05-bottom-box-ttl::after{
    bottom: calc(2 / 375 * 100vw);
    width: calc(25 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
  }
  
  .p-sec05-bottom-box-ttl::before{
    bottom: 0;
    background-color: #97BF18;
  }
  
  .p-sec05-bottom-box-list{
    max-width: 97%;
    margin: calc(20 / 375 * 100vw) 0 0 auto;
  }
  
  .p-sec05-bottom-box-list li{
    line-height: calc(29 / 18);
    padding: calc(12 / 375 * 100vw) calc(15 / 375 * 100vw) calc(12 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  
  .p-sec05-bottom-box-list li:not(:last-child){
    margin-bottom: calc(10 / 375 * 100vw);
  }
  
  .p-sec05-bottom-box-list li span{
    font-size: calc(18 / 375 * 100vw);
  }
  
  .p-sec05-bottom-box-list li::before{
    left: calc(-11 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
  }
}

/*-------------------
202504
比べてわかる、トータルコスト
追加
-------------------*/
.next-box {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    color: #000;
    align-items: center;
    /*padding: 0 30px;*/
    flex-wrap: wrap;
	margin-top: 60px;
}

.next-box h3 {
  color: #248876;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 1em;
}

.next-box .text {
    padding: 0 20px;
    width: 45%;
}

.next-box p {
    line-height: 1.8;
	font-weight: 600;
}

.next-box .notes {
    font-size: 13px;
    margin-top: 1em;
    line-height: 1.4;
	font-weight: 500;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.next-box .img {
    padding: 30px;
    width: 55%;
    position: relative;
}

.next-box .img img {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
.next-box .text {
    padding: 0;
    width: 100%;
}

.next-box h3 {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.6;
	text-align: center;
}


.next-box p {
    font-size: calc(14 / 375 * 100vw);
	font-weight: 500;
}

.next-box .img {
    width: 100%;
    padding: 5vw 0 0 0;
}

.next-box .notes {
	font-size: calc(12 / 375 * 100vw);
	font-weight: 500;
    text-align: left;
}

.pc {
    display: none !important;
 }

.sp {
    display: block !important;
}
}
