@charset "UTF-8";

body, ul, li, p, td, tr, th {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
}

.wrapall {
  overflow: hidden;
}

_::-webkit-full-page-media, _:future, :root .safari-none {
  display: none;
}

.safari-only {
  display: none;
}

_::-webkit-full-page-media, _:future, :root .safari-only {
  display: block;
}

body h2{
margin-bottom: 40px;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
  background-color: #fff;
}

#head_wrap a {
  text-decoration: none;
  font-family: 'NotoSansCJKjp-Bold', "Noto Sans", "Noto Sans CJK JP", 'NotoSansCJKjp', sans-serif;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: inherit;
  padding: 0;
  height: 75px;
    background: #fff;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
  font-size: 36px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#global-nav ul {
display: flex;
height: 100%;
}

#global-nav ul .hover a:hover {
  border-bottom: 2px solid #0059B2;
}

#global-nav ul li .contact_color a:hover {
  border-bottom: none;
}

#global-nav ul .contact_color:hover {
  border-bottom: none;
  background: #4198F0;
}

#global-nav ul li {
  padding: 0px 15px;
  border-left: 1px solid #9F9F9F;
}

.contact_color {
  background-color: #0059B2;
}

.contact_color a {
  color: #fff;
}

#global-nav ul li:last-child {
  border-right: none;
}

#global-nav ul li a {
position: relative;
display: block;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
color: inherit;
padding: 5px 15px;
box-sizing: border-box;
text-align: center;
}
#global-nav ul li a span{
display: block;
font-size: 80%;

}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 80px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #333;
}

#head_wrap.fixed #global-nav ul li a {
  padding: 15px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 1140px) {

  .privacypolicy-sec-01{
    margin: 200px auto;
  }

  #global-nav ul li {
    border-left: none;
  }

  #global-nav ul {
    display: block;
    margin-right: 0px;
  }

  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }

  #head_wrap .inner {
    width: 100%;
padding: 0 10px 0 20px;	
  }

  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobile-head {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    color: #333;
    font-size: 26px;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -550px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin-top: 35px;
  }

  #global-nav ul li {
    float: none;
    position: static;
  }

  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #0059B2;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 11px;
  }

  #nav-toggle span:nth-child(3) {
    top: 22px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

/*ーーーーーーーーーー
.FV
ーーーーーーーーーーー*/
.FV {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  bottom: 93px;
}

.FV img{
  width: 100%;
}

.FV .inner{
position:relative;
}

.FV h1{
position: relative;
top: 180px;
width: 100%;
margin: auto;
text-align: center;
display: block;
font-size: 4.0rem;
font-weight: normal;
z-index: 10;
  background-image: url(../img/h1_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
height:193px;
color:#fff;
}

.FV .h1_txt{
position: absolute;
top: 50px;
left:0;
width: 100%;
margin: auto;
text-align: left;
display: block;
font-size: 3.0rem;
font-weight: 500;
color: #fff;
z-index: 0;
}

.FV .h1_txt_2{
position: absolute;
top: 60px;
right:0;
width: 100%;
margin: auto;
text-align: right;
display: block;
font-size: 7.0rem;
font-weight: 500;
color: #4188be;
z-index: 0;
}

.bread-list {
  font-size: 12px;
  color: #040404;
  position: absolute;
  top: 390px;
  left: 10%;
}

.bread-list a {
  text-decoration: none;
  font-family: 'NotoSansCJKjp-Bold', "Noto Sans", "Noto Sans CJK JP", 'NotoSansCJKjp', sans-serif;
}

.bread-list a:hover {
  color: #0059B2;
}

.svg__container {
  position: relative;
  width: 100%;
  height: auto;
}

.svg__container-text {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: 40%;
  left: 0;
  right: 0;
}

_::-webkit-full-page-media, _:future, :root .safari-only {
  top: 50%;
}

/*ーーーーーーーーーー
section
ーーーーーーーーーーー*/
.sec-title {
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.business_img01 {
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  width: 100%;
  height: auto;
}

.business_img01 img {}

.business_img01-text {
  text-align: center;
  position: relative;
  bottom: 400px;
}

.business_img01-text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 39px;
}

.img01-title {
  color: #0059B2;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 80px;
  margin-bottom: 100px;
  line-height: 50px;
}

.business_img02 {
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  width: 100%;
  height: auto;
  position: relative;
  bottom: 200px;
}

.business_img03 {
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  width: 100%;
  height: auto;
  position: relative;
  bottom: 100px;
}

.img03-text {
  text-align: center;
  position: relative;
  bottom: 410px;
  left: 270px;
}

.img03-text p {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 72px;
  color: #fff;
}

.business_img04-box, .business_img06-box, .business_img05-box {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 1122px;
  margin: 0 auto;
}

.img04-text, .img06-text {
  border-top: 3.7px solid #0059b2;
  width: 556px;
  margin-top: 60px;
  position: relative;
  left: 50px;
  z-index: 1;
}

.img04-text p, .img06-text p {
  font-size: 32px;
  width: 556px;
  letter-spacing: 0.05em;
  line-height: 60px;
  text-align: left;
  color: #010101;
  padding: 40px 0;
}

.business_img04, .business_img06 {
  width: 658px;
  position: relative;
  right: 48px;
}

.img04-textbox, .img06-textbox, .img05-textbox, .sec-01-textbox {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #333;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 150px;
}

.img05-text {
  border-top: 3.7px solid #0059b2;
  width: 556px;
  margin-top: 60px;
  position: relative;
  right: 48px;
  z-index: 1;
}

.img05-text p {
  font-size: 32px;
  width: 556px;
  letter-spacing: 0.05em;
  line-height: 60px;
  text-align: left;
  color: #010101;
  padding: 40px 0;
  padding-left: 180px;
}

.business_img05 {
  width: 658px;
  position: relative;
  left: 50px;
}

.business_img05 img {
  z-index: 9999;
}

.img05-text p {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 60px;
  text-align: left;
  color: #010101;
}

/*ーーーーーーーーーー
.footer
ーーーーーーーーーーー*/



_::-webkit-full-page-media, _:future, :root .svg__container-text svg {
  width: 100%;
}

@media (max-width: 1140px) {
  .logo img {
    width: 80%;
  }

  .FV {
    position: relative;
    height: auto;
  }

  .svg__container-text svg {
    width: 50%;
  }

  _::-webkit-full-page-media, _:future, :root .svg__container-text svg {
    width: 100%;
  }

  _::-webkit-full-page-media, _:future, :root .safari-only {
    top: 28%;
  }

  .svg__container-text {
    top: 8%;
  }

  .bread-list {
    left: 5%;
    top: 15px;
  }

  .business-sec-01 {
    position: relative;
    top: 150px;
    font-size: 3vw;
  }

  .business_img02 img {
    width: 80%;
  }

  .business_img02 {
    padding-top: 0;
  }

  .business_img03 {
    padding-top: 0;
  }

  .business_img03 img {
    object-position: left;
    width: 2250px;
    height: 570px;
  }

  .img03-text {
    left: 0;
    bottom: 465px;
  }

  .business_img04-box, .business_img06-box, .business_img05-box {
    width: 100%;
    justify-content: flex-start;
  }

  .business_img04, .business_img06 {
    position: absolute;
    right: 0;
  }

  .img04-text, .img06-text, .business_img05 {
    left: 0;
    width: auto;
  }

  .img04-text p, .img06-text p {
    background: rgba(255, 255, 255, 0.8);
    padding-left: 30px;
  }

  .img04-textbox, .img06-textbox {
    width: 90%;
    margin: 50px auto 60px auto;
    padding: 50px 0;
  }

  .img05-textbox, .sec-01-textbox {
    width: 90%;
    margin: 50px auto 100px auto;
  }

  .sec-01-textbox {
    padding-bottom: 200px;
  }

  .img05-text {
    position: absolute;
    right: 0;
  }

  .img05-text p {
    background: rgba(255, 255, 255, 0.8);
    padding-left: 130px;
  }
}

@media (max-width: 729px) {
  .logo img {
    height: 46px;
width: auto;
  }

  .bread-list {
    left: 3%;
    top: 10px;
    font-size: 10px;
  }

  .FV {
    position: relative;
    top: 60px;
    height: auto;
  }

  .svg__container svg {
    height: auto;
  }

  _::-webkit-full-page-media, _:future, :root .svg__container-text {
    top: 2.5em;
    width: 50%;
  }

  .business-sec-01 {
    top: 100px;
  }

  .sec-title svg {
    height: auto;
    width: -webkit-fill-available
  }

  .sec-title {
    width: 70%;
  }

  .business_img01-text {
    bottom: 445px;
  }

  .business_img01 {
    padding-top: 15px;
  }

  .business_img01 img {
    width: auto;
  }

  .img01-title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }

  .business_img01-text p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 15px;
  }

  .business_img02 {
    position: relative;
    bottom: 370px;
  }

  .business_img03-box {
    bottom: 215px;
    position: relative;
  }

  .business_img03 img {
    width: 825px;
    height: auto;
  }

  .img03-text {
    bottom: 290px;
  }

  .img03-text p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }

  .business_img04-box {
    position: relative;
    bottom: 300px;
  }

  .img04-text p, .img06-text p, .img05-text p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }

  .img05-text p {
    text-align: right;
    padding-right: 30px;
  }

  _::-webkit-full-page-media, _:future, :root .img05-text p {
    padding-left: 40px;
  }

  .img04-text, .img06-text, .img05-text {
    margin-top: 315px;
    border-bottom: 3.7px solid #0059b2;
  }

  .business_img04, .business_img06 {
    width: 510px;
  }

  .img04-textbox, .img06-textbox {
    position: relative;
    bottom: 390px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 30px;
  }

  .img05-textbox {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 30px;
    position: relative;
    bottom: 335px;
  }

  .business_img05-box {
    position: relative;
    bottom: 450px;
  }

  .business_img06-box {
    position: relative;
    bottom: 390px;
  }

  .img06-textbox {
    bottom: 480px;
  }

  .sec-01-textbox {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 30px;
    bottom: 540px;
    position: relative;
  }

  .recruit_wrapall footer{
    position: absolute;
    bottom: 0;
  }


  .wrapall {
    overflow: hidden;
    min-height: 100%;
    width: 100%;
    position: relative;
  }

  #wrapper {
  }

  html, body {
    height: 100%;
  }
}

/*ーーーーーーーーーー
company.html
ーーーーーーーーーーー*/
/* table01 */
.table01 {
  width: 1112px;
  margin: 0 auto;
  text-align: left;
  border-collapse: collapse;
}

.table01 tr {
  border-bottom: 1px solid #DBDBDB;
  width: auto;
}

.table01 th,
.table01 td {
  padding: 18px 10px;
  border: none;
  line-height: 25px;
  text-align: left;
  color: #000;
}

.table01 th {
  width: 170px;
  vertical-align: top;
  background:var(--primary);
  color:#fff;
  text-align: center;
}

.table01 td {
  font-family: /*'NotoSansCJKjp-Bold',*/ "Noto Sans", "Noto Sans CJK JP", 'NotoSansCJKjp', sans-serif;
  font-weight: normal;
  background:#e5e5e5;
}

/* sp */
@media only screen and (max-width: 480px) {

.scroll table{
width:100%;
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}

.scroll{
overflow: scroll;
}

.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

  .scroll .table01 th,
  .scroll .table01 td {
  padding: 8px 10px;
  }

  .table01 th {
  }

  .table01 td {
    padding-top: 0;
  }
}

.company-message {
  width: 1112px;
  justify-content: center;
  margin: 0 auto;
}

body p{
margin-bottom:20px;
font-size:1.7rem;
}

.company-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #333;
  margin-top:30px;
}

.signature {
  margin: 0 auto;
  text-align: right;
  width: 1112px;
  position: relative;
  bottom: 50px;
  font-family: "SourceHanSerif-Regular", serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 36px;
  color: #333;
}



.company-sec-01.company-sec-02, .company-sec-03, .company-sec-04 {
  margin: 0 auto;
  padding-top: 100px;
}

.company-access {
  text-align: center;
  margin: 0 auto;
}

.company-access p {
  padding-bottom: 50px;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans", "Noto Sans CJK JP", 'NotoSansCJKjp', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 50px;
  color: #010101;
}

.company-sec-04 {
  padding-bottom: 200px;
}

.footer{
margin-top: 80px;
}

@media (max-width: 1140px) {
  .company-sec-01, .company-sec-02, .company-sec-03, .company-sec-04 {
    width: auto;
  }

  .company-message, .signature, .table01 {
    width: 100%;
  }

  .company-sec-04 {
    padding-bottom: 200px;
  }

  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }

  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 729px) {
  .company-message {
    display: block;
  }

  .company_img01 img {
    width: 100%;
  }

  .company-text {
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 25px;
    text-align: left;
    color: #333;
  }

  .signature {
    bottom: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
  }

  .sec-text {
    padding-top: 20px;
  }

  .company-sec-01 {
  }

  .company-sec-02, .company-sec-03, .company-sec-04 {
    padding-top: 80px;
  }

.comp_page .table01 th {
width: 30%;

}

  .table01 th {
    font-size: 14px;
    line-height: 30px;
    padding: 5px;
	text-align:center;
	    width: 30%;
  }



  .table01 td {
    padding: 5px;
    font-size: 14px;
  }

  .company-sec-04 {
    margin-bottom: 600px;
  }

  .company-access p {
    font-size: 14px;
  }
}

/*ーーーーーーーーーー
recruit.html
ーーーーーーーーーーー*/
.recruit-sec-01 p {
  height: 96px;
  font-family: "NotoSansCJKjp-Medium", "Noto Sans", "Noto Sans CJK JP", 'NotoSansCJKjp', sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.sec-01-box {
  background-image: url(../images/recruit_backimg.png);
  background-size: auto 880px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  padding: 140px 30px;
}

.recruit-box-title {
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 80px;
  text-align: center;
  color: #0059b2;
  margin: 0 auto;
  padding-bottom: 50px;
}

.recruit-table {
  margin: 0 auto;
  width: 1000px;
  height: 100%;
  background-color: #fff;
  padding: 0 30px;
  display: table;
}

.recruit-table th {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 55px;
  color: #333;
}

.recruit-table td {
  font-family: "NotoSansCJKjp-Light", "Noto Sans", "Noto Sans CJK JP", 'NotoSansCJKjp', sans-serif;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 31.5px;
  color: #333;
  padding-left: 20px;
}

.recruit-table tr {
  padding: 15px 0;
  border-bottom: 2px solid #BFCDDC;
  width: 940px;
  display: block;
}

.recruit-table th {
  width: 200px;
  vertical-align: top;
}

.recruit-table .border-none {
  border: 0;
}

.recruit-sec-03 {
  margin-bottom: 200px;
}

.btn {
  display: block;
  width: 240px;
  height: 70px;
  border-radius: 35px;
  background: transparent;
  border: 3px solid #0059b2;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
}

.btn-text {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 35px;
  text-align: center;
  color: #0059b2;
  position: relative;
  padding: 10px 0;
}

.arrow {
  font-family: "Poppins", serif;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 42px;
  text-align: center;
}

.btn:hover {
  color: #fff;
  background: #0059b2;
}

@media (max-width: 1140px) {
  .recruit-sec-01 {
    padding-top: 200px;
  }

  .recruit-table th,
  .recruit-table td {
    width: 100%;
    display: block;
  }

  .recruit-table th {
    width: 100%;
    text-align: left;
  }

  .recruit-table td {
    padding-top: 0;
  }

  .recruit-table {
    width: 90%;
    display: table;
  }

  .sec-01-box {
    background-size: cover;
    background-position: left;
    padding: 50px 10px;
  }

  .recruit-table tr {
    width: 100%;
  }

  .recruit-sec-02, .recruit-sec-03 {
    margin-top: 100px;
  }

  .recruit-sec-01 p {
    padding: 0 30px;
  }
}

@media (max-width: 729px) {
  .recruit-sec-01 {
    padding-top: 100px;
  }

  .recruit-sec-01 p {
    padding-top: 100px;
    width: 100%;
  }

  .recruit-sec-03 {
    padding-bottom: 600px;
  }

  .recruit-table th, .recruit-table td {
    font-size: 14px;
  }
}

/*ーーーーーーーーーー
sales.html
ーーーーーーーーーーー*/
.sales-sec {
  width: 1120px;
  margin: 0 auto;
  border-bottom: 2px solid #0059B2;
  margin-bottom: 150px;
}

.sales-box {
  display: flex;
}

.sales-title {
  background: #0059B2;
  width: 600px;
  height: auto;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 50px;
}

.sales-text-box {
  padding-right: 30px;
}

.sales-text-title {
  font-size: 24px;
  letter-spacing: 0.05em;
  /* line-height: 70px; */
  text-align: left;
  color: #010101;
  border-bottom: 1px solid #bfcddc;
  padding-bottom: 2rem;
}

.sales-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  /* line-height: 70px; */
  text-align: left;
  color: #010101;
  padding-top: 2rem;
}

.sales-text02 {
  font-size: 16px;
}

.sales-sec-01-img {
  padding: 80px 0;
}

.sales-sec-02-img {
  padding: 0 34px;
}

.sales-sec-03-img {
  padding: 0 24px;
}

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

.flex-l .sales-text-box {
  padding-right: 0;
  padding-left: 30px;
}

.sales-img-box02 {
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
}

.sales-sec-01-img {
    padding: 30px 0;
}

@media (max-width: 1140px) {
  .sales-sec {
    position: relative;
    top: 110px;
    width: 100%;
    padding: 0 20px;
  }

  .sales-text-box {
    margin-bottom: 50px;
  }

  .sales-title {
    width: 100%;
  }

  .sales-box {
    display: block;
  }

  .flex-l .sales-text-box, .sales-text-box {
    padding: 0;
  }

  .sales-sec-01-img {
    width: auto;
  }

  .sales-img06 {
    width: auto;
  }

  .sales-img-box {
    text-align: center;
  }

  .svg__sales {
    top: 8%;
  }
}

@media (max-width: 729px) {
  .sales-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .sales-text-title {
    font-size: 16px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sales-text {
    font-size: 14px;
    padding-top: 1rem;
  }

  .sales-text02 {
    font-size: 14px;
  }

  .sales-img-box img {
    width: 100%;
  }

  .sales-sec-01-img {
    padding: 20px 0;
  }

  .sales-img-box02 {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .sales-img-box02 .sales-sec-01-img{
    width: 30%;
  }

  .sales-sec {
    margin-bottom: 60px;
    top: 120px;
  }

  .sales-img06 {
    width: 30%;
  }

  .sales-sec-05 {
    padding-bottom: 80px;
    margin-bottom: 850px;
  }

  .svg__sales {
    top: 1%;
  }

  .svg__sales svg {
    width: 35%;
  }

  _::-webkit-full-page-media, _:future, :root .svg__sales {
    width: 30%;
    top: 25%;
  }

  _::-webkit-full-page-media, _:future, :root .svg__recruit {
    top: 25%;
    width: 40%;
  }

  _::-webkit-full-page-media, _:future, :root .svg__business {
    top: 30%;
    width: 45%;
  }

  _::-webkit-full-page-media, _:future, :root .svg__company {
    top: 35%;
  }

  _::-webkit-full-page-media, _:future, :root .svg__contact {
    top: 30%;
  }

  .svg__recruit {
    top: 1%;
  }

  .svg__business {
    top: 10%;
  }
}

/*ーーーーーーーーーー
contact.html
ーーーーーーーーーーー*/
.contact-sec-01 {
  width: 1120px;
  margin: 0 auto;
}

.contact-title {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 50px;
  text-align: left;
  color: #0059b2;
}

.contact-tetx{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: left;
  color: #333;
}

.tel-sec p, .contact-sec p {
  font-family: "NotoSansCJKjp-Regular", "Noto Sans", "Noto Sans CJK JP", 'NotoSansCJKjp', sans-serif;
  font-size: 16px;
letter-spacing: 0.05em;
text-align: left;
color: #333;

}

.tel-number p {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: left;
  color: #040404;
}

.tel-number img {
  position: relative;
  top: 15px;
}

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

.blue {
  color: #006CFF;
  text-decoration: none;
}

.tel-sec, .contact-sec {
  padding-top: 50px;
}

/*** フォーム ***/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.Form-Item .example {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 55px;
  text-align: left;
  color: #333;
  font-family: "NotoSansCJKjp-Regular", "Noto Sans", "Noto Sans CJK JP", 'NotoSansCJKjp', sans-serif;
}

.form-textarea {
  border: 1px solid #000000;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 200px;
  flex: 1;
  width: 100%;
  max-width: 700px;
  background: #fff;
  font-size: 16px;
}

@media screen and (max-width: 729px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 729px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 200px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 729px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 729px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

@media screen and (max-width: 729px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #000000;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 700px;
  background: #fff;
  font-size: 18px;
}

@media screen and (max-width: 729px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

@media screen and (max-width: 729px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

@media screen and (max-width: 729px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.textarea-title{
  align-items: top;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
}

.textarea-title p,.Form-Item p{
  font-size: 22px;
letter-spacing: 0.05em;
line-height: 30px;
color: #000;

}

.contact-btn{
  margin-bottom: 150px;
}

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

  .tel-sec,.contact-sec{
    width: auto;
    padding: 30px;
  }

  .contact-sec-01{
    width: 100%;
  }

}

@media screen and (max-width: 729px){
  .svg__contact{
    top: 5%;
  }

  .contact-btn{
    margin-bottom: 800px;
  }

  .textarea-title{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }

  .form-textarea{
    margin-left: 0;
    margin-top: 18px;
    height: 150px;
    flex: inherit;
    font-size: 15px;
  }

  .tel-sec h2,.contact-sec h2{
    font-size: 16px;
  }

  .tel-sec p,.contact-sec p{
    font-size: 14px;
  }

  _::-webkit-full-page-media, _:future, :root .svg__company{
    top: 2em;
  }
}

.svg__container{
  position: static;
}

/*ーーーーーーーーーー
privacypolicy.html
ーーーーーーーーーーー*/
.privacypolicy-sec-01{
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 150px;
}

.privacypolicy-sec{
  margin-top: 100px;
}

.privacypolicy-sec p{
  line-height: 1.7em;
  margin-bottom: 2em;
}

@media screen and (max-width: 1140px) {
  .privacypolicy-sec-01{
    margin: 200px auto;
  }

  .privacypolicy-sec{
    padding: 0 100px;
  }
}

@media screen and (max-width: 729px) {
  .privacypolicy-sec-01{
    margin: 150px auto;
  }

  .privacypolicy-sec{
    padding: 0;
  }

  .FV.pp .svg__container svg{
    height: 7.8vh;
    margin-top: 15px;
  }

  .FV.pp .svg__container-text svg{
    width: 80%;
  }

  #wrapper.pp{
    margin-bottom: auto;
  }

  .privacypolicy-sec-01 {
    padding: 100px 30px 80px 30px;
    width: auto;
  }

  .privacypolicy-sec-01 .sec-title{
    width: 94%;
  }

  .privacypolicy-sec{
    display: block;
    margin-top: 20px;
  }
}

.pc{
  display: inline-block;
}
@media screen and (max-width: 729px) {
  .pc{
    display: none;
  }
}

.sp{
  display: none;
}
@media screen and (max-width: 729px) {
  .sp{
    display: block;
  }
}

/**タイトル修正**/
.FV{
  background-image: url(../img/bg_1.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}

.FV_recruit_title img{
  width: 330px;
}

.FV_sales_title img{
  width: 256px;
}

.FV_company_title img{
  width: 462px;
}

.FV_contact_title img{
  width: 382px;
}

.FV_business_title img{
  width: 374px;
}

.FV_privacypolicy_title img{
  width: 718px;
}


.FV_title{
  text-align: center;
  position: relative;
    top: 30%;
    margin: 0 auto;
}

@media (max-width: 729px) {
div#wrapper{
margin-top:100px;
}

.FV .h1_txt{
z-index:0;
top: 40px;
font-size: 3.0rem;
}
.FV h1{
top:10px;
z-index:10;
}

  .FV_title{
      top: 35%;
  }

  .FV{
    height: 200px;
  }

  .FV_recruit_title img{
    width: 165px;
  }

  .FV_sales_title img{
    width: 128px;
  }

  .FV_company_title img{
    width: 231px;
  }

  .FV_contact_title img{
    width: 191px;
  }

  .FV_business_title img{
    width: 187px;
  }

  .FV_privacypolicy_title img{
    width: 359px;
  }

  .bread-list {
    top: 25px;
}

.privacypolicy-sec-01{
  margin-top: 0;
}
}


/*ADD*/

.allow_img img{
 max-width:1000px;
 width:100%;
}

.nws_sec1_ctr dl{
border-bottom:1px solid #eee;
padding-bottom:8px;
margin-bottom:12px;
}

.div_cc{
position: relative;
}

.div_cc img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}

.tbl_1 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 2em;
}

.tbl_1 tr td {
    background-color: #fff;
    text-align: left;
}

.tbl_1 tr th, .tbl_1 tr td {
    padding: 1em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.35em;
    border: #ccc solid 2px;
}

.tbl_1 tr th {
    width: 30%;
    background-color: #f4f7f6;
    vertical-align: middle;
    color: #333;
}

.contact-sec form input[type="submit"] {
    background-color: var(--primary);
    color: #fff;
    border: none;
    max-width: 280px;
    font-size: 18px;
    font-size: 1.8rem;
	padding: .6em;
	width: 100%;
}

@media (min-width: 728px){
.nws_sec1 dt{
margin-right:30px;
}
}

.company_photo{
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.company-sec-01 h2{
  clear: both;
}
@media (max-width: 729px){
.company_photo{
  float: none;
  display: block;
  margin: 0 auto 20px auto;

}

}
/*jigyo*/
#jigyo .bread-list{
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  margin-bottom: 30px
}
#jigyo .bread-list a{
  color: #000
}
body#jigyo h2.main_h2{
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 45px;
}

.jigyo_01{
  background: rgba(191,226,253,0.22);
  padding: 60px 0 105px;
}

h3.jigyo_h3{
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 1.25;
}
   @media screen and (max-width: 769px) {
     .jigyo_01{
  padding: 60px 0 60px;
}
     h3.jigyo_h3{
       font-size: 2.6rem
     }
     
}


h3.jigyo_h3:before{
  display: none;
}
h3.jigyo_h3:after{
  content: '';
  background: url(../img/h3_after.png) 0 0 no-repeat;
  display: block;
  width: 59px;
  height: 18px;
  margin: 20px auto 0;
}
.japanmap{
  margin: 48px auto 40px;
  display: block;
}
.jigyo_h401{
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.jigyo_photo_list{
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 30px;
}

   @media screen and (max-width: 769px) {
   .jigyo_photo_list{
  display: flex;
     flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 30px;
}  
     .jigyo_photo_list li{
       width: 48%;
       text-align: center;
     }
     .jigyo_photo_list li img{
       width: 100%
     }
     
}


.jinsoku_list{
  max-width: 1060px;
  margin: 40px auto 62px;
  display: flex;
  justify-content: space-between;
}
.jinsoku_list li{
  max-width: 470px;
  width: 45%;
  max-height: 470px;
  position: relative;
  padding-top: 45%;
  background: url("../img/bg_square01.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.jinsoku_list li:last-child{
    background: url("../img/bg_square02.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.jinsoku_list li:last-child:before{
    content: '';
  background: url(../img/x.png) 0 0 no-repeat;
  background-size: 100% auto;
  max-width: 65px;
  max-height: 65px;
  width:14%;
  height: 14%;
  display: block;
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
}

.jinsoku_list li p{
  position: absolute;
  top: 5%;
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2
}
.jinsoku_list li p strong{
  display: block;
  color: #309cef;
  margin: 0 auto;
  font-size: 4.8rem;
}
   @media screen and (max-width: 1150px) {
     .jinsoku_list li p{
       font-size: 3.130434782608696vw
     }
     .jinsoku_list li p strong{
              font-size: 4.173913043478262vw

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



.jigyo_03{
  background: rgba(191,226,253,0.22);
  padding: 60px 0 45px;
}
.teian_list{
  display: flex;
  justify-content: space-between;
  column-gap: 18px;
  margin: 46px auto 0px;
}
.teian_list li{
  width: 23.75%;
  max-width: 266px;
}



.teian_list li p{
  font-size: 1.8rem;
  margin-top: 10px;
}
.align_center{
  text-align: center
}
   @media screen and (max-width: 769px) {
     .teian_list{
  display: flex;
       flex-wrap: wrap;
  justify-content: space-between;
  margin: 46px auto 0px;
       column-gap: 4%;
}
     .teian_list li{
  width: 48%;
  max-width: none;
}
     .teian_list li img{
       width: 100%
     }
.align_center{
  text-align: left
}
}


.after_sq{
  position: relative;
}
.after_sq:after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #5bb6fc;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 9
}

.jigyo_04{
  background: url(../img/bg01.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 90px 0 99px;
}
.service_list{
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  margin: 45px 0 0;
}

.service_list li{
  width: 33%;
  max-width: 355px;
  border: 2px solid #daeefd;
  background: #fff;
  padding: 9px 13px 70px;
  position: relative;
}
.service_list li.after_sq:after{
  right: -7px;
  top: -7px;
}
   @media screen and (max-width: 769px) {
     .service_list{
  display: block;
  justify-content: space-between;
  column-gap: 24px;
  margin: 45px 0 0;
}

.service_list li{
  width: 100%;
  max-width: none;
  border: 2px solid #daeefd;
  background: #fff;
  padding: 9px 13px 70px;
  margin-bottom: 30px;
  position: relative;
}
}


.service_list li h4{
  font-size: 3.0rem;
  color: #309cef;
  margin-bottom: 10px;
}
.service_list li p{
  font-size: 1.8rem;
  margin-bottom: 0;
}
.service_list li p.bottom{
  position: absolute;
  left: 13px;
  bottom: 13px;
  padding-right: 80px;
  margin-bottom: 0;
}
.service_list li p.number{
  position: absolute;
  right: 13px;
  bottom: 13px;
  margin-bottom: 0;
  font-size: 6.0rem;
  color: #0068b7;
  font-weight: bold;
  line-height: 1
}

   @media screen and (max-width: 769px) {
     .service_list{
  display: block;
  justify-content: space-between;
  column-gap: 24px;
  margin: 45px 0 0;
}

.service_list li{
  width: 100%;
  max-width: none;
  border: 2px solid #daeefd;
  background: #fff;
  padding: 9px 13px 70px;
  margin-bottom: 30px;
  position: relative;
}
     .service_list li h4{
  font-size: 2.6rem;
  color: #309cef;
  margin-bottom: 10px;
}
}


.jigyo_05{
  background: url("../img/bg_flow.png") center 0 no-repeat;
  background-size: cover;
  padding: 60px 0 135px;
}
.jigyo_05 h3.jigyo_h3{
  color: #fff;
}

.flowlist{
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
.flowlist li{
  width: 24.8%;
  max-width: 278px;
  position: relative;
  padding-top: 23.6%;
    background: url("../img/flow001.png") 0 0 no-repeat;
  background-size: 100% auto;

}




.flowlist li:nth-child(2){
  background: url("../img/flow002.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.flowlist li:nth-child(3){
  background: url("../img/flow003.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.flowlist li:nth-child(4){
  background: url("../img/flow004.png") 0 0 no-repeat;
  background-size: 100% auto;
  max-width: 266px;
}


.flowlist li p{
  position: absolute;
  bottom: 6%;
  text-align: center;
  font-weight: bold;
  color: #0068b7;
  width: 100%;
  line-height: 1;
  margin-bottom: 0;
}
   @media screen and (max-width: 769px) {
     .jigyo_05{
  background: url("../img/bg_flow.png") center 0 no-repeat;
  background-size: cover;
  padding: 60px 0 60px;
}
.jigyo_05 h3.jigyo_h3{
  color: #fff;
}

.flowlist{
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
  flex-wrap: wrap;
}
.flowlist li{
  width: 49%;
  max-width: none;
  position: relative;
  padding-top: 49%;
    background: url("../img/flow001.png") 0 0 no-repeat;
  background-size: 100% auto;

}
.flowlist li:nth-child(4){
  background: url("../img/flow004.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 47%;
    max-width: none;

  position: relative;
  left: -2%
}
   .flowlist li p{
  position: absolute;
  bottom: 9%;
  text-align: center;
  font-weight: bold;
  color: #0068b7;
  width: 100%;
  line-height: 1;
  margin-bottom: 0;
}  
}


.jigyo_06{
  padding: 60px 0 92px;
}
   @media screen and (max-width: 769px) {
     .jigyo_06{
  padding: 60px 0 60px;
}
}


.car_list{
  margin-top: 30px;
}
.car_list li{
  background: #e7eff6;
  margin-bottom: 3px;
  padding: 13px 20px;
  font-size: 1.8rem;
}
.car_list li:last-child{
  background: #0068b7;
  color: #fff;
}


.jigyo_07{
    background: rgba(191,226,253,0.22);
  padding: 60px 0 70px;
}
   @media screen and (max-width: 769px) {
     .jigyo_07{
  padding: 60px 0 60px;
}
}

.jigyo_07 p{
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: 32px;
}
.kanri_img {
  display: flex;
  justify-content: space-between;
}
.kanri_img .imgL{
  width: 55.8%;
  max-width: 623px;
}
.kanri_img .imgR{
  width: 42.8%;
  max-width: 477px;
}


.jigyo_08{
  padding: 60px 0 90px;
  text-align: center;
  
}
   @media screen and (max-width: 769px) {
     .jigyo_08{
  padding: 60px 0 60px;
}
}

.jigyo_08 img{
  margin: 50px 0 24px;
}
.jigyo_08 p{
  font-size: 1.8rem
}

.jigyo_09{
  background: url(../img/bg02.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 60px 0 64px;
}
.leed_box{
  max-width: 670px;
  margin: 30px auto 40px;
  font-size: 2.2rem;
}
.leed{
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.leed_blank{
  font-size: 2.2rem;
  margin: 0;
  padding-left: 235px;

}
   @media screen and (max-width: 769px) {
     .leed_blank{
  font-size: 2.2rem;
  margin: 0;
  padding-left: 0px;

}
     
}



.management_list > li{
  background: #fff;
  border: 2px solid #daeefd;
  padding: 5px 15px 20px 15px;
  margin-bottom: 35px;
}
.management_list > li.after_sq:after{
  right: -7px;
  top: -7px;
}
.management_list > li h4{
  font-size: 3.0rem;
  color: #309cef;
  line-height: 1;
  margin-bottom: 5px;
}
.management_list > li h4 span{
  font-size: 6.0rem;
  color: #0068b7;
  margin-right: 10px;
  line-height: 1
}
.management_list > li > ul >li{
  font-size: 1.8rem;
  position: relative;
  padding-left: 22px;
  line-height: 1.8;
}
.management_list > li > ul >li:before{
  content: '●';
  display: block;
  color: #7cbaf3;
  position: absolute;
  left: 0;
  top: 0;
}
.child_blank{
  padding-left: 163px;
}
.child_blank2{
  padding-left: 143px;
}

   @media screen and (max-width: 769px) {
     .management_list > li h4{
  font-size: 3.0rem;
  color: #309cef;
  line-height: 1.5;
  margin-bottom: 5px;
}
.management_list > li h4 span{
  font-size: 6.0rem;
  color: #0068b7;
  display: block;
  margin-right: 10px;
  line-height: 1.2
}
     .child_blank{
  padding-left: 0px;
}
.child_blank2{
  padding-left: 0px;
}
}
   @media screen and (max-width: 769px) {
     .btm_cont_txt_3{
       font-size: 1em
     }
}
