@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: #4b463c;
  font-weight: 500;
  line-height: 1.7;
  background: #e7e3df;
}

.home002 {
  background: #f2e8dc;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
i {
  font-style: normal;
  font-family: "Montserrat", sans-serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.green {
  color: #47805c;
  font-weight: bold;
}

.red {
  color: #892039;
  font-weight: bold;
}

.blue {
  color: #4271b1;
}

.pink {
  color: #d96a7a;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1120px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 680px) {
  .inner {
    padding: 0 5.3333333333vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
}

.section_title .en {
  font-size: 12px;
  display: block;
}

.section_title .ja {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: block;
}

.section_title .ja::before {
  content: "";
  display: inline-block;
  width: 30px;
  border-top: 2px solid #000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 2.6666666667vw;
  }
  .section_title .ja {
    font-size: 6.4vw;
  }
  .section_title .ja::before {
    width: 6.9333333333vw;
    bottom: -5.3333333333vw;
  }
}
@media screen and (max-width: 680px) {
  .fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.6666666667vw;
    gap: 2.6666666667vw;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    z-index: 100;
  }
  .home .fixed {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .home .fixed.active {
    opacity: 1;
    visibility: unset;
  }
  .fixed.none {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .fixed_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw;
  }
  .fixed_link {
    color: #fff;
    text-align: center;
    background: #333;
    padding: 2.6666666667vw 0;
    border-radius: 8vw;
    font-size: 3.7333333333vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 120px 0;
  text-align: center;
  margin-top: 60px;
}

.page_fv_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .page_fv {
    padding: 21.3333333333vw 0;
  }
  .page_fv_title {
    font-size: 5.3333333333vw;
  }
}
/******************/
/******************/
/* header *********/
.site {
  width: 100%;
  height: auto;
  position: relative;
}

.site-header {
  width: 100%;
  padding: 20px 0;
  display: block;
  position: fixed;
  line-height: 1.5;
  z-index: 99999;
}

.site-header .inner {
  display: flex;
  align-items: center;
  padding: 0;
  max-width: unset;
  background: unset;
}

.header-logo {
  margin: 0 auto 0 0;
  position: relative;
  z-index: 9999;
}

.header-logo .site-title {
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
  width: 283px;
  height: 58px;
  overflow: hidden;
}

.header-logo .site-title a {
  display: block;
  position: relative;
  padding: 100px 0 0 0;
  background: #fff url("../images/header-logo.png") left 20px top 5px no-repeat;
  background-size: 243px 48px;
}

.header-logo .site-title a:hover {
  color: #555555;
  color: var(--oz-color-gray);
}

.header-logo .site-description {
  display: none;
}

@media screen and (max-width: 800px) {
  .header-logo .site-title {
    width: 240px;
  }
  .header-logo .site-title a {
    background-size: 220px 43px;
  }
}
/******************/
/******************/
/* navi ***********/
.header-navi {
  margin: 0 50px 0 auto;
  position: relative;
}

.header-navi {
  padding: 0;
  display: block;
}

.header-navi ul.navi {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  border-collapse: collapse;
  font-size: 16px;
  display: flex;
}

.header-navi ul li {
  margin: 0 1em;
}

.header-navi ul li a {
  display: block;
  padding: 0 6px;
  color: #000;
}

.home .header-navi ul li a {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.header-navi ul.subnavi {
  display: none;
}

.header-utility {
  display: none;
  position: relative;
  z-index: 9997;
}

.navi-toggle {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.navi-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #000;
  background-color: var(--oz-color-dark);
  border-radius: 2px;
  transition: all 0.4s;
}

.navi-toggle span:nth-child(1) {
  top: 6px;
}

.navi-toggle span:nth-child(2) {
  top: calc(50% - 1px);
}

.navi-toggle span:nth-child(3) {
  bottom: 6px;
}

.navi-toggle i {
  opacity: 0;
}

.search-button {
  width: 40px;
  height: 40px;
  margin: 0 0 0 20px;
  background: url("images/icon-search.svg") center center no-repeat;
  background-size: 32px 32px;
  cursor: pointer;
}

.header-search {
  display: none;
}

.header-search input {
  margin: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 5px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #999999;
}

@media screen and (max-width: 800px) {
  .site-header {
    background-color: #fff;
    padding: 10px 0;
  }
  .header-utility {
    display: flex;
    position: absolute;
    top: 15px;
    right: 12px;
  }
  .navi-toggle {
    display: block;
  }
  .header-navi {
    display: none;
    pointer-events: none;
    background-color: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 120px 0;
    z-index: 9998;
  }
  .header-navi.is-active {
    pointer-events: auto;
  }
  .header-navi::before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 40px;
    height: 40px;
    background: url("images/navi-close.svg") 0 0 no-repeat;
    background-size: 40px 40px;
    cursor: pointer;
  }
  .header-navi ul.navi {
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 0 auto 50px;
  }
  .header-navi ul.navi li {
    display: block;
    margin: 0 auto 25px auto;
  }
  .header-navi ul.navi li a {
    display: block;
    color: #fff;
  }
  .header-navi ul.navi li a:hover {
    opacity: 0.5;
  }
  .header-navi ul.subnavi {
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin: 0 auto;
  }
  .header-navi ul.subnavi li {
    display: flex;
  }
  .header-navi ul.subnavi li a {
    color: #fff;
  }
  .header-navi ul.subnavi li a:hover {
    opacity: 0.5;
  }
  .header-search {
    display: none;
    position: absolute;
    top: 0;
    width: calc(100% - 60px);
    z-index: 99999;
    background-color: #fff;
    padding: 20px;
  }
  .header-search.is-active {
    display: block;
  }
}
/******************/
/******************/
/* footer *********/
.site-footer {
  text-align: center;
  padding: 60px 0 60px 0;
  line-height: 1.5;
  background-color: #000;
  color: #fff;
}

.site-footer .inner {
  max-width: unset;
  background: unset;
}

.footer-logo dl {
  margin: 0 0 40px 0;
}

.footer-logo dl dt {
  width: 255px;
  height: 54px;
  overflow: hidden;
  margin: 0 auto 25px auto;
}

.footer-logo dl dt a {
  background: #fff url("../images/header-logo.png") center top 5px no-repeat;
  background-size: 243px 48px;
  display: block;
  padding: 60px 0 0 0;
  filter: invert(1);
}

.footer-logo dl dd {
  display: none;
}

.footer-navi {
  position: relative;
  margin: 0 auto 40px;
}

.footer-navi ul {
  clear: both;
  display: table;
  width: auto;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  border-collapse: collapse;
}

.footer-navi ul li {
  display: table-cell;
  padding: 0 12px;
  white-space: nowrap;
}

.footer-navi ul li a {
  display: block;
  padding: 2px 6px;
}

.footer-navi ul li i {
  display: block;
  text-transform: uppercase;
}

.footer-utility ul {
  font-size: 16px;
  margin: 0 0 40px 0;
}

.footer-utility ul li {
  display: inline-block;
  margin: 0 1em;
}

small.site-info {
  clear: both;
  font-size: 12px;
  font-size: 1.2;
}

@media screen and (max-width: 800px) {
  .footer-navi ul {
    display: block;
  }
  .footer-navi ul li {
    display: block;
  }
}
/*===================================================
トップページ
===================================================*/
/* FV
***************************************************************/
.fv {
  padding: 0;
  background: #fff;
}

.fv .inner {
  position: relative;
  max-width: unset;
}

.fv_name01 {
  width: 1.3333333333vw;
  position: absolute;
  top: 6.6666666667vw;
  left: 1.6666666667vw;
}

.fv_name02 {
  width: 1.3333333333vw;
  position: absolute;
  top: 6.6666666667vw;
  right: 1.6666666667vw;
}

.fv_content {
  position: absolute;
  top: 4.5833333333vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 45.8333333333vw;
}

.fv_text {
  font-size: 1.3333333333vw;
  color: #fff;
  margin-top: 3.3333333333vw;
  text-align: center;
  padding: 0 0.8333333333vw;
}

.fv_text02 {
  padding: 0 2.5vw;
  margin-top: 5vw;
}

@media screen and (max-width: 680px) {
  .fv {
    margin-top: 20vw;
    padding-bottom: 8vw;
  }
  .fv .inner {
    padding: 0;
  }
  .fv_content {
    position: unset;
    transform: unset;
    width: 100%;
    padding: 0 5.3333333333vw;
  }
  .fv_text {
    font-size: 3.7333333333vw;
    margin: 8vw 0;
    padding: 4vw 4vw;
    border: 1px solid #b49128;
    color: #644628;
    text-align: left;
  }
}
/* Section1
***************************************************************/
.wrap {
  position: relative;
  z-index: 1;
}

.wrap_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.wrap_bg02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.wrap_bg03 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sec1 .inner {
  max-width: 860px;
  padding: 50px 0 100px;
}

.sec1_title {
  text-align: center;
  color: #b49128;
  font-size: 24px;
  font-weight: bold;
}

.sec1_list {
  display: flex;
  flex-flow: column;
  gap: 60px;
  margin: 20px auto 0;
  max-width: 540px;
}

.sec1_item {
  display: grid;
  align-items: center;
  grid-template-columns: 140px 1fr;
  gap: 56px;
}

.sec1_itemBox_title {
  font-size: 24px;
}

.sec1_itemBox_title span {
  font-size: 14px;
}

.sec1_itemBox_text {
  margin-top: 15px;
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .wrap {
    padding: 0 5.3333333333vw;
  }
  .sec1 {
    padding-top: 10.6666666667vw;
  }
  .sec1 .inner {
    padding: 2.6666666667vw 5.3333333333vw 16vw;
  }
  .sec1_title {
    font-size: 4.8vw;
  }
  .sec1_list {
    gap: 10.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  .sec1_item {
    display: flex;
    flex-flow: column;
    gap: 2.6666666667vw;
  }
  .sec1_item img {
    width: 33.3333333333vw;
  }
  .sec1_itemBox_title {
    font-size: 4.4vw;
  }
  .sec1_itemBox_title span {
    font-size: 3.7333333333vw;
  }
  .sec1_itemBox_text {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
/* Service
***************************************************************/
.sec2 .inner {
  max-width: 860px;
  padding: 80px 0;
  position: relative;
}

.sec2 .inner::before {
  content: "";
  display: inline-block;
  width: calc(100% - 130px);
  border-top: 2px dotted #231815;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec2_list {
  display: flex;
  flex-flow: column;
  gap: 80px;
  padding: 0 115px;
}

.sec2_item_title {
  font-size: 22px;
  color: #644628;
  position: relative;
}

.sec2_item_title::before {
  content: "";
  display: inline-block;
  width: 40px;
  border-top: 2px solid #d7cbae;
  position: absolute;
  left: -60px;
  top: 18px;
}

.sec2_item_text {
  margin-top: 40px;
}

.sec2 img {
  margin: 60px 0;
}

@media screen and (max-width: 680px) {
  .sec2 .inner {
    padding: 10.6666666667vw 0;
  }
  .sec2 .inner::before {
    width: calc(100% - 10.6666666667vw);
  }
  .sec2_list {
    gap: 10.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .sec2_item_title {
    font-size: 4.8vw;
  }
  .sec2_item_title::before {
    width: 2.6666666667vw;
    left: -4vw;
    top: 4vw;
  }
  .sec2_item_text {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .sec2 img {
    margin: 10.6666666667vw 0;
  }
}
/* Section3
***************************************************************/
.sec3 {
  background: #fff;
  padding: 100px 0;
}

.sec3 .inner {
  position: relative;
  max-width: 1040px;
}

.sec3_content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  padding: 25px 85px;
}

.sec3_title {
  color: #E8C678;
  font-size: 20px;
  font-weight: bold;
}

.sec3 img {
  margin-top: 10px;
}

.sec3_contentBox {
  padding: 15px 10px;
}

.sec3_text {
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .sec3 {
    padding: 10.6666666667vw 0;
  }
  .sec3_content {
    padding: 0;
    position: unset;
    transform: unset;
    margin-top: 5.3333333333vw;
  }
  .sec3_content_sp {
    position: absolute;
    top: 5.3333333333vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 95%;
  }
  .sec3_title {
    font-size: 3.7333333333vw;
    padding-left: 8vw;
  }
  .sec3_img {
    width: calc(100% - 16vw);
    display: block;
    margin: 0 auto;
  }
  .sec3_contentBox {
    padding: 0;
  }
  .sec3_subTitle {
    font-size: 3.7333333333vw;
  }
  .sec3_text {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .sec3_link {
    font-size: 3.2vw;
  }
}
/*===================================================
トップページ
===================================================*/
.fv02 {
  text-align: center;
  padding-top: 100px;
  background: #fff;
}

.fv02_head {
  padding: 40px 0;
  background-image: url(../images/002/head_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fv02_head_title {
  max-width: 724px;
  margin: 0 auto;
}

.fv02_head_text {
  max-width: 620px;
  margin: 40px auto 0;
  font-weight: 500;
  color: #644628;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.fv02_content {
  position: relative;
}

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

.fv02_content_title01 {
  width: 14vw;
  margin: 0 auto;
}

.fv02_content_title02 {
  width: 27.9166666667vw;
  margin: 3.3333333333vw auto 0;
}

@media screen and (max-width: 680px) {
  .fv02 {
    padding-top: 20.8vw;
  }
  .fv02_head {
    padding: 8vw 5.3333333333vw;
  }
  .fv02_head_text {
    margin: 5.3333333333vw auto 0;
    font-size: 3.7333333333vw;
  }
  .fv02_content {
    position: relative;
  }
  .fv02_contentBox {
    top: 6.6666666667vw;
  }
  .fv02_content_title01 {
    width: 39.4666666667vw;
  }
  .fv02_content_title02 {
    width: 42.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
/*
***************************************************************/
.interview02_sec {
  padding: 40px 0 0;
}

.interview02_sec:nth-last-of-type(1) {
  padding-bottom: 80px;
}

.interview02_sec .inner {
  max-width: 860px;
  padding: 80px 115px;
}

.interview02_sec_title {
  text-align: center;
  font-size: 28px;
  color: #b49128;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.interview02_sec_title::before {
  content: "";
  display: inline-block;
  width: 88px;
  height: 10px;
  background-image: url(../images/002/icon_before.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.interview02_sec_title::after {
  content: "";
  display: inline-block;
  width: 88px;
  height: 10px;
  background-image: url(../images/002/icon_before.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transform: scale(-1, 1);
}

.interview02_sec_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  margin: 40px 0 80px;
  position: relative;
}

.interview02_sec_list::before {
  content: "";
  display: block;
  border-right: 1px dashed #a0863b;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.interview02_sec_item_title {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.interview02_sec_item_title span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 15px;
  padding-left: 15px;
}

.interview02_sec_item_title.pink span {
  border-left: 2px solid #d96a7a;
  line-height: 1;
}

.interview02_sec_item_title.blue span {
  border-left: 2px solid #4271b1;
  line-height: 1;
}

.interview02_sec_item_text {
  font-size: 12px;
  font-weight: 500;
  color: #46372d;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

.interview02_sec_subTitle {
  font-size: 28px;
  text-align: center;
  color: #b49128;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.interview02_sec_subTitle::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 37px;
  background-image: url(../images/002/icon_before02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.interview02_sec_subTitle::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 37px;
  background-image: url(../images/002/icon_before02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transform: scale(-1, 1);
}

.interview02_sec_text {
  font-weight: 500;
  color: #644628;
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.interview02_sec_img {
  max-width: 860px;
  display: block;
  margin: 40px auto 0;
}

.youtube {
  margin: 0 auto 50px;
  width: 90%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 680px) {
  .interview02_sec {
    padding: 5.3333333333vw 0 0;
  }
  .interview02_sec:nth-last-of-type(1) {
    padding-bottom: 10.6666666667vw;
  }
  .interview02_sec .inner {
    padding: 8vw 5.3333333333vw;
  }
  .interview02_sec_title {
    font-size: 4.2666666667vw;
    gap: 5.3333333333vw;
  }
  .interview02_sec_title::before {
    width: 21.3333333333vw;
    height: 2.1333333333vw;
  }
  .interview02_sec_title::after {
    width: 21.3333333333vw;
    height: 2.1333333333vw;
  }
  .interview02_sec_list {
    display: flex;
    flex-flow: column;
    gap: 0;
    margin: 5.3333333333vw 0 10.6666666667vw;
  }
  .interview02_sec_list::before {
    display: none;
  }
  .interview02_sec_item:nth-of-type(2) {
    border-top: 1px dotted #644628;
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
  .interview02_sec_item_title {
    font-size: 4.8vw;
  }
  .interview02_sec_item_title span {
    font-size: 3.7333333333vw;
    font-weight: 400;
  }
  .interview02_sec_item_text {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  .interview02_sec_subTitle {
    font-size: 4.2666666667vw;
    gap: 5.3333333333vw;
  }
  .interview02_sec_subTitle::before {
    width: 1.3333333333vw;
    height: 9.8666666667vw;
  }
  .interview02_sec_subTitle::after {
    width: 1.3333333333vw;
    height: 9.8666666667vw;
  }
  .interview02_sec_text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .interview02_sec_img {
    margin: 8vw auto 0;
  }
}