@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*スマホファーストの書き方*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #40474B;
  overflow-x: hidden;
}

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

.en {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}

.inner {
  width: 94%;
  max-width: 1080px;
  margin-inline: auto;
}

.inner_large {
  width: 94%;
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 32px;
  padding-bottom: 40px;
  margin-top: -40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .inner_large {
    padding-top: 64px;
    padding-bottom: 80px;
    margin-top: -80px;
  }
}

.content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .content {
    padding: 80px 0;
  }
}

.flex_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.pc {
  display: none;
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

.bg_blue {
  background-color: #F3F8FB;
}

.bg_bace {
  background-color: #FAFAFA;
}

.text_blue {
  color: #0D6FA7;
}

.note_text {
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .note_text {
    font-size: 15px;
    margin-top: 16px;
  }
}

.header {
  padding-top: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
}

.header_inner {
  width: 98%;
  margin-inline: auto;
  padding: 8px 0;
  background: #fff;
  position: relative;
  border-radius: 8px;
}
@media (min-width: 1440px) {
  .header_inner {
    max-width: 1360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    margin-inline: auto;
    box-shadow: 0px 0px 8px 0px rgba(13, 111, 167, 0.1);
  }
}

.header_logo {
  padding-left: 16px;
  max-width: 130px;
  position: relative;
  z-index: 20;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .header_logo {
    max-width: 149px;
  }
}
.header_logo:hover {
  opacity: 0.8;
}

/* ヘッダーナビゲーションのスタイル */
.header_nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 10;
  background-color: #fff;
  transition: all 0.5s;
  padding-left: 0;
}
.header_nav.active {
  right: 0;
}
@media (min-width: 1440px) {
  .header_nav {
    position: static;
    flex: 1;
    max-width: 1100px;
  }
}

.header_navList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
  height: 100%;
  width: 90%;
  margin-inline: auto;
}
@media (min-width: 1440px) {
  .header_navList {
    width: 100%;
    margin-inline: initial;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.header_navItem {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #BDCCD4;
  padding-bottom: 8px;
}
@media (min-width: 1440px) {
  .header_navItem {
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.header_navItem.header_navItem_contact {
  border: none;
  padding-bottom: 0;
  text-align: center;
}

.header_navLink {
  color: #064163;
  transition: color 0.2s;
  padding: 10px;
}

.header_navLink:hover {
  color: #D50D5D;
}

.header_navContactBtn {
  background: #D50D5D;
  border: 1px solid #D50D5D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}

.header_navContactBtn:hover {
  background: #fff;
  color: #D50D5D;
}

.hamburger {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 30;
}
@media (min-width: 1440px) {
  .hamburger {
    display: none;
  }
}
.hamburger_inner {
  width: 40px;
  height: 40px;
  position: relative;
}
.hamburger_inner span {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 1px;
  background: #0D6FA7;
  transition: 0.3s;
  transform: translateX(-50%);
}
.hamburger_inner span:nth-child(1) {
  top: 10px;
}
.hamburger_inner span:nth-child(2) {
  top: 20px;
}
.hamburger_inner span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top: 20px;
  transform: translateX(-50%) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 20px;
  transform: translateX(-50%) rotate(-45deg);
}

.header_image {
  min-height: 200px;
}
.header_image img {
  min-height: 200px;
  object-fit: cover;
}

.pageHeader_desc {
  padding: 0 24px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .pageHeader_desc {
    flex-direction: row;
    padding: 0 60px;
    margin-bottom: 80px;
    column-gap: min(4%, 48px);
  }
}
.pageHeader_desc_text {
  width: 100%;
  max-width: 632px;
}
.pageHeader_desc_img {
  width: 100%;
  max-width: 400px;
}

.footer {
  background-color: #FAFAFA;
  padding-top: 4dvb;
  padding-bottom: 16px;
  color: #064163;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}

.footer_inner {
  row-gap: 16px;
}
@media (min-width: 768px) {
  .footer_inner {
    row-gap: 33px;
  }
}

.footer_logo {
  max-width: 100px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .footer_logo {
    max-width: 150px;
  }
}
.footer_logo:hover {
  opacity: 0.8;
}

.footer_about p {
  line-height: 1.43;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer_about p {
    font-size: 16px;
  }
}

.footer_nav {
  width: 100%;
  max-width: 970px;
}

.footer_navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4px;
}
@media (min-width: 768px) {
  .footer_navList {
    column-gap: 3px;
    row-gap: 8px;
  }
}

.footer_navLink {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s;
}
.footer_navLink:hover {
  opacity: 0.8;
}

.footer_copy {
  color: #82929B;
  font-size: 14px;
}

.btn_link {
  display: block;
  width: 100%;
  max-width: 189px;
  box-shadow: 0px 0px 8px 0px rgba(33, 65, 89, 0.2);
  border: 1px solid #0D6FA7;
  padding: 9px 10px 7px;
  color: #064163;
  background-color: #fff;
}
@media (min-width: 768px) {
  .btn_link {
    padding: 14px 20px 10px;
    max-width: 272px;
  }
}

.bnt_link_inner {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  position: relative;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  .bnt_link_inner {
    font-size: 14px;
    row-gap: 4px;
  }
}
.bnt_link_inner::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 100%;
  border-left: 2px solid #0D6FA7;
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='8' viewBox='0 0 35 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.46642 6.12772H34.0001L29.2501 1.87228' stroke='%230D6FA7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 32px;
  transition: background-position 0.3s;
}

.btn_link_en {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #0D6FA7;
}
@media (min-width: 768px) {
  .btn_link_en {
    font-size: 20px;
  }
}

.btn_link:hover .bnt_link_inner::after {
  background-position: 90% 50%;
}

.btn_external {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 300px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #0D6FA7;
  background-color: #0D6FA7;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btn_external {
    height: 60px;
  }
}
.btn_external::after {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/icon_link.svg");
}
@media (min-width: 768px) {
  .btn_external::after {
    width: 17px;
    height: 17px;
  }
}
.btn_external:hover {
  background-color: #003e5c;
}

.btnExternal_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .btnExternal_wrapper {
    flex-direction: row;
    margin-top: 48px;
  }
}

.featureItem {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 16px 16px 0px;
}
@media (min-width: 768px) {
  .featureItem {
    padding: 32px 32px 32px 0;
  }
}
.featureItem:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .featureItem:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .featureItem_inner {
    display: flex;
    align-items: center;
  }
}

.featureItem_title {
  display: flex;
  align-items: center;
  color: #064163;
  column-gap: 16px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  flex: 1;
  min-width: 340px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .featureItem_title {
    padding: 26px 0;
    padding-right: 17px;
    font-size: 22px;
    border-right: 1px solid #BDCCD4;
    max-width: 340px;
  }
}
.featureItem_title .num {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #0D6FA7;
  line-height: 1;
  font-size: 24px;
  display: flex;
  align-items: center;
  column-gap: 6px;
  position: relative;
}
@media (min-width: 768px) {
  .featureItem_title .num {
    font-size: 32px;
    flex-shrink: 0;
  }
}
.featureItem_title .num::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #0D6FA7;
}
@media (min-width: 768px) {
  .featureItem_title .num::before {
    width: 34px;
  }
}

.featureItem_text {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .featureItem_text {
    padding-left: 40px;
  }
}

.cta {
  padding-top: 24px;
  padding-bottom: 24px;
  background-image: url(../img/cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.cta_inner {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .cta_inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.cta_text {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cta_text {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.cta_links {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .cta_links {
    flex-direction: row;
    column-gap: min(7.4074074074%, 80px);
  }
}

.cta_link {
  background-color: #ECF3F8;
  width: 100%;
  padding: 24px;
  transition: all 0.3s;
}
.cta_link:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cta_link {
    padding: 32px;
  }
}
.cta_link .cta_link_img {
  border-radius: 50%;
  width: 48px;
  aspect-ratio: 1;
  background-color: #fff;
  justify-content: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cta_link .cta_link_img {
    width: 72px;
    margin-bottom: 24px;
  }
}
.cta_link .cta_link_img img {
  width: 27px;
}
@media (min-width: 768px) {
  .cta_link .cta_link_img img {
    width: 35px;
  }
}
.cta_link:first-of-type img {
  width: 24px;
}
@media (min-width: 768px) {
  .cta_link:first-of-type img {
    width: 32px;
  }
}
.cta_link:first-of-type:hover {
  opacity: 1;
}
.cta_link:first-of-type:hover .flex_column.cta_link_btn {
  color: #D50D5D;
  background-color: #fff;
}

.cta_link_text {
  margin-bottom: 16px;
  font-weight: bold;
  color: #064163;
  font-size: 16px;
  border-bottom: 2px solid #064163;
}
@media (min-width: 768px) {
  .cta_link_text {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.cta_link_btn {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-family: "Roboto", sans-serif;
  color: #0D6FA7;
  font-size: 36px;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .cta_link_btn {
    column-gap: 8px;
    font-size: 40px;
    white-space: nowrap;
  }
}
.cta_link_btn span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
  background-color: #0D6FA7;
  color: #fff;
  padding: 1px 2px;
}
@media (min-width: 768px) {
  .cta_link_btn span {
    font-size: 20px;
  }
}

.flex_column.cta_link_btn {
  background-color: #D50D5D;
  color: #fff;
  justify-content: center;
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #D50D5D;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .flex_column.cta_link_btn {
    font-size: 18px;
    padding: 20px 0;
  }
}

.title_top {
  font-size: 18px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .title_top {
    margin-bottom: 32px;
  }
}

.title_en {
  font-size: 40px;
  display: block;
  line-height: 1;
}
@media (min-width: 768px) {
  .title_en {
    font-size: 60px;
  }
}

.title_top {
  color: #0D6FA7;
}

.title_top_ja {
  color: #064163;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .title_top_ja {
    font-size: 16px;
  }
}
.title_top_ja::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #064163;
}

.title_top.title_cta {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media (min-width: 768px) {
  .title_top.title_cta {
    font-size: 24px;
  }
}

.title_en.title_cta_en {
  color: #fff;
}

.title_page {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #064163;
  font-weight: bold;
  position: relative;
  margin-bottom: 24px;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .title_page {
    font-size: 40px;
    margin-bottom: 40px;
    row-gap: 24px;
  }
}
.title_page::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #0D6FA7;
}
@media (min-width: 768px) {
  .title_page::after {
    height: 40px;
  }
}

.title_page_second {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 20px;
  color: #0D6FA7;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .title_page_second {
    row-gap: 20px;
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.title_page_second::after {
  content: "";
  width: 32px;
  height: 1px;
  display: inline-block;
  background-color: #0D6FA7;
}
@media (min-width: 768px) {
  .title_page_second::after {
    width: 64px;
  }
}

.title_product {
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  background-color: #0D6FA7;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  background-color: #0D6FA7;
  padding: 8px 0;
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .title_product {
    font-size: 20px;
    padding: 13px 0;
    margin-bottom: 48px;
  }
}
.title_product::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background-color: #BDCCD4;
  margin-right: 4px;
}
@media (min-width: 768px) {
  .title_product::before {
    width: 28px;
    margin-right: 12px;
  }
}
.title_product span {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 14px;
  padding-left: 8px;
  border-left: 1px solid #B6D4E5;
  margin-left: 8px;
  white-space: wrap;
}
@media (min-width: 768px) {
  .title_product span {
    font-size: 16px;
    padding-left: 24px;
    margin-left: 24px;
  }
}

.mv {
  position: relative;
}

.mv_slider_item {
  margin-left: 8px;
  position: relative;
  right: -10vw;
}
@media (min-width: 768px) {
  .mv_slider_item {
    margin-left: 20px;
    right: -18vw;
  }
}
.mv_slider_item img {
  aspect-ratio: 300/400;
  object-fit: cover;
}
@media (min-width: 768px) {
  .mv_slider_item img {
    aspect-ratio: auto;
  }
}

.mv_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  position: absolute;
  left: 40px;
  bottom: 30px;
}
@media (min-width: 768px) {
  .mv_text {
    left: 20vw;
  }
}
.mv_text span {
  line-height: 1.2;
  display: inline-block;
  padding: 4px 10px;
  background-color: rgba(13, 111, 167, 0.9);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 768px) {
  .mv_text span {
    font-size: 28px;
  }
}

.mv_scroll {
  height: 300px;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: 16px;
}
@media (min-width: 768px) {
  .mv_scroll {
    left: 40px;
  }
}

.mv_scroll_text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 0px 0px 110px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}

.mv_scroll_scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.mv_scroll_scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.service {
  position: relative;
}
.service::after {
  content: "";
  display: inline-block;
  width: 92.8472222222%;
  height: auto;
  background-color: #FAFAFA;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 77px;
  z-index: -1;
}
@media (min-width: 768px) {
  .service::after {
    top: 117px;
  }
}

.service_title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .service_title {
    margin-bottom: 80px;
  }
}

.title_service {
  font-size: 20px;
  font-weight: bold;
  color: #064163;
  padding-bottom: 8px;
  line-height: 1;
  border-bottom: 1px solid #BDCCD4;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .title_service {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.service_item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service_item_img {
  position: relative;
  width: 91.9191919192%;
}

.service_item_title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding: 4px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .service_item_title {
    padding: 10px 32px;
    font-size: min(1.6666666667vw, 24px);
  }
}
.service_item_title::after {
  content: "";
  display: inline-block;
  width: 50px;
  min-width: 50px;
  height: 24px;
  background-image: url(../img/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  border-left: 1px solid #fff;
  transition: background-position 0.3s;
}
@media (min-width: 768px) {
  .service_item_title::after {
    background-size: auto;
    width: 57px;
    height: 34px;
  }
}

.service_item_text {
  margin-top: -90px;
  padding: 110px 32px 24px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(13, 111, 167, 0.1);
  font-size: 15px;
}
@media (min-width: 768px) {
  .service_item_text {
    padding: 128px 32px 24px;
    margin-top: -112px;
    font-size: 16px;
  }
}

.service_items {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .service_items {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 8.1481481481%;
    row-gap: 40px;
  }
}
.service_items:first-of-type {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .service_items:first-of-type {
    margin-bottom: 72px;
  }
}

.service_item {
  width: 100%;
}
.service_item:hover {
  cursor: pointer;
}
.service_item:hover .service_item_title::after {
  background-position: 15px;
}
@media (min-width: 768px) {
  .service_item {
    max-width: 496px;
    flex: 1;
    min-width: 310px;
  }
}

.about_title {
  color: #fff;
}
.about_title .title_top_ja {
  color: #fff;
}
.about_title .title_top_ja::before {
  background-color: #fff;
}

.about {
  position: relative;
  overflow: hidden;
}
.about .btn_link {
  margin-left: auto;
}

.about_inner {
  position: relative;
}
.about_inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: auto;
  background-image: url(../img/top/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  top: 0;
  bottom: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
}
@media (min-width: 768px) {
  .about_inner::before {
    top: 0;
    width: 51.875vw;
    right: 0;
    left: calc(50% - 50vw);
  }
}

.about_text {
  color: #fff;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .about_text {
    margin-bottom: 40px;
  }
}

.about_textArea {
  padding: 32px 0px 32px 0;
}
@media (min-width: 768px) {
  .about_textArea {
    padding: 48px 64px 48px 0;
    width: 53%;
  }
}

@media (min-width: 768px) {
  .about_img {
    width: 74.5138888889%;
    position: absolute;
    right: 0;
    top: 136px;
    bottom: 0;
    z-index: -2;
  }
  .about_img img {
    height: 100%;
    object-fit: cover;
  }
}

.recruit_inner {
  box-shadow: 0px 0px 8px 0px rgba(13, 111, 167, 0.1);
  position: relative;
}
@media (min-width: 768px) {
  .recruit_inner {
    display: flex;
  }
}
.recruit_inner .btn_link {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media (min-width: 768px) {
  .recruit_inner .btn_link {
    bottom: 24px;
    right: 24px;
  }
}

.recruit_textArea {
  background-color: #F3F8FB;
  padding: 24px;
}
@media (min-width: 768px) {
  .recruit_textArea {
    padding: 24px 40px;
    width: 100%;
    max-width: 440px;
  }
}

.recruit_text {
  letter-spacing: 0.02em;
}

.heatshield_features {
  background-color: #FAFAFA;
  padding: 32px 24px;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .heatshield_features {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 1%;
  }
}

.heatshield_feature {
  max-width: 328px;
}

.heatshield_feature_img {
  margin-bottom: 8px;
}

.heatshield_feature_text {
  color: #064163;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .heatshield_feature_text {
    font-size: 20px;
  }
}
.heatshield_feature_text::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/check_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.heatshield_sort_list {
  background-color: #fff;
  padding: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .heatshield_sort_list {
    padding: 40px;
    margin-top: 80px;
  }
}

.heatshield_sort_img {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .heatshield_sort_img {
    margin-bottom: 18px;
  }
}
.heatshield_sort_img figcaption {
  font-size: 10px;
  text-align: right;
  color: #82929B;
}
@media (min-width: 768px) {
  .heatshield_sort_img figcaption {
    font-size: 13px;
  }
}

.heatshield_sort_items {
  row-gap: 24px;
}
@media (min-width: 768px) {
  .heatshield_sort_items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
  }
}

.heatshield_sort_item {
  row-gap: 8px;
  background-color: #FAFAFA;
  padding: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .heatshield_sort_item {
    flex-direction: row;
    column-gap: 12px;
    padding: 16px;
    flex: 1;
    min-width: 480px;
  }
}

.heatshield_sort_item_title {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #BDCCD4;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 768px) {
  .heatshield_sort_item_title {
    column-gap: 4px;
    padding: 16px;
    max-width: 160px;
  }
}

.heatshield_sort_item__img {
  max-width: 32px;
}
@media (min-width: 768px) {
  .heatshield_sort_item__img {
    max-width: 42px;
  }
}

.heatshield_sort_item_text {
  color: #064163;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .heatshield_sort_item_text {
    font-size: 18px;
    line-height: 1.3;
  }
}

.heatshield_sort_item_desc {
  font-size: 14px;
}

.heatshield_product_img {
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .heatshield_product_img {
    margin-top: 40px;
    margin-bottom: 88px;
  }
}
.heatshield_product_img figcaption {
  font-size: 10px;
  color: #82929B;
  width: fit-content;
  margin-left: auto;
}
@media (min-width: 768px) {
  .heatshield_product_img figcaption {
    font-size: 13px;
  }
}

.heatshield_product_feature_title::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #0D6FA7;
}
@media (min-width: 768px) {
  .heatshield_product_feature_title::before {
    height: 36px;
  }
}

.heatshield_product_feature_titleNum {
  color: #5499C0;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .heatshield_product_feature_titleNum {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.heatshield_product_feature_titleNum span {
  font-weight: 400;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
@media (min-width: 768px) {
  .heatshield_product_feature_titleNum span {
    font-size: 32px;
  }
}

.heatshield_product_features {
  row-gap: 24px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .heatshield_product_features {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6px;
    margin-bottom: 80px;
  }
}

.heatshield_product_feature_titleText {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 16px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, #E2ECF2 60%);
}
@media (min-width: 768px) {
  .heatshield_product_feature_titleText {
    font-size: 24px;
  }
}

.heatshield_product_feature {
  background-color: #FAFAFA;
  padding: 0 16px 16px;
}
@media (min-width: 768px) {
  .heatshield_product_feature {
    padding: 0 32px 24px;
    flex: 1;
    min-width: 537px;
  }
}

.heatshield_product_feature_img {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
}

.heatshield_product_feature_img_text {
  text-align: center;
  color: #064163;
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .heatshield_product_feature_img_text {
    margin-top: 16px;
    font-size: 16px;
  }
}

.heatshield_others {
  row-gap: 24px;
}
@media (min-width: 768px) {
  .heatshield_others {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 56px 80px;
  }
}

@media (min-width: 768px) {
  .heatshield_other {
    flex: 1;
    min-width: 500px;
  }
}

.heatshield_others_img {
  margin-bottom: 10px;
}

.heatshield_others_title {
  color: #064163;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .heatshield_others_title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.heatshield_others_text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.shatterproof_featureItem_images {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .shatterproof_featureItem_images {
    margin-top: 48px;
    margin-left: 32px;
  }
}
@media (min-width: 1024px) {
  .shatterproof_featureItem_images {
    display: flex;
  }
}

.shatterproof_featureItem_image {
  background-color: #FAFAFA;
  padding: 16px;
  border-radius: 4px;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .shatterproof_featureItem_image {
    margin-left: 0px;
    padding: 16px 24px 24px;
  }
}

.shatterproof_featureItem_image_title {
  font-weight: bold;
  font-size: 18px;
  row-gap: 8px;
  letter-spacing: 0.04em;
  color: #064163;
  margin-bottom: 16px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .shatterproof_featureItem_image_title {
    font-size: 20px;
  }
}
.shatterproof_featureItem_image_title span {
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  background-color: #0D6FA7;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  padding: 2px 12px;
}
@media (min-width: 768px) {
  .shatterproof_featureItem_image_title span {
    font-size: 16px;
  }
}

.shatterproof_featureItem_image_list {
  background-color: #fff;
  display: flex;
  border-radius: 8px;
}
.shatterproof_featureItem_image_list li {
  padding: 8px;
}
@media (min-width: 768px) {
  .shatterproof_featureItem_image_list li {
    padding: 24px;
  }
}
.shatterproof_featureItem_image_list li:first-child {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .shatterproof_featureItem_image_list li:first-child {
    margin-bottom: 0;
  }
}
.shatterproof_featureItem_image_list .featureItem_image {
  margin-bottom: 8px;
}
.shatterproof_featureItem_image_list .featureItem_text {
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  padding: 8px 0;
  border: 1px solid;
  width: 100%;
  background-color: #FAFAFA;
  border-color: #BDCCD4;
}
.shatterproof_featureItem_image_list .featureItem_text span {
  font-size: 13px;
  font-weight: 500;
}
.shatterproof_featureItem_image_list .featureItem_text.text_red {
  background-color: #FDF3F7;
  border-color: #D50D5D;
  color: #D50D5D;
}
.shatterproof_featureItem_image_list .featureItem_text.text_red span {
  color: #40474B;
}

@media (min-width: 768px) {
  .security .featureItem_text {
    display: flex;
    align-items: flex-start;
    column-gap: 24px;
  }
}
@media (min-width: 768px) {
  .security .featureItem:first-child .featureItem_inner {
    align-items: stretch;
  }
  .security .featureItem:first-child .featureItem_inner .featureItem_title {
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .security .featureItem:first-child .featureItem_inner .featureItem_title .num {
    margin-top: -6px;
  }
  .security .featureItem:first-child .featureItem_inner .featureItem_text {
    margin-bottom: 24px;
  }
}

.security_mark {
  max-width: 180px;
  margin-inline: auto;
  border: 1px solid #BDCCD4;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .security_mark {
    min-width: 128px;
    margin-top: 0;
  }
}

.security_featureItem_images {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .security_featureItem_images {
    margin-left: 0;
    padding: 0 32px;
  }
}

.security_featureItem_image_title {
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 17px;
  padding: 2px 8px;
  background-color: #FAFAFA;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .security_featureItem_image_title {
    font-size: 20px;
  }
}

.security_featureItem_image_list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .security_featureItem_image_list {
    flex-direction: row;
    justify-content: space-between;
    column-gap: 3.937007874%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .security_featureItem_image_list li {
    flex: 1;
  }
  .security_featureItem_image_list li img {
    height: 100%;
    object-fit: cover;
  }
}

.designItems_top {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .designItems_top {
    flex-direction: row;
    column-gap: min(4.4444444444%, 48px);
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .designItems_top .designItem {
    flex: 1;
  }
}

@media (min-width: 768px) {
  .designItems_bottom .designItem_row {
    display: flex;
    align-items: end;
    column-gap: 24px;
  }
}
.designItems_bottom .designItem_row .designItem_img {
  display: flex;
  column-gap: 8px;
}
.designItems_bottom .designItem_row .designItem_img img:first-child {
  flex: 7;
}
.designItems_bottom .designItem_row .designItem_img img:last-child {
  flex: 3;
}

.designItem_img {
  margin-bottom: 10px;
}

.designItem_title {
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: bold;
  color: #064163;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .designItem_title {
    font-size: 20px;
  }
}

.designItem_text {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.design_content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .design_content {
    margin-top: 60px;
  }
}

.dinoc_images {
  padding-bottom: 30px;
  position: relative;
}
.dinoc_images::after {
  content: "";
  display: inline-block;
  width: 83.3333333333vw;
  height: 50vh;
  background-color: #F3F8FB;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media (min-width: 768px) {
  .dinoc_images::after {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .dinoc_images {
    padding-bottom: 60px;
    display: flex;
    column-gap: 24px;
  }
}
.dinoc_images .dinoc_image {
  width: 80%;
}
.dinoc_images .dinoc_image:last-child {
  margin-top: 24px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .dinoc_images .dinoc_image:last-child {
    margin-top: 148px;
  }
}

.dinoc_sort {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .dinoc_sort {
    margin: 80px 0;
    margin-bottom: 40px;
    column-gap: 24px;
  }
}
.dinoc_sort li {
  width: calc((100% - 16px) / 2);
  max-width: 252px;
}
@media (min-width: 768px) {
  .dinoc_sort li {
    width: calc((100% - 72px) / 4);
    max-width: 100%;
  }
}
.dinoc_sort .dinoc_sort_img {
  margin-bottom: 8px;
}
.dinoc_sort .dinoc_sort_title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
  color: #064163;
}
@media (min-width: 768px) {
  .dinoc_sort .dinoc_sort_title {
    font-size: 20px;
  }
}

.dinocRelation_items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .dinocRelation_items {
    gap: 40px;
    justify-content: center;
  }
}
.dinocRelation_items li {
  position: relative;
}
@media (min-width: 768px) {
  .dinocRelation_items li {
    width: calc((100% - 80px) / 3);
    min-width: 320px;
  }
}
.dinocRelation_items li a {
  transition: all 0.3s;
}
.dinocRelation_items li a:hover {
  opacity: 0.8;
}
.dinocRelation_items .dinocRelation_item_img {
  position: relative;
}
.dinocRelation_items .dinocRelation_item_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 111, 167, 0.4);
}
.dinocRelation_items .dinocRelation_item_img img {
  aspect-ratio: 3/1;
  object-fit: cover;
}
@media (min-width: 768px) {
  .dinocRelation_items .dinocRelation_item_img img {
    aspect-ratio: auto;
  }
}
.dinocRelation_items .dinocRelation_item_title {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
@media (min-width: 768px) {
  .dinocRelation_items .dinocRelation_item_title {
    font-size: 20px;
  }
}
.dinocRelation_items .dinocRelation_item_title::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/open-in-new_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .dinocRelation_items .dinocRelation_item_title::after {
    width: 24px;
    height: 24px;
  }
}
.dinocRelation_items .dinocRelation_item_title .text_small {
  display: block;
  font-weight: 500;
  line-height: 1.6;
  font-size: 14px;
}
@media (min-width: 768px) {
  .dinocRelation_items .dinocRelation_item_title .text_small {
    font-size: 16px;
  }
}

.dinocRelation {
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .dinocRelation {
    padding-bottom: 120px;
  }
}

.dinoc .btnExternal_wrapper {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .dinoc .btnExternal_wrapper {
    margin-bottom: 80px;
  }
}

.company-section {
  padding: 0;
}

.company-title_en {
  text-transform: none;
}

.company-lead {
  width: 100%;
}

.company-lead_text {
  padding: 30px 0px 30px 0px;
  position: relative;
}
.company-lead_text::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left;
  width: 100vw;
  height: 80%;
  background-image: url(../img/company/icon_gray.png);
  background-size: contain;
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .company-lead_text::before {
    height: 100%;
    width: 35.2083333333vw;
  }
}
@media (min-width: 768px) {
  .company-lead_text {
    padding: 120px 0px 120px 50px;
  }
}
.company-lead_text p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.2;
  color: #064163;
  letter-spacing: 0.08em;
  font-size: 20px;
  row-gap: 12px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .company-lead_text p {
    font-size: min(2.2222222222vw, 32px);
    margin-bottom: 0;
  }
}
.company-lead_text p span {
  display: inline-block;
  background-color: #fff;
  padding: 4px 8px;
}

@media (min-width: 768px) {
  .company-lead_img {
    width: 60.9027777778vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    z-index: -1;
  }
  .company-lead_img img {
    height: 100%;
  }
}

.company-table {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .company-table {
    margin-top: 88px;
  }
}

.company-table_row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #BDCCD4;
  padding-bottom: 24px;
  padding-left: 20px;
}
.company-table_row:not(:first-child) {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .company-table_row:not(:first-child) {
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .company-table_row {
    padding-left: 0px;
    padding-bottom: 32px;
    flex-direction: row;
  }
}
.company-table_row dt {
  width: 100%;
  color: #064163;
  font-weight: 400;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .company-table_row dt {
    max-width: 200px;
    padding-bottom: 0;
  }
}
.company-table_row dd {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.company-table_row dd span {
  display: block;
  font-weight: bold;
}

.company-philosophy .title_top {
  text-align: center;
}
.company-philosophy .title_top .title_top_ja {
  flex-direction: column-reverse;
  row-gap: 14px;
}

.company-philosophy_lead p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  letter-spacing: 0.08em;
  color: #064163;
}
@media (min-width: 768px) {
  .company-philosophy_lead p {
    font-size: 40px;
  }
}

.company-policy .inner {
  position: relative;
}
@media (min-width: 768px) {
  .company-policy .inner {
    padding-left: 64px;
  }
}
.company-policy .inner::after {
  content: "";
  display: block;
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  bottom: 0;
  background-color: #F3F8FB;
  z-index: -1;
}
@media (min-width: 768px) {
  .company-policy .inner::after {
    width: auto;
    left: 0;
  }
}

.company-policy_list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.featureItem.company-policy_list_item {
  margin-bottom: 0;
}

.company-message_wrap {
  position: relative;
}
@media (min-width: 768px) {
  .company-message_wrap {
    margin-top: 104px;
  }
}

.company-message_text {
  background-color: #FAFAFA;
  padding: 24px;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .company-message_text {
    width: 83.5185185185%;
    padding: 64px;
    padding-right: 180px;
  }
}
.company-message_text p {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.company-message_ceo {
  width: 60%;
  margin-left: auto;
  margin-top: -140px;
}
@media (min-width: 768px) {
  .company-message_ceo {
    position: absolute;
    width: 25.9259259259%;
    top: -64px;
    right: 0;
    margin-top: 0px;
  }
}

.ceo-name {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 8px;
  margin-top: 8px;
}
.ceo-name span {
  font-size: 15px;
  font-weight: 400;
}

.inquiry-section {
  width: 100%;
}

.inquiry-lead {
  width: 100%;
  max-width: 574px;
  padding-top: 16px;
  padding-bottom: 24px;
  border-top: 1px solid #0D6FA7;
  border-bottom: 4px solid #0D6FA7;
}
@media (min-width: 768px) {
  .inquiry-lead {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}

.inquiry-lead_text {
  color: #0D6FA7;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background-color: #F3F8FB;
  font-size: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .inquiry-lead_text {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.inquiry-lead__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 33px;
  color: #0D6FA7;
  column-gap: 8px;
  line-height: 1;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .inquiry-lead__tel {
    font-size: 56px;
  }
}
.inquiry-lead__tel span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background-color: #0D6FA7;
}
@media (min-width: 768px) {
  .inquiry-lead__tel span {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
}

.inquiry-lead_titme {
  font-weight: 400;
  line-height: 1;
  color: #696969;
  font-size: 16px;
}
@media (min-width: 768px) {
  .inquiry-lead_titme {
    font-size: 20px;
  }
}

.entry_btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
  max-width: 474px;
  height: 70px;
  border: 1px solid #0D6FA7;
  margin-inline: auto;
  border-bottom: 4px solid #0D6FA7;
  padding-left: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #0D6FA7;
  background-color: #FAFAFA;
  background-image: url(../img/form/icon_entry.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (min-width: 768px) {
  .entry_btn {
    font-size: 24px;
    padding-left: 40px;
    height: 110px;
  }
}
.entry_btn span {
  background-color: #0D6FA7;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 6px;
}

.entry_btn_wrapper {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 0;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .entry_btn_wrapper {
    padding-bottom: 80px;
  }
}
.entry_btn_wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #BDCCD4 0px, #BDCCD4 1px, transparent 1px, transparent 9px);
}

.entry-table {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .entry-table {
    margin-top: 80px;
  }
}

.entry-table_row {
  display: flex;
  margin-bottom: 4px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .entry-table_row {
    column-gap: 8px;
    flex-direction: row;
  }
}
.entry-table_row dt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  background-color: #F3F8FB;
  font-weight: bold;
  color: #064163;
  font-size: 16px;
}
@media (min-width: 768px) {
  .entry-table_row dt {
    max-width: 280px;
    padding: 10px 40px;
    font-size: 18px;
  }
}
.entry-table_row dd {
  padding: 16px 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .entry-table_row dd {
    padding-right: 32px;
    font-size: 18px;
    padding: 10px;
    row-gap: 30px;
  }
}
.entry-table_row dd .small {
  font-size: 16px;
  color: #82929B;
}
.entry-table_row dd .list_shape li {
  position: relative;
}
.entry-table_row dd .list_shape li::before {
  content: "◆";
  display: inline-block;
  color: #064163;
}
.entry-table_row:last-child dd {
  row-gap: 0px;
}

.entry-table_row_detail p {
  color: #064163;
  font-size: 18px;
  font-weight: bold;
}
.entry-table_row_detail li {
  position: relative;
}
.entry-table_row_detail li::before {
  content: "・";
  display: inline-block;
  color: #40474B;
}

/* --- お問い合わせフォーム全体 --- */
.form-wrap {
  background-color: #E6EFF4;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .form-wrap {
    padding-bottom: 120px;
  }
}

.form__title-text {
  color: #0D6FA7;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}
@media (min-width: 768px) {
  .form__title-text {
    font-size: 32px;
    row-gap: 20px;
  }
}
.form__title-text::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 2px;
  background-color: #0D6FA7;
}
@media (min-width: 768px) {
  .form__title-text::after {
    width: 64px;
  }
}

.form {
  max-width: 980px;
  margin: 32px auto 0;
  padding: 32px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .form {
    margin: 64px auto 0;
    padding: 40px;
  }
}

/* --- 各入力項目グループ --- */
.form__group {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .form__group {
    margin-bottom: 32px;
  }
}

/* --- ラベル --- */
.form__label {
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
  color: #064163;
}

/* --- 必須マーク --- */
.form__required {
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 8px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  background-color: #E7484A;
}

/* --- 入力フィールドのラッパー --- */
.form__control {
  /* 必要に応じてスタイル追加 */
}

/* --- テキスト入力、メール、電話番号 --- */
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=date],
.form input[type=number],
.form select,
.form textarea {
  width: 100%;
  padding: 8px;
  height: 100%;
  max-height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #BDCCD4;
  border-radius: 4px;
  background-color: #FAFAFA;
}
@media (min-width: 768px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=date],
  .form input[type=number],
  .form select,
  .form textarea {
    padding: 16px;
  }
}

.form input[type=date] {
  height: 34px;
}
@media (min-width: 768px) {
  .form input[type=date] {
    height: 50px;
  }
}

.form input[type=radio] {
  -webkit-appearance: auto;
  appearance: auto;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #82929B;
  opacity: 1;
  /* Firefox対策 */
}

input#birth-year {
  text-align: center;
  width: 30%;
  max-width: 135px;
}

input#birth-month,
input#birth-day {
  width: 20%;
  max-width: 84px;
  text-align: center;
}
@media (min-width: 768px) {
  input#birth-month,
  input#birth-day {
    margin-left: 24px;
  }
}

.form__birthdate {
  position: relative;
}

.birth-error {
  display: block;
  color: #dc3232;
  margin-top: 4px;
  font-size: 0.9em;
}

span.unit {
  margin-left: 4px;
}

.interview__label {
  margin-right: 4px;
  width: 100px;
}
@media (min-width: 768px) {
  .interview__label {
    width: auto;
  }
}

.interview__row {
  display: flex;
  align-items: center;
  row-gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .interview__row span:nth-child(even) {
    flex-grow: 1;
  }
  .interview__row .interview__date {
    max-width: 346px;
  }
  .interview__row .interview__select {
    max-width: 360px;
  }
}
.interview__row .interview__select {
  position: relative;
  background-image: url(../img/form/arrow_select.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: right;
}

/* ラッパーに位置指定 */
.date-wrap {
  position: relative;
  display: inline-block;
  flex-grow: 1;
  cursor: pointer;
  width: calc(100% - 108px);
}
@media (min-width: 768px) {
  .date-wrap {
    width: auto;
    max-width: 346px;
    margin-right: 24px;
  }
}
.date-wrap:hover {
  cursor: pointer;
}

.wpcf7-form-control-wrap:has(.interview__select) {
  flex-grow: 1;
}

/* 入力欄に余白 */
.date-wrap .interview__date {
  padding-right: 2.5em;
  position: relative;
  z-index: 1;
  color: transparent;
}

/* Chrome, Edge, Safari 対応 */
input[type=date] {
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  /* 見えないけど存在する */
  cursor: pointer;
  /* カーソルはポインターに */
  position: absolute;
  /* レイアウト調整したい場合 */
  right: 10px;
}

.date-wrap::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/form/arrow_select.svg");
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

/* プレースホルダー風テキストの疑似的表示 */
.date-wrap::before {
  content: attr(data-placeholder);
  opacity: 1;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #40474B;
  font-weight: 400;
  pointer-events: none;
  z-index: 2;
  transition: 0.2s;
}

.date-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.9em;
  color: #dc3232;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .date-wrap .wpcf7-not-valid-tip {
    margin-top: 14px;
  }
}

.interview__row:has(.wpcf7-not-valid-tip) {
  row-gap: 25px;
}

/* 入力済みまたはフォーカス中で擬似プレースホルダーを非表示に */
.date-wrap:has(.interview__date:focus)::before {
  opacity: 0;
}

.date-wrap.has-value::before {
  opacity: 0;
}

.date-wrap.has-value::before {
  opacity: 0 !important;
}
.date-wrap.has-value .interview__date {
  color: #40474B;
}

/* WebKit, Blink (Chrome, Safari, Edge, Opera) */
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #82929B;
}

/* --- テキストエリア --- */
.form textarea {
  min-height: 200px;
  resize: vertical;
  /* 縦方向のみリサイズ可 */
}
@media (min-width: 768px) {
  .form textarea {
    min-height: 273px;
  }
}

/* --- フォーカス時のスタイル --- */
.form input:focus,
.form textarea:focus {
  outline: none;
  border-color: #0073aa;
  /* WordPressの標準ブルー */
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}

/* --- 補足説明文 --- */
.form__notes {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .form__notes {
    font-size: 16px;
    margin-bottom: 56px;
  }
}

/* --- プライバシーポリシー --- */
.form__privacy {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .form__privacy {
    margin-bottom: 56px;
  }
}

.form__privacy-title {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}

.form__privacy-box {
  border: 1px solid #BDCCD4;
  padding: 16px;
  font-size: 14px;
  line-height: 1.6;
  max-height: 328px;
  overflow-y: auto;
  border-radius: 4px;
}

.form__privacy-box h4 {
  font-size: 14px;
  font-weight: bold;
  padding-left: 6px;
  border-left: 2px solid #0D6FA7;
  margin-bottom: 6px;
}

.form__privacy-box h5 {
  font-size: 14px;
  font-weight: bold;
  color: #064163;
}

.form__privacy-box ul {
  padding-left: 14px;
  list-style: disc;
}

/* --- 同意チェックボックス --- */
.form__acceptance {
  text-align: center;
}

.form__acceptance p {
  margin-bottom: 24px;
}

.form__acceptance input[type=checkbox] {
  margin-right: 8px;
}

/* Contact Form 7の .wpcf7-acceptance-missing のスタイル */
.wpcf7-acceptance-missing .form__acceptance-label {
  color: #dc3232;
  border: 1px solid #dc3232;
  padding: 2px 4px;
}

/* --- 送信ボタン --- */
.form__submit {
  text-align: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background-color: #0D6FA7;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  -webkit-appearance: none;
  appearance: none;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .btn {
    width: 340px;
    height: 70px;
    font-size: 18px;
  }
}

.btn:hover {
  background-color: #003e5c;
  /* ホバー時の少し濃い青 */
}

.thanks_content {
  padding-top: 200px;
}
@media (min-width: 768px) {
  .thanks_content {
    padding-top: 240px;
  }
}
.thanks_content .title_page {
  text-align: center;
  font-size: 20px;
}
@media (min-width: 768px) {
  .thanks_content .title_page {
    font-size: 32px;
  }
}
.thanks_content .pageHeader_desc {
  flex-direction: column;
}

.thanks_text {
  text-align: center;
}

.thanks_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
  width: 280px;
  height: 60px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background-color: #0D6FA7;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  -webkit-appearance: none;
  appearance: none;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .thanks_btn {
    width: 340px;
    height: 70px;
    font-size: 18px;
  }
}
.thanks_btn:hover {
  background-color: #003e5c;
}

.bg_white {
  background-color: #fff;
}

.pb_0 {
  padding-bottom: 0;
}
.grecaptcha-badge { visibility: hidden; }
/*# sourceMappingURL=styles.css.map */