@charset "UTF-8";
/*
  Theme Name: comparison
*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
    tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  /* base color */
  --color-main: #333;
  --color-hero: #fff;
  --color-dark-blue: #042771;
  --color-strong-blue: #1C3B7D;
  --color-bright-blue: #2E63D4;
  --color-sub: #555;
  /* color for c-button*/
  --color-button: #fff;
  --color-button-bg: linear-gradient(to right, var(--color-strong-blue), var(--color-bright-blue));
  /* color for home parts */
  --color-main-bg: linear-gradient(to bottom, #fff 40%, #698DD9 100%);
  --color-slide-dot: rgb(255,255,255,0.25);
  --color-nav-sp-bg: rgb(255,255,255,0.9);
  --color-for-contact: #2E63D4;
  --color-for-recruit: #FF7F00;
  --color-for-news: #FF7F00;
  --color-category-bg: #D9D9D9;
  --color-about-bg: #eee;
  --color-service-bg: #fff;
  --color-service-scroll: #1C3B7D;
  --color-blue-slash-bg: linear-gradient(to top, var(--color-strong-blue), var(--color-bright-blue));
  --color-bottom-bg: linear-gradient(to top right, var(--color-strong-blue), var(--color-bright-blue));
  --color-bottom-bg-r: linear-gradient(to bottom left, var(--color-strong-blue), var(--color-bright-blue));
  --color-footer-bg: linear-gradient(to top, var(--color-strong-blue), var(--color-bright-blue));
  --color-bottom-line: #FF7F00;
  --color-for-recruit-bottom: #E97400;
  --color-copy: #CA9D71;
  /* color for page parts */
  /* common */
  --color-bg-breadcrumb: #EAEAEA;
  --color-breadcrumb: #A1ADC9;
  --color-breadcrumb-bar: #698DD9;
  --color-breadcrumb-current: #1751CD;
  --color-page-footer-recruit_r: #FF9A35;
  --color-page-title: var(--color-strong-blue);
  /* news */
  --color-news-button-to-article: var(--color-hero);
  --color-news-button-to-article-bg: #18478D;
  --color-circle-button: var(--color-hero);
  --color-circle-button-bg: linear-gradient(-45deg, var(--color-strong-blue) 0%, var(--color-bright-blue) 40%, #FFBB77 100%);
  /* article */
  --color-article-point: #18478D;
  --color-article-links: var(--color-strong-blue);
  --color-article-links-hover: #A1ADC9;
  /* service */
  --color-service-item-bg: var(--color-hero);
  --color-service-title: var(--color-strong-blue);
  --color-service-title-alpha: linear-gradient(to bottom, var(--color-hero), var(--color-bright-blue));
  --color-service-item-shadow: rgba(0, 0, 0, 0.15);
  /* company */
  --color-name: var(--color-hero);
  --color-name-bg: linear-gradient(to bottom right, var(--color-strong-blue), var(--color-bright-blue));
  --color-name-alpha: linear-gradient(to bottom, var(--color-hero), var(--color-bright-blue));
  --color-message-border: #D8D8D8;
  --color-company-tab: var(--color-hero);
  --color-company-tab-bg: linear-gradient(to top right, var(--color-strong-blue) 0%, #3054A0 70%, var(--color-bright-blue) 100%);
  --color-map-link: #18478D;
  --color-map-link-hover: var(--color-hero);
  /* contact */
  --color-contact-bg: #ECEEF3;
  --color-required: #1751CD;
  --color-form-border: #AAA;
  --color-form-bg: var(--color-hero);
  --color-privacy-policy-link: #1751CD;
  --color-submit: #AAAAAA;
  --color-submit-bg: #E0E0E0;
  --color-placeholder: #AAAAAA;
  /* recruit */
  --color-recruit-title: var(--color-strong-blue);
  --color-position-bg: var(--color-hero);
  --color-position-border: var(--color-bright-blue);
  --color-position-tab: #D9D9D9;
  --color-position-button: var(--color-hero);
}

:root {
  --font-base: "Noto Sans", Arial, "Noto Sans JP", Meiryo, sans-serif;
  --font-awesome: "Font Awesome 6 free";
}
:root .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
:root .noto-sans-display {
  font-family: "Noto Sans Display", Arial, "Noto Sans JP", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  text-transform: uppercase;
}

html {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
}

body {
  font-family: var(--font-base);
  background: var(--color-main-bg);
  color: var(--color-main);
  min-width: 280px;
}

/* animation */
/*animation: fade-in*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* break point */
.br_sp {
  display: none;
}

@media screen and (max-width: 1025px) {
  .br_sp {
    display: block;
  }
}
.br_pc {
  display: block;
}

@media screen and (max-width: 1025px) {
  .br_pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 1025px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}

@media screen and (max-width: 1025px) {
  .pc {
    display: none;
  }
}
.for-contact {
  background-color: var(--color-for-contact);
}

.for-contact::after {
  content: "\f0e0";
}

.for-recruit {
  background-color: var(--color-for-recruit);
  margin-left: -3px;
}

.for-recruit::after {
  content: "\f00c";
}

.c-container {
  display: block;
  width: 68%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 1025px) {
  .c-container {
    width: calc(100% - 30px);
  }
}
.c-nav {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.c-nav li a {
  cursor: pointer;
  text-decoration: none;
}

.c-header-button {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: 0.02em;
  padding-top: 64px;
  padding-bottom: 24px;
  border: 3px solid var(--color-hero);
  position: relative;
}

.c-header-button::after {
  display: block;
  font-family: var(--font-awesome);
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1em;
  letter-spacing: 0.02em;
  position: absolute;
  top: 24px;
  left: calc(50% - 1.25rem);
}

@media screen and (max-width: 1025px) {
  .c-header-button {
    width: 50px;
    height: 50px;
    font-size: 0.375rem;
    padding-top: 32px;
    padding-bottom: 12px;
  }
  .c-header-button::after {
    font-size: 1.25rem;
    top: 12px;
    left: calc(50% - 0.625rem);
  }
}
.c-button {
  font-size: 1.13rem;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  width: 15rem;
  padding: 1.19rem;
  padding-right: 9.93rem;
  color: var(--color-main);
  border: 1px solid var(--color-strong-blue);
  position: relative;
  text-transform: uppercase;
}

.c-button::after {
  position: absolute;
  top: 1.19rem;
  right: 1.19rem;
  content: "\f105";
  font-family: var(--font-awesome);
  font-size: 1.13rem;
  line-height: 1em;
  font-weight: 900;
}

@media screen and (max-width: 1025px) {
  .c-button {
    font-size: 0.75rem;
    line-height: 1em;
    width: 9.375rem;
    padding: 0.75rem;
    padding-right: 4.375rem;
    white-space: nowrap;
  }
  .c-button::after {
    margin: 0;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.75rem;
    line-height: 1em;
  }
}
.c-news-contents {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
.c-news-contents li a {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  text-decoration: none;
  color: var(--color-main);
  white-space: nowrap;
}
.c-news-contents li a .date {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.15em;
}
.c-news-contents li a .category {
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  padding: 0.44rem 1.25rem;
  background-color: var(--color-category-bg);
  border-radius: 1.25rem;
}
.c-news-contents li a .title {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1025px) {
  .c-news-contents li a {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.375rem;
    align-items: center;
  }
  .c-news-contents li a .title {
    order: 1;
    white-space: wrap;
  }
  .c-news-contents li a::after {
    content: "";
    width: 100%;
  }
}
.c-section-title {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: var(--color-strong-blue);
  margin-bottom: 3rem;
}
.c-section-title h1 {
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-transform: uppercase;
}
.c-section-title h1::after {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 3px;
  height: 2rem;
  margin-left: 1.25rem;
  background-color: var(--color-strong-blue);
}
.c-section-title p {
  margin-top: 0.375rem;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 700;
}

@media screen and (max-width: 1025px) {
  .c-section-title h1 {
    font-size: 2rem;
  }
  .c-section-title h1::after {
    width: 2px;
    height: 1.5rem;
    margin-left: 0.75rem;
  }
  .c-section-title p {
    margin-top: 0.25rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 300px) {
  .c-section-title h1 {
    font-size: 1.5rem;
  }
  .c-section-title h1::after {
    height: 0.75rem;
    margin-left: 0.4rem;
  }
  .c-section-title p {
    font-size: 0.625rem;
  }
}
.c-blue-slash {
  position: relative;
}

.c-blue-slash::after {
  display: block;
  content: "";
  width: 1.25rem;
  height: 3.125rem;
  background: var(--color-blue-slash-bg);
  transform: skewX(-30deg);
  position: absolute;
  top: -1.25rem;
  left: 2.5rem;
}

@media screen and (max-width: 1025px) {
  .c-blue-slash::after {
    display: none;
  }
}
.c-bottom-section-title {
  color: var(--color-hero);
}
.c-bottom-section-title h1 {
  font-size: 4rem;
  line-height: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
}
.c-bottom-section-title h1::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.25rem;
  margin-top: -2px;
  background-color: var(--color-hero);
}
.c-bottom-section-title p {
  display: block;
  margin-top: -0.75rem;
  margin-left: 2.125rem;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}

@media screen and (max-width: 1025px) {
  .c-bottom-section-title h1 {
    font-size: 2rem;
    line-height: 1.5em;
  }
  .c-bottom-section-title h1::after {
    width: 0.75rem;
    height: 1px;
    margin: 1px auto 0;
  }
  .c-bottom-section-title p {
    margin: 0;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1em;
  }
}
.c-scroll {
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-hero);
}
.c-scroll span {
  position: absolute;
  font-size: 1.125rem;
  line-height: 1.5rem;
  top: 0;
  right: -1.625rem;
  writing-mode: vertical-rl;
}

.c-scroll::before {
  -webkit-animation: 2s scroll infinite;
          animation: 2s scroll infinite;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: var(--color-hero);
  border-radius: 1.5px;
  width: 3px;
  height: 10px;
  margin: auto;
}

.c-scroll::after {
  content: "";
  display: block;
  width: 34px;
  height: 55px;
  border: 2px solid var(--color-hero);
  border-radius: 25px;
  margin-inline: auto;
}

/* アニメーション */
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 10%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 10%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}
@media screen and (max-width: 1025px) {
  .c-scroll span {
    font-size: 0.75rem;
    line-height: 1em;
    right: -1rem;
  }
  .c-scroll::before {
    border-radius: 1px;
    width: 2px;
    height: 5px;
  }
  .c-scroll::after {
    width: 20px;
    height: 32.35px;
  }
}
.c-page-header {
  display: block;
  width: 100%;
  height: auto;
  padding: 202px 0 50px;
  background-image: url(./img/page_header.png);
  background-size: cover;
  color: var(--color-hero);
}
.c-page-header .c-container {
  width: 68%;
  max-width: 980px;
  margin: 0 auto;
  font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.c-page-header .c-container h1 {
  font-size: 3rem;
  line-height: 1em;
  letter-spacing: 0.02em;
  margin-right: 30px;
  text-transform: uppercase;
}
.c-page-header .c-container span {
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: var(--color-hero);
  margin-right: 15px;
  transform: rotate(30deg);
}
.c-page-header .c-container p {
  font-size: 1.125rem;
  line-height: 1em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1025px) {
  .c-page-header {
    background-image: url(./img/page_header_sp.png);
  }
}
@media screen and (max-width: 756px) {
  .c-page-header {
    padding: 96px 0 30px;
  }
  .c-page-header .c-container {
    width: 80%;
  }
  .c-page-header .c-container h1 {
    font-size: 1.5rem;
    margin-right: 0.6rem;
  }
  .c-page-header .c-container span {
    height: 1rem;
    margin-right: 0.6rem;
  }
  .c-page-header .c-container p {
    font-size: 0.825rem;
  }
}
.c-breadcrumb {
  width: 100%;
  background-color: var(--color-bg-breadcrumb);
  padding: 1.25rem 0;
  color: var(--color-title);
}
.c-breadcrumb ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.c-breadcrumb ul li {
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  white-space: nowrap;
}
.c-breadcrumb ul li:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumb ul li a {
  color: var(--color-breadcrumb);
  text-decoration: none;
}
.c-breadcrumb ul .current {
  color: var(--color-breadcrumb-current);
  font-weight: 700;
}
.c-breadcrumb ul li:not(:last-child)::after {
  display: inline-block;
  content: "/";
  margin: 0 5px;
  padding: 0;
  color: var(--color-breadcrumb-bar);
  font-weight: 800;
}

@media screen and (max-width: 1025px) {
  .c-breadcrumb {
    padding: 6px 0;
  }
  .c-breadcrumb ul {
    width: calc(100% - 40px);
  }
  .c-breadcrumb ul li {
    font-size: 0.61rem;
    line-height: 0.78rem;
  }
}
.c-page-footer {
  display: flex;
  position: relative;
  z-index: 1;
}
.c-page-footer .contact-page-footer {
  background: url(./img/recruit.jpg);
  background-size: cover;
  background-position: center;
}
.c-page-footer .contact-page-footer .c-container {
  visibility: hidden;
}
.c-page-footer .contact {
  width: 56.5%;
  padding: 105px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 73% 100%, 0 100%);
}
.c-page-footer .contact .c-container img {
  display: none;
}
.c-page-footer .recruit {
  margin-top: 0;
  width: 58.5%;
  padding: 105px 0;
  height: 100%;
  -webkit-clip-path: polygon(28% 0, 100% 0, 100% 100%, 2% 100%);
          clip-path: polygon(28% 0, 100% 0, 100% 100%, 2% 100%);
  background: linear-gradient(12deg, var(--color-page-footer-recruit_r), var(--color-for-recruit-bottom));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.c-page-footer .recruit .c-container .recruit-contents {
  width: 100%;
  padding-left: 20%;
}
.c-page-footer .recruit .c-container .recruit-contents .c-button:hover {
  color: var(--color-for-recruit);
}
.c-page-footer .recruit .c-container img {
  display: none;
}
.c-page-footer .recruit-page-footer {
  background: url(./img/contact.jpg);
  background-size: cover;
  background-position: center;
}
.c-page-footer .recruit-page-footer .c-container {
  visibility: hidden;
}
.c-page-footer .contact::after {
  display: none;
}
.c-page-footer .recruit::after {
  display: none;
}

@media screen and (max-width: 1025px) {
  .c-page-footer {
    display: block;
    position: static;
  }
  .c-page-footer .contact-page-footer {
    background: var(--color-bottom-bg);
  }
  .c-page-footer .contact-page-footer .c-container {
    visibility: visible;
  }
  .c-page-footer .recruit-page-footer {
    background: linear-gradient(12deg, var(--color-page-footer-recruit_r), var(--color-for-recruit-bottom));
  }
  .c-page-footer .recruit-page-footer .c-container {
    visibility: visible;
  }
  .c-page-footer .contact {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .c-page-footer .recruit {
    position: static;
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    background: linear-gradient(45deg, var(--color-for-recruit), var(--color-for-recruit-bottom));
  }
  .c-page-footer .recruit .c-container .recruit-contents {
    padding-left: 0;
  }
  .c-page-footer .recruit .c-container .recruit-contents .c-button:hover {
    color: var(--color-hero);
  }
}
/*
.c-circle-button {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 7px 15px;
  background: var(--color-circle-button-bg);
  border-radius: 50%;
}
 */

.c-page-title {
  color: var(--color-page-title);
  text-align: center;
  margin-bottom: 3.5rem;
}
.c-page-title h1 {
  font-size: 4rem;
  line-height: 1.5em;
  font-weight: 900;
}
.c-page-title h1::after {
  display: block;
  content: "";
  width: 22px;
  height: 3px;
  background-color: var(--color-page-title);
  margin: 0 auto 10px;
}
.c-page-title p {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.2em;
  font-weight: 700;
}

@media screen and (max-width: 1025px) {
  .c-page-title {
    margin-bottom: 1.5rem;
  }
  .c-page-title h1 {
    font-size: 3rem;
  }
  .c-page-title h1::after {
    width: 1rem;
    height: 2px;
    margin: 0 auto 8px;
  }
}
@media screen and (max-width: 756px) {
  .c-page-title {
    margin-bottom: 1.5rem;
  }
  .c-page-title h1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .c-page-title h1::after {
    width: 0.5rem;
    height: 2px;
    margin: 0 auto 5px;
  }
}
.c-access {
  list-style: none;
  font-size: 1rem;
  line-height: 1.125rem;
  padding-left: 5em;
  position: relative;
}

.c-access::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "アクセス: ";
}

@media screen and (max-width: 756px) {
  .c-access {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
header {
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: transparent;
  position: fixed;
  z-index: 1000;
}
header .c-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding-left: 50px;
  align-items: center;
  justify-content: space-between;
}
header .c-container .ui .header-logo {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  text-decoration: none;
  align-items: center;
}
header .c-container .ui .header-logo img {
  width: 1.875rem;
  height: 1.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
header .c-container .ui .header-logo p {
  font-size: 1.5rem;
  line-height: 1.375em;
  letter-spacing: 0;
  font-weight: 900;
  color: var(--color-hero);
}
header .c-container .navigations {
  display: flex;
  flex-wrap: nowrap;
}
header .c-container .navigations .c-nav {
  color: var(--color-hero);
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  margin-right: 30px;
}
header .c-container .navigations .c-nav li a {
  color: var(--color-hero);
  position: relative;
}
header .c-container .navigations .c-nav li a::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-hero);
  position: absolute;
  bottom: -8px;
  left: 0;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
header .c-container .navigations .c-nav li a:hover::after {
  transform: scale(1, 1);
}
header .c-container .navigations .c-nav :nth-child(4), header .c-container .navigations .c-nav :nth-child(5) {
  display: none;
}
header .c-container .navigations .nav-buttons {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
header .c-container .navigations .nav-buttons li a {
  text-decoration: none;
  color: var(--color-hero);
}
header .c-container .navigations .nav-buttons .for-contact:hover {
  color: var(--color-for-contact);
  background-color: var(--color-hero);
}
header .c-container .navigations .nav-buttons .for-recruit:hover {
  color: var(--color-for-recruit);
  background-color: var(--color-hero);
}

header.fixed {
  background-color: var(--color-dark-blue);
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 1025px) {
  header .c-container {
    height: 50px;
    padding-left: 15px;
  }
  header .c-container .ui {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: center;
  }
  header .c-container .ui .header-logo img {
    width: 2rem;
    height: 2rem;
  }
  header .c-container .ui .sp-border {
    display: block;
    width: 1px;
    height: 24px;
    background-color: var(--color-hero);
  }
  header .c-container .ui .toggle {
    cursor: pointer;
    width: 56px;
    height: 50px;
    padding: 16px;
    position: relative;
  }
  header .c-container .ui .toggle span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--color-hero);
    position: absolute;
    transition: 0.35s ease-in-out;
  }
  header .c-container .ui .toggle span:nth-of-type(1) {
    top: 16px;
  }
  header .c-container .ui .toggle span:nth-of-type(2) {
    top: 24px;
  }
  header .c-container .ui .toggle span:nth-of-type(3) {
    top: 32px;
  }
  header .c-container .navigations .c-nav {
    transition: 0.35s ease-in;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    flex-direction: column;
    padding: 24vh 0;
    background-color: var(--color-nav-sp-bg);
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-right: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.05em;
  }
  header .c-container .navigations .c-nav :nth-child(4), header .c-container .navigations .c-nav :nth-child(5) {
    display: list-item;
  }
  header .c-container .navigations .c-nav li {
    width: 68%;
    flex-grow: 0.2;
    text-align: center;
  }
  header .c-container .navigations .c-nav li a {
    color: var(--color-dark-blue);
  }
  header .c-container .navigations .c-nav li a::after {
    background-color: var(--color-dark-blue);
  }
}
header.open .c-container .ui .toggle span:nth-of-type(1) {
  top: 24px;
  transform: rotate(315deg);
}
header.open .c-container .ui .toggle span:nth-of-type(2) {
  width: 0;
  left: 50%;
}
header.open .c-container .ui .toggle span:nth-of-type(3) {
  top: 24px;
  transform: rotate(-315deg);
}
header.open .c-container .navigations .c-nav {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 756px) {
  header .c-container .navigations .c-nav li {
    text-align: left;
  }
}
.top {
  display: block;
  width: 100%;
  height: auto;
  min-height: 820px;
  position: relative;
  overflow-x: hidden;
}
.top .slide {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 820px;
}
.top .slide .item img {
  width: 100%;
  height: 100vh;
  min-height: 820px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .slide-dots {
  display: block;
  width: 5rem;
  position: absolute;
  z-index: 5;
  margin: 0;
  padding: 0;
  top: calc(50vh - 12rem);
  right: 16%;
}
.top .slide-dots li {
  display: block;
  width: 50%;
  height: 3px;
  background-color: var(--color-slide-dot);
  margin: 0 0 1.5rem auto;
}
.top .slide-dots li:last-of-type {
  margin-bottom: 0;
}
.top .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.top .slide-dots li.slick-active {
  width: 100%;
  background-color: var(--color-hero);
}
.top .slide-dots button {
  background: none;
  border: none;
  outline: none;
}
.top .c-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.top .c-container .top-contents {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--color-hero);
  position: relative;
}
.top .c-container .top-contents .hero-message {
  flex-grow: 1;
}
.top .c-container .top-contents .hero-message h1 {
  display: block;
  font-size: 6rem;
  line-height: 1em;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.top .c-container .top-contents .hero-message h1 span {
  line-height: 4.875rem;
  letter-spacing: 0;
  font-weight: 500;
}
.top .c-container .top-contents .hero-message p {
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  display: block;
  position: absolute;
  top: 215px;
  right: 171px;
}
.top .c-container .top-contents .hero-message .c-button {
  color: var(--color-hero);
  border-color: var(--color-hero);
}
.top .c-container .top-contents .hero-message .c-button:hover {
  background-color: var(--color-slide-dot);
}
.top .c-container .top-contents .c-scroll {
  margin-right: 2rem;
}

@media screen and (max-width: 1025px) {
  .top {
    min-height: 600px;
  }
  .top .c-container .top-contents {
    width: 80%;
  }
  .top .c-container .top-contents .hero-message h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .top .c-container .top-contents .hero-message h1 span {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
  .top .c-container .top-contents .hero-message p {
    position: static;
    margin-bottom: 1.75rem;
    font-size: 1.125rem;
  }
  .top .c-container .top-contents .c-scroll {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 756px) {
  .top {
    min-height: 820px;
  }
  .top .slide-dots {
    top: 100px;
    right: 35px;
  }
  .top .c-container .top-contents {
    width: 96%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .top .c-container .top-contents .c-scroll {
    margin-top: -32.35px;
  }
}
@media screen and (max-width: 300px) {
  .top .slide-dots {
    display: none;
  }
  .top .c-container .top-contents .hero-message h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .top .c-container .top-contents .hero-message h1 span {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .top .c-container .top-contents .hero-message p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}
.news {
  margin-top: -12.75rem;
  margin-bottom: 2.75rem;
}
.news .c-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  border: 5px solid var(--color-hero);
  background-color: var(--color-hero);
}
.news .c-container .news-header {
  display: flex;
  flex-wrap: wrap;
  width: 20%;
  justify-content: center;
  align-items: center;
  color: var(--color-hero);
  padding: 2.75rem 2.9rem;
  background-color: var(--color-for-news);
}
.news .c-container .news-header div {
  font-weight: 700;
  text-align: center;
}
.news .c-container .news-header div h1 {
  font-size: 2.25rem;
  line-height: 1em;
  text-transform: uppercase;
}
.news .c-container .news-header div p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 2px;
}
.news .c-container .c-news-contents {
  padding: 2rem;
  width: 100%;
}
.news .c-container .news-button {
  cursor: pointer;
  color: var(--color-hero);
  background-color: transparent;
  position: absolute;
  bottom: 0;
  right: -1.25rem;
}
.news .c-container .news-button span {
  position: absolute;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 0.5rem 1.125rem 0.5rem 2.375rem;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  z-index: 12;
  background-color: transparent;
  bottom: 0;
  right: 0;
}
.news .c-container .news-button span i {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-left: 3.25rem;
}
.news .c-container .news-button:hover span {
  color: var(--color-for-news);
  background-color: var(--color-hero);
}
.news .c-container .news-button::before {
  display: block;
  content: "";
  width: 12.875rem;
  height: 2.25rem;
  background-color: var(--color-for-news);
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  position: absolute;
  z-index: 10;
  right: -1px; /* 0.0625rem = 1px is border size */
  bottom: -1px;
}

@media screen and (max-width: 1025px) {
  .news {
    margin: 0;
    margin-top: -2.75rem;
  }
  .news .c-container {
    width: 100%;
    border: 0;
    flex-wrap: wrap;
    background-color: transparent;
  }
  .news .c-container .c-news-contents {
    background-color: var(--color-hero);
    padding: 1.25rem 15px 15px;
  }
  .news .c-container .news-header {
    display: block;
    flex-wrap: nowrap;
    padding: 0;
    padding-top: 8px;
    padding-left: 0.8rem;
    padding-bottom: 4px;
    width: 70%;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
  }
  .news .c-container .news-header div {
    text-align: left;
  }
  .news .c-container .news-header div h1 {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2rem;
    font-style: italic;
  }
  .news .c-container .news-header div p {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 2em;
    margin-top: 0;
    margin-left: 0.2rem;
  }
  .news .c-container .news-button {
    position: static;
    margin-left: 15px;
    margin-bottom: 20px;
    border: 1px solid var(--color-for-news);
    text-decoration: none;
  }
  .news .c-container .news-button span {
    position: static;
    display: block;
    width: 9.375rem;
    padding: 0.75rem;
    font-size: 0.75rem;
    line-height: 1em;
    -webkit-clip-path: none;
            clip-path: none;
    color: var(--color-for-news);
    background-color: var(--color-hero);
    text-decoration: none;
  }
  .news .c-container .news-button span i {
    font-size: 0.75rem;
    line-height: 1em;
  }
  .news .c-container .news-button:hover span {
    color: var(--color-hero);
    background-color: var(--color-for-news);
    text-decoration: none;
  }
  .news .c-container .news-button::before {
    display: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.about {
  padding: 120px 0;
  position: relative;
}
.about .c-container .sub-title {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--color-sub);
  margin-bottom: 3rem;
}
.about .c-container .about-detail {
  font-size: 1.125rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 3rem;
}
.about .c-container .c-button {
  display: block;
  color: var(--color-hero);
  background: var(--color-button-bg);
}
.about .c-container .c-button:hover {
  background: var(--color-strong-blue);
}

.about::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: -120px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  background-color: var(--color-about-bg);
  -webkit-clip-path: polygon(0 0, 90% 0, 49% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 49% 100%, 0 100%);
}

.about::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 10rem;
  right: 3rem;
  width: 50%;
  height: 100%;
  max-width: 52rem;
  background-image: url(./img/message_bg_2.svg);
  background-size: contain;
}

@media screen and (max-width: 1025px) {
  .about {
    padding: 80px 0;
  }
  .about .c-container .sub-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.05em;
    margin-bottom: 5.625rem;
  }
  .about .c-container .about-detail {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .about .c-container .c-button {
    margin: 0 auto;
  }
  .about::before {
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 49% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 49% 100%, 0 100%);
  }
  .about::after {
    top: 7.5rem;
    right: 0;
    width: 80%;
    min-width: 300px;
  }
}
.service {
  padding: 120px 0;
  background-image: url(./img/service_bg.jpg);
  background-size: cover;
}
.service .c-container .c-section-title {
  color: var(--color-service-bg);
}
.service .c-container .c-section-title h1::after {
  background-color: var(--color-service-bg);
}
.service .c-container .service-contents {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 8%;
       column-gap: 8%;
  align-items: center;
}
.service .c-container .service-contents .service-main {
  width: 50%;
  background-color: var(--color-service-bg);
  padding: 100px 15px 20px;
}
.service .c-container .service-contents .service-main h1 {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1.5em;
  margin-bottom: 1.25rem;
}
.service .c-container .service-contents .service-main h1 span {
  display: block;
  font-size: 7.5rem;
  line-height: 1em;
  margin-bottom: 3.75rem;
}
.service .c-container .service-contents .service-main p {
  font-size: 1.125rem;
  line-height: 2em;
}
.service .c-container .service-contents .service-main .c-button {
  display: block;
  margin-left: 5px;
  margin-top: 3.5rem;
  color: var(--color-service-bg);
  background: var(--color-button-bg);
}
.service .c-container .service-contents .service-main .c-button:hover {
  background: var(--color-strong-blue);
}
.service .c-container .service-contents .service-sub {
  list-style: none;
  width: 42%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.service .c-container .service-contents .service-sub li {
  display: block;
  width: 100%;
  background-color: var(--color-service-bg);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  padding: 2.5rem 0;
}
.service .c-container .service-contents .service-sub li span {
  margin-bottom: 1rem;
  display: block;
  font-size: 4.5rem;
  line-height: 1em;
}

@media screen and (max-width: 1025px) {
  .service {
    padding: 80px 0;
  }
  .service .c-container .service-contents {
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 12px;
    align-items: start;
  }
  .service .c-container .service-contents .service-main {
    width: 100%;
    padding: 4.75rem 5px 3.75rem;
  }
  .service .c-container .service-contents .service-main h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
  .service .c-container .service-contents .service-main h1 span {
    font-size: 4rem;
  }
  .service .c-container .service-contents .service-main p {
    text-align: center;
  }
  .service .c-container .service-contents .service-main .c-button {
    margin: 3.375rem auto 0;
  }
  .service .c-container .service-contents .service-sub {
    width: 100%;
    flex-wrap: nowrap;
    row-gap: 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  .service .c-container .service-contents .service-sub li {
    width: calc(50% - 15px);
    min-width: 10.5rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 3rem 0.25rem;
    white-space: nowrap;
  }
  .service .c-container .service-contents .service-sub li span {
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: 1em;
  }
  .service .c-container .service-contents .service-sub::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
  }
  .service .c-container .service-contents .service-sub::-webkit-scrollbar-thumb {
    background-color: var(--color-service-scroll);
    border-radius: 5px;
  }
  .service .c-container .service-contents .service-sub::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
  }
}
.contact {
  padding: 140px 0;
  color: var(--color-hero);
  background: var(--color-bottom-bg);
  position: relative;
}
.contact .c-container .contact-contents .bottom-text {
  margin: 30px 0;
}
.contact .c-container .contact-contents .c-button {
  display: block;
  color: var(--color-hero);
  border-color: var(--color-hero);
}
.contact .c-container .contact-contents .c-button:hover {
  color: var(--color-strong-blue);
  background-color: var(--color-hero);
}
.contact .c-container img {
  display: block;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

.contact::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: var(--color-bottom-line);
  z-index: 3;
  top: 2.5rem;
  right: 0;
}

@media screen and (max-width: 1025px) {
  .contact {
    padding: 3rem 0;
    background: var(--color-bottom-bg);
  }
  .contact .c-container .contact-contents {
    text-align: center;
  }
  .contact .c-container .contact-contents .bottom-text {
    margin: 0.75rem 0;
  }
  .contact .c-container .contact-contents .c-button {
    display: inline-block;
    border: 1px solid var(--color-hero);
    background: var(--color-hero);
    color: var(--color-for-contact);
  }
  .contact .c-container .contact-contents .c-button:hover {
    color: var(--color-hero);
    background: transparent;
  }
  .contact .c-container img {
    display: none;
  }
  .contact::after {
    display: none;
  }
}
.recruit {
  margin-top: 60px;
  padding: 140px 0;
  color: var(--color-hero);
  background: var(--color-bottom-bg-r);
  position: relative;
}
.recruit .c-container .recruit-contents {
  display: block;
  width: 40%;
  height: auto;
  margin: 0 0 0 auto;
}
.recruit .c-container .recruit-contents .bottom-text {
  margin: 30px 0;
}
.recruit .c-container .recruit-contents .c-button {
  display: block;
  color: var(--color-hero);
  border-color: var(--color-hero);
}
.recruit .c-container .recruit-contents .c-button:hover {
  color: var(--color-bright-blue);
  background-color: var(--color-hero);
}
.recruit .c-container img {
  display: block;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
  z-index: 2;
}

.recruit::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 5px;
  background-color: var(--color-bottom-line);
  z-index: 3;
  bottom: 2.5rem;
  left: 0;
}

@media screen and (max-width: 1025px) {
  .recruit {
    margin-top: 0;
    padding: 3rem 0;
    background: linear-gradient(45deg, var(--color-for-recruit), var(--color-for-recruit-bottom));
  }
  .recruit .c-container .recruit-contents {
    width: 100%;
    text-align: center;
  }
  .recruit .c-container .recruit-contents .bottom-text {
    margin: 0.75rem 0;
  }
  .recruit .c-container .recruit-contents .c-button {
    display: inline-block;
    border: 1px solid var(--color-hero);
    background: var(--color-hero);
    color: var(--color-for-recruit-bottom);
  }
  .recruit .c-container .recruit-contents .c-button:hover {
    color: var(--color-hero);
    background: transparent;
  }
  .recruit .c-container img {
    display: none;
  }
  .recruit::after {
    display: none;
  }
}
footer {
  margin-top: 120px;
  padding: 120px 0 0;
  color: var(--color-hero);
  position: relative;
  background: var(--color-footer-bg);
}
footer .c-container .copyright {
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-copy);
  padding: 2.125rem 0;
}
footer .c-container .footer-contents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
footer .c-container .footer-contents .info .footer-logo {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  align-items: center;
  text-decoration: none;
}
footer .c-container .footer-contents .info .footer-logo img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .c-container .footer-contents .info .footer-logo p {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--color-hero);
}
footer .c-container .footer-contents .info .company h1 {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}
footer .c-container .footer-contents .info .company h1 span {
  font-weight: 900;
}
footer .c-container .footer-contents .info .company p {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 700;
}
footer .c-container .footer-contents .info .contact-info {
  list-style: none;
  margin-top: 40px;
}
footer .c-container .footer-contents .info .contact-info li {
  display: flex;
  flex-wrap: nowrap;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 900;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
footer .c-container .footer-contents .info .contact-info li span {
  font-size: 1.5rem;
  line-height: 1em;
}
footer .c-container .footer-contents .info .contact-info li:nth-of-type(2) {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
footer .c-container .footer-contents .menu {
  width: 45%;
}
footer .c-container .footer-contents .menu .footer-nav {
  width: 100%;
  height: 7.5rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2.25rem;
}
footer .c-container .footer-contents .menu .footer-nav li {
  display: block;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  width: 50%;
}
footer .c-container .footer-contents .menu .footer-nav li a {
  color: var(--color-hero);
  text-decoration: none;
  font-weight: 700;
}
footer .c-container .footer-contents .menu .footer-nav li a:hover {
  cursor: pointer;
  color: var(--color-dark-blue);
}
footer .c-container .footer-contents .menu .footer-nav li:last-of-type {
  font-size: 0.75rem;
}
footer .c-container .footer-contents .menu .sns-links {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  margin-top: 68px;
  justify-content: right;
}
footer .c-container .footer-contents .menu .sns-links li {
  font-size: 1.875rem;
  line-height: 1em;
  width: 1em;
}
footer .c-container .footer-contents .menu .sns-links li a {
  color: var(--color-hero);
  text-decoration: none;
}
footer .c-container .footer-contents .menu .sns-links li a:hover {
  cursor: pointer;
  color: var(--color-dark-blue);
}
footer .page-top-button {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}
footer .page-top-button a {
  font-size: 2rem;
  line-height: 1em;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-hero);
  padding: 3.375rem 0.875rem 0.875rem 3.875rem;
}
footer .page-top-button.fixed {
  display: block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
footer .page-top-button::before {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  background-color: var(--color-dark-blue);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  z-index: -1;
  right: 1px;
  bottom: 1px;
}
footer .page-top-button::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: var(--color-dark-blue);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
}
footer .page-top-button:hover a {
  color: var(--color-dark-blue);
}
footer .page-top-button:hover::before {
  background-color: var(--color-hero);
}

@media screen and (max-width: 1025px) {
  footer {
    margin-top: 0;
    padding: 40px 0 0;
  }
  footer .c-container .copyright {
    padding: 1.25rem 0;
  }
  footer .c-container .footer-contents {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 1.5rem;
    margin-bottom: 40px;
  }
  footer .c-container .footer-contents .info .footer-logo {
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }
  footer .c-container .footer-contents .info .footer-logo img {
    width: 1.5rem;
    height: 1.5rem;
  }
  footer .c-container .footer-contents .info .footer-logo p {
    font-size: 1.5rem;
  }
  footer .c-container .footer-contents .info .company h1 {
    margin-top: 5px;
  }
  footer .c-container .footer-contents .info .company p {
    margin-top: 5px;
  }
  footer .c-container .footer-contents .info .contact-info {
    margin-top: 10px;
  }
  footer .c-container .footer-contents .info .contact-info li {
    font-size: 1.125rem;
    -moz-column-gap: 5px;
         column-gap: 5px;
    margin-bottom: 5px;
  }
  footer .c-container .footer-contents .info .contact-info li span {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  footer .c-container .footer-contents .info .contact-info li:nth-of-type(2) {
    font-size: 0.75rem;
  }
  footer .c-container .footer-contents .menu {
    width: 100%;
  }
  footer .c-container .footer-contents .menu .footer-nav {
    height: 5.375rem;
    row-gap: 1rem;
  }
  footer .c-container .footer-contents .menu .footer-nav li {
    font-size: 0.75rem;
    line-height: 1.5em;
  }
  footer .c-container .footer-contents .menu .footer-nav li:last-of-type {
    font-size: 0.625rem;
  }
  footer .c-container .footer-contents .menu .sns-links {
    justify-content: left;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 1.5rem;
  }
  footer .c-container .footer-contents .menu .sns-links li {
    font-size: 1.5rem;
  }
  footer .page-top-button a {
    font-size: 1.125rem;
    padding: 1.625rem 0.375rem 0.375rem 1.875rem;
  }
  footer .page-top-button::before {
    width: 46px;
    height: 46px;
  }
  footer .page-top-button::after {
    width: 50px;
    height: 50px;
  }
}
.show-news .c-container {
  padding: 100px 0 240px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  align-items: flex-start;
  justify-content: center;
}
.show-news .c-container .c-news-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 420px 420px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
}
.show-news .c-container .c-news-contents .item {
  overflow: hidden;
  position: relative;
}
.show-news .c-container .c-news-contents .item a {
  flex-wrap: wrap;
  padding: 15px 15px 57px;
  background-color: #FFF8F1;
  border: 1px solid #E9E9E9;
  min-height: 420px;
  position: relative;
}
.show-news .c-container .c-news-contents .item a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.show-news .c-container .c-news-contents .item a .title {
  display: -webkit-box;
  width: 100%;
  height: 100%;
  min-height: 3.25rem;
  max-height: 3.25rem;
  font-weight: 700;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.show-news .c-container .c-news-contents .item a .detail {
  display: -webkit-box;
  width: 81%;
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.05em;
  height: 100%;
  max-height: 3rem;
  min-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 10px;
}
.show-news .c-container .c-news-contents .item a .detail::after {
  display: inline-block;
  content: "…";
}
.show-news .c-container .c-news-contents .item a .news-button-to-article {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-news-button-to-article-bg);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.show-news .c-container .c-news-contents .item a .news-button-to-article p {
  text-align: center;
  margin: 68px 10px 20px 47px;
  white-space: nowrap;
  color: var(--color-news-button-to-article);
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
.show-news .c-container .c-news-contents .item a .news-button-to-article p i {
  margin-left: 3px;
}
.show-news .c-container .c-news-contents .item a:hover::after {
  display: block;
  content: "";
  width: 100%;
  height: 420px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.show-news .c-container .wp-pagenavi {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  align-items: center;
  font-size: 1rem;
  line-height: 1.625rem;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.show-news .c-container .wp-pagenavi a {
  text-decoration: none;
  color: var(--color-main);
}
.show-news .c-container .wp-pagenavi .page:hover {
  font-weight: 700;
}
.show-news .c-container .wp-pagenavi .current {
  font-weight: 400;
}
.show-news .c-container .wp-pagenavi .nextpostslink {
  color: var(--color-circle-button);
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 7px 15px;
  background: var(--color-circle-button-bg);
  border-radius: 50%;
  margin-left: 10px;
}
.show-news .c-container .wp-pagenavi .previouspostslink {
  color: var(--color-circle-button);
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 7px 15px;
  background: var(--color-circle-button-bg);
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (max-width: 1025px) {
  .show-news .c-container {
    padding: 40px 0 80px;
    row-gap: 40px;
  }
  .show-news .c-container .c-news-contents {
    display: flex;
  }
  .show-news .c-container .c-news-contents .item a {
    background-color: transparent;
    border: none;
    min-height: 100%;
    padding: 0;
  }
  .show-news .c-container .c-news-contents .item a .title {
    min-height: 100%;
    max-height: 100%;
    font-weight: 400;
  }
  .show-news .c-container .c-news-contents .item a .detail {
    display: none;
  }
  .show-news .c-container .c-news-contents .item a:hover .title {
    min-height: 100%;
    max-height: 100%;
    text-decoration: underline;
    margin-top: 0.375rem;
  }
  .show-news .c-container .c-news-contents .item a:hover::after {
    display: none;
  }
}
.article {
  padding: 100px 0 120px;
}
.article .c-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .c-container .article-title {
  margin-bottom: 30px;
}
.article .c-container .article-title h1 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 0.625rem;
  position: relative;
  padding-top: 25px;
  padding-left: 30px;
}
.article .c-container .article-title h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: var(--color-article-point);
}
.article .c-container .article-title .date {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.15em;
  margin-right: 0.625rem;
}
.article .c-container .article-title .category {
  display: inline-block;
  padding: 5px 10px;
  background-color: var(--color-category-bg);
  border-radius: 20px;
  font-size: 0.625rem;
  line-height: 1em;
  letter-spacing: 0.2em;
}
.article .c-container .article-contents {
  display: flex;
  flex-wrap: wrap;
  row-gap: 36px;
  /*padding: 75px 0 80px;*/
  padding-bottom: 80px;
}
.article .c-container .article-contents div:first-of-type h1 {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  padding-top: 8px;
  padding-left: 29px;
  margin-top: 39px; /* 75px - 36px */
  position: relative;
}
.article .c-container .article-contents div:first-of-type h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 50px;
  background-color: var(--color-article-point);
}
.article .c-container .article-contents div:first-of-type p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
}
.article .c-container .article-contents div:nth-of-type(2) h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.article .c-container .article-contents div:nth-of-type(2) p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-left: 0.3125rem;
}
.article .c-container .article-contents div:nth-of-type(2) .c-button {
  display: block;
  white-space: nowrap;
  margin-top: 2.25rem;
  color: var(--color-service-bg);
  background: var(--color-button-bg);
}
.article .c-container .article-contents div:nth-of-type(2) .c-button:hover {
  background: var(--color-strong-blue);
}
.article .c-container .sns-buttons {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
.article .c-container .sns-buttons li {
  height: 30px;
  margin-right: 5px;
}
.article .c-container .sns-buttons :last-child {
  margin-right: 0;
}
.article .c-container .article-links {
  position: relative;
  margin-top: 36px;
}
.article .c-container .article-links a {
  text-decoration: none;
  color: var(--color-article-links);
  cursor: pointer;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.article .c-container .article-links .prev-next {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article .c-container .article-links .prev-next li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  width: 100%;
  max-width: 13.5rem;
  letter-spacing: 0.05em;
  padding: 7.5px 0;
}
.article .c-container .article-links .prev-next li a:hover {
  background-color: var(--color-article-links-hover);
}
.article .c-container .article-links .prev-next li:first-of-type a {
  text-align: left;
}
.article .c-container .article-links .prev-next li:last-of-type a {
  text-align: right;
}
.article .c-container .article-links .prev-next li:first-of-type a::before {
  content: "\f100";
  font-family: var(--font-awesome);
  font-weight: 900;
}
.article .c-container .article-links .prev-next li:nth-of-type(2) a::after {
  content: "\f101";
  font-family: var(--font-awesome);
  font-weight: 900;
}
.article .c-container .article-links .latest-all {
  position: absolute;
  width: 15rem;
  height: auto;
  top: 0;
  left: calc(50% - 7.5rem);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article .c-container .article-links .latest-all li {
  padding: 1rem 1.5rem;
}
.article .c-container .article-links .latest-all li a {
  width: 100%;
  letter-spacing: 0.05em;
  padding: 1rem 0;
}
.article .c-container .article-links .latest-all li a:hover {
  border-bottom: 1px solid var(--color-article-links);
}
.article .c-container .article-links .latest-all li:first-of-type {
  border-right: 1px solid var(--color-article-links-hover);
}
.article .c-container .article-links .latest-all li:first-of-type a {
  text-align: left;
}
.article .c-container .article-links .latest-all li:last-of-type a {
  text-align: right;
}

@media screen and (max-width: 1025px) {
  .article {
    padding: 40px 0 80px;
  }
  .article .c-container .article-title {
    margin-bottom: 24px;
  }
  .article .c-container .article-title h1 {
    font-size: 1.25rem;
    padding-top: 10px;
    padding-left: 15px;
  }
  .article .c-container .article-title h1::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .article .c-container .article-title .date {
    font-size: 0.625rem;
    line-height: 1.5em;
    margin-right: 5px;
  }
  .article .c-container .article-contents {
    /*padding: 36px 0 3rem;*/
    padding-bottom: 3rem;
    row-gap: 30px;
  }
  .article .c-container .article-contents div:first-of-type h1 {
    font-size: 0.875rem;
    line-height: 1.5em;
    padding-top: 9px;
    padding-left: 13px;
    margin-top: 6px; /* 36px - 30px */
  }
  .article .c-container .article-contents div:first-of-type h1::before {
    width: 3px;
    height: 36px;
  }
  .article .c-container .article-contents div:first-of-type p {
    font-size: 0.875rem;
    line-height: 1.5em;
    margin-top: 0.75rem;
  }
  .article .c-container .article-contents div:nth-of-type(2) h2 {
    font-size: 0.875rem;
  }
  .article .c-container .article-contents div:nth-of-type(2) p {
    font-size: 0.875rem;
    line-height: 1.5em;
    margin-top: 0.75rem;
    margin-left: 0;
  }
  .article .c-container .article-contents div:nth-of-type(2) .c-button {
    margin-top: 25px;
  }
}
@media screen and (max-width: 756px) {
  .article .c-container .sns-buttons {
    flex-wrap: wrap;
  }
  .article .c-container .sns-buttons .spacer {
    width: 100%;
  }
  .article .c-container .article-links {
    position: static;
    margin-top: 3.375rem;
  }
  .article .c-container .article-links .prev-next li a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    -moz-column-gap: 9px;
         column-gap: 9px;
    width: 100%;
    max-width: 7.5rem;
    padding: 5px 0;
    font-size: 0.625rem;
    line-height: 1.5em;
  }
  .article .c-container .article-links .prev-next li:first-of-type a::before {
    content: "\f100";
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1.5em;
  }
  .article .c-container .article-links .prev-next li:last-of-type a::after {
    content: "\f101";
    font-family: var(--font-awesome);
    font-weight: 900;
    font-size: 0.75rem;
    line-height: 1.5em;
  }
  .article .c-container .article-links .latest-all {
    position: static;
    margin: 9px auto 0;
  }
}
.show-about {
  padding: 100px 0 120px;
  position: relative;
}
.show-about .c-container .vision {
  padding-bottom: 150px;
  text-align: center;
}
.show-about .c-container .vision .sub-title {
  font-size: 2.25rem;
  line-height: 1em;
  letter-spacing: 0.15em;
}
.show-about .c-container .vision .text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 2.25rem;
}
.show-about .c-container .vision::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 120px;
  right: 50px;
  width: 50%;
  height: 100%;
  max-width: 52rem;
  background-image: url(./img/message_bg_2.svg);
  background-size: contain;
}
.show-about .c-container .message {
  margin-top: 30px;
  margin-bottom: 140px;
}
.show-about .c-container .message .c-container {
  width: 100%;
  max-width: 100%;
}
.show-about .c-container .message .c-container .c-page-title {
  margin-bottom: 4.5rem;
}
.show-about .c-container .message .c-container .ceo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.show-about .c-container .message .c-container .ceo .ceo-top {
  position: relative;
  z-index: 1;
}
.show-about .c-container .message .c-container .ceo .ceo-top .ceo-image {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./img/ceo.jpg);
  background-size: cover;
  background-position: center;
}
.show-about .c-container .message .c-container .ceo .ceo-top .name {
  display: block;
  width: 100%;
  padding: 10px 54px 12px 40px;
  min-width: 525px;
  height: 60px;
  background: var(--color-name-bg);
  -webkit-clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
          clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  position: absolute;
  bottom: -30px;
  right: -35px;
  z-index: 2;
}
.show-about .c-container .message .c-container .ceo .ceo-top .name h1 {
  display: block;
  position: absolute;
  top: 24px;
  right: 54px;
  z-index: 4;
  color: var(--color-name);
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: right;
  white-space: nowrap;
}
.show-about .c-container .message .c-container .ceo .ceo-top .name span {
  display: block;
  position: absolute;
  top: 10px;
  left: 40px;
  z-index: 3;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: -0.1em;
  font-weight: 900;
  font-style: italic;
  background: var(--color-name-alpha);
  opacity: 0.2;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  white-space: nowrap;
}
.show-about .c-container .message .c-container .ceo p {
  display: block;
  height: auto;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 60px 0 80px;
}
.show-about .c-container .message .c-container .ceo p span {
  font-weight: 700;
}
.show-about .c-container .message::before {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 5px;
  background-color: var(--color-message-border);
  z-index: -2;
  top: 870px;
  right: 0;
}
.show-about .c-container .message::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 5px;
  background-color: var(--color-message-border);
  z-index: -2;
  top: 1440px;
  left: 0;
}
.show-about .c-container .company-info {
  margin-top: 30px;
}
.show-about .c-container .company-info .c-container {
  width: 100%;
  max-width: 100%;
}
.show-about .c-container .company-info .c-container .c-page-title {
  margin-bottom: 4.5rem;
}
.show-about .c-container .company-info .c-container .company .company-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
.show-about .c-container .company-info .c-container .company .company-top .company-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-about .c-container .company-info .c-container .company .company-top .info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 55px 0 75px;
  align-items: center;
  border: 1px solid #1C3B7D;
}
.show-about .c-container .company-info .c-container .company .company-top .info dt {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  min-height: 42px;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: var(--color-company-tab);
  background: var(--color-company-tab-bg);
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.show-about .c-container .company-info .c-container .company .company-top .info dt:last-of-type {
  border-bottom: none;
}
.show-about .c-container .company-info .c-container .company .company-top .info dd {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  min-height: 42px;
  font-size: 1rem;
  line-height: 1.125rem;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #1C3B7D;
  background-color: rgba(255, 255, 255, 0.8);
}
.show-about .c-container .company-info .c-container .company .company-top .info dd:last-of-type {
  border-bottom: none;
}
.show-about .c-container .company-info .c-container .company .company-top .c-access {
  position: absolute;
  bottom: 1.125rem;
  right: 1.125rem;
}
.show-about .c-container .company-info .c-container .company .map {
  margin-top: 30px;
}
.show-about .c-container .company-info .c-container .company .map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.show-about .c-container .company-info .c-container .company .map .map-link {
  text-decoration: none;
  color: var(--color-map-link);
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
  margin-left: 1.25rem;
}
.show-about .c-container .company-info .c-container .company .map .map-link:hover {
  color: var(--color-map-link-hover);
}
.show-about .c-container .company-info .c-container .company .map .c-access {
  margin-top: 0.625rem;
}

@media screen and (max-width: 1025px) {
  .show-about .c-container .vision {
    padding-bottom: 60px;
  }
  .show-about .c-container .message {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .show-about .c-container .message .c-container .ceo .ceo-top .name {
    padding: 5px 45px 8px 30px;
    min-width: 100%;
    height: 48px;
  }
  .show-about .c-container .message .c-container .ceo .ceo-top .name h1 {
    font-size: 1rem;
    top: 20px;
    right: 45px;
  }
  .show-about .c-container .message .c-container .ceo .ceo-top .name span {
    font-size: 1.75rem;
    top: 5px;
    left: 30px;
  }
  .show-about .c-container .message::before {
    display: none;
  }
  .show-about .c-container .message::after {
    display: none;
  }
}
@media screen and (max-width: 756px) {
  .show-about .c-container .vision .sub-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .show-about .c-container .vision .text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.125rem;
  }
  .show-about .c-container .vision::after {
    width: 81.6%;
    top: 103px;
    right: 0;
  }
  .show-about .c-container .message {
    margin-bottom: 0;
  }
  .show-about .c-container .message .c-container .c-page-title {
    margin-bottom: 1.5rem;
  }
  .show-about .c-container .message .c-container .ceo {
    grid-template-columns: 1fr;
  }
  .show-about .c-container .message .c-container .ceo .ceo-top {
    width: 100%;
    height: 100%;
  }
  .show-about .c-container .message .c-container .ceo .ceo-top .ceo-image {
    width: 100%;
    height: 450px;
    background-image: url(./img/ceo_sp.jpg);
    background-size: cover;
  }
  .show-about .c-container .message .c-container .ceo .ceo-top .name {
    width: 80%;
    min-width: 240px;
    height: 48px;
    bottom: 0;
    left: 0;
    padding: 2px 24px 2px 24px;
  }
  .show-about .c-container .message .c-container .ceo .ceo-top .name h1 {
    font-size: 0.75rem;
    line-height: 2em;
    bottom: 2px;
    right: 24px;
  }
  .show-about .c-container .message .c-container .ceo .ceo-top .name span {
    font-size: 1.125rem;
    line-height: 1.5rem;
    top: 2px;
    left: 24px;
  }
  .show-about .c-container .message .c-container .ceo p {
    padding: 18px 0 60px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .show-about .c-container .company-info .c-container .c-page-title {
    margin-bottom: 1.5rem;
  }
  .show-about .c-container .company-info .c-container .company .company-top {
    grid-template-columns: 1fr;
  }
  .show-about .c-container .company-info .c-container .company .company-top .info {
    margin: 15px 0 0;
  }
  .show-about .c-container .company-info .c-container .company .map {
    margin-top: 15px;
  }
  .show-about .c-container .company-info .c-container .company .map iframe {
    aspect-ratio: 3/2;
  }
  .show-about .c-container .company-info .c-container .company .map .map-link {
    font-size: 0.625rem;
    line-height: 1em;
    padding: 5px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .show-about .c-container .message .c-container .ceo .ceo-top .ceo-image {
    height: 230px;
  }
}
.show-service {
  padding: 100px 0 120px;
}
.show-service .c-container {
  width: 100%;
  max-width: 100%;
}
.show-service .c-container ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.125rem;
  width: 100%;
}
.show-service .c-container ul li {
  position: relative;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
}
.show-service .c-container ul li img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
.show-service .c-container ul li .item {
  display: block;
  width: 40%;
  min-width: 576px;
  padding: 40px 54px 60px;
  background-color: var(--color-service-item-bg);
  box-shadow: 16px 16px 40px 0px var(--color-service-item-shadow);
  height: auto;
  position: absolute;
  right: 75px;
  z-index: 3;
  overflow-x: hidden;
}
.show-service .c-container ul li .item .service-title {
  width: 100%;
  height: 3.5rem;
  position: relative;
}
.show-service .c-container ul li .item .service-title h1 {
  font-size: 2.25rem;
  line-height: 1.5em;
  white-space: nowrap;
  color: var(--color-service-title);
  text-align: right;
  position: absolute;
  z-index: 2;
  top: 35px;
  right: 0;
}
.show-service .c-container ul li .item .service-title h1 span {
  display: block;
  position: absolute;
  z-index: 1;
  top: -35px;
  left: -46px;
  white-space: nowrap;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0;
  font-weight: 900;
  font-style: italic;
  background: var(--color-service-title-alpha);
  opacity: 0.2;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
.show-service .c-container ul li .item p {
  display: block;
  margin-top: 65px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.show-service .c-container ul li:nth-of-type(2) img {
  top: 0;
  left: 20%;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
.show-service .c-container ul li:nth-of-type(2) .item {
  left: 75px;
}
.show-service .c-container ul li:nth-of-type(2) .item .service-title h1 {
  top: 35px;
  right: 0;
  text-align: left;
}
.show-service .c-container ul li:nth-of-type(2) .item .service-title h1 span {
  text-align: right;
  top: -35px;
  right: -20px;
}
.show-service .c-container ul li:nth-of-type(3) .item .service-title h1 {
  right: 0;
}
.show-service .c-container ul li:nth-of-type(3) .item .service-title h1 span {
  right: -20px;
  text-align: right;
}

@media screen and (max-width: 1025px) {
  .show-service {
    padding: 80px 0;
  }
  .show-service .c-container {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .show-service .c-container ul {
    row-gap: 60px;
  }
  .show-service .c-container ul li {
    position: static;
    flex-wrap: wrap;
    height: 100%;
    box-shadow: 16px 16px 40px 0px var(--color-service-item-shadow);
  }
  .show-service .c-container ul li img {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    position: static;
  }
  .show-service .c-container ul li .item {
    width: 100%;
    position: static;
    box-shadow: none;
    padding: 36px 10px 45px;
  }
  .show-service .c-container ul li .item .service-title h1 {
    text-align: left;
    left: 0;
    top: 0;
  }
  .show-service .c-container ul li .item .service-title h1 span {
    text-align: right;
    right: 0;
    top: -12px;
  }
  .show-service .c-container ul li:nth-of-type(2) .item .service-title h1, .show-service .c-container ul li:nth-of-type(3) .item .service-title h1 {
    left: 0;
    top: 0;
  }
  .show-service .c-container ul li:nth-of-type(2) .item .service-title h1 span, .show-service .c-container ul li:nth-of-type(3) .item .service-title h1 span {
    right: 0;
    top: -12px;
  }
}
@media screen and (max-width: 756px) {
  .show-service .c-container ul li .item {
    min-width: 100%;
  }
  .show-service .c-container ul li .item .service-title {
    height: 1.5rem;
  }
  .show-service .c-container ul li .item .service-title h1 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .show-service .c-container ul li .item .service-title h1 span {
    font-size: 2.25rem;
    line-height: 1em;
  }
  .show-service .c-container ul li .item p {
    font-size: 0.825rem;
    line-height: 1.5em;
    margin-top: 1.125rem;
  }
}
.show-contact {
  padding: 100px 0 120px;
  color: var(--color-section);
}
.show-contact .c-container {
  display: block;
}
.show-contact .c-container h1 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 50px;
}
.show-contact .c-container .c-container {
  width: 100%;
  padding: 100px 0;
  background-color: var(--color-contact-bg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.show-contact .c-container .c-container .required {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-left: 0.625rem;
  margin-top: 4.5px;
  vertical-align: top;
}
.show-contact .c-container .c-container .required::after {
  content: "*必須";
  color: var(--color-required);
  font-weight: 700;
}

.show-contact .c-container .c-container form {
  display: flex;
  width: 100%;
  width: 80%;
  max-width: 600px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.show-contact .c-container .c-container form .form-item {
  width: 100%;
}
.show-contact .c-container .c-container form .form-item label:first-of-type {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.show-contact .c-container .c-container form .form-item input {
  width: 300px;
  height: 40px;
  border: 1px solid var(--color-form-border);
  background-color: var(--color-form-bg);
  border-radius: 5px;
  margin-top: 5px;
  padding: 0 0.5rem;
}
.show-contact .c-container .c-container form .form-item .radio-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 10px;
  margin: 5px auto 0;
  font-size: 1rem;
  line-height: 1.125rem;
}
.show-contact .c-container .c-container form .form-item .radio-input label:first-of-type {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.show-contact .c-container .c-container form .form-item .radio-input label::after {
  content: "";
  width: 100%;
}
.show-contact .c-container .c-container form .form-item .radio-input label:nth-of-type(n+4) {
  order: 1;
}
.show-contact .c-container .c-container form .form-item .radio-input input {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 5px;
}
.show-contact .c-container .c-container form .form-item textarea {
  width: 600px;
  height: 255px;
  border-radius: 5px;
  margin-top: 5px;
  border: 1px solid var(--color-form-border);
  padding: 0.5rem;
  background-color: var(--color-form-bg);
}
.show-contact .c-container .c-container form .form-item textarea::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-placeholder);
  font-weight: 400;
}
.show-contact .c-container .c-container form .form-item textarea::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-placeholder);
  font-weight: 400;
}
.show-contact .c-container .c-container form .form-item .checkbox {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 10px;
}
.show-contact .c-container .c-container form .form-item .checkbox:hover {
  cursor: pointer;
}
.show-contact .c-container .c-container form .form-item .privacy-policy-link {
  text-decoration: none;
  color: var(--color-privacy-policy-link);
  margin-right: 0.5rem;
}
.show-contact .c-container .c-container form .form-item .privacy-policy-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* for Contact Form 7 submit button custom */
.show-contact .c-container .c-container form .form-item input[type="submit"] {
  /* delete default style */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;

  /* add style */
  width: 15rem;
  height: auto;
  padding: 1.19rem;
  padding-right: 9.93rem;
  white-space: nowrap;
  border: 1px solid var(--color-strong-blue);
  color: var(--color-button);
  background: var(--color-button-bg);
}
/* delete spinner */
span.wpcf7-spinner {
  display: none;
}
#submit-c-button {
  padding: 0;
  border: none;
  color: var(--color-submit);
}
#submit-c-button input[disabled] {
  color: var(--color-submit);
  background: var(--color-submit-bg);
  border: none;
}

/* for recapture */
.show-contact .c-container .c-container form .explain_r {
  font-size: 0.8em;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-section);
  margin: 1.0em 0;
}
.show-contact .c-container .c-container form .explain_r a {
  text-decoration: none;
  color: var(--color-for-contact);
}
.show-contact .c-container .c-container form .explain_r a:hover {
  color: var(--color-article-links-hover);
}

@media screen and (max-width: 1025px) {
  .show-contact {
    padding: 40px 0 0;
  }
  .show-contact .c-container {
    width: 100%;
    max-width: 100%;
  }
  .show-contact .c-container h1 {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  .show-contact .c-container .c-container {
    width: 100%;
    max-width: 100%;
    padding: 80px 0;
  }
  #submit-c-button input[type="submit"] {
    width: 9.375rem;
    padding: 0.75rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 756px) {
  .show-contact .c-container h1 {
    display: block;
    width: calc(100% - 30px);
    text-align: left;
    margin: 0 auto 20px;
  }
  .show-contact .c-container .c-container form {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .show-contact .c-container .c-container form .form-item input {
    width: 87%;
    max-width: 300px;
  }
  .show-contact .c-container .c-container form .form-item .radio-input {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    margin: 10px auto 0;
  }
  .show-contact .c-container .c-container form .form-item .radio-input label {
    width: 100%;
  }
  .show-contact .c-container .c-container form .form-item textarea {
    width: 100%;
  }
}
.show-recruit {
  padding: 100px 0 120px;
  background-image: url(./img/pattern.svg);
  background-repeat: repeat;
}
.show-recruit .c-container .recruit-top {
  margin-bottom: 80px;
}
.show-recruit .c-container .recruit-top .recruit-title {
  width: 86%;
  margin: 0 auto;
  font-style: italic;
  color: var(--color-recruit-title);
}
.show-recruit .c-container .recruit-top .noto-sans-display {
  text-transform: capitalize;
}
.show-recruit .c-container .recruit-top .recruit-title h1 {
  display: block;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}
.show-recruit .c-container .recruit-top .recruit-title p {
  display: block;
  font-size: 3rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0.59;
  text-align: right;
  white-space: nowrap;
}
.show-recruit .c-container .recruit-top .sub-title {
  color: var(--color-sub);
  text-align: center;
  font-size: 2.25rem;
  line-height: 1em;
  letter-spacing: 0.15em;
  font-weight: 700;
  margin: 2.25rem 0;
}
.show-recruit .c-container .recruit-top .text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.show-recruit .c-container .c-container {
  width: 100%;
  max-width: 100%;
  padding: 80px 50px;
  background-color: var(--color-position-bg);
  border: 1px solid var(--color-position-border);
  border-radius: 30px;
}
.show-recruit .c-container .c-container dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.show-recruit .c-container .c-container dl dt {
  display: flex;
  align-items: center;
  padding-left: 30px;
  border-bottom: 1px solid var(--color-position-tab);
}
.show-recruit .c-container .c-container dl dd {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  padding-left: 30px;
  border-bottom: 1px solid var(--color-position-tab);
}
.show-recruit .c-container .c-container dl dd:nth-of-type(3) {
  height: auto;
}
.show-recruit .c-container .c-container dl dd:last-of-type {
  height: auto;
  flex-wrap: wrap;
  padding: 2.5rem 0;
  padding-left: 30px;
}
.show-recruit .c-container .c-container dl dd:last-of-type ul {
  width: 100%;
  height: auto;
  padding-left: 1em;
}
.show-recruit .c-container .c-container .position-bottom {
  display: block;
  text-align: center;
}
.show-recruit .c-container .c-container .position-bottom .c-button {
  display: block;
  margin: 50px auto 5px;
  white-space: nowrap;
  color: var(--color-position-button);
  background: var(--color-button-bg);
}
.show-recruit .c-container .c-container .position-bottom .c-button:hover {
  background: var(--color-strong-blue);
}
.show-recruit .c-container .c-container .position-bottom span {
  display: block;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 2em;
}

@media screen and (max-width: 1025px) {
  .show-recruit .c-container .recruit-top .recruit-title {
    width: 100%;
  }
}
@media screen and (max-width: 756px) {
  .show-recruit {
    padding: 80px 0;
    background-image: url(./img/pattern_sp.svg);
    background-repeat: repeat;
  }
  .show-recruit .c-container .recruit-top {
    margin-bottom: 60px;
  }
  .show-recruit .c-container .recruit-top .recruit-title h1 {
    font-size: 2.25rem;
  }
  .show-recruit .c-container .recruit-top .recruit-title p {
    font-size: 2rem;
  }
  .show-recruit .c-container .recruit-top .sub-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 1.125rem 0;
  }
  .show-recruit .c-container .recruit-top .text {
    font-size: 0.875rem;
    line-height: 1.5em;
  }
  .show-recruit .c-container .c-container {
    padding: 38px 10px;
  }
  .show-recruit .c-container .c-container dl {
    grid-template-columns: 1fr;
    font-size: 0.875rem;
    line-height: 1.5em;
  }
  .show-recruit .c-container .c-container dl dt {
    border: none;
    padding: 10px 0 5px;
    padding-left: 10px;
    font-weight: 700;
  }
  .show-recruit .c-container .c-container dl dd {
    padding: 0 0 10px;
    padding-left: 10px;
  }
  .show-recruit .c-container .c-container dl dd:last-of-type {
    padding: 5px 10px 10px;
  }
  .show-recruit .c-container .c-container dl dd:last-of-type ul {
    font-size: 0.75rem;
    line-height: 2em;
  }
  .show-recruit .c-container .c-container .position-bottom .c-button {
    margin: 24px auto 5px;
  }
}
@media screen and (max-width: 400px) {
  .show-recruit .c-container .recruit-top .recruit-title h1 {
    font-size: 1.5rem;
  }
  .show-recruit .c-container .recruit-top .recruit-title p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.show-privacy-policy {
  padding: 100px 0 120px;
}
.show-privacy-policy .c-container {
  font-size: 0.625rem;
  line-height: 2em;
}
.show-privacy-policy .c-container h1 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.show-privacy-policy .c-container .title {
  margin-bottom: 2em;
}
.show-privacy-policy .c-container .title a {
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  color: var(--color-privacy-policy-link);
}
.show-privacy-policy .c-container .contents {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2em;
}
.show-privacy-policy .c-container .contents .item ol {
  padding-left: 2em;
}
.show-privacy-policy .c-container .contents .item span {
  font-weight: 700;
}

@media screen and (max-width: 1025px) {
  .show-privacy-policy {
    padding: 80px 0;
  }
}
.show-complete {
  padding: 100px 0 120px;
}
.show-complete .c-container {
  text-align: center;
}
.show-complete .c-container p {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 60px;
}
.show-complete .c-container .c-button {
  display: block;
  white-space: nowrap;
  color: var(--color-hero);
  background: var(--color-button-bg);
  margin: 0 auto;
}
.show-complete .c-container .c-button:hover {
  background: var(--color-strong-blue);
}

@media screen and (max-width: 756px) {
  .show-complete {
    padding: 80px 0;
  }
  .show-complete .c-container p {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */