@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
}

::-moz-selection {
  color: #525252;
  background-color: #ccd9e4;
}

::selection {
  color: #525252;
  background-color: #ccd9e4;
}

::-moz-selection {
  color: #525252;
  background-color: #ccd9e4;
}

.f-common-wrap {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid #e9e9e9;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  width: 100%;
  text-align: justify;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.js-catch-in > span {
  visibility: hidden;
}

.js-catch-in-bg {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.js-catch-in-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #004378;
  width: 100%;
  height: auto;
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-idx-ttl-in {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.js-ttl-in {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.js-ttl-in > span {
  height: 100%;
  width: 100%;
}

.js-ttl-in-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #004378;
  width: 100%;
  height: auto;
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.c-ttl-main--white .js-ttl-in-bg::before {
  background-color: #fff;
}

.js-ttl-in-visible > span {
  visibility: visible;
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.js-fade-under-in,
.js-fade-left-in {
  visibility: hidden;
}

/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 821px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 820px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: relative;
}

.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  z-index: 1010;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 90px;
  }
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 60px;
  }
}

.l-header-logo {
  position: relative;
  width: 100%;
}
.l-header-logo h1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.l-header-logo h1 a {
  position: relative;
  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;
  height: 100%;
  width: 100%;
  padding: 0.75rem 0 0 2.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .l-header-logo h1 a {
    padding: 0.5rem 0 0 16px;
  }
}
.l-header-logo h1 a:hover {
  opacity: 0.75;
}
.l-header-logo h1 a img {
  position: relative;
  display: block;
  max-width: 330px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .l-header-logo h1 a img {
    max-width: 242px;
  }
}

/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/techno/resource/images/menu_open.svg);
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .l-toggle {
    width: 60px;
    height: 60px;
  }
}

body.open {
  overflow: hidden;
}
body.open .l-toggle {
  background-image: url(/techno/resource/images/menu_close.svg);
}

.l-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 460px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #004378;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body {
    width: 100%;
  }
}
.l-drawer .l-drawer-body img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  position: relative;
  height: 100%;
  padding-top: 10.625rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 322px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main {
    width: 75%;
    margin: 0 12%;
    max-width: initial;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a span {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a .l-drawer-nav-menu-ja {
  font-size: 16px;
  letter-spacing: 0.14em;
  padding: 7px 0;
  line-height: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a .l-drawer-nav-menu-ja {
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a .l-drawer-nav-menu-en {
  font-size: 10px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a:hover .l-drawer-nav-menu-ja {
  background-color: #fff;
  color: #004378;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion {
  width: 100%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.875em 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
    padding: 1.375em 10%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before, .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  top: 48%;
  right: 4.5%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close {
  background: rgba(0, 53, 95, 0.8);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::before {
  -webkit-transform: rotate(0deg) translateX(5px);
          transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content {
  display: none;
  padding-bottom: 1em;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu {
  margin: 0;
  border-bottom: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-top: 1em;
  padding-right: 10%;
  padding-bottom: 1em;
  padding-left: calc(10% + 1.25em);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 5%;
}

/* ==========================================================================
フッター
========================================================================== */
.l-footer-container {
  max-width: 1120px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 820px) {
  .l-footer-container {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-container {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.l-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6.5rem 0;
}
@media screen and (max-width: 820px) {
  .l-footer {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .l-footer {
    padding: 5rem 9%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer-logo {
  max-width: 320px;
  width: 100%;
}
.l-footer-logo img {
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .l-footer-logo img {
    max-width: 288px;
  }
}
.l-footer-logo .l-footer-logo__txt {
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 2;
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3.5rem;
}
@media screen and (max-width: 820px) {
  .l-footer-nav {
    gap: 33px;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-nav {
    gap: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer-nav .l-footer-nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .l-footer-nav .l-footer-nav-main {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-nav .l-footer-nav-main {
    margin-top: 3.5rem;
    padding: 0 0%;
  }
}
.l-footer-nav .l-footer-nav-main .l-footer-nav .l-footer-nav-menu a {
  color: #004378;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav .l-footer-nav-menu a span {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav .l-footer-nav-menu a .l-footer-nav-menu-ja {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.14em;
  padding: 7px 0;
  line-height: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 600;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav .l-footer-nav-menu a .l-footer-nav-menu-en {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav .l-footer-nav-menu a:hover .l-footer-nav-menu-ja {
  background-color: #004378;
  color: #fff;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  background-color: #004378;
  text-align: center;
}
.l-copyright p {
  font-size: 11px;
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  .l-copyright p {
    font-size: 10px;
  }
}
.l-copyright p span {
  font-size: 10px;
}
@media screen and (max-width: 576px) {
  .l-copyright p span {
    font-size: 8px;
  }
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
  visibility: hidden;
}
a#pagetop img {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  width: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .l-page-title {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title {
    height: 352px;
  }
}
.l-page-title .l-page-title-inner {
  position: absolute;
  top: 172px;
  right: 12.9%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: initial;
  z-index: 50;
  height: 500px;
  line-height: 1;
  width: 132px;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner {
    right: 10.5%;
    width: 108px;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner {
    right: 5.3%;
    gap: 10px;
    width: 80px;
    height: auto;
  }
}
.l-page-title .l-page-title-inner span {
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #fff;
  font-size: 46px;
  font-size: 2.875rem;
  background-color: #004378;
  padding: 2rem 0;
  letter-spacing: 0.14em;
  font-weight: 700;
  display: inline-block;
  line-height: 92px;
  width: 92px;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    line-height: 78px;
    width: 78px;
    font-size: 38px;
    font-size: 2.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-jp {
    line-height: 58px;
    width: 58px;
    padding: 1rem 0;
    font-size: 28px;
    font-size: 2rem;
  }
}
.l-page-title .l-page-title-inner .l-page-title-en {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner .l-page-title-en {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}

/* 　各ページごとの調整
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-about-us .l-page-title {
    background-image: url(/techno/resource/images/main_about_us_tb.jpg) !important;
  }
}
@media screen and (max-width: 576px) {
  .p-about-us .l-page-title {
    background-image: url(/techno/resource/images/main_about_us_sp.jpg) !important;
  }
}

@media screen and (max-width: 820px) {
  .p-our-team .l-page-title {
    background-image: url(/techno/resource/images/main_our_team_tb.jpg) !important;
  }
}
@media screen and (max-width: 576px) {
  .p-our-team .l-page-title {
    background-image: url(/techno/resource/images/main_our_team_sp.jpg) !important;
  }
}

@media screen and (max-width: 820px) {
  .p-recruit .l-page-title {
    background-image: url(/techno/resource/images/main_recruit_tb.jpg) !important;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit .l-page-title {
    background-image: url(/techno/resource/images/main_recruit_sp.jpg) !important;
  }
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding: 1rem 0;
}

.l-sec-medium {
  padding: 2.5rem 0;
}

.l-sec-large {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding: 2.8571428571rem 0;
  }
}

.l-sec-xlarge {
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding: 4rem 0;
  }
}

.l-sec-xxlarge {
  padding: 6.5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge {
    padding: 5.1428571429rem 0;
  }
}

.l-sec-xxlarge-remove-top {
  padding: 0 0 6.5rem;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-remove-top {
    padding: 0 0 5.1428571429rem;
  }
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container-small,
.l-container-large {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 820px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 11%;
    padding-right: 11%;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.l-container {
  max-width: 980px;
}

.l-container-small {
  max-width: 720px;
}

.l-container-large {
  max-width: 1120px;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex--flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 5%;
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-flex-small > *:first-child {
  margin-left: 0;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: 19.2%;
}
.c-flex-small .c-flex-4-clm {
  width: 24.25%;
}
.c-flex-small .c-flex-3-clm {
  width: 32.6666666667%;
}
.c-flex-small .c-flex-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-flex-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-flex-small > *:first-child {
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-flex-small .c-flex-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-flex-medium > * {
  margin-left: 4%;
}
.c-flex-medium > *:first-child {
  margin-left: 0;
}
.c-flex-medium .c-flex-3-clm {
  width: 30.6666666667%;
}
.c-flex-medium .c-flex-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-flex-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-flex-medium > *:first-child {
    margin-top: 0;
  }
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large > * {
  margin-left: 6%;
}
.c-flex-large > *:first-child {
  margin-left: 0;
}
.c-flex-large .c-flex-3-clm {
  width: 29.3333333333%;
}
.c-flex-large .c-flex-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-flex-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-flex-large > *:first-child {
    margin-top: 0;
  }
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-grid-small > * {
  margin-left: 1%;
}
.c-grid-small > *:first-child {
  margin-left: 0;
}
.c-grid-small .c-grid-5-clm, .c-grid-small .c-grid-5-clm-sp {
  width: 19.2%;
}
.c-grid-small .c-grid-4-clm {
  width: 24.25%;
}
.c-grid-small .c-grid-3-clm {
  width: 32.6666666667%;
}
.c-grid-small .c-grid-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-grid-small > *:first-child {
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm, .c-grid-small .c-grid-4-clm, .c-grid-small .c-grid-3-clm, .c-grid-small .c-grid-2-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium > * {
  margin-left: 4%;
}
.c-grid-medium > *:first-child {
  margin-left: 0;
}
.c-grid-medium .c-grid-3-clm {
  width: 30.6666666667%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium > * {
    margin-top: 2rem;
    margin-left: 0;
  }
  .c-grid-medium > *:first-child {
    margin-top: 0;
  }
  .c-grid-medium .c-grid-3-clm, .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 29.3333333333%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 3rem;
    margin-left: 0;
  }
  .c-grid-large > *:first-child {
    margin-top: 0;
  }
  .c-grid-large .c-grid-3-clm, .c-grid-large .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm, .c-grid-collapse .c-grid-4-clm, .c-grid-collapse .c-grid-3-clm, .c-grid-collapse .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 30px;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num li {
  position: relative;
  padding-left: 1.5rem;
}
.c-list-num li:before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #333;
  margin-left: -1.5rem;
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  color: #0ab4aa;
  font-weight: 700;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 tr {
  border-bottom: 0.5px solid #e9e9e9;
}
.c-tb-pattern1 tr th,
.c-tb-pattern1 tr td {
  padding: 1rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th,
  .c-tb-pattern1 tr td {
    line-height: 1.7;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
  color: #004378;
}
.c-tb-pattern2 tr {
  border-bottom: 1px solid #e9e9e9;
}
.c-tb-pattern2 tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.c-tb-pattern2 tr th,
.c-tb-pattern2 tr td {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th,
  .c-tb-pattern2 tr td {
    line-height: 1.7;
  }
}
.c-tb-pattern2 tr th {
  font-weight: 600;
  text-align: center;
  vertical-align: top;
  width: 30%;
  color: #004378;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    text-align: left;
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
.c-tb-pattern2 tr td {
  width: 100%;
  display: block;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal-bg {
  background: rgba(51, 51, 51, 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px;
}
@media screen and (max-width: 1200px) {
  .c-modal-content {
    width: 90%;
  }
}

.c-modal-content-inner {
  position: relative;
}
.c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.c-modal-open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-open:hover {
  opacity: 0.7;
}
.c-modal-open:before {
  content: "+";
  display: block;
  color: #004378;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 0.25rem;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: 2.5rem;
}
.c-page-nav .c-page-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin: -1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  margin: 1%;
  background-color: #F5F5F5;
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    width: 98%;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #004378;
  line-height: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #004378;
  border-bottom: solid 1px #004378;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  color: #fff;
  background-color: #71b8d2;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover:after {
  border-color: #fff;
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #004378;
  margin: 2px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

.c-related-nav {
  background-color: #F5F5F5;
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #004378;
  border-left: 4px solid #004378;
  line-height: 1.5;
  padding-left: 0.75rem;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #004378;
  background-color: #fff;
  background-image: url(/techno/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb, .c-breadcrumb-ft {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb, .c-breadcrumb-ft {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap, .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  color: #676767;
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list a, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list a {
  color: #676767;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
  width: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
    width: 9px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2), .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 16px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before, .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "";
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1px #676767;
  border-right: solid 1px #676767;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.c-breadcrumb-ft .c-breadcrumb-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
.c-form-wrap {
  background-color: #fff;
  padding: 6.5rem 0;
}
@media screen and (max-width: 576px) {
  .c-form-wrap {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap {
    padding: 4.5rem 0;
  }
}
.c-form-wrap table {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-form-wrap table label {
  margin: 0 0 0.25rem;
  display: inline-block;
}
.c-form-wrap table tr {
  border-bottom: 1px solid rgba(51, 51, 51, 0.11);
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.11);
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr:first-child {
    border-top: none;
  }
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.375rem 0;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 33.3333333334%;
  color: #004378;
  padding-left: 0.5rem;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  display: inline-block;
  background-color: #004378;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  padding: 0 1rem;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th.c-form-required:after {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr td {
    padding: 0.5rem 0 1.25rem 0;
  }
}
.c-form-wrap div.c-form-required {
  text-align: center;
  text-indent: -9%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required {
    text-indent: 0%;
  }
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #004378;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  padding: 0 1rem;
  position: absolute;
  top: 0.45rem;
  margin-left: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .c-form-wrap div.c-form-required::after {
    top: 0.35rem;
    margin-left: 0.2rem;
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required::after {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2rem;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 3px solid rgba(51, 51, 51, 0.24);
  margin: -0.25rem 0.5rem 0 0;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
}
.c-form-radio:checked {
  border: 7px solid #004378;
}

.c-form-checkbox {
  position: relative;
}
.c-form-checkbox:checked:before {
  content: "";
  position: absolute;
  background-image: url(/techno/resource/images/ico_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 2px;
  top: -4px;
}
@media screen and (max-width: 576px) {
  .c-form-checkbox:checked:before {
    width: 20px;
    height: 20px;
    left: 2px;
    top: -4px;
  }
}

.c-form-input,
.c-form-textarea {
  display: inline-block;
  background-color: #F5F5F5;
  border: 1px solid rgba(51, 51, 51, 0.11);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-form-input,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-input {
  height: 40px;
}

.c-form-privacy {
  background-color: #F5F5F5;
  margin-top: 2.25rem;
  padding: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 2rem 5% 2.5rem;
  }
}
.c-form-privacy h4 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .c-form-privacy h4 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.11);
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 850px;
  height: 180px;
  margin-top: 1rem;
  padding: 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

.c-form-privacy-checkbox {
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .c-form-privacy-checkbox {
    font-size: 12px;
  }
}

.p-form-btn {
  max-width: 290px;
}
@media screen and (max-width: 576px) {
  .p-form-btn {
    max-width: 216px;
  }
}
.p-form-btn a,
.p-form-btn button {
  text-align: center;
  width: 100%;
  border: 1px solid #004378;
  display: block;
  color: #004378;
  background-color: #fff;
  background-image: url(/techno/resource/images/ico_form_arrow.svg);
  background-size: 6px auto;
  background-position: center right 1.375rem;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 4.5;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-form-btn a:hover,
.p-form-btn button:hover {
  background-color: #004378;
  color: #fff;
  background-image: url(/techno/resource/images/ico_form_arrow_hover.svg);
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-lightgray {
  background-color: #e9e9e9 !important;
}

.c-bg-silver {
  background-color: #d4d4d4 !important;
}

.c-bg-gray {
  background-color: #676767 !important;
}

.c-bg-black {
  background-color: #333 !important;
}

.c-bg-main {
  background-color: #004378 !important;
}

.c-bg-sub {
  background-color: #0ab4aa !important;
}

.c-bg-hover {
  background-color: #71b8d2 !important;
}

.c-bg-main-10 {
  background-color: #F7F9FB !important;
}

.c-bg-whitesmoke {
  background-color: #F5F5F5 !important;
}

.c-bg-selection_txt {
  background-color: #525252 !important;
}

.c-bg-selection_bg {
  background-color: #ccd9e4 !important;
}

.c-bg-en {
  position: relative;
  z-index: 1;
}
.c-bg-en::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/techno/resource/images/techno_bg_en.png);
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .c-bg-en::before {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 576px) {
  .c-bg-en::before {
    width: 220px;
    height: 220px;
  }
}

.c-bg-en-right {
  position: relative;
}
.c-bg-en-right::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -475.25px;
  background-image: url(/techno/resource/images/techno_bg_en_right.png);
  width: 467.5px;
  height: 950.5px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -5;
}
@media screen and (max-width: 576px) {
  .c-bg-en-right::after {
    width: 330px;
    top: -335px;
  }
}

.c-bg-en-left {
  position: relative;
}
.c-bg-en-left::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -475.25px;
  background-image: url(/techno/resource/images/techno_bg_en_left.png);
  width: 467.5px;
  height: 950.5px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -5;
}
@media screen and (max-width: 576px) {
  .c-bg-en-left::after {
    width: 330px;
    top: -335px;
  }
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white,
.c-btn-main--skeleton {
  max-width: 164px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-btn-main,
  .c-btn-main--white,
  .c-btn-main--skeleton {
    max-width: 130px;
  }
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button,
.c-btn-main--skeleton a,
.c-btn-main--skeleton button {
  display: inline-block;
  color: #004378;
  background-image: url(/techno/resource/images/ico_arrow_main_hover.svg);
  background-size: 60px auto;
  background-position: center right;
  background-repeat: no-repeat;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 60px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .c-btn-main a,
  .c-btn-main button,
  .c-btn-main--white a,
  .c-btn-main--white button,
  .c-btn-main--skeleton a,
  .c-btn-main--skeleton button {
    background-size: 42px auto;
    font-size: 14px;
  }
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--white a:hover,
.c-btn-main--white button:hover,
.c-btn-main--skeleton a:hover,
.c-btn-main--skeleton button:hover {
  background-image: url(/techno/resource/images/ico_arrow_main.svg);
}

.c-btn-main--white a,
.c-btn-main--white button {
  color: #fff;
  background-image: url(/techno/resource/images/ico_arrow_white.svg);
}
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  color: #fff;
  background-image: url(/techno/resource/images/ico_arrow_white_hover.svg);
}

.c-btn-main--skeleton a,
.c-btn-main--skeleton button {
  color: #fff;
  background-image: url(/techno/resource/images/ico_arrow_skeleton.svg);
}
.c-btn-main--skeleton a:hover,
.c-btn-main--skeleton button:hover {
  color: #fff;
  background-image: url(/techno/resource/images/ico_arrow_skeleton_hover.svg);
}

.c-btn-card,
.c-btn-card-tmb {
  border: 4px solid #e9e9e9;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-btn-card,
  .c-btn-card-tmb {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card-tmb {
    padding: 1.5rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card-tmb .c-btn-card__ttl {
  margin-bottom: 0.5rem;
}
.c-btn-card .c-btn-card__txt,
.c-btn-card-tmb .c-btn-card__txt {
  color: #676767;
}
.c-btn-card .c-btn-card__txt span,
.c-btn-card-tmb .c-btn-card__txt span {
  color: #0ab4aa;
}
.c-btn-card a,
.c-btn-card-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card-tmb {
  border: 1px solid #e9e9e9;
  padding: 0;
}
.c-btn-card-tmb .c-btn-card-tmb__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-btn-card-tmb .c-btn-card-tmb__txt span {
  color: #0ab4aa;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -2.2em;
  padding-left: 2.2em;
}
.c-btn-pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(/techno/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 0.45em;
}
.c-btn-pdf a span {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -0.5rem;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

/* ==========================================================================
カード
=========================================================================*/
.c-card-small,
.c-card-medium {
  border: 1px solid #e9e9e9;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  border: 1px solid rgba(0, 67, 120, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(0, 67, 120, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #004378;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 2.5rem;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 1.5rem;
}

.c-card-pattern2 {
  border: 4px solid #0ab4aa;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  color: #0ab4aa;
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-en {
  font-family: "Oswald", sans-serif;
}

.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-small {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-link {
  color: #004378;
  text-decoration: underline;
}
.c-txt-link:hover {
  color: #71b8d2;
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-center-sp-left {
  text-align: center !important;
}
@media screen and (max-width: 576px) {
  .c-txt-center-sp-left {
    text-align: left !important;
  }
}

.c-txt-left {
  text-align: left !important;
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-lightgray {
  color: #e9e9e9 !important;
}

.c-txt-silver {
  color: #d4d4d4 !important;
}

.c-txt-gray {
  color: #676767 !important;
}

.c-txt-black {
  color: #333 !important;
}

.c-txt-main {
  color: #004378 !important;
}

.c-txt-sub {
  color: #0ab4aa !important;
}

.c-txt-hover {
  color: #71b8d2 !important;
}

.c-txt-main-10 {
  color: #F7F9FB !important;
}

.c-txt-whitesmoke {
  color: #F5F5F5 !important;
}

.c-txt-selection_txt {
  color: #525252 !important;
}

.c-txt-selection_bg {
  color: #ccd9e4 !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 46px;
  font-size: 2.875rem;
}

h3 {
  font-size: 42px;
  font-size: 2.625rem;
}

h4 {
  font-size: 36px;
  font-size: 2.25rem;
}

h5 {
  font-size: 32px;
  font-size: 2rem;
}

h6 {
  font-size: 24px;
  font-size: 1.5rem;
}

.c-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main,
.c-ttl-main--white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  width: 100px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-ttl-main,
  .c-ttl-main--white {
    gap: 8px;
    width: 60px;
  }
}
.c-ttl-main p,
.c-ttl-main--white p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  display: inline-block;
}
.c-ttl-main .c-ttl-main-en,
.c-ttl-main--white .c-ttl-main-en {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  width: 16px;
}
@media screen and (max-width: 576px) {
  .c-ttl-main .c-ttl-main-en,
  .c-ttl-main--white .c-ttl-main-en {
    font-size: 10px;
    font-size: 0.7142857143rem;
    width: 10px;
  }
}
.c-ttl-main .c-ttl-main-ja,
.c-ttl-main--white .c-ttl-main-ja {
  font-size: 36px;
  font-size: 2.25rem;
  color: #004378;
  font-weight: 500;
  letter-spacing: 0.14em;
  width: 71px;
  line-height: 71px;
  background-color: #fff;
  padding: 16px 0 0;
  display: block;
  text-align: left;
  min-height: 318.5px;
}
@media screen and (max-width: 992px) {
  .c-ttl-main .c-ttl-main-ja,
  .c-ttl-main--white .c-ttl-main-ja {
    font-size: 36px;
    font-size: 2.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-main .c-ttl-main-ja,
  .c-ttl-main--white .c-ttl-main-ja {
    padding: 10px 0 8px;
    font-size: 22px;
    font-size: 1.5714285714rem;
    width: 42px;
    line-height: 42px;
    min-height: 190px;
  }
}

.p-idx-sec2-wrap .c-ttl-main .c-ttl-main-ja,
.p-idx-sec2-wrap .c-ttl-main--white .c-ttl-main-ja {
  min-height: 358.5px;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .p-idx-sec2-wrap .c-ttl-main .c-ttl-main-ja,
  .p-idx-sec2-wrap .c-ttl-main--white .c-ttl-main-ja {
    min-height: 215px;
  }
}

.p-idx-sec3-wrap .c-ttl-main .c-ttl-main-ja,
.p-idx-sec3-wrap .c-ttl-main--white .c-ttl-main-ja {
  min-height: 196px;
}
@media screen and (max-width: 576px) {
  .p-idx-sec3-wrap .c-ttl-main .c-ttl-main-ja,
  .p-idx-sec3-wrap .c-ttl-main--white .c-ttl-main-ja {
    min-height: 118px;
  }
}

.c-ttl-main .c-ttl-main-en {
  color: #004378;
}
.c-ttl-main .c-ttl-main-ja {
  color: #fff;
  background-color: #004378;
}

.c-ttl-sub,
.c-ttl-sub--white {
  color: #004378;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 820px) {
  .c-ttl-sub,
  .c-ttl-sub--white {
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 576px) {
  .c-ttl-sub,
  .c-ttl-sub--white {
    margin: 0 0 2.5rem 0;
  }
}
.c-ttl-sub .c-ttl-sub-en,
.c-ttl-sub--white .c-ttl-sub-en {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #004378;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 576px) {
  .c-ttl-sub .c-ttl-sub-en,
  .c-ttl-sub--white .c-ttl-sub-en {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
}
.c-ttl-sub .c-ttl-sub-ja,
.c-ttl-sub--white .c-ttl-sub-ja {
  font-size: 42px;
  font-size: 2.625rem;
  color: #004378;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 2.1;
  display: block;
  margin-bottom: -8px;
}
@media screen and (max-width: 576px) {
  .c-ttl-sub .c-ttl-sub-ja,
  .c-ttl-sub--white .c-ttl-sub-ja {
    font-size: 26px;
    font-size: 1.8571428571rem;
    margin-bottom: -4px;
    margin-top: -4px;
  }
}

.c-ttl-sub--white .c-ttl-sub-en {
  color: #fff;
}
.c-ttl-sub--white .c-ttl-sub-ja {
  color: #fff;
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 0.25rem;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  color: #004378;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
  .c-txt-tel a[href^="tel:"]:hover {
    color: #71b8d2;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
/* スライドショー
----------------------------------------------------------------- */
.p-idx-slide-wrap {
  width: 100%;
  height: 90vh;
  position: relative;
}
.p-idx-slide-wrap .p-idx-slide-catch-area {
  z-index: 1;
  position: absolute;
  right: 12%;
  bottom: -89px;
  max-width: 190px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .p-idx-slide-wrap .p-idx-slide-catch-area {
    max-width: 175px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-catch-area {
    max-width: 113px;
    bottom: -54px;
    right: 5%;
  }
}
.p-idx-slide-wrap .p-idx-slide-catch-area .p-idx-slide_catch {
  width: 100%;
  display: block;
  position: relative;
  z-index: 99;
}
.p-idx-slide-wrap .p-idx-slide-catch-area .p-idx-slide_catch span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.p-idx-slide-wrap .p-idx-slide-catch-area .p-idx-slide_catch .p-idx-slide-catch-inner {
  font-size: 54px;
  font-size: 3.375rem;
  color: #004378;
  padding: 1rem 0px;
  background-color: #fff;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 576px) {
  .p-idx-slide-wrap .p-idx-slide-catch-area .p-idx-slide_catch .p-idx-slide-catch-inner {
    font-size: 32.5px;
    font-size: 2.3214285714rem;
  }
}
.p-idx-slide-wrap .p-idx-slide-catch-area .p-idx-slide_catch .ajust {
  margin-bottom: -30px;
}

.p-idx-top-movie-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -90;
}
.p-idx-top-movie-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 50, 123, 0.4);
  width: 100%;
  height: 100vh;
  z-index: -90;
}
.p-idx-top-movie-wrap .p-idx-top_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  z-index: -100;
}
.p-idx-scroll {
  position: absolute;
  right: 3.365%;
  bottom: -20px;
  z-index: 10;
}
.p-idx-scroll img {
  margin-bottom: 18px;
}

.p-idx-scroll-var {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 76px;
}
.p-idx-scroll-var::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  background-color: #fff;
  height: 76px;
  width: 1px;
  background-color: #fff;
  -webkit-animation: pathmove2 3s ease-in-out infinite;
          animation: pathmove2 3s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove2 {
  0% {
    height: 0px;
    top: 0px;
    opacity: 0;
  }
  20% {
    height: 76px;
    top: 0px;
    opacity: 1;
  }
  80% {
    height: 0px;
    top: 76px;
    opacity: 1;
  }
  100% {
    height: 0px;
    top: 0px;
    opacity: 0;
  }
}

@keyframes pathmove2 {
  0% {
    height: 0px;
    top: 0px;
    opacity: 0;
  }
  20% {
    height: 76px;
    top: 0px;
    opacity: 1;
  }
  80% {
    height: 0px;
    top: 76px;
    opacity: 1;
  }
  100% {
    height: 0px;
    top: 0px;
    opacity: 0;
  }
}
/* 見出し　テキスト　＜共通＞
----------------------------------------------------------------- */
.p-idx-sec1-wrap,
.p-idx-sec2-wrap {
  padding: 13rem 0;
  position: relative;
  background-size: 44.55%;
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .p-idx-sec1-wrap,
  .p-idx-sec2-wrap {
    padding: 11.4285714286rem 0 5.7142857143rem;
    background-image: initial !important;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec1-wrap,
  .p-idx-sec2-wrap {
    padding: 10.2857142857rem 0 10.2857142857rem;
  }
}

.p-idx-sec1-wrap {
  padding: 13rem 0 23rem;
}

.p-idx-pattern1-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5%;
  position: relative;
  margin-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1200px) {
  .p-idx-pattern1-flex {
    margin-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-flex {
    margin-left: 0px;
    gap: 1.75rem;
  }
}
.p-idx-pattern1-flex .p-idx-pattern1-txt {
  color: #333;
}
.p-idx-pattern1-flex .p-idx-pattern1-txt__ttl {
  font-size: 30px;
  font-size: 1.875rem;
}
.p-idx-pattern1-flex .p-idx-pattern1-txt__txt {
  line-height: 2.25;
  margin-top: 2.5rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-flex .p-idx-pattern1-txt__txt {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.p-idx-pattern1-flex .p-idx-pattern1-txt__txt:first-child {
  margin-top: 0rem;
}
.p-idx-pattern1-flex .c-btn-main--skeleton,
.p-idx-pattern1-flex .c-btn-main--white,
.p-idx-pattern1-flex .c-btn-main {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-pattern1-flex .c-btn-main--skeleton,
  .p-idx-pattern1-flex .c-btn-main--white,
  .p-idx-pattern1-flex .c-btn-main {
    margin-top: 48px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-pattern1-flex .c-btn-main--skeleton,
  .p-idx-pattern1-flex .c-btn-main--white,
  .p-idx-pattern1-flex .c-btn-main {
    margin-top: 40px;
  }
}

.p-idx-sec1-wrap-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1367px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .p-idx-sec1-wrap-inner {
    min-height: 853px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec1-wrap-inner {
    min-height: 793px;
  }
}

.p-idx-about-us-img01,
.p-idx-about-us-img02,
.p-idx-about-us-img03 {
  border: 1px solid #fff;
  width: 100%;
  position: absolute;
}

.p-idx-about-us-img01 {
  max-width: 319px;
  top: 0;
  right: 9%;
}
@media screen and (max-width: 1400px) {
  .p-idx-about-us-img01 {
    max-width: initial;
    width: 22.7857142857vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-idx-about-us-img01 {
    right: 6%;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-about-us-img01 {
    top: auto;
    right: auto;
    bottom: 115px;
    left: 24%;
    max-width: 238px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-about-us-img01 {
    max-width: 180px;
    left: 23%;
    bottom: 142px;
  }
}

.p-idx-about-us-img02 {
  max-width: 175.5px;
  top: 327px;
  right: calc(9% + 276px);
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .p-idx-about-us-img02 {
    max-width: initial;
    right: calc(9% + 19.7142857143vw);
    width: 12.5357142857vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-idx-about-us-img02 {
    right: calc(5% + 19.7142857143vw);
    top: 300px;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-about-us-img02 {
    top: auto;
    bottom: 25px;
    right: auto;
    left: 11%;
    max-width: 130px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-about-us-img02 {
    max-width: 98px;
    bottom: 80px;
    left: 6%;
  }
}

.p-idx-about-us-img03 {
  max-width: 248.5px;
  bottom: calc(-23rem - 104px);
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .p-idx-about-us-img03 {
    max-width: initial;
    width: 17.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-idx-about-us-img03 {
    bottom: -25rem;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-about-us-img03 {
    bottom: -77px;
    max-width: 215px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-about-us-img03 {
    max-width: 140px;
    bottom: -72px;
  }
}

/*　セクション１
----------------------------------------------------------------- */
.p-idx-sec1-wrap {
  padding: 13rem 0 23.4rem;
  position: relative;
  border-top: 1px solid #004378;
  margin-top: -1px;
}
@media screen and (max-width: 820px) {
  .p-idx-sec1-wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 11.4285714286rem 0 0;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec1-wrap {
    padding: 10.2857142857rem 0 0;
  }
}
.p-idx-sec1-wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -222px;
  background-image: url(/techno/resource/images/idx_back.png);
  width: 713.5px;
  height: 1110px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .p-idx-sec1-wrap::before {
    width: 552px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec1-wrap::before {
    width: 314px;
  }
}

.p-idx-our-team-img {
  max-width: 520px;
  width: 100%;
  margin-top: 5rem;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .p-idx-our-team-img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-our-team-img {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-our-team-img {
    margin-top: 24px;
  }
}

.p-idx-our-team-img-sp {
  max-width: 466px;
  width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 821px) {
  .p-idx-our-team-img-sp {
    display: none;
    margin-top: 32px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-our-team-img-sp {
    width: 80%;
    margin-top: 24px;
  }
}

/* セクション３
----------------------------------------------------------------- */
.p-idx-sec3-wrap {
  padding: 7.5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}
@media screen and (max-width: 820px) {
  .p-idx-sec3-wrap {
    padding: 5.7142857143rem 0 5.7142857143rem;
    background-image: url(/techno/resource/images/idx_recruit_bg_tb.jpg) !important;
    min-height: 587px;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-sec3-wrap {
    padding: 5.1428571429rem 0 0;
    background-image: url(/techno/resource/images/idx_recruit_bg_sp.jpg) !important;
    min-height: 463px;
  }
}

/* ==========================================================================
about_us
========================================================================== */
/* 　リード
----------------------------------------------------------------- */
.p-about-us-lead {
  position: relative;
}
.p-about-us-lead img {
  position: absolute;
  top: 168px;
  width: 49.89%;
  right: 0;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 1200px) {
  .p-about-us-lead img {
    width: 46.89%;
  }
}
@media screen and (max-width: 820px) {
  .p-about-us-lead img {
    position: relative;
    width: 77.8%;
    top: auto;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-about-us-lead img {
    width: 94%;
    margin-top: 2.5rem;
  }
}
.p-about-us-lead p {
  max-width: 456px;
  width: 100%;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 1200px) {
  .p-about-us-lead p {
    max-width: 430px;
  }
}
@media screen and (max-width: 820px) {
  .p-about-us-lead p {
    max-width: 465px;
    width: 100%;
  }
}

.p-about-us-lead-ttl {
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #004378;
}
@media screen and (max-width: 576px) {
  .p-about-us-lead-ttl {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.875;
  }
}
.p-about-us-lead-ttl span {
  display: inline-block;
  border-bottom: 1px solid #004378;
}

/* 　コンセプト
----------------------------------------------------------------- */
.p-about-us-concept .c-ttl-sub-ja {
  letter-spacing: 0.08em;
}

.p-about-us-concept-box {
  background-color: #fff;
  padding: 4rem;
}
@media screen and (max-width: 820px) {
  .p-about-us-concept-box {
    padding: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .p-about-us-concept-box {
    padding: 2rem 1.75rem 2.5rem;
  }
}
.p-about-us-concept-box p {
  letter-spacing: 0.02em;
}

.p-about-us-concept-box__ttl {
  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;
  color: #004378;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 60px;
  letter-spacing: 0.1em;
  min-height: 60px;
}
@media screen and (max-width: 820px) {
  .p-about-us-concept-box__ttl {
    font-size: 22px;
    font-size: 1.5714285714rem;
    min-height: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-us-concept-box__ttl {
    line-height: 1.6;
    font-size: 20px;
    font-size: 1.4285714286rem;
    min-height: 51px;
  }
}
.p-about-us-concept-box__ttl span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
  padding-left: 16px;
  padding-right: 30px;
}
@media screen and (max-width: 820px) {
  .p-about-us-concept-box__ttl span {
    font-size: 22px;
    font-size: 1.5714285714rem;
    padding-left: 14px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-us-concept-box__ttl span {
    padding-left: 14px;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}
.p-about-us-concept-box__ttl span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #004378;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-about-us-concept-box__ttl span::before {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-us-concept-box__ttl span::before {
    width: 51px;
    height: 51px;
  }
}

/* 　施工品目
----------------------------------------------------------------- */
@media screen and (max-width: 820px) {
  .p-about-us-work .c-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-about-us-work .c-flex-3-clm {
  margin-bottom: 2.5rem;
  width: 32.24489%;
}
@media screen and (max-width: 820px) {
  .p-about-us-work .c-flex-3-clm {
    width: 48%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-us-work .c-flex-3-clm {
    width: 100%;
    margin-bottom: 24px;
  }
}
.p-about-us-work p {
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .p-about-us-work .l-sec-largeb {
    padding-bottom: -24px;
  }
  .p-about-us-work .c-grid-3-clm {
    margin: 0;
    margin-bottom: 24px;
  }
}

/* 　会社概要
----------------------------------------------------------------- */
.p-about-us-company table td,
.p-about-us-company table th {
  color: #fff;
}

.p-about-us-company-box {
  background-color: #fff;
  padding: 3rem 3.375rem 3rem 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-about-us-company-box {
    padding: 40px 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about-us-company-box img {
  max-width: 240px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 820px) {
  .p-about-us-company-box img {
    max-width: 195px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-us-company-box img {
    text-align: center;
    margin: 0 auto;
  }
}

.p-about-us-company-box-ttl {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .p-about-us-company-box-ttl {
    margin-bottom: 1rem;
  }
}

.p-about-us-company-box__btn {
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .p-about-us-company-box__btn {
    max-width: 236px;
  }
}
@media screen and (max-width: 576px) {
  .p-about-us-company-box__btn {
    margin-top: 24px;
    max-width: 246px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about-us-company-box__btn a {
  width: 100%;
  display: block;
  border: 1px solid #004378;
  background-color: #fff;
  text-align: center;
  color: #004378;
  line-height: 52px;
  background-image: url(/techno/resource/images/ico_win.svg);
  background-position: center right 1.25rem;
  background-repeat: no-repeat;
  background-size: 11px auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .p-about-us-company-box__btn a {
    line-height: 44px;
  }
}
.p-about-us-company-box__btn a:hover {
  color: #fff;
  background-color: #004378;
  background-image: url(/techno/resource/images/ico_win_hover.svg);
}

/* ==========================================================================
our_team
========================================================================== */
/* 　
----------------------------------------------------------------- */
.p-our-team-ttl {
  border-bottom: 2px solid #004378;
  padding-bottom: 1.25rem;
  color: #004378;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 576px) {
  .p-our-team-ttl {
    padding-bottom: 1rem;
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}

@media screen and (max-width: 576px) {
  .p-our-team-sp-margin {
    margin-top: 1rem;
  }
}

.p-our-team .p-our-team-flex-reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .p-our-team .p-our-team-flex-reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-our-team .c-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 10.2%;
}
.p-our-team .c-flex .c-flex-2-clm {
  max-width: 490px;
}
@media screen and (max-width: 576px) {
  .p-our-team .c-flex .c-flex-2-clm {
    width: 100%;
    max-width: initial;
  }
}
.p-our-team .c-flex .c-flex-2-clm p {
  letter-spacing: 0.02em;
}
.p-our-team .c-flex img {
  width: 39.89795%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .p-our-team .c-flex img {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-our-team-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .p-our-team-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-our-team-profile p {
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 820px) {
  .p-our-team-profile p {
    text-align: right;
  }
}

.p-our-team-profile-name {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.p-our-team-profile-name span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 1rem;
}

.p-our-team-box {
  background-color: #004378;
  color: #fff;
  padding: 1.25rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .p-our-team-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-our-team-box .p-our-team-box__ttl {
  font-size: 16px;
  font-size: 1rem;
  width: 180px;
  letter-spacing: 0.14em;
}
.p-our-team-box p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ==========================================================================
recruit
========================================================================== */
/* 　FAQ
----------------------------------------------------------------- */
.p-recruit-faq-box {
  background-color: #fff;
  border: 1px solid #004378;
}
.p-recruit-faq-box p {
  letter-spacing: 0.02em;
}

.p-recruit-faq-box__ttl,
.p-recruit-faq-box__ttl-2 {
  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;
  color: #004378;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  min-height: 60px;
  cursor: pointer;
  padding: 2rem 7rem 2rem 3.5rem;
  position: relative;
  /*アイコンの＋と×*/
}
@media screen and (max-width: 820px) {
  .p-recruit-faq-box__ttl,
  .p-recruit-faq-box__ttl-2 {
    padding: 2rem 7rem 2rem 3.5rem;
    font-size: 22px;
    font-size: 1.5714285714rem;
    min-height: initial;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit-faq-box__ttl,
  .p-recruit-faq-box__ttl-2 {
    padding: 1.75rem 3rem 1.75rem 1.75rem;
    line-height: 1.6;
    font-size: 15px;
    font-size: 1.0714285714rem;
    min-height: initial;
  }
}
.p-recruit-faq-box__ttl::before, .p-recruit-faq-box__ttl::after,
.p-recruit-faq-box__ttl-2::before,
.p-recruit-faq-box__ttl-2::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #004378;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  right: 3.5rem;
}
@media screen and (max-width: 576px) {
  .p-recruit-faq-box__ttl::before, .p-recruit-faq-box__ttl::after,
  .p-recruit-faq-box__ttl-2::before,
  .p-recruit-faq-box__ttl-2::after {
    width: 12px;
    right: 1.5rem;
  }
}
.p-recruit-faq-box__ttl::before,
.p-recruit-faq-box__ttl-2::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-recruit-faq-box__ttl::after,
.p-recruit-faq-box__ttl-2::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-recruit-faq-box__ttl span,
.p-recruit-faq-box__ttl-2 span {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
  padding-left: 16px;
  padding-right: 34px;
}
@media screen and (max-width: 820px) {
  .p-recruit-faq-box__ttl span,
  .p-recruit-faq-box__ttl-2 span {
    font-size: 22px;
    font-size: 1.5714285714rem;
    padding-left: 14px;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit-faq-box__ttl span,
  .p-recruit-faq-box__ttl-2 span {
    padding-left: 3px;
    padding-right: 18px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
}
.p-recruit-faq-box__ttl span::before,
.p-recruit-faq-box__ttl-2 span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #004378;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-recruit-faq-box__ttl span::before,
  .p-recruit-faq-box__ttl-2 span::before {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit-faq-box__ttl span::before,
  .p-recruit-faq-box__ttl-2 span::before {
    left: -5px;
    width: 35px;
    height: 35px;
  }
}

.p-recruit-faq-box__ttl-2 span {
  padding-left: 11.5px;
}
@media screen and (max-width: 820px) {
  .p-recruit-faq-box__ttl-2 span {
    padding-left: 9.5px;
  }
}
@media screen and (max-width: 576px) {
  .p-recruit-faq-box__ttl-2 span {
    padding-left: 0.5px;
  }
}

/*　closeというクラスがついたら形状変化　*/
.p-faq_question2.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-faq_question2.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.p-faq_answer2 {
  display: none;
  /*はじめは非表示*/
  padding: 4rem 4rem 2rem;
  margin-top: -4rem;
}
@media screen and (max-width: 576px) {
  .p-faq_answer2 {
    margin-top: 0rem;
    padding: 0 2rem 2rem;
  }
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-scroll-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

.u-margin-remove-top {
  margin-top: 0 !important;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xsmall-top {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 0.7142857143rem;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-small-top {
    margin-top: 1.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-small-top {
    margin-top: 1rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-top {
    margin-top: 2.2857142857rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 1.7142857143rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .u-margin-large-top {
    margin-top: 3.4285714286rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.8571428571rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xlarge-top {
    margin-top: 4.5714285714rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 4rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xxlarge-top {
    margin-top: 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5.1428571429rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.5rem;
}

.u-margin-xxlarge-bottom {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xxlarge-bottom {
    margin-bottom: 5.7142857143rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-bottom {
    margin-bottom: 5.1428571429rem;
  }
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.5rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 4rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.8571428571rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.5rem;
}/*# sourceMappingURL=main.css.map */