@charset "UTF-8";
/* -----------------------------------------
 Reset
------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
}
img {
  vertical-align: top;
}
input, select {
  vertical-align: middle;
}
/* -----------------------------------------
  Base Style
------------------------------------------- */
html {
  font-size: 62.5%;
 font-size: calc(1em*.625);
}
body {
  color: #333;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
}
/* Clear Fix */
/* .cf::after {
  content: "";
  display: block;
  clear: both;
} */
/*マージン*/
.mb30 {
  margin-bottom: 3rem;
}
/*リンク*/
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover, a:hover span, a:hover div {
  text-decoration: none;
}
a:active {
  color: #333;
  text-decoration: none;
}
a.uline:link {
  text-decoration: underline;
}
.pc-hidden{
  display: none;
}
.sp-hidden{
  display: block;
}

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

/*利用規約個人情報リンク*/

.kiyakukojin {
 text-decoration: underline;
}
.kiyakukojin:link {
 color: #0eb8a4;
 text-decoration: underline;
}
.kiyakukojin:visited {
 color: #0eb8a4;
 text-decoration: underline;
}
.kiyakukojin:hover {
 color: #10dbc2;
 text-decoration: underline;
}

.wrap {
  width: 100%;
}
/* ページトップ
-------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #273260;
  cursor: pointer;
  z-index: 999;
}
#pagetop:after {
  content: "";
  position: absolute;
  top: 6%;
  left: 25%;
  width: 0;
  height: 0;
  border-bottom: 14px solid #fff;
  border-top: 14px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
#pagetop:hover {
  background-color: #888;
}
/*================================================
* Style
================================================*/
/*header*/
.header {
  background: #fff;
  height: 7rem;
  position: fixed;
  top: 0;
  z-index: 5;
}
.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
}
/*header　ロゴ*/
.header_inner .logo {
  margin-top: .7rem;
}
.header_inner .logo img {
  height: 5rem;
}
.header_inner .hd_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*header　ナビゲーション*/
/* .nav {
  background: #11a7ca;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 998;
}
.nav ul {
  width: 100rem;
  margin: auto;
}
.nav ul li {
  float: left;
  text-align: center;
  width: 16.6%;
  box-sizing: border-box;
  position: relative;
}
.nav ul li:hover {
  background-color: #45b8d3;
}
.nav ul li::before {
  position: absolute;
  content: "";
  width: .1rem;
  height: 3rem;
  background: #b9effb;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav ul li:last-child::after {
  position: absolute;
  content: "";
  width: .1rem;
  height: 3rem;
  background: #b9effb;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav ul li a {
  color: #fff;
  padding: 1.8rem 2.7rem;
  display: inline-block;
}
.nav ul li a:hover {
  opacity: .7;
}
.hd_right {
  float: right;
  width: 43rem;
} */

#global-navi {
  background:#11a7ca;
  position: fixed;
  z-index: 10;
  top: 70px;
  right: 0px;
  width: 100%;
}
#wrapper nav ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
#wrapper nav ul li{
position: relative;
font-size: 16px;
text-align: center;
}
/* #wrapper nav ul li:hover {
  background-color: #45b8d3;
} */
/* #wrapper nav ul li:before{
  position: absolute;
  content: "";
  width: .1rem;
  height: 3rem;
  background: #b9effb;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#wrapper nav ul li:last-child:after{
  position: absolute;
  content: "";
  width: .1rem;
  height: 3rem;
  background: #b9effb;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
} */
#wrapper nav ul li a{
  display: block;
  padding:  20px 0px;
  width: 100%;
  color: #ffffff
}
#wrapper nav ul li a:hover{
  color: #f7ed29;
}
/*スマホ画面で例１のハンバーガーメニューの形にする*/
@media screen and (max-width: 900px) {
#wrapper nav {
  position: fixed;
  top: 0;
  right: -300px;
  width: 200px;
  height: 100%;
  padding-top: 50px;
  background: #CCEBF2;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 5;
}
#wrapper nav ul{
  display: block;
}
#wrapper nav ul li {
  display: block;
}
#wrapper nav ul li:before{
  display: none;
}
#wrapper nav ul li:last-child:after{
  display: none;
}
#wrapper nav ul li a {
  text-decoration: none;
  color: #000000
}

#wrapper .btn-gnavi {
  position: fixed;
  top: 80px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 10;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms
}

#wrapper .btn-gnavi span {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #666;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms
}

#wrapper .btn-gnavi span:nth-child(1) {
  top: 0
}

#wrapper .btn-gnavi span:nth-child(2) {
  top: 10px
}

#wrapper .btn-gnavi span:nth-child(3) {
  top: 20px
}

#wrapper .btn-gnavi.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 30px;
}

#wrapper .btn-gnavi.open span {
  background: #fff
}

#wrapper .btn-gnavi.open span {
  width: 24px;
}
#wrapper .contents section p {
  position: absolute;
  top: 50%;
  width: 30%;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 6px #666
}

#wrapper .contents section:nth-child(odd) p {
  left: 10%
}

#wrapper .contents section:nth-child(even) p {
  right: 10%
}

#wrapper nav ul li a:hover{
  color: #000000;
}
}

@media screen and (max-width:400px){
  #wrapper .btn-gnavi {
    top: 60px;
  }
}

/*header　お問い合わせボタン*/
.contact_btn {
  margin: 1.3rem 2rem 1rem 1rem;
}
a.btn_hd {
  background-color: #f7ed29;
  border-radius: 4px;
  color: #000;
  display: block;
  padding: 1.2rem 5rem 1rem 5rem;
  text-align: center;
}
a.btn_hd.arrow {
  color: #000;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_hd.arrow::before {
  -webkit-transform: rotate(45deg);
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  bottom: 0;
  content: "";
  height: .7rem;
  left: 1rem;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  vertical-align: middle;
  width: .7rem;
}
a.btn_hd:hover {
  background-color: #fff97f;
}
.tel {
  margin-top: .6rem;
}
.tel .tel_top {
  font-size: 12px;
}
.tel .tel_num {
  font-size: 21px;
  line-height: 21px;
}
.tel .tel_bottom {
  font-size: 10px;
}
/*mainimg*/
.wrap_mainimg {
  margin-top: 134px;
}
@media screen and (max-width:900px){
  .wrap_mainimg {
    margin-top: 50px;
  }
}
.mainimg {
  width: 100%;
  padding: 20px;
  /* padding-top: 13rem; */
  background-image: url(../img/fv_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width:768px){
  /* .wrap_mainimg {
    margin-top: 0;
  } */
  .mainimg {
    background-image: url(../img/SP/fv_bg_sp.jpg);
    background-position-x: 80%;
  }
}
.mainimg .mainimg_no1 {
  margin: 40px 50px 20px;
  max-width: 485px;
  width: 40vw;
}
@media screen and (max-width:768px){
  .mainimg .mainimg_no1 {
    margin: 0;
    max-width: 250px;
    width: 80vw;
  }
}
.mainimg .mainimg_title {
  margin-left: 8%;
  max-width: 740px;
  width: 60vw;
}
@media screen and (max-width:768px){
  .mainimg .mainimg_title {
    margin-left: 0;
    max-width: 200px;
    width: 60%;
  }
}
.mainimg .mainimg_btn {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
  height: 70px;
  background-color: #f7ed29;
  border: 5px solid #000000;
  border-radius: 10px;
  font-size: 25px;
}
.mainimg .mainimg_btn:hover {
  background-color: #fff97f;
}
.keyframe {
  -webkit-animation-name: anim_sc;
  animation-name: anim_sc
}
@-webkit-keyframes anim_sc {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  40% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes anim_sc {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  40% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.animation {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 2.0s;
  animation-duration: 2.0s
}
@media screen and (max-width:768px){
  .mainimg .mainimg_btn {
    margin: 10px auto;
    width: 90%;
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width:400px){
  .mainimg .mainimg_btn {
    padding-left: 5%;
    font-size: 15px;
  }
}
.mainimg .mainimg_btn::before {
  content: "";
  position: absolute;
  width: .5em;
  height: .5em;
  border-right: .4rem solid #000;
  border-bottom: .4rem solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: .6em;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*company-slider*/
.bx-wrapper {
  margin-bottom: 0!important;
  box-shadow: none;
  border: none;
}
.bx_companies li{
  width: 180px!important;
  margin: 0 50px;
}
@media screen and (max-width:768px){
  .bx_companies li{
    width: 130px!important;
    margin: 0 20px;
  }
}
/*actual メインイメージ下の実績
----------------------------------*/
.actual {
  position: relative;
  margin-top: 3rem;
}
.actual .actual_img {
  margin: 0 auto 10px;
  max-width: 570px;
  width: 100%;
}
.actual .actualt_text {
  margin:  0 auto 30px;
  max-width: 570px;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  color: #7E7E7E;
}
.actual ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
	justify-content: space-around;
  width: 95vw;
  max-width: 900px;
  margin: 0 auto;
}
.actual img {
  width: 100%;
}
.actual ul li .actual_memo {
  font-size: 1.2rem;
  padding-left: 1rem;
  text-indent: -1.2rem;
  margin-top: 1rem;
  text-align: left;
}
.actual ul li .actual_item {
  position: relative;
  padding: 50% 3.5rem 0;
  max-width: 230px;
  width: 30vw;
  max-height: 230px;
  height: 30vw;
  background-color: #11A7CA;
  border-radius: 50%;
}
.actual ul li .actual_item img {
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.actual .w-33 {
  width: 33%;
}
.actual .w-50 {
  width: 50%;
}
.actual ul li .actual_item_top {
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}
.actual ul li .actual_item_bottom {
  color: #F6FF00;
  font-size: 2.2rem;
  text-align: center;
}
.actual ul li .actual_item_bottom span {
  color: #F6FF00;
  font-size: 4.6rem;
}
/*h2 見出し
----------------------------------*/
h2 {
  font-size: 3rem;
  text-align: center;
}
/*footer
----------------------------------*/
.footer {
  margin: 6rem auto 5rem;
  max-width: 1000px;
}
.footer .logo {
  margin-right: 5rem;
  float: left;
}
.footer .company-name {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer .company-name span {
  font-weight: normal;
  font-size: 1.4rem;
}
.p_mark {
  margin-left: 19rem;
}
.p_mark img {
  margin-right: 2rem;
  display: inline-block;
}
.p_mark p {
  font-weight: normal;
  margin-top: 3rem;
  display: inline-block;
}
/*copyright
----------------------------------*/
.copyright {
  padding: 20px 0 20px;
  border-top: solid 1px #ccc;
  text-align: center;
}
/*
Custom
------------------------------- */
/* 共通 */
img {
  max-width: 100%;
}
.align-c {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.inner:nth-child(1) {
  margin: 0 auto;
  padding: 7rem 0 8rem;
  max-width: 100rem;
}
body>[id]:not(#header):not(#footer) .inner:nth-child(1) h2 {
  color: #2c356a;
}
body>[id]:not(#header):not(#footer) .inner:nth-child(1) h2 {
  font-size: 3rem;
  position: relative;
}
body>[id]:not(#header):not(#footer) .inner:nth-child(1) h2::after {
  position: absolute;
  content: "";
  height: .4rem;
  width: 37rem;
  background-color: #11a7ca;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -1rem;
}
body>[id]:not(#header):not(#footer) .inner:nth-child(1)>p {
  padding-bottom: 1rem;
  text-align: center;
  margin-top: 4rem;
}
.bg_b {
  background-color: #CCEBF2;
}
.bg_y {
  background-color: #FCEDEB;
}
.inner_img {
  margin: auto;
  display: block;
}
/*お問い合わせ
----------------------------------*/
.contact {
  text-align: center;
  color: #fff;
}
.contact .inner {
  margin: auto;
  max-width: 100rem;
  padding: 4rem 0 6rem;
}
.btn-service a:first-child {
  padding-right: 2rem;
}
.btn-service img {
  width: 44rem;
}
.btn-service {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 900px;
  width: 100%;
}
.btn-service .btn-service-left {
  display: flex;
  justify-content: center;
}
.btn-service .btn-service-left-text {
  position: relative;
  margin-right: 10px;
  padding: 15px 20px 15px 50px;
  font-size: 15px;
  color: #ffffff;
  background-color: #45B8D3;
  text-align: left;
}
.btn-service .btn-service-left-text:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  content: '';
  width: 27px;
  height: 35px;
  background-image: url(../img/tel-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.btn-service .btn-service-left-num {
  font-size: 14px;
  color: #ffffff;
}
.btn-service .btn-service-left-num a {
  font-size: 32px;
  color: #ffffff;
}
/* 各スタイル */
#telework .inner {
  margin: auto;
  padding-top: 4rem;
}
#telework .telework_contents {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 4rem auto 0;
  max-width: 1000px;
  width: 90vw;
}
#telework .telework_contents  .telework_contents_text{
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
#telework .telework_contents  .telework_contents_text p{
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 25px;
  letter-spacing: 3px;
  font-weight: bold;
}
#telework .telework_contents  .telework_contents_text img{
  width: 100%;
}
#telework .telework_contents .telework_contents_img {
  margin: 0 auto;
  max-width: 520px;
  width: 100%;
}
#telework .telework_contents .telework_contents_img img{
  /* display: block; */
  width: 100%;
}
@media screen and (max-width:768px){
  #telework .telework_contents {
    display: block;
  }
  #telework .telework_contents  .telework_contents_text p{
    font-size: 13px;
  }
  #telework .telework_contents  .telework_contents_text img{
    margin-bottom: 30px;
  }
}
/* #telework img {
  margin-top: 5rem;
}
.tele_under {
  text-align: center;
}
.under_box {
  display: inline-block;
  font-size: 2rem;
  background: #ff596d;
  color: #fff;
  border-radius: .6rem;
  padding: 1rem 9.6rem;
  margin: 1rem 0 2rem;
  font-weight: bold;
}
.tele_under p {
  line-height: 2.8rem;
} */
#service .inner {
  margin: auto;
}
#service .inner p {
  line-height: 2.8rem;
}
#service .inner_img {
  padding-top: 3rem;
  margin: 0 auto;
}
/* #transition .inner {
  margin: auto;
  max-width: 1000px;
}
#transition .grid {
  display: flex;
  flex-wrap: wrap;
}
#transition.grid::after {
  clear: both;
  content: "";
  display: inline-block;
  overflow: hidden;
}
#transition .col {
  background: #fff;
  padding: 3rem;
}
#transition .col h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  text-align: left;
  color: #2c356a;
}
#transition .col {
  margin-top: 5rem;
}
#transition .col:last-child {
  margin-top: 4rem;
}
#transition .col>.img-block {
  float: right;
  width: 48rem;
}
#transition .col>.txt-block {
  padding-left: 1rem;
  width: 42rem;
  float: left;
  padding-top: 1.5rem;
}
#transition .col>.txt-block p {
  line-height: 2.8rem;
} */
#transition .transition_wrap{
  margin: 50px auto 0;
  padding: 50px 40px;
  max-width: 1000px;
  width: 100%;
  background-color: #ffffff;
}
#transition .transition_contents {
  margin-bottom: 50px;
}
#transition .transition_contents h3{
  margin-bottom: 30px;
  font-size: 24px;
  color: #2C356A;
  text-align: center;
}
#transition .transition_contents .transiiton-title {
  font-size: 38px;
  color: #F42121;
}
#transition .transition_contents .transition_contents_col{
  display: flex;
  justify-content: space-between;
}
#transition .transition_contents .transition_contents_col p{
  font-weight: bold;
  max-width: 420px;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 3px;
}
#transition .transition_contents .transition_contents_col img{
  display: block;
  margin: 0 auto;
  max-width: 410px;
  width: 100%;
}
@media screen and (max-width:1024px){
  #transition .transition_wrap{
    padding: 30px 10px;
  }
  #transition .transition_contents h3{
    margin-bottom: 15px;
    font-size: 14px;
  }
  #transition .transition_contents .transiiton-title {
    font-size: 20px;
  }
  #transition .transition_contents .transition_contents_col{
    display: block;
  }
  #transition .transition_contents .transition_contents_col p{
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

#merit .inner {
  margin: auto;
  max-width: 1000px;
}
#merit .merit_img {
  margin: 30px auto 0;
  max-width: 1000px;
  width: 90vw;
}
#merit .merit_img img{
  width: 100%;
}
/* #merit .grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
#merit .grid::after {
  clear: both;
  content: "";
  display: inline-block;
  overflow: hidden;
}
#merit .col {
  flex: 1;
  margin: 2rem 2rem 0 2rem;
  padding-right: 2rem;
}
#merit .col:first-child {
  position: relative;
}
#merit .col:first-child::after {
  position: absolute;
  content: "";
  width: 6rem;
  height: 6.5rem;
  background: url(../img/merit_bg_pc.png) no-repeat;
  background-size: 6rem;
  right: -5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
#merit .col:last-child {
  padding-right: 0;
  padding-left: 2rem;
}
#merit .col h3 {
  font-size: 2rem;
  margin-bottom: 1em;
  padding: .4rem;
  text-align: center;
  background: #2c356a;
  color: #fff;
}
#merit .col>div:first-child img {
  width: 100%;
}
#merit .col .img-block {
  text-align: center;
}
#merit .txt-block {
  padding-top: 2rem;
  line-height: 2.8rem;
} */
#performance .inner {
  margin: auto;
  padding-bottom: 3rem;
}
.company-logos {
  padding-top: 3rem;
}
.company-logos .company-logos-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.company-logos .company-logos-item img{
  display: block;
  width: 180px;
}
@media screen and (max-width:768px){
  .company-logos .company-logos-item img{
    width: 120px;
  }
}
@media screen and (max-width:350px){
  .company-logos .company-logos-item img{
    width: 100px;
  }
}
#interview .inner {
  margin: auto;
}
.inte_left {
  float: left;
}
.left_img {
  position: relative;
  display: inline-block;
  max-width: 35.6rem;
  margin: 0 auto;
}
.left_img::before {
  content: "";
  position: absolute;
  background: url(../img/inte_parts.png) no-repeat;
  background-size: auto;
  width: 16rem;
  height: 10rem;
  top: 0;
  z-index: 1;
  zoom: 1;
}
.inte_right {
  padding-left: 3rem;
  float: right;
}
.inte_right ul li {
  display: table;
  padding-bottom: 1rem;
}
.inte_right .text_box {
  display: table-cell;
  width: 45.5rem;
  padding-left: 2rem;
  line-height: 2.6rem;
}
.inte_box {
  padding-bottom: 8rem;
  margin-top: 6rem;
}
.inte_box:last-child {
  padding-bottom: 0;
  margin-top: 0;
}
.inte_box h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  border-bottom: .3rem dotted #11a7ca;
  padding-bottom: 1rem;
}
.inte_info, .inte_voice, .inte_content {
  display: table-cell;
  font-size: 1.8rem;
  vertical-align: middle;
  text-align: center;
  background: #11a7ca;
  color: #fff;
  width: 12rem;
}
.contact {
  background: #11a7ca;
}
.contact .contact_desc {
  font-size: 2.2rem;
  margin-bottom: 1em;
  text-align: center;
  border: 1px solid #fff;
  padding: 2rem;
  line-height: 3.6rem;
}
.contact_link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f7ed29;
  border-radius: 4px;
  box-shadow: 0 .3rem .1rem rgba(0, 0, 0, .5);
  color: #000;
  font-size: 2.6rem;
  padding: .6em 4em;
  position: relative;
  transition: all;
  font-weight: bold;
  white-space: nowrap;
}
.contact_link:before {
  content: "";
  position: absolute;
  width: .5em;
  height: .5em;
  border-right: .4rem solid #000;
  border-bottom: .4rem solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: .8em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact_link:hover {
  transform: translateY(2px);
  box-shadow: none;
  background-color: #fff97f;
  transition: all;
}
.contact .tel {
  margin: auto;
  max-width: 40rem;
}
.sp_only {
  display: none;
}
/* #interview p {
  text-align: center;
} */
@media screen and (max-width: 980px) {
#transition .col>.txt-block {
  float: none;
  padding-left: 0;
  width: auto;
  padding-top: 0;
  margin: 0 auto;
}
#transition .col>.img-block {
  float: none;
  margin: 0 auto;
  width: auto;
  text-align: center;
}
#transition .col>.img-block img {
  max-width: 70%;
}
#transition .col h3 {
  text-align: center;
}
#transition br {
  display: none;
}
.inte_left {
  float: none;
  text-align: center;
}
.inte_right {
  float: none;
  padding-left: 0;
  padding-top: 1.5rem;
}
.inte_box h3 {
  text-align: center;
}
.inte_right .text_box {
  width: auto;
}
}

/* インタビュー記事 20190516 */

.interct_inner{
    border: solid 1px #eee;
    padding: 1.2em 0.5em 2.0em 0.5em;
    /*width:47%;*/
    display: inline-block;
}


.inter_cont{
    /* text-align:center; */
    /* padding:2.0em; */
    margin-top: 2.0em;
}

/* .inter_cont h3{
    font-size: 1.2em;
    padding-bottom: 1.0em;
} */

.company{
    font-size: 1.0em;
    padding-bottom: 1.0em;
}

.company span{
    font-weight: bold;
}


/* .inter_img{
    padding: 2.0em 2.0em 0.5em 2.0em
} */


.inter_inner {
  margin: 0 auto 70px;
  background:linear-gradient(180deg,#ffffff 0%,#ffffff 15%,#CCEBF2 15%,#CCEBF2 100%);
}
.inter_inner_bottom {
  padding-top: 10px;
  padding-right: 40px;
}
.inter_inner-pc {
  display: flex;
  margin-bottom: 20px;
  max-width: 1000px;
  width: 100%;
}
.inter_img {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-right: 30px;
}
.inter_img_desc {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: #2B3D65;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.inter_head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.inter_head img {
  width: 50px;
  margin-right: 20px;
}
.inter_head h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  color: #2C356A;
}
.inter_text_before {
  position: relative;
}
.inter_text_before_left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  margin-right: 15px;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
}
.inter_text_before_right {
  padding: 10px 10px 10px 100px;
  font-size: 16px;
  font-weight: bold;
}
.inter_text_arrow img {
  width: 10px;
  margin: 5px 0 10px 30px;
}
.inter_text_after {
  position: relative;
  background-color: #ffffff;
}
.inter_text_after_left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  margin-right: 15px;
  background-color: #52AFDF;
  color: #ffffff;
  font-size: 18px;
}
.inter_text_after_right {
  padding: 10px 10px 10px 100px;
  font-size: 16px;
  font-weight: bold;
}
.inter_text_after_right span {
  background-image: linear-gradient(transparent 70%, #FFFE20 30%);
}
.inter_inner .more-btn {
  display: none;
}
.inter_inner .close {
  background-color: #333333;
}
.inter_desc_top {
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 15px;
  line-height: 25px;
}
.inter_desc_bottom {
  text-align: right;
  font-size: 13px;
}
.inter_desc_bottom span {
  padding: 5px 3px;
  border: 1px solid #000000;
  margin-right: 10px;
}

@media screen and (max-width:1024px){
  .inter_inner {
    margin: 0 auto 30px;
    padding: 10px 10px 20px;
    max-width: 500px;
    width: 100%;
    background: #CCEBF2;
  }
  .inter_inner-pc {
    display: block;
  }
  .inter_inner_bottom {
    padding-right: 0px;
  }
  .inter_img {
    max-width: 500px;
    margin-right: 0;
  }
  .inter_img img {
    height: auto;
  }
  .inter_head {
    margin-bottom: 10px;
  }
  .inter_head h3 {
    font-size: 15px;
  }
  .inter_text_arrow img {
    margin: 20px 0 10px 30px;
  }
  .inter_text_before_left {
    font-size: 16px;
    padding: 5px;
  }
  .inter_text_before_right {
    padding: 0px 10px 0 80px;
    font-size: 14px;
  }
  .inter_text_after_left {
    font-size: 16px;
    padding: 5px;
  }
  .inter_text_after_right {
    padding: 8px 10px 10px 80px;
    font-size: 14px;
  }
  .inter_desc_top {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 13px;
    line-height: 20px;
  }
  .inter_inner .close {
    background-color: #333333;
  }
}

@media screen and (max-width:769px){
  .inter_inner .more-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto 0;
    max-width: 350px;
    width: 100%;
    height: 35px;
    color: #fff;
    background-color: #52AFDF;
    font-size: 14px;
  }
}

@media screen and (max-width:400px){
  .inter_text_arrow img {
    margin: 5px 0 10px 30px;
  }
}

/*li.name{
    vertical-align: middle;
    margin-right: 0.8em;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
}


li.person{
    display: inline-block;
}

li.status{
    margin: 0.2em auto 1.3em;
    width: 20%;
    border: solid 1px #333;
}
*/

.interct_inner.inner01 {
    margin-right: 1.0rem;
}

.name{
    vertical-align: super;
    margin-right: 0.8em;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
}

.person{
    display: inline-block;
    vertical-align: baseline;
}

.status{
    margin: 0.2em auto 1.3em;
    /*width: 20%;*/
    border: solid 1px #333;
}


.btn_modal01{
    margin: 0 auto;
    width: 30%;
    /* border: solid 1px #333; */
    background-color: #333;
    padding: 1.2em;
    border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}

.btn_modal01 a{
    color:#fff;
}



* {
  box-sizing: border-box;
}
body {
  font-family:'Avenir','Helvetica, Neue','Helvetica','Arial';
}


/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 4; /*サイトによってここの数値は調整 */
  top: 130px;
  /*top: 100px;*/
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modalBg {
  width: 100%;
  height: 250%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0%);
    /*transform: translate(-50%,-50%);*/
    /*max-width: 60%;*/
    padding: 1.2em;
    background-color: #fff;
    width: 800px;
    margin-bottom: 50px;
    /*overflow : auto;*/
    /*overflow-y: auto;*/
    /*max-height: 90%;*/
}

.closeModal {
  position: absolute;
  top: 0.1rem;
  right: 1rem;
  cursor: pointer;
  font-size: 2.5rem;
}


/* 以下ボタンスタイル */
button {
    color: #fff;
    padding: 1.5em;
    background-color: #11a7ca;
    border: 1px solid #11a7ca;
    border-radius: 6px;
    cursor: pointer;
}
/*#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}*/


.photo_r {
    width:100%;
    /*width: 350px;
    height: 232px;*/
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: #ccc;
    float: left;
}

.modalcont_inner {
    padding: 1.2em 1.0em 2.0em 1.0em;
}


.modalcont_info h1{
    font-size:1.2em;
    margin-bottom: 1.0em;
}

.modalcont_info {
    margin: 0 auto;
    /*margin-right: 1.2em;*/
    vertical-align: middle;
    display: inline-block;
}

#interview p.txt_l {
    text-align: left !important;
    line-height: 1.6em;
    margin-bottom: 1.2em;
}

#interview .interview_cont p {
    margin: 0 0 20px 0;
    padding: 0;
}

#interview .interview_cont p hr {
    height: 0;
    margin-bottom: 40px;
    padding: 0;
    border: 0;
    clear: both;
}

.interview_cont {
    width: 98%;
    margin: 0 auto;
}


.modalWrapper .close-area {
    margin: 30px auto 100px 0;
    padding: 10px 0;
    text-align: center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}



@media screen and (max-width: 942px) {
.interct_inner.inner01 {
    margin-right: 0;
    margin-bottom: 1.2em;
}
}


/* @media screen and (max-width: 855px) {
.contact_link {
  margin-top: 3rem;
} */

.modalWrapper {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0%);
    /*transform: translate(-50%,-50%);*/
    /*max-width: 60%;*/
    padding: 1.2em;
    background-color: #fff;
    width: 90%;
    margin-bottom: 50px;
    /*overflow : auto;*/
    /*overflow-y: auto;*/
    /*max-height: 90%;*/
}
}


/* @media screen and (max-width: 768px) {
.inter_cont h3{
    font-size: 1.2rem;
    padding-bottom: 1.0em;
} */

.name{
    vertical-align: inherit;
    margin-right: 0.8em;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
}

.status{
    margin: 0.2em auto 1.3em;
    /*width: 20%;*/
    border: solid 1px #333;
    font-size: 1.0rem;
}

.company span{
    font-weight: bold;
    font-size: 1.2rem;
}

button {
    color: #fff;
    padding: 1.0em;
    background-color: #11a7ca;
    border: 1px solid #11a7ca;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.0rem;
}


.modalcont_info h1 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1.0em;
}

#interview p.txt_l {
    text-align: left !important;
    line-height: 1.6em;
    margin-bottom: 1.2em;
    font-size: 1.5rem;
}


.modalArea {
    display: none;
    position: fixed;
    z-index: 4;
    top: 0px;
    left: 0;
    width: 100%;
    height: 110%;
    overflow: auto;
}

.interct_inner {
    padding-bottom: 1.2em;
    border: solid 1px #eee;
    display: inline-block;
}



/* @media screen and (max-width: 580px) {
.inter_img {
    padding: 1.0em 1.0em 0.8em 1.0em;
} */

.photo_r {
    text-align: center;
    width: 100%;
    /* width: 350px; */
    /* height: 232px; */
    /* margin-right: 20px; */
    margin-bottom: 10px;
    background-color: #ccc;
    /* float: left; */
}

.modalcont_info h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1.0em;
}

}


@media screen and (max-width: 375px) {
.photo_r {
    text-align: center;
    width: 100%;
    /* width: 350px; */
    /* height: 232px; */
    /* margin-right: 20px; */
    margin-bottom: 10px;
    background-color: #ccc;
    /* float: left; */
}

.modalBg {
    width: 100%;
    height: 300%;
    background-color: rgba(30,30,30,0.9);
}


#interview p.txt_l {
    text-align: left !important;
    line-height: 1.6em;
    margin-bottom: 1.2em;
    font-size: 1.5rem;
}

}

@media screen and (max-width: 1024px) {
  .header_inner .tel {
    display: none;
  }
}

/* @media screen and (max-width: 855px) {
.contact_link {
  margin-top: 3rem;
}
} */

@media screen and (max-width: 768px) {
html {
  font-size: calc(100vw/40);
}
body {
  font-size: 1.4rem;
}
p br,  .sp_txt-break,  .toggle-area {
  display: none;
}
body>[id]:not(#header):not(#footer) .inner:nth-child(1) {
  padding-bottom: 3rem;
  margin: auto 1em;
}
body>[id]:not(#header):not(#footer) .inner:nth-child(1) h2 {
  font-size: 2.1rem;
}
body>[id]:not(#header):not(#footer) .inner:nth-child(1)>p {
  padding-bottom: 1.5em;
  text-align: left;
  margin-top: 3rem;
}
body>[id]:not(#header):not(#footer) .inner:nth-child(1) h2::after {
  width: auto;
}
.sp_only {
  display: block;
}
.inner:nth-child(1) {
  padding-top: 3rem;
}
h2 span {
  font-size: 1.4rem;
}
.wrap {
  min-width: auto;
}
#pagetop {
  right: 1.5rem;
  bottom: 1.5rem;
}
.header {
  height: auto;
  position: fixed;
}
.header_inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 5px;
  width: auto;
  overflow: hidden;
  height: 50px;
}
.header_inner .logo {
  margin: 0;
  float: none;
}
.header_inner .logo a {
  display: block;
  width: 10rem;
}
.header_inner .logo img {
  display: block;
  height: auto;
  max-width: 350px;
  width: 100%;
}
.hd_right {
  width: auto;
}
.contact_btn {
  margin: 0;
  float: none;
}
a.btn_hd:hover {
  background-color: #f7ed29;
}
.nav {
  padding-bottom: .3rem;
  padding-top: .3rem;
  position: relative;
  top: 5px;
  z-index: auto;
  margin-top: 0;
}
.nav ul {
  margin-bottom: 0;
  margin-top: 0;
  width: auto;
}
.nav ul li {
  width: 33%;
  font-size: 1.4rem;
  margin-bottom: .3em;
  margin-top: .3em;
}
.nav ul li:last-child::after {
  content: none;
}
.nav ul li:nth-child(1)::before, .nav ul li:nth-child(4)::before {
  content: none;
}
.nav ul li::before {
  height: 2rem;
}
.nav ul li a {
  background-color: #11a7ca;
  color: #fff;
  padding: 0;
  font-size: 1.2rem;
}
.nav ul li a:hover {
  opacity: 1;
}
.nav li a.nav_arrow {
  color: #fff;
  display: block;
}
.nav li a.nav_arrow::after {
  content: none;
}
.header_inner a.btn_hd {
  font-size: 13px;
  padding: .8rem 3rem .5rem 4rem;
  max-width: 210px;
  width: 100%;
}
.header_inner a.btn_hd.arrow::before {
  left: .5rem;
}
.header_inner .tel {
  display: none;
}
.mainimg {
  margin-top: 50px;
  padding-top: 0;
}
/* .mainimg img {
  display: block;
} */
.actual {
  margin-top: 2rem;
}
/* .actual h2 {
  padding-bottom: 2rem;
} */
.actual .actualt_text {
  width: 90%;
}
/* .actual ul {
  padding-left: 1rem;
  width: auto;
} */
.actual ul li {
  padding: 0;
  width: 33%;
}
.actual ul li .actual_item {
  padding: 50% 2.2rem 0;
}
.actual ul li .actual_item_top {
  font-size: 1.2rem;
}
.actual ul li .actual_item_bottom {
  font-size: 1.4rem;
}
.actual ul li .actual_item_bottom span {
  font-size: 1.8rem;
}
.actual ul li .actual_memo {
  font-size: .8rem;
  padding-right: .5rem;
  text-indent: -.8rem;
  line-height: 1;
}
.actual img {
  width: 90%;
  margin: 0 auto;
}
#telework .inner {
  padding-top: 3rem;
}
/* #telework img {
  margin-top: 3rem;
} */
.tele_under p {
  text-align: left;
}
.under_box {
  padding: 1rem 4rem;
  font-size: 1.6rem;
}
.tele_under p, #service .inner p, #service .inner p, #merit .txt-block, #transition .col>.txt-block p {
  line-height: 1.5;
}
#service .inner_img {
  padding-top: 0;
}
/* #merit .col {
  margin: 1em 0;
  flex: 1 auto;
  padding-right: 0;
}
#merit .col:last-child {
  padding-left: 0;
  margin-top: 7em;
}
#merit .col h3 {
  font-size: 1.7rem;
}
#merit .col:first-child::after {
  position: absolute;
  content: "";
  width: 5.5rem;
  height: 5.9rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/merit_bg_pc.png) no-repeat;
  background-size: 5.5rem;
  bottom: -8.2rem;
  right: 0;
  left: 0;
  top: auto;
  margin: auto;
}
#merit .col:last-child .img-block {
  height: auto;
}
#merit .col img {
  width: 100%;
}
#merit .grid {
  margin-top: 2rem;
} */
/* #transition .col {
  padding: 2rem;
  margin-top: 3rem;
}
#transition .col h3 {
  font-size: 1.6rem;
  text-align: center;
}
#transition .col h3 br {
  display: none;
}
#transition .col .img-block {
  float: none;
  width: auto;
  text-align: center;
}
#transition .col .img-block img {
  width: 100%;
  max-width: 100%;
}
#transition .col .txt-block {
  float: none;
  width: auto;
}
#transition .col>.txt-block {
  padding: 0;
} */
.company-logos {
  padding-top: 0;
}
#interview .inner {
  padding-top: 0;
}
.inte_info, .inte_voice, .inte_content {
  width: 10rem;
  font-size: 1.5rem;
}
.inte_right .text_box {
  width: auto;
  line-height: 1.5;
}
.inte_box {
  padding-bottom: 4rem;
  margin-top: 3rem;
}
.inte_box h3 {
  font-size: 1.6rem;
}
.contact .inner {
  margin: 0 1em;
  padding-bottom: 3rem;
}
.contact .contact_desc {
  font-size: inherit;
  line-height: 1.5;
  /* margin-bottom: 2rem; */
}
.contact_link {
  font-size: 1.6rem;
  padding: .7em 5em;
  margin-top: 2rem;
}
.contact_link:hover {
  background-color: #f7ed29;
}
.contact_link:before {
  left: 3.5em;
  border-right: .3rem solid #000;
  border-bottom: .3rem solid #000;
}
.contact .btn-service {
  display: block;
  padding: 0;
}
.btn-service .btn-service-left-text {
  padding: 10px 5px 10px 50px;
  font-size: 13px;
}
.btn-service .btn-service-left-text br{
  display: block!important;
}
.btn-service .btn-service-left-num {
  font-size: 13px;
}
.btn-service .btn-service-left-num br {
  display: block!important;
}
.btn-service .btn-service-left-num a {
  font-size: 27px;
}
.btn-service .btn-service-left-text:before {
  width: 23px;
  height: 30px;
}
/* .btn-service a:first-child {
  padding-right: 0;
}
.btn-service img {
  width: 100%;
  max-width: 90%;
} */
.footer {
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 0 1em;
  width: auto;
}
.footer .company {
  width: auto;
}
.footer .company {
  float: none;
}
.footer .logo {
  display: table-cell;
  float: none;
  margin-right: 0;
  width: 12%;
}
.footer .logo img {
  width: 100%;
}
.footer .company-name {
  display: table-cell;
  padding-left: .5em;
  vertical-align: middle;
}
.footer .company-name+* {
  clear: left;
  padding-top: 1em;
}
.footer .p_mark {
  margin-left: auto;
}
.footer .p_mark img {
  float: left;
  margin-right: 0;
  padding-right: .5em;
  width: 50px;
}
.footer .p_mark p {
  display: inline;
  margin-top: 0;
}
.footer .p_mark br {
  display: none;
}
#interview p {
  text-align: left;
}
}

@media screen and (max-width:500px){
  .header_inner .logo img {
    max-width: 170px;
  }
}

@media screen and (max-width:400px){
  .btn-service .btn-service-left-text {
    font-size: 10px;
  }
  .btn-service .btn-service-left-num {
    font-size: 10px;
  }
  .btn-service .btn-service-left-num a {
    font-size: 20px;
  }
}

#toform .inner {
  margin: auto;
}

form#mail_form{
	margin : 50px auto;
  padding : 20px 0;
  max-width: 1000px;
  width: 90vw;
	background : #ffffff;
	border : 1px solid #cccccc;
	border-radius : 5px;
	box-shadow : 0 0 7px rgba( 0, 0, 0, 0.2 );
}

.form form h2 {
  position: relative;
  margin: 0 auto 30px;
  padding: 5px;
  max-width: 800px;
  width: 95%;
  background-color: #5c8db9;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
}

.form form h2:before {
  color: #fff;
  position: absolute;
  content: '';
  top: 100%;
  left: 10px;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #959e9b;
}

form#mail_form dl{
  max-width: 600px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 13px;
}

/* form#mail_form dl dt{
	padding : 0;
	font-size :18px;
	text-align : left;
} */
form#mail_form dl dt {
  clear: both;
  width: auto;
  text-align: left;
  font-size: 15px;
  float: left;
  padding: 15px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* form#mail_form dl dd{
	margin : 0 0 25px 0;
	padding : 0 0 0 75px;
	font-size :18px;
	text-align : left;
	clear : both;
} */
form#mail_form dl dd{
	width: 55%;
  float: right;
  padding: 8px 0 15px;
  font-size: 11px;
}

form#mail_form dd :nth-of-type(13),
form#mail_form dd :nth-of-type(14),
form#mail_form dd :nth-of-type(16){
	width: 100%!important;
}

form#mail_form dl dd small{
	font-size: 13px;
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form input[type="number"] {
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 2px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 15px;
  font-family: inherit;
}

form#mail_form select {
  font-size: 15px;
  font-family: inherit;
  height: 40px;
  border: 1px solid #cccccc;
  background: #fafafa;
}

form#mail_form textarea {
  display: block;
  max-width: 100%;
  padding: 2px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: inherit;
}

form .form-gender {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

form .form-gender li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

form .form-gender li span{
  font-size: 15px;
}

form .form-gender label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

form .form-gender .gender {
  width: 15px;
  height: 15px;
  margin: 0;
}

form .form-birth {
  font-size: 12px;
}

form #year {
  width: 30%;
}

form #month {
  width: 20%;
}

form #date {
  width: 20%;
}

form .w-100 {
  width: 100% !important;
}

form #w-100 {
  width: 100% !important;
}

form .fs-13 {
  font-size: 13px;
  line-height: 30px;
}

form .fs-10 a {
  color: blue;
}

form#mail_form dl dt span{
	font-size : 85%;
	color : #3377ff;
}


form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
  margin-left: 5px;
	display : inline-block;
	/* float : left; */
	color : #ffffff;
	line-height : 1;
	padding : 4px 5px;
  border-radius : 3px;
  font-size: 12px;
}

form#mail_form dl dt span.required{
	background : #d9534f;
	border : 1px solid #d43f3a;
}

form#mail_form dl dt span.optional{
	background : #337ab7;
	border : 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top : 3px;
}

#form_submit {
margin : 0 auto 40px auto;
text-align : center;
}

span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}

form#mail_form input[type="button"]{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 9px 15px;
  max-width: 400px;
  width: 90%;
  height: 50px;
  vertical-align: middle;
  line-height: 1;
  background-color: #00B466;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 15px;
}

form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #06e3ae;
	border : 1px solid #06e3ae;
}

form#mail_form input#form_submit_button{
	margin : 0 auto;
}

@media screen and (max-width:768px){
  form#mail_form dl dt {
    font-size: 13px;
  }
  form#mail_form dl dd {
    width: 57%;
    font-size: 12px;
  }
  form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form input[type="number"] {
    font-size: 13px;
  }
  form#mail_form select {
    position: relative;
    padding-left: 5px;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/arrow-bottom.png);
    background-repeat: no-repeat;
    background-size: 9px 9px;
    background-position: right 5px center;
  }
  form#mail_form textarea {
    font-size: 13px;
  }
  form#mail_form input[type="button"]{
    font-size: 13px;
  }
}

@media screen and (max-width:400px){
  .form form h2 {
    font-size: 17px;
}
  form#mail_form input[type="button"]{
    font-size: 11px;
  }
}

@media screen and (width: 414px){
  .inter_img_desc {
    bottom: -1px;
  }
}

/* new code Sang add */
		section.form#lp-teleworker-form {
			margin: 50px auto;
			padding: 20px 0;
			max-width: 1000px;
			width: 90vw;
			background: #ffffff;
			border: 1px solid #cccccc;
			border-radius: 5px;
			box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
			width: 100%;
		}
		/*
	  	@media screen and (max-width: 1000px) {
			section.form#lp-teleworker-form {
			  width: 95%;
			}
		}
		*/

		section.form#lp-teleworker-form .hbspt-form form {
			max-width: 960px;
			width: 95%;
			margin: 0 auto;
			overflow: hidden;
			font-size: 13px;
		}

		section.form#lp-teleworker-form .hbspt-form form .hs-form-field {
			border-top: 1px solid #cccccc;
			padding-top: 34px;
			padding-bottom: 34px;
			position: relative;
		}

		section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-call_ng {
			border-top: unset;
			display: block;
			margin-left: 0;
			padding-top: 0;
		}
		section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-lastname {
			border-top: unset;
		}
		@media screen and (min-width: 768px) {
			section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-call_ng {
				margin-left: 34rem;
			}
		}

		section.form#lp-teleworker-form .hbspt-form form .hs-form-field .input {
			margin-top: 4.7rem;
		}
		section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-personal_information .input {
			margin-left: 4rem;
		}
		section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-call_ng .input {
			margin-top: 2rem;
		}
		section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-call_ng .input strong {
			font-weight: normal;
		}
		section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-call_ng legend strong {
			font-weight: normal;
		}
		@media screen and (min-width: 768px) {
			section.form#lp-teleworker-form .hbspt-form form .hs-form-field .input {
				margin-top: unset;
			}
		}
		section.form#lp-teleworker-form .hbspt-form form .hs-form-field > label span {
			margin-left: 1rem;
			float: left;
		}
		@media screen and (min-width: 768px) {
			section.form#lp-teleworker-form .hbspt-form form .hs-form-field > label span {
				margin-right: 3rem;
				float: right;
			}
		}

		section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-disability_ {
			display: block;
		}
		@media screen and (min-width: 768px) {
			section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-disability_ {
				display: flex;
			}
		}
		section.form#lp-teleworker-form .hbspt-form form .hs-form-field.hs-disability_ .input {
			width: 80% !important;
		}

		section.form#lp-teleworker-form h2 {
			text-align: center;
			font-size: 2rem;
			font-weight: bold;
			color: #454545;
		}

		section.form#lp-teleworker-form h2::before {
			color: #fff;
			position: absolute;
			content: '';
			top: 100%;
			left: 10px;
			border: none;
			border-right-color: currentcolor;
			border-right-style: none;
			border-right-width: medium;
			border-bottom-color: currentcolor;
			border-bottom-style: none;
			border-bottom-width: medium;
			border-bottom: solid 15px transparent;
			border-right: solid 20px #959e9b;
		}

		section.form#lp-teleworker-form .form-columns-1,
		section.form#lp-teleworker-form .form-columns-2,
		section.form#lp-teleworker-form .form-columns-3 {
			display: flex;
			flex-wrap: wrap;
		}
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field,
		section.form#lp-teleworker-form .form-columns-2 .hs-form-field,
		section.form#lp-teleworker-form .form-columns-3 .hs-form-field {
			width: 100% !important;
			float: none !important;
			display: block;
			justify-content: space-between;
			padding: 8px 0 15px;

		}
		@media screen and (min-width: 768px) {
			section.form#lp-teleworker-form .form-columns-1 .hs-form-field,
			section.form#lp-teleworker-form .form-columns-2 .hs-form-field,
			section.form#lp-teleworker-form .form-columns-3 .hs-form-field {
				width: 100% !important;
				float: none !important;
				display: inline-flex;
				justify-content: space-between;
				padding: 8px 0 15px;

			}
		}
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field > label,
		section.form#lp-teleworker-form .form-columns-2 .hs-form-field > label,
		section.form#lp-teleworker-form .form-columns-3 .hs-form-field > label{
			font-size: 15px;
		}
		section.form#lp-teleworker-form .hs-form-field > label span strong {
			font-weight: normal;
		}
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field > label .hs-form-required,
		section.form#lp-teleworker-form .form-columns-2 .hs-form-field > label .hs-form-required,
		section.form#lp-teleworker-form .form-columns-3 .hs-form-field > label .hs-form-required {
			display: none;
		}
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-disability_ ,
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-job_change {
			width: 100% !important;
			display: block;
			padding: 8px 0 15px;
		}
		@media screen and (min-width: 768px) {
			section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-job_change {
				display: flex;
			}
		}
		section.form#lp-teleworker-form .form-columns-1 .hs-personal_information {
			display: block;
		}

		section.form#lp-teleworker-form .hs-form-field label,
		section.form#lp-teleworker-form .hs-form-field label,
		section.form#lp-teleworker-form .hs-form-field label {
			width: 45%;
		}

		section.form#lp-teleworker-form .hs-form-field div.input,
		section.form#lp-teleworker-form .hs-form-field div.input,
		section.form#lp-teleworker-form .hs-form-field div.input {
			width: 80%;
			margin-right: 30rem;
		}
		section.form#lp-teleworker-form .hs-form-field.hs-disability_ div.input,
		section.form#lp-teleworker-form .hs-form-field.hs-job_change div.input {
			margin-right: 1rem;
		}
		@media screen and (min-width: 768px) {
			section.form#lp-teleworker-form .hs-form-field div.input,
			section.form#lp-teleworker-form .hs-form-field div.input,
			section.form#lp-teleworker-form .hs-form-field div.input {
				width: 40%;
			}
		}

		section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-disability_ .input,
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-job_change .input,
		section.form#lp-teleworker-form .form-columns-3 .hs-form-field.hs-state .input select {
			width: 80% !important;
		}
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-disability_ label span {
			padding: 15px 0;
		}
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-disability_ .input,
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-job_change .input {
			padding: 8px 0 15px;
		}



		section.form#lp-teleworker-form .form-columns-1 .hs-form-field div.input textarea {
			display: block;
			max-width: 100%;
			padding: 2px 2%;
			resize: vertical;
			border: 1px solid #cccccc;
			border-radius: 3px;
			background: #fafafa;
			-webkit-appearance: none;
			font-size: 16px;
			font-family: inherit;
			height: 80px;
		}


		section.form#lp-teleworker-form .form-columns-2 .hs-form-field ul.hs-error-msgs,
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field ul.hs-error-msgs,
		section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-birthday ul.hs-error-msgs,
		section.form#lp-teleworker-form .form-columns-3 .hs-form-field.hs-state ul.hs-error-msgs,
		section.form#lp-teleworker-form .form-columns-3 .hs-form-field.hs-city ul.hs-error-msgs,
		section.form#lp-teleworker-form .hs-gender_ .hs-error-msgs {
			position: absolute;
			top: 11rem;
			left: 0;
			width: 100%;
			color: #ff0000;
		}
		@media screen and (min-width: 768px) {
			section.form#lp-teleworker-form .form-columns-2 .hs-form-field ul.hs-error-msgs,
			section.form#lp-teleworker-form .form-columns-1 .hs-form-field ul.hs-error-msgs,
			section.form#lp-teleworker-form .form-columns-1 .hs-form-field.hs-birthday ul.hs-error-msgs,
			section.form#lp-teleworker-form .form-columns-3 .hs-form-field.hs-state ul.hs-error-msgs,
			section.form#lp-teleworker-form .form-columns-3 .hs-form-field.hs-city ul.hs-error-msgs,
			section.form#lp-teleworker-form .hs-gender_ .hs-error-msgs {
				bottom: 1rem;
				top: 7rem;
				left: 34rem;
			}
		}

		section.form#lp-teleworker-form .hs-form-field ul.hs-error-msgs li {
			padding: 1.5rem 0;
		}


		section.form#lp-teleworker-form .hs-gender_ .input ul.inputs-list li {
			padding-bottom: 1rem;
			padding-top: 1rem;
		}


		section.form#lp-teleworker-form .hbspt-form fieldset .hs-form-field .input input[type="text"],
		section.form#lp-teleworker-form .hbspt-form fieldset .hs-form-field .input input[type="email"],
		section.form#lp-teleworker-form .hbspt-form fieldset .hs-form-field .input input[type="tel"],
		section.form#lp-teleworker-form .hbspt-form fieldset .hs-form-field .input input[type="number"] {

			max-width: 100%;
			width: 100%;
			height: 40px;
			padding: 2px 2%;
			border: 1px solid #cccccc;
			border-radius: 3px;
			background: #fafafa;
			-webkit-appearance: none;
			font-size: 15px;
			font-family: inherit;
		}

		section.form#lp-teleworker-form .hbspt-form fieldset .hs-form-field .input select {
			font-size: 15px;
			font-family: inherit;
			height: 40px;
			border: 1px solid #cccccc;
			background: #fafafa;
		}

		section.form#lp-teleworker-form .hs-gender_ .hs-field-desc { display: none !important; }
		section.form#lp-teleworker-form .hs-gender_ input.hs-input {
			width: 15px;
			height: 15px;
			margin: 0;
		}

		section.form#lp-teleworker-form .hbspt-form fieldset .hs-form-field.hs-personal_information a {
			color: #4040ff;
		}


		section.form#lp-teleworker-form .form-columns-2 .hs-lastname > label::before,
		section.form#lp-teleworker-form .form-columns-2 .hs-firstname > label::before,
		section.form#lp-teleworker-form .form-columns-2 .hs-furigana > label::before,
		section.form#lp-teleworker-form .form-columns-2 .hs-furigana_2 > label::before,
		section.form#lp-teleworker-form .form-columns-2 .hs-mobilephone > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-email > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-birthday > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-gender_ > label::before,
		section.form#lp-teleworker-form .form-columns-2 .hs-state > label::before,
    section.form#lp-teleworker-form .form-columns-3 .hs-state > label::before,
		section.form#lp-teleworker-form .form-columns-3 .hs-hindrance_category > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-hindrance_type > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-disability_notebook > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-employment_status > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-fieldtype-checkbox > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-fieldtype-select > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-n1_ > label::before
		{
			font-size: 85%;
			padding: 6px 9px;
			content: "必須";
			background: #d9534f;
			border: 1px solid #d43f3a;
			border-radius: 3px;
			color: #fff;
			float: left;
		}

		section.form#lp-teleworker-form .form-columns-3 .hs-address > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-disability_ > label::before,
		section.form#lp-teleworker-form .form-columns-1 .hs-job_change > label::before,
    section.form#lp-teleworker-form fieldset .hs-city > label::before {
			font-size: 85%;
			padding: 6px 9px;
			content: "任意";
			background: #337ab7;
			border: 1px solid #2e6da4;
			border-radius: 3px;
			color: #fff;
			float: left;
		}

		section.form#lp-teleworker-form .form-columns-1 .hs-personal_information legend.hs-field-desc {
			font-size: 15px;
		}
		section.form#lp-teleworker-form .form-columns-1 .hs-personal_information legend.hs-field-desc strong {
			font-weight: lighter;
			font-size: 15px;
			margin-left: 14px;
		}

		section.form#lp-teleworker-form .hs-form-booleancheckbox-display span {
			font-size: 15px;
		}
		section.form#lp-teleworker-form .hs-form-booleancheckbox-display span strong {
			font-weight: normal;
		}
		section.form#lp-teleworker-form .form-columns-1 .hs-personal_information legend.hs-field-desc strong::before {
			font-size: 85%;
			padding: 6px 9px;
			content: "必須";
			background: #d9534f;
			border: 1px solid #d43f3a;
			border-radius: 3px;
			color: #fff;
			float: left;
		}

		section.form#lp-teleworker-form .hs-submit .actions input.hs-button {
			display: flex;
			padding: 10px 15px;
			vertical-align: middle;
			line-height: 1;
			background: #5cb85c;
			border: 1px solid #4cae4c;
			border-radius: 3px;
			color: #ffffff;
			font-family: inherit;
			-webkit-appearance: none;
			font-size: 100%;

			margin: 0 auto;
		}

    section.form#lp-teleworker-form .hbspt-form .hs-dependent-field {
      width: 100% !important;
    }

/* End new code */

/* TOKYO PRO Market logo */
.certification-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.certification-column {
    flex: 1;
    margin: 0 1rem;
    min-width: 300px;
}

.certification-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    background-color: #ffffff; /* 背景色を白に設定 */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 軽い影を追加 */
}

.certification-item img {
    width: 80px;
    height: auto;
    margin-right: 1rem;
}

.pmark-logo img{
    padding: 0.5rem 0px 0.5rem 0px;
}

.certification-item p {
    font-size: 1.4rem;
    color: #333;
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .certification-section {
        flex-direction: column;
    }

    .certification-column {
        margin-bottom: 1rem;
    }

    .certification-item {
        justify-content: left;
    }

    .pmark-logo img{
        padding: 0.5rem 0 0.5rem 0;
    }

    .pmark-text p{
        margin-left:1rem;
    }

    .tosho-logo img{
        width: 50px;
    }
}

/* TOKYO PRO Market logo END */
