@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* ========================================
 *  Font Family
 * ======================================== */
/* ==============================
*   Color
*==============================*/
/* ==============================
*   Font Size
*==============================*/
/*==============================
//  Media Query
//==============================*/
body {
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/
/*==============================
//
//  【概要】
//      ・pxをvwに変換
//  【第一引数】
//      ・pxサイズ（数字のみ）
//  【第二引数】
//      ・デザイン幅（数字のみ）初期値はf-variableに記述
//==============================*/
/*==============================
//  px→vwの計算
//==============================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: -0.5em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333333;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 200%;
  position: relative;
  min-width: 1240px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 0.8888888889rem;
    min-width: initial;
  }
}

a {
  text-decoration: underline;
  color: #0088CC;
  transition: 0.3s all;
}
a:hover {
  text-decoration: none;
}

button {
  outline: none;
}

td,
th {
  vertical-align: middle;
}

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

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

img {
  max-width: 100%;
  backface-visibility: hidden;
}

[v-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: none;
}

main {
  position: relative;
}

main.p-top {
  padding: 0;
}

.l-section {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 150px 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 1400px) {
  .l-section {
    padding: 50px 20px 150px;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 16vw 0;
  }
}
.l-section.bg_color {
  background-color: #F2F8FF;
}
.l-section--lower {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 120px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-section--lower {
    padding: 13.3333333333vw 0;
  }
}
.l-section--lower.bg_color {
  background-color: #F2F8FF;
}
.l-section--lower.bg_color2 {
  background-color: #F3F4F6;
}
.l-section--lower.bg_color3 {
  background-color: #FCF8F9;
}
.l-section--lower.bg_color4 {
  background-color: #FFF8F3;
}
.l-section--lower.bg_color5 {
  background-color: #F5FEFE;
}
.l-section--lower.w_1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.l-section_2c {
  width: 1240px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 120px 20px 0;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .l-section_2c {
    padding: 13.3333333333vw 4vw;
    grid-template-columns: 1fr;
  }
}
.l-section_2c__left {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .l-section_2c__left {
    display: none;
  }
}

.l-inner {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 4vw;
  }
}
.l-inner.w1100 {
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .l-inner.w1100 {
    width: 100%;
  }
}

.c-btn_download a {
  width: 100%;
  padding: 20px 20px 20px 0;
  border-radius: 8px;
  background: linear-gradient(130deg, #D31917 80%, #DE3D3B 20%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 20px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-btn_download a {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 4vw 5.3333333333vw 4vw 0;
  }
}
.c-btn_download a span {
  position: relative;
}
.c-btn_download a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_pdf.png) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_download a span::after {
    right: -9.3333333333vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.c-btn_download a:hover {
  opacity: 0.8;
}
.c-btn_right a {
  width: 100%;
  padding: 20px 20px 20px 0;
  border-radius: 8px;
  background: linear-gradient(130deg, #0088CC 80%, #0D91D2 20%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 20px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn_right a {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 4vw 5.3333333333vw 4vw 0;
  }
}
.c-btn_right a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn_right a::after {
    right: 6.1333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.c-btn_right a:hover {
  opacity: 1;
  background: linear-gradient(130deg, #33A0D6 80%, #3DA7DB 20%);
}
.c-btn_right a:hover::after {
  right: 18px;
}
.c-btn_right.red a {
  background: linear-gradient(130deg, #D31917 80%, #DE3D3B 20%);
}
.c-btn_right.red a:hover {
  background: linear-gradient(130deg, #DC4745 80%, #E56462 20%);
}
.c-btn_right.yellow a {
  background: linear-gradient(130deg, #E8A522 80%, #F1B33A 20%);
}
.c-btn_right.yellow a:hover {
  background: linear-gradient(130deg, #EDB74E 80%, #F4C261 20%);
}
.c-btn_right.mail a {
  padding: 20px 0 20px 25px;
}
@media screen and (max-width: 767px) {
  .c-btn_right.mail a {
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding: 4vw 0 4vw 3.2vw;
  }
}
.c-btn_right.mail a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 33px;
  width: 32px;
  height: 22px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_mail.png) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_right.mail a::before {
    left: 5.3333333333vw;
    width: 6.4vw;
    height: 4.4vw;
  }
}
.c-btn_left a {
  width: 100%;
  padding: 20px 0;
  border-radius: 8px;
  background: linear-gradient(130deg, #0088CC 80%, #0D91D2 20%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 20px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn_left a {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 4vw 0;
  }
}
.c-btn_left a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 23px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-135deg);
  transition: 0.3s all;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn_left a::after {
    left: 6.1333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.c-btn_left a:hover {
  opacity: 0.8;
}
.c-btn_left a:hover::after {
  left: 18px;
}
.c-btn_contact a {
  width: 100%;
  padding: 20px 0 20px 10px;
  border-radius: 8px;
  background: linear-gradient(130deg, #E8A522 80%, #F1B33A 20%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 24px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn_contact a {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 4vw 0 4vw 4vw;
  }
}
.c-btn_contact a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn_contact a::after {
    right: 6.1333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.c-btn_contact a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 55px;
  width: 32px;
  height: 22px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_mail.png) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_contact a::before {
    left: 18.6666666667vw;
    width: 7.4666666667vw;
    height: 5.0666666667vw;
  }
}
.c-btn_contact a:hover {
  opacity: 1;
  background: linear-gradient(130deg, #EBB64D 80%, #F4C86F 20%);
}
.c-btn_contact a:hover::after {
  right: 18px;
}
.c-btn_check {
  width: 100%;
  padding: 18px 0 18px 20px;
  border-radius: 6px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 20px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
  background-color: #888888;
}
.c-btn_check::before {
  content: "";
  display: block;
  width: 1.375em;
  height: 1.375em;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}
.c-btn_top a {
  width: 100%;
  padding: 20px 0 20px 30px;
  border-radius: 8px;
  background: linear-gradient(130deg, #0088CC 80%, #0D91D2 20%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 20px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .c-btn_top a {
    font-size: 18px;
    font-size: 1rem;
    padding: 4vw 0 4vw 8vw;
  }
}
.c-btn_top a:hover {
  opacity: 1;
  background: linear-gradient(130deg, #33A0D6 80%, #3DA7DB 20%);
}
.c-btn_top.top01 a span {
  position: relative;
}
.c-btn_top.top01 a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_poc.png) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_top.top01 a span::before {
    left: -8.8vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-btn_top.top02 a {
  background: linear-gradient(130deg, #E8A522 80%, #F1B33A 20%);
}
.c-btn_top.top02 a span {
  position: relative;
}
.c-btn_top.top02 a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_factory.png) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_top.top02 a span::before {
    left: -8.8vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-btn_top.top02 a:hover {
  background: linear-gradient(130deg, #EDB74E 80%, #F4C261 20%);
}

.c-list__dot li {
  padding-left: 18px;
  position: relative;
  line-height: 160%;
  margin-bottom: 8px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-list__dot li {
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: 2.1333333333vw;
  }
}
.c-list__dot li span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-list__dot li {
    padding-left: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.c-list__dot li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #0088CC;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 3px;
}
@media screen and (max-width: 767px) {
  .c-list__dot li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 3.2vw;
    left: 0.8vw;
  }
}
.c-list__dot li:last-child {
  margin-bottom: 0;
}
.c-list__dot2 li {
  padding-left: 18px;
  position: relative;
  line-height: 200%;
  margin-bottom: 30px;
  font-size: 18px;
}
.c-list__dot2 li span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-list__dot2 li {
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding-left: 4vw;
    margin-bottom: 3.4666666667vw;
    line-height: 180%;
  }
}
.c-list__dot2 li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #0088CC;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 3px;
}
@media screen and (max-width: 767px) {
  .c-list__dot2 li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 2.6666666667vw;
    left: 0.5333333333vw;
  }
}
.c-list__dot2 li:last-child {
  margin-bottom: 0;
}
.c-list__dots li {
  padding-left: 10px;
  position: relative;
  line-height: 160%;
  margin-bottom: 4px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-list__dots li {
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding-left: 4vw;
    margin-bottom: 1.3333333333vw;
    line-height: 180%;
  }
}
.c-list__dots li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .c-list__dots li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 2.6666666667vw;
    left: 0.5333333333vw;
  }
}
.c-list__dots li:last-child {
  margin-bottom: 0;
}
.c-list__en li {
  position: relative;
  line-height: 180%;
  margin-bottom: 5px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-list__en li {
    margin-bottom: 3.4666666667vw;
    padding-left: 8vw;
  }
}
.c-list__en li span {
  position: absolute;
  top: 0;
  left: 0;
}
.c-list__en li:last-child {
  margin-bottom: 0;
}
.c-list__no {
  counter-reset: cnt;
}
.c-list__no li {
  padding-left: 25px;
  position: relative;
  line-height: 180%;
  font-size: 18px;
  margin-bottom: 30px;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-list__no li {
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding-left: 5.3333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
.c-list__no li:last-child {
  margin-bottom: 0;
}
.c-list__no li::before {
  position: absolute;
  content: counter(cnt) ".";
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 18px;
  left: 0;
  top: 0;
}
.c-list__no li span {
  font-weight: bold;
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-list__no li span {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-bottom: 1.3333333333vw;
  }
}
.c-list__cp li {
  position: relative;
  line-height: 180%;
  margin-bottom: 5px;
  padding-left: 28px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .c-list__cp li {
    font-size: 14px;
    font-size: 0.7777777778rem;
    margin-bottom: 2.1333333333vw;
    padding-left: 7.4666666667vw;
    line-height: 160%;
  }
}
.c-list__cp li span {
  position: absolute;
  top: 0;
  left: 0;
}
.c-list__cp li:last-child {
  margin-bottom: 0;
}

.c-nav_pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-nav_pc {
    display: none;
  }
}
.c-nav_pc_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.c-nav_pc_menu li a {
  margin-right: 25px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 1600px) {
  .c-nav_pc_menu li a {
    margin-right: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .c-nav_pc_menu li a {
    margin-right: 15px;
    font-size: 15px;
  }
}
.c-nav_pc_menu li a:hover {
  color: #0088CC;
}
.c-nav_pc_menu li a:hover::after {
  transform: scale(1, 1);
}
.c-nav_pc_menu li a::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #0088CC;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s all;
}
@media screen and (max-width: 1400px) {
  .c-nav_pc_menu li a::after {
    bottom: -30px;
  }
}
.c-nav_pc_menu li a.current {
  color: #0088CC;
}
.c-nav_pc_download a {
  width: 134px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #0088CC;
  text-decoration: none;
  letter-spacing: -0.05em;
  position: relative;
  padding: 27px 0 0 0;
}
@media screen and (max-width: 1400px) {
  .c-nav_pc_download a {
    width: 110px;
    height: 80px;
    font-size: 12px;
  }
}
.c-nav_pc_download a:hover {
  opacity: 0.8;
}
.c-nav_pc_download a::before {
  display: block;
  content: "";
  position: absolute;
  top: 32px;
  left: 51px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_download.png) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 1400px) {
  .c-nav_pc_download a::before {
    top: 26px;
    left: 41px;
    width: 28px;
    height: 28px;
  }
}
.c-nav_pc_mail a {
  width: 120px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #E8A522;
  text-decoration: none;
  letter-spacing: -0.05em;
  position: relative;
  padding: 27px 0 0 0;
}
@media screen and (max-width: 1400px) {
  .c-nav_pc_mail a {
    width: 110px;
    height: 80px;
    font-size: 12px;
  }
}
.c-nav_pc_mail a:hover {
  opacity: 0.8;
}
.c-nav_pc_mail a::before {
  display: block;
  content: "";
  position: absolute;
  top: 34px;
  left: 45px;
  width: 28px;
  height: 19px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_mail.png) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 1400px) {
  .c-nav_pc_mail a::before {
    top: 28px;
    left: 42.5px;
    width: 25px;
    height: 17px;
  }
}
.c-nav_sp {
  /*.hamburger.-active .hamburger__text::before {
        content: '閉じる';
      }*/
  /* .hamburger__text::before {
          content: "メニュー";
          text-align: center;
          color: #172e59;
          font-size: 10px;
          font-weight: 900;
      }*/
}
@media screen and (min-width: 768px) {
  .c-nav_sp {
    display: none;
  }
}
.c-nav_sp a {
  font-family: sans-serif;
  text-decoration: none;
}
.c-nav_sp .hamburger {
  display: block;
  height: 60px;
  width: 60px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: #0088CC;
}
.c-nav_sp .hamburger.-active .hamburger__line {
  background-color: transparent;
}
.c-nav_sp .hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.c-nav_sp .hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.c-nav_sp .hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  background-color: #ffffff;
  transition: 0.4s;
}
.c-nav_sp .hamburger__line:before,
.c-nav_sp .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  transition: inherit;
}
.c-nav_sp .hamburger__line:before {
  top: -6px;
}
.c-nav_sp .hamburger__line:after {
  top: 6px;
}
.c-nav_sp .hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.c-nav_sp .header {
  width: 100%;
}
.c-nav_sp .header__nav-area {
  position: fixed;
  top: 60px;
  left: -100%;
  z-index: 9;
  height: 100dvh;
  width: 100%;
  visibility: hidden;
  padding-top: 0;
  background-color: #0088CC;
  transition: 0.4s;
}
.c-nav_sp .header__nav-area.-active {
  left: 0;
  visibility: visible;
  height: 100vh;
  overflow: auto;
}
.c-nav_sp .global-navigation {
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 180px;
  padding-left: 25px;
}
.c-nav_sp .global-navigation__list > li {
  padding-bottom: 15px;
  border-bottom: 1px solid #579dc0;
}
.c-nav_sp .global-navigation__list > li + li {
  margin-top: 15px;
}
.c-nav_sp .global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-weight: 600;
  transition: color 0.4s;
  font-size: 16px;
}
.c-nav_sp .global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
.c-nav_sp .global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.c-nav_sp .global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.c-nav_sp .global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.c-nav_sp .accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.c-nav_sp .accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}
.c-nav_sp .accordion__list li {
  font-size: 15px;
}
.c-nav_sp .accordion__list li + li {
  margin-top: 10px;
}
.c-nav_sp .accordion__list li + li.sub {
  padding-left: 20px;
}
.c-nav_sp .accordion__list li + li.sub a {
  position: relative;
}
.c-nav_sp .accordion__list li + li.sub a::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 10px;
  top: 8px;
  transition: 0.3s all;
  background-color: #ffffff;
  transform: none;
}
.c-nav_sp .accordion__link {
  color: #ffffff;
  padding-left: 30px;
  position: relative;
}
.c-nav_side {
  position: sticky;
  top: 120px;
  left: 0;
  width: 100%;
  background-color: #F2F8FF;
  border-radius: 6px;
  overflow: hidden;
  letter-spacing: 0;
}
.c-nav_side_ttl {
  background-color: #0088CC;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 21px 20px;
  line-height: 140%;
}
.c-nav_side_ttl a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}
.c-nav_side .sub_ttl {
  width: 100%;
  background-color: #DBEBFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  padding: 10px 10px 6px 15px;
}
.c-nav_side .sub_ttl a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #333333;
  text-decoration: none;
}
.c-nav_side .nav {
  width: 100%;
  padding: 18px 10px 25px 15px;
}
.c-nav_side .nav li {
  line-height: 130%;
  margin-bottom: 12px;
}
.c-nav_side .nav li a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}
.c-nav_side .nav li a:hover {
  color: #0088CC;
  font-weight: bold;
}
.c-nav_side .nav.recruit, .c-nav_side .nav.company {
  padding: 30px 10px 25px 25px;
}
.c-nav_side .nav.recruit li, .c-nav_side .nav.company li {
  line-height: 130%;
  margin-bottom: 25px;
}
.c-nav_side .nav.recruit li a, .c-nav_side .nav.company li a {
  font-size: 18px;
}
.c-nav_side .nav.recruit li a:hover, .c-nav_side .nav.company li a:hover {
  color: #0088CC;
  font-weight: bold;
}
.c-nav_side .nav.recruit li.sub, .c-nav_side .nav.company li.sub {
  padding-left: 22px;
  line-height: 140%;
  margin-bottom: 15px;
  font-weight: 400;
}
.c-nav_side .nav.recruit li.sub.top, .c-nav_side .nav.company li.sub.top {
  margin-top: -10px;
}
.c-nav_side .nav.recruit li.sub.last, .c-nav_side .nav.company li.sub.last {
  margin-bottom: 25px;
}
.c-nav_side .nav.recruit li.sub a, .c-nav_side .nav.company li.sub a {
  font-size: 15px;
  position: relative;
  color: #3B3B3B;
}
.c-nav_side .nav.recruit li.sub a::before, .c-nav_side .nav.company li.sub a::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  left: -25px;
  top: 7px;
  transition: 0.3s all;
  background-color: #BABABA;
  transform: none;
}
.c-nav_side .nav.recruit li.sub a:hover, .c-nav_side .nav.company li.sub a:hover {
  color: #0088CC;
  font-weight: bold;
}
.c-nav_side .nav.recruit li.current, .c-nav_side .nav.company li.current {
  position: relative;
}
.c-nav_side .nav.recruit li.current a, .c-nav_side .nav.company li.current a {
  color: #0088CC;
  font-weight: bold;
  position: relative;
}
.c-nav_side .nav.recruit li.current::after, .c-nav_side .nav.company li.current::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
  border-top: 2px solid #0088CC;
  border-right: 2px solid #0088CC;
}
.c-nav_side.management {
  background-color: #F5FEFE;
}
.c-nav_side.management .c-nav_side_ttl {
  background-color: #48B8B8;
}
.c-nav_side.management .sub_ttl {
  background-color: #CDEEEE;
}
.c-nav_side.management .nav li a:hover {
  color: #48B8B8;
}
.c-nav_side.network {
  background-color: #FCF8F9;
}
.c-nav_side.network .c-nav_side_ttl {
  background-color: #E75584;
}
.c-nav_side.network .sub_ttl {
  background-color: #F3D9E2;
}
.c-nav_side.network .nav li a:hover {
  color: #E75584;
}
.c-nav_side.oem {
  background-color: #FFF8F3;
}
.c-nav_side.oem .c-nav_side_ttl {
  background-color: #EC7506;
}
.c-nav_side.oem .sub_ttl {
  background-color: #EDCCAE;
}
.c-nav_side.oem .nav li a:hover {
  color: #EC7506;
}

.rounded-table {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}
.rounded-table .c-table {
  border-collapse: collapse;
  width: 100%;
}
.rounded-table .c-table.center th,
.rounded-table .c-table.center td {
  text-align: center;
}
.rounded-table .c-table th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  vertical-align: middle;
  padding: 17px 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  background-color: #F2F8FF;
  color: #0088CC;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table th {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 130%;
    padding: 2.6666666667vw 2.1333333333vw;
  }
}
.rounded-table .c-table th.ttl {
  border-right: none;
  font-size: 24px;
  background-color: #0088CC;
  color: #ffffff;
  text-align: left;
  padding: 17px 30px;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table th.ttl {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 4vw 5.3333333333vw;
    text-align: center;
  }
}
.rounded-table .c-table th.ttl2 {
  border-right: none;
  font-size: 16px;
  background-color: #0088CC;
  color: #ffffff;
  text-align: center;
  padding: 15px 10px;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table th.ttl2 {
    font-size: 14px;
    font-size: 0.7777777778rem;
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.rounded-table .c-table th.ttl2_last {
  border-right: none;
}
.rounded-table .c-table th.last {
  border-bottom: none;
}
.rounded-table .c-table td {
  background: #ffffff;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  text-align: left;
  vertical-align: middle;
  padding: 12.5px 15px;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table td {
    font-size: 13px;
    font-size: 0.7222222222rem;
    padding: 2.6666666667vw 2.1333333333vw;
  }
}
.rounded-table .c-table td:last-of-type {
  border-right: none;
}
.rounded-table .c-table td.last {
  border-bottom: none;
}
.rounded-table .c-table td.line_right {
  border-right: 1px solid #CCCCCC;
}
.rounded-table .c-table td a.pdf {
  background: url(../../src/img/icon/icon_download_b.png) no-repeat right center;
  padding-right: 30px;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table td a.pdf {
    padding-right: 6.6666666667vw;
    background-size: 5.3333333333vw 5.3333333333vw;
  }
}
.rounded-table .c-table td.ttl {
  background-color: #F2F8FF;
  font-weight: bold;
}
.rounded-table .c-table.management th {
  background-color: #F5FEFE;
  color: #48B8B8;
}
.rounded-table .c-table.management th.ttl {
  background-color: #48B8B8;
  color: #ffffff;
}
.rounded-table .c-table.management th.ttl2 {
  background-color: #48B8B8;
  color: #ffffff;
}
.rounded-table .c-table.management th.ttl3 {
  border-right: none;
  font-size: 16px;
  background-color: #76cfcf;
  color: #ffffff;
  text-align: center;
  padding: 15px 10px;
  border-right: 1px solid #CCCCCC;
}
.rounded-table .c-table.management th.ttl3_last {
  border-right: none;
}
.rounded-table .c-table.network th {
  background-color: #FCF8F9;
  color: #E75584;
}
.rounded-table .c-table.network th.ttl {
  background-color: #E75584;
  color: #ffffff;
}
.rounded-table .c-table.network th.ttl2 {
  background-color: #E75584;
  color: #ffffff;
}
.rounded-table .c-table.network th.ttl3 {
  background-color: #E75584;
  color: #ffffff;
  font-size: 14px;
  line-height: 150%;
  padding: 10px 5px;
}

.c-title-toph2 {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: bold;
  line-height: 160%;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title-toph2 {
    margin: 0 0 4vw;
    font-size: 22px;
    font-size: 1.2222222222rem;
    line-height: 130%;
  }
}
.c-title-toph2 .en {
  font-size: 46px;
  font-weight: 500;
  line-height: 150%;
  font-family: "Oswald", sans-serif;
  color: #0088CC;
  display: block;
  margin-top: -5px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-title-toph2 .en {
    font-size: 36px;
    font-size: 2rem;
    margin-top: -1.3333333333vw;
  }
}
.c-title-h3 {
  width: 100%;
  font-size: 36px;
  line-height: 160%;
  font-weight: bold;
  color: #0088CC;
  border-bottom: 2px solid #0088CC;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-title-h3 {
    font-size: 30px;
    font-size: 1.6666666667rem;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-title-systemh3 {
  width: 100%;
  font-size: 36px;
  line-height: 160%;
  font-weight: bold;
  color: #0088CC;
  border-bottom: 2px solid #0088CC;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-title-systemh3 {
    font-size: 24px;
    font-size: 1.3333333333rem;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-title-managementh3 {
  width: 100%;
  font-size: 36px;
  line-height: 160%;
  font-weight: bold;
  color: #48B8B8;
  border-bottom: 2px solid #48B8B8;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-title-managementh3 {
    font-size: 24px;
    font-size: 1.3333333333rem;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-title-networkh3 {
  width: 100%;
  font-size: 36px;
  line-height: 160%;
  font-weight: bold;
  color: #E75584;
  border-bottom: 2px solid #E75584;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-title-networkh3 {
    font-size: 24px;
    font-size: 1.3333333333rem;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-title-oemh3 {
  width: 100%;
  font-size: 36px;
  line-height: 160%;
  font-weight: bold;
  color: #EC7506;
  border-bottom: 2px solid #EC7506;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-title-oemh3 {
    font-size: 30px;
    font-size: 1.6666666667rem;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.c-title_h3ttl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-title_h3ttl {
    font-size: 30px;
    font-size: 1.6666666667rem;
    margin-bottom: 4vw;
  }
}
.c-title_h3ttl2 {
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 40px;
  color: #0088CC;
}
@media screen and (max-width: 767px) {
  .c-title_h3ttl2 {
    font-size: 30px;
    font-size: 1.6666666667rem;
    margin-bottom: 4vw;
  }
}
.c-title-company3 {
  width: 100%;
  font-size: 36px;
  line-height: 170%;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-title-company3 {
    font-size: 30px;
    font-size: 1.6666666667rem;
    margin-bottom: 2.6666666667vw;
  }
}
.c-title-h3reason {
  display: flex;
  align-items: center;
  font-size: 42px;
  font-weight: bold;
  color: #0088CC;
  line-height: 170%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-title-h3reason {
    font-size: 30px;
    font-size: 1.6666666667rem;
    margin-bottom: 2.6666666667vw;
  }
}
.c-title-h3reason::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #0088CC;
  margin-left: 25px;
}
.c-title-recruith4 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #0088CC;
  border-bottom: 2px solid #0088CC;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 150%;
  letter-spacing: 0;
}
.c-title-access4 {
  font-size: 28px;
  font-weight: bold;
  color: #0088CC;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-title-access4 {
    font-size: 24px;
    font-size: 1.3333333333rem;
    margin-bottom: 2.6666666667vw;
  }
}
.c-title_csrh4 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .c-title_csrh4 {
    font-size: 22px;
    font-size: 1.2222222222rem;
    margin: 0 0 1.3333333333vw;
  }
}

.h2_wrap {
  width: 100%;
  height: 530px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .h2_wrap {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .h2_wrap {
    height: 53.3333333333vw;
  }
}
.h2_wrap .c-title-h2 {
  width: 660px;
  height: 100%;
  background: rgba(0, 136, 204, 0.9);
  text-align: center;
  padding-top: 270px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .h2_wrap .c-title-h2 {
    width: 560px;
    padding-top: 170px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h2_wrap .c-title-h2 {
    width: 100%;
    padding-top: 28vw;
    font-size: 16px;
    font-size: 0.8888888889rem;
    height: 53.3333333333vw;
  }
}
.h2_wrap .c-title-h2 .en {
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  display: block;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .h2_wrap .c-title-h2 .en {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .h2_wrap .c-title-h2 .en {
    font-size: 30px;
    font-size: 1.6666666667rem;
    margin-bottom: 1.3333333333vw;
  }
}

.c-form #entryForm {
  /* CHECKBOX */
}
.c-form #entryForm dl {
  margin-top: -1px;
  line-height: 180%;
  display: flex;
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl {
    flex-flow: column;
  }
}
.c-form #entryForm dl dt {
  padding: 42px 0 30px 85px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  width: 320px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dt {
    padding: 4vw 0 0 16vw;
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 0.8888888889rem;
    border-bottom: none;
    font-weight: 700;
  }
}
.c-form #entryForm dl dt::after {
  content: "任意";
  width: 64px;
  height: 30px;
  padding: 0;
  background: #AFAFAF;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 42px;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dt::after {
    font-size: 12px;
    font-size: 0.6666666667rem;
    width: 13.3333333333vw;
    height: 6.1333333333vw;
    left: 0;
    top: 4vw;
    line-height: 6.1333333333vw;
  }
}
.c-form #entryForm dl dt.required:after {
  content: "必須";
  background: #D31917;
}
.c-form #entryForm dl dd {
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 18px;
  width: calc(100% - 320px);
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd {
    padding: 4vw 0 4vw;
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.c-form #entryForm dl dd .box {
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd .box {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.c-form #entryForm dl dd .box li {
  width: 100%;
}
.c-form #entryForm dl dd input[type=text],
.c-form #entryForm dl dd input[type=email],
.c-form #entryForm dl dd input[type=tel] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #CCCCCC;
  background-color: #F3F4F6;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 180%;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd input[type=text],
  .c-form #entryForm dl dd input[type=email],
  .c-form #entryForm dl dd input[type=tel] {
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding: 3.2vw 5.3333333333vw;
  }
}
.c-form #entryForm dl dd textarea {
  width: 100%;
  height: 165px;
  box-sizing: border-box;
  padding: 12px 15px;
  border: 1px solid #CCCCCC;
  background-color: #F3F4F6;
  border-radius: 6px;
  font-size: 18px;
  line-height: 180%;
  -webkit-appearance: none;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd textarea {
    margin-left: 0;
    width: 100%;
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.c-form #entryForm dl dd .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.c-form #entryForm dl dd .selectbox::after {
  position: absolute;
  right: 30px;
  width: 10px;
  height: 7px;
  background-color: #888888;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd .selectbox::after {
    right: 15px;
  }
}
.c-form #entryForm dl dd .selectbox select {
  padding: 12px 15px;
  border: 1px solid #CCCCCC;
  background-color: #F3F4F6;
  border-radius: 6px;
  font-size: 18px;
  line-height: 180%;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd .selectbox select {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.c-form #entryForm dl dd .group {
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd .group {
    margin-bottom: -2.6666666667vw;
  }
}
.c-form #entryForm dl dd .group label {
  width: 100%;
  margin: 0 20px 20px 0;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd .group label {
    font-size: 16px;
    font-size: 0.8888888889rem;
    margin: 0 2.6666666667vw 2.6666666667vw 0;
  }
}
.c-form #entryForm dl dd .group label input[type=radio] + span {
  position: relative;
  padding: 0 0 0 46px;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd .group label input[type=radio] + span {
    padding: 0 0 0 9.3333333333vw;
  }
}
.c-form #entryForm dl dd .group label input[type=radio] + span::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-color: #F3F4F6;
  border: 2px solid #CCCCCC;
  border-radius: 30px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm dl dd .group label input[type=radio] + span::before {
    left: 1.3333333333vw;
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.725em;
  }
}
.c-form #entryForm dl dd .group label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-form #entryForm dl dd .group label input[type=radio]:checked + span::before {
  border: 6px solid #0088CC;
}
.c-form #entryForm .privacy_box {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm .privacy_box {
    padding: 4vw 0;
  }
}
.c-form #entryForm p.error {
  color: #D31917;
  font-size: 15px;
  margin-top: 7px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm p.error {
    margin-top: 1.8666666667vw;
  }
}
.c-form #entryForm p.comment {
  font-size: 15px;
  margin-top: 7px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm p.comment {
    margin-top: 1.8666666667vw;
  }
}
.c-form #entryForm label input[type=checkbox] + span {
  font-size: 18px;
  margin: 0;
  position: relative;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm label input[type=checkbox] + span {
    font-size: 16px;
    font-size: 0.8888888889rem;
    margin: 0 0 2.1333333333vw 0;
    padding: 0 0 0 9.3333333333vw;
  }
}
.c-form #entryForm label input[type=checkbox] + span::before,
.c-form #entryForm label input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm label input[type=checkbox] + span::before,
  .c-form #entryForm label input[type=checkbox] + span::after {
    top: -0.5333333333vw;
  }
}
.c-form #entryForm label input[type=checkbox] + span::before {
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.8em;
  background-color: #F3F4F6;
  border: 2px solid #CCCCCC;
  border-radius: 3px;
  z-index: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm label input[type=checkbox] + span::before {
    margin-top: 0;
  }
}
.c-form #entryForm label input[type=checkbox].white_bg + span::before {
  background-color: #ffffff;
  border: 2px solid #0088CC;
}
.c-form #entryForm label input[type=checkbox] + span::after {
  width: 0.5em;
  height: 0.7em;
  margin-top: -0.5em;
  margin-left: 0.6em;
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm label input[type=checkbox] + span::after {
    margin-top: 1.0666666667vw;
  }
}
.c-form #entryForm label input[type=checkbox]:checked + span::before {
  border: none;
}
.c-form #entryForm label input[type=checkbox]:checked + span::after {
  border: 0.1875em solid #ffffff;
  border-width: 0 0.1875em 0.1875em 0;
  transform: scale(1) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-form #entryForm label input[type=checkbox]:checked + span::after {
    border: 0.2em solid #ffffff;
    border-width: 0 0.2em 0.2em 0;
  }
}
.c-form #entryForm label input[type=checkbox]:checked + span::before {
  background-color: #0088CC;
}

input + select,
input + textarea,
select + input,
select + textarea,
textarea + input,
textarea + select {
  margin-top: 0.75em;
}

:-moz-placeholder {
  color: #AFAFAF;
}

:placeholder-shown {
  color: #AFAFAF;
}

::-webkit-input-placeholder {
  color: #AFAFAF;
}

:-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}

::-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}

:focus:-moz-placeholder {
  color: inherit;
}

:focus:placeholder-shown {
  color: inherit;
}

:focus::-webkit-input-placeholder {
  font-size: 0;
}

:focus:-moz-placeholder {
  font-size: 0;
}

:focus::-moz-placeholder {
  font-size: 0;
}

:focus:-ms-input-placeholder {
  font-size: 0;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.buttonArea {
  padding: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .buttonArea {
    justify-content: space-between;
    padding: 5.3333333333vw 0 0;
    flex-direction: row;
  }
}
.buttonArea li {
  width: 48%;
  max-width: 340px;
  margin: 0 1%;
}
@media screen and (max-width: 767px) {
  .buttonArea li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 4vw;
  }
  .buttonArea li:last-of-type {
    margin: 0;
  }
}
.buttonArea li .button_wrap {
  color: #ffffff;
  position: relative;
  line-height: 150%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap {
    line-height: 13.3333333333vw;
    width: 100%;
  }
}
.buttonArea li .button_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap::after {
    right: 6.1333333333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.buttonArea li .button_wrap:hover {
  opacity: 0.8;
}
.buttonArea li .button_wrap:hover::after {
  right: 18px;
}
.buttonArea li .button_wrap input[type=submit] {
  width: 100%;
  padding: 20px 0;
  border-radius: 8px;
  background: linear-gradient(130deg, #0088CC 80%, #0D91D2 20%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 20px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap input[type=submit] {
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 4vw 2.6666666667vw 4vw 0;
  }
}
.buttonArea li .button_wrap.graybtn::after {
  left: 23px;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap.graybtn::after {
    left: 5.3333333333vw;
  }
}
.buttonArea li .button_wrap.graybtn input[type=submit] {
  background: linear-gradient(130deg, #888888 80%, #999999 20%);
}
.buttonArea li .button_wrap.graybtn:hover {
  opacity: 0.3s all;
}
.buttonArea li .button_wrap.graybtn:hover::after {
  left: 18px;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap.graybtn:hover::after {
    left: 5.3333333333vw;
  }
}
.buttonArea li .button_wrap.graybtn input[type=button] {
  background-color: #888888;
}

.c-card {
  cursor: pointer;
}
.c-card_head {
  margin-bottom: 20px;
}
.c-card_body .c-card__desc {
  line-height: 160%;
  margin-bottom: 20px;
}
.c-card.checked .c-btn_check {
  background-color: #D31917;
}
.c-card.checked .c-btn_check::before {
  border-color: #D31917;
}
.c-card.checked .c-btn_check::after {
  content: "";
  border-right: 0.2em solid #D31917;
  border-bottom: 0.2em solid #D31917;
  display: block;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: rotate(45deg) translate(-11%, -88%);
  height: 0.8em;
  width: 0.5em;
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 13px;
  margin: 60px 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-pager {
    gap: 0 3.2vw;
    margin: 8vw 0 0;
  }
}
.c-pager a {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1rem;
  color: #AFAFAF;
  background-color: #CCCCCC;
  border-radius: 100px;
  transition: 0.3s all;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pager a {
    padding: 0 1.6vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.c-pager a:hover {
  color: #ffffff;
  background-color: #0088CC;
}
.c-pager a:hover .c-pager__prev::before,
.c-pager a:hover .c-pager__next::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.c-pager a .c-pager__prev::before {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #AFAFAF;
  border-right: 2px solid #AFAFAF;
  transform: rotate(-135deg);
}
.c-pager a .c-pager__next::before {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  right: 50%;
  margin-right: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #AFAFAF;
  border-right: 2px solid #AFAFAF;
  transform: rotate(45deg);
}
.c-pager .current_page_number, .c-pager__current {
  color: #ffffff !important;
  background-color: #0088CC !important;
  pointer-events: none;
  position: relative;
}
.c-pager__dots {
  font-size: 18px;
  font-size: 1rem;
}
.c-pager .page-numbers.current {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1rem;
  border-radius: 100px;
  transition: 0.3s all;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #0088CC !important;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pager .page-numbers.current {
    padding: 0 1.6vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 1400px) {
  .p-header {
    width: 1400px;
    position: sticky;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    width: 100%;
    position: fixed;
  }
}
.p-header .hBox {
  width: 100%;
  height: 100px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1400px) {
  .p-header .hBox {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-header .hBox {
    height: 60px;
  }
}
.p-header .hBox .logo {
  width: 467px;
  height: auto;
  margin: 0 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .p-header .hBox .logo {
    width: 400px;
  }
}
@media screen and (max-width: 1400px) {
  .p-header .hBox .logo {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-header .hBox .logo {
    height: auto;
    width: 70%;
    margin: 0 0 0 3.2vw;
  }
}
.p-header .hBox .logo:hover {
  opacity: 0.8;
}
.p-header .hBox .logo img {
  width: auto;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-header .hBox .logo img {
    width: 100%;
    margin-right: 0;
  }
}
.p-header .hBox .innerBox {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.p-header .hBox .innerBox a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-header .hBox .innerBox a {
    color: #ffffff;
    width: 100%;
  }
}
.p-header .hBox .innerBox a:hover {
  opacity: 0.3s all;
}

@media screen and (max-width: 767px) {
  /*ハンバーガー*/
  #globalMenuSp {
    z-index: 2500;
    color: #ffffff;
    background: #0088CC;
    text-align: left;
    width: 100vw;
    transition: top 0.5s ease;
    position: absolute;
    top: 60px;
    right: 0;
    height: auto;
    display: none;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
  }
  #globalMenuSp.active {
    display: block;
    height: 100vh;
    overflow: auto;
  }
  #globalMenuSp .btn_wrap {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  #globalMenuSp .btn_wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 50px;
  }
  #globalMenuSp .btn_wrap ul li {
    width: 50%;
  }
  #globalMenuSp .btn_wrap ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
  }
  .navToggle {
    display: block;
    position: fixed;
    z-index: 2501;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background-color: #0088CC;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    right: 17px;
    background: #ffffff;
    transition: 0.3s ease-in-out;
  }
  .navToggle span:nth-child(1) {
    top: 20px;
  }
  .navToggle span:nth-child(2) {
    top: 29px;
  }
  .navToggle span:nth-child(3) {
    top: 37px;
  }
  .navToggle.active {
    width: 60px;
    height: 60px;
    mix-blend-mode: inherit;
    transition: 0.3s ease-in-out;
  }
  .navToggle.active span:nth-child(1) {
    top: 25px;
    background: #ffffff;
    transform: rotate(-40deg);
  }
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 25px;
    background: #ffffff;
    transform: rotate(40deg);
  }
}
.p-footer {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #1A1A1A;
  z-index: 15;
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 0;
}
@media screen and (max-width: 1600px) {
  .p-footer {
    grid-template-columns: 380px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    grid-template-columns: 1fr;
  }
}
.p-footer_left {
  background-color: #000000;
  height: 100%;
  border-right: 1px solid #3B3B3B;
  padding: 100px 80px;
}
@media screen and (max-width: 1600px) {
  .p-footer_left {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_left {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
.p-footer_left .logo {
  width: 100%;
  margin-bottom: 27px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3B3B3B;
}
@media screen and (max-width: 767px) {
  .p-footer_left .logo {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .p-footer_left .logo img {
    width: 90%;
    margin: 0 auto;
  }
}
.p-footer_left_tel {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-footer_left_tel {
    margin-bottom: 4vw;
    padding-left: 8vw;
  }
}
.p-footer_left_tel .tel {
  font-size: 40px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer_left_tel .tel {
    font-size: 36px;
    font-size: 2rem;
  }
}
.p-footer_left_tel .tel a {
  color: #ffffff;
  text-decoration: none;
}
.p-footer_left_tel .txtsub {
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 7px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-footer_left_tel .txtsub {
    font-size: 12px;
    font-size: 0.6666666667rem;
    margin-bottom: 1.8666666667vw;
  }
}
.p-footer_left_tel::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 36px;
  width: 32px;
  height: 31px;
  background: url(../../src/img/icon/icon_tel.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-footer_left_tel::before {
    top: 0.5333333333vw;
    left: 16vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.p-footer_right {
  padding: 100px 10% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .p-footer_right {
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_right {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
.p-footer_right_nav {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #3B3B3B;
  display: grid;
  grid-template-columns: 1fr 150px 170px;
  gap: 80px;
}
@media screen and (max-width: 1600px) {
  .p-footer_right_nav {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_right_nav {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.p-footer_right_nav .nav_box {
  text-align: left;
}
.p-footer_right_nav .nav_box a {
  color: #ffffff;
  text-decoration: none;
  transform: 0.3s all;
}
.p-footer_right_nav .nav_box a:hover {
  opacity: 0.8;
}
.p-footer_right_nav .nav_box .ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #3B3B3B;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer_right_nav .nav_box .ttl {
    font-size: 20px;
    font-size: 1.1111111111rem;
    text-align: center;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-footer_right_nav .nav_box .ttl2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-footer_right_nav .nav_box .ttl2 {
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: 2.6666666667vw;
  }
}
.p-footer_right_nav .nav_box ul li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-footer_right_nav .nav_box ul li {
    font-size: 15px;
    font-size: 0.8333333333rem;
    margin-bottom: 2.6666666667vw;
  }
}
.p-footer_right_nav .nav_box ul li a {
  color: #BABABA;
}
.p-footer_right_nav .nav_box ul li a:hover {
  opacity: 0.8;
}
.p-footer_right_nav .nav_box ul li:last-child {
  margin-bottom: 0;
}
.p-footer_right_nav .nav_box ul li.sub {
  font-size: 14px;
  padding-left: 30px;
  line-height: 140%;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-footer_right_nav .nav_box ul li.sub {
    font-size: 14px;
    font-size: 0.7777777778rem;
    padding-left: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-footer_right_nav .nav_box ul li.sub:last-child {
  margin-bottom: 0;
}
.p-footer_right_nav .nav_box ul li.sub a {
  position: relative;
  color: #BABABA;
}
.p-footer_right_nav .nav_box ul li.sub a::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  left: -21px;
  top: 7px;
  transition: 0.3s all;
  background-color: #BABABA;
  transform: none;
}
.p-footer_right_nav .nav_box_2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-footer_right_nav .nav_box_2col {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.p-footer_right_nav .nav_box2 {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer_right_nav .nav_box2 {
    margin-top: 8vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
  }
}
.p-footer_right_nav .nav_box2 li {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .p-footer_right_nav .nav_box2 li {
    margin-bottom: 0 !important;
  }
}
.p-footer_right_nav .nav_box2_2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}
.p-footer_right_nav .nav_box2_2col .img {
  margin: 0 4px;
}
.p-footer_right_bottom {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer_right_bottom {
    padding-bottom: 0;
  }
}
.p-footer_right_bottom_nav li a {
  text-decoration: none;
  font-size: 14px;
  margin-right: 60px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer_right_bottom_nav li a {
    font-size: 14px;
    font-size: 0.7777777778rem;
    margin-right: 0;
  }
}
.p-footer_right_bottom_nav li a:hover {
  opacity: 0.8;
}
.p-footer_right_bottom .copy {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer_right_bottom .copy {
    font-size: 15px;
    font-size: 0.8333333333rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transform: translateY(100px);
  z-index: 20;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 5.3333333333vw;
    right: 2.6666666667vw;
    padding-bottom: 0;
  }
}
.pagetop.on {
  transform: translateY(0);
}
.pagetop a {
  display: inline-block;
  width: 55px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.pagetop a:hover {
  opacity: 0.8;
}

.p-top {
  text-align: center;
}
.p-top_catch {
  position: relative;
  z-index: 15;
  padding: 120px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-top_catch {
    padding: 13.3333333333vw 0 18.6666666667vw;
  }
}
.p-top_catch_h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-top_catch_h2 {
    font-size: 30px;
    font-size: 1.6666666667rem;
    margin-bottom: 2.6666666667vw;
  }
}
.p-top_catch_txt {
  font-size: 20px;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .p-top_catch_txt {
    font-size: 17px;
    font-size: 0.9444444444rem;
    line-height: 180%;
    text-align: left;
  }
}
.p-top_tk {
  position: relative;
  z-index: 15;
  padding: 0 0 185px;
}
@media screen and (max-width: 767px) {
  .p-top_tk {
    padding: 0 0 16vw;
  }
}
.p-top_tk .l-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top_tk .l-inner {
    width: 100%;
    max-width: 100%;
  }
}
.p-top_tk_h2 {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 16;
}
@media screen and (max-width: 767px) {
  .p-top_tk_h2 {
    width: 80%;
    top: -6.1333333333vw;
  }
}
.p-top_tk_wrap {
  position: relative;
  width: 100%;
}
.p-top_tk_img {
  width: 100%;
}
.p-top_tk_btn {
  position: absolute;
  width: 340px;
  margin: 0 auto;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top_tk_btn {
    position: relative;
    width: 100%;
    bottom: inherit;
    left: inherit;
    margin-top: 4vw;
    transform: translateX(0);
  }
}
.p-top_tk_btn .c-btn_right.yellow a {
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.05em;
}
.p-top_tk_btn .c-btn_right.yellow a:hover {
  opacity: 1;
  background: linear-gradient(130deg, #EBB64D 80%, #F4C86F 20%);
}
.p-top_reason {
  position: relative;
  z-index: 15;
  padding: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .p-top_reason {
    padding: 0 0 16vw;
  }
}
.p-top_reason_wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap {
    width: calc(100% - 8vw);
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw;
  }
}
.p-top_reason_wrap_ditail {
  width: 100%;
  background: #0088CC url(../../src/img/top/reason_bk.png) bottom right no-repeat;
  border-radius: 6px;
  padding: 24px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap_ditail {
    padding: 5.3333333333vw;
  }
}
.p-top_reason_wrap_ditail .img {
  background-color: #ffffff;
  width: 210px;
  height: 210px;
  border-radius: 210px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap_ditail .img {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    border-radius: 34.6666666667vw;
  }
}
.p-top_reason_wrap_ditail .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top_reason_wrap_ditail .txt {
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap_ditail .txt {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-top: 4vw;
    padding-right: 4vw;
  }
}
.p-top_reason_wrap_ditail .txt span {
  position: relative;
}
.p-top_reason_wrap_ditail .txt span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top_reason_wrap_ditail .txt span:after {
    right: -4vw;
    width: 12px;
    height: 12px;
  }
}
.p-top_reason_wrap_ditail a:hover {
  opacity: 0.8;
}
.p-top_reason_wrap_ditail a:hover .txt span:after {
  right: -25px;
}
.p-top_product {
  position: relative;
  z-index: 15;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-top_product {
    padding: 16vw 0;
  }
}
.p-top_product_wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-top_product_wrap {
    width: 100%;
    padding: 0 4vw;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-top_product_wrap_ditail {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.p-top_product_wrap_ditail .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: rgba(0, 136, 204, 0.9);
  color: #ffffff;
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
  padding: 40px 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top_product_wrap_ditail .txt {
    height: 16vw;
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding: 2.6666666667vw 4vw 0 0;
  }
}
.p-top_product_wrap_ditail .txt span {
  position: relative;
}
.p-top_product_wrap_ditail .txt span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top_product_wrap_ditail .txt span:after {
    right: -4vw;
    width: 12px;
    height: 12px;
  }
}
.p-top_product_wrap_ditail .icon {
  position: absolute;
  bottom: 80px;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top_product_wrap_ditail .icon {
    bottom: 12vw;
    width: 16vw;
    height: 16vw;
  }
}
.p-top_product_wrap_ditail a:hover {
  opacity: 0.8;
}
.p-top_product_wrap_ditail a:hover .txt span:after {
  right: -25px;
}
.p-top_news {
  position: relative;
  z-index: 15;
}
.p-top_news_wrap {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap {
    width: 100%;
    padding: 0 4vw;
    grid-template-columns: 1fr;
    margin: 0 auto 5.3333333333vw;
  }
}
.p-top_news_wrap .c-title-toph2 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .c-title-toph2 {
    text-align: center;
  }
}
.p-top_news_btn {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top_news_btn {
    width: 100%;
    padding: 0 4vw;
  }
}
.p-top_bana {
  position: relative;
  z-index: 15;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-top_bana {
    padding: 10.6666666667vw 4vw;
  }
}
.p-top_bana a {
  display: inline-block;
}
.p-top_bana a:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------------------------------
 * アニメーション
--------------------------------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 50px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-mv_top {
  position: relative;
  width: 100%;
}
.p-mv_top .top_catch {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-mv_top .top_catch {
    margin-top: 0;
    top: 35%;
  }
}
.p-mv_top .top_catch .txt01 {
  color: #ffffff;
  font-size: 72px;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-mv_top .top_catch .txt01 {
    font-size: 38px;
    font-size: 2.1111111111rem;
    margin-bottom: 0.8vw;
  }
}
.p-mv_top .top_catch .txt02 {
  color: #ffffff;
  font-size: 52px;
  line-height: 150%;
  font-weight: normal;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  font-family: "Times New Roman";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-mv_top .top_catch .txt02 {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.p-mv_top .fadein {
  opacity: 0;
  animation: SlideIn 1.6s ease forwards;
}
.p-mv_top .txt01 {
  animation-delay: 1s;
}
.p-mv_top .txt02 {
  animation-delay: 2s;
}
.p-mv_top .top_btnBox {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 780px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-mv_top .top_btnBox {
    bottom: 8vw;
    width: 80%;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}

@keyframes SlideIn {
  0% {
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.main_imgBox {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_imgBox {
    height: 80vh;
  }
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  animation: anime 12s infinite;
  /* アニメーション全体を12秒に設定（3秒 × 4枚） */
}
@media screen and (max-width: 767px) {
  .main_img {
    height: 80vh;
  }
}

.main_img:nth-child(1) {
  background: url(../../src/img/top/main_01.jpg) no-repeat top center;
  background-size: cover;
  animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .main_img:nth-child(1) {
    background: url(../../src/img/top/main_01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.main_img:nth-child(2) {
  background: url(../../src/img/top/main_02.jpg) no-repeat top center;
  background-size: cover;
  animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .main_img:nth-child(2) {
    background: url(../../src/img/top/main_02_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.main_img:nth-child(3) {
  background: url(../../src/img/top/main_03.jpg) no-repeat top center;
  background-size: cover;
  animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .main_img:nth-child(3) {
    background: url(../../src/img/top/main_03_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.main_img:nth-child(4) {
  background: url(../../src/img/top/main_04.jpg) no-repeat top center;
  background-size: cover;
  animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .main_img:nth-child(4) {
    background: url(../../src/img/top/main_04_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

/* 各画像のアニメーション遅延設定 */
.main_img:nth-of-type(2) {
  animation-delay: 3s;
}

.main_img:nth-of-type(3) {
  animation-delay: 6s;
}

.main_img:nth-of-type(4) {
  animation-delay: 9s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.p-bread {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-bread {
    display: none;
  }
}
.p-bread ul {
  display: flex;
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}
.p-bread ul li {
  padding-right: 40px;
  position: relative;
}
.p-bread ul li span {
  display: inline-block;
  font-size: 13px;
  line-height: 160%;
  padding: 15px 0px;
}
.p-bread ul li:last-of-type::after {
  display: none;
}
.p-bread ul li a {
  display: inline-block;
  font-size: 13px;
  line-height: 160%;
  padding: 15px 0;
  color: #0088CC;
  transition: 0.3s all;
  text-decoration: none;
}
.p-bread ul li a:hover {
  opacity: 0.8;
}
.p-bread ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}

.p-company .h2_wrap {
  background: url(../../src/img/company/ttl_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-company_txt01 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 200%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-company_txt01 {
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: 8vw;
    text-align: left;
  }
}
.p-company_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-company_wrap {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-company_wrap.col3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 37px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-company_wrap.col3 {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    margin-bottom: 0;
  }
}
.p-company_wrap_ditail a {
  text-decoration: none;
  color: #333333;
}
.p-company_wrap_ditail a .img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.p-company_wrap_ditail a .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.p-company_wrap_ditail a .txt {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-company_wrap_ditail a .txt {
    font-size: 24px;
    font-size: 1.3333333333rem;
    margin-top: 2.1333333333vw;
  }
}
.p-company_wrap_ditail a .txt span {
  position: relative;
}
.p-company_wrap_ditail a .txt span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0088CC;
  border-right: 2px solid #0088CC;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
.p-company_wrap_ditail a .txt02 {
  font-size: 16px;
  margin-top: 8px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-company_wrap_ditail a .txt02 {
    font-size: 15px;
    font-size: 0.8333333333rem;
    margin-top: 0.5333333333vw;
  }
}
.p-company_wrap_ditail a:hover {
  opacity: 0.8;
}
.p-company_wrap_ditail a:hover .img img {
  transform: scale(1.08);
}
.p-company_wrap_ditail a:hover .txt span::after {
  right: -25px;
}
.p-company_contents {
  margin-bottom: 150px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .p-company_contents {
    margin-bottom: 0;
  }
}
.p-company_contents2 {
  margin-bottom: 120px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .p-company_contents2 {
    margin-bottom: 16vw;
  }
}
.p-company_message .img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .p-company_message .img {
    margin: 0 0 4vw;
  }
}
.p-company_message .txt01 {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .p-company_message .txt01 {
    margin: 0 0 5.3333333333vw;
  }
}
.p-company_message .txt02 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-company_message .txt02 {
    width: 58.6666666667vw;
    margin-left: auto;
  }
}
.p-company_overview dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  border-top: solid 1px #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-company_overview dl {
    flex-flow: column;
  }
}
.p-company_overview dl dt {
  width: 200px;
  background-color: #F2F8FF;
  border-bottom: solid 1px #CCCCCC;
  padding: 25px 20px;
  line-height: 180%;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-company_overview dl dt {
    width: 100%;
    font-size: 17px;
    font-size: 0.9444444444rem;
    border-bottom: none;
    line-height: 150%;
    padding: 4vw;
  }
}
.p-company_overview dl dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #CCCCCC;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .p-company_overview dl dd {
    width: 100%;
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding: 4vw;
    text-align: justify;
    letter-spacing: 0;
  }
}
.p-company_history {
  width: 100%;
  margin: 0 auto;
}
.p-company_history .history01__item {
  display: flex;
  flex-wrap: wrap;
}
.p-company_history .history01__item-head {
  position: relative;
  flex-basis: 215px;
  max-width: 215px;
  padding: 13px 0 25px;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-company_history .history01__item-head {
    flex-basis: 32vw;
    max-width: 32vw;
    padding: 5.3333333333vw 0;
    font-size: 18px;
    font-size: 1rem;
  }
}
.p-company_history .history01__item-head span.en {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company_history .history01__item-head span.en {
    font-size: 18px;
    font-size: 1rem;
  }
}
.p-company_history .history01__item-head::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  content: "";
  display: block;
  width: 1px;
  background: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-company_history .history01__item-head::before {
    right: 20px;
  }
}
.p-company_history .history01__item-head::after {
  position: absolute;
  top: 26px;
  right: 23px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #CCCCCC;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-company_history .history01__item-head::after {
    right: 15px;
  }
}
.p-company_history .history01__item:first-child .history01__item-head::before {
  top: 26px;
}
.p-company_history .history01__item:last-child .history01__item-head::before {
  background: linear-gradient(to bottom, #ccc 0%, #ccc 25px, transparent 25px, transparent 100%), repeating-linear-gradient(0deg, #ccc, #ccc 2px, transparent 2px, transparent 4px);
}
.p-company_history .history01__item-area-txt {
  flex-basis: calc(100% - 215px);
  max-width: calc(100% - 215px);
  padding: 10px 0 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-company_history .history01__item-area-txt {
    flex-basis: calc(100% - 32vw);
    max-width: calc(100% - 32vw);
    padding: 2.6666666667vw 0 5.3333333333vw;
  }
}
.p-company_history .history01__item-month {
  font-weight: 400;
  font-size: 18px;
  width: 60px;
  padding: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company_history .history01__item-month {
    width: 100%;
    padding: 2.6666666667vw 0 0;
  }
}
.p-company_history .history01__item-month span.en {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.p-company_history .history01__item-txt {
  line-height: 1.5;
  width: calc(100% - 60px);
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company_history .history01__item-txt {
    width: 100%;
    padding: 1.3333333333vw 0 0;
  }
}
.p-company_access {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-company_access {
    margin-bottom: 13.3333333333vw;
  }
}
.p-company_access:last-of-type {
  margin-bottom: 0;
}
.p-company_access .txt01 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-company_access .txt01 {
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: 2.6666666667vw;
  }
}
.p-company_access .map {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-company_access .map {
    padding-bottom: 70%;
    margin-top: 4vw;
  }
}
.p-company_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-company_access_img {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-company_access_img {
    grid-template-columns: 1fr 33.5%;
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
}
.p-company_access_img li {
  border-radius: 6px;
  overflow: hidden;
}
.p-company_csr .txt01 {
  margin: -10px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-company_csr .txt01 {
    margin: 0 0 5.3333333333vw;
  }
}
.p-company_csr_wrap {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-company_csr_wrap {
    margin-top: 8vw;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    position: relative;
  }
}
.p-company_csr_wrap .txt02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-company_csr_wrap .txt02 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-company_csr_wrap .txt03 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-company_csr_wrap .txt03 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-company_csr_wrap .img {
    width: 28%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.p-company_csr_box {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-company_csr_box {
    margin-bottom: 5.3333333333vw;
  }
}
.p-company_csr_btnBox {
  max-width: 710px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-company_csr_btnBox {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}

.p-download .h2_wrap {
  background: url(../../src/img/products/ttl_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-download_btn {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-download_btn {
    width: 100%;
  }
}

.p-inquiry {
  background-color: #F2F8FF;
}
.p-inquiry .h2_wrap {
  background: url(../../src/img/inquiry/ttl_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-inquiry .h2_wrap.download {
  background: url(../../src/img/download/ttl_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-inquiry_wrap {
  width: 1240px;
  max-width: 100%;
  margin: 100px auto 150px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 90px 110px;
}
@media screen and (max-width: 1240px) {
  .p-inquiry_wrap {
    width: 1100px;
    padding: 90px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-inquiry_wrap {
    width: 100%;
    margin: 0;
    padding: 13.3333333333vw 4vw;
  }
}
.p-inquiry_wrap iframe {
  min-height: 1250px;
}
.p-inquiry_wrap_txt01 {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-inquiry_wrap_txt01 {
    text-align: left;
    margin-bottom: 5.3333333333vw;
  }
}
.p-inquiry_wrap_txt02 {
  text-align: center;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-inquiry_wrap_txt02 {
    text-align: left;
    margin: 5.3333333333vw 0;
  }
}
.p-inquiry_wrap_step {
  width: 100%;
  padding-bottom: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-inquiry_wrap_step {
    width: 100%;
    padding-bottom: 5.3333333333vw;
    margin: 0 auto;
  }
}
.p-inquiry_wrap_step ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auot;
}
.p-inquiry_wrap_step ul li {
  background-color: #CCCCCC;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  margin-right: 88px;
  letter-spacing: 0.05em;
  padding: 23px 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-inquiry_wrap_step ul li {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    border-radius: 18.6666666667vw;
    font-size: 14px;
    display: block;
    padding: 4.2666666667vw 0 0;
    margin-right: 13.3333333333vw;
  }
}
.p-inquiry_wrap_step ul li span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-inquiry_wrap_step ul li span {
    font-size: 15px;
  }
}
.p-inquiry_wrap_step ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  background-color: #CCCCCC;
  top: 50%;
  right: -88px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-inquiry_wrap_step ul li::after {
    width: 13.3333333333vw;
    height: 0.5333333333vw;
    right: -13.3333333333vw;
  }
}
.p-inquiry_wrap_step ul li:last-child {
  margin-right: 0;
}
.p-inquiry_wrap_step ul li:last-child::after {
  display: none;
}
.p-inquiry_wrap_step ul li.current {
  background-color: #0088CC;
}
.p-inquiry_wrap_btn {
  width: 340px;
  margin: 0 auto;
}
.p-inquiry_wrap_btn2 {
  width: 500px;
  margin: 0 auto;
}
.p-inquiry_wrap_card-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 80px;
}
.p-inquiry_wrap_card-list li {
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 30px;
}

.p-privacy .h2_wrap {
  background: url(../../src/img/privacy/ttl_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-privacy .txt01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-privacy .txt01 {
    margin-bottom: 8vw;
  }
}
.p-privacy .link_box {
  margin-top: 50px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-privacy .link_box {
    margin-top: 5.3333333333vw;
    display: block;
  }
}
.p-privacy .link_box li {
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-privacy .link_box li {
    width: 100%;
  }
}
.p-privacy .link_box li:last-of-type::after {
  display: none;
}
.p-privacy .link_box li a {
  display: inline-block;
  font-size: 18px;
  line-height: 160%;
  color: #0088CC;
  transition: 0.3s all;
  text-decoration: underline;
  padding-right: 30px;
  background: url(../../src/img/icon/icon_blank.png) center right no-repeat;
  background-size: 26px 26px;
}
@media screen and (max-width: 767px) {
  .p-privacy .link_box li a {
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding-right: 8vw;
    background-size: 5.3333333333vw 5.3333333333vw;
  }
}
.p-privacy .link_box li a:hover {
  text-decoration: none;
}
.p-privacy .link_box li::after {
  display: block;
  content: "/";
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 18px;
  color: #0088CC;
}
@media screen and (max-width: 767px) {
  .p-privacy .link_box li::after {
    display: none;
  }
}

.p-product .h2_wrap {
  background: url(../../src/img/products/ttl_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-product_h3 {
  padding-top: 95px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-product_h3 {
    padding-top: 16vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-product_h3 span {
  font-size: 42px;
  line-height: 170%;
  font-weight: bold;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product_h3 span {
    font-size: 28px;
    font-size: 1.5555555556rem;
  }
}
.p-product_h3 span::before {
  display: block;
  content: "";
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .p-product_h3 span::before {
    top: -17.3333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.p-product_h3.system span::before {
  background: url(../../src/img/products/icon_system.png) center center no-repeat;
  background-size: cover;
}
.p-product_h3.management span::before {
  background: url(../../src/img/products/icon_management.png) center center no-repeat;
  background-size: cover;
}
.p-product_h3.network span::before {
  background: url(../../src/img/products/icon_network.png) center center no-repeat;
  background-size: cover;
}
.p-product_h3.oem span::before {
  background: url(../../src/img/products/icon_oem.png) center center no-repeat;
  background-size: cover;
}
.p-product_top {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product_top {
    text-align: left;
  }
}
.p-product_top_wrap {
  width: 100%;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 37px;
}
@media screen and (max-width: 767px) {
  .p-product_top_wrap {
    margin-top: 5.3333333333vw;
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
}
.p-product_top_wrap li a {
  text-decoration: none;
}
.p-product_top_wrap li a .img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.p-product_top_wrap li a .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.p-product_top_wrap li a .txt {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-product_top_wrap li a .txt {
    font-size: 24px;
    font-size: 1.3333333333rem;
    margin-top: 2.1333333333vw;
    line-height: 160%;
  }
}
.p-product_top_wrap li a .txt span {
  position: relative;
}
.p-product_top_wrap li a .txt span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0088CC;
  border-right: 2px solid #0088CC;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-product_top_wrap li a .txt span::after {
    top: inherit;
    bottom: 1.6vw;
    transform: rotate(45deg);
  }
}
.p-product_top_wrap li a:hover {
  opacity: 0.8;
}
.p-product_top_wrap li a:hover .img img {
  transform: scale(1.08);
}
.p-product_top_wrap li a:hover .txt span::after {
  right: -25px;
}
.p-product_top_wrap.management li a .txt {
  color: #48B8B8;
}
.p-product_top_wrap.management li a .txt span::after {
  border-top: 2px solid #48B8B8;
  border-right: 2px solid #48B8B8;
}
.p-product_top_wrap.network li a .txt {
  color: #E75584;
}
.p-product_top_wrap.network li a .txt span::after {
  border-top: 2px solid #E75584;
  border-right: 2px solid #E75584;
}
.p-product_top_wrap.oem {
  grid-template-columns: 1fr;
  max-width: 560px;
  width: 560px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-product_top_wrap.oem {
    max-width: 100%;
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
.p-product_top_wrap.oem li a .img {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .p-product_top_wrap.oem li a .img {
    width: 100%;
  }
}
.p-product_top_wrap.oem li a .txt {
  color: #EC7506;
}
.p-product_top_wrap.oem li a .txt span::after {
  border-top: 2px solid #EC7506;
  border-right: 2px solid #EC7506;
}
.p-product_nav {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-product_nav {
    padding: 8vw 0;
  }
}
.p-product_nav ul {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 37px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-product_nav ul {
    grid-template-columns: 1fr;
    gap: 3.2vw;
    padding: 0 4vw;
  }
}
.p-product_nav ul li a {
  width: 100%;
  height: 95px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none;
  background-color: #ffffff;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product_nav ul li a {
    height: 16vw;
    font-size: 20px;
    font-size: 1.1111111111rem;
    padding-right: fs(20);
  }
}
.p-product_nav ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
.p-product_nav ul li a.system {
  border: 1px solid #DBEBFF;
  color: #0088CC;
}
.p-product_nav ul li a.system::after {
  border-top: 2px solid #0088CC;
  border-right: 2px solid #0088CC;
}
.p-product_nav ul li a.system:hover {
  background-color: #0088CC;
  color: #ffffff;
}
.p-product_nav ul li a.system:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: 15px;
}
.p-product_nav ul li a.management {
  border: 1px solid #CDEEEE;
  color: #48B8B8;
}
.p-product_nav ul li a.management::after {
  border-top: 2px solid #48B8B8;
  border-right: 2px solid #48B8B8;
}
.p-product_nav ul li a.management:hover {
  background-color: #48B8B8;
  color: #ffffff;
}
.p-product_nav ul li a.management:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: 15px;
}
.p-product_nav ul li a.network {
  border: 1px solid #F3D9E2;
  color: #E75584;
}
.p-product_nav ul li a.network::after {
  border-top: 2px solid #E75584;
  border-right: 2px solid #E75584;
}
.p-product_nav ul li a.network:hover {
  background-color: #E75584;
  color: #ffffff;
}
.p-product_nav ul li a.network:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: 15px;
}
.p-product_nav ul li a.oem {
  border: 1px solid #EDCCAE;
  color: #EC7506;
}
.p-product_nav ul li a.oem::after {
  border-top: 2px solid #EC7506;
  border-right: 2px solid #EC7506;
}
.p-product_nav ul li a.oem:hover {
  background-color: #EC7506;
  color: #ffffff;
}
.p-product_nav ul li a.oem:hover::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  right: 15px;
}
.p-product_bana {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-product_bana {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.p-product_bana a {
  display: inline-block;
}
.p-product_bana a:hover {
  opacity: 0.7;
}
.p-product_contents {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-product_contents {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-product_contents.last {
    margin-bottom: 0;
  }
}
.p-product_contents_point {
  background-color: #F2F8FF;
  border: 1px solid #DBEBFF;
  border-radius: 6px;
  position: relative;
  padding: 60px 50px 30px;
  margin: 65px 0 25px;
}
@media screen and (max-width: 767px) {
  .p-product_contents_point {
    padding: 9.3333333333vw 5.3333333333vw 4vw;
    margin: 9.3333333333vw 0 4vw;
  }
}
.p-product_contents_point .h4_point {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  line-height: 170%;
  color: #ffffff;
  background-color: #0088CC;
  border-radius: 100px;
  left: 50%;
  top: -25px;
  padding: 8px 40px;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-product_contents_point .h4_point {
    font-size: 18px;
    font-size: 1rem;
    top: -4.8vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
  .p-product_contents_point .h4_point.small {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.p-product_contents_txt {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-product_contents_txt {
    margin-bottom: 4vw;
  }
}
.p-product_contents_txt .coming {
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-product_contents_txt .coming {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.p-product_contents_img {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-product_contents_img {
    margin-bottom: 5.3333333333vw;
  }
}
.p-product_contents_img li:nth-child(2) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-product_contents_img li:nth-child(2) {
    margin-left: 0;
    margin-top: 2.6666666667vw;
  }
}
.p-product_contents_img .img {
  width: 435px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-product_contents_img .img {
    width: 100%;
  }
}
.p-product_contents_img .txt {
  margin-top: 10px;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-product_contents_img .txt {
    margin-top: 2.1333333333vw;
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.p-product_contents_table {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-product_contents_table {
    margin-bottom: 5.3333333333vw;
  }
}
.p-product_contents_table .h4_table {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-product_contents_table .h4_table {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-bottom: 2.1333333333vw;
  }
}
.p-product_contents_table .h5_table {
  text-align: left;
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-product_contents_table .h5_table {
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: 0.5333333333vw;
  }
}
.p-product_contents_btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-product_contents_btn li {
  width: 370px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-product_contents_btn li {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product_contents_btn li:nth-child(2) {
    margin: 4vw 0 0;
  }
}
.p-product_contents_btn li:nth-child(3) {
  margin: 20px 10px 0;
}
@media screen and (max-width: 767px) {
  .p-product_contents_btn li:nth-child(3) {
    margin: 4vw 0 0;
  }
}
.p-product_contents_btn.long li {
  width: 490px;
}
@media screen and (max-width: 767px) {
  .p-product_contents_btn.long li {
    width: 100%;
  }
}
.p-product_contents_youtube {
  width: 700px;
  margin: 0 auto 40px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-product_contents_youtube {
    width: 100%;
    margin: 0 auto 5.3333333333vw;
  }
}
.p-product_contents_youtube_area {
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.p-product_contents_youtube_area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-product_list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 45px 12px;
}
@media screen and (max-width: 767px) {
  .p-product_list {
    grid-template-columns: 1fr 1fr;
    gap: 6.6666666667vw 2.6666666667vw;
  }
}
.p-product_list li a {
  text-decoration: none;
}
.p-product_list li a .img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.p-product_list li a .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.p-product_list li a .txt {
  text-align: left;
  margin-top: 8px;
  line-height: 130%;
  letter-spacing: 0;
}
.p-product_list li a .txt span {
  background: url(../../src/img/icon/arrow_b.png) no-repeat right center;
  background-size: 7px 13px;
  padding-right: 15px;
  font-size: 14px;
  color: #333333;
}
.p-product_list li a:hover {
  opacity: 0.8;
}
.p-product_list li a:hover .img img {
  transform: scale(1.08);
}
.p-product.management .p-product_list li a .txt span {
  background: url(../../src/img/icon/arrow_g.png) no-repeat right center;
  background-size: 7px 13px;
}
.p-product.management .p-product_contents .p-product_contents_point {
  background-color: #F5FEFE;
  border: 1px solid #CDEEEE;
}
.p-product.management .p-product_contents .p-product_contents_point .h4_point {
  background-color: #48B8B8;
}
.p-product.management .c-list__dot li::before {
  background-color: #48B8B8;
}
.p-product.network .p-product_list li a .txt span {
  background: url(../../src/img/icon/arrow_p.png) no-repeat right center;
  background-size: 7px 13px;
}
.p-product.network .p-product_contents .p-product_contents_point {
  background-color: #FCF8F9;
  border: 1px solid #F3D9E2;
}
.p-product.network .p-product_contents .p-product_contents_point .h4_point {
  background-color: #E75584;
}
.p-product.network .c-list__dot li::before {
  background-color: #E75584;
}
.p-product.oem .p-product_list li a .txt span {
  background: url(../../src/img/icon/arrow_o.png) no-repeat right center;
  background-size: 7px 13px;
}
.p-product_oem_txtwrap {
  width: 100%;
}
.p-product_oem_txtwrap .img {
  width: 435px;
  height: 270px;
  overflow: hidden;
  border-radius: 6px;
  float: right;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_txtwrap .img {
    width: 100%;
    height: auto;
    margin: 0 0 4vw;
  }
}
.p-product_oem_txtwrap::after {
  content: "";
  display: table;
  clear: both;
}
.p-product_oem_linkwrap {
  display: block;
  width: 100%;
  background-color: #FFF8F3;
  border-radius: 6px;
  border: 1px solid #EDCCAE;
  padding: 20px 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_linkwrap {
    padding: 3.4666666667vw 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-product_oem_linkwrap li {
  padding-left: 18px;
  position: relative;
  line-height: 160%;
  margin-bottom: 8px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_linkwrap li {
    font-size: 16px;
    font-size: 0.8888888889rem;
    margin-bottom: 1.6vw;
  }
}
.p-product_oem_linkwrap li:last-child {
  margin-bottom: 0;
}
.p-product_oem_linkwrap li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #EC7506;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 1px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_linkwrap li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.1333333333vw;
    left: 0.2666666667vw;
  }
}
.p-product_oem_linkwrap li a {
  color: #EC7506;
}
.p-product_oem_flow {
  width: 100%;
}
.p-product_oem_flow_ditail {
  width: 100%;
  background-color: #FFF8F3;
  border-radius: 6px;
  border: 1px solid #EDCCAE;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 0;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product_oem_flow_ditail {
    grid-template-columns: 1fr;
    margin-bottom: 8vw;
  }
}
.p-product_oem_flow_ditail .ttl {
  background-color: #EC7506;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_flow_ditail .ttl {
    font-size: 24px;
    font-size: 1.3333333333rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 4vw;
  }
}
.p-product_oem_flow_ditail .txt {
  padding: 36px 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_flow_ditail .txt {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
.p-product_oem_flow_ditail .txt .c-list__dot li::before {
  background-color: #EC7506;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_flow_ditail .txt .c-list__dot li::before {
    width: 3px;
    height: 3px;
  }
}
.p-product_oem_flow_ditail:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 19px 19px 0 19px;
  border-style: solid;
  border-color: #E8A522 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-product_oem_flow_ditail:after {
    bottom: -6.6666666667vw;
    border-width: 4vw 4vw 0 4vw;
  }
}
.p-product_oem_flow_ditail:last-child {
  margin-bottom: 0;
}
.p-product_oem_flow_ditail:last-child::after {
  display: none;
}
.p-product_oem_flow_ditail.type2::after {
  display: none;
}
.p-product_oem_flow_ditail .txt2 {
  padding: 36px 65px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_flow_ditail .txt2 {
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
.p-product_oem_flow_ditail .txt2 .txt01 {
  font-size: 20px;
  font-weight: bold;
  color: #EC7506;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-product_oem_flow_ditail .txt2 .txt01 {
    font-size: 18px;
    font-size: 1rem;
  }
}
.p-product_oem_flow_ditail .txt2 .c-list__dot li {
  font-size: 18px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_flow_ditail .txt2 .c-list__dot li {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.p-product_oem_flow_ditail .txt2 .c-list__dot li::before {
  background-color: #EC7506;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 767px) {
  .p-product_oem_flow_ditail .txt2 .c-list__dot li::before {
    width: 3px;
    height: 3px;
  }
}
.p-product_caption {
  margin: -70px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-product_caption {
    margin: -4vw 0 8vw;
  }
}

.p-reason .h2_wrap {
  background: url(../../src/img/reason/ttl_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-reason_wrap {
  padding: 0 0 250px;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap {
    padding: 0 0 26.6666666667vw;
  }
}
.p-reason_wrap.top {
  padding: 120px 0 250px;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap.top {
    padding: 13.3333333333vw 0 26.6666666667vw;
  }
}
.p-reason_wrap .l-inner {
  width: 1440px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap .l-inner {
    width: 100%;
    padding: 0 4vw;
    display: block;
  }
}
.p-reason_wrap .l-inner .txt {
  position: absolute;
  top: 70px;
  left: 20px;
  width: 640px;
  min-height: 500px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap .l-inner .txt {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    min-height: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 4vw;
  }
}
.p-reason_wrap .l-inner .img {
  max-width: 940px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap .l-inner .img {
    max-width: 100%;
  }
}
.p-reason_wrap .l-inner.left {
  justify-content: flex-start;
}
.p-reason_wrap .l-inner.left .txt {
  right: 20px;
  left: inherit;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap .l-inner.left .txt {
    right: inherit;
  }
}
.p-reason_wrap .l-inner .illust01 {
  width: 320px;
  position: absolute;
  right: 30px;
  bottom: -190px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap .l-inner .illust01 {
    width: 53.3333333333vw;
    right: 2.6666666667vw;
    bottom: -32vw;
  }
}
.p-reason_wrap .l-inner .illust01 img {
  width: 100%;
}
.p-reason_wrap .l-inner .illust02 {
  width: 320px;
  position: absolute;
  right: 33px;
  bottom: -230px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap .l-inner .illust02 {
    width: 53.3333333333vw;
    right: 2.6666666667vw;
    bottom: -32vw;
  }
}
.p-reason_wrap .l-inner .illust02 img {
  width: 100%;
}
.p-reason_wrap .l-inner .illust03 {
  width: 320px;
  position: absolute;
  right: 30px;
  bottom: -190px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap .l-inner .illust03 {
    width: 53.3333333333vw;
    right: 2.6666666667vw;
    bottom: -32vw;
  }
}
.p-reason_wrap .l-inner .illust03 img {
  width: 100%;
}
.p-reason_wrap .l-inner .illust04 {
  width: 320px;
  position: absolute;
  right: 30px;
  bottom: -220px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap .l-inner .illust04 {
    width: 53.3333333333vw;
    right: 2.6666666667vw;
    bottom: -32vw;
  }
}
.p-reason_wrap .l-inner .illust04 img {
  width: 100%;
}
.p-reason_wrap_caption {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap_caption {
    width: 100%;
    padding: 0 4vw;
    margin-bottom: -13.3333333333vw;
  }
}
.p-reason_wrap_caption dl {
  width: calc(100% - 700px);
  margin: 25px 20px -100px;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap_caption dl {
    width: 100%;
    margin: 26.6666666667vw 0 0;
  }
}
.p-reason_wrap_caption dl dt {
  font-size: 17px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap_caption dl dt {
    font-size: 16px;
    font-size: 0.8888888889rem;
    margin-bottom: 1.3333333333vw;
  }
}
.p-reason_wrap_caption dl dd {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap_caption dl dd {
    font-size: 14px;
    font-size: 0.7777777778rem;
    margin-bottom: 1.3333333333vw;
  }
}
.p-reason_wrap_table {
  width: 980px;
  margin: 160px auto -100px;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap_table {
    width: 100%;
    padding: 0 4vw;
    margin: 26.6666666667vw auto -13.3333333333vw;
  }
}
.p-reason_wrap_table_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .p-reason_wrap_table_ttl {
    font-size: 24px;
    font-size: 1.3333333333rem;
    margin-bottom: 1.8666666667vw;
  }
}

.p-recruit .h2_wrap.top {
  background: url(../../src/img/recruit/ttl01_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-recruit .h2_wrap.recruitment {
  background: url(../../src/img/recruit/ttl02_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-recruit_main {
  text-align: center;
}
.p-recruit_topmain {
  max-width: 820px;
  background-color: #F2F8FF;
  border-radius: 6px;
  margin: 25px auto;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-recruit_topmain {
    width: 100%;
    margin: 5.3333333333vw auto;
    padding: 5.3333333333vw;
  }
}
.p-recruit_topmain p span {
  color: #0088CC;
}
.p-recruit_youtube {
  width: 900px;
  margin: 30px auto 80px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit_youtube {
    width: 100%;
    margin: 5.3333333333vw auto 13.3333333333vw;
  }
}
.p-recruit_youtube_area {
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.p-recruit_youtube_area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit_top_wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit_top_wrap {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
}
.p-recruit_top_wrap_ditail a {
  text-decoration: none;
  color: #333333;
}
.p-recruit_top_wrap_ditail a .img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.p-recruit_top_wrap_ditail a .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all;
}
.p-recruit_top_wrap_ditail a .txt {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-recruit_top_wrap_ditail a .txt {
    font-size: 24px;
    font-size: 1.3333333333rem;
    margin-top: 2.1333333333vw;
  }
}
.p-recruit_top_wrap_ditail a .txt span {
  position: relative;
}
.p-recruit_top_wrap_ditail a .txt span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0088CC;
  border-right: 2px solid #0088CC;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
.p-recruit_top_wrap_ditail a .txt02 {
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-recruit_top_wrap_ditail a .txt02 {
    font-size: 15px;
    font-size: 0.8333333333rem;
    margin-top: 0.5333333333vw;
  }
}
.p-recruit_top_wrap_ditail a:hover {
  opacity: 0.8;
}
.p-recruit_top_wrap_ditail a:hover .img img {
  transform: scale(1.08);
}
.p-recruit_top_wrap_ditail a:hover .txt span::after {
  right: -25px;
}
.p-recruit_contents {
  margin-bottom: 150px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .p-recruit_contents {
    margin-bottom: 0;
  }
}
.p-recruit_contents_txt01 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit_contents_txt01 {
    text-align: left;
    margin-bottom: 5.3333333333vw;
    font-size: 18px;
    font-size: 1rem;
  }
}
.p-recruit_contents .h3_recruitwrap {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.p-recruit_contents .h3_recruitwrap .img {
  border-radius: 6px;
  overflow: hidden;
}
.p-recruit_contents .h3_recruitwrap .c-title-recruith3 {
  position: absolute;
  bottom: 65px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit_contents .h3_recruitwrap .c-title-recruith3 {
    bottom: 5.3333333333vw;
  }
}
.p-recruit_contents .h3_recruitwrap .c-title-recruith3.left {
  left: 0;
  right: inherit;
}
.p-recruit_contents .h3_recruitwrap .c-title-recruith3 span {
  text-align: right;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 160%;
  padding: 9px 30px 4px;
  margin-bottom: 16px;
  display: block;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-recruit_contents .h3_recruitwrap .c-title-recruith3 span {
    padding: 1.6vw 4vw 0.8vw;
    margin-bottom: 3.4666666667vw;
    font-size: 19px;
    font-size: 1.0555555556rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit_contents .h3_recruitwrap .c-title-recruith3.long span {
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding: 2.1333333333vw 4vw 1.3333333333vw;
  }
}
.p-recruit_contents .h3_recruitwrap .txt {
  position: absolute;
  bottom: 138px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit_contents .h3_recruitwrap .txt {
    bottom: 17.3333333333vw;
  }
}
.p-recruit_contents .h3_recruitwrap .txt.left {
  left: 0;
  right: inherit;
}
.p-recruit_contents .h3_recruitwrap .txt span {
  text-align: right;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 160%;
  padding: 9px 30px 4px;
  margin-bottom: 16px;
  display: block;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .p-recruit_contents .h3_recruitwrap .txt span {
    padding: 1.6vw 4vw 0.8vw;
    margin-bottom: 3.4666666667vw;
    font-size: 19px;
    font-size: 1.0555555556rem;
  }
}
.p-recruit_contents2 {
  margin-bottom: 120px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .p-recruit_contents2 {
    margin-bottom: 16vw;
  }
}
.p-recruit_intertview {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-recruit_intertview {
    margin-bottom: 16vw;
  }
}
.p-recruit_intertview .imgbox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit_intertview .imgbox {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-recruit_intertview .imgbox li {
  border-radius: 6px;
  overflow: hidden;
}
.p-recruit_schedule {
  width: 100%;
  position: relative;
}
.p-recruit_schedule_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #0088CC;
  margin-bottom: 5px;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_ttl {
    font-size: 24px;
    font-size: 1.3333333333rem;
    margin-bottom: 1.3333333333vw;
    padding-left: 1.3333333333vw;
  }
}
.p-recruit_schedule_wrap {
  padding-left: 25px;
  display: grid;
  grid-template-columns: 1fr 275px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_wrap {
    grid-template-columns: 1fr;
    padding-left: 0;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_wrap .schedule01 {
    padding-left: 5.3333333333vw;
  }
}
.p-recruit_schedule_wrap .schedule01__item {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit_schedule_wrap .schedule01__item.long {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_wrap .schedule01__item.long {
    padding-bottom: 0;
  }
}
.p-recruit_schedule_wrap .schedule01__item-area-txt {
  flex-basis: calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_wrap .schedule01__item-area-txt {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.p-recruit_schedule_wrap .schedule01__item-area-txt::before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 80px;
  left: 5px;
  content: "";
  display: block;
  width: 1px;
  background: #0088CC;
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_wrap .schedule01__item-area-txt::before {
    left: 6px;
    height: 26.6666666667vw;
  }
}
.p-recruit_schedule_wrap .schedule01__item-area-txt::after {
  position: absolute;
  top: 17px;
  left: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #0088CC;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_wrap .schedule01__item-area-txt::after {
    left: 0;
  }
}
.p-recruit_schedule_wrap .schedule01__item:first-child .schedule01__item-area-txt::before {
  top: 17px;
}
.p-recruit_schedule_wrap .schedule01__item:last-child .schedule01__item-area-txt::before {
  background: linear-gradient(to bottom, #0088CC 0%, #0088CC 25px, transparent 25px, transparent 100%), repeating-linear-gradient(0deg, #0088CC, #0088CC 2px, transparent 2px, transparent 4px);
  height: 28px;
}
.p-recruit_schedule_wrap .schedule01__item-time {
  line-height: 200%;
  font-weight: 500;
  font-size: 18px;
  width: 65px;
  padding: 0;
  color: #0088CC;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_wrap .schedule01__item-time {
    width: 17.3333333333vw;
    padding: 1.3333333333vw 0 0;
  }
}
.p-recruit_schedule_wrap .schedule01__item-time span.en {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1rem;
}
.p-recruit_schedule_wrap .schedule01__item-txt {
  line-height: 180%;
  width: calc(100% - 65px);
  padding: 3px 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_wrap .schedule01__item-txt {
    width: calc(100% - 17.3333333333vw);
    padding: 3.2vw 0 0;
  }
}
.p-recruit_schedule_wrap .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-recruit_schedule_wrap .img li:first-child {
    margin-bottom: 4vw;
  }
}
.p-recruit_schedule_wrap .img img {
  border-radius: 6px;
  overflow: hidden;
}
.p-recruit_faq_wrap {
  width: 100%;
}
.p-recruit_faq_wrap_ditail {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #DBEBFF;
}
@media screen and (max-width: 767px) {
  .p-recruit_faq_wrap_ditail {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-recruit_faq_wrap_ditail:last-child {
  margin-bottom: 0;
}
.p-recruit_faq_wrap_ditail.last {
  border-bottom: none;
}
.p-recruit_faq_wrap_ditail dl {
  width: 100%;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-recruit_faq_wrap_ditail dl {
    padding: 0;
  }
}
.p-recruit_faq_wrap_ditail dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #0088CC;
  line-height: 160%;
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit_faq_wrap_ditail dl dt {
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin-bottom: 4vw;
    padding-left: 8vw;
  }
}
.p-recruit_faq_wrap_ditail dl dt span.txt_q {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0088CC;
  left: 0;
  top: 4px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit_faq_wrap_ditail dl dt span.txt_q {
    font-size: 20px;
    font-size: 1.1111111111rem;
    top: 0.8vw;
  }
}
.p-recruit_faq_wrap_ditail dl dd {
  font-size: 18px;
  line-height: 180%;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit_faq_wrap_ditail dl dd {
    font-size: 18px;
    font-size: 1rem;
    padding-left: 8vw;
  }
}
.p-recruit_faq_wrap_ditail dl dd span.txt_a {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #E8A522;
  left: 0;
  top: 2px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit_faq_wrap_ditail dl dd span.txt_a {
    font-size: 20px;
    font-size: 1.1111111111rem;
    top: 0.5333333333vw;
  }
}
.p-recruit_overview dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  border-top: solid 1px #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-recruit_overview dl {
    flex-flow: column;
  }
}
.p-recruit_overview dl dt {
  width: 200px;
  background-color: #F2F8FF;
  border-bottom: solid 1px #CCCCCC;
  padding: 25px 20px;
  line-height: 180%;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit_overview dl dt {
    width: 100%;
    font-size: 17px;
    font-size: 0.9444444444rem;
    border-bottom: none;
    line-height: 150%;
    padding: 4vw;
  }
}
.p-recruit_overview dl dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #CCCCCC;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit_overview dl dd {
    width: 100%;
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding: 4vw;
    text-align: justify;
    letter-spacing: 0;
  }
}
.p-recruit_overview dl dd p {
  display: flex;
}
.p-recruit_overview dl dd p span {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .p-recruit_overview dl dd p span {
    width: 21.3333333333vw;
  }
}
.p-recruit_contact {
  width: 100%;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit_contact {
    grid-template-columns: 13.3333333333vw 1fr;
    margin-top: 4vw;
  }
}
.p-recruit_contact dt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-recruit_contact dt {
    font-size: 18px;
    font-size: 1rem;
  }
}
.p-recruit_contact dd .tel-link {
  font-size: 26px;
  font-weight: 600;
  color: #0088CC;
  font-family: "Oswald", sans-serif;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-recruit_contact dd .tel-link {
    font-size: 24px;
    font-size: 1.3333333333rem;
  }
  .p-recruit_contact dd .tel-link a {
    text-decoration: none;
  }
}

.p-tk_yourlife_wrap {
  text-align: center;
}
.p-tk_yourlife_wrap .c-title-tkh2 {
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap .c-title-tkh2 {
    margin: 8vw auto 1.3333333333vw;
  }
}
.p-tk_yourlife_wrap_txt {
  font-size: 20px;
  margin-bottom: 13px;
  line-height: 210%;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_txt {
    font-size: 16px;
    font-size: 0.8888888889rem;
    margin-bottom: 2.6666666667vw;
    line-height: 170%;
    text-align: left;
  }
}
.p-tk_yourlife_wrap_txt span {
  color: #D31917;
  font-weight: bold;
}
.p-tk_yourlife_wrap_img {
  width: 1200px;
  height: 895px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img {
    width: 100%;
    height: auto;
  }
}
.p-tk_yourlife_wrap_img .img {
  width: 100%;
}
.p-tk_yourlife_wrap_img .tk01 {
  position: absolute;
  top: 167px;
  left: 275px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 0.1s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk01 {
    top: 7.7333333333vw;
    left: 17.0666666667vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk01 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk01 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_wrap_img .tk02 {
  position: absolute;
  top: 254px;
  left: 331px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 0.2s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk02 {
    top: 12.5333333333vw;
    left: 27.2vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk02 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk02 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_wrap_img .tk03 {
  position: absolute;
  top: 259px;
  right: 228px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 0.3s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk03 {
    top: 13.6vw;
    right: 13.6vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk03 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk03 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_wrap_img .tk04 {
  position: absolute;
  top: 444px;
  left: 519px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 0.4s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk04 {
    top: 26.4vw;
    left: 48.2666666667vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk04 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk04 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_wrap_img .tk05 {
  position: absolute;
  top: 531px;
  left: 379px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 0.5s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk05 {
    top: 36.8vw;
    left: 28.2666666667vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk05 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk05 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_wrap_img .tk06 {
  position: absolute;
  top: 498px;
  left: 89px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 0.6s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk06 {
    top: 29.6vw;
    left: 7.2vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk06 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk06 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_wrap_img .tk07 {
  position: absolute;
  top: 581px;
  left: 643px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 0.7s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk07 {
    top: 42.6666666667vw;
    left: 44vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk07 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk07 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_wrap_img .tk08 {
  position: absolute;
  top: 301px;
  left: 548px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 0.8s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk08 {
    top: 17.8666666667vw;
    left: 38.9333333333vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk08 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk08 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_wrap_img .tk09 {
  position: absolute;
  top: 109px;
  left: 446px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 0.9s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk09 {
    top: 0.8vw;
    left: 39.7333333333vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk09 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk09 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_wrap_img .tk10 {
  position: absolute;
  top: 31px;
  right: 378px;
  opacity: 0;
  animation: fadeInMove 1s forwards;
  animation-delay: 1s;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_wrap_img .tk10 {
    top: 0.8vw;
    right: 26.6666666667vw;
    width: 8.5333333333vw;
    height: 11.7333333333vw;
  }
}
.p-tk_yourlife_wrap_img .tk10 a {
  display: inline-block;
  transition: transform 0.3s;
}
.p-tk_yourlife_wrap_img .tk10 a:hover {
  transform: translateY(-10px);
}
.p-tk_yourlife_ditail {
  background-color: #F2F8FF;
  border-radius: 6px;
  max-width: 1000px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail {
    padding: 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
.p-tk_yourlife_ditail .txt01 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail .txt01 {
    font-size: 20px;
    font-size: 1.1111111111rem;
    text-align: left;
    margin-bottom: 0;
    margin-top: 1.3333333333vw;
  }
}
.p-tk_yourlife_ditail .txt02 {
  font-size: 24px;
  font-weight: bold;
  margin: -20px 0 10px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail .txt02 {
    font-size: 20px;
    font-size: 1.1111111111rem;
    text-align: left;
    margin-bottom: 0;
    margin-top: 1.3333333333vw;
  }
}
.p-tk_yourlife_ditail_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_wrap {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
}
.p-tk_yourlife_ditail_wrap_txt {
  margin: 18px 15px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_wrap_txt {
    margin: 0 0 1.3333333333vw 0;
  }
}
.p-tk_yourlife_ditail_wrap_txt dl {
  width: 100%;
  margin-top: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_wrap_txt dl {
    margin-top: 4vw;
  }
}
.p-tk_yourlife_ditail_wrap_txt dl dt {
  color: #0088CC;
  font-size: 18px;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_wrap_txt dl dt {
    font-size: 16px;
    font-size: 0.8888888889rem;
    margin-bottom: 0.8vw;
  }
}
.p-tk_yourlife_ditail_wrap_txt dl dt a {
  text-decoration: none;
  cursor: pointer;
}
.p-tk_yourlife_ditail_wrap_txt dl dt a:hover {
  text-decoration: underline;
}
.p-tk_yourlife_ditail_wrap_txt dl dt span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_wrap_txt dl dt span {
    margin-right: 1.3333333333vw;
  }
}
.p-tk_yourlife_ditail_wrap_txt dl dd {
  font-size: 16px;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_wrap_txt dl dd {
    font-size: 14px;
    font-size: 0.7777777778rem;
    line-height: 180%;
  }
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_wrap_img {
    margin-left: 4vw;
  }
}

.remodal {
  position: relative;
  width: 90%;
  max-width: 1080px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .remodal {
    width: 94%;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.remodal-close {
  width: 48px;
  height: 48px;
  position: absolute;
  margin-right: 0;
  top: -22px;
  left: inherit;
  right: -19px;
  opacity: 1;
  padding: 0;
  border-radius: 50%;
  background: url(../../src/img/close_btn.png) center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .remodal-close {
    width: 38px;
    height: 38px;
    right: -13px;
    top: -15px;
  }
}

.p-tk_yourlife_ditail_ttl {
  position: relative;
  width: 375px;
  height: 80px;
  color: #ffffff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  background-color: #0088CC;
  border: 2px solid #ffffff;
  left: 50%;
  top: -55px;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl {
    width: 100%;
    height: 50px;
    font-size: 22px;
    font-size: 1.2222222222rem;
    top: -2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.p-tk_yourlife_ditail_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 15px 10px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl::before {
    display: none;
  }
}
.p-tk_yourlife_ditail_ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0088CC rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 15px 10px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl::after {
    display: none;
  }
}
.p-tk_yourlife_ditail_ttl.tk01 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk01 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk01.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk01 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}
.p-tk_yourlife_ditail_ttl.tk02 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk02 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk02.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk02 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}
.p-tk_yourlife_ditail_ttl.tk03 {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk03 {
    width: 100%;
  }
}
.p-tk_yourlife_ditail_ttl.tk03 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk03 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk03.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk03 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}
.p-tk_yourlife_ditail_ttl.tk04 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk04 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk04.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk04 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}
.p-tk_yourlife_ditail_ttl.tk05 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk05 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk05.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk05 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}
.p-tk_yourlife_ditail_ttl.tk06 {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk06 {
    width: 100%;
  }
}
.p-tk_yourlife_ditail_ttl.tk06 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk06 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk06.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk06 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}
.p-tk_yourlife_ditail_ttl.tk07 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk07 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk07.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk07 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}
.p-tk_yourlife_ditail_ttl.tk08 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk08 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk08.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk08 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}
.p-tk_yourlife_ditail_ttl.tk09 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk09 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk09.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk09 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}
.p-tk_yourlife_ditail_ttl.tk10 {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk10 {
    width: 100%;
  }
}
.p-tk_yourlife_ditail_ttl.tk10 span {
  position: relative;
}
.p-tk_yourlife_ditail_ttl.tk10 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url(../../src/img/tk_yourlife/icon_tk10.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-tk_yourlife_ditail_ttl.tk10 span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -10.6666666667vw;
  }
}

@keyframes fadeInMove {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-news .h2_wrap {
  background: url(../../src/img/privacy/ttl_pc.jpg) no-repeat top center;
  background-size: cover;
}
.p-news_wrap {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.p-news_wrap li {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding: 25px 15px 25px 30px;
  font-size: 16px;
  color: #333333;
  line-height: 170%;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-news_wrap li {
    padding: 4vw 0;
    font-size: 16px;
    font-size: 0.8888888889rem;
    position: relative;
    display: block;
  }
}
.p-news_wrap li .date {
  width: 110px;
  font-size: 15px;
  color: #888888;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-news_wrap li .date {
    width: 100%;
    font-size: 16px;
    font-size: 0.8888888889rem;
    display: block;
  }
}
.p-news_wrap li .budge {
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  margin: 0 35px 0 45px;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news_wrap li .budge {
    width: 26.6666666667vw;
    font-size: 15px;
    font-size: 0.8333333333rem;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    position: absolute;
    right: 0;
    top: 3.2vw;
    margin: 0;
  }
}
.p-news_wrap li .budge.ico_news {
  color: #0088CC;
  border: 1px solid #0088CC;
}
.p-news_wrap li .budge.ico_product {
  color: #D31917;
  border: 1px solid #D31917;
}
.p-news_wrap li .main {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-news_wrap li .main {
    width: 100%;
  }
}
.p-news_wrap li .main a {
  color: #333333;
  text-decoration: none;
}
.p-news_wrap li .main a:hover {
  color: #0088CC;
  text-decoration: underline;
}
.p-news__detail {
  width: 100%;
  max-width: 980px;
  padding-bottom: 40px;
  margin: 0 auto 60px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-news__detail {
    max-width: 100%;
    padding: 0 4vw 8vw;
    margin: 0 auto 8vw;
  }
}
.p-news__detail_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-news__detail_head {
    margin-bottom: 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-news__detail_head .budge {
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  margin: 0 35px 0 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-news__detail_head .budge {
    width: 26.6666666667vw;
    font-size: 15px;
    font-size: 0.8333333333rem;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
  }
}
.p-news__detail_head .budge.ico_news {
  color: #0088CC;
  border: 1px solid #0088CC;
}
.p-news__detail_head .budge.ico_product {
  color: #D31917;
  border: 1px solid #D31917;
}
.p-news__detail_head .date {
  width: 110px;
  font-size: 15px;
  color: #888888;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-news__detail_head .date {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.p-news__detail h1 {
  font-size: 36px;
  line-height: 160%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-news__detail h1 {
    font-size: 24px;
    font-size: 1.3333333333rem;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
.p-news__detail h2 {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-news__detail h2 {
    font-size: 18px;
    font-size: 1rem;
    margin-bottom: 5.3333333333vw;
  }
}
.p-news__detail .img {
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__detail .img {
    margin-bottom: 5.3333333333vw;
  }
}
.p-news__detail .img_s {
  width: 70%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .p-news__detail .img_s {
    width: 100%;
    margin: 5.3333333333vw 0;
  }
}
.p-news__detail .img_s img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-news__detail .img_s img {
    margin-bottom: 2.6666666667vw;
  }
}
.p-news__detail .caption {
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-news__detail .caption {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}

.u-mb--0 {
  margin-bottom: 0px !important;
}
.u-mb--xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xxs {
    margin-bottom: 1.3333333333vw !important;
  }
}
.u-mb--xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xs {
    margin-bottom: 2.6666666667vw !important;
  }
}
.u-mb--s {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--s {
    margin-bottom: 4vw !important;
  }
}
.u-mb--m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--m {
    margin-bottom: 5.3333333333vw !important;
  }
}
.u-mb--l {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--l {
    margin-bottom: 6.6666666667vw !important;
  }
}
.u-mb--15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--15 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.u-mb--60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--60 {
    margin-bottom: 8vw !important;
  }
}
.u-mb--100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.u-mb--120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--120 {
    margin-bottom: 16vw !important;
  }
}

.u-mt--0 {
  margin-top: 0px !important;
}
.u-mt--xxs {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xxs {
    margin-top: 1.3333333333vw !important;
  }
}
.u-mt--xs {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xs {
    margin-top: 2.6666666667vw !important;
  }
}
.u-mt--s {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--s {
    margin-top: 4vw !important;
  }
}
.u-mt--m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--m {
    margin-top: 5.3333333333vw !important;
  }
}
.u-mt--l {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--l {
    margin-top: 6.6666666667vw !important;
  }
}
.u-mt--60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--60 {
    margin-top: 8vw !important;
  }
}
.u-mt--25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--25 {
    margin-top: 5.3333333333vw !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-fontsize--l {
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: 1.2857142857;
}
.u-fontsize--l::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2857142857) * 0.5em);
  content: "";
}
.u-fontsize--l::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2857142857) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .u-fontsize--l {
    font-size: 20px;
    font-size: 1.1111111111rem;
    line-height: 1.4;
  }
  .u-fontsize--l::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .u-fontsize--l::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}
.u-fontsize--16 {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .u-fontsize--16 {
    font-size: 1.4rem;
  }
}

.u-fontcolor--red {
  color: #D31917;
}
.u-fontcolor--black {
  color: #333333 !important;
}

.u-lineheight--140 {
  line-height: 140% !important;
}

.u-text-align--center {
  text-align: center !important;
}

.u-width--200 {
  width: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-width--200 {
    width: 80px !important;
  }
}
.u-width--200_ttl {
  width: 200px !important;
}
@media screen and (max-width: 767px) {
  .u-width--200_ttl {
    width: 60px !important;
  }
}
.u-width--170 {
  width: 170px !important;
}
@media screen and (max-width: 767px) {
  .u-width--170 {
    width: 60px !important;
  }
}
.u-width--180 {
  width: 180px !important;
}
.u-width--260 {
  width: 260px !important;
}
@media screen and (max-width: 767px) {
  .u-width--260 {
    width: 100px !important;
  }
}

.u-en {
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}