@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Roboto:wght@400;500;700&display=swap");
/* =============================================== 
  base
=============================================== */
* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html,
html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

/* レスポンシブ対応 */
img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* Windows Chrome 画像ぼやけ防止 */
@media screen and (max-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
/* リンク */
a {
  display: inline-block;
}

a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: all 0.3s ease-out;
  }
}
/* CLEARFIX */
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
  }
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

/* =============================================== 
　　ヘッダー
=============================================== */
@media screen and (max-width: 768px) {
  #site_title {
    display: table;
    height: 100%;
    padding: 0 5px;
  }
}
#site_title a {
  display: flex;
  align-items: flex-end;
  gap: 0 2vw;
}
@media screen and (max-width: 768px) {
  #site_title a {
    align-items: center;
    height: 100%;
  }
}
#site_title .logo {
  width: min(11.5vw, 157.5px);
}
@media screen and (max-width: 768px) {
  #site_title .logo {
    width: min(18vw, 100px);
  }
}
#site_title h1 {
  font-size: min(0.87vw, 12px);
  margin-bottom: -0.5em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #site_title h1 {
    font-size: min(1.5vw, 8px);
  }
}
#site_title h1 img {
  display: block;
  width: min(27.8vw, 380px);
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  #site_title h1 img {
    width: min(45vw, 245px);
  }
}

header {
  background: #fff;
  width: 100%;
  font-weight: 500;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: visible;
  }
}
header > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px min(26.6vw, 364px) 20px min(3.29vw, 45px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  header > div {
    display: block;
    padding: 0;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  header .header_inner {
    width: 100%;
    height: 61px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
}
header .header_inner .contact_btn {
  width: min(18.3vw, 250px);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: min(3.29vw, 45px);
}
@media screen and (max-width: 768px) {
  header .header_inner .contact_btn {
    width: 60px;
    height: 60px;
    right: 60px;
  }
}
header .header_inner .contact_btn a {
  height: min(4.39vw, 60px);
  font-size: min(1.46vw, 20px);
}
@media screen and (max-width: 768px) {
  header .header_inner .contact_btn a {
    background-position: center;
    background-size: 20px;
    height: 100%;
    padding: 0;
    font-size: 0;
  }
}

/* グローバルナビゲーション */
#gnav {
  font-size: min(1.3vw, 18px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #gnav {
    background: #fff;
    display: block !important;
    transition: 0.5s ease-in-out;
    float: none;
    width: 100%;
    max-height: 100vh;
    padding-top: 51px;
    margin: 0;
    font-size: 16px;
    position: absolute;
    top: -1000px;
    left: 0;
    z-index: 1000;
    overflow: auto;
  }
  #gnav.open {
    transform: translateY(1000px);
  }
}
#gnav > ul {
  display: flex;
  align-items: flex-end;
  gap: 0 min(2.56vw, 35px);
}
@media screen and (max-width: 768px) {
  #gnav > ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #gnav > ul > li {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    text-indent: 0;
  }
}
#gnav > ul > li a {
  display: block;
  text-decoration: none;
}
#gnav > ul > li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #gnav > ul > li a {
    height: 50px !important;
    background-size: 10px 10px !important;
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
  }
  #gnav > ul > li a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

.menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu {
    display: block;
    width: 60px;
    height: 60px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
  }
  .menu .icon {
    display: block;
    width: 25px;
    height: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 40%;
    right: 16px;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  .menu .icon::before, .menu .icon::after {
    content: "";
    width: 25px;
    border-top: 2px solid #fff;
    position: absolute;
    transition: all 0.3s;
    right: 0;
  }
  .menu .icon::before {
    top: -9px;
  }
  .menu .icon::after {
    bottom: -7px;
  }
  .menu .icon span:before {
    content: "Menu";
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translate(-50%, 0%);
  }
  .menu .icon.active {
    border-color: #000;
  }
  .menu .icon.active:before {
    transform: rotate(-150deg);
    top: -2px;
    right: 0;
  }
  .menu .icon.active:after {
    transform: rotate(150deg);
    bottom: 0;
    right: 0;
  }
  .menu .icon.active span:before {
    content: "Close";
  }
}

/* =============================================== 
　　parts
=============================================== */
/* タイトル */
.subject {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(50deg, rgb(52, 150, 195), rgb(0, 117, 172));
  height: 120px;
}
@media screen and (max-width: 768px) {
  .subject {
    height: 100px;
  }
}
.subject h1 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .subject h1 {
    font-size: 32px;
  }
}
.subject h1 span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .subject h1 span {
    font-size: 14px;
  }
}

/* テキスト */
.txt_centerd {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.h_line2 {
  line-height: 2;
}

.fw_bold {
  font-weight: bold;
}

.fw_mid {
  font-weight: 500;
}

/* リンク */
.txt_link a,
a.txt_link,
.pager p a {
  text-decoration: underline;
  color: #009EE7;
}
@media (hover: hover) {
  .txt_link a:hover,
a.txt_link:hover,
.pager p a:hover {
    text-decoration: none;
  }
}

@media (hover: hover) {
  .txt_link2 a:hover,
a.txt_link2:hover {
    text-decoration: underline;
  }
}

.tel-moji a {
  text-decoration: underline;
}

@media (hover: hover) {
  .link:hover {
    color: inherit;
    transition: all 0.3s ease-out;
    opacity: 0.6;
  }
}

/* ボタン */
.btn {
  width: min(100%, 320px);
}

.contact_btn {
  display: table;
}
.contact_btn a {
  display: table-cell;
  vertical-align: middle;
  background-color: #009EE7;
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: 20% 52%;
  background-size: 10%;
  width: 100%;
  padding-left: 12%;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

/* リスト */
.count_list {
  counter-reset: count 0;
}
.count_list > li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.count_list > li ul {
  margin-left: 1em;
}

.dots_list li {
  padding-left: 1.5em;
  position: relative;
}
.dots_list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* パンくず */
#path {
  background: #EDEDED;
  padding: 10px 0;
}
#path ol {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
#path ol a {
  color: #009EE7;
}
#path ol li:not(:first-child) {
  padding-left: 20px;
  position: relative;
}
#path ol li:not(:first-child)::before {
  content: " 〉";
  position: absolute;
  top: 0;
  left: 8px;
}

/* flex */
.flex_box {
  display: flex;
}
.flex_box.col1 {
  flex-wrap: wrap;
}
.flex_box.col1 li,
.flex_box.col1 > div {
  width: calc(100%/1);
}
.flex_box.col2 {
  flex-wrap: wrap;
}
.flex_box.col2 li,
.flex_box.col2 > div {
  width: calc(100%/2);
}
.flex_box.col3 {
  flex-wrap: wrap;
}
.flex_box.col3 li,
.flex_box.col3 > div {
  width: calc(100%/3);
}
.flex_box.col4 {
  flex-wrap: wrap;
}
.flex_box.col4 li,
.flex_box.col4 > div {
  width: calc(100%/4);
}

/* grid */
.grid_box {
  display: grid;
}
.grid_box.col1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid_box.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_box.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid_box.col4 {
  grid-template-columns: repeat(4, 1fr);
}

/* map */
.map {
  width: 100%;
  position: relative;
}
.map::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* ページャー */
.pager {
  font-weight: bold;
  padding: 0 87px;
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pager {
    padding: 0 0 50px;
    margin-top: 40px;
  }
}
.pager p {
  font-size: 19px;
  position: absolute;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .pager p {
    top: auto;
    bottom: 0;
  }
}
.pager p::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 4px;
}
.pager p.first {
  padding-left: 30px;
  left: 0;
}
.pager p.first::before {
  left: 0;
  transform: scale(-1, 1);
}
.pager p.last {
  padding-right: 30px;
  right: 0;
}
.pager p.last::before {
  right: 0;
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pager ul {
    width: 100%;
    justify-content: center;
  }
}
.pager ul li {
  border: 2px solid;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 21px;
  overflow: hidden;
  box-sizing: border-box;
}
.pager ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.pager ul li.now, .pager ul li:hover {
  background: #000;
  color: #fff;
}
.pager ul li.prev a, .pager ul li.next a {
  background-image: url(../img/pager_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14.31px;
}
.pager ul li.prev a:hover, .pager ul li.next a:hover {
  background-image: url(../img/pager_arrow_wht.svg) !important;
}
.pager ul li.next a {
  transform: scale(-1, 1);
}

/* --------------------------------------------
　  form関連
-------------------------------------------- */
/* テキストエリア インプット */
textarea,
input[type=text] {
  background: #fff;
  border-radius: 0;
  border: 1px solid #B1B1B1;
  width: 100%;
  font-size: 16px;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  padding: 15px;
}

input[type=text] {
  height: 46px;
  padding: 0 10px;
}
input[type=text].w01 {
  width: 45%;
}
@media screen and (max-width: 768px) {
  input[type=text].w01 {
    width: 100%;
  }
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C6C6C6;
}

input::placeholder,
textarea::placeholder {
  color: #C6C6C6;
}

/* =============================================== 
　　コンテンツ
=============================================== */
.container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.container.cf {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .container.cf {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

body#company .page_link .company {
  display: none;
}

.page_link .company a {
  background: url(../img/company.jpg) no-repeat right center/55.8%;
}

body#service .page_link .service {
  display: none;
}

.page_link .service a {
  background: url(../img/service.jpg) no-repeat right center/55.8%;
}

body#recruit .page_link .recruit {
  display: none;
}

.page_link .recruit a {
  background: url(../img/recruit.jpg) no-repeat right center/55.8%;
}

.page_link {
  background-image: linear-gradient(2deg, rgba(0, 117, 172, 0.08), rgba(0, 158, 231, 0.08) 50%, rgba(57, 188, 248, 0.08));
  padding: 50px 20px;
}
.page_link .flex_box {
  justify-content: center;
  gap: 20px 30px;
}
.page_link .flex_box li {
  height: 150px;
  width: min(100%, 380px);
}
@media screen and (max-width: 768px) {
  .page_link .flex_box li {
    height: min(36vw, 150px);
  }
}
.page_link .flex_box li a {
  display: table;
  width: 100%;
  height: 100%;
  padding-right: 55.8%;
}
.page_link .flex_box li a p {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_link .flex_box li a p {
    font-size: 26px;
  }
}
.page_link .flex_box li a p::after {
  content: "";
  width: 28px;
  height: 4px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #000;
  transform: translateX(-50%) skew(45deg);
  position: absolute;
  left: 50%;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page_link .flex_box li a p::after {
    width: 22px;
    height: 4px;
  }
}
.page_link .flex_box li a p span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page_link .flex_box li a p span {
    font-size: 13px;
  }
}

.contact_area {
  background: #000;
  padding: 45px 20px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.contact_area::before {
  content: "";
  background-image: linear-gradient(90deg, rgb(0, 0, 0), rgb(44, 44, 44) 35% 65%, rgb(0, 0, 0));
  width: 1366px;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .contact_area::before {
    width: min(100%, 350px);
  }
}
.contact_area > * {
  position: relative;
  z-index: 1;
}
.contact_area h2 {
  margin-bottom: 35px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_area h2 {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.contact_area h2 span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_area h2 span {
    margin-top: 5px;
    font-size: 14px;
  }
}
.contact_area .contact_btn {
  width: min(100%, 350px);
  margin: 0 auto 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact_area .contact_btn {
    width: min(100%, 280px);
    font-size: 16px;
  }
}
.contact_area .contact_btn a {
  background-position: 22% 52%;
  background-size: 23px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .contact_area .contact_btn a {
    background-position: 18% 52%;
    background-size: 20px;
  }
}
.contact_area p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact_area p {
    font-size: 16px;
  }
}
.contact_area p span {
  font-size: 30px;
  padding: 0 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  .contact_area p span {
    font-size: 24px;
  }
}

/* =============================================== 
　  フッター
=============================================== */
.pagetop {
  background: #009EE7;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4);
  width: 70px;
  height: 70px;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
.pagetop::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  transform: translate(-50%, -25%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
  }
  .pagetop::before {
    width: 10px;
    height: 10px;
  }
}

footer {
  background: #FAFFFF;
}
footer > .flex_box {
  flex-wrap: wrap;
  justify-content: center;
  width: min(100%, 1040px);
  padding: 65px 20px;
  margin: 0 auto;
  gap: 50px min(7.24vw, 99px);
}
@media screen and (max-width: 768px) {
  footer > .flex_box {
    display: block;
    width: min(100%, 500px);
    padding: 65px 30px;
  }
}
footer > .flex_box .txt_wrap {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  footer > .flex_box .txt_wrap {
    margin-bottom: 30px;
  }
}
footer > .flex_box .txt_wrap .f_logo {
  margin-bottom: 15px;
}
footer > .flex_box .txt_wrap .f_logo .logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  footer > .flex_box .txt_wrap .f_logo {
    width: 250px;
    margin-bottom: 10px;
  }
  footer > .flex_box .txt_wrap .f_logo .logo {
    width: 100px;
    margin-bottom: 10px;
  }
}
footer > .flex_box .txt_wrap .addr {
  color: #5D5D5D;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 2;
}
footer > .flex_box .flex_box {
  justify-content: space-between;
  flex: 0 1 542px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer > .flex_box .flex_box {
    flex-wrap: wrap;
  }
}
footer > .flex_box .flex_box ul {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media screen and (max-width: 768px) {
  footer > .flex_box .flex_box ul:last-child {
    width: 100%;
    margin-top: 15px;
  }
}
footer > .flex_box .flex_box ul li.fz_mid {
  font-size: 15px;
  font-weight: 500;
}
footer > .flex_box .flex_box ul li.contact_btn {
  width: min(100%, 160px);
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  footer > .flex_box .flex_box ul li.contact_btn {
    width: 230px;
    margin: 20px auto 0;
  }
}
footer > .flex_box .flex_box ul li.contact_btn a {
  background-position: 14% center;
  background-size: 18px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  footer > .flex_box .flex_box ul li.contact_btn a {
    background-position: 23% center;
    background-size: 19px;
    font-size: 16px;
  }
}
footer #copyright {
  background: #009EE7;
  padding: 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  font-family: "Roboto", sans-serif;
}
/*# sourceMappingURL=base.css.map */