/*! destyle.css v4.0.0 | 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] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}
@charset "UTF-8";
html {
  font-size: 62.5%;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background-color: #fcfcfc;
  padding-top: 0;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

a img {
  border: none;
}

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

img {
  display: block;
  width: 100%;
}

iframe {
  width: 100%;
}

html,
body {
  height: 100%;
}

/*　レスポンシブ表示・非表示　*/
.br_pc {
  display: block;
}
@media screen and (max-width: 830px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 830px) {
  .br_sp {
    display: block;
  }
}

.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* --------------------------------
変数
-------------------------------- */
/* --------------------------------
@mixin  定義したスタイル呼び出し
-------------------------------- */
/* --------------------------------
アニメーションスタイル
-------------------------------- */
/* ローディング */
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_logo {
  width: 300px;
}
@media screen and (max-width: 430px) {
  .loading_logo {
    width: 100px;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ページ遷移アニメーション　*/
.content {
  opacity: 0;
  pointer-events: none;
}

.content {
  opacity: 1;
}

body.appear .content {
  animation-name: PageAnime-content;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
}

.animation .content {
  opacity: 1;
  pointer-events: auto;
}

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* グラデーションがかかる */
.gradation .animation-bg {
  background: #FFF;
  content: "";
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: PageAnime-fade;
  animation-duration: 0.3s;
  animation-delay: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@keyframes PageAnime-gradation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/* ここまでページ遷移アニメーション　*/
/* （メインビジュアル）拡大しながらフェードイン */
.mv-zoomin {
  opacity: 0;
}

.mv-zoomin.is-active {
  animation: mVzoomin 0.8s cubic-bezier(0.4, 0.4, 0, 1) forwards;
  animation-delay: 2s;
}

@keyframes mVzoomin {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* （セクションタイトル等）拡大しながらフェードイン */
.zoomin {
  opacity: 0;
}

.zoomin.is-active {
  animation: zoomIn 0.8s cubic-bezier(0.4, 0.4, 0, 1) forwards;
}

.is-active.zoomin:nth-child(2) {
  animation-delay: 0.5s;
}

.is-active.zoomin:nth-child(3) {
  animation-delay: 1.2s;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* ふわっとフェードイン */
.popup {
  opacity: 0;
}

.popup.is-active {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.is-active.popup:nth-child(2) {
  animation-delay: 0.4s;
}

.is-active.popup:nth-child(3) {
  animation-delay: 0.8s;
}

.is-active.popup:nth-child(4) {
  animation-delay: 0.8s;
}

.is-active.popup:nth-child(5) {
  animation-delay: 1.2s;
}

.is-active.popup:nth-child(6) {
  animation-delay: 1.6s;
}

.is-active.popup:nth-child(7) {
  animation-delay: 0.8s;
}

.is-active.popup:nth-child(8) {
  animation-delay: 1.2s;
}

.is-active.popup:nth-child(9) {
  animation-delay: 1.6s;
}

/* aboutページアニメーション*/
.popup {
  opacity: 0;
}

.popup.is-active {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.fadeup {
  opacity: 0;
}

.fadeup.is-active {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　テキストアニメーション　*/
.smooth {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  font-weight: bold;
  transition: 2s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  line-height: 1;
}

.smooth.is-active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/* --------------------------------
ボタン
-------------------------------- */
.button_type_01 {
  display: flex;
  width: 14.27vw;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 10px;
  font-size: 0.94vw;
  color: #000000;
  border: 2px solid #000;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .button_type_01 {
    width: 18.27vw;
  }
}
@media screen and (max-width: 830px) {
  .button_type_01 {
    width: 27.27vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 430px) {
  .button_type_01 {
    width: 39.27vw;
    font-size: 2.5vw;
  }
}
.button_type_01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000000;
  border-right: 0;
}
@media screen and (max-width: 430px) {
  .button_type_01::before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #000000;
  }
}
.button_type_01:hover {
  color: #FFF;
  border: 2px solid #000;
  background: #000;
}
.button_type_01:hover::before {
  right: 8%;
  transition: 0.3s;
  border-left: 8px solid #FFF;
}
@media screen and (max-width: 430px) {
  .button_type_01:hover::before {
    border-left: 5px solid #FFF;
  }
}

.button_type_01 a {
  width: 100%;
  text-align: center;
  padding: 20px 2.6vw 20px 1.56vw;
}
@media screen and (max-width: 1280px) {
  .button_type_01 a {
    padding: 18px 2.6vw 18px 1.56vw;
  }
}
@media screen and (max-width: 430px) {
  .button_type_01 a {
    padding: 12px 2.6vw 12px 1.56vw;
  }
}

.button_type_02 {
  display: flex;
  width: 5.21vw;
  margin: 0 1.3%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  font-size: 0.83vw;
  color: #000000;
  border: 2px solid #000;
  background: #FFF;
}
.button_type_02:hover {
  color: #FFF;
  border: 2px solid #000;
  background: #000;
}

.button_type_02 a {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

body {
  /* ナビゲーションメニュー　ここからスタート */
  /* ハンバーガーボタン */
  /*ロゴマーク*/
  /*サイドボタン1*/
  /*サイドボタン1*/
  /* メニューの中身 */
  /* main */
}
body #menu {
  z-index: 100;
  position: fixed;
  width: 900px;
  height: 100%;
  right: -900px;
  bottom: 0;
  background: #141414;
  color: #fff;
  transition: right 0.3s ease;
}
@media screen and (max-width: 830px) {
  body #menu {
    max-width: 830px;
    width: 100%;
  }
}
body #menu.opened {
  right: 0;
}
body #menu .tabs {
  position: fixed;
  top: 0;
  right: 0;
}
body #menu .tabs .hamburger {
  cursor: pointer;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  background-color: #FFF;
  border: #000000 2px solid;
  width: 100px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #5b5b5b;
  margin: 10px;
}
@media screen and (max-width: 990px) {
  body #menu .tabs .hamburger {
    width: 80px;
    height: 50px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .tabs .hamburger {
    width: 60px;
    height: 40px;
  }
}
body #menu .tabs .hamburger.opened {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  background-color: #FFF;
  width: 100px;
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 990px) {
  body #menu .tabs .hamburger.opened {
    width: 80px;
    height: 50px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .tabs .hamburger.opened {
    width: 60px;
    height: 40px;
  }
}
body #menu .tabs .hamburger span {
  position: absolute;
  top: 28px;
  left: 42px;
  display: inline-block;
  width: 35px;
  height: 4px;
  border-radius: 2px;
  background-color: #000000;
  vertical-align: top;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 990px) {
  body #menu .tabs .hamburger span {
    top: 23px;
    left: 34px;
    width: 32px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .tabs .hamburger span {
    height: 3px;
    top: 22px;
    left: 27px;
    width: 26px;
  }
}
body #menu .tabs .hamburger span:nth-child(2) {
  margin-top: 10px;
}
@media screen and (max-width: 990px) {
  body #menu .tabs .hamburger span:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .tabs .hamburger span:nth-child(2) {
    margin-top: 7px;
  }
}
body #menu .tabs .hamburger span:last-child {
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  body #menu .tabs .hamburger span:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .tabs .hamburger span:last-child {
    margin-top: 14px;
  }
}
body #menu .tabs .hamburger.opened span {
  position: absolute;
  top: 38px;
  left: 42px;
  display: inline-block;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background-color: #000000;
  vertical-align: top;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 990px) {
  body #menu .tabs .hamburger.opened span {
    top: 34px;
    left: 30px;
    width: 42px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .tabs .hamburger.opened span {
    top: 28px;
    left: 23px;
    width: 34px;
  }
}
body #menu .tabs .hamburger.opened span:first-child {
  transform: rotate(45deg);
}
body #menu .tabs .hamburger.opened span:nth-child(2) {
  display: none;
}
body #menu .tabs .hamburger.opened span:last-child {
  transform: rotate(-45deg);
  margin-top: 0px;
}
body .logo {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  text-align: left;
  display: block;
  background: #000000;
  width: 120px;
  height: 130px;
}
@media screen and (max-width: 990px) {
  body .logo {
    width: 100px;
  }
}
@media screen and (max-width: 499px) {
  body .logo {
    display: none;
  }
}
body .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
body .logo a img {
  display: block;
  width: 58%;
  height: 100%;
  margin: 0 auto;
}
body .side-cv-btn-wrap {
  z-index: 10;
  position: fixed;
  top: 80px;
  right: -46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 210px;
  height: 80%;
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn-wrap {
    top: 80px;
    height: 75%;
  }
}
@media screen and (max-width: 1380px) {
  body .side-cv-btn-wrap {
    height: 73%;
  }
}
@media screen and (max-width: 990px) {
  body .side-cv-btn-wrap {
    height: 70%;
    right: -54px;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn-wrap {
    top: auto;
    bottom: 30px;
    right: 0px;
    left: 90px;
    flex-direction: row;
    width: calc(100% - 90px);
    height: 64px;
  }
}
body .side-cv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 30%;
}
@media screen and (max-width: 1680px) {
  body .side-cv-btn {
    width: 190px;
  }
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn {
    width: 160px;
  }
}
@media screen and (max-width: 1380px) {
  body .side-cv-btn {
    width: 130px;
  }
}
@media screen and (max-width: 1280px) {
  body .side-cv-btn {
    width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  body .side-cv-btn {
    width: 160px;
  }
}
@media screen and (max-width: 990px) {
  body .side-cv-btn {
    width: 180px;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn {
    width: 80px;
    margin-right: 10px;
  }
}
body .side-cv-btn a.btn01 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  height: 64px;
  transition: all 0.3s;
  border-radius: 6px 32px 32px 6px;
  background: #0A8AFF;
  border: solid 2px #0A8AFF;
  transform: rotate(90deg);
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn a.btn01 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1380px) {
  body .side-cv-btn a.btn01 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  body .side-cv-btn a.btn01 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn01 {
    transform: rotate(0deg);
    padding: 0;
  }
}
body .side-cv-btn a.btn01 h4 {
  display: block;
  font-size: 0.8vw;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn a.btn01 h4 {
    font-size: 1vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  body .side-cv-btn a.btn01 h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 990px) {
  body .side-cv-btn a.btn01 h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn01 h4 {
    transform: rotate(90deg);
    font-size: 3vw;
    padding: 18px 0 0 0;
  }
}
body .side-cv-btn a.btn01 h4 br {
  display: none;
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn a.btn01 h4 br {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn01 h4 span {
    display: none;
  }
}
body .side-cv-btn a.btn01::before {
  content: url(../images/side-btn01.png);
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  transform: rotate(-90deg);
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn01::before {
    transform: rotate(0deg);
  }
}
body .side-cv-btn a.btn01:hover {
  background: #FFF;
}
body .side-cv-btn a.btn01:hover::before {
  content: url(../images/side-btn01-02.png);
}
body .side-cv-btn a.btn02 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  height: 64px;
  transition: all 0.3s;
  border-radius: 6px 32px 32px 6px;
  background: #3CBC00;
  border: solid 2px #3CBC00;
  transform: rotate(90deg);
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn a.btn02 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1380px) {
  body .side-cv-btn a.btn02 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  body .side-cv-btn a.btn02 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn02 {
    transform: rotate(0deg);
    padding: 0;
  }
}
body .side-cv-btn a.btn02 h4 {
  display: block;
  font-size: 0.8vw;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn a.btn02 h4 {
    font-size: 1vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  body .side-cv-btn a.btn02 h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 990px) {
  body .side-cv-btn a.btn02 h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn02 h4 {
    transform: rotate(90deg);
    font-size: 3vw;
    padding: 10px 0 0 0;
  }
}
body .side-cv-btn a.btn02 h4 br {
  display: none;
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn a.btn02 h4 br {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn02 h4 span {
    display: none;
  }
}
body .side-cv-btn a.btn02::before {
  content: url(../images/side-btn02.png);
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn02::before {
    transform: rotate(0deg);
  }
}
body .side-cv-btn a.btn02:hover {
  background: #FFF;
}
body .side-cv-btn a.btn02:hover::before {
  content: url(../images/side-btn02-02.png);
}
body .side-cv-btn a.btn03 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  height: 64px;
  transition: all 0.3s;
  border-radius: 6px 32px 32px 6px;
  background: #F21818;
  border: solid 2px #F21818;
  transform: rotate(90deg);
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn a.btn03 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1380px) {
  body .side-cv-btn a.btn03 {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  body .side-cv-btn a.btn03 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn03 {
    transform: rotate(0deg);
    padding: 0;
  }
}
body .side-cv-btn a.btn03 h4 {
  display: block;
  font-size: 0.8vw;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn a.btn03 h4 {
    font-size: 1vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  body .side-cv-btn a.btn03 h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 990px) {
  body .side-cv-btn a.btn03 h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn03 h4 {
    transform: rotate(90deg);
    font-size: 3vw;
    padding: 18px 0 0 0;
  }
}
body .side-cv-btn a.btn03 h4 br {
  display: none;
}
@media screen and (max-width: 1480px) {
  body .side-cv-btn a.btn03 h4 br {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn03 h4 span {
    display: none;
  }
}
body .side-cv-btn a.btn03::before {
  content: url(../images/side-btn03.png);
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 499px) {
  body .side-cv-btn a.btn03::before {
    transform: rotate(0deg);
  }
}
body .side-cv-btn a.btn03:hover {
  background: #FFF;
}
body .side-cv-btn a.btn03:hover::before {
  content: url(../images/side-btn03-02.png);
}
body #menu .panel {
  font-family: "DotGothic16", sans-serif;
  padding-left: 7.81%;
  font-size: 3vw;
  display: flex;
  height: 100%;
  align-items: center;
  /*コンタクトボタン（ナビゲーションの中）*/
  /*CVボタン（ナビゲーションの中）*/
}
@media screen and (max-width: 830px) {
  body #menu .panel {
    font-size: 6.33vw;
  }
}
@media screen and (max-width: 430px) {
  body #menu .panel {
    font-size: 8.33vw;
  }
}
body #menu .panel .nav {
  width: 800px;
}
body #menu .panel .nav .nav_about, body #menu .panel .nav .nav_works, body #menu .panel .nav .nav_project, body #menu .panel .nav .nav_news, body #menu .panel .nav .nav_recruit {
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1380px) {
  body #menu .panel .nav .nav_about, body #menu .panel .nav .nav_works, body #menu .panel .nav .nav_project, body #menu .panel .nav .nav_news, body #menu .panel .nav .nav_recruit {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body #menu .panel .nav .nav_about a, body #menu .panel .nav .nav_works a, body #menu .panel .nav .nav_project a, body #menu .panel .nav .nav_news a, body #menu .panel .nav .nav_recruit a {
  position: relative;
}
body #menu .panel .nav .nav_about a::before, body #menu .panel .nav .nav_works a::before, body #menu .panel .nav .nav_project a::before, body #menu .panel .nav .nav_news a::before, body #menu .panel .nav .nav_recruit a::before {
  background: #FFF;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
body #menu .panel .nav .nav_about a:hover::before, body #menu .panel .nav .nav_works a:hover::before, body #menu .panel .nav .nav_project a:hover::before, body #menu .panel .nav .nav_news a:hover::before, body #menu .panel .nav .nav_recruit a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
body #menu .panel .nav span {
  font-size: 0.83vw;
  padding-left: 1.56%;
  color: #808080;
}
@media screen and (max-width: 830px) {
  body #menu .panel .nav span {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 430px) {
  body #menu .panel .nav span {
    font-size: 2.7vw;
  }
}
body #menu .panel .button {
  width: 600px;
  margin-top: 25px;
  text-align: center;
  color: #000000;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  border-radius: 9.977px;
  border: 5.986px solid #FFF;
  background: #FFF;
}
@media screen and (max-width: 830px) {
  body #menu .panel .button {
    max-width: 400px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 430px) {
  body #menu .panel .button {
    max-width: 260px;
    margin-top: 45px;
    font-size: 3.86vw;
  }
}
body #menu .panel .button a {
  display: inline-block;
  padding: 20px 4vw;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 430px) {
  body #menu .panel .button a {
    padding: 10px 3.17vw;
  }
}
body #menu .panel .button a:hover {
  opacity: 0.5;
}
body #menu .panel .cv-menus {
  display: flex;
  flex-direction: row;
  width: 609px;
  margin-top: 35px;
  margin-left: -5px;
  margin-right: -5px;
  /*サイドボタン1*/
}
@media screen and (max-width: 1480px) {
  body #menu .panel .cv-menus {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1380px) {
  body #menu .panel .cv-menus {
    margin-top: 25px;
  }
}
@media screen and (max-width: 990px) {
  body #menu .panel .cv-menus {
    display: block;
    margin-top: 30px;
    width: 409px;
  }
}
@media screen and (max-width: 990px) {
  body #menu .panel .cv-menus {
    width: 269px;
  }
}
body #menu .panel .cv-menus .cv-menus-cv-btn {
  display: flex;
  align-items: center;
  width: 203px;
  height: 64px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 990px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn01 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 14px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 6px 32px 32px 6px;
  background: #0A8AFF;
  border: solid 2px #0A8AFF;
}
@media screen and (max-width: 990px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn01 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn01 {
    padding: 0 30px;
  }
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn01 h4 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 990px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn01 h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn01 h4 {
    font-size: 16px;
  }
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn01::before {
  content: url(../images/side-btn01.png);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  transform: translateY(-50%);
  font-size: 0;
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn01:hover {
  background: #FFF;
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn01:hover::before {
  content: url(../images/side-btn01-02.png);
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn02 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 14px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 6px 32px 32px 6px;
  background: #3CBC00;
  border: solid 2px #3CBC00;
}
@media screen and (max-width: 990px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn02 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn02 {
    padding: 0 30px;
  }
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn02 h4 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 990px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn02 h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn02 h4 {
    font-size: 16px;
  }
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn02::before {
  content: url(../images/side-btn02.png);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  transform: translateY(-50%);
  font-size: 0;
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn02:hover {
  background: #FFF;
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn02:hover::before {
  content: url(../images/side-btn02-02.png);
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn03 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 14px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 6px 32px 32px 6px;
  background: #F21818;
  border: solid 2px #F21818;
}
@media screen and (max-width: 990px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn03 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn03 {
    padding: 0 30px;
  }
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn03 h4 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 990px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn03 h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn03 h4 {
    font-size: 16px;
  }
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn03::before {
  content: url(../images/side-btn03.png);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  transform: translateY(-50%);
  font-size: 0;
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn03:hover {
  background: #FFF;
}
body #menu .panel .cv-menus .cv-menus-cv-btn a.cv-menus-btn03:hover::before {
  content: url(../images/side-btn03-02.png);
}
body #main {
  color: #000000;
  background: #fcfcfc;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  transition: left 0.3s ease;
}
body #main.opened {
  left: -900px;
}

#footer {
  background: #FFA2D4;
  padding: 150px 120px 30px;
  overflow: visible;
  position: relative;
  left: 0;
  transition: left 0.3s ease;
  /* ------------------------------
      20240730 追記ここから
  ----------------------------------*/
  /* ------------------------------
      20240730 追記ここまで
  ----------------------------------*/
}
@media screen and (max-width: 1280px) {
  #footer {
    padding: 120px 100px 30px;
  }
}
@media screen and (max-width: 830px) {
  #footer {
    padding: 120px 100px 30px;
  }
}
@media screen and (max-width: 499px) {
  #footer {
    position: relative;
    padding: 80px 20px 50px;
  }
}
#footer .footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 830px) {
  #footer .footer_inner {
    flex-direction: column-reverse;
    row-gap: 70px;
  }
}
#footer .footer_inner .footer_left {
  display: block;
  font-size: 0.94vw;
}
@media screen and (max-width: 830px) {
  #footer .footer_inner .footer_left {
    font-size: 2.41vw;
  }
}
@media screen and (max-width: 499px) {
  #footer .footer_inner .footer_left {
    margin-top: 340px;
    font-size: 3.73vw;
  }
}
#footer .footer_inner .footer_left .footer_logo {
  padding-bottom: 30px;
}
#footer .footer_inner .footer_left .footer_logo img {
  width: 9.06vw;
  margin: 0 auto;
}
@media screen and (max-width: 830px) {
  #footer .footer_inner .footer_left .footer_logo img {
    width: 29.06vw;
  }
}
#footer .footer_inner .footer_left .footer_info p {
  padding-bottom: 5px;
}
#footer .footer_inner .footer_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* ------------------------------
      20240730 追記ここから
  ----------------------------------*/
  grid-column-gap: 11.21%;
  grid-row-gap: 50px;
  width: 50%;
  /* ------------------------------
      20240730 追記ここまで
  ----------------------------------*/
}
@media screen and (max-width: 1440px) {
  #footer .footer_inner .footer_right {
    width: 60%;
  }
}
@media screen and (max-width: 830px) {
  #footer .footer_inner .footer_right {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5%;
    grid-row-gap: 25px;
    width: 100%;
  }
}
#footer .footer_inner .footer_right .footer_menu:hover {
  color: #FFE9F5;
  transition: 0.5s;
}
#footer .footer_inner .footer_right .footer_menu:hover {
  color: #FFE9F5;
}
#footer .footer_inner .footer_right h4 {
  font-size: 2.08vw;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #footer .footer_inner .footer_right h4 {
    padding-bottom: 8px;
    line-height: 1;
  }
}
@media screen and (max-width: 830px) {
  #footer .footer_inner .footer_right h4 {
    font-size: 4.27vw;
    line-height: 1.2;
    padding-bottom: 5px;
  }
}
#footer .footer_inner .footer_right p {
  font-size: 0.73vw;
  font-weight: 500;
  padding-bottom: 5px;
}
@media screen and (max-width: 1440px) {
  #footer .footer_inner .footer_right p {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 1280px) {
  #footer .footer_inner .footer_right p {
    font-size: 0.94vw;
  }
}
@media screen and (max-width: 830px) {
  #footer .footer_inner .footer_right p {
    font-size: 2.17vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 430px) {
  #footer .footer_inner .footer_right p {
    font-size: 3.2vw;
  }
}
#footer .contact {
  display: flex;
  width: 50%;
  height: 70px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  color: #000000;
  border-radius: 5px;
  border: 3px solid #000;
  background: #FFF;
  position: relative;
  margin-left: auto;
  margin-right: 3.5%;
}
@media screen and (max-width: 830px) {
  #footer .contact {
    width: 37.71vw;
    height: 70px;
    border: 2px solid #000;
  }
}
@media screen and (max-width: 430px) {
  #footer .contact {
    height: 40px;
  }
}
#footer .contact a {
  display: flex;
  padding: 20px 2.6vw 20px 1.56vw;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#footer .contact h4 {
  font-size: 1.25vw;
  padding-bottom: 0;
}
@media screen and (max-width: 830px) {
  #footer .contact h4 {
    font-size: 3.27vw;
  }
}
#footer .contact::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000000;
  border-right: 0;
}
@media screen and (max-width: 830px) {
  #footer .contact::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #000000;
  }
}
@media screen and (max-width: 430px) {
  #footer .contact::before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #000000;
  }
}
#footer .contact:hover {
  color: #FFF;
  border-radius: 5px;
  border: 2px solid #000;
  background: #000;
}
#footer .contact:hover::before {
  right: 8%;
  transition: 0.3s;
  border-left: 4px solid #FFF;
}
#footer .footer_inner_bottom {
  display: block;
  align-items: center;
  justify-content: flex-end;
  /* ------------------------------
      20240730 追記ここから
  ----------------------------------*/
  /* ------------------------------
      20240730 追記ここまで
  ----------------------------------*/
  /*フッターCVボタン*/
}
@media screen and (max-width: 499px) {
  #footer .footer_inner_bottom {
    position: absolute;
    top: 550px;
    left: 15%;
    right: 15%;
    width: 70%;
  }
}
#footer .footer_inner_bottom .contact {
  display: flex;
  width: 63%;
  height: 70px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  color: #000000;
  border-radius: 5px;
  border: 3px solid #000;
  background: #FFF;
  position: relative;
  margin-left: auto;
  margin-right: 3.5%;
  margin-top: 5%;
}
@media screen and (max-width: 830px) {
  #footer .footer_inner_bottom .contact {
    width: 37.71vw;
    height: 70px;
    border: 2px solid #000;
  }
}
@media screen and (max-width: 430px) {
  #footer .footer_inner_bottom .contact {
    height: 60px;
    margin: 0 auto;
    width: 90%;
  }
}
#footer .footer_inner_bottom .contact a {
  display: flex;
  padding: 20px 2.6vw 20px 1.56vw;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#footer .footer_inner_bottom .contact h4 {
  font-size: 1.25vw;
  padding-bottom: 0;
}
@media screen and (max-width: 830px) {
  #footer .footer_inner_bottom .contact h4 {
    font-size: 3.27vw;
  }
}
#footer .footer_inner_bottom .contact::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000000;
  border-right: 0;
}
@media screen and (max-width: 830px) {
  #footer .footer_inner_bottom .contact::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #000000;
  }
}
@media screen and (max-width: 430px) {
  #footer .footer_inner_bottom .contact::before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #000000;
  }
}
#footer .footer_inner_bottom .contact:hover {
  color: #FFF;
  border-radius: 5px;
  border: 2px solid #000;
  background: #000;
}
#footer .footer_inner_bottom .contact:hover::before {
  right: 8%;
  transition: 0.3s;
  border-left: 4px solid #FFF;
}
#footer .footer_inner_bottom .footer-cv-menus {
  display: flex;
  flex-direction: row;
  width: 63%;
  margin-top: 35px;
  margin-right: 3.5%;
  margin-left: auto;
  /*サイドボタン1*/
}
@media screen and (max-width: 1680px) {
  #footer .footer_inner_bottom .footer-cv-menus {
    width: 64%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 1480px) {
  #footer .footer_inner_bottom .footer-cv-menus {
    width: 67%;
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 1380px) {
  #footer .footer_inner_bottom .footer-cv-menus {
    width: 68%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 990px) {
  #footer .footer_inner_bottom .footer-cv-menus {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 499px) {
  #footer .footer_inner_bottom .footer-cv-menus {
    display: block;
  }
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn {
  display: flex;
  align-items: center;
  width: 33.333%;
  height: 64px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 499px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 6px 32px 32px 6px;
  background: #0A8AFF;
  border: solid 2px #0A8AFF;
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 h4 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1480px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1380px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 h4 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 499px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 h4 {
    font-size: 16px;
    line-height: 1;
  }
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 h4 br {
  display: none;
}
@media screen and (max-width: 1200px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 h4 br {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01 h4 br {
    display: none;
  }
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01::before {
  content: url(../images/side-btn01.png);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  transform: translateY(-50%);
  font-size: 0;
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01:hover {
  background: #FFF;
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn01:hover::before {
  content: url(../images/side-btn01-02.png);
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 6px 32px 32px 6px;
  background: #3CBC00;
  border: solid 2px #3CBC00;
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 h4 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1480px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1380px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 h4 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 499px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 h4 {
    font-size: 16px;
    line-height: 1;
  }
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 h4 br {
  display: none;
}
@media screen and (max-width: 1200px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 h4 br {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02 h4 br {
    display: none;
  }
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02::before {
  content: url(../images/side-btn02.png);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  transform: translateY(-50%);
  font-size: 0;
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02:hover {
  background: #FFF;
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn02:hover::before {
  content: url(../images/side-btn02-02.png);
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 6px 32px 32px 6px;
  background: #F21818;
  border: solid 2px #F21818;
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 h4 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1480px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1380px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 h4 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 499px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 h4 {
    font-size: 16px;
    line-height: 1;
  }
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 h4 br {
  display: none;
}
@media screen and (max-width: 1200px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 h4 br {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  #footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03 h4 br {
    display: none;
  }
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03::before {
  content: url(../images/side-btn03.png);
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  transform: translateY(-50%);
  font-size: 0;
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03:hover {
  background: #FFF;
}
#footer .footer_inner_bottom .footer-cv-menus .footer-cv-menus-btn a.footer-cv-menus-btn03:hover::before {
  content: url(../images/side-btn03-02.png);
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 830px) {
  #footer .copyright {
    margin-top: 50px;
  }
}

#footer.opened {
  left: -900px;
}

/* -----------------------------↑ここまで全ページ共通 -------------------------------------*/
/* ----------------------------------
下層ページの共通ヘッダー（各ページタイトル）
------------------------------------- */
.header_subpage {
  padding: 100px 0;
  background: #F08300;
  color: #FFF;
}
@media screen and (max-width: 830px) {
  .header_subpage {
    padding: 40px 0;
  }
}
.header_subpage .page_tag {
  max-width: 850px;
  width: 44.27vw;
  margin: 0 auto;
  text-align: left;
  font-family: "DotGothic16", sans-serif;
}
@media screen and (max-width: 830px) {
  .header_subpage .page_tag {
    width: 64.27vw;
  }
}
.header_subpage .page_title {
  max-width: 850px;
  width: 44.27vw;
  margin: 0 auto;
  padding: 25px 5.21vw;
  text-align: center;
  color: #000000;
  background: #FFF;
  border: 5px solid #000;
}
@media screen and (max-width: 830px) {
  .header_subpage .page_title {
    max-width: 700px;
    width: 64.27vw;
    padding: 15px 5.21vw;
  }
}
.header_subpage .page_title_inner {
  display: inline-block;
  font-size: 4.06vw;
  font-weight: 900;
  font-style: italic;
  transform: skew(3deg, -3deg);
}
.header_subpage .page_lead {
  text-align: center;
  margin-top: 40px;
}

/* -------------------------------------
ABOUTページ以降の共通のコンタクトボタン（大）
--------------------------------------*/
.largecontact_wrapper {
  max-width: 1680px;
  width: 87.5%;
  margin: 0 auto 200px;
}
@media screen and (max-width: 830px) {
  .largecontact_wrapper {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 430px) {
  .largecontact_wrapper {
    font-size: 1.9vw;
  }
}
.largecontact_wrapper .button_contact {
  position: relative;
  border-radius: 10px;
  border: 5px solid #FEDB19;
  color: #FEDB19;
  font-size: 11.08vw;
  font-weight: 700;
  font-family: "DotGothic16", sans-serif;
  background: #0FBC00;
  transition: 0.9s ease;
  text-align: right;
}
.largecontact_wrapper .button_contact:hover {
  transform: scale(1.2, 1.2);
}
@media screen and (max-width: 430px) {
  .largecontact_wrapper .button_contact {
    font-size: 17.3vw;
    text-align: center;
  }
}
.largecontact_wrapper .button_contact a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 100px 6.25vw;
  transition: 0.3s ease-in-out;
}
.largecontact_wrapper .button_contact a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1440px) {
  .largecontact_wrapper .button_contact a {
    padding: 100px 6.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .largecontact_wrapper .button_contact a {
    padding: 90px 6.25vw;
  }
}
@media screen and (max-width: 830px) {
  .largecontact_wrapper .button_contact a {
    padding: 70px 6.25vw;
  }
}
@media screen and (max-width: 430px) {
  .largecontact_wrapper .button_contact a {
    padding: 25px 6.25vw;
  }
}
.largecontact_wrapper .button_contact span {
  position: absolute;
  right: 60%;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-family: "DotGothic16", sans-serif;
  font-size: 1.9vw;
}
@media screen and (max-width: 430px) {
  .largecontact_wrapper .button_contact span {
    right: 41%;
    top: 23%;
    font-size: 2.7vw;
  }
}/*# sourceMappingURL=common.css.map */
@charset "UTF-8";
/* --------------------------------
変数
-------------------------------- */
/* --------------------------------
@mixin  定義したスタイル呼び出し
-------------------------------- */
.news, .relation {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 830px) {
  .news, .relation {
    padding: 25px 4.83vw 50px;
  }
}
.news .news_outer, .relation .news_outer {
  max-width: 1000px;
  width: 52.08%;
  margin: 0 auto;
}
@media (max-width: 830px) {
  .news .news_outer, .relation .news_outer {
    max-width: 700px;
    width: 100%;
  }
}
@media (max-width: 430px) {
  .news .news_outer, .relation .news_outer {
    max-width: 375px;
  }
}
.news .news_outer .news_container, .relation .news_outer .news_container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.56vw 1.3vw;
  margin-bottom: 100px;
}
@media (max-width: 830px) {
  .news .news_outer .news_container, .relation .news_outer .news_container {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    gap: 35px 0;
    margin-bottom: 50px;
  }
}
.news .news_outer .news_container .news_list .news_img_wrap, .relation .news_outer .news_container .news_list .news_img_wrap {
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.news .news_outer .news_container .news_list .news_img_wrap a picture, .relation .news_outer .news_container .news_list .news_img_wrap a picture {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  transition: 0.9s ease;
  overflow: hidden;
}
.news .news_outer .news_container .news_list .news_img_wrap a picture:hover, .relation .news_outer .news_container .news_list .news_img_wrap a picture:hover {
  transform: scale(1.2, 1.2);
}
.news .news_outer .news_container .news_list .news_date_wrapper, .relation .news_outer .news_container .news_list .news_date_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.73vw;
  padding-top: 10px;
}
@media (max-width: 1280px) {
  .news .news_outer .news_container .news_list .news_date_wrapper, .relation .news_outer .news_container .news_list .news_date_wrapper {
    font-size: 0.94vw;
  }
}
@media (max-width: 830px) {
  .news .news_outer .news_container .news_list .news_date_wrapper, .relation .news_outer .news_container .news_list .news_date_wrapper {
    font-size: 2.08vw;
  }
}
@media (max-width: 430px) {
  .news .news_outer .news_container .news_list .news_date_wrapper, .relation .news_outer .news_container .news_list .news_date_wrapper {
    font-size: 2.73vw;
  }
}
.news .news_outer .news_container .news_list .news_date_wrapper .news_category, .relation .news_outer .news_container .news_list .news_date_wrapper .news_category {
  padding: 2px 0.31vw;
  background: #000000;
  color: #FFF;
}
@media (max-width: 430px) {
  .news .news_outer .news_container .news_list .news_date_wrapper .news_category, .relation .news_outer .news_container .news_list .news_date_wrapper .news_category {
    padding: 2px 1.31vw;
  }
}
.news .news_outer .news_container .news_list .news_title, .relation .news_outer .news_container .news_list .news_title {
  font-size: 0.94vw;
  font-weight: 700;
  padding-top: 10px;
}
@media (max-width: 1440px) {
  .news .news_outer .news_container .news_list .news_title, .relation .news_outer .news_container .news_list .news_title {
    font-size: 1.11vw;
  }
}
@media (max-width: 1280px) {
  .news .news_outer .news_container .news_list .news_title, .relation .news_outer .news_container .news_list .news_title {
    font-size: 1.11vw;
    padding-top: 5px;
  }
}
@media (max-width: 830px) {
  .news .news_outer .news_container .news_list .news_title, .relation .news_outer .news_container .news_list .news_title {
    font-size: 3.13vw;
  }
}
@media (max-width: 430px) {
  .news .news_outer .news_container .news_list .news_title, .relation .news_outer .news_container .news_list .news_title {
    font-size: 3.73vw;
  }
}
.news .news_outer .news_container .news_list .news_text, .relation .news_outer .news_container .news_list .news_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 任意の行数を指定 */
  font-size: 0.73vw;
  padding-top: 5px;
}
@media (max-width: 1440px) {
  .news .news_outer .news_container .news_list .news_text, .relation .news_outer .news_container .news_list .news_text {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 1280px) {
  .news .news_outer .news_container .news_list .news_text, .relation .news_outer .news_container .news_list .news_text {
    font-size: 0.94vw;
    padding-top: 0px;
  }
}
@media (max-width: 830px) {
  .news .news_outer .news_container .news_list .news_text, .relation .news_outer .news_container .news_list .news_text {
    font-size: 2.34vw;
  }
}
@media (max-width: 430px) {
  .news .news_outer .news_container .news_list .news_text, .relation .news_outer .news_container .news_list .news_text {
    font-size: 3.2vw;
  }
}

/* --------------------------------
変数
-------------------------------- */
.news {
  padding: 150px 0;
}
@media screen and (max-width: 830px) {
  .news {
    padding: 50px 0;
  }
}
.news .category_button_wrap {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 830px) {
  .news .category_button_wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 830px) {
  .news .category_button_wrap .button_type_02 {
    width: 19.21vw;
    margin: 0 1.3%;
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 430px) {
  .news .category_button_wrap .button_type_02 {
    width: 17.21vw;
    margin: 0 1.3%;
    font-size: 2.83vw;
  }
}
.news .news_outer {
  max-width: 1620px;
  width: 84.38%;
  margin: 0 auto;
}
.news .news_outer .news_container {
  display: flex;
  flex-wrap: wrap;
  gap: 3.65vw 2.92vw;
}
@media screen and (max-width: 830px) {
  .news .news_outer .news_container {
    gap: 3.65vw 2.92vw;
    justify-content: space-between;
  }
}
.news .news_outer .news_container .news_list {
  display: block;
  width: 30.333333%;
}
@media screen and (max-width: 830px) {
  .news .news_outer .news_container .news_list {
    width: 48%;
  }
}

/* -------------------------
ニュース詳細ページ
-------------------------- */
.header_news {
  padding: 150px 0;
  background: #FEDB19;
}
@media screen and (max-width: 830px) {
  .header_news {
    padding: 30px 0;
  }
}
.header_news .breadcrumb {
  padding: 0 0.5rem;
  max-width: 1620px;
  margin: 0 5.21%;
}
@media screen and (max-width: 830px) {
  .header_news .breadcrumb {
    font-size: 2.67vw;
  }
}
.header_news .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-top: 70px;
  font-weight: 700;
}
@media screen and (max-width: 830px) {
  .header_news .breadcrumb ul {
    padding-top: 0px;
  }
}
.header_news .breadcrumb ul li a {
  color: #909090;
  font-weight: 400;
}
.header_news .breadcrumb ul li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "›";
  margin: 0 0.6em;
  color: #000000;
}
.header_news .news_outline_wrap {
  max-width: 1000px;
  width: 52.08%;
  margin: 0 auto;
}
@media screen and (max-width: 830px) {
  .header_news .news_outline_wrap {
    width: 70.33%;
    margin-top: 90px;
  }
}
@media screen and (max-width: 430px) {
  .header_news .news_outline_wrap {
    width: 79.33%;
    margin-top: 45px;
  }
}
.header_news .news_outline_wrap .outline_outer {
  margin: 50px 0;
}
@media screen and (max-width: 830px) {
  .header_news .news_outline_wrap .outline_outer {
    margin: 20px 0;
  }
}
.header_news .news_outline_wrap .outline_outer h1 {
  font-size: 2.5vw;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 830px) {
  .header_news .news_outline_wrap .outline_outer h1 {
    font-size: 4.27vw;
  }
}
.header_news .news_outline_wrap .outline_outer span {
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.83vw;
}
@media screen and (max-width: 830px) {
  .header_news .news_outline_wrap .outline_outer span {
    padding: 2px 10px;
    font-size: 2.67vw;
  }
}
@media screen and (max-width: 430px) {
  .header_news .news_outline_wrap .outline_outer span {
    padding: 2px 5px;
    font-size: 2.67vw;
  }
}
.header_news .news_outline_wrap .outline_outer .tag {
  border: solid 1px #000000;
}
.header_news .news_outline_wrap .outline_image_wrap {
  z-index: 20;
}

.detail {
  background: #FFF;
  margin-top: -400px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  border-left: solid 2px #000000;
  border-radius: 50px 50px 0 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 830px) {
  .detail {
    margin-top: -180px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 430px) {
  .detail {
    margin-top: -100px;
    padding-bottom: 50px;
  }
}
.detail .detail_wrap {
  display: block;
  max-width: 1000px;
  width: 52.08%;
  margin: 0 auto;
  padding-top: 320px;
}
@media screen and (max-width: 830px) {
  .detail .detail_wrap {
    width: 87.33%;
    padding-top: 250px;
  }
}
@media screen and (max-width: 430px) {
  .detail .detail_wrap {
    padding-top: 120px;
    width: 79.33%;
  }
}
.detail .detail_wrap .detail_inner {
  display: block;
  max-width: 1000px;
  margin: 0 auto 100px;
  color: #000000;
}
@media screen and (max-width: 830px) {
  .detail .detail_wrap .detail_inner {
    margin: 0 auto 60px;
  }
}
.detail .detail_wrap .detail_inner h2 {
  font-size: 1.67vw;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .detail .detail_wrap .detail_inner h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 830px) {
  .detail .detail_wrap .detail_inner h2 {
    font-size: 4.27vw;
  }
}
@media screen and (max-width: 430px) {
  .detail .detail_wrap .detail_inner h2 {
    font-size: 5.33vw;
  }
}
.detail .detail_wrap .detail_inner p {
  font-size: 0.83vw;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .detail .detail_wrap .detail_inner p {
    font-size: 1.11vw;
  }
}
@media screen and (max-width: 830px) {
  .detail .detail_wrap .detail_inner p {
    font-size: 2.54vw;
  }
}
@media screen and (max-width: 430px) {
  .detail .detail_wrap .detail_inner p {
    font-size: 4vw;
  }
}
.detail .detail_wrap .detail_inner dl {
  display: flex;
}
.detail .detail_wrap .detail_inner dl dt {
  margin-right: 20px;
}
.detail .detail_wrap .detail_inner:last-child {
  margin-bottom: 0;
}

.relation {
  margin-bottom: 200px;
  padding: 80px 0;
  background: #17BDF2;
}
@media screen and (max-width: 830px) {
  .relation {
    margin-bottom: 70px;
    padding: 50px 0;
  }
}
.relation .news_outer .news_container {
  margin-bottom: 0;
}
@media screen and (max-width: 830px) {
  .relation .news_outer .news_container {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 830px) {
  .relation .news_outer .news_container {
    gap: 35px 10px;
  }
}/*# sourceMappingURL=news.css.map */