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

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

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

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

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

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

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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: 700er;
}

/**
 * 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;
}

sup {
  top: -0.5em;
}

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

/* 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: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

/**
 * 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: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: 400;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}
@media all and (max-width: 896px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media all and (max-width: 896px) {
  .mt20 {
    margin-top: 15px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media all and (max-width: 896px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 25px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media all and (max-width: 896px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.section-width {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

.width {
  max-width: 1280px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.home-main__ttl {
  font-size: 24px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
@media all and (max-width: 600px) {
  .home-main__ttl {
    font-size: 20px;
  }
}
.home-main__ttl.sec {
  text-align: left;
}
@media all and (max-width: 600px) {
  .home-main__ttl.sec {
    font-size: 20px;
  }
}
.home-main__ttl::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e50014;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
.home-main__ttl-en {
  font-size: 90px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media all and (max-width: 1367px) {
  .home-main__ttl-en {
    font-size: 80px;
  }
}
@media all and (max-width: 600px) {
  .home-main__ttl-en {
    font-size: 50px;
  }
}
.home-main__ttl-en.sec {
  text-align: left;
}

@media all and (max-width: 896px) {
  .home-main__btn {
    margin-bottom: 30px;
    width: 90%;
  }
}
.home-main__btn.saiyou {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 45%;
  text-align: center;
  z-index: 3;
  color: #fff;
  font-weight: bold;
}
@media all and (max-width: 1367px) {
  .home-main__btn.saiyou {
    bottom: 0;
    margin-bottom: 18px !important;
  }
}
.home-main__btn.saiyou a {
  pointer-events: all !important;
}
@media all and (max-width: 896px) {
  .home-main__btn.saiyou a {
    font-size: 20px;
    padding: 5px 10px !important;
    font-size: 13px;
  }
}
.home-main__btn.saiyou a::after {
  content: "";
  display: none;
}
.home-main__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 896px) {
  .home-main__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home-main__btn-wrap div {
  margin-right: 40px;
}
@media all and (max-width: 896px) {
  .home-main__btn-wrap div {
    margin-right: 0;
  }
}
.home-main__btn-wrap div:last-child {
  margin-right: 0;
}
.home-main__btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}
@media all and (max-width: 1367px) {
  .home-main__btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .home-main__btn-section {
    margin-top: 50px;
  }
}
.home-main__arrow-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 5%;
}
@media all and (max-width: 1367px) {
  .home-main__arrow-flex {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.home-main__arrow-flex a {
  margin-right: 10px;
  display: block;
}

.main-btn {
  border-radius: 30px;
  border: 1px solid #e50014;
  color: #e50014;
  font-weight: 500;
  padding: 13px 0px;
  width: 260px;
  display: block;
  text-align: center;
}
@media all and (max-width: 896px) {
  .main-btn {
    width: 90%;
    margin: 0 auto;
  }
}

/*== ボタン共通設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #e50014;
  /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.btn:hover {
  opacity: 1;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #e50014;
}

.btn:hover span {
  color: #fff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #e50014;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  -webkit-animation: skewanime 0.5s forwards;
          animation: skewanime 0.5s forwards;
  /*アニメーションの名前と速度を定義*/
}

@-webkit-keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}

@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}
.btnripple2 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  display: inline-block;
  margin: 0 10px 20px 10px;
  text-decoration: none;
  color: #333;
  outline: none;
}
@media all and (max-width: 1025px) {
  .btnripple2 {
    text-align: center;
  }
}

/*波形の設定*/
.btnripple2:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 10%;
  top: 0;
  /*波形の形状*/
  border: 2px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  -webkit-animation: 1s circleanime2 forwards;
          animation: 1s circleanime2 forwards;
}

/*波形が広がるアニメーション*/
@-webkit-keyframes circleanime2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes circleanime2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.btnripple3 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  display: inline-block;
  margin: 0 10px 20px 10px;
  text-decoration: none;
  color: #333;
  outline: none;
}
@media all and (max-width: 1025px) {
  .btnripple3 {
    text-align: center;
  }
}

/*波形の設定*/
.btnripple3:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 10%;
  top: 0;
  /*波形の形状*/
  border: 2px solid #e50014;
  background-color: #e50014;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  -webkit-animation: 1s circleanime2 forwards;
          animation: 1s circleanime2 forwards;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.top-news:hover span {
  color: #333 !important;
}
.top-news span {
  color: #fff !important;
}
.top-news.bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #fff;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.white.btnripple3:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 10%;
  top: 0;
  /*波形の形状*/
  border: 3px solid #fff;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  -webkit-animation: 1s circleanime2 forwards;
          animation: 1s circleanime2 forwards;
}
.white span {
  color: #fff;
}
.white:hover span {
  color: #e50014 !important;
}
.white .bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #fff !important;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.saiyou.btnripple3:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 10%;
  top: 0;
  /*波形の形状*/
  border: 3px solid #fff;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  -webkit-animation: 1s circleanime2 forwards;
          animation: 1s circleanime2 forwards;
}
.saiyou span {
  color: #fff;
}
.saiyou:hover span {
  color: #333 !important;
}
.saiyou .bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #fff !important;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.footer-btn {
  width: auto !important;
}
@media all and (max-width: 1280px) {
  .footer-btn {
    width: 200px !important;
  }
}
@media all and (max-width: 1025px) {
  .footer-btn {
    width: 300px !important;
  }
}
@media all and (max-width: 1280px) {
  .footer-btn a {
    width: 100% !important;
  }
}
.footer-btn.btnripple2:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 10%;
  top: 0;
  /*波形の形状*/
  border: 3px solid #fff;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  -webkit-animation: 1s circleanime2 forwards;
          animation: 1s circleanime2 forwards;
}
.footer-btn span {
  color: #fff;
}
.footer-btn span + img {
  margin-left: 20px;
}
.footer-btn:hover span {
  color: #fff !important;
}
.footer-btn:hover img:nth-last-of-type(2) {
  opacity: 0;
}
.footer-btn .bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
  /*色や形状*/
  background: #fff !important;
  width: 120%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.outer {
  overflow: hidden;
}

.common__btn {
  text-align: center;
  max-width: 320px;
  margin: 50px auto 0;
}
@media all and (max-width: 896px) {
  .common__btn {
    max-width: 260px;
    margin-top: 30px;
  }
}
.common__btn > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8em 0.5em;
  display: block;
  border: 2px solid #2B883A;
  font-size: 1.8rem;
  font-weight: 500;
  color: #2B883A;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .common__btn > a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .common__btn > a:hover {
    opacity: 1;
    color: #fff;
  }
  .common__btn > a:hover::after {
    width: 100%;
  }
}
.common__btn > a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #2B883A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
.moveNone.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.moveNone02 {
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
}
.moveNone02.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.moveNone03 {
  opacity: 0;
  -webkit-transition: 4s;
  transition: 4s;
}
.moveNone03.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
}
@media screen and (max-width: 980px) {
  .header {
    height: 60px;
  }
}
.header__logo {
  padding-left: 30px;
}
@media screen and (max-width: 980px) {
  .header__logo {
    padding-left: 10px;
  }
}
@media screen and (max-width: 980px) {
  .header__logo a img {
    width: 200px;
  }
}
.header__right {
  position: relative;
}
@media screen and (max-width: 980px) {
  .header__right a img {
    display: none;
  }
}
.header__right-sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .header__right-sp {
    display: block;
    width: 150px;
    height: 60px;
    background-color: #00B9EF;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    padding: 0 0px 0 15px;
  }
}
.header__right-sp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .header__right-sp a {
    font-size: 13px;
    font-weight: bold;
  }
}
.header__right-sp a .arrow-right {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__right-yellow-wrap {
  position: absolute;
  top: 0;
  left: 30%;
  z-index: -1;
}

/* footer */
/* ============================================ */
.footer {
  padding: 50px 0;
  background: #2c2e36;
  position: sticky;
  top: 100dvh;
  z-index: 400;
  color: #fff;
}
.footer__inner {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
}
@media all and (max-width: 1025px) {
  .footer__inner {
    width: 90%;
  }
}
.footer__inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1025px) {
  .footer__inner-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 1025px) {
  .footer__blk {
    margin-top: 50px;
  }
}
.footer__blk-add {
  margin-top: 20px;
}
.footer__blk-add p {
  font-size: 14px;
}
.footer__blk:first-child {
  margin-right: 9%;
}
@media screen and (max-width: 1600px) {
  .footer__blk:first-child {
    margin-right: 5%;
  }
}
@media all and (max-width: 1367px) {
  .footer__blk:first-child {
    margin-right: 5%;
  }
}
@media all and (max-width: 1025px) {
  .footer__blk:first-child {
    margin-top: 0;
  }
}
.footer__blk-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1025px) {
  .footer__blk-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__blk-top-column {
  margin-right: 70px;
}
@media screen and (max-width: 1600px) {
  .footer__blk-top-column {
    margin-right: 40px;
  }
}
@media all and (max-width: 1367px) {
  .footer__blk-top-column {
    margin-right: 30px;
  }
}
@media all and (max-width: 1025px) {
  .footer__blk-top-column {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1025px) {
  .footer__blk-top-column:nth-child(2n) {
    margin-right: 0;
  }
}
.footer__blk-top-column:last-child {
  margin-right: 0;
}
.footer__blk-top-column h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media all and (max-width: 1280px) {
  .footer__blk-top-column h6 {
    font-size: 18px;
  }
}
.footer__blk-top-column a {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media all and (max-width: 1280px) {
  .footer__blk-top-column a {
    font-size: 13px;
  }
}
.footer__blk-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 60px 20px 60px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 40px 0;
}
@media screen and (max-width: 1600px) {
  .footer__blk-center {
    padding: 20px 40px 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 1280px) {
  .footer__blk-center {
    padding: 20px 20px 0 20px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media all and (max-width: 1025px) {
  .footer__blk-center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__blk-center li {
  margin-right: 40px;
  margin-bottom: 20px;
}
@media all and (max-width: 600px) {
  .footer__blk-center li {
    width: 40%;
  }
}
@media all and (max-width: 600px) {
  .footer__blk-center li:nth-child(2n) {
    margin-right: 0;
  }
}
.footer__blk-center li:last-child {
  margin-right: 0;
}
.footer__blk-center li a {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .footer__blk-center li a {
    font-size: 16px;
  }
}
@media all and (max-width: 1280px) {
  .footer__blk-center li a {
    font-size: 14px;
  }
}
.footer__blk-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__blk-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 1025px) {
  .footer__blk-bottom-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 1025px) {
  .footer__blk-bottom {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .copyright {
  font-size: 12px;
  text-align: center;
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 600;
}
.footer .pagetop p {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  font-size: 13px;
  width: 50px;
  height: 50px;
  background-color: #e50014;
}

/* 下層共通 */
/* ============================================ */
.second__outer {
  padding: 100px 0;
}
@media all and (max-width: 896px) {
  .second__outer {
    padding: 50px 0;
  }
}

.notfound__txt {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}