@charset "UTF-8";

header.page nav *{
  color:#101010;
}

.p-page-visual__inner {
  max-width:1700px;
  margin: 0 auto;
  padding: 9rem 0 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-page-visual__inner div{
  width: 100%;
  margin-bottom: 0;
}

h1.heading__title{
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  color:var(--key-Color);
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
}
.c-heading-secondary__sub {
  margin-top: 0.6rem;
  display: block;
  font-size: clamp(0.9rem,1.2rem,1.4rem);
  color: #101010;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: flex;
  column-gap: .5em;
  align-items: center;
}

.c-heading-secondary__sub::before{
  content: '';
  background: var(--key-Color);
  height: 3px;
  width: 20px;
  border-radius: 8px;
}
.p-page-visual__mv {
  width: auto;
  height: clamp(300px,600px,700px);
  object-fit: cover;
  overflow: hidden;
}
.p-page-visual__mv img{
  width: 100%;
}

.mt__none{
	margin-top:0 !important;
}
.video-title{
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
}

.video__wrap{
	padding-top:0;
}

section.page h2 + .jan-small.left{
  margin-bottom: var(--row-space);
}

/******************防犯カメラ*********************/

h2.ribbon {
    position: relative;
    display: inline-block;
    height: auto;
    line-height: 1.55;
    padding: 1rem 2rem;
    box-shadow: 0px -5px var(--key-Color), 0px 5px var(--key-Color);
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: var(--key-Color);
    color: #fff;
    font-size: clamp(22px,32px,34px);
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    width: 100%;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h2.ribbon::before,
h2.ribbon::after {
    position: absolute;
    top: -5px;
    width: 0px;
    height: 0px;
    border-color: transparent #fff;
    border-style: solid;
    content: '';
}

h2.ribbon::before {
    left: 0;
    border-width: 40px 0px 40px 10px;
}

h2.ribbon::after {
    right: 0;
    border-width: 40px 10px 40px 0px;
}

.ribbon {
  background: #9a9b72;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 6.5px 0;
  position: relative;
  text-align: center;
}
.ribbon p {
  border-bottom: dashed 1px #fff;
  border-top: dashed 1px #fff;
  line-height: 42px;
  margin: 0;
  padding: 0 30px;
  color:#fff;
  font-size: clamp(24px,26px,30px);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.ribbon::after {
  content: '';
  height: 0px;
  position: absolute;
  width: 0px;
}
.ribbon::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 30px 12px 30px 0px;
  right: 0;
  top: 0;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .page__fv{
    margin-top: 0;
  }
  .p-page-visual__inner {
    padding: 5rem var(--row-space) 1rem;
  }
  h1.heading__title {
    font-size: 3.5rem;
  }
  .p-page-visual__mv{
    height: 300px;
  }
  #about .flex{
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #about .flex .Hurf{
    width: 100%;
  }
}

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

  .page__fv{
    height: 25vh;
    margin-top: 0;
  }

}

/******************* 会社概要 *******************/

.wp-video{
	margin:auto;
}

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

.president{
  display: flex;
  column-gap: 10px;
  align-items: flex-end;
  font-size: 0.9rem;
  margin-top: 2em;
	margin-bottom:2em;
  margin-left: auto;
	justify-content:flex-end;
  max-width: 200px;
}

.president img{
  max-width: 200px;
}

ul.disc{
  list-style: none;
  margin: 0 auto 2em;
}

ul.disc li::before{
  content: '●';
  color:var(--key-Color);
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 10px;
}

ul.disc li{
  display: flex;
  align-items: center;
  margin-top: 1em;
  font-weight: 400;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

.philosophy .containner{
  padding: 
  4.322916666666667vw;
  position: relative;
  background: #fff;
  border-radius: 1.6em;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.075);
  z-index: 2;
 }
 .philosophy p{
  font-weight: 400;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 }


/*****************レイアウト******************/

.flex__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }

.flex__wrap .Image{
  width: 30%;
  text-align: center;
 }
.flex__wrap .Text{
  width: 67%;
 }

 .flex__wrap{
  display: flex;
  flex-wrap: wrap;
 }

 .flex__wrap .Hurf{
  width: var(--flex_hurf);
 }

 .flex__wrap + .flex__wrap{
  margin-top: 2em;
 }

 img.name{
  max-width: 110px;
 }
 @media screen and (min-width: 1921px) {
  img.name{
    max-width: 140px;
   }
 }

 @media only screen and (max-width: 767px) {
  .philosophy .Image{
    width: 70%;
    text-align: center;
    margin: 0 auto 1em;
   }
   .philosophy .Text{
    width: 100%;
   }
  
 img.name{
  max-width: 100px;
 }
  ul.disc{
    padding-left: 0;
  }
  ul.disc li{
    align-items: flex-start;
  }
  .president img{
    max-width: 120px;
  }
  .president{
    min-width: auto;
    justify-content: flex-end;
    max-width: 100%;
  }
  .philosophy .containner{
    padding: var(--col-space) 1em;
    border-radius: .6em;
  }
 }

 @media only screen and (min-width: 768px) and (max-width: 1024px) {

  .page__fv{
    height:20vh;
  }
 }

 /******************* 業務内容 *******************/

.underline{
  text-decoration: underline;
}

.movie img{
  border:1.1vw solid #202020;
}

 .timeline {
  position: relative;
  margin: 0 auto 0;
  padding-bottom: 0;
}

.timeline + picture{
  margin-top: 2em;
  display: block;
}

.timeline:before {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: '';
  background: var(--key-Color);
}
.timeline .timeline_item {
  margin: 0px 0px 0px 80px;
}
.timeline .timeline_item .time_date .time {
  font-family: serif;
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: rgba(15, 35, 74,0.1);
}
.timeline .timeline_item .time_date .flag {
  font-size: 1.15em;
  font-weight: bold;
  margin: 0;
  margin-top: -10px;
  color: var(--key-Color);
}
.timeline .timeline_item .subtitle {
  font-size: 0.8em;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid var(--key-Color);
}
.timeline .timeline_item .desc {
  font-size: 0.8em;
  line-height: 20px;
  margin-top: 0px;
  padding-left: 20px;
}
.timeline .timeline_item .desc p{
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 15px;
  }
  .timeline .timeline_item .time_date .time:before {
    left: -32px;
  }
  .timeline .timeline_item {
    margin: 0px 0px 0px 40px;
  }
  .timeline .timeline_item .subtitle, .timeline .timeline_item .desc {
    padding-left: 0px;
    border-left: none;
  }
}
.bg-box{
position: relative;
    padding: 1em;
	background:#f4eaff;
    margin-bottom: 2em;
    line-height: 1.855;
}

.achivements h4{
	padding-bottom:.75em;
	border-bottom:2px solid var(--key-Color);
	display:inline-block;
}

@media only screen and (max-width: 767px) {
  .bg-box{
    font-size: 0.75rem;
  }
}

.work__detail{
  background: #e9f2ff;
  padding:0 .5em .5em 0;
  font-weight: normal;
  margin-top: 1.5em;
  margin-top: 2em;
}

.work__detail .icon{
  background: #052a75;
  color:#fff;
  font-size: 1.25rem;
  display: flex;
  min-width: 40%;
  text-align: center;
  padding: 1em;
  margin-bottom: .5em;
  font-weight: bold;
}

.work__detail .Text{
  padding: 1em;
}

.containner + .containner{
  margin-top: var(--col-space);
}

.containner{
  position: relative;
  z-index: 1;
}

/******************* カテゴリー *******************/
div#job01, div#job02, div#job03, div#job04, div#ac02, div#ac03, div#ac04, div#rec01, div#rec02{
  padding-top: .25em;
 }
 div#ac01{
  padding-top: 1em;
 }


.comm__Inner{
  position: relative;
  z-index: 2;
}

p.Center{
  text-align: center;
}

p.white{
  color:#fff !important;
}

.cate_flex{
  display: flex;
  flex-wrap: wrap;
  gap: 1.546vw;
  margin-bottom: 2em;
}

.cate_flex a{
  width:var(--flex_third_space);
  max-width: 100%;
  background: #fff;
  color:#fff;
  font-size: 0.9rem;
  font-weight: 300;
  font-family:游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.cate_flex a::before {
  background: #999;
  border: 1px solid #454545;
  z-index: -1;
}


section.contact{
  background:#353535;
}

section.contact::before{
  content: '';
  background: #000;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 10%;
}

section.yellow-bg .comm__Inner, section.contact .comm__Inner{
  background: #fff;
  padding: 2.6vw;
  max-width: 1200px;
  margin: auto;
}

.date{
  font-style: italic;
  font-size: 1.0rem;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.date::before{
  content: '';
  background: var(--key-Color);
  border-radius: 3.46em;
  width: 30px;
  height: 5px;
}

.single h3{
  padding:.75em;
  font-weight: 500;
  background: #363636;
  color:#fff;
  padding-left: .5em;
  margin-bottom: 2em;
  font-size: 1.355rem;
}

section.yellow-bg .comm__Inner .sns{
  color:#000;
  margin-top: 2em;
  align-items: center;
}

section.yellow-bg .comm__Inner .sns a{
  color:#000;
  display: inline-block;
  padding: 10px;
  background: #ddd;
  line-height: 1.0;
  border-radius: 0.16em;
}

.wp-pagenavi{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span{
  padding: 5px 10px !important;
}

/******************* 募集要項 *******************/

.btn__anchor__wrap{
  display: flex;
  gap:1vw .5vw;
  max-width: 900px;
  justify-content: center;
  margin: 0 auto calc(var(--col-space) / 2);
}

.btn__anchor__wrap.service{
  max-width: 1100px;
  flex-wrap: wrap;
}
.btn__anchor__wrap .Item{
  width: var(--flex_third);
  text-align: center;
}

.btn__anchor__wrap a{
  width: 100%;
  max-width: 100%;
  border:1px solid #ddd;
  border-radius: 1.46em;
  padding: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 0;
  column-gap: 1em;
  align-items: center;
}

.btn__anchor__wrap a.three{
  width: var(--flex_third);
}

.btn__anchor__wrap.recruit{
  width: 100%;
  max-width: 1000px;
  margin: auto 0;
}

.btn__anchor__wrap a.hurf{
  width: var(--flex_hurf);
}
@media only screen and (min-width: 768px) and (max-width: 1024px){

  .btn__anchor__wrap a{
    font-size: 12px;
    padding: 10px 5px;
  }
}

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

  .btn__anchor__wrap a{
    padding: 10px 5px;
    margin-top: .25em;
    font-size: 13px;
  }
}

/******************* アクセス *******************/

section.access{
  padding-top: calc(var(--row-space) / 3);
  background: rgba(0,0,0,0.925);
}

section.access h2{
  margin-top: 0 !important;
}

section.access .accessmap{
  position: fixed;
  z-index: -1;
  top:0;
  left:0;
  filter: blur(3px);
}

section.access .accessmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

section.access .accessmap iframe{
  width: 100vw !important;
  height:100vh !important;
}

section.access .comm__Inner{
  position: relative;
  z-index: 1;
}

.access__top{
  display: flex;
  column-gap: 2%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
}
.access__top picture{
  width: 45%;
}

dl.access{
  display: flex;
  justify-content: flex-start;
  border-top: #363636 1px solid;
  border-bottom: #363636 1px solid;
  padding: .85em;
  flex-wrap: nowrap;
  color:#fff;
  background: rgba(0,0,0,0.35);
}

dl.access dt{
  width: 30%;
  border-right: #999 solid 1px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

dl.access dd{
  width: 70%;
  display: flex;
  flex-direction: column;
}

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

  .access__top{
    flex-direction: column;
    column-gap: 0;
    width: 100%;
    row-gap: 1em;
    align-items: flex-start;
  }

  .access__top picture{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
}

 /******************* インタビュー *******************/

 h3.symbol{
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: .5em;
 }

 h3.symbol::before{
  content: '';
  background: url(../images/symbol.svg)no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
 }

h3.border.interview{
  border-color: #202020 !important;
  background: #fff;
  position: relative;
  z-index: 4;
 }

 .Recruit .comm__Inner.works{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
 }
 .Recruit .comm__Inner.works .Item a{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
 }

 .Recruit .comm__Inner.works .Item h3{
  font-size: clamp(18px,1.1vw,19px);
 }

 .Recruit .comm__Inner.works .Item{
  position: relative;
 }

 .Recruit .comm__Inner.works .Item.four{
  padding: clamp(1em, 1.0020833333333335vw, 1.1020833333333335vw);
	 border:1px solid #ddd;
 }

  .interview .Item:nth-of-type(even){
    margin-top: 0 !important;
 }

 .Recruit .comm__Inner.works .Item.four picture img{
  max-height: 200px;
  border-radius: 0;
 }
 section.Interview{
  border-bottom: 1px solid #fff;
 }

 .staff__top__wrap{
  display: flex;
  column-gap: 3%;
 }

 .staff__top__wrap picture{
  width: 20%;
 }
 .staff__top__wrap .Text{
  width: 77%;
  display:flex;
  flex-direction:column;
  justify-content:center;
 }
.staff__top__wrap .Text .bottom{
  display:flex;
  column-gap:2%;
	align-items:center;
}
 .staff__top__wrap picture img{
  border-radius: 0.46em;
  overflow: hidden;
 }

 .interview h3.bg{
  background: #232323;
  color:#fff;
  margin-top: 0;
 }

 .staff__top__wrap p{
  margin-top: 0;
  margin-bottom: 0;
  line-height:1.455;
 }

 p.name{
  font-size: clamp(20px,1.35rem,1.475rem);
  font-weight: bold;
  margin-bottom: .2em;
  margin-top: 0;
 }

p.min{
  font-size: 0.9rem;
}

.page_navi a.btn{
  max-width: 300px;
  color:#fff;
}
.page_navi a.btn:hover{
  color:var(--key-Color);
}
 @media only screen and (max-width: 767px) {

  .staff__top__wrap picture{
    width: 40%;
   }
   .staff__top__wrap .Text{
    width: 77%;
   }
	 .interview-text{
	line-height:1.85;
		 font-size:0.9rem;
}
	 .staff__top__wrap p{
		 font-size:0.8rem;
	 }
	 p.name {
		 font-size:19px;}
	 .staff__top__wrap .Text .bottom{
		 flex-direction:column;
	 }
	 .staff__top__wrap .Text .bottom{
		 align-items:flex-start;
	 }
 }

/******************* メールフォーム *******************/

input[type="radio"]{
  width:25px;
  height:25px;
  vertical-align:top;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
select,
textarea {
border-radius: 3px;
padding:1em .5em;
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.1);
border:solid 1px #a7a7a7;
margin:auto;
width:100%;
display:block;
line-height:1.4;
font-size: 16px;
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.wpcf7-not-valid-tip{
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border:solid 1px #d00249;
background-color: #f2f2f2;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="date"] {
    background-color: #fafafa;
    width: 100%;
}

input[type="date" i] {
  padding: .75em;
  margin-bottom: 1em;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], select, textarea{
  width: 100%;
  color:#010101;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   color: #FFFFFF;
    display:block;
   margin:1em auto 0 auto;
   padding:25px;
   -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #252525;
    border: 0px;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    box-sizing:broder-box;
    font-size:1.4rem;
    font-weight:400;
    letter-spacing:1px;
    max-width: 500px;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    background:#ea1f0f;
}


select{
 font-size:1.0rem;
 }

 dl.form dt p, dl.form dd p{
  margin-bottom: 0;
 }

 span.text_red{
  background:#fe0000;
  text-align:center;
  color:#fff;
  margin-left:5px;
  display:inline-block;
  line-height:1.0;
  font-size:0.85rem;
  padding:3px;
  font-weight:normal;
  } 
  
hr{position: relative;background: #ddd;opacity: 1;margin: var(--col-space) auto;}

h2.bk{
  color:#000 !important;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

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

}

dl.privacy dt{
  font-weight: bold;
  font-size: 1.1rem;
}

dl.privacy dd{
  margin-bottom: 2em;
}

/**********************記事ページ**********************/

.single figure img{
  max-width: 600px;
  max-height: 600px;
  object-fit: scale-down;
  display: block;
  margin: 0 auto 0;
  background: #fff;
}

.single .textarea{
  padding: 2.6vw;
  background: #464646;
  position: relative;
  color:#fff;
}

.single .textarea p{
  color:#fff;
  font-family:游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
}

.page_navi{
  background: rgba(255,255,255,0.355);
  margin-bottom: 1em;
}

.page_navi a{
  color:#000;
}

.products-page picture img{
	    max-width: 300px;
    max-height: 300px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto 0;
    background: #fff;
}

@media screen and (max-width: 767px) {
  .single figure img{
    max-width: 300px;
    max-height: 300px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto 0;
    background: #fff;
  }

}

.wp-pagenavi span.current{
	background:var(--key-Color);
	color:#fff;
	border-color:var(--key-Color) !important;
}

/***************1日の流れ**************/

.flow-days {
	margin: 0;
	padding: 0;
}
.flow-days > li {
	list-style-type: none;
	position: relative;
  padding-bottom: 50px;
	display: flex;
	align-items: flex-start;
}
.flow-days > li:nth-of-type(even)::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 0;
	width: 0;
  height: 100%;
	border-left: 4px dotted #d4d4d4;
}

.flow-days > li:nth-of-type(odd)::before {
	content: "";
	position: absolute;
	left: 50px;
	top: -40px;
	width: 20%;
	height: 40px;
}
.flow-days > li:nth-of-type(odd)::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 50px;
	width: 20%;
	height: calc(100% - 50px);
	border-left: 4px dotted #d4d4d4;
}
.flow-days > li:first-of-type::before, .flow-days > li:last-of-type::after {
  content: unset;
}
.flow-days > li dl {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 130px);
}
.flow-days > li .icon12 {
	display: inline-block;
	margin: 0;
	width: 100px;
	height: auto;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 2rem;
	line-height: 100px;
	background: var(--key-Color);
	color: #fff;
	border-radius: 100vh;
	position: relative;
	z-index: 1;
}

.flow-days > li:nth-of-type(even) .icon12{
  background: #0a7baf;
}

.flow-days > li dt {
	display: inline-block;
	margin: 1rem 0 0.5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
}
.flow-days > li dd {
	max-width: 550px;
	margin: 0;
	font-weight: normal;
	line-height: 2;
	letter-spacing: .1em;
}

@media screen and (min-width: 960px) {
	.flow-days > li:nth-of-type(even) {
		margin-left: 20%;
		padding-top: 20px;
	}
	.flow-days > li:nth-of-type(odd)::after {
		border-bottom: 4px dotted #d4d4d4;
	}
	.flow-days > li:nth-of-type(odd)::before {
		border-top: 4px dotted #d4d4d4;
		border-left: 4px dotted #d4d4d4;
	}
	.flow-days > li:nth-of-type(even)::after {
		height: calc(100% - 40px);
	}
}

/********************アコーディオン*********************/

.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  font-size: clamp(18px,20px,21px);
  font-weight: bold;
  color:var(--key-Color);
}

.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: 1em;
}

.accordion-header span,
.accordion-content span{
  position: relative;
  padding: 1em;
  display: flex;
  align-items: center;
  column-gap: 1em;
}

.accordion-header span::before{
  content:"Q";
  color: var(--key-Color);
  font-size: 34px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}


.accordion-content span::before{
  content:"A";
  color: var(--red);
  font-size: 34px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.jan-small.Center{
  text-align: center;
  margin-bottom: 2em;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}
.accordion-content {
  display: none;
}
section#faq{
  background: #c8daff;
}

section#faq h2{
  margin-bottom:0;
}

/***************スタッフ**************/

section#staff{
  background: url(../images/company/staff__bg.jpg)no-repeat;
  background-size: cover;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding:2.6vw;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding:2.6vw;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}

/*****************入居者様*********************/

.conect .flex{
  align-items: center;
}
.conect .flex.alignnone{
  align-items: inherit;
}

.conect .flex + .flex{
  margin-top: var(--row-space);
}
.conect .flex.wrap{
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.conect .flex + .flex.mt{
  margin-top: 3em;
}
}
.flex.center{
  justify-content: center;
}

.conect .flex .Hurf.wh__box{
  text-align: center;
  padding: 1em;
  border:1px solid #eee;
  border-radius:1.46em;
  background: #fff;
}

.conect.white{
  background: #fff !important;
}

/********************g-net*********************/

.p-page-visual__mv.gnet{
  width: 100vw;
  position: relative;
  margin: 0 calc(50% - 50vw);
  height: auto;
}

p.tel{
  max-width: 600px;
  margin: 5vh auto 1em;
}

.p-page-visual__mv.gnet .caption{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.p-page-visual__mv.gnet .caption img{
  max-width: 830px;
  display: block;
  margin: 0 auto 5vh;
}

.gnet__caption__wrap{
  position: relative;
  margin: 0;
}

.gnet__caption{
background: linear-gradient(to right,  #f29500 0%,#e50012 100%);
padding: .15em .1em .15em 1em;
color:#fff;
font-weight: 600;
font-size: clamp(22px,55px,68px);
margin-top: .25em;
line-height: 1.3;
width: max-content;
}

h2.or__bg{
  background: url(../images/gnet/title_bg.webp) repeat-x center top #fcb21d;
  padding: 1em;
  text-align: center;
  color:#fff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: clamp(26px,38px,42px);
}

h2.or__bg .Inner{
  max-width: 1100px;
  margin: auto;
}

section.cream{
  background: #fff9d9;
}

h3.bg__border{
  background: #fff;
  padding: .5em .5em .5em 1.25em;
  color:#000;
  font-weight: bold;
  position: relative;
    color:#f96500;
  margin-top: 0;
}

h3.or{
  color:#f96500;
}

h3.bg__border::before{
  content: '';
  background: #fcb21d;
  position: absolute;
  width: 10px;
  left:5px;
  top:5px;
  height: calc(100% - 10px);
}

section.beige{
  background: #f9f6e8;
}

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

section.lemon{
  background: #fff6b9;
}

p.text__big{
  font-size: clamp(20px,38px,42px);
  line-height: 1.55;
  font-weight: 600;
}

h2.grade{
  color:#fff;
  font-weight: bold;
  text-align: center;
  padding: .5em;
  background: linear-gradient(to right,  #f29500 0%,#e50012 100%);
font-size: clamp(26px,38px,42px);
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

span.orange{
  color:#ff6700;
}

.gnet__cta{
  position: relative;
}


.gnet__cta:after{
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff9d9;
  bottom:0;
  left:0;
  width: 100%;
  height: 70%;
}

.gnet__cta .comm__Inner{
  max-width: 1500px;
  background: url(../../hytc/images/gnet/contact__bg.webp)no-repeat center;
  background-size: cover;
  border-radius: 1.46em;
  overflow: hidden;
  padding: clamp(1em,2.6vw,2.8vw);
}

.gnet__cta .comm__Inner h2{
  font-size: clamp(26px,38px,42px);
  color:#fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.4;
  padding-bottom: .75em;
}

.gnet__cta .comm__Inner h2::before{
content:'';
background: #ffff00;
position: absolute;
bottom:-5px;
width: 50%;
max-width: 150px;
height: 7px;
display: block;
left: 50%;
transform:translateX(-50%);
}

a.gnet{
  background: #fff800;
  padding:1.35em .5em;
  border-radius: 0.46em;
  border-bottom: 4px solid #dbd000;
  font-weight: bold;
  font-size: clamp(20px,28px,40px);
  text-align: center;
  color:#202020;
  text-decoration: none;
  display: block;
  margin: 2em auto 0;
  max-width: 800px;
}

a.gnet i{
  display: inline-block;
  margin-right: -.5em;
  color:#fe0000;
}
a.gnet:hover{
	background:#ffe700;
}

.internet__caption__wrap{
  position: relative;
  margin: 0;
}

.internet__caption{
background:#0533c6;
padding: .15em .1em .15em 1em;
color:#fff;
font-weight: 600;
font-size: clamp(22px,55px,68px);
margin-top: .25em;
line-height: 1.3;
width: max-content;
}

.p-page-visual__mv.gnet .caption__wh{
  position: absolute;
  top: 50%;
  left: var(--row-space);
  transform: translateY(-50%);
  width: 100%;
  background: rgba(255,255,255,0.855);
  padding: 1em;
  max-width: 50%;
}

.p-page-visual__mv.gnet .caption__wh h1{
  color:#0533c6;
}

.p-page-visual__mv.gnet .caption__wh p{
  font-size: clamp(17px,20px,21px);
  color:#111538;
}

p.or{
  color:#f96500;
}

section.blue{
  background: #d8efee;
}

section.blue .comm__Inner{
  padding: var(--row-space);
  background: #f8ffff;
}

h3.Center{
  text-align: center;
}
section.light-blue{
  background: #f2f7f9;
}

.points__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1.5vh;
}
.points__wrap .Item{
  width: var(--flex_hurf);
  padding: 1em;
  border:1px solid #1146cc;
  text-align: center;
  color:#1146cc;
  background: #fff;
}

.merit__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1.5vh;
}

.merit__wrap .Item{
  width: var(--flex_hurf);
  padding: 1em 1em 1em 2.5em;
  text-align: left;
  color:#202020;
  background: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
}

.merit__wrap .Item::before{
  content: '';
  position: absolute;
  background: #1146cc;
  width: 8px;
  height: calc(100% - 5%);
  top:2.5%;
  left:.5em;
}

.voice__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1.5vh;
}

.voice__wrap .Item{
  width: var(--flex_hurf);
  padding: 1em 1em 1em 2.5em;
  text-align: center;
  color:#f96f08;
  background: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #f96500;
  border-bottom: 0;
  margin: auto;
}

.flex__wrap + .flex__wrap{
  margin-top: var(--col-space);
}