/*
Theme Name: theme-margarine
Version: 4.0
*/

@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;
}

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

@font-face {
  font-family: "Noto";
  font-weight: 400;
  src: url(fonts/Noto/Noto-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 300;
  src: url(fonts/NotoSansJP/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: url(fonts/NotoSansJP/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: url(fonts/NotoSansJP/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto";
  font-weight: 700;
  src: url(fonts/NotoSansJP/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Cantarell";
  font-weight: 400;
  src: url(fonts/Cantarell/Cantarell-Regular.ttf) format("opentype");
}
/* 共通カスタマイズ
-------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
  font-size: 10px;
}

header {
  width: 100%;
  overflow-x: hidden;
}

main {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  main {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* SP-header 
-------------------------- */
.sp-header {
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.sp-header__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 10px;
  background-color: #fc7b25;
}
.sp-header__logo {
  width: 180px;
}
.sp-header__logo-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sp-header__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sp-header__btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
}
.sp-header__btn-wrapper.open .sp-header__btn span:first-of-type {
  top: 50%;
  transform: rotate(45deg);
}
.sp-header__btn-wrapper.open .sp-header__btn span:last-of-type {
  top: 50%;
  transform: rotate(-45deg);
}
.sp-header__menu {
  font-family: "Noto", sans-serif;
  font-size: 1.4rem;
  color: #fc7b25;
}
.sp-header__btn {
  width: 20px;
  height: 10px;
  margin-top: 5px;
  position: relative;
}
.sp-header__btn span {
  width: 100%;
  border-top: 2px solid #fc7b25;
  position: absolute;
  transition: all 0.5s;
}
.sp-header__btn span:first-of-type {
  top: 0;
}
.sp-header__btn span:last-of-type {
  bottom: 0;
}
.sp-header__nav {
  width: 100%;
  height: calc(100vh - 80px);
  background-color: #fff;
  transform: translateX(100%);
  opacity: 0;
  position: absolute;
  top: 80px;
  transition: all 0.5s;
  z-index: 10000;
  pointer-events: none;
  overflow-y: scroll;
}
.sp-header__nav.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: initial;
}
.sp-header__top-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f3f3f3;
}
.sp-header__top-item {
  width: 50%;
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}
@media screen and (min-width: 400px) {
  .sp-header__top-item {
    padding: 4vw 0 4vw 4vw;
  }
}
.sp-header__top-item:last-of-type {
  border-bottom: none;
}
.sp-header__top-item.open .sp-header__top-list--sub {
  display: block;
}
.sp-header__top-item.open .sp-header__top-arrow span:first-of-type {
  top: 50%;
  transform: rotate(0);
}
.sp-header__top-item.open .sp-header__top-arrow span:last-of-type {
  top: 50%;
  transform: rotate(0);
}
.sp-header__top-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fc7b25;
}
@media screen and (min-width: 400px) {
  .sp-header__top-link {
    font-size: 3.2vw;
  }
}
.sp-header__top-list--sub {
  display: none;
  padding-left: 4vw;
  transition: all 0.5s;
}
.sp-header__top-item--sub {
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .sp-header__top-item--sub {
    padding-top: 2vw;
  }
}
.sp-header__top-link--sub {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fc7b25;
}
@media screen and (min-width: 400px) {
  .sp-header__top-link--sub {
    font-size: 3.2vw;
  }
}
.sp-header__item-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-header__item-title--top {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fc7b25;
}
@media screen and (min-width: 400px) {
  .sp-header__item-title--top {
    font-size: 3.2vw;
  }
}
.sp-header__item-title--bottom {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fc7b25;
}
@media screen and (min-width: 400px) {
  .sp-header__item-title--bottom {
    font-size: 3.7vw;
  }
}
.sp-header__top-arrow {
  width: 15px;
  height: 7px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 400px) {
  .sp-header__top-arrow {
    margin-right: 8vw;
  }
}
.sp-header__top-arrow.left {
  margin-right: 0;
}
.sp-header__top-arrow span {
  width: 100%;
  border-top: 1px solid #fc7b25;
  position: absolute;
  transition: all 0.5s;
}
.sp-header__top-arrow span:first-of-type {
  top: 0;
  transform: rotate(26deg);
}
.sp-header__top-arrow span:last-of-type {
  bottom: 0;
  transform: rotate(-26deg);
}
.sp-header__bottom-arrow {
  width: 20px;
  height: 10px;
  margin-right: 30px;
  position: relative;
}
@media screen and (min-width: 400px) {
  .sp-header__bottom-arrow {
    margin-right: 8vw;
  }
}
.sp-header__bottom-arrow span {
  width: 20px;
  border-top: 1px solid #fc7b25;
  position: absolute;
  transition: all 0.5s;
}
.sp-header__bottom-arrow span:first-of-type {
  top: 0;
  transform: rotate(26deg);
}
.sp-header__bottom-arrow span:last-of-type {
  bottom: 0;
  transform: rotate(-26deg);
}
.sp-header__bottom-item {
  width: 100%;
  padding: 25px 0 25px 30px;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}
@media screen and (min-width: 400px) {
  .sp-header__bottom-item {
    padding: 6.6666666667vw 0 6.6666666667vw 4vw;
  }
}
.sp-header__bottom-item:last-child {
  border-bottom: none;
}
.sp-header__bottom-item.open .sp-header__bottom-list--sub {
  display: block;
}
.sp-header__bottom-item.open .sp-header__bottom-arrow span:first-of-type {
  top: 50%;
  transform: rotate(0);
}
.sp-header__bottom-item.open .sp-header__bottom-arrow span:last-of-type {
  top: 50%;
  transform: rotate(0);
}
.sp-header__bottom-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fc7b25;
}
@media screen and (min-width: 400px) {
  .sp-header__bottom-link {
    font-size: 3.7vw;
  }
}
.sp-header__bottom-list--sub {
  display: none;
  padding-left: 4vw;
  transition: all 0.5s;
}
.sp-header__bottom-item--sub {
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .sp-header__bottom-item--sub {
    padding-top: 2vw;
  }
}
.sp-header__bottom-link--sub {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fc7b25;
}
@media screen and (min-width: 400px) {
  .sp-header__bottom-link--sub {
    padding: 2vw 0;
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 768px) {
  .sp-header {
    display: none;
  }
}

/* PC-header (min-width: 768px)
-------------------------- */
.pc-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-header {
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(100, 100, 100, 0.35);
    position: fixed;
    z-index: 10000;
  }
}
@media screen and (min-width: 768px) {
  .pc-header__wrapper {
    display: flex;
    width: 100%;
    height: 8.3333333333vw;
    max-height: 100px;
    margin: 0 auto;
  }
}
.pc-header__logo {
  flex-grow: 0;
  height: 100%;
  background-color: #fc7b25;
}
.pc-header__logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.pc-header__picture {
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pc-header__image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pc-header__nav {
  width: 100%;
  background-color: #fff;
}
.pc-header__top-cover {
  background-color: #529642;
  position: relative;
  z-index: 1;
}
.pc-header__top-list {
  display: flex;
  justify-content: flex-end;
  height: 3.3333333333vw;
  max-height: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1965px) {
  .pc-header__top-list {
    width: 1700px;
    margin-right: calc((100% - 1700px) / 2);
    margin-left: calc((100% - 1700px) / 2);
  }
}
.pc-header__top-item {
  display: flex;
  align-items: center;
  background-color: #529642;
  position: relative;
  cursor: pointer;
}
.pc-header__top-item:hover .pc-header__top-link {
  border-bottom: 2px solid #fff;
  position: relative;
  top: 1px;
}
.pc-header__top-item:nth-of-type(n + 3) {
  margin-left: 30px;
}
@media screen and (min-width: 1000px) {
  .pc-header__top-item:nth-of-type(n + 3) {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .pc-header__top-item:first-of-type {
    width: 150px;
  }
}
@media screen and (min-width: 1000px) {
  .pc-header__top-item:first-of-type {
    width: 205px;
  }
}
.pc-header__top-item:last-of-type {
  margin-right: 0;
}
.pc-header__top-link {
  padding-bottom: 5px;
  font-size: 1.2vw;
  color: #fff;
  transition: padding-bottom 0.2s;
}
@media screen and (min-width: 1000px) {
  .pc-header__top-link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .pc-header__top-link {
    font-size: 1.5rem;
  }
}
.pc-header__top-list--sub {
  width: 150px;
  background-color: #e4dfd8;
  border: 2px solid #fff;
  border-top: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-500px);
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0;
  z-index: -10;
}
@media screen and (min-width: 1000px) {
  .pc-header__top-list--sub {
    width: 205px;
  }
}
.pc-header__top-list--sub.open {
  opacity: 1;
  transform: translateY(100%);
}
.pc-header__top-item--sub:hover {
  background-color: #529642;
}
.pc-header__top-item--sub + .pc-header__top-item--sub {
  border-top: 2px solid #fff;
}
.pc-header__top-link--sub {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 1.2vw;
  color: #fff;
  line-height: 1.75;
}
@media screen and (min-width: 1000px) {
  .pc-header__top-link--sub {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .pc-header__top-link--sub {
    font-size: 1.5rem;
  }
}
.pc-header__bottom-cover {
  width: auto;
}
.pc-header__bottom-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 5vw;
  max-height: 60px;
}
@media screen and (min-width: 1000px) {
  .pc-header__bottom-list {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .pc-header__bottom-list {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .pc-header__bottom-list {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1300px) {
  .pc-header__bottom-list {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1965px) {
  .pc-header__bottom-list {
    width: 1700px;
    margin-right: calc((100% - 1700px) / 2);
    margin-left: calc((100% - 1700px) / 2);
  }
}
.pc-header__bottom-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.6666666667%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .pc-header__bottom-item {
    width: auto;
  }
}
.pc-header__bottom-item:hover .pc-header__bottom-link {
  border-bottom: 2px solid #fc7b25;
  position: relative;
  top: 1px;
}
.pc-header__bottom-item:nth-of-type(2) {
  flex-shrink: 0;
}
.pc-header__bottom-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .pc-header__bottom-item + .pc-header__bottom-item {
    margin-left: 50px;
  }
}
.pc-header__bottom-link {
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 500;
  color: #fc7b25;
  line-height: 1.14;
}
@media screen and (min-width: 1000px) {
  .pc-header__bottom-link {
    font-size: 1.5rem;
  }
}
.pc-header__bottom-list--sub {
  width: 205px;
  background-color: #e4dfd8;
  border: 2px solid #fff;
  border-top: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-500px);
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0;
  z-index: -10;
}
.pc-header__bottom-list--sub.open {
  opacity: 1;
  transform: translateY(100%);
}
.pc-header__bottom-item--sub:hover {
  background-color: #fc7b25;
}
.pc-header__bottom-item--sub + .pc-header__top-item--sub {
  border-top: 2px solid #fff;
}
.pc-header__bottom-link--sub {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 1.1vw;
  color: #fff;
  line-height: 1.75;
}
@media screen and (min-width: 1000px) {
  .pc-header__bottom-link--sub {
    font-size: 1.5rem;
  }
}
.pc-header__item-title--top {
  padding-bottom: 5px;
  font-size: 1.2vw;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .pc-header__item-title--top {
    font-size: 1.5rem;
  }
}
.pc-header__item-title--bottom {
  padding-bottom: 5px;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 500;
  color: #fc7b25;
  line-height: 1.14;
}
@media screen and (min-width: 1000px) {
  .pc-header__item-title--bottom {
    font-size: 1.5rem;
  }
}

/* footer
-------------------------- */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8vw;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 0;
  }
}
.footer__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__flex {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 4%;
  }
}
.footer__logo {
  width: 47.2vw;
  max-width: 354px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 18.4375vw;
    margin: 0;
  }
}
.footer__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__address {
  display: inline-block;
  margin-top: 5.3vw;
  font-size: 3.2vw;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin: 0 0 0 4.1666666667vw;
    font-size: 1.35vw;
  }
}
@media screen and (min-width: 1920px) {
  .footer__address {
    font-size: 2.6rem;
  }
}
.footer__btn {
  width: 70%;
  max-width: 470px;
  height: 13.3vw;
  margin-top: 5.3vw;
  border: solid 2px #fc7b25;
  border-radius: 2vw;
  overflow: hidden;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  .footer__btn {
    width: 30%;
    height: 60px;
    margin: 0 0 0 auto;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__btn {
    height: 80px;
  }
}
.footer__btn:hover {
  background-color: #fc7b25;
}
.footer__btn:hover .footer__btn-text {
  color: #fff;
}
.footer__btn:hover .footer__cls-1 {
  fill: #fff;
}
.footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 1s linear;
}
.footer__mail {
  display: flex;
  align-items: center;
  width: 4.8vw;
  max-width: 36px;
  height: 3.3333333333vw;
  min-height: 25px;
  position: relative;
  top: 2px;
  transition: all 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
}
.footer__cls-1 {
  fill: #fc7b25;
  transition: all 1s;
  -webkit-transition: -webkit-transform 1s linear;
}
.footer__btn-text {
  padding-left: 20px;
  font-size: 3.73vw;
  font-weight: 500;
  color: #fc7b25;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  .footer__btn-text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer__btn-text {
    font-size: 2.1rem;
  }
}
.footer__footer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 4vw;
  background-color: #fc7b25;
}
@media screen and (min-width: 768px) {
  .footer__footer {
    margin-top: 0;
  }
}
.footer__footer small {
  text-align: center;
  font-size: 3.2vw;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .footer__footer small {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1000px) {
  .footer__footer small {
    font-size: 1.8rem;
  }
}

/* sub-page のカスタマイズ
-------------------------- */
.sub-top {
  width: 100%;
  padding: 0 4%;
  padding-top: 9.3vw;
}
@media screen and (min-width: 768px) {
  .sub-top {
    max-width: 1700px;
    margin: 0 auto;
    max-width: calc(1700px + 8%);
  }
}
.sub-top__title {
  text-align: center;
  font-size: 5.8vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 768px) {
  .sub-top__title {
    font-size: 2.9rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-top__title {
    font-size: 4.4rem;
  }
}
.sub-top__nav, .sub-top__nav--li4, .sub-top__nav--li3, .sub-top__nav--li2 {
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .sub-top__nav, .sub-top__nav--li4, .sub-top__nav--li3, .sub-top__nav--li2 {
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 1000px) {
  .sub-top__nav, .sub-top__nav--li4, .sub-top__nav--li3, .sub-top__nav--li2 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .sub-top__nav--li2 {
    width: 80%;
    max-width: 850px;
  }
}
@media screen and (min-width: 768px) {
  .sub-top__nav--li3 {
    max-width: 1270px;
  }
}
.sub-top__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .sub-top__list {
    border-radius: 15px;
    overflow: hidden;
  }
}
.sub-top__item, .sub-top__item--li4, .sub-top__item--li3, .sub-top__item--li2 {
  display: flex;
  width: 50%;
}
.sub-top__item:nth-of-type(2n), .sub-top__item--li4:nth-of-type(2n), .sub-top__item--li3:nth-of-type(2n), .sub-top__item--li2:nth-of-type(2n) {
  border-left: 1px solid #fff;
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .sub-top__item:nth-of-type(2n), .sub-top__item--li4:nth-of-type(2n), .sub-top__item--li3:nth-of-type(2n), .sub-top__item--li2:nth-of-type(2n) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sub-top__item:nth-of-type(2n), .sub-top__item--li4:nth-of-type(2n), .sub-top__item--li3:nth-of-type(2n), .sub-top__item--li2:nth-of-type(2n) {
    border-left: none;
    overflow: initial;
    border-radius: 0;
  }
}
.sub-top__item:nth-of-type(2n + 1), .sub-top__item--li4:nth-of-type(2n + 1), .sub-top__item--li3:nth-of-type(2n + 1), .sub-top__item--li2:nth-of-type(2n + 1) {
  border-top-left-radius: 2vw;
  border-bottom-left-radius: 2vw;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .sub-top__item:nth-of-type(2n + 1), .sub-top__item--li4:nth-of-type(2n + 1), .sub-top__item--li3:nth-of-type(2n + 1), .sub-top__item--li2:nth-of-type(2n + 1) {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sub-top__item:nth-of-type(2n + 1), .sub-top__item--li4:nth-of-type(2n + 1), .sub-top__item--li3:nth-of-type(2n + 1), .sub-top__item--li2:nth-of-type(2n + 1) {
    border-left: none;
    overflow: initial;
    border-radius: 0;
  }
}
.sub-top__item:nth-of-type(n + 3), .sub-top__item--li4:nth-of-type(n + 3), .sub-top__item--li3:nth-of-type(n + 3), .sub-top__item--li2:nth-of-type(n + 3) {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .sub-top__item:nth-of-type(n + 3), .sub-top__item--li4:nth-of-type(n + 3), .sub-top__item--li3:nth-of-type(n + 3), .sub-top__item--li2:nth-of-type(n + 3) {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .sub-top__item:nth-of-type(n + 1), .sub-top__item--li4:nth-of-type(n + 1), .sub-top__item--li3:nth-of-type(n + 1), .sub-top__item--li2:nth-of-type(n + 1) {
    border-left: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .sub-top__item--li2 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sub-top__item--li3 {
    width: 33.3%;
  }
}
@media screen and (min-width: 768px) {
  .sub-top__item--li4 {
    width: 25%;
  }
}
.sub-top__link, .sub-top__link--dammy, .sub-top__link--green, .sub-top__link--orange {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 3.8;
  background-color: #f3f3f3;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .sub-top__link, .sub-top__link--dammy, .sub-top__link--green, .sub-top__link--orange {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-top__link, .sub-top__link--dammy, .sub-top__link--green, .sub-top__link--orange {
    font-size: 2.1rem;
  }
}
.sub-top__link--orange {
  color: #fc7b25;
}
.sub-top__link--orange:hover {
  color: #fff;
  background-color: #fc7b25;
}
.sub-top__link--orange.here {
  color: #fff;
  background-color: #fc7b25;
}
.sub-top__link--green {
  color: #529642;
}
.sub-top__link--green:hover {
  color: #fff;
  background-color: #529642;
}
.sub-top__link--green.here {
  color: #fff;
  background-color: #529642;
}
.sub-main {
  margin-top: 10.7vw;
  padding: 0 4%;
  padding-bottom: 9.3vw;
}
@media screen and (min-width: 768px) {
  .sub-main {
    max-width: 1700px;
    margin: 0 auto;
    max-width: calc(1700px + 8%);
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .sub-main {
    margin-top: 70px;
  }
}
.sub-main__header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .sub-main__header {
    margin-top: 30px;
  }
}
.sub-main__chara-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.5333333333vw;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .sub-main__chara-cover {
    width: 10.9375vw;
  }
}
.sub-main__chara-image {
  display: block;
  width: 19.6vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sub-main__chara-image {
    width: 9.1145833333vw;
    max-width: 175px;
  }
}
.sub-main__chara-image--half {
  display: block;
  width: 50%;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sub-main__chara-image--half {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .sub-main__chara-image--half {
    width: 50%;
    max-width: 80px;
  }
}
.sub-main__title-cover--half {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sub-main__title, .sub-main__title--green, .sub-main__title--orange {
  font-size: 4.13vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sub-main__title, .sub-main__title--green, .sub-main__title--orange {
    font-size: 3.2rem;
  }
}
.sub-main__title--orange {
  color: #fc7b25;
}
.sub-main__title--green {
  color: #529642;
}
.sub-main__title--addition {
  display: block;
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .sub-main__title--addition {
    font-size: 2.1rem;
  }
}
.sub-main__title--normal {
  display: block;
  font-size: 2.8vw;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .sub-main__title--normal {
    font-size: 2.1rem;
  }
}
.sub-main__section + .sub-main__section {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  .sub-main__section + .sub-main__section {
    margin-top: 50px;
  }
}
.sub-main__border {
  display: flex;
  margin-top: 10px;
}
.sub-main__border--left {
  flex-shrink: 0;
  display: inline-block;
  width: 20.5333333333vw;
  border-top: solid 5px #fc7b25;
}
@media screen and (min-width: 768px) {
  .sub-main__border--left {
    width: 10.9375vw;
  }
}
.sub-main__border--right {
  display: inline-block;
  width: 100%;
  border-top: solid 5px #529642;
}
.sub-main__body {
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .sub-main__body {
    margin-top: 30px;
  }
}
.sub-main__sub-title, .sub-main__sub-title--green, .sub-main__sub-title--orange {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .sub-main__sub-title, .sub-main__sub-title--green, .sub-main__sub-title--orange {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-main__sub-title, .sub-main__sub-title--green, .sub-main__sub-title--orange {
    font-size: 2.4rem;
  }
}
.sub-main__sub-title--orange {
  color: #fc7b25;
}
.sub-main__sub-title--green {
  color: #529642;
}
@media screen and (min-width: 768px) {
  .sub-main__content {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10px;
  }
}
.sub-main__content--reverse {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sub-main__content--reverse {
    display: flex;
    margin-top: 40px;
  }
}
.sub-main__image-cover, .sub-main__image-cover--reverse {
  width: 100%;
  max-width: 680px;
}
@media screen and (min-width: 768px) {
  .sub-main__image-cover, .sub-main__image-cover--reverse {
    flex-grow: 0;
    width: calc(50% - 50px);
    margin: 0 0 0 50px;
  }
}
.sub-main__image-cover--reverse {
  margin: 0 50px 0 0;
}
.sub-main__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.sub-main__text-content {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .sub-main__text-content {
    flex-grow: 1;
    margin-top: 0;
    width: 50%;
  }
}
.sub-main__copy, .sub-main__copy--link {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .sub-main__copy, .sub-main__copy--link {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-main__copy, .sub-main__copy--link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-main__copy, .sub-main__copy--link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .sub-main__copy, .sub-main__copy--link {
    font-size: 2.1rem;
  }
}
.sub-main__copy--mt {
  margin: 2.625rem 0;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .sub-main__copy--mt {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-main__copy--mt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-main__copy--mt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .sub-main__copy--mt {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  .sub-main__copy--mt {
    margin: 4.9vw 0;
  }
}
@media screen and (min-width: 768px) {
  .sub-main__copy--mt {
    margin: 2.625rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .sub-main__copy--mt {
    margin: 3.15rem 0;
  }
}
@media screen and (min-width: 1920px) {
  .sub-main__copy--mt {
    margin: 3.675rem 0;
  }
}
.sub-main__copy--link {
  border-bottom: solid 1px #000;
  transition: color border 0.3s;
}
.sub-main__copy--link:hover {
  color: #fc7b25;
  border-bottom: solid 1px #fc7b25;
}
.sub-main__copy--bold {
  font-weight: 500;
}
.sub-main__link--green {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  border-bottom: solid 1px #000;
  transition: color border 0.3s;
}
@media screen and (min-width: 400px) {
  .sub-main__link--green {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-main__link--green {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-main__link--green {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .sub-main__link--green {
    font-size: 2.1rem;
  }
}
.sub-main__link--green:hover {
  color: #529642;
  border-bottom: solid 1px #529642;
}

.sub-column {
  max-width: 1700px;
  margin: 0 auto;
  margin-top: 16vw;
}
@media screen and (min-width: 768px) {
  .sub-column {
    margin-top: 70px;
  }
}
.sub-column__header {
  display: inline-block;
  padding-left: 8.6666666667vw;
  padding-right: 20px;
  background: 10px center no-repeat url("img/common/bulb.png");
  background-size: 5.7333333333vw;
  background-color: #fc7b25;
  border-top-left-radius: 1.3vw;
  border-top-right-radius: 1.3vw;
}
@media screen and (min-width: 400px) {
  .sub-column__header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sub-column__header {
    padding-left: 45px;
    background-size: 32px;
  }
}
.sub-column__header-text {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 400px) {
  .sub-column__header-text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-column__header-text {
    font-size: 2.4rem;
  }
}
.sub-column__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.3vw 4vw 6vw;
  background-color: #fff0d9;
}
@media screen and (min-width: 768px) {
  .sub-column__body {
    padding: 50px 15px 60px;
  }
}
.sub-column__title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fc7b25;
  position: relative;
}
@media screen and (min-width: 400px) {
  .sub-column__title {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-column__title {
    font-size: 2.4rem;
  }
}
.sub-column__title::before {
  content: "";
  display: block;
  width: 8.6666666667vw;
  height: 5px;
  margin-right: 3.2vw;
  border-top: solid 1px #fc7b25;
  border-bottom: solid 1px #fc7b25;
  position: absolute;
  top: 50%;
  left: -11.8666666667vw;
  transform: translateY(-50%);
}
.sub-column__title::after {
  content: "";
  display: block;
  width: 8.6666666667vw;
  height: 5px;
  margin-left: 3.2vw;
  border-top: solid 1px #fc7b25;
  border-bottom: solid 1px #fc7b25;
  position: absolute;
  top: 50%;
  right: -11.8666666667vw;
  transform: translateY(-50%);
}
.sub-column__title--break {
  display: block;
}
@media screen and (min-width: 400px) {
  .sub-column__title--break {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sub-column__list {
    display: flex;
  }
}
.sub-column__item {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .sub-column__item {
    width: 50%;
    padding: 0 15px;
  }
}
.sub-column__sub-title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .sub-column__sub-title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-column__sub-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-column__sub-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .sub-column__sub-title {
    font-size: 2.1rem;
  }
}
.sub-column__copy {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .sub-column__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-column__copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-column__copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .sub-column__copy {
    font-size: 2.1rem;
  }
}

/* faq のカスタマイズ
-------------------------- */
.faq__item {
  padding: 6vw 0;
  border-bottom: solid 1px #d7cbbb;
}
@media screen and (min-width: 768px) {
  .faq__item {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .faq__item:first-of-type {
    padding: 10px 0 40px;
  }
}
.faq__header {
  display: flex;
  justify-content: space-between;
}
.faq__mark, .faq__a, .faq__q {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-right: 15px;
  border-radius: 50%;
  font-family: "Cantarell", sans-serif;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 400px) {
  .faq__mark, .faq__a, .faq__q {
    width: 8vw;
    height: 8vw;
    font-size: 4.27vw;
  }
}
@media screen and (min-width: 768px) {
  .faq__mark, .faq__a, .faq__q {
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
  }
}
.faq__q {
  background-color: #d7cbbb;
}
.faq__title {
  width: 70vw;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fc7b25;
  line-height: 8vw;
}
@media screen and (min-width: 400px) {
  .faq__title {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .faq__title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 5rem;
  }
}
@media screen and (min-width: 1000px) {
  .faq__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .faq__title {
    font-size: 2.4rem;
  }
}
.faq__btn {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-left: 15px;
  border: solid 2px #d7cbbb;
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 400px) {
  .faq__btn {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .faq__btn {
    display: none;
  }
}
.faq__btn span {
  display: inline-block;
  width: 50%;
  border-bottom: solid 2px #d7cbbb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.faq__btn span:first-of-type {
  transform: translateX(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.faq__btn.open span:first-of-type {
  transform: translateX(-50%) rotate(180deg);
}
.faq__body {
  display: flex;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 15px;
  opacity: 0;
  transition: 0.8s;
}
.faq__body.open {
  height: auto;
  padding: 10px 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .faq__body {
    height: auto;
    margin-top: 30px;
    opacity: 1;
  }
}
.faq__a {
  background-color: #fc7b25;
}
@media screen and (min-width: 768px) {
  .faq__text-content {
    margin-top: 10px;
  }
}
.faq__copy {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .faq__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .faq__copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .faq__copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .faq__copy {
    font-size: 2.1rem;
  }
}
.faq__link {
  border-bottom: solid 1px #000;
  transition: color border 0.3s;
}
.faq__link:hover {
  color: #fc7b25;
  border-bottom: solid 1px #fc7b25;
}

/* headline のカスタマイズ
-------------------------- */
.headline-n1, .headline-n1--green, .headline-n1--orange {
  padding-left: 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .headline-n1, .headline-n1--green, .headline-n1--orange {
    padding-left: 6.4vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .headline-n1, .headline-n1--green, .headline-n1--orange {
    padding-left: 3.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .headline-n1, .headline-n1--green, .headline-n1--orange {
    padding-left: 4.2rem;
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .headline-n1, .headline-n1--green, .headline-n1--orange {
    padding-left: 4.8rem;
    font-size: 2.4rem;
  }
}
.headline-n1::before, .headline-n1--green::before, .headline-n1--orange::before {
  position: absolute;
  top: -100%;
  left: -1.6rem;
  width: 3.2rem;
  height: 200%;
  content: "";
  transform: rotate(33deg);
  background: #fff;
}
@media screen and (min-width: 400px) {
  .headline-n1::before, .headline-n1--green::before, .headline-n1--orange::before {
    width: 6.4vw;
    left: -3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .headline-n1::before, .headline-n1--green::before, .headline-n1--orange::before {
    width: 3.2rem;
    left: -1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .headline-n1::before, .headline-n1--green::before, .headline-n1--orange::before {
    width: 4.2rem;
    left: -2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .headline-n1::before, .headline-n1--green::before, .headline-n1--orange::before {
    width: 4.8rem;
    left: -2.4rem;
  }
}
.headline-n1--orange {
  background-color: #fff0d9;
  border-bottom: solid 2px #fc7b25;
}
.headline-n1--green {
  background-color: #dfecdb;
  border-bottom: solid 2px #529642;
}

.headline-n2, .headline-n2--green {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .headline-n2, .headline-n2--green {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .headline-n2, .headline-n2--green {
    font-size: 2.4rem;
  }
}
.headline-n2--before, .headline-n2--green::before {
  content: "";
  display: inline-block;
  width: 8.6666666667vw;
  height: 5px;
  margin-right: 3.2vw;
  border-top: solid 1px;
  border-bottom: solid 1px;
  transform: translateY(-50%);
}
.headline-n2--after, .headline-n2--green::after {
  content: "";
  display: inline-block;
  width: 8.6666666667vw;
  height: 5px;
  margin-left: 3.2vw;
  border-top: solid 1px;
  border-bottom: solid 1px;
  transform: translateY(-50%);
}
.headline-n2--green {
  color: #529642;
}
.headline-n2--green::before {
  border-top: solid 1px #529642;
  border-bottom: solid 1px #529642;
}
.headline-n2--green::after {
  border-top: solid 1px #529642;
  border-bottom: solid 1px #529642;
}

@font-face {
  font-family: "Noto";
  font-weight: 400;
  src: url(fonts/Noto/Noto-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 300;
  src: url(fonts/NotoSansJP/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: url(fonts/NotoSansJP/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: url(fonts/NotoSansJP/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto";
  font-weight: 700;
  src: url(fonts/NotoSansJP/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Cantarell";
  font-weight: 400;
  src: url(fonts/Cantarell/Cantarell-Regular.ttf) format("opentype");
}
/* top
-------------------------- */
.top {
  position: relative;
}
.top__wrapper {
  width: 100%;
  height: 63.6vw;
}
@media screen and (min-width: 768px) {
  .top__wrapper {
    height: 35.9895833333vw;
  }
}
.top__box {
  width: 68vw;
  position: absolute;
  bottom: 8.6666666667vw;
  right: 30px;
}
@media screen and (min-width: 768px) {
  .top__box {
    width: 43.2291666667vw;
    bottom: 8.3333333333vw;
    right: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .top__box {
    width: 830px;
    bottom: 160px;
  }
}
.top__title {
  font-size: 4.8vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top__title {
    font-size: 2.71vw;
  }
}
@media screen and (min-width: 1920px) {
  .top__title {
    font-size: 5.2em;
  }
}
.top__copy {
  margin-top: 6.6666666667vw;
  font-size: 3.15vw;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .top__copy {
    margin-top: 4.1666666667vw;
    font-size: 1.77vw;
  }
}
@media screen and (min-width: 1920px) {
  .top__copy {
    margin-top: 80px;
    font-size: 3.4em;
  }
}

.webp .top__wrapper {
  background: no-repeat url("img/index/sp-bk_01.webp");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .webp .top__wrapper {
    background: no-repeat url("img/index/pc-bk_01.webp");
    background-size: cover;
  }
}

.no-webp .top__wrapper {
  background: no-repeat url("img/index/sp-bk_01.jpg");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .no-webp .top__wrapper {
    background: no-repeat url("img/index/pc-bk_01.jpg");
    background-size: cover;
  }
}

/* news
-------------------------- */
@media screen and (min-width: 768px) {
  .news__wrapper {
    display: flex;
  }
}
.news__header {
  padding: 5.3vw 0;
  background-color: #e4dfd8;
}
@media screen and (min-width: 400px) {
  .news__header {
    padding: 9.3vw 0;
  }
}
@media screen and (min-width: 768px) {
  .news__header {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.0416666667vw;
    max-width: 500px;
    padding: 0;
  }
}
.news__title {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
  color: #000;
  line-height: 1.93;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1200px) {
  .news__title {
    font-size: 2.7em;
  }
}
.news__title--sub {
  display: block;
  font-weight: 600;
  color: #fc7b25;
}
.news__body {
  padding: 0 4%;
  padding-top: 5.3vw;
  padding-bottom: 5.3vw;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .news__body {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news__dl {
  font-size: 3.73vw;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .news__dl {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1200px) {
  .news__dl {
    font-size: 2.4em;
  }
}
.news__dt {
  font-weight: 500;
  cursor: pointer;
}
.news__dt:hover + .news__dd > .news__link {
  color: #fc7b25;
}
.news__dd {
  font-weight: 300;
}
.news__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 300;
  transition: color 0.5s;
}
.news__link:hover {
  color: #fc7b25;
}

/* category
-------------------------- */
.category__wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4%;
  padding-bottom: 35px;
}
@media screen and (min-width: 1000px) {
  .category__wrapper {
    padding-top: 35px;
  }
}
.category__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .category__list {
    justify-content: space-between;
  }
}
.category__item {
  width: 48%;
  margin-top: 6vw;
}
.category__item:nth-of-type(2n + 2) {
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  .category__item:nth-of-type(2n + 2) {
    margin-left: 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .category__item {
    width: 20.8333333333vw;
    max-width: 400px;
    margin-top: 45px;
  }
}
.category__link:hover .category__image {
  transform: scale(1.1);
}
.category__image-cover {
  width: 100%;
  height: 26.1333333333vw;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .category__image-cover {
    height: 12.5vw;
    max-height: 240px;
  }
}
.category__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
  transition: transform 0.5s;
}
.category__title {
  margin-top: 5px;
  text-align: center;
  font-size: 3.72vw;
  font-weight: 500;
  line-height: 1.21;
  color: #fc7b25;
}
@media screen and (min-width: 768px) {
  .category__title {
    font-size: 2.1em;
  }
}

/* sub-category
-------------------------- */
.sub-category {
  background-color: #f3f3f3;
}
.sub-category__wrapper {
  padding: 0 4%;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .sub-category__wrapper {
    display: flex;
    justify-content: space-evenly;
    max-width: 1920px;
    margin: 0 auto;
  }
}
.sub-category__cover {
  width: 100%;
  height: 28vw;
  background-color: #fcfceb;
  border: 3px solid #fc7b25;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .sub-category__cover {
    width: 49%;
    height: 13.8020833333vw;
    max-height: 265px;
    cursor: pointer;
  }
}
.sub-category__cover + .sub-category__cover {
  margin-top: 6.67vw;
}
@media screen and (min-width: 768px) {
  .sub-category__cover + .sub-category__cover {
    margin-top: 0;
  }
}
.sub-category__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: relative;
}
.sub-category__body {
  margin-left: 30vw;
}
@media screen and (min-width: 768px) {
  .sub-category__body {
    margin-left: 13.8020833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .sub-category__body {
    margin-left: 265px;
  }
}
.sub-category__title {
  font-size: 3.6vw;
  font-weight: 500;
  line-height: 1.75;
  color: #fc7b25;
}
@media screen and (min-width: 768px) {
  .sub-category__title {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1000px) {
  .sub-category__title {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1200px) {
  .sub-category__title {
    font-size: 2.2em;
  }
}
.sub-category__copy {
  font-size: 3.6vw;
  font-weight: 300;
  line-height: 1.75;
  color: #000;
}
@media screen and (min-width: 768px) {
  .sub-category__copy {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1000px) {
  .sub-category__copy {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1200px) {
  .sub-category__copy {
    font-size: 2.2em;
  }
}
.sub-category__image--food {
  width: 25.6vw;
  max-width: 192px;
  height: 21.2vw;
  max-height: 159px;
  position: absolute;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .sub-category__image--food {
    width: 12.5520833333vw;
    max-width: 241px;
    height: 10.46875vw;
    max-height: 201px;
  }
}
.sub-category__image--margarine {
  width: 19.2vw;
  max-width: 144px;
  height: 25.6vw;
  max-height: 192px;
  position: absolute;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .sub-category__image--margarine {
    width: 9.5833333333vw;
    max-width: 184px;
    height: 12.5vw;
    max-height: 240px;
  }
}

.webp .sub-category__image--food {
  background: no-repeat url("img/index/02_01.webp");
  background-size: contain;
}
.webp .sub-category__image--margarine {
  background: no-repeat url("img/index/02_02.webp");
  background-size: contain;
}

.no-webp .sub-category__image--food {
  background: no-repeat url("img/index/02_01.png");
  background-size: contain;
}
.no-webp .sub-category__image--margarine {
  background: no-repeat url("img/index/02_02.png");
  background-size: contain;
}

/* campaign
-------------------------- */
.campaign {
  padding: 0 4%;
  padding-top: 5.3vw;
  padding-bottom: 5.3vw;
}
@media screen and (min-width: 768px) {
  .campaign {
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 8%;
  }
}
.campaign__link {
  display: block;
  width: 100%;
  transition: .5s all;
}
.campaign__link:hover {
  opacity: 0.7;
}
.campaign__link.hover-none:hover {
  opacity: 1;
}
.campaign__link img {
  display: block;
  width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .campaign__link {
    display: block;
    width: 100%;
  }

}

@font-face {
  font-family: "Noto";
  font-weight: 400;
  src: url(fonts/Noto/Noto-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 300;
  src: url(fonts/NotoSansJP/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: url(fonts/NotoSansJP/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: url(fonts/NotoSansJP/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto";
  font-weight: 700;
  src: url(fonts/NotoSansJP/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Cantarell";
  font-weight: 400;
  src: url(fonts/Cantarell/Cantarell-Regular.ttf) format("opentype");
}
/* margarine
-------------------------- */
.margarine {
  font-size: 2.8vw;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .margarine {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .margarine {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .margarine {
    font-size: 2.1rem;
  }
}
.margarine__table {
  margin-top: 5.3vw;
}
.margarine__table + .margarine__table {
  margin-top: 9.3vw;
}
.margarine__th, .margarine__td, .margarine__td--green, .margarine__td--orange, .margarine__td--head, .margarine__td--green-head, .margarine__td--orange-head {
  padding: 1.4vw 0;
  border: solid 1px #d7cbbb;
}
@media screen and (min-width: 768px) {
  .margarine__th, .margarine__td, .margarine__td--green, .margarine__td--orange, .margarine__td--head, .margarine__td--green-head, .margarine__td--orange-head {
    padding: 10px 0;
  }
}
.margarine__table {
  border-collapse: collapse;
  /* セルの線を重ねる */
  width: 100%;
  /* 幅指定 */
}
.margarine__th {
  width: 24vw;
  padding-left: 10px;
  text-align: left;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .margarine__th {
    width: 20%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .margarine__th {
    padding-left: 30px;
    max-width: 260px;
  }
}
.margarine__td, .margarine__td--green, .margarine__td--orange {
  padding: 1.4vw 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .margarine__td, .margarine__td--green, .margarine__td--orange {
    width: 40%;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .margarine__td, .margarine__td--green, .margarine__td--orange {
    padding: 10px 30px;
  }
}
.margarine__td--head, .margarine__td--green-head, .margarine__td--orange-head {
  padding: 1.4vw 10px;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .margarine__td--head, .margarine__td--green-head, .margarine__td--orange-head {
    padding: 10px 20px;
    font-size: 1.5rem;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .margarine__td--head, .margarine__td--green-head, .margarine__td--orange-head {
    padding: 10px 30px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .margarine__td--head, .margarine__td--green-head, .margarine__td--orange-head {
    font-size: 2.1rem;
  }
}
.margarine__td--orange {
  background-color: #fceeca;
}
.margarine__td--orange-head {
  background-color: #fee7ab;
}
.margarine__td--green {
  background-color: #edf6d6;
}
.margarine__td--green-head {
  background-color: #e1f2b2;
}

/* flow
-------------------------- */
@media screen and (min-width: 768px) {
  .flow__picture {
    display: block;
    width: 78.125vw;
    max-width: 1500px;
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .flow__picture {
    margin-top: 80px;
  }
}
.flow__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow__list {
  margin-top: 13.3vw;
}
@media screen and (min-width: 768px) {
  .flow__list {
    margin-top: 70px;
  }
}
.flow__item + .flow__item {
  margin-top: 25px;
}
@media screen and (min-width: 400px) {
  .flow__item + .flow__item {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .flow__item + .flow__item {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .flow__item + .flow__item {
    margin-top: 60px;
  }
}

.flow-card::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-left: solid 5px #fc7b25;
  border-bottom: solid 5px #fc7b25;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .flow-card::after {
    width: 60px;
    height: 60px;
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 1000px) {
  .flow-card::after {
    margin: 30px auto 0;
  }
}
.flow-card--last::after {
  display: none;
}
.flow-card__wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow-card__wrapper {
    display: flex;
  }
}
.flow-card__step {
  width: 24.6666666667vw;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .flow-card__step {
    width: 14.0625vw;
    max-width: 270px;
  }
}
.flow-card__list {
  width: 82.6666666667vw;
  margin-left: 9.3333333333vw;
  padding: 25px 20px 25px 20vw;
  background-color: #f9f6e4;
}
@media screen and (min-width: 768px) {
  .flow-card__list {
    width: 100%;
    margin-left: 5.2083333333vw;
    padding: 30px 35px 30px 14.0625vw;
  }
}
@media screen and (min-width: 1000px) {
  .flow-card__list {
    width: 100%;
    margin-left: 5.2083333333vw;
    padding: 60px 65px 60px 14.0625vw;
  }
}
.flow-card__item {
  font-size: 1.6rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .flow-card__item {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 768px) {
  .flow-card__item {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .flow-card__item {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .flow-card__item {
    font-size: 2.4rem;
  }
}

/* type
-------------------------- */
#type .sub-main__section:first-of-type {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #type .sub-main__section:first-of-type {
    margin-top: 50px;
  }
}
#type .headline-n1--orange + .sub-main__copy, #type .headline-n1--orange + .sub-main__copy--link {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  #type .headline-n1--orange + .sub-main__copy, #type .headline-n1--orange + .sub-main__copy--link {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1000px) {
  #type .headline-n1--orange + .sub-main__copy, #type .headline-n1--orange + .sub-main__copy--link {
    margin-top: 30px;
  }
}

.type__wrapper {
  margin-top: 13.3vw;
}
@media screen and (min-width: 768px) {
  .type__wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .type__wrapper {
    margin-top: 45px;
  }
}
.type__title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fc7b25;
}
@media screen and (min-width: 400px) {
  .type__title {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .type__title {
    font-size: 2.4rem;
  }
}
.type__title::before {
  content: "";
  display: inline-block;
  width: 8.6666666667vw;
  height: 5px;
  margin-right: 3.2vw;
  border-top: solid 1px #fc7b25;
  border-bottom: solid 1px #fc7b25;
  transform: translateY(-50%);
}
.type__title::after {
  content: "";
  display: inline-block;
  width: 8.6666666667vw;
  height: 5px;
  margin-left: 3.2vw;
  border-top: solid 1px #fc7b25;
  border-bottom: solid 1px #fc7b25;
  transform: translateY(-50%);
}
.type__dl {
  margin-top: 20px;
}
@media screen and (min-width: 400px) {
  .type__dl {
    margin-top: 2.67vw;
  }
}
@media screen and (min-width: 768px) {
  .type__dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
}
.type__dl-cover {
  padding: 20px 4%;
  background-color: #fff0d9;
  border-radius: 10px;
}
@media screen and (min-width: 400px) {
  .type__dl-cover {
    padding: 2.67vw 4%;
  }
}
@media screen and (min-width: 768px) {
  .type__dl-cover {
    width: 49%;
    margin-top: 25px;
  }
}
.type__dl-cover + .type__dl-cover {
  margin-top: 30px;
}
@media screen and (min-width: 400px) {
  .type__dl-cover + .type__dl-cover {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .type__dl-cover + .type__dl-cover {
    margin-top: 25px;
  }
}
.type__dt {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .type__dt {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .type__dt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .type__dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .type__dt {
    font-size: 2.1rem;
  }
}
.type__dd {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .type__dd {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .type__dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .type__dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .type__dd {
    font-size: 2.1rem;
  }
}
.type__dd--small {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .type__dd--small {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .type__dd--small {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  .type__dd--small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .type__dd--small {
    font-size: 1.9rem;
  }
}

/* eiyou
-------------------------- */
#eiyou .sub-main__section:first-of-type {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #eiyou .sub-main__section:first-of-type {
    margin-top: 50px;
  }
}
#eiyou .headline-n1--orange {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  #eiyou .headline-n1--orange {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {
  #eiyou .headline-n1--orange {
    margin-bottom: 30px;
  }
}
#eiyou .sub-main__float {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  #eiyou .sub-main__float {
    display: block;
    overflow: hidden;
  }
}
#eiyou .sub-main__float-space {
  display: none;
}
@media screen and (min-width: 768px) {
  #eiyou .sub-main__float-space {
    float: right;
    display: block;
    height: 21.4285714286vw;
    max-height: 300px;
  }
}
@media screen and (min-width: 1000px) {
  #eiyou .sub-main__float-space {
    height: 23.8095238095vw;
    max-height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  #eiyou .sub-main__float-space {
    height: 15.625vw;
    max-height: 300px;
  }
}
#eiyou .sub-main__float-figure {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 400px) {
  #eiyou .sub-main__float-figure {
    margin-top: 10.67vw;
  }
}
@media screen and (min-width: 768px) {
  #eiyou .sub-main__float-figure {
    float: right;
    clear: both;
    display: inline-block;
    width: 25%;
    margin-top: 0;
  }
}
#eiyou .sub-main__float-picture {
  flex-shrink: 0;
  width: 25%;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  #eiyou .sub-main__float-picture {
    margin-right: 0;
  }
}
#eiyou .sub-main__float-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #eiyou .sub-main__float-image {
    width: 60%;
    margin: 60px auto 60px 10%;
  }
}
#eiyou .sub-main__copy--small {
  font-size: 1.3rem;
  font-weight: 300;
  color: #fc7b25;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  #eiyou .sub-main__copy--small {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  #eiyou .sub-main__copy--small {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  #eiyou .sub-main__copy--small {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #eiyou .sub-main__copy--small {
    font-size: 1.8rem;
  }
}

@font-face {
  font-family: "Noto";
  font-weight: 400;
  src: url(fonts/Noto/Noto-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 300;
  src: url(fonts/NotoSansJP/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: url(fonts/NotoSansJP/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: url(fonts/NotoSansJP/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto";
  font-weight: 700;
  src: url(fonts/NotoSansJP/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Cantarell";
  font-weight: 400;
  src: url(fonts/Cantarell/Cantarell-Regular.ttf) format("opentype");
}
/* recipe(recipi)
-------------------------- */
#recipe .recipe__wrapper {
  margin-top: 9.3vw;
}
@media screen and (min-width: 768px) {
  #recipe .recipe__wrapper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  #recipe .recipe__wrapper {
    margin-top: 100px;
  }
}
#recipe .recipe__item {
  border: solid 5px #ffe1cd;
  border-radius: 9px;
}
#recipe .recipe__item + .recipe__item {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  #recipe .recipe__item + .recipe__item {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  #recipe .recipe__item + .recipe__item {
    margin-top: 100px;
  }
}
#recipe .recipe__link {
  display: inline-block;
  width: 100%;
  padding: 4vw 4%;
}
@media screen and (min-width: 768px) {
  #recipe .recipe__link {
    display: flex;
    align-items: center;
  }
  #recipe .recipe__link:hover .recipe__btn {
    color: #fc7b25;
    border-bottom: solid 1px #fc7b25;
  }
  #recipe .recipe__link:hover .recipe__btn-arrow::before, #recipe .recipe__link:hover .recipe__btn-arrow::after {
    background: #fc7b25;
  }
}
#recipe .recipe__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #recipe .recipe__content {
    width: 40%;
    padding-right: 5%;
  }
}
#recipe .recipe__title {
  font-size: 5.6vw;
  font-weight: 600;
  color: #fc7b25;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  #recipe .recipe__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1000px) {
  #recipe .recipe__title {
    font-size: 3.2rem;
  }
}
#recipe .recipe__copy {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  #recipe .recipe__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #recipe .recipe__copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #recipe .recipe__copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #recipe .recipe__copy {
    font-size: 2.1rem;
  }
}
#recipe .recipe__btn {
  display: inline-block;
  margin: 0 0 0 auto;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 400px) {
  #recipe .recipe__btn {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #recipe .recipe__btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #recipe .recipe__btn {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #recipe .recipe__btn {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  #recipe .recipe__btn {
    margin-top: 2.625rem;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1200px) {
  #recipe .recipe__btn {
    margin-top: 3.15rem;
  }
}
#recipe .recipe__btn-arrow {
  display: inline-block;
  width: 3rem;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 400px) {
  #recipe .recipe__btn-arrow {
    width: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  #recipe .recipe__btn-arrow {
    width: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #recipe .recipe__btn-arrow {
    width: 2.7rem;
  }
}
#recipe .recipe__btn-arrow::before, #recipe .recipe__btn-arrow::after {
  content: "";
  display: block;
  width: 0.75rem;
  /*線の長さ*/
  height: 1px;
  /*線の太さ*/
  background: #333;
  /*線の色*/
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  border-radius: 100px;
  transform: rotate(30deg);
  transform-origin: calc(100% - 5px) 50%;
}
@media screen and (min-width: 400px) {
  #recipe .recipe__btn-arrow::before, #recipe .recipe__btn-arrow::after {
    width: 2.24vw;
    /*線の長さ*/
  }
}
@media screen and (min-width: 600px) {
  #recipe .recipe__btn-arrow::before, #recipe .recipe__btn-arrow::after {
    top: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  #recipe .recipe__btn-arrow::before, #recipe .recipe__btn-arrow::after {
    width: 1.2rem;
    /*線の長さ*/
    top: calc(50% - 8px);
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1000px) {
  #recipe .recipe__btn-arrow::before, #recipe .recipe__btn-arrow::after {
    width: 1.44rem;
    /*線の長さ*/
  }
}
#recipe .recipe__btn-arrow::after {
  top: calc(50% - 3px);
  transform: rotate(-30deg);
}
@media screen and (min-width: 600px) {
  #recipe .recipe__btn-arrow::after {
    top: calc(50% - 5px);
  }
}
@media screen and (min-width: 768px) {
  #recipe .recipe__btn-arrow::after {
    top: calc(50% - 3px);
  }
}
#recipe .recipe-box__list {
  display: flex;
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  #recipe .recipe-box__list {
    width: 60%;
    margin-top: 0;
  }
}
#recipe .recipe-box__item {
  border-radius: 9px;
  overflow: hidden;
}
#recipe .recipe-box__item + .recipe-box__item {
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  #recipe .recipe-box__item + .recipe-box__item {
    margin-top: 0;
  }
}
#recipe .recipe-box__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* recipe-list(recipi)
-------------------------- */
.recipe-list__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .recipe-list__list {
    margin-top: 35px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .recipe-list__list {
    margin-top: 70px;
  }
}
.recipe-list__item {
  width: 46%;
  margin: 0 2%;
  border-radius: 10px;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .recipe-list__item {
    width: 22%;
    margin: 0 1.5%;
  }
}
.recipe-list__item:nth-of-type(n + 3) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recipe-list__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .recipe-list__item:nth-of-type(n + 5) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .recipe-list__item:nth-of-type(n + 5) {
    margin-top: 60px;
  }
}

.recipe-card {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 6% 20px;
}
@media screen and (min-width: 768px) {
  .recipe-card {
    padding: 15px 8% 20px;
  }
}
@media screen and (min-width: 768px) {
  .recipe-card:hover .recipe-card__image {
    transform: scale(1.1);
  }
}
.recipe-card__image-cover {
  width: 100%;
  height: 28.2666666667vw;
  border-radius: 9px;
  z-index: 10;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recipe-card__image-cover {
    height: 12.0833333333vw;
    max-height: 232px;
  }
}
.recipe-card__image {
  width: 100%;
  height: 28.2666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 9px;
  transition: transform 1s;
}
@media screen and (min-width: 768px) {
  .recipe-card__image {
    height: 12.0833333333vw;
    max-height: 232px;
  }
}
.recipe-card__title {
  display: block;
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  color: #fc7b25;
}
@media screen and (min-width: 400px) {
  .recipe-card__title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .recipe-card__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .recipe-card__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .recipe-card__title {
    font-size: 2.1rem;
  }
}

/* recipe-list(recipi)
-------------------------- */
#recipe-detail .sub-main {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #recipe-detail .sub-main {
    max-width: 100%;
  }
}
#recipe-detail .sub-main__header {
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  #recipe-detail .sub-main__header {
    max-width: 1700px;
    margin: 0 auto;
    max-width: calc(1700px + 8%);
  }
}
@media screen and (min-width: 1000px) {
  #recipe-detail .sub-main__header {
    margin-top: 30px;
  }
}
#recipe-detail .sub-main__border {
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  #recipe-detail .sub-main__border {
    max-width: 1700px;
    margin: 0 auto;
    margin-top: 10px;
    max-width: calc(1700px + 8%);
  }
}

.recipe-header {
  width: 100%;
  background-color: #fbece1;
}
.recipe-header__wrapper {
  margin-top: 20px;
  padding: 25px 4%;
}
@media screen and (min-width: 400px) {
  .recipe-header__wrapper {
    margin-top: 5.3vw;
    padding: 6.67vw 4%;
  }
}
@media screen and (min-width: 768px) {
  .recipe-header__wrapper {
    display: flex;
    justify-content: flex-start;
    max-width: 1700px;
    margin: 0 auto;
    margin-top: 40px;
    max-width: calc(1700px + 8%);
    padding: 30px 4%;
  }
}
.recipe-header__image-cover {
  width: 60vw;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .recipe-header__image-cover {
    flex-grow: 0;
    flex-shrink: 0;
    width: 26.4705882353vw;
    max-width: 300px;
    margin: 0;
  }
}
.recipe-header__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recipe-header__text-cover {
    margin-left: 40px;
  }
}
.recipe-header__title {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #fc7b25;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .recipe-header__title {
    margin-top: 5.3vw;
    font-size: 4.13vw;
  }
}
@media screen and (min-width: 768px) {
  .recipe-header__title {
    margin-top: 1.5vw;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .recipe-header__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1920px) {
  .recipe-header__title {
    margin-top: 30px;
    font-size: 2.8rem;
  }
}
.recipe-header__copy {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .recipe-header__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .recipe-header__copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .recipe-header__copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .recipe-header__copy {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .recipe-header__dl {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .recipe-header__dl {
    margin-top: 30px;
  }
}
.recipe-header__dl--flex {
  display: flex;
}
.recipe-header__dt, .recipe-header__dd {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .recipe-header__dt, .recipe-header__dd {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .recipe-header__dt, .recipe-header__dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .recipe-header__dt, .recipe-header__dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .recipe-header__dt, .recipe-header__dd {
    font-size: 2.1rem;
  }
}
.recipe-header__dd::before {
  content: "：";
  display: inline-block;
  width: 1.5rem;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .recipe-header__dd::before {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .recipe-header__dd::before {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .recipe-header__dd::before {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .recipe-header__dd::before {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  .recipe-header__dd::before {
    width: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .recipe-header__dd::before {
    width: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .recipe-header__dd::before {
    width: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .recipe-header__dd::before {
    width: 2.1rem;
  }
}

@media screen and (min-width: 768px) {
  .recipe-body {
    display: flex;
    justify-content: space-between;
    max-width: 1700px;
    margin: 0 auto;
    margin-top: 40px;
    max-width: calc(1700px + 8%);
    padding: 0 4%;
  }
}
@media screen and (min-width: 768px) {
  .recipe-body__right {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .material {
    width: 48%;
    background-color: #efefef;
    border-radius: 9px;
  }
}
.material__wrapper {
  margin-top: 10px;
  padding: 0 4%;
}
@media screen and (min-width: 768px) {
  .material__wrapper {
    padding-bottom: 40px;
  }
}
.material__title, .point__title, .how__title {
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  color: #fc7b25;
  line-height: 1.75;
  border-bottom: solid 2px #fc7b25;
}
@media screen and (min-width: 400px) {
  .material__title, .point__title, .how__title {
    font-size: 4.13vw;
  }
}
@media screen and (min-width: 768px) {
  .material__title, .point__title, .how__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .material__title, .point__title, .how__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1920px) {
  .material__title, .point__title, .how__title {
    font-size: 2.8rem;
  }
}
.material__dl {
  display: flex;
  flex-wrap: wrap;
}
.material__dt, .material__dd {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  line-height: 2;
  border-bottom: solid 1px #d7cbbb;
}
@media screen and (min-width: 400px) {
  .material__dt, .material__dd {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .material__dt, .material__dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .material__dt, .material__dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .material__dt, .material__dd {
    font-size: 2.1rem;
  }
}
.material__dt {
  width: 55%;
}
@media screen and (min-width: 768px) {
  .material__dt:last-of-type {
    border-bottom: none;
  }
}
.material__dd {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .material__dd:last-of-type {
    border-bottom: none;
  }
}

.how__wrapper {
  margin-top: 10px;
  padding: 0 4%;
  max-width: 1700px;
  margin: 0 auto;
  margin-top: 10px;
  max-width: calc(1700px + 8%);
}
.how__list {
  list-style: none;
  counter-reset: item_num;
  /* item_num カウンタをセットする(値もリセット) */
}
.how__item {
  margin-top: 10px;
  text-indent: -3rem;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .how__item {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .how__item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .how__item {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .how__item {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  .how__item {
    text-indent: -5.6vw;
    padding-left: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .how__item {
    text-indent: -3rem;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .how__item {
    text-indent: -3.6rem;
    padding-left: 3.6rem;
  }
}
@media screen and (min-width: 1920px) {
  .how__item {
    text-indent: -4.2rem;
    padding-left: 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  .how__item + .how__item {
    margin-top: 20px;
  }
}
.how__item:before {
  margin-right: 1.5rem;
  counter-increment: item_num;
  /* item_num カウンタの値に1加える */
  content: counter(item_num) ".";
  /* before擬似要素のcontentで出力 */
  font-weight: 500;
  color: #fc7b25;
  /* 色を変更 */
}
@media screen and (min-width: 400px) {
  .how__item:before {
    margin-right: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .how__item:before {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .how__item:before {
    margin-right: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .how__item:before {
    margin-right: 2.1rem;
  }
}

.point {
  padding: 0 4%;
}
.point__wrapper {
  margin-top: 30px;
  padding: 20px 4%;
  background-color: #fbece1;
  border-radius: 9px;
}
@media screen and (min-width: 400px) {
  .point__wrapper {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .point__wrapper {
    margin-top: 30px;
  }
}
.point__title {
  margin-top: 0;
  padding-top: 0;
}
.point__item {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .point__item {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .point__item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .point__item {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .point__item {
    font-size: 2.1rem;
  }
}
.point__item + .point__item {
  margin-top: 20px;
}

/* showroom
-------------------------- */
@media screen and (min-width: 768px) {
  .showroom__wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .showroom__wrapper {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .showroom__wrapper {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .showroom__wrapper div {
    width: 49%;
  }
}
.showroom__section {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  .showroom__section {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .showroom__section {
    margin-top: 75px;
  }
}
.showroom__list {
  margin-top: 3.33vw;
}
@media screen and (min-width: 768px) {
  .showroom__list {
    margin-top: 30px;
  }
}
.showroom__item {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .showroom__item {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .showroom__item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .showroom__item {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .showroom__item {
    font-size: 2.1rem;
  }
}
.showroom__link {
  border-bottom: solid 1px #000;
  transition: color border 0.3s;
}
.showroom__link:hover {
  color: #fc7b25;
  border-bottom: solid 1px #fc7b25;
}

/* balance
-------------------------- */
.balance__wrapper {
  margin-top: 13.3vw;
  padding-bottom: 26.7vw;
}
@media screen and (min-width: 768px) {
  .balance__wrapper {
    margin-top: 75px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .balance__wrapper {
    margin-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .balance__list {
    display: flex;
    justify-content: space-around;
  }
}
.balance__item + .balance__item {
  margin-top: 12vw;
}
@media screen and (min-width: 768px) {
  .balance__item + .balance__item {
    margin-top: 0;
  }
}
.balance__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80.2666666667vw;
  max-width: 602px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .balance__figure {
    width: 31.3541666667vw;
  }
}
.balance__image {
  display: inline-block;
  width: 100%;
  padding: 0 15%;
  height: 21.7333333333vw;
  max-height: 163px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  border: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .balance__image {
    height: 8.4895833333vw;
  }
}
.balance__title {
  display: inline-block;
  margin-top: 4vw;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.75;
  color: #fc7b25;
  border-bottom: solid 1px #fc7b25;
}
@media screen and (min-width: 400px) {
  .balance__title {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .balance__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .balance__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .balance__title {
    font-size: 2.4rem;
  }
}

/* newslist
-------------------------- */
.newslist__item + .newslist__item {
  margin-top: 30px;
}
@media screen and (min-width: 400px) {
  .newslist__item + .newslist__item {
    margin-top: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .newslist__item + .newslist__item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .newslist__item + .newslist__item {
    margin-top: 50px;
  }
}
.newslist__link {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  padding-left: 4.125rem;
  position: relative;
}
@media screen and (min-width: 400px) {
  .newslist__link {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .newslist__link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .newslist__link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .newslist__link {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  .newslist__link {
    padding-left: calc(4.9vw + 1.5rem);
  }
}
@media screen and (min-width: 768px) {
  .newslist__link {
    padding-left: 4.125rem;
  }
}
@media screen and (min-width: 1000px) {
  .newslist__link {
    padding-left: 4.65rem;
  }
}
@media screen and (min-width: 1920px) {
  .newslist__link {
    padding-left: 5.175rem;
  }
}
.newslist__link::before {
  content: "";
  display: inline-block;
  width: 2.625rem;
  height: 2.625rem;
  background: no-repeat url(img/common/icon_01.png);
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 400px) {
  .newslist__link::before {
    width: 4.9vw;
    height: 4.9vw;
  }
}
@media screen and (min-width: 768px) {
  .newslist__link::before {
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media screen and (min-width: 1000px) {
  .newslist__link::before {
    width: 3.15rem;
    height: 3.15rem;
  }
}
@media screen and (min-width: 1920px) {
  .newslist__link::before {
    width: 3.675rem;
    height: 3.675rem;
  }
}
.newslist__title {
  border-bottom: solid 1px #000;
}

/* jas 
-------------------------- */
.sub-main__image-cover--jas {
  width: 100%;
  max-width: 192px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sub-main__image-cover--jas {
    flex-grow: 0;
    max-width: 234px;
    margin: 0 0 0 50px;
  }
}

.jas__image-cover {
  display: inline-block;
  height: 2.25rem;
  margin: 0 5px;
}
@media screen and (min-width: 400px) {
  .jas__image-cover {
    height: 4.2vw;
  }
}
@media screen and (min-width: 768px) {
  .jas__image-cover {
    height: 2.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .jas__image-cover {
    height: 2.7rem;
  }
}
@media screen and (min-width: 1920px) {
  .jas__image-cover {
    height: 3.15rem;
  }
}
.jas__image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.jas__wrapper {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .jas__wrapper {
    margin-top: 30px;
  }
}
.jas__title {
  font-size: 1.9rem;
  font-weight: 500;
  color: #529642;
}
@media screen and (min-width: 400px) {
  .jas__title {
    font-size: 4.27vw;
  }
}
@media screen and (min-width: 400px) {
  .jas__title {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .jas__title {
    font-size: 2.4rem;
  }
}
.jas__section {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .jas__section {
    margin-top: 30px;
  }
}
.jas__header {
  padding: 15px 0;
  background-color: #dfecdb;
}
@media screen and (min-width: 768px) {
  .jas__header {
    padding: 30px 0;
  }
}
.jas__column-label {
  display: none;
}
@media screen and (min-width: 768px) {
  .jas__column-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #529642;
    border-bottom: solid 1px #fff;
  }
}
.jas__column {
  padding: 30px 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  border-left: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .jas__column {
    width: 37.5%;
    padding: 15px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .jas__column {
    width: calc((100% - 332px) / 2);
  }
}
.jas__column--x2 {
  padding: 15px 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  border-left: solid 1px #fff;
}
@media screen and (min-width: 768px) {
  .jas__column--x2 {
    width: 75%;
    padding: 15px 25px;
  }
}
@media screen and (min-width: 1200px) {
  .jas__column--x2 {
    width: calc(100% - 332px);
  }
}
.jas__del {
  border-bottom: solid 1px #529642;
}
@media screen and (min-width: 768px) {
  .jas__del {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    border-bottom: none;
  }
}
.jas__dt {
  padding: 15px 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  background-color: #529642;
}
@media screen and (min-width: 400px) {
  .jas__dt {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .jas__dt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .jas__dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 25%;
    border-bottom: solid 1px #fff;
  }
}
@media screen and (min-width: 1200px) {
  .jas__dt {
    width: 332px;
  }
}
@media screen and (min-width: 768px) {
  .jas__dt + .jas__dd {
    border-left: solid 1px #fff;
  }
}
@media screen and (min-width: 768px) {
  .jas__dt + .jas__dd--x2 {
    border-left: solid 1px #fff;
  }
}
@media screen and (min-width: 768px) {
  .jas__dt:last-of-type {
    border-bottom: solid 1px #529642;
  }
}
.jas__dt--light {
  font-size: 1.7rem;
  font-weight: 300;
}
@media screen and (min-width: 400px) {
  .jas__dt--light {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .jas__dt--light {
    font-size: 2.1rem;
  }
}
.jas__dd {
  padding: 5px 4%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  border-right: solid 1px #529642;
  border-left: solid 1px #529642;
}
@media screen and (min-width: 400px) {
  .jas__dd {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .jas__dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .jas__dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .jas__dd {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  .jas__dd {
    padding: 10px 4%;
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .jas__dd {
    width: 37.5%;
    padding: 15px 25px;
    border-right: none;
    border-bottom: solid 1px #529642;
  }
}
@media screen and (min-width: 1200px) {
  .jas__dd {
    width: calc((100% - 332px) / 2);
    position: relative;
  }
}
.jas__dd--bold {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .jas__dd--bold {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .jas__dd--bold {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .jas__dd--bold {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .jas__dd--bold {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  .jas__dd--bold {
    flex-shrink: 0;
    display: block;
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .jas__dd--bold {
    display: none;
  }
}
.jas__dd + .jas__dd {
  border-top: solid 1px #529642;
}
@media screen and (min-width: 768px) {
  .jas__dd + .jas__dd {
    border-top: none;
    border-right: solid 1px #529642;
  }
}
.jas__dd--x2 {
  padding: 5px 4%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  border-right: solid 1px #529642;
  border-left: solid 1px #529642;
}
@media screen and (min-width: 400px) {
  .jas__dd--x2 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .jas__dd--x2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .jas__dd--x2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .jas__dd--x2 {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  .jas__dd--x2 {
    padding: 10px 4%;
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .jas__dd--x2 {
    width: 75%;
    padding: 15px 25px;
    border-bottom: solid 1px #529642;
  }
}
@media screen and (min-width: 1200px) {
  .jas__dd--x2 {
    width: calc(100% - 332px);
    position: relative;
  }
}
.jas__footer {
  display: flex;
  flex-direction: row-reverse;
}
.jas__modi-date {
  margin-top: 10px;
  padding: 0 5px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1.75;
  background-color: #fff000;
}
@media screen and (min-width: 400px) {
  .jas__modi-date {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .jas__modi-date {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .jas__modi-date {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1920px) {
  .jas__modi-date {
    font-size: 2.2rem;
  }
}

/* datalist
-------------------------- */
.datalist__item + .datalist__item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .datalist__item + .datalist__item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .datalist__item + .datalist__item {
    margin-top: 60px;
  }
}
.datalist__title, .datalist__link--normal, .datalist__link {
  font-size: 1.8rem;
  font-weight: 500;
  color: #529642;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .datalist__title, .datalist__link--normal, .datalist__link {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .datalist__title, .datalist__link--normal, .datalist__link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .datalist__title, .datalist__link--normal, .datalist__link {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .datalist__title, .datalist__link--normal, .datalist__link {
    font-size: 2.4rem;
  }
}
.datalist__link::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.2rem;
  margin-left: 15px;
  background: no-repeat url(img/common/icon_pdf.png);
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 1000px) {
  .datalist__link::after {
    width: 3.5rem;
    height: 3.2rem;
  }
}
.datalist__link--border {
  border-bottom: solid 1px #529642;
}
.datalist__link--normal {
  color: #000;
  border-bottom: solid 1px #000;
}

.sub-datalist__list {
  margin-top: 10px;
}
.sub-datalist__item {
  display: flex;
  align-items: flex-start;
}
.sub-datalist__item + .sub-datalist__item {
  margin-top: 10px;
}
@media screen and (min-width: 400px) {
  .sub-datalist__item + .sub-datalist__item {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-datalist__item + .sub-datalist__item {
    margin-top: 15px;
  }
}
.sub-datalist__arrow {
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  background: no-repeat url(img/common/icon_01.png);
  background-position: center center;
  background-size: contain;
  position: relative;
  left: 0;
  top: 5px;
}
@media screen and (min-width: 400px) {
  .sub-datalist__arrow {
    width: 4.9vw;
    height: 4.9vw;
    top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .sub-datalist__arrow {
    width: 2.625rem;
    height: 2.625rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-datalist__arrow {
    width: 3.15rem;
    height: 3.15rem;
    top: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .sub-datalist__arrow {
    width: 3.675rem;
    height: 3.675rem;
  }
}
.sub-datalist__link-cover {
  margin-left: 1.5rem;
}
@media screen and (min-width: 400px) {
  .sub-datalist__link-cover {
    margin-left: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-datalist__link-cover {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-datalist__link-cover {
    margin-left: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .sub-datalist__link-cover {
    margin-left: 2.1rem;
  }
}
.sub-datalist__link {
  display: inline;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  position: relative;
}
@media screen and (min-width: 400px) {
  .sub-datalist__link {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .sub-datalist__link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .sub-datalist__link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .sub-datalist__link {
    font-size: 2.1rem;
  }
}
.sub-datalist__link::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.2rem;
  margin-left: 15px;
  background: no-repeat url(img/common/icon_pdf.png);
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 1000px) {
  .sub-datalist__link::after {
    width: 3.5rem;
    height: 3.2rem;
  }
}
.sub-datalist__excel {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin-left: 5px;
  background: no-repeat url(img/common/icon_excel.png);
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 1000px) {
  .sub-datalist__excel {
    width: 3.5rem;
    height: 3.2rem;
  }
}
.sub-datalist__title {
  border-bottom: solid 1px #000;
}

/* other
-------------------------- */
.other__list {
  padding: 0 4%;
  padding-left: 30px;
  list-style: initial;
}
@media screen and (min-width: 768px) {
  .other__list {
    padding-left: 40px;
  }
}
.other__item {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .other__item {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .other__item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .other__item {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .other__item {
    font-size: 2.1rem;
  }
}
.other__cover, .other__link-cover {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .other__cover, .other__link-cover {
    margin-top: 30px;
  }
}
.other__copy {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .other__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .other__copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .other__copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .other__copy {
    font-size: 2.1rem;
  }
}
.other__link-cover {
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .other__link-cover {
    padding-left: 10px;
  }
}
.other__link {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  color: #fc7b25;
  font-weight: 500;
  border-bottom: solid 1px #fc7b25;
}
@media screen and (min-width: 400px) {
  .other__link {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .other__link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .other__link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .other__link {
    font-size: 2.1rem;
  }
}

/* link
-------------------------- */
.link-block__section + .link-block__section {
  margin-top: 30px;
}
@media screen and (min-width: 400px) {
  .link-block__section + .link-block__section {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .link-block__section + .link-block__section {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .link-block__section + .link-block__section {
    margin-top: 60px;
  }
}
.link-block__title {
  padding: 10px 4%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  background-color: #529642;
}
@media screen and (min-width: 400px) {
  .link-block__title {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .link-block__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .link-block__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .link-block__title {
    font-size: 2.4rem;
  }
}
.link-block__dl {
  margin-top: 10px;
  border: solid 1px #529642;
}
@media screen and (min-width: 768px) {
  .link-block__dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.link-block__dt {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
  background-color: #dfecdb;
  border-top: solid 1px #529642;
}
@media screen and (min-width: 400px) {
  .link-block__dt {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .link-block__dt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .link-block__dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .link-block__dt {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .link-block__dt {
    width: 30%;
  }
}
.link-block__dt:first-of-type {
  border-top: none;
}
.link-block__dd {
  padding: 10px 4%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  border-top: solid 1px #529642;
}
@media screen and (min-width: 400px) {
  .link-block__dd {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .link-block__dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .link-block__dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .link-block__dd {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .link-block__dd {
    width: 70%;
    padding: 10px 15px;
    border-left: solid 1px #529642;
  }
}
@media screen and (min-width: 1300px) {
  .link-block__dd {
    padding: 10px 25px;
  }
}
@media screen and (min-width: 768px) {
  .link-block__dd:first-of-type {
    border-top: none;
  }
}
.link-block__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 4%;
}
@media screen and (min-width: 768px) {
  .link-block__link {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1300px) {
  .link-block__link {
    padding: 10px 25px;
  }
}
.link-block__border {
  border-bottom: solid 1px #000;
}

@font-face {
  font-family: "Noto";
  font-weight: 400;
  src: url(fonts/Noto/Noto-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 300;
  src: url(fonts/NotoSansJP/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: url(fonts/NotoSansJP/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: url(fonts/NotoSansJP/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto";
  font-weight: 700;
  src: url(fonts/NotoSansJP/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Cantarell";
  font-weight: 400;
  src: url(fonts/Cantarell/Cantarell-Regular.ttf) format("opentype");
}
/* member-list
-------------------------- */
@media screen and (min-width: 768px) {
  .m-list__wrapper {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .m-list__list {
    width: 33.3%;
  }
}
.m-list__list + .m-list__list {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .m-list__list + .m-list__list {
    margin-top: 0;
  }
}
.m-list__item + .m-list__item {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .m-list__item + .m-list__item {
    margin-top: 60px;
  }
}
.m-list__item li {
  margin-top: 5px;
}
.m-list__column {
  font-size: 1.5rem;
  font-weight: 500;
  color: #529642;
  line-height: 1.5;
}
@media screen and (min-width: 400px) {
  .m-list__column {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .m-list__column {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .m-list__column {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1920px) {
  .m-list__column {
    font-size: 2.2rem;
  }
}
.m-list__address {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 400px) {
  .m-list__address {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .m-list__address {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .m-list__address {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .m-list__address {
    font-size: 2.1rem;
  }
}
.m-list__link {
  border-bottom: solid 1px #000;
}
.m-list__block {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 400px) {
  .m-list__block {
    font-size: 2.67vw;
  }
}
@media screen and (min-width: 768px) {
  .m-list__block {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .m-list__block {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1920px) {
  .m-list__block {
    font-size: 2rem;
  }
}
.m-list__block--pc {
  padding-left: 1.4rem;
}
@media screen and (min-width: 400px) {
  .m-list__block--pc {
    padding-left: 2.67vw;
  }
}
@media screen and (min-width: 768px) {
  .m-list__block--pc {
    display: block;
    padding-left: 0;
  }
}

/* 組織図（URL:member / member-chart)
-------------------------- */
#m-chart .sub-main__body {
  padding-bottom: 100px;
}

.m-chart__image {
  margin-top: 13.3vw;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .m-chart__image {
    display: block;
    width: 83.3333333333vw;
    max-width: 95%;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .m-chart__image {
    margin-top: 80px;
  }
}

/* kaicho
-------------------------- */
.kaicho {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4vw;
}
.kaicho__name {
  display: block;
  margin-top: 6.67vw;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
}
.kaicho__pic {
  width: 65%;
  border-radius: 15px;
}
@media screen and (min-width: 400px) {
  .kaicho__name {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .kaicho__name {
    font-size: 1.5rem;
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  .kaicho__name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .kaicho__name {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .kaicho {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 50px;
    margin-top: 80px;
  }
  .kaicho__pic {
    width: 18vw;
    min-width: 200px;
  }
}

/* profile (about/index.html)
-------------------------- */
.profile__wrapper {
  margin-top: 5.3vw;
}
.profile__dl, .profile__dl--half {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 1px #b7b5b9;
  border-bottom: solid 1px #b7b5b9;
}
@media screen and (min-width: 1000px) {
  .profile__dl--half {
    width: calc(60% - 45px);
  }
}
.profile__dt, .profile__dt--half {
  width: 25%;
  padding: 2.67vw 0;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
  color: #529642;
}
@media screen and (min-width: 400px) {
  .profile__dt, .profile__dt--half {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .profile__dt, .profile__dt--half {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .profile__dt, .profile__dt--half {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .profile__dt, .profile__dt--half {
    font-size: 2.1rem;
  }
}
.profile__dt:nth-of-type(n + 2), .profile__dt--half:nth-of-type(n + 2) {
  border-top: solid 1px #b7b5b9;
}
@media screen and (min-width: 400px) {
  .profile__dt, .profile__dt--half {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .profile__dt, .profile__dt--half {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__dt, .profile__dt--half {
    padding: 30px 0;
    padding-left: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .profile__dt--half {
    width: 25%;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__dt--half {
    padding-left: 25px;
  }
}
.profile__dd, .profile__dd--half {
  width: 75%;
  padding: 2.67vw 0;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .profile__dd, .profile__dd--half {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .profile__dd, .profile__dd--half {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .profile__dd, .profile__dd--half {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .profile__dd, .profile__dd--half {
    font-size: 2.1rem;
  }
}
.profile__dd:nth-of-type(n + 2), .profile__dd--half:nth-of-type(n + 2) {
  border-top: solid 1px #b7b5b9;
}
@media screen and (min-width: 1200px) {
  .profile__dd, .profile__dd--half {
    padding: 30px 0;
  }
}
.profile__link:hover {
  transition: color 0.5s;
  color: #529642;
}
.profile__adress {
  margin-top: 6.67vw;
}
@media screen and (min-width: 1000px) {
  .profile__adress {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .profile__adress {
    margin-top: 170px;
  }
}
@media screen and (min-width: 1000px) {
  .profile__adress-body {
    display: flex;
    align-items: center;
    margin-top: 60px;
  }
}
.profile__map {
  padding: 6vw 0;
}
@media screen and (min-width: 1000px) {
  .profile__map {
    width: 40%;
    max-width: 680px;
    height: 25vw;
    max-height: 480px;
    margin-right: 25px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .profile__map {
    width: 40%;
    max-width: 680px;
    height: 25vw;
    max-height: 480px;
    margin-right: 45px;
    padding: 0;
  }
}
.profile__iframe {
  width: 100%;
  height: 46.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .profile__iframe {
    height: 25vw;
    max-height: 480px;
  }
}
.profile__break-xl {
  display: block;
}
@media screen and (min-width: 768px) {
  .profile__break-xl {
    display: inline;
    padding-left: 2.8vw;
  }
}
@media screen and (min-width: 1000px) {
  .profile__break-xl {
    display: block;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .profile__break-xl {
    display: inline;
    padding-left: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .profile__break-xl {
    padding-left: 2.1rem;
  }
}

@font-face {
  font-family: "Noto";
  font-weight: 400;
  src: url(fonts/Noto/Noto-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 300;
  src: url(fonts/NotoSansJP/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: url(fonts/NotoSansJP/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: url(fonts/NotoSansJP/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto";
  font-weight: 700;
  src: url(fonts/NotoSansJP/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Cantarell";
  font-weight: 400;
  src: url(fonts/Cantarell/Cantarell-Regular.ttf) format("opentype");
}
/* image-list
-------------------------- */
.image-list__list, .res-content__image-list, #urazoe .res-content__image-list--n1 {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .image-list__list, .res-content__image-list, #urazoe .res-content__image-list--n1 {
    display: block;
  }
}
.image-list__item--l2, .res-content__image-item--l2 {
  width: 31%;
}
@media screen and (min-width: 768px) {
  .image-list__item--l2, .res-content__image-item--l2 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .image-list__item--l2 + .image-list__item--l2, .res-content__image-item--l2 + .image-list__item--l2, .image-list__item--l2 + .res-content__image-item--l2, .res-content__image-item--l2 + .res-content__image-item--l2 {
    margin-top: 30px;
  }
}
.image-list__item--l3, .res-content__image-item--l3 {
  width: 27%;
}
@media screen and (min-width: 768px) {
  .image-list__item--l3, .res-content__image-item--l3 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .image-list__item--l3 + .image-list__item--l3, .res-content__image-item--l3 + .image-list__item--l3, .image-list__item--l3 + .res-content__image-item--l3, .res-content__image-item--l3 + .res-content__image-item--l3 {
    margin-top: 30px;
  }
}
.image-list__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* research
-------------------------- */
@media screen and (min-width: 768px) {
  .research__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .research__list {
    margin-top: 50px;
  }
}
.research__item + .research__item {
  border-top: solid 1px #d7cbbb;
}
@media screen and (min-width: 768px) {
  .research__item:nth-of-type(2) {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .research__item {
    width: 48%;
  }
}
.research__link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5.3vw 0;
}
@media screen and (min-width: 768px) {
  .research__link {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1000px) {
  .research__link {
    padding: 40px 0;
  }
}
.research__image {
  width: 30.8vw;
  height: 21.3333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  .research__image {
    width: 12.03125vw;
    max-width: 231px;
    height: 8.3333333333vw;
    max-height: 160px;
    flex-shrink: 0;
  }
}
.research__header {
  margin-left: 25px;
}
.research__award {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .research__award {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .research__award {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .research__award {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .research__award {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 400px) {
  .research__award {
    font-size: 1.2rem;
  }
}
.research__bold, .research__title, .research__school {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .research__bold, .research__title, .research__school {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .research__bold, .research__title, .research__school {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .research__bold, .research__title, .research__school {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .research__bold, .research__title, .research__school {
    font-size: 2.4rem;
  }
}
.research__school {
  color: #fc7b25;
}
.research__title {
  color: #000;
}
.research__title--small {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .research__title--small {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .research__title--small {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .research__title--small {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .research__title--small {
    font-size: 2.1rem;
  }
}

/* res-detail
-------------------------- */
.res-outline {
  padding: 15px 4%;
  background-color: #fff0d9;
}
@media screen and (min-width: 400px) {
  .res-outline {
    padding: 4vw 4%;
  }
}
@media screen and (min-width: 768px) {
  .res-outline {
    padding: 40px;
  }
}
.res-outline__header {
  display: flex;
}
.res-outline__image {
  width: 22.6666666667vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .res-outline__image {
    width: 236px;
  }
}
.res-outline__header-text {
  margin: 1.3vw 0 0 3%;
}
@media screen and (min-width: 768px) {
  .res-outline__header-text {
    margin: 15px 0 0 30px;
  }
}
.res-outline__award {
  display: block;
  font-size: 2.8vw;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .res-outline__award {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-outline__award {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-outline__award {
    font-size: 2.1rem;
  }
}
.res-outline__school, .res-outline__title {
  display: block;
  font-size: 3.2vw;
  font-weight: 500;
  color: #fc7b25;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .res-outline__school, .res-outline__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-outline__school, .res-outline__title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-outline__school, .res-outline__title {
    font-size: 2.3rem;
  }
}
.res-outline__title {
  color: #000;
}
.res-outline__title--small {
  display: block;
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .res-outline__title--small {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-outline__title--small {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-outline__title--small {
    font-size: 2.1rem;
  }
}
.res-outline__copy {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .res-outline__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .res-outline__copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-outline__copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-outline__copy {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  .res-outline__copy {
    margin-top: 2.67vw;
  }
}
@media screen and (min-width: 768px) {
  .res-outline__copy {
    margin-top: 20px;
  }
}

.res-content {
  margin-top: 7.3vw;
}
@media screen and (min-width: 768px) {
  .res-content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .res-content {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .res-content__flex {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .res-content__flex--reverse, #ishida .res-content__flex--center-reverse {
    display: flex;
    align-items: flex-start;
  }
}
.res-content__item {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .res-content__item {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .res-content__item {
    margin-top: 40px;
  }
}
.res-content__item + .res-content__item {
  margin-top: 25px;
}
@media screen and (min-width: 400px) {
  .res-content__item + .res-content__item {
    margin-top: 6.67vw;
  }
}
@media screen and (min-width: 768px) {
  .res-content__item + .res-content__item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .res-content__item + .res-content__item {
    margin-top: 60px;
  }
}
.res-content__title, #yokota .res-content__title--mt40, #yamazaki .res-content__title--mt40 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .res-content__title, #yokota .res-content__title--mt40, #yamazaki .res-content__title--mt40 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .res-content__title, #yokota .res-content__title--mt40, #yamazaki .res-content__title--mt40 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-content__title, #yokota .res-content__title--mt40, #yamazaki .res-content__title--mt40 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-content__title, #yokota .res-content__title--mt40, #yamazaki .res-content__title--mt40 {
    font-size: 2.1rem;
  }
}
.res-content__copy {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .res-content__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .res-content__copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-content__copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-content__copy {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .res-content__image-list, #urazoe .res-content__image-list--n1 {
    flex-shrink: 0;
    width: 250px;
    margin: 0 30px 0 40px;
  }
}
.res-content__image, #urazoe .res-content__image--150 {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.res-content__num-item {
  display: flex;
}
.res-content__num {
  margin-right: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .res-content__num {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .res-content__num {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-content__num {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-content__num {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  .res-content__num {
    margin-right: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .res-content__num {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-content__num {
    margin-right: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-content__num {
    margin-right: 2.1rem;
  }
}

.res-conclusion {
  max-width: 1700px;
  margin: 0 auto;
  margin-top: 7.3vw;
}
.res-conclusion__header {
  display: inline-block;
  padding: 0 6vw;
  background-color: #fc7b25;
  border-top-left-radius: 1.3vw;
  border-top-right-radius: 1.3vw;
}
@media screen and (min-width: 400px) {
  .res-conclusion__header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.res-conclusion__header-text {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 400px) {
  .res-conclusion__header-text {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .res-conclusion__header-text {
    font-size: 2.4rem;
  }
}
.res-conclusion__body {
  padding: 5.3vw 4vw 6vw;
  background-color: #fff0d9;
}
@media screen and (min-width: 768px) {
  .res-conclusion__body {
    padding: 50px 40px 60px;
  }
}
.res-conclusion__title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fc7b25;
}
@media screen and (min-width: 400px) {
  .res-conclusion__title {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .res-conclusion__title {
    font-size: 2.4rem;
  }
}
.res-conclusion__title::before {
  content: "";
  display: inline-block;
  width: 8.6666666667vw;
  height: 5px;
  margin-right: 3.2vw;
  border-top: solid 1px #fc7b25;
  border-bottom: solid 1px #fc7b25;
  transform: translateY(-50%);
}
.res-conclusion__title::after {
  content: "";
  display: inline-block;
  width: 8.6666666667vw;
  height: 5px;
  margin-left: 3.2vw;
  border-top: solid 1px #fc7b25;
  border-bottom: solid 1px #fc7b25;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .res-conclusion__list {
    display: flex;
  }
}
.res-conclusion__item {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .res-conclusion__item {
    width: 50%;
    padding: 0 15px;
  }
}
.res-conclusion__sub-title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 400px) {
  .res-conclusion__sub-title {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .res-conclusion__sub-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-conclusion__sub-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-conclusion__sub-title {
    font-size: 2.1rem;
  }
}
.res-conclusion__copy {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .res-conclusion__copy {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .res-conclusion__copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-conclusion__copy {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-conclusion__copy {
    font-size: 2.1rem;
  }
}
.res-conclusion__copy--bold {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (min-width: 400px) {
  .res-conclusion__copy--bold {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .res-conclusion__copy--bold {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-conclusion__copy--bold {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-conclusion__copy--bold {
    font-size: 2.1rem;
  }
}
.res-conclusion__image {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.res-conclusion__footer {
  margin-top: 10px;
}
.res-conclusion__dt, .res-conclusion__dd {
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  .res-conclusion__dt, .res-conclusion__dd {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .res-conclusion__dt, .res-conclusion__dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .res-conclusion__dt, .res-conclusion__dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .res-conclusion__dt, .res-conclusion__dd {
    font-size: 2.1rem;
  }
}

#shinobugaoka .res-content__th, #shinobugaoka .res-content__td {
  font-size: 2.8vw;
  text-align: center;
  border: solid 1px #d7cbbb;
}
@media screen and (min-width: 768px) {
  #shinobugaoka .res-content__th, #shinobugaoka .res-content__td {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #shinobugaoka .res-content__th, #shinobugaoka .res-content__td {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #shinobugaoka .res-content__th, #shinobugaoka .res-content__td {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  #shinobugaoka .res-content__table-cover {
    max-width: 1440px;
    margin: 0 auto;
  }
}
#shinobugaoka .res-content__table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  max-width: 1440px;
  margin-top: 10px;
}
@media screen and (min-width: 400px) {
  #shinobugaoka .res-content__table {
    margin: 2.67vw auto 0;
  }
}
#shinobugaoka .res-content__th {
  width: 17%;
  padding: 1.3vw 0;
  font-weight: 500;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  #shinobugaoka .res-content__th {
    padding: 10px 0;
  }
}
#shinobugaoka .res-content__th:first-of-type {
  width: 66%;
}
@media screen and (min-width: 768px) {
  #shinobugaoka .res-content__th:first-of-type {
    padding-left: 60px;
    text-align: left;
  }
}
#shinobugaoka .res-content__td {
  width: 17%;
  padding: 1.3vw 15px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #shinobugaoka .res-content__td {
    padding: 10px 15px;
  }
}
#shinobugaoka .res-content__td:first-of-type {
  width: 66%;
  padding-left: 2vw;
  text-align: left;
  background-color: #f3f3f3;
}
@media screen and (min-width: 768px) {
  #shinobugaoka .res-content__td:first-of-type {
    padding-left: 20px;
  }
}
#shinobugaoka .res-content__image-list, #shinobugaoka #urazoe .res-content__image-list--n1, #urazoe #shinobugaoka .res-content__image-list--n1 {
  margin-top: 30px;
}
@media screen and (min-width: 400px) {
  #shinobugaoka .res-content__image-list, #shinobugaoka #urazoe .res-content__image-list--n1, #urazoe #shinobugaoka .res-content__image-list--n1 {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #shinobugaoka .res-content__image-list, #shinobugaoka #urazoe .res-content__image-list--n1, #urazoe #shinobugaoka .res-content__image-list--n1 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #shinobugaoka .res-conclusion__body {
    display: flex;
    align-items: flex-start;
  }
}
#shinobugaoka .res-conclusion__image {
  width: 188px;
  margin: 25px 0 0 auto;
}
@media screen and (min-width: 400px) {
  #shinobugaoka .res-conclusion__image {
    margin: 6vw 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #shinobugaoka .res-conclusion__image {
    width: 14.7058823529vw;
    max-width: 250px;
    margin: 40px 0 0 40px;
  }
}

#urazoe .res-content__image-list + div, #urazoe .res-content__image-list--n1 + div {
  margin-top: 10px;
}
#urazoe .res-content__image--150 {
  width: 25%;
  max-width: 150px;
  flex-grow: 0;
  margin: 30px 0 0 15px;
}
@media screen and (min-width: 400px) {
  #urazoe .res-content__image--150 {
    margin-left: 30px;
  }
}
#urazoe .res-content__image-list--n1 {
  margin-top: 30px;
}
@media screen and (min-width: 400px) {
  #urazoe .res-content__image-list--n1 {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #urazoe .res-content__image-list--n1 {
    margin-top: 80px;
  }
}
#urazoe .res-content__text-cover {
  width: 100%;
}

#kokubun .res-content__image--150 {
  display: block;
  width: 40%;
  min-width: 150px;
  margin: 15px 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #kokubun .res-content__image--150 {
    flex-shrink: 0;
    width: 250px;
    margin: 40px 0 0 40px;
  }
}
#kokubun .res-content__dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#kokubun .res-content__dt {
  display: inline-block;
  width: 6rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  #kokubun .res-content__dt {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #kokubun .res-content__dt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #kokubun .res-content__dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #kokubun .res-content__dt {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  #kokubun .res-content__dt {
    width: 11.2vw;
  }
}
@media screen and (min-width: 768px) {
  #kokubun .res-content__dt {
    width: 6rem;
  }
}
@media screen and (min-width: 1000px) {
  #kokubun .res-content__dt {
    width: 7.2rem;
  }
}
@media screen and (min-width: 1920px) {
  #kokubun .res-content__dt {
    width: 8.4rem;
  }
}
#kokubun .res-content__dd {
  display: inline-block;
  width: calc(100% - 6.3rem);
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  #kokubun .res-content__dd {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #kokubun .res-content__dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #kokubun .res-content__dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #kokubun .res-content__dd {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  #kokubun .res-content__dd {
    width: calc(100% - 11.2vw);
  }
}
@media screen and (min-width: 768px) {
  #kokubun .res-content__dd {
    width: calc(100% - 6rem);
  }
}
@media screen and (min-width: 1000px) {
  #kokubun .res-content__dd {
    width: calc(100% - 7.2rem);
  }
}
@media screen and (min-width: 1920px) {
  #kokubun .res-content__dd {
    width: calc(100% - 8.4rem);
  }
}
#kokubun .res-conclusion__mt30 {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #kokubun .res-conclusion__mt30 {
    margin-top: 30px;
  }
}

#shimizudani .res-content__image--90 {
  display: block;
  width: 30%;
  min-width: 90px;
  margin: 15px 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #shimizudani .res-content__image--90 {
    flex-shrink: 0;
    width: 120px;
    margin: 0 0 0 40px;
  }
}
#shimizudani .res-content__image--150 {
  display: block;
  width: 40%;
  min-width: 150px;
  margin: 15px 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #shimizudani .res-content__image--150 {
    flex-shrink: 0;
    width: 250px;
    margin: 0 0 0 40px;
  }
}
#shimizudani .res-content__dt {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  #shimizudani .res-content__dt {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #shimizudani .res-content__dt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #shimizudani .res-content__dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #shimizudani .res-content__dt {
    font-size: 2.1rem;
  }
}
#shimizudani .res-content__dd {
  width: 100%;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  #shimizudani .res-content__dd {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #shimizudani .res-content__dd {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #shimizudani .res-content__dd {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #shimizudani .res-content__dd {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  #shimizudani .res-content__dd {
    padding-left: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #shimizudani .res-content__dd {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #shimizudani .res-content__dd {
    padding-left: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #shimizudani .res-content__dd {
    padding-left: 2.1rem;
  }
}
#shimizudani .res-conclusion__num-item {
  display: flex;
}
#shimizudani .res-conclusion__num-item + .res-conclusion__num-item {
  margin-top: 10px;
}
#shimizudani .res-conclusion__num {
  flex-shrink: 0;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  #shimizudani .res-conclusion__num {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #shimizudani .res-conclusion__num {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #shimizudani .res-conclusion__num {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #shimizudani .res-conclusion__num {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 400px) {
  #shimizudani .res-conclusion__num {
    margin-right: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #shimizudani .res-conclusion__num {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #shimizudani .res-conclusion__num {
    margin-right: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #shimizudani .res-conclusion__num {
    margin-right: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  #shimizudani .res-conclusion__body {
    display: flex;
    align-items: flex-start;
  }
}
#shimizudani .res-conclusion__image {
  width: 188px;
  margin: 25px 0 0 auto;
}
@media screen and (min-width: 400px) {
  #shimizudani .res-conclusion__image {
    margin: 6vw 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #shimizudani .res-conclusion__image {
    width: 14.7058823529vw;
    max-width: 250px;
    margin: 40px 0 0 40px;
  }
}

#yamazaki .headline-n1--orange + .res-content__flex--reverse, #yamazaki #ishida .headline-n1--orange + .res-content__flex--center-reverse, #ishida #yamazaki .headline-n1--orange + .res-content__flex--center-reverse {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  #yamazaki .headline-n1--orange + .res-content__flex--reverse, #yamazaki #ishida .headline-n1--orange + .res-content__flex--center-reverse, #ishida #yamazaki .headline-n1--orange + .res-content__flex--center-reverse {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #yamazaki .headline-n1--orange + .res-content__flex--reverse, #yamazaki #ishida .headline-n1--orange + .res-content__flex--center-reverse, #ishida #yamazaki .headline-n1--orange + .res-content__flex--center-reverse {
    margin-top: 40px;
  }
}
#yamazaki .res-content__image--150 {
  display: block;
  width: 40%;
  min-width: 150px;
  margin: 15px 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #yamazaki .res-content__image--150 {
    flex-shrink: 0;
    width: 250px;
    margin: 0 0 0 40px;
  }
}
#yamazaki .res-content__mt0 {
  margin-top: 0;
}
#yamazaki .res-content__title--mt40 {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  #yamazaki .res-content__title--mt40 {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #yamazaki .res-content__title--mt40 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #yamazaki .res-conclusion__body {
    display: flex;
    align-items: flex-start;
  }
}
#yamazaki .res-conclusion__image {
  width: 188px;
  margin: 25px 0 0 auto;
}
@media screen and (min-width: 400px) {
  #yamazaki .res-conclusion__image {
    margin: 6vw 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #yamazaki .res-conclusion__image {
    width: 14.7058823529vw;
    max-width: 250px;
    margin: 40px 0 0 40px;
  }
}

#ishida .headline-n1--orange + .res-content__copy {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  #ishida .headline-n1--orange + .res-content__copy {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #ishida .headline-n1--orange + .res-content__copy {
    margin-top: 40px;
  }
}
#ishida .res-content__copy-cover {
  margin-top: 30px;
}
@media screen and (min-width: 400px) {
  #ishida .res-content__copy-cover {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #ishida .res-content__copy-cover {
    margin-top: 80px;
  }
}
#ishida .res-content__copy + .res-content__copy {
  margin-top: 1.5rem;
}
@media screen and (min-width: 400px) {
  #ishida .res-content__copy + .res-content__copy {
    margin-top: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #ishida .res-content__copy + .res-content__copy {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #ishida .res-content__copy + .res-content__copy {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #ishida .res-content__copy + .res-content__copy {
    margin-top: 2.1rem;
  }
}
#ishida .res-content__copy--red {
  color: #FF0000;
}
#ishida .res-content__copy--blue {
  font-weight: 500;
  color: #0033CC;
}
#ishida .res-content__flex--center-reverse {
  align-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  #ishida .res-content__flex--center-reverse {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #ishida .res-content__flex--center-reverse {
    margin-top: 40px;
  }
}
#ishida .res-content__image--150 {
  display: block;
  width: 40%;
  min-width: 150px;
  margin: 15px 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #ishida .res-content__image--150 {
    flex-shrink: 0;
    width: 250px;
    margin: 0 0 0 40px;
  }
}
#ishida .res-content__image-list, #ishida #urazoe .res-content__image-list--n1, #urazoe #ishida .res-content__image-list--n1 {
  margin-top: 30px;
}
@media screen and (min-width: 400px) {
  #ishida .res-content__image-list, #ishida #urazoe .res-content__image-list--n1, #urazoe #ishida .res-content__image-list--n1 {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #ishida .res-content__image-list, #ishida #urazoe .res-content__image-list--n1, #urazoe #ishida .res-content__image-list--n1 {
    margin-top: 80px;
  }
}
#ishida .res-conclusion__copy + .res-conclusion__copy {
  margin-top: 1.5rem;
}
@media screen and (min-width: 400px) {
  #ishida .res-conclusion__copy + .res-conclusion__copy {
    margin-top: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #ishida .res-conclusion__copy + .res-conclusion__copy {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #ishida .res-conclusion__copy + .res-conclusion__copy {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #ishida .res-conclusion__copy + .res-conclusion__copy {
    margin-top: 2.1rem;
  }
}
#ishida .res-conclusion__ps {
  margin-top: 1.5rem;
}
@media screen and (min-width: 400px) {
  #ishida .res-conclusion__ps {
    margin-top: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #ishida .res-conclusion__ps {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #ishida .res-conclusion__ps {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #ishida .res-conclusion__ps {
    margin-top: 2.1rem;
  }
}
#ishida .res-conclusion__ps-copy, #ishida .res-conclusion__ps-copy--orange {
  font-size: 1.3rem;
  font-weight: 300;
  color: #000;
  line-height: 1.75;
}
@media screen and (min-width: 400px) {
  #ishida .res-conclusion__ps-copy, #ishida .res-conclusion__ps-copy--orange {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  #ishida .res-conclusion__ps-copy, #ishida .res-conclusion__ps-copy--orange {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  #ishida .res-conclusion__ps-copy, #ishida .res-conclusion__ps-copy--orange {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #ishida .res-conclusion__ps-copy, #ishida .res-conclusion__ps-copy--orange {
    font-size: 1.8rem;
  }
}
#ishida .res-conclusion__ps-copy--orange {
  color: #fc7b25;
}

#yokota .res-content__title--mt40 {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  #yokota .res-content__title--mt40 {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #yokota .res-content__title--mt40 {
    margin-top: 40px;
  }
}
#yokota .res-conclusion__dl + .res-conclusion__copy {
  margin-top: 1.5rem;
}
@media screen and (min-width: 400px) {
  #yokota .res-conclusion__dl + .res-conclusion__copy {
    margin-top: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  #yokota .res-conclusion__dl + .res-conclusion__copy {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #yokota .res-conclusion__dl + .res-conclusion__copy {
    margin-top: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  #yokota .res-conclusion__dl + .res-conclusion__copy {
    margin-top: 2.1rem;
  }
}

@font-face {
  font-family: "Noto";
  font-weight: 400;
  src: url(fonts/Noto/Noto-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 300;
  src: url(fonts/NotoSansJP/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: url(fonts/NotoSansJP/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: url(fonts/NotoSansJP/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto";
  font-weight: 700;
  src: url(fonts/NotoSansJP/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Cantarell";
  font-weight: 400;
  src: url(fonts/Cantarell/Cantarell-Regular.ttf) format("opentype");
}
#margarin-news h1 {
  padding: 1.5rem 4%;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  background-color: #cccccc;
}
#margarin-news h1.sp-h1 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #margarin-news h1.sp-h1 {
    font-size: 1.6rem;
  }
}
#margarin-news h2 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}
#margarin-news time {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 4%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
  text-align: right;
}
#margarin-news address {
  padding: 0 4%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
  text-align: right;
}
#margarin-news main {
  margin-top: 30px;
  padding: 0 4%;
  max-width: 800px;
  margin: 0 auto;
}
#margarin-news p, #margarin-news span {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}
#margarin-news ul, #margarin-news li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}
#margarin-news td {
  padding: 0 5px;
  border: solid 1px #000;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
  text-align: center;
  vertical-align: middle;
}
#margarin-news td:first-of-type {
  text-align: left;
}
#margarin-news a {
  color: #0000ee;
  text-decoration: underline;
  word-wrap: break-word;
}
#margarin-news img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#margarin-news .block {
  display: block;
}
#margarin-news .mt30 {
  margin-top: 30px;
}
#margarin-news .mt15 {
  margin-top: 1.5rem;
}
#margarin-news .ml15 {
  margin-left: 1.5rem;
}
#margarin-news .pt15 {
  padding-top: 15px;
}
#margarin-news .pl15 {
  padding-left: 1.5rem;
}
#margarin-news .indent {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}
#margarin-news .indent15 {
  text-indent: 1.4rem;
}
#margarin-news .red {
  color: red;
}
#margarin-news .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#margarin-news .right {
  display: block;
  text-align: right;
}
#margarin-news .left {
  display: block;
  text-align: left;
}
#margarin-news .bold {
  font-weight: 600;
}
#margarin-news .scroll-x {
  overflow-x: scroll;
}
#margarin-news .star::before {
  content: "☆";
  width: 1.4rem;
  height: 2.45rem;
  margin-right: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #000;
}
#margarin-news .under {
  text-decoration: underline;
}
#margarin-news .border {
  border-top: solid 1px #000;
}
#margarin-news .num-list {
  margin-top: 30px;
  list-style: none;
  counter-reset: item_num;
  /* item_num カウンタをセットする(値もリセット) */
}
#margarin-news .num-item {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}
#margarin-news .num-item:before {
  counter-increment: item_num;
  /* item_num カウンタの値に1加える */
  content: "(" counter(item_num) ")";
  /* before擬似要素のcontentで出力 */
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}
#margarin-news .num-item.mr15:before {
  margin-right: 1.5rem;
}
#margarin-news .num-item p {
  text-indent: 1.5rem;
  padding-left: 1.5rem;
}
#margarin-news .num-item + .num-item {
  margin-top: 30px;
}
#margarin-news .caution-list {
  list-style: none;
  counter-reset: item_num;
  /* item_num カウンタをセットする(値もリセット) */
}
#margarin-news .caution-item {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}
#margarin-news .caution-item:before {
  margin-right: 1.5rem;
  counter-increment: item_num;
  /* item_num カウンタの値に1加える */
  content: "(注" counter(item_num) ")";
  /* before擬似要素のcontentで出力 */
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}
#margarin-news .caution-item p {
  padding-left: 3rem;
}
#margarin-news .caution-item p.pl0 {
  padding-left: 0;
}
#margarin-news .title-list {
  list-style: none;
  counter-reset: item_num;
  /* item_num カウンタをセットする(値もリセット) */
}
#margarin-news .title-item {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
  font-weight: 600;
}
#margarin-news .title-item:before {
  margin-right: 1.4rem;
  counter-increment: item_num;
  /* item_num カウンタの値に1加える */
  content: "【" counter(item_num) ".";
  /* before擬似要素のcontentで出力 */
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
  font-weight: 600;
}
#margarin-news .title-item > p {
  margin-top: 10px;
}
#margarin-news .title-item + .title-item {
  margin-top: 30px;
}
#margarin-news footer {
  padding-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}

#margarin-news .news3__table {
  width: 600px;
  margin: 0 auto;
  border: solid 1px #000;
  border-collapse: separate;
}
#margarin-news .news3__table td {
  width: 200px;
  padding: 5px 0;
  text-align: center;
  vertical-align: center;
}
#margarin-news .news5__ol {
  list-style-type: decimal;
  margin-top: 1.5rem;
  padding-left: 2rem;
}
#margarin-news .news5__ol > li {
  padding-left: 1.4rem;
}
#margarin-news .news5__table {
  width: 600px;
  overflow: scroll;
}
#margarin-news .news5__table tr:first-child td {
  padding-top: 1.5rem;
}
#margarin-news .news5__table tr:last-child td {
  padding-bottom: 1.5rem;
}
#margarin-news .news5__table td {
  width: 200px;
  padding: 5px 0;
  border: none;
  text-align: center;
  vertical-align: top;
}
#margarin-news .news7__ol {
  list-style-type: decimal;
  margin-top: 1.5rem;
  padding-left: 2rem;
}
#margarin-news .news7__ol > li {
  padding-left: 1.4rem;
}
#margarin-news .news7__table {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}
#margarin-news .news7__table td {
  width: 33.3%;
  padding: 5px 10px;
  text-align: center;
  border: 2px solid #000;
}
#margarin-news .news8__ol {
  list-style-type: decimal;
  padding-left: 2rem;
}
#margarin-news .news8__ol > li {
  padding-left: 1.4rem;
}
#margarin-news .news8__ol li + li {
  margin-top: 30px;
}
#margarin-news .news8__table {
  margin: 0 auto;
}
#margarin-news .news8__table td:first-of-type {
  text-align: right;
}
#margarin-news .news8__table td:first-child {
  text-align: center;
}
#margarin-news .news8__table--none td {
  text-align: left;
  vertical-align: top;
  border: none;
}
#margarin-news .news8__table--none td:first-of-type {
  width: 5.6rem;
}
#margarin-news .news9__table td {
  padding: 5px 10px;
  border: none;
  text-align: left;
  vertical-align: top;
}
#margarin-news .news10__ol {
  list-style-type: decimal;
  margin-top: 1.5rem;
  padding-left: 2rem;
}
#margarin-news .news10__ol > li {
  padding-left: 1.4rem;
}
#margarin-news .news10__table td {
  padding: 5px 10px;
  border: none;
  text-align: left;
}
#margarin-news .news12__table td {
  padding: 5px 10px;
  border: none;
  text-align: left;
}
#margarin-news .news12__list {
  display: flex;
  flex-wrap: wrap;
}
#margarin-news .news12__list > li {
  width: 50%;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  #margarin-news .news12__list > li {
    width: 33.3%;
  }
}
#margarin-news .news13__table td {
  padding: 5px 10px;
  border: none;
  text-align: left;
}
#margarin-news .news13__list {
  display: flex;
  flex-wrap: wrap;
}
#margarin-news .news13__list > li {
  width: 50%;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  #margarin-news .news13__list > li {
    width: 33.3%;
  }
}

@font-face {
  font-family: "Noto";
  font-weight: 400;
  src: url(fonts/Noto/Noto-Regular.ttf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 300;
  src: url(fonts/NotoSansJP/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: url(fonts/NotoSansJP/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: url(fonts/NotoSansJP/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto";
  font-weight: 700;
  src: url(fonts/NotoSansJP/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Cantarell";
  font-weight: 400;
  src: url(fonts/Cantarell/Cantarell-Regular.ttf) format("opentype");
}
/* contact
-------------------------- */
.contact__form {
  max-width: 1000px;
  margin: 0 auto;
}
.contact__row {
  padding: 15px 4% 30px;
  border-bottom: 1px solid #d7cbbb;
}
@media screen and (min-width: 768px) {
  .contact__row {
    display: flex;
    padding: 30px 4% 30px;
  }
}
.contact__row:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .contact__row:first-child {
    padding-top: 15px;
  }
}
.contact__row--center {
  display: flex;
  justify-content: center;
  padding: 30px 4%;
}
@media screen and (min-width: 768px) {
  .contact__row--center {
    padding-top: 45px;
  }
}
.contact__label {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 768px) {
  .contact__label {
    width: 200px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1000px) {
  .contact__label {
    width: 300px;
    font-size: 1.8rem;
  }
}
.contact__label--req {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 10px;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 4px;
  background-color: #fc7b25;
}
@media screen and (min-width: 1000px) {
  .contact__label--req {
    font-size: 1.6rem;
  }
}
.contact__label--radio {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 300;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .contact__label--radio {
    font-size: 1.8rem;
  }
}
.contact__label--radio + .contact__label--radio {
  margin-left: 15px;
}
@media screen and (min-width: 1000px) {
  .contact__label--radio + .contact__label--radio {
    margin-left: 30px;
  }
}
.contact__content, .contact__content--radio {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .contact__content, .contact__content--radio {
    width: 100%;
    margin-top: 0;
    font-size: 1.8rem;
  }
}
.contact__content--radio {
  padding-left: 4%;
}
.contact__input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #d7cbbb;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .contact__input {
    height: 60px;
    font-size: 1.8rem;
  }
}
.contact__radio {
  vertical-align: -0.1rem;
}
.contact__textarea {
  display: inline-block;
  width: 100%;
  height: 180px;
  padding: 10px;
  border: solid 1px #d7cbbb;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .contact__textarea {
    height: 270px;
    font-size: 1.8rem;
  }
}
.contact__btn {
  display: inline-block;
  padding: 10px 40px;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  color: #fc7b25;
  border: solid 1px #fc7b25;
  transition: all 0.3s;
}
@media screen and (min-width: 1000px) {
  .contact__btn {
    font-size: 2rem;
  }
}
.contact__btn:hover {
  color: #fff;
  background-color: #fc7b25;
}

/* wpで使用
-------------------------- */
.contact__content .error, .contact__content--radio .error {
  margin-top: 10px;
  font-size: 1.5rem;
  color: red;
}
@media screen and (min-width: 768px) {
  .contact__content .error, .contact__content--radio .error {
    font-size: 1.8rem;
  }
}

.mwform-radio-field input {
  vertical-align: -0.1rem;
}
.mwform-radio-field span {
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 300;
  color: #000;
}
@media screen and (min-width: 1000px) {
  .mwform-radio-field span {
    font-size: 1.8rem;
  }
}
.mwform-radio-field + .mwform-radio-field {
  margin-left: 15px;
}
@media screen and (min-width: 1000px) {
  .mwform-radio-field + .mwform-radio-field {
    margin-left: 30px;
  }
}

/* thanks （お問い合わせ完了ページ）
-------------------------- */
.thanks__wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .thanks__wrapper {
    margin-top: 100px;
  }
}
.thanks__btn {
  display: inline-block;
  padding: 10px 40px;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  color: #fc7b25;
  border: solid 1px #fc7b25;
  transition: all 0.3s;
}
.thanks__btn:hover {
  color: #fff;
  background-color: #fc7b25;
}

/*youtube-bnr　add in 2022.12.15
-------------------------- */
.youtube-bnr {
  padding: 0 4%;
  padding-top: 5.3vw;
}
@media screen and (min-width: 768px) {
  .youtube-bnr {
    max-width: 1920px;
    margin: 0 auto;
    padding: 50px 8% 0px;
  }
}
.youtube-bnr__link {
  transition: .5s all;
}
.youtube-bnr__link:hover {
  opacity: 0.7;
}
.youtube-bnr__link img {
  width: 100%;
}