@charset "UTF-8";
/* ----------------------------------------------------------------
    Reset Style
  ----------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
 line-height: 1.3;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
nav ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
/* change colours to suit your needs */
ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}
/* change colours to suit your needs */
mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
table {
 width: 100%;
}
table th {
 text-align: center;
 vertical-align: top;
 background: #f3f3f3;
}
table td {
 width: auto;
}
table th, table td {
 padding: 20px 40px;
 border: 1px solid #ccc;
 box-sizing: border-box;
}
/* change border colour to suit your needs */
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}
img {
 height: auto;
 width: 100%;
}
img[src$=".svg"] {
 width: 100%;
}
ol, ul {
 list-style: none outside none;
 margin: 0;
 padding: 0;
}
li {
 list-style-type: none;
}
*, *::before, *::after {
 box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
 table {
  width: 100%;
 }
 table th, table td {
  display: list-item;
  list-style-type: none;
  padding: 15px 15px;
  width: 100%;
 }
 table th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  width: 100%;
 }
 table td {
  text-align: left;
  width: auto;
 }
}
/* link */
a {
 color: #333;
 outline: none;
}
a:link {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a.disable {
 cursor: default;
}
a:visited {
 text-decoration: none;
}
a.disable:hover {
 text-decoration: none;
}
a.default:link {
 color: #0000ff;
 text-decoration: underline;
}
a.default:link:hover {
 text-decoration: none;
}
a.default:visited {
 color: #800080;
}
a.default:active {
 color: #ff8000;
}
a.default:hover {
 color: #b80120;
}
small {
 font-size: 0.83em;
}
.no-link {
 opacity: 0.5;
 pointer-events: none; /*リンクを非リンクに変える*/
 cursor: default; /*マウスカーソルを矢印のまま変えない*/
 text-decoration: none; /*下線を消す*/
}
.indent {
 margin-top: 5px;
 margin-left: -1em;
 text-align: justify;
 text-indent: 1em;
}
.txt-red {
 color: rgba(255, 0, 4, 1.00) !important;
}
.txt-c {
 text-align-last: center !important;
}
/* ----------------------------------------------------------------
    common
  ----------------------------------------------------------------- */
html {
 scroll-behavior: smooth;
}
html, body {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-size: 16px;
 font-weight: 500;
 line-height: 1.7;
}
.zen-kaku-gothic-new-medium {
 font-family: "Zen Kaku Gothic New", serif;
 font-weight: 500;
 font-style: normal;
}
.zen-kaku-gothic-new-bold {
 font-family: "Zen Kaku Gothic New", serif;
 font-weight: 700;
 font-style: normal;
}
.zen-kaku-gothic-new-black {
 font-family: "Zen Kaku Gothic New", serif;
 font-weight: 900;
 font-style: normal;
}
.poppins-regular {
 font-family: "Poppins", serif;
 font-weight: 400;
 font-style: normal;
}
.poppins-medium {
 font-family: "Poppins", serif;
 font-weight: 500;
 font-style: normal;
}
.poppins-bold {
 font-family: "Poppins", serif;
 font-weight: 700;
 font-style: normal;
}
.poppins-medium-italic {
 font-family: "Poppins", serif;
 font-weight: 500;
 font-style: italic;
}
section {
 width: 100%;
}
.sec-inr {
 margin: 0 auto;
 max-width: 1080px;
 width: 100%;
}
.sec-tit {
 font-family: "Zen Kaku Gothic New", serif;
 font-weight: 900;
 font-size: 48px;
 letter-spacing: 0.02em;
 line-height: 1;
 position: relative;
 text-align: center;
 width: 100%;
}
.sec-note {
 font-weight: 700;
 font-size: 20px;
 font-style: normal;
 line-height: 2;
 text-align: center;
}
.tit-arrow {
 background-color: #000;
 color: #fff;
 display: inline-block;
 font-weight: 900;
 font-size: 30px;
 left: 50%; position: relative;
 line-height: 1;
 margin: 0 auto;
 padding: 7px 60px 13px;
 transform: translateX(-50%);
 border: black 1px solid;
}
.tit-arrow::after {
 background-image: url("../img/arrow_down_bk.svg");
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100%;
 bottom: -6px;
 content: "";
 height: 6px;
 left: 50%;
 margin-left: -7px;
 position: absolute;
 width: 14px;
}
.block-talk .talk-inr {
 align-items: center;
 background-color: #fff;
 border: 20px solid #E2EAEF;
 display: flex;
 justify-content: space-between;
 margin-top: 108px;
 padding: 75px 50px 33px;
 position: relative;
}
.splide__arrow {
 background: #fff !important;
 border: 1px solid #A8A8A8 !important;
 height: 80px !important;
 opacity: 1 !important;
 width: 80px !important;
}
.splide__arrow--prev {
 left: -122px !important;
}
.splide__arrow--next {
 right: -122px !important;
}
@media only screen and (max-width: 768px) {
.sec-inr {
 width: 90%;
}
.sec-tit {
 font-size: 36px;
}
.sec-note {
 font-size: 16px;
}
.block-talk .talk-inr {
 border: 20px solid #E2EAEF;
 display: block;
 margin-top: 88px;
 padding: 20px;
} 
 .splide__arrow {
  height: 27px !important;
  width: 27px !important;
 }
 .splide__arrow--prev {
  left: -10px !important;
 }
 .splide__arrow--next {
  right: -10px !important;
 }
 .splide__arrow svg {
  fill: #000;
  height: 0.6em !important;
  width: 0.6em !important;
 }
}
/* ----------------------------------------------------------------
    btn
  ----------------------------------------------------------------- */
.btn {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 63px auto 0;
}
.btn a {
 align-items: center;
 background: #fff;
 border: 1px solid #0092E5;
 border-radius: 75px;
 color: #0092E5;
 display: flex;
 font-size: 22px;
 font-weight: 700;
 height: 80px;
 justify-content: center;
 margin: 0 auto;
 max-width: 405px;
 position: relative;
 transition: 0.5s;
 width: 100%;
}
.btn a:hover {
}
.btn a .arrow {
 position: absolute;
 right: 30px;
 top: 19px;
 width: 13px;
}

.btn a[href="https://technical-agent.jp/company/philosophy/"] {
    align-items: center;
 background: #fff;
 border: 1px solid #005DAB;
 border-radius: 75px;
 color: #005DAB;
 display: flex;
 font-size: 22px;
 font-weight: 700;
 height: 80px;
 justify-content: center;
 margin: 0 auto;
 max-width: 405px;
 position: relative;
 transition: 0.5s;
 width: 100%;
}

.btn a .arrow[href="https://technical-agent.jp/company/philosophy/"]:hover {
    position: absolute;
 right: 30px;
 top: 18px;
 width: 13px;

}

/* ----------------------------------------------------------------
    link
  ----------------------------------------------------------------- */
.outsidelink {
 position: relative;
 text-decoration: underline;
}
.outsidelink::after {
 background-image: url("../img/icon_outsidelink_wh.svg");
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100%;
 top: 0;
 content: "";
 height: 9px;
 position: absolute;
 width: 9px;
right:-13px;
}
.outsidelink:hover {
 text-decoration: none;
}
/* ----------------------------------------------------------------
    display: none
  ----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
 .hidden-sp {
  display: none !important;
 }
}
@media only screen and (min-width: 769px) {
 .hidden-pc {
  display: none !important;
 }
}