@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a,
a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* module.scss */
* {
  margin: 0;
  padding: 0;
}

:root {
  --element-x: 0px;
  /* 要素のx座標を格納するCSS変数 */
  --difference: 0px;
  /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */
  --window-width: 0px;
}

html {
  overflow-x: hidden;
}

body {
  color: #2a2a2a;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.58vw;
  line-height: 2;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    min-width: 1320px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1319px) {
  body {
    width: 1320px;
  }
}

figure,
picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* スマホ */
  .pc_only {
    display: none !important;
  }
}
/* End MQ */
@media screen and (min-width: 769px) {
  /* Tablet, PC */
  .sp_only {
    display: none !important;
  }
}
/* End MQ */
a {
  color: #2a2a2a;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  transition: 0.2s;
  opacity: 0.5;
}

#screen {
  position: relative;
  text-align: left;
}

#container {
  margin: 0 auto;
  clear: both;
  position: relative;
}

#container.page_bg {
  background: #fff;
}

section,
.section {
  clear: both;
  text-align: left;
  margin: 0;
}

section p,
section ul,
.section p,
.section ul {
  text-align: left;
}

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  height: 205.12vw;
}
@media screen and (min-height: 620px) and (max-width: 500px) {
  .keyvisual {
    height: 100vh;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual {
    box-sizing: border-box;
    min-width: 1300px;
    height: 100vh;
    min-height: 620px;
  }
}
.keyvisual #slider {
  width: 100%;
  overflow: hidden;
  height: 205.12vw;
}
@media screen and (min-height: 620px) and (max-width: 500px) {
  .keyvisual #slider {
    height: 100vh;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual #slider {
    height: 100vh;
  }
}
.keyvisual #slider .slick-list,
.keyvisual #slider .slick-track {
  width: 100%;
  height: 205.12vw;
}
@media screen and (min-height: 620px) and (max-width: 500px) {
  .keyvisual #slider .slick-list,
  .keyvisual #slider .slick-track {
    height: 100vh;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual #slider .slick-list,
  .keyvisual #slider .slick-track {
    height: 100vh;
  }
}
.keyvisual #slider .slick-slide.slick-current.slick-active {
  overflow: hidden;
}
.keyvisual #slider .slick-slide.slick-current.slick-active img.animating {
  animation: slideZoom 7s ease-out forwards;
}
.keyvisual #slider .slick-slide img.fading-out {
  animation: slideFadeOut 2s ease forwards;
}
@keyframes slideZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes slideFadeOut {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
.keyvisual #slider picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.keyvisual #slider picture img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.keyvisual .key_txt {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 68.46vw;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (min-height: 620px) and (max-width: 500px) {
  .keyvisual .key_txt {
    top: initial;
    bottom: 91.53vw;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual .key_txt {
    top: 340px;
  }
}
.keyvisual .key_txt h2 {
  text-align: center;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 4.61vw;
}
@media screen and (min-width: 769px) {
  .keyvisual .key_txt h2 {
    font-size: 24px;
  }
}
.keyvisual .key_txt h2 span {
  margin-bottom: 2vw;
  font-family: 'Marcellus', serif;
  font-size: 9.23vw;
  font-weight: 400;
  display: block;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .keyvisual .key_txt h2 span {
    margin-bottom: 2px;
    font-size: 48px;
    line-height: 1.6;
  }
}
.keyvisual .key_txt h2 b {
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 769px) {
  .keyvisual .key_txt h2 b {
    display: inline;
  }
}
.keyvisual .sdgs_box {
  position: absolute;
  top: 154.2vw;
  right: 3.84vw;
  z-index: 3;
}
@media screen and (min-height: 620px) and (max-width: 500px) {
  .keyvisual .sdgs_box {
    top: initial;
    bottom: 38.97vw;
  }
}
@media screen and (min-width: 769px) {
  .keyvisual .sdgs_box {
    bottom: 63px;
    right: 40px;
    top: initial;
  }
}
.keyvisual .sdgs_box a {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 63.84vw;
  height: 12.3vw;
  border-radius: 1vw;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  font-size: 3.07vw;
  padding: 0 2vw;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .keyvisual .sdgs_box a {
    width: 264px;
    height: 50px;
    border-radius: 6px;
    font-size: 13px;
    padding: 0 10px;
  }
}
.keyvisual .sdgs_box a figure {
  margin-right: 1vw;
}
@media screen and (min-width: 769px) {
  .keyvisual .sdgs_box a figure {
    margin-right: 4px;
  }
}
.keyvisual .sdgs_box a figure img {
  width: 10.25vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .keyvisual .sdgs_box a figure img {
    width: 40px;
  }
}
.keyvisual .sdgs_box a::after {
  content: '';
  width: 1.53vw;
  height: 1.53vw;
  background: linear-gradient(313.87deg, #8ec31f 17.7%, #e6f1d3 87.34%);
  border-radius: 1.53vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .keyvisual .sdgs_box a::after {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    right: 18px;
  }
}
.keyvisual .scroll_down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.keyvisual .scroll_down::after {
  content: '';
  background: url('../images/top/scroll_bg_sp.png') no-repeat;
  background-size: contain;
  width: 70vw;
  height: 24.61vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .keyvisual .scroll_down::after {
    background: url('../images/top/scroll_bg_pc.png') no-repeat;
    background-size: contain;
    width: 296px;
    height: 104px;
  }
}
.keyvisual .scroll_down a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 0 0 12vw;
  color: #fff;
  font-size: 3.58vw;
  line-height: 1;
  text-decoration: none;
  transition: 0.2s;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .keyvisual .scroll_down a {
    font-size: 12px;
    padding: 0 0 49px;
  }
}
.keyvisual .scroll_down a p {
  position: relative;
  font-size: 3.46vw;
  z-index: 5;
  line-height: 1;
  font-weight: 400;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .keyvisual .scroll_down a p {
    font-size: 16px;
  }
}
.keyvisual .scroll_down a + div {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  bottom: 3vw;
  height: 6.15vw;
  margin: auto;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .keyvisual .scroll_down a + div {
    height: 24px;
    width: 1px;
    bottom: 15px;
  }
}
.keyvisual .scroll_down a + div:after {
  overflow: hidden;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 6.15vw;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .keyvisual .scroll_down a + div:after {
    height: 24px;
    bottom: 0;
    width: 2px;
  }
}
.keyvisual .scroll_down a + div:hover {
  opacity: 0.5;
}
.keyvisual #type01 div:after {
  animation: sdl01 4s ease-out infinite;
}
@keyframes sdl01 {
  0% {
    transform: translateY(-100%);
  }
  18% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0);
  }
  38% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(100%);
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_w10 {
    width: 10% !important;
  }

  .pc_w20 {
    width: 20% !important;
  }

  .pc_w30 {
    width: 30% !important;
  }

  .pc_w40 {
    width: 40% !important;
  }

  .pc_w50 {
    width: 50% !important;
  }

  .pc_w60 {
    width: 60% !important;
  }

  .pc_w70 {
    width: 70% !important;
  }

  .pc_w80 {
    width: 80% !important;
  }

  .pc_w90 {
    width: 90% !important;
  }

  .pc_w100 {
    width: 100% !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_w10 {
    width: 10% !important;
  }

  .sp_w20 {
    width: 20% !important;
  }

  .sp_w30 {
    width: 30% !important;
  }

  .sp_w40 {
    width: 40% !important;
  }

  .sp_w50 {
    width: 50% !important;
  }

  .sp_w60 {
    width: 60% !important;
  }

  .sp_w70 {
    width: 70% !important;
  }

  .sp_w80 {
    width: 80% !important;
  }

  .sp_w90 {
    width: 90% !important;
  }

  .sp_w100 {
    width: 100% !important;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important;
}

.textr {
  text-align: right !important;
}

.textl {
  text-align: left !important;
}

.textj {
  text-align: justify !important;
}

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_textc {
    text-align: center !important;
  }

  .pc_textr {
    text-align: right !important;
  }

  .pc_textl {
    text-align: left !important;
  }

  .pc_textj {
    text-align: justify !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_textc {
    text-align: center !important;
  }

  .sp_textr {
    text-align: right !important;
  }

  .sp_textl {
    text-align: left !important;
  }

  .sp_textj {
    text-align: justify;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

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

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

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

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 751px) {
  .tb_mt0 {
    margin-top: 0px !important;
  }

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

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

  .tb_mt15 {
    margin-top: 15px !important;
  }

  .tb_mt20 {
    margin-top: 20px !important;
  }

  .tb_mt30 {
    margin-top: 30px !important;
  }

  .tb_mt40 {
    margin-top: 40px !important;
  }

  .tb_mt50 {
    margin-top: 50px !important;
  }

  .tb_mt60 {
    margin-top: 60px !important;
  }

  .tb_mt70 {
    margin-top: 70px !important;
  }

  .tb_mt80 {
    margin-top: 80px !important;
  }

  .tb_mt90 {
    margin-top: 90px !important;
  }

  .tb_mt100 {
    margin-top: 100px !important;
  }

  .tb_mb0 {
    margin-bottom: 0px !important;
  }

  .tb_mb5 {
    margin-bottom: 5px !important;
  }

  .tb_mb10 {
    margin-bottom: 10px !important;
  }

  .tb_mb15 {
    margin-bottom: 15px !important;
  }

  .tb_mb20 {
    margin-bottom: 20px !important;
  }

  .tb_mb30 {
    margin-bottom: 30px !important;
  }

  .tb_mb40 {
    margin-bottom: 40px !important;
  }

  .tb_mb50 {
    margin-bottom: 50px !important;
  }

  .tb_mb60 {
    margin-bottom: 60px !important;
  }

  .tb_mb70 {
    margin-bottom: 70px !important;
  }

  .tb_mb80 {
    margin-bottom: 80px !important;
  }

  .tb_mb90 {
    margin-bottom: 90px !important;
  }

  .tb_mb100 {
    margin-bottom: 100px !important;
  }

  .tb_mb120 {
    margin-bottom: 120px !important;
  }

  .tb_mb140 {
    margin-bottom: 140px !important;
  }

  .tb_mb170 {
    margin-bottom: 170px !important;
  }

  .tb_mb200 {
    margin-bottom: 200px !important;
  }

  .tb_mb300 {
    margin-bottom: 300px !important;
  }
}
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1120px) {
  .pc_mt0 {
    margin-top: 0px !important;
  }

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

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

  .pc_mt15 {
    margin-top: 15px !important;
  }

  .pc_mt20 {
    margin-top: 20px !important;
  }

  .pc_mt30 {
    margin-top: 30px !important;
  }

  .pc_mt40 {
    margin-top: 40px !important;
  }

  .pc_mt50 {
    margin-top: 50px !important;
  }

  .pc_mt60 {
    margin-top: 60px !important;
  }

  .pc_mt70 {
    margin-top: 70px !important;
  }

  .pc_mt80 {
    margin-top: 80px !important;
  }

  .pc_mt90 {
    margin-top: 90px !important;
  }

  .pc_mt100 {
    margin-top: 100px !important;
  }

  .pc_mb0 {
    margin-bottom: 0px !important;
  }

  .pc_mb5 {
    margin-bottom: 5px !important;
  }

  .pc_mb10 {
    margin-bottom: 10px !important;
  }

  .pc_mb15 {
    margin-bottom: 15px !important;
  }

  .pc_mb20 {
    margin-bottom: 20px !important;
  }

  .pc_mb30 {
    margin-bottom: 30px !important;
  }

  .pc_mb40 {
    margin-bottom: 40px !important;
  }

  .pc_mb45 {
    margin-bottom: 45px !important;
  }

  .pc_mb50 {
    margin-bottom: 50px !important;
  }

  .pc_mb60 {
    margin-bottom: 60px !important;
  }

  .pc_mb70 {
    margin-bottom: 70px !important;
  }

  .pc_mb80 {
    margin-bottom: 80px !important;
  }

  .pc_mb90 {
    margin-bottom: 90px !important;
  }

  .pc_mb100 {
    margin-bottom: 100px !important;
  }

  .pc_mb120 {
    margin-bottom: 120px !important;
  }

  .pc_mb130 {
    margin-bottom: 130px !important;
  }

  .pc_mb140 {
    margin-bottom: 140px !important;
  }

  .pc_mb170 {
    margin-bottom: 170px !important;
  }

  .pc_mb180 {
    margin-bottom: 180px !important;
  }

  .pc_mb200 {
    margin-bottom: 200px !important;
  }
}
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_mt0 {
    margin-top: 0px !important;
  }

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

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

  .sp_mt15 {
    margin-top: 15px !important;
  }

  .sp_mt20 {
    margin-top: 20px !important;
  }

  .sp_mt30 {
    margin-top: 30px !important;
  }

  .sp_mt40 {
    margin-top: 40px !important;
  }

  .sp_mt50 {
    margin-top: 50px !important;
  }

  .sp_mt60 {
    margin-top: 60px !important;
  }

  .sp_mt70 {
    margin-top: 70px !important;
  }

  .sp_mt80 {
    margin-top: 80px !important;
  }

  .sp_mt90 {
    margin-top: 90px !important;
  }

  .sp_mt100 {
    margin-top: 100px !important;
  }

  .sp_mb0 {
    margin-bottom: 0px !important;
  }

  .sp_mb5 {
    margin-bottom: 5px !important;
  }

  .sp_mb10 {
    margin-bottom: 10px !important;
  }

  .sp_mb15 {
    margin-bottom: 15px !important;
  }

  .sp_mb20 {
    margin-bottom: 20px !important;
  }

  .sp_mb30 {
    margin-bottom: 4vw !important;
  }

  .sp_mb40 {
    margin-bottom: 5.33vw !important;
  }

  .sp_mb50 {
    margin-bottom: 50px !important;
  }

  .sp_mb60 {
    margin-bottom: 8vw !important;
  }

  .sp_mb70 {
    margin-bottom: 70px !important;
  }

  .sp_mb80 {
    margin-bottom: 80px !important;
  }

  .sp_mb90 {
    margin-bottom: 90px !important;
  }

  .sp_mb100 {
    margin-bottom: 100px !important;
  }

  .sp_mb120 {
    margin-bottom: 120px !important;
  }

  .sp_mb125 {
    margin-bottom: 125px !important;
  }

  .sp_mb130 {
    margin-bottom: 130px !important;
  }

  .sp_mb150 {
    margin-bottom: 150px !important;
  }

  .sp_mb200 {
    margin-bottom: 200px !important;
  }
}
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　６　】　部分的に特別なデザインやレイアウトが必要な場合

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
FLEX　個別設定
----------------------------------------------------------------------------------------------------------------------- */
.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

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

.align-center {
  align-items: center !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.flex1 {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .sp_flex {
    display: flex;
  }

  .sp_align-end {
    align-items: flex-end !important;
  }

  .sp_column-reverse {
    flex-flow: column-reverse !important;
  }

  .sp_column {
    flex-flow: column !important;
  }

  .sp_row {
    flex-flow: row !important;
  }

  .sp_row-reverse {
    flex-flow: row-reverse !important;
  }

  .sp_justify-center {
    justify-content: center !important;
  }
}
.sp_justify-end {
  justify-content: flex-end !important;
}

@media screen and (min-width: 769px) {
  .pc_flex {
    display: flex;
  }

  .pc_column-reverse {
    flex-flow: column-reverse !important;
  }

  .pc_column {
    flex-flow: column !important;
  }

  .pc_row {
    flex-flow: row !important;
  }

  .pc_row-reverse {
    flex-flow: row-reverse !important;
  }

  .pc_justify-between {
    justify-content: space-between !important;
  }

  .pc_justify-around {
    justify-content: space-around !important;
  }

  .pc_justify-center {
    justify-content: center !important;
  }

  .pc_justify-start {
    justify-content: flex-start !important;
  }

  .pc_justify-end {
    justify-content: flex-end !important;
  }

  .pc_align-center {
    align-items: center !important;
  }

  .pc_align-start {
    align-items: flex-start !important;
  }

  .pc_align-end {
    align-items: flex-end !important;
  }
}
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.title_type01 {
  position: relative;
}
.title_type01 h2 {
  position: relative;
  line-height: 1;
  box-sizing: border-box;
}
.title_type01 h2 small {
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  line-height: 1;
  color: #2a2a2a;
  font-size: 3.58vw;
  padding-left: 6.15vw;
  box-sizing: border-box;
  display: block;
  margin-bottom: 2vw;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .title_type01 h2 small {
    padding-left: 26px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.title_type01 h2 small::before {
  content: '';
  background: url('../images/common/leaf.svg') no-repeat;
  background-size: contain;
  width: 3.58vw;
  height: 3.58vw;
  position: absolute;
  top: 0;
  left: 0.8vw;
}
@media screen and (min-width: 769px) {
  .title_type01 h2 small::before {
    width: 14px;
    height: 14px;
    left: 3px;
  }
}
.title_type01 h2 span {
  font-weight: 400;
  font-family: 'Marcellus', serif;
  font-size: 12.05vw;
  background: linear-gradient(319.16deg, #8ec31f 18.44%, #e6f1d3 116.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .title_type01 h2 span {
    font-size: 64px;
  }
}

.title_type02 {
  position: relative;
}
.title_type02 h2 {
  position: relative;
  line-height: 1;
  box-sizing: border-box;
}
.title_type02 h2 small {
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  line-height: 1;
  color: #fff;
  font-size: 3.58vw;
  margin-bottom: 1vw;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 769px) {
  .title_type02 h2 small {
    padding-left: 26px;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
  }
}
.title_type02 h2 small::before {
  content: '';
  background: url('../images/common/leaf_w.svg') no-repeat;
  background-size: contain;
  width: 3.58vw;
  height: 3.58vw;
  position: absolute;
  top: 0;
  left: 0.8vw;
}
@media screen and (min-width: 769px) {
  .title_type02 h2 small::before {
    width: 14px;
    height: 15px;
    left: 3px;
  }
}
.title_type02 h2 span {
  font-weight: 400;
  font-family: 'Marcellus', serif;
  font-size: 12.05vw;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .title_type02 h2 span {
    font-size: 64px;
    text-align: left;
  }
}

.title_type03 {
  position: relative;
}
.title_type03 h3 {
  line-height: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title_type03 h3 small {
  font-weight: 400;
  font-family: 'Marcellus', serif;
  line-height: 1;
  background: linear-gradient(319.16deg, #8ec31f 18.44%, #e6f1d3 116.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.64vw;
  box-sizing: border-box;
  display: block;
  margin-bottom: 3vw;
}
@media screen and (min-width: 769px) {
  .title_type03 h3 small {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.title_type03 h3 span {
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 6.15vw;
  color: #2a2a2a;
}
@media screen and (min-width: 769px) {
  .title_type03 h3 span {
    font-size: 32px;
  }
}

.title_type04 {
  position: relative;
  margin-bottom: 10.25vw;
}
@media screen and (min-width: 769px) {
  .title_type04 {
    margin-bottom: 70px;
  }
}
.title_type04 h1,
.title_type04 h2 {
  position: relative;
  line-height: 1;
  margin-bottom: 8.46vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .title_type04 h1,
  .title_type04 h2 {
    margin-bottom: 50px;
  }
}
.title_type04 h1 small,
.title_type04 h2 small {
  display: block;
  text-align: center;
  font-weight: 400;
  font-family: 'Marcellus', serif;
  font-size: 5.64vw;
  background: linear-gradient(319.16deg, #8ec31f 18.44%, #e6f1d3 116.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .title_type04 h1 small,
  .title_type04 h2 small {
    font-size: 24px;
  }
}
.title_type04 h1 span,
.title_type04 h2 span {
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  line-height: 1;
  color: #2a2a2a;
  font-size: 6.66vw;
  display: block;
  margin-bottom: 2vw;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .title_type04 h1 span,
  .title_type04 h2 span {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .title_type04 p {
    text-align: center;
  }
}

.link_type01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link_type01 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 9vw;
  width: 49.74vw;
  height: 13.07vw;
  border-radius: 1.53vw;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  color: #8ec31f;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1;
  transition: all 0.25s;
  letter-spacing: 0.03em;
  border: solid 0.26vw #8ec31f;
}
@media screen and (min-width: 769px) {
  .link_type01 a {
    padding-left: 40px;
    width: 210px;
    height: 56px;
    border-radius: 6px;
    border: solid 1px #8ec31f;
  }
}
.link_type01 a:hover {
  opacity: 0.7;
}
.link_type01 a::after {
  content: '';
  background: url('../images/common/arrow01.svg') no-repeat;
  background-size: contain;
  width: 3.58vw;
  height: 2.56vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.69vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .link_type01 a::after {
    width: 16px;
    height: 12px;
    right: 30px;
  }
}

.link_type02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 9vw;
  width: 53.84vw;
  height: 14.35vw;
  border-radius: 1.53vw;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1;
  transition: all 0.25s;
  letter-spacing: 0.03em;
  border: solid 0.26vw #fff;
}
@media screen and (min-width: 769px) {
  .link_type02 {
    padding-left: 40px;
    width: 210px;
    height: 56px;
    border-radius: 6px;
    border: solid 1px #fff;
  }
}
.link_type02::after {
  content: '';
  background: url('../images/common/arrow02.svg') no-repeat;
  background-size: contain;
  width: 3.58vw;
  height: 2.56vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.69vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .link_type02::after {
    width: 16px;
    height: 12px;
    right: 30px;
  }
}

.top_contents01 {
  box-sizing: border-box;
  padding: 14.7vw 0 30.5vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents01 {
    padding: 97px 0 180px;
  }
}
.top_contents01 section {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents01 section {
    width: 100%;
  }
}
.top_contents01 section .title_type01 {
  z-index: 2;
}
.top_contents01 .loop_wrap {
  display: flex;
  margin: -3.84vw 0 7.7vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents01 .loop_wrap {
    margin: -15px 0 43px;
  }
}
.top_contents01 .loop_wrap ul {
  pointer-events: none;
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
  will-change: transform;
  width: 451.28vw;
}
@media screen and (min-width: 769px) {
  .top_contents01 .loop_wrap ul {
    width: 2400px;
  }
}
.top_contents01 .loop_wrap ul li {
  margin-right: 10.25vw;
}
@media screen and (min-width: 769px) {
  .top_contents01 .loop_wrap ul li {
    margin-right: 40px;
  }
}
.top_contents01 .loop_wrap ul li img {
  width: 82.05vw;
  height: auto;
  border-radius: 2.56vw;
}
@media screen and (min-width: 769px) {
  .top_contents01 .loop_wrap ul li img {
    width: 440px;
    border-radius: 10px;
  }
}
.top_contents01 .inner_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents01 .inner_bottom {
    flex-direction: row;
  }
}
.top_contents01 .inner_bottom .left {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_contents01 .inner_bottom .left {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 .inner_bottom .left {
    left: 40px;
  }
}
.top_contents01 .inner_bottom .left h3 {
  letter-spacing: 0.03em;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 5.38vw;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 5.2vw;
}
@media screen and (max-width: 768px) {
  .top_contents01 .inner_bottom .left h3 {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .top_contents01 .inner_bottom .left h3 {
    font-size: 26px;
    margin-bottom: 64px;
  }
}
.top_contents01 .inner_bottom .left h3 span {
  display: block;
  margin-bottom: 1.28vw;
}
@media screen and (min-width: 769px) {
  .top_contents01 .inner_bottom .left h3 span {
    margin-bottom: 10px;
  }
}
.top_contents01 .inner_bottom .left .link_type01 {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .top_contents01 .inner_bottom .left .link_type01 {
    order: 3;
  }
}
.top_contents01 .inner_bottom .right {
  max-width: 775px;
}
@media screen and (max-width: 768px) {
  .top_contents01 .inner_bottom .right {
    order: 2;
    margin-bottom: 8vw;
  }
}
.top_contents01 .inner_bottom .right p:first-of-type {
  margin-bottom: 6.66vw;
}
@media screen and (min-width: 769px) {
  .top_contents01 .inner_bottom .right p:first-of-type {
    margin-bottom: 32px;
  }
}

@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top_contents02 {
  background: #f6ffe5;
  padding: 0 0 18vw;
  margin-bottom: 12.6vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 {
    padding: 0 0 122px;
    margin-bottom: 98px;
  }
}
.top_contents02 section {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_contents02 section {
    width: 100%;
  }
}
.top_contents02 section .title_type01 {
  top: -11.5vw;
  position: relative;
  margin-bottom: -2.7vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .title_type01 {
    top: -64px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_top {
    margin-bottom: 40px;
  }
}
.top_contents02 section .inner_top ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_top ul {
    flex-direction: row;
  }
}
.top_contents02 section .inner_top ul li {
  width: 100%;
  border-radius: 2.56vw;
  overflow: hidden;
  background: #8ec31f;
  margin-bottom: 8.2vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_top ul li {
    width: 620px;
    border-radius: 10px;
    margin-bottom: 0;
  }
}
.top_contents02 section .inner_top ul li a picture {
  position: relative;
}
.top_contents02 section .inner_top ul li a picture::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 26.66vw;
  width: 100%;
  z-index: 2;
  content: '';
  background: linear-gradient(180deg, rgba(142, 195, 31, 0) 0%, rgba(142, 195, 31, 0.7) 64.42%, #8ec31f 100%);
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_top ul li a picture::before {
    height: 66px;
  }
}
.top_contents02 section .inner_top ul li a img {
  width: 100%;
  height: auto;
}
.top_contents02 section .inner_top ul li a > div {
  position: relative;
  color: #fff;
  padding: 0 5.12vw 5.12vw;
  box-sizing: border-box;
  margin-top: -17.25vw;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_top ul li a > div {
    padding: 0 40px 40px;
    margin-top: -40px;
  }
}
.top_contents02 section .inner_top ul li a > div h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  font-size: 4.1vw;
  padding-bottom: 1.28vw;
  margin-bottom: 3.5vw;
  z-index: 2;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_top ul li a > div h3 {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
}
.top_contents02 section .inner_top ul li a > div h3 span {
  display: inline-block;
  margin-right: 2vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_top ul li a > div h3 span {
    margin-right: 8px;
  }
}
.top_contents02 section .inner_top ul li a > div .tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.56vw;
  margin-bottom: -2.56vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_top ul li a > div .tab {
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
.top_contents02 section .inner_top ul li a > div .tab span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  font-size: 3.33vw;
  color: #fff;
  height: 7.69vw;
  border-radius: 7.69vw;
  padding: 0 3.33vw;
  box-sizing: border-box;
  margin-right: 2.56vw;
  margin-bottom: 2.56vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_top ul li a > div .tab span {
    font-size: 14px;
    height: 30px;
    border-radius: 30px;
    padding: 0 13px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_middle {
    margin-bottom: 52px;
  }
}
.top_contents02 section .inner_middle ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_middle ul {
    flex-direction: row;
  }
}
.top_contents02 section .inner_middle ul li {
  width: 100%;
  border-radius: 2.56vw;
  overflow: hidden;
  background: #8ec31f;
  margin-bottom: 8.2vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_middle ul li {
    width: 400px;
    border-radius: 10px;
    margin-bottom: 0;
  }
}
.top_contents02 section .inner_middle ul li a picture {
  position: relative;
}
.top_contents02 section .inner_middle ul li a picture::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 26.66vw;
  width: 100%;
  z-index: 2;
  content: '';
  background: linear-gradient(180deg, rgba(142, 195, 31, 0) 0%, rgba(142, 195, 31, 0.7) 64.42%, #8ec31f 100%);
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_middle ul li a picture::before {
    height: 66px;
  }
}
.top_contents02 section .inner_middle ul li a img {
  width: 100%;
  height: auto;
}
.top_contents02 section .inner_middle ul li a > div {
  position: relative;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
  padding: 0 5.12vw 5.12vw;
  margin-top: -17.25vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_middle ul li a > div {
    padding: 0 40px 32px;
    margin-top: -70px;
  }
}
.top_contents02 section .inner_middle ul li a > div h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  z-index: 2;
  font-size: 4.1vw;
  padding-bottom: 1.28vw;
  margin-bottom: 3.5vw;
  border-bottom: solid 0.25vw #fff;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_middle ul li a > div h3 {
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: solid 1px #fff;
  }
}
.top_contents02 section .inner_middle ul li a > div h3 span {
  display: inline-block;
  margin-right: 2vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_middle ul li a > div h3 span {
    margin-right: 8px;
  }
}
.top_contents02 section .inner_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_bottom {
    flex-direction: row;
    align-items: center;
  }
}
.top_contents02 section .inner_bottom > p {
  margin-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  .top_contents02 section .inner_bottom > p {
    margin-bottom: 0;
  }
}

.top_contents03 section {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top_contents03 section {
    width: 100%;
  }
}
.top_contents03 section .title_type01 {
  margin-bottom: 9.74vw;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .title_type01 {
    margin-bottom: 48px;
  }
}
.top_contents03 section .title_type01 h2 {
  margin-bottom: 7.69vw;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .title_type01 h2 {
    margin-bottom: 52px;
  }
}
.top_contents03 section .works_block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  margin-bottom: 18.71vw;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block {
    flex-direction: row;
    margin-bottom: 128px;
  }
}
.top_contents03 section .works_block .works_inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block .works_inner {
    width: 649px;
  }
}
.top_contents03 section .works_block .works_inner ul {
  width: 100%;
}
.top_contents03 section .works_block .works_inner ul li:last-of-type a {
  border-bottom: solid 0.25vw #c7c7c7;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block .works_inner ul li:last-of-type a {
    border-bottom: solid 1px #c7c7c7;
  }
}
.top_contents03 section .works_block .works_inner ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4.4vw 8vw 4.4vw 3vw;
  border-top: solid 0.25vw #c7c7c7;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block .works_inner ul li a {
    padding: 23px 25px;
    border-top: solid 1px #c7c7c7;
  }
}
.top_contents03 section .works_block .works_inner ul li a::after {
  content: '';
  background: url('../images/common/arrow01.svg') no-repeat;
  background-size: contain;
  width: 3.58vw;
  height: 2.82vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.5vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block .works_inner ul li a::after {
    right: 25px;
    width: 16px;
    height: 12px;
  }
}
.top_contents03 section .works_block .works_inner ul li a picture {
  width: 24.87vw;
  height: auto;
  border-radius: 1.53vw;
  overflow: hidden;
  margin-right: 5vw;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block .works_inner ul li a picture {
    width: 97px;
    border-radius: 6px;
    margin-right: 40px;
  }
}
.top_contents03 section .works_block .works_inner ul li a picture img {
  width: 100%;
  height: auto;
}
.top_contents03 section .works_block .works_inner ul li a span .sub {
  color: #8ec31f;
  font-family: 'Marcellus', serif;
  font-size: 3.33vw;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block .works_inner ul li a span .sub {
    font-size: 15px;
  }
}
.top_contents03 section .works_block .works_inner ul li a span p {
  font-size: 3.58vw;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block .works_inner ul li a span p {
    font-size: 16px;
  }
}
.top_contents03 section .works_block .works_img {
  position: relative;
  width: 100%;
  margin-bottom: 10.5vw;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block .works_img {
    width: 551px;
    margin-top: -260px;
    margin-bottom: 0;
  }
}
.top_contents03 section .works_block .works_img ul {
  position: relative;
}
.top_contents03 section .works_block .works_img ul li {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.top_contents03 section .works_block .works_img ul li.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.top_contents03 section .works_block .works_img ul li picture {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 2.56vw;
}
@media screen and (min-width: 769px) {
  .top_contents03 section .works_block .works_img ul li picture {
    border-radius: 10px;
  }
}
.top_contents03 section .works_block .works_img ul li picture img {
  width: 100%;
  height: auto;
}

.top_contents04 {
  margin-bottom: 12.3vw;
}
@media screen and (min-width: 769px) {
  .top_contents04 {
    margin-bottom: 96px;
  }
}
.top_contents04 section {
  height: 116.92vw;
  background: url('../images/top/img09_sp.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .top_contents04 section {
    background: url('../images/top/img09_pc.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    flex-direction: row;
    height: 351px;
  }
}
.top_contents04 section a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .top_contents04 section a {
    align-items: flex-start;
    width: 50%;
    padding-left: 82px;
  }
}
.top_contents04 section .left {
  width: 100%;
  height: 50%;
  border-bottom: solid 0.25vw #fff;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .left {
    border-bottom: solid 0 #fff;
    border-right: solid 1px #fff;
    width: 50%;
    height: 351px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents04 section .left .title_type02 small::before {
    left: 6.8vw;
  }
}
.top_contents04 section .right {
  width: 100%;
  height: 50%;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .right {
    width: 50%;
    height: 351px;
  }
}
.top_contents04 section .right .link_type02 {
  width: 73.84vw;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .right .link_type02 {
    width: 288px;
  }
}
@media screen and (max-width: 768px) {
  .top_contents04 section .right .link_type02::after {
    right: 13.7vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents04 section .right .title_type02 small::before {
    left: -5.5vw;
  }
}
.top_contents04 section .title_type02 {
  margin-bottom: 6.66vw;
}
@media screen and (min-width: 769px) {
  .top_contents04 section .title_type02 {
    margin-bottom: 55px;
  }
}

.top_news {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18.46vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top_news {
    margin-bottom: 128px;
  }
}
.top_news .inner_content {
  width: calc(100% - 12.3vw);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .top_news .inner_content {
    flex-direction: row;
    width: 100%;
  }
}
.top_news .inner_content .inner_left {
  margin-bottom: 7.8vw;
}
@media screen and (max-width: 768px) {
  .top_news .inner_content .inner_left {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  .top_news .inner_content .inner_left {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_news .inner_content .inner_left .title_type01 {
    order: 1;
    margin-bottom: 10.76vw;
  }
}
@media screen and (min-width: 769px) {
  .top_news .inner_content .inner_left .title_type01 {
    margin-top: 2px;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 768px) {
  .top_news .inner_content .inner_left .link_type01 {
    order: 3;
  }
}
.top_news .inner_content .inner_right {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_news .inner_content .inner_right {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .top_news .inner_content .inner_right {
    width: 870px;
  }
}
@media screen and (max-width: 768px) {
  .top_news .inner_content .inner_right ul {
    margin-bottom: 10.5vw;
  }
}
.top_news .inner_content .inner_right ul li {
  width: 100%;
  border-bottom: solid 0.25vw #c7c7c7;
}
@media screen and (min-width: 769px) {
  .top_news .inner_content .inner_right ul li {
    border-bottom: solid 1px #c7c7c7;
  }
}
.top_news .inner_content .inner_right ul li:first-of-type {
  border-top: solid 0.25vw #c7c7c7;
}
@media screen and (min-width: 769px) {
  .top_news .inner_content .inner_right ul li:first-of-type {
    border-top: solid 1px #c7c7c7;
  }
}
.top_news .inner_content .inner_right ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 3.33vw;
  line-height: 1.9;
  font-weight: 400;
  flex-direction: column;
  padding: 5vw 0 3.8vw 4.2vw;
  box-sizing: border-box;
  min-height: 75px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top_news .inner_content .inner_right ul li a {
    align-items: center;
    padding: 0 25px;
    font-size: 15px;
    flex-direction: row;
  }
}
.top_news .inner_content .inner_right ul li a .date {
  color: #8ec31f;
  font-size: 3.33vw;
  line-height: 1;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  margin-bottom: 1.4vw;
}
@media screen and (min-width: 769px) {
  .top_news .inner_content .inner_right ul li a .date {
    min-width: 105px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.top_news .inner_content .inner_right ul li a p + p {
  width: 100%;
  font-size: 3.73vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .top_news .inner_content .inner_right ul li a p + p {
    width: 615px;
    font-size: 15px;
  }
}

/* ------------------------------------------------
下層共通ページ
------------------------------------------------ */
.page_keyvisual {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 3.8vw;
  height: 70vw;
}
@media screen and (min-width: 769px) {
  .page_keyvisual {
    height: 380px;
    margin-bottom: 24px;
  }
}
.page_keyvisual .key_text {
  position: absolute;
  left: 0;
  top: 14.35vw;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .page_keyvisual .key_text {
    top: 52px;
  }
}
.page_keyvisual .key_text h1,
.page_keyvisual .key_text h2 {
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  position: relative;
  line-height: 1.7;
  font-size: 4.87vw;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .page_keyvisual .key_text h1,
  .page_keyvisual .key_text h2 {
    font-size: 24px;
  }
}
.page_keyvisual .key_text h1 span,
.page_keyvisual .key_text h2 span {
  display: block;
  text-align: center;
  font-size: 9.23vw;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Marcellus', serif;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .page_keyvisual .key_text h1 span,
  .page_keyvisual .key_text h2 span {
    font-size: 48px;
    margin-bottom: 4px;
  }
}
.page_keyvisual picture {
  width: 100%;
  height: 70vw;
  position: relative;
}
@media screen and (min-width: 769px) {
  .page_keyvisual picture {
    width: 100%;
    height: 380px;
  }
}
.page_keyvisual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  box-sizing: border-box;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  box-sizing: border-box;
  font-size: 3.06vw;
  position: relative;
  width: calc(100% - 12.3vw);
  max-width: 1358px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12vw;
}
@media screen and (min-width: 769px) {
  .breadcrumbs {
    width: calc(100% - 40px);
    font-size: 14px;
    margin-bottom: 70px;
  }
}
.breadcrumbs span {
  display: inline-block;
  color: #9c9c9c;
  margin: 0 2.66vw;
}
@media screen and (min-width: 769px) {
  .breadcrumbs span {
    margin: 0 10px;
  }
}
.breadcrumbs a {
  line-height: 1;
  color: #9c9c9c;
}
.breadcrumbs p {
  color: #8ec31f;
}

/* ------------------------------------------------
会社案内ページ
------------------------------------------------ */
.company_nav {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #f2f2f2;
  border-radius: 2.56vw;
  margin-bottom: 14.7vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .company_nav {
    height: 40vw;
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .company_nav {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 98px;
  }
}
.company_nav ul {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .company_nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 14vw;
    grid-row-gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .company_nav ul {
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
  }
}
.company_nav ul li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .company_nav ul li {
    width: auto;
  }
}
.company_nav ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company_nav ul li a {
    justify-content: center;
    height: 86px;
    padding: 0 30px 0 26px;
  }
}
.company_nav ul li a figure {
  width: 5.12vw;
  height: 5.12vw;
  border-radius: 5.12vw;
  margin-right: 2vw;
}
@media screen and (min-width: 769px) {
  .company_nav ul li a figure {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    margin-right: 11px;
  }
}
.company_nav ul li a figure img {
  width: 100%;
  height: auto;
}

.company_content01 {
  margin-bottom: 33vw;
}
@media screen and (min-width: 769px) {
  .company_content01 {
    margin-bottom: 194px;
  }
}
.company_content01 section {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_content01 section {
    width: 100%;
  }
}
.company_content01 section .title_type01 {
  align-items: flex-start;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .title_type01 {
    margin-bottom: 55px;
  }
}
.company_content01 section .inner_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: -2.82vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_block {
    flex-direction: row;
    margin-bottom: -11px;
  }
}
@media screen and (max-width: 768px) {
  .company_content01 section .inner_block .left {
    display: contents;
  }
}
.company_content01 section .inner_block .left .title_type01 {
  margin-bottom: 10.5vw;
}
@media screen and (max-width: 768px) {
  .company_content01 section .inner_block .left .title_type01 {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_block .left .title_type01 {
    margin-bottom: 44px;
  }
}
.company_content01 section .inner_block .left h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 5.38vw;
  font-weight: 700;
  margin-bottom: 6.6vw;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .company_content01 section .inner_block .left h3 {
    order: 3;
  }
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_block .left h3 {
    font-size: 26px;
    margin-bottom: 20px;
    left: 40px;
    line-height: 2.3;
  }
}
.company_content01 section .inner_block .right {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company_content01 section .inner_block .right {
    order: 2;
    margin-bottom: 7.8vw;
  }
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_block .right {
    width: 505px;
    left: -40px;
  }
}
.company_content01 section .inner_block .right picture {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_block .right picture {
    width: 505px;
  }
}
.company_content01 section .inner_block .right picture img {
  width: 100%;
  height: auto;
}
.company_content01 section .middle_txt {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .middle_txt {
    margin-bottom: 59px;
  }
}
.company_content01 section .middle_txt > p {
  margin-bottom: 7.4vw;
  font-size: 3.56vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .middle_txt > p {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.company_content01 section .middle_txt .ceo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .company_content01 section .middle_txt .ceo {
    margin-top: 35px;
  }
}
.company_content01 section .middle_txt .ceo picture {
  width: 29.23vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .company_content01 section .middle_txt .ceo picture {
    width: 125px;
  }
}
.company_content01 section .middle_txt .ceo picture img {
  width: 100%;
  height: auto;
}
.company_content01 section .middle_txt .ceo p {
  margin-bottom: 0;
  font-size: 3.33vw;
  position: relative;
  top: 0.4vw;
  margin-right: 5.2vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .middle_txt .ceo p {
    margin-right: 22px;
    font-size: 15px;
    top: 3px;
  }
}
.company_content01 section .inner_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_bottom {
    flex-direction: row;
  }
}
.company_content01 section .inner_bottom .left {
  border: solid 0.25vw #8ec31f;
  border-radius: 2.56vw;
  box-sizing: border-box;
  padding: 3.33vw 5.8vw 2.6vw;
  width: 100%;
  margin-bottom: 6.5vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_bottom .left {
    border: solid 1px #8ec31f;
    border-radius: 10px;
    padding: 28px 40px 18px;
    width: 714px;
    margin-right: 48px;
    margin-bottom: 0;
  }
}
.company_content01 section .inner_bottom .left h3 {
  color: #8ec31f;
  font-size: 4.1vw;
  font-weight: 500;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_bottom .left h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.company_content01 section .inner_bottom .left dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_bottom .left dl {
    margin-bottom: 12px;
    flex-direction: row;
  }
}
.company_content01 section .inner_bottom .left dl dt {
  font-weight: 500;
  margin-right: 25px;
  margin-bottom: -0.4vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_bottom .left dl dt {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.company_content01 section .inner_bottom .right {
  border: solid 0.25vw #8ec31f;
  border-radius: 2.56vw;
  box-sizing: border-box;
  padding: 3.33vw 5.8vw 2.6vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_bottom .right {
    border: solid 1px #8ec31f;
    border-radius: 10px;
    padding: 28px 40px 25px;
    width: 393px;
  }
}
.company_content01 section .inner_bottom .right h3 {
  color: #8ec31f;
  font-size: 4.1vw;
  font-weight: 500;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_bottom .right h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.company_content01 section .inner_bottom .right ul li {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .company_content01 section .inner_bottom .right ul li {
    margin-bottom: 4px;
  }
}

.company_bg {
  background: #f2f2f2;
  position: relative;
  padding-bottom: 6.41vw;
  margin-bottom: 31.53vw;
}
@media screen and (min-width: 769px) {
  .company_bg {
    padding-bottom: 80px;
    margin-bottom: 170px;
  }
}
.company_bg .title_type01 {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  top: -13.33vw;
  margin-bottom: -3vw;
}
@media screen and (min-width: 769px) {
  .company_bg .title_type01 {
    width: 100%;
    top: -65px;
    margin-bottom: -2px;
  }
}

.company_title {
  margin: 9vw 0 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .company_title {
    margin: 51px 0 29px;
  }
}
.company_title h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 8.2vw;
  min-width: 75.38vw;
  height: 12.82vw;
  background: linear-gradient(328.94deg, #8ec31f 19.85%, #e6f1d3 135.9%);
  border-radius: 1.53vw;
  color: #fff;
  text-align: center;
  font-size: 4.87vw;
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_title h4 {
    padding: 24px 32px;
    min-width: 311px;
    height: 66px;
    border-radius: 6px;
    font-size: 24px;
  }
}

.company_content02 {
  margin-bottom: 48px;
}
.company_content02 section {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 10.33vw 5.6vw 8vw;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2vw;
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .company_content02 section {
    width: 100%;
    padding: 60px 30px 55px;
    border-radius: 10px;
    margin-bottom: 48px;
  }
}
.company_content02 section .inner_txt {
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.company_content02 section .inner_txt > p {
  margin-bottom: 5.12vw;
}
@media screen and (min-width: 769px) {
  .company_content02 section .inner_txt > p {
    text-align: center;
    margin-bottom: 39px;
  }
}
.company_content02 section .inner_txt dl {
  margin-bottom: 7.69vw;
}
@media screen and (min-width: 769px) {
  .company_content02 section .inner_txt dl {
    margin-bottom: 30px;
  }
}
.company_content02 section .inner_txt dl:last-of-type {
  margin-bottom: 0;
}
.company_content02 section .inner_txt dl dt {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 4.61vw;
  font-weight: 700;
  border-bottom: solid 0.51vw #8ec31f;
  margin-bottom: 3.6vw;
  padding: 0 0 0.5vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company_content02 section .inner_txt dl dt {
    font-size: 20px;
    border-bottom: solid 2px #8ec31f;
    margin-bottom: 19px;
    padding: 0 16px 8px;
  }
}
.company_content02 section .inner_txt dl dd {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company_content02 section .inner_txt dl dd {
    padding: 0 16px;
  }
}
.company_content02 section .inner_txt dl dd div {
  margin-bottom: 10px;
}
.company_content02 section .inner_txt dl dd div h5 {
  color: #8ec31f;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .company_content02 section .inner_txt dl dd div h5 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .company_content02 section .inner_txt dl dd div {
    margin-bottom: 10px;
  }
}

.company_content03 {
  margin-bottom: 11.79vw;
}
@media screen and (min-width: 769px) {
  .company_content03 {
    margin-bottom: 48px;
  }
}
.company_content03 section {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 10.33vw 5.33vw 4.6vw;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2vw;
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .company_content03 section {
    width: 100%;
    padding: 60px 30px 45px;
    border-radius: 10px;
    margin-bottom: 48px;
  }
}
.company_content03 section .company_title {
  margin: 8.97vw 0 7.69vw;
}
@media screen and (min-width: 769px) {
  .company_content03 section .company_title {
    margin: 52px 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .company_content03 section .company_title h4 {
    height: auto;
    padding: 1.1vw 5.2vw;
  }
}
.company_content03 section .inner_txt {
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.company_content03 section .inner_txt > p {
  margin-bottom: 5.12vw;
}
@media screen and (min-width: 769px) {
  .company_content03 section .inner_txt > p {
    text-align: center;
    margin-bottom: 39px;
  }
}
.company_content03 section .inner_txt dl {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .company_content03 section .inner_txt dl {
    margin-bottom: 30px;
  }
}
.company_content03 section .inner_txt dl:last-of-type {
  margin-bottom: 0;
}
.company_content03 section .inner_txt dl dt {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 4.61vw;
  font-weight: 700;
  border-bottom: solid 0.51vw #8ec31f;
  margin-bottom: 3.6vw;
  padding: 0 0 0.5vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company_content03 section .inner_txt dl dt {
    font-size: 20px;
    border-bottom: solid 2px #8ec31f;
    margin-bottom: 19px;
    padding: 0 16px 8px;
  }
}
.company_content03 section .inner_txt dl dd {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company_content03 section .inner_txt dl dd {
    padding: 0 16px;
  }
}
.company_content03 section .inner_txt dl dd div {
  margin-bottom: 10px;
}
.company_content03 section .inner_txt dl dd div h5 {
  color: #8ec31f;
  font-weight: 500;
  margin-bottom: 1.28vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .company_content03 section .inner_txt dl dd div h5 {
    margin-bottom: 5px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .company_content03 section .inner_txt dl dd div p {
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .company_content03 section .inner_txt dl dd div {
    margin-bottom: 10px;
  }
}

.company_content04 {
  margin-bottom: 11.79vw;
}
@media screen and (min-width: 769px) {
  .company_content04 {
    margin-bottom: 48px;
  }
}
.company_content04 section {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 9vw 5.33vw 4.6vw;
  box-sizing: border-box;
  background: #fff;
  border-radius: 2vw;
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .company_content04 section {
    width: 100%;
    padding: 60px 30px 45px;
    border-radius: 10px;
    margin-bottom: 48px;
  }
}
.company_content04 section .inner_txt {
  width: 100%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.company_content04 section .inner_txt .title_type03 {
  margin-bottom: 7vw;
}
@media screen and (min-width: 769px) {
  .company_content04 section .inner_txt .title_type03 {
    margin-bottom: 40px;
  }
}
.company_content04 section .inner_txt > p {
  margin-bottom: 5.12vw;
}
@media screen and (min-width: 769px) {
  .company_content04 section .inner_txt > p {
    text-align: center;
    margin-bottom: 39px;
  }
}
.company_content04 section .inner_txt dl {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .company_content04 section .inner_txt dl {
    margin-bottom: 30px;
  }
}
.company_content04 section .inner_txt dl:last-of-type {
  margin-bottom: 0;
}
.company_content04 section .inner_txt dl dt {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 4.61vw;
  font-weight: 700;
  border-bottom: solid 0.51vw #8ec31f;
  margin-bottom: 3.6vw;
  padding: 0 0 0.5vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company_content04 section .inner_txt dl dt {
    font-size: 20px;
    border-bottom: solid 2px #8ec31f;
    margin-bottom: 19px;
    padding: 0 16px 8px;
  }
}
.company_content04 section .inner_txt dl dd {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company_content04 section .inner_txt dl dd {
    padding: 0 16px;
  }
}
.company_content04 section .inner_txt dl dd div {
  margin-bottom: 2vw;
}
.company_content04 section .inner_txt dl dd div h5 {
  color: #8ec31f;
  font-weight: 500;
  margin-bottom: 1.2vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .company_content04 section .inner_txt dl dd div h5 {
    margin-bottom: 5px;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .company_content04 section .inner_txt dl dd div {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .company_content04 section .inner_txt dl dd div p {
    line-height: 1.8;
  }
}

.company_content05 {
  background: #f6ffe5;
  padding: 0 5.64vw 18vw;
  box-sizing: border-box;
  margin-bottom: 12.82vw;
}
@media screen and (min-width: 769px) {
  .company_content05 {
    padding: 0 0 48px;
    margin-bottom: 97px;
  }
}
.company_content05 section {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .company_content05 section {
    margin-bottom: 80px;
    width: 100%;
  }
}
.company_content05 section .title_type01 {
  top: -13.58vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) {
  .company_content05 section .title_type01 {
    top: -63px;
    margin-bottom: -18px;
  }
}
.company_content05 section .inner_table {
  width: 100%;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}
.company_content05 section .inner_table dl {
  display: flex;
  justify-content: space-between;
}
.company_content05 section .inner_table dl dt {
  border-bottom: solid 0.25vw #8ec31f;
  width: 26.66vw;
  padding: 3.84vw 2vw 3.84vw 2.4vw;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .company_content05 section .inner_table dl dt {
    border-bottom: solid 1px #8ec31f;
    width: 200px;
    padding: 22px 16px;
  }
}
.company_content05 section .inner_table dl dd {
  border-bottom: solid 0.25vw #c7c7c7;
  width: calc(100% - 26.66vw);
  padding: 3.84vw 4vw 3.84vw 4.5vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .company_content05 section .inner_table dl dd {
    border-bottom: solid 1px #c7c7c7;
    width: calc(100% - 200px);
    padding: 22px 16px;
  }
}
.company_content05 section .inner_table dl dd ul li {
  width: 55.12vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .company_content05 section .inner_table dl dd ul li {
    width: 230px;
  }
}

.company_content06 section {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 19vw;
}
@media screen and (min-width: 769px) {
  .company_content06 section {
    margin-bottom: 130px;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .company_content06 section .inner_block {
    display: contents;
  }
}
.company_content06 section .title_type01 {
  margin-bottom: 10vw;
  order: 1;
}
@media screen and (min-width: 769px) {
  .company_content06 section .title_type01 {
    margin-bottom: 52px;
    order: initial;
  }
}
@media screen and (max-width: 768px) {
  .company_content06 section .txt {
    order: 3;
  }
}
.company_content06 section .txt > p {
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .company_content06 section .txt > p {
    margin-bottom: 16px;
  }
}
.company_content06 section .txt .map {
  margin-bottom: 8.5vw;
}
@media screen and (min-width: 769px) {
  .company_content06 section .txt .map {
    margin-bottom: 47px;
  }
}
.company_content06 section .txt .map a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(to right, #c7c7c7, #c7c7c7 1vw, transparent 1vw, transparent 2.56vw);
  background-size: 1.53vw 0.25vw;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  font-size: 3.84vw;
  padding: 0 2.56vw;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .company_content06 section .txt .map a {
    font-size: 16px;
    padding: 0 10px;
    background-image: linear-gradient(to right, #c7c7c7, #c7c7c7 4px, transparent 4px, transparent 10px);
    background-size: 6px 1px;
  }
}
.company_content06 section .txt .map a p {
  margin-right: 2vw;
}
@media screen and (min-width: 769px) {
  .company_content06 section .txt .map a p {
    margin-right: 8px;
  }
}
.company_content06 section .txt .map a figure {
  width: 3.58vw;
  height: auto;
  position: relative;
  top: -0.51vw;
}
@media screen and (min-width: 769px) {
  .company_content06 section .txt .map a figure {
    width: 16px;
    top: -2px;
  }
}
.company_content06 section .txt .map a figure img {
  width: 100%;
  height: auto;
}
.company_content06 section .txt .link_type01 {
  justify-content: flex-start;
}
.company_content06 section .txt .link_type01 a {
  width: 64.61vw;
}
@media screen and (min-width: 769px) {
  .company_content06 section .txt .link_type01 a {
    width: 276px;
  }
}
.company_content06 section .ggmap {
  width: 100%;
  height: 66.66vw;
  position: relative;
  border-radius: 1.53vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company_content06 section .ggmap {
    order: 2;
    margin-bottom: 3.7vw;
  }
}
@media screen and (min-width: 769px) {
  .company_content06 section .ggmap {
    width: 774px;
    height: 365px;
    border-radius: 10px;
  }
}
.company_content06 section .ggmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* ------------------------------------------------
事業内容ページ
------------------------------------------------ */
.business_nav {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #f2f2f2;
  border-radius: 2.56vw;
  margin-bottom: 14.7vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .business_nav {
    width: 87.69vw;
    height: 51.28vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .business_nav {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 95px;
  }
}
.business_nav ul {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .business_nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 24px 0;
  }
}
@media screen and (min-width: 769px) {
  .business_nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 173px;
  }
}
@media screen and (max-width: 768px) {
  .business_nav ul li {
    width: 100%;
    position: relative;
    margin-bottom: 4.35vw;
  }
  .business_nav ul li:nth-of-type(3),
  .business_nav ul li:nth-of-type(4) {
    width: 40%;
  }
  .business_nav ul li:nth-of-type(4) {
    left: 6.41vw;
  }
}
@media screen and (min-width: 769px) {
  .business_nav ul li {
    width: auto;
    margin-bottom: 0;
  }
}
.business_nav ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  box-sizing: border-box;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .business_nav ul li a {
    justify-content: center;
    height: 86px;
    padding: 0 29px;
  }
}
.business_nav ul li a figure {
  width: 5.12vw;
  height: 5.12vw;
  border-radius: 5.12vw;
  margin-right: 2vw;
}
@media screen and (min-width: 769px) {
  .business_nav ul li a figure {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    margin-right: 11px;
  }
}
.business_nav ul li a figure img {
  width: 100%;
  height: auto;
}

.business_contents01 {
  width: calc(100% - 12.8vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12.3vw;
  margin-bottom: 12.3vw;
  border-bottom: solid 1px #c7c7c7;
}
@media screen and (min-width: 769px) {
  .business_contents01 {
    width: 100%;
    padding-bottom: 96px;
    margin-bottom: 0;
  }
}
.business_contents01 .inner_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 13.33vw;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .business_contents01 .inner_block {
    flex-direction: row;
    margin-bottom: 63px;
  }
}
.business_contents01 .inner_block .left {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .business_contents01 .inner_block .left {
    width: 665px;
  }
}
@media screen and (max-width: 768px) {
  .business_contents01 .inner_block .left {
    display: contents;
  }
}
.business_contents01 .inner_block .left h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  font-size: 5.38vw;
  line-height: 2.2;
  letter-spacing: 0.03em;
  margin-bottom: 3.6vw;
}
@media screen and (max-width: 768px) {
  .business_contents01 .inner_block .left h3 {
    order: 4;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .business_contents01 .inner_block .left h3 {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .business_contents01 .inner_block .left > p {
    order: 4;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .business_contents01 .inner_block .right {
    display: contents;
  }
}
.business_contents01 .inner_block .right picture {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 2.56vw;
  margin-bottom: 7.25vw;
}
@media screen and (min-width: 769px) {
  .business_contents01 .inner_block .right picture {
    width: 535px;
    border-radius: 10px;
    margin-bottom: 48px;
  }
}
.business_contents01 .inner_block .right picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .business_contents01 .inner_block .right picture {
    order: 2;
  }
}
.business_contents01 .inner_block .right .link_type01 {
  justify-content: flex-start;
}
.business_contents01 .inner_block .right .link_type01 a {
  width: 57.17vw;
}
@media screen and (min-width: 769px) {
  .business_contents01 .inner_block .right .link_type01 a {
    width: 243px;
  }
}
@media screen and (max-width: 768px) {
  .business_contents01 .inner_block .right .link_type01 {
    order: 5;
  }
}
.business_contents01 .bottom_block {
  width: 100%;
  max-width: 1101px;
  margin-left: auto;
  margin-right: auto;
  background: #f6ffe5;
  height: 101.02vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 7.7vw;
}
@media screen and (min-width: 769px) {
  .business_contents01 .bottom_block {
    height: 308px;
    padding-top: 28px;
  }
}
.business_contents01 .bottom_block h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  font-size: 4.1vw;
  letter-spacing: 0.03em;
  margin-bottom: 6.7vw;
}
@media screen and (min-width: 769px) {
  .business_contents01 .bottom_block h3 {
    font-size: 20px;
    margin-bottom: 29px;
  }
}
.business_contents01 .bottom_block ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business_contents01 .bottom_block ul {
    flex-wrap: wrap;
    padding: 0 4.35vw;
    box-sizing: border-box;
  }
  .business_contents01 .bottom_block ul::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #c7c7c7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  .business_contents01 .bottom_block ul::after {
    content: '';
    width: calc(100% - 8.7vw);
    height: 1px;
    background: #c7c7c7;
    position: absolute;
    left: 4.35vw;
    bottom: 0;
    top: -2.5vw;
    margin: auto;
  }
}
.business_contents01 .bottom_block ul li {
  width: 50%;
  height: 34.61vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .business_contents01 .bottom_block ul li {
    border-right: solid 1px #c7c7c7;
    width: 256px;
    height: 173px;
  }
  .business_contents01 .bottom_block ul li:last-of-type {
    border-right: solid 0 #c7c7c7;
  }
}
@media screen and (max-width: 768px) {
  .business_contents01 .bottom_block ul li:nth-of-type(3),
  .business_contents01 .bottom_block ul li:nth-of-type(4) {
    position: relative;
    top: 3vw;
  }
}
.business_contents01 .bottom_block ul li figure {
  width: auto;
  height: 18.97vw;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .business_contents01 .bottom_block ul li figure {
    height: auto;
  }
}
.business_contents01 .bottom_block ul li figure img {
  width: auto;
  height: 100%;
  margin-bottom: 5.12vw;
}
@media screen and (min-width: 769px) {
  .business_contents01 .bottom_block ul li figure img {
    margin-bottom: 20px;
    width: 108px;
    height: auto;
  }
}
.business_contents01 .bottom_block ul li figure figcaption {
  position: relative;
  top: -3.2vw;
  font-size: 3.33vw;
}
@media screen and (min-width: 769px) {
  .business_contents01 .bottom_block ul li figure figcaption {
    top: -8px;
    font-size: 16px;
  }
}

.business_title {
  position: relative;
  top: -1.5vw;
  margin-bottom: 8.5vw;
}
@media screen and (min-width: 769px) {
  .business_title {
    top: -1px;
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 768px) {
  .business_title {
    order: 1;
  }
}
.business_title h2 {
  padding-bottom: 2.5vw;
  display: inline-block;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  line-height: 1;
  font-size: 5.12vw;
  border-bottom: solid 2px #8ec31f;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .business_title h2 {
    font-size: 26px;
    padding-bottom: 7px;
  }
}
.business_title h2 span {
  color: #8ec31f;
  font-size: 5.38vw;
  display: inline-block;
  margin-right: 0.5vw;
}
@media screen and (min-width: 769px) {
  .business_title h2 span {
    font-size: 24px;
    margin-right: 2px;
  }
}

.business_contents02 {
  width: calc(100% - 12.8vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .business_contents02 {
    padding-bottom: 12.3vw;
    margin-bottom: 11.5vw;
    border-bottom: solid 1px #c7c7c7;
  }
}
@media screen and (min-width: 769px) {
  .business_contents02 {
    width: 100%;
    padding: 90px 0;
    border-bottom: solid 1px #c7c7c7;
  }
}
.business_contents02.last {
  border-bottom: solid 0 #c7c7c7;
  margin-bottom: 20vw;
}
@media screen and (min-width: 769px) {
  .business_contents02.last {
    padding: 96px 0 0;
    margin-bottom: 154px;
  }
}
.business_contents02 .business_title {
  top: -3px;
}
.business_contents02 .inner_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .business_contents02 .inner_block {
    flex-direction: row;
  }
}
.business_contents02 .inner_block .left {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .business_contents02 .inner_block .left {
    width: 665px;
  }
}
@media screen and (max-width: 768px) {
  .business_contents02 .inner_block .left {
    display: contents;
  }
}
.business_contents02 .inner_block .left h3 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  font-size: 5.38vw;
  letter-spacing: 0.03em;
  margin-bottom: 3.7vw;
}
@media screen and (min-width: 769px) {
  .business_contents02 .inner_block .left h3 {
    font-size: 26px;
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 768px) {
  .business_contents02 .inner_block .left h3 {
    order: 3;
  }
}
@media screen and (min-width: 769px) {
  .business_contents02 .inner_block .left h3 span {
    display: block;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .business_contents02 .inner_block .left > p {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .business_contents02 .inner_block .right {
    display: contents;
  }
}
.business_contents02 .inner_block .right picture {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 2.56vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .business_contents02 .inner_block .right picture {
    width: 535px;
    border-radius: 10px;
    margin-bottom: 48px;
  }
}
.business_contents02 .inner_block .right picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .business_contents02 .inner_block .right picture {
    order: 2;
  }
}
.business_contents02 .inner_block .right .link_type01 {
  justify-content: flex-start;
}
.business_contents02 .inner_block .right .link_type01 a {
  width: 57.17vw;
}
@media screen and (min-width: 769px) {
  .business_contents02 .inner_block .right .link_type01 a {
    width: 243px;
  }
}
.business_contents02 .inner_block .right .link_type01.type01 a {
  width: 75.64vw;
}
@media screen and (min-width: 769px) {
  .business_contents02 .inner_block .right .link_type01.type01 a {
    width: 326px;
  }
}
@media screen and (max-width: 768px) {
  .business_contents02 .inner_block .right .link_type01 {
    order: 5;
    margin-top: 8vw;
  }
}

.business_contents03 {
  background: #f6ffe5;
  padding-bottom: 18.46vw;
  margin-bottom: 18.46vw;
}
@media screen and (min-width: 769px) {
  .business_contents03 {
    padding-bottom: 64px;
    margin-bottom: 128px;
  }
}
.business_contents03 .title_type01 {
  width: calc(100% - 12.8vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  top: -14vw;
  margin-bottom: -6vw;
}
@media screen and (min-width: 769px) {
  .business_contents03 .title_type01 {
    width: 100%;
    top: -31px;
    margin-bottom: 31px;
  }
}
.business_contents03 section {
  width: calc(100% - 12.8vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .business_contents03 section {
    width: 100%;
  }
}
.business_contents03 section .figure {
  margin-bottom: 83px;
}
@media screen and (min-width: 769px) {
  .business_contents03 section .figure {
    margin-bottom: 83px;
  }
}
.business_contents03 section .figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .business_contents03 section .figure {
    display: none;
  }
}
.business_contents03 section dl {
  margin-bottom: 7.17vw;
}
@media screen and (min-width: 769px) {
  .business_contents03 section dl {
    margin-bottom: 43px;
  }
}
.business_contents03 section dl:last-of-type {
  margin-bottom: 9.5vw;
}
@media screen and (min-width: 769px) {
  .business_contents03 section dl:last-of-type {
    margin-bottom: 43px;
  }
}
.business_contents03 section dl dt {
  font-size: 5.12vw;
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  border-bottom: solid 2px #8ec31f;
  margin-bottom: 4vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .business_contents03 section dl dt {
    font-size: 24px;
    padding-left: 16px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.business_contents03 section dl dd {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .business_contents03 section dl dd {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .business_contents03 .link_type01 a {
    width: 57.17vw;
  }
}

/* ------------------------------------------------
実績紹介ページ
------------------------------------------------ */
.works_contents01 {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.69vw;
}
@media screen and (min-width: 769px) {
  .works_contents01 {
    margin-bottom: 87px;
    width: 100%;
  }
}
.works_contents01 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .works_contents01 ul {
    flex-direction: row;
  }
}
.works_contents01 ul li {
  width: 100%;
  margin-bottom: 4.1vw;
}
@media screen and (min-width: 769px) {
  .works_contents01 ul li {
    width: 406px;
    margin-bottom: 0;
  }
}
.works_contents01 ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 24.61vw;
  box-sizing: border-box;
  border: solid 1px #c7c7c7;
  border-radius: 2.56vw;
  padding: 0 4.1vw;
}
@media screen and (min-width: 769px) {
  .works_contents01 ul li a {
    height: 125px;
    padding: 0 15px;
    border-radius: 10px;
  }
}
.works_contents01 ul li a picture {
  width: 23.3vw;
  height: auto;
  border-radius: 1.53vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .works_contents01 ul li a picture {
    width: 126px;
    border-radius: 6px;
  }
}
.works_contents01 ul li a picture img {
  width: 100%;
  height: auto;
}
.works_contents01 ul li a .txt {
  margin-left: 6.15vw;
  position: relative;
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .works_contents01 ul li a .txt {
    margin-left: 32px;
  }
}
.works_contents01 ul li a .txt::after {
  content: '';
  background: url('../images/common/arrow01.svg') no-repeat;
  background-size: contain;
  width: 4.1vw;
  height: 3.07vw;
  position: absolute;
  bottom: 3.07vw;
  right: 2.05vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .works_contents01 ul li a .txt::after {
    width: 16px;
    height: 12px;
    position: absolute;
    bottom: 12px;
  }
}
.works_contents01 ul li a .txt span {
  display: block;
  font-family: 'Marcellus', serif;
  color: #8ec31f;
  font-size: 3.33vw;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .works_contents01 ul li a .txt span {
    font-size: 15px;
  }
}
.works_contents01 ul li a .txt p {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
}

.relative {
  position: relative;
}

.works_contents02 {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .works_contents02 {
    width: 100%;
  }
}
.works_contents02 .tab-container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .works_contents02 .tab-container {
    margin-bottom: 48px;
  }
}
.works_contents02 .tab-menu {
  background: #f6ffe5;
  box-sizing: border-box;
  list-style: none;
  padding: 6.1vw 3.84vw;
  margin-bottom: 8.46vw;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2vw;
  grid-row-gap: 3vw;
}
@media screen and (min-width: 769px) {
  .works_contents02 .tab-menu {
    height: 88px;
    padding: 24px;
    margin-bottom: 48px;
    grid-template-columns: initial;
    grid-column-gap: 0;
    grid-row-gap: 12px;
    display: flex;
    justify-content: flex-start;
  }
}
.works_contents02 .tab-menu li {
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #8ec31f;
  border-radius: 7.17vw;
  box-sizing: border-box;
  background: #fff;
  padding: 0 2vw;
  font-size: 3.33vw;
  color: #8ec31f;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  height: 8.71vw;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .works_contents02 .tab-menu li {
    border-radius: 39px;
    padding: 0 20px;
    font-size: 15px;
    margin-right: 13px;
    height: 39px;
  }
}
.works_contents02 .tab-menu li.active {
  background: #8ec31f;
  color: #fff;
}
.works_contents02 .tab-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.works_contents02 .tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.works_contents02 .tab-content.type02 {
  margin-bottom: 20.51vw;
}
@media screen and (min-width: 769px) {
  .works_contents02 .tab-content.type02 {
    margin-bottom: 80px;
  }
}
.works_contents02 .tab-content.type02 table {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .works_contents02 .tab-content.type02 table {
    width: 276.92vw;
  }
}
@media screen and (min-width: 769px) {
  .works_contents02 .tab-content.type02 table th:first-of-type,
  .works_contents02 .tab-content.type02 table td:first-of-type {
    width: 369px;
  }
  .works_contents02 .tab-content.type02 table th:nth-of-type(2),
  .works_contents02 .tab-content.type02 table td:nth-of-type(2) {
    width: 345px;
  }
  .works_contents02 .tab-content.type02 table th:nth-of-type(3),
  .works_contents02 .tab-content.type02 table td:nth-of-type(3) {
    width: 102px;
  }
  .works_contents02 .tab-content.type02 table th:nth-of-type(4),
  .works_contents02 .tab-content.type02 table td:nth-of-type(4) {
    width: 142px;
  }
  .works_contents02 .tab-content.type02 table th:nth-of-type(5),
  .works_contents02 .tab-content.type02 table td:nth-of-type(5) {
    width: 140px;
  }
  .works_contents02 .tab-content.type02 table th:nth-of-type(6),
  .works_contents02 .tab-content.type02 table td:nth-of-type(6) {
    width: 187px;
  }
}
.works_contents02 .tab-content table {
  border: solid 0.25vw #c7c7c7;
  border-right: solid 0 #c7c7c7;
  border-bottom: solid 0 #c7c7c7;
  box-sizing: border-box;
  table-layout: fixed;
}
@media screen and (min-width: 769px) {
  .works_contents02 .tab-content table {
    border: solid 1px #c7c7c7;
    border-right: solid 0 #c7c7c7;
    border-bottom: solid 0 #c7c7c7;
    width: 100%;
  }
}
.works_contents02 .tab-content table tr {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.works_contents02 .tab-content table th {
  height: 15vw;
  box-sizing: border-box;
  background: #f2f2f2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: 50%;
  border-right: solid 0.25vw #c7c7c7;
  border-bottom: solid 0.25vw #c7c7c7;
}
@media screen and (min-width: 769px) {
  .works_contents02 .tab-content table th {
    height: 63px;
    border-right: solid 1px #c7c7c7;
    border-bottom: solid 1px #c7c7c7;
  }
}
.works_contents02 .tab-content table td {
  min-height: 15vw;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  border-right: solid 0.25vw #c7c7c7;
  border-bottom: solid 0.25vw #c7c7c7;
  padding: 3.6vw;
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .works_contents02 .tab-content table td {
    min-height: initial;
    height: 63px;
    border-right: solid 1px #c7c7c7;
    border-bottom: solid 1px #c7c7c7;
    padding: 0 22px;
  }
}

.works_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10.666666666666666vw;
  margin-bottom: 18.46vw;
}
@media screen and (min-width: 769px) {
  .works_link {
    margin-bottom: 120px;
  }
}
.works_link a {
  width: 100%;
  height: 17.94vw;
  border-radius: 17.94vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #8ec31f;
  position: relative;
}
@media screen and (min-width: 769px) {
  .works_link a {
    width: 384px;
    height: 80px;
    border-radius: 80px;
  }
}
.works_link a figure {
  width: 8.71vw;
  height: auto;
  margin-right: 2.56vw;
}
@media screen and (min-width: 769px) {
  .works_link a figure {
    width: 40px;
    margin-right: 10px;
  }
}
.works_link a figure img {
  width: 100%;
  height: auto;
}

.works_contents03 {
  width: calc(100% - 10.76vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .works_contents03 {
    width: 100%;
  }
}
.works_contents03 .title_type04 {
  margin-bottom: 7.43vw;
}
@media screen and (min-width: 769px) {
  .works_contents03 .title_type04 {
    margin-bottom: 57px;
  }
}
.works_contents03 h3 {
  font-size: 5.12vw;
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  border-bottom: solid 0.51vw #8ec31f;
  margin-bottom: 10vw;
  box-sizing: border-box;
  padding-bottom: 2.56vw;
}
@media screen and (min-width: 769px) {
  .works_contents03 h3 {
    font-size: 24px;
    border-bottom: solid 2px #8ec31f;
    margin-bottom: 56px;
    padding-left: 16px;
    padding-bottom: 12px;
  }
}
.works_contents03 .slide_block {
  width: 100%;
  margin-bottom: 39.4vw;
}
@media screen and (min-width: 769px) {
  .works_contents03 .slide_block {
    margin-bottom: 128px;
  }
}
.works_contents03 .slide_block.first {
  margin-bottom: 29.743vw;
}
@media screen and (min-width: 769px) {
  .works_contents03 .slide_block.first {
    margin-bottom: 76px;
  }
}
.works_contents03 .works_slider {
  width: 100%;
  margin-bottom: 3.84vw;
  height: 61.53vw;
}
@media screen and (min-width: 769px) {
  .works_contents03 .works_slider {
    width: 650px;
    margin-bottom: 56px;
    height: 450px;
  }
}
.works_contents03 .works_slider .slide-item.slick-slide {
  height: 61.53vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .works_contents03 .works_slider .slide-item.slick-slide {
    width: 650px;
    height: 450px;
  }
}
.works_contents03 .works_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.works_contents03 .works_thumbnail {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .works_contents03 .works_thumbnail {
    width: 1280px;
  }
}
.works_contents03 .works_thumbnail .thumbnail-item {
  width: 27vw !important;
  height: 18.46vw;
  overflow: hidden;
  margin: 0 4.1vw 0 0;
}
@media screen and (min-width: 769px) {
  .works_contents03 .works_thumbnail .thumbnail-item {
    width: 195px !important;
    height: 140px;
    overflow: hidden;
    margin: 0 21px 0 0;
  }
}
.works_contents03 .works_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.scroll-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10.25vw;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  .scroll-wrap {
    padding-bottom: 0;
  }
}

.scroll-wrap::-webkit-scrollbar {
  height: 0;
}

/* 隠す（見た目は自作） */
.scroll-wrap {
  scrollbar-width: none;
}

.fake-scroll {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.51vw;
  bottom: 0;
  background: #f2f2f2;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .fake-scroll {
    display: none;
  }
}

.thumb {
  height: 100%;
  width: 120px;
  background: #8ec31f;
  cursor: pointer;
  touch-action: none;
  /* pointerイベントで左右ドラッグできるように */
  transform: translateX(0);
  will-change: transform;
}

/* 背景 */
.modal {
  display: none;
  /* JSで開くときに block にする */
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.53vw;
  height: 7.69vw;
  border-radius: 7.69vw;
  background: #8ec31f;
  font-size: 3.58vw;
  font-weight: 500;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding-right: 5.12vw;
  left: 2.56vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal-open {
    width: 123px;
    height: 30px;
    border-radius: 30px;
    padding-right: 20px;
    left: 10px;
    font-size: 14px;
  }
}
.modal-open::after {
  background: url('../images/works/modal_arrow.svg') no-repeat;
  background-size: contain;
  width: 2.82vw;
  height: 2.05vw;
  position: absolute;
  right: 4.35vw;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .modal-open::after {
    width: 11px;
    height: 8px;
    right: 17px;
  }
}

.modal.show {
  display: flex;
  opacity: 1;
}

.modal-content {
  background: #fff;
  padding: 16.3vw 6.14vw 14.3vw;
  border-radius: 2.56vw;
  width: calc(100% - 12.3vw);
  position: relative;
  opacity: 0;
  box-sizing: border-box;
  transform: scale(0.95);
  /* 少し縮小からスタート */
  max-height: 90vh;
  /* 画面高さの90%以内に制限 */
  overflow-y: auto;
  /* 縦スクロール許可 */
  -webkit-overflow-scrolling: touch;
  /* iOS慣性スクロール */
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 769px) {
  .modal-content {
    width: 1280px;
    max-width: 100%;
    padding: 88px 80px;
    border-radius: 10px;
  }
}
.modal-content h2 {
  color: #8ec31f;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 5.64vw;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 8vw;
  font-weight: 700;
  margin-bottom: 1.28vw;
}
@media screen and (min-width: 769px) {
  .modal-content h2 {
    font-size: 32px;
    padding-left: 49px;
    margin-bottom: 30px;
  }
}
.modal-content h2::before {
  content: '';
  position: absolute;
  background: url('../images/works/icon_home.svg') no-repeat;
  background-size: contain;
  width: 7.69vw;
  height: 7.69vw;
  top: 1.28vw;
  left: -1vw;
}
@media screen and (min-width: 769px) {
  .modal-content h2::before {
    width: 40px;
    height: 40px;
    top: 8px;
    left: -6px;
  }
}
@media screen and (min-width: 769px) {
  .modal-content .columns {
    column-count: 2;
    column-gap: 62px;
  }
}
.modal-content dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #c7c7c7;
  padding: 5.15vw 0;
  width: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .modal-content dl {
    line-height: 2;
    padding: 22px 0;
  }
}
.modal-content dl dt {
  color: #8ec31f;
  width: 23.07vw;
}
@media screen and (min-width: 769px) {
  .modal-content dl dt {
    width: 150px;
  }
}
.modal-content dl dd {
  width: calc(100% - 23.07vw);
}
@media screen and (min-width: 769px) {
  .modal-content dl dd {
    width: calc(100% - 150px);
  }
}

.modal.show .modal-content {
  opacity: 1;
  transform: scale(1);
  /* 元サイズに戻る */
}

.modal-close {
  position: absolute;
  top: 3.07vw;
  right: 2.56vw;
  font-size: 10.25vw;
  cursor: pointer;
  line-height: 1;
  color: #8ec31f;
  font-weight: 100;
}
@media screen and (min-width: 769px) {
  .modal-close {
    top: 26px;
    right: 30px;
    font-size: 46px;
  }
}

/* ------------------------------------------------
お知らせページ
------------------------------------------------ */
.news_block {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 19vw;
}
@media screen and (min-width: 769px) {
  .news_block {
    padding-bottom: 130px;
  }
}
.news_block .inner_width {
  max-width: 1280px;
}
.news_block .inner_width .title_type01 {
  margin-bottom: 11.28vw;
}
@media screen and (min-width: 769px) {
  .news_block .inner_width .title_type01 {
    margin-bottom: 64px;
  }
}
.news_block dl {
  display: none;
  border-bottom: solid 1px #c7c7c7;
  position: relative;
}
.news_block dl:first-of-type {
  border-top: solid 1px #c7c7c7;
}
.news_block dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 6vw 9vw 5.33vw 4vw;
}
@media screen and (min-width: 769px) {
  .news_block dl dt {
    padding: 36px 40px 40px;
    flex-flow: row;
  }
}
.news_block dl dt:checked {
  opacity: 1;
  background: #fff;
}
.news_block dl dt p {
  font-weight: 500;
  font-size: 3.73vw;
}
@media screen and (min-width: 769px) {
  .news_block dl dt p {
    font-size: 16px;
  }
}
.news_block dl dt.deactive p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_block dl dt.deactive::before,
.news_block dl dt.deactive::after {
  content: none !important;
}
.news_block dl dt::after {
  content: '';
  position: absolute;
  right: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6.15vw;
  height: 0.51vw;
  transition: all 0.2s;
  transform: rotate(90deg);
  background: #8ec31f;
}
@media screen and (min-width: 769px) {
  .news_block dl dt::after {
    right: 40px;
    width: 24px;
    height: 2px;
  }
}
.news_block dl dt::before {
  content: '';
  position: absolute;
  right: 4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6.15vw;
  height: 0.51vw;
  transition: all 0.2s;
  transform: rotate(0deg);
  background: #8ec31f;
}
@media screen and (min-width: 769px) {
  .news_block dl dt::before {
    right: 40px;
    width: 24px;
    height: 2px;
  }
}
.news_block dl dt.active::after {
  transform: rotate(0deg);
  transition: all 0.2s;
}
.news_block dl dt .date {
  position: relative;
  top: 0;
  margin-right: 50px;
  color: #8ec31f;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 3.58vw;
  font-weight: 300;
  margin-bottom: -1vw;
}
@media screen and (min-width: 769px) {
  .news_block dl dt .date {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.news_block dl dd {
  padding: 0 2.66vw 6vw 4vw;
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 2;
  margin-top: -2vw;
}
@media screen and (min-width: 769px) {
  .news_block dl dd {
    padding: 0 80px 40px 40px;
    margin-top: -28px;
  }
}
@media screen and (min-width: 769px) {
  .news_block dl dd p {
    font-size: 16px;
  }
}
.news_block dl dd .link_type02 {
  margin-top: 5vw;
}
@media screen and (min-width: 769px) {
  .news_block dl dd .link_type02 {
    margin-top: 20px;
  }
}
.news_block dl dd .green {
  color: #8ec31f;
}
.news_block dl dd > picture {
  justify-content: flex-start;
  width: 82.66vw;
  margin-top: 5.5vw;
}
@media screen and (min-width: 769px) {
  .news_block dl dd > picture {
    width: 240px;
    margin-top: 20px;
  }
}
.news_block dl dd > picture img {
  width: 100%;
  height: auto;
  border-radius: 1.33vw;
}
@media screen and (min-width: 769px) {
  .news_block dl dd > picture img {
    border-radius: 10px;
  }
}

.news_more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .news_more {
    margin-top: 57px;
  }
}
.news_more span {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2a2a2a;
  font-size: 4vw;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .news_more span {
    font-size: 18px;
  }
}
.news_more span figure {
  margin-left: 2vw;
}
@media screen and (min-width: 769px) {
  .news_more span figure {
    margin-left: 10px;
  }
}
.news_more span figure img {
  width: 6.66vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .news_more span figure img {
    width: 24px;
  }
}

/* ------------------------------------------------
SDGsへの取り組みページ
------------------------------------------------ */
.sdgs_block01 {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  margin-bottom: 8.46vw;
}
@media screen and (min-width: 769px) {
  .sdgs_block01 {
    margin-bottom: 78px;
    width: 100%;
  }
}
.sdgs_block01 section {
  box-sizing: border-box;
}
.sdgs_block01 section .title_type01 {
  margin-bottom: 11.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .sdgs_block01 section .title_type01 {
    margin-bottom: 63px;
  }
}
.sdgs_block01 section .title_type01 h2 {
  align-items: center;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sdgs_block01 section .title_type01 h2 small::before {
  left: 5.64vw;
}
@media screen and (min-width: 769px) {
  .sdgs_block01 section .title_type01 h2 small::before {
    left: 55px;
  }
}
.sdgs_block01 section .inner_block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sdgs_block01 section .inner_block picture {
  width: 100%;
  height: 60vw;
  margin-bottom: 6vw;
  box-sizing: border-box;
  padding: 8vw 7.5vw 7.5vw;
  border: solid 1px #8ec31f;
}
@media screen and (min-width: 769px) {
  .sdgs_block01 section .inner_block picture {
    width: 856px;
    height: 574px;
    padding: 63px 59px 55px;
    margin-bottom: 37px;
  }
}
.sdgs_block01 section .inner_block picture img {
  width: 100%;
  height: auto;
}
.sdgs_block01 section .inner_block p {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sdgs_block01 section .inner_block p {
    width: 955px;
  }
}

.sdgs_bg {
  margin-bottom: 14.58vw;
}
@media screen and (min-width: 769px) {
  .sdgs_bg {
    margin-bottom: 108px;
  }
}
.sdgs_bg picture {
  width: 100%;
  height: 31.79vw;
}
@media screen and (min-width: 769px) {
  .sdgs_bg picture {
    height: 239px;
  }
}
.sdgs_bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.sdgs_block02 section {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16.5vw;
}
@media screen and (min-width: 769px) {
  .sdgs_block02 section {
    width: 100%;
    margin-bottom: 96px;
  }
}
.sdgs_block02 section + section {
  margin-bottom: 18.5vw;
}
@media screen and (min-width: 769px) {
  .sdgs_block02 section + section {
    margin-bottom: 127px;
  }
}
.sdgs_block02 section h2 {
  font-size: 6.15vw;
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  color: #8ec31f;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 8.46vw;
}
@media screen and (min-width: 769px) {
  .sdgs_block02 section h2 {
    font-size: 36px;
    margin-bottom: 48px;
  }
}
.sdgs_block02 section .inner_img {
  margin-bottom: 6.92vw;
}
@media screen and (min-width: 769px) {
  .sdgs_block02 section .inner_img {
    margin-bottom: 37px;
  }
}
.sdgs_block02 section .inner_img picture {
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.sdgs_block02 section .inner_img picture img {
  width: 100%;
  height: auto;
}
.sdgs_block02 section .inner_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sdgs_block02 section .inner_content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.sdgs_block02 section .inner_content .left {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .sdgs_block02 section .inner_content .left {
    display: contents;
  }
}
.sdgs_block02 section .inner_content .left .sdgs_title {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sdgs_block02 section .inner_content .left .sdgs_title {
    order: 1;
    margin-bottom: 3.58vw;
  }
}
@media screen and (min-width: 769px) {
  .sdgs_block02 section .inner_content .left .sdgs_title {
    top: -5px;
    margin-bottom: 33px;
  }
}
.sdgs_block02 section .inner_content .left .sdgs_title h3 {
  font-size: 5.38vw;
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .sdgs_block02 section .inner_content .left .sdgs_title h3 {
    font-size: 26px;
    line-height: 2.2;
  }
}
.sdgs_block02 section .inner_content .left .img01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sdgs_block02 section .inner_content .left .img01 {
    order: 3;
  }
}
.sdgs_block02 section .inner_content .left .img01 img {
  width: 18.46vw;
  height: auto;
  max-width: 18.46vw;
  margin-right: 4vw;
}
@media screen and (min-width: 769px) {
  .sdgs_block02 section .inner_content .left .img01 img {
    max-width: 88px;
    margin-right: 16px;
  }
}
.sdgs_block02 section .inner_content .right {
  width: 802px;
}
@media screen and (max-width: 768px) {
  .sdgs_block02 section .inner_content .right {
    order: 2;
    width: 100%;
    margin-bottom: 8.5vw;
  }
}

/* ------------------------------------------------
施工実績ページ
------------------------------------------------ */
.works_contents {
  margin-bottom: 16vw;
}
@media screen and (min-width: 769px) {
  .works_contents {
    margin-bottom: 116px;
  }
}
.works_contents section {
  width: calc(100% - 10.66vw);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9.66vw;
}
@media screen and (min-width: 769px) {
  .works_contents section {
    width: calc(100% - 40px);
    margin-bottom: 50px;
  }
}
.works_contents section h2 {
  color: #8ec31f;
  font-size: 4.26vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding-bottom: 2.13vw;
  border-bottom: solid 1px #aaa;
  margin-bottom: 5.33vw;
}
@media screen and (min-width: 769px) {
  .works_contents section h2 {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
}
.works_contents section ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 5.33vw;
  grid-row-gap: 4.8vw;
}
@media screen and (min-width: 769px) {
  .works_contents section ul {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 48px;
    grid-row-gap: 27px;
  }
}
.works_contents section ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .works_contents section ul li img {
    margin-bottom: 10px;
  }
}
.works_contents section ul li p {
  background: #aaa;
  height: 5.73vw;
  border-radius: 5.73vw;
  color: #fff;
  font-size: 3.46vw;
  text-align: center;
  padding: 0 3.2vw 0.1vw;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .works_contents section ul li p {
    padding: 0 10px 2px;
    height: 20px;
    border-radius: 20px;
    font-size: 14px;
  }
}

/* -------------------------------------------------------------------------------
POLICYページ
---------------------------------------------------------------------------------- */
.privacy_block {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 11vw;
}
@media screen and (min-width: 769px) {
  .privacy_block {
    width: 100%;
    padding: 0 0 85px;
  }
}
.privacy_block .privacy_title h2 {
  font-size: 4.66vw;
  font-weight: 600;
  margin-bottom: 2.8vw;
  line-height: 1.9;
  position: relative;
  padding-bottom: 2.6vw;
}
@media screen and (min-width: 769px) {
  .privacy_block .privacy_title h2 {
    font-size: 22px;
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
}
.privacy_block .privacy_title h2::before {
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
}
@media screen and (min-width: 769px) {
  .privacy_block .privacy_title h2::before {
    height: 1px;
    bottom: 1px;
  }
}
.privacy_block .privacy_title h3 {
  font-size: 4.26vw;
  font-weight: 500;
  margin-bottom: 1.2vw;
  color: #8ec31f;
}
@media screen and (min-width: 769px) {
  .privacy_block .privacy_title h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #8ec31f;
  }
}
.privacy_block p {
  margin-bottom: 5.6vw;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .privacy_block p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.privacy_block ul {
  margin-top: -6vw;
  margin-bottom: 5.6vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .privacy_block ul {
    margin-bottom: 32px;
    margin-top: -40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .privacy_block ul li {
    margin-bottom: -0.6vw;
  }
}
.privacy_block .nowrap {
  white-space: nowrap;
}
.privacy_block h4 {
  font-size: 4vw;
  font-weight: 500;
  margin-bottom: 1.6vw;
  color: #8ec31f;
  margin-bottom: 3.6vw;
}
@media screen and (min-width: 769px) {
  .privacy_block h4 {
    font-size: 20px;
    margin-bottom: 13px;
    padding-top: 4px;
    color: #8ec31f;
  }
}
.privacy_block .privacy_table {
  margin-bottom: 7vw;
}
@media screen and (min-width: 769px) {
  .privacy_block .privacy_table {
    margin-bottom: 42px;
    width: 1060px;
  }
}
.privacy_block .privacy_table dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 3.56vw;
  flex-flow: row;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .privacy_block .privacy_table dl {
    font-size: 16px;
  }
}
.privacy_block .privacy_table dl:last-of-type {
  border-bottom: 1px solid #9c9c9c;
}
.privacy_block .privacy_table dl dt {
  padding: 2.3vw 4vw;
  box-sizing: border-box;
  border: 1px solid #9c9c9c;
  border-bottom: 0 solid #aaa;
  background: #f2f2f2;
  font-weight: 500;
  width: 26.5vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .privacy_block .privacy_table dl dt {
    width: 240px;
    min-height: 60px;
    padding: 8px 48px;
  }
}
.privacy_block .privacy_table dl dd {
  padding: 2.3vw 4vw;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-bottom: 0 solid #aaa;
  border-left: 0 solid #aaa;
  width: calc(100% - 26.5vw);
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .privacy_block .privacy_table dl dd {
    width: calc(100% - 240px);
    min-height: 60px;
    padding: 8px 48px;
  }
}

/* -------------------------------------------------------------------------------
反社会的勢力に対する基本方針ページ
---------------------------------------------------------------------------------- */
.anti-social_content {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 11vw;
}
@media screen and (min-width: 769px) {
  .anti-social_content {
    width: 100%;
    padding: 0 0 85px;
  }
}
.anti-social_content > p {
  margin-bottom: 5vw;
}
@media screen and (min-width: 769px) {
  .anti-social_content > p {
    margin-bottom: 38px;
    font-size: 16px;
  }
}
.anti-social_content .anti-social_title h2 {
  font-size: 4.26vw;
  font-weight: 500;
  margin-bottom: 1.2vw;
  color: #8ec31f;
}
@media screen and (min-width: 769px) {
  .anti-social_content .anti-social_title h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #8ec31f;
  }
}
.anti-social_content section {
  margin-bottom: 4.2vw;
}
@media screen and (min-width: 769px) {
  .anti-social_content section {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .anti-social_content section p {
    line-height: 1.8;
  }
}

#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06,
#sec07,
#sec08 {
  margin-top: -40vw;
  padding-top: 40vw;
}
@media screen and (min-width: 769px) {
  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05,
  #sec06,
  #sec07,
  #sec08 {
    margin-top: -170px;
    padding-top: 170px;
  }
}

#container.top {
  margin-top: -25vw;
  padding-top: 25vw;
}
@media screen and (min-width: 769px) {
  #container.top {
    margin-top: -120px;
    padding-top: 120px;
  }
}

.company #sec01,
.company #sec05 {
  margin-top: -30vw;
  padding-top: 30vw;
}
@media screen and (min-width: 769px) {
  .company #sec01,
  .company #sec05 {
    margin-top: -140px;
    padding-top: 140px;
  }
}

/* ------------------------------------------------
採用情報ページ
------------------------------------------------ */
.recruit_content {
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18.46vw;
  margin-top: -2.3vw;
}
@media screen and (min-width: 769px) {
  .recruit_content {
    width: 100%;
    margin-top: 114px;
    margin-bottom: 128px;
  }
}
.recruit_content section .title_type01 {
  position: relative;
  text-align: center;
  margin-bottom: -4.1vw;
}
@media screen and (min-width: 769px) {
  .recruit_content section .title_type01 {
    text-align: left;
    left: 64px;
    margin-bottom: -20px;
  }
}
.recruit_content section .title_type01 h2 span {
  letter-spacing: 0.03em;
  font-size: 10.25vw;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .recruit_content section .title_type01 h2 span {
    font-size: 80px;
    line-height: 1;
  }
}
.recruit_content .inner_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .recruit_content .inner_block .left {
    margin-bottom: 8vw;
  }
}
.recruit_content .inner_block .left picture {
  width: 100%;
  height: auto;
  border-radius: 2.56vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block .left picture {
    width: 456px;
    border-radius: 10px;
  }
}
.recruit_content .inner_block .left picture img {
  width: 100%;
  height: auto;
}
.recruit_content .inner_block .right {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block .right {
    width: 744px;
    margin-top: 88px;
  }
}
.recruit_content .inner_block .right > p {
  margin-bottom: 7.17vw;
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block .right > p {
    margin-bottom: 32px;
  }
}
.recruit_content .inner_block .right .big {
  font-size: 3.7333333333333334vw;
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block .right .big {
    font-size: 18px;
  }
}
.recruit_content .inner_block .right .ceo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11.79vw;
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block .right .ceo {
    margin-top: 35px;
    margin-bottom: 56px;
  }
}
.recruit_content .inner_block .right .ceo picture {
  width: 29.23vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block .right .ceo picture {
    width: 125px;
  }
}
.recruit_content .inner_block .right .ceo picture img {
  width: 100%;
  height: auto;
}
.recruit_content .inner_block .right .ceo p {
  margin-bottom: 0;
  font-size: 3.33vw;
  position: relative;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  top: 1.2vw;
  margin-right: 5.2vw;
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block .right .ceo p {
    margin-right: 22px;
    font-size: 15px;
    top: 3px;
  }
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block .right .link_type01 {
    justify-content: flex-start;
  }
}
.recruit_content .inner_block .right .link_type01 a {
  width: 68.2vw;
}
@media screen and (min-width: 769px) {
  .recruit_content .inner_block .right .link_type01 a {
    width: 292px;
  }
}

/* header.scss */
.header {
  position: fixed;
  background: #fff;
  top: 6.15vw;
  left: 0;
  right: 0;
  z-index: 100;
  width: calc(100% - 4.1vw);
  height: 15.89vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .header {
    top: 24px;
    width: calc(100% - 80px);
    min-width: 1300px;
    height: 72px;
  }
}
.header .header_inner {
  height: 15.89vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 8vw);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .header .header_inner {
    width: calc(100% - 80px);
    height: 72px;
  }
}
.header .header_inner .h_logo img {
  width: 36.66vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .header .header_inner .h_logo img {
    width: 164px;
  }
}
.header .header_inner nav {
  display: none;
}
@media screen and (min-width: 769px) {
  .header .header_inner nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header .header_inner nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header_inner nav ul li {
  margin-right: 50px;
}
.header .header_inner nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
.header .header_inner nav .h_tel a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 6px;
}
.header .header_inner nav .h_tel a figure {
  margin-right: 6px;
}
.header .header_inner nav .h_tel a figure img {
  width: 15px;
  height: auto;
}
.header .header_inner nav .h_tel p {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  line-height: 1;
}
.header .header_inner nav .h_contact {
  margin-left: 23px;
}
.header .header_inner nav .h_contact a {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: linear-gradient(313.87deg, #8ec31f 17.7%, #e6f1d3 87.34%);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* gnav.scss */
.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 6vw;
  top: 8vw;
  width: 11.79vw;
  height: 11.79vw;
  border-radius: 11.79vw;
  cursor: pointer;
  z-index: 101;
  position: fixed;
  user-select: none;
  background: linear-gradient(313.87deg, #8ec31f 17.7%, #e6f1d3 87.34%);
  transition: all 0.2s;
}
@media screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
}
.toggle p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.75vw;
  margin: auto;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5vw;
  font-size: 2.26vw;
  font-weight: 300;
}
@media (width > 769px) {
  .toggle p {
    font-size: 10px;
    bottom: 12px;
    letter-spacing: 2px;
  }
}

.toggle.recruit {
  background: none;
  border: solid 0.26vw #fff;
}

.nav_menu.recruit .inner_bottom {
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .nav_menu.recruit .inner_bottom {
    margin-bottom: 60px;
  }
}
.nav_menu.recruit .inner_bottom .h_entry {
  margin-bottom: 8vw;
}
.nav_menu.recruit .inner_bottom .h_entry a {
  width: 33.46vw;
  height: 13.46vw;
  border-radius: 13.46vw;
  background: #e23333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.26vw;
  position: relative;
  padding-top: 0.3vw;
  box-sizing: border-box;
}
.nav_menu.recruit .inner_bottom .nav_bottom li {
  margin-right: 8vw;
}
.nav_menu.recruit .inner_bottom .nav_bottom a {
  color: #a3a3a3;
  font-size: 3.2vw;
  position: relative;
}
.nav_menu.recruit .inner_bottom .nav_bottom a::after {
  background: url('../images/recruit/icon_link.svg') no-repeat;
  background-size: cover;
  width: 2.66vw;
  height: 2.66vw;
  position: absolute;
  right: -4.6vw;
  top: 0.2vw;
  bottom: 0;
  margin: auto;
  content: '';
  transition: all 0.2s;
}
.nav_menu.recruit .nav_inner_menu li a::after {
  background: url('../images/recruit/recruit_arrow_sp.svg') no-repeat;
  background-size: contain;
  width: 3.73vw;
  height: 3.73vw;
  position: absolute;
  right: 0;
  top: 4vw;
  bottom: 0;
  margin: auto;
  content: '';
  transition: all 0.2s;
}

.toggle span {
  display: block;
  position: absolute;
  width: 5.12vw;
  border-bottom: solid 1px #fff;
  transition: 0.2s ease-in-out;
  left: 3.4vw;
}
@media screen and (min-width: 769px) {
  .toggle span {
    border-bottom: solid 2px #fff;
  }
}

.toggle span:nth-child(1) {
  top: 5vw;
}

.toggle span:nth-child(2) {
  top: 7vw;
}

.toggle.active span:nth-child(1) {
  top: 5.8vw;
  left: 3.3vw;
  transform: rotate(-45deg);
}

.toggle.active span:nth-child(2) {
  top: 5.8vw;
  transform: rotate(45deg);
  left: 3.3vw;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.nav_menu {
  position: fixed;
  top: -120vh;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: linear-gradient(328.94deg, #8ec31f 19.85%, #e6f1d3 135.9%);
  overflow-x: hidden;
  padding: 26.5vw 4.8vw 9vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .nav_menu {
    display: none;
  }
}
.nav_menu .nav_logo {
  position: relative;
  top: 1.6vw;
  padding: 1.36vw 2.66vw 0;
}
.nav_menu .nav_logo figure {
  justify-content: flex-start;
}
.nav_menu .nav_logo img {
  width: 57.9vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .nav_menu .inner_bottom {
    margin-bottom: 60px;
  }
}
.nav_menu .inner_bottom .sdgs_link {
  margin-bottom: 12vw;
}
.nav_menu .inner_bottom .sdgs_link a {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 63.84vw;
  height: 12.3vw;
  border-radius: 1vw;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  font-size: 3.07vw;
  padding: 0 2vw;
  box-sizing: border-box;
  position: relative;
}
.nav_menu .inner_bottom .sdgs_link a figure {
  margin-right: 1vw;
}
.nav_menu .inner_bottom .sdgs_link a figure img {
  width: 10.25vw;
  height: auto;
}
.nav_menu .inner_bottom .sdgs_link a::after {
  content: '';
  width: 1.53vw;
  height: 1.53vw;
  background: linear-gradient(313.87deg, #8ec31f 17.7%, #e6f1d3 87.34%);
  border-radius: 1.53vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4vw;
  margin: auto;
}
.nav_menu .inner_bottom .nav_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6vw;
}
.nav_menu .inner_bottom .nav_bottom li {
  line-height: 1;
  margin-right: 5vw;
  margin-bottom: 5vw;
}
.nav_menu .inner_bottom .nav_bottom li a {
  color: #fff;
  font-weight: 400;
  font-size: 3.58vw;
  white-space: nowrap;
}
.nav_menu .inner_bottom .privacy {
  color: #fff;
  font-size: 3.07vw;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  letter-spacing: 0.03em;
}
.nav_menu .nav_inner_menu {
  position: relative;
  margin-bottom: 12vw;
}
.nav_menu .nav_inner_menu li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 4.1vw;
  font-weight: 700;
  position: relative;
  padding: 5.8vw 3.2vw;
  box-sizing: border-box;
  border-bottom: solid 0.26vw #fff;
}
.nav_menu .nav_inner_menu li a::after {
  background: url('../images/common/sp_arrow.svg') no-repeat;
  background-size: contain;
  width: 3.58vw;
  height: 2.56vw;
  position: absolute;
  right: 3.4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  transition: all 0.2s;
}

/* footer.scss */
.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 11vw 6.15vw;
  background: linear-gradient(328.94deg, #8ec31f 19.85%, #e6f1d3 135.9%);
  border-radius: 2.56vw;
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 100.76vw;
  box-sizing: border-box;
  margin-bottom: -49.74vw;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer_top {
    flex-direction: row;
    padding: 48px 80px;
    border-radius: 10px;
    height: 214px;
    margin-bottom: -102px;
    width: 1280px;
  }
}
@media screen and (min-width: 769px) {
  .footer_top .title_type01 {
    margin-top: 10px;
  }
}
.footer_top .title_type01 h2 small {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_top .title_type01 h2 small {
    text-align: left;
  }
}
.footer_top .title_type01 h2 small::before {
  content: '';
  background: url('../images/common/leaf_w.svg') no-repeat;
  background-size: contain;
  left: 8.8vw;
  width: 3.076vw;
  height: 3.076vw;
}
@media screen and (min-width: 769px) {
  .footer_top .title_type01 h2 small::before {
    width: 14px;
    height: 14px;
    left: 2px;
  }
}
.footer_top .title_type01 h2 span {
  background: none;
  color: #fff;
  text-fill-color: initial;
  -webkit-text-fill-color: initial;
}
.footer_top .inner_txt {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_txt {
    width: 676px;
  }
}
.footer_top .inner_txt > p {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 5.12vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_txt > p {
    text-align: left;
    margin-bottom: 30px;
  }
}
.footer_top .inner_txt .inner_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_txt .inner_bottom {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .footer_top .inner_txt .inner_bottom .tel {
    margin-bottom: 5.12vw;
  }
}
.footer_top .inner_txt .inner_bottom .tel a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 9.23vw;
  line-height: 1;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_txt .inner_bottom .tel a {
    font-size: 40px;
    margin-bottom: 0;
  }
}
.footer_top .inner_txt .inner_bottom .tel a figure {
  width: 7.17vw;
  height: auto;
  margin-right: 1.28vw;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_txt .inner_bottom .tel a figure {
    width: 30px;
    margin-right: 6px;
  }
}
.footer_top .inner_txt .inner_bottom .tel a figure img {
  width: 100%;
  height: auto;
}
.footer_top .inner_txt .inner_bottom .tel p {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  text-align: center;
  font-weight: 700;
}
.footer_top .inner_txt .inner_bottom .contact a {
  position: relative;
  background: #fff;
  border-radius: 1.53vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 71.79vw;
  height: 13.07vw;
  color: #8ec31f;
  font-weight: 700;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  padding-left: 10.25vw;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_txt .inner_bottom .contact a {
    width: 309px;
    height: 56px;
    border-radius: 6px;
    padding-left: 40px;
  }
}
.footer_top .inner_txt .inner_bottom .contact a::after {
  content: '';
  background: url('../images/common/arrow01.svg') no-repeat;
  background-size: contain;
  width: 3.58vw;
  height: 2.56vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.69vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer_top .inner_txt .inner_bottom .contact a::after {
    right: 30px;
    width: 16px;
    height: 12px;
  }
}

.footer {
  background: #f6ffe5;
  position: relative;
  padding: 12vw 0 7.5vw;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 93px 0 40px;
  }
}
.footer::before {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #f5f5f5;
  content: '';
}
.footer .footer_inner {
  width: 100%;
  width: calc(100% - 12.3vw);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 50vw;
}
@media screen and (min-width: 769px) {
  .footer .footer_inner {
    align-items: flex-end;
    padding-top: 80px;
    flex-direction: row;
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .f_left {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .f_left a {
    order: 3;
    margin-bottom: 4vw;
  }
}
.footer .footer_inner .f_left a picture {
  justify-content: flex-start;
}
.footer .footer_inner .f_left a picture img {
  width: 43.58vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .f_left a picture img {
    width: 181px;
  }
}
.footer .footer_inner .f_left .address {
  margin-top: 20px;
  font-size: 3.33vw;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .f_left .address {
    display: contents;
    margin-top: 20px;
    font-size: 13px;
  }
}
.footer .footer_inner .f_left .address > p {
  margin-bottom: 5px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .f_left .address > p {
    order: 4;
    margin-bottom: 2vw;
    font-size: 3.33vw;
  }
}
.footer .footer_inner .f_left .address .copyright {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  color: #9c9c9c;
  font-size: 2.82vw;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .f_left .address .copyright {
    order: 6;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .f_left .address .copyright {
    font-size: 13px;
    margin-top: 30px;
  }
}
.footer .footer_inner .f_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 25px;
  margin-right: 40px;
  width: 708px;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .f_right {
    display: contents;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .f_right > nav {
    order: 1;
  }
}
.footer .footer_inner .f_right > nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .f_right > nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15.38vw;
    grid-row-gap: 5.64vw;
    margin-bottom: 7vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .f_right > nav ul {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .f_right > nav ul li:nth-of-type(2),
  .footer .footer_inner .f_right > nav ul li:nth-of-type(5) {
    position: relative;
    left: 2vw;
  }
  .footer .footer_inner .f_right > nav ul li:nth-of-type(3) {
    position: relative;
    left: -1vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .f_right > nav ul li {
    margin-right: 66px;
  }
}
.footer .footer_inner .f_right > nav ul li a {
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  white-space: nowrap;
  line-height: 2;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 3.84vw;
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .f_right > nav ul li a {
    font-size: 116px;
    font-size: 16px;
  }
}
.footer .footer_inner .inner_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .inner_bottom {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .inner_bottom .sdgs {
    order: 2;
    margin-bottom: 10vw;
  }
}
.footer .footer_inner .inner_bottom .sdgs a {
  position: relative;
  background: #fff;
  width: 63.84vw;
  height: 12.3vw;
  border-radius: 1vw;
  box-sizing: border-box;
  border: solid 1px #c7c7c7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.08vw;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  padding-left: 2vw;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .inner_bottom .sdgs a {
    font-size: 13px;
    padding-left: 8px;
    width: 264px;
    height: 50px;
    border-radius: 4px;
  }
}
.footer .footer_inner .inner_bottom .sdgs a img {
  width: 10.25vw;
  margin-right: 1vw;
  height: auto;
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .inner_bottom .sdgs a img {
    width: 40px;
    margin-right: 10px;
  }
}
.footer .footer_inner .inner_bottom .sdgs a::after {
  content: '';
  background: linear-gradient(313.87deg, #8ec31f 17.7%, #e6f1d3 87.34%);
  width: 1.53vw;
  height: 1.53vw;
  border-radius: 1.53vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.1vw;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .inner_bottom .sdgs a::after {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    right: 16px;
  }
}
.footer .footer_inner .inner_bottom .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer_inner .inner_bottom .nav {
    order: 5;
    justify-content: flex-start;
    margin-left: 0;
    flex-wrap: wrap;
    margin-bottom: 1vw;
  }
}
.footer .footer_inner .inner_bottom .nav li {
  margin-right: 6.41vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .inner_bottom .nav li {
    margin-left: 18px;
    margin-right: 0;
    line-height: 2;
  }
}
.footer .footer_inner .inner_bottom .nav li a {
  color: #9c9c9c;
  font-size: 3.07vw;
}
@media screen and (min-width: 769px) {
  .footer .footer_inner .inner_bottom .nav li a {
    font-size: 13px;
  }
}
