@charset "UTF-8";
/**
* Foundation
* ========================== */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* Base */
:root {
  /* font */
  --font_montserrat: Montserrat, sans-serif;
  /* color */
  --color_base_blue: #009CD3;
  /* z-index */
  --zindex_header: 200;
  --zindex_pagetop_btn: 100;
  --vw: 1vw;
}

html {
  font-size: 62.5%;
  /* scroll-padding-top: 70px; */
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  line-height: 1.5;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

/*a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #e82100;
	text-decoration: none;
}*/
html {
  scroll-padding-top: 96px;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
  html {
    scroll-padding-top: 82px;
  }
}
/**
* Layout
* ========================== */
/* ---- global header ---- */
.l-globalHeader__wrapper {
  position: sticky;
  top: 0;
  z-index: var(--zindex_header);
}

.l-globalHeader {
  position: relative;
  height: 70px;
  padding-bottom: 4px;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-globalHeader__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 50px;
  max-width: 1300px;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
}
.l-globalHeader__logo a {
  /* animation */
  transition: opacity 0.2s;
}
.l-globalHeader__navi {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-right: 70px;
  gap: 50px;
}
.l-globalHeader__navi ul {
  justify-self: end;
  display: flex;
  gap: 0 48px;
  font-family: var(--font_montserrat);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.05em;
}
.l-globalHeader__navi ul a {
  /* animation */
  transition: opacity 0.2s;
}
.l-globalHeader__hamburgerBtn {
  position: absolute;
  top: 18px;
  right: 70px;
}

/* animation */
@media (hover: hover) {
  .l-globalHeader .l-globalHeader__logo a:hover {
    opacity: 0.6;
  }
  .l-globalHeader .l-globalHeader__navi a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .l-globalHeader__navi {
    grid-template-columns: 1fr;
  }
  .l-globalHeader__navi > ul {
    display: none;
  }
  .l-globalHeader__navi > div {
    justify-self: end;
  }
}
@media screen and (max-width: 767px) {
  .l-globalHeader {
    height: 52px;
  }
  .l-globalHeader__inner {
    gap: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-globalHeader__logo {
    width: 120px;
  }
  .l-globalHeader__navi {
    display: none;
  }
  .l-globalHeader__hamburgerBtn {
    top: 13px;
    right: 16px;
  }
}
/* ---- hamburger ---- */
/* ---- hamburger btn ---- */
.l-hamburgerBtn {
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.l-hamburgerBtn__line {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: var(--color_base_blue);
  border-radius: 10px;
}
.l-hamburgerBtn__line1 {
  transition: transform 0.3s, margin 0.3s;
  top: 0;
  margin-top: 12%;
}
.l-hamburgerBtn__line2 {
  transition: transform 0.3s, margin 0.3s;
  top: 0;
  margin-top: 47.5%;
}
.l-hamburgerBtn__line3 {
  transition: transform 0.3s, margin 0.3s;
  bottom: 0;
  margin-bottom: 12%;
}

@media (hover: hover) {
  .l-hamburgerBtn:hover .l-hamburgerBtn__line1 {
    transform: translateY(60%);
  }
  .l-hamburgerBtn:hover .l-hamburgerBtn__line3 {
    transform: translateY(-60%);
  }
}
.l-hamburgerBtn--white .l-hamburgerBtn__line {
  background-color: #fff;
}

/* 表示された時用のCSS */
body.is-hamburgerOpen .l-hamburgerBtn__line {
  margin: 0;
}

body.is-hamburgerOpen .l-hamburgerBtn__line1 {
  transform: rotate(45deg) translateY(-50%);
  margin-top: 50%;
}

body.is-hamburgerOpen .l-hamburgerBtn__line2 {
  transform: scaleX(0);
  margin-top: 47.5%;
}

body.is-hamburgerOpen .l-hamburgerBtn__line3 {
  transform: rotate(-45deg) translateY(50%);
  margin-bottom: 50%;
}

@media (hover: hover) {
  body.is-hamburgerOpen .l-hamburgerBtn:hover .l-hamburgerBtn__line1 {
    transform: rotate(45deg) translateY(-50%);
    opacity: 0.6;
  }
}
@media (hover: hover) {
  body.is-hamburgerOpen .l-hamburgerBtn:hover .l-hamburgerBtn__line3 {
    transform: rotate(-45deg) translateY(50%);
    opacity: 0.6;
  }
}
/* ---- hamburger navi ---- */
.l-hamburger {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
.l-hamburger__inner {
  max-width: 1300px;
  padding-left: 70px;
  padding-right: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  z-index: 3;
  /* animation */
  opacity: 0;
  transition: opacity 0.2s;
  backface-visibility: hidden;
}
.l-hamburger__sitenavi {
  justify-self: end;
  margin-top: 45px;
  margin-bottom: 60px;
  margin-right: 50px;
}
.l-hamburger__contact {
  margin-top: 38px;
  padding-right: 94px;
}
.l-hamburger__close {
  position: absolute;
  top: 18px;
  right: 70px;
}
.l-hamburger__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color_base_blue);
  z-index: 2;
  /* animation */
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  backface-visibility: hidden;
  transform-origin: top;
  transform: scaleY(0);
}
.l-hamburger__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  z-index: 1;
}

/* 表示された時用のCSS */
body.is-hamburgerOpen .l-hamburger__inner {
  opacity: 1;
}

body.is-hamburgerOpen .l-hamburger__bg {
  transform: scaleY(1);
}

/*  site navi
  ========================================*/
.l-sitenavi {
  display: grid;
  grid-template-columns: repeat(4, 140px);
  gap: 0 60px;
}
.l-sitenavi--white {
  color: #fff;
}
.l-sitenavi__headline {
  margin-bottom: 18px;
  font-family: var(--font_montserrat);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.l-sitenavi__headline a {
  /* animation */
  transition: opacity 0.2s;
}
.l-sitenavi__linklist {
  font-size: 1.3rem;
}
.l-sitenavi__linklist a {
  /* animation */
  transition: opacity 0.2s;
}
.l-sitenavi__linklist > li {
  margin-bottom: 11px;
}

/* animation */
@media (hover: hover) {
  .l-sitenavi .l-sitenavi__headline a:hover,
  .l-sitenavi .l-sitenavi__linklist a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1250px) {
  /* ---- hamburger navi ---- */
  .l-hamburger__inner {
    grid-template-columns: 1fr;
  }
  .l-hamburger__sitenavi {
    justify-self: center;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-right: 0px;
    order: 2;
  }
  .l-hamburger__sitenavi .l-sitenavi {
    gap: 0 40px;
  }
  .l-hamburger__contact {
    justify-self: end;
    order: 1;
  }
  /* site navi */
  .l-sitenavi {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px));
    gap: 25px 30px;
  }
  .l-sitenavi__headline {
    margin-bottom: 15px;
  }
  .l-sitenavi__linklist > li {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  /* ---- hamburger btn ---- */
  .l-hamburgerBtn {
    width: 28px;
  }
  /* ---- hamburger navi ---- */
  .l-hamburger {
    height: 100dvh;
  }
  .l-hamburger__inner {
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: 1fr;
  }
  .l-hamburger__sitenavi {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 0px;
    margin-right: 0px;
    order: 2;
  }
  .l-hamburger__contact {
    justify-self: center;
    display: grid;
    place-content: center;
    margin-top: 52px;
    padding-right: 0;
    order: 1;
  }
  .l-hamburger__close {
    top: 13px;
    right: 16px;
  }
  .l-hamburger__overlay {
    height: 100dvh;
  }
  /* site navi */
  .l-sitenavi {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 15px));
    gap: 25px 30px !important;
  }
  .l-sitenavi__headline {
    margin-bottom: 15px;
  }
  .l-sitenavi__linklist > li {
    margin-bottom: 9px;
  }
}
.l-overflowx {
  overflow-x: hidden;
}

.l-main {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 70px;
}

.l-content {
  max-width: 1300px;
  padding-left: 70px;
  padding-right: 70px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .l-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ---- global footer ---- */
.l-globalFooter {
  background-color: #e6f6fb;
}
.l-globalFooter__grid {
  display: grid;
  grid-template-columns: auto 1fr;
}
.l-globalFooter__company {
  margin-top: 20px;
}
.l-globalFooter__company--txt {
  margin-top: 24px;
  margin-left: 86px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.l-globalFooter__company--btn {
  margin-top: 34px;
  margin-left: 86px;
}
.l-globalFooter__sitenavi {
  justify-self: end;
  margin-top: 120px;
}
.l-globalFooter__copyright {
  margin-top: 85px;
  padding-bottom: 22px;
  text-align: center;
  font-family: var(--font_montserrat);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1250px) {
  .l-globalFooter__sitenavi {
    justify-self: stretch;
    margin-left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .l-globalFooter__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .l-globalFooter__company {
    margin-top: 44px;
    margin-left: 10px;
    margin-right: 10px;
    order: 2;
  }
  .l-globalFooter__company--logo {
    width: 85%;
    max-width: 350px;
  }
  .l-globalFooter__company--txt {
    margin-top: 14px;
    margin-left: 86px;
  }
  .l-globalFooter__company--btn {
    display: grid;
    place-content: center;
    margin-top: 34px;
    margin-left: 0;
  }
  .l-globalFooter__sitenavi {
    justify-self: stretch;
    margin-top: 45px;
    margin-left: 10px;
    order: 1;
  }
  .l-globalFooter__copyright {
    margin-top: 50px;
    padding-bottom: 22px;
  }
}
/* Object
* ========================== */
/* Component ------------ */
/* ---- component ---- */
/*  page header
========================================*/
.c-pageheader {
  background: rgba(0, 156, 211, 0.1);
  padding: 35px 0;
}
.c-pageheader__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 70px;
  display: flex;
}
.c-pageheader__title {
  width: 410px;
  line-height: 1;
  color: var(--color_base_blue);
  letter-spacing: 0.05em;
}
.c-pageheader__title--long {
  width: 100%;
}
.c-pageheader__title--long .c-pageheader__title--en {
  line-height: 1.2;
  margin-top: -13px;
}
.c-pageheader__title--en {
  font-family: var(--font_montserrat);
  font-size: 6.5rem;
  font-weight: 700;
}
.c-pageheader__title--jp {
  font-size: 2rem;
  padding-top: 3px;
}
.c-pageheader__lead {
  width: calc(100% - 410px);
  font-size: 1.7rem;
  line-height: 1.6;
  padding: 5px 0;
}
.c-pageheader__lead--singleline {
  padding-top: 1.05em;
}
.c-pageheader__lead--small {
  font-size: 1.3rem;
}

/*  link
========================================*/
.c-link {
  background: rgba(0, 156, 211, 0.1);
  width: 100%;
  margin: 0 0 70px;
}
.c-link a {
  width: 100%;
}
.c-link__inner {
  padding: 35px 60px 30px 60px;
  display: flex;
}
.c-link__inner2 {
  padding: 0 60px 30px 60px;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.c-link__inner2 img {
  flex: 1;
}
.c-link__title {
  width: 290px;
  line-height: 1;
  color: var(--color_base_blue);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 40px 0 0;
}
.c-link__title--en {
  font-family: var(--font_montserrat);
  font-size: 5rem;
  justify-content: center;
}
.c-link__title--jp {
  font-size: 1.5rem;
  letter-spacing: 0;
  padding-top: 5px;
}
.c-link__txt {
  width: calc(100% - 290px);
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 3px 0 3px 30px;
  border-left: 1px solid var(--color_base_blue);
  color: var(--color_base_blue);
}
.c-link__btn {
  position: relative;
  display: grid;
  place-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  padding: 0 50px;
  border-radius: 100px;
  background-color: var(--color_base_blue);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  /* animation */
  transition: opacity 0.2s;
}
.c-link__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../img/arrow_r_white.svg) no-repeat center center;
  background-size: contain;
  /* animation */
  transition: transform 0.2s;
}

/* animation */
@media (hover: hover) {
  .c-link a:hover {
    opacity: 0.8;
  }
  .c-link a:hover .c-link__btn {
    opacity: 0.8;
  }
  .c-link a:hover .c-link__btn::after {
    transform: translateY(-50%) translateX(4px);
  }
}
/*  contact
========================================*/
.c-contact {
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 156, 211, 0.5) 0%, #0296CA 60%);
  overflow: hidden;
}
.c-contact > a {
  position: relative;
  display: block;
}
.c-contact__bg {
  position: absolute;
  top: 1%;
  right: -29%;
  transform: rotate(30deg);
  opacity: 0.2;
}
.c-contact__bgLine {
  margin-bottom: 20px;
}
.c-contact__bgLine:first-child {
  padding-left: 60px;
}
.c-contact__bgLine div {
  display: flex;
  gap: 0 20px;
}
.c-contact__bgLine div img {
  width: 153px;
  height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  filter: drop-shadow(0px 0px 10px rgba(0, 109, 147, 0.9));
}
.c-contact__inner {
  max-width: 1300px;
  padding: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.c-contact__title {
  display: grid;
  place-content: center;
  height: 100px;
  padding-right: 46px;
  border-right: 1px solid #fff;
  line-height: 1.25;
  text-align: center;
}
.c-contact__title--en {
  font-family: var(--font_montserrat);
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-contact__title--jp {
  font-size: 1.4rem;
}
.c-contact__txt {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 38px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 44px;
}
.c-contact__txt img {
  /* animation */
  transition: transform 0.3s;
  transform: translateX(0px);
}
.c-contact__txt p {
  font-size: 2rem;
  /* animation */
  transition: opacity 0.2s;
}

/* animation */
.c-contact.is-anm .c-contact__txt {
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
  transform: translateX(-10px);
}

.c-contact.is-visible .c-contact__txt {
  opacity: 1;
  transform: translateX(0px);
}

@media (hover: hover) {
  .c-contact a:hover .c-contact__txt p {
    opacity: 0.6;
  }
  .c-contact a:hover .c-contact__txt img {
    transform: translateX(6px);
  }
}
/*  title
========================================*/
.c-title__slideup {
  display: flex;
  overflow: hidden;
}

.c-title__slideup--center {
  justify-content: center;
}

/* animation */
.is-anm > .c-title__slideup > span {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s;
  transform: translateY(90%);
  opacity: 0;
}

.is-anm .c-title__slideup > span:nth-of-type(1) {
  transition-delay: 0s;
}

.is-anm .c-title__slideup > span:nth-of-type(2) {
  transition-delay: 0.04s;
}

.is-anm .c-title__slideup > span:nth-of-type(3) {
  transition-delay: 0.08s;
}

.is-anm .c-title__slideup > span:nth-of-type(4) {
  transition-delay: 0.12s;
}

.is-anm .c-title__slideup > span:nth-of-type(5) {
  transition-delay: 0.16s;
}

.is-anm .c-title__slideup > span:nth-of-type(6) {
  transition-delay: 0.2s;
}

.is-anm .c-title__slideup > span:nth-of-type(7) {
  transition-delay: 0.24s;
}

.is-anm .c-title__slideup > span:nth-of-type(8) {
  transition-delay: 0.28s;
}

.is-anm .c-title__slideup > span:nth-of-type(9) {
  transition-delay: 0.32s;
}

.is-anm .c-title__slideup > span:nth-of-type(10) {
  transition-delay: 0.36s;
}

.is-anm .c-title__slideup > span:nth-of-type(11) {
  transition-delay: 0.4s;
}

.is-anm .c-title__slideup > span:nth-of-type(12) {
  transition-delay: 0.44s;
}

.is-anm .c-title__slideup > span:nth-of-type(13) {
  transition-delay: 0.48s;
}

.is-anm .c-title__slideup > span:nth-of-type(14) {
  transition-delay: 0.52s;
}

.is-anm .c-title__slideup > span:nth-of-type(15) {
  transition-delay: 0.56s;
}

.is-visible > .c-title__slideup > span {
  transform: translateY(0);
  opacity: 1;
}

.is-anm > .c-title__slideup--sub {
  transition: opacity 0.5s 0.1s;
  opacity: 0;
}

.is-visible > .c-title__slideup--sub {
  opacity: 1;
}

/*  btn
========================================*/
/*  btn_contact  */
.c-btn__contact {
  position: relative;
  display: grid;
  place-content: center;
  width: 140px;
  height: 32px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(0, 156, 211, 0.6) 0%, var(--color_base_blue) 100%);
  color: #FFF;
  font-family: var(--font_montserrat);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  overflow: hidden;
  /* animation */
  transition: opacity 0.2s;
}
.c-btn__contact::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(../img/arrow_r_white.svg) no-repeat center center;
  background-size: contain;
  /* animation */
  transition: transform 0.2s;
}
.c-btn__contact--footer {
  width: 170px;
  height: 44px;
  font-size: 1.8rem;
}
.c-btn__contact--footer::after {
  width: 7px;
  height: 12px;
}
.c-btn__contact--white {
  color: var(--color_base_blue);
  background: #fff;
}
.c-btn__contact--white::after {
  background-image: url(../img/arrow_r_blue.svg);
}

/* animation */
@media (hover: hover) {
  .c-btn__contact:hover {
    opacity: 0.8;
  }
  .c-btn__contact:hover::after {
    transform: translateY(-50%) translateX(4px);
  }
}
/*  btn_white  */
.c-btn__white {
  position: relative;
  display: grid;
  place-content: center;
  width: 280px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 100px;
  background-color: #fff;
  color: var(--color_base_blue);
  font-size: 2rem;
  font-weight: 500;
  /* animation */
  transition: opacity 0.2s;
}
.c-btn__white::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../img/arrow_r_blue.svg) no-repeat center center;
  background-size: contain;
  /* animation */
  transition: transform 0.2s;
}

/* animation */
@media (hover: hover) {
  .c-btn__white:hover {
    opacity: 0.8;
  }
  .c-btn__white:hover::after {
    transform: translateY(-50%) translateX(4px);
  }
}
/*  btn_blue  */
.c-btn__blue {
  position: relative;
  display: grid;
  place-content: center;
  width: 280px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 100px;
  background-color: var(--color_base_blue);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  /* animation */
  transition: opacity 0.2s;
}
.c-btn__blue::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../img/arrow_r_white.svg) no-repeat center center;
  background-size: contain;
  /* animation */
  transition: transform 0.2s;
}
.c-btn__blue--small {
  width: 250px;
  height: 50px;
  font-size: 1.8rem;
}

/* animation */
@media (hover: hover) {
  .c-btn__blue:hover {
    opacity: 0.8;
  }
  .c-btn__blue:hover::after {
    transform: translateY(-50%) translateX(4px);
  }
}
/* ---- link ---- */
.c-link__blank {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link__blank::after {
  content: "";
  width: 12px;
  height: 9px;
  background: url(../img/icon_blank_black.svg) center center no-repeat;
  background-size: contain;
}
.c-link__blank--iconwhite::after {
  background-image: url(../img/icon_blank_white.svg);
}

/*  btn_pagetop  */
.c-btn__pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: grid;
  place-content: center;
  place-items: center;
  width: 70px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  z-index: var(--zindex_pagetop_btn);
  /* animation */
  transition: opacity 0.2s;
}
.c-btn__pagetop img {
  padding-top: 1px;
  /* animation */
  transition: transform 0.2s;
}
.c-btn__pagetop > p {
  margin-top: 4px;
  color: var(--color_base_blue);
  font-family: var(--font_montserrat);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* animation */
@media (hover: hover) {
  .c-btn__pagetop:hover {
    opacity: 0.8;
  }
  .c-btn__pagetop:hover img {
    transform: translateY(-4px);
  }
}
@media screen and (max-width: 767px) {
  /*  page header
  ========================================*/
  .c-pageheader {
    padding: 20px;
  }
  .c-pageheader__inner {
    padding: 0;
    display: block;
  }
  .c-pageheader__title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
  }
  .c-pageheader__title--long {
    display: block;
    padding-bottom: 0;
  }
  .c-pageheader__title--long .c-pageheader__title--en {
    margin-top: -5px;
  }
  .c-pageheader__title--en {
    font-size: 4rem;
    padding-right: 10px;
  }
  .c-pageheader__title--jp {
    font-size: 1.4rem;
    padding: 0 0 6px;
  }
  .c-pageheader__lead {
    width: 100%;
    font-size: 1.3rem;
    padding: 5px 0;
  }
  .c-link {
    margin: 0 0 50px;
  }
  .c-link a {
    width: 100%;
  }
  .c-link__inner {
    padding: 25px 20px 20px 20px;
    display: block;
  }
  .c-link__inner2 {
    padding: 0 0 30px;
    display: block;
  }
  .c-link__inner2 img {
    width: 80%;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .c-link__title {
    width: 100%;
    padding: 0 0 15px;
  }
  .c-link__title--en {
    font-size: 4.2rem;
  }
  .c-link__title--jp {
    font-size: 1.3rem;
    padding-top: 5px;
  }
  .c-link__txt {
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
    border-left: none;
  }
  .c-link__btn {
    height: 48px;
    font-size: 1.7rem;
    margin: 0 auto;
    padding: 0 40px;
  }
  .c-link__btn::after {
    right: 15px;
    width: 7px;
    height: 12px;
  }
  /*  contact
  ========================================*/
  .c-contact {
    /* animation */
  }
  .c-contact__bg {
    position: absolute;
    top: -54%;
    right: 0%;
  }
  .c-contact__bgLine {
    margin-bottom: 15px;
  }
  .c-contact__bgLine:first-child {
    padding-left: 60px;
  }
  .c-contact__bgLine div {
    display: flex;
    gap: 0 15px;
  }
  .c-contact__bgLine div img {
    flex-shrink: 0;
    width: 106px;
    height: 64px;
    filter: drop-shadow(0px 0px 10px rgba(0, 109, 147, 0.9));
  }
  .c-contact__inner {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 32px;
    padding-left: 46px;
    padding-right: 67px;
  }
  .c-contact__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 35px;
    height: 35px;
    background: url(../img/contact_arrow.svg) 0 0 no-repeat;
    background-size: contain;
    margin-top: -17px;
  }
  .c-contact__title {
    display: grid;
    place-content: center;
    height: 100px;
    padding-right: 0;
    margin: 0 -20px 6px;
    border-right: none;
    line-height: 1.25;
    text-align: center;
  }
  .c-contact__title--en {
    font-size: 4.2rem;
  }
  .c-contact__title--jp {
    font-size: 1.3rem;
  }
  .c-contact__txt {
    padding-top: 18px;
    border-top: 1px solid #fff;
  }
  .c-contact__txt {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
  }
  .c-contact__txt img {
    display: none;
  }
  .c-contact__txt p {
    font-size: 1.6rem;
    text-align: center;
  }
  .c-contact.is-anm .c-contact__txt {
    transform: translateX(0px);
  }
  /*  btn
  ========================================*/
  /*  btn_contact  */
  .c-btn__contact {
    width: 200px;
    height: 48px;
    font-size: 2rem;
  }
  .c-btn__contact::after {
    right: 16px;
    width: 7px;
    height: 12px;
  }
  .c-btn__contact--footer {
    width: 170px;
    height: 44px;
    font-size: 1.8rem;
  }
  .c-btn__contact--footer::after {
    width: 7px;
    height: 12px;
  }
  /*  btn_white  */
  .c-btn__white {
    width: 230px;
    height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.7rem;
  }
  .c-btn__white::after {
    right: 15px;
    width: 7px;
    height: 12px;
  }
  /*  btn_blue  */
  .c-btn_blue {
    width: 230px;
    height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.7rem;
  }
  .c-btn_blue::after {
    right: 15px;
    width: 7px;
    height: 12px;
  }
  .c-btn_blue--small {
    width: 230px;
    height: 48px;
    font-size: 1.7rem;
  }
  /*  btn_pagetop  */
  .c-btn__pagetop {
    right: 8px;
    bottom: 10px;
    width: 46px;
    /* animation */
    transition: opacity 0.2s;
  }
  .c-btn__pagetop img {
    width: 16px;
    padding-top: 1px;
  }
  .c-btn__pagetop > p {
    margin-top: 2px;
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .c-btn__pagetop > p > span {
    display: block;
    text-align: center;
  }
}
/* Project ------------ */
/* ---- top ---- */
/* ---- main copy ---- */
.p-mainCopy__inner {
  position: relative;
  max-width: 1300px;
  aspect-ratio: 1300/440;
  margin: 0 auto;
}

.p-mainCopy__txt {
  margin-top: 4.6%;
}
.p-mainCopy__txt .p-mainCopy__line {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.p-mainCopy__txt .p-mainCopy__line-01 {
  width: 51.23%;
  margin-left: 10%;
  margin-bottom: 2.3%;
}
.p-mainCopy__txt .p-mainCopy__line-01 .p-mainCopy__line-01-1, .p-mainCopy__txt .p-mainCopy__line-01 .p-mainCopy__line-01-2 {
  display: flex;
}
.p-mainCopy__txt .p-mainCopy__line-02 {
  width: 32%;
  margin-left: 10%;
}
.p-mainCopy__txt .img {
  /* animation */
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s;
  transform: translateY(70%);
  opacity: 0;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-1 .img:nth-child(1) {
  transition-delay: 0.03s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-1 .img:nth-child(2) {
  transition-delay: 0.06s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-1 .img:nth-child(3) {
  transition-delay: 0.09s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-1 .img:nth-child(4) {
  transition-delay: 0.12s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-1 .img:nth-child(5) {
  transition-delay: 0.15s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(1) {
  transition-delay: 0.19s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(2) {
  transition-delay: 0.22s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(3) {
  transition-delay: 0.25s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(4) {
  transition-delay: 0.28s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(5) {
  transition-delay: 0.31s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(6) {
  transition-delay: 0.34s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-02 .img:nth-child(1) {
  transition-delay: 0.03s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-02 .img:nth-child(2) {
  transition-delay: 0.06s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-02 .img:nth-child(3) {
  transition-delay: 0.09s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-02 .img:nth-child(4) {
  transition-delay: 0.12s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-02 .img:nth-child(5) {
  transition-delay: 0.15s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-02 .img:nth-child(6) {
  transition-delay: 0.18s;
}
.p-mainCopy .p-mainCopy__txt .p-mainCopy__line-02 .img:nth-child(7) {
  transition-delay: 0.21s;
}

/* animation */
body.is-loaded .p-mainCopy .p-mainCopy__txt .img {
  transform: translateY(0%);
  opacity: 1;
}

.p-mainCopy .p-mainCopy__logo {
  position: absolute;
  top: 0;
  right: 10%;
  width: 20.3%;
  margin-top: 20.15%;
  /* animation */
  transition: opacity 0.6s 0.8s, transform 0.7s 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  transform: scale(1.2);
}

/* animation */
body.is-loaded .p-mainCopy .p-mainCopy__logo {
  opacity: 1;
  transform: scale(1);
}

.p-mainCopy .p-mainCopy__scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 63px;
}
.p-mainCopy .p-mainCopy__scroll .arrow {
  width: 19px;
  height: auto;
  opacity: 0;
}
.p-mainCopy .p-mainCopy__scroll.is-start .arrow {
  /* animation */
  animation: scroll_arrow_arrow 1.3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.p-mainCopy .p-mainCopy__scroll .p-mainCopy__scrollLine {
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  width: 1px;
  height: 66px;
  background: var(--color_base_blue);
  opacity: 0.9;
  opacity: 0;
}
.p-mainCopy .p-mainCopy__scroll.is-start .p-mainCopy__scrollLine {
  /* animation */
  animation: scroll_arrow_line 1.3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  opacity: 1;
}

/* animation */
@keyframes scroll_arrow_arrow {
  15% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  55% {
    transform: translateY(0px);
  }
  82% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}
@keyframes scroll_arrow_line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
/* ---- introdoction ---- */
.p-introdoction {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
  background-color: #017CA8;
  overflow: hidden;
  /* bg */
}
.p-introdoction__inner {
  position: relative;
  z-index: 3;
}
.p-introdoction__txt {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 20px #007BA7;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.02em;
}
.p-introdoction__btn {
  display: grid;
  place-content: center;
  margin-top: 72px;
}
.p-introdoction__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.p-introdoction__bg .p-introdoction__line {
  display: flex;
  flex-wrap: nowrap;
  width: 3170px;
  margin-bottom: 37px;
}
.p-introdoction__bg .p-introdoction__line:first-of-type {
  margin-top: -40px;
}
.p-introdoction__bg .p-introdoction__line:nth-child(odd) {
  animation: introdoction_bg_odd 40s linear infinite;
}
.p-introdoction__bg .p-introdoction__line:nth-child(even) {
  animation: introdoction_bg_even 40s linear infinite;
}
.p-introdoction__bg .p-introdoction__line .img {
  opacity: 0.2;
}
.p-introdoction__bg .p-introdoction__imgSet {
  flex-shrink: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 37px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 37px;
}
.p-introdoction__bg .p-introdoction__imgSet .img {
  flex-shrink: 0;
  display: block;
  width: 280px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  filter: drop-shadow(0px 0px 20px rgba(0, 109, 147, 0.9));
}

@keyframes introdoction_bg_odd {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes introdoction_bg_even {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* animation */
.p-introdoction.is-anm-intro .p-introdoction__bg {
  transition: opacity 0.8s, transform 2.4s;
  opacity: 0;
  transform: scale(1.4);
}
.p-introdoction.is-visible .p-introdoction__bg {
  opacity: 1;
  transform: scale(1);
}
.p-introdoction.is-anm-intro .p-introdoction__txt {
  transition: opacity 0.9s 0.7s, transform 1s 0.7s;
  opacity: 0;
  transform: translateY(30px);
}
.p-introdoction.is-visible .p-introdoction__txt {
  opacity: 1;
  transform: translateY(0px);
}
.p-introdoction.is-anm-intro .p-introdoction__btn {
  transition: opacity 0.9s 0.7s;
  opacity: 0;
}
.p-introdoction.is-visible .p-introdoction__btn {
  opacity: 1;
}

/* ---- client logo ---- */
.p-clientLogo {
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  transition: 0.2s;
}

.p-clientList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 60px;
}
.p-clientList__edwin {
  width: 87px;
}
.p-clientList__fujioh {
  width: 141px;
}
.p-clientList__jwave {
  width: 104px;
}
.p-clientList__ogawa {
  width: 68px;
}
.p-clientList__yamatabitabi {
  width: 90px;
}
.p-clientList__sibuyabunka {
  width: 116px;
}
.p-clientList__jepsa {
  width: 111px;
}
.p-clientList__yomiko {
  width: 136px;
}
.p-clientList__quaras {
  width: 108px;
}
.p-clientList__mirabella {
  width: 121px;
}
.p-clientList__hps {
  width: 132px;
}
.p-clientList__spiralcute {
  width: 125px;
}

/* animation */
.p-clientLogo.is-anm {
  transition: opacity 0.4s, transform 0.6s;
  opacity: 0;
  transform: translateY(30px);
}
.p-clientLogo.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

/* ---- service ---- */
.p-secService {
  margin-top: 120px;
}
.p-secService__title {
  color: var(--color_base_blue);
  text-align: center;
}
.p-secService__title .p-secService__en {
  font-family: var(--font_montserrat);
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-secService__title .p-secService__jp {
  margin-top: 3px;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-secService__desc {
  margin-top: 26px;
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.p-secService__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 56px 0;
  margin-top: 42px;
}
.p-secService__item {
  width: 30.17%;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 7px 29px 0px rgba(0, 156, 211, 0.2);
}
.p-secService__item .p-secService__panelIcon {
  display: grid;
  place-content: center;
  place-items: center;
  height: auto;
  aspect-ratio: 350/240;
}
.p-secService__item .p-secService__panelIcon.cms_dev {
  aspect-ratio: 350/214;
}
.p-secService__item .p-secService__panelIcon .img {
  display: grid;
  place-content: center;
  height: 74px;
}
.p-secService__item .p-secService__panelIcon p {
  color: var(--color_base_blue);
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
.p-secService__item .p-secService__panelTxt {
  padding-left: 24px;
  padding-right: 23px;
  padding-bottom: 25px;
  color: var(--color_base_blue);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-secService__item .p-secService__panelTxt.cms_dev {
  padding-bottom: 10px;
}
.p-secService__item .p-secService__panelPronet a {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  gap: 0 10px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  transition: 0.2s;
}
@media (hover: hover) {
  .p-secService__item .p-secService__panelPronet a:hover {
    opacity: 0.6;
  }
}
.p-secService__item .p-secService__panelPronet p {
  font-size: 1.1rem;
  line-height: 1.4;
}
.p-secService__btn {
  display: grid;
  place-content: center;
  margin-top: 56px;
}

/* animation */
.p-secService__item.is-anm {
  transition: transform 0.6s, opacity 0.4s;
  opacity: 0;
  transform: translateY(50px);
}
.p-secService__item.is-anm.is-anm:nth-of-type(3n + 1) {
  transition-delay: 0s;
}
.p-secService__item.is-anm.is-anm:nth-of-type(3n + 2) {
  transition-delay: 0.1s;
}
.p-secService__item.is-anm.is-anm:nth-of-type(3n + 3) {
  transition-delay: 0.2s;
}
.p-secService__item.is-anm.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-secService__item.is-anm.is-anm .img {
  transition: transform 0.5s 0.2s, opacity 0.4s 0.2s;
  transform: scale(1.4);
  opacity: 0;
}
.p-secService__item.is-anm.is-visible .img {
  transform: scale(1);
  opacity: 1;
}

/* ---- strength ---- */
.p-secStrengths {
  margin-top: 100px;
  overflow: hidden;
}
.p-secStrengths__inner1 {
  margin-left: auto;
  margin-right: auto;
  border-radius: 60px;
  background: linear-gradient(180deg, rgba(0, 156, 211, 0.7) 0%, var(--color_base_blue) 100%);
}
.p-secStrengths__inner2 {
  max-width: 1300px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 88px;
  margin: 0 auto;
  background: url(../../img/strengths_bg.svg) 18% -136px no-repeat, url(../../img/strengths_bg.svg) 100% 670px no-repeat, url(../../img/strengths_bg.svg) 0% 1200px no-repeat;
  background-size: 38.46%;
}
.p-secStrengths__title {
  padding-top: 70px;
  color: #fff;
}
.p-secStrengths__title .p-secStrengths__jp {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.p-secStrengths__title .p-secStrengths__jp .p-secStrengths__txt {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 12px;
}
.p-secStrengths__title .p-secStrengths__jp .p-secStrengths__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.p-secStrengths__title .p-secStrengths__en {
  margin-top: 15px;
  font-family: var(--font_montserrat);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-secStrengths__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: 70px;
  justify-content: space-between;
  color: #fff;
}

.p-secStrengths__item {
  position: relative;
  width: 44%;
}
.p-secStrengths__item:nth-child(2) {
  margin-top: 120px;
}
.p-secStrengths__item:nth-child(3) {
  margin-top: -60px;
}
.p-secStrengths__item:nth-child(4) {
  margin-top: 95px;
}
.p-secStrengths__item .num {
  position: absolute;
  top: -33px;
  left: -107px;
  width: 126px;
}
.p-secStrengths__item .p-secStrengths__itemTitle {
  margin-top: 42px;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-secStrengths__item .p-secStrengths__txt {
  margin-top: 13px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
}

.p-secStrengths__btn {
  display: grid;
  place-content: center;
  margin-top: 50px;
}

/* animation */
.p-secStrengths__title .p-secStrengths__jp .p-secStrengths__txt {
  transition: opacity 0.4s 0.2s;
  opacity: 0;
}
.p-secStrengths__title .p-secStrengths__jp .p-secStrengths__line {
  transition: transform 0.7s, opacity 0.3s;
  transform: scaleX(0);
  opacity: 0;
}
.p-secStrengths__title .p-secStrengths__en {
  transition: transform 0.5s 0.2s, opacity 0.4s 0.2s;
  transform: translateY(-15px);
  opacity: 0;
}
.p-secStrengths__title.is-visible .p-secStrengths__jp .p-secStrengths__txt {
  opacity: 1;
}
.p-secStrengths__title.is-visible .p-secStrengths__jp .p-secStrengths__line {
  transform: scaleX(1);
  opacity: 1;
}
.p-secStrengths__title.is-visible .p-secStrengths__en {
  transform: translateY(0px);
  opacity: 1;
}

.p-secStrengths__item.is-anm {
  transition: opacity 0.5s 0.2s ease-out, transform 0.6s 0.2s ease-out;
  opacity: 0;
  transform: translateY(40px);
}

.p-secStrengths__item.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

/* works */
.p-secWorks {
  position: relative;
  margin-top: 80px;
  margin-right: -70px;
}
.p-secWorks .p-secWorks__bg {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  border-radius: 50px 0px 0px 50px;
  z-index: -10;
}
.p-secWorks .p-secWorks__inner {
  display: grid;
  grid-template-columns: 295px 1fr;
  gap: 40px;
  padding-left: 50px;
  padding-right: 67px;
}
.p-secWorks .p-secWorks__leftBlock {
  padding-top: 55px;
  padding-bottom: 75px;
}
.p-secWorks .p-secWorks__rightBlock {
  padding-top: 70px;
}

.p-secWorks__title {
  color: #666;
  line-height: 1.2;
}
.p-secWorks__title .p-secWorks__en {
  font-family: var(--font_montserrat);
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-secWorks__title .p-secWorks__jp {
  font-size: 1.2rem;
  font-weight: 700;
}

.p-secWorks__txt {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.p-secWorks__btn {
  margin-top: 36px;
}

.p-secWorks__list {
  display: flex;
  justify-content: space-between;
}
.p-secWorks__list > li {
  width: 46.79%;
}
.p-secWorks__list .img {
  aspect-ratio: 360/240;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  box-shadow: 0px 5px 15px 0px rgba(1, 136, 184, 0.3);
}
.p-secWorks__list a .img {
  transition: transform 0.3s;
}
.p-secWorks__list a:hover .img {
  transform: scale(1.05);
}
.p-secWorks__list .p-secWorks__title {
  display: grid;
  place-content: center;
  margin-top: 18px;
  color: var(--color_base_blue);
  font-size: 1.6rem;
  line-height: 1.6;
}

/* animation */
.p-secWorks.is-anm {
  transition: opacity 0.4s, transform 0.5s;
  opacity: 0;
  transform: translateX(30px);
}

.p-secWorks.is-visible {
  opacity: 1;
  transform: translateX(0px);
}

/* ---- blog ---- */
.p-secBlog {
  padding-top: 90px;
  padding-bottom: 80px;
}
.p-secBlog__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 86px;
}
.p-secBlog .p-secBlog__leftBlock {
  margin-top: 20px;
}
.p-secBlog__title {
  color: #BCD400;
  line-height: 1.2;
}
.p-secBlog__title .p-secBlog__en {
  font-family: var(--font_montserrat);
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-secBlog__title .p-secBlog__jp {
  font-size: 1.4rem;
  font-weight: 700;
}

.p-secBlog__pic {
  display: grid;
  place-content: center;
  margin-top: 30px;
}

.p-secBlog__list {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.p-secBlog__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.p-secBlog__item > a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 99px;
  padding-right: 82px;
}
.p-secBlog__item > a p, .p-secBlog__item > a div {
  /* animation */
  transition: opacity 0.2s;
}
.p-secBlog__item .p-secBlog__entryTxtbox {
  display: grid;
  grid-template-columns: 220px 80px 1fr;
  align-items: center;
}
.p-secBlog__item .p-secBlog__blogName {
  padding-left: 28px;
  font-size: 2rem;
}
.p-secBlog__item .p-secBlog__entryDate {
  color: #666;
  font-size: 1.3rem;
}
.p-secBlog__item .p-secBlog__entryTitle {
  font-size: 1.5rem;
}
.p-secBlog__item .p-secBlog__entryThumb img {
  width: 78px;
}
.p-secBlog__item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 38px;
  aspect-ratio: 1/1;
  background: url(../../img/blog_arrow.svg) center center no-repeat;
  background-size: contain;
  /* animation */
  transition: transform 0.2s;
}
@media (hover: hover) {
  .p-secBlog__item > a:hover p, .p-secBlog__item > a:hover div {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .p-secBlog__item > a:hover::after {
    transform: translateY(-50%) translateX(4px);
  }
}

@media screen and (max-width: 1100px) {
  /* ---- blog ---- */
  .p-secBlog {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .p-secBlog__inner {
    display: block;
    gap: 0 86px;
  }
  .p-secBlog .p-secBlog__leftBlock {
    position: relative;
    margin-top: 0px;
    padding-bottom: 34px;
  }
  .p-secBlog__title {
    padding-top: 5px;
  }
  .p-secBlog__title .p-secBlog__en {
    font-size: 4.2rem;
  }
  .p-secBlog__title .p-secBlog__jp {
    font-size: 1.4rem;
  }
  .p-secBlog__pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 31%;
    max-width: 100px;
    margin-top: 0px;
  }
  .p-secBlog__item > a {
    grid-template-columns: 1fr auto;
    min-height: 88px;
    padding-right: 42px;
  }
  .p-secBlog__item .p-secBlog__entryTxtbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .p-secBlog__item .p-secBlog__blogName {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .p-secBlog__item .p-secBlog__entryDate {
    width: 64px;
    font-size: 1.2rem;
  }
  .p-secBlog__item .p-secBlog__entryTitle {
    width: calc(100% - 64px);
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .p-secBlog__item .p-secBlog__entryThumb img {
    width: 68px;
  }
  .p-secBlog__item > a::after {
    right: 0;
    width: 28px;
  }
}
@media screen and (max-width: 1000px) {
  /* ---- service ---- */
  .p-secService_list {
    gap: 45px 0;
  }
  .p-secService__item {
    width: 47.5%;
    /* animation */
  }
  .p-secService__item.is-anm:nth-of-type(3n + 1) {
    transition-delay: 0s;
  }
  .p-secService__item.is-anm:nth-of-type(3n + 2) {
    transition-delay: 0s;
  }
  .p-secService__item.is-anm:nth-of-type(3n + 3) {
    transition-delay: 0s;
  }
  .p-secService__item.is-anm:nth-of-type(2n + 1) {
    transition-delay: 0s;
  }
  .p-secService__item.is-anm:nth-of-type(2n + 2) {
    transition-delay: 0.1s;
  }
  /* ---- works ---- */
  .p-secWorks__list {
    flex-wrap: wrap;
  }
  .p-secWorks__list > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-secWorks__list .img {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  /*  top
  ========================================*/
  /* ---- main copy ---- */
  .p-mainCopy__inner {
    aspect-ratio: 393/468;
  }
  .p-mainCopy .p-mainCopy__txt {
    margin-top: 0;
    padding-top: 13%;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01 {
    display: block;
    width: auto;
    margin-left: 8.1%;
    margin-bottom: 0;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-1 {
    width: 57.5vw;
    margin-bottom: 5.4%;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 {
    width: 65.2vw;
    margin-bottom: 6%;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-02 {
    width: 73%;
    margin-left: 8.1%;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(1) {
    transition-delay: 0.03s;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(2) {
    transition-delay: 0.06s;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(3) {
    transition-delay: 0.09s;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(4) {
    transition-delay: 0.12s;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(5) {
    transition-delay: 0.15s;
  }
  .p-mainCopy .p-mainCopy__txt .p-mainCopy__line-01-2 .img:nth-child(6) {
    transition-delay: 0.18s;
  }
  .p-mainCopy .p-mainCopy__logo {
    right: 6.87%;
    width: 44%;
    margin-top: 81.42%;
  }
  .p-mainCopy .p-mainCopy__scroll {
    padding-top: 53px;
  }
  .p-mainCopy .p-mainCopy__scrollLine {
    height: 56px;
  }
  /* ---- introdoction ---- */
  .p-introdoction {
    padding-top: 120px;
    padding-bottom: 80px;
    /* bg */
  }
  .p-introdoction__txt {
    text-shadow: 0px 0px 10px #007BA7;
    font-size: clamp(20px, (100vw - 320px) * 0.0357941834 + 20px, 36px);
    line-height: 2;
  }
  .p-introdoction__txt .txt_block {
    display: inline-block;
  }
  .p-introdoction__btn {
    margin-top: 84px;
  }
  .p-introdoction__bg .p-introdoction__line {
    width: 1700px;
    margin-bottom: 20px;
  }
  .p-introdoction__bg .p-introdoction__line:first-of-type {
    margin-top: -20px;
  }
  .p-introdoction__bg .p-introdoction__imgSet {
    gap: 0 20px;
    padding-right: 20px;
  }
  .p-introdoction__bg .p-introdoction__imgSet .img {
    width: 150px;
    height: 90px;
    filter: drop-shadow(0px 0px 10px rgba(0, 109, 147, 0.9));
  }
  /* ---- client logo ---- */
  .p-clientLogo {
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-clientList {
    flex-wrap: wrap;
    gap: 16px 35px;
    /* PCサイズ x 0.57 */
  }
  .p-clientList__edwin {
    width: 50px;
  }
  .p-clientList__fujioh {
    width: 84px;
  }
  .p-clientList__shueisha {
    width: 55px;
  }
  .p-clientList__jwave {
    width: 60px;
  }
  .p-clientList__ogawa {
    width: 43px;
  }
  .p-clientList__yamatabitabi {
    width: 53px;
  }
  .p-clientList__sibuyabunka {
    width: 80px;
  }
  .p-clientList__jepsa {
    width: 66px;
  }
  .p-clientList__yomiko {
    width: 84px;
  }
  .p-clientList__quaras {
    width: 64px;
  }
  .p-clientList__mirabella {
    width: 72px;
  }
  .p-clientList__hps {
    width: 84px;
  }
  .p-clientList__spiralcute {
    width: 76px;
  }
  /* ---- service ---- */
  .p-secService {
    margin-top: 75px;
  }
  .p-secService__title .p-secService__en {
    font-size: 5rem;
  }
  .p-secService__title .p-secService__jp {
    font-size: 1.5rem;
  }
  .p-secService__desc {
    margin-top: 18px;
    font-size: 1.5rem;
  }
  .p-secService__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 28px;
  }
  .p-secService__item {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 156, 211, 0.2);
    /* animation */
  }
  .p-secService__item .p-secService__panelIcon {
    aspect-ratio: 350/120;
  }
  .p-secService__item .p-secService__panelIcon.cms_dev {
    aspect-ratio: 350/120;
  }
  .p-secService__item .p-secService__panelIcon .img {
    height: auto;
    padding-bottom: 8px;
  }
  .p-secService__item .p-secService__panelIcon .img img {
    height: 35px;
  }
  .p-secService__item .p-secService__panelIcon .img.sp_small img {
    height: 30px;
  }
  .p-secService__item .p-secService__panelIcon p {
    font-size: 2rem;
  }
  .p-secService__item .p-secService__panelTxt {
    margin-top: -3px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
  .p-secService__item .p-secService__panelPronet a {
    grid-template-columns: 33.12% 1fr;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 22px;
  }
  .p-secService__item .p-secService__panelPronet p {
    font-size: 1.2rem;
  }
  .p-secService__item.is-anm:nth-of-type(3n + 1) {
    transition-delay: 0s;
  }
  .p-secService__item.is-anm:nth-of-type(3n + 2) {
    transition-delay: 0s;
  }
  .p-secService__item.is-anm:nth-of-type(3n + 3) {
    transition-delay: 0s;
  }
  .p-secService__btn {
    margin-top: 40px;
  }
  /* ---- strength ---- */
  .p-secStrengths {
    margin-top: 60px;
  }
  .p-secStrengths__inner1 {
    border-radius: 40px;
  }
  .p-secStrengths__inner2 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: url(../../img/strengths_bg.svg) 48% -15px no-repeat, url(../../img/strengths_bg.svg) 130% 667px no-repeat, url(../../img/strengths_bg.svg) -60% 1297px no-repeat;
    background-size: 64.12%;
  }
  .p-secStrengths__title {
    padding-top: 40px;
  }
  .p-secStrengths__title .p-secStrengths__jp {
    padding-bottom: 22px;
  }
  .p-secStrengths__title .p-secStrengths__jp .p-secStrengths__txt {
    display: grid;
    grid-template-columns: auto;
    align-items: end;
    gap: 16px 0;
  }
  .p-secStrengths__title .p-secStrengths__jp .p-secStrengths__txt img {
    justify-self: center;
  }
  .p-secStrengths__title .p-secStrengths__jp .p-secStrengths__txt img:nth-child(2) {
    width: 39%;
    max-width: 130px;
  }
  .p-secStrengths__title .p-secStrengths__en {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  .p-secStrengths__list {
    margin-top: 48px;
    margin-left: 56px;
  }
  .p-secStrengths__item {
    width: 100%;
    /* animation */
  }
  .p-secStrengths__item:nth-child(2) {
    margin-top: 16px;
  }
  .p-secStrengths__item:nth-child(3) {
    margin-top: 16px;
  }
  .p-secStrengths__item:nth-child(4) {
    margin-top: 16px;
  }
  .p-secStrengths__item .num {
    position: absolute;
    top: -33px;
    left: -83px;
    width: 98px;
  }
  .p-secStrengths__item .p-secStrengths__itemTitle {
    margin-top: 27px;
    /* font-size: calc(100vw / ( 393 / 28 )); */
    font-size: clamp(24px, (100vw - 320px) * 0.0402684564 + 24px, 42px);
  }
  .p-secStrengths__item .p-secStrengths__txt {
    margin-top: 16px;
    font-size: 1.6rem;
  }
  .p-secStrengths__item.is-anm {
    transition-delay: 0s, 0s;
  }
  .p-secStrengths__btn {
    margin-top: 40px;
  }
  /* works */
  .p-secWorks {
    margin-top: 60px;
    margin-right: -20px;
  }
  .p-secWorks .p-secWorks__bg {
    border-radius: 30px 0px 0px 30px;
  }
  .p-secWorks .p-secWorks__inner {
    grid-template-columns: 1fr;
    gap: 20px 0;
    padding-left: 22px;
    padding-right: 20px;
  }
  .p-secWorks .p-secWorks__leftBlock {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .p-secWorks .p-secWorks__rightBlock {
    padding-top: 10px;
  }
  .p-secWorks__title {
    color: #666;
    line-height: 1.2;
  }
  .p-secWorks__title .p-secWorks__en {
    font-size: 3.5rem;
  }
  .p-secWorks__title .p-secWorks__jp {
    margin-top: 6px;
    font-size: 1.2rem;
  }
  .p-secWorks__txt {
    margin-top: 25px;
    font-size: 1.5rem;
  }
  .p-secWorks__btn {
    display: grid;
    place-content: center;
    margin-top: 22px;
    padding-bottom: 50px;
  }
  .p-secWorks__list {
    display: flex;
    flex-wrap: wrap;
    gap: 34px 0;
    margin: 0 auto;
  }
  .p-secWorks__list > li {
    width: 100%;
    margin-bottom: 0px;
  }
  .p-secWorks__list .img {
    display: block;
    width: 71.2%;
    max-width: 300px;
    aspect-ratio: 221/374;
    margin: 0 auto;
    box-shadow: 0px 5px 16px 0px rgba(1, 136, 184, 0.3);
  }
  .p-secWorks__list .p-secWorks__title {
    margin-top: 14px;
    font-size: 1.4rem;
  }
  .u-spOnly {
    display: grid !important;
  }
}
/* ---- works ---- */
.p-worksFiltering {
  padding: 50px 0 60px;
  margin: 0 70px;
  max-width: 980px;
  font-size: 1.5rem;
}
.p-worksFiltering.is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
}
.p-worksFiltering.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-worksFiltering h2 {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-self: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 20px;
}
.p-worksFiltering__kinds {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  font-size: 1.7rem;
  margin-bottom: 40px;
}
.p-worksFiltering__kinds li {
  border-right: 1px solid #BEBEBE;
  border-left: 1px solid #BEBEBE;
  margin-left: -1px;
}
.p-worksFiltering__kinds a {
  display: block;
  padding: 0 19px;
  white-space: nowrap;
  /* animation */
  transition: 0.2s;
}
.p-worksFiltering__kinds--active a {
  color: var(--color_base_blue);
  font-weight: 700;
}
.p-worksFiltering__area {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  font-size: 1.7rem;
}
.p-worksFiltering__area a {
  display: block;
  padding: 0 25px;
  white-space: nowrap;
  background: #E9E9E9;
  line-height: 36px;
  border-radius: 18px;
  /* animation */
  transition: 0.2s;
}
.p-worksFiltering__area--active a {
  background: var(--color_base_blue);
  color: #fff;
}

.p-worksList {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 50px;
}
.p-worksList > li {
  width: 30%;
}
.p-worksList > li.is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
}
.p-worksList > li.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-worksList > li a {
  /* animation */
  transition: 0.2s;
}
.p-worksList img {
  border: 1px solid #D9D9D9;
  margin-bottom: 15px;
}
.p-worksList p {
  color: var(--color_base_blue);
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.p-worksList__info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
}
.p-worksList__info li {
  font-size: 1.3rem;
  line-height: 26px;
  background: #e5f5fb;
  border-radius: 13px;
  padding: 0 10px;
}
.p-worksList__info li:first-child {
  font-size: 1.4rem;
  background: none;
  font-weight: 700;
  padding: 0 5px 0 0;
}

.p-worksPagenation {
  padding: 60px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.4rem;
  font-family: var(--font_montserrat);
  line-height: 40px;
}
.p-worksPagenation.is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.3s;
}
.p-worksPagenation.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-worksPagenation__prev {
  width: 40px;
  height: 40px;
  margin-right: 35px;
}
.p-worksPagenation__next {
  width: 40px;
  height: 40px;
  margin-left: 35px;
}
.p-worksPagenation__prev span, .p-worksPagenation__next span {
  display: block;
  background: #D8D8D8;
  border-radius: 50%;
}
.p-worksPagenation li a {
  display: block;
  padding: 0 15px;
  /* animation */
  transition: 0.2s;
}
.p-worksPagenation__prev a, .p-worksPagenation__next a {
  display: block;
  background: var(--color_base_blue);
  border-radius: 50%;
  /* animation */
  transition: 0.2s;
}
.p-worksPagenation img {
  width: 100%;
}
.p-worksPagenation--active {
  color: var(--color_base_blue);
}
.p-worksPagenation li.p-worksPagenation__prev a, .p-worksPagenation li.p-worksPagenation__next a {
  padding: 0;
}

/* animation */
@media (hover: hover) {
  .p-worksFiltering__kinds a:hover {
    color: var(--color_base_blue);
  }
  .p-worksFiltering__area a:hover {
    background: var(--color_base_blue);
    color: #fff;
  }
  .p-worksList li a:hover {
    opacity: 0.6;
  }
  .p-worksPagenation li a:hover {
    opacity: 1;
    color: var(--color_base_blue);
  }
  .p-worksPagenation .p-worksPagenation__prev a:hover,
  .p-worksPagenation .p-worksPagenation__next a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-worksFiltering {
    padding: 30px 0;
    margin: 0;
    max-width: 100%;
  }
  .p-worksFiltering h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-worksFiltering__kinds {
    row-gap: 12px;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-worksFiltering__kinds li a {
    padding: 0 10px;
  }
  .p-worksFiltering__area {
    font-size: 1.4rem;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 8px;
  }
  .p-worksFiltering__area li a {
    padding: 0 15px;
    line-height: 28px;
    border-radius: 14px;
  }
  .p-worksList {
    padding: 30px 0 50px;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .p-worksList > li {
    width: 48%;
  }
  .p-worksList img {
    margin-bottom: 10px;
  }
  .p-worksList p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .p-worksList__info {
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 6px;
  }
  .p-worksList__info li {
    font-size: 1.1rem;
    line-height: 20px;
    background: #e5f5fb;
    border-radius: 10px;
    padding: 0 7px;
  }
  .p-worksList__info li:first-child {
    font-size: 1.3rem;
  }
  .p-worksPagenation {
    padding: 45px 0 60px;
    font-size: 1.9rem;
    line-height: 32px;
  }
  .p-worksPagenation li {
    height: 32px;
  }
  .p-worksPagenation li a {
    padding: 0 12px;
  }
  .p-worksPagenation__prev {
    width: 32px;
    height: 32px;
    margin-right: 27px;
  }
  .p-worksPagenation__next {
    width: 32px;
    height: 32px;
    margin-left: 27px;
  }
  .p-worksPagenation__prev a, .p-worksPagenation__next a {
    padding: 0;
  }
}
/* ---- works entry ---- */
.p-worksEntry {
  padding: 50px 0 0;
  margin: 0 70px;
  max-width: 980px;
  font-size: 1.5rem;
}
.p-worksEntry.is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.3s;
}
.p-worksEntry.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-worksEntry h2 {
  font-size: 3.6rem;
  font-weight: 700;
}
.p-worksEntry p {
  font-size: 2rem;
}
.p-worksEntry p a {
  color: var(--color_base_blue);
  /* animation */
  transition: 0.2s;
}
.p-worksEntry__info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  font-size: 1.7rem;
  margin-top: 26px;
  margin-bottom: 50px;
}
.p-worksEntry__info li {
  font-size: 1.5rem;
  background: #e5f5fb;
  padding: 0 25px;
  line-height: 36px;
  border-radius: 18px;
}
.p-worksEntry__info li:first-child {
  background: none;
  font-weight: 700;
  padding: 0 5px 0 0;
}

.p-worksEntryImg {
  position: relative;
  margin: 0 auto;
  padding: 73px 0;
  max-width: 1080px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 75px;
       column-gap: 75px;
}
.p-worksEntryImg:after {
  content: "";
  width: calc(var(--vw) * 100);
  min-width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FAF7F7, #E3E1E1);
  position: absolute;
  top: 0;
  left: calc((100% - var(--vw) * 100) / 2);
  z-index: -1;
}
.p-worksEntryImg--pc {
  width: 66.67%;
}
.p-worksEntryImg--sp {
  width: 25.93%;
}
.p-worksEntryImg li.is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 0.3s;
}
.p-worksEntryImg li.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-worksEntryImg li img {
  width: 100%;
}

.p-worksEntryInfo {
  max-width: 1120px;
  padding: 70px 70px 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin: 0 auto;
}
.p-worksEntryInfo .is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
}
.p-worksEntryInfo .is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-worksEntryInfo h3 {
  width: 140px;
  font-size: 2rem;
}
.p-worksEntryInfo div {
  width: calc(100% - 140px);
  font-size: 1.6rem;
}
.p-worksEntryInfo div p + p {
  padding-top: 24px;
}
.p-worksEntryInfo a {
  color: var(--color_base_blue);
}
.p-worksEntryInfo a:hover {
  opacity: 0.7;
}
.p-worksEntryInfo .h {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 1.7rem;
  font-weight: bold;
}
.p-worksEntryInfo .h::before {
  content: "●";
  font-size: 1.5rem;
  margin-right: 2px;
}

.p-worksEntryDetail {
  max-width: 1120px;
  padding: 70px 70px 160px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.p-worksEntryDetail .is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.3s;
}
.p-worksEntryDetail .is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-worksEntryDetail li {
  width: 45%;
  font-size: 1.6rem;
}
.p-worksEntryDetail li img {
  padding-bottom: 15px;
}

/* animation */
@media (hover: hover) {
  .p-worksEntry p a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-worksEntry {
    padding: 30px 0 0;
    margin: 0;
    max-width: 100%;
    font-size: 1.6rem;
  }
  .p-worksEntry h2 {
    font-size: 2.6rem;
  }
  .p-worksEntry p {
    font-size: 1.6rem;
  }
  .p-worksEntry__info {
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 8px;
    font-size: 1.6rem;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .p-worksEntry__info li {
    font-size: 1.4rem;
    background: #e5f5fb;
    padding: 0 15px;
    line-height: 28px;
    border-radius: 14px;
  }
  .p-worksEntry__info li:first-child {
    background: none;
  }
  .p-worksEntryImg {
    margin: 0;
    padding: 40px 0;
    width: 100%;
    flex-direction: column;
    row-gap: 40px;
  }
  .p-worksEntryImg--pc {
    width: 100%;
  }
  .p-worksEntryImg--sp {
    width: 64%;
    margin: 0 auto;
  }
  .p-worksEntryImg img {
    width: 100%;
    height: auto;
  }
  .p-worksEntryInfo {
    max-width: 100%;
    padding: 30px 0 0;
    flex-direction: column;
    row-gap: 10px;
  }
  .p-worksEntryInfo h4 {
    width: 100%;
    font-size: 1.9rem;
  }
  .p-worksEntryInfo div {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-worksEntryInfo div p + p {
    padding-top: 20px;
  }
  .p-worksEntryInfo .h {
    padding-bottom: 6px;
    font-size: 1.6rem;
  }
  .p-worksEntryInfo .h::before {
    content: "●";
    font-size: 1.4rem;
  }
  .p-worksEntryDetail {
    max-width: 100%;
    padding: 0 0 80px;
    flex-direction: column;
    row-gap: 40px;
  }
  .p-worksEntryDetail li {
    width: 100%;
    font-size: 1.5rem;
  }
  .p-worksEntryDetail li img {
    padding-bottom: 12px;
  }
}
/* ---- service ---- */
.p-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 56px 0;
  margin: 56px 0 120px;
}
.p-service li {
  width: 30.17%;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 7px 29px 0px rgba(0, 156, 211, 0.2);
  position: relative;
  padding-bottom: 45px;
}
.p-service__icon {
  display: grid;
  place-content: center;
  place-items: center;
  height: auto;
  aspect-ratio: 350/204;
}
.p-service__icon div {
  display: grid;
  place-content: center;
  height: 74px;
}
.p-service__icon h2 {
  color: var(--color_base_blue);
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
.p-service__txt {
  padding-left: 24px;
  padding-right: 23px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.p-service__txt-cms {
  padding-bottom: 10px;
}
.p-service__pronet a {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  gap: 0 10px;
  padding: 10px 0 0;
  transition: 0.2s;
}
.p-service__pronet p {
  font-size: 1.1rem;
  line-height: 1.4;
}
.p-service__link {
  color: var(--color_base_blue);
  font-size: 1.5rem;
  position: absolute;
  right: 24px;
  bottom: 0;
  height: 45px;
  line-height: 45px;
  padding-right: 24px;
}
.p-service__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../../service/img/works_arrow_s.svg) center center no-repeat;
  background-size: contain;
  transition: transform 0.2s;
}

/* animation */
.p-service li.is-anm {
  transition: transform 0.6s, opacity 0.4s;
  opacity: 0;
  transform: translateY(50px);
}

.p-service li.is-anm:nth-of-type(3n + 1) {
  transition-delay: 0s;
}

.p-service li.is-anm:nth-of-type(3n + 2) {
  transition-delay: 0.1s;
}

.p-service li.is-anm:nth-of-type(3n + 3) {
  transition-delay: 0.2s;
}

.p-service li.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

.p-service li.is-anm div.p-service__icon {
  transition: transform 0.5s 0.2s, opacity 0.4s 0.2s;
  transform: scale(1.4);
  opacity: 0;
}

.p-service li.is-visible div.p-service__icon {
  transform: scale(1);
  opacity: 1;
}

@media (hover: hover) {
  .p-service__link:hover {
    opacity: 0.8;
  }
}
@media (hover: hover) {
  .p-service__link:hover::after {
    transform: translateY(-50%) translateX(4px);
  }
  .p-service__pronet a:hover {
    opacity: 0.6;
  }
}
.p-serviceFlow {
  margin: 0 90px 70px;
}
.p-serviceFlow__title {
  text-align: center;
  line-height: 1;
  color: var(--color_base_blue);
  font-family: var(--font_montserrat);
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0 0 30px;
}
.p-serviceFlow__title::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid var(--color_base_blue);
  top: 51px;
  left: 0;
}
.p-serviceFlow__title--jp {
  display: block;
  font-size: 1.6rem;
  padding-top: 3px;
}
.p-serviceFlow__lead {
  font-size: 1.7rem;
  margin: 0 0 35px;
}

.p-serviceFlowList {
  border-radius: 60px;
  background: linear-gradient(rgba(196, 232, 246, 0.4) 0%, rgba(196, 232, 246, 0.4) 22%, rgba(0, 156, 211, 0.4) 100%);
  padding: 70px 0 60px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}
.p-serviceFlowList li {
  background: #fff;
  padding: 30px 55px 30px 100px;
  position: relative;
}
.p-serviceFlowList li:nth-child(odd) {
  margin: 0 14.29% 0 4.08%;
}
.p-serviceFlowList li:nth-child(even) {
  margin: 0 4.08% 0 14.29%;
}
.p-serviceFlowList li::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50.88%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
  border-top: 38px solid #fff;
  border-bottom: 0;
}
.p-serviceFlowList li:nth-child(even)::after {
  left: 38.38%;
}
.p-serviceFlowList li:last-child::after {
  display: none;
}
.p-serviceFlowList__title {
  line-height: 1;
  color: var(--color_base_blue);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0 0 20px;
}
.p-serviceFlowList__num {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 80px;
}
.p-serviceFlowList__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

/* animation */
.p-serviceFlow__title .p-serviceFlow__title--en {
  transition: opacity 0.4s 0.2s;
  opacity: 0;
}

.p-serviceFlow__title.is-visible .p-serviceFlow__title--en {
  opacity: 1;
}

.p-serviceFlow__title::after {
  transition: transform 0.7s, opacity 0.3s;
  transform: scaleX(0);
  opacity: 0;
}

.p-serviceFlow__title.is-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.p-serviceFlow__title .p-serviceFlow__title--jp {
  transition: transform 0.5s 0.2s, opacity 0.4s 0.2s;
  transform: translateY(-15px);
  opacity: 0;
}

.p-serviceFlow__title.is-visible .p-serviceFlow__title--jp {
  transform: translateY(0px);
  opacity: 1;
}

.p-serviceFlow__read.is-anm {
  transition: opacity 0.5s 0.2s ease-out, transform 0.6s 0.2s ease-out;
  opacity: 0;
  transform: translateY(40px);
}

.p-serviceFlow__read.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

.p-serviceFlowList li.is-anm {
  transition: opacity 0.5s 0.2s ease-out, transform 0.6s 0.2s ease-out;
  opacity: 0;
  transform: translateY(40px);
}

.p-serviceFlowList li.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

@media screen and (max-width: 1000px) {
  .p-service {
    gap: 45px 0;
  }
  .p-service li {
    width: 47.5%;
  }
  /* animation */
  .p-service li.is-anm:nth-of-type(3n + 1) {
    transition-delay: 0s;
  }
  .p-service li.is-anm:nth-of-type(3n + 2) {
    transition-delay: 0s;
  }
  .p-service li.is-anm:nth-of-type(3n + 3) {
    transition-delay: 0s;
  }
  .p-service li.is-anm:nth-of-type(2n + 1) {
    transition-delay: 0s;
  }
  .p-service li.is-anm:nth-of-type(2n + 2) {
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 980px) {
  .p-serviceFlow {
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 767px) {
  /* ---- service ---- */
  .p-service {
    gap: 30px 0;
    margin: 30px 0 60px;
  }
  .p-service li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    padding-bottom: 0;
  }
  .p-service__icon {
    width: 120px;
    display: grid;
    place-content: center;
    place-items: center;
    height: auto;
    aspect-ratio: 120/110;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 156, 211, 0.2);
    border-radius: 12px;
  }
  .p-service__icon div {
    display: grid;
    place-content: center;
    height: 45px;
  }
  .p-service__icon div img {
    height: 45px;
  }
  .p-service__icon--cms div, .p-service__icon--cms div img {
    height: 40px;
  }
  .p-service__icon h2 {
    font-size: 1.5rem;
    padding-top: 10px;
    line-height: 1.2;
  }
  .p-service__txt {
    width: calc(100% - 120px);
    padding: 0 0 30px 20px;
    font-size: 1.4rem;
  }
  .p-service__txt-cms {
    padding-bottom: 10px;
  }
  .p-service .p-service__pronet {
    align-items: start;
  }
  .p-service__pronet p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .p-service__link {
    font-size: 1.4rem;
    right: 0;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    margin-top: -30px;
  }
  .p-service__link::after {
    width: 14px;
  }
  .p-serviceFlow {
    margin: 0 0 50px;
  }
  .p-serviceFlow__title {
    font-size: 4.2rem;
    margin: 0 0 30px;
  }
  .p-serviceFlow__title::after {
    top: 36px;
  }
  .p-serviceFlow__title--jp {
    font-size: 1.3rem;
  }
  .p-serviceFlow__lead {
    font-size: 1.5rem;
    margin: 0 0 40px;
  }
  .p-serviceFlowList {
    border-radius: 40px;
    padding: 56px 0 40px;
    margin: 0 -20px;
    row-gap: 45px;
  }
  .p-serviceFlowList li:nth-child(odd), .p-serviceFlowList li:nth-child(even) {
    margin: 0 20px;
    padding: 30px 20px 30px 40px;
  }
  .p-serviceFlowList li::after {
    content: "";
    position: absolute;
    bottom: -25px;
    margin-left: -30px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 26px solid #fff;
    border-bottom: 0;
  }
  .p-serviceFlowList li:nth-child(even)::after {
    left: 50%;
  }
  .p-serviceFlowList li:last-child::after {
    display: none;
  }
  .p-serviceFlowList__title {
    font-size: 2.2rem;
    margin: 0 0 15px;
  }
  .p-serviceFlowList__num {
    top: -20px;
    left: 12px;
    width: 54px;
  }
  .p-serviceFlowList__txt {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
/* ---- about ---- */
.p-about .is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0s;
}
.p-about .is-visible {
  opacity: 1;
  transform: translateY(0px);
}

/* intro */
.p-aboutIntro {
  max-width: 760px;
  margin: 0 auto;
}
.p-aboutIntro__inner {
  position: relative;
  padding: 80px 0 40px;
  z-index: 3;
}
.p-aboutIntro__txt {
  color: #111;
  text-align: left;
  font-size: min(3.3vw, 3rem);
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.02em;
}
.p-aboutIntro .is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.7s;
}
.p-aboutIntro .is-visible {
  opacity: 1;
  transform: translateY(0px);
}

/* txtBox */
.p-aboutTxtBox {
  max-width: 980px;
  margin: 80px auto 0;
  display: flex;
}
.p-aboutTxtBox__1st.is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.94s;
}
.p-aboutTxtBox__1st.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-aboutTxtBox h2 {
  width: 170px;
}
.p-aboutTxtBox h2 img {
  height: 32px;
}
.p-aboutTxtBox__inner {
  width: 637px;
  margin: 0;
}
.p-aboutTxtBox__body {
  font-size: 16px;
  line-height: 1.8;
}
.p-aboutTxtBox__heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-aboutTxtBox__lead {
  font-size: 18px;
  line-height: 2;
}
.p-aboutTxtBox__signature {
  margin-top: 48px;
  margin-bottom: 80px;
  font-size: 13px;
}
.p-aboutTxtBox__signature span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.p-aboutTxtBox__companyInfo {
  display: flex;
  justify-content: space-between;
}
.p-aboutTxtBox__companyInfo dl {
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  flex-flow: row wrap;
}
.p-aboutTxtBox__companyInfo dl:nth-child(1) {
  width: 54%;
}
.p-aboutTxtBox__companyInfo dl:nth-child(1) dt {
  width: 22%;
  font-weight: normal;
}
.p-aboutTxtBox__companyInfo dl:nth-child(1) dd {
  width: 78%;
  margin-bottom: 1em;
}
.p-aboutTxtBox__companyInfo dl:nth-child(2) {
  width: 38%;
}
.p-aboutTxtBox__companyInfo dl:nth-child(2) dt {
  width: 52%;
  font-weight: normal;
}
.p-aboutTxtBox__companyInfo dl:nth-child(2) dd {
  width: 48%;
}
.p-aboutTxtBox__kanaOrder {
  display: block;
  margin-top: 1em;
  font-size: 14px;
}

/* column */
.p-aboutColumn {
  max-width: 980px;
  display: flex;
  margin: 80px auto 0;
}
.p-aboutColumn div {
  display: flex;
}
.p-aboutColumn__left {
  width: 52%;
}
.p-aboutColumn__left h2 {
  width: 170px;
}
.p-aboutColumn__right h2 {
  width: 140px;
}

/* pronet */
.p-aboutTxtBox__jobdescription {
  display: flex;
  flex-direction: column;
}

.p-aboutTxtBox__pronet {
  margin-top: 20px;
}
.p-aboutTxtBox__pronet a {
  transition: 0.3s;
}
.p-aboutTxtBox__pronet .p-aboutTxtBox__pronetLogo {
  width: 150px;
}
.p-aboutTxtBox__pronet p {
  font-size: 1.4rem;
  margin-top: 0.4em;
}

@media (hover: hover) {
  .p-aboutTxtBox__pronet a:hover {
    opacity: 0.8;
  }
}
/* map */
.p-aboutMap {
  position: relative;
  margin: 40px calc(50% - var(--vw) * 50) 0;
  width: calc(var(--vw) * 100);
  height: 380px;
}
.p-aboutMap.is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.3s;
}
.p-aboutMap.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-aboutMap__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009CD3;
  overflow-y: hidden;
}
.p-aboutMap iframe {
  height: 760px;
  margin-top: -180px;
}

@media screen and (max-width: 1000px) {
  .p-aboutColumn {
    display: flex;
    margin: 80px auto 0;
  }
  .p-aboutColumn div {
    flex-direction: column;
  }
  .p-aboutColumn__left {
    width: 50%;
  }
  .p-aboutColumn h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* intro */
  .p-aboutIntro__inner {
    position: relative;
    padding: 40px 0 64px;
  }
  .p-aboutIntro__txt {
    font-size: 5.0666666667vw;
    font-weight: 700;
    line-height: 2;
    letter-spacing: normal;
  }
  /* txtBox */
  .p-aboutTxtBox {
    margin: 0 auto 0;
    flex-direction: column;
  }
  .p-aboutTxtBox__inner {
    width: 100%;
  }
  .p-aboutTxtBox__1st.is-anm {
    transition-delay: 0.9s;
  }
  .p-aboutTxtBox__heading {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .p-aboutTxtBox__lead {
    font-size: 1.5rem;
  }
  .p-aboutTxtBox__signature {
    margin-top: 40px;
    margin-bottom: 88px;
  }
  .p-aboutTxtBox h2 {
    height: 32px;
    margin-bottom: 16px;
  }
  .p-aboutTxtBox h2 img {
    height: 24px;
  }
  .p-aboutTxtBox__companyInfo {
    display: flex;
    flex-direction: column;
  }
  .p-aboutTxtBox__companyInfo dl:nth-child(1), .p-aboutTxtBox__companyInfo dl:nth-child(2) {
    width: 100%;
  }
  .p-aboutTxtBox__companyInfo dl:nth-child(1) dt, .p-aboutTxtBox__companyInfo dl:nth-child(2) dt {
    width: 30%;
  }
  .p-aboutTxtBox__companyInfo dl:nth-child(1) dd, .p-aboutTxtBox__companyInfo dl:nth-child(2) dd {
    width: 70%;
    margin-bottom: 1em;
  }
  /* column */
  .p-aboutColumn {
    display: flex;
    margin: 56px auto 0;
  }
  .p-aboutColumn__left {
    width: 100%;
    margin-bottom: 48px;
  }
  .p-aboutColumn__right {
    margin-bottom: 32px;
  }
  /* map */
  .p-aboutMap {
    position: relative;
    margin: 40px calc(50% - var(--vw) * 50) 0;
    width: calc(var(--vw) * 100);
    height: 250px;
  }
  .p-aboutMap iframe {
    height: 600px;
    margin-top: -170px;
  }
  /* pronet */
  .p-aboutTxtBox__pronet a {
    display: flex;
    align-items: center;
  }
  .p-aboutTxtBox__pronet a p {
    width: 66%;
    font-size: 1.3rem;
    margin-top: 0;
    margin-left: 0.8em;
  }
}
/* ---- privacy ---- */
.p-privacy {
  padding: 50px 0 50px;
  margin: 0 auto;
  max-width: 980px;
  font-size: 1.5rem;
}
.p-privacy__paragraph {
  padding-bottom: 15px;
}
.p-privacy__paragraph h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 5px;
}
.p-privacy__paragraph ul {
  padding-bottom: 15px;
}
.p-privacy__paragraph ul li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.p-privacy__paragraph p {
  padding-bottom: 15px;
}
.p-privacy__kometxt {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    width: 100%;
    padding: 30px 0 40px;
    font-size: 1.4rem;
  }
  .p-privacy__paragraph h2 {
    font-size: 1.7rem;
  }
}
/* ---- contact ---- */
.c-pageheader__lead--small {
  display: block;
  margin-top: 0.3em;
}

.p-contact {
  padding-bottom: 120px;
  /* -- thanks -- */
}
.p-contact .is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0s;
}
.p-contact .is-visible {
  opacity: 1;
  transform: translateY(0px);
}
.p-contact__thanksText {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 10% 0 4%;
}

.p-mailForm__1st.is-anm {
  transition: transform 1s, opacity 0.4s;
  opacity: 0;
  transform: translateY(30px);
  transition-delay: 0.8s;
}
.p-mailForm__1st.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

.p-mailForm {
  max-width: 840px;
  margin: 40px auto 0;
  /* checkbox */
}
.p-mailForm input, .p-mailForm form, .p-mailForm textarea {
  padding: 5px;
  font-size: 1.5rem;
  line-height: 1.8;
  vertical-align: middle;
  border: 1px solid #B9B9B9;
  border-radius: 6px;
  background: #F8F8F8;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.07);
}
.p-mailForm dl {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}
.p-mailForm dl:first-of-type {
  border-top: 1px solid #E6E6E6;
}
.p-mailForm dt {
  width: 174px;
  margin-right: 25px;
  font-size: 1.8rem;
  text-align: right;
}
.p-mailForm dt span {
  font-size: 1.2rem;
  color: #DD0000;
  vertical-align: top;
  margin-left: 0.2em;
}
.p-mailForm dt p {
  font-size: 1.2rem;
  font-family: var(--font_montserrat);
  font-weight: 500;
  margin-top: 0.2em;
}
.p-mailForm dd {
  width: 640px;
}
.p-mailForm dd input {
  width: 540px;
  max-width: 100%;
  padding: 0.7em 0.6em;
}
.p-mailForm dl .p-mailForm__yourName input {
  width: 260px;
}
.p-mailForm dl .p-mailForm__yourName input:first-child {
  margin-right: 17px;
}
.p-mailForm dl.p-mailForm__inquiryBody {
  align-items: flex-start;
}
.p-mailForm dl.p-mailForm__inquiryBody dd textarea {
  width: 100% !important;
  height: 20em !important;
  padding: 0.9em 0.6em;
}
.p-mailForm dl:first-of-type {
  border-top: 1px solid #E6E6E6;
}
.p-mailForm__notes {
  font-size: 1.2rem;
  color: #DD0000;
  text-align: right;
  margin-bottom: 0.8em;
}
.p-mailForm__contactSelect {
  width: 540px;
  max-width: 100%;
  border: 1px solid #B9B9B9;
  border-radius: 6px;
}
.p-mailForm__contactSelect select {
  width: 540px;
  max-width: 100%;
  padding: 0.8em 1em 0.9em;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
  text-overflow: ellipsis;
  z-index: 1;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: transparent;
}
.p-mailForm__btnSubmit {
  display: grid;
  place-content: center;
  margin-top: 28px;
}
.p-mailForm__linkPolicy {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 0 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 8px;
  font-size: 1.6rem;
  color: var(--color_base_blue);
}
.p-mailForm__linkPolicy::after {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../../common/img/icon_blank_blue.svg) center center no-repeat;
  background-size: contain;
}
.p-mailForm__checkbox {
  text-align: center;
}
.p-mailForm__checkbox .checkboxItem {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 14px auto 20px;
}
.p-mailForm__checkbox .checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}
.p-mailForm__checkbox .err_checkboxItem {
  width: -moz-fit-content;
  width: fit-content;
  margin: -12px auto 0;
}
.p-mailForm__checkbox .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #B9B9B9;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}
.p-mailForm__checkbox .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 14px;
  height: 6px;
  border-bottom: 2px solid var(--color_base_blue);
  border-left: 2px solid var(--color_base_blue);
  transform: rotate(-45deg);
}

@media (hover: hover) {
  .p-mailForm__linkPolicy:hover {
    opacity: 0.8;
  }
}
div#mfp_overlay_inner {
  padding: 25px !important;
  width: 90% !important;
  max-width: 840px !important;
}

#mfp_overlay_inner h4 {
  font-size: 1.4rem;
  padding: 5px 0 15px;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  font-size: 1.5rem;
  padding: 10px 10px;
  border-top: solid 1px #E6E6E6;
}

div#mfp_overlay_inner .mfp_buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 30px !important;
}

#mfp_button_send,
#mfp_button_cancel {
  position: relative;
  display: grid;
  place-content: center;
  width: 220px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 100px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  /* animation */
  transition: opacity 0.2s;
  /* animation */
}
#mfp_button_send::after,
#mfp_button_cancel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../img/arrow_r_white.svg) no-repeat center center;
  background-size: contain;
  /* animation */
  transition: transform 0.2s;
}
@media (hover: hover) {
  #mfp_button_send:hover,
  #mfp_button_cancel:hover {
    opacity: 0.8;
  }
  #mfp_button_send:hover::after,
  #mfp_button_cancel:hover::after {
    transform: translateY(-50%) translateX(4px);
  }
}

#mfp_button_send {
  background-color: var(--color_base_blue);
}

#mfp_button_cancel {
  background-color: #989898;
}

@media screen and (max-width: 870px) {
  .p-mailForm dl .p-mailForm__yourName input {
    width: 48%;
  }
  .p-mailForm dl .p-mailForm__yourName input:first-child {
    margin-right: 3.4%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 70px;
    /* -- thanks -- */
  }
  .p-contact__thanksText {
    font-size: 1.7rem;
    margin: 14% 0 0;
  }
  .p-mailForm {
    max-width: 100%;
    margin: 24px auto 0;
  }
  .p-mailForm dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .p-mailForm dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6em;
    font-size: 1.5rem;
    text-align: left;
  }
  .p-mailForm dt p {
    font-size: 1.1rem;
  }
  .p-mailForm dd {
    width: 100%;
  }
  .p-mailForm dd input {
    width: 100%;
    padding: 0.4em 0.6em;
  }
  .p-mailForm dl .p-mailForm__yourName {
    display: flex;
    justify-content: space-between;
  }
  .p-mailForm dl .p-mailForm__yourName input {
    width: 48%;
  }
  .p-mailForm dl .p-mailForm__yourName input:first-child {
    margin-right: 0;
  }
  .p-mailForm__contactSelect {
    width: 540px;
    max-width: 100%;
    border: 1px solid #B9B9B9;
    border-radius: 6px;
  }
  .p-mailForm__contactSelect select {
    padding: 0.5em 1em 0.6em;
  }
  .p-mailForm dl.p-mailForm__inquiryBody dd textarea {
    height: 17em !important;
    padding: 0.9em 0.6em;
  }
  .p-mailForm__linkPolicy {
    font-size: 1.5rem;
    margin: 18px auto 8px;
  }
  .p-mailForm .p-contact__checked {
    font-size: 1.5rem;
  }
  .p-mailForm__btnSubmit {
    margin-top: 18px;
  }
  div#mfp_overlay_inner {
    padding: 15px !important;
  }
  table#mfp_confirm_table tr th {
    display: block;
    width: 100% !important;
    padding-bottom: 5px !important;
  }
  table#mfp_confirm_table tr td {
    display: block;
    padding-top: 0;
    border: none !important;
  }
  div#mfp_overlay_inner .mfp_buttons {
    display: block;
    padding-top: 20px !important;
  }
  #mfp_button_send {
    width: 80%;
    height: 55px;
    margin: 0 auto;
  }
  #mfp_button_cancel {
    width: 65%;
    height: 50px;
    font-size: 1.7rem;
    margin: 0 auto;
  }
}
/* Utility ------------ */
/* ---- utility ---- */
/* device */
.u-spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  /* device */
  .u-pcOnly {
    display: none;
  }
  .u-spOnly {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */