@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 {
  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 {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
}
/* フォント
***************************************************************/
/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1440px;
  margin: 0 auto;
}

.inner.mini {
  max-width: 1280px;
}

@media screen and (max-width: 1440px) {
  .inner {
    max-width: 100vw;
    margin: 0 auto;
  }
  .inner.mini {
    max-width: 88.8888888889vw;
  }
}
@media screen and (max-width: 680px) {
  .inner {
    max-width: unset;
    margin: 0 auto;
  }
  .inner.mini {
    max-width: unset;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 680px) {
  .fixed {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

.header_logo {
  width: 260px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.global_nav_list {
  display: flex;
  gap: 16px;
}

.global_nav_item a {
  font-size: 14px;
}

.header_contact {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header_contact_list {
  display: flex;
  gap: 6px;
}

.header_contact_item img {
  height: 62px;
  width: auto;
}

.header_contact_tel {
  width: 150px;
}

@media screen and (max-width: 1440px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
  }
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0.6944444444vw;
  }
  .header_logo {
    width: 18.0555555556vw;
  }
  .toggle-menu {
    display: none;
  }
  .header_nav {
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
  }
  .global_nav_list {
    display: flex;
    gap: 1.1111111111vw;
  }
  .global_nav_item a {
    font-size: 0.9722222222vw;
  }
  .header_contact {
    display: flex;
    align-items: center;
    gap: 0.5555555556vw;
  }
  .header_contact_list {
    display: flex;
    gap: 0.4166666667vw;
  }
  .header_contact_item img {
    height: 4.3055555556vw;
    width: auto;
  }
  .header_contact_tel {
    width: 10.4166666667vw;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 0;
    background: unset;
  }
  .header_inner {
    display: block;
    margin: 0;
  }
  .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1000;
    padding: 3.0769230769vw;
    background: #fff;
  }
  .header_logo {
    width: 38.9743589744vw;
  }
  .toggle-menu {
    display: inline-block;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    position: relative;
    z-index: 100;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -2563.8461538462vw;
    width: 4.6153846154vw;
    height: 2px;
    background-color: #56585B;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 4.6153846154vw;
    height: 2px;
    background-color: #56585B;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -1.2820512821vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 1.2820512821vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-45deg);
    top: 0;
  }
  .open .toggle-menu .toggle-line::after {
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(45deg);
    top: 0;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 25.641025641vw 6.4102564103vw 25.641025641vw;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F2F0ED;
    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 {
    display: block;
    text-align: center;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    padding: 3.0769230769vw 0;
    font-size: 3.5897435897vw;
    width: 100%;
  }
  .header_contact {
    flex-flow: column-reverse;
    gap: 2.0512820513vw;
  }
  .header_contact_list {
    display: flex;
    gap: 1.5384615385vw;
  }
  .header_contact_item img {
    height: 12.8205128205vw;
    width: auto;
  }
  .header_contact_tel {
    width: 100%;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  padding: 80px 0 20px;
  background: #F2F0ED;
}

footer .inner {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}

.footer_content {
  width: 260px;
}

.footer_list {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.footer_item {
  width: 24px;
}

.footer_nav {
  display: flex;
  flex-flow: column;
  width: 130px;
  gap: 14px;
  font-size: 14px;
}

.copyright {
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #C8C8C8;
  padding-top: 10px;
  max-width: 1000px;
  margin: 48px auto 0;
}

@media screen and (max-width: 1440px) {
  footer {
    padding: 5.5555555556vw 0 1.3888888889vw;
    background: #F2F0ED;
  }
  footer .inner {
    max-width: 69.4444444444vw;
    display: flex;
    justify-content: space-between;
  }
  .footer_content {
    width: 18.0555555556vw;
  }
  .footer_list {
    display: flex;
    gap: 0.9722222222vw;
    margin-top: 1.9444444444vw;
  }
  .footer_item {
    width: 1.6666666667vw;
  }
  .footer_nav {
    display: flex;
    flex-flow: column;
    width: 9.0277777778vw;
    gap: 0.9722222222vw;
    font-size: 0.9722222222vw;
  }
  .copyright {
    text-align: center;
    font-size: 0.9722222222vw;
    border-top: 0.0694444444vw solid #C8C8C8;
    padding-top: 0.6944444444vw;
    max-width: 69.4444444444vw;
    margin: 3.3333333333vw auto 0;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
  footer .inner {
    max-width: unset;
    display: block;
  }
  .footer_content {
    width: 66.6666666667vw;
    margin: 0 auto;
  }
  .footer_list {
    display: flex;
    justify-content: center;
    gap: 3.5897435897vw;
    margin-top: 7.1794871795vw;
  }
  .footer_item {
    width: 6.1538461538vw;
  }
  .copyright {
    font-size: 3.5897435897vw;
    padding-top: 2.5641025641vw;
    max-width: unset;
    margin: 8.2051282051vw auto 0;
    width: calc(100% - 4.1025641026vw);
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/*===================================================
トップページ
===================================================*/
/* FV
***************************************************************/
.fv {
  padding: 0;
  background: #FFF8F3;
}

@media screen and (max-width: 680px) {
  .fv {
    margin-top: 15.3846153846vw;
  }
}
/* CTA
***************************************************************/
.cta {
  background-image: url(../images/front/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 64px 0;
}

.cta.type2 {
  background-image: url(../images/front/cta_bg02.webp);
  background-position: center bottom;
  padding: 64px 0 100px;
}

.cta .inner {
  border-radius: 36px;
  border: 1px solid #EACB97;
  background: rgba(255, 254, 254, 0.8);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
  padding: 40px 140px;
  text-align: center;
}

.cta_img01 {
  width: 790px;
}

.cta_img02 {
  margin-top: 24px;
}

.cta_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.cta_img03 {
  margin-top: 24px;
  height: 20px;
  width: auto;
}

@media screen and (max-width: 1440px) {
  .cta {
    background-image: url(../images/front/cta_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4.4444444444vw 0;
  }
  .cta.type2 {
    background-image: url(../images/front/cta_bg02.webp);
    background-position: center bottom;
    padding: 4.4444444444vw 0 6.9444444444vw;
  }
  .cta .inner {
    border-radius: 2.5vw;
    border: 0.0694444444vw solid #EACB97;
    background: rgba(255, 254, 254, 0.8);
    box-shadow: 0 0 0 0.2777777778vw rgba(255, 255, 255, 0.8);
    padding: 2.7777777778vw 9.7222222222vw;
    text-align: center;
  }
  .cta_img01 {
    width: 54.8611111111vw;
  }
  .cta_img02 {
    margin-top: 1.6666666667vw;
  }
  .cta_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6944444444vw;
    margin-top: 1.6666666667vw;
  }
  .cta_img03 {
    margin-top: 1.6666666667vw;
    height: 1.3888888889vw;
    width: auto;
  }
}
@media screen and (max-width: 680px) {
  .cta {
    padding: 4.1025641026vw 3.0769230769vw;
    background-image: url(../images/front/cta_bg_sp.webp);
  }
  .cta.type2 {
    padding: 4.1025641026vw 3.0769230769vw 14.358974359vw;
    background-image: url(../images/front/cta_bg02_sp.webp);
  }
  .cta .inner {
    border-radius: 6.1538461538vw;
    padding: 6.1538461538vw 4.1025641026vw;
  }
  .cta_img01 {
    width: 100%;
  }
  .cta_img02 {
    margin-top: 2.0512820513vw;
  }
  .cta_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.0256410256vw;
    margin-top: 2.0512820513vw;
  }
  .cta_img03 {
    margin-top: 4.1025641026vw;
    height: 12.8205128205vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  background-image: url(../images/front/sec1_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 100px 0 46px;
  position: relative;
  z-index: 1;
}

.sec1 .inner {
  max-width: 1000px;
}

@media screen and (max-width: 1440px) {
  .sec1 {
    background-image: url(../images/front/sec1_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 6.9444444444vw 0 3.1944444444vw;
    position: relative;
    z-index: 1;
  }
  .sec1 .inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 680px) {
  .sec1 {
    padding: 0;
  }
  .sec1 .inner {
    max-width: unset;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background-image: url(../images/front/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 80px 0 0;
  margin-top: -40px;
}

@media screen and (max-width: 1440px) {
  .sec2 {
    background-image: url(../images/front/sec2_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 5.5555555556vw 0 0;
    margin-top: -2.7777777778vw;
  }
}
@media screen and (max-width: 680px) {
  .sec2 {
    padding: 0;
    margin-top: 0;
  }
}
/* Section3
***************************************************************/
.sec3 {
  background-image: url(../images/front/sec3_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 0;
}

.sec3 .inner {
  max-width: 1000px;
}

@media screen and (max-width: 1440px) {
  .sec3 {
    background-image: url(../images/front/sec3_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 6.9444444444vw 0;
  }
  .sec3 .inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    padding: 0;
  }
  .sec3 .inner {
    max-width: unset;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background-image: url(../images/front/sec4_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 136px;
}

.sec4 .inner {
  max-width: 1000px;
}

.sec4_img {
  margin-top: 100px;
}

@media screen and (max-width: 1440px) {
  .sec4 {
    background-image: url(../images/front/sec4_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 9.4444444444vw;
  }
  .sec4 .inner {
    max-width: 69.4444444444vw;
  }
  .sec4_img {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 680px) {
  .sec4 {
    padding-bottom: 0;
  }
  .sec4 .inner {
    max-width: unset;
  }
  .sec4_img {
    margin-top: 0;
  }
}
/* Section5
***************************************************************/
.sec5_content {
  position: relative;
}

.sec5_content_link {
  position: absolute;
  width: 32px;
  height: 24px;
  position: absolute;
  top: 61.5%;
  left: 47.8%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px) {
  .sec5_content_link {
    width: 2.2222222222vw;
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 680px) {
  .sec5_content_link {
    width: 8.7179487179vw;
    height: 6.6666666667vw;
    top: 64.6%;
    left: 41.2%;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background: #F2F0ED;
}

/* Section7
***************************************************************/
.sec7 {
  background-image: url(../images/front/sec7_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 100px;
}

.sec7 .inner {
  max-width: 1000px;
  position: relative;
}

.sec7_link {
  width: 40px;
  height: 30px;
  position: absolute;
  left: 200px;
  bottom: 22px;
}

@media screen and (max-width: 1440px) {
  .sec7 {
    background-image: url(../images/front/sec7_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 6.9444444444vw;
  }
  .sec7 .inner {
    max-width: 69.4444444444vw;
  }
  .sec7_link {
    width: 2.7777777778vw;
    height: 2.0833333333vw;
    left: 13.8888888889vw;
    bottom: 1.5277777778vw;
  }
}
@media screen and (max-width: 680px) {
  .sec7 {
    padding-bottom: 0;
  }
  .sec7 .inner {
    max-width: unset;
  }
  .sec7_link {
    width: 10.2564102564vw;
    height: 7.6923076923vw;
    left: 46.1538461538vw;
    bottom: 8.2051282051vw;
  }
}
/* Section8
***************************************************************/
.sec8 {
  background: #F2F0ED;
}

/* Section9
***************************************************************/
.sec9 {
  padding: 100px 0;
}

.sec9 .inner {
  max-width: 1000px;
}

.sec9_title02 {
  height: 62px;
  width: auto;
  margin: 40px auto 0;
  display: block;
}

.sec9_item {
  margin-top: 24px;
  position: relative;
}

.sec9_item iframe {
  width: 380px;
  height: 195px;
  position: absolute;
  right: 28px;
  bottom: 40px;
}

.sec9_item.type2 iframe {
  bottom: 92px;
}

.sec9_text {
  margin-top: 40px;
}

@media screen and (max-width: 1440px) {
  .sec9 {
    padding: 6.9444444444vw 0;
  }
  .sec9 .inner {
    max-width: 69.4444444444vw;
  }
  .sec9_title02 {
    height: 4.3055555556vw;
    margin: 2.7777777778vw auto 0;
  }
  .sec9_item {
    margin-top: 1.6666666667vw;
    position: relative;
  }
  .sec9_item iframe {
    width: 26.3888888889vw;
    height: 13.5416666667vw;
    position: absolute;
    right: 1.9444444444vw;
    bottom: 2.7777777778vw;
  }
  .sec9_item.type2 iframe {
    bottom: 6.3888888889vw;
  }
  .sec9_text {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 680px) {
  .sec9 {
    padding: 6.1538461538vw 0;
  }
  .sec9 .inner {
    max-width: unset;
    padding: 0 3.0769230769vw;
  }
  .sec9_title02 {
    height: 10.7692307692vw;
    margin: 10.2564102564vw auto 0;
  }
  .sec9_item {
    margin-top: 3.0769230769vw;
  }
  .sec9_item iframe {
    width: 85.641025641vw;
    height: 50vw;
    position: absolute;
    right: 4.1025641026vw;
    bottom: 6.1538461538vw;
  }
  .sec9_item.type2 iframe {
    bottom: 6.1538461538vw;
  }
  .sec9_text {
    margin-top: 6.1538461538vw;
  }
}
/* Section10
***************************************************************/
.sec10 {
  padding-bottom: 60px;
}

.sec10 .inner {
  max-width: 1000px;
  position: relative;
}

.sec10 a {
  width: 403px;
  position: absolute;
  bottom: -15px;
  right: 40px;
}

@media screen and (max-width: 1440px) {
  .sec10 {
    padding-bottom: 4.1666666667vw;
  }
  .sec10 .inner {
    max-width: 69.4444444444vw;
    position: relative;
  }
  .sec10 a {
    width: 27.9861111111vw;
    position: absolute;
    bottom: -1.0416666667vw;
    right: 2.7777777778vw;
  }
}
@media screen and (max-width: 680px) {
  .sec10 {
    padding-bottom: 0;
  }
  .sec10 .inner {
    max-width: unset;
  }
  .sec10 a {
    width: 93.8461538462vw;
    bottom: 6.1538461538vw;
    right: 3.0769230769vw;
  }
}