@charset"UTF-8";

/* HTML5 の新要素をブロックレベル要素として宣言 */
article, aside, dialog, figure, footer, header, hgroup, menu, legend, nav, section {
    display: block;
}

* {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  line-height: 130%;
}

/*----------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  padding-top: 122px;
  scroll-padding-top: 122px;
  scroll-behavior: smooth;
  color: #1a1a1a;
}

body {
  font: 500 1.4rem/1.6 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",'游ゴシック',"メイリオ", "Meiryo",'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

a img:hover, button:hover, .btn a:hover, a:hover {
  opacity: 0.6;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

/*----------------------------------------------------------------------*/
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.top {
  font-size: 8pt;
  margin-left: 710px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*----------------------------------------------------------------------*/
.highlight {
  font-weight: bold;
  font-size: 1.6rem;
}

/*----------------------------------------------------------------------*/
input[type=text] {
  padding: 5px;
  font-size: 1.6rem;
  color: #333;
  border: 1px solid #999;
  border-radius: 3px;
  outline: none;
}
input[type=text]:focus {
  border-color: #69c;
}
.err_txt {
  color: #c00;
}

/*----------------------------------------------------------------------*/
#header {
  position: fixed;
  justify-content: space-between;
  padding-top: 10px;
  z-index: 1;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  top: 0;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  min-height: 110px;
}

#content {
  margin: 0 auto 0;
  padding: 0 0 30px;
  width: 100%;
  text-align: left;
  z-index: 0;
  position: relative;
}

#footer {
  clear: both;
  padding: 20px 10px 10px;
  font-size: 1.2rem;
  color: #f5f5f5;
  background-color: #232A31;
}

/*----------------------------------------------------------------------*/
.btn_view {
  display: inline-block;
  position: relative;
  margin: 20px;
  padding:10px 0;
  width: 160px;
  color: #999;
  border: 1px solid #999;
  background-color: #fff;
  transition: all  0.3s ease;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.btn_view:hover {
  color: #fff;
  background-color :#999;
}

/*----------------------------------------------------------------------*/
/*header*/
#header h1 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 5px;
}
#header h1 a {
  display: inline-block;
  max-width:300px;
}
#header .hd_nav {
  display: flex;
  justify-content: space-between;
  margin:0 5px;
}
#header .hq_nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
#header .comm_nav {
  flex-shrink: 0;
}
#header, #header .comm_nav, .hq_nav {
  display: flex;
}
#header .comm_nav p {
  margin-left: 20px;
}
.hq_nav li {
  font-size: 1.3rem;
  margin: 28px 20px 0 20px;
}
#header a {
  display: block;
}
#header ul {
  list-style-type: none;
  text-align: center;
  margin-bottom: 0;
}
.nav1 {
  font-size: 1.9rem;
}
.nav2 {
  font-size: 1.4rem;
  color: #4b4b4b;
  line-height: 2;
}
.nav3 {
  font-size: 1.8rem;
}

/*----------------------------------------------------------------------*/
/*top_content*/
.top_image {
  background: no-repeat center url("../imgs/top_image.png");
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 20vw;
  margin-bottom: 30px;
  object-fit: cover;
  max-width: 1048px;
}
.top_text_box {
  background-color: rgba(255,255,255,0.4);
  width: 35%;
  height: 80%;
  position: relative;
  top: 2em;
  left: 50em;
}
.top_text_box p {
  font-size: 3.4rem;
}
.top_cont_box {
  margin: 0 auto;
  max-width: 1048px;
}
.top_cont_box h2 {
  font-size: 3.0rem;
  border-bottom: 2px solid #69c;
}
.top_cont_card {
  display: flex;
  flex-wrap: wrap;
  gap: 30px calc(44 / 1048 * 100%);
  padding: 1.5rem;
}
.card {
  border: 1px solid #e0e0e0;
  border-radius: 0.6rem;
  padding: 1.5rem;
  width: 40%;
}
.card h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #e0e0e0;
  color: #369;
}
.card p, .card a {
  padding-top: 12px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.top_services .card {
  padding-bottom: 0;
}
.top_services h4 {
  padding-top: 12px;
  font-size: 1.6rem;
  color: #69c;
}
.top_info h3 {
  font-size: 1.8rem;
}
.top_info .card {
  width: 90%;
  padding-bottom: 0;
}
.top_info .card p, .card a {
  font-size: 1.4rem;
}
.top_info .card a {
  text-decoration: underline;
  color: #0071BC;
}
.top_cont_company {
  padding: 10px 20px;
}
.top_cont_company th {
  padding: 5px;
  font-size: 1.4rem;
  vertical-align: top;
}
.top_cont_company td {
  padding: 5px;
  font-size: 1.4rem;
}
.top_recruit .top_cont_card {
  gap: 30px calc(20 / 1048 * 100%);
}
.top_recruit .card {
  width: 20%;
}
.top_recruit .card h3 {
  font-size: 1.8rem;
}
.top_recruit .card p {
  font-size: 1.5rem;
}

/*----------------------------------------------------------------------*/
/*footer*/
.foot_cont {
  display: flex;
  width: 90%;
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto;
}
.foot_com {
  font-size: 1.6rem;
}
.foot_nav {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  gap: 0 20px;
}
.foot_nav div {
  font-size: 1.6rem;
}
.foot_nav a {
  color: #f5f5f5;
}
.foot_nav ul {
  margin: 5px;
  list-style-type: none;
  text-align: left;
}
.foot_nav li {
  margin-left: 0;
  line-height: 1.5;
}
.copy {
  margin: 20px 0px;
  font-family: "Rubik","Roboto","Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: normal;
}

/*----------------------------------------------------------------------*/
.cont_box {
  margin: 30px auto;
  width: 100%;
}
.cont_box h2 {
  font-size: 3.5rem;
  font-weight: normal;
}
.cont_box h3 {
  display: inline;
  font-size: 2.0rem;
  font-weight: normal;
  border-bottom: 3px solid #69c;
}

.cont_inner {
  padding: 30px 20px;
}
.cont_inner table {
  width: 100%;
  border-spacing: 0px;
}
.cont_inner th {
  padding: 10px;
  padding-right: 40px;
  font-size: 1.6rem;
  vertical-align: top;
  font-weight: normal;
  border-bottom: 1px solid #e0e0e0;
  white-space: nowrap;
}
.cont_inner td {
  padding: 10px;
  font-size: 1.6rem;
  border-bottom: 1px solid #e0e0e0;
}

.cont_inner_box {
  display: flex;
  gap: 0 20px;
  padding: 10px;
}

.section1 {
  margin: 30px auto 0;
  width: 90%;
  max-width: 1048px;
}
.section2 {
  background-color: #eee;
}
.sec2_inner {
  margin: 0 auto;
  padding: 30px 0 0;
  width: 90%;
  max-width: 1048px;
}
.sec2_inner_cont {
  padding: 40px;
  background-color: #fefefe;
  border-radius: 6px;
}
.sec2_inner_cont p {
  font-size: 1.6rem;
  line-height: 1.9;
}

/*service*/
.service_cont_inner {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.tab_label {
  flex: 1;
  font-weight: bold;
  order: -1;
  margin: 0 1px;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.8rem;
  color: #797979;
  cursor: pointer;
}
.tab_label:hover {
  background: rgba(0, 0, 0,.1);
}
.tab_switch:checked + .tab_label {
  color: #69c;
}
.tab_label::after {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
  background: #69c;
  content: '';
}
.tab_switch:checked ~ .tab_label::after {
  transform: translateX(-100%);
}
.tab_switch:checked + .tab_label::after {
  opacity: 1;
  transform: translateX(0);
}
.tab_switch:checked ~ .cont_inner_box {
  transform: translateX(30%);
}
.tab_switch:checked + .tab_label + .cont_inner_box {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.service_cont_inner::after {
  content: '';
  height: 20px;
  order: -1;
  width: 100%;
}
.tab_switch {
  display: none;
}

.service p.big {
  padding: 20px 0;
  font-size: 2.5rem;
  line-height: 1.9;
}
.service p.medium {
  font-size: 2.0rem;
  line-height: 1.9;
}
.service .cont_inner_box {
  display: block;
  height:0;
  opacity:0;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
  width: 100%;
  padding: 0 10px;
}
.service .service1 {
  display: flex;
  gap: 0 20px;
  margin-bottom: 30px;
}
.service1 .card {
  border: none;
  width: 45%;
}
.service table {
  border: 1px solid #fc3;
  border-radius: 6px;
}
.service th {
  border-bottom: none;
  background: #fc3;
  color: #fff;
}
.service td {
  border-bottom: none;
  font-size: 1.5rem;
  line-height: 140%;
}
.service .card .link {
  display: block;
}
.service .card .link a {
  padding: 5px;
  text-decoration: underline;
  color: #0071BC;
}
.service .card img {
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
.service .service2 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #69c;
}
.service2 .card {
  border: none;
  width: 42%;
}
.service .service3, .service .service5, .service .service6 {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
}
.service3 .card {
  width: 25%;
}
.service3 .card h5, .service5 .card h5, .service6 .card h5{
  font-weight: normal;
  font-size: 1.7rem;
  border-bottom: 2px solid #69c;
  color: #0071BC;
}
.service3 .card p,.service5 .card p {
  font-size: 1.5rem;
}
.service4 {
  text-align: center;
}
.service5 .card {
  width: 20%;
}
.service6 .card {
  width: 45%;
}
.service .service7 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.service7 .card {
  width: unset;
}
.service7 .card p {
  padding: 0;
}

/*info*/
.info h4 {
  font-size: 1.8rem;
  color: #444;
  border-bottom: 1px solid #69c;
}
.info p {
  padding: 20px 0;
  font-size: 1.6rem;
}
.info a {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #0071BC;
}
.info .card {
  margin-bottom: 20px;
  width: 90%;
}

/*network*/
.network h4 {
  font-size: 1.8rem;
  color: #444;
  border-bottom: 1px solid #69c;
}
.network p {
  padding: 20px 0;
  font-size: 1.7rem;
}
.network .img_box {
  margin: 20px 30px 35px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
}

/*company*/
.company a {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #0071BC;
}
.company .btn_access {
  display: inline-block;
  position: relative;
  margin: 3px 10px;
  padding: 2px 0;
  font-size: 1.4rem;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}
.company .btn_access:hover {
  color: #0071BC;
}

/*contact*/
.contact h4 {
  font-size: 1.8rem;
  color: #444;
  border-bottom: 1px solid #69c;
}
.contact h5 {
  padding-top: 10px;
  padding-left: 10px;
  color: #69c;
  font-size: 1.6rem;
}
.contact p {
  padding: 10px;
  font-size: 1.6rem;
}

/*recruit*/
.recruit h4 {
  font-size: 1.8rem;
  color: #444;
  border-bottom: 1px solid #69c;
}
.recruit .card {
  margin-bottom: 20px;
  width: 20%;
}
.recruit .card h3 {
  font-size: 1.7rem;
  border-bottom: 2px solid #69c;
}
.recruit .card p {
  font-size: 1.5rem;
}
.recruit .rec_cont_inner {
  margin-bottom: 20px;
  padding: 20px;
}
.recruit .rec_cont_inner p {
  font-size: 1.5rem;
}

/*form*/
.form .cont_inner table {
  margin: 0 auto;
  width: 60%;
}
.form .cont_inner table th {
  border-bottom: none;
  padding-bottom: 0;
}
.form .button_area {
  margin: 30px auto;
  text-align: center;
  width: 80%;
}
.form .button_area .btn_view {
  font-size: 1.6rem;
  width: 200px;
  color: #69c;
  border: 1px solid #69c;
}
.form .button_area .btn_view:hover {
  color: #fff;
  background-color :#69c;
}

/*スマホ対応*/
#nav_open {
  display: none;
}
.sp {
  display: none;
}
@media screen and (max-width:1286px) {
  #header .hq_nav {
    display: inline-block;
  }
  #header .hq_nav {
    list-style-type: none;
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0px;
    top: 64px;
    z-index: 990;
    display: none;
  }
  #header .hq_nav li {
    text-align: center;
    margin: 0px;
    border-bottom: 1px solid #a9a9a9;
  }
  #header .hq_nav li a {
    text-decoration: none;
    display: block;
    padding: 10px 0;
  }
  
  #header .hq_nav li a:hover {
    background: #a9a9a9;
    opacity: 0.7;
  }
  
  #header .comm_nav p {
    display: none;
  }
  #nav_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    position: absolute;
    right: 3px;
    top: 6px;
    z-index: 999;
    cursor: pointer;
  }
  #nav_icon span, #nav_icon span:before, #nav_icon span:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #000000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.3s;
  }
  #nav_icon span {
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
  }
  #nav_icon span:before {
    content: "";
    left: 0%;
    transform: translateY( -10px ) rotate( 0deg );
  }
  #nav_icon span:after {
    content: "";
    left: 0%;
    transform: translateY( 10px ) rotate( 0deg );
  }
  .nav_open span {
    background: transparent !important;
  }
  .nav_open span:before {
    transform: rotate( 45deg ) !important;
  }
  .nav_open span:after {
    transform: rotate( -45deg ) !important;
  }
}
@media screen and (max-width:996px) {
  .top_text_box p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:767px) {
  * {
    float: none;
    position: static;
  }
  html {
    padding-top: 63px;
    scroll-padding-top: 63px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  
  #header {
    min-height: 50px;
  }
  #header img {
    height: 50px;
  }
  
  .top_text_box {
    display: none;
  }
  
  .top_cont_box {
    width: 98%;
  }
  .top_cont_card {
    gap: 20px calc(44 / 1048 * 100%);
  }
  .card {
    width: 100%;
  }
  .top_cont_company {
    padding: 10px;
  }
  .top_cont_company th {
    padding: 5px;
    white-space: nowrap;
  }
  .top_recruit .top_cont_card {
    gap: 20px calc(20 / 1048 * 100%);
  }
  .top_recruit .card {
    width: 100%;
  }
  
  .foot_cont {
    display: block;
  }
  .foot_com {
    width: 100%;
    padding-bottom: 20px;
  }
  .foot_nav {
    justify-content: center;
  }
  
  .cont_inner {
    padding: 30px 0;
  }
  .cont_inner th {
    padding-right: 10px;
    white-space: normal;
  }
  .cont_inner table.profile th {
    white-space: normal;
  }
  .section1 {
    width: 95%;
  }
  .sec2_inner_cont {
    padding: 20px;
  }
  
  .service .service1 {
    display: inline-block;
  }
  .service1 .card {
    width: 100%;
    padding: 5px;
  }
  .service p.big {
    padding: 0;
    font-size: 1.9rem;
    line-height: 1.6;
    text-align: center;
  }
  .service .service2 {
    display: inline-block;
  }
  .service2 .card {
    width: 100%;
    padding: 5px;
  }
  .service2 p.big {
    clear: both;
    padding: 0;
    padding-top: 5px;
  }
  .service p.medium {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .service .service3, .service .service5, .service .service6 {
    display: inline-block;
    margin: 0;
  }
  .service3 .card, .service5 .card, .service6 .card {
    width: 96%;
    margin: 10px 0;
    padding: 5px;
  }
  .service3 .card p, .service5 .card p, .service6 .card p {
    padding: 12px 10px;
  }
  
  .service .cont_inner_box {
    padding: 0;
  }
  .cont_inner table {
    width: 97%;
  }
  .cont_inner table.work th {
    white-space: nowrap;
  }
  
  .recruit .cont_inner_box {
    display: inline-block;
  }
  .recruit .card {
    width: 90%;
  }
  
  .btn_view {
    color: #fff;
    background-color :#999;
  }
  .form .button_area .btn_view {
    color: #fff;
    background-color :#69c;
  }
  .form input[type=text] {
    width: 300px;
  }
  .form .cont_inner table {
    width: 90%;
  }
  
  iframe {
    width: 340px;
  }
}