@charset "UTF-8";
/*--------------------------------------*
 * Foundation
 *--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #efefef;
  height: 100%;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 320px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #041e35;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover * {
  opacity: 1;
}

table {
  border-spacing: 0;
}
table a {
  color: #0784c8;
}

@media screen and (max-width: 960px) {
  input,
  select,
  textarea {
    font-size: 1.6rem;
  }
}

input:not([type=checkbox]),
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

input[type=submit],
input[type=reset],
input[type=button] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=text],
input[type=date],
input[type=email],
input[type=tel],
textarea {
  border: 1px #cbcbcb solid;
  width: 100%;
  padding: 10px;
}

input[type=text],
input[type=date],
input[type=email],
input[type=tel],
input[type=date] {
  height: 36px;
}
@media screen and (max-width: 960px) {
  input[type=text],
  input[type=date],
  input[type=email],
  input[type=tel],
  input[type=date] {
    height: 30px;
  }
}

*:focus {
  outline: none;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

select {
  height: 36px;
  border: 1px #cbcbcb solid;
  background: #fff;
  outline: none;
}
@media screen and (max-width: 960px) {
  select {
    height: 30px;
  }
}
select:disabled {
  opacity: 0.25;
}

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

svg {
  vertical-align: top;
}

dt {
  font-weight: normal;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

li {
  list-style: none;
}

svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}

/*--------------------------------------*
 * Layout
 *--------------------------------------*/
.l-header {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .l-header {
    transition: all 0.3s;
    height: 16.8vw;
    background-color: transparent;
  }
}
@media screen and (min-width: 961px) {
  .l-header {
    height: 107px;
  }
}
@media screen and (max-width: 960px) {
  body.is-open .l-header {
    background-color: #fff;
  }
}
body.scroll-nav .l-header {
  background-color: #fff;
}
.l-header__inner {
  width: 90%;
  margin: auto;
  max-width: 1080px;
}
@media screen and (min-width: 961px) {
  .l-header__inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.l-header__logo {
  flex-shrink: 0;
}
.l-header__logo img {
  width: 27.7333333333vw;
}
@media screen and (min-width: 961px) {
  .l-header__logo img {
    width: 154px;
  }
}

.l-header-navi {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-header-navi {
    background: linear-gradient(90deg, #00869b 0%, #00b644 100%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    position: fixed;
    left: 0;
    height: calc(100% - 16.8vw);
    width: 100%;
    top: 16.8vw;
  }
  .l-header-navi a {
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  body.is-open .l-header-navi {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media screen and (min-width: 961px) {
  .l-header-global {
    display: flex;
    gap: 37px;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .l-header-global {
    width: 85.7333333333vw;
    margin: 12vw auto 0;
  }
}
@media screen and (max-width: 960px) {
  .l-header-global__item {
    border-bottom: 1px solid #fff;
  }
  .l-header-global__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.l-header-global__item a {
  padding-bottom: 6px;
  display: block;
}
@media screen and (min-width: 961px) {
  .l-header-global__item a {
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 1px solid transparent;
  }
}
@media screen and (max-width: 960px) {
  .l-header-global__item a {
    padding: 0 0 3.4666666667vw 4.8vw;
  }
}
@media screen and (min-width: 961px) {
  .l-header-global__item a:hover {
    border-color: #b73d3d;
  }
}
.l-header-global__item .s-main,
.l-header-global__item .s-sub {
  line-height: 1;
  display: block;
}
@media screen and (min-width: 961px) {
  .l-header-global__item .s-main,
  .l-header-global__item .s-sub {
    text-align: center;
  }
}
.l-header-global__item .s-main {
  font-size: 4.9333333333vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 961px) {
  .l-header-global__item .s-main {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
}
.l-header-global__item .s-sub {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 961px) {
  .l-header-global__item .s-sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-header-global__item.s-report {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .l-header-global__item.s-partner .s-main {
    line-height: 1.2;
    margin-bottom: 3px;
    font-size: 1.5rem;
  }
}

.menu-trigger {
  cursor: pointer;
  width: 6.8vw;
  height: 4.6666666667vw;
  position: absolute;
  right: 5.3333333333vw;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
@media screen and (min-width: 961px) {
  .menu-trigger {
    display: none;
  }
}
.menu-trigger .s-icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-trigger .s-icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  background: #041e35;
  border-radius: 100svw;
}
.menu-trigger .s-icon span:nth-of-type(1) {
  top: 0;
}
.menu-trigger .s-icon span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-trigger .s-icon span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.is-active .s-icon span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 2.1333333333vw;
}
.menu-trigger.is-active .s-icon span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.is-active .s-icon span:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 2vw;
}

.l-footer {
  position: relative;
  border-radius: 44vw 0 0 0;
  background: #fff;
  padding: 21.3333333333vw 0 5.3333333333vw;
}
@media screen and (min-width: 961px) {
  .l-footer {
    border-radius: 22.2972972973vw 0 0 0;
    padding: 95px 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer .c-inner {
    max-width: 66.6666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .l-footer .c-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__left {
    padding-top: 45px;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__right {
    border-left: 1px solid #e3e3e3;
    padding: 45px 0 30px 90px;
  }
}
.l-footer__logo {
  width: 35.7333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 961px) {
  .l-footer__logo {
    margin-bottom: 40px;
  }
}
.l-footer__logo img {
  width: 35.7333333333vw;
}
@media screen and (min-width: 961px) {
  .l-footer__logo img {
    width: 232px;
  }
}
.l-footer__text {
  font-size: 5.8666666667vw;
  line-height: 1.3181818182;
}
@media screen and (max-width: 960px) {
  .l-footer__text {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__text {
    font-size: 3.1rem;
    line-height: 1.3548387097;
  }
}
.l-footer__info {
  margin-bottom: 15.4666666667vw;
}
@media screen and (min-width: 961px) {
  .l-footer__info {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__info {
    font-size: 2.9333333333vw;
  }
}
.l-footer__info p {
  line-height: 1.6428571429;
}
.l-footer__info p:not(:last-child) {
  margin-bottom: 1em;
}
.l-footer__copyright {
  font-size: 2.4vw;
}
@media screen and (min-width: 961px) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}

/*--------------------------------------*
* Object
*--------------------------------------*/
/*-------------------
* Component
-------------------*/
.c-bnr-01 {
  display: block;
  background-color: #fff;
  border: 1px solid #a9a9a9;
}
.c-bnr-01 img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.c-title-01 {
  line-height: 1;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 961px) {
  .c-title-01 {
    margin-bottom: 16px;
  }
}
.c-title-01 .s-main,
.c-title-01 .s-sub {
  display: block;
  line-height: 1;
}
.c-title-01 .s-main {
  color: #00a96c;
  font-size: 8.5333333333vw;
  font-weight: 700;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 961px) {
  .c-title-01 .s-main {
    margin-bottom: 16px;
    font-size: 6.5rem;
  }
}
.c-title-01 .s-sub {
  color: #041e35;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 961px) {
  .c-title-01 .s-sub {
    font-size: 2rem;
  }
}

.c-title-03 {
  color: #da3c1e;
  font-size: min(2.4vw, 18px);
  font-weight: 700;
}

.c-title-04 {
  color: #da3c1e;
  border-left: 6px solid #da3c1e;
  padding-left: min(2.6666666667vw, 20px);
  margin-bottom: min(3.4666666667vw, 26px);
}
.c-title-04 .s-main {
  display: block;
  font-size: min(2.6666666667vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}
.c-title-04 .s-sub {
  display: block;
  font-size: min(1.8666666667vw, 14px);
}

.c-title-05 {
  background: #e2ad28;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .c-title-05 {
    font-size: min(2.1333333333vw, 16px);
    margin-bottom: min(2.6666666667vw, 20px);
  }
}
.c-title-05.s-large {
  padding: 2px 5px;
  font-size: min(2.4vw, 18px);
  margin-bottom: 15px;
}

/*************************************
hover
/*************************************/
.hover-center a {
  position: relative;
}
.hover-center a::after {
  content: "";
  position: absolute;
  background: currentColor;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform 0.2s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 960px) {
  .hover-center a {
    text-decoration: underline;
  }
  .hover-center a::after {
    display: none;
  }
}
.hover-center a:hover::after {
  transform: scale(0, 1);
}
@media screen and (max-width: 960px) {
  .hover-center a.under {
    text-decoration: underline;
  }
  .hover-center a.under::after {
    display: none;
  }
}

.hover-right a {
  position: relative;
}
.hover-right a::after {
  content: "";
  position: absolute;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
}
.hover-right a:hover::after {
  transition: transform 0.2s;
  transform-origin: left top;
  transform: scale(1, 1);
}

.hover-left a {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(#da3c1e, #da3c1e) right bottom/0 1px no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 0px 1px;
  transition: background-size 0.4s;
}
.hover-left a:hover {
  color: #da3c1e;
  background-position: left bottom;
  background-size: 100% 1px;
}

/*************************************
common
/*************************************/
.c-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}

.c-section {
  padding: min(6.2666666667vw, 70px) 0 min(8.6666666667vw, 80px);
}

.c-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
}
.s-archive .c-movie {
  border-radius: 10px;
}
.c-movie iframe,
.c-movie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 961px) {
  .c-img-zoom a,
  .c-img-zoom figure {
    overflow: hidden;
    position: relative;
    display: block;
  }
  .c-img-zoom img {
    transition-duration: 0.3s;
  }
  .c-img-zoom:hover img {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
}

.c-box-01 {
  padding: 8vw 6.6666666667vw 10.6666666667vw;
  position: relative;
  background-color: #fff;
  border-radius: 7.0666666667vw;
}
@media screen and (min-width: 961px) {
  .c-box-01 {
    padding: 78px 50px 78px 78px;
    border-radius: 69px;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------
* Pages
-------------------*/
.p-top-kv {
  position: relative;
  background: url(../img/top/bg_kv_sp.png) no-repeat center center;
  background-size: cover;
  aspect-ratio: 750/934;
  margin-bottom: 15.6vw;
}
@media screen and (min-width: 961px) {
  .p-top-kv {
    margin-bottom: 157px;
    aspect-ratio: 1.8710493047;
    background: url(../img/top/bg_kv.png) no-repeat center center;
    background-size: cover;
  }
}
.p-top-kv__text {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .p-top-kv__text {
    width: 49.7333333333vw;
    top: 37.3333333333vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 961px) {
  .p-top-kv__text {
    top: 18.5810810811vw;
    left: 17.5675675676vw;
    width: 26.0135135135vw;
  }
}
.p-top-kv__img {
  position: absolute;
  top: 7.027027027vw;
  width: 46.7567567568vw;
  right: 3.3783783784vw;
}
@media screen and (max-width: 960px) {
  .p-top-kv__img {
    display: none;
  }
}

.p-top-news {
  margin-bottom: 8.5333333333vw;
}
@media screen and (min-width: 961px) {
  .p-top-news {
    margin-bottom: 222px;
  }
}
@media screen and (min-width: 961px) {
  .p-top-news .c-box-01 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    min-height: 463px;
  }
}
.p-top-news__header {
  flex-shrink: 0;
}
.p-top-news__img {
  position: absolute;
  left: -36px;
  bottom: -60px;
}
@media screen and (max-width: 960px) {
  .p-top-news__img {
    display: none;
  }
}

.p-top-news-list {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-top-news-list {
    margin-top: 80px;
    max-width: 635px;
  }
}
.p-top-news-list__item a {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 4.8vw;
  padding-left: 4vw;
  gap: 4.8vw;
}
@media screen and (min-width: 961px) {
  .p-top-news-list__item a {
    padding-bottom: 36px;
    padding-left: 36px;
    gap: 36px;
  }
}
.p-top-news-list__item a:hover {
  border-color: #00a96c;
  color: #00a96c;
}
.p-top-news-list__item a::before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background: url(../img/common/ico_dot.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 961px) {
  .p-top-news-list__item a::before {
    top: 2px;
    left: 5px;
    width: 11px;
    height: 11px;
  }
}
.p-top-news-list__item:not(:last-child) {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 961px) {
  .p-top-news-list__item:not(:last-child) {
    margin-bottom: 36px;
  }
}
.p-top-news-list__item span {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 4.8vw;
  padding-left: 4vw;
  gap: 4.8vw;
}
@media screen and (min-width: 961px) {
  .p-top-news-list__item span {
    padding-bottom: 36px;
    padding-left: 36px;
    gap: 36px;
  }
}
.p-top-news-list__item span::before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: 0;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background: url(../img/common/ico_dot.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 961px) {
  .p-top-news-list__item span::before {
    top: 2px;
    left: 5px;
    width: 11px;
    height: 11px;
  }
}
.p-top-news-list__item:not(:last-child) {
  margin-bottom: 4.8vw;
}
@media screen and (min-width: 961px) {
  .p-top-news-list__item:not(:last-child) {
    margin-bottom: 36px;
  }
}
.p-top-news-list__date {
  line-height: 1.5;
  line-height: 1.5;
}
.p-top-news-list__date::before, .p-top-news-list__date::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-top-news-list__date::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-top-news-list__date::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 960px) {
  .p-top-news-list__date {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
.p-top-news-list__title {
  line-height: 1.5;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-top-news-list__title::before, .p-top-news-list__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-top-news-list__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-top-news-list__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 960px) {
  .p-top-news-list__title {
    font-size: 3.7333333333vw;
  }
}

.p-top-project {
  position: relative;
  margin-bottom: 24vw;
}
@media screen and (min-width: 961px) {
  .p-top-project {
    margin-bottom: 112px;
    min-height: 55.0675675676vw;
  }
}
.p-top-project .c-inner {
  padding-top: 25.3333333333vw;
}
@media screen and (min-width: 961px) {
  .p-top-project .c-inner {
    padding-top: 92px;
  }
}
.p-top-project .c-title-01 {
  margin-bottom: 20.8vw;
}
@media screen and (min-width: 961px) {
  .p-top-project .c-title-01 {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.p-top-project__title {
  font-size: 4.8vw;
  line-height: 1.2777777778;
  color: #041e35;
  letter-spacing: 0;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 961px) {
  .p-top-project__title {
    margin-bottom: 60px;
    font-size: 3.6rem;
  }
}
.p-top-project__img {
  position: absolute;
  right: 0;
  top: 1px;
  width: 55.4666666667vw;
  background-color: #efefef;
}
@media screen and (min-width: 961px) {
  .p-top-project__img {
    top: 44px;
    width: 45.4054054054vw;
  }
}
.p-top-project__content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-top-project__content {
    max-width: 600px;
    width: 56%;
    padding-right: 20px;
  }
}
.p-top-project__text {
  color: #041e35;
}
@media screen and (max-width: 960px) {
  .p-top-project__text {
    font-size: 3.7333333333vw;
  }
}
.p-top-project__text p {
  line-height: 1.9642857143;
}
@media screen and (min-width: 961px) {
  .p-top-project__text p {
    line-height: 2.5;
  }
}
.p-top-project__text p:not(:last-child) {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 961px) {
  .p-top-project__text p:not(:last-child) {
    margin-bottom: 50px;
  }
}

.p-top-report {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 961px) {
  .p-top-report {
    margin-bottom: 200px;
  }
}
.p-top-report__text {
  font-size: 3.4666666667vw;
  text-align: center;
  color: #041e35;
}
@media screen and (min-width: 961px) {
  .p-top-report__text {
    font-size: 20px;
  }
}
.p-top-report .c-box-01 {
  min-height: 64vw;
}
@media screen and (min-width: 961px) {
  .p-top-report .c-box-01 {
    min-height: 360px;
  }
}

.p-top-partner {
  margin-bottom: 25.3333333333vw;
}
@media screen and (min-width: 961px) {
  .p-top-partner {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 961px) {
  .p-top-partner .c-title-01 {
    margin-bottom: 90px;
  }
}
.p-top-partner__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6666666667vw 1.7333333333vw;
}
@media screen and (min-width: 961px) {
  .p-top-partner__list {
    gap: 16px 18px;
    grid-template-columns: repeat(3, 1fr);
  }
}

/*-------------------
* Utility
-------------------*/
/*************************************
表示・非表示
/*************************************/
.u-only-pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .u-only-pc {
    display: block;
  }
}

.u-only-tb {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-only-tb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-only-tb {
    display: none;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only-sp {
    display: block;
  }
}

.u-no-pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-no-pc {
    display: block;
  }
}

.u-no-tb {
  display: block;
}
@media screen and (max-width: 960px) {
  .u-no-tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-no-tb {
    display: block;
  }
}

.u-no-sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-no-sp {
    display: none;
  }
}

/*************************************
flex位置
/*************************************/
.u-flex {
  display: flex;
}

.u-flex-jc-center {
  justify-content: center !important;
}

.u-flex-jc-right {
  justify-content: end !important;
}

.u-flex-ai-center {
  align-items: center;
}

.u-flex-jc-sb {
  justify-content: space-between;
}

.u-flex-dir-rr {
  flex-direction: row-reverse;
}

/*************************************
block位置
/*************************************/
.u-block-center {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.u-block-right {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
}

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

@media screen and (min-width: 961px) {
  .u-align-center-pc {
    text-align: center;
  }
}

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

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

/*************************************
余白
/*************************************/
.u-mb-0 {
  margin-bottom: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pt-0 {
  padding-top: 0;
}

/*************************************
フォントスタイル
/*************************************/
.u-font-palt {
  font-feature-settings: "palt";
}/*# sourceMappingURL=style.css.map */