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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  color: #222;
  line-height: 1.7;
  font-size: 0.8333333333vw;
  font-weight: 500;
  position: relative;
  font-family: "MeiseiSans", Sans-Serif;
  background: #fff4e4;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
.ab_clip {
  font-family: "ab-clip-medium", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ab_tsubaki {
  font-family: ab-tsubaki, sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.bold {
  font-weight: bold;
}

/* Meisei Sans の定義 */
@font-face {
  font-family: "MeiseiSans";
  font-style: normal;
  font-weight: 400;
  src: url(https://www.meisei-u.ac.jp/cd/font/MeiseiSansSubset-Regular.woff2) format("woff2"), url(https://www.meisei-u.ac.jp/cd/font/MeiseiSansSubset-Regular.woff) format("woff");
}
@font-face {
  font-family: "MeiseiSans";
  font-style: bold;
  font-weight: 700;
  src: url(https://www.meisei-u.ac.jp/cd/font/MeiseiSansSubset-Bold.woff2) format("woff2"), url(https://www.meisei-u.ac.jp/cd/font/MeiseiSansSubset-Bold.woff) format("woff");
}
/* 表示フォントの設定 */
.meiseisans {
  font-family: "MeiseiSans", Sans-Serif;
  font-display: swap;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 69.2708333333vw;
  margin: 0 auto;
}

section {
  padding: 5.2083333333vw 0;
}

@media screen and (min-width: 1920px) {
  .inner {
    max-width: 1330px;
    margin: 0 auto;
  }
  section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 5.3333333333vw;
    max-width: unset;
  }
  section {
    padding: 13.3333333333vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  font-family: "Kiwi Maru";
  font-weight: 500;
  font-size: 2.8645833333vw;
  text-align: center;
  color: #312c20;
}

.section_title span {
  position: relative;
  z-index: 1;
}

.section_title span::before {
  content: "";
  display: inline-block;
  width: calc(100% + 0.5208333333vw);
  border-top: 0.4166666667vw solid #fff;
  position: absolute;
  bottom: -0.3125vw;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 0.5208333333vw;
  z-index: -1;
}

.section_title.type2 span::before {
  border-top: 0.4166666667vw solid #fff4e4;
}

@media screen and (min-width: 1920px) {
  .section_title {
    font-family: "Kiwi Maru";
    font-weight: 500;
    font-size: 55px;
    text-align: center;
    color: #312c20;
  }
  .section_title span {
    position: relative;
    z-index: 1;
  }
  .section_title span::before {
    content: "";
    display: inline-block;
    width: calc(100% + 10px);
    /* border-top: 8px solid #fff; */
    border-top: 7px solid #fff;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 10px;
    z-index: -1;
  }
  .section_title.type2 span::before {
    border-top: 8px solid #fff4e4;
  }
}
@media screen and (max-width: 750px) {
  .section_title {
    font-size: 8vw;
    white-space: nowrap;
  }
  .section_title span::before {
    border-top: 1.0666666667vw solid #fff;
    bottom: -1.6vw;
  }
  .section_title.type2 span::before {
    border-top: 1.0666666667vw solid #fff4e4;
  }
}
/* トップに戻る
***************************************************************/
.fixed {
  position: fixed;
  right: 2.0833333333vw;
  bottom: 3.125vw;
  z-index: 10;
  display: none;
}

.fixed_link {
  width: 4.1666666667vw;
  border-radius: 50%;
  box-shadow: 0vw 0.5208333333vw 0.2604166667vw rgba(185, 198, 169, 0.51);
  transition: 0.3s;
}

@media screen and (min-width: 1920px) {
  .fixed {
    position: fixed;
    right: 40px;
    bottom: 60px;
    z-index: 10;
  }
  .fixed_link {
    width: 80px;
    border-radius: 50%;
    box-shadow: 0px 10px 5px rgba(185, 198, 169, 0.51);
  }
}
@media screen and (min-width: 751px) {
  .fixed_link:hover {
    box-shadow: unset;
    transform: translateY(4px);
  }
}
@media screen and (max-width: 750px) {
  .fixed {
    right: 5.3333333333vw;
    bottom: 10.6666666667vw;
  }
  .fixed_link {
    width: 13.3333333333vw;
  }
  .js-scrollable {
    margin-right: calc(50% - 50vw);
    padding-right: 8vw;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  padding: 1.5625vw 0;
}

.header_inner {
  position: relative;
  margin: 0 2.7604166667vw;
}

.toggle-menu {
  display: none;
}

.header_nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.global_nav_list {
  display: inline-flex;
  align-items: center;
  gap: 1.9791666667vw;
  border-radius: 2.0833333333vw;
  background: #34763b;
  box-shadow: 0vw 0vw 0.5208333333vw rgba(0, 0, 0, 0.05);
  padding: 1.3020833333vw 2.5vw 1.0416666667vw;
}

.global_nav_item {
  display: inline;
}

.global_nav_item a {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1;
  color: #fff4e4;
}

.global_nav_item a::before {
  content: "";
  display: inline-block;
  width: 1.40625vw;
  height: 1.40625vw;
  background-image: url(../images/icon/icon_arrow_header.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.3645833333vw;
  position: relative;
  top: -0.1041666667vw;
  transition: 0.3s;
}

@media screen and (min-width: 1920px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
    padding: 30px 0;
  }
  .header_inner {
    position: relative;
    margin: 0 53px;
  }
  .toggle-menu {
    display: none;
  }
  .header_nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .global_nav_list {
    display: inline-flex;
    align-items: center;
    gap: 38px;
    border-radius: 40px;
    background: #34763b;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    padding: 25px 48px 20px;
  }
  .global_nav_item {
    display: inline;
  }
  .global_nav_item a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #fff4e4;
  }
  .global_nav_item a::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(../images/icon/icon_arrow_header.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -2px;
  }
}
@media screen and (min-width: 751px) {
  /* .global_nav_item a:hover::before {
    transform: scale(1.2);
    } */
    .global_nav_item a:hover {
      color: #fff;
    }
}
@media screen and (max-width: 750px) {
  header {
    padding: 5.3333333333vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 0 0 5.3333333333vw;
  }
  .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_logo {
    width: 14.6666666667vw;
  }
  .toggle-menu {
    display: inline-block;
    width: 17.3333333333vw;
    height: 13.3333333333vw;
    position: relative;
    z-index: 100;
    border-radius: 10px 0px 0px 10px;
    background: #34763b;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -2666.4vw;
    width: 5.3333333333vw;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 3px;
  }
  .toggle-menu .toggle-line::before {
    top: -1.8666666667vw;
    animation: menu-barTop 0.6s forwards;
    width: 6.6666666667vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.8666666667vw;
    animation: menu-barBottom 0.6s forwards;
    width: 4vw;
    background: #FFBE00;
  }
  .open .toggle-menu {
    background: #fff;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
  }
  .open .toggle-menu .toggle-line::before {
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-35deg);
    top: 0;
    background: #34763B;
    width: 7.7333333333vw;
    left: -0.8vw;
  }
  .open .toggle-menu .toggle-line::after {
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(35deg);
    top: 0;
    width: 7.7333333333vw;
    left: -0.8vw;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 26.6666666667vw 10.1333333333vw 26.6666666667vw;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background: #34763b;
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .global_nav {
    width: 100%;
  }
  .global_nav_list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8vw;
    text-align: left;
    padding: 0;
    width: 100%;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    width: 100%;
    font-size: 4.8vw;
  }
  .global_nav_item a::before {
    width: 7.2vw;
    height: 7.2vw;
    margin-right: 1.8666666667vw;
    top: -0.5333333333vw;
  }
}
.l-footer {
  padding: clamp(43.9238653001px, 5.8565153734vw, 80px) 0 clamp(13.17715959px, 1.756954612vw, 24px);
  font-weight: 700;
  color: #d6a7a7;
  text-align: center;
  background-color: #6a2227;
}

@media screen and (max-width: 750px) {
  .l-footer {
    padding: 16vw 0 5.3333333333vw;
  }
}
.l-footer__logo {
  margin-bottom: clamp(21.9619326501px, 2.9282576867vw, 40px);
}

@media screen and (max-width: 750px) {
  .l-footer__logo {
    margin-bottom: 9.3333333333vw;
  }
}
.l-footer__logo img {
  width: clamp(129.0263543192px, 17.2035139092vw, 235px);
}

@media screen and (max-width: 750px) {
  .l-footer__logo img {
    width: 42.4vw;
  }
}
.l-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: clamp(13.17715959px, 1.756954612vw, 24px);
  place-content: center;
  place-items: center;
  margin-bottom: clamp(21.9619326501px, 2.9282576867vw, 40px);
}

@media screen and (max-width: 750px) {
  .l-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.l-footer__address {
  font-size: clamp(7.6866764275px, 1.0248901903vw, 14px);
}

@media screen and (max-width: 750px) {
  .l-footer__address {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.l-footer__tel {
  font-size: clamp(7.6866764275px, 1.0248901903vw, 14px);
}

@media screen and (max-width: 750px) {
  .l-footer__tel {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .l-footer__tel a[href*="tel:"] {
    pointer-events: none;
  }
}
.l-footer__tel a {
  color: #d6a7a7;
}

.l-footer__tel span {
  display: inline-block;
  padding: clamp(2.196193265px, 0.2928257687vw, 4px) clamp(6.588579795px, 0.878477306vw, 12px);
  margin-right: clamp(6.588579795px, 0.878477306vw, 12px);
  font-size: clamp(6.588579795px, 0.878477306vw, 12px);
  border: clamp(1.0980966325px, 0.1464128843vw, 2px) solid #d6a7a7;
  border-radius: clamp(16.4714494876px, 2.196193265vw, 30px);
}

@media screen and (max-width: 750px) {
  .l-footer__tel span {
    font-size: 10px;
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw 2.1333333333vw;
    margin-right: 2.1333333333vw;
    border: 0.2666666667vw solid #d6a7a7;
    border-radius: 2.6666666667vw;
  }
}
.l-footer__link {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(21.9619326501px, 2.9282576867vw, 40px);
  place-content: center;
  place-items: center;
  margin-bottom: clamp(35.1390922401px, 4.6852122987vw, 64px);
}

@media screen and (max-width: 750px) {
  .l-footer__link {
    gap: 5.3333333333vw 10.6666666667vw;
    margin-bottom: 12vw;
  }
}
.l-footer__linkItem {
  position: relative;
  display: flex;
  align-items: center;
}

.l-footer__linkItem a {
  padding-right: clamp(13.7262079063px, 1.8301610542vw, 25px);
  font-size: clamp(7.6866764275px, 1.0248901903vw, 14px);
  color: #d6a7a7;
  transition: 0.3s;
}

@media screen and (min-width: 751px) {
  .l-footer__linkItem a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__linkItem a {
    padding-right: 4vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.l-footer__linkItem::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(7.1376281113px, 0.9516837482vw, 13px);
  height: clamp(7.1376281113px, 0.9516837482vw, 13px);
  content: "";
  background: url(../images/icon/tab_footer.svg) no-repeat center;
  background-size: 100%;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .l-footer__linkItem::after {
    width: 2.5333333333vw;
    height: 2.5333333333vw;
  }
}
.l-footer__copyright {
  font-size: clamp(7.6866764275px, 1.0248901903vw, 14px);
}

@media screen and (max-width: 750px) {
  .l-footer__copyright {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
/*===================================================
トップページ
===================================================*/
/* FV
***************************************************************/
.fv {
  position: relative;
  padding: 8.6458333333vw 0 4.8958333333vw;
}

.fv::before {
  content: "";
  display: inline-block;
  width: 12.03125vw;
  height: 8.5416666667vw;
  background-image: url(../images/front/fv_ill01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -0.5208333333vw;
  bottom: 1.5625vw;
}

.fv::after {
  content: "";
  display: inline-block;
  width: 88.9583333333vw;
  height: 32.8125vw;
  background-image: url(../images/front/fv_grid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 9.4791666667vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.fv .inner {
  max-width: 81.9791666667vw;
}

.fv_title {
  width: 39.6875vw;
}

.fv_title img {
  width: 100%;
}

.fv_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 51.25vw;
}

@media screen and (max-width: 750px) {
  .fv {
    padding: 65.0666666667vw 0 10.6666666667vw;
  }
  .fv .inner {
    padding: 0 2.6666666667vw;
  }
  .fv::before {
    width: 23.2vw;
    height: 16.5333333333vw;
    left: -2.6666666667vw;
    bottom: -9.8666666667vw;
  }
  .fv::after {
    width: 89.0666666667vw;
    height: 95.4666666667vw;
    top: 54.4vw;
    background-image: url(../images/front/fv_grid_sp.svg);
  }
  .fv .inner {
    max-width: unset;
  }
  .fv_title {
    width: 91.4666666667vw;
    position: relative;
    z-index: 1;
  }
  .fv_img {
    width: 91.2vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 6.9791666667vw 0 5.2083333333vw;
}

.sec1 .inner {
  position: relative;
}

.sec1 .inner::before {
  content: "";
  display: inline-block;
  width: 12.03125vw;
  height: 8.5416666667vw;
  background-image: url(../images/front/sec1_ill01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -9.6875vw;
  top: 2.1875vw;
}

.sec1 .inner::after {
  content: "";
  display: inline-block;
  width: 7.2916666667vw;
  height: 8.3854166667vw;
  background-image: url(../images/front/sec1_ill02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -6.1979166667vw;
  bottom: 10.2083333333vw;
}

.sec1_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.34375vw;
  margin-top: 4.6875vw;
}

.sec1_item {
  text-align: center;
}

.sec1_itemBox {
  background: #fff;
  border: 0.2604166667vw solid #fbe1c3;
  border-radius: 5.2083333333vw 5.2083333333vw 2.6041666667vw 2.6041666667vw;
  padding: 0 2.34375vw 2.0833333333vw;
}

.sec1_item_img {
  height: 9.8958333333vw;
  width: auto;
  margin-top: -1.0416666667vw;
}

.sec1_item_title {
  color: #34763b;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5625vw;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Kiwi Maru", serif;
  margin-top: 2.0833333333vw;
  min-height: 4.375vw;
}

.sec1_item_title .circle {
  display: inline;
  position: relative;
  z-index: 1;
}

.sec1_item_title .circle::before {
  content: "";
  display: inline-block;
  width: 3.1770833333vw;
  height: 2.6041666667vw;
  background-image: url(../images/icon/icon_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec1_item_text {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.71875vw;
  text-align: left;
  margin-top: 1.3020833333vw;
}

.sec1_item_text span {
  position: relative;
  display: inline;
}

.sec1_item_text span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.4166666667vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: -0.4166666667vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec1_item_text .border01::before {
  background-image: url(../images/icon/icon_border01.svg);
}

.sec1_item_text .border02::before {
  background-image: url(../images/icon/icon_border02.svg);
}

.sec1_item_text .border03::before {
  background-image: url(../images/icon/icon_border03.svg);
}

.sec1_item_text .border04::before {
  background-image: url(../images/icon/icon_border04.svg);
  width: 4.4791666667vw;
  left: -14.0625vw;
}

.sec1_item_text .border05::before {
  background-image: url(../images/icon/icon_border05.svg);
}

.sec1_item_text .border06::before {
  background-image: url(../images/icon/icon_border06.svg);
  width: 3.125vw;
  left: -16.1458333333vw;
  transform: unset;
}

.sec1_item_desc {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  text-align: left;
  color: #312c20;
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
  margin-top: 0.5208333333vw;
}

@media screen and (min-width: 1920px) {
  .sec1 {
    padding: 134px 0 100px;
  }
  .sec1 .inner {
    position: relative;
  }
  .sec1 .inner::before {
    content: "";
    display: inline-block;
    width: 231px;
    height: 164px;
    background-image: url(../images/front/sec1_ill01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -186px;
    top: 42px;
  }
  .sec1 .inner::after {
    content: "";
    display: inline-block;
    width: 140px;
    height: 161px;
    background-image: url(../images/front/sec1_ill02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    /* left: -119px;
    bottom: 196px; */
    left: -114px;
    bottom: 124px;
  }
  .sec1_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    margin-top: 90px;
  }
  .sec1_item {
    text-align: center;
  }
  .sec1_itemBox {
    background: #fff;
    border: 5px solid #fbe1c3;
    border-radius: 100px 100px 50px 50px;
    padding: 0 45px 40px;
  }
  .sec1_item_img {
    height: 190px;
    width: auto;
    margin-top: -20px;
  }
  .sec1_item_title {
    color: #34763b;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Kiwi Maru", serif;
    margin-top: 40px;
    min-height: 84px;
  }
  .sec1_item_title .circle {
    display: inline;
    position: relative;
    z-index: 1;
  }
  .sec1_item_title .circle::before {
    content: "";
    display: inline-block;
    width: 61px;
    height: 50px;
    background-image: url(../images/icon/icon_circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .sec1_item_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 33px;
    text-align: left;
    /* margin-top: 25px; */
    margin-top: 15px;
  }
  .sec1_item_text span {
    position: relative;
    display: inline;
  }
  .sec1_item_text span::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec1_item_text .border01::before {
    background-image: url(../images/icon/icon_border01.svg);
  }
  .sec1_item_text .border02::before {
    background-image: url(../images/icon/icon_border02.svg);
  }
  .sec1_item_text .border03::before {
    background-image: url(../images/icon/icon_border03.svg);
  }
  .sec1_item_text .border04::before {
    background-image: url(../images/icon/icon_border04.svg);
    width: 86px;
    left: -270px;
  }
  .sec1_item_text .border05::before {
    background-image: url(../images/icon/icon_border05.svg);
  }
  .sec1_item_text .border06::before {
    background-image: url(../images/icon/icon_border06.svg);
    width: 60px;
    left: -310px;
    transform: unset;
  }
  .sec1_item_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: #312c20;
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .sec1 {
    padding: 10.6666666667vw 0;
  }
  .sec1 .inner {
    padding: 0 8vw;
  }
  .sec1 .inner::before {
    width: 23.2vw;
    height: 16.5333333333vw;
    right: -6.6666666667vw;
    top: 20vw;
  }
  .sec1 .inner::after {
    width: 22.4vw;
    height: 25.6vw;
    left: -8vw;
    top: 90.6666666667vw;
    bottom: unset;
  }
  .sec1_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12vw;
    margin-top: 18.6666666667vw;
  }
  .sec1_itemBox {
    border: 1.3333333333vw solid #fbe1c3;
    border-radius: 16vw 16vw 10.6666666667vw 10.6666666667vw;
    padding: 0 9.3333333333vw 9.3333333333vw;
  }
  .sec1_item_img {
    height: 36.5333333333vw;
    margin-top: -5.3333333333vw;
  }
  .sec1_item_title {
    font-size: 6.4vw;
    margin-top: 6.6666666667vw;
    min-height: 17.8666666667vw;
  }
  .sec1_item_title .circle {
    display: inline;
    position: relative;
    z-index: 1;
  }
  .sec1_item_title .circle::before {
    width: 12.2666666667vw;
    height: 9.8666666667vw;
  }
  .sec1_item_text {
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
    margin-top: 4vw;
  }
  .sec1_item_text span {
    position: relative;
    display: inline;
  }
  .sec1_item_text span::before {
    height: 1.6vw;
    bottom: -1.3333333333vw;
    -o-object-position: top;
       object-position: top;
  }
  .sec1_item_text .border01 {
    display: inline-block;
  }
  .sec1_item_text .border04::before {
    background-image: url(../images/icon/icon_border04.svg);
    width: 17.0666666667vw;
    left: -53.3333333333vw;
  }
  .sec1_item_text .border06::before {
    background-image: url(../images/icon/icon_border06.svg);
    width: 11.7333333333vw;
    left: -61.3333333333vw;
    transform: unset;
  }
  .sec1_item_desc {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
/* Service
***************************************************************/
.sec2 {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 1.8229166667vw 0 3.125vw;
}

.sec2 .inner {
  position: relative;
}

.sec2 .inner::before {
  content: "";
  display: inline-block;
  width: 13.125vw;
  height: 27.9166666667vw;
  background-image: url(../images/front/sec2_ill01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 5.46875vw;
  left: -15.2604166667vw;
}

.sec2 .inner::after {
  content: "";
  display: inline-block;
  width: 16.40625vw;
  height: 42.6041666667vw;
  background-image: url(../images/front/sec2_ill02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 0.8854166667vw;
  right: -13.90625vw;
}

.sec2_bg {
  position: absolute;
  left: 0;
  top: -0.2083333333vw;
  z-index: -1;
  width: 100%;
}

.sec2 .inner {
  max-width: 56.25vw;
  text-align: center;
}

.sec2_img {
  margin-top: 2.8645833333vw;
}

.sec2_list {
  margin-top: 3.6458333333vw;
  display: flex;
  flex-flow: column;
  gap: 1.0416666667vw;
}

.sec2_item {
  border: 0.0520833333vw solid #34763b;
  border-radius: 1.5625vw;
  display: flex;
  align-items: center;
  gap: 4.375vw;
}

.sec2_item_title {
  font-weight: bold;
  font-size: 1.1979166667vw;
  text-align: center;
  color: #fff;
  width: 17.6041666667vw;
  background: #34763b;
  border-radius: 1.5625vw;
}

.sec2_item_text {
  font-weight: 500;
  font-size: 1.0416666667vw;
  color: #312c20;
  min-width: 19.2708333333vw;
  text-align: center;
}

.sec2_item_text .inter {
  font-weight: bold;
  font-size: 1.3541666667vw;
  line-height: 1;
}

.sec2_item:nth-of-type(2) .sec2_item_text {
  font-weight: bold;
}

@media screen and (min-width: 1920px) {
  .sec2 {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 35px 0 60px;
  }
  .sec2 .inner {
    position: relative;
  }
  .sec2 .inner::before {
    content: "";
    display: inline-block;
    width: 252px;
    height: 536px;
    background-image: url(../images/front/sec2_ill01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 105px;
    left: -293px;
  }
  .sec2 .inner::after {
    content: "";
    display: inline-block;
    width: 315px;
    height: 818px;
    background-image: url(../images/front/sec2_ill02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    right: -267px;
  }
  .sec2_bg {
    position: absolute;
    left: 0;
    top: -5px;
    z-index: -1;
    width: 100%;
  }
  .sec2 .inner {
    max-width: 1080px;
    text-align: center;
  }
  .sec2_img {
    margin-top: 55px;
  }
  .sec2_list {
    margin-top: 70px;
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
  .sec2_item {
    border: 1px solid #34763b;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 84px;
  }
  .sec2_item_title {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    color: #fff;
    width: 338px;
    background: #34763b;
    border-radius: 30px;
  }
  .sec2_item_text {
    font-weight: 500;
    font-size: 20px;
    color: #312c20;
    min-width: 370px;
    text-align: center;
  }
  .sec2_item_text .inter {
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
  }
  .sec2_item:nth-of-type(2) .sec2_item_text {
    font-weight: bold;
  }
}
@media screen and (max-width: 750px) {
  .sec2 {
    padding: 8vw 0;
  }
  .sec2 .inner {
    padding: 0 2.6666666667vw;
  }
  .sec2 .inner::before {
    background-image: url(../images/front/sec2_ill01_sp.svg);
    width: 83.4666666667vw;
    height: 73.0666666667vw;
    position: absolute;
    top: -6.6666666667vw;
    left: 47%;
    transform: translate(-50%, 0);
  }
  .sec2 .inner::after {
    background-image: url(../images/front/sec2_ill02_sp.svg);
    width: 17.0666666667vw;
    height: 14.6666666667vw;
    top: 158.6666666667vw;
    right: unset;
    left: 2.6666666667vw;
  }
  .sec2_bg {
    position: absolute;
    left: 0;
    top: -0.5333333333vw;
    z-index: -1;
  }
  .sec2 .inner {
    max-width: unset;
  }
  .sec2_img {
    margin-top: 33.3333333333vw;
    position: relative;
  }
  .sec2_list {
    margin-top: 10.6666666667vw;
    gap: 2.6666666667vw;
  }
  .sec2_item {
    border-radius: 8vw;
    gap: 4.8vw;
  }
  .sec2_item_title {
    font-size: 3.4666666667vw;
    width: 47.2vw;
    border-radius: 8vw;
    padding: 1.6vw 0;
  }
  .sec2_item_text {
    font-size: 3.2vw;
    line-height: 4vw;
    min-width: unset;
    width: 33.0666666667vw;
    flex: 1;
    text-align: left;
  }
  li:nth-of-type(2) .sec2_item_text {
    text-align: center;
    position: relative;
    left: -4vw;
  }
  .sec2_item_text .inter {
    font-size: 4vw;
  }
  .sec2_item:nth-of-type(2) .sec2_item_text {
    font-weight: bold;
  }
}
/* Section3
***************************************************************/
.sec3 {
  background: #fff;
  padding: 3.125vw 0 0;
  position: relative;
  z-index: 3;
}

.sec3::after {
  content: "";
  display: inline-block;
  width: 89.0046875vw;
  height: 26.3020833333vw;
  background-image: url(../images/front/sec3_grid.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -2;
}

.sec3 .inner {
  max-width: 78.125vw;
  position: relative;
}

.sec3_content {
  background: #fff;
  border-radius: 1.3020833333vw;
  padding: 3.125vw 4.1666666667vw;
  margin-top: 2.0833333333vw;
  position: relative;
  bottom: -10px;
}

.sec3_list {
  display: flex;
  flex-flow: column;
  gap: 1.0416666667vw;
  margin-bottom: 0.78125vw;
}

.sec3_item {
  display: grid;
  grid-template-columns: 14.4791666667vw 1fr;
  align-items: center;
  background: #fff4e4;
  border-radius: 0.5208333333vw;
}

.sec3_item_title {
  font-weight: bold;
  font-size: 1.1979166667vw;
  line-height: 3.3333333333vw;
  text-align: center;
  color: #fff;
  border-radius: 0.5208333333vw;
  background: #34763b;
}

.sec3_item_text {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.3020833333vw;
  padding: 0.2604166667vw 1.3020833333vw;
}

.sec3_desc {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  padding-left: 15.78125vw;
  white-space: nowrap;
}

@media screen and (min-width: 1920px) {
  .sec3 {
    background: #fff;
    padding: 60px 0 0;
    position: relative;
    z-index: 3;
  }
  .sec3::after {
    content: "";
    display: inline-block;
    width: 1708.89px;
    height: 502px;
    background-image: url(../images/front/sec3_grid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -2;
  }
  .sec3 .inner {
    max-width: 1500px;
    position: relative;
  }
  .sec3_content {
    background: #fff;
    border-radius: 25px;
    padding: 60px 80px;
    margin-top: 40px;
  }
  .sec3_list {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-bottom: 15px;
  }
  .sec3_item {
    display: grid;
    grid-template-columns: 278px 1fr;
    align-items: center;
    background: #fff4e4;
    border-radius: 10px;
  }
  .sec3_item_title {
    font-weight: bold;
    font-size: 23px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #34763b;
  }
  .sec3_item_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 25px;
  }
  .sec3_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding-left: 303px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .sec3 {
    padding: 5.3333333333vw 0 0;
  }
  .sec3::after {
    background-image: url(../images/front/sec3_grid_sp.svg);
    width: 100vw;
    height: 199.2vw;
  }
  .sec3 .inner {
    max-width: unset;
    padding: 0 8.8vw;
  }
  .sec3_content {
    padding: 8vw;
    margin-top: 5.3333333333vw;
    border-radius: 25px;
  }
  .sec3_list {
    gap: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .sec3_item {
    display: block;
    border-radius: 2.6666666667vw;
  }
  .sec3_item_title {
    font-size: 4.5333333333vw;
    line-height: 1.6;
    padding: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .sec3_item_text {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    padding: 5.3333333333vw;
  }
  .sec3_desc {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    text-indent: -1em;
    padding-left: 1em;
    white-space: unset;
  }
}
/* Section4
***************************************************************/
.sec4 {
  position: relative;
  z-index: 1;
  background: #b9c6a9;
  padding: 5.2083333333vw 0 17.7083333333vw;
  margin-top: -0.1041666667vw;
  overflow: hidden;
}

.sec4_bg {
  position: absolute;
  bottom: -0.5208333333vw;
  left: 0;
  width: 100%;
  z-index: -1;
}

.sec4 .inner {
  position: relative;
  max-width: 73.9583333333vw;
}

.sec4 .inner::before {
  content: "";
  display: inline-block;
  width: 12.0421875vw;
  height: 40.2192708333vw;
  background-image: url(../images/front/sec4_ill01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: center; */
  vertical-align: middle;
  position: absolute;
  left: -9.5833333333vw;
  top: 4.8958333333vw;
}

.sec4 .inner::after {
  content: "";
  display: inline-block;
  width: 13.1213541667vw;
  height: 44.2625vw;
  background-image: url(../images/front/sec4_ill02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -8.6458333333vw;
  top: 0.7291666667vw;
}

.sec4_inner_img {
  position: relative;
  z-index: 0;
}
.sec4_inner_img::before {
  position: absolute;
  display: inline-block;
  content: '';
  background: url(../images/front/sec4_ill03.svg) center / contain no-repeat;
  width: 9.63vw;
  height: auto;
  aspect-ratio: 185 / 247;
  z-index: 1;
  bottom: -5.5729vw;
  left: -7.13vw;
}

.sec4_img {
  margin-top: 3.125vw;
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .sec4 {
    position: relative;
    z-index: 1;
    background: #b9c6a9;
    padding: 100px 0 340px;
    margin-top: -2px;
  }
  .sec4_bg {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .sec4 .inner {
    position: relative;
    max-width: 1420px;
  }
  .sec4 .inner::before {
    content: "";
    display: inline-block;
    width: 231.21px;
    height: 772.21px;
    background-image: url(../images/front/sec4_ill01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    /* background-position: center; */
    vertical-align: middle;
    position: absolute;
    left: -184px;
    top: 94px;
  }
  .sec4 .inner::after {
    content: "";
    display: inline-block;
    width: 251.93px;
    height: 849.84px;
    background-image: url(../images/front/sec4_ill02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -166px;
    top: 14px;
  }
  .sec4_img {
    margin-top: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .sec4 {
    padding: 18.6666666667vw 0 62.6666666667vw;
  }
  .sec4_bg {
    bottom: -2.6666666667vw;
  }
  .sec4 .inner {
    max-width: unset;
    padding: 0 8.8vw;
  }
  .sec4 .inner::before {
    background-image: url(../images/front/sec4_ill01_sp.svg);
    width: 110.6666666667vw;
    height: 33.3333333333vw;
    left: unset;
    right: 0;
    top: 0;
  }
  .sec4 .inner::after {
    width: 74.1333333333vw;
    height: 46.9333333333vw;
    background-image: url(../images/front/sec4_ill02_sp.svg);
    right: unset;
    top: unset;
    position: absolute;
    bottom: -49.3333333333vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec4_img {
    margin-top: 8vw;
    width: 266.6666666667vw;
    max-width: unset;
  }
  .sec4_inner_img {
    display: none;
  }
}
/* Section5
***************************************************************/
.sec5 {
  padding: 0 0 3.6458333333vw;
  margin-top: -4.1666666667vw;
}

.sec5 .inner {
  max-width: 73.9583333333vw;
}

.sec5_img {
  margin-top: 3.125vw;
  width: 100%;
}

.sec5_text {
  font-weight: 500;
  font-size: 0.9375vw;
  line-height: 1.40625vw;
  margin-top: 1.5625vw;
}

@media screen and (min-width: 1920px) {
  .sec5 {
    padding: 0 0 70px;
    margin-top: -80px;
  }
  .sec5 .inner {
    max-width: 1420px;
  }
  .sec5_img {
    margin-top: 60px;
    width: 100%;
  }
  .sec5_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .sec5 {
    padding: 0 0 16vw;
    margin-top: 0;
  }
  .sec5 .inner {
    max-width: unset;
    padding: 0 8vw;
  }
  .sec5 .js-scrollable {
    margin-bottom: 5.3333333333vw;
  }
  .sec5_img {
    margin-top: 8vw;
    width: 283.7333333333vw;
    max-width: unset;
  }
  .sec5_text {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    margin-top: 0;
    text-indent: -1em;
    padding-left: 1em;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background: #fff;
}

.sec6 .inner {
  max-width: 78.125vw;
}

.sec6_accordion {
  margin: 3.125vw auto 0;
  max-width: 51.0416666667vw;
}

.sec6_accordion li {
  background: #f8f8f7;
  /* border-radius: 0 0 0.5208333333vw 0.5208333333vw; */
}

.sec6_accordion li:nth-of-type(n + 2) {
  margin-top: 3.125vw;
}

.sec6_accordion_title {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.0416666667vw;
  border-radius: 0.5208333333vw 0.5208333333vw 0vw 0vw;
  background: #e8e7e4;
  padding: 1.3020833333vw 2.6041666667vw 1.3020833333vw 1.5625vw;
  display: flex;
  align-items: flex-start;
  gap: 0.5208333333vw;
}

.sec6_accordion_title::before {
  content: "Q";
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.5625vw;
  line-height: 1;
  color: #222;
  position: relative;
  top: 0;
}

.sec6_accordion_title::after {
  content: "";
  display: inline-block;
  width: 1.5625vw;
  height: 1.5625vw;
  background-image: url(../images/icon/icon_arrow_accordion.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  transform: translate(0, -50%) rotate(180deg);
  transition: 0.3s;
  transition: 0.3s;
}

.sec6_accordion_title.close::after {
  transform: translate(0, -50%) rotate(0);
}

.sec6_accordionBox {
  display: none;
  padding: 3.90625vw 4.1666666667vw;
  position: relative;
}

.sec6_accordionBox::before {
  content: "A";
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.5625vw;
  color: #222;
  position: absolute;
  left: 3.4895833333vw;
  top: 0.78125vw;
}

.sec6_accordionBox_text {
  font-size: 0.9375vw;
  line-height: 1.875vw;
}

.sec6_accordionBox_title {
  font-weight: bold;
  font-size: 0.9375vw;
  color: #34763b;
  margin-top: 1.8229166667vw;
}

.sec6_accordionBox_table {
  width: 100%;
  margin-top: 0.2604166667vw;
  border-collapse: separate;
  border-spacing: 0.3125vw 0.15625vw;
}

.sec6_accordionBox_th {
  background: #312c20;
  text-align: center;
  color: #FFF4E4;
  font-weight: 500;
  padding: 0.15625vw 0;
}

.sec6_accordionBox_td {
  background: #e2e8db;
  font-weight: 500;
  padding: 0.3125vw 0;
  text-align: center;
  margin-bottom: 0.2604166667vw;
  position: relative;
  top: -0.15625vw;
  vertical-align: middle;
  font-size: 0.8333333333vw;
  color: #312C20;
}

.sec6_btnList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
  margin-top: 5.2083333333vw;
  padding-top: 5.2083333333vw;
  border-top: 0.0520833333vw solid #e8e7e4;
}

.sec6_btnList_item img {
  width: 100%;
}

.sec6_btnList_item_link {
  transition: 0.3s;
  background: center / 100% no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 468 / 80;
}

.sec6_btnList_item:nth-child(1) .sec6_btnList_item_link {
  background-image: url(../images/front/btn01.svg);
}

.sec6_btnList_item:nth-child(2) .sec6_btnList_item_link {
  background-image: url(../images/front/btn02.svg);
}

.sec6_btnList_item:nth-child(3) .sec6_btnList_item_link {
  background-image: url(../images/front/btn03.svg);
}

.sec6_btnList_item_link.none {
  pointer-events: none;
}

@media screen and (min-width: 1920px) {
  .sec6 {
    background: #fff;
  }
  .sec6 .inner {
    max-width: 1500px;
  }
  .sec6_accordion {
    margin: 60px auto 0;
    max-width: 980px;
  }
  .sec6_accordion li {
    background: #f8f8f7;
    /* border-radius: 0 0 10px 10px; */
  }
  .sec6_accordion li:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  .sec6_accordion_title {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
    background: #e8e7e4;
    padding: 25px 50px 25px 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .sec6_accordion_title::before {
    content: "Q";
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #222;
    position: relative;
    top: 0;
  }
  .sec6_accordion_title::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon/icon_arrow_accordion.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(180deg);
    transition: 0.3s;
  }
  .sec6_accordion_title.close::after {
    transform: translate(0, -50%) rotate(0);
  }
  .sec6_accordionBox {
    display: none;
    padding: 75px 80px;
    position: relative;
  }
  .sec6_accordionBox::before {
    content: "A";
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #222;
    position: absolute;
    left: 67px;
    top: 15px;
  }
  .sec6_accordionBox_text {
    font-size: 18px;
    line-height: 36px;
  }
  .sec6_accordionBox_title {
    font-weight: bold;
    font-size: 18px;
    color: #34763b;
    margin-top: 35px;
  }
  .sec6_accordionBox_table {
    width: 100%;
    margin-top: 5px;
    border-collapse: separate;
    border-spacing: 6px 3px;
  }
  .sec6_accordionBox_th {
    background: #312c20;
    text-align: center;
    color: #FFF4E4;
    font-weight: 500;
    padding: 3px 0;
  }
  .sec6_accordionBox_td {
    background: #e2e8db;
    font-weight: 500;
    padding: 6px 0;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    font-size: 16px;
  }
  .sec6_accordionBox_td .sec6_btnList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid #e8e7e4;
  }
  .sec6_accordionBox_td .sec6_btnList_item img {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .sec6_accordion_title:hover::after {
    top: 55%;
  }
  /* .sec6_btnList_item_link:hover {
    opacity: 0.8;
  } */
  .sec6_btnList_item:nth-child(1):hover .sec6_btnList_item_link {
    background-image: url(../images/front/btn01_on.svg);
  }
  .sec6_btnList_item:nth-child(2):hover .sec6_btnList_item_link {
    background-image: url(../images/front/btn02_on.svg);
  }
}
@media screen and (max-width: 750px) {
  .sec6 .inner {
    max-width: unset;
    padding: 0 9.8666666667vw;
  }
  .sec6_accordion {
    margin: 10.6666666667vw auto 0;
    max-width: unset;
  }
  .sec6_accordion li {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
  .sec6_accordion li:nth-of-type(n + 2) {
    margin-top: 3.2vw;
  }
  .sec6_accordion_title {
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0vw 0vw;
    padding: 4vw 14.6666666667vw 4vw 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .sec6_accordion_title::before {
    font-size: 5.6vw;
  }
  .sec6_accordion_title::after {
    width: 5.6vw;
    height: 5.6vw;
    right: 3.2vw;
  }
  .sec6_accordionBox {
    padding: 5.3333333333vw 8vw 8vw;
  }
  .sec6_accordionBox::before {
    font-size: 5.3333333333vw;
    line-height: 1;
    left: 9.3333333333vw;
    top: 6.4vw;
  }
  .sec6_accordionBox_text {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    padding-left: 8vw;
  }
  .sec6_accordionBox_title {
    font-size: 3.4666666667vw;
    margin-top: 6.6666666667vw;
  }
  .sec6_accordionBox_table {
    margin-top: 1.3333333333vw;
    border-spacing: 1.0666666667vw 0.5333333333vw;
  }
  .sec6_accordionBox_th {
    font-size: 3.2vw;
    padding: 0.8vw 0;
  }
  .sec6_accordionBox_td {
    font-size: 3.2vw;
    padding: 1.6vw 0;
    margin-bottom: 1.3333333333vw;
    top: -0.8vw;
  }
  .sec6_btnList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2vw;
    border-top: 1px solid #e8e7e4;
    padding: 13.3333333333vw 3.2vw 0;
    margin: 13.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}