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

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

sup {
  top: -0.3em;
}

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

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * 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=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

[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;
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}
html::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "Meiryo", "sans-serif", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans";
  font-optical-sizing: auto;
  font-style: normal;
  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;
}

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@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;
}

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

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

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

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

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

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

.outer {
  overflow: hidden;
}

.txt__center {
  text-align: center;
}

.common-btn {
  text-align: center;
  max-width: 320px;
  margin-top: 48px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 260px;
    margin-top: 32px;
  }
}
.common-btn > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8em 0.5em;
  display: block;
  border: 2px solid #0F5FA6;
  font-size: 2rem;
  font-weight: 500;
  color: #0F5FA6;
  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: #0F5FA6;
  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: 0.5s;
  transition: 0.5s;
}
.moveNone.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);
}

/*===========
inview
===========*/
.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.js_btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pekopeko {
  -webkit-animation: pekopeko 2.5s infinite;
          animation: pekopeko 2.5s infinite;
}

@-webkit-keyframes pekopeko {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}

@keyframes pekopeko {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  95% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}
.sp-only {
  display: none;
}
@media all and (max-width: 600px) {
  .sp-only {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media all and (max-width: 1280px) {
  .br-sp {
    display: block;
  }
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
}
@media all and (max-width: 896px) {
  .header-contents {
    display: none;
  }
}
.header-logo {
  background-image: url(../images/common/logo_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 280px;
  height: 130px;
  position: relative;
}
@media all and (max-width: 600px) {
  .header-logo {
    width: 200px;
    position: relative;
    bottom: 20px;
    background-size: contain;
  }
}
.header-logo a {
  pointer-events: none;
  width: 140px;
  position: absolute;
  top: 6%;
  left: 37%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media all and (max-width: 600px) {
  .header-logo a {
    width: 100px;
    top: 18%;
  }
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.header-menu > li.current {
  color: #0F5FA6;
}
.header-hamburger {
  display: grid;
  place-content: center;
  width: 155px;
  height: 160px;
  background-image: url(../images/common/hamburger_back.png);
  background-size: cover;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
}
@media all and (max-width: 600px) {
  .header-hamburger {
    width: 100px;
    height: 100px;
  }
}
.header-hamburger.active {
  background-image: url(../images/common/hamburger_back_blue.png);
  width: 130px;
  height: 130px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (max-width: 600px) {
  .header-hamburger.active {
    width: 80px;
    height: 80px;
  }
}
.header-hamburger.active .header-hamburger__box {
  position: absolute;
  top: 30%;
  left: 38%;
}
.header-hamburger.active .header-hamburger__box > span {
  background: #fff;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
  rotate: -45deg;
  translate: 0 9px;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(3) {
  rotate: 45deg;
  translate: 0 -9px;
}
.header-hamburger__box {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 26%;
  left: 55%;
}
@media all and (max-width: 600px) {
  .header-hamburger__box {
    top: 23%;
    left: 50%;
  }
}
.header-hamburger__box > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #0F5FA6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-hamburger__box > span:nth-of-type(1) {
  top: 0;
}
.header-hamburger__box > span:nth-of-type(2) {
  top: 9px;
}
.header-hamburger__box > span:nth-of-type(3) {
  bottom: 0;
}
.header-nav {
  width: 100%;
  max-width: 400px;
  height: 100dvh;
  padding: 100px 30px 80px;
  background: #fff;
  border-bottom-left-radius: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
}
@media all and (max-width: 600px) {
  .header-nav {
    padding: 30px;
  }
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__wrapper {
  margin-top: 30px;
}
.header-nav__wrapper nav {
  padding: 24px 0;
}
.header-nav__list > li {
  margin-top: 10px;
}
.header-nav__list > li:first-of-type {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #0F5FA6;
  border-bottom: 2px solid #0F5FA6;
}
.header-nav__list > li:first-of-type a {
  padding: 10px 0;
  font-size: 2rem;
}
.header-nav__list > li:nth-child(2) {
  padding: 20px 0;
  border-bottom: 2px solid #0F5FA6;
  margin: 0px 0 20px 0;
}
.header-nav__list > li:nth-child(2) a {
  font-size: 2rem;
}
.header-nav__list > li:nth-child(10) {
  padding: 20px 0;
  border-top: 2px solid #0F5FA6;
  border-bottom: 2px solid #0F5FA6;
  margin: 20px 0;
}
.header-nav__list > li:nth-child(10) a {
  font-size: 2rem;
}
.header-nav__list > li > a {
  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;
  padding: 10px 0;
  color: #0F5FA6;
  font-weight: bold;
}
.header-nav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  height: 16px;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-nav__icon {
    height: 14px;
    margin-right: 7px;
  }
}
.header-nav__icon::after {
  content: "";
  background-image: url(../images/common/triangle_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.header-acc__trigger {
  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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.header-acc__trigger.active .header-acc__icon {
  rotate: 180deg;
}
.header-acc__ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  padding: 10px 0;
}
.header-acc__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 16px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-acc__icon {
    width: 14px;
    margin-bottom: 7px;
  }
}
.header-acc__icon::before, .header-acc__icon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
}
@media all and (max-width: 896px) {
  .header-acc__icon::before, .header-acc__icon::after {
    width: 9px;
  }
}
.header-acc__icon::before {
  left: 0;
  rotate: 45deg;
}
.header-acc__icon::after {
  right: 0;
  rotate: -45deg;
}
.header-acc__list {
  padding: 4px 0 10px;
}
.header-acc__list > li > a {
  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;
  padding: 10px 0;
}
.header-acc__contents {
  overflow: hidden;
  height: 0;
}
.header-acc__contents.open {
  overflow: visible;
  height: auto;
  -webkit-animation: navOpen 0.3s ease-out;
          animation: navOpen 0.3s ease-out;
}
@-webkit-keyframes navOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* footer */
/* ============================================ */
.footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.footer__logo {
  width: 200px;
}
@media all and (max-width: 896px) {
  .footer__logo {
    margin: 30px auto 0;
  }
}
.footer__weave {
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 200px;
}
@media all and (max-width: 896px) {
  .footer__weave {
    height: auto;
    top: -80px;
  }
}
@media all and (max-width: 600px) {
  .footer__weave {
    height: auto;
    top: -60px;
  }
}
@media all and (max-width: 480px) {
  .footer__weave {
    height: auto;
    top: -30px;
  }
}
.footer__weave img {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .footer__weave img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.footer__name p ruby rt {
  padding-bottom: 5px;
}
.footer__name-company {
  margin-top: 24px;
  font-size: 1.8rem;
}
.footer__address {
  font-size: 1.4rem;
  margin-top: 10px;
}
.footer__pagetop {
  text-align: center;
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .footer__pagetop {
    top: -2%;
  }
}
@media all and (max-width: 480px) {
  .footer__pagetop {
    top: 2%;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .footer__copyright {
    display: none;
  }
}
.footer__copyright.sp {
  display: none;
}
@media all and (max-width: 896px) {
  .footer__copyright.sp {
    display: block;
    padding-top: 60px;
    text-align: left;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5%;
  }
}
@media all and (max-width: 600px) {
  .footer__copyright.sp {
    padding-top: 0px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media all and (max-width: 896px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__left {
  margin-top: 60px;
  padding: 0 0 30px 100px;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .footer__left {
    padding: 0;
    width: 90%;
    max-width: 400px;
    margin: 30px auto 40px;
  }
}
@media all and (max-width: 480px) {
  .footer__left {
    margin: 50px auto 20px;
  }
}
.footer__right {
  display: inline-block;
  width: 60%;
  height: 200px;
  margin: 0 0 0 auto;
  position: relative;
}
@media all and (max-width: 1280px) {
  .footer__right {
    height: 240px;
  }
}
@media all and (max-width: 896px) {
  .footer__right {
    height: 300px;
    width: 95%;
    border-top-left-radius: 60px;
  }
}
@media all and (max-width: 600px) {
  .footer__right {
    height: auto;
  }
}
.footer__right-inner {
  background-color: #0F5FA6;
  width: 100%;
  height: 100%;
  border-top-left-radius: 130px;
  position: relative;
}
@media all and (max-width: 896px) {
  .footer__right-inner {
    border-top-left-radius: 60px;
  }
}
@media all and (max-width: 600px) {
  .footer__right-inner {
    height: 250px;
  }
}
@media all and (max-width: 480px) {
  .footer__right-inner {
    height: 280px;
  }
}
.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 0 0 100px;
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 1280px) {
  .footer__ul {
    margin: 0 0 0 40px;
  }
}
@media all and (max-width: 896px) {
  .footer__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 0 0 0 30px;
    top: 30%;
  }
}
@media all and (max-width: 600px) {
  .footer__ul {
    top: 23%;
  }
}
.footer__ul-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-left: 100px;
}
@media all and (max-width: 1280px) {
  .footer__ul-top {
    margin-left: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 896px) {
  .footer__ul-top {
    margin-left: 30px;
  }
}
@media all and (max-width: 600px) {
  .footer__ul-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__ul-top li {
  padding-right: 40px;
  margin-bottom: 10px;
  position: relative;
}
.footer__ul-top li:last-child {
  margin-right: 0;
}
@media all and (max-width: 600px) {
  .footer__ul-top li {
    margin-bottom: 10px;
  }
}
.footer__ul-top li a {
  color: #0F5FA6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__ul-top li a::after {
  content: "";
  background-image: url(../images/common/triangle_link.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
.footer__ul li:first-child {
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .footer__ul li:first-child {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    width: 90%;
  }
}
.footer__ul li:first-child p {
  font-size: 2rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .footer__ul li:last-child {
    width: 90%;
  }
}
.footer__ul li:last-child p {
  font-size: 1.6rem;
}
@media all and (max-width: 600px) {
  .footer__ul li:last-child p {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.footer__bottom {
  position: absolute;
  bottom: 13%;
  width: 90%;
  margin: 0 0 0 100px;
  color: #fff;
}
@media all and (max-width: 1280px) {
  .footer__bottom {
    margin: 0 0 0 40px;
  }
}
@media all and (max-width: 896px) {
  .footer__bottom {
    margin: 0 0 0 30px;
  }
}
.footer__bottom-ttl {
  font-weight: 700;
  font-size: 1.6rem;
}
.footer__bottom-ul div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media all and (max-width: 1280px) {
  .footer__bottom-ul div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__bottom-ul div a span {
  border-bottom: 1px solid #fff;
}