@charset "UTF-8";

/*
 * top.css
*/
/*
	File Name   : webfont.scss
	Description : webfont用
*/
/*------------------------------------------------------*/
/* web font */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*
font-family: 'Zen Old Mincho', serif;
font-weight:400; Regular
font-weight:700; bold
font-weight:900; Black
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:300; Light
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
/*
font-family: 'Noto Serif JP', serif;
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
コンテンツ幅について
*/
/*#231815
#040000
#221714

#000000*/
@-webkit-keyframes fuwafuwa01 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa01 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

body#top {
  position: relative;
  background: url("/assets/images/top/bg_top01.png") no-repeat 50% 520px/contain;
}

body#top header {
  background-color: transparent;
}

body#top header.move, body#top header.active {
  background-color: #fff;
}

body#top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/images/top/keyv_bg.png") no-repeat 50% 0/100% auto;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#top-keyv {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 140px;
}

#top-keyv .top-keyv-inner {
  width: 100%;
  max-width: 1100px;
  height: 460px;
  margin: 0 auto 50px;
}

#top-keyv .top-keyv-inner .slides {
  position: relative;
  z-index: 15;
  width: 100%;
}

#top-keyv .top-keyv-inner .slides a {
  max-width: 1070px;
  width: 100%;
  height: 480px;
  margin: 0 15px;
}

#top-keyv .top-keyv-inner .slides a img {
  width: 100%;
}

#top-keyv .top-keyv-inner .slides a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 960px) {
  body#top {
    background: url("/assets/images/top/bg_top01.png") no-repeat 50% calc(280 / 750 * 100vw)/contain;
  }
  body#top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("/assets/images/top/keyv_bg_sp.png") no-repeat 50% calc(60 / 750 * 100vw)/100% auto;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  #top-keyv {
    padding-top: calc(140 / 750 * 100vw);
  }
  #top-keyv .top-keyv-inner {
    width: 100%;
    max-width: 100%;
    height: inherit;
    margin: 2em auto 3em;
  }
  #top-keyv .top-keyv-inner .slides {
    width: 100%;
  }
  #top-keyv .top-keyv-inner .slides a {
    max-width: 100%;
    width: 100%;
    height: inherit;
    margin: 0 0.5em;
  }
}

.top-nav__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.top-nav .service-nav {
  display: flex;
  justify-content: center;
}

.top-nav .service-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 120px;
  width: 100%;
}

.top-nav .service-nav li a .icon {
  width: 100%;
}

.top-nav .service-nav li a .icon img {
  width: 100%;
}

.top-nav .service-nav li a .text {
  font-size: 14px;
  font-weight: 700;
  color: #040000;
  font-feature-settings: 'palt';
  letter-spacing: -0.03em;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff,
 -2px 0 0 #fff, 2px 0 0 #fff;
}

.top-nav .service-nav li:nth-child(even) {
  margin-top: 25px;
}

.top-nav .other-nav {
  margin-top: 1em;
  padding-bottom: 50px;
}

.top-nav .other-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 4px rgba(4, 0, 0, 0.5);
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}

.top-nav .other-nav ul li {
  position: relative;
}

.top-nav .other-nav ul li + li::before {
  content: '';
  background: url("/assets/images/top/dashed-line.svg") no-repeat 0 0/2px 69px;
  width: 2px;
  height: 69px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-nav .other-nav ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  min-width: 135px;
  width: 100%;
  height: 65px;
}

.top-nav .other-nav ul a.other01 .icon {
  width: 66px;
}

.top-nav .other-nav ul a.other02 .icon {
  width: 39px;
}

.top-nav .other-nav ul a.other03 .icon {
  width: 61px;
}

.top-nav .other-nav ul a.other04 .icon {
  width: 28px;
  margin-bottom: 5px;
}

.top-nav .other-nav ul a.other05 .icon {
  width: 62px;
}

.top-nav .other-nav ul a.other06 .icon {
  width: 46px;
}

.top-nav .other-nav ul a.other07 .icon {
  width: 56px;
}

.top-nav .other-nav ul a img {
  width: 100%;
}

.top-nav .other-nav ul a span {
  display: inline-block;
  margin-top: 0.1em;
  font-size: 14px;
  font-weight: 700;
  color: #040000;
  font-feature-settings: 'palt';
  letter-spacing: -0.04em;
  line-height: 1.1;
}

@media screen and (max-width: 960px) {
  .top-nav__content {
    max-width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .top-nav .service-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 0.1em;
  }
  .top-nav .service-nav li {
    width: 100%;
  }
  .top-nav .service-nav li a {
    flex-direction: row;
    align-items: center;
    text-align: left;
    max-width: inherit;
    width: 100%;
  }
  .top-nav .service-nav li a .icon {
    max-width: calc(107 / 750 * 100vw);
    width: 100%;
    display: block;
    margin-right: 5px;
  }
  .top-nav .service-nav li a .text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: -0.03em;
  }
  .top-nav .service-nav li:nth-child(even) {
    margin-top: 0;
  }
  .top-nav .other-nav {
    margin-top: 1em;
    padding-bottom: 2em;
  }
  .top-nav .other-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1em;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: inherit;
    box-sizing: border-box;
  }
  .top-nav .other-nav ul li {
    position: relative;
  }
  .top-nav .other-nav ul li + li::before {
    content: none;
  }
  .top-nav .other-nav ul a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    min-width: 100%;
    width: 100%;
    height: calc(100 / 750 * 100vw);
    padding: 0 0.5em 0 1em;
    background-color: #fff;
    border-radius: calc(50 / 750 * 100vw);
    box-shadow: 0 0 4px rgba(4, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .top-nav .other-nav ul a.other01 .icon {
    width: calc(65 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other01 .icon img {
    width: calc(56 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other02 .icon {
    width: calc(65 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other02 .icon img {
    width: calc(62 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other03 .icon {
    width: calc(65 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other03 .icon img {
    width: calc(60 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other04 .icon {
    width: calc(65 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other04 .icon img {
    width: calc(58 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other05 .icon {
    width: calc(65 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other05 .icon img {
    width: calc(60 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other06 .icon {
    width: calc(65 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other06 .icon img {
    width: calc(60 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other07 .icon {
    width: calc(65 / 750 * 100vw);
  }
  .top-nav .other-nav ul a.other07 .icon img {
    width: calc(48 / 750 * 100vw);
  }
  .top-nav .other-nav ul a span {
    padding-left: 0.3em;
    margin-top: 0;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.2;
  }
}

.top-important {
  width: 100%;
  padding: 50px 1em 105px;
  background: url("/assets/images/top/bg_info-important.png") no-repeat 50% 50%/100% 528px;
  position: relative;
  box-sizing: border-box;
  z-index: 15;
}

.top-important__content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.top-important__content .ttl-info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 15px;
  padding-bottom: 18px;
  max-width: 556px;
  height: 130px;
  background: url("/assets/images/top/bg_title-important.png") no-repeat 50% 100%/556px 84px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.top-important__content .info-list {
  width: 100%;
  background-color: #fff;
  padding: 20px 70px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.top-important__content .info-list li {
  position: relative;
  padding: 12px 0.5em 13px;
}

.top-important__content .info-list li .date {
  margin-right: 140px;
  font-weight: 700;
}

.top-important__content .info-list li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("/assets/images/common/news/line_info-important.png") repeat-x 0 0/cover;
}

.top-important__content .info-list li a {
  color: #040000;
  font-weight: 700;
}

.top-important__content .info-list li a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.top-important__content .info-list li:last-child::after {
  content: none;
}

.top-important .circle {
  position: absolute;
}

.top-important .circle img {
  width: 100%;
}

.top-important .circle.r01 {
  top: 50px;
  right: -313px;
  width: 147px;
}

.top-important .circle.r01 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.top-important .circle.r02 {
  top: 300px;
  right: -415px;
  width: 73px;
}

.top-important .circle.r02 img {
  position: relative;
  animation: fuwafuwa01 2.5s ease-in-out 0s infinite reverse;
}

.top-important .circle.r03 {
  top: 450px;
  right: -283px;
  width: 73px;
}

.top-important .circle.r03 img {
  position: relative;
  animation: fuwafuwa01 4s ease-in-out 0s infinite reverse;
}

.top-important .circle.l01 {
  top: 48px;
  left: -262px;
  width: 105px;
}

.top-important .circle.l01 img {
  position: relative;
  animation: fuwafuwa01 5.5s ease-in-out 0s infinite reverse;
}

.top-important .circle.l02 {
  top: 188px;
  left: -412px;
  width: 53px;
}

.top-important .circle.l02 img {
  position: relative;
  animation: fuwafuwa01 2.5s ease-in-out 0s infinite reverse;
}

.top-important .circle.l03 {
  top: 375px;
  left: -119px;
  width: 37px;
}

.top-important .circle.l03 img {
  position: relative;
  animation: fuwafuwa01 3.5s ease-in-out 0s infinite reverse;
}

.top-important .circle.l04 {
  top: 386px;
  left: -325px;
  width: 144px;
}

.top-important .circle.l04 img {
  position: relative;
  animation: fuwafuwa01 4.5s ease-in-out 0s infinite reverse;
}

@media screen and (max-width: 960px) {
  .top-important {
    width: 100%;
    padding: 2.5em 1em calc(110 / 750 * 100vw);
    background: url("/assets/images/top/bg_info-important_sp.png") no-repeat 50% 50%/100% 100%;
    position: relative;
  }
  .top-important__content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .top-important__content .ttl-info {
    margin: 0 auto 1em;
    padding-bottom: calc(18 / 750 * 100vw);
    max-width: calc(556 / 750 * 100vw);
    height: calc(84 / 750 * 100vw);
    background: url("/assets/images/top/bg_title-important.png") no-repeat 50% 100%/calc(556 / 750 * 100vw) calc(84 / 750 * 100vw);
    font-size: calc(29 / 750 * 100vw);
  }
  .top-important__content .info-list {
    width: 100%;
    padding: 1em 1em;
    margin-bottom: 1.5em;
  }
  .top-important__content .info-list li {
    padding: 1em 0.5em 1.2em;
    display: flex;
    flex-direction: column;
  }
  .top-important__content .info-list li .date {
    margin-right: 0;
    margin-bottom: 0.4em;
  }
  .top-important__content .info-list li a {
    line-height: 1.4;
  }
  .top-important .circle {
    display: none;
  }
}

.top-info {
  width: 100%;
  padding: 72px 1em 105px;
  position: relative;
  z-index: 10;
}

.top-info__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.top-info__content .ttl-info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  padding-bottom: 36px;
  max-width: 556px;
  height: 130px;
  background: url("/assets/images/top/bg_title-info.png") no-repeat 50% 100%/556px 130px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.top-info__content .tag-list {
  margin-bottom: 26px;
}

.top-info__content .tag-list__nav {
  display: flex;
  width: 100%;
}

.top-info__content .tag-list__nav li + li {
  margin-left: 1em;
}

.top-info__content .tag-list__nav li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 2px 15px;
  box-sizing: border-box;
  border-radius: 17px;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  color: #040000;
  font-feature-settings: 'palt';
  letter-spacing: -0.04em;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.top-info__content .tag-list__nav li a.current::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 24px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.top-info__content .tag-list__nav li a.all {
  background: url("/assets/images/common/news/bg_icon-all.png") no-repeat 50% 50%/cover;
}

.top-info__content .tag-list__nav li a.all.current::before {
  border-top: 24px solid #c6b6d4;
}

.top-info__content .tag-list__nav li a.topics {
  background: url("/assets/images/common/news/bg_icon-topics.png") no-repeat 50% 50%/cover;
}

.top-info__content .tag-list__nav li a.topics.current::before {
  border-top: 24px solid #7bb3d6;
}

.top-info__content .tag-list__nav li a.campaign {
  background: url("/assets/images/common/news/bg_icon-campaign.png") no-repeat 50% 50%/cover;
}

.top-info__content .tag-list__nav li a.event {
  background: url("/assets/images/common/news/bg_icon-event.png") no-repeat 50% 50%/cover;
}

.top-info__content .tag-list__nav li a.agri {
  background: url("/assets/images/common/news/bg_icon-agri.png") no-repeat 50% 50%/cover;
}

.top-info__content .tag-list__nav li a.ceresamos {
  background: url("/assets/images/common/news/bg_icon-ceresamos.png") no-repeat 50% 50%/cover;
}

.top-info__content .tag-list__nav li a.other {
  background: url("/assets/images/common/news/bg_icon-other.png") no-repeat 50% 50%/cover;
}

.top-info__content .tag-list__nav li a.service {
  background: url("/assets/images/common/news/bg_icon-service.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list {
  margin-bottom: 40px;
}

.top-info__content .info-list li {
  position: relative;
  padding: 12px 0.5em 13px;
}

.top-info__content .info-list li .date {
  font-weight: 700;
}

.top-info__content .info-list li i {
  margin: 0 28px 0 23px;
  letter-spacing: -0.1em;
}

.top-info__content .info-list li i.info-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 17px;
  font-weight: 700;
  font-style: normal;
  background-color: #000;
}

.top-info__content .info-list li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.top-info__content .info-list li.service::after {
  background: url("/assets/images/common/news/line_info-service.png") repeat-x 0 0/cover;
}

.top-info__content .info-list li.service i.info-icon {
  background: url("/assets/images/common/news/bg_icon-service.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list li.topics::after {
  background: url("/assets/images/common/news/line_info-topics.png") repeat-x 0 0/cover;
}

.top-info__content .info-list li.topics i.info-icon {
  background: url("/assets/images/common/news/bg_icon-topics.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list li.event::after {
  background: url("/assets/images/common/news/line_info-event.png") repeat-x 0 0/cover;
}

.top-info__content .info-list li.event i.info-icon {
  background: url("/assets/images/common/news/bg_icon-event.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list li.ceresamos::after {
  background: url("/assets/images/common/news/line_info-ceresamos.png") repeat-x 0 0/cover;
}

.top-info__content .info-list li.ceresamos i.info-icon {
  background: url("/assets/images/common/news/bg_icon-ceresamos.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list li.agri::after {
  background: url("/assets/images/common/news/line_info-loan.png") repeat-x 0 0/cover;
}

.top-info__content .info-list li.agri i.info-icon {
  background: url("/assets/images/common/news/bg_icon-loan.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list li.loan::after {
  background: url("/assets/images/common/news/line_info-loan.png") repeat-x 0 0/cover;
}

.top-info__content .info-list li.loan i.info-icon {
  background: url("/assets/images/common/news/bg_icon-loan.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list li a {
  color: #040000;
  font-weight: 700;
}

.top-info__content .info-list li a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 960px) {
  .top-info {
    padding: 2em 1em 1em;
    background: url("/assets/images/top/bg_top-info_sp.jpg") no-repeat 50% 50%/cover;
    box-sizing: border-box;
    margin-top: calc(-20 / 750 * 100vw);
  }
  .top-info .circle {
    display: none;
  }
  .top-info__content {
    max-width: 100%;
  }
  .top-info__content .ttl-info {
    margin: 0 auto calc(30 / 750 * 100vw);
    padding-bottom: calc(36 / 750 * 100vw);
    max-width: calc(556 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    background: url("/assets/images/service/top/bg_title-info.png") no-repeat 50% 100%/calc(556 / 750 * 100vw) calc(130 / 750 * 100vw);
    font-size: calc(29 / 750 * 100vw);
  }
  .top-info__content .tag-list {
    margin-bottom: 0;
  }
  .top-info__content .tag-list__nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .top-info__content .tag-list__nav li {
    margin-bottom: 1.2em;
    margin-right: 0.5em;
  }
  .top-info__content .tag-list__nav li + li {
    margin-left: 0;
  }
  .top-info__content .tag-list__nav li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    padding: 2px 15px;
    box-sizing: border-box;
    border-radius: 17px;
    font-weight: 700;
    font-style: normal;
    background-color: #fff;
    color: #040000;
    font-feature-settings: 'palt';
    letter-spacing: -0.04em;
    position: relative;
    z-index: 1;
    white-space: nowrap;
  }
  .top-info__content .tag-list__nav li a.current::before {
    border-top: calc(20 / 750 * 100vw) solid #fff;
    border-left: calc(12 / 750 * 100vw) solid transparent;
    border-right: calc(12 / 750 * 100vw) solid transparent;
  }
  .top-info__content .tag-list__nav li a.all.current::before {
    border-top: calc(20 / 750 * 100vw) solid #c6b6d4;
  }
  .top-info__content .tag-list__nav li a.topics.current::before {
    border-top: calc(20 / 750 * 100vw) solid #7bb3d6;
  }
  .top-info__content .info-list {
    margin-bottom: 2em;
  }
  .top-info__content .info-list li {
    padding: 1em 0.5em 1.2em;
  }
  .top-info__content .info-list li i {
    margin: 0 1em;
  }
  .top-info__content .info-list li i.info-icon {
    width: calc(270 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    border-radius: calc(26 / 750 * 100vw);
  }
  .top-info__content .info-list li a {
    display: block;
    margin-top: 0.5em;
    line-height: 1.4;
  }
}

.top-ceresamos {
  overflow-x: hidden;
  width: 100%;
}

.top-ceresamos__content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.top-ceresamos__content .ttl-ceresamos {
  max-width: 1016px;
  width: 100%;
}

.top-ceresamos__content .ttl-ceresamos img {
  width: 100%;
}

.top-ceresamos__content .sttl-ceresamos {
  text-align: center;
}

.top-ceresamos__content .sttl-ceresamos span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.2em;
  z-index: 5;
  max-width: 556px;
  width: 100%;
  background: linear-gradient(transparent 70%, #e2d627 70%);
}

.top-ceresamos__content .ceresamos-info {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.top-ceresamos__content .ceresamos-info__inner {
  max-width: 465px;
  width: 100%;
}

.top-ceresamos__content .ceresamos-info__inner h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.top-ceresamos__content .ceresamos-info__inner .js-btm-set {
  width: 100%;
  margin-bottom: 18px;
}

.top-ceresamos__content .ceresamos-info__inner .js-btm-set a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 362px;
}

.top-ceresamos__content .ceresamos-info__inner .js-btm-set a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.top-ceresamos__content .ceresamos-info__inner .js-btm-set a .img-motion1 {
  z-index: 10;
}

.top-ceresamos__content .ceresamos-info__inner .js-btm-set a .img-motion2 {
  z-index: 5;
}

.top-ceresamos__content .ceresamos-info__inner .js-btm-set a .img-motion3 {
  z-index: 1;
}

.top-ceresamos__content .ceresamos-info__inner .js-btm-set a:hover {
  opacity: 0.7;
  transform: rotate(5deg);
  transition: 0.4s all;
}

.top-ceresamos__content .ceresamos-info__inner .link-list {
  max-width: 344px;
  width: 100%;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li {
  width: 100%;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li + li {
  margin-top: 30px;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
  background: url("/assets/images/top/bg_ceresamos-btn.png") no-repeat 0 0/cover;
  color: #040000;
  font-weight: 700;
  position: relative;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.top-ceresamos__content .ceresamos-info__inner .link-list li a span {
  position: relative;
  display: inline-block;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li a.calendar span {
  padding-left: 66px;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li a.calendar span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/images/top/icon_ceresamos-calendar.png") no-repeat 0 0/66px 52px;
  width: 66px;
  height: 52px;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li a.recipe span {
  padding-left: 66px;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li a.recipe span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/images/top/icon_ceresamos-recipe.png") no-repeat 0 0/64px 46px;
  width: 64px;
  height: 46px;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li a.farm-stand span {
  padding-left: 66px;
}

.top-ceresamos__content .ceresamos-info__inner .link-list li a.farm-stand span::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  background: url("/assets/images/top/icon_ceresamos-farm-stand.png") no-repeat 0 0/64px 44px;
  width: 64px;
  height: 44px;
}

.top-ceresamos__content .ceresamos-info__inner:first-child .link-list {
  margin-left: auto;
}

.top-ceresamos__content .ceresamos-obj {
  position: absolute;
}

.top-ceresamos__content .ceresamos-obj img {
  width: 100%;
}

.top-ceresamos__content .ceresamos-obj.l01 {
  top: 100px;
  left: -300px;
  width: 270px;
}

.top-ceresamos__content .ceresamos-obj.l01 img {
  position: relative;
  animation: fuwafuwa01 5s ease-in-out 0s infinite reverse;
}

.top-ceresamos__content .ceresamos-obj.l02 {
  top: 326px;
  left: -430px;
  width: 270px;
}

.top-ceresamos__content .ceresamos-obj.l02 img {
  position: relative;
  animation: fuwafuwa01 2.5s ease-in-out 0s infinite reverse;
}

.top-ceresamos__content .ceresamos-obj.l03 {
  top: 500px;
  left: -334px;
  width: 321px;
}

.top-ceresamos__content .ceresamos-obj.l03 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.top-ceresamos__content .ceresamos-obj.l04 {
  top: 750px;
  left: -338px;
  width: 371px;
}

.top-ceresamos__content .ceresamos-obj.l04 img {
  position: relative;
  animation: fuwafuwa01 4s ease-in-out 0s infinite reverse;
}

.top-ceresamos__content .ceresamos-obj.r01 {
  top: 150px;
  right: -280px;
  width: 320px;
}

.top-ceresamos__content .ceresamos-obj.r01 img {
  position: relative;
  animation: fuwafuwa01 2.5s ease-in-out 0s infinite reverse;
}

.top-ceresamos__content .ceresamos-obj.r02 {
  top: 400px;
  right: -460px;
  width: 400px;
}

.top-ceresamos__content .ceresamos-obj.r02 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.top-ceresamos__content .ceresamos-obj.r03 {
  top: 780px;
  right: -370px;
  width: 275px;
}

.top-ceresamos__content .ceresamos-obj.r03 img {
  position: relative;
  animation: fuwafuwa01 4s ease-in-out 0s infinite reverse;
}

@media screen and (max-width: 960px) {
  .top-ceresamos {
    padding: 1.5em 0;
    background: url("/assets/images/top/bg_top-info_sp.jpg") no-repeat 50% 50%/cover;
    z-index: 16;
  }
  .top-ceresamos__content {
    max-width: 100%;
    padding: calc(120 / 750 * 100vw) 1em calc(80 / 750 * 100vw);
    box-sizing: border-box;
  }
  .top-ceresamos__content p {
    font-size: 15px;
  }
  .top-ceresamos__content .ttl-ceresamos {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0.5em;
  }
  .top-ceresamos__content .sttl-ceresamos span {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: 0.5em;
    max-width: calc(620 / 750 * 100vw);
    width: 100%;
    background: linear-gradient(transparent 70%, #e2d627 70%);
  }
  .top-ceresamos__content .ceresamos-info {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .top-ceresamos__content .ceresamos-info__inner {
    max-width: 100%;
    width: 100%;
  }
  .top-ceresamos__content .ceresamos-info__inner + .ceresamos-info__inner {
    margin-left: 0.8em;
  }
  .top-ceresamos__content .ceresamos-info__inner h4 {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: 0.5em;
  }
  .top-ceresamos__content .ceresamos-info__inner .js-btm-set {
    width: 100%;
    margin-bottom: 1em;
  }
  .top-ceresamos__content .ceresamos-info__inner .js-btm-set a {
    min-height: calc(285 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list {
    max-width: 100%;
    width: 100%;
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li {
    width: 100%;
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li + li {
    margin-top: 1em;
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100 / 750 * 100vw);
    background: url("/assets/images/top/bg_ceresamos-btn.png") no-repeat 0 0/cover;
    overflow: hidden;
    border-radius: calc(50 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li a span {
    position: relative;
    display: inline-block;
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li a.calendar span {
    padding-left: calc(66 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li a.calendar span::before {
    background: url("/assets/images/top/icon_ceresamos-calendar.png") no-repeat 0 0/calc(66 / 750 * 100vw) calc(52 / 750 * 100vw);
    width: calc(66 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li a.recipe span {
    padding-left: calc(66 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li a.recipe span::before {
    background: url("/assets/images/top/icon_ceresamos-recipe.png") no-repeat 0 0/calc(64 / 750 * 100vw) calc(46 / 750 * 100vw);
    width: calc(64 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li a.farm-stand span {
    padding-left: calc(66 / 750 * 100vw);
    margin-left: calc(-6 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-info__inner .link-list li a.farm-stand span::before {
    top: calc(50% - (2 / 750 * 100vw));
    background: url("/assets/images/top/icon_ceresamos-farm-stand.png") no-repeat 0 0/calc(64 / 750 * 100vw) calc(44 / 750 * 100vw);
    width: calc(64 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-info__inner:first-child .link-list {
    margin-left: auto;
  }
  .top-ceresamos__content .ceresamos-obj {
    position: absolute;
  }
  .top-ceresamos__content .ceresamos-obj img {
    width: 100%;
  }
  .top-ceresamos__content .ceresamos-obj.l01 {
    top: calc(10 / 750 * 100vw);
    left: calc(-90 / 750 * 100vw);
    width: calc(220 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-obj.l02 {
    display: none;
  }
  .top-ceresamos__content .ceresamos-obj.l03 {
    display: none;
  }
  .top-ceresamos__content .ceresamos-obj.l04 {
    top: inherit;
    bottom: calc(-20 / 750 * 100vw);
    left: calc(-40 / 750 * 100vw);
    width: calc(240 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-obj.r01 {
    top: calc(20 / 750 * 100vw);
    right: calc(-80 / 750 * 100vw);
    width: calc(172 / 750 * 100vw);
  }
  .top-ceresamos__content .ceresamos-obj.r02 {
    display: none;
  }
  .top-ceresamos__content .ceresamos-obj.r03 {
    top: inherit;
    bottom: calc(40 / 750 * 100vw);
    right: calc(-40 / 750 * 100vw);
    width: calc(221 / 750 * 100vw);
  }
}

.top-agri {
  width: 100%;
  padding: 25px 0 50px;
  position: relative;
  background: url("/assets/images/top/bg_agri.png") no-repeat 50% 0/100% 100%;
  z-index: 20;
  box-sizing: border-box;
}

.top-agri .ttl-agri {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  padding-bottom: 70px;
  max-width: 553px;
  height: 186px;
  background: url("/assets/images/top/bg_title-agri.png") no-repeat 50% 100%/553px 186px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.top-agri .auto-slider {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 8;
}

.top-agri .auto-slider__item {
  max-width: 478px;
  width: 100%;
  margin: 0 8px;
}

.top-agri .auto-slider__item img {
  width: 100%;
}

.top-agri__content {
  max-width: 960px;
  width: 100%;
  margin: -80px auto 0;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}

.top-agri__content .agri-description__farm {
  display: flex;
  flex-direction: row-reverse;
}

.top-agri__content .agri-description__text {
  max-width: 555px;
  width: 100%;
  min-height: 395px;
  background: url("/assets/images/top/bg_agri-desc01.png") no-repeat 0 0/cover;
  flex-shrink: 0;
  margin-bottom: 65px;
}

.top-agri__content .agri-description__text dl {
  color: #fff;
  padding: 84px 153px 40px 53px;
  font-weight: 700;
  font-feature-settings: 'palt';
  letter-spacing: -0.03em;
}

.top-agri__content .agri-description__text dl dt {
  font-size: 24px;
  margin-bottom: 0.4em;
}

.top-agri__content .agri-description__text dl dd {
  margin-bottom: 0.2em;
}

.top-agri__content .agri-description__text dl dd a {
  color: #fff;
  font-size: 19px;
  padding-right: 28px;
}

.top-agri__content .agri-description__link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 622px;
  width: 100%;
  background: url("/assets/images/top/bg_agri-in01.png") no-repeat 0 100%/622px auto;
  margin-right: -160px;
  padding-bottom: 50px;
  flex-shrink: 0;
}

.top-agri__content .agri-description__link ul {
  max-width: 278px;
  width: 100%;
  margin: 0 auto;
}

.top-agri__content .agri-description__link ul li {
  width: 100%;
}

.top-agri__content .agri-description__link ul li + li {
  margin-top: 10px;
}

.top-agri__content .agri-description__link ul li a {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #040000;
  border-radius: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.top-agri__content .agri-description__link ul li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.top-agri__content .agri-description__link ul li a.btn-satsukidai span {
  background: url("/assets/images/top/btn_bg-agri01.png") no-repeat 50% 50%/217px 62px;
}

.top-agri__content .agri-description__link ul li a.btn-miyamaedaira span {
  background: url("/assets/images/top/btn_bg-agri02.png") no-repeat 50% 50%/217px 62px;
}

.top-agri__content .agri-description__link ul li a.btn-kajigaya span {
  background: url("/assets/images/top/btn_bg-agri03.png") no-repeat 50% 50%/217px 62px;
}
.top-agri__content .agri-description__link ul li a.btn-katahira span {
  flex-direction: column;
  background: url("/assets/images/top/btn_bg-agri05.png") no-repeat 50% 50%/217px 62px;
}
.top-agri__content .agri-description__link ul li a.btn-katahira span i {
  font-style: normal;
}
.top-agri__content .agri-description__link ul li a.btn-katahira span i em {
  font-size: 0.75em;
  font-style: normal;
}

.top-agri__content .agri-description__link ul li a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.top-agri__content .agri-description__city {
  flex-direction: column;
  min-height: 610px;
  padding-top: 65px;
  position: relative;
}

.top-agri__content .agri-description__city .agri-description__text {
  max-width: 488px;
  width: 100%;
  min-height: 360px;
  background: url("/assets/images/top/bg_agri-desc02.png") no-repeat 0 0/cover;
  margin-bottom: 10px;
  position: relative;
  z-index: 50;
}

.top-agri__content .agri-description__city .agri-description__text dl {
  padding: 134px 70px 40px 76px;
}

.top-agri__content .agri-description__city .agri-description__text dl dt {
  font-size: 24px;
  margin-bottom: 0.4em;
}

.top-agri__content .agri-description__city .agri-description__text dl dd {
  margin-bottom: 0;
}

.top-agri__content .agri-description__city .agri-description__link {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: inherit;
  width: 100%;
  background: none;
  margin-right: 0;
  margin-left: 40px;
  padding-bottom: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 50;
}

.top-agri__content .agri-description__city .agri-description__link ul {
  max-width: 278px;
  width: 100%;
  margin: 0;
}

.top-agri__content .agri-description__city .agri-description__link ul li {
  width: 100%;
}

.top-agri__content .agri-description__city .agri-description__link ul li + li {
  margin-top: 10px;
}

.top-agri__content .agri-description__city .agri-description__link ul li a {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #040000;
  border-radius: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.03em;
}

.top-agri__content .agri-description__city .agri-description__link ul li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.top-agri__content .agri-description__city .agri-description__link ul li a.btn-kawasakisodachi span {
  background: url("/assets/images/top/btn_bg-agri04.png") no-repeat 50% 50%/217px 62px;
}

.top-agri__content .agri-description__city .agri-description__link ul li a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.top-agri__content .parallax_agri {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.top-agri__content .parallax_agri__left {
  display: flex;
  flex-direction: column;
}

.top-agri__content .parallax_agri__right {
  display: flex;
  flex-direction: column;
}

.top-agri__content .parallax_agri .agri_img01 {
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  padding-right: 28px;
}

.top-agri__content .parallax_agri .agri_img01 img {
  width: 100%;
}

.top-agri__content .parallax_agri .agri_img02 {
  max-width: 334px;
  width: 100%;
  margin-top: 28px;
  margin-right: 28px;
  margin-top: 80px;
}

.top-agri__content .parallax_agri .agri_img02 img {
  width: 100%;
}

.top-agri__content .parallax_agri .agri_img03 {
  max-width: 334px;
  width: 100%;
  margin-top: 62px;
}

.top-agri__content .parallax_agri .agri_img03 img {
  width: 100%;
}

.top-agri__content .parallax_agri .agri_img04 {
  max-width: 260px;
  width: 100%;
  margin-top: 26px;
}

.top-agri__content .parallax_agri .agri_img04 img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .top-agri {
    width: 100%;
    padding: 0 0 calc(250 / 750 * 100vw);
    background: url("/assets/images/top/bg_agri_sp.png") no-repeat 50% 0/100% 100%;
    margin-top: calc(-40 / 750 * 100vw);
  }
  .top-agri .ttl-agri {
    margin: 0 auto;
    padding-bottom: calc(70 / 750 * 100vw);
    max-width: calc(553 / 750 * 100vw);
    height: calc(186 / 750 * 100vw);
    background: url("/assets/images/top/bg_title-agri.png") no-repeat 50% 100%/calc(553 / 750 * 100vw) calc(186 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
  .top-agri .auto-slider {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 8;
  }
  .top-agri .auto-slider__item {
    max-width: 100%;
    width: 100%;
    margin: 0 0.2em;
  }
  .top-agri__content {
    max-width: 100%;
    width: 100%;
    margin: -2em auto 0;
  }
  .top-agri__content .agri-description__farm {
    flex-direction: column;
  }
  .top-agri__content .agri-description__text {
    max-width: 100%;
    width: 100%;
    min-height: calc(550 / 750 * 100vw);
    background: url("/assets/images/top/bg_agri-desc01.png") no-repeat 0 0/cover;
    flex-shrink: 0;
    margin-bottom: 1em;
  }
  .top-agri__content .agri-description__text dl {
    padding: calc(128 / 750 * 100vw) calc(156 / 750 * 100vw) calc(40 / 750 * 100vw) calc(67 / 750 * 100vw);
  }
  .top-agri__content .agri-description__text dl dt {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: 0.4em;
  }
  .top-agri__content .agri-description__text dl dd {
    margin-bottom: 0.6em;
    line-height: 1.4;
    font-size: 13px;
  }
  .top-agri__content .agri-description__text dl dd a {
    color: #fff;
    font-size: calc(26 / 750 * 100vw);
    padding-right: 1em;
  }
  .top-agri__content .agri-description__link {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    background: url("/assets/images/top/bg_agri-in01.png") no-repeat 0 100%/100% auto;
    margin-right: inherit;
    padding-bottom: 50px;
  }
  .top-agri__content .agri-description__link ul {
    max-width: calc(500 / 750 * 100vw);
    width: 100%;
  }
  .top-agri__content .agri-description__link ul li + li {
    margin-top: 0.6em;
  }
  .top-agri__content .agri-description__link ul li a {
    width: 100%;
    height: calc(150 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    line-height: 1.5;
  }
  .top-agri__content .agri-description__link ul li a span {
    width: 100%;
    padding: 1em;
    font-size: 14px;
  }
  .top-agri__content .agri-description__link ul li a.btn-satsukidai span {
    background: url("/assets/images/top/btn_bg-agri01.png") no-repeat 50% 50%/calc(365 / 750 * 100vw) calc(103 / 750 * 100vw);
  }
  .top-agri__content .agri-description__link ul li a.btn-miyamaedaira span {
    background: url("/assets/images/top/btn_bg-agri02.png") no-repeat 50% 50%/calc(365 / 750 * 100vw) calc(103 / 750 * 100vw);
  }
  .top-agri__content .agri-description__link ul li a.btn-kajigaya span {
    background: url("/assets/images/top/btn_bg-agri03.png") no-repeat 50% 50%/calc(365 / 750 * 100vw) calc(103 / 750 * 100vw);
  }
  .top-agri__content .agri-description__link ul li a.btn-katahira span {
  flex-direction: column;
  background: url("/assets/images/top/btn_bg-agri05.png") no-repeat 50% 50%/calc(365 / 750 * 100vw) calc(103 / 750 * 100vw);
}
.top-agri__content .agri-description__link ul li a.btn-katahira span i {
  font-style: normal;
}
.top-agri__content .agri-description__link ul li a.btn-katahira span i em {
  font-size: 0.75em;
  font-style: normal;
}
  .top-agri__content .agri-description__city {
    flex-direction: column;
    background: none;
    min-height: inherit;
    padding-top: 0;
  }
  .top-agri__content .agri-description__city .agri-description__text {
    max-width: 100%;
    width: 100%;
    min-height: calc(605 / 750 * 100vw);
    background: url("/assets/images/top/bg_agri-desc02_sp.png") no-repeat 0 0/cover;
    margin-bottom: 2em;
  }
  .top-agri__content .agri-description__city .agri-description__text dl {
    padding: calc(210 / 750 * 100vw) calc(140 / 750 * 100vw) calc(28 / 750 * 100vw) calc(75 / 750 * 100vw);
  }
  .top-agri__content .agri-description__city .agri-description__text dl dt {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: 1em;
  }
  .top-agri__content .agri-description__city .agri-description__text dl dd {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 13px;
  }
  .top-agri__content .agri-description__city .agri-description__link {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    max-width: inherit;
    width: 100%;
    background: none;
    margin-left: inherit;
  }
  .top-agri__content .agri-description__city .agri-description__link ul {
    max-width: calc(500 / 750 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
  .top-agri__content .agri-description__city .agri-description__link ul li {
    width: 100%;
  }
  .top-agri__content .agri-description__city .agri-description__link ul li + li {
    margin-top: 0.6em;
  }
  .top-agri__content .agri-description__city .agri-description__link ul li a {
    height: calc(150 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
  }
  .top-agri__content .agri-description__city .agri-description__link ul li a span {
    width: 100%;
    padding: 1em;
  }
  .top-agri__content .agri-description__city .agri-description__link ul li a.btn-kawasakisodachi span {
    background: url("/assets/images/top/btn_bg-agri04.png") no-repeat 50% 50%/calc(365 / 750 * 100vw) calc(103 / 750 * 100vw);
  }
  .top-agri__content .agri-description__city figure {
    margin-top: 2em;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .top-agri .parallax_agri {
    display: none;
  }
}

.top-recipe {
  width: 100%;
  padding: 72px 1em 185px;
  position: relative;
  background: url("/assets/images/top/bg_recipe.png") no-repeat 50% 0/100% 100%;
  margin-top: -40px;
}

.top-recipe__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.top-recipe__content .ttl-recipe {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  padding-bottom: 38px;
  max-width: 654px;
  height: 130px;
  background: url("/assets/images/top/bg_title-recipe.png") no-repeat 50% 100%/654px 130px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.top-recipe__content .recipe-obj {
  position: absolute;
}

.top-recipe__content .recipe-obj img {
  width: 100%;
}

.top-recipe__content .recipe-obj.l01 {
  top: 100px;
  left: -400px;
  width: 278px;
}

.top-recipe__content .recipe-obj.l01 img {
  position: relative;
  animation: fuwafuwa01 4.5s ease-in-out 0s infinite reverse;
}

.top-recipe__content .recipe-obj.l02 {
  top: 300px;
  left: -370px;
  width: 355px;
}

.top-recipe__content .recipe-obj.l02 img {
  position: relative;
  animation: fuwafuwa01 5s ease-in-out 0s infinite reverse;
}

.top-recipe__content .recipe-obj.l03 {
  top: 545px;
  left: -440px;
  width: 285px;
}

.top-recipe__content .recipe-obj.l03 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.top-recipe__content .recipe-obj.r01 {
  top: 80px;
  right: -280px;
  width: 330px;
}

.top-recipe__content .recipe-obj.r01 img {
  position: relative;
  animation: fuwafuwa01 2.5s ease-in-out 0s infinite reverse;
}

.top-recipe__content .recipe-obj.r02 {
  top: 280px;
  right: -450px;
  width: 316px;
}

.top-recipe__content .recipe-obj.r02 img {
  position: relative;
  animation: fuwafuwa01 4.5s ease-in-out 0s infinite reverse;
}

.top-recipe__content .recipe-obj.r03 {
  top: 518px;
  right: -278px;
  width: 244px;
}

.top-recipe__content .recipe-obj.r03 img {
  position: relative;
  animation: fuwafuwa01 5s ease-in-out 0s infinite reverse;
}

.top-recipe .recipe-slider__item {
  display: block;
  width: 296px;
  margin: 0 1em;
  color: #040000;
  font-weight: 700;
}

.top-recipe .recipe-slider__item dl dd {
  width: 100%;
  height: 296px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 0;
}

.top-recipe .recipe-slider__item dl dd img {
  width: auto;
  height: 100%;
}

.top-recipe .recipe-slider__item dl dt {
  text-align: center;
}

.top-recipe .btn-instagram {
  max-width: 960px;
  width: 100%;
  height: 70px;
  border: 2px dashed #884e58;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #040000;
  margin: 20px auto 0;
}

.top-recipe .btn-instagram figure {
  max-width: 196px;
  width: 100%;
  margin-right: 62px;
}

.top-recipe .btn-instagram figure img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .top-recipe {
    width: 100%;
    padding: calc(50 / 750 * 100vw) 1em calc(150 / 750 * 100vw);
    background: url("/assets/images/top/bg_recipe.png") no-repeat 50% 0/100% 100%;
    margin-top: calc(-140 / 750 * 100vw);
    box-sizing: border-box;
  }
  .top-recipe__content {
    max-width: 100%;
    width: 100%;
  }
  .top-recipe__content .ttl-recipe {
    margin: 0 auto 1em;
    padding-bottom: calc(38 / 750 * 100vw);
    max-width: calc(654 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    background: url("/assets/images/top/bg_title-recipe.png") no-repeat 50% 100%/calc(654 / 750 * 100vw) calc(130 / 750 * 100vw);
    font-size: calc(29 / 750 * 100vw);
  }
  .top-recipe__content .recipe-obj {
    display: none;
  }
  .top-recipe .recipe-slider__item {
    display: block;
    width: calc(356 / 750 * 100vw);
    margin: 0;
  }
  .top-recipe .recipe-slider__item dl dd {
    width: calc(356 / 750 * 100vw);
    height: calc(356 / 750 * 100vw);
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    margin: 0 auto 1em;
  }
  .top-recipe .recipe-slider__item dl dt {
    text-align: center;
  }
  .top-recipe .btn-instagram {
    max-width: 100%;
    width: 100%;
    height: inherit;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20px auto 0;
    padding: 1.5em 2em;
    box-sizing: border-box;
    text-align: center;
  }
  .top-recipe .btn-instagram figure {
    max-width: calc(296 / 750 * 100vw);
    width: 100%;
    margin-right: 0;
    margin: 0 auto 1em;
  }
  .top-recipe .btn-instagram p {
    text-align: center;
  }
}

.life-event {
  width: 100%;
  padding: 65px 1em 60px;
  box-sizing: border-box;
  background: url("/assets/images/top/bg_life-event.png") no-repeat 50% 0/cover;
  margin-top: -100px;
}

.life-event__content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 65px;
  box-sizing: border-box;
  background: url("/assets/images/service/top/bg_life-event_content.png") no-repeat 50% 295px/1100px 1382px;
}

.life-event__content .ttl-life-event {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 463px;
  position: relative;
}

.life-event__content .ttl-life-event::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 759px;
  height: 459px;
  background: url("/assets/images/service/top/ttl_life-event.png") no-repeat 0 0/759px 459px;
}

.life-event__innder {
  background: url("/assets/images/service/top/bg_yellow-line.png") no-repeat 0 0/100% 2px;
  padding: 15px 20px 75px;
}

.life-event__innder h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5em;
}

.life-event__slider {
  margin: 0 0 30px;
}

.life-event__slider .slide-content {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  padding: 30px 20px;
  box-sizing: border-box;
}

.life-event__slider .slide-content img {
  width: 100%;
  height: auto;
}

.life-event__slider .slide-content__description {
  max-width: 400px;
  width: 100%;
  margin-right: 40px;
}

.life-event__slider .slide-content__description dl dt {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 2px;
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
}

.life-event__slider .slide-content__description dl dd {
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 960px) {
  .life-event__slider .slide-content__description dl dd {
    font-size: 12px;
    line-height: 1.5;
  }
}

.life-event__slider .slide-content figure {
  max-width: 354px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.life-event__slider .slide-content figure img {
  width: 100%;
}

.life-event .service-list {
  max-width: 870px;
  width: 100%;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}

.life-event .service-list__link {
  display: block;
  max-width: 270px;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 28px;
  position: relative;
}

.life-event .service-list__link:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.life-event .service-list__link dl dd {
  position: relative;
  z-index: 1;
}

.life-event .service-list__link dl dd img {
  width: 100%;
}

.life-event .service-list__link dl dt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-weight: 700;
  color: #000;
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/assets/images/service/top/bg_thumb-list.jpg") no-repeat 50% 0/cover;
}

.life-event .merchandise-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 28px;
       column-gap: 28px;
  max-width: 870px;
  width: 100%;
  margin: 30px auto;
}

.life-event .merchandise-list li a {
  display: flex;
  align-items: center;
  max-width: 150px;
  width: 100%;
  height: 70px;
  border-radius: 30px;
  color: #000;
  font-weight: 900;
  background-color: #fff;
  position: relative;
}

.life-event .merchandise-list li a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.life-event .merchandise-list li a span {
  display: inline-block;
  padding-left: 65px;
  letter-spacing: -0.03em;
}

.life-event .merchandise-list li a::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
}

.life-event .merchandise-list li a.saving span {
  padding-left: 75px;
}

.life-event .merchandise-list li a.saving::before {
  background-image: url("/assets/images/service/top/icon_saving.png");
}

.life-event .merchandise-list li a.loan span {
  padding-left: 70px;
}

.life-event .merchandise-list li a.loan::before {
  background-image: url("/assets/images/service/top/icon_loan.png");
}

.life-event .merchandise-list li a.ja-saving::before {
  background-image: url("/assets/images/service/top/icon_ja-saving.png");
}

.life-event .merchandise-list li a.ja-card::before {
  background-image: url("/assets/images/service/top/icon_ja-card.png");
}

.life-event .merchandise-list li a.pension::before {
  background-image: url("/assets/images/service/top/icon_pension.png");
}

.life-event .other-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 870px;
  width: 100%;
  margin: 30px auto;
}

.life-event .other-list li {
  max-width: 420px;
  width: 100%;
  margin-bottom: 30px;
}

.life-event .other-list li:first-child {
  margin-right: 30px;
}

.life-event .other-list li a {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: 900;
  color: #040000;
}

.life-event .other-list li a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 960px) {
  .life-event {
    width: 100%;
    padding: 2em 0 calc(65 / 750 * 100vw);
    background: url("/assets/images/top/bg_life-event.png") no-repeat 50% 0/cover;
    margin-top: calc(-50 / 750 * 100vw);
  }
  .life-event::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(65 / 750 * 100vw);
    background: url("/assets/images/service/top/bg_life-event_content_sp.png") no-repeat 50% 100%/100% auto;
    z-index: 100;
  }
  .life-event__content {
    max-width: 100%;
    padding-bottom: calc(65 / 750 * 100vw);
    background: url("/assets/images/service/top/bg_life-event_content_sp.png") no-repeat 50% calc(190 / 750 * 100vw)/cover;
  }
  .life-event__content .ttl-life-event {
    font-size: calc(36 / 750 * 100vw);
    height: calc(357 / 750 * 100vw);
    padding: 0.3em 0;
  }
  .life-event__content .ttl-life-event::after {
    width: calc(585 / 750 * 100vw);
    height: calc(357 / 750 * 100vw);
    background: url("/assets/images/service/top/ttl_life-event.png") no-repeat 0 0/calc(585 / 750 * 100vw) calc(357 / 750 * 100vw);
  }
  .life-event__innder {
    background: url("/assets/images/service/top/bg_yellow-line.png") no-repeat 0 0/100% 2px;
    padding: 0.5em 0 1em;
  }
  .life-event__innder h3 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: 0.5em;
  }
  .life-event__slider {
    margin: 0;
  }
  .life-event__slider .slide-content {
    justify-content: flex-end;
    flex-direction: column-reverse;
    max-width: 100%;
    height: auto;
    overflow: visible;
    padding: 1em;
    margin: 0 0.5em;
  }
  .life-event__slider .slide-content__description {
    max-width: 100%;
    margin-right: 0;
  }
  .life-event__slider .slide-content__description dl dt {
    font-size: calc(30 / 750 * 100vw);
    padding: 0.5em 2px;
    margin-bottom: 0.5em;
  }
  .life-event__slider .slide-content figure {
    max-width: 100%;
    width: 86%;
    height: auto;
    overflow: visible;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .life-event .service-list {
    max-width: 100%;
    margin: 1.5em auto;
    padding: 0 1em;
    box-sizing: border-box;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1em;
  }
  .life-event .service-list__link {
    max-width: 100%;
    height: calc(200 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
  }
  .life-event .service-list__link dl dt {
    height: 35px;
  }
  .life-event .merchandise-list {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
    row-gap: 0.5em;
    max-width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
    margin: 1.5em auto;
  }
  .life-event .merchandise-list li a {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: calc(100 / 750 * 100vw);
    border-radius: calc(50 / 750 * 100vw);
  }
  .life-event .merchandise-list li a span {
    padding-left: calc(120 / 750 * 100vw);
  }
  .life-event .merchandise-list li a::before {
    left: calc(20 / 750 * 100vw);
    background-size: calc(75 / 750 * 100vw) calc(75 / 750 * 100vw);
    width: calc(75 / 750 * 100vw);
    height: calc(75 / 750 * 100vw);
  }
  .life-event .merchandise-list li a.saving span {
    padding-left: calc(120 / 750 * 100vw);
  }
  .life-event .merchandise-list li a.loan span {
    padding-left: calc(120 / 750 * 100vw);
  }
  .life-event .other-list {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
    margin: 1.5em auto;
  }
  .life-event .other-list li {
    max-width: 100%;
    margin-bottom: 0.5em;
  }
  .life-event .other-list li:first-child {
    margin-right: 0;
  }
  .life-event .other-list li a {
    width: 100%;
    height: calc(80 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
  }
  .life-event .btn-center {
    padding: 0 1em;
    box-sizing: border-box;
  }
}

.top-recruit {
  width: 100%;
  padding: 45px 1em 90px;
  position: relative;
  background: url("/assets/images/top/bg_recruit.png") no-repeat 50% 0/100% 100%;
  margin-top: -40px;
}

.top-recruit__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.top-recruit__content .ttl-recruit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  padding-bottom: 25px;
  max-width: 458px;
  height: 130px;
  background: url("/assets/images/top/bg_title-recruit.png") no-repeat 50% 100%/458px 130px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.top-recruit__content figure {
  max-width: 546px;
  width: 100%;
  line-height: 0;
}

.top-recruit__info {
  max-width: 450px;
  width: 100%;
}

.top-recruit__info p {
  max-width: 335px;
  width: 100%;
  margin: 0 auto 1.5em;
}

@media screen and (max-width: 960px) {
  .top-recruit {
    width: 100%;
    padding: calc(30 / 750 * 100vw) 1em calc(40 / 750 * 100vw);
    position: relative;
    background: url("/assets/images/top/bg_recruit.png") no-repeat 50% 0/100% 100%;
    margin-top: -40px;
    box-sizing: border-box;
  }
  .top-recruit__content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .top-recruit__content .ttl-recruit {
    margin: 0 auto 1em;
    padding-bottom: calc(25 / 750 * 100vw);
    max-width: calc(556 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    background: url("/assets/images/top/bg_title-recruit.png") no-repeat 50% 100%/calc(556 / 750 * 100vw) calc(130 / 750 * 100vw);
    font-size: calc(29 / 750 * 100vw);
  }
  .top-recruit__content figure {
    max-width: 100%;
  }
  .top-recruit__info {
    max-width: 100%;
    width: 100%;
  }
  .top-recruit__info p {
    max-width: 80%;
    width: 100%;
    margin: 0 auto 1.5em;
  }
  .top-recruit__info .btn-more-blue {
    max-width: 90%;
  }
}

.top-instagram {
  width: 100%;
  background: url("/assets/images/top/bg_instagram.png") no-repeat 50% 0/100% auto;
  padding: 60px 1em 80px;
  box-sizing: border-box;
  margin-top: 50px;
}

.top-instagram__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.top-instagram__content .ttl-instagram {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 10px;
  padding-bottom: 37px;
  max-width: 655px;
  height: 130px;
  background: url("/assets/images/top/bg_title-instagram.png") no-repeat 50% 100%/655px 130px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.top-instagram__content .logo-instagram {
  max-width: 196px;
  width: 100%;
  margin: 0 auto;
}

.top-instagram__content .logo-instagram img {
  width: 100%;
}

.top-instagram__content .instagram-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 25px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 50px;
}

.top-instagram__content .instagram-list li {
  max-width: 225px;
  width: 100%;
}

.top-instagram__content .instagram-list li a {
  display: block;
  width: 100%;
  height: 225px;
  overflow: hidden;
  border-radius: 18px;
}

.top-instagram__content .instagram-list li a img {
  width: 100%;
}

.top-instagram__content .instagram-list li a:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.top-instagram__content .sns-list {
  max-width: 960px;
  width: 100%;
  height: 70px;
  border: 2px dashed #884e58;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #040000;
  margin: 20px auto 50px;
}

.top-instagram__content .sns-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-instagram__content .sns-list ul li {
  position: relative;
  padding: 10px 20px;
}

.top-instagram__content .sns-list ul li + li::before {
  content: '';
  height: 30px;
  width: 2px;
  background-color: #191210;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-instagram__content .sns-list .link-line {
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 0;
}

.top-instagram__content .sns-list .link-line span {
  display: block;
  max-width: 110px;
  width: 100%;
}

.top-instagram__content .sns-list .link-line span img {
  width: 100%;
}

.top-instagram__content .sns-list .link-line:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.top-instagram__content .sns-list .link-instagram {
  position: relative;
  font-weight: 700;
  color: #040000;
  padding-left: 40px;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.top-instagram__content .sns-list .link-instagram::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/images/top/icon_instagram.png") no-repeat 0 0/26px 26px;
  width: 26px;
  height: 26px;
}

.top-instagram__content .sns-list .link-instagram:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 960px) {
  .top-instagram {
    width: 100%;
    background: url("/assets/images/top/bg_instagram_sp.png") no-repeat 50% 0/100% auto;
    padding: calc(60 / 750 * 100vw) 1em calc(80 / 750 * 100vw);
    box-sizing: border-box;
    margin-top: calc(50 / 750 * 100vw);
  }
  .top-instagram__content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .top-instagram__content .ttl-instagram {
    margin: 0 auto 1em;
    padding-bottom: calc(37 / 750 * 100vw);
    max-width: calc(655 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    background: url("/assets/images/top/bg_title-instagram.png") no-repeat 50% 100%/calc(655 / 750 * 100vw) calc(130 / 750 * 100vw);
    font-size: calc(29 / 750 * 100vw);
  }
  .top-instagram__content .logo-instagram {
    max-width: calc(296 / 750 * 100vw);
  }
  .top-instagram__content .instagram-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1em;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 2em;
  }
  .top-instagram__content .instagram-list li {
    max-width: calc(340 / 750 * 100vw);
    width: 100%;
  }
  .top-instagram__content .instagram-list li a {
    display: block;
    width: 100%;
    height: calc(340 / 750 * 100vw);
    overflow: hidden;
    border-radius: 18px;
  }
  .top-instagram__content .sns-list {
    max-width: 100%;
    width: 100%;
    height: inherit;
    border: 2px dashed #884e58;
    padding: 1.5em 1em;
    border-radius: 16px;
    display: flex;
    align-items: center;
    margin: 1em auto 2em;
    box-sizing: border-box;
  }
  .top-instagram__content .sns-list ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .top-instagram__content .sns-list ul li {
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .top-instagram__content .sns-list ul li + li {
    margin-top: 0;
  }
  .top-instagram__content .sns-list ul li + li::before {
    content: none;
    height: 30px;
    width: 2px;
    background-color: #191210;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-instagram__content .sns-list .link-line {
    display: flex;
    align-items: center;
    padding: 10px;
    line-height: 0;
  }
  .top-instagram__content .sns-list .link-line span {
    display: block;
    max-width: 110px;
    width: 100%;
  }
  .top-instagram__content .sns-list .link-line span img {
    width: 100%;
  }
  .top-instagram__content .sns-list .link-line:hover {
    opacity: 0.7;
    transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .top-instagram__content .sns-list .link-instagram {
    position: relative;
    font-weight: 700;
    color: #040000;
    padding-left: calc(50 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: -0.04em;
  }
  .top-instagram__content .sns-list .link-instagram::before {
    content: '';
    position: absolute;
    left: 0;
    background: url("/assets/images/top/icon_instagram.png") no-repeat 0 0/calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

.top-backnumber {
  width: 100%;
  background: url("/assets/images/top/bg_backnumber.png") no-repeat 50% 0/cover;
  padding: 100px 1em 70px;
  position: relative;
  box-sizing: border-box;
}

.top-backnumber__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.top-backnumber__content .ttl-backnumber {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  max-width: 596px;
  height: 97px;
  background: url("/assets/images/top/bg_title-backnumber.png") no-repeat 50% 100%/596px 97px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.top-backnumber__content .new-book {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.top-backnumber__content .new-book__info {
  margin-right: auto;
}

.top-backnumber__content .new-book__info .book-title {
  position: relative;
  padding: 0 0 0 125px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-backnumber__content .new-book__info .book-title::before {
  content: '最新号';
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  background: url("/assets/images/top/backnumber_new-icon.png") no-repeat 0 0/100px 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-backnumber__content .new-book__info .book-title dt {
  font-size: 29px;
  font-weight: 700;
}

.top-backnumber__content .new-book__info .book-title dd {
  font-weight: 700;
}

.top-backnumber__content .new-book__info .book-index {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 15px;
  padding-left: 1px;
  margin-top: 18px;
  position: relative;
}

.top-backnumber__content .new-book__info .book-index::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("/assets/images/top/backnumber_new-line.png") no-repeat 0 0/cover;
}

.top-backnumber__content .new-book figure {
  max-width: 300px;
  width: 100%;
  line-height: 0;
  margin-right: 30px;
}

.top-backnumber__content .new-book figure span {
  display: block;
  position: relative;
  line-height: 0;
}

.top-backnumber__content .new-book figure span img {
  width: 100%;
  border: 3px solid #fff;
  box-shadow: 2px 3px 4px rgba(4, 0, 0, 0.3);
}

.top-backnumber__content .backnumber-list {
  display: flex;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

.top-backnumber__content .backnumber-list__item {
  margin: 0 16px;
  display: block;
  max-width: 169px;
  width: 100%;
}

.top-backnumber__content .backnumber-list__item:hover {
  opacity: 0.7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.top-backnumber__content .backnumber-list__item dl dd {
  width: 100%;
}

.top-backnumber__content .backnumber-list__item dl dd img {
  width: 100%;
}

.top-backnumber__content .backnumber-list__item dl dt {
  font-size: 20px;
  font-weight: 700;
  color: #040000;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .top-backnumber {
    width: 100%;
    background: url("/assets/images/top/bg_backnumber.png") no-repeat 50% 0/cover;
    padding: calc(60 / 750 * 100vw) 1em calc(80 / 750 * 100vw);
    position: relative;
    box-sizing: border-box;
  }
  .top-backnumber__content {
    max-width: 100%;
  }
  .top-backnumber__content .ttl-backnumber {
    margin: 0 auto 1em;
    padding-bottom: 20px;
    max-width: calc(596 / 750 * 100vw);
    height: calc(97 / 750 * 100vw);
    background: url("/assets/images/top/bg_title-backnumber.png") no-repeat 50% 100%/calc(596 / 750 * 100vw) calc(97 / 750 * 100vw);
    font-size: calc(29 / 750 * 100vw);
    letter-spacing: -0.04em;
  }
  .top-backnumber__content .new-book {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-bottom: 1em;
  }
  .top-backnumber__content .new-book__info {
    margin-right: auto;
  }
  .top-backnumber__content .new-book__info .book-title {
    position: relative;
    padding: 0 0 0 calc(125 / 750 * 100vw);
    min-height: calc(110 / 750 * 100vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .top-backnumber__content .new-book__info .book-title::before {
    content: '最新号';
    font-size: calc(22 / 750 * 100vw);
    background: url("/assets/images/top/backnumber_new-icon.png") no-repeat 0 0/calc(100 / 750 * 100vw) calc(100 / 750 * 100vw);
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-backnumber__content .new-book__info .book-title dt {
    font-size: calc(29 / 750 * 100vw);
    font-weight: 700;
  }
  .top-backnumber__content .new-book__info .book-title dd {
    font-weight: 700;
  }
  .top-backnumber__content .new-book__info .book-index {
    font-size: calc(24 / 750 * 100vw);
    padding-top: 1em;
    margin-top: 1em;
  }
  .top-backnumber__content .new-book__info .book-index::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: url("/assets/images/top/backnumber_new-line.png") no-repeat 0 0/cover;
  }
  .top-backnumber__content .new-book figure {
    max-width: calc(400 / 750 * 100vw);
    width: 100%;
    line-height: 0;
    margin-right: 0;
    margin: 0 auto 1.5em;
  }
  .top-backnumber__content .backnumber-list {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .top-backnumber__content .backnumber-list__item {
    margin: 0 0.5em;
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .top-backnumber__content .backnumber-list__item dl dd {
    width: 100%;
  }
  .top-backnumber__content .backnumber-list__item dl dt {
    font-size: calc(24 / 750 * 100vw);
  }
}

/*# sourceMappingURL=top.css.map */

/*# sourceMappingURL=top.css.map */
