@media screen and (min-width: 769px) {
  /*PCのみ表示*/
  .pc	{
    display:none!important; }
  }
  @media screen and (max-width: 769px) {
  /*スマホのみ表示*/
  .sp	{
    display:none!important; }
  }
  body {
    color: #000;
    font-family: 'Noto Sans JP', "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif!important;
    line-height: 2.5!important;
    font-weight: 500;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
  }
.TextTyping {
}

/*========= タイピング ===============*/

.TextTyping span {
  display: none;
}

/*文字列後ろの線の設定*/

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}

  a {
    -webkit-transition: opacity .5s!important;
    -moz-transition: opacity .5s!important;
    -o-transition: opacity .5s!important;
    -ms-transition: opacity .5s!important;
    transition: opacity .5s!important;
  }
  .interviewbtn > a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale();
  }

a img{
  transition-duration: 0.5s;
}
a:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
	  opacity: 1;
}


  /*ボタン設定*/
  .btn,
  .btn:not(a) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important
  }

input.wpcf7-form-control.has-spinner.wpcf7-submit.center {
    padding: 5px 20px;
    border: none;
    background: #102964;
    border-radius: 10px;
    color: #ffff;
    font-weight: 700;
}

.wpcf7-spinner {
    margin: 0;
}
.btn.read {
background-color: #102964;
    color: #fff;
    font-weight: 700;
    outline: none;
    width: 320px;
    height: 70px;
    font-size: 20px;
    border-radius: 40px;
}
.btn.read:hover {
	-webkit-transform: scale(1.025,1.025);
	-moz-transform: scale(1.025,1.025);
	-o-transform: scale(1.025,1.025);
	-ms-transform: scale(1.025,1.025);
	transform: scale(1.025,1.025);
}

/* FV設定 */
.home.hero {
    position: relative;
    width: auto;
    height: 100vh;
	/* margin-right: 40px; */
}

.home.hero:after {
	
}

.hero {
    position: relative;
    width: auto;
    height: 70vh;
/*     margin-right: 40px; */
}

.hero-img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
    position: absolute;
}
.hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  z-index: 1;
  bottom: 85px;
  left: 60px;
}
.hero-img-side {
  position: absolute;
  height: 284px;
  width: 14px;
  left: -52px;
  top: 37vh;
}

#intro .inner{
  position: relative;
  padding: 0;
height: 780px;
}
#intro {
  background-image: url("../img/home/bg-1-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#work, #aboutus, #story {
  position: relative;
}
#casual{
  height: 520px;
  background-image: url("../img/home/talkwithus.png");
  background-repeat: no-repeat;
  background-size: cover;
    margin-top: 140px;

}

#casual-page .title-img-2{
position: absolute;
    width: 160px;
    bottom: -110px;
    right: 0;
    z-index: 1;
}
#casual-page {
position: relative;
}

#entry {
  height: 520px;
  background-image: url("../img/home/entry.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}

#page-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.box{
  display: flex;
  position: relative;
  margin-top: 80px;
  flex-wrap: wrap;
}

#story .box{
gap: 80px;
}
#message  .box {
    display: flex;
    position: relative;
    margin-top: 80px;
    flex-wrap: nowrap;
    gap: 40px;
}

#story .col2_box{
  width: calc(50% - 40px);
  }
  #page-top.story-single .col2_box{
    width: auto;
    }


#blog .box{
  gap: 40px;
}

#work .box{
  gap: 40px;
}
#body .box{
  gap: 40px;
}

#body .col2_box{
	margin-top: 0px;
	width: calc(50% - 20px);
}

#casual .box{
	margin-top: 0px;
	flex-direction: row-reverse;
}

#entry .box{
	margin-top: 0px;
	height: 521px;
	align-items: flex-end;
}

#page-top .box{
	width: 860px;
	height: auto;
	margin-top: 0px;
	top: -80px;
}

#page-top.story-single .box{
    width: 100%;
    height: auto;
    margin: 0px;
    top: 0;
}

#page-top.story .box{
	justify-content: center;
}

.box-1{
	width: 492px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 60px;
	background: #fff;
	border: 1px solid #102964;
	z-index: 2;
	margin-top: 40px;
}

.box-1.link {
	padding: 0;
}

.box-1.link a {
	padding: 60px;
	transition: 0.3s;
}

.box-1.link a:hover {
	padding: 60px;
	opacity: 0.7;
}

#casual .box-1{
  margin-top: -40px;
  width: 560px;
}
#entry .box-1{
  width: 385px;
  height: 266px;
  margin-bottom: -40px;
}

#page-top .box-1{
  width: 860px;
  height: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  flex-direction: row;
  gap: 40px;
}

#page-top.story .box-1{
  width: auto;
  height: auto;
}
#page-top.story-single .box-1{
  width: auto;
  height: auto;
  border: none;
padding: 40px;
}

#recruit .box-1{
  width: 226px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  background: #FFFFFF;
  border: none;
  z-index: 2;
  margin-top: 0px;
}

.box-2{
width: 550px;
position: absolute;
right: 0;
}
#aboutus .box-2 {
    width: 550px;
    position: absolute;
    right: 0;
    top: -90px;
}

#recruit .box-2{
  width: 600px;
  }

.intro-img {
  width: 100%;
  position: absolute;
  top: -12vh;
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.viewmore {
  width: 200px;
}

.view{
  position: absolute;
  bottom: 150px;
  right: 250px;
}

img.about-img01 {
  position: absolute;
  width: 700px;
  top: -100px;
  left: 80px;
}
img.about-img02 {
  position: absolute;
  width: 285px;
  left: -80px;
  top: 130px;
}

.about-content{
  width: 100%;
  padding: 40px;
  text-align: center;
}
.flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
}
.title.close::before{
  content: "ー";
  position: absolute;
  right: 0;
}

.title.close::after{
  transform: rotate(-45deg);
}

.border-title{
  position: relative;
}
.border-title::before {
  content: "＋";
  position: absolute;
  right: 0;
}

ul.accordion-area {
  margin-top: 40px;
}

#recruit a {
  display: block;
}
#recruit .border-title:not(:first-child) {
  border-top: 0px solid;
}

.job-right {
  padding-left: 100px;
  position: relative;
}
.job-left {
  padding-right: 100px;
  position: relative;
}

/*アコーディオンで現れるエリア*/


.shosai img {
  width: 180px;
}

.bland-img img {
  width: 450px;
}

section#intro {
  padding-top: 100px;
  position: relative;
}

.border-title {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
  letter-spacing: 6px;
	font-size: 20px;
}

.h1.h1_hero {
  font-size: 100px;
  position: relative;
  color: transparent;
  text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  text-shadow: none;
  z-index: 1;
  line-height: 103px;
  letter-spacing: 7px;
}

#intro .h1 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1;
}

p.h1_hero_sub {
  font-size: 32px;
  color: #fff;
  margin-top: 3px;
  letter-spacing: 3px;
  font-weight: 700;
}

.home.hero .box_icon {
	background-color: #fff;
	padding: 100px 20px 20px;
	position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
	.home.hero .box_icon {
		padding: 70px 10px 10px;
	}
}

.home.hero .box_icon ul li:nth-of-type(1) {
	width: calc(153px * 0.65);
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.home.hero .box_icon ul li:nth-of-type(1) {
		width: calc(153px * 0.35);
		margin: 0 auto;
	}
}

.home.hero .box_icon ul li:nth-of-type(2) {
	width: calc(153px * 0.9);
	margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
	.home.hero .box_icon ul li:nth-of-type(2) {
		width: calc(153px * 0.6);
		margin: 10px auto 0;
	}
}

.home.hero .box_icon ul li:nth-of-type(3) {
	width: calc(153px * 0.6);
	margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
	.home.hero .box_icon ul li:nth-of-type(3) {
		width: calc(153px * 0.3);
		margin: 20px auto 0;
	}
}

section.section.us {
  width: 1180px;
  margin: 0 auto;
  padding: 100px;
  border-radius: 50px;
}

.inner {
width: 980px;
  padding: 100px 40px;
  margin: 0 auto;
}
#message {
    position: relative;
}
#message .title-img-2 {
    position: absolute;
    width: 160px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#blog .inner{
    width: 820px;
}
#blog-bottom .inner{
	width: 780px;
}

#blog.l-main .inner {
  width: 780px;
}

#casual .inner, #entry .inner {
  width: 980px;
  padding: 0px 40px;
  margin: 0 auto;
}

.job-right .inner, .job-left .inner {
  width: 980px;
  padding: 40px 40px;
  margin: 0 auto;
}


.title_sub {
  font-size: 14px;
}

.onebox .title_sub {
  font-size: 20px;
  margin-bottom: 20px;
}

.intro_p {
  font-size: 16px;
  line-height: 2;
  width: auto;
  margin-top: 32px;
}

.title-section{
  text-align: center;
  position: absolute;
  width: 100%;
}

.title {
  font-size: 40px;
  width: auto;
  font-family: 'Montserrat';
  letter-spacing: 6.8px;
  color: #102964;
  line-height: 1.25;
}
#page-top.story-single .width200 {
  width: 240px;
}
#page-top.story-single .width350 {
  width: 350px;
}

.title-dis {
  font-size: 20px;
  width: 100%;
}

#story .story-img {
  height: 280px;
  object-fit: cover;
}

#blog .blog-img {
  height: 280px;
  object-fit: cover;
}

.link-img{
	  overflow: hidden;
}


a img{
  transition-duration: 0.5s;
}
a:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}


.title-img{
  position: absolute;
  width: 100%;
  left: 0;
  top: -16vh;
}
.aida .title-img {
width: 72.5vw;
    margin-bottom: 20px;
    height: 350px;
    object-fit: cover;
	    top: 0;
}

.aida {
    height: 40vw;
}

#aboutus .title-img{
  left: 0;
  top: -5vh;
  width: 44%;
  z-index: 0;
}

#story .title-img-2{
  position: absolute;
  right: 0;
  top: 30vh;
  width: 14%;
  z-index: 1;
}
#story .title-img{
  top: -19vh;
}

#page-top .title-img-2{
  position: absolute;
  left: -50px;
  bottom: -30px;
  width: 18%;
  z-index: 2;
}
#page-top.story .title-img-2{
  position: absolute;
  left: 200px;
  bottom: -30px;
  width: 18%;
  z-index: 2;
}
.job-right .title-img {
  position: absolute;
  width: 20%;
  left: 0;
  top: 240px;
  z-index: -1;
}
.job-right .title-img-2 {
  position: absolute;
  width: 30%;
  right: 0;
  top: -160px;
  z-index: -1;
}
#page-top.aida .title-img-2 {
position: absolute;
    width: 40vw;
    width: 400px;
    margin-bottom: 20px;
    height: 270px;
    object-fit: cover;
    right: 0;
    left: auto;
bottom: 50px;
}
.job-img {
margin-bottom: 60px;
}

.tagline {
  position: absolute;
  width: 170px;
  right: 30px;
  top: 50px;
  z-index: 0;
}

.us-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}


.us-item:not(:first-child) {
  margin-top: 60px;
}

.us-img img {
  width: 450px;
}

#btn{
  display: flex;
	justify-content: center;
}
#btn .box {
    margin-bottom: 120px;
	    margin-top: 0px;
}
.case-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.case-img img {
  width: 450px;
}
.case_sub {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0;
  margin-top: 40px;
}

.case_sub_table {
  display: flex;
  gap: 30px;
}

.wrapper {
  height: 524px;
  width: 530px;
  padding: 40px;
}

.slider {
  position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 386px;
  width: 450px;
}
/*　背景画像設定　*/

.slider-item01 {
  background: url(../img/home/case01.png) no-repeat;
}

.slider-item02 {
  background: url(../img/home/case02.png) no-repeat;
}

.slider-item03 {
  background: url(../img/home/case03.png) no-repeat;
}

.slider-item {
  width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 386px;
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.wrapper2 {
  width: 100%;
}

.slider2 {
  position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  width: 100%;
}
/*　背景画像設定　*/

.slider-item2-01 {
  background: url(../img/home/about-ai-01.png) no-repeat;
}

.slider-item2-02 {
  background: url(../img/home/about-ai-02.png) no-repeat;
}

.slider-item2-03 {
  background: url(../img/home/about-ai-03.png) no-repeat;
}


.slider-item2 {
  width: 950px;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 302px;
  background-repeat: no-repeat;/*背景画像をリピートしない*/
  background-position: center;/*背景画像の位置を中央に*/
  background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
  position: absolute;
  z-index: 3;
  bottom: -60px;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #000;/*矢印の色*/
  border-right: 2px solid #000;/*矢印の色*/
  height: 20px;
  width: 20px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  right: 40px;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: 10px;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: left;
  margin: 40px 0 0;
  width: 200px;
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #C4C4C4;
  border: none;
}

.slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

.wrapper2 .slick-prev, 
.wrapper2 .slick-next {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #000;/*矢印の色*/
  border-right: 2px solid #000;/*矢印の色*/
  height: 20px;
  width: 20px;
}

.wrapper2 .slick-prev {/*戻る矢印の位置と形状*/
  right: 530px;
  transform: rotate(-135deg);
}

.wrapper2 .slick-next {/*次へ矢印の位置と形状*/
  right: 360px;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.wrapper2 .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 40px 0 0;
  width: 100%;
}

.wrapper2 .slick-dots li {
  display:inline-block;
margin:0 5px;
}

.wrapper2 .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #C4C4C4;
  border: none;
}

.wrapper2 .slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

.rec-link {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 454px;
}

.rec-item-01{
  background: url(../img/home/rec-bg-qol.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.rec-item-02{
  background: url(../img/home/rec-bg-ai.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.inter-title{
  background: url(../img/page/inteview-fv.png) no-repeat;
  background-size: cover;
  margin-top: 80px;
}
.job-title{
  background: url(../img/page/inteview-fv.png) no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.rec-item-01 img, .rec-item-02 img{
width: 300px;
}

  /* カラー設定 */
  .bg--gray {
    background-color: #F8F8F8!important;
  }
  .bg--white {
    background-color: #fff!important;
  }
  .bg--pink {
    background-color: #F33D6D!important;
  }
  .bg--green {
    background-color: #00A787!important;
  }
  .white {
    color: #fff!important;
  }
  .gray {
    color: #666!important;
  }
  .pink {
    color: #F33D6D!important;
  }
  .red {
    color: #e74c3c;
  }
  .blue {
    color: #102964;
  }
  .green {
    color: #00AF8E!important;
  }
  .black {
    color: #000000!important;
  }
  /* 文字設定 */
  .strong {
    font-weight: 700;
  }
  .center {
    text-align: center!important;
  }
  .right {
    text-align: right;
  }
  .left {
    text-align: left;
  }
  /* 各アキの設定 */
  .item--xs {
    margin-top: 10px;
  }
  .item--s {
    margin-top: 30px;
  }
  .item--m {
    margin-top: 50px;
  }
  .item--l {
    margin-top: 100px;
  }
  .item--lb {
    margin-bottom: 80px;
  }
  .item--xl {
    margin-top: 160px
  }
  .item--60 {
    margin-top: 60px;
  }
  /* span,pで文字を大きくしたい場合のcss */
  .h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    letter-spacing: 10px;
    line-height: 2;
  }

  #blog.l-main h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 20px;
  }

  #blog.l-main h2 {
    padding: 15px;
    clear: both;
    background-color: #f5f5f5;
    border-left: 6px solid #222222;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 2;
  }

  #blog.l-main h3 {
    clear: both;
    border-bottom: 2px solid #222222;
    background-color: #f5f5f5;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
  }

  #blog.l-main p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
  }

  #blog.l-main ul {
    list-style: disc;
  }

  #blog.l-main ol {
    list-style: decimal;
  }

  #blog.l-main li {
    margin-left:16px;
  }
  
  #blog.l-main strong {
    font-weight: 700;
  }

  .typo--12 {
    font-size: 12px;
    line-height: 2.5;
  }
  .typo--14 {
    font-size: 14px;
line-height: 2;
  }
  .typo--16 {
    font-size: 16px;
    line-height: 2;
  }
  .typo--18 {
    font-size: 18px;
    line-height: 2;
  }
  .typo--20 {
    font-size: 20px;
    line-height: 2;
  }
  .typo--24 {
    font-size: 24px;
    line-height: 2;
  }
  .typo--32 {
    font-size: 32px;
    line-height: 2;
  }
  .typo--64 {
    font-size: 64px;
    line-height: 1.5;
  }
  #recruit .title_sub {
    font-size: 24px;
}

#recruit a {
  font-size: 20px;
}
#blog-bottom .title-section {
    text-align: center;
	position: relative;
    width: 100%;
}

#blog-bottom img {
    height: 200px;
    object-fit: cover;
}

.job tr {
  padding: 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: block;
}

.job tr:not(:first-child) {
  border-top: 0px solid;
}

.job-table th {
  width: 200px;
}
.job-table th,.job-table td {
  font-size: 14px;
line-height: 2;
}

.inter-single .page-title {
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 50%;
}




#bg0, #bg1, #bg2, #bg3, #bg4 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#bg0 {
  background: url(../img/page/inteview-fv.png);
}
#bg1 {
  background: url(../img/page/cese01.png);
}
#bg2 {
  background: url(../img/page/inteview-fv.png);
}
#bg3 {
  background: url(../img/page/cese01.png);
}
#bg4 {
  background: url(../img/page/inteview-fv.png);
}

.int-box:nth-child(2) {
  padding-top: 80px;
}

.one {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;  
}
.bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.show .bg {
  opacity: 1;
}


.onebox {
  width: 50%;
  margin: 0 0;
  background: #ffffff;
  height: 100vh;
  padding: 0 80px;
  line-height: 2;
}
.onebox img {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 15px;
}
.onebox p {
  margin: 0 auto;
}


#privacy section {
width: 90%;
max-width: 980px;
margin: 0 auto;
font-size: 14px;
line-height: 2em;
}
#privacy h2 {
font-size: 20px;
font-weight: bold;
margin-top: 40px;
margin-bottom: 15px;
color: #F44F7A;
}
#privacy h3 {margin: 15px 0 5px 0;}

.con_reqiure_detail tbody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
    justify-content: center;
}

.con_reqiure_detail tr {
  width: 600px;
  padding: 30px 0px!important;
}

.con_reqiure_detail th {
  width: 200px;
  text-align: left;
}
.con_reqiure_detail td {
  width: 400px;
  margin-left: 20px!important;
}

.scroll-box.width.item--m {
  width: 100%;
  height: 200px;
  overflow-x: scroll;
}

.con_reqiure_detail th .scroll-box  {
  width: 100%;
  text-align: left;
}
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}


/*お問い合わせ完了*/
#contact-thanks {
    margin: 0 auto;
    padding: 150px 0 100px;
    text-align: center;
}

.ttl-h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.thanks-txt {
    margin-bottom: 80px;
}

.btn-thanks {
    background-color: #102964;
    color: #fff;
    font-weight: 700;
    outline: none;
    width: 320px;
    height: 70px;
    font-size: 20px;
    border-radius: 40px;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
.inner.messe-box {
    background-color: #ffffff;
    margin-top: 350px;
    border: 1px solid #102964;
    padding: 60px;
}
	img.messe-img {
    height: 500px;
    object-fit: cover;
    width: 900px;
    margin-bottom: 200px;
    object-position: top;
    position: absolute;
    z-index: -1;
}
	.blog-box {
background-color: #ffffff;
    position: absolute;
width: 350px;
    bottom: -30px;
    z-index: 2;
    margin: 20px 20px 0;
    padding: 20px;
}
	.story-box {
    background-color: #ffffff;
    position: absolute;
    width: 370px;
    bottom: -10px;
    left: -10px;
    z-index: 2;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
	.blog-rel{
		position: relative;
	}
	#blog .col2_box{
  width: calc(50% - 20px);
  }

#work .col3_box{
  width: calc(33.3333% - 28px);
  }

  #body .col3_box{
    width: calc(33.3333% - 28px);
    }
img.casual-img-1 {
    position: absolute;
    width: 440px;
    height: 314px;
    object-fit: cover;
    z-index: 2;
    top: 120px;
    right: 0;
}
img.casual-img-2 {
    position: absolute;
    width: 440px;
    z-index: 2;
    top: 90px;
    left: 0;
}
img.casual-img-3 {
    position: absolute;
    width: 440px;
    object-fit: cover;
    height: 340px;
    z-index: 2;
    top: 0px;
    right: 0;
}
	.casual-box1 {
    padding-right: 450px;
}
	.casual-box2 {
    padding-left: 450px;
}
 .btn_entry {
    position: fixed;
    bottom: 100px;
    right: 0;
/*     border-radius: 10px 0 0 10px; */
    overflow: hidden;
/*     background: #fff; */
    z-index: 10;
}
.btn_entry a {
	display: block;
    background-color: #FBA339;
	border-radius: 10px 0 0 10px;
    padding: 10px 20px 10px 35px;
	transition: 0.3s;
}
.btn_entry a:hover {
	opacity: 0.7;	
}
.btn_entry a .en {
	display: block;
	font-family: 'Montserrat';
	font-size: 14px;
	color: #fff;
	line-height: 1.6em;
	font-feature-settings: "plat";
	letter-spacing: 0.15em;
}
.btn_entry a .jp {
	display: block;
	font-family: 'Montserrat';
	font-size: 17px;
	color: #fff;
	line-height: 1.6em;
	font-feature-settings: "plat";
	letter-spacing: 0.08em;
}
.btn_entry .border {
    border-bottom: 2px solid;
}
.col2_box{
	width: calc(50% - 40px);
}
	.col2_box.ben-box {
    border: 1px solid #102964;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
}
	.story-inner-box img {
    height: 470px;
		min-width: 1200px;
    object-fit: cover;
object-position: center;
    padding-right: 120px;
}
		.story-inner-box-right img {
    height: 470px;
    object-fit: cover;
object-position: center;
    padding-left: 120px;
}
	
	/*追記*/
	.contact .item--s select {
		min-height: 2em;
    padding: 0.6em;
	}
	
	
}
/*-------------------------------------------------------------------------*/

/*---------------------------------
common_style_sp
---------------------------------*/
@media screen and (max-width: 767px) {
  body{
    font-family: sans-serif!important ;
    font-size: min(4vw,16px);
  }	
  .hero {
    width: 100%;
height: 70vh;
    margin-bottom: 2vh;
    margin-left: 0;
  }
	.home.hero {
    position: relative;
    width: auto;
    height: 70vh;
/*     margin-right: 40px; */
}
  .hero .hero-cir img {
    object-fit: cover;
    height: 80vh;
    width: 100%;
  }
  .hero-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 80vh;
    padding: 20px 20px 130px 20px;
    text-align: center;
    left: 0;
    justify-content: flex-start;
  }
  .hero-img-side {
display: none;
}

.fv-img {
	object-fit: cover;
	height: 100vh;
	padding-top: 80px;
	width: 100vw!important;
	padding: 20vw 6vw 0;
}

.box-1 {
	padding: 30px;
}

.box-1.link a {
	padding: 30px;
}

.hero-img {
	object-fit: cover;
	height: 70vh;
	width: 100%;
	position: absolute;
}
	#story .story-img {
    height: 170px;
    object-fit: cover;
}
	#blog .blog-img {
    height: 170px;
    object-fit: cover;
}
  .btn.read {
    width: 200px;
    height: 50px;
    font-size: 14px;
    margin: 15px auto;
  }
	.btn.read:first-child {
   margin-bottom: 10px;
  }
  .inner {
    width: calc(100% - 60px);
    padding: 40px 0px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
	.job-right .inner, .job-left .inner {
    width: calc(100% - 60px);
    padding: 40px 0px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
	.job-left,.job-right {
    padding-right: 0px;
    position: relative;
		    padding-left: 0px;
}
	.tagline {
    position: absolute;
    width: 80px;
    right: 10px;
    top: 220px;
    z-index: 0;
}
  section.section.us {
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 0;
  }
	
	#message .box {
    display: block;
    position: relative;
    margin-top: 0px;
}
  .us-item {
    gap: 40px;
    flex-direction: column;
}
.case-item {
  gap: 40px;
  flex-direction: column;
}

.wrapper {
  height: 330px;
  width: 100%;
  padding: 20px;
}
  .intro_p {
    width: auto;
}
.slider {
  width: 100%;
  height: 230px;
}
.slider-item {
  height: 230px;
}

.slider-item03,.slider-item02,.slider-item01 {
  background-size: contain!important;
}

.rec-link {
  height: 400px;
  flex-direction: column;
}

.rec-item-01, .rec-item-02 {
  height: 200px;
}
.us-img img {
  width: 100%;
}
#recruit .center{
  text-align: left!important;
}

.rec-item-01 img, .rec-item-02 img {
  width: 230px;
}

  .item--s {
    margin-top: 20px;
  }
  .item--m {
    margin-top: 40px;
  }
  footer.bg--sgray.item--m {
    margin-top: 40px;
  }
  .item--l {
    margin-top: 40px;
  }
  .item--lb {
      margin-bottom: 40px;
    }
  .item--xl {
    margin-top: 80px;
  }
	  .item--60 {
    margin-top: 0px;
  }
    .h1,
    .h2,
    .h3,
    .h4 {
      font-weight: 700;
      text-align: left;
    }
    #blog .h1,
    #blog .h2,
    #blog .h3,
    #blog .h4,
    #blog p,
    #blog img:not(:first-child) {
    padding-bottom: 20px;
    }
    .h3,
    .h4 {
      line-height: 1.75;
    }
    .h1 {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.75;
    }
    .h1.h1_hero {
      font-size: 42px;
      font-weight: 600;
      line-height: 1.25;
      color: transparent;
      text-stroke: 1px #ffffff;
      -webkit-text-stroke: 1px #ffffff;
      text-shadow: none;
      z-index: 1;
  }
  p.h1_hero_sub {
    font-size: 20px;
    text-align: left;
}
#intro .h1 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
line-height: 1;
  text-align: center;
}

.hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  flex-direction: column;
  width: auto;
  height: 100vh;
  padding: 0;
  text-align: center;
  bottom: 20px;
  left: 20px;
  justify-content: flex-end;
}


    .h2 {
      font-size: min(5.3vw,20px);
      font-weight: 700;
      line-height: 1.75;
    }
  
    .h3 {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.75;
    }
  
    .h4 {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.75;
    }

.text {
  font-size: 14px;
}

.typo--s {
  font-size: min(3.73vw,14px);
  line-height: 2;
}
.typo--xs {
  font-size: min(3.73vw,14px);
}
.typo--m {
  font-size: min(4vw,18px);
  line-height: 2;
}


.typo--14 {
  font-size: 14px;
  line-height: 2;
}

.typo--20 {
  font-size: 18px;
  line-height: 2;
}

.typo--24 {
  font-size: 18px;
  line-height: 2;
}

.typo--14 {
  font-size: 13px;
  line-height: 2.5;
}

img.about-img01 {
  position: absolute;
  width: 80vw;
  top: -140px;
  left: 30px;
}

img.about-img02 {
  position: absolute;
  width: 30vw;
  left: -10px;
  top: -80px;
}

.bland-img img {
  width: 100%;
}

.flex {
  flex-direction: column;
}
img.casual-img-1 {
    margin-top: 40px;
}
	img.casual-img-2 {
    margin-top: 40px;
}
		img.casual-img-3 {
    margin-top: 40px;
}
	
.about-content {
  position: unset;
  width: 100%;
  padding: 0px 0px 0px 0px;
  text-align: center;
  z-index: 3;
}

#intro .inner {
  padding: 0;
    height: 430px;
  z-index: 3;
}
	#blog .inner {
    width: 100%;
padding: 0px 20px 80px;
}
	
.box {
  margin-bottom: 40px;
  margin-top: 40px;
}
	#page-top .box {
    width: 100%;

}
.title-section {
top: 0;
    padding: 20px;
    position: relative;
    margin-top: 60px;
}


.inter-single .page-title {
  height: auto;
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
}

#casual-page .title-img-2 {
display: none;
}
	
#casual .box {
  margin-top: 0px;
}

#casual .box-1 {
  margin-top: -40px;
  width: 100%;
}
#casual .inner, #entry .inner {
  width: 100%;
  padding: 0px 40px;
  margin: 0 auto;
}

#entry .box {
  margin-top: 0px;
  height: 521px;
  align-items: baseline;
}

.col2_box {
  width: 100%;
}
	#body .col2_box {
  width: 100%;
}
	#recruit .box-1 {
    width: 276px;
    padding: 30px;
}

	#recruit .box-2 {
    bottom: 140px;
}


#story .col2_box {
  width: 100%;
}

#blog .col3_box {
  width: 100%;
}

#page-top.story-single .box {
  width: 100%;
  height: auto;
  margin-top: 0px;
  top: 0;
}

	#blog.l-main .inner {
    width: 100%;
}
	
#page-top .box-1 {
  width: 860px;
  flex-direction: column;
}
.title-dis {
  padding-bottom: 0px!important;
	display: block;
text-align: center;
}
.title {
text-align: center;
    font-size: 24px;
}
	#story .box {
    gap: 30px;
}
#page-top .box-1 {
gap: 20px;
    margin: 10px;
    padding: 20px;
	}
	#blog .box {
    gap: 30px;
}
	#page-top {
    top: -100px;

}
	  .typo--12 {
    font-size: 12px;
    line-height: 2;
  }
  .typo--14 {
    font-size: 14px;
line-height: 1.5;
  }
  .typo--16 {
    font-size: 14px;
    line-height: 1.5;
  }
  .typo--18 {
    font-size: 16px;
    line-height: 1.5;
  }
  .typo--20 {
    font-size: 18px;
    line-height: 1.5;
  }
  .typo--24 {
    font-size: 20px;
    line-height: 1.5;
  }
	.typo--32 {
    font-size: 24px;
    line-height: 2;
}
	
.typo--64 {
    font-size: 24px;
    line-height: 1.5;
}

	#blog .col2_box{
  width: 100%;
  }
.one {
  display: block;
  align-items: center;
  width: 100%;
  min-height: auto;  
}
.bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.show .bg {
  opacity: 1;
}

.aida {
    height: 200px;
    margin: 50px 0px;
}
	#page-top.story-single .box-1 {
    margin-bottom: 40px;
		    padding: 20px;
}

	.aida .title-img {
    width: 320px;
    margin-bottom: 20px;
    height: 240px;
    position: relative;
		top: -40px;
}
	
	#page-top.aida .title-img-2 {
    height: 210px;
    top: 0px;
		width: 240px;
}
	
	.title-img {

    top: 70px;
}
	tbody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
    justify-content: center;
}

tr {
    width: 100%;
    padding: 30px 10px!important;
}

th {
  width: 100%;
  text-align: left;
	    display: block;
}
td {
  width: 100%;
  margin-left: 20px!important;
}

.scroll-box.width.item--m {
  width: 100%;
  height: 200px;
  overflow-x: scroll;
}
	span.wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
}
	#cta_fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
	#cta_fixed ul {
    list-style-type: none;
    display: flex;
}
.btn_fix  {
    width: 60%;
    margin: 0 auto;
}
.btn_fix a {
    display: block;
	background-color: #FBA339;
	border-radius: 10px 10px 0 0;
	padding: 6px 0 5px;
}
.btn_fix a .en {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	font-feature-settings: "plat";
	letter-spacing: 0.15em;
}
.btn_fix a .jp {
	display: block;
	font-size: 17px;
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	font-feature-settings: "plat";
	letter-spacing: 0.05em;
}
	
#page-top.story-single .width350 {
    width: 100%;
}
th .scroll-box  {
  width: 100%;
  text-align: left;
}
.onebox {
  width: 100%;
  margin: 0 0;
  background: #ffffff;
  height: auto;
  padding: 40px 20px;
  line-height: 2;
}
.onebox img {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 15px;
}
.onebox p {
  margin: 0 auto;
}

/* スクロールバー背景色 */
.box7 ::-webkit-scrollbar-track { background: #fff; }

/* スクロールバーのつまみの色 */
.box7 ::-webkit-scrollbar-thumb { border-radius: 0px; background: #004A3C; }
span.wpcf7-list-item {
  display: block;
  }
  .info-list .col {
    justify-content: space-between;
  }
	
	/*お問い合わせ完了*/
#contact-thanks {
    padding: 150px 30px 100px;
    text-align: left;
}
	
}
.btn_entry_2 {
    position: fixed;
top: 265px;
    right: 0;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    z-index: 10;
}
.btn_entry_2 a {
display: flex;
    width: 168px;
    height: 100px;
    line-height: 30px;
    background: #102964;
    color: #fff;
    font-size: 20px;
    letter-spacing: .1em;
    font-family: 'Montserrat';
    padding-left: 40px;
     align-items: flex-start;
	    flex-direction: column;
    justify-content: center;
}

.rec-entry-top{
border-top: 2px dotted #102964;
	padding-top: 100px;
	margin-top:100px;
}

img.rec_logo {
    width: 320px;
}

.rec-entry-logo .box {
    margin-top: 30px;
}

	/*追記*/
	.contact .item--s select {
		min-height: 2em;
    padding: 0.6em;
	}





@media screen and (max-width: 767px) {
.rec-entry-top {
    padding-top: 40px;
    margin-top: 40px;
}
	#page-top {
    position: relative;
    display: block;
		top: 0px;
}
}

/* 採用情報ページ */
.con_new {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.con_new {
		width: 100%;
		margin: 0 auto;
	}
}

.con_new .box_new {
	border-radius: 40px;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
	padding: 60px;
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.con_new .box_new {
		padding: 30px 20px;
	}
}

.con_new .box_new:nth-of-type(n+2) {
	margin-top: 80px;
}
	
.con_new .box_new h3 {
	font-weight: 600;
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	.con_new .box_new h3 {
		font-size: 20px;
	}
}

.con_new .box_new .box_main {
	display: flex;
}

@media screen and (max-width: 767px) {
	.con_new .box_new .box_main {
		display: block;
	}
}
	
.con_new .box_new .box_main .box_img {
	width: 48%;
	margin-left: 40px;
}

@media screen and (max-width: 767px) {
	.con_new .box_new .box_main .box_img {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
}
	
.con_new .box_new .box_main .box_txt {
	flex: 1;
}
	
.con_new .box_new .box_main .box_txt .txt_intro {
	font-size: 16px;
	line-height: 2em;
}

@media screen and (max-width: 767px) {
	.con_new .box_new .box_main .box_txt .txt_intro {
		font-size: 14px;
	}
}

.con_new .box_new .box_detail {
	margin-top: 40px;	
}
	
.con_new .box_new .box_detail table {
	width: 100%;
}
	
.con_new .box_new .box_detail tr th {
	width: 220px;
	font-size: 16px;
	text-align: center;
	line-height: 2em;
	border-bottom: solid 1px #ddd;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
	.con_new .box_new .box_detail tr th {
		width: 100%;
		font-size: 14px;
	}
}

.con_new .box_new .box_detail tr td {
	font-size: 16px;
	line-height: 2em;
	vertical-align: middle;
	border-bottom: solid 1px #ddd;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
	.con_new .box_new .box_detail tr td {
		display: block;
		width: 100%;
		font-size: 14px;
		margin-left: 0 !important;
	}
}
	
.con_new .box_new .box_detail .btn_link {
	width: 240px;
	margin: 30px auto 0;
}
	
.con_new .box_new .box_detail .btn_link a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #FBA339;
	border-radius: 1000px;
	padding: 4px 0;
	transition: 0.3s;
}
	
.con_new .box_new .box_detail .btn_link a:hover {
	opacity: 0.7;	
}