@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap');

 :root { 
  --bluedeep: #004BB1;
  --blue: #296CC7;
  --red: #D30000;
  --row-space : 2.69vw;
  --col-space : 5.2vh;
  --h2 :36px;
  --h3 : 2.0rem;
  --h4 : 1.45rem;
  --flex_hurf : calc((100% -  2% )/ 2);
  --flex_third : calc((100% - 4%) / 3);
  --flex_fourth : calc((100% - 6%) / 4);
  }

@media screen and (max-width: 767px) {
   :root { 
  --row-space : 2.69vw;
  --col-space : 5vh;
  }
}

body{
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: 400;
}

div, a, li, h2, h3, h4{
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.header--tel.none{
  display: none;
}

.header--tel .Inner{
  display: block;
}

#main{
  max-width: 1280px;
  margin: auto;
}

span.yellow{
  color:#f9ff00;
}
 
 /* header */
  .header_wrapper {
    width: 100%;
    padding: 5px var(--row-space);
    z-index: 999;
    position: relative;
}

#header_btn_wrap .inner__box{
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_btn_wrap .inner__box .Logo {
    width: 550px;
    margin-right: 0.35em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#header_btn_wrap .inner__box .Logo img {
    max-width: 180px;
    width: 100%;
}
.company_logo {
    font-size: 10px;
    padding-left: 1em;
    color: #1a1a1a;
}

.company_logo img {
    max-width: 110px !important;
    display: block;
}

#header_btn_wrap .inner__box h1 {
    color: #252525;
    font-weight: normal;
    font-size: 9px;
    margin: 0 0 0 1em;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
#header_btn_wrap .inner__box h1 div {
    margin-right: 5px;
}

#header_btn_wrap .inner__box h1 img {
    max-width: 33px !important;
}
#header_btn_wrap .inner__box h1 {
    color: #252525;
    font-weight: normal;
    font-size: 9px;
    margin: 0 0 0 1em;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

#header_btn_wrap .inner__box .btn_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: calc(100% - 240px);
    margin-left: auto;
    align-items: center;
}
#header_btn_wrap .inner__box .btn_wrap .contents:first-child {
    width: auto;
}
#header_btn_wrap .inner__box .btn_wrap .contents {
    width: max-content;
    padding-right: 1em;
}
#header_btn_wrap .inner__box .btn_wrap span.top {
    background: #FF6C01;
    padding: 1px 3px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 11px;
    margin-bottom: .5em;
}

#header_btn_wrap .inner__box .btn_wrap a.tel {
    text-align: center;
    position: relative;
    padding-left: 0;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Anton', sans-serif;
}

.pramtel{
      line-height: 1.2;
    font-weight: normal;
    font-family: 'Anton', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tel-icon{
  margin: 0 5px 0 0!important;
}

#header_btn_wrap .inner__box .btn_wrap a.tel {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}
.tel-icon{
	display: inline-block;
	background: url(../images/soudankai/phone-icon03.png) left 0px top 0px no-repeat;
	background-size: contain;
	height: 30px;
	margin: auto 5px auto auto;
	width: 30px;
	position: relative;
}

.tel-wrap .tel-icon{
	height: 40px;
	width: 40px;
}

.signal-icon{
	position: absolute;
	top: 14px;
	left: 18px;
	color: #b00808;
	transform: rotate(45deg);
}

.signal-icon:before,
.signal-icon:after{
	content: '';
	position: absolute;
	border: 3px solid transparent;
	border-top: solid 3px currentColor;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation-name: callSupportSignal;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


.signal-icon:first-of-type:before{
	width: 11px;
	height: 11px;
	animation-delay: -1.16s;
}
.signal-icon:first-of-type:after{
	width: 24px;
	height: 24px;
	animation-delay: -1.08s;
}


.tel-wrap .signal-icon{
   top:20px;
   left:20px;
}

.tel-wrap .signal-icon:first-of-type:before{
	width: 20px;
	height: 20px;
	animation-delay: -1.16s;
}
.tel-wrap .signal-icon:first-of-type:after{
	width: 34px;
	height: 34px;
	animation-delay: -1.08s;
}

#header_btn_wrap .inner__box .btn_wrap span.time {
    margin-left: 0;
    text-align: center;
}

#header_btn_wrap .inner__box .btn_wrap span.time, #header_btn_wrap .inner__box .btn_wrap span.top {
    font-size: 10px;
    color: #4d4d4d;
    margin-top: 0;
    display: block;
    font-weight: 500;
    font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@keyframes callSupportSignal {
  8%, 64% { opacity: 1; }
  78% { opacity: 0; }
}

@media screen and (max-width: 767px) {

  .schedule picture{
    max-width: 300px !important;
    margin: auto;
    display: block;
  }

  #header_btn_wrap .inner__box h1{
    font-size: 8px;
  }

  #header_btn_wrap .inner__box .company_logo img{
    max-width: 100px !important;
  }

	.tel-icon{
	 margin-right:8px;
	}

	.tel-icon{
		height: 20px;
		width: 20px;
	}

	.tel-wrap .tel-icon{
		height: 22px;
		width: 22px;
	}
	
	.tel-wrap .signal-icon:first-of-type:before{
		width: 20px;
		height: 11px;
	}
	
	.tel-wrap .signal-icon:first-of-type:after{
		width: 24px;
		height: 22px;
	}
	
	.tel-wrap .signal-icon{
	top:15px;

	}

	.signal-icon:before,
	.signal-icon:after{
		transform: translate(-90%, -50%);
	}

	.signal-icon:first-of-type:before{
	 width:18px;
	}

}

#header_btn_wrap .inner__box .btn_wrap a.mail {
    padding: 0.6em 0.5em 0.6em 0.75em;
}

#header_btn_wrap .inner__box .btn_wrap a.mail i{
  margin-left: .5em;
}

#header_btn_wrap .inner__box .btn_wrap a {
    display: block;
    position: relative;
}
.bottom_menu_contents .Hurf, #header_btn_wrap .Hurf {
    width: calc(98% / 2);
}
header .cta .mail.mail-min {
    font-size: 1.05rem;
}
.cta .mail {
    display: block;
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 100%;
    font-size: 1.45rem;
    font-weight: 600;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 1em 0.5em 1em 0.75em;
    background: #de2304;
    border-bottom: 3px solid #c21c00;
    text-decoration: none;
    max-width: 300px;
    border-radius: 0.45em;
    overflow: hidden;
    line-height: 1.4;
}

.cta .mail::after{
  font-family: "FontAwesome";
	content: '\f105';
  display: inline-block;
  margin-left: 10px;
}

#header_btn_wrap .inner__box .btn_wrap a span.top {
    background: #fff;
    padding: 5px;
    width: 100%;
    text-align: center;
    color: #000;
    border-radius: 2.46em;
    font-size: 12px;
    margin-bottom: .5em;
}

#header_btn_wrap .inner__box .btn_wrap a.mail:hover{
  opacity: 0.7;
}

#header_btn_wrap .inner__box .btn_wrap span.top {
    background: #cacaca;
    padding: 3px 3px;
    width: 100%;
    line-height: 1.1;
    color: #000;
    text-align: center;
    border-radius: 0;
    font-size: 9px;
    margin-bottom: .15em;
}

.sp__logo{
  width: 180px;
}

/****************mainvisual*******************/

#fv__wrap{
  max-width: 1280px;
  margin: auto;
  background: url(../images/soudankai/fv__bg.jpg)no-repeat;
  background-size: cover;
  padding: 2.5vh var(--row-space) 2.5vh;
  min-height: 50vh;
}

#fv__wrap .modal__trigger:hover{
  opacity: 0.7;
}

#fv__wrap .Inner__wrap{
  max-width: 65%;
}

  @media screen and (max-width: 767px) {

      #fv__wrap{
      max-width: 100%;
      margin: auto;
      background: url(../images/soudankai/sp__fv.jpg)no-repeat center top -0.5vh;
      background-size: cover;
      padding: 1em var(--row-space) 1em;
      display: flex;
      flex-direction: column;
      justify-content: center;
      }
     #header_btn_wrap .inner__box .btn_wrap{
        display:  none;
      }
      .sp__logo{
        display: flex;
        flex-direction: column;
        max-width: 125px;
      }
      #fv__wrap .Inner__wrap{
        max-width: 100%;
      }
  }

/****************お悩み*******************/

section#worries{
  background: url(../images/soudankai/bg_nayami.jpg)no-repeat center;
  background-size: cover;
  padding:var(--col-space) var(--row-space);
  text-align: center;
}

section#worries .comm__Inner{
  max-width: 100%;
  margin: auto;
}

section#worries h2{
  max-width: 768px;
  margin: 0 auto 1em;
}

  @media screen and (max-width: 767px) {
    section#worries{
      background: url(../images/soudankai/bg_nayami_sp.jpg)no-repeat center;
      background-size: cover;
      padding:var(--col-space) var(--row-space);
      text-align: center;
    }
    section#worries div.Center{
      margin: .5em auto 0;
      max-width: 200px;
    }
  }

/****************見出し*******************/
h2.bg{
  background: var(--bluedeep);
  color:#fff;
  padding: 1em var(--row-space);
  font-size: clamp(24px,var(--h2),38px);
  text-align: center;
  position: relative;
  font-weight: bold;
  line-height: 1.45 ;
}

h2.bg:after{
  content: '';
  position: absolute;
  bottom:-25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 40px solid var(--bluedeep);
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

h2.cta{
  color:#fff;
    font-size: clamp(20px,28px,38px);
  text-align: center;
  position: relative;
  font-weight: bold;
  line-height: 1.45 ;
  padding-bottom: .5em;
  border-bottom: 1px solid #fff;
  margin-bottom: .75em;
}

h2.gray{
    color:#3B4043 !important;
  font-size: clamp(24px,var(--h2),38px);
  text-align: center;
  position: relative;
  font-weight: bold;
  line-height: 1.45 ;
  margin-bottom: .75em;
  background: transparent;
}

h2.border{
  padding: .5em;
  margin-top: var(--row-space);
  background: #1b5fcc !important;
  color:#fff !important;
  border-top-left-radius: .86em;
  border-top-right-radius: .86em;
}

h2.border.green{
  background: #27af8f !important;
}

h3.Center{
  color:#202020;
  font-weight: 600;
  font-size: clamp(20px,30px,31px);
  text-align: center;
  margin: 0 auto 1em;
}

span.blue{
  color:#004BB1;
}

span.red{
  color:var(--red);
}

.worriew__cont{
  background: #EFF7FF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  border-radius: 10px;
  overflow: hidden;
  min-height: 47vh;
}

.worriew__cont .Image{
  width: calc(100% / 2);
  background: url(../images/soudankai/img_01.jpg)no-repeat;
  background-size: cover;
}

.worriew__cont .Text{
  width: calc(100% / 2);
  padding: var(--row-space);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

  @media screen and (min-width: 768px) {
    .worriew__cont{
      min-height: 377px;
    }
}

ul.check{
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.check li{
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  margin-top: 1em;
  font-size: clamp(20px,1.45rem,1.5rem);
  line-height: 1.55;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ul.check li picture{
  display: block;
  margin-top: .5em;
}

ul.check li:first-child{
  margin-top: 0;
}

ul.check li:before{
  content: '';
  background: url(../images/soudankai/check.svg)no-repeat;
  background-size: contain;
  display: block;
  width: 28px;
  height: 28px;
  margin-right: .5em;
}

  @media screen and (max-width: 767px) {
    
    h2.bg:after{
      bottom: -15px;
    }

    .worriew__cont{
      flex-direction: column;
    }
    h2.bg{
      font-size: 22px;
    }
    h2.cta{
      font-size: 21px;
    }
    h2.gray {
      font-size: 22px;
    }

    h2.gray span.blue{
      font-size: 22px;
      color:#004BB1 !important;
      display: inline;
    }

    h3{
      font-size: 20px !important;
    }
    ul.check li{
      font-size: 18px;
      line-height: 1.4;
    }
    .worriew__cont{
      flex-direction: column-reverse;
    }
    .worriew__cont .Text, .worriew__cont .Image{
      width: 100%;
    }
    .worriew__cont .Image{
      background: url(../images/soudankai/img_01_sp.jpg)no-repeat;
      background-size: cover;
      height: 30vh;
    }
    ul.check li:before{
      min-width: 20px;
      min-height: 20px;
      max-width: 20px;
      max-height: 20px;
      margin-right: .5em;
    }
  }

    @media screen and (min-width: 768px) {
      .sp{
        display: none !important;
      }
    }

/**************** 開催地 *******************/
section#place{
  padding: var(--col-space) var(--row-space);
  background: url(../images/soudankai/bg_place.jpg) no-repeat center bottom;
  background-size: cover;
}

p.icon{
  text-align: center;
}

.accordion_title{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion_title.open{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion_title.default{
    border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion_title.default.open{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion_inner{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ac_inner_wraper dl:nth-of-type(odd){
  background: #F0F3F5;
}
.ac_inner_wraper dl:nth-of-type(even){
  background: #fff;
}

.ac_inner_wraper dl dt, .ac_inner_wraper dl dd{
  background: transparent;
}

.ac_inner_wraper dl dt, .ac_inner_wraper dl dd .red{
  font-weight: bold;
}

.accordion_inner{
  background: #fff;
}

.accordion_container + .accordion_container{
  margin-top: 2.5vh;
}

  @media screen and (max-width: 767px) {
    section#place h2.gray{
      font-size: 22px;
    }
    .ac_inner_wraper dl dt{
      padding-bottom: 0;
      align-items: flex-start;
    }
    .ac_inner_wraper dl dd{
      padding-top: 0;
    }
    .accordion_inner{
      padding: 1em;
    }
    .accordion{
      margin-bottom: 0;
    }
  .icon_wrap {
      right: 10px !important;
  }
}

/****************cta*******************/

header .cta .mail::after{
  display: none;
}

section#cta{
  background: var(--blue);
  padding: 2.5vh var(--row-space);
}

.icon_wrap{
  right:20px;
}


section#cta .Inner__wrap{
  max-width: 1100px;
  margin: auto;
}

.accordion_title{
  background-color: #1b5fcc;
}

.accordion_title .icon_wrap .icon{
  background:#1b5fcc;
}

.accordion_inner{
  border-color: #1b5fcc;
}
.accordion_title.green{
  background-color: #27af8f;
}

.accordion_title.green .icon_wrap .icon{
  background:#27af8f;
}

.accordion_inner.green{
  border-color: #27af8f;
}

section#cta .Inner__wrap .flex__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
}

section#cta .Inner__wrap .flex__wrap.js--center{
  justify-content: center;
}

section#cta .Inner__wrap .flex__wrap.js--flex a.tel__cta{
  display: block !important;
}

section#cta .Inner__wrap .flex__wrap .Image{
  background: url(../images/soudankai/cta_img.png)no-repeat center bottom;
  background-size: contain;
  width: 22%;
  height: 160px;
  margin-bottom: -2.5vh;
}

a.tel__cta, .mail__cta{
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: .5em;
  justify-content: center;
  align-items: center;
  width: 38%;
}

a.tel__cta .tel__main__text{
      font-family: 'Anton', sans-serif;
      font-weight: normal;
      letter-spacing: 1px;
}

#cta .mail__cta img{
  width: 100%;
}

#cta .mail__cta a{
	display:block;
	width:95%;
}

a.tel__cta span.top__text, .mail__cta span.top__text{
  font-size: clamp(12px,16px,17px);
  color:#3B4043;
  text-align: center;
  margin-bottom: .2em;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
}

.tel__main__text{
  font-size: clamp(28px,36px,36px);
  font-weight: bold;
  color:var(--red);
  display: flex;
  column-gap: .2em;
  justify-content: center;
  align-items: center;
}

.tel__main__text::before{
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/soudankai/cta__tel__icon.svg)no-repeat;
  background-size: contain;
}

.tel__bottom__text{
  display: flex;
  column-gap: 5px;
  font-size: 14px;
  margin-top: .5em;
  align-items: center;
}

header .tel__bottom__text{
  margin-top: 0;
  font-size: 11px;
}

header .tel__bottom__text *{
  font-size: 11px !important;
}

span.date{
  background: #3B4043;
  border-radius: 3px;
  display: inline-block;
  padding: 5px;
  line-height: 1.1;
  border-radius: 3px;
  font-size: 13px;
  color:#fff;
  text-align: center;
}

header span.date{
  line-height: 0.5;
}

.footer__top {
    background: #CADFFC;
    padding: 1em;
}
.footer__top .Inner {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.footer__top .Inner .Image {
    width: 60px;
    margin-right: 5px;
}

  @media screen and (max-width: 767px) {

    section#cta .Inner__wrap .flex__wrap .Image{
      display: none;
    }
    a.tel__cta, .mail__cta{
      width: 100%;
    }
    .mail__cta{
      margin-top: 1em;
    }
    .footer__top .Inner {
      font-size: 10px;
    }
    .footer__top .Inner .Image {
      width: 40px;
      margin-right: 5px;
    }
    .footer__top .Inner .Text{
      line-height: 1.35;
      text-align: left;
    }
  }

  /******************強み*********************/
section#strength{
  padding: var(--col-space) var(--row-space);
  background: url(../images/soudankai/bg_tsuyomi.jpg) no-repeat center bottom;
  background-size: cover;
}

section#strength span.blue, section#review span.blue{
  color: var(--bluedeep);
  display: inline;
}

.strength__wrap{
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  max-width:1100px;
  margin: 0 auto 2.5vh;
}

.strength__wrap:last-of-type{
  margin-bottom: 0;
}

.strength__wrap picture{
  width: 42%;
}
.strength__wrap picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.strength__wrap .Text{
  width: 55%;
  padding: clamp(1em,2vw,2.1vw);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.strength__wrap .Text .number{
  font-size: 40px;
  color:var(--bluedeep);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.strength__wrap .Text p{
  line-height: 1.855;
  margin-bottom: 0;
}

.strength__wrap span.blue{
  font-weight: 900;
}

.strength__wrap .Text h3{
  display: flex;
  column-gap: .25em;
  margin-bottom: .75em;
  align-items: flex-start;
  font-weight: bold;
}
  @media screen and (max-width: 767px) {

    .strength__wrap .Text h3{
      align-items: center;
      justify-content: center;
    }

    .strength__wrap{
      flex-direction: column;
    }

    .strength__wrap picture, .strength__wrap .Text{
      width: 100%;
    }
  }
/****************お客様の声*******************/
section#review{
  background: #FFFBDE;
}

.review-soudan p{
  margin:.5em 0 0 0;
}

ul.review{
  margin-bottom: 0;
}

li.review-so{
  background: #fff;
  border: #004BB1 1px solid;
  padding: 1em;
}

.mod-title{
  font-weight: bold;
  font-size: 17px;
}

.mod-title .name{
  font-size: 13px;
  font-weight: normal;
}

span.underline{
  text-decoration: underline;
}

/**************** ご参加までの流れ *******************/

section#flow{
  background: #CEE6FF;
}

.flow__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  max-width: 1100px;
  margin: auto
}
.flow__wrap .Item{
  width: var(--flex_third);
border:2px solid #296CC7;
border-radius: 10px;
position: relative;
background: #fff;
}

.flow__wrap .Item a{
  color:#296CC7;
  text-decoration: underline;
}

.flow__wrap .Item:nth-of-type(1)::before, .flow__wrap .Item:nth-of-type(2)::before{
  content: '';
  background: url(../images/soudankai/arrow.png)no-repeat;
  background-size: contain;
  position: absolute;
  right: -40px;
  display: block;
  width: 53px;
  z-index: 2;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
}

.flow__wrap .Item .title{
  background:#296CC7;
  color:#fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px,24px,26px);
  column-gap: .5em;
  padding: .5em;
  font-weight: bold;
}

.flow__wrap .Item .title span.step{
  background: #fff;
  color:#296CC7;
  font-size: 1.0rem;
  padding: .35em;
  line-height: 1.45;
  border-radius: 4.46em;
}

.flow__wrap .Item .Text{
  padding: 1em;
}

.flow__wrap .Item p{
  line-height: 1.855;
}

  @media screen and (max-width: 767px) {

    .flow__wrap{
      flex-direction: column;
    }
    .flow__wrap .Item{
      width: 100%;
    }

    .flow__wrap .Item{
      margin-bottom: 35px;
    }
    .flow__wrap .Item:last-of-type{
      margin-bottom: 0;
    }

    .flow__wrap .Item:nth-of-type(1)::before, .flow__wrap .Item:nth-of-type(2)::before{
      display: none;
    }
    .flow__wrap .Item:nth-of-type(1)::after, .flow__wrap .Item:nth-of-type(2)::after{
      content: '';
      background: url(../images/soudankai/arrow__down.png)no-repeat;
      background-size: contain;
      position: absolute;
      bottom:-25px;
      display: block;
      width: 30px;
      z-index: 2;
      height: 50px;
      left: 50%;
      transform: translateX(-50%);
    }

  }

  /****************よくある質問****************/

  .accordion{
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1000px;
}

    /* 必須 */
.accordion-content {
    display: none;
  }
  
  .accordion-header {
    background-color: #FFF;
    padding: 22px 45px 20px 20px;
    margin:0px 0 0;
    font-size: 1.25rem;
    font-weight: 600;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    border-top: 3px solid #0B5A9F;
    text-align: left;
    line-height: 1.455;
    color:#1B224C;
    display: flex;
    column-gap: .5em;
  }
  
  .accordion-content .Inner{
    display: flex;
    column-gap: .5em;
  }
  .slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }
  .accordion-header::before,
  .accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:20px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background:#151E2F;
  }
  .accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
  }
  .accordion-header.active::after{transform:rotate(0deg);}
  
  .accordion-content {
    background-color: #FFF;
    padding: 12px 20px 10px;
    text-align: left;
    font-weight: 400;
    font-size: 1.05rem;
    margin-bottom: 2.5vh;
  }
  
  .accordion-header span,
  .accordion-content span{
    padding-left: 30px;
    display: flex;
    position: relative;
  }
  
  .accordion-header span::before{
    content:"Q";
    color:#005A9F;
    background: #fff;
    padding: .5em;
    border:1px solid #005A9F;
    font-weight: bold;
    font-size: 26px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
  }
  
  .accordion-content span{
    padding-left: 0;
  }
  .accordion-content span::before{
    content:"A";
    font-weight: bold;
    color: #DE7402;
    font-size: 26px;
        width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
  }

  .accordion-header span{
    padding-left: 0;
    column-gap: .5em;
    width: 100%;
    align-items: center;
  }
  
  /* hover */
  .accordion-header:hover {
    background-color: #F2F2F2;
  }

.accordion-content{
  background: #F8F8F8;
}
  .accordion-content a{
    color:#004BB1;
    text-decoration: underline;
  }

  .accordion-content .Inner p{
    margin-bottom: 0;
  }
      .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
                background: #045dc9;
      }
    @media screen and (max-width: 767px) {
      .accordion-header{
        padding-left: 0;
      }
      .accordion-header span::before{
        width: 20px;
        height: 20px;
        font-size: 16px;
        max-width: 20px;
        max-height: 20px;
        min-width: 20px;
        min-height: 20px;
      }
      .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
                background: #045dc9;
      }
    }

  /****************数字で見る****************/

  section#point{
    background: url(../images/soudankai/bg_support.jpg)no-repeat;
    background-size: cover;
    padding: var(--col-space) var(--row-space);
  }
  section#point span.blue{
    color:#004BB1;
    display: inline;
  }

.point__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}

.point__wrap .Item{
  width: var(--flex_third);
  background: #fff;
  border: 2px solid #004BB1;
  border-radius: 10px;
  padding: clamp(1em,2vw,2.2vw);
}

.point__wrap .title{
  text-align: center;
  font-weight: bold;
  color:#3B4043;
  font-size: clamp(20px,22px,24px);
}

.point__wrap .title .big{
  display: block;
  text-align: center;
  color:#D30000;
  font-weight: bold;
  font-size: clamp(29px,38px,42px);
    margin-top: .5em;
}

.point__wrap .title .middle{
    display: block;
  text-align: center;
  color:#D30000;
  font-weight: bold;
  font-size: clamp(24px,26px,27px);
  margin-top: .5em;
}

.point__wrap .Item p{
  margin-top: 1em;
}

  @media screen and (max-width: 767px) {
      section#point{
        background: url(../images/soudankai/bg_support_sp.jpg)no-repeat;
        background-size: cover;
        padding: var(--col-space) var(--row-space);
      }
      .point__wrap .Item{
        width: 100%;
        padding-bottom: 1.5em;
      }

      .point__wrap .Item + .Item{
        margin-top: 2.5vh;
      }
  }
  
  /****************お問い合わせ****************/

.Contact-table-wrapper table{
  margin-bottom: 0 !important;
}

  section#contact__wrap{
    padding: var(--col-space) var(--row-space) var(--row-space);
  }

  section#contact__wrap h2.title{
    display: flex;
    align-items: center;
  font-size: clamp(24px,var(--h2),38px);
  text-align: center;
  position: relative;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.45 ;
  color:#3B4043;
  margin-bottom: 0;
  }
  section#contact__wrap h2.title .image{
    width: 160px;
  }
  section#contact__wrap h2.title .image img{
    width:100%;
  }

  section#contact__wrap h2.title:before, section#contact__wrap h2.title:after{
    display: none;
  }

    section#contact__wrap h2.title .right{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    section#contact__wrap h2.title .right .top{
      border-bottom: 4px solid #004BB1;
      padding-bottom: .5em;
      padding-left: .25em;
      padding-right: .25em;
      margin-bottom: .2em;
      line-height: 1.35;
    }
    span.deepblue{
      color:#004BB1;
    }
    section#contact__wrap h2.title .right .bottom{
      color:#FF6C01;
      font-weight: bold;
    }
.step__text{
  text-align: center;
  color:#3B4043;
}
.Contact-table-wrapper th p {
    font-size: 16px;
}
.Contact-table-wrapper th, .Contact-table-wrapper td{
  display: block;
  width: 100%;
  border:none;
  font-size: 17px;
}
span.nini {
    background: #004BB1;
    padding: .25em .75em .2em .75em;
    color: #fff;
    font-size: 0.8rem;
    margin-left: .3em;
    text-align: center;
    border-radius: 1.35em;
    line-height: 1.0;
}
.Contact-table-wrapper th{
  padding-bottom: 0;
  padding-top: 0;
}

.Contact-table-wrapper th p{
  display: flex;
  column-gap: .5em;
  align-items: center;
}

.Contact-table-wrapper td{
  padding-top: 0;
}

.Contact-table-wrapper table tr:first-of-type th, .Contact-table-wrapper table tr:first-of-type td{
  border:none;
}

select{
  position: relative;
}

.contactform p a{
  color:#004BB1 !important;
  text-decoration: underline;
}

input[type="submit"]{
  border-radius: 7px;
}


  @media screen and (max-width: 767px) {
    section#contact__wrap h2.title .right .top{
      font-size: 22px;
    }
    section#contact__wrap h2.title .right .bottom{
      font-size: 16px;
    }
    section#contact__wrap h2.title{
      margin-bottom: .75em;
    }
    .bottom_menu_contents{
      column-gap: 2% !important;
    }
    .Bnr .Bnr__img__inner a{
      margin-top: 0 !important;
      padding-left: .2em;
      padding-right: .2em;
      padding-top: 0;
    }
    .Bnr .Bnr__img__inner a.tel__cta span.top__text, .Bnr .Bnr__img__inner .mail__cta span.top__text{
      font-size: 14px;
    }
    .fixed_box_title{
      font-size: 12px;
    }
    .Bnr .Bnr__img__inner a.mail{
      margin-top: 3px !important;
    }
  }
  @media screen and (max-width: 767px) {
    .pc{
      display: none !important;
    }

  }

/*****************追従フッター*******************/

.Bnr .Bnr__img{
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: none;
  border-top: none;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.Bnr .Bnr__img .tel_btn{
    box-shadow: 6px 3px 10px 0px rgba(0, 0, 0, 0.23);
}
.bottom_menu_contents{
  justify-content: center;
}
.bottom_menu_contents .tel__main__text {
    font-size: clamp(28px, 42px, 44px);
    line-height: 1.1;
  }
.bottom_menu_contents .Hurf{
  padding: 0;
  display: flex;
  flex-direction:column ;
  justify-content: center;
  align-items: center;
}

.bottom_menu_contents{
  column-gap: 1em;
}

.bottom_menu_contents .tel__bottom__text{
  justify-content: center;
  margin-top: 0;
}

.bottom_menu_contents .tel__bottom__text span.date{
  margin-left: 0;
  margin-right: 0;
}

.bottom_menu_contents .Hurf .mail__cta img{
  width:95%;
}

.Bnr .Bnr__img__inner a{
  padding-top: 0em;
  padding-bottom: .2em;  
}

.Bnr .Bnr__img__inner a.tel__cta span.top__text, .Bnr .Bnr__img__inner .mail__cta span.top__text{
  font-size: 14px;
  margin-bottom: 5px;
}

.Bnr .Bnr__img__inner a.mail span{
  margin: 0 auto .25em;
      max-width: 60%;
	width:100%;
}

.Bnr__img__inner{
  padding: 0;
}

.Bnr .Bnr__img__inner a .top__text{
  color:#000;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.bottom_menu_contents a.btn_tel:before{
  display: none;
}

.shiny-btn{
  position: relative;
  overflow: hidden;
}
.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 60px;
    height: 200px;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

  @media screen and (max-width: 767px) {

    .bottom_menu_contents .Hurf .mail__cta img {
    width: 100%;
    }
    .Bnr .Bnr__img__inner a.tel__cta span.top__text, .Bnr .Bnr__img__inner .mail__cta span.top__text{
      font-size: 11px;
      line-height: 1.1;
    }
  }
  @media screen and (min-width: 768px) {
    .Bnr .Bnr__img__inner a.mail i{
    font-size: 26px;
    display: inline-block;
    margin-left: .25em;
    vertical-align: bottom;
  }
}
/****************footer***************/
.footer_copy {
    background: #3B4043;
    padding: 1em var(--row-space);
    font-size: 0.75rem;
    text-align: center;
    color: #fff;
}

footer{
  margin-top: 0;
}

.footer_links {
    padding: 1em var(--row-space);
    background: #3B4043;
    border-bottom: 1px solid #454545;
    text-align: center;
}

.footer_links a {
    color: #fff;
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.footer_copy {
  padding-bottom: 150px;
}
  @media screen and (max-width: 767px) {
    .footer_copy {
        padding-bottom: 140px;
    }
    .privacy_text{
      font-size: 13px;
    }
    input[type="submit"]{
      max-width: 80%;
      margin: auto;
      display: block;
      font-size: 18px;
    }
    .Bnr .Bnr__img__inner a{
      padding-top: 0;
    }
  }

/****************slick*******************/

.slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    color: transparent;
    background: #004BB1;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
  }
  .slick-arrow:hover {
    opacity: 0.7;
  }
  
  /* 共通設定 */
  
  .slick-next::before,
  .slick-next::after,
  .slick-prev::before,
  .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  
  /* next */
  
  .slick-next {
    right: 0px;
  }
  .slick-next::after {
    right: 18px;
    transform: rotate(45deg);
  }
  
  /* prev */
  
  .slick-prev {
    left: 0px;
  }
  .slick-prev::after {
    left: 18px;
    transform: rotate(-135deg);
  }
  
  @media screen and (max-width: 767px) {
    .slick-next::after,
    .slick-prev::after {
      width: 10px;
      height: 10px;
    }
    .slick-next {
      right: -10px;
    }
    .slick-prev {
      left: -5px;
    }

  }

  /***************モーダル***************/

  .modal {
  padding: 200px 0;
}

.inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}

/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
}

.modal__trigger:nth-child(n + 2) {
  margin-top: 60px;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
    z-index: 99999;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height:auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  max-width: 720px;
}

.modal__inner {
  position: relative;
  height: 100%;
  padding: 40px 20px 40px;
}

.close__wrap{
    display: flex;
    position: absolute;
    padding: .2em .5em;
    margin: 0 auto;
    color: #fff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    background: #3B4043;
    font-size: 18px;
    max-width: 45px;
    cursor: pointer;
    right: -.25em;
    top: -.5em;
}
.modal__content picture{
    display: block;
    text-align: center;
    margin: auto;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: relative;
  width: 44px;
  height: 35px;
  background: #3B4043;
  cursor: pointer;
  transition: opacity .6s;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__text {
  margin-top: .5em;
  line-height: 1.65;
  text-align: center;
}

  
  @media screen and (max-width: 767px) {
    .modal__inner{
      padding: 0;
    }
    .modal__inner picture{
      display: block;
      width: 100%;
    }
     .modal__inner picture img{
      width: 100%;
     }
     .modal__text{
      font-size: 14px;
     }
  }

  /*************固定フッターＳＰ用TELボタン***************/

  .Bnr .Bnr__img__inner a.mail{
    padding:.8em .5em;
    border-bottom:4px solid #c21c00;
    width: 100%;
    max-width: 100%;
  }

  .modal__content a.mail{
    padding:1em .5em;
    border-bottom:4px solid #de2304;
    width: 100%;
    max-width: 100%;
    background: #c21c00;
    display: block;
    border-radius: 2.6em;
    color:#fff;
    font-size: 1.25rem;
    text-align: center;
    max-width: 300px;
    margin: auto;
  }
  .modal__content a.mail:hover{
    opacity:0.75;
  }

    .txt_center span.toptext{
      display: block;
      margin: 0 auto .75em;
      background: #fff;
      line-height: 1.1;
      color:#de2304;
      padding: .25em;
      font-size: 13px;
      border-radius: 2.6em;
    }

  .tel_btn .fixed_box_title{
    font-weight: normal;
    font-size: 13px;
  }
  .bottom_menu_contents a.btn_tel{
    padding-bottom: 0;
  }
.footer__cta__finger::after {
    content: '';
    background: url(../images/soudankai/cta_finger.png) no-repeat right bottom;
    background-size: contain;
    width: 80px;
    height: 60px;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    animation-name: return;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
  @keyframes return {
    50% {
      left: 70px;
    }
    100% {
      left: 60px;
    }
  }
  @media screen and (max-width: 767px) {

    .modal__content{
      padding-top: 50px;
    }

    .close__wrap{
      top:-10px;
      right:-5px;
    }

    .bottom_menu_contents_wrap .tel_btn {
        padding: 0;
        max-width: 98%;
    }
    .bottom_menu_contents a.btn_tel {
        font-size: 1.25rem;
        padding: 0;
    }
    .bottom_menu_contents_wrap .tel_btn a {
        padding: .1em;
        padding-left: 50px;
        line-height: 1.2;
      height: auto;
      text-align: center;
      color: #b00808;
      font-weight: bold;
      font-family: 'Anton', sans-serif;
      font-weight: normal;
      letter-spacing: 1px;
    }
        .bottom_menu_contents_wrap .tel_btn {
        padding: 0;
        max-width: 98%;
    }
    .Bnr .Bnr__img__inner a.mail span{
      max-width: 100%;
    }
        .footer__cta__finger::after {
        content: '';
        background: url(../images/soudankai/cta_finger.png) no-repeat right bottom;
        background-size: contain;
        width: 40px;
        height: 30px;
        position: absolute;
        left: 0px;
        top: 90%;
        transform: translateY(-90%);
        animation-name: return;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: ease;
    }
        @keyframes return {
    50% {
      left: 10px;
    }
    100% {
      left: 0px;
    }
  }
        .Bnr div.top__text {
        font-size: 10px !important;
        margin-left: 0;
        margin-bottom: 2px;
        color:#000;
    }
        .bottom_menu_contents .pramtel {
        margin-left: 10px;
    }
        .Bnr .tel-icon {
        display: none;
    }
    .bottom_menu_contents a.mail{
          font-size: 0.8rem !important;
    }
    .bottom_menu_contents a.btn_tel:before{
      display: none;
    }
    .tel_btn .fixed_box_title{
      font-size: 8px;
      text-align: center;
      font-weight: normal;
    }
    .tel_btn.footer__cta__finger{
      padding-top: .4em;
          box-shadow: 4px 6px 6px 0px rgba(0, 0, 0, 0.6);
    }
    .Bnr .Bnr__img__inner a.mail{
      line-height: 1.0;
    }

    .txt_center span{
      margin: 0;
    }
    .txt_center span.toptext{
      display: block;
      margin: 0 auto .5em;
      background: transparent;
      line-height: 1.1;
      color:#fff;
      padding: 0;
      font-size: 12px;
      border-radius: 2.6em;
    }
    .Bnr .Bnr__img__inner a.mail i{
      display: none;
    }
}

section.keisen_wrap{
  background: #f2f2fa;
}

section.keisen_wrap .comm_contents{
  background: #fff;
  border: 3px solid #ddd;
  max-width: 1000px;
  margin: auto;
  padding: clamp(1em,2vw,2.2vw);
}

.comm_contents a{
    color:#004BB1 !important;
  text-decoration: underline;
}

.heading {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  font-weight: bold;
   font-feature-settings: "palt";
}

.heading .Inner{
  display: flex;
  flex-direction: column;
  row-gap: .5em;
}
.heading .Inner > div{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.heading::before,
.heading::after {
  background-color: #FF6C01;
  border-radius: 5px;
  content: "";
  height: 5px;
  width: 80px;
}
.heading::before {
  margin-right: 10px;
  transform: rotate(45deg);
}
.heading::after {
  margin-left: 10px;
  transform: rotate(-45deg);
}
.heading span.big{
  font-size: clamp(30px,42px,43px) !important;
  font-weight: 900;
  display: inline-block;
}

h2 span.blue{
  color:#004BB1 !important;
}

  @media screen and (max-width: 767px) {
    .heading .Inner{
      row-gap: 0;
      line-height: 1.4;
    }
    .heading span.big{
      font-size: clamp(22px,22px,28px) !important;
      font-weight: 900;
      display: inline-block;
    }
    h2.heading{
      font-size: 20px;
    }
    .heading::before,
    .heading::after {
      background-color: #FF6C01;
      border-radius: 5px;
      content: "";
      height: 3px;
      width: 30px;
    }
    .heading::before {
      margin-right: 0px;
      transform: rotate(60deg);
    }
    .heading::after {
      margin-left: 0px;
      transform: rotate(-60deg);
    }
    .heading .Inner > div {
            align-items: center;
    }
  }

.thanks .header_tel_title {
    background: #c61d3e;
    padding: 3px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 0;
    font-size: 0.8rem;
}
.thanks .tel--wrap .header_cta_tel {
    font-size: 35px;
}
.thanks .header_tel a {
    color: #000;
}
.thanks .header_cta_tel {
    letter-spacing: 2px;
    margin-bottom: 3px;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
}

.thanks .header_tel a:before {
    content: '';
    background: url(https://wakearipro.com/lp/wp-content/themes/wakeari/images/s/free-icon.svg) no-repeat left top 10px;
    background-size: contain;
    margin-right: 5px;
    width: 35px;
    height: 40px;
    display: inline-block;
}
.thanks .tel--wrap p.min {
    font-weight: 300;
    margin-top: .5em;
    font-size: 12px;
    margin-bottom: 0;
	text-align:center;
}
.thanks .header_tel{
	padding:.5em;
}

.thanks .form_wrap {
    border: 8px solid #f2f2f2;
    padding: 4% 25px 3% 25px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    max-width: 1000px;
    margin: auto;
}

.schedule{
  max-width: 580px;
  margin: 0 auto;
}

.schedule a{
  display: block;
  max-width: 320px;
  margin: .5em auto;
}
@media screen and (max-width: 767px) {
  .thanks .form_wrap{
    padding: .5em;
  }
  .js--full{
    width: 100% !important;
  }
}

picture.job{
  max-width: 370px;
}

@media screen and (max-width: 767px) {
  picture.job{
  max-width: 280px;
}
}