@charset "UTF-8";
/* global */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@500&display=swap");
@-webkit-keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(15deg);
            transform: translateX(10px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}
@keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(15deg);
            transform: translateX(10px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}
@-webkit-keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(-15deg);
            transform: translateY(10px) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(-15deg);
            transform: translateY(10px) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes fuwafuwa03 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(7px) rotate(-2deg);
            transform: translateX(7px) rotate(-2deg);
  }
}
@keyframes fuwafuwa03 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(7px) rotate(-2deg);
            transform: translateX(7px) rotate(-2deg);
  }
}
@-webkit-keyframes fuwafuwa04 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(2deg);
            transform: translateY(-7px) rotate(2deg);
  }
}
@keyframes fuwafuwa04 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(2deg);
            transform: translateY(-7px) rotate(2deg);
  }
}
@-webkit-keyframes fade-in-down-10 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in-down-10 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fade-in-down-05 {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-05 {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up-10 {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-10 {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes line-in-out {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes line-in-out {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes zoom-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes yurayura01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  4% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  28% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  32% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes yurayura01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  4% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  28% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  32% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/* base */
/*
Reset
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 500;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

button {
  cursor: pointer;
}

/*
Reset END
*/
/* global */
/* プロジェクトにおいて標準となるスタイリング */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-height: 100vh;
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  line-height: 1.6;
  scroll-behavior: smooth;
  color: #1e1e1e;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
  background-color: #f1f4f6;
}
@media (max-width: 559px) {
  body {
    font-size: 14px;
  }
}
body.policy, body.sdgs, body.health {
  background-color: #0062b1;
}

/* link */
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  vertical-align: top;
}

p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  margin-top: 1em;
  line-height: 2.4;
}
p:first-child {
  margin-top: 0;
}

/* layuout */
/* global */
/* カラム */
.l-cl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-cl-row.l-cl-space0 {
  margin-top: 0px;
  margin-left: 0px;
}
.l-cl-row.l-cl-space0 > * {
  padding-top: 0px;
  padding-left: 0px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .l-cl-row.l-cl-space0 > * {
    padding-top: 0px;
    padding-left: 0px;
  }
}
.l-cl-row.l-cl-space10 {
  margin-top: -10px;
  margin-left: -10px;
}
.l-cl-row.l-cl-space10 > * {
  padding-top: 10px;
  padding-left: 10px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space10 {
    margin-top: -7px;
    margin-left: -7px;
  }
  .l-cl-row.l-cl-space10 > * {
    padding-top: 7px;
    padding-left: 7px;
  }
}
.l-cl-row.l-cl-space20 {
  margin-top: -20px;
  margin-left: -20px;
}
.l-cl-row.l-cl-space20 > * {
  padding-top: 20px;
  padding-left: 20px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space20 {
    margin-top: -14px;
    margin-left: -14px;
  }
  .l-cl-row.l-cl-space20 > * {
    padding-top: 14px;
    padding-left: 14px;
  }
}
.l-cl-row.l-cl-space30 {
  margin-top: -30px;
  margin-left: -30px;
}
.l-cl-row.l-cl-space30 > * {
  padding-top: 30px;
  padding-left: 30px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space30 {
    margin-top: -21px;
    margin-left: -21px;
  }
  .l-cl-row.l-cl-space30 > * {
    padding-top: 21px;
    padding-left: 21px;
  }
}
.l-cl-row.l-cl-space40 {
  margin-top: -40px;
  margin-left: -40px;
}
.l-cl-row.l-cl-space40 > * {
  padding-top: 40px;
  padding-left: 40px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space40 {
    margin-top: -28px;
    margin-left: -28px;
  }
  .l-cl-row.l-cl-space40 > * {
    padding-top: 28px;
    padding-left: 28px;
  }
}
.l-cl-row.l-cl-space50 {
  margin-top: -50px;
  margin-left: -50px;
}
.l-cl-row.l-cl-space50 > * {
  padding-top: 50px;
  padding-left: 50px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space50 {
    margin-top: -35px;
    margin-left: -35px;
  }
  .l-cl-row.l-cl-space50 > * {
    padding-top: 35px;
    padding-left: 35px;
  }
}
.l-cl-row.l-cl-space60 {
  margin-top: -60px;
  margin-left: -60px;
}
.l-cl-row.l-cl-space60 > * {
  padding-top: 60px;
  padding-left: 60px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space60 {
    margin-top: -42px;
    margin-left: -42px;
  }
  .l-cl-row.l-cl-space60 > * {
    padding-top: 42px;
    padding-left: 42px;
  }
}
.l-cl-row.l-cl-space70 {
  margin-top: -70px;
  margin-left: -70px;
}
.l-cl-row.l-cl-space70 > * {
  padding-top: 70px;
  padding-left: 70px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space70 {
    margin-top: -49px;
    margin-left: -49px;
  }
  .l-cl-row.l-cl-space70 > * {
    padding-top: 49px;
    padding-left: 49px;
  }
}
.l-cl-row.l-cl-space80 {
  margin-top: -80px;
  margin-left: -80px;
}
.l-cl-row.l-cl-space80 > * {
  padding-top: 80px;
  padding-left: 80px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space80 {
    margin-top: -56px;
    margin-left: -56px;
  }
  .l-cl-row.l-cl-space80 > * {
    padding-top: 56px;
    padding-left: 56px;
  }
}
.l-cl-row.-gap20 {
  gap: 1.3888888889vw;
}
@media (max-width: 559px) {
  .l-cl-row.-gap15-sm {
    gap: 15px;
  }
}

.l-cl-ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-cl-ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-cl-ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-cl-ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.l-cl-fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-cl-fd-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.l-cl-fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-cl-fd-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-cl-jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-cl-jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-cl-jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-cl-jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-cl-jc-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.l-cl-1 {
  width: 8.33333%;
}

.l-cl-2 {
  width: 16.666666%;
}

.l-cl-3 {
  width: 24.99999%;
}

.l-cl-4 {
  width: 33.33333%;
}

.l-cl-5 {
  width: 41.66666%;
}

.l-cl-6 {
  width: 49.99999%;
}

.l-cl-7 {
  width: 58.33333%;
}

.l-cl-8 {
  width: 66.66666%;
}

.l-cl-9 {
  width: 74.99999%;
}

.l-cl-10 {
  width: 83.33333%;
}

.l-cl-11 {
  width: 91.66666%;
}

.l-cl-12 {
  width: 100%;
}

@media (max-width: 959px) {
  .l-cl-md1 {
    width: 8.33333%;
  }
  .l-cl-md2 {
    width: 16.666666%;
  }
  .l-cl-md3 {
    width: 24.99999%;
  }
  .l-cl-md4 {
    width: 33.33333%;
  }
  .l-cl-md5 {
    width: 41.66666%;
  }
  .l-cl-md6 {
    width: 49.99999%;
  }
  .l-cl-md7 {
    width: 58.33333%;
  }
  .l-cl-md8 {
    width: 66.66666%;
  }
  .l-cl-md9 {
    width: 74.99999%;
  }
  .l-cl-md10 {
    width: 83.33333%;
  }
  .l-cl-md11 {
    width: 91.66666%;
  }
  .l-cl-md12 {
    width: 100%;
  }
}
@media (max-width: 559px) {
  .l-cl-sm1 {
    width: 8.33333%;
  }
  .l-cl-sm2 {
    width: 16.666666%;
  }
  .l-cl-sm3 {
    width: 24.99999%;
  }
  .l-cl-sm4 {
    width: 33.33333%;
  }
  .l-cl-sm5 {
    width: 41.66666%;
  }
  .l-cl-sm6 {
    width: 49.99999%;
  }
  .l-cl-sm7 {
    width: 58.33333%;
  }
  .l-cl-sm8 {
    width: 66.66666%;
  }
  .l-cl-sm9 {
    width: 74.99999%;
  }
  .l-cl-sm10 {
    width: 83.33333%;
  }
  .l-cl-sm11 {
    width: 91.66666%;
  }
  .l-cl-sm12 {
    width: 100%;
  }
}
/* global */
.l-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 959px) {
  .l-container {
    width: 90vw;
    padding: 0;
  }
}
@media (max-width: 559px) {
  .l-container {
    width: 88vw;
    padding: 0;
  }
}
.l-container.--full {
  max-width: 100%;
}
.l-container.--1300 {
  max-width: 1300px;
}
@media (max-width: 559px) {
  .l-container.--sm-wide {
    width: 93vw;
    padding: 0;
  }
}

/* global */
.l-footer-cta {
  display: block;
  position: relative;
}
.l-footer-cta .l-footer-cta__bg {
  padding: 8.6805555556vw 0 7.6388888889vw 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 559px) {
  .l-footer-cta .l-footer-cta__bg {
    padding: 40px 0;
  }
}
.l-footer-cta .l-footer-cta__bg.-default {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-image: url("../images/footer-cta-bg.jpg");
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.l-footer-cta .l-footer-cta__bg.-hover {
  background-image: url("../images/footer-cta-bg-hover.jpg");
}
.l-footer-cta .l-footer-cta__bg img {
  width: 52.6388888889vw;
}
@media (max-width: 559px) {
  .l-footer-cta .l-footer-cta__bg img {
    width: 70vw;
  }
}
.l-footer-cta:hover .l-footer-cta__bg.-default {
  opacity: 0;
}

.l-footer-main {
  padding: 6.9444444444vw 4.1666666667vw 4.1666666667vw;
  background-color: #1e1e1e;
  color: #0062b1;
}
.l-footer-main .home-link {
  display: block;
  width: 34.4444444444vw;
}
.l-footer-main .inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 959px) {
  .l-footer-main .inner01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.l-footer-main .l-footer-main__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}
@media (max-width: 559px) {
  .l-footer-main .l-footer-main__sns {
    gap: 15px;
  }
}
.l-footer-main .l-footer-main__sns a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.l-footer-main .l-footer-main__sns a:hover {
  opacity: 0.7;
}
.l-footer-main .l-footer-main__sns img {
  width: auto;
  height: 2.4305555556vw;
}
@media (max-width: 559px) {
  .l-footer-main .l-footer-main__sns img {
    height: 20px;
  }
}

.l-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media (max-width: 559px) {
  .l-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.l-footer-menu a {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid transparent;
}
.l-footer-menu a:hover, .l-footer-menu a.current {
  border-bottom: 1px solid #0062b1;
}

.l-footer-main__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  border-top: 1px solid #0062b1;
}
@media (max-width: 559px) {
  .l-footer-main__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.l-footer-main__copy a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-footer-main__copy .copy {
  margin-left: auto;
}

/* global */
.l-grid-column {
  display: grid;
}
.l-grid-column.-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.l-grid-column.-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.l-grid-column.-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.l-grid-column.-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.l-grid-column.-col-5-7 {
  grid-template-columns: 5fr 7fr;
}
.l-grid-column.-col-9-5 {
  grid-template-columns: 9fr 5fr;
}
.l-grid-column.-col-5-3 {
  grid-template-columns: 5fr 3fr;
}
.l-grid-column.-col-4-5 {
  grid-template-columns: 4fr 5fr;
}
.l-grid-column.-col-3-5 {
  grid-template-columns: 3fr 5fr;
}
.l-grid-column.-gap20 {
  gap: 1.3888888889vw;
}
.l-grid-column.-gap30 {
  gap: 2.0833333333vw;
}
.l-grid-column.-gap40 {
  gap: 2.7777777778vw;
}
.l-grid-column.-gap50 {
  gap: 3.4722222222vw;
}
.l-grid-column.-gap60 {
  gap: 4.1666666667vw;
}
.l-grid-column.-gap90 {
  gap: 6.25vw;
}
.l-grid-column.-gap100 {
  gap: 6.9444444444vw;
}
.l-grid-column.-reverse {
  direction: rtl;
}
@media (max-width: 959px) {
  .l-grid-column.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .l-grid-column.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .l-grid-column.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-grid-column.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .l-grid-column.-gap60-md {
    gap: 60px;
  }
  .l-grid-column.-gap50-md {
    gap: 50px;
  }
  .l-grid-column.-gap40-md {
    gap: 40px;
  }
  .l-grid-column.-gap30-md {
    gap: 30px;
  }
  .l-grid-column.-gap20-md {
    gap: 20px;
  }
}
@media (max-width: 559px) {
  .l-grid-column.-col4-sm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .l-grid-column.-col3-sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .l-grid-column.-col2-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-grid-column.-col1-sm {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .l-grid-column.-gap30-sm {
    gap: 30px;
  }
  .l-grid-column.-gap20-sm {
    gap: 20px;
  }
  .l-grid-column.-gap15-sm {
    gap: 15px;
  }
  .l-grid-column.-gap0-sm {
    gap: 0;
  }
}

.l-grid {
  display: grid;
}

/* global */
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 3.4722222222vw 0 15px;
  background-color: #f1f4f6;
}
.policy .l-header, .sdgs .l-header, .health .l-header {
  background-color: #0062b1;
}

.l-header-fixed {
  display: none;
  position: fixed;
  top: -120px;
  left: 0;
  padding: 1.0416666667vw 0;
  background-color: #fff;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
@media (max-width: 559px) {
  .l-header-fixed {
    display: none;
  }
}
.l-header-fixed.is-fixed {
  top: 0;
}

.l-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 959px) {
  .l-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-header__logo {
  display: block;
  width: 15.625vw;
  height: 5vw;
  background: url(../images/logo01.png) no-repeat left center/contain;
}
@media (max-width: 559px) {
  .l-header__logo {
    height: 45px;
    width: 150px;
  }
}
.policy .l-header__logo, .sdgs .l-header__logo, .health .l-header__logo {
  background: url(../images/logo01-02.png) no-repeat center/contain;
}

.l-lower-header {
  position: relative;
  padding: 15.2777777778vw 0 6.9444444444vw;
}
@media (max-width: 559px) {
  .l-lower-header {
    padding: 120px 0 60px;
  }
}
.l-lower-header .text01 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.2rem, 2.222vw, 3.2rem);
}
.l-lower-header .text02 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.l-lower-header .text03 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2rem, 2.917vw, 4.2rem);
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 559px) {
  .l-lower-header .text03 {
    margin-top: 40px;
  }
}
.l-lower-header .l-lower-header__animation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 41.6666666667vw;
  height: 31.25vw;
  z-index: -1;
}
@media (max-width: 559px) {
  .l-lower-header .l-lower-header__animation {
    top: 40vw;
    width: 55%;
    height: 100vw;
  }
}
.l-lower-header .l-lower-header__animation02 {
  position: absolute;
  z-index: -2;
  bottom: 5.5555555556vw;
  right: -16vw;
  width: 54.1666666667vw;
  height: 26.3888888889vw;
}
@media (max-width: 559px) {
  .l-lower-header .l-lower-header__animation02 {
    display: none;
  }
}

/* global */
.l-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7777777778vw;
}
@media (max-width: 959px) {
  .l-main-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 0 80px;
    background-color: #f1f4f6;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.l-main-menu a {
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.5em 0 0;
}
.l-main-menu a::after {
  margin-top: 0.5em;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #0062b1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.policy .l-main-menu a::after, .sdgs .l-main-menu a::after, .health .l-main-menu a::after {
  background-color: #fff;
}
.l-main-menu a.current {
  color: #0062b1;
}
.l-main-menu a.current::after {
  width: 100%;
}
.l-main-menu a:hover {
  color: #0062b1;
}
.l-main-menu a:hover::after {
  width: 100%;
}
.l-main-menu a.recruit {
  background-color: #daf839;
  border-radius: 6px;
  padding: 0.7em 1.5em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.l-main-menu a.recruit:hover {
  color: #daf839;
  background-color: #1e1e1e;
}
.l-main-menu a.recruit::after {
  display: none;
}
.policy .l-main-menu a.current, .sdgs .l-main-menu a.current, .health .l-main-menu a.current {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.policy .l-main-menu a:hover, .sdgs .l-main-menu a:hover, .health .l-main-menu a:hover {
  color: #fff;
}
.is-toggle-window-open .l-main-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* global */
.l-main {
  overflow: hidden;
}

/* global */
.l-toggle-button__wrap {
  display: none;
  position: fixed;
  top: 20px;
  right: 25px;
}
@media (max-width: 959px) {
  .l-toggle-button__wrap {
    display: block;
  }
}

.l-toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.l-toggle-button span, .l-toggle-button::before, .l-toggle-button::after {
  display: block;
  content: "";
  width: min(4.8611111111vw, 50px);
  height: 1px;
  background-color: #1e1e1e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 959px) {
  .l-toggle-button span, .l-toggle-button::before, .l-toggle-button::after {
    width: 30px;
  }
}
.l-toggle-button span {
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .l-toggle-button span {
    margin: 8px auto;
  }
}
.l-toggle-button.--close span {
  display: none;
}
.l-toggle-button.--close::before {
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}
.l-toggle-button.--close::after {
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}

/* global */
/* z-index */
.l-header__logo {
  z-index: 1000;
}

.l-toggle-button__wrap {
  z-index: 1000;
}

.l-header__top-navi--fv {
  z-index: 800;
}

.l-header {
  z-index: 800;
}

.l-main-menu {
  z-index: 900;
}

/* utility */
/* global */
/* -----------------
Background
------------------ */
.u-bg01 {
  background-color: #fff;
}

.u-bg02 {
  background-color: #0062b1;
}

.u-bg03 {
  background-color: #dfe4ea;
}

/* -----------------
Color
------------------ */
/* -----------------
Text
------------------ */
.u-fs-small {
  font-size: 0.8em;
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

/* text-align */
.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: left;
}

@media (max-width: 559px) {
  .u-center-sm {
    text-align: center;
  }
}

@media (max-width: 559px) {
  .u-right-sm {
    text-align: right;
  }
}

@media (max-width: 559px) {
  .u-left-sm {
    text-align: left;
  }
}

/* line-height */
.u-lh14 {
  line-height: 1.4;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh18 {
  line-height: 1.8;
}

.u-lh2 {
  line-height: 2;
}

.u-lh24 {
  line-height: 2.4 !important;
}

/* -----------------
Border
------------------ */
.u-bd-top {
  border-top: 1px solid #909090;
}

.u-bd-bottom {
  border-bottom: 1px solid #909090;
}

/* -----------------
Display
------------------ */
.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-none {
  display: none;
}

@media (max-width: 959px) {
  .u-contents-md {
    display: contents;
  }
}

@media (max-width: 559px) {
  .u-contents-sm {
    display: contents;
  }
}

/* -----------------
Hidden
------------------ */
@media (min-width: 960px) {
  .u-hidden-lg {
    display: none;
  }
}
@media (max-width: 959px) {
  .u-hidden-lg {
    display: block;
  }
}

@media (max-width: 959px) {
  .u-hidden-md {
    display: none;
  }
}

@media (max-width: 559px) {
  .u-hidden-sm {
    display: none !important;
  }
}

.u-show-sm {
  display: none;
}
@media (max-width: 559px) {
  .u-show-sm {
    display: block;
  }
}

.u-show-md {
  display: none;
}
@media (max-width: 959px) {
  .u-show-md {
    display: block;
  }
}

@media (max-width: 559px) {
  .u-show-lg-md {
    display: none;
  }
}

@media (max-width: 959px) {
  .u-show-lg {
    display: none;
  }
}

/* -----------------
Margin
------------------ */
/* margin */
.u-mt0 {
  margin-top: min(0vw, 0px) !important;
}

.u-mr0 {
  margin-right: min(0vw, 0px) !important;
}

.u-mb0 {
  margin-bottom: min(0vw, 0px) !important;
}

.u-ml0 {
  margin-left: min(0vw, 0px) !important;
}

.u-mt5 {
  margin-top: min(0.3472222222vw, 5px) !important;
}

.u-mr5 {
  margin-right: min(0.3472222222vw, 5px) !important;
}

.u-mb5 {
  margin-bottom: min(0.3472222222vw, 5px) !important;
}

.u-ml5 {
  margin-left: min(0.3472222222vw, 5px) !important;
}

.u-mt10 {
  margin-top: min(0.6944444444vw, 10px) !important;
}

.u-mr10 {
  margin-right: min(0.6944444444vw, 10px) !important;
}

.u-mb10 {
  margin-bottom: min(0.6944444444vw, 10px) !important;
}

.u-ml10 {
  margin-left: min(0.6944444444vw, 10px) !important;
}

.u-mt15 {
  margin-top: min(1.0416666667vw, 15px) !important;
}

.u-mr15 {
  margin-right: min(1.0416666667vw, 15px) !important;
}

.u-mb15 {
  margin-bottom: min(1.0416666667vw, 15px) !important;
}

.u-ml15 {
  margin-left: min(1.0416666667vw, 15px) !important;
}

.u-mt20 {
  margin-top: min(1.3888888889vw, 20px) !important;
}

.u-mr20 {
  margin-right: min(1.3888888889vw, 20px) !important;
}

.u-mb20 {
  margin-bottom: min(1.3888888889vw, 20px) !important;
}

.u-ml20 {
  margin-left: min(1.3888888889vw, 20px) !important;
}

.u-mt25 {
  margin-top: min(1.7361111111vw, 25px) !important;
}

.u-mr25 {
  margin-right: min(1.7361111111vw, 25px) !important;
}

.u-mb25 {
  margin-bottom: min(1.7361111111vw, 25px) !important;
}

.u-ml25 {
  margin-left: min(1.7361111111vw, 25px) !important;
}

.u-mt30 {
  margin-top: min(2.0833333333vw, 30px) !important;
}

.u-mr30 {
  margin-right: min(2.0833333333vw, 30px) !important;
}

.u-mb30 {
  margin-bottom: min(2.0833333333vw, 30px) !important;
}

.u-ml30 {
  margin-left: min(2.0833333333vw, 30px) !important;
}

.u-mt35 {
  margin-top: min(2.4305555556vw, 35px) !important;
}

.u-mr35 {
  margin-right: min(2.4305555556vw, 35px) !important;
}

.u-mb35 {
  margin-bottom: min(2.4305555556vw, 35px) !important;
}

.u-ml35 {
  margin-left: min(2.4305555556vw, 35px) !important;
}

.u-mt40 {
  margin-top: min(2.7777777778vw, 40px) !important;
}

.u-mr40 {
  margin-right: min(2.7777777778vw, 40px) !important;
}

.u-mb40 {
  margin-bottom: min(2.7777777778vw, 40px) !important;
}

.u-ml40 {
  margin-left: min(2.7777777778vw, 40px) !important;
}

.u-mt45 {
  margin-top: min(3.125vw, 45px) !important;
}

.u-mr45 {
  margin-right: min(3.125vw, 45px) !important;
}

.u-mb45 {
  margin-bottom: min(3.125vw, 45px) !important;
}

.u-ml45 {
  margin-left: min(3.125vw, 45px) !important;
}

.u-mt50 {
  margin-top: min(3.4722222222vw, 50px) !important;
}

.u-mr50 {
  margin-right: min(3.4722222222vw, 50px) !important;
}

.u-mb50 {
  margin-bottom: min(3.4722222222vw, 50px) !important;
}

.u-ml50 {
  margin-left: min(3.4722222222vw, 50px) !important;
}

.u-mt55 {
  margin-top: min(3.8194444444vw, 55px) !important;
}

.u-mr55 {
  margin-right: min(3.8194444444vw, 55px) !important;
}

.u-mb55 {
  margin-bottom: min(3.8194444444vw, 55px) !important;
}

.u-ml55 {
  margin-left: min(3.8194444444vw, 55px) !important;
}

.u-mt60 {
  margin-top: min(4.1666666667vw, 60px) !important;
}

.u-mr60 {
  margin-right: min(4.1666666667vw, 60px) !important;
}

.u-mb60 {
  margin-bottom: min(4.1666666667vw, 60px) !important;
}

.u-ml60 {
  margin-left: min(4.1666666667vw, 60px) !important;
}

.u-mt65 {
  margin-top: min(4.5138888889vw, 65px) !important;
}

.u-mr65 {
  margin-right: min(4.5138888889vw, 65px) !important;
}

.u-mb65 {
  margin-bottom: min(4.5138888889vw, 65px) !important;
}

.u-ml65 {
  margin-left: min(4.5138888889vw, 65px) !important;
}

.u-mt70 {
  margin-top: min(4.8611111111vw, 70px) !important;
}

.u-mr70 {
  margin-right: min(4.8611111111vw, 70px) !important;
}

.u-mb70 {
  margin-bottom: min(4.8611111111vw, 70px) !important;
}

.u-ml70 {
  margin-left: min(4.8611111111vw, 70px) !important;
}

.u-mt75 {
  margin-top: min(5.2083333333vw, 75px) !important;
}

.u-mr75 {
  margin-right: min(5.2083333333vw, 75px) !important;
}

.u-mb75 {
  margin-bottom: min(5.2083333333vw, 75px) !important;
}

.u-ml75 {
  margin-left: min(5.2083333333vw, 75px) !important;
}

.u-mt80 {
  margin-top: min(5.5555555556vw, 80px) !important;
}

.u-mr80 {
  margin-right: min(5.5555555556vw, 80px) !important;
}

.u-mb80 {
  margin-bottom: min(5.5555555556vw, 80px) !important;
}

.u-ml80 {
  margin-left: min(5.5555555556vw, 80px) !important;
}

.u-mt85 {
  margin-top: min(5.9027777778vw, 85px) !important;
}

.u-mr85 {
  margin-right: min(5.9027777778vw, 85px) !important;
}

.u-mb85 {
  margin-bottom: min(5.9027777778vw, 85px) !important;
}

.u-ml85 {
  margin-left: min(5.9027777778vw, 85px) !important;
}

.u-mt90 {
  margin-top: min(6.25vw, 90px) !important;
}

.u-mr90 {
  margin-right: min(6.25vw, 90px) !important;
}

.u-mb90 {
  margin-bottom: min(6.25vw, 90px) !important;
}

.u-ml90 {
  margin-left: min(6.25vw, 90px) !important;
}

.u-mt95 {
  margin-top: min(6.5972222222vw, 95px) !important;
}

.u-mr95 {
  margin-right: min(6.5972222222vw, 95px) !important;
}

.u-mb95 {
  margin-bottom: min(6.5972222222vw, 95px) !important;
}

.u-ml95 {
  margin-left: min(6.5972222222vw, 95px) !important;
}

.u-mt100 {
  margin-top: min(6.9444444444vw, 100px) !important;
}

.u-mr100 {
  margin-right: min(6.9444444444vw, 100px) !important;
}

.u-mb100 {
  margin-bottom: min(6.9444444444vw, 100px) !important;
}

.u-ml100 {
  margin-left: min(6.9444444444vw, 100px) !important;
}

.u-mt105 {
  margin-top: min(7.2916666667vw, 105px) !important;
}

.u-mr105 {
  margin-right: min(7.2916666667vw, 105px) !important;
}

.u-mb105 {
  margin-bottom: min(7.2916666667vw, 105px) !important;
}

.u-ml105 {
  margin-left: min(7.2916666667vw, 105px) !important;
}

.u-mt110 {
  margin-top: min(7.6388888889vw, 110px) !important;
}

.u-mr110 {
  margin-right: min(7.6388888889vw, 110px) !important;
}

.u-mb110 {
  margin-bottom: min(7.6388888889vw, 110px) !important;
}

.u-ml110 {
  margin-left: min(7.6388888889vw, 110px) !important;
}

.u-mt115 {
  margin-top: min(7.9861111111vw, 115px) !important;
}

.u-mr115 {
  margin-right: min(7.9861111111vw, 115px) !important;
}

.u-mb115 {
  margin-bottom: min(7.9861111111vw, 115px) !important;
}

.u-ml115 {
  margin-left: min(7.9861111111vw, 115px) !important;
}

.u-mt120 {
  margin-top: min(8.3333333333vw, 120px) !important;
}

.u-mr120 {
  margin-right: min(8.3333333333vw, 120px) !important;
}

.u-mb120 {
  margin-bottom: min(8.3333333333vw, 120px) !important;
}

.u-ml120 {
  margin-left: min(8.3333333333vw, 120px) !important;
}

.u-mt125 {
  margin-top: min(8.6805555556vw, 125px) !important;
}

.u-mr125 {
  margin-right: min(8.6805555556vw, 125px) !important;
}

.u-mb125 {
  margin-bottom: min(8.6805555556vw, 125px) !important;
}

.u-ml125 {
  margin-left: min(8.6805555556vw, 125px) !important;
}

.u-mt130 {
  margin-top: min(9.0277777778vw, 130px) !important;
}

.u-mr130 {
  margin-right: min(9.0277777778vw, 130px) !important;
}

.u-mb130 {
  margin-bottom: min(9.0277777778vw, 130px) !important;
}

.u-ml130 {
  margin-left: min(9.0277777778vw, 130px) !important;
}

.u-mt135 {
  margin-top: min(9.375vw, 135px) !important;
}

.u-mr135 {
  margin-right: min(9.375vw, 135px) !important;
}

.u-mb135 {
  margin-bottom: min(9.375vw, 135px) !important;
}

.u-ml135 {
  margin-left: min(9.375vw, 135px) !important;
}

.u-mt140 {
  margin-top: min(9.7222222222vw, 140px) !important;
}

.u-mr140 {
  margin-right: min(9.7222222222vw, 140px) !important;
}

.u-mb140 {
  margin-bottom: min(9.7222222222vw, 140px) !important;
}

.u-ml140 {
  margin-left: min(9.7222222222vw, 140px) !important;
}

.u-mt145 {
  margin-top: min(10.0694444444vw, 145px) !important;
}

.u-mr145 {
  margin-right: min(10.0694444444vw, 145px) !important;
}

.u-mb145 {
  margin-bottom: min(10.0694444444vw, 145px) !important;
}

.u-ml145 {
  margin-left: min(10.0694444444vw, 145px) !important;
}

.u-mt150 {
  margin-top: min(10.4166666667vw, 150px) !important;
}

.u-mr150 {
  margin-right: min(10.4166666667vw, 150px) !important;
}

.u-mb150 {
  margin-bottom: min(10.4166666667vw, 150px) !important;
}

.u-ml150 {
  margin-left: min(10.4166666667vw, 150px) !important;
}

.u-mt155 {
  margin-top: min(10.7638888889vw, 155px) !important;
}

.u-mr155 {
  margin-right: min(10.7638888889vw, 155px) !important;
}

.u-mb155 {
  margin-bottom: min(10.7638888889vw, 155px) !important;
}

.u-ml155 {
  margin-left: min(10.7638888889vw, 155px) !important;
}

.u-mt160 {
  margin-top: min(11.1111111111vw, 160px) !important;
}

.u-mr160 {
  margin-right: min(11.1111111111vw, 160px) !important;
}

.u-mb160 {
  margin-bottom: min(11.1111111111vw, 160px) !important;
}

.u-ml160 {
  margin-left: min(11.1111111111vw, 160px) !important;
}

.u-mt165 {
  margin-top: min(11.4583333333vw, 165px) !important;
}

.u-mr165 {
  margin-right: min(11.4583333333vw, 165px) !important;
}

.u-mb165 {
  margin-bottom: min(11.4583333333vw, 165px) !important;
}

.u-ml165 {
  margin-left: min(11.4583333333vw, 165px) !important;
}

.u-mt170 {
  margin-top: min(11.8055555556vw, 170px) !important;
}

.u-mr170 {
  margin-right: min(11.8055555556vw, 170px) !important;
}

.u-mb170 {
  margin-bottom: min(11.8055555556vw, 170px) !important;
}

.u-ml170 {
  margin-left: min(11.8055555556vw, 170px) !important;
}

.u-mt175 {
  margin-top: min(12.1527777778vw, 175px) !important;
}

.u-mr175 {
  margin-right: min(12.1527777778vw, 175px) !important;
}

.u-mb175 {
  margin-bottom: min(12.1527777778vw, 175px) !important;
}

.u-ml175 {
  margin-left: min(12.1527777778vw, 175px) !important;
}

.u-mt180 {
  margin-top: min(12.5vw, 180px) !important;
}

.u-mr180 {
  margin-right: min(12.5vw, 180px) !important;
}

.u-mb180 {
  margin-bottom: min(12.5vw, 180px) !important;
}

.u-ml180 {
  margin-left: min(12.5vw, 180px) !important;
}

.u-mt185 {
  margin-top: min(12.8472222222vw, 185px) !important;
}

.u-mr185 {
  margin-right: min(12.8472222222vw, 185px) !important;
}

.u-mb185 {
  margin-bottom: min(12.8472222222vw, 185px) !important;
}

.u-ml185 {
  margin-left: min(12.8472222222vw, 185px) !important;
}

.u-mt190 {
  margin-top: min(13.1944444444vw, 190px) !important;
}

.u-mr190 {
  margin-right: min(13.1944444444vw, 190px) !important;
}

.u-mb190 {
  margin-bottom: min(13.1944444444vw, 190px) !important;
}

.u-ml190 {
  margin-left: min(13.1944444444vw, 190px) !important;
}

.u-mt195 {
  margin-top: min(13.5416666667vw, 195px) !important;
}

.u-mr195 {
  margin-right: min(13.5416666667vw, 195px) !important;
}

.u-mb195 {
  margin-bottom: min(13.5416666667vw, 195px) !important;
}

.u-ml195 {
  margin-left: min(13.5416666667vw, 195px) !important;
}

.u-mt200 {
  margin-top: min(13.8888888889vw, 200px) !important;
}

.u-mr200 {
  margin-right: min(13.8888888889vw, 200px) !important;
}

.u-mb200 {
  margin-bottom: min(13.8888888889vw, 200px) !important;
}

.u-ml200 {
  margin-left: min(13.8888888889vw, 200px) !important;
}

@media (max-width: 559px) {
  .u-mt0-sm {
    margin-top: 0px !important;
  }
  .u-mr0-sm {
    margin-right: 0px !important;
  }
  .u-mb0-sm {
    margin-bottom: 0px !important;
  }
  .u-ml0-sm {
    margin-left: 0px !important;
  }
  .u-mt5-sm {
    margin-top: 5px !important;
  }
  .u-mr5-sm {
    margin-right: 5px !important;
  }
  .u-mb5-sm {
    margin-bottom: 5px !important;
  }
  .u-ml5-sm {
    margin-left: 5px !important;
  }
  .u-mt10-sm {
    margin-top: 10px !important;
  }
  .u-mr10-sm {
    margin-right: 10px !important;
  }
  .u-mb10-sm {
    margin-bottom: 10px !important;
  }
  .u-ml10-sm {
    margin-left: 10px !important;
  }
  .u-mt15-sm {
    margin-top: 15px !important;
  }
  .u-mr15-sm {
    margin-right: 15px !important;
  }
  .u-mb15-sm {
    margin-bottom: 15px !important;
  }
  .u-ml15-sm {
    margin-left: 15px !important;
  }
  .u-mt20-sm {
    margin-top: 20px !important;
  }
  .u-mr20-sm {
    margin-right: 20px !important;
  }
  .u-mb20-sm {
    margin-bottom: 20px !important;
  }
  .u-ml20-sm {
    margin-left: 20px !important;
  }
  .u-mt25-sm {
    margin-top: 25px !important;
  }
  .u-mr25-sm {
    margin-right: 25px !important;
  }
  .u-mb25-sm {
    margin-bottom: 25px !important;
  }
  .u-ml25-sm {
    margin-left: 25px !important;
  }
  .u-mt30-sm {
    margin-top: 30px !important;
  }
  .u-mr30-sm {
    margin-right: 30px !important;
  }
  .u-mb30-sm {
    margin-bottom: 30px !important;
  }
  .u-ml30-sm {
    margin-left: 30px !important;
  }
  .u-mt35-sm {
    margin-top: 35px !important;
  }
  .u-mr35-sm {
    margin-right: 35px !important;
  }
  .u-mb35-sm {
    margin-bottom: 35px !important;
  }
  .u-ml35-sm {
    margin-left: 35px !important;
  }
  .u-mt40-sm {
    margin-top: 40px !important;
  }
  .u-mr40-sm {
    margin-right: 40px !important;
  }
  .u-mb40-sm {
    margin-bottom: 40px !important;
  }
  .u-ml40-sm {
    margin-left: 40px !important;
  }
  .u-mt45-sm {
    margin-top: 45px !important;
  }
  .u-mr45-sm {
    margin-right: 45px !important;
  }
  .u-mb45-sm {
    margin-bottom: 45px !important;
  }
  .u-ml45-sm {
    margin-left: 45px !important;
  }
  .u-mt50-sm {
    margin-top: 50px !important;
  }
  .u-mr50-sm {
    margin-right: 50px !important;
  }
  .u-mb50-sm {
    margin-bottom: 50px !important;
  }
  .u-ml50-sm {
    margin-left: 50px !important;
  }
  .u-mt55-sm {
    margin-top: 55px !important;
  }
  .u-mr55-sm {
    margin-right: 55px !important;
  }
  .u-mb55-sm {
    margin-bottom: 55px !important;
  }
  .u-ml55-sm {
    margin-left: 55px !important;
  }
  .u-mt60-sm {
    margin-top: 60px !important;
  }
  .u-mr60-sm {
    margin-right: 60px !important;
  }
  .u-mb60-sm {
    margin-bottom: 60px !important;
  }
  .u-ml60-sm {
    margin-left: 60px !important;
  }
  .u-mt65-sm {
    margin-top: 65px !important;
  }
  .u-mr65-sm {
    margin-right: 65px !important;
  }
  .u-mb65-sm {
    margin-bottom: 65px !important;
  }
  .u-ml65-sm {
    margin-left: 65px !important;
  }
  .u-mt70-sm {
    margin-top: 70px !important;
  }
  .u-mr70-sm {
    margin-right: 70px !important;
  }
  .u-mb70-sm {
    margin-bottom: 70px !important;
  }
  .u-ml70-sm {
    margin-left: 70px !important;
  }
  .u-mt75-sm {
    margin-top: 75px !important;
  }
  .u-mr75-sm {
    margin-right: 75px !important;
  }
  .u-mb75-sm {
    margin-bottom: 75px !important;
  }
  .u-ml75-sm {
    margin-left: 75px !important;
  }
  .u-mt80-sm {
    margin-top: 80px !important;
  }
  .u-mr80-sm {
    margin-right: 80px !important;
  }
  .u-mb80-sm {
    margin-bottom: 80px !important;
  }
  .u-ml80-sm {
    margin-left: 80px !important;
  }
  .u-mt85-sm {
    margin-top: 85px !important;
  }
  .u-mr85-sm {
    margin-right: 85px !important;
  }
  .u-mb85-sm {
    margin-bottom: 85px !important;
  }
  .u-ml85-sm {
    margin-left: 85px !important;
  }
  .u-mt90-sm {
    margin-top: 90px !important;
  }
  .u-mr90-sm {
    margin-right: 90px !important;
  }
  .u-mb90-sm {
    margin-bottom: 90px !important;
  }
  .u-ml90-sm {
    margin-left: 90px !important;
  }
  .u-mt95-sm {
    margin-top: 95px !important;
  }
  .u-mr95-sm {
    margin-right: 95px !important;
  }
  .u-mb95-sm {
    margin-bottom: 95px !important;
  }
  .u-ml95-sm {
    margin-left: 95px !important;
  }
  .u-mt100-sm {
    margin-top: 100px !important;
  }
  .u-mr100-sm {
    margin-right: 100px !important;
  }
  .u-mb100-sm {
    margin-bottom: 100px !important;
  }
  .u-ml100-sm {
    margin-left: 100px !important;
  }
  .u-mt105-sm {
    margin-top: 105px !important;
  }
  .u-mr105-sm {
    margin-right: 105px !important;
  }
  .u-mb105-sm {
    margin-bottom: 105px !important;
  }
  .u-ml105-sm {
    margin-left: 105px !important;
  }
  .u-mt110-sm {
    margin-top: 110px !important;
  }
  .u-mr110-sm {
    margin-right: 110px !important;
  }
  .u-mb110-sm {
    margin-bottom: 110px !important;
  }
  .u-ml110-sm {
    margin-left: 110px !important;
  }
  .u-mt115-sm {
    margin-top: 115px !important;
  }
  .u-mr115-sm {
    margin-right: 115px !important;
  }
  .u-mb115-sm {
    margin-bottom: 115px !important;
  }
  .u-ml115-sm {
    margin-left: 115px !important;
  }
  .u-mt120-sm {
    margin-top: 120px !important;
  }
  .u-mr120-sm {
    margin-right: 120px !important;
  }
  .u-mb120-sm {
    margin-bottom: 120px !important;
  }
  .u-ml120-sm {
    margin-left: 120px !important;
  }
  .u-mt125-sm {
    margin-top: 125px !important;
  }
  .u-mr125-sm {
    margin-right: 125px !important;
  }
  .u-mb125-sm {
    margin-bottom: 125px !important;
  }
  .u-ml125-sm {
    margin-left: 125px !important;
  }
  .u-mt130-sm {
    margin-top: 130px !important;
  }
  .u-mr130-sm {
    margin-right: 130px !important;
  }
  .u-mb130-sm {
    margin-bottom: 130px !important;
  }
  .u-ml130-sm {
    margin-left: 130px !important;
  }
  .u-mt135-sm {
    margin-top: 135px !important;
  }
  .u-mr135-sm {
    margin-right: 135px !important;
  }
  .u-mb135-sm {
    margin-bottom: 135px !important;
  }
  .u-ml135-sm {
    margin-left: 135px !important;
  }
  .u-mt140-sm {
    margin-top: 140px !important;
  }
  .u-mr140-sm {
    margin-right: 140px !important;
  }
  .u-mb140-sm {
    margin-bottom: 140px !important;
  }
  .u-ml140-sm {
    margin-left: 140px !important;
  }
  .u-mt145-sm {
    margin-top: 145px !important;
  }
  .u-mr145-sm {
    margin-right: 145px !important;
  }
  .u-mb145-sm {
    margin-bottom: 145px !important;
  }
  .u-ml145-sm {
    margin-left: 145px !important;
  }
  .u-mt150-sm {
    margin-top: 150px !important;
  }
  .u-mr150-sm {
    margin-right: 150px !important;
  }
  .u-mb150-sm {
    margin-bottom: 150px !important;
  }
  .u-ml150-sm {
    margin-left: 150px !important;
  }
  .u-mt155-sm {
    margin-top: 155px !important;
  }
  .u-mr155-sm {
    margin-right: 155px !important;
  }
  .u-mb155-sm {
    margin-bottom: 155px !important;
  }
  .u-ml155-sm {
    margin-left: 155px !important;
  }
  .u-mt160-sm {
    margin-top: 160px !important;
  }
  .u-mr160-sm {
    margin-right: 160px !important;
  }
  .u-mb160-sm {
    margin-bottom: 160px !important;
  }
  .u-ml160-sm {
    margin-left: 160px !important;
  }
  .u-mt165-sm {
    margin-top: 165px !important;
  }
  .u-mr165-sm {
    margin-right: 165px !important;
  }
  .u-mb165-sm {
    margin-bottom: 165px !important;
  }
  .u-ml165-sm {
    margin-left: 165px !important;
  }
  .u-mt170-sm {
    margin-top: 170px !important;
  }
  .u-mr170-sm {
    margin-right: 170px !important;
  }
  .u-mb170-sm {
    margin-bottom: 170px !important;
  }
  .u-ml170-sm {
    margin-left: 170px !important;
  }
  .u-mt175-sm {
    margin-top: 175px !important;
  }
  .u-mr175-sm {
    margin-right: 175px !important;
  }
  .u-mb175-sm {
    margin-bottom: 175px !important;
  }
  .u-ml175-sm {
    margin-left: 175px !important;
  }
  .u-mt180-sm {
    margin-top: 180px !important;
  }
  .u-mr180-sm {
    margin-right: 180px !important;
  }
  .u-mb180-sm {
    margin-bottom: 180px !important;
  }
  .u-ml180-sm {
    margin-left: 180px !important;
  }
  .u-mt185-sm {
    margin-top: 185px !important;
  }
  .u-mr185-sm {
    margin-right: 185px !important;
  }
  .u-mb185-sm {
    margin-bottom: 185px !important;
  }
  .u-ml185-sm {
    margin-left: 185px !important;
  }
  .u-mt190-sm {
    margin-top: 190px !important;
  }
  .u-mr190-sm {
    margin-right: 190px !important;
  }
  .u-mb190-sm {
    margin-bottom: 190px !important;
  }
  .u-ml190-sm {
    margin-left: 190px !important;
  }
  .u-mt195-sm {
    margin-top: 195px !important;
  }
  .u-mr195-sm {
    margin-right: 195px !important;
  }
  .u-mb195-sm {
    margin-bottom: 195px !important;
  }
  .u-ml195-sm {
    margin-left: 195px !important;
  }
  .u-mt200-sm {
    margin-top: 200px !important;
  }
  .u-mr200-sm {
    margin-right: 200px !important;
  }
  .u-mb200-sm {
    margin-bottom: 200px !important;
  }
  .u-ml200-sm {
    margin-left: 200px !important;
  }
}
/* margin em */
.u-mt1e {
  margin-top: 1em !important;
}

.u-mr1e {
  margin-right: 1em !important;
}

.u-mb1e {
  margin-bottom: 1em !important;
}

.u-ml1e {
  margin-left: 1em !important;
}

.u-mt2e {
  margin-top: 2em !important;
}

.u-mr2e {
  margin-right: 2em !important;
}

.u-mb2e {
  margin-bottom: 2em !important;
}

.u-ml2e {
  margin-left: 2em !important;
}

.u-mt3e {
  margin-top: 3em !important;
}

.u-mr3e {
  margin-right: 3em !important;
}

.u-mb3e {
  margin-bottom: 3em !important;
}

.u-ml3e {
  margin-left: 3em !important;
}

.u-mt4e {
  margin-top: 4em !important;
}

.u-mr4e {
  margin-right: 4em !important;
}

.u-mb4e {
  margin-bottom: 4em !important;
}

.u-ml4e {
  margin-left: 4em !important;
}

.u-mt5e {
  margin-top: 5em !important;
}

.u-mr5e {
  margin-right: 5em !important;
}

.u-mb5e {
  margin-bottom: 5em !important;
}

.u-ml5e {
  margin-left: 5em !important;
}

.u-mt6e {
  margin-top: 6em !important;
}

.u-mr6e {
  margin-right: 6em !important;
}

.u-mb6e {
  margin-bottom: 6em !important;
}

.u-ml6e {
  margin-left: 6em !important;
}

.u-mt7e {
  margin-top: 7em !important;
}

.u-mr7e {
  margin-right: 7em !important;
}

.u-mb7e {
  margin-bottom: 7em !important;
}

.u-ml7e {
  margin-left: 7em !important;
}

.u-mt8e {
  margin-top: 8em !important;
}

.u-mr8e {
  margin-right: 8em !important;
}

.u-mb8e {
  margin-bottom: 8em !important;
}

.u-ml8e {
  margin-left: 8em !important;
}

.u-mt9e {
  margin-top: 9em !important;
}

.u-mr9e {
  margin-right: 9em !important;
}

.u-mb9e {
  margin-bottom: 9em !important;
}

.u-ml9e {
  margin-left: 9em !important;
}

.u-mt10e {
  margin-top: 10em !important;
}

.u-mr10e {
  margin-right: 10em !important;
}

.u-mb10e {
  margin-bottom: 10em !important;
}

.u-ml10e {
  margin-left: 10em !important;
}

/* -----------------
Padding
------------------ */
/* padding */
.u-pt0 {
  padding-top: min(0vw, 0px) !important;
}

.u-pr0 {
  padding-right: min(0vw, 0px) !important;
}

.u-pb0 {
  padding-bottom: min(0vw, 0px) !important;
}

.u-pl0 {
  padding-left: min(0vw, 0px) !important;
}

.u-pt5 {
  padding-top: min(0.3472222222vw, 5px) !important;
}

.u-pr5 {
  padding-right: min(0.3472222222vw, 5px) !important;
}

.u-pb5 {
  padding-bottom: min(0.3472222222vw, 5px) !important;
}

.u-pl5 {
  padding-left: min(0.3472222222vw, 5px) !important;
}

.u-pt10 {
  padding-top: min(0.6944444444vw, 10px) !important;
}

.u-pr10 {
  padding-right: min(0.6944444444vw, 10px) !important;
}

.u-pb10 {
  padding-bottom: min(0.6944444444vw, 10px) !important;
}

.u-pl10 {
  padding-left: min(0.6944444444vw, 10px) !important;
}

.u-pt15 {
  padding-top: min(1.0416666667vw, 15px) !important;
}

.u-pr15 {
  padding-right: min(1.0416666667vw, 15px) !important;
}

.u-pb15 {
  padding-bottom: min(1.0416666667vw, 15px) !important;
}

.u-pl15 {
  padding-left: min(1.0416666667vw, 15px) !important;
}

.u-pt20 {
  padding-top: min(1.3888888889vw, 20px) !important;
}

.u-pr20 {
  padding-right: min(1.3888888889vw, 20px) !important;
}

.u-pb20 {
  padding-bottom: min(1.3888888889vw, 20px) !important;
}

.u-pl20 {
  padding-left: min(1.3888888889vw, 20px) !important;
}

.u-pt25 {
  padding-top: min(1.7361111111vw, 25px) !important;
}

.u-pr25 {
  padding-right: min(1.7361111111vw, 25px) !important;
}

.u-pb25 {
  padding-bottom: min(1.7361111111vw, 25px) !important;
}

.u-pl25 {
  padding-left: min(1.7361111111vw, 25px) !important;
}

.u-pt30 {
  padding-top: min(2.0833333333vw, 30px) !important;
}

.u-pr30 {
  padding-right: min(2.0833333333vw, 30px) !important;
}

.u-pb30 {
  padding-bottom: min(2.0833333333vw, 30px) !important;
}

.u-pl30 {
  padding-left: min(2.0833333333vw, 30px) !important;
}

.u-pt35 {
  padding-top: min(2.4305555556vw, 35px) !important;
}

.u-pr35 {
  padding-right: min(2.4305555556vw, 35px) !important;
}

.u-pb35 {
  padding-bottom: min(2.4305555556vw, 35px) !important;
}

.u-pl35 {
  padding-left: min(2.4305555556vw, 35px) !important;
}

.u-pt40 {
  padding-top: min(2.7777777778vw, 40px) !important;
}

.u-pr40 {
  padding-right: min(2.7777777778vw, 40px) !important;
}

.u-pb40 {
  padding-bottom: min(2.7777777778vw, 40px) !important;
}

.u-pl40 {
  padding-left: min(2.7777777778vw, 40px) !important;
}

.u-pt45 {
  padding-top: min(3.125vw, 45px) !important;
}

.u-pr45 {
  padding-right: min(3.125vw, 45px) !important;
}

.u-pb45 {
  padding-bottom: min(3.125vw, 45px) !important;
}

.u-pl45 {
  padding-left: min(3.125vw, 45px) !important;
}

.u-pt50 {
  padding-top: min(3.4722222222vw, 50px) !important;
}

.u-pr50 {
  padding-right: min(3.4722222222vw, 50px) !important;
}

.u-pb50 {
  padding-bottom: min(3.4722222222vw, 50px) !important;
}

.u-pl50 {
  padding-left: min(3.4722222222vw, 50px) !important;
}

.u-pt55 {
  padding-top: min(3.8194444444vw, 55px) !important;
}

.u-pr55 {
  padding-right: min(3.8194444444vw, 55px) !important;
}

.u-pb55 {
  padding-bottom: min(3.8194444444vw, 55px) !important;
}

.u-pl55 {
  padding-left: min(3.8194444444vw, 55px) !important;
}

.u-pt60 {
  padding-top: min(4.1666666667vw, 60px) !important;
}

.u-pr60 {
  padding-right: min(4.1666666667vw, 60px) !important;
}

.u-pb60 {
  padding-bottom: min(4.1666666667vw, 60px) !important;
}

.u-pl60 {
  padding-left: min(4.1666666667vw, 60px) !important;
}

.u-pt65 {
  padding-top: min(4.5138888889vw, 65px) !important;
}

.u-pr65 {
  padding-right: min(4.5138888889vw, 65px) !important;
}

.u-pb65 {
  padding-bottom: min(4.5138888889vw, 65px) !important;
}

.u-pl65 {
  padding-left: min(4.5138888889vw, 65px) !important;
}

.u-pt70 {
  padding-top: min(4.8611111111vw, 70px) !important;
}

.u-pr70 {
  padding-right: min(4.8611111111vw, 70px) !important;
}

.u-pb70 {
  padding-bottom: min(4.8611111111vw, 70px) !important;
}

.u-pl70 {
  padding-left: min(4.8611111111vw, 70px) !important;
}

.u-pt75 {
  padding-top: min(5.2083333333vw, 75px) !important;
}

.u-pr75 {
  padding-right: min(5.2083333333vw, 75px) !important;
}

.u-pb75 {
  padding-bottom: min(5.2083333333vw, 75px) !important;
}

.u-pl75 {
  padding-left: min(5.2083333333vw, 75px) !important;
}

.u-pt80 {
  padding-top: min(5.5555555556vw, 80px) !important;
}

.u-pr80 {
  padding-right: min(5.5555555556vw, 80px) !important;
}

.u-pb80 {
  padding-bottom: min(5.5555555556vw, 80px) !important;
}

.u-pl80 {
  padding-left: min(5.5555555556vw, 80px) !important;
}

.u-pt85 {
  padding-top: min(5.9027777778vw, 85px) !important;
}

.u-pr85 {
  padding-right: min(5.9027777778vw, 85px) !important;
}

.u-pb85 {
  padding-bottom: min(5.9027777778vw, 85px) !important;
}

.u-pl85 {
  padding-left: min(5.9027777778vw, 85px) !important;
}

.u-pt90 {
  padding-top: min(6.25vw, 90px) !important;
}

.u-pr90 {
  padding-right: min(6.25vw, 90px) !important;
}

.u-pb90 {
  padding-bottom: min(6.25vw, 90px) !important;
}

.u-pl90 {
  padding-left: min(6.25vw, 90px) !important;
}

.u-pt95 {
  padding-top: min(6.5972222222vw, 95px) !important;
}

.u-pr95 {
  padding-right: min(6.5972222222vw, 95px) !important;
}

.u-pb95 {
  padding-bottom: min(6.5972222222vw, 95px) !important;
}

.u-pl95 {
  padding-left: min(6.5972222222vw, 95px) !important;
}

.u-pt100 {
  padding-top: min(6.9444444444vw, 100px) !important;
}

.u-pr100 {
  padding-right: min(6.9444444444vw, 100px) !important;
}

.u-pb100 {
  padding-bottom: min(6.9444444444vw, 100px) !important;
}

.u-pl100 {
  padding-left: min(6.9444444444vw, 100px) !important;
}

.u-pt105 {
  padding-top: min(7.2916666667vw, 105px) !important;
}

.u-pr105 {
  padding-right: min(7.2916666667vw, 105px) !important;
}

.u-pb105 {
  padding-bottom: min(7.2916666667vw, 105px) !important;
}

.u-pl105 {
  padding-left: min(7.2916666667vw, 105px) !important;
}

.u-pt110 {
  padding-top: min(7.6388888889vw, 110px) !important;
}

.u-pr110 {
  padding-right: min(7.6388888889vw, 110px) !important;
}

.u-pb110 {
  padding-bottom: min(7.6388888889vw, 110px) !important;
}

.u-pl110 {
  padding-left: min(7.6388888889vw, 110px) !important;
}

.u-pt115 {
  padding-top: min(7.9861111111vw, 115px) !important;
}

.u-pr115 {
  padding-right: min(7.9861111111vw, 115px) !important;
}

.u-pb115 {
  padding-bottom: min(7.9861111111vw, 115px) !important;
}

.u-pl115 {
  padding-left: min(7.9861111111vw, 115px) !important;
}

.u-pt120 {
  padding-top: min(8.3333333333vw, 120px) !important;
}

.u-pr120 {
  padding-right: min(8.3333333333vw, 120px) !important;
}

.u-pb120 {
  padding-bottom: min(8.3333333333vw, 120px) !important;
}

.u-pl120 {
  padding-left: min(8.3333333333vw, 120px) !important;
}

.u-pt125 {
  padding-top: min(8.6805555556vw, 125px) !important;
}

.u-pr125 {
  padding-right: min(8.6805555556vw, 125px) !important;
}

.u-pb125 {
  padding-bottom: min(8.6805555556vw, 125px) !important;
}

.u-pl125 {
  padding-left: min(8.6805555556vw, 125px) !important;
}

.u-pt130 {
  padding-top: min(9.0277777778vw, 130px) !important;
}

.u-pr130 {
  padding-right: min(9.0277777778vw, 130px) !important;
}

.u-pb130 {
  padding-bottom: min(9.0277777778vw, 130px) !important;
}

.u-pl130 {
  padding-left: min(9.0277777778vw, 130px) !important;
}

.u-pt135 {
  padding-top: min(9.375vw, 135px) !important;
}

.u-pr135 {
  padding-right: min(9.375vw, 135px) !important;
}

.u-pb135 {
  padding-bottom: min(9.375vw, 135px) !important;
}

.u-pl135 {
  padding-left: min(9.375vw, 135px) !important;
}

.u-pt140 {
  padding-top: min(9.7222222222vw, 140px) !important;
}

.u-pr140 {
  padding-right: min(9.7222222222vw, 140px) !important;
}

.u-pb140 {
  padding-bottom: min(9.7222222222vw, 140px) !important;
}

.u-pl140 {
  padding-left: min(9.7222222222vw, 140px) !important;
}

.u-pt145 {
  padding-top: min(10.0694444444vw, 145px) !important;
}

.u-pr145 {
  padding-right: min(10.0694444444vw, 145px) !important;
}

.u-pb145 {
  padding-bottom: min(10.0694444444vw, 145px) !important;
}

.u-pl145 {
  padding-left: min(10.0694444444vw, 145px) !important;
}

.u-pt150 {
  padding-top: min(10.4166666667vw, 150px) !important;
}

.u-pr150 {
  padding-right: min(10.4166666667vw, 150px) !important;
}

.u-pb150 {
  padding-bottom: min(10.4166666667vw, 150px) !important;
}

.u-pl150 {
  padding-left: min(10.4166666667vw, 150px) !important;
}

.u-pt155 {
  padding-top: min(10.7638888889vw, 155px) !important;
}

.u-pr155 {
  padding-right: min(10.7638888889vw, 155px) !important;
}

.u-pb155 {
  padding-bottom: min(10.7638888889vw, 155px) !important;
}

.u-pl155 {
  padding-left: min(10.7638888889vw, 155px) !important;
}

.u-pt160 {
  padding-top: min(11.1111111111vw, 160px) !important;
}

.u-pr160 {
  padding-right: min(11.1111111111vw, 160px) !important;
}

.u-pb160 {
  padding-bottom: min(11.1111111111vw, 160px) !important;
}

.u-pl160 {
  padding-left: min(11.1111111111vw, 160px) !important;
}

.u-pt165 {
  padding-top: min(11.4583333333vw, 165px) !important;
}

.u-pr165 {
  padding-right: min(11.4583333333vw, 165px) !important;
}

.u-pb165 {
  padding-bottom: min(11.4583333333vw, 165px) !important;
}

.u-pl165 {
  padding-left: min(11.4583333333vw, 165px) !important;
}

.u-pt170 {
  padding-top: min(11.8055555556vw, 170px) !important;
}

.u-pr170 {
  padding-right: min(11.8055555556vw, 170px) !important;
}

.u-pb170 {
  padding-bottom: min(11.8055555556vw, 170px) !important;
}

.u-pl170 {
  padding-left: min(11.8055555556vw, 170px) !important;
}

.u-pt175 {
  padding-top: min(12.1527777778vw, 175px) !important;
}

.u-pr175 {
  padding-right: min(12.1527777778vw, 175px) !important;
}

.u-pb175 {
  padding-bottom: min(12.1527777778vw, 175px) !important;
}

.u-pl175 {
  padding-left: min(12.1527777778vw, 175px) !important;
}

.u-pt180 {
  padding-top: min(12.5vw, 180px) !important;
}

.u-pr180 {
  padding-right: min(12.5vw, 180px) !important;
}

.u-pb180 {
  padding-bottom: min(12.5vw, 180px) !important;
}

.u-pl180 {
  padding-left: min(12.5vw, 180px) !important;
}

.u-pt185 {
  padding-top: min(12.8472222222vw, 185px) !important;
}

.u-pr185 {
  padding-right: min(12.8472222222vw, 185px) !important;
}

.u-pb185 {
  padding-bottom: min(12.8472222222vw, 185px) !important;
}

.u-pl185 {
  padding-left: min(12.8472222222vw, 185px) !important;
}

.u-pt190 {
  padding-top: min(13.1944444444vw, 190px) !important;
}

.u-pr190 {
  padding-right: min(13.1944444444vw, 190px) !important;
}

.u-pb190 {
  padding-bottom: min(13.1944444444vw, 190px) !important;
}

.u-pl190 {
  padding-left: min(13.1944444444vw, 190px) !important;
}

.u-pt195 {
  padding-top: min(13.5416666667vw, 195px) !important;
}

.u-pr195 {
  padding-right: min(13.5416666667vw, 195px) !important;
}

.u-pb195 {
  padding-bottom: min(13.5416666667vw, 195px) !important;
}

.u-pl195 {
  padding-left: min(13.5416666667vw, 195px) !important;
}

.u-pt200 {
  padding-top: min(13.8888888889vw, 200px) !important;
}

.u-pr200 {
  padding-right: min(13.8888888889vw, 200px) !important;
}

.u-pb200 {
  padding-bottom: min(13.8888888889vw, 200px) !important;
}

.u-pl200 {
  padding-left: min(13.8888888889vw, 200px) !important;
}

@media (max-width: 559px) {
  .u-pt0-sm {
    padding-top: 0px !important;
  }
  .u-pr0-sm {
    padding-right: 0px !important;
  }
  .u-pb0-sm {
    padding-bottom: 0px !important;
  }
  .u-pl0-sm {
    padding-left: 0px !important;
  }
  .u-pt5-sm {
    padding-top: 5px !important;
  }
  .u-pr5-sm {
    padding-right: 5px !important;
  }
  .u-pb5-sm {
    padding-bottom: 5px !important;
  }
  .u-pl5-sm {
    padding-left: 5px !important;
  }
  .u-pt10-sm {
    padding-top: 10px !important;
  }
  .u-pr10-sm {
    padding-right: 10px !important;
  }
  .u-pb10-sm {
    padding-bottom: 10px !important;
  }
  .u-pl10-sm {
    padding-left: 10px !important;
  }
  .u-pt15-sm {
    padding-top: 15px !important;
  }
  .u-pr15-sm {
    padding-right: 15px !important;
  }
  .u-pb15-sm {
    padding-bottom: 15px !important;
  }
  .u-pl15-sm {
    padding-left: 15px !important;
  }
  .u-pt20-sm {
    padding-top: 20px !important;
  }
  .u-pr20-sm {
    padding-right: 20px !important;
  }
  .u-pb20-sm {
    padding-bottom: 20px !important;
  }
  .u-pl20-sm {
    padding-left: 20px !important;
  }
  .u-pt25-sm {
    padding-top: 25px !important;
  }
  .u-pr25-sm {
    padding-right: 25px !important;
  }
  .u-pb25-sm {
    padding-bottom: 25px !important;
  }
  .u-pl25-sm {
    padding-left: 25px !important;
  }
  .u-pt30-sm {
    padding-top: 30px !important;
  }
  .u-pr30-sm {
    padding-right: 30px !important;
  }
  .u-pb30-sm {
    padding-bottom: 30px !important;
  }
  .u-pl30-sm {
    padding-left: 30px !important;
  }
  .u-pt35-sm {
    padding-top: 35px !important;
  }
  .u-pr35-sm {
    padding-right: 35px !important;
  }
  .u-pb35-sm {
    padding-bottom: 35px !important;
  }
  .u-pl35-sm {
    padding-left: 35px !important;
  }
  .u-pt40-sm {
    padding-top: 40px !important;
  }
  .u-pr40-sm {
    padding-right: 40px !important;
  }
  .u-pb40-sm {
    padding-bottom: 40px !important;
  }
  .u-pl40-sm {
    padding-left: 40px !important;
  }
  .u-pt45-sm {
    padding-top: 45px !important;
  }
  .u-pr45-sm {
    padding-right: 45px !important;
  }
  .u-pb45-sm {
    padding-bottom: 45px !important;
  }
  .u-pl45-sm {
    padding-left: 45px !important;
  }
  .u-pt50-sm {
    padding-top: 50px !important;
  }
  .u-pr50-sm {
    padding-right: 50px !important;
  }
  .u-pb50-sm {
    padding-bottom: 50px !important;
  }
  .u-pl50-sm {
    padding-left: 50px !important;
  }
  .u-pt55-sm {
    padding-top: 55px !important;
  }
  .u-pr55-sm {
    padding-right: 55px !important;
  }
  .u-pb55-sm {
    padding-bottom: 55px !important;
  }
  .u-pl55-sm {
    padding-left: 55px !important;
  }
  .u-pt60-sm {
    padding-top: 60px !important;
  }
  .u-pr60-sm {
    padding-right: 60px !important;
  }
  .u-pb60-sm {
    padding-bottom: 60px !important;
  }
  .u-pl60-sm {
    padding-left: 60px !important;
  }
  .u-pt65-sm {
    padding-top: 65px !important;
  }
  .u-pr65-sm {
    padding-right: 65px !important;
  }
  .u-pb65-sm {
    padding-bottom: 65px !important;
  }
  .u-pl65-sm {
    padding-left: 65px !important;
  }
  .u-pt70-sm {
    padding-top: 70px !important;
  }
  .u-pr70-sm {
    padding-right: 70px !important;
  }
  .u-pb70-sm {
    padding-bottom: 70px !important;
  }
  .u-pl70-sm {
    padding-left: 70px !important;
  }
  .u-pt75-sm {
    padding-top: 75px !important;
  }
  .u-pr75-sm {
    padding-right: 75px !important;
  }
  .u-pb75-sm {
    padding-bottom: 75px !important;
  }
  .u-pl75-sm {
    padding-left: 75px !important;
  }
  .u-pt80-sm {
    padding-top: 80px !important;
  }
  .u-pr80-sm {
    padding-right: 80px !important;
  }
  .u-pb80-sm {
    padding-bottom: 80px !important;
  }
  .u-pl80-sm {
    padding-left: 80px !important;
  }
  .u-pt85-sm {
    padding-top: 85px !important;
  }
  .u-pr85-sm {
    padding-right: 85px !important;
  }
  .u-pb85-sm {
    padding-bottom: 85px !important;
  }
  .u-pl85-sm {
    padding-left: 85px !important;
  }
  .u-pt90-sm {
    padding-top: 90px !important;
  }
  .u-pr90-sm {
    padding-right: 90px !important;
  }
  .u-pb90-sm {
    padding-bottom: 90px !important;
  }
  .u-pl90-sm {
    padding-left: 90px !important;
  }
  .u-pt95-sm {
    padding-top: 95px !important;
  }
  .u-pr95-sm {
    padding-right: 95px !important;
  }
  .u-pb95-sm {
    padding-bottom: 95px !important;
  }
  .u-pl95-sm {
    padding-left: 95px !important;
  }
  .u-pt100-sm {
    padding-top: 100px !important;
  }
  .u-pr100-sm {
    padding-right: 100px !important;
  }
  .u-pb100-sm {
    padding-bottom: 100px !important;
  }
  .u-pl100-sm {
    padding-left: 100px !important;
  }
  .u-pt105-sm {
    padding-top: 105px !important;
  }
  .u-pr105-sm {
    padding-right: 105px !important;
  }
  .u-pb105-sm {
    padding-bottom: 105px !important;
  }
  .u-pl105-sm {
    padding-left: 105px !important;
  }
  .u-pt110-sm {
    padding-top: 110px !important;
  }
  .u-pr110-sm {
    padding-right: 110px !important;
  }
  .u-pb110-sm {
    padding-bottom: 110px !important;
  }
  .u-pl110-sm {
    padding-left: 110px !important;
  }
  .u-pt115-sm {
    padding-top: 115px !important;
  }
  .u-pr115-sm {
    padding-right: 115px !important;
  }
  .u-pb115-sm {
    padding-bottom: 115px !important;
  }
  .u-pl115-sm {
    padding-left: 115px !important;
  }
  .u-pt120-sm {
    padding-top: 120px !important;
  }
  .u-pr120-sm {
    padding-right: 120px !important;
  }
  .u-pb120-sm {
    padding-bottom: 120px !important;
  }
  .u-pl120-sm {
    padding-left: 120px !important;
  }
  .u-pt125-sm {
    padding-top: 125px !important;
  }
  .u-pr125-sm {
    padding-right: 125px !important;
  }
  .u-pb125-sm {
    padding-bottom: 125px !important;
  }
  .u-pl125-sm {
    padding-left: 125px !important;
  }
  .u-pt130-sm {
    padding-top: 130px !important;
  }
  .u-pr130-sm {
    padding-right: 130px !important;
  }
  .u-pb130-sm {
    padding-bottom: 130px !important;
  }
  .u-pl130-sm {
    padding-left: 130px !important;
  }
  .u-pt135-sm {
    padding-top: 135px !important;
  }
  .u-pr135-sm {
    padding-right: 135px !important;
  }
  .u-pb135-sm {
    padding-bottom: 135px !important;
  }
  .u-pl135-sm {
    padding-left: 135px !important;
  }
  .u-pt140-sm {
    padding-top: 140px !important;
  }
  .u-pr140-sm {
    padding-right: 140px !important;
  }
  .u-pb140-sm {
    padding-bottom: 140px !important;
  }
  .u-pl140-sm {
    padding-left: 140px !important;
  }
  .u-pt145-sm {
    padding-top: 145px !important;
  }
  .u-pr145-sm {
    padding-right: 145px !important;
  }
  .u-pb145-sm {
    padding-bottom: 145px !important;
  }
  .u-pl145-sm {
    padding-left: 145px !important;
  }
  .u-pt150-sm {
    padding-top: 150px !important;
  }
  .u-pr150-sm {
    padding-right: 150px !important;
  }
  .u-pb150-sm {
    padding-bottom: 150px !important;
  }
  .u-pl150-sm {
    padding-left: 150px !important;
  }
  .u-pt155-sm {
    padding-top: 155px !important;
  }
  .u-pr155-sm {
    padding-right: 155px !important;
  }
  .u-pb155-sm {
    padding-bottom: 155px !important;
  }
  .u-pl155-sm {
    padding-left: 155px !important;
  }
  .u-pt160-sm {
    padding-top: 160px !important;
  }
  .u-pr160-sm {
    padding-right: 160px !important;
  }
  .u-pb160-sm {
    padding-bottom: 160px !important;
  }
  .u-pl160-sm {
    padding-left: 160px !important;
  }
  .u-pt165-sm {
    padding-top: 165px !important;
  }
  .u-pr165-sm {
    padding-right: 165px !important;
  }
  .u-pb165-sm {
    padding-bottom: 165px !important;
  }
  .u-pl165-sm {
    padding-left: 165px !important;
  }
  .u-pt170-sm {
    padding-top: 170px !important;
  }
  .u-pr170-sm {
    padding-right: 170px !important;
  }
  .u-pb170-sm {
    padding-bottom: 170px !important;
  }
  .u-pl170-sm {
    padding-left: 170px !important;
  }
  .u-pt175-sm {
    padding-top: 175px !important;
  }
  .u-pr175-sm {
    padding-right: 175px !important;
  }
  .u-pb175-sm {
    padding-bottom: 175px !important;
  }
  .u-pl175-sm {
    padding-left: 175px !important;
  }
  .u-pt180-sm {
    padding-top: 180px !important;
  }
  .u-pr180-sm {
    padding-right: 180px !important;
  }
  .u-pb180-sm {
    padding-bottom: 180px !important;
  }
  .u-pl180-sm {
    padding-left: 180px !important;
  }
  .u-pt185-sm {
    padding-top: 185px !important;
  }
  .u-pr185-sm {
    padding-right: 185px !important;
  }
  .u-pb185-sm {
    padding-bottom: 185px !important;
  }
  .u-pl185-sm {
    padding-left: 185px !important;
  }
  .u-pt190-sm {
    padding-top: 190px !important;
  }
  .u-pr190-sm {
    padding-right: 190px !important;
  }
  .u-pb190-sm {
    padding-bottom: 190px !important;
  }
  .u-pl190-sm {
    padding-left: 190px !important;
  }
  .u-pt195-sm {
    padding-top: 195px !important;
  }
  .u-pr195-sm {
    padding-right: 195px !important;
  }
  .u-pb195-sm {
    padding-bottom: 195px !important;
  }
  .u-pl195-sm {
    padding-left: 195px !important;
  }
  .u-pt200-sm {
    padding-top: 200px !important;
  }
  .u-pr200-sm {
    padding-right: 200px !important;
  }
  .u-pb200-sm {
    padding-bottom: 200px !important;
  }
  .u-pl200-sm {
    padding-left: 200px !important;
  }
}
/* padding em */
.u-pt1e {
  padding-top: 1em !important;
}

.u-pr1e {
  padding-right: 1em !important;
}

.u-pb1e {
  padding-bottom: 1em !important;
}

.u-pl1e {
  padding-left: 1em !important;
}

.u-pt2e {
  padding-top: 2em !important;
}

.u-pr2e {
  padding-right: 2em !important;
}

.u-pb2e {
  padding-bottom: 2em !important;
}

.u-pl2e {
  padding-left: 2em !important;
}

.u-pt3e {
  padding-top: 3em !important;
}

.u-pr3e {
  padding-right: 3em !important;
}

.u-pb3e {
  padding-bottom: 3em !important;
}

.u-pl3e {
  padding-left: 3em !important;
}

.u-pt4e {
  padding-top: 4em !important;
}

.u-pr4e {
  padding-right: 4em !important;
}

.u-pb4e {
  padding-bottom: 4em !important;
}

.u-pl4e {
  padding-left: 4em !important;
}

.u-pt5e {
  padding-top: 5em !important;
}

.u-pr5e {
  padding-right: 5em !important;
}

.u-pb5e {
  padding-bottom: 5em !important;
}

.u-pl5e {
  padding-left: 5em !important;
}

.u-pt6e {
  padding-top: 6em !important;
}

.u-pr6e {
  padding-right: 6em !important;
}

.u-pb6e {
  padding-bottom: 6em !important;
}

.u-pl6e {
  padding-left: 6em !important;
}

.u-pt7e {
  padding-top: 7em !important;
}

.u-pr7e {
  padding-right: 7em !important;
}

.u-pb7e {
  padding-bottom: 7em !important;
}

.u-pl7e {
  padding-left: 7em !important;
}

.u-pt8e {
  padding-top: 8em !important;
}

.u-pr8e {
  padding-right: 8em !important;
}

.u-pb8e {
  padding-bottom: 8em !important;
}

.u-pl8e {
  padding-left: 8em !important;
}

.u-pt9e {
  padding-top: 9em !important;
}

.u-pr9e {
  padding-right: 9em !important;
}

.u-pb9e {
  padding-bottom: 9em !important;
}

.u-pl9e {
  padding-left: 9em !important;
}

.u-pt10e {
  padding-top: 10em !important;
}

.u-pr10e {
  padding-right: 10em !important;
}

.u-pb10e {
  padding-bottom: 10em !important;
}

.u-pl10e {
  padding-left: 10em !important;
}

/* library */
/* global */
.p-home-kv__slide .slider-controls {
  margin-top: 17px;
  padding: 0 calc(9vw - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 559px) {
  .p-home-kv__slide .slider-controls {
    margin-top: 0;
  }
}
.p-home-kv__slide {
  /* slickのデフォルトスタイルを上書き */
}
.p-home-kv__slide .slider-controls .slick-prev,
.p-home-kv__slide .slider-controls .slick-next,
.p-home-kv__slide .slider-controls .slick-dots {
  position: static; /* 絶対配置を解除 */
  display: inline-block !important;
}
.p-home-kv__slide .slick-prev,
.p-home-kv__slide .slick-next {
  display: block;
  content: "";
  width: 44px !important;
  height: 26px !important;
  -webkit-transform: translateY(4px) !important;
          transform: translateY(4px) !important;
}
@media (max-width: 559px) {
  .p-home-kv__slide .slick-prev,
  .p-home-kv__slide .slick-next {
    width: 25px !important;
  }
}
.p-home-kv__slide .slick-prev::before,
.p-home-kv__slide .slick-next::before {
  content: none !important;
}
.p-home-kv__slide .slick-next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.js-slider02 .slick-slide {
  padding: 0 30px !important;
}
@media (max-width: 559px) {
  .js-slider02 .slick-slide {
    padding: 0 10px !important;
  }
}
.js-slider02 .slick-slide img {
  border-radius: 10px;
}

.p-works-case .slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 中央寄せ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直中央 */
  gap: 10px; /* 矢印とドットの間隔 */
}
.p-works-case {
  /* slickのデフォルトスタイルを上書き */
}
.p-works-case .slider-controls .slick-prev,
.p-works-case .slider-controls .slick-next,
.p-works-case .slider-controls .slick-dots {
  position: static; /* 絶対配置を解除 */
  display: inline-block !important;
}
.p-works-case .slider-controls .slick-dots {
  width: auto;
  margin: 0;
  padding: 0;
}
.p-works-case .slick-dots li button:before {
  font-size: 12px !important;
}
.p-works-case .slick-dots li button:before {
  color: #dfe4ea !important;
  opacity: 1 !important;
}
.p-works-case .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #0062b1 !important;
}
.p-works-case .slick-prev,
.p-works-case .slick-next {
  display: block;
  content: "";
  width: 44px !important;
  height: 26px !important;
  -webkit-transform: translateY(4px) !important;
          transform: translateY(4px) !important;
}
.p-works-case .slick-prev::before,
.p-works-case .slick-next::before {
  content: none !important;
}
.p-works-case .slick-next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* global */
.swiper .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper .swiper-slide {
  margin-right: 5px;
}

.swiper02 .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.swiper02 .swiper-slide {
  margin-right: 10px;
}
@media (max-width: 559px) {
  .swiper02 .swiper-slide {
    margin-right: 5px;
  }
}

/* js */
/* global */
.js-trigger.is-active .js-jump01 {
  -webkit-animation: anime-jump 0.9s linear 0s 1;
          animation: anime-jump 0.9s linear 0s 1;
}

@-webkit-keyframes anime-jump {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  20% {
    -webkit-transform: translate(0%, 3%);
            transform: translate(0%, 3%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  60% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  75% {
    -webkit-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
  }
  85% {
    -webkit-transform: translate(0%, 5%);
            transform: translate(0%, 5%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@keyframes anime-jump {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  20% {
    -webkit-transform: translate(0%, 3%);
            transform: translate(0%, 3%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  60% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  75% {
    -webkit-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
  }
  85% {
    -webkit-transform: translate(0%, 5%);
            transform: translate(0%, 5%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.js-trigger.is-active .js-blink {
  -webkit-animation: blink 0.5s steps(1) forwards;
          animation: blink 0.5s steps(1) forwards;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-bounce {
  opacity: 0;
}

.js-trigger.is-active .js-bounce {
  -webkit-animation: bounce 0.6s 0.5s linear forwards;
          animation: bounce 0.6s 0.5s linear forwards;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.js-fuwafuwa {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite;
          animation: fuwafuwa 3s ease-in-out infinite;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-trigger.is-active .js-text01 {
  overflow: hidden;
}
.js-trigger.is-active .js-text01 span {
  display: inline-block;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-animation: fadeIn 0.2s forwards;
          animation: fadeIn 0.2s forwards;
}

.js-text02 {
  position: relative;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.js-text02 .text {
  position: relative;
  z-index: 2;
}
.js-text02::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #0062b1;
}
.js-text02::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background: #0062b1;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.5s 0.5s ease;
  transition: 0.5s 0.5s ease;
}
.js-trigger.is-active .js-text02 {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.js-trigger.is-active .js-text02::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.5s 0.5s ease;
  transition: 0.5s 0.5s ease;
}

.-delay1 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.-delay2 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.-delay3 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.js-ticker {
  -webkit-animation: ticker 50s linear infinite;
          animation: ticker 50s linear infinite;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* compornent */
/* global */
/* -----------------
Button
------------------ */
.c-button01 {
  display: inline-block;
  color: #fff;
  background-color: #1e1e1e;
  padding: 0.7em 1.5em;
  border-radius: 6px;
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.6rem, 1.389vw, 2rem);
  line-height: 1;
  border: 1px solid #1e1e1e;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-button01:hover {
  color: #0062b1;
  background-color: #fff;
  border: 1px solid #0062b1;
}

.c-button02 {
  display: inline-block;
  color: #fff;
  background-color: #1e1e1e;
  padding: 1em 1.5em;
  border-radius: 3px;
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  border: 1px solid #1e1e1e;
}
.c-button02:hover {
  color: #0062b1;
  background-color: #fff;
  border: 1px solid #0062b1;
}

.c-button03 {
  position: relative;
  display: block;
}
.c-button03 .default {
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-button03 .default:hover {
  opacity: 0;
}

/* -----------------
Heading
------------------ */
.c-heading01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #0062b1;
  line-height: 1.2;
}
.c-heading01 .en {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(4.8rem, 5.556vw, 8rem);
  line-height: 1;
}
.c-heading01 .en span {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
}
.c-heading01 .jp {
  margin-top: 0.8em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.c-heading01.-white {
  color: #fff;
  border-color: #fff;
}
.c-heading01 span {
  font-weight: inherit;
}
.about .c-heading01 .en span:nth-child(5), .p-home-about .c-heading01 .en span:nth-child(5) {
  margin-right: 0.2em;
}

.c-heading02 {
  color: #0062b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media (max-width: 559px) {
  .c-heading02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-heading02 .en {
  font-size: clamp(3.2rem, 2.778vw, 4rem);
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
}
.c-heading02 .jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.u-bg02 .c-heading02 {
  color: #fff;
}

.c-heading03 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0062b1;
  font-size: clamp(2rem, 1.667vw, 2.4rem);
}
.c-heading03 span {
  font-weight: inherit;
}

.c-heading04 {
  font-size: clamp(2.4rem, 2.778vw, 4rem);
  line-height: 1.4;
}
.c-heading04 .en {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  color: #dfe4ea;
}
.c-heading04 .jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0062b1;
}

.c-heading05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0062b1;
  font-size: clamp(2rem, 1.667vw, 2.4rem);
}
.c-heading05::before {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  margin-right: 1em;
  background-color: #0062b1;
  border-radius: 50px;
}

.c-heading06 {
  display: inline-block;
  padding: 0.5em 1em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.6rem, 1.528vw, 2.2rem);
  color: #fff;
  background-color: #0062b1;
  border-radius: 7px;
}

/* -----------------
Number
------------------ */
/* -----------------
Tag
------------------ */
/* module */
/* global */
/* -----------------
Card
------------------ */
.m-card01__wrap {
  padding: 0 2.0833333333vw;
}
@media (max-width: 559px) {
  .m-card01__wrap {
    padding: 10px;
  }
}

.m-card01 {
  position: relative;
}
.m-card01 .img-box {
  border-radius: 12px;
  overflow: hidden;
}
.m-card01 .img-box img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-card01 .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.2em 1.2em 0 0.5em;
  background-color: #fff;
  border-radius: 0 12px 0 0;
  color: #909090;
}
@media (max-width: 559px) {
  .m-card01 .text-box {
    width: 65vw;
    font-size: 12px;
  }
}
.m-card01 .text-box .text01 {
  margin-top: 0.5em;
}

.m-card02 img {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-card02 .text-box {
  margin-top: 1em;
}
.m-card02 .text-box .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.m-card02 .text-box .date {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  color: #909090;
}
.m-card02 .text-box .works-cat {
  padding: 0.5em 1em;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #0062b1;
  border-radius: 0.3em;
}
.m-card02 .text-box .excerpt {
  margin-top: 0.6em;
}
.m-card02 .text-box .excerpt p {
  line-height: 1.8;
}

.m-card03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-card03 .title-box {
  position: relative;
  display: inline-block;
  padding: 1.7361111111vw 2.7777777778vw 0;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 559px) {
  .m-card03 .title-box {
    max-width: 90%;
    padding: 15px 20px 0;
  }
}
.m-card03 .title-box::before {
  position: absolute;
  bottom: 0;
  right: -10px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.m-card03 .title-box::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #dfe4ea;
  border-radius: 10px;
  right: -20px;
  bottom: 0;
}
.m-card03 .cont-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.0833333333vw 2.7777777778vw 2.0833333333vw;
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 559px) {
  .m-card03 .cont-box {
    padding: 20px;
  }
}
.m-card03 .cont-box p {
  line-height: 2;
}
.m-card03 .cont-box .link {
  color: #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 559px) {
  .m-card03 .cont-box .link {
    gap: 0.5em;
  }
}
.m-card03 .cont-box .link::before {
  display: block;
  content: "";
  width: 2.8em;
  height: 1.65em;
  background: url(../images/arrow02-right.png) no-repeat center/contain;
}
.m-card03 .cont-box .link:hover {
  color: #000;
}

.m-card04 {
  padding: 1.3888888889vw 1.3888888889vw 1.6666666667vw 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(15px, 1.667vw, 24px);
  background-color: #0062b1;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 959px) {
  .m-card04 {
    padding: 15px;
  }
}
.m-card04 img {
  width: 12.0833333333vw;
}
@media (max-width: 559px) {
  .m-card04 img {
    width: 25vw;
  }
}
.m-card04 .title {
  padding-bottom: 0.8em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.8rem, 1.528vw, 2.2rem);
  line-height: 1;
  border-bottom: 1px solid #fff;
}
.m-card04 .cont {
  margin-top: 0.8em;
  line-height: 1.6;
}
.m-card04 .cont span {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 12px;
}

.m-card05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-card05 .num-box {
  position: relative;
  display: inline-block;
  padding: 1.7361111111vw 2.7777777778vw 0;
  border-radius: 10px 10px 0 0;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 2.222vw, 3.2rem);
  color: #fff;
  line-height: 1;
  background-color: #0062b1;
}
@media (max-width: 559px) {
  .m-card05 .num-box {
    padding: 15px 20px 0;
  }
}
.m-card05 .num-box::before {
  position: absolute;
  bottom: 0;
  right: -10px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0062b1;
}
.m-card05 .num-box::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  right: -20px;
  bottom: 0;
}
.m-card05 .cont-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.0833333333vw 2.7777777778vw 2.7777777778vw;
  width: 100%;
  color: #fff;
  background-color: #0062b1;
  border-radius: 0 10px 10px 10px;
  font-size: clamp(1.6rem, 1.389vw, 2rem);
  line-height: 2;
}
@media (max-width: 559px) {
  .m-card05 .cont-box {
    padding: 20px;
  }
}

/* -----------------
List
------------------ */
.m-list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
  border-bottom: 1px solid #dfe4ea;
}
.m-list01 .head {
  width: 8em;
  line-height: 2;
  color: #909090;
}
.m-list01 .cont {
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* -----------------
Bunner
------------------ */
.m-bnr-recruit {
  position: relative;
  width: 100%;
  display: block;
}
.m-bnr-recruit .text-box {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-bnr-recruit .text-box .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-bnr-recruit .text-box p {
  font-size: clamp(1.4rem, 1.667vw, 2.4rem);
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 559px) {
  .m-bnr-recruit .text-box p {
    width: 50vw;
  }
}
.m-bnr-recruit .m-bnr-recruit__bg {
  width: 100%;
  height: 31.9444444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 559px) {
  .m-bnr-recruit .m-bnr-recruit__bg {
    height: 55vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 0;
  }
}
.m-bnr-recruit .m-bnr-recruit__bg.-hover {
  background: url(../images/recruit-bnr01-hover_.jpg) no-repeat center/cover;
}
.m-bnr-recruit .m-bnr-recruit__bg.-default {
  position: absolute;
  background: url(../images/recruit-bnr01_.jpg) no-repeat center/cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.m-bnr-recruit .m-bnr-recruit__bg img {
  width: 29.5138888889vw;
}
.m-bnr-recruit:hover .m-bnr-recruit__bg.-default {
  opacity: 0;
}

/* project */
/* global */
@media (max-width: 559px) {
  .p-about .c-heading01 .en {
    font-size: 12vw;
  }
}

.p-about-message {
  position: relative;
  background: url(../images/about-message-img01.png) no-repeat left bottom/23% auto, #dfe4ea;
}
@media (max-width: 959px) {
  .p-about-message {
    background: url(../images/about-message-img01.png) no-repeat left bottom/23% auto, #dfe4ea;
  }
}
@media (max-width: 559px) {
  .p-about-message {
    background: url(../images/about-message-img01.png) no-repeat left bottom/23% auto, #dfe4ea;
  }
}
.p-about-message .p-about-message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: max(0px, 50vw - 660px);
  padding-left: 40px;
}
@media (max-width: 559px) {
  .p-about-message .p-about-message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
}
.p-about-message .p-about-message__container .img-box {
  -ms-flex-preferred-size: 40vw;
      flex-basis: 40vw;
}
@media (max-width: 559px) {
  .p-about-message .p-about-message__container .img-box {
    width: 60%;
  }
}
.p-about-message .p-about-message__container .img-box img {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.p-about-message .p-about-message__container .img-box .fade-image {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; /* 変化を滑らかに */
  opacity: 1;
}
.p-about-message .p-about-message__container .img-box .fade-out {
  opacity: 0;
}
.p-about-message .p-about-message__container .text-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-message .text-wrap {
  padding: 6.9444444444vw 0;
  z-index: 1;
}
@media (max-width: 959px) {
  .p-about-message .c-heading02 {
    width: 100%;
  }
}
.p-about-message .text-box {
  padding-right: 4.8611111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3888888889vw;
}
@media (max-width: 959px) {
  .p-about-message .text-box {
    width: 100%;
  }
}
.p-about-message .text-box .text01 {
  font-size: clamp(2.2rem, 2.222vw, 3.2rem);
  font-weight: bold;
}
.p-about-message .text-box .text03 {
  font-size: clamp(2.1rem, 2.083vw, 3rem);
}
.p-about-message .text-box .name {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.p-about-message .text-box .name span {
  margin-left: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.8rem, 1.667vw, 2.4rem);
}
.p-about-message .img01 {
  position: absolute;
  right: 3.4722222222vw;
  bottom: 0;
  width: 60.4166666667vw;
  pointer-events: none;
}

.p-about-vision {
  overflow: hidden;
}
.p-about-vision .text01 {
  margin: 0 auto;
  width: 72.9166666667vw;
  max-width: 100%;
}
.p-about-vision .logotype {
  position: relative;
  margin: 0 auto;
  width: 71.7361111111vw;
  max-width: 100%;
}
.p-about-vision .logotype .ph {
  position: absolute;
  top: 0;
  right: -29%;
  width: clamp(200px, 25.486vw, 367px);
}
@media (max-width: 559px) {
  .p-about-vision .logotype .ph {
    width: 24vw;
    top: -4vw;
  }
}
.p-about-vision .text-container {
  position: relative;
  width: min(70.8333333333vw, 1020px);
  margin: 0 auto;
}
@media (max-width: 559px) {
  .p-about-vision .text-container {
    width: 80vw;
  }
}
.p-about-vision .text-container .scroll-text {
  position: relative;
  z-index: 1;
}
.p-about-vision .text-container .scroll-text span {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(2rem, 3.125vw, 4.5rem);
  line-height: 2.4;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0062b1), color-stop(50.1%, #dfe4ea));
  background: linear-gradient(90deg, #0062b1 50%, #dfe4ea 50.1%);
  background-position: 0% 0%;
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 559px) {
  .p-about-vision .text-container .scroll-text span {
    font-size: 5.1vw;
  }
}
.p-about-vision .text-container .ph {
  position: absolute;
}
.p-about-vision .text-container .ph-left01 {
  top: -10%;
  left: -37%;
  width: clamp(200px, 35.972vw, 518px);
}
@media (max-width: 559px) {
  .p-about-vision .text-container .ph-left01 {
    top: -10%;
    left: -42%;
    width: 47vw;
  }
}
.p-about-vision .text-container .ph-left02 {
  top: 32%;
  left: -25%;
  width: clamp(200px, 26.042vw, 375px);
}
@media (max-width: 559px) {
  .p-about-vision .text-container .ph-left02 {
    top: 26%;
    width: 33vw;
  }
}
.p-about-vision .text-container .ph-left03 {
  bottom: -3%;
  left: -32%;
  width: clamp(200px, 30vw, 432px);
}
@media (max-width: 559px) {
  .p-about-vision .text-container .ph-left03 {
    width: 39vw;
    bottom: 0%;
    left: -27%;
  }
}
.p-about-vision .text-container .ph-right01 {
  top: -2%;
  right: -26%;
  width: clamp(200px, 28.611vw, 412px);
}
@media (max-width: 559px) {
  .p-about-vision .text-container .ph-right01 {
    width: 31vw;
    top: -1%;
    right: -26%;
  }
}
.p-about-vision .text-container .ph-right02 {
  top: 30%;
  right: -25%;
  width: clamp(200px, 21.875vw, 315px);
}
@media (max-width: 559px) {
  .p-about-vision .text-container .ph-right02 {
    width: 31vw;
  }
}
.p-about-vision .text-container .ph-right03 {
  bottom: 9%;
  right: -23%;
  width: clamp(200px, 18.403vw, 265px);
}
@media (max-width: 559px) {
  .p-about-vision .text-container .ph-right03 {
    bottom: 15%;
    width: 30vw;
  }
}
.p-about-vision .text-container .ph-right04 {
  bottom: -8%;
  right: -15%;
  width: clamp(200px, 26.25vw, 378px);
}
@media (max-width: 559px) {
  .p-about-vision .text-container .ph-right04 {
    width: 45vw;
    bottom: -7%;
  }
}

.p-about-life {
  background: url(../images/bg-img03.png) no-repeat right top/33.75vw auto;
}
@media (max-width: 559px) {
  .p-about-life {
    background: url(../images/bg-img03.png) no-repeat right top/45vw auto;
  }
}
.p-about-life .p-about-life__chart {
  position: relative;
}
.p-about-life .p-about-life__chart .chart {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 5.1% 0 2% 1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about-life .p-about-life__chart .chart .item08 {
  margin-left: auto;
}
.p-about-life .p-about-life__chart-sm {
  position: relative;
}
.p-about-life .p-about-life__chart-sm .item {
  position: absolute;
  top: 0;
  left: 0;
}

.p-about-welfare__container {
  row-gap: 3.4722222222vw;
  -webkit-column-gap: 4.1666666667vw;
     -moz-column-gap: 4.1666666667vw;
          column-gap: 4.1666666667vw;
}

/* global */
.p-comapny-profile__inner .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 559px) {
  .p-comapny-profile__inner .img-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-comapny-profile__inner .img {
  position: relative;
  width: 21.875vw;
}
@media (max-width: 559px) {
  .p-comapny-profile__inner .img {
    width: 50%;
  }
}
.p-comapny-profile__inner .img .ph01 {
  border-radius: 9px;
}
.p-comapny-profile__inner .img .img01 {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  position: absolute;
  top: -2.5vw;
  right: -2.5vw;
}
@media (max-width: 559px) {
  .p-comapny-profile__inner .img .img01 {
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
  }
}
.p-comapny-profile__inner ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-comapny-info__inner .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 559px) {
  .p-comapny-info__inner .img-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-comapny-info__inner .img-box img {
  width: 36.5277777778vw;
}
@media (max-width: 559px) {
  .p-comapny-info__inner .img-box img {
    width: 80vw;
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}
.p-comapny-info__inner ul {
  max-width: 100%;
  margin-right: calc(50vw - 665px);
  padding-right: 40px;
}
@media (max-width: 559px) {
  .p-comapny-info__inner ul {
    width: 88vw;
    margin: 0 auto;
    padding: 0;
  }
}

.p-company-management {
  color: #fff;
}
.p-company-management .bunners a {
  position: relative;
}
.p-company-management .bunners a .-default {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.p-company-management .bunners a:hover .-default {
  opacity: 0;
}

.p-company-accessiion__inner {
  row-gap: 2.7777777778vw !important;
}
@media (max-width: 559px) {
  .p-company-accessiion__inner {
    gap: 40px !important;
  }
}

/* global */
.p-contact-form {
  background: url(../images/contact-bg01.png) no-repeat center/100% auto, #fff;
}
@media (max-width: 559px) {
  .p-contact-form {
    background: url(../images/contact-bg01.png) no-repeat center top/100% auto, #fff;
  }
}
.p-contact-form .contact-full {
  width: 100%;
  max-width: 100%;
}

/* global */
.p-home-kv {
  position: relative;
  margin-top: 11.1111111111vw;
}
@media (max-width: 559px) {
  .p-home-kv {
    margin-top: 80px;
  }
}

.p-home-kv__logo {
  position: absolute;
  bottom: -30px;
  margin: 0 calc(9vw + 30px);
}
@media (max-width: 559px) {
  .p-home-kv__logo {
    bottom: 0;
    margin: 0 30px;
  }
}
.p-home-kv__logo .logo {
  -webkit-animation: anime-jump 0.9s linear 0s 1;
          animation: anime-jump 0.9s linear 0s 1;
}

.p-home-about {
  position: relative;
}
.p-home-about .p-home-about__anime01 {
  position: absolute;
  top: -2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -3;
  width: 120%;
  height: 140%;
  z-index: -3;
}
@media (max-width: 559px) {
  .p-home-about .p-home-about__anime01 {
    height: 100vw;
    width: 130%;
    top: auto;
    bottom: 0;
  }
}
.p-home-about .p-home-about__anime01 dotlottie-player {
  width: 100%;
}
.p-home-about .p-home-about__anime02 {
  position: absolute;
  z-index: -1;
  bottom: 3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 62.5vw;
  height: 27.7777777778vw;
}
@media (max-width: 559px) {
  .p-home-about .p-home-about__anime02 {
    bottom: 5vw;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 80%;
    height: 60vw;
  }
}
.p-home-about .p-home-about__wrap {
  position: relative;
}
.p-home-about .p-home-about__wrap .p-home-about__anime03 {
  position: absolute;
  z-index: -1;
  top: 5vw;
  right: -15vw;
  width: 62.5vw;
  height: 27.7777777778vw;
}
@media (max-width: 559px) {
  .p-home-about .p-home-about__wrap .p-home-about__anime03 {
    top: 30vw;
    width: 80%;
    height: 50vw;
    right: 0;
  }
}
@media (max-width: 559px) {
  .p-home-about .p-home-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-home-about .img-box {
  padding-right: 6.9444444444vw;
}
@media (max-width: 559px) {
  .p-home-about .img-box {
    display: inline-block;
    padding-right: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 559px) {
  .p-home-about .text-box {
    display: contents;
  }
  .p-home-about .text-box .c-heading01 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 65%;
  }
}
.p-home-about .head {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.2rem, 2.222vw, 3.2rem);
}
@media (max-width: 559px) {
  .p-home-about .head {
    width: 100%;
  }
}
@media (max-width: 559px) {
  .p-home-about .head p {
    width: 100%;
  }
}

.p-home-company {
  position: relative;
}
.p-home-company .l-container {
  position: relative;
  z-index: 1;
}
.p-home-company .text-box {
  width: 53.0555555556vw;
  color: #fff;
}
@media (max-width: 559px) {
  .p-home-company .text-box {
    width: 100%;
  }
}
.p-home-company .text-box .head {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.2rem, 2.222vw, 3.2rem);
}
.p-home-company .img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 44.4444444444vw;
}
@media (max-width: 559px) {
  .p-home-company .img01 {
    width: 30vw;
  }
}
.p-home-company .img02 {
  z-index: 0;
  position: absolute;
  bottom: 8.8194444444vw;
  left: 0;
  width: 33.8194444444vw;
}
.p-home-company .logo-box {
  margin-top: 16.6666666667vw;
  position: relative;
  z-index: 1;
}

.p-home-works {
  position: relative;
}
.p-home-works .p-home-works__bg01 {
  position: absolute;
  z-index: -1;
  top: 4.8611111111vw;
  left: 0;
  width: 28.4722222222vw;
  -webkit-transform: translateX(-3.5vw);
          transform: translateX(-3.5vw);
}
.p-home-works .m-card02 img {
  border: 1px solid transparent;
}
.p-home-works .m-card02:hover img {
  border: 1px solid #0062b1;
}

.p-home-works__animation {
  position: absolute;
  top: -1vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 110%;
  height: 100%;
}
@media (max-width: 559px) {
  .p-home-works__animation {
    top: 6vw;
    width: 110%;
    height: 100vw;
  }
}

/* global */
.p-policy__container {
  max-width: 920px;
  margin: 0 auto;
}

/* global */
.p-sdgs-declaration .text01 {
  line-height: 1.2;
}
@media (max-width: 559px) {
  .p-sdgs-declaration .text01 {
    line-height: 1.6;
  }
}
.p-sdgs-declaration .name {
  font-size: clamp(1.8rem, 1.667vw, 2.4rem);
}
@media (max-width: 559px) {
  .p-sdgs-declaration .name {
    display: block;
  }
}
.p-sdgs-declaration .text02 {
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  line-height: 1.8;
}

.p-sdgs-declaration__textline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-sdgs-declaration__textline img {
  height: 5.5555555556vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-sdgs-effort__container {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 559px) {
  .p-sdgs-effort__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-sdgs-effort__container .img01 {
  -ms-flex-preferred-size: 11.1111111111vw;
      flex-basis: 11.1111111111vw;
  height: auto;
  margin-right: 20px;
}
@media (max-width: 559px) {
  .p-sdgs-effort__container .img01 {
    margin-right: 10px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.p-sdgs-effort__container .img02 {
  -ms-flex-preferred-size: 33.3333333333vw;
      flex-basis: 33.3333333333vw;
  border-radius: 10px;
  margin-right: 40px;
  overflow: hidden;
}
@media (max-width: 559px) {
  .p-sdgs-effort__container .img02 {
    margin-right: 0;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.p-sdgs-effort__container .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 559px) {
  .p-sdgs-effort__container .text-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 20px;
  }
}
.p-sdgs-effort__container .text-box .c-heading04 {
  font-size: clamp(1.6rem, 1.528vw, 2.2rem);
}
.p-sdgs-effort__container .text-box .c-heading04 .en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #dfe4ea;
  letter-spacing: 0.05em;
}
.p-sdgs-effort__container .text-box .c-heading04 .jp {
  margin-top: 0.4em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0062b1;
}
.p-sdgs-effort__container .text-box p {
  padding-top: 1em;
  line-height: 1.6;
  border-top: 1px solid #dfe4ea;
}

.p-sdgs-report {
  background: url(../images/sdgs-report-bg01.png) no-repeat left top 70%/auto 65%, #fff;
}
@media (max-width: 559px) {
  .p-sdgs-report {
    background: url(../images/sdgs-report-bg01.png) no-repeat left top 25%/60% auto, #fff;
  }
}

.p-sdgs-report-container .img-box {
  padding-right: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 559px) {
  .p-sdgs-report-container .img-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px 0 0 55%;
  }
}
.p-sdgs-report-container .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7777777778vw;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 559px) {
  .p-sdgs-report-container .text-box {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-sdgs-report-container .text-box .title-box {
  width: 12.0833333333vw;
  height: 11.3194444444vw;
  padding: 1.5972222222vw 2.3611111111vw 0 0;
  background: url(../images/sdgs-report-bg02.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8333333333vw;
}
@media (max-width: 559px) {
  .p-sdgs-report-container .text-box .title-box {
    width: 90px;
    height: 90px;
    padding: 17px 17px 0 0;
  }
}
.p-sdgs-report-container .text-box .title-box span {
  display: block;
  color: #0062b1;
}
.p-sdgs-report-container .text-box .title-box .title {
  font-weight: bold;
  font-size: clamp(1.6rem, 2.222vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-sdgs-report-container .text-box .title-box .date {
  font-size: clamp(1rem, 0.972vw, 1.4rem);
}
.p-sdgs-report-container .text-box .cont-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sdgs-report-container .text-box .cont-box .head {
  font-weight: bold;
  font-size: clamp(1.6rem, 1.528vw, 2.2rem);
  color: #0062b1;
  padding-bottom: 1em;
}
.p-sdgs-report-container .text-box .cont-box .content {
  padding-top: 1.5em;
  border-top: 1px solid #dfe4ea;
  line-height: 1.6;
}
@media (max-width: 559px) {
  .p-sdgs-report-container .text-box .cont-box .content {
    margin-top: 0.5em;
    padding-top: 0.8em;
  }
}

/* global */
.p-works-box__wrap {
  background-image: url(../images/bg-img02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 60vw center;
}
@media (max-width: 559px) {
  .p-works-box__wrap {
    background-position: top 30% center;
    background-size: auto 60%;
  }
}

.p-works-box {
  padding: 4.1666666667vw 4.1666666667vw 5.5555555556vw;
  border: 1px solid #0062b1;
  border-radius: 12px;
  background-color: #fff;
}
@media (max-width: 559px) {
  .p-works-box {
    padding: 25px 25px 40px;
  }
}
@media (max-width: 559px) {
  .p-works-box .intro {
    line-height: 2;
  }
}
.p-works-box .p-works-box__button {
  cursor: pointer;
}
.p-works-box .img-box {
  position: relative;
}
.p-works-box .img-box .text {
  position: absolute;
  bottom: 2.7777777778vw;
  left: 2.7777777778vw;
}
.p-works-box .img-box .text img {
  width: auto;
  height: 6.0416666667vw;
}

.p-works-article {
  max-width: 920px;
  margin: 0 auto;
}
.p-works-article .title {
  font-size: clamp(2rem, 2.222vw, 3.2rem);
}
.p-works-article .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.p-works-article .date {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
  color: #909090;
}
.p-works-article .works-cat {
  padding: 0.5em 1em;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #0062b1;
  border-radius: 0.3em;
}
.p-works-article .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.p-works-article .thumb img {
  width: 100%;
  height: auto;
}

/* global */
.p-health-declaration p {
  font-size: clamp(1.6rem, 1.528vw, 2.2rem);
  line-height: 2;
}

/* wp */
/* global */
/* global */
.wp-contact-form .form-box {
  background-color: #f1f4f6;
  border-radius: 12px;
  padding: 5.5555555556vw;
}
@media (max-width: 959px) {
  .wp-contact-form .form-box {
    padding: 30px 20px;
  }
}
.wp-contact-form .contact-full {
  width: 100%;
  max-width: 100%;
}
.wp-contact-form dl dt {
  margin-top: 2.3611111111vw;
}
@media (max-width: 559px) {
  .wp-contact-form dl dt {
    margin-top: 20px;
  }
}
.wp-contact-form dl dt:first-child {
  margin-top: 0;
}
.p-contact-confirm .wp-contact-form dl dt {
  color: #909090;
}
.wp-contact-form .hissu {
  display: inline-block;
  padding: 0.4em 0.7em;
  margin-left: 1em;
  font-size: 12px;
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 4px;
  line-height: 1;
}
.wp-contact-form .policy a {
  text-decoration: underline;
}
.wp-contact-form .submit {
  position: relative;
}
@media (max-width: 559px) {
  .wp-contact-form .submit {
    font-size: 1.6rem;
  }
}
.wp-contact-form .submit-button {
  cursor: pointer;
}
@media (max-width: 559px) {
  .wp-contact-form .submit-button {
    font-size: 1.6rem;
    width: 100%;
  }
}
.wp-contact-form .submit-button:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-contact-form .select {
  position: relative;
}
.wp-contact-form .select::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wp-contact-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wp-contact-form input,
.wp-contact-form select,
.wp-contact-form textarea {
  padding: 1.2em;
  background-color: #fff;
  color: #909090;
  font-size: 1.6rem;
}
.wp-contact-form input::-webkit-input-placeholder, .wp-contact-form select::-webkit-input-placeholder, .wp-contact-form textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #909090;
}
.wp-contact-form input::-moz-placeholder, .wp-contact-form select::-moz-placeholder, .wp-contact-form textarea::-moz-placeholder {
  font-size: 1.6rem;
  color: #909090;
}
.wp-contact-form input:-ms-input-placeholder, .wp-contact-form select:-ms-input-placeholder, .wp-contact-form textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #909090;
}
.wp-contact-form input::-ms-input-placeholder, .wp-contact-form select::-ms-input-placeholder, .wp-contact-form textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #909090;
}
.wp-contact-form input::placeholder,
.wp-contact-form select::placeholder,
.wp-contact-form textarea::placeholder {
  font-size: 1.6rem;
  color: #909090;
}
.wp-contact-form input[type=text],
.wp-contact-form input[type=email],
.wp-contact-form input[type=tel],
.wp-contact-form input[type=url],
.wp-contact-form textarea,
.wp-contact-form select {
  border: 1px solid #dfe4ea;
  margin-top: 5px;
  border-radius: 4px;
}

input[type=submit] {
  background-color: #1e1e1e;
  padding: 1em 2em;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #1e1e1e;
}
input[type=submit]:hover {
  background-color: #fff;
  color: #0062b1;
  border: 1px solid #0062b1;
}

/* global */
/* TOC+プラグイン */
#toc_container li:before {
  content: none;
}

#toc_container {
  position: relative;
  overflow: hidden;
  background: #fbfbfb !important;
  border: 0px solid #aaa !important;
  padding: 1em 2em 1em !important;
  min-width: 80%;
  margin: auto;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

#toc_container p.toc_title {
  text-align: left !important;
  position: relative;
  margin: -20px -30px 30px !important;
  padding: 13px 40px 10px 50px !important;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  background: #009fc1;
}

#toc_container p.toc_title a {
  color: #fff;
  text-decoration: none;
  font-size: 0.85em;
}

#toc_container p.toc_title:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  text-decoration: none;
  color: #009fc1;
  width: 40px;
  height: 40px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  position: absolute;
  left: 6px;
  top: 12px;
}

#toc_container ul {
  margin: 0 !important;
}

#toc_container li a {
  display: block;
  padding: 0.5em 0;
}

#toc_container li li a {
  padding-left: 0.7em;
}

#toc_container li .toc_number {
  margin-right: 0.5em;
}

#toc_container p.toc_title {
  background: #ff8d00;
}

.p-blog-article .under-gradline h2 {
  position: relative;
  padding: 0.8em 0;
  background: none;
  color: #2a66a5;
  margin: 10px 0 20px;
}

.p-blog-article .under-gradline h2 {
  color: #ff8d00;
}

.p-blog-article h2 {
  color: #ffffff;
}

.p-blog-article h2 {
  background: #ff8d00;
}

.p-blog-article h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 1em 1.5em;
  background: #f6f6f6;
  margin: 10px 0;
  border-radius: 3px;
  color: #1a1a1a;
  line-height: 1.6em;
}/*# sourceMappingURL=style.css.map */