@charset "UTF-8";
/*! 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.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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: bold;
}

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 */
  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 {
  bottom: -0.25em;
}

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;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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-style: none;
  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: bold;
}

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

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

/*----------------------プレイスフォルダ----------------------*/
/* Chrome */
::-webkit-input-placeholder {
  color: #aaa;
  padding-left: 10px;
}

/* Firefox */
::-moz-placeholder {
  color: #aaa;
  padding-left: 10px;
}

/* IE */
:-ms-input-placeholder {
  color: #aaa;
  padding-left: 10px;
}

.contact_sec__form {
  margin-top: 2rem;
}

.form_hedding {
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  margin-top: 30px;
  line-height: 2;
}

.form_hedding.required::after {
  content: "必須";
  margin-left: 0.5rem;
  font-size: 0.8rem;
  padding: 0.2rem 0.3rem;
  background-color: #BA606B;
  border-radius: 2px;
}

.form_hedding.en.required::after {
  content: "required";
  margin-left: 0.5rem;
  font-size: 0.8rem;
  padding: 0.2rem 0.3rem;
  background-color: #BA606B;
  border-radius: 2px;
}

.form_space {
  width: 100%;
  margin-top: -2px;
  padding: 2px;
  font-size: 1.1rem;
}

input {
  background-color: white;
  border: solid 1px #aaa;
  border-radius: 4px;
  letter-spacing: 0.05rem;
  padding: 10px 10px;
  width: 100%;
  color: #333;
  font-weight: 300;
}
@media (min-width: 520px) {
  input {
    width: 80%;
  }
}
@media (min-width: 960px) {
  input {
    width: 50%;
  }
}

textarea {
  font-weight: 300;
  border-radius: 4px;
  width: 100%;
  font-size: 108%;
  background-color: white;
  color: #333;
  padding: 0.75rem 0.75rem 0.6rem;
  line-height: 1.75rem;
  height: 15rem;
}

textarea.privacy {
  border-radius: 4px;
  padding: 1.75rem 1.75rem 1.6rem;
  font-size: 90%;
  background-color: #666;
  color: white;
  font-weight: 200;
  line-height: 1.3rem;
  height: 15rem;
}

.center_inlineblock {
  text-align: center;
}

.submit_btn {
  text-align: center;
  margin-top: 45px;
}

.submit {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  background-color: #BA606B;
  width: 200px;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 40px;
  color: white;
  font-size: 1.3rem;
  border: none;
}

.submit.back {
  text-align: center;
  background-color: #333;
  width: 150px;
  cursor: pointer;
  padding: 12px 0;
  border-radius: 40px;
  color: white;
  font-size: 1rem;
  border: none;
}

.thanks_page {
  text-align: center;
  margin: 60px 0 auto;
}

.icon_check {
  margin: 0 auto 30px;
  width: 250px;
}

.thanks_p {
  color: #333;
  font-weight: 400;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}

body {
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
}

.en {
  font-size: 17px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #fff;
}

small {
  font-size: 80%;
}

span {
  display: inline-block;
}

p {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02rem;
  line-height: 1.75rem;
}

.sec_p {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.02rem;
  line-height: 1.75rem;
}
.sec_p.en {
  line-height: 1.5;
}

p.small_p {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.5rem;
  font-feature-settings: "palt";
}

.wrapper {
  margin: auto;
  width: calc(100% - 40px);
}
@media (min-width: 520px) {
  .wrapper {
    width: calc(100% - 80px);
  }
}
@media (min-width: 960px) {
  .wrapper {
    margin: 0 auto;
    width: calc(100% - 120px);
    max-width: 1400px;
  }
}

.wrapper2 {
  margin: auto;
  width: calc(100% - 60px);
}
@media (min-width: 520px) {
  .wrapper2 {
    width: calc(100% - 120px);
  }
}
@media (min-width: 960px) {
  .wrapper2 {
    width: calc(100% - 180px);
    max-width: 1340px;
  }
}

.wrapper3 {
  margin: auto;
  width: calc(100% - 60px);
}
@media (min-width: 520px) {
  .wrapper3 {
    width: calc(100% - 120px);
  }
}
@media (min-width: 960px) {
  .wrapper3 {
    width: calc(100% - 180px);
    max-width: 800px;
  }
}

.wrap_wrap {
  margin: auto;
  width: calc(100% - 20px);
}
@media (min-width: 520px) {
  .wrap_wrap {
    width: calc(100% - 40px);
  }
}
@media (min-width: 960px) {
  .wrap_wrap {
    width: calc(100% - 60px);
  }
}

img {
  width: 100%;
  height: 100%;
}

.header {
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  height: 80px;
}
@media (min-width: 520px) {
  .header {
    width: calc(100% - 80px);
  }
}
@media (min-width: 960px) {
  .header {
    margin: 0 auto;
    width: calc(100% - 120px);
    max-width: 1400px;
  }
}

.header__left {
  display: flex;
  column-gap: 30px;
}

.header__left__img.logo {
  width: 164px;
  height: 38px;
  margin-top: 14px;
}
.header__left__img.lang {
  width: 45px;
  height: 100%;
  margin-top: 1px;
}

.header__ul {
  display: flex;
  align-items: center;
}
@media (min-width: 960px) {
  .header__ul {
    column-gap: 30px;
  }
}

.header__li {
  display: none;
}
@media (min-width: 960px) {
  .header__li {
    display: block;
    border-radius: 6px;
    padding: 18px 0;
  }
}

.header__li.li_contact {
  display: block;
  background-color: #BA606B;
  border-radius: 6px;
  padding: 18px;
  width: 100%;
}

.footer {
  background-color: #151515;
  position: relative;
  padding: 30px 0;
}

.footer_flex {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media (min-width: 720px) {
  .footer_flex {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.footer_flex_left {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 720px) {
  .footer_flex_left {
    width: 350px;
  }
}

.footer__logo {
  width: 100%;
  max-width: 200px;
}

.footer__address {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.footer__h5 {
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  width: 100%;
}

.footer__p {
  line-height: 1.5;
  width: 100%;
}

.footer_flex_right {
  width: 100%;
  margin: 30px auto 15px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 30px;
}
@media (min-width: 720px) {
  .footer_flex_right {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 0px;
  }
}

.sec_flex__line {
  display: none;
}

.footer_link {
  border-top: 1px solid white;
}
@media (min-width: 520px) {
  .footer_link:last-child {
    margin-left: -15px;
    padding-left: 15px;
  }
}

.footer_link_li {
  padding: 10px 15px;
}
@media (min-width: 520px) {
  .footer_link_li {
    padding: 20px 15px 0 0;
  }
}

.copyright {
  width: 100%;
  text-align: center;
}
@media (min-width: 720px) {
  .copyright {
    width: calc(100% - 40px);
    text-align: right;
  }
}

.sec_border {
  width: 100%;
}
.sec_border img {
  width: 100%;
}

.main {
  background: url(../images/bg_gradation_main.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 100%;
  margin-top: -2px;
}

.dl {
  margin: 0;
}
@media (min-width: 520px) {
  .dl {
    line-height: 1.5;
  }
}

.dt {
  font-size: 1rem;
  padding-top: 1.5rem;
  border-top: dashed 1px #8A96AE;
}
@media (min-width: 520px) {
  .dt {
    padding-top: 1rem;
    width: 7rem;
    border-top: solid 2px #CCD2E2;
  }
}

.dd {
  padding: 0.9rem 0 0.9rem 0;
  line-height: 1.75;
}
@media (min-width: 520px) {
  .dd {
    margin-top: -2.6rem;
    border-top: solid 1px #A4ABBC;
    margin-left: 7rem;
  }
}

.dd.en {
  line-height: 1.5;
  font-weight: 300;
}

.dd_title {
  font-size: 1.1rem;
}
.dd_title_tag_btn {
  padding: 2px 10px;
  margin: -5px 5px 0;
  border-radius: 20px;
  border: 1px solid #8A96AE;
  font-size: 0.7rem;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.sec_flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .sec_flex {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.sec_img {
  order: 1;
}
@media (min-width: 720px) {
  .sec_img {
    margin: auto;
    width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 960px) {
  .sec_img {
    order: 2;
    width: 50%;
    max-width: 1000px;
  }
}
.sec_img img {
  width: 100%;
  height: auto;
}

.sec_copy {
  order: 2;
}
@media (min-width: 520px) {
  .sec_copy {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .sec_copy {
    order: 1;
    width: 50%;
  }
}

.sec_flex_tb {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 720px) {
  .sec_flex_tb {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
  }
}

.sec_img_left {
  order: 1;
  width: 100%;
}
@media (min-width: 720px) {
  .sec_img_left {
    margin: auto;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .sec_img_left {
    width: 50%;
    max-width: 1000px;
  }
}
.sec_img_left img {
  width: 100%;
  height: auto;
}

.sec_copy_right {
  order: 2;
}
@media (min-width: 720px) {
  .sec_copy_right {
    width: 50%;
  }
}

.sec_flex_ceo {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 720px) {
  .sec_flex_ceo {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.sec_img_right {
  order: 1;
  width: 100%;
}
@media (min-width: 720px) {
  .sec_img_right {
    order: 2;
    width: 50%;
    min-width: 250px;
    max-width: 300px;
  }
}
@media (min-width: 960px) {
  .sec_img_right {
    width: auto;
    min-width: 300px;
    max-width: 600px;
  }
}
.sec_img_right img {
  width: 100%;
  height: auto;
}

.sec_copy_left {
  order: 2;
}
@media (min-width: 720px) {
  .sec_copy_left {
    order: 1;
    width: auto;
  }
}
@media (min-width: 960px) {
  .sec_copy_left {
    width: 70%;
  }
}

.flex__2col {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (min-width: 520px) {
  .flex__2col {
    flex-wrap: nowrap;
    justify-content: space-around;
    row-gap: 0;
    column-gap: 30px;
  }
}

.flex__2column {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 15px;
}
@media (min-width: 520px) {
  .flex__2column {
    width: 50%;
    min-width: 200px;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 30px;
  }
}

.sec_flex__2column {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (min-width: 520px) {
  .sec_flex__2column {
    flex-wrap: nowrap;
    justify-content: flex-start;
    row-gap: 0;
    column-gap: 30px;
  }
}

.sec_flex__2column__left {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 15px;
}
@media (min-width: 520px) {
  .sec_flex__2column__left {
    width: 50%;
    min-width: 200px;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 30px;
  }
}
@media (min-width: 960px) {
  .sec_flex__2column__left {
    max-width: 350px;
  }
}

@media (min-width: 520px) {
  .sec_flex__2column__left2 {
    width: 60%;
  }
}
@media (min-width: 960px) {
  .sec_flex__2column__left2 {
    max-width: 350px;
  }
}

@media (min-width: 520px) {
  .sec_flex__2column__right2 {
    width: 40%;
  }
}
@media (min-width: 960px) {
  .sec_flex__2column__right2 {
    max-width: 350px;
  }
}

.sec_flex__2img {
  width: 50%;
  height: auto;
}
@media (min-width: 520px) {
  .sec_flex__2img {
    width: 100%;
  }
}
.sec_flex__2img img {
  width: 100;
  height: auto;
}

.sec_flex__3column {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (min-width: 720px) {
  .sec_flex__3column {
    flex-wrap: nowrap;
    row-gap: 0;
    column-gap: 20px;
  }
}

@media (min-width: 720px) {
  .sec_flex__3 {
    width: 30%;
  }
}

.sec_h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
  margin-top: 15px;
}
@media (min-width: 520px) {
  .sec_h1 {
    margin-top: 15px;
    display: inline-block;
    align-items: center;
  }
}
@media (min-width: 960px) {
  .sec_h1 {
    margin-top: 0;
  }
}

.sec_h1--sub {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  font-weight: 200;
}
@media (min-width: 520px) {
  .sec_h1--sub {
    display: inline-block;
    padding-left: 0;
  }
}

.sec_h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
}
@media (min-width: 520px) {
  .sec_h2 {
    display: inline-block;
  }
}

.sec_h2_ceo {
  font-size: 2rem;
  line-height: 1.2;
  font-feature-settings: "palt";
  letter-spacing: 0.3rem;
}
@media (min-width: 520px) {
  .sec_h2_ceo {
    display: inline-block;
  }
}

.sec_h2--sub {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: 200;
  line-height: 1.2;
}
@media (min-width: 520px) {
  .sec_h2--sub {
    display: inline-block;
  }
}

.top_02__product__logo {
  display: inline-block;
  margin-right: 0.5rem;
}

.top_02__product__logo.telepro {
  width: 200px;
}
@media (min-width: 520px) {
  .top_02__product__logo.telepro {
    width: 250px;
  }
}
@media (min-width: 720px) {
  .top_02__product__logo.telepro {
    width: 300px;
  }
}

.top_02__product__logo.transmed {
  width: 300px;
}
@media (min-width: 520px) {
  .top_02__product__logo.transmed {
    width: 350px;
  }
}
@media (min-width: 720px) {
  .top_02__product__logo.transmed {
    width: 400px;
  }
}

.top_02__product__logo.teleco {
  width: 200px;
  margin-top: 10px;
}

.top_02__product__logo.teicu {
  width: 180px;
}

.top_02__product__h3 {
  line-height: 1.5;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 8px;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
@media (min-width: 520px) {
  .top_02__product__h3 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.span_border {
  border-top: 1px solid white;
  height: 0.4rem;
}

.span_border.b_telepro {
  border-top: 1px solid white;
  height: 0.7rem;
  width: 200px;
  margin-top: 0.5rem;
}
@media (min-width: 520px) {
  .span_border.b_telepro {
    height: 1rem;
    width: 250px;
  }
}
@media (min-width: 720px) {
  .span_border.b_telepro {
    width: 300px;
  }
}

.span_border.b_transmed {
  border-top: 1px solid white;
  width: 40%;
  max-width: 400px;
  min-width: 210px;
  height: 1rem;
}

.span_border.b_teleco {
  border-top: 1px solid white;
  width: 200px;
  height: 0.8rem;
  margin-top: 0.5rem;
}

.span_border.b_teleicu {
  border-top: 1px solid white;
  width: 180px;
  height: 0.8rem;
  margin-top: 0.5rem;
}

.top_02__product__h4 {
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 8px;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media (min-width: 520px) {
  .top_02__product__h4 {
    font-size: 1.2rem;
  }
}

.top_02__product__h4__logo {
  max-width: 200px;
  width: 100%;
  min-width: 200px;
  height: auto;
  display: block;
  line-height: 1.8;
  margin-bottom: 8px;
}

.sec_hr {
  margin: 15px 0 30px;
  border-top: 1px solid white;
}
@media (min-width: 520px) {
  .sec_hr {
    margin: 5px 0 15px;
  }
}
@media (min-width: 960px) {
  .sec_hr {
    margin: 5px 0 15px;
  }
}

.first_view {
  background: url(../images/bg_gradation_fv.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 100vh;
  position: relative;
}

.mv__lines {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  overflow: hidden;
  height: 200px;
}
@media (min-width: 520px) {
  .mv__lines {
    height: 300px;
  }
}
@media (min-width: 960px) {
  .mv__lines {
    height: 400px;
  }
}
.mv__lines img {
  width: 100%;
  height: 100%;
}

.ml_01 {
  mix-blend-mode: overlay;
  position: absolute;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.ml_02 {
  mix-blend-mode: color-dodge;
  position: absolute;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.ml_03 {
  mix-blend-mode: color-dodge;
  position: absolute;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.sec__lines {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 200px;
}
@media (min-width: 520px) {
  .sec__lines {
    height: 300px;
  }
}
@media (min-width: 960px) {
  .sec__lines {
    height: 400px;
  }
}
.sec__lines img {
  width: 100%;
  height: 100%;
}

.sec_01 {
  mix-blend-mode: overlay;
  position: absolute;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.sec_02 {
  mix-blend-mode: color-dodge;
  position: absolute;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.sec_03 {
  mix-blend-mode: color-dodge;
  position: absolute;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.mv__catch_copy {
  width: 100%;
  line-height: 1.75;
  font-feature-settings: "palt";
  text-justify: inter-ideograph;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 520px) {
  .mv__catch_copy {
    top: 60%;
  }
}
@media (min-width: 960px) {
  .mv__catch_copy {
    top: 70%;
  }
}

.mv__catch_copy__h1 {
  text-align: center;
  font-size: clamp(25px, 5.5vw, 60px);
  letter-spacing: 0.5rem;
  font-weight: 200;
}
.mv__catch_copy__h1.en {
  line-height: 1.35;
}

.mv__catch_copy__h2 {
  font-weight: 300;
  margin-top: 40px;
  text-align: center;
  font-size: clamp(23px, 4vw, 50px);
  letter-spacing: 0.2rem;
}
@media (min-width: 520px) {
  .mv__catch_copy__h2 {
    letter-spacing: 0.3rem;
    margin-top: 60px;
  }
}
.mv__catch_copy__h2.en {
  font-size: clamp(20px, 3vw, 40px);
}

.mv__catch_copy__h3 {
  font-weight: 300;
  text-align: center;
  font-size: clamp(15px, 2vw, 25px);
  letter-spacing: 0.15rem;
}

.sec_mid__flex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
}
@media (min-width: 720px) {
  .sec_mid__flex {
    justify-content: space-between;
    flex-wrap: nowrap;
    column-gap: 22px;
  }
}

.sec_mid__h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}

.one {
  position: relative;
  width: 100%;
}
@media (min-width: 720px) {
  .one {
    width: 33%;
  }
}
.one::before {
  content: "01";
  display: block;
  top: 0;
  left: 0;
  font-size: 3rem;
  color: white;
  font-weight: 400;
}

.two {
  position: relative;
  width: 100%;
}
@media (min-width: 720px) {
  .two {
    width: 33%;
  }
}
.two::before {
  content: "02";
  display: block;
  top: 0;
  left: 0;
  font-size: 3rem;
  color: white;
  font-weight: 400;
}

.three {
  position: relative;
  width: 100%;
}
@media (min-width: 720px) {
  .three {
    width: 33%;
  }
}
.three::before {
  content: "03";
  display: block;
  top: 0;
  left: 0;
  font-size: 3rem;
  color: white;
  font-weight: 400;
}

.column_line {
  border-top: 1px solid white;
  transform: rotate(-4deg);
  width: 100%;
}
@media (min-width: 720px) {
  .column_line {
    width: 0;
    transform: rotate(4deg);
    border-top: none;
    border-left: 1px solid white;
  }
}

.column_line_tb {
  border-top: 1px solid white;
  transform: rotate(-4deg);
  width: 100%;
}
@media (min-width: 520px) {
  .column_line_tb {
    width: 0;
    transform: rotate(4deg);
    border-top: none;
    border-left: 1px solid white;
  }
}

.sec_flex__caption {
  max-width: 300px;
  width: 100%;
  min-width: 180px;
}

.top_05__contact {
  padding-bottom: 120px;
}

.margin_15 {
  padding-top: 8px;
}
@media (min-width: 960px) {
  .margin_15 {
    padding-top: 15px;
  }
}

.margin_30 {
  padding-top: 15px;
}
@media (min-width: 960px) {
  .margin_30 {
    padding-top: 30px;
  }
}

.margin_45 {
  padding-top: 27px;
}
@media (min-width: 960px) {
  .margin_45 {
    padding-top: 45px;
  }
}

.margin_60 {
  padding-top: 30px;
}
@media (min-width: 960px) {
  .margin_60 {
    padding-top: 60px;
  }
}

.margin_75 {
  padding-top: 38px;
}
@media (min-width: 960px) {
  .margin_75 {
    padding-top: 75px;
  }
}

.margin_90 {
  padding-top: 45px;
}
@media (min-width: 960px) {
  .margin_90 {
    padding-top: 90px;
  }
}

.margin_120 {
  padding-top: 60px;
}
@media (min-width: 960px) {
  .margin_120 {
    padding-top: 120px;
  }
}

.margin_150 {
  padding-top: 75px;
}
@media (min-width: 960px) {
  .margin_150 {
    padding-top: 150px;
  }
}/*# sourceMappingURL=style.css.map */


.text-red {
    color: red; /* または #FF0000 などのカラーコードで指定 */
}


