@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

body {
  -webkit-text-size-adjust: none;
}

* {
  backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;
  /* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;
  /* animation時の文字にじみ防止 */
  -webkit-font-smoothing: antialiased;
}

:root {
  --white: #fdfdfd;
  --black: #222222;
  --navy: #1b1464;
  --orange: #FF8A1E;
  --blue: #1B1464;
  --sky: #00B3CD;
  --sky20: #E4F8F9;
  --gray: #F2F2F2;
  --gray_green: #FAFAF5;
  --gray_disabled: #ccc;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  scroll-behavior: smooth;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: 700;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--navy);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media (max-width: 960px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1rem;
  }
}
.eng {
  font-family: "tt-commons-pro", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-display: swap;
}

.han {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (max-width: 960px) {
  .sp_han {
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--white);
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #1b1464;
}
a:visited {
  color: #1b1464;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button.btn,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 40px;
  background: #00b3cd;
  color: white;
  line-height: 1;
  padding: 16px 24px;
  min-width: 200px;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=submit]:disabled {
  background-color: #ccc;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px 12px;
  margin-top: 12px;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 960px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    padding: 8px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 12px;
  padding: 0 8px;
  height: 56px;
}
@media (max-width: 960px) {
  select {
    height: 48px;
  }
}

body {
  overflow-x: hidden;
  background-color: var(--white);
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

@media (max-width: 960px) {
  .nav-content {
    display: none;
  }
}
*:focus {
  outline: none;
}

.section-container {
  padding: 120px 0;
}

@media (max-width: 960px) {
  .section-container {
    padding: 80px 0;
  }
}
@media (max-width: 680px) {
  .section-container {
    padding: 64px 32px;
  }
}
.error-404 {
  padding: 240px 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* pages
--------------------------------------------- */
.officer__flex {
  display: flex;
  margin: 32px 0 80px;
}

@media (max-width: 960px) {
  .officer__flex {
    flex-direction: column-reverse;
  }
}
.officer__position {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 2px;
}

.officer__name {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 2px;
}

.officer__belongs {
  color: #929292;
}

.officer__desc {
  width: 400px;
  margin-right: 32px;
}

@media (max-width: 960px) {
  .officer__desc {
    width: 100%;
  }
}
.officer__others-flex {
  display: flex;
}

@media (max-width: 960px) {
  .officer__others-flex {
    flex-direction: column;
  }
}
.officer__others-flex li {
  margin-right: 64px;
}

.officer__others-position {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .officer__others-position {
    margin-bottom: 0;
    margin-top: 16px;
  }
}
@media (max-width: 960px) {
  .officer img {
    margin-bottom: 32px;
  }
}
.entry-header {
  display: none;
}

label {
  font-size: 1.125rem;
}
@media (max-width: 960px) {
  label {
    font-size: 0.875rem;
  }
}

main.contact form {
  margin: 80px 0;
}

main.contact p {
  color: #1b1464;
  margin-bottom: 24px;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item-label {
  margin-left: 1em;
}
.wpcf7-list-item-label a {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .wpcf7-list-item-label {
    margin-left: 0.5em;
  }
}

.contact-must {
  color: red;
}

.wpcf7-submit {
  margin-top: 40px;
}

.wpcf7 form .wpcf7-spinner {
  /* visibility: hidden; */
  display: block;
  background-color: var(--navy);
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 16px auto;
  position: relative;
}
.wpcf7 form .wpcf7-response-output {
  background: var(--white);
  padding: 8px 4px 8px 8px;
  margin: 0;
  font-weight: 700;
  display: inline-block;
}
.wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
  margin: 40px auto;
  width: 100%;
  text-align: center;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232;
  margin: 40px auto;
  width: 100%;
  text-align: center;
  /* Red */
}
.wpcf7 form.spam .wpcf7-response-output {
  color: #f56e28;
  margin: 40px auto;
  width: 100%;
  text-align: center;
  /* Orange */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #ffb900;
  margin: 40px auto;
  width: 100%;
  text-align: center;
  /* Yellow */
}

form.sent p {
  display: none;
}

.philosophy__section {
  margin-bottom: 80px;
}

.philosophy h3 {
  font-size: 2.875rem;
  margin-bottom: 16px;
}

p.philosophy__disc {
  margin-bottom: 32px;
  text-align: justify;
}

@media (max-width: 680px) {
  .philosophy h3 {
    font-size: 2rem;
  }
}
.philosophy h4 {
  font-size: 1.125rem;
  margin-bottom: 32px;
  font-weight: 600;
  color: #1b1464;
  position: relative;
  z-index: 1;
}

.philosophy h4:before {
  content: "";
  display: block;
  position: absolute;
  background: 100%/100% url("/wp-content/uploads/treat_h4.png") no-repeat;
  width: 30px;
  height: 30px;
  z-index: -1;
  top: -10px;
  left: -10px;
}

.philosophy ul {
  list-style-type: decimal;
  margin-left: 24px;
  font-size: 1.25rem;
}

.philosophy__cred-headline {
  margin-bottom: 12px;
}

.philosophy__cred-text {
  font-size: 1rem;
  margin-bottom: 16px;
}

.philosophy__sdgs {
  background-color: #fafaf5;
  padding: 32px;
  border: 1px solid #000;
  position: relative;
}
.philosophy__sdgs:before {
  content: "";
  display: block;
  background-color: #fafaf5;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 30px;
  right: 30px;
}
.philosophy__sdgs:after {
  content: "";
  display: block;
  background-color: #fafaf5;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: -1px;
  right: -1px;
}
.philosophy__sdgs img {
  position: relative;
  z-index: 1;
}
.philosophy__sdgs p {
  position: relative;
  z-index: 1;
  margin: 20px 0;
}

.philosophy__sdgs-image {
  width: 300px;
}

.message h3 {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.message__text {
  margin-bottom: 40px;
}
.message__text p {
  width: 48%;
}

@media (max-width: 680px) {
  .message__text p {
    width: 100%;
  }
  .message__text p:first-child {
    margin-bottom: 24px;
  }
}
.message__name {
  text-align: right;
}

.slider {
  width: 700px;
}
@media (max-width: 960px) {
  .slider {
    width: 580px;
  }
}
@media (max-width: 680px) {
  .slider {
    width: 100%;
  }
}

.multiple-items img {
  padding: 0 8px;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.culture {
  overflow: hidden;
}

@media (max-width: 680px) {
  .slick-dots {
    display: none !important;
  }
}
.culture__list {
  margin-top: 80px;
  margin-bottom: 64px;
}
.culture__list ul li {
  margin-bottom: 32px;
}
.culture__list ul li h3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.privacy h1 {
  margin-bottom: 40px;
}
.privacy h2 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.privacy h3 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.privacy ul {
  margin-top: 24px;
  list-style: decimal;
  margin-left: 40px;
}
.privacy p:last-child {
  margin-bottom: 80px;
}
.privacy table {
  background-color: var(--gray);
  border-collapse: collapse;
}
.privacy table th {
  border-bottom: 1px solid var(--navy);
  font-weight: bold;
}
.privacy table th, .privacy table td {
  padding: 1em;
  font-size: 0.75rem;
}
.privacy table span.icon {
  font-size: 0.75rem;
  display: block;
  margin-top: 0.25em;
  letter-spacing: 0;
}

.en-privacy {
  text-align: left;
}

@media (max-width: 960px) {
  .en-page .main-content__box {
    margin-bottom: 40px;
  }
}
@media (max-width: 960px) {
  .service-strength__content {
    width: 100%;
  }
}
.service-strength__headline {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1b1464;
  padding-bottom: 16px;
}

.service-strength__headline figure img {
  width: 80px;
}

.service-strength__headline h4 {
  text-align: left;
  color: #00b3cd;
  font-size: 1.5rem;
  line-height: 1.2;
}

.service-strength__desc {
  font-size: 1rem;
  margin-top: 24px;
  text-align: justify;
}

.engineer {
  color: white;
  margin-top: 64px;
  width: 80%;
}
@media (max-width: 960px) {
  .engineer {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .engineer__type-pc {
    display: none;
  }
}
.engineer__type-sp {
  display: none;
}
@media (max-width: 680px) {
  .engineer__type-sp {
    display: block;
    width: 90%;
  }
}

.service-blog figure {
  margin-right: 80px;
  width: 200px;
  text-align: left;
}

@media (max-width: 680px) {
  .service-blog figure {
    justify-content: start;
    width: 160px;
  }
}
.service-blog .lay__flex {
  justify-content: center;
}

@media (max-width: 960px) {
  .service-blog .lay__flex {
    justify-content: start;
  }
}
.service-blog__desc {
  width: 500px;
}

@media (max-width: 960px) {
  .service-blog__desc {
    width: 100%;
    margin-top: 40px;
  }
}
.service-blog__desc h5 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
.service-blog__desc h5:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #1b1464;
  margin-top: 32px;
}

.service-blog__desc p {
  margin-bottom: 40px;
}

.home .section-container {
  text-align: center;
}

.home__h2 {
  font-size: 1.25rem;
}

.home__h2:first-line {
  color: #1b1464;
  font-size: 2.875rem;
  line-height: 1.6;
}

@media (max-width: 680px) {
  .home__h2 {
    font-size: 1.125rem;
  }
  .home__h2:first-line {
    font-size: 2rem;
  }
}
/* -----------------------------------------------English----------------------------------------------- */
.en-page * {
  letter-spacing: 0;
}

body.english .header .header_inner .header_nav ul li.header_nav_english a {
  color: var(--orange);
}

@media (max-width: 960px) {
  .en-page .main-content__box {
    margin-bottom: 40px;
  }
}
.main-content-en h2 {
  color: #1b1464;
  font-size: 2rem;
  margin-bottom: 32px;
  line-height: 1.4;
  text-align: left;
}
.main-content-en h3 {
  color: #1b1464;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.4;
  text-align: left;
}
.main-content-en p {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
}

.en-purpose img {
  margin-top: 24px;
}

.en-message p:nth-child(3) {
  margin-top: 24px;
}

.en-message__famous {
  margin-top: 32px;
  text-align: right;
}

.en-service__solve {
  color: #00b3cd;
  margin-top: 16px;
}

.en-service__text {
  width: 440px;
}

.en-service__visual {
  width: 240px;
}

.en-service .lay__flex {
  margin-bottom: 48px;
}

@media (max-width: 960px) {
  .en-service__text {
    width: 100%;
  }
  .en-service__visual {
    padding-left: 0;
    margin-bottom: 24px;
  }
  .en-service__flex {
    flex-direction: column-reverse;
  }
}
.en-capabilities__visual {
  margin-top: 24px;
}
.en-capabilities__visual figure {
  width: 90px;
}
.en-capabilities__visual figure figcaption {
  text-align: center;
  color: #00b3cd;
  line-height: 1.2;
}

.en-boardmember__profile {
  margin-bottom: 32px;
}

.en-boardmember__name {
  font-size: 1.5rem;
  font-weight: 400;
}

.en-boardmember__text {
  width: 440px;
}

.en-boardmember__visual {
  width: 240px;
  padding-left: 32px;
}

.en-boardmember__list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.en-boardmember .lay__flex {
  margin-bottom: 48px;
}

@media (max-width: 960px) {
  .en-boardmember__text {
    width: 100%;
  }
  .en-boardmember__visual {
    padding-left: 0;
    margin-bottom: 24px;
  }
  .en-boardmember__flex {
    flex-direction: column-reverse;
  }
}
.en-contact {
  margin-bottom: 160px;
}

.en-page .nav-content ul li {
  margin-bottom: 12px;
}

.en-sidebar .btn {
  min-width: 120px;
  padding: 12px 16px;
  margin-top: 12px;
  margin-left: 24px;
}

.en-sidebar {
  position: relative;
}

.en-side-nav {
  position: sticky;
  top: 100px;
}

/* ----------------security-policy---------------------*/
ul.decimal li {
  margin-bottom: 24px;
}

.signature {
  text-align: right;
  margin-top: 32px;
}

/*------------------------------------ 2305renual------------------------------------ */
/*------------------------------------ 共通------------------------------------ */
button.btn {
  transition: 0.25s all;
  box-sizing: border-box;
  height: 48px;
  border: 2px solid rgba(0, 0, 0, 0);
  line-height: 1;
  padding-top: 14px;
}

button.btn:hover {
  background: #1b1464;
  color: white;
  border: 2px solid #fff;
  transition: 0.25s all;
  width: 196px;
  height: 48px;
  line-height: 1;
  vertical-align: center;
  padding-top: 14px;
}

button.btn:active {
  background: #1b1464;
  color: white;
  border: 2px solid #fff;
  transition: 0.25s all;
  transform: scale(0.95, 0.95);
  line-height: 1;
}

/*-----------------------スクロールしたらふわっと表示------------------------- */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.basic_width {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 960px) {
  .basic_width {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.lower_wrapper {
  /*パンくずリストが存在しない場合のpadding-top*/
  padding-top: 164px;
}
@media (max-width: 960px) {
  .lower_wrapper {
    padding-top: 104px;
  }
}

nav.breadcrumb_wrap + .lower_wrapper {
  padding-top: 64px;
}
@media (max-width: 960px) {
  nav.breadcrumb_wrap + .lower_wrapper {
    padding-top: 48px;
  }
}

/* パンくずリスト */
nav.breadcrumb_wrap {
  padding-top: 116px;
}
nav.breadcrumb_wrap ul {
  list-style: none;
}
nav.breadcrumb_wrap li {
  display: inline;
  font-size: 0.875rem;
}
nav.breadcrumb_wrap li a {
  font-size: 0.875rem;
}
nav.breadcrumb_wrap li + li:before {
  content: ">";
  margin: 0.5em;
}
nav.breadcrumb_wrap li:last-child {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
nav.breadcrumb_wrap li:last-child a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 960px) {
  nav.breadcrumb_wrap {
    padding-top: 64px;
  }
  nav.breadcrumb_wrap li {
    font-size: 0.75rem;
  }
  nav.breadcrumb_wrap li a {
    font-size: 0.75rem;
  }
  nav.breadcrumb_wrap li + li:before {
    margin: 0.5em;
  }
}

#subheader + nav.breadcrumb_wrap {
  padding-top: 164px;
}
@media (max-width: 960px) {
  #subheader + nav.breadcrumb_wrap {
    padding-top: 104px;
  }
}

span.lb {
  display: inline-block;
}

a {
  transition: color 0.4s, opacity 0.4s;
}
a img {
  transition: opacity 0.4s;
}
a span.icon svg {
  transition: fill 0.4s, opacity 0.4s;
}
a:hover {
  color: var(--sky);
}
a:hover img {
  opacity: 0.7;
}
a:hover span.icon svg {
  fill: var(--sky);
}
a.underline {
  text-decoration: underline;
}
a.btn {
  display: flex;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-weight: 700;
  transition: opacity 0.4s, filter 0.8s;
  font-size: 1rem;
}
a.btn.primary {
  background-color: var(--orange);
  color: var(--white);
}
a.btn.secondary {
  background-color: var(--white);
  color: var(--orange);
  border: 1px solid var(--orange);
}
a.btn.secondary .icon svg {
  fill: var(--orange);
}
a.btn:hover {
  opacity: 0.9;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

@media (max-width: 960px) {
  a.btn {
    height: 48px;
    font-size: 0.875rem;
  }
}
.padding_l {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 960px) {
  .padding_l {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.for_pc {
  display: block;
}

.for_sp {
  display: none;
}

@media (max-width: 960px) {
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.04em;
}

.headline {
  color: var(--orange);
  letter-spacing: 0.04em;
  font-weight: 400;
}
.headline.eng {
  font-weight: 100;
}
.headline.underline {
  line-height: 1;
  padding-bottom: 40px;
  position: relative;
}
.headline.underline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--orange);
  content: "";
  display: block;
}
.headline.underline.sa {
  opacity: 0;
  transition: opacity 0.8s;
}
.headline.underline.sa::after {
  width: 0%;
  opacity: 0;
  transition: opacity 1.6s, width 0.8s;
}
.headline.underline.sa.show {
  opacity: 1;
}
.headline.underline.sa.show::after {
  opacity: 1;
  width: 100%;
}
.headline.orange {
  color: var(--orange);
}
.headline.navy {
  color: var(--navy);
}

@media (max-width: 960px) {
  .headline.underline {
    padding-bottom: 16px;
    position: relative;
  }
}
.h_xxl.orange,
.h_xl.orange,
.h_l.orange,
.h_m.orange,
.h_s.orange,
.h_xs.orange {
  color: var(--orange);
}
.h_xxl.navy,
.h_xl.navy,
.h_l.navy,
.h_m.navy,
.h_s.navy,
.h_xs.navy {
  color: var(--navy);
}

h1.leftline,
h2.leftline,
h3.leftline,
h4.leftline,
h5.leftline,
h6.leftline {
  padding-left: 8px;
  border-left: 4px solid var(--navy);
}

/*
h1 {
  font-size: 3.5625rem;
  line-height: 1.4;

  &.eng {
    font-weight: 100;
  }

  &.headline.underline {
    margin-bottom: 64px;
  }
}

h2 {
  font-size: 2.8125rem;
  line-height: 1.4;

  &.eng {
    font-weight: 100;
  }
}

h3 {
  font-size: 2.25rem;
  line-height: 1.4;

  &.eng {
    font-weight: 100;
  }

  &.headline.underline {
    margin-bottom: 40px;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.5;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  h1 {
    font-size: 2rem;
    line-height: 1.4;

    &.headline.underline {
      margin-bottom: 40px;
    }
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.4;

    &.eng {
      font-weight: 100;
    }
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.4;

    &.eng {
      font-weight: 100;
    }

    &.headline.underline {
      margin-bottom: 24px;
    }
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  h5 {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
*/
.h_xl,
.h_l,
.h_m,
.h_s,
.h_xs {
  font-feature-settings: "palt";
}

.h_xxl {
  font-size: 3.5625rem;
  line-height: 1.4;
}
.h_xxl.eng {
  font-weight: 100;
}
.h_xxl.headline.underline {
  margin-bottom: 64px;
}
.h_xxl.headline.underline:has(+ .headline_lead) {
  margin-bottom: 32px;
}

.h_xl {
  font-size: 2.8125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.h_xl.eng {
  font-weight: 100;
}

.h_l {
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.h_l.eng {
  font-weight: 100;
}
.h_l.headline.underline {
  margin-bottom: 40px;
}

.h_m {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.h_s {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.h_xs {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}

@media (max-width: 960px) {
  .h_xxl {
    font-size: 2rem;
    line-height: 1.4;
  }
  .h_xxl.headline.underline {
    margin-bottom: 40px;
  }
  .h_xl {
    font-size: 1.75rem;
    line-height: 1.4;
  }
  .h_xl.eng {
    font-weight: 100;
  }
  .h_l {
    font-size: 1.5rem;
  }
  .h_l.eng {
    font-weight: 100;
  }
  .h_l.headline.underline {
    margin-bottom: 24px;
  }
  .h_m {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .h_s {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .h_xs {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
.bold {
  font-weight: 700;
}

p,
a.textlink {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media (max-width: 960px) {
  p,
  a.textlink {
    font-size: 0.875rem;
  }
}

.sa.slidein {
  opacity: 0;
  transform: translate(0, 16px);
  transition: opacity 1.6s, transform 0.8s;
}
.sa.slidein.show {
  opacity: 1;
  transform: translate(0, 0px);
}
.sa.fadein {
  opacity: 0;
  transition: opacity 1.6s;
}
.sa.fadein.show {
  opacity: 1;
}

/*------------------------------------ ヘッダー------------------------------------ */
.header {
  background-color: var(--white);
  height: 100px;
  transition: transform 0.2s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadein 0.8s ease-in 0.4s both;
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  width: 100%;
  max-width: 1080px;
  padding: 0 32px;
}
.header .header_inner .header_logo a {
  display: block;
  max-width: 120px;
}
.header .header_inner .header_logo a img {
  width: 100%;
}
.header .header_inner .header_nav .header_nav_ul_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_inner .header_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_inner .header_nav ul li {
  margin-left: 24px;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
.header .header_inner .header_nav ul li a {
  display: flex;
  align-items: center;
  letter-spacing: 0.64px;
  font-weight: 400;
  white-space: nowrap;
  font-size: 0.875rem;
}
.header .header_inner .header_nav ul li a span.icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
.header .header_inner .header_nav ul li a span.icon img {
  width: 100%;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.header .header_inner .header_nav ul li a span.icon svg {
  width: 100%;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  fill: var(--navy);
}
.header .header_inner .header_nav ul li a:hover span.icon svg {
  fill: var(--sky);
}
.header .header_inner .header_nav ul li.header_nav_contact {
  border-left: 1px solid var(--navy);
  padding-left: 24px;
}
.header .header_inner .header_nav ul li.header_nav_contact.btn {
  border-left: initial;
  padding-left: 0;
}
.header .header_inner .header_nav ul li.header_nav_contact.btn:last-child {
  margin-left: 8px;
}
.header .header_inner .header_nav ul li.header_nav_contact.btn a.btn {
  padding: 12px 16px;
  height: 48px;
  font-weight: 700;
  border-radius: 2px;
}
.header .header_inner .header_nav ul li.header_nav_contact.btn a.btn span.icon {
  margin: 0;
  height: 16px;
  width: 16px;
}
.header .header_inner .header_nav ul li.header_nav_contact.btn a.btn span.icon img,
.header .header_inner .header_nav ul li.header_nav_contact.btn a.btn span.icon svg {
  height: 16px;
}
.header .header_inner .header_nav ul li.header_nav_contact.btn a.btn.primary span.icon svg {
  fill: var(--white);
}
.header .header_inner .header_nav ul li.header_nav_contact.btn a.btn.secondary span.icon svg {
  fill: var(--orange);
}
.header .header_inner .header_nav ul li.current-menu-item a {
  color: var(--orange);
}
.header.hideheader {
  transform: translateY(-100px);
}

@media (max-width: 960px) {
  .header {
    height: 56px;
  }
  .header .header_inner {
    padding: 0 16px;
  }
  .header .header_inner .header_logo a {
    max-width: 96px;
  }
  .header .header_inner .header_nav {
    display: block;
    position: fixed;
    top: 56px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.4s;
  }
  .header .header_inner .header_nav .header_nav_ul_wrap {
    padding: 32px 24px;
    display: block;
  }
  .header .header_inner .header_nav ul {
    display: block;
  }
  .header .header_inner .header_nav ul:first-child {
    border-top: 1px solid var(--navy);
  }
  .header .header_inner .header_nav ul li {
    margin-left: 0px;
    height: 48px;
    border-bottom: 1px solid var(--navy);
    font-size: 0.875rem;
    line-height: 1;
  }
  .header .header_inner .header_nav ul li a span.icon {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    font-weight: 700;
  }
  .header .header_inner .header_nav ul li a span.icon img {
    height: 16px;
  }
  .header .header_inner .header_nav ul li.header_nav_contact {
    height: initial;
    border: none;
    padding-left: 0;
    padding-top: 16px;
  }
  .header .header_inner .header_nav ul li.header_nav_contact.btn {
    border-left: initial;
    padding-left: 0;
  }
  .header .header_inner .header_nav ul li.header_nav_contact.btn:last-child {
    margin-left: 0px;
  }
  .header .header_inner .header_nav ul li.header_nav_contact.btn a.btn {
    width: 100%;
    margin-top: 16px;
  }
  .header .header_inner .header_nav.toggled {
    height: 100vh;
  }
  .header.hideheader {
    transform: translateY(-56px);
  }
}
.main-navigation {
  display: block;
  transition: 0.2s ease-in;
}
.main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
  margin-left: 24px;
  line-height: 1;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

@media (max-width: 960px) {
  .main-navigation {
    background-color: #fafaf5;
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    bottom: calc(100% - 70px);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in;
  }
  .main-navigation ul {
    flex-direction: column;
    width: 100vw;
    padding: 0 24px;
    margin-bottom: 24px;
  }
  .main-navigation li {
    padding: 12px;
    line-height: 1.75;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #00b3cd;
}
.main-navigation.toggled {
  position: fixed;
  opacity: 1;
  visibility: visible;
}

/* Small menu. */
@media (max-width: 960px) {
  .main-navigation.toggled {
    bottom: 0;
  }
}
.menu-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 20px;
}
.menu-toggle.toggled span:nth-child(1) {
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
}
.menu-toggle.toggled span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  opacity: 0;
}
.menu-toggle.toggled span:nth-child(3) {
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
}
.menu-toggle span {
  content: "";
  display: block;
  background-color: #1b1464;
  width: 40px;
  height: 2px;
  border-radius: 0px;
  transition: 0.2s ease-in;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.menu-toggle span:nth-child(3) {
  bottom: 0;
}

@media (max-width: 960px) {
  .menu-toggle {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.nav_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 700px;
}

.nav-content.fixed nav {
  position: sticky !important;
  top: 100px;
}

button.contact-header {
  margin-left: 24px;
}

.header__logo img {
  min-width: 148px;
}

/*------------------------------------ footer------------------------------------ */
.footer {
  margin-top: -4px;
  background-color: #1b1464;
  padding: 60px 0;
  font-size: 0.875rem;
}
.footer.corporate-footer {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .footer.corporate-footer {
    margin-top: 64px;
  }
}

.footer_inner_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer {
  background-color: var(--navy);
  padding: 96px 0;
  font-size: 0.875rem;
}

.footer_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
}

img.footer__rhg {
  width: 64px;
}

a.footer-isms {
  width: 170px;
}

.copyright {
  display: flex;
  justify-content: flex-end;
  padding-top: 32px;
}

@media (max-width: 960px) {
  .footer {
    padding: 80px 0;
  }
  .footer_inner_flex {
    display: block;
  }
}
.footer a {
  color: white;
  display: inline-block;
  text-decoration: none;
}

a.footer_logo {
  width: 160px;
}
a.footer_logo img {
  width: 100%;
}

footer .wrapper_vw:nth-child(2),
.footer__logo {
  margin-bottom: 30px;
}

.footer__nav {
  margin-left: 24px;
}

.footer a.map {
  margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
  .footer a.map {
    margin-bottom: 0;
  }
}
.footer__sns-pc {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  flex-direction: row !important;
  margin-bottom: 20px;
}
.footer__sns-pc a {
  display: inline;
}

@media screen and (max-width: 1020px) {
  .footer__sns-pc {
    display: none;
  }
}
.footer__sns-sp {
  display: none;
}

@media screen and (max-width: 1020px) {
  .footer__sns-sp {
    display: flex;
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
footer img.map {
  width: 18px;
  margin-right: 7px;
}

.footer .wrapper_vw {
  display: flex;
  justify-content: space-between;
}
.footer .copyright.wrapper_vw {
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .footer .wrapper_vw {
    flex-direction: column;
  }
}
.footer__copyright {
  color: white;
  font-size: 10px;
}

.footer__adress {
  color: white;
}
.footer__adress p {
  font-size: 0.875rem;
}
.footer__adress a {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__adress p {
  padding: 1px 0;
}

@media (max-width: 960px) {
  .footer__adress {
    margin-top: 0;
  }
  .footer__adress br {
    display: none;
  }
}
.footer__nav {
  border-left: 1px solid white;
  padding-left: 24px;
}
.footer__nav ul li {
  padding: 1px 0;
}
.footer__nav ul li a[target=_blank] {
  position: relative;
  padding-right: 2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__nav ul li a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: var(--white);
  margin-left: 0.25em;
  background: url("./img/icon_external_white.svg");
}

@media screen and (max-width: 1020px) {
  .footer__nav {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .footer__nav {
    margin-top: 40px;
  }
}
@media (max-width: 960px) {
  .btn.to_recruitment {
    margin-top: 40px;
  }
}
.city {
  text-align: center;
}

img.city {
  width: 70vw;
}

@media (max-width: 1020px) {
  img.city {
    width: 100%;
  }
}
.footer_left {
  display: flex;
  justify-content: space-between;
}

.footer_nav {
  margin-left: 24px;
}

.footer_right {
  text-align: right;
}

button.to_recruitment {
  margin-bottom: 24px;
}

img.footer__readherring {
  width: 290px;
  display: block;
}

@media (max-width: 1020px) {
  .copyright,
  .footer_left {
    display: block;
  }
  .footer_right {
    text-align: left;
  }
  img.footer__readherring {
    margin-top: 0;
  }
  .btn.to_recruitment {
    margin: 32px 0;
  }
  .footer__copyright {
    margin-top: 4px;
  }
}
.footer__sns {
  width: 32px;
  margin-right: 16px;
}

/*------------------------------------ ------------------------------------TOPページ------------------------------------------------------------------------ */
/*------------------------------------ FV------------------------------------ */
/*アニメーション*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinup {
  from {
    opacity: 0;
    transform: translate(0, 16px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
@keyframes fadeincopy {
  from {
    -webkit-mask-position: right;
            mask-position: right;
    opacity: 0;
  }
  to {
    -webkit-mask-position: left;
            mask-position: left;
    opacity: 1;
  }
}
@keyframes airplane {
  0% {
    transform: translateX(-280px);
  }
  50% {
    transform: translateX(-280px);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.main_area_wrap {
  position: relative;
  overflow: hidden;
}
.main_area_wrap #main.home {
  position: relative;
  width: 100vw;
  overflow: visible;
  padding: 154px 32px 72px 32px;
  z-index: 10;
}
.main_area_wrap #main.home .main_inner .main_copy {
  color: var(--navy);
  position: relative;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 48px 0 48px 48px;
  opacity: 0;
  animation: fadein 1.2s linear 1.2s forwards;
}
.main_area_wrap #main.home .main_inner .main_copy .h1_jp {
  font-size: clamp(2.875rem, -10.248rem + 21.85vw, 4.5rem);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-mask-image: linear-gradient(120deg, black 50%, transparent 60%, transparent 100%);
          mask-image: linear-gradient(120deg, black 50%, transparent 60%, transparent 100%);
  opacity: 0;
  -webkit-mask-size: 250%;
          mask-size: 250%;
  -webkit-mask-position: right;
          mask-position: right;
  animation: fadeincopy 1.2s linear 1.2s forwards;
}
.main_area_wrap #main.home .main_img {
  position: absolute;
  right: -10%;
  bottom: -20%;
  width: 80%;
  min-width: 640px;
  max-width: 864px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  animation: fadein 0.8s linear 0.4s forwards;
}
.main_area_wrap #main.home .main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 960px) {
  .main_area_wrap #main.home {
    padding: 86px 24px 0 0px;
    min-height: 504px;
  }
  .main_area_wrap #main.home .main_inner .main_copy {
    padding: 24px 0 24px 24px;
  }
  .main_area_wrap #main.home .main_inner .main_copy .h1_jp {
    font-size: 2.875rem;
  }
  .main_area_wrap #main.home .main_img {
    width: 75%;
    top: 0px;
    right: -40px;
    min-width: 620px;
  }
}
@media (max-width: 640px) {
  .main_area_wrap #main.home {
    padding: 86px 24px 0 0px;
  }
  .main_area_wrap #main.home .main_inner .main_copy {
    padding: 24px 0 24px 24px;
  }
  .main_area_wrap #main.home .main_inner .main_copy .h1_jp {
    font-size: clamp(20px, 8vw, 32px);
    -moz-text-size-adjust: none;
         text-size-adjust: none;
    -webkit-text-size-adjust: none;
    /*safari用*/
  }
  .main_area_wrap #main.home .main_img {
    width: 80%;
    top: 100px;
    right: -28px;
    bottom: -32px;
    min-width: initial;
    max-width: 400px;
  }
  .main_area_wrap #main.home .main_img img {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media (max-width: 640px) and (max-height: 895px) {
  .main_area_wrap #main.home {
    min-height: calc(100vh - 56.25vw - 40px);
  }
}

#home_slider {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
  opacity: 0;
  animation: fadein 1.2s linear 2.4s forwards;
}
#home_slider .home_slider_track {
  position: relative;
}
#home_slider .home_slider_track.splide__track {
  overflow-y: visible;
}
#home_slider .home_slider_track .home_slider_list li.home_slider_li {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
#home_slider .home_slider_track .home_slider_list li.home_slider_li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home_slider .home_slider_track .home_slider_list li.home_slider_li::after {
  display: block;
  content: "";
  background-color: var(--black);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
#home_slider .home_slider_track .home_slider_list li.home_slider_li.is-active::after {
  opacity: 0;
}
#home_slider .splide__arrow {
  top: initial;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-color: var(--navy);
  opacity: 1;
  outline: 2px solid var(--navy);
  transition-property: outline, background-color, transform;
  transition-duration: 0.6s;
}
#home_slider .splide__arrow.splide__arrow--next {
  transform: translate(100%, 50%);
}
#home_slider .splide__arrow.splide__arrow--prev {
  transform: translate(-100%, 50%);
}
#home_slider .splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--white);
  transition-property: background-color, transform;
  transition-duration: 0.6s;
}
@media (min-width: 961px) {
  #home_slider .splide__arrow:hover {
    outline: 2px solid var(--navy);
    background-color: var(--white);
  }
  #home_slider .splide__arrow:hover svg {
    fill: var(--navy);
  }
  #home_slider .splide__arrow:hover.splide__arrow--prev svg {
    transform: translate(-5%, 0) scaleX(-1);
  }
  #home_slider .splide__arrow:hover.splide__arrow--next svg {
    transform: translate(5%, 0);
  }
}

/*------------------------------------ ニュース ------------------------------------ */
#home_news {
  padding: 40px 0 64px 0;
}

.home_news_wrap a.home_news_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--navy);
  transition: border 0.4s, color 0.4s, opacity 0.4s;
  height: 48px;
  font-size: 1rem;
  font-weight: 700;
}
.home_news_wrap a.home_news_item .home_news_cat-date {
  display: flex;
  line-height: 1;
  align-items: center;
}
.home_news_wrap a.home_news_item .home_news_cat-date .home_news_cat {
  border-left: 1px solid var(--navy);
  border-right: 1px solid var(--navy);
  text-align: center;
  width: 9em;
  transition: border 0.4s;
  color: var(--sky);
}
.home_news_wrap a.home_news_item .home_news_cat-date .home_news_date {
  margin: 0 1em;
}
.home_news_wrap a.home_news_item .home_news_title {
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home_news_wrap a.home_news_item:hover {
  border-bottom: 1px solid var(--sky);
}
.home_news_wrap a.home_news_item:hover .home_news_cat-date .home_news_cat {
  border-left: 1px solid var(--sky);
  border-right: 1px solid var(--sky);
}

@media (max-width: 960px) {
  .home_news_wrap a.home_news_item {
    display: block;
    border-bottom: 1px solid var(--navy);
    height: initial;
    font-size: 0.75rem;
    padding: 8px 0;
  }
  .home_news_wrap a.home_news_item a {
    font-size: 0.75rem;
  }
  .home_news_wrap a.home_news_item p {
    font-size: 0.75rem;
  }
  .home_news_wrap a.home_news_item .home_news_cat-date {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .home_news_wrap a.home_news_item .home_news_cat-date .home_news_cat {
    border-left: 1px solid var(--navy);
    border-right: 1px solid var(--navy);
    text-align: center;
    width: 9em;
    font-size: 0.625rem;
    transition: border 0.4s;
  }
  .home_news_wrap a.home_news_item .home_news_cat-date .home_news_date {
    margin: 0 1em;
    font-size: 0.625rem;
  }
  .home_news_wrap a.home_news_item:hover {
    border-bottom: 1px solid var(--sky);
  }
  .home_news_wrap a.home_news_item:hover .home_news_cat-date .home_news_cat {
    border-left: 1px solid var(--sky);
    border-right: 1px solid var(--sky);
  }
}
/*------------------------------------ メッセージ ------------------------------------ */
#home_message .headline {
  font-weight: 700;
}
#home_message p.home_message_p {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 40px;
}
#home_message .home_message_img {
  margin-top: 40px;
}
#home_message .home_message_img img {
  width: 100%;
  max-width: 592px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 960px) {
  #home_message p.home_message_p {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 700;
    margin-top: 40px;
  }
  #home_message p.home_message_p span.lb {
    display: inline;
  }
  #home_message .home_message_img img {
    max-width: 392px;
  }
}

#home_animation {
  position: relative;
}
#home_animation .main_animation_wrap {
  position: static;
}
#home_animation .main_animation_wrap .scroll_infinity_list .scroll_infinity_item {
  width: 75vw;
}
@media (max-width: 960px) {
  #home_animation .main_animation_wrap {
    display: none;
  }
}

/*------------------------------------ サービス ------------------------------------ */
.home_flexitem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.home_flexitem:last-child {
  margin-bottom: 0;
}
.home_flexitem .home_flexitem_head {
  margin-bottom: 20px;
  line-height: 1;
  color: var(--orange);
  width: 100%;
}
.home_flexitem .home_flexitem_title {
  width: 100%;
  order: 1;
}
.home_flexitem .home_flexitem_title .home_flexitem_title {
  margin-bottom: 12px;
}
.home_flexitem .home_flexitem_title .home_flexitem_copy {
  margin-bottom: 24px;
}
.home_flexitem .home_flexitem_img {
  width: 50%;
  order: 3;
}
.home_flexitem .home_flexitem_text {
  width: 43%;
  box-sizing: border-box;
  order: 2;
}
.home_flexitem .home_flexitem_btnarea {
  width: 100%;
  margin-top: 48px;
  order: 4;
}
@media (max-width: 960px) {
  .home_flexitem {
    margin-bottom: 40px;
  }
  .home_flexitem .home_flexitem_head {
    order: 1;
  }
  .home_flexitem .home_flexitem_title {
    order: 3;
    margin-top: 8px;
  }
  .home_flexitem .home_flexitem_title .home_flexitem_copy {
    margin-bottom: 16px;
  }
  .home_flexitem .home_flexitem_img {
    order: 2;
    width: 100%;
  }
  .home_flexitem .home_flexitem_text {
    order: 4;
    width: 100%;
    padding: 0;
  }
  .home_flexitem .home_flexitem_btnarea {
    order: 5;
    margin-top: 32px;
  }
}

#home_service .home_flexitem .home_flexitem_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  #home_service .home_flexitem .home_flexitem_img {
    aspect-ratio: initial;
  }
  #home_service .home_flexitem .home_flexitem_img img {
    height: initial;
    -o-object-fit: initial;
       object-fit: initial;
  }
}

/*------------------- 実績 -------------------- */
#home_achievement h3 {
  margin-bottom: 32px;
}
#home_achievement .btnarea {
  margin-top: 40px;
}
#home_achievement .home_achievement_client_logo,
#home_achievement .achievement_slide {
  margin-top: 144px;
}

/* .home_achievement_client_logo{
  padding: 0;
} */

@media (max-width: 960px) {
  #home_achievement h3 {
    margin-bottom: 32px;
  }
  #home_achievement .btnarea {
    margin-top: 40px;
  }
  #home_achievement .home_achievement_client_logo,
  #home_achievement .achievement_slide {
    margin-top: 64px;
  }
}
/*------------------- お問い合わせ-------------------- */
.corporate-cta + footer.corporate-footer {
  margin-top: 0;
}

.cta_wrap {
  height: 732px;
  position: relative;
  pointer-events: none;
}
.cta_wrap .cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.cta_wrap .cta_bg img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.cta_wrap::after {
  display: block;
  content: "";
  background-color: var(--white);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: opacity 0.8s, -webkit-backdrop-filter 0.8s;
  transition: opacity 0.8s, backdrop-filter 0.8s;
  transition: opacity 0.8s, backdrop-filter 0.8s, -webkit-backdrop-filter 0.8s;
}
.cta_wrap .cta_inner {
  height: 732px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_wrap .cta_inner a.cta_btn {
  display: block;
  width: 100%;
  pointer-events: auto;
  background-color: var(--white);
  position: relative;
  z-index: 10;
  padding: 64px 40px;
  text-align: center;
  outline: 0px solid var(--white);
  border-radius: 1px;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
  transition: outline 0.4s, opacity 0.8s, filter 0.8s, color 0.8s;
}
.cta_wrap .cta_inner a.cta_btn .h_m,
.cta_wrap .cta_inner a.cta_btn p {
  margin-bottom: 24px;
}
.cta_wrap .cta_inner a.cta_btn .btn {
  width: 100%;
  height: 60px;
  background-color: var(--orange);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: opacity 0.8s, filter 0.8s;
}
.cta_wrap .cta_inner a.cta_btn .btn span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  height: 18px;
  width: 20px;
}
.cta_wrap .cta_inner a.cta_btn .btn span.icon svg {
  fill: var(--white);
  display: block;
}
.cta_wrap:hover::after {
  opacity: 0.7;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
}
.cta_wrap:hover .cta_inner a.cta_btn {
  outline: 4px solid var(--white);
  color: var(--navy);
}
.cta_wrap:hover .cta_inner a.cta_btn .btn {
  opacity: 0.9;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

@media (max-width: 960px) {
  .cta_wrap {
    height: 640px;
  }
  .cta_wrap .cta_inner {
    height: 640px;
  }
  .cta_wrap .cta_inner a.cta_btn {
    padding: 32px 16px;
  }
  .cta_wrap .cta_inner a.cta_btn .btn {
    width: 100%;
    height: 48px;
  }
  .cta_wrap .cta_inner a.cta_btn .btn span.icon {
    height: 18px;
    width: 20px;
  }
}
/*------------------------------------ CTA------------------------------------ */
article.cta {
  background: var(--white);
}

section.cta {
  padding-top: 240px;
  padding-bottom: 240px;
}

button.cta_container {
  background: #00b3cd;
  color: #fff;
  padding: 48px;
  border-radius: 16px;
  width: 100%;
  transition: 0.25s all;
}

h3.cta {
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 600;
}

p.cta {
  white-space: pre;
}

.cta-btn {
  width: 200px;
  border-radius: 40px;
  /* 	padding:16px; */
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
  height: 48px;
  align-items: center;
  transition: 0.7s all;
}

img.cta_hover {
  display: none;
  transition: 0.7s all;
}

button.cta_container:hover {
  transform: scale(1.1, 1.1);
  transition: 0.7s all;
}

button.cta_container:active {
  transform: scale(0.95, 0.95);
}

button.cta_container:hover .cta-btn {
  background: #fff;
  color: #00b3cd;
  transition: 0.7s all;
}

button.cta_container:hover .cta-btn img.cta_hover {
  display: block;
  transition: 0.7s all;
}

button.cta_container:hover .cta-btn img.cta {
  display: none;
  transition: 0.7s all;
}

@media (max-width: 680px) {
  section.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  button.cta_container {
    padding: 24px;
  }
  h3.cta {
    font-size: 24px;
  }
  p.cta {
    white-space: normal;
    text-align: justify;
    font-feature-settings: "palt";
  }
}
/*------------------------------------ パララックス------------------------------------ */
.paralax-container {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
}

.paralax {
  width: 100%;
  height: 400px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1020px) {
  .paralax {
    width: 100%;
    height: 200px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*------------------------------------------------------------------------子ページ------------------------------------------------------------------------ */
.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ---------------------------------------------------------------------サービスページ ------------------------------------------------------------------*/
.service_wrapper #mobility {
  padding-bottom: 0px;
}

.service_wrapper .h_xxl.headline {
  margin-bottom: 96px;
}
.service_wrapper p.service_lead {
  text-align: left;
}
.service_wrapper p {
  text-align: justify;
}
.service_wrapper p.dottedline {
  padding: 0.5em 0;
  border-top: 1px dotted var(--navy);
}
.service_wrapper p.dottedline:last-child {
  border-bottom: 1px dotted var(--navy);
}
.service_wrapper h2 span {
  display: block;
}
.service_wrapper h2 .h_xs.orange {
  margin-bottom: 20px;
  line-height: 1;
}
.service_wrapper h2 .h_xl {
  margin-bottom: 12px;
}
.service_wrapper .padding_l {
  padding-bottom: 0;
}
.service_wrapper .h_xxl.headline {
  margin-bottom: 80px;
}
@media (max-width: 960px) {
  .service_wrapper .h_xs.orange {
    margin-bottom: 16px;
  }
  .service_wrapper h2.h_xl {
    margin-bottom: 16px;
  }
}

a.textlink.underline {
  text-decoration: underline;
}
a.textlink span.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}
a.textlink span.icon svg {
  fill: var(--navy);
  width: 100%;
  height: 16px;
  display: block;
  transition: fill 0.6s;
}
a.textlink:hover span.icon svg {
  fill: var(--sky);
}

.service_lower_item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.service_lower_item.service_mobility_item_maas {
  padding-bottom: 0;
}
.service_lower_item .service_lower_item_h {
  width: 32%;
}
.service_lower_item .service_lower_item_h span.small {
  font-size: 0.7em;
  margin-left: 0.25em;
}
@media (min-width: 961px) {
  .service_lower_item .service_lower_item_h h3 {
    padding-top: 0.3em;
  }
}
.service_lower_item .service_flex_right {
  width: 68%;
}
.service_lower_item .service_flex_right .lead {
  padding-top: 0.5em;
}
.service_lower_item .h_xs.leftline {
  line-height: 1;
  margin-top: 56px;
  margin-bottom: 16px;
  padding-bottom: 0.125em;
}
.service_lower_item .service_flex_right_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.service_lower_item .service_flex_right_item:last-child {
  margin-bottom: 0;
}
.service_lower_item .service_flex_right_item .img {
  width: calc((100% - 24px) / 3 * 1);
  min-width: 240px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid var(--gray);
}
.service_lower_item .service_flex_right_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service_lower_item .service_flex_right_item p,
.service_lower_item .service_flex_right_item a.textlink {
  font-size: 0.875rem;
}
.service_lower_item .service_flex_right_item p span.icon,
.service_lower_item .service_flex_right_item a.textlink span.icon {
  width: 14px;
  height: 14px;
}
.service_lower_item .service_flex_right_item p span.icon svg,
.service_lower_item .service_flex_right_item a.textlink span.icon svg {
  height: 14px;
}
.service_lower_item .service_flex_right_item p.dottedline,
.service_lower_item .service_flex_right_item a.textlink.dottedline {
  font-size: 0.75rem;
}
.service_lower_item .service_flex_right_item a.textlink {
  display: block;
  margin-top: 0.5em;
  text-decoration: underline;
}
.service_lower_item .text {
  width: calc((100% - 24px) / 3 * 2);
  margin-left: 24px;
  display: flex;
  flex-flow: column;
}

.service_mobility_alignment {
  margin-top: 64px;
  margin-bottom: 80px;
  padding: 32px 56px;
  border-left: 1px solid var(--navy);
  border-right: 1px solid var(--navy);
}
.service_mobility_alignment .h_l {
  padding-bottom: 24px;
  text-align: center;
  border-bottom: 1px dotted var(--navy);
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 400;
}
.service_mobility_alignment .service_mobility_alignment_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px dotted var(--navy);
}
.service_mobility_alignment .service_mobility_alignment_item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.service_mobility_alignment .service_mobility_alignment_item .img {
  width: 320px;
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_mobility_alignment .service_mobility_alignment_item .img img {
  display: block;
  margin: 0 auto;
}
.service_mobility_alignment .service_mobility_alignment_item .text {
  width: calc(100% - 320px);
}
.service_mobility_alignment .service_mobility_alignment_item .text p,
.service_mobility_alignment .service_mobility_alignment_item .text a.textlink {
  font-size: 0.875rem;
}
.service_mobility_alignment .service_mobility_alignment_item .text a.textlink {
  text-decoration: underline;
  display: inline-block;
}
.service_mobility_alignment .service_mobility_alignment_item .text a.textlink span.icon {
  width: 14px;
  height: 14px;
}
.service_mobility_alignment .service_mobility_alignment_item .text a.textlink span.icon svg {
  height: 14px;
}

.service_urban_other_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_urban_other_inner .service_urban_other_lead {
  margin-top: 96px;
  margin-bottom: 48px;
}
.service_urban_other_inner .service_urban_item {
  width: calc((100% - 56px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.service_urban_other_inner .service_urban_item .left {
  width: 45%;
  padding-right: 24px;
  max-width: 200px;
  margin-bottom: 0;
  line-height: 1;
}
.service_urban_other_inner .service_urban_item .left .h_xs {
  margin-top: 0;
  margin-bottom: 16px;
}
.service_urban_other_inner .service_urban_item .left .img {
  border: none;
  aspect-ratio: initial;
}
.service_urban_other_inner .service_urban_item .service_flex_right {
  width: 55%;
  min-width: initial;
}

section#mobility {
  scroll-margin-top: 160px;
}
@media (max-width: 960px) {
  section#mobility {
    scroll-margin-top: 80px;
  }
}

section#urban {
  padding-top: 160px;
}
@media (max-width: 960px) {
  section#urban {
    padding-top: 80px;
  }
}

section#strength {
  margin-top: 160px;
  padding-bottom: 144px;
}
section#strength .h_l {
  margin-bottom: 32px;
  margin-top: 64px;
}
section#strength .h_l:first-child {
  margin-top: 0;
}
section#strength .img {
  margin-top: 56px;
}
section#strength .img.service_strength_img_01 {
  padding: 0 96px;
}
section#strength .img img {
  width: 100%;
}

@media (max-width: 960px) {
  .service_wrapper .h_xxl.headline {
    margin-bottom: 56px;
  }
  section#mobility {
    padding-top: 0;
  }
  section .service_lower_item {
    display: block;
  }
  section .service_lower_item .service_lower_item_h {
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--navy);
  }
  section .service_lower_item .service_flex_right {
    width: 100%;
  }
  section .service_lower_item .service_flex_right .lead {
    padding-top: 0em;
  }
  section .service_lower_item .h_xs.leftline {
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  section .service_lower_item .service_flex_right_item {
    display: block;
    margin-bottom: 60px;
  }
  section .service_lower_item .service_flex_right_item .img {
    width: 100%;
    min-width: initial;
  }
  section .service_lower_item .text {
    width: 100%;
    margin-top: 16px;
    margin-left: 0px;
  }
  section .service_mobility_alignment {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 16px 24px 24px 24px;
  }
  section .service_mobility_alignment .h_l {
    padding-bottom: 16px;
    font-size: 0.9375rem;
  }
  section .service_mobility_alignment .h_l br {
    display: none;
  }
  section .service_mobility_alignment .service_mobility_alignment_item {
    display: block;
    margin-bottom: 24px;
  }
  section .service_mobility_alignment .service_mobility_alignment_item .img {
    width: 60%;
    max-width: 200px;
    margin: 0 auto;
    padding: 0px;
    min-height: 80px;
  }
  section .service_mobility_alignment .service_mobility_alignment_item .text {
    width: 100%;
    margin-top: 16px;
  }
  section .service_mobility_alignment .service_mobility_alignment_item .text p,
  section .service_mobility_alignment .service_mobility_alignment_item .text a.textlink {
    font-size: 0.75rem;
  }
  section .service_mobility_alignment .service_mobility_alignment_item .text p span.icon,
  section .service_mobility_alignment .service_mobility_alignment_item .text a.textlink span.icon {
    width: 13px;
    height: 13px;
  }
  section .service_mobility_alignment .service_mobility_alignment_item .text p span.icon svg,
  section .service_mobility_alignment .service_mobility_alignment_item .text a.textlink span.icon svg {
    height: 13px;
  }
  section .service_urban_other_inner {
    display: block;
  }
  section .service_urban_other_inner .service_urban_other_lead {
    border-top: 1px solid var(--navy);
    margin-top: 40px;
    padding-top: 24px;
  }
  section .service_urban_other_inner .service_urban_item {
    width: 100%;
    margin-bottom: 48px;
    display: flex;
  }
  section .service_urban_other_inner .service_urban_item:last-child {
    margin-bottom: 48px;
  }
  section .service_urban_other_inner .service_urban_item .left {
    width: 45%;
    min-width: 152px;
    padding-right: 16px;
  }
  section .service_urban_other_inner .service_urban_item .service_flex_right {
    width: 55%;
    min-width: initial;
  }
  section#strength {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  section#strength .h_l {
    margin-bottom: 16px;
    margin-top: 64px;
  }
  section#strength .h_l:first-child {
    margin-top: 0;
  }
  section#strength .img {
    margin-top: 56px;
  }
  section#strength .img.service_strength_img_01 {
    padding: 0 96px;
  }
  section#strength .img img {
    width: 100%;
  }
}
/*------------------------------------------------------------------------実績ページ------------------------------------------------------------------------ */
.achievement_list {
  margin-top: 80px;
}

.achieve_instance {
  background: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 80px;
  scroll-margin-top: 160px;
}
@media (max-width: 960px) {
  .achieve_instance {
    scroll-margin-top: 72px;
  }
}
.achieve_instance:last-child {
  margin-bottom: 0;
}
.achieve_instance .achieve_flex_container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.achieve_instance .achieve_flex_container .tag_container {
  width: 100%;
  line-height: 1;
  margin-bottom: 24px;
}
.achieve_instance .achieve_flex_container .tag_container p.home-achievement__category {
  color: var(--sky);
  font-size: 1rem;
  font-weight: 700;
  border: none;
  padding-bottom: 0;
}
.achieve_instance .achieve_flex_container .achieve_instance_thumb {
  width: calc((100% - 40px) * 0.4);
}
.achieve_instance .achieve_flex_container .achieve_instance_thumb img {
  width: 100%;
}
.achieve_instance .achieve_flex_container .achieve_instance_content {
  width: calc((100% - 40px) * 0.6);
}
.achieve_instance .achieve_flex_container .achieve_instance_content .achievement_title_container {
  margin-bottom: 40px;
  padding-left: 24px;
  border-left: var(--navy) 2px solid;
}
.achieve_instance .achieve_flex_container .achieve_instance_content .achievement_title_container .home-achievement__sub-title {
  font-size: 1rem;
  color: var(--orange);
  margin-bottom: 16px;
  font-feature-settings: "palt";
  line-height: 1;
}
.achieve_instance .achieve_flex_container .achieve_instance_content .achievement_title_container .home-achievement__sub-title:empty {
  margin-bottom: 0px;
}
.achieve_instance .achieve_flex_container .achieve_instance_content .achievement_title_container .home-achievement__title {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color: var(--navy);
  font-feature-settings: "palt";
}
.achieve_instance .achieve_flex_container .achieve_instance_content .achievement_title_container p.home-achievement__client {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
  color: var(--navy);
  margin-top: 0;
}
.achieve_instance .achieve_flex_container .achieve_instance_content .achievement_instance_body p {
  text-align: justify;
}
.achieve_instance .achieve_flex_container .achieve_instance_content .achievement_instance_body a {
  text-decoration: underline;
  color: var(--sky);
}

.achievement_client {
  padding-bottom: 144px;
}

ul.achievement_clientlist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
ul.achievement_clientlist li {
  margin-bottom: 0.5em;
  line-height: 1.2;
}
ul.achievement_clientlist .list_inner_left {
  width: 55%;
}
ul.achievement_clientlist .list_inner_right {
  width: 45%;
}
ul.achievement_clientlist span.small {
  font-size: 0.75em;
}
@media (max-width: 960px) {
  ul.achievement_clientlist {
    display: block;
  }
  ul.achievement_clientlist li {
    font-size: 0.875rem;
    margin-bottom: 0.75em;
  }
  ul.achievement_clientlist .list_inner_left {
    width: 100%;
  }
  ul.achievement_clientlist .list_inner_right {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .achieve_instance {
    margin-bottom: 40px;
  }
  .achieve_instance .achieve_flex_container {
    display: flex;
  }
  .achieve_instance .achieve_flex_container .tag_container {
    order: 1;
    line-height: 1;
    margin-bottom: 16px;
  }
  .achieve_instance .achieve_flex_container .tag_container p.home-achievement__category {
    font-size: 0.75rem;
  }
  .achieve_instance .achieve_flex_container .achieve_instance_thumb {
    order: 0;
    width: 100%;
    margin-bottom: 24px;
  }
  .achieve_instance .achieve_flex_container .achieve_instance_content {
    order: 2;
    width: 100%;
  }
  .achieve_instance .achieve_flex_container .achieve_instance_content .achievement_title_container {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    border-left: var(--navy) 2px solid;
  }
  .achieve_instance .achieve_flex_container .achieve_instance_content .achievement_title_container .home-achievement__sub-title {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
  .achieve_instance .achieve_flex_container .achieve_instance_content .achievement_title_container .home-achievement__title {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  .achieve_instance .achieve_flex_container .achieve_instance_content .achievement_title_container p.home-achievement__client {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .achievement_client {
    padding-bottom: 80px;
  }
}
.achievement_instance_body {
  margin-bottom: 24px;
  color: var(--navy);
}

.tag-subtitle_container {
  display: flex;
  justify-content: flex-start;
}

.subheader {
  width: 100%;
  background-color: var(--navy);
  position: fixed;
  z-index: 50;
  height: 48px;
  top: 100px;
  color: var(--white);
  text-align: center;
  transition: transform 0.2s ease-in;
  opacity: 0;
  animation: fadein 0.8s ease-in 0.4s both;
  font-weight: 500;
}
.subheader .subheader_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.subheader .subheader_inner.nav_content ul {
  display: flex;
}
.subheader .subheader_inner.nav_content ul li {
  position: relative;
  font-weight: 500;
  margin: 0 32px;
  padding-bottom: 4px;
  line-height: 1;
  font-size: 0.875rem;
  line-height: 1;
}
.subheader .subheader_inner.nav_content ul li a {
  color: var(--white);
  font-size: 0.875rem;
  line-height: 1;
}
.subheader .subheader_inner.nav_content ul li.current:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--white);
  border-radius: 4px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.subheader .subheader_inner button.category {
  display: block;
  margin: 0 32px;
  transition: opacity 0.8s;
  font-size: 0.875rem;
  position: relative;
  padding-bottom: 4px;
  line-height: 1;
}
.subheader .subheader_inner button.category span.hash {
  display: inline-block;
}
.subheader .subheader_inner button.category.current::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--white);
  border-radius: 4px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0.15em, 0);
}
.subheader .subheader_inner button.category:hover {
  opacity: 0.7;
}
.subheader .subheader_inner nav {
  display: flex;
  align-items: center;
}
.subheader .subheader_inner label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0px;
  padding: 0;
}
.subheader.hideheader {
  transform: translateY(-100px);
}

@media (max-width: 960px) {
  .subheader {
    height: 40px;
    top: 56px;
    /*newsページ*/
  }
  .subheader .subheader_inner {
    height: 40px;
    /*companyページ*/
    /*achievementページ*/
  }
  .subheader .subheader_inner.nav_content {
    overflow-x: scroll;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
  }
  .subheader .subheader_inner.nav_content::-webkit-scrollbar {
    display: none;
    display: none;
  }
  .subheader .subheader_inner.nav_content::after {
    display: block;
    content: "";
    width: 16px;
    height: 40px;
    position: fixed;
    right: 0;
    background: linear-gradient(to right, rgba(27, 20, 100, 0), var(--navy));
  }
  .subheader .subheader_inner.nav_content nav.company_nav {
    transition: transform 0.8s;
  }
  .subheader .subheader_inner.nav_content ul {
    display: flex;
  }
  .subheader .subheader_inner.nav_content ul li {
    margin: 0 16px;
    padding-bottom: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
    line-height: 1;
  }
  .subheader .subheader_inner.nav_content ul li a {
    font-size: 0.75rem;
    line-height: 1;
  }
  .subheader .subheader_inner.nav_content ul li.current:before {
    bottom: -6px;
    margin: auto;
  }
  .subheader .subheader_inner button.category {
    margin: 0 16px;
    font-size: 0.75rem;
  }
  .subheader .subheader_inner button.category.current::after {
    width: 4px;
    height: 4px;
    bottom: -4px;
    border-radius: 4px;
    transform: translate(0.15em, 0);
  }
  .subheader label {
    font-size: 0.75rem;
  }
  .subheader.hideheader {
    transform: translateY(-56px);
  }
}
/*-----------アンカーリンクなどのための位置調整------------*/
.service_wrapper #mobility {
  padding-bottom: 0px;
}
.service_wrapper #urban {
  padding-top: 160px;
}
@media (max-width: 960px) {
  .service_wrapper #urban {
    padding-top: 80px;
  }
}

.en_wrapper section.padding_l {
  padding-bottom: 0;
  padding-top: 160px;
}

.company_wrapper + .cta_wrap,
.en_wrapper + .cta_wrap {
  margin-top: 80px;
}

@media (max-width: 960px) {
  .company_wrapper section.padding_l,
  .en_wrapper section.padding_l {
    padding-top: 112px;
  }
  .company_wrapper + .cta_wrap,
  .en_wrapper + .cta_wrap {
    margin-top: 56px;
  }
}
/*------------------------------------ 企業情報 ------------------------------------ */
.company_wrapper section.padding_l {
  padding-bottom: 0;
  padding-top: 160px;
}
.company_wrapper section#overview {
  padding-top: 0;
}
.company_wrapper .headline {
  margin-bottom: 72px;
}
.company_wrapper .h2_jp {
  line-height: 1;
  margin-bottom: 72px;
}
.company_wrapper .message_h3 {
  margin-bottom: 32px;
}
.company_wrapper p {
  text-align: justify;
}
.company_wrapper .message_name {
  margin-top: 40px;
}
.company_wrapper .message_name p {
  text-align: right;
}

@media (max-width: 960px) {
  .company_wrapper .h_l.headline {
    margin-bottom: 40px;
  }
  .company_wrapper .h_s {
    margin-bottom: 32px;
  }
  .company_wrapper .h_xs {
    margin-bottom: 16px;
  }
  .company_wrapper .message_name {
    margin-top: 24px;
  }
}
dl.company_dl {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
dl.company_dl dt {
  width: 8em;
  padding-right: 2em;
  margin-bottom: 0.25em;
}
dl.company_dl dd {
  width: calc(100% - 8em);
  margin-bottom: 0.25em;
  text-align: justify;
}
dl.company_dl.dl_child {
  margin-top: 0;
}
dl.company_dl.dl_child dt {
  width: 11em;
  padding-right: 0em;
}
dl.company_dl.dl_child dd {
  width: calc(100% - 11em);
}

.name_img_dd {
  display: flex;
  align-items: center;
}

.company_dl img.name_img {
  display: inline-block;
  height: 0.95em;
  pointer-events: none;
}

.company_overview_certify {
  max-width: 220px;
  margin-top: 80px;
  margin-left: 8em;
  /*dtの幅と合わせる*/
}

#history dl dt {
  width: 6em;
  padding-right: 1em;
}
#history dl dd {
  width: calc(100% - 6em);
}

#officer ul.officer_list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#officer ul.officer_list li:last-child {
  margin-bottom: 0;
}
#officer ul.officer_list li .h_xs {
  width: 100%;
}
#officer ul.officer_list li .h_xs.name_img_wrap {
  display: flex;
  align-items: center;
}
#officer ul.officer_list li .h_xs img.name_img {
  height: 0.95em;
  pointer-events: none;
}
#officer ul.officer_list li .text {
  width: calc(100% - 240px - 40px);
}
#officer ul.officer_list li .img {
  width: 240px;
}

#company_slide {
  padding-bottom: 0;
}

#philosophy .philosophy_item {
  margin-bottom: 80px;
}
#philosophy .philosophy_item:last-child {
  margin-bottom: 0;
}
#philosophy .philosophy_item .h_s {
  color: var(--orange);
  margin-bottom: 24px;
}
#philosophy .philosophy_item .h_l {
  margin-bottom: 56px;
}
#philosophy .philosophy_item .h_xs {
  margin-bottom: 8px;
}
#philosophy .philosophy_item p {
  margin-bottom: 16px;
}

.sdgs {
  max-width: 680px;
  background-color: var(--gray_green);
  padding: 32px;
  position: relative;
}
.sdgs::before {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
  position: absolute;
  top: 0;
  left: 0;
}
.sdgs::after {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  position: absolute;
  top: 0;
  right: 0;
}
.sdgs .inner::before {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sdgs .inner::after {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  position: absolute;
  bottom: 0;
  right: 0;
}
.sdgs .h_l {
  width: 100%;
  height: 32px;
  max-width: 300px;
}
.sdgs .h_l img {
  width: 100%;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.sdgs p {
  margin: 24px 0;
  font-weight: 500;
  color: var(--black);
}
.sdgs .img {
  width: 100%;
}
.sdgs .img img {
  width: 100%;
}

@media (max-width: 960px) {
  dl.company_dl {
    margin-top: 24px;
    font-size: 0.75rem;
  }
  dl.company_dl a {
    font-size: 0.75rem;
  }
  dl.company_dl dt {
    width: 7em;
    padding-right: 0em;
  }
  dl.company_dl dd {
    width: calc(100% - 7em);
  }
  .company_overview_certify {
    margin-top: 40px;
    font-size: 0.75rem;
    margin-left: 7em;
    /*dtの幅と合わせる*/
  }
  #history dl dt {
    width: 5em;
    padding-right: 1em;
  }
  #history dl dd {
    width: calc(100% - 5em);
  }
  #officer ul.officer_list li {
    margin-bottom: 40px;
  }
  #officer ul.officer_list li:last-child {
    margin-bottom: 0;
  }
  #officer ul.officer_list li h6 {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
  #officer ul.officer_list li .text {
    width: 100%;
    order: 2;
  }
  #officer ul.officer_list li .img {
    margin: 0 auto;
    width: 100%;
    order: 0;
    max-width: 240px;
  }
  #philosophy .philosophy_item {
    margin-bottom: 40px;
  }
  #philosophy .philosophy_item .h_s {
    margin-bottom: 16px;
  }
  #philosophy .philosophy_item .h_l {
    margin-bottom: 32px;
  }
  #philosophy .philosophy_item .h_xs {
    margin-bottom: 8px;
  }
  #philosophy .philosophy_item p {
    margin-bottom: 16px;
  }
}
/*------------------------------------ ニュース------------------------------------ */
.news_container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 60px;
}
@media (max-width: 960px) {
  .news_container {
    row-gap: 24px;
  }
}

figure.news_instance {
  border-left: 1px solid var(--navy);
  padding: 24px;
  width: calc((100% - 48px) / 3);
}
figure.news_instance a {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
figure.news_instance a figcaption {
  color: var(--navy);
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  display: block;
}
figure.news_instance a .news_upside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--orange);
}
figure.news_instance a .news_upside img {
  width: 142px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
figure.news_instance a .news_upside .news_date {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
figure.news_instance a .news_upside .news_date .news_year p {
  font-size: 16px;
  color: var(--orange);
  line-height: 1;
}
figure.news_instance a .news_upside .news_date .news_day {
  display: flex;
  justify-content: flex-start;
  font-size: 32px;
  line-height: 1;
  color: var(--orange);
}
figure.news_instance a .news_upside .news_date .news_day p {
  font-size: 32px;
  line-height: 1;
}
figure.news_instance a .news_upside .news_date .news_category {
  color: var(--navy);
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 960px) {
  figure.news_instance {
    width: 100%;
    padding: 16px;
  }
}

.subheader.subheader_news {
  height: auto;
  flex-wrap: wrap;
}
.subheader.subheader_news .subheader_inner {
  height: auto;
  flex-wrap: wrap;
  padding: 12px 0;
}

@media (max-width: 680px) {
  .subheader.subheader_news .subheader_inner {
    justify-content: flex-start;
  }
}
.news_display_none {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-inline__label {
  display: inline-block;
  padding: 0 1rem;
  transition: all 0.2s;
  position: relative;
  color: var(--white);
  font-size: 0.875rem;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 960px) {
  .radio-inline__label {
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
}
.radio-inline__input:checked + .radio-inline__label:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--white);
  border-radius: 4px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0.15em, 0);
}

.filter_title {
  font-weight: 600;
  color: #1b1464;
  font-size: 1.125rem;
  margin-bottom: 16px;
}

.filter_title-category {
  margin-top: 80px;
}

@media (max-width: 680px) {
  .filter_title-category {
    margin-top: 40px;
  }
}
.home-news.no-blue {
  background-color: #fafaf5;
  margin-top: 80px;
}

.pagenation_page {
  margin: 64px 0;
  display: flex;
  flex-wrap: wrap;
}

.page-numbers {
  background: white;
  color: var(--navy);
  border-radius: 1.5rem;
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  margin-right: 8px;
  align-items: center;
  font-family: "tt-commons-pro", "Noto sans JP";
  font-size: 1.25rem;
}
.page-numbers.next, .page-numbers.prev {
  font-size: 1rem;
}
.page-numbers.current {
  background: var(--navy);
  color: white;
}
.page-numbers.dots, .page-numbers.next, .page-numbers.prev {
  background: var(--white);
  width: auto;
}

.news-detail {
  margin: 120px 0 64px;
}
.news-detail aside {
  width: 160px;
}

.news-detail__date {
  font-weight: 600;
  color: #1b1464;
  line-height: 1.2;
  margin-bottom: 32px;
}

.news-detail__year-month {
  font-size: 1.5rem;
}

.news-detail__day {
  font-size: 64px;
}

.news-detail__article {
  width: calc(100% - 160px);
  background-color: white;
  padding: 40px 80px;
  border-left: 12px solid #1b1464;
}
.news-detail__article p {
  margin-bottom: 16px;
}

.news-detail .entry-header {
  display: block;
  margin-bottom: 64px;
}

.news-detail__btn {
  padding-left: 160px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.news-detail__category {
  color: #00b3cd;
  margin-bottom: 24px;
}

.news-detail__article a {
  word-break: break-all;
  color: #00b3cd;
}

@media (max-width: 960px) {
  .home-news.no-blue {
    background-color: #fafaf5;
    margin-top: 40px;
  }
  .news-detail {
    margin: 80px 0 64px;
  }
  .news-detail .lay__flex {
    flex-direction: column;
  }
  .news-detail__date {
    display: flex;
  }
  .news-detail__day {
    line-height: 1;
    margin-top: -4px;
    margin-left: 8px;
  }
  .news-detail__article {
    width: 100%;
    padding: 40px;
  }
  .news-detail__btn {
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .home-news.no-blue {
    margin-top: 24px;
  }
  .news-detail .entry-header {
    margin-bottom: 40px;
  }
  .news-detail__article {
    border-left: 8px solid #1b1464;
    padding: 32px 20px;
  }
  .news-detail__btn {
    padding-left: 20px;
  }
}
.newspage .lay__flex {
  justify-content: start;
}
.newspage figure {
  margin-right: 12px;
}
.newspage figure:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 960px) {
  .newspage figure:nth-of-type(3n) {
    margin-right: 12px;
  }
  .newspage figure:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .newspage figure {
    margin-right: 0;
  }
  .newspage figure:nth-of-type(3n), .newspage figure:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* ------------------------------------以降丸岡追記----------------------------------------- */
/*------------------------------------ EN------------------------------------ */
.en_wrapper.lower_wrapper {
  padding-top: 148px;
}

.en_wrapper p {
  text-align: justify;
}

@media (max-width: 960px) {
  .en_wrapper.lower_wrapper {
    padding-top: 96px;
  }
  .en_wrapper p,
  .en_wrapper dl.company_dl dd {
    text-align: left;
  }
}
.main_animation_wrap {
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.main_animation_wrap .main_airplane {
  width: 280px;
  height: 140px;
  position: absolute;
  z-index: 10;
  top: -80px;
  left: 0;
  animation: airplane 8s infinite ease-in 4s both;
  animation-play-state: running;
  transition: opacity 1.2s;
}
.main_animation_wrap .main_airplane img {
  display: block;
  width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_animation_wrap .scroll_infinity_wrap {
  display: flex;
  overflow: hidden;
  opacity: 0;
  animation: fadein 0.8s ease-in 0.8s both;
}
.main_animation_wrap .scroll_infinity_wrap .scroll_infinity_list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 40s infinite linear 0s both;
  animation-play-state: running;
  transition: opacity 1.2s;
}
.main_animation_wrap .scroll_infinity_wrap .scroll_infinity_list .scroll_infinity_item {
  width: 120vw;
}
.main_animation_wrap .scroll_infinity_wrap .scroll_infinity_list .scroll_infinity_item img {
  width: 100%;
  display: block;
}
.main_animation_wrap:hover .main_airplane,
.main_animation_wrap:hover .scroll_infinity_wrap .scroll_infinity_list {
  animation-play-state: paused;
  opacity: 0.8;
}

@media (orientation: landscape) and (max-width: 960px) {
  .main_animation_wrap .scroll_infinity_wrap .scroll_infinity_list .scroll_infinity_item {
    width: 150vw;
  }
}
.hero_en {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.hero_en .main_animation_wrap {
  position: static;
  padding-top: 80px;
}

.hero_en .main_animation_wrap .main_airplane {
  top: 0;
}

.h_xxl.purpose_en {
  margin-bottom: 60px;
}

#service_en {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

#service_en .h_m,
#service_en .h_s {
  font-weight: 100;
}

.mobility_section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mobility_section .mobility_discription_container_en {
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  gap: 24px;
}

.mobility_section .mobility_discription_container_en .h_s {
  min-width: 240px;
}

.mobility_section .mobility_discription_container_en p {
  border-left: 1px solid var(--navy);
  padding-left: 40px;
  width: 100%;
}

@media (max-width: 960px) {
  .mobility_discription_container_en {
    flex-direction: column;
  }
}
.urban_container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.urban_container .urban_discription_en {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.urban_container .urban_discription_en .h_m.orange {
  color: var(--orange);
}

#overview_en dt {
  width: 200px;
}

#overview_en dd {
  width: calc(100% - 200px);
}

.company_overview_certify.isms_en {
  margin-left: 200px;
}

#message_en .message_name {
  margin-top: 40px;
}

#message_en .message_name p {
  text-align: right;
}

.officer_container_en {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.officer_container_en .member_name {
  width: 100%;
  margin-bottom: 40px;
}

.officer_container_en .member_name .h_xs {
  margin-bottom: 0;
}

.officer_container_en .text {
  width: calc(100% - 240px - 40px);
}

.officer_container_en .img {
  width: 240px;
}

@media (max-width: 680px) {
  .officer_container_en {
    justify-content: center;
  }
  .officer_container_en .img {
    order: 0;
    margin-bottom: 20px;
  }
  .officer_container_en .member_name {
    order: 1;
    margin-bottom: 20px;
  }
  .officer_container_en .text {
    order: 2;
    width: 100%;
  }
  #overview_en dt {
    width: 160px;
  }
  #overview_en dd {
    width: calc(100% - 160px);
  }
  .company_overview_certify.isms_en {
    margin-left: 160px;
  }
}
/* --------------------News_Detail----------------------- */
.news_detail.basic_width {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news_detail aside {
  width: 160px;
}
.news_detail aside .news_detail_date {
  position: sticky;
  top: 16px;
  color: var(--orange);
}
.news_detail aside .news_detail_date .news_detail__year {
  font-size: 1.5rem;
  line-height: 1;
}
.news_detail aside .news_detail_date .news_detail_day {
  display: flex;
  justify-content: flex-start;
  font-size: 3.5rem;
  line-height: 1.2;
}
.news_detail aside .news_detail_date .news_detail_day p {
  font-size: 3.5rem;
  line-height: 1.2;
}

.news_detail_article {
  width: calc(100% - 160px);
  padding: 0 0 0 40px;
  border-left: 1px solid var(--navy);
  text-align: justify;
}
.news_detail_article .news_detail_category {
  color: var(--navy);
  margin-bottom: 16px;
  line-height: 1;
}
.news_detail_article h1.entry_title {
  font-size: 2rem;
  margin-bottom: 40px;
}
.news_detail_article .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_detail_article .wp-block-heading {
  margin: 2em 0 1.5em 0;
  line-height: 1.5;
  text-align: left;
}
.news_detail_article h1.wp-block-heading {
  font-size: 1.625rem;
}
.news_detail_article h2.wp-block-heading {
  font-size: 1.5rem;
}
.news_detail_article h3.wp-block-heading {
  font-size: 1.375rem;
}
.news_detail_article h4.wp-block-heading {
  font-size: 1.25rem;
}
.news_detail_article h5.wp-block-heading {
  font-size: 1.125rem;
}
.news_detail_article h6.wp-block-heading {
  font-size: 1rem;
}
.news_detail_article p,
.news_detail_article ul,
.news_detail_article ol {
  margin: 2em 0 1.5em 0;
}
.news_detail_article ul {
  list-style: disc;
  padding-left: 1.35em;
}
.news_detail_article ol {
  list-style: decimal;
  padding-left: 1.35em;
}
.news_detail_article figure.wp-block-image {
  margin: 40px 0;
}

.entry_header {
  display: block;
  margin-bottom: 40px;
}

.basic_width.news_detail_button_container {
  padding: 80px 32px 80px 32px;
}

.basic_width.news_detail_button_container a.btn.primary {
  width: 100%;
  max-width: 256px;
  margin-left: auto;
}

.news_detail a {
  color: var(--sky);
  text-decoration: underline;
}

@media (max-width: 960px) {
  .news_detail aside {
    width: 140px;
  }
  .news_detail aside .news_detail_date {
    position: static;
  }
  .news_detail aside .news_detail_date .news_detail__year {
    font-size: 1rem;
    line-height: 1;
  }
  .news_detail aside .news_detail_date .news_detail_day {
    display: flex;
    justify-content: flex-start;
    font-size: 2.75rem;
    line-height: 1.2;
  }
  .news_detail aside .news_detail_date .news_detail_day p {
    font-size: 2.75rem;
  }
  .news_detail_article {
    width: calc(100% - 140px);
  }
  .news_detail_article .news_detail_category {
    margin-bottom: 12px;
  }
  .news_detail_article h1.entry_title {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
  .news_detail_article .wp-block-heading {
    margin: 1.5em 0 1em 0;
  }
  .news_detail_article h1.wp-block-heading {
    font-size: 1.5rem;
  }
  .news_detail_article h2.wp-block-heading {
    font-size: 1.375rem;
  }
  .news_detail_article h3.wp-block-heading {
    font-size: 1.25rem;
  }
  .news_detail_article h4.wp-block-heading {
    font-size: 1.125rem;
  }
  .news_detail_article h5.wp-block-heading {
    font-size: 1rem;
  }
  .news_detail_article h6.wp-block-heading {
    font-size: 0.875rem;
  }
  .news_detail_article p,
  .news_detail_article ul,
  .news_detail_article ol {
    margin: 2em 0 1.5em 0;
  }
  .news_detail_article ul {
    list-style: disc;
    padding-left: 1.35em;
  }
  .news_detail_article ol {
    list-style: decimal;
    padding-left: 1.35em;
  }
  .news_detail_article figure.wp-block-image {
    margin: 40px 0;
  }
}
@media (max-width: 680px) {
  .news_detail.basic_width {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .news_detail_article {
    width: 100%;
    padding: 24px 0px 0 0;
    border-top: 1px solid var(--navy);
    border-left: 0;
  }
  .news_detail_article .news_detail_category {
    margin-bottom: 8px;
    font-size: 0.75rem;
  }
  .news_detail_article h1.entry_title {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
  .news_detail_article .wp-block-heading {
    margin: 1.5em 0 1em 0;
  }
  .news_detail_article h1.wp-block-heading {
    font-size: 1.375rem;
  }
  .news_detail_article h2.wp-block-heading {
    font-size: 1.3rem;
  }
  .news_detail_article h3.wp-block-heading {
    font-size: 1.25rem;
  }
  .news_detail_article h4.wp-block-heading {
    font-size: 1.125rem;
  }
  .news_detail_article h5.wp-block-heading {
    font-size: 1rem;
  }
  .news_detail_article h6.wp-block-heading {
    font-size: 0.875rem;
  }
  .news_detail_article p,
  .news_detail_article ul,
  .news_detail_article ol {
    margin: 2em 0 1.5em 0;
  }
  .news_detail_article ul {
    list-style: disc;
    padding-left: 1.35em;
  }
  .news_detail_article ol {
    list-style: decimal;
    padding-left: 1.35em;
  }
  .news_detail_article figure.wp-block-image {
    margin: 40px 0;
  }
  .basic_width.news_detail_button_container {
    padding: 64px 16px 64px 16px;
  }
  .basic_width.news_detail_button_container a.btn.primary {
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
}
/*  ------------------------------------Contact--------------------------------------------*/
main.contact {
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  margin-top: 0;
}

.contact_bottom_img_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.contact_bottom_img_container .contact_bottom_img {
  width: 90%;
  margin-left: auto;
}
@media (max-width: 960px) {
  .contact_bottom_img_container .contact_bottom_img {
    width: 100%;
  }
}

.thankspage {
  padding-bottom: 120px;
}
.thankspage .heading_thanks {
  margin-bottom: 2em;
}
.thankspage p {
  margin-bottom: 2em;
  font-size: 0.875rem;
}
.thankspage a.btn {
  margin-top: 64px;
}
@media (max-width: 960px) {
  .thankspage {
    padding-bottom: 80px;
  }
  .thankspage .heading_thanks {
    margin-bottom: 1.5em;
  }
  .thankspage p {
    margin-bottom: 1.5em;
    font-size: 0.875rem;
  }
  .thankspage a.btn {
    margin-top: 32px;
  }
}

.contact input {
  color: var(--navy);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--navy);
  border-radius: 0;
  max-width: 100%;
  margin-top: 0;
  background: rgba(250, 250, 245, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.contact input[type=submit] {
  border: none;
  width: 100%;
}
.contact textarea {
  color: var(--navy);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--navy);
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 40px;
  margin-top: 0;
  background: rgba(250, 250, 245, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.contact .wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
.contact .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.contact .wpcf7-checkbox span.wpcf7-list-item {
  display: block;
  box-sizing: border-box;
  background-color: var(--gray_green);
  padding: 0 12px;
  border-radius: 2px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid var(--navy);
  cursor: pointer;
}
.contact .wpcf7-checkbox span.wpcf7-list-item label {
  margin: 0;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
}
.contact .wpcf7-checkbox span.wpcf7-list-item input {
  cursor: pointer;
}
.contact .wpcf7-checkbox span.wpcf7-list-item.checked {
  border: 1px solid var(--orange);
}
@media (max-width: 960px) {
  .contact .wpcf7-checkbox {
    margin-top: 4px;
    gap: 8px;
  }
  .contact .wpcf7-checkbox span.wpcf7-list-item-label {
    margin-left: 0.5em;
  }
}

.contact-policy {
  width: 100%;
  margin: 32px 0 16px 0;
}
.contact-policy p {
  margin: 0;
}
.contact-policy label {
  display: flex;
  align-items: center;
}
.contact-policy .wpcf7-list-item-label {
  margin-left: 1em;
}
.contact-policy .wpcf7-list-item-label a {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .contact-policy .wpcf7-list-item-label {
    margin-left: 0.5em;
  }
}

input {
  background-color: var(--white);
}
input[type=text], input[type=email], input[type=tel] {
  height: 56px;
  padding: 0 8px;
}
@media (max-width: 960px) {
  input[type=text], input[type=email], input[type=tel] {
    height: 48px;
  }
}
input[type=submit] {
  color: var(--white);
  border: none;
  background: var(--orange);
}
input[type=submit]:disabled {
  background: #ccc;
}
input[type=checkbox] {
  accent-color: var(--orange) !important;
  color: var(--white);
  margin-bottom: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 960px) {
  input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
}

select {
  background-color: var(--white);
  margin-top: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--navy);
  border-radius: 0;
  max-width: 100%;
  background: rgba(250, 250, 245, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  height: 56px;
  padding: 0 8px;
}
@media (max-width: 960px) {
  select {
    height: 48px;
  }
}

textarea {
  background-color: var(--white);
}

/*  ------------------------------------Privacy--------------------------------------------*/
.basic_width.lower_wrapper.privacy {
  padding-bottom: 80px;
}

h5.privacy {
  margin-bottom: 80px;
}

h6.privacy_headline {
  margin-bottom: 0;
  line-height: 1.5;
}

.privacy_body {
  margin-bottom: 40px;
}

/*  ------------------------------------security-policy--------------------------------------------*/
.security {
  text-align: justify;
}

ul.decimal li {
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
  word-break: break-all;
}

.signature {
  text-align: right;
  margin: 32px 0 96px;
}

/*  ------------------------------------front-page-------------------------------------------*/
.slick_slide {
  aspect-ratio: 4/3;
  margin-right: 16px;
}

.slick_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll_slide_wrap {
  display: flex;
  overflow: hidden;
}

.scroll_slide_list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.scroll_slide_item {
  width: 25vw;
  aspect-ratio: 4/3;
  margin-right: 16px;
}
.scroll_slide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 960px) {
  .scroll_slide_item {
    width: 50vw;
    aspect-ratio: 4/3;
    margin-right: 8px;
  }
  .scroll_slide_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
ul.whitepaper_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 56px;
  gap: 80px 40px;
}
ul.whitepaper_list li.whitepaper_item {
  margin: 0;
  padding: 0;
  width: calc((100% - 40px) / 2);
}
ul.whitepaper_list li.whitepaper_item .achieve_instance_thumb {
  aspect-ratio: 61/34;
  overflow: hidden;
}
ul.whitepaper_list li.whitepaper_item .achieve_instance_thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
ul.whitepaper_list li.whitepaper_item h3 {
  font-size: 1.5rem;
  margin: 24px 0;
}
@media (max-width: 960px) {
  ul.whitepaper_list {
    flex-direction: column;
    gap: 40px;
  }
  ul.whitepaper_list li.whitepaper_item {
    width: 100%;
  }
  ul.whitepaper_list li.whitepaper_item h3 {
    font-size: 1rem;
    margin: 16px 0;
  }
}

.whitepaper_title {
  margin-top: 40px;
}

.whitepaper_wrap {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
.whitepaper_wrap .whitepaper_container {
  width: 50%;
}
.whitepaper_wrap ul {
  list-style: disc;
}
.whitepaper_wrap ul li {
  margin-left: 1.5em;
}
.whitepaper_wrap .whitepaper_article h1 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.whitepaper_wrap .whitepaper_article h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin: 48px 0 24px 0;
}
.whitepaper_wrap .whitepaper_article p {
  margin: 1.5em 0;
  font-size: 0.875rem;
}
.whitepaper_wrap .whitepaper_article .whitepaper_recommend {
  background-color: var(--sky20);
  color: var(--blue);
  padding: 24px 24px;
  border-radius: 16px;
  margin: 48px 0;
}
.whitepaper_wrap .whitepaper_article .whitepaper_recommend h3 {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 0.75em;
}
.whitepaper_wrap .whitepaper_article .whitepaper_recommend ul li {
  font-size: 0.875rem;
  line-height: 1.8;
}
.whitepaper_wrap .whitepaper_form .whitepaper_form_description {
  border-bottom: 1px solid var(--navy);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.whitepaper_wrap .whitepaper_form .whitepaper_form_description h2 {
  font-size: 1.125rem;
  margin: 8px 0 0.5em 0;
}
.whitepaper_wrap .whitepaper_form .whitepaper_form_description p {
  font-size: 0.875rem;
  margin: 0;
}
.whitepaper_wrap .whitepaper_form br {
  display: none;
}
.whitepaper_wrap .whitepaper_form p {
  margin-bottom: 0px;
}
.whitepaper_wrap .whitepaper_form label {
  display: flex;
  margin-top: 32px;
  font-size: 1rem;
}
.whitepaper_wrap .whitepaper_form input {
  margin-top: 8px;
}
.whitepaper_wrap .whitepaper_form input[type=checkbox] {
  margin-top: 0px;
}
.whitepaper_wrap .whitepaper_form input[name=readonly_post_title] {
  pointer-events: none;
  background-color: var(--gray);
}
.whitepaper_wrap .thumb {
  width: 100%;
}
.whitepaper_wrap .thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 960px) {
  .whitepaper_wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .whitepaper_wrap .whitepaper_container {
    width: 100%;
  }
  .whitepaper_wrap .whitepaper_article h1 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .whitepaper_wrap .whitepaper_article h2 {
    font-size: 1.125rem;
    margin: 40px 0 16px 0;
  }
  .whitepaper_wrap .whitepaper_article p {
    font-size: 0.875rem;
  }
  .whitepaper_wrap .whitepaper_article .whitepaper_recommend {
    padding: 16px 16px;
    border-radius: 8px;
    margin: 24px 0;
  }
  .whitepaper_wrap .whitepaper_article .whitepaper_recommend h3 {
    font-size: 1rem;
  }
  .whitepaper_wrap .whitepaper_form {
    border-top: 1px solid var(--navy);
    padding-top: 24px;
  }
  .whitepaper_wrap .whitepaper_form .whitepaper_form_description {
    border-bottom: initial;
    padding-bottom: 0px;
    margin-bottom: 32px;
  }
  .whitepaper_wrap .whitepaper_form .whitepaper_form_description h2 {
    font-size: 1.125rem;
    margin: 8px 0 0.5em 0;
  }
  .whitepaper_wrap .whitepaper_form .whitepaper_form_description p {
    font-size: 0.875rem;
    margin: 0;
  }
  .whitepaper_wrap .whitepaper_form br {
    display: none;
  }
  .whitepaper_wrap .whitepaper_form label {
    margin-top: 24px;
    font-size: 0.875rem;
  }
  .whitepaper_wrap .whitepaper_form input {
    margin-top: 4px;
  }
  .whitepaper_wrap .whitepaper_form .wpcf7-checkbox label {
    display: flex;
    align-items: center;
  }
  .whitepaper_wrap .whitepaper_form .wpcf7-checkbox input {
    margin: 0;
  }
  .whitepaper_wrap .thumb {
    width: 100%;
  }
  .whitepaper_wrap .thumb img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=style.css.map */