@charset "UTF-8";
/*--------------------------------------*
 * Foundation
 *--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
/*! 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 {
  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;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.8;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #3e3e3e;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  min-width: 320px;
  top: auto !important;
}
@media screen and (min-width: 769px) {
  body {
    min-width: calc(1024px + 10%);
    font-size: 1.8rem;
  }
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

table {
  border-spacing: 0;
}
table a {
  color: #0784c8;
}

@media screen and (max-width: 480px) {
  input,
  select {
    font-size: 16px;
  }
}

input:not([type=checkbox]),
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
}

input[type=submit],
input[type=reset],
input[type=button] {
  padding: 5px 20px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=text],
input[type=number],
input[type=date],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #d4d4d7;
  font-size: 1.6rem;
  color: #555;
  background: #fcfcfc;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

input[type=date] {
  width: auto;
  height: 38px;
}

select {
  padding: 10px;
  border: 1px #ccc solid;
  background: #fff;
  border-radius: 3px;
  outline: none;
}

*:focus {
  outline: none;
}

img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  width: auto;
}

dt {
  font-weight: normal;
}

figcaption {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1em;
}

/*--------------------------------------*
  * Layout
  *--------------------------------------*/
.l-header {
  transition: all 0.3s linear;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 65px;
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 75px;
  }
}
.l-header.scroll-nav {
  background: rgb(255, 255, 255);
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}
.l-header a {
  color: #3e3e3e;
}
.l-header__logo {
  height: 100%;
  width: 100%;
  margin-left: 5%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    margin-left: 25px;
    font-size: 3rem;
    width: 250px;
  }
}
.l-header__logo img {
  display: block;
  max-height: 55px;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    max-height: 45px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__function {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-header__navi {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-header .menu-trigger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__navi {
    -webkit-overflow-scrolling: touch;
    transform: translateX(100vw);
    transition: all 0.3s linear;
    margin-top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    z-index: 999;
    background: #fff;
  }
  .l-header .l-header__navi.is-active {
    transform: translateX(0);
  }
  .l-header .l-header-global {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header .l-header-global > li > a {
    line-height: 1;
    display: block;
    padding: 20px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid;
    position: relative;
  }
  .l-header .l-header-global > li > a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header .menu-trigger {
    position: absolute;
    width: 30px;
    height: 25px;
    right: 5%;
    top: 0;
    z-index: 999;
    margin: auto;
    bottom: 0;
    display: block;
  }
  .l-header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #080808;
  }
  .l-header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .l-header .menu-trigger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header .menu-trigger.is-active {
    right: 5%;
  }
  .l-header .menu-trigger.is-active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .l-header .menu-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .menu-trigger.is-active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}

@media screen and (min-width: 769px) {
  .l-header-global {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-header-global__item {
    margin-left: 30px;
  }
}
.l-header-global__item a {
  display: block;
  font-size: 1.6rem;
}
.l-header-global__item a:hover {
  transition: opacity 0.3s linear;
}

.l-header-contact {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-header-contact {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .l-header-contact {
    display: flex;
    align-items: center;
  }
}
.l-header-contact a {
  color: #fff;
  background: #355a2a;
}
@media screen and (min-width: 769px) {
  .l-header-contact a {
    height: 100%;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header-contact a span {
  padding: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header-contact a span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .l-header-contact a::after {
    right: 20px !important;
  }
}

.l-contents .l-main {
  width: 755px;
}
@media screen and (max-width: 480px) {
  .l-contents .l-main {
    width: 100%;
  }
}

.l-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.l-contents .l-contents__inner {
  width: 100%;
}

.l-contents__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-contents__inner {
    max-width: 1170px;
  }
}

.l-cv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10% 0;
}
@media screen and (min-width: 769px) {
  .l-cv {
    padding: 115px 0;
  }
}
.l-cv__contents {
  max-width: 750px;
  margin: 0 auto;
}
.l-cv__text {
  border-top: 1px solid;
  padding-top: 2em;
  margin-bottom: 2.4em;
}
.l-cv .c-btn-03 {
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .l-cv .c-btn-03 {
    line-height: 75px;
  }
}

@media screen and (min-width: 769px) {
  .l-cv-list {
    display: flex;
    justify-content: space-between;
  }
}
.l-cv-list__item {
  text-align: center;
  border: 1px solid;
  padding: 10px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .l-cv-list__item {
    width: 48%;
    margin-bottom: 0;
  }
}
.l-cv-list__title {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.l-cv-list__tel {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: min(5.33vw, 35px);
}
@media screen and (min-width: 769px) {
  .l-cv-list__tel {
    font-size: 3.5rem;
  }
}
.l-cv-list__tel span {
  font-size: min(3.2vw, 24px);
}
@media screen and (min-width: 769px) {
  .l-cv-list__tel span {
    font-size: 2.4rem;
  }
}
.l-cv-list__time {
  line-height: 1;
  background: #e1e1e1;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .l-cv-list__time {
    font-size: 1.6rem;
  }
}

.l-sidebar {
  display: none;
}
@media screen and (min-width: 769px) {
  .l-sidebar {
    position: relative;
    display: block;
    width: 320px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.l-sidebar-title {
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}
.l-sidebar-title .main {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
}
.l-sidebar-title .sub {
  font-family: "Open Sans", sans-serif;
  color: #acacac;
  font-size: 1.2rem;
}

.l-sidebar-wrap {
  padding-right: 60px;
  position: sticky;
  top: 0px;
  bottom: 0;
  margin: 0 auto;
}

.l-sidebar-nav li {
  line-height: 1;
  margin-bottom: 1.5em;
}
.l-sidebar-nav li:last-child {
  margin-bottom: 0;
}
.l-sidebar-nav li > a {
  position: relative;
  padding-left: 25px;
  display: block;
}
.l-sidebar-nav li > a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_arrow_01.svg) no-repeat 0 0;
  background-size: cover;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: -2px;
}
.l-sidebar-nav .current .side-lower {
  margin-top: 1.5em;
}
.l-sidebar-nav .current li {
  position: relative;
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.4rem;
  padding-left: 20px;
}
.l-sidebar-nav .current li > a {
  position: relative;
  padding-left: 20px;
  display: block;
}
.l-sidebar-nav .current li > a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_arrow_04.svg) no-repeat 0 0;
  background-size: cover;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 2px;
}
.l-sidebar-nav .js-accordion-title {
  position: relative;
  cursor: pointer;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.l-sidebar-nav .js-accordion-title .icon {
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  top: 3px;
}
.l-sidebar-nav .js-accordion-title .icon:before, .l-sidebar-nav .js-accordion-title .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.l-sidebar-nav .js-accordion-title .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-sidebar-nav .js-accordion-title .icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-sidebar-nav .child {
  display: none;
}

.l-footer {
  color: #fff;
  position: relative;
  background: #3c3c3c;
}
.l-footer .l-contents__inner {
  padding: 1.7em 0;
}
@media screen and (min-width: 769px) {
  .l-footer .l-contents__inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 40px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__info {
    width: 48%;
    font-size: 1.4rem;
  }
}
.l-footer__logo {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    text-align: center;
    margin-bottom: 1em;
  }
  .l-footer__logo img {
    height: 30px;
  }
}
.l-footer__address {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__links {
    width: 48%;
    border-left: 1px solid #6a6a6a;
    padding-left: 5%;
  }
}
.l-footer__copyright {
  text-align: center;
  padding: 0.5em;
  font-size: 1rem;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 1.4rem;
  }
}
.l-footer .to-top {
  opacity: 0;
}
.l-footer .to-top.is-show {
  cursor: pointer;
  transition: opacity 2s;
  opacity: 1;
  z-index: 1;
  position: fixed;
  bottom: 90px;
  right: 25px;
  text-decoration: none;
  width: 48px;
  height: 48px;
  background: #2c2c2c;
}
@media screen and (max-width: 480px) {
  .l-footer .to-top.is-show {
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
}
.l-footer .to-top.is-show::after {
  position: absolute;
  margin: auto;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .l-footer .to-top.is-show::after {
    width: 15px;
    height: 15px;
  }
}
.l-footer .to-top:hover {
  transition: 0.5s;
}

.l-footer-nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .l-footer-nav {
    max-height: 200px;
    flex-flow: column wrap;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-nav {
    margin-top: 1em;
  }
}
.l-footer-nav li {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  width: 48%;
}
@media screen and (min-width: 769px) {
  .l-footer-nav li {
    margin-right: 0;
  }
}

/*--------------------------------------*
 * Object
 *--------------------------------------*/
/*-------------------
 * Component
 -------------------*/
.c-accordion {
  width: 100%;
  margin-bottom: 7px;
  line-height: 1.5;
}
.c-accordion dt {
  background: #eaeaea;
  color: #355a2a;
  position: relative;
  cursor: pointer;
  padding: 25px 55px 25px 25px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .c-accordion dt {
    font-size: 1.6rem;
    padding: 15px 55px 15px 15px;
  }
}
.c-accordion dt .ico-arrow {
  position: absolute;
  right: 13px;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
  background: #355a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.c-accordion dt .ico-arrow svg {
  fill: #fff;
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-accordion dt.open .ico-arrow svg {
  transform: rotate(-90deg);
}
.c-accordion dd {
  display: none;
  padding: 25px;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .c-accordion dd {
    padding: 15px 0;
  }
}

.c-article-list {
  margin-bottom: 60px;
}
.c-article-list > *:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 480px) {
  .c-article-list > *:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 480px) {
  .c-article-01 {
    display: flex;
    justify-content: space-between;
  }
}
.c-article-01--reverse {
  flex-direction: row-reverse;
}
.c-article-01__image-wrap {
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .c-article-01__image-wrap {
    width: 21%;
    margin-bottom: 0;
  }
}
.c-article-01__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.c-article-01__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.c-article-01__content {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .c-article-01__content {
    padding-left: 25px;
  }
}
.c-article-01__head {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.c-article-01__head .s-cat {
  display: block;
  background: #e1e1e1;
  padding: 10px;
  margin-right: 20px;
}
.c-article-01__head .s-date {
  display: block;
  color: #777;
}
.c-article-01__title {
  margin-bottom: 1em;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .c-article-01__text {
    font-size: 1.4rem;
  }
}

.c-banner ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-banner ul {
    justify-content: space-between;
  }
}
.c-banner ul li {
  margin-bottom: 3%;
}
@media screen and (max-width: 768px) {
  .c-banner ul li {
    margin-bottom: 5%;
    width: 47.5% !important;
  }
}
.c-banner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #aeaeae;
}

.c-banner-large {
  justify-content: space-between;
}
.c-banner-large li {
  width: 47.5%;
}

@media screen and (min-width: 769px) {
  .c-banner-middle li {
    width: 30%;
  }
  .c-banner-middle li:not(:nth-child(3n+3)) {
    margin-right: 5%;
  }
}

@media screen and (min-width: 769px) {
  .c-banner-small li {
    width: 21.25%;
  }
  .c-banner-small li:not(:nth-child(4n+4)) {
    margin-right: 5%;
  }
}

[class^=c-banner-] .swiper-slide img {
  position: static;
}

.c-box-annotation {
  position: relative;
  background: #f7f7f7;
  padding: 40px 30px;
}
@media screen and (max-width: 480px) {
  .c-box-annotation {
    padding: 30px 20px;
  }
}
.c-box-annotation::before, .c-box-annotation::after {
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 54px;
  background: url(../img/common/ico/ico_annotation.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .c-box-annotation::before, .c-box-annotation::after {
    width: 24px;
    height: 27px;
  }
}
.c-box-annotation::before {
  top: 15px;
  left: 30px;
}
@media screen and (max-width: 480px) {
  .c-box-annotation::before {
    left: 20px;
  }
}
.c-box-annotation::after {
  bottom: 15px;
  right: 30px;
  transform: rotate(-180deg);
}
@media screen and (max-width: 480px) {
  .c-box-annotation::after {
    right: 20px;
  }
}
.c-box-annotation .title {
  font-weight: 700;
  color: #355a2a;
  margin-bottom: 0.5em;
}
.c-box-annotation .text {
  position: relative;
  padding: 50px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .c-box-annotation .text {
    padding: 20px 0;
  }
}
.c-box-annotation .text::before, .c-box-annotation .text::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 80px);
  height: 1px;
  background: #d0d0d0;
}
@media screen and (max-width: 480px) {
  .c-box-annotation .text::before, .c-box-annotation .text::after {
    width: calc(100% - 34px);
  }
}
.c-box-annotation .text::before {
  top: 0;
  right: 0;
}
.c-box-annotation .text::after {
  bottom: 0;
  left: 0;
}
.c-box-annotation .text p:not(:last-child) {
  margin-bottom: 1em;
}

.c-btn-center {
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
  .c-btn-center {
    margin: 40px auto 0;
    min-width: 250px;
  }
}

/*btn*/
.c-btn:hover {
  transition: opacity 0.3s linear;
}
.c-btn--more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 3.125em auto 0;
  padding: 0 2.25em;
  font-size: calc(14px + 6 * (100vw - 375px) / 703);
  line-height: calc(40px + 20 * (100vw - 375px) / 703);
  border-style: solid;
  border-color: currentColor;
  border-width: 1px;
}
@media screen and (min-width: 769px) {
  .c-btn--more {
    line-height: 46px;
    font-size: 1.6rem;
  }
}
.c-btn--more:hover {
  transition: opacity 0.3s linear;
}

.c-btn-01 {
  transition: all 0.3s;
  display: block;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: #355a2a;
  color: #fff;
  border: 1px solid #355a2a;
  padding: 0 60px;
  line-height: 55px;
  text-align: center;
  margin: 2em auto 0;
  border-radius: 50px;
  font-size: min(4.27vw, 22px);
}
@media screen and (min-width: 769px) {
  .c-btn-01 {
    font-size: 2.2rem;
  }
}
.c-btn-01 i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
}
.c-btn-01 svg {
  fill: currentColor;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.c-btn-01:hover {
  background: #fff;
  color: #355a2a;
}
.c-btn-01.input {
  padding: 0;
}
.c-btn-01 input {
  display: block;
  padding: 0 60px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 1.4rem;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .c-btn-01 input {
    font-size: 2.2rem;
    line-height: 55px;
  }
}
.c-btn-01 input:hover {
  color: #355a2a;
}
.c-btn-01.u-block-center {
  margin-top: 2em;
}

.c-btn-02 {
  transition: all 0.3s;
  display: block;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  padding: 0 60px;
  line-height: 55px;
  text-align: center;
  margin-top: 70px;
  border-radius: 50px;
  font-size: 2.2rem;
}
.c-btn-02 i {
  position: absolute;
  left: 10px;
  top: 0;
  transform: rotate(180deg);
  width: 30px;
  height: 100%;
}
.c-btn-02 svg {
  fill: #000;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.c-btn-02:hover {
  background: #355a2a;
  color: #fff;
}
.c-btn-02:hover svg {
  fill: currentColor;
}
.c-btn-02.input {
  padding: 0;
}
.c-btn-02 input {
  color: #000;
  display: block;
  padding: 0 60px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 1.4rem;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .c-btn-02 input {
    font-size: 2.2rem;
    line-height: 55px;
  }
}
.c-btn-02 input:hover {
  color: #fff;
}
.c-btn-02 button {
  color: #000;
  display: block;
  padding: 0 60px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 1.4rem;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .c-btn-02 button {
    font-size: 2.2rem;
    line-height: 55px;
  }
}
.c-btn-02 button:hover {
  color: #fff;
}

.c-btn-03 {
  transition: all 0.3s;
  display: block;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: #355a2a;
  color: #fff;
  border: 1px solid #355a2a;
  padding: 0 60px;
  line-height: 55px;
  text-align: center;
  margin-top: 70px;
  font-size: min(4.27vw, 22px);
}
@media screen and (min-width: 769px) {
  .c-btn-03 {
    font-size: 2.2rem;
  }
}
.c-btn-03 i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
}
.c-btn-03 svg {
  fill: currentColor;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.c-btn-03:hover {
  background: #fff;
  color: #355a2a;
}
.c-btn-03.input {
  padding: 0;
}
.c-btn-03 input {
  display: block;
  padding: 0 60px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 1.4rem;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .c-btn-03 input {
    font-size: 2.2rem;
    line-height: 55px;
  }
}
.c-btn-03 input:hover {
  color: #355a2a;
}

/* ボタン全体 */
.flowbtn1 {
  border-radius: 50%;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  background: #333;
}

.flowbtn1 i {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.sns-list {
  display: flex;
  justify-content: center;
}

.sns-list li {
  text-align: center;
  margin: 0 10px;
}

.c-card {
  display: block;
  height: 100%;
}
.c-card .category {
  margin-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
}
.c-card .category .label {
  display: block;
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #979797;
  line-height: 1;
  padding: 0.5em 1em;
}
.c-card .category .label + .label {
  margin-left: 0.5em;
}
.c-card__content {
  padding: 0;
}
.c-card__title {
  font-size: min(4.8vw, 18px);
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .c-card__title {
    font-size: 1.8rem;
  }
}
.c-card__title .category {
  display: block;
  margin-bottom: 0.25em;
}
.c-card__text {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .c-card__text {
    font-size: 1.4rem;
  }
}
.c-card__date {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 5px;
}
.c-card__image {
  position: relative;
  padding-top: 100%;
  margin-bottom: 0.5em;
}
.c-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card .c-btn--more {
  margin-top: 1.4em;
}

.c-flow-01 {
  counter-reset: item;
}
.c-flow-01 li {
  margin-bottom: 1em;
}
.c-flow-01__num {
  color: #039eec;
  margin-bottom: 10px;
  font-size: 2rem;
}
.c-flow-01__num::before {
  font-weight: bold;
  counter-increment: item;
  content: counter(item) ".";
  font-style: italic;
  margin-right: 0.2em;
}
.normal .c-flow-01__num {
  color: #333;
}

.c-flow-02__item {
  display: flex;
  padding-bottom: 2.8em;
  position: relative;
  width: 100%;
  counter-increment: chapter;
}
.c-flow-02__item:last-child {
  padding-bottom: 0;
}
.c-flow-02__item:last-child .c-flow-list__number::after {
  display: none;
}
.c-flow-02__number {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  background: #efefef;
  font-weight: bold;
  font-size: 1.6rem;
  width: 170px;
}
@media screen and (max-width: 480px) {
  .c-flow-02__number {
    width: 20vw;
  }
}
.c-flow-02__number::before {
  content: "STEP" counter(chapter);
}
.c-flow-02__number::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-width: 20px 85px 0;
  border-color: #efefef transparent transparent;
}
@media screen and (max-width: 480px) {
  .c-flow-02__number::after {
    border-width: 20px 10vw 0;
  }
}
.c-flow-02__body {
  padding-left: 2em;
  width: calc(100% - (170px + 2em));
}
@media screen and (max-width: 480px) {
  .c-flow-02__body {
    padding-left: 1em;
    width: calc(100% - (20vw + 1em));
  }
}
.c-flow-02__ttl {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}

.c-flow-03 {
  padding-left: 120px;
  position: relative;
  counter-reset: item;
}
.c-flow-03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.c-flow-03 > li {
  position: relative;
}
.c-flow-03 > li:not(:last-child) {
  margin-bottom: 2em;
}
.c-flow-03 > li .icon {
  font-size: 12px;
  color: #fff;
  background: #355a2a;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6b90db", endColorstr="#66d5e9",GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.c-flow-03 > li .icon::before {
  counter-increment: item;
  content: "STEP.0" counter(item);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.c-flow-03 > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #355a2a;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.c-flow-03 > li dl {
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .c-flow-03 > li dl {
    padding-left: 20px;
  }
}
.c-flow-03 > li dl::before, .c-flow-03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.c-flow-03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #355a2a;
  border-radius: 50%;
  left: -4px;
}
.c-flow-03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
@media screen and (max-width: 480px) {
  .c-flow-03 > li dl::after {
    width: 15px;
  }
}
.c-flow-03 > li dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1vh;
}
@media screen and (max-width: 480px) {
  .c-flow-03 > li dl dt {
    font-size: 1.8rem;
  }
}

/*grid*/
.c-grid {
  display: flex;
  flex-wrap: wrap;
}
.c-grid--01 {
  justify-content: space-between;
}
.c-grid--01 .c-grid__item {
  width: 47.5%;
}
@media screen and (max-width: 480px) {
  .c-grid--01 .c-grid__item {
    width: 100%;
  }
}
.c-grid--01 .c-card__image {
  padding-top: 64.26%;
}
@media screen and (max-width: 768px) {
  .c-grid--01.flow-content {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-grid--01.flow-content .c-grid__item {
    width: 47.5%;
    margin-right: 2%;
    padding-right: 3%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--01.flow-content .c-grid__item {
    width: 48%;
    padding-right: 5%;
    position: relative;
  }
}
.c-grid--01.flow-content .c-grid__item::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 28%;
  transform: rotate(-90deg);
}
.c-grid--01.flow-content .c-grid__item:last-child::after {
  content: none;
}
@media screen and (max-width: 480px) {
  .c-grid--01.flow-content .c-grid__item {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-bottom: 5%;
  }
  .c-grid--01.flow-content .c-grid__item::after {
    right: 50%;
    top: 96%;
    transform: rotate(0deg);
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--02 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-grid--02 .c-grid__item {
    width: 30%;
  }
  .c-grid--02 .c-grid__item:not(:nth-child(3n+3)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--02 .c-grid__item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .c-grid--02 .c-grid__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--02.flow-content {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-grid--02.flow-content .c-grid__item {
    width: 31.3333333333%;
    margin-right: 2%;
    padding-right: 3%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--02.flow-content .c-grid__item {
    width: 48%;
    padding-right: 5%;
    position: relative;
  }
}
.c-grid--02.flow-content .c-grid__item::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 45%;
  transform: rotate(-90deg);
}
.c-grid--02.flow-content .c-grid__item:last-child::after {
  content: none;
}
@media screen and (max-width: 480px) {
  .c-grid--02.flow-content .c-grid__item {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-bottom: 5%;
  }
  .c-grid--02.flow-content .c-grid__item::after {
    right: 50%;
    top: 96%;
    transform: rotate(0deg);
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--03 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-grid--03 .c-grid__item {
    width: 21.25%;
  }
  .c-grid--03 .c-grid__item:not(:nth-child(4n+4)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--03 .c-grid__item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .c-grid--03 .c-grid__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--03.flow-content {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-grid--03.flow-content .c-grid__item {
    width: 21.25%;
    position: relative;
  }
  .c-grid--03.flow-content .c-grid__item:not(:nth-child(4n+4)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--03.flow-content .c-grid__item {
    width: 48%;
    padding-right: 5%;
    position: relative;
  }
}
.c-grid--03.flow-content .c-grid__item::after {
  content: "▼";
  position: absolute;
  right: -15%;
  top: 28%;
  transform: rotate(-90deg);
}
.c-grid--03.flow-content .c-grid__item:last-child::after {
  content: none;
}
@media screen and (max-width: 480px) {
  .c-grid--03.flow-content .c-grid__item {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-bottom: 5%;
  }
  .c-grid--03.flow-content .c-grid__item::after {
    right: 50%;
    top: 96%;
    transform: rotate(0deg);
    font-size: 2rem;
  }
}
.c-grid__item {
  margin-bottom: 10%;
}
@media screen and (min-width: 769px) {
  .c-grid__item {
    margin-bottom: 2%;
  }
}
.c-grid__item:last-child {
  margin-bottom: 0;
}
.c-grid__content {
  width: 85%;
  margin: 1.4em auto 0;
}
.c-grid__title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 0.7em;
}
.c-grid .c-btn--more {
  margin-top: 1.4em;
}

.c-img__zoom figure {
  overflow: hidden;
  position: relative;
}
.c-img__zoom img {
  transition-duration: 0.3s;
}
.c-img__zoom:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.c-list-dot {
  padding-left: 1.7em;
}
.c-list-dot li {
  position: relative;
}
.c-list-dot li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1.2em;
  width: 0.5em;
  height: 0.5em;
  background-color: #747b83;
  border-radius: 50%;
}

.c-list-num {
  list-style: decimal;
  list-style-position: inside;
}

.c-list-circle {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .c-list-circle {
    width: 80%;
    margin: 0 auto;
  }
}
.c-list-circle__item {
  border: 3px solid #355a2a;
  border-radius: 20px;
  width: 32%;
  margin-bottom: 2%;
}
@media screen and (max-width: 480px) {
  .c-list-circle__item {
    width: 100%;
    margin-bottom: 6%;
  }
}
.c-list-circle__item:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  .c-list-circle__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.c-list-circle__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-list-circle__box {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.c-list-circle__title {
  text-align: center;
  color: #355a2a;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 769px) {
  .c-list-circle__title {
    font-size: 3rem;
  }
}
.c-list-circle__title--sub {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .small .c-list-circle__title {
    font-size: 2rem;
  }
}
.c-list-circle__image {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.c-list-circle__text {
  flex-grow: 1;
  text-align: center;
}
.c-list-circle--col5 li {
  width: 18.4%;
}

.c-list-check__item {
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 60px;
}
@media screen and (max-width: 480px) {
  .c-list-check__item {
    padding-left: 50px;
  }
}
.c-list-check .ico-check {
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #dddcdc;
}
.c-list-check .fa-check {
  color: #355a2a;
  font-size: 3rem;
  margin-left: 6px;
  margin-top: -10px;
}
@media screen and (max-width: 480px) {
  .c-list-check .fa-check {
    margin-top: 0;
  }
}
.c-list-check .title {
  font-weight: bold;
  color: #355a2a;
  font-size: 1.8rem;
}
.c-list-check .title + .text {
  margin-top: 0.5em;
}
.c-list-check .text {
  font-size: 1.4rem;
}

.c-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media screen and (min-width: 769px) {
  .c-map {
    padding-bottom: 27.35%;
  }
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  counter-reset: number 0;
}

@media screen and (min-width: 769px) {
  .c-media {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.c-media--reverse {
  flex-direction: row-reverse;
}
.c-media__image {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-media__image {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-media__image {
    padding-top: 50%;
  }
}
.c-media__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.c-media__content {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-media__content {
    padding: 5%;
    width: 50%;
  }
}
.c-media__title {
  margin-bottom: 0.45em;
}
@media screen and (min-width: 769px) {
  .c-media__title {
    font-size: 2.4rem;
  }
}

.c-media-01 {
  position: relative;
  margin-bottom: 10%;
}
@media screen and (min-width: 769px) {
  .c-media-01 {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.c-media-01--reverse {
  flex-direction: row-reverse;
}
.c-media-01--reverse .c-media-01__image {
  left: 0;
}
.c-media-01--reverse .c-media-01__content {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .c-media-01__image {
    position: absolute;
    right: 0;
    height: 100%;
    width: 48.38%;
  }
}
@media screen and (max-width: 768px) {
  .c-media-01__image {
    position: relative;
    padding-top: 50%;
  }
}
.c-media-01__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.c-media-01__content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-media-01__content {
    width: 63.25%;
    padding: 37px 0 73px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .c-media-01__content {
    width: 90%;
    margin: -10em auto 0;
  }
}
.c-media-01__title {
  margin-bottom: 1em;
  position: relative;
  color: #e5840d;
}
@media screen and (min-width: 769px) {
  .c-media-01__title {
    font-size: 2.4rem;
  }
}
.c-media-01__title::before {
  content: "";
  font-family: Georgia, sans-serif;
  color: #fff;
  font-style: italic;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-size: min(12.27vw, 92px);
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .c-media-01__title::before {
    font-size: 9.2rem;
  }
}
.c-media-01__text {
  line-height: 2.5;
}
@media screen and (min-width: 769px) {
  .c-media-01__text {
    font-size: 1.8rem;
  }
}
.c-media-01 .marker {
  background: linear-gradient(transparent 10%, #fff 0%);
  display: inline;
  padding: 4px;
}

.c-media-02 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-media-02 {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.c-media-02--reverse {
  flex-direction: row-reverse;
}
.c-media-02__image {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-media-02__image {
    width: 45.73%;
  }
}
.c-media-02__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media-02__content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .c-media-02__content {
    width: 49.32%;
    padding: 37px 0 73px;
  }
}
.c-media-02__title {
  margin: 1em 0;
  position: relative;
  color: #e5840d;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-media-02__title {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.c-media-02__text {
  line-height: 2.5;
}
@media screen and (min-width: 769px) {
  .c-media-02__text {
    font-size: 1.8rem;
  }
}

.c-menu-follow {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (min-width: 769px) {
  .c-menu-follow {
    padding-bottom: 205px;
  }
}
.c-menu-follow__to-top {
  cursor: pointer;
  opacity: 0;
  text-decoration: none;
  background: #333;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 769px) {
  .c-menu-follow__to-top {
    font-size: 1.2rem;
    width: 54px;
    height: 62px;
  }
}
.c-menu-follow__to-top.is-show {
  transition: opacity 2s;
  opacity: 1;
}
.c-menu-follow__to-top i {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .c-menu-follow__to-top i {
    font-size: 2.4rem;
  }
}
.c-menu-follow__mail {
  cursor: pointer;
  text-decoration: none;
  background: #355a2a;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 769px) {
  .c-menu-follow__mail {
    font-size: 1.2rem;
    width: 54px;
    height: 62px;
  }
}
.c-menu-follow__mail i {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .c-menu-follow__mail i {
    font-size: 2.4rem;
  }
}

.c-menu-follow-bnr {
  display: none;
  margin: 20px 10px 20px 0;
  position: relative;
  color: #fff;
  position: absolute;
  bottom: 0px;
}
@media screen and (min-width: 769px) {
  .c-menu-follow-bnr {
    display: block;
  }
}
.c-menu-follow-bnr__btn {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.c-menu-follow-bnr .checkbox {
  display: none;
}
.c-menu-follow-bnr #close:checked ~ .c-menu-follow-bnr__btn {
  display: none;
}
.c-menu-follow-bnr #close:checked ~ .c-menu-follow-bnr__link {
  display: none;
}
.c-menu-follow-bnr__link {
  position: relative;
  border-radius: 7px;
  background: rgba(64, 173, 77, 0.9);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
  display: block;
  padding: 10px 10px 10px 40px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-menu-follow-bnr__link {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .c-menu-follow-bnr__link {
    width: 80%;
    margin: 5% auto 0;
  }
}
.c-menu-follow-bnr__link i {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 2.4rem;
}
.c-menu-follow-bnr__title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.c-menu-follow-bnr__text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-menu-anchor {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #355a2a;
}
@media screen and (min-width: 769px) {
  .c-menu-anchor {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 480px) {
  .c-menu-anchor {
    border-bottom: 1px solid #355a2a;
  }
}
.c-menu-anchor__item {
  width: 25%;
  border: 1px solid #355a2a;
  border-left: none;
}
@media screen and (max-width: 480px) {
  .c-menu-anchor__item {
    width: 50%;
    border-bottom: none;
  }
}
.c-menu-anchor__item a {
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #355a2a;
  font-weight: bold;
  text-align: center;
  padding: 10px 25px 10px 10px;
  height: 100%;
}
.c-menu-anchor__item a::before, .c-menu-anchor__item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-menu-anchor__item a::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-menu-anchor__item a::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 769px) {
  .c-menu-anchor__item a {
    padding: 10px 10px 25px;
    font-size: 1.5rem;
  }
}
.c-menu-anchor__item a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #355a2a;
  border-right: solid 2px #355a2a;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-menu-anchor__item a::before {
    transform: rotate(135deg) translateY(-50%);
    right: 10px;
    top: 50%;
    margin-top: -8px;
  }
}
@media screen and (min-width: 769px) {
  .c-menu-anchor__item a::before {
    transform: rotate(135deg) translateX(-50%);
    bottom: 5px;
    left: 50%;
    margin-left: -4px;
  }
}
.c-menu-anchor--col2 li {
  width: 50%;
}
.c-menu-anchor--col6 li {
  width: 16.6666666667%;
}
@media screen and (max-width: 480px) {
  .c-menu-anchor--col6 li {
    width: 50%;
  }
}

.screen-reader-text {
  display: none;
}

ul.c-page-numbers {
  font-weight: 700;
  clear: both;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  ul.c-page-numbers {
    overflow-x: scroll;
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  ul.c-page-numbers {
    flex-wrap: wrap;
  }
}
ul.c-page-numbers li .c-page-numbers {
  flex-shrink: 0;
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  ul.c-page-numbers li .c-page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
ul.c-page-numbers li a {
  color: #000;
  transition-duration: 0.5s;
}
ul.c-page-numbers li .c-page-numbers:not(.prev):not(.next):not(.current) {
  border: 1px solid #000;
}
ul.c-page-numbers li .c-page-numbers.current {
  color: #fff;
  background-color: #000;
  transition-duration: 0.5s;
}
ul.c-page-numbers li .c-page-numbers.next {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  ul.c-page-numbers li .c-page-numbers:hover {
    color: #fff;
    background-color: #000;
    transition-duration: 0.5s;
  }
}

.c-post {
  margin: 40px 0;
}
@media screen and (min-width: 480px) {
  .c-post {
    margin: 80px 0;
  }
}
.c-post:first-of-type {
  margin-top: 0;
}
.c-post__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.c-post__date {
  margin-bottom: 1em;
}
.c-post__imageWide {
  text-align: center;
  margin-bottom: 2em;
  padding-top: 50%;
  position: relative;
}
.c-post__imageWide img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-post-wide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10% 0;
}
@media screen and (min-width: 480px) {
  .c-post-wide {
    padding: 100px 0;
  }
}
.c-post-wide--text-01 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .c-post-wide--text-01 {
    padding: 230px 0 0 0;
  }
}
.c-post-wide--text-01 .contents {
  background: rgba(255, 255, 255, 0.9);
  padding: 10% 5%;
}
@media screen and (min-width: 769px) {
  .c-post-wide--text-01 .contents {
    padding: 5%;
    width: 64%;
  }
}
.c-post-wide--text-01s {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .c-post-wide--text-01s {
    padding: 230px 0 0 0;
  }
}
.c-post-wide--text-01s .contents {
  background: rgba(255, 255, 255, 0.9);
  padding: 10% 5%;
}
@media screen and (min-width: 769px) {
  .c-post-wide--text-01s .contents {
    padding: 5%;
    width: 64%;
  }
}

[class^=c-post-] .l-contents__inner > *:last-child {
  margin-bottom: 0;
}

.c-qa {
  width: 100%;
  line-height: 1.5;
}
.c-qa + .c-qa {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .c-qa + .c-qa {
    margin-top: 90px;
  }
}
.c-qa dt {
  background: #eaeaea;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .c-qa dt {
    padding: 25px;
    margin-bottom: 35px;
  }
}
.c-qa dt,
.c-qa dd {
  position: relative;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .c-qa dt,
  .c-qa dd {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}

.single-faq .c-qa dt:before {
  content: "Q.";
  top: 10px;
}
@media screen and (min-width: 769px) {
  .single-faq .c-qa dt:before {
    top: 20px;
  }
}
.single-faq .c-qa dd:before {
  content: "A.";
  top: 0;
}
.single-faq .c-qa dt,
.single-faq .c-qa dd {
  padding-left: 40px;
}
@media screen and (min-width: 769px) {
  .single-faq .c-qa dt,
  .single-faq .c-qa dd {
    padding-left: 80px;
  }
}
.single-faq .c-qa dt:before,
.single-faq .c-qa dd:before {
  display: block;
  color: #355a2a;
  font-weight: bold;
  position: absolute;
  left: 10px;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .single-faq .c-qa dt:before,
  .single-faq .c-qa dd:before {
    left: 20px;
    font-size: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .c-qa-media {
    display: flex;
  }
}
.c-qa-media__content {
  width: 100%;
}
.c-qa-media__image {
  flex-shrink: 0;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .c-qa-media__image {
    width: 30%;
    margin-left: 40px;
    margin-top: 0;
  }
}
.c-qa-media__image img {
  display: block;
  margin: 0 auto;
}
.c-qa-media__imageleft {
  flex-shrink: 0;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .c-qa-media__imageleft {
    width: 30%;
    margin-right: 40px;
    margin-top: 0;
  }
}
.c-qa-media__imageleft img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .related_list .c-article-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .related_list .c-article-list li {
    width: 48%;
  }
}
@media screen and (min-width: 769px) {
  .related_list .c-article-01__image-wrap {
    width: 168px;
  }
}
@media screen and (min-width: 769px) {
  .related_list .c-article-01__content {
    font-size: 1.6rem;
  }
}
.related_list .c-article-01__title {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .related_list .c-article-01__title {
    font-size: 2.4rem;
  }
}

/*sns*/
@media screen and (min-width: 769px) {
  .c-sns__contents .sns_box {
    max-width: 600px;
    margin: 0 auto;
  }
}
.c-sns__contents:not(:last-child) {
  margin-bottom: 10%;
}
@media screen and (min-width: 769px) {
  .c-sns__contents:not(:last-child) {
    margin-bottom: 45px;
  }
}
.c-sns__contents iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block !important;
}
.c-sns__title {
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-sns__title {
    font-size: 3rem;
  }
}
.c-sns__title::before {
  content: "";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  margin-right: 10px;
}
.c-sns__title.instagram::before {
  content: "\f16d";
}
.c-sns__title.facebook::before {
  content: "\f09a";
}
.c-sns__title.twitter::before {
  content: "\f099";
}
.c-sns__title.youtube::before {
  content: "\f167";
}

.c-sns-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-sns-list__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-sns-list__item:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 769px) {
  .c-sns-list__item {
    width: 48%;
    margin-bottom: 0;
  }
  .c-sns-list__item:nth-child(2n) {
    margin-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .c-table-scloll table {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .c-table-scloll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.c-table-01 {
  width: 100%;
  margin: 0 auto;
}
.c-table-01 th,
.c-table-01 td {
  padding: 30px 0;
}
.c-table-01 th {
  border-bottom: 1px solid #355a2a;
  font-weight: 700;
  padding-right: 30px;
  white-space: nowrap;
}
.c-table-01 td {
  border-bottom: 1px solid #b1b1b1;
}

.c-table-02 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .c-table-02 th,
  .c-table-02 td {
    border-bottom: 15px solid #fff;
  }
}
@media screen and (max-width: 480px) {
  .c-table-02 th,
  .c-table-02 td {
    display: block;
  }
}
.c-table-02 th {
  background: #355a2a;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 480px) {
  .c-table-02 th {
    padding: 15px;
    border-right: 15px solid #fff;
  }
}
@media screen and (max-width: 480px) {
  .c-table-02 th {
    padding: 10px;
  }
}
.c-table-02 td {
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .c-table-02 td {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .c-table-02.border_table {
    border-bottom: 1px solid #a2a2a2;
  }
}
.c-table-02.border_table th,
.c-table-02.border_table td {
  padding: 15px;
  border: 1px solid #a2a2a2;
}
@media screen and (max-width: 480px) {
  .c-table-02.border_table th,
  .c-table-02.border_table td {
    padding: 10px;
    border-bottom: none;
  }
}

.c-table-price {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .c-table-price {
    font-size: 1.4rem;
  }
}
.c-table-price th,
.c-table-price td {
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .c-table-price th,
  .c-table-price td {
    padding: 5px 10px;
  }
}
.c-table-price th {
  font-weight: normal;
  background: #f2f2f2;
  width: 30%;
}
.c-table-price td {
  text-align: right;
}

.c-table-03 {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .c-table-03 {
    font-size: 1.4rem;
  }
}
.c-table-03 th,
.c-table-03 td {
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 480px) {
  .c-table-03 th {
    width: 120px;
  }
}

.c-table-04 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-table-04 {
    table-layout: fixed;
  }
}
.c-table-04 th,
.c-table-04 td {
  font-weight: normal;
  text-align: center;
  padding: 10px;
  border: 1px solid #878787;
  font-size: 1.8rem;
  background: #FFF;
}
@media screen and (max-width: 480px) {
  .c-table-04 th,
  .c-table-04 td {
    font-size: 1.4rem;
  }
}
.c-table-04 th {
  background: #355a2a;
  color: #fff;
}

.c-table-05 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-table-05 {
    table-layout: fixed;
  }
}
.c-table-05 th,
.c-table-05 td {
  font-weight: normal;
  text-align: center;
  padding: 10px;
  border: 1px solid #878787;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .c-table-05 th,
  .c-table-05 td {
    font-size: 1.4rem;
  }
}
.c-table-05 th {
  background: #355a2a;
  color: #fff;
}

.c-text {
  line-height: 2;
}
.c-text p {
  margin-bottom: 2em;
}

.c-text-read {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2em !important;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-text-read {
    font-size: 1.8rem;
  }
}

.c-title-01 {
  position: relative;
  margin-bottom: 1.3em;
  font-size: min(6.4vw, 36px);
  margin-bottom: 2.2em;
}
.c-title-01::before, .c-title-01::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title-01::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c-title-01::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 769px) {
  .c-title-01 {
    font-size: 3.6rem;
  }
}
.c-title-01 .sub {
  color: #e5840d;
  display: block;
  font-size: 1.6rem;
}
.c-title-01 .main {
  display: block;
}

.c-title-02 {
  position: relative;
  margin-bottom: 1.3em;
  font-size: min(6.4vw, 36px);
  margin-bottom: 2.2em;
}
.c-title-02::before, .c-title-02::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title-02::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.c-title-02::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 769px) {
  .c-title-02 {
    font-size: 3rem;
  }
}
.c-title-02 .sub {
  color: #e5840d;
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .c-title-02 .sub {
    font-size: 2.4rem;
  }
}
.c-title-02 .main {
  display: block;
}

.c-title-03 {
  background: #e1e1e1;
  margin-bottom: 1.5em;
  padding: 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) {
  .c-title-03 {
    padding: 20px;
    font-size: 2.4rem;
  }
}

.c-title-04 {
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.c-title-05 {
  margin-bottom: 1em;
  font-size: 2rem;
}

.c-contents {
  margin-bottom: 3em;
}

.c-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*title*/
.c-page-heading {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 65px;
  margin-bottom: 40px;
  padding: 45px 0;
}
@media screen and (min-width: 769px) {
  .c-page-heading {
    margin-top: 75px;
    padding: 45px 0;
    margin-bottom: 75px;
  }
}
.c-page-heading__title {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .c-page-heading__title {
    font-size: 4rem;
  }
}

.c-breadcrumbs {
  color: currentColor;
  font-size: 1.2rem;
  margin-top: 20px;
}
.c-breadcrumbs a {
  color: currentColor;
}

/*-------------------
 * Extension
 -------------------*/
.swiper {
  z-index: 0;
}

.swiper-group-slider {
  padding-bottom: 40px;
}
.swiper-group-slider .swiper-slide {
  height: auto;
}
.swiper-group-slider .swiper-slide .swiper-box {
  position: relative;
  padding-top: 100%;
}
.swiper-group-slider .swiper-slide .swiper-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-group2 {
  padding-bottom: 20px;
}
.swiper-group2 .swiper-slide {
  height: auto;
}
.swiper-group2 .swiper-slide .swiper-box {
  position: relative;
  padding-top: 100%;
}
.swiper-group2 .swiper-slide .swiper-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-group3 {
  padding-bottom: 20px;
}
.swiper-group3 .swiper-slide {
  height: auto;
}
.swiper-group3 .swiper-slide .swiper-box {
  position: relative;
  padding-top: 100%;
}
.swiper-group3 .swiper-slide .swiper-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-group4 {
  padding-bottom: 20px;
}
.swiper-group4 .swiper-slide {
  height: auto;
}
.swiper-group4 .swiper-slide .swiper-box {
  position: relative;
  padding-top: 100%;
}
.swiper-group4 .swiper-slide .swiper-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #ccc;
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-slide.image_slider img {
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide__text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .swiper-slide__text {
    font-size: 1.2rem;
    padding: 10px;
  }
}

.swiper-thumbs-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 9%;
}
@media screen and (max-width: 480px) {
  .swiper-thumbs-slider {
    padding: 0;
  }
}
.swiper-thumbs-slider .swiper-button-next,
.swiper-thumbs-slider .swiper-button-prev {
  top: 40%;
  width: 45px;
  height: 45px;
  background: #e4e4e4;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .swiper-thumbs-slider .swiper-button-next,
  .swiper-thumbs-slider .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
.swiper-thumbs-slider .swiper-button-next::after,
.swiper-thumbs-slider .swiper-button-prev::after {
  font-size: 1.8rem;
  color: #000;
}
@media screen and (max-width: 480px) {
  .swiper-thumbs-slider .swiper-button-next::after,
  .swiper-thumbs-slider .swiper-button-prev::after {
    font-size: 1.2rem;
  }
}
.swiper-thumbs-slider .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 480px) {
  .swiper-thumbs-slider .swiper-button-next {
    right: -10px;
  }
}
.swiper-thumbs-slider .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 480px) {
  .swiper-thumbs-slider .swiper-button-prev {
    left: -10px;
  }
}
.swiper-thumbs-slider .swiper-thumbs-slider__main {
  width: 100%;
  margin-bottom: 40px;
  background: #000;
}
@media screen and (max-width: 480px) {
  .swiper-thumbs-slider .swiper-thumbs-slider__main {
    margin-bottom: 20px;
  }
}
.swiper-thumbs-slider .swiper-thumbs-slider__main .swiper-slide {
  width: 100%;
  height: 0;
  padding-top: 52.5%;
}
.swiper-thumbs-slider .swiper-thumbs-slider__sub {
  height: 20%;
  box-sizing: border-box;
  width: 40%;
}
@media screen and (max-width: 480px) {
  .swiper-thumbs-slider .swiper-thumbs-slider__sub {
    padding-right: 0;
    width: 100%;
  }
}
.swiper-thumbs-slider .swiper-thumbs-slider__sub .swiper-wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.swiper-thumbs-slider .swiper-thumbs-slider__sub .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}
.swiper-thumbs-slider .swiper-thumbs-slider__sub .swiper-slide .swiper-slide__in {
  position: relative;
  height: 0 !important;
  padding-top: 100%;
}
.swiper-thumbs-slider .swiper-thumbs-slider__sub .swiper-slide-thumb-active {
  opacity: 1;
}

/*-------------------
 * Plugins
 -------------------*/
.wp-pagenavi {
  margin-top: 40px;
  clear: both;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #000;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #355a2a;
  border-color: #355a2a;
  font-weight: bold;
}

/*-------------------
 * Utility
 -------------------*/
/*************************************
表示・非表示
/*************************************/
.u-only-pc {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .u-only-pc {
    display: block !important;
  }
}

.u-only-tb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-only-tb {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .u-only-tb {
    display: none !important;
  }
}

.u-only-sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .u-only-sp {
    display: block !important;
  }
}

.u-no-pc {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-no-pc {
    display: block !important;
  }
}

.u-no-tb {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-no-tb {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .u-no-tb {
    display: block !important;
  }
}

.u-no-sp {
  display: block !important;
}
@media screen and (max-width: 480px) {
  .u-no-sp {
    display: none !important;
  }
}

/*************************************
flex
/*************************************/
.u-flex-jc-center {
  justify-content: center;
}

.u-flex-ai-center {
  align-items: center;
}

@media screen and (max-width: 480px) {
  .u-flex-none {
    display: block;
  }
  .u-flex-none > li {
    margin-bottom: 1em;
  }
}

/*************************************
block
/*************************************/
.u-block-center {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

/*************************************
align
/*************************************/
.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-align-left {
  text-align: left;
}

/*************************************
font
/*************************************/
.u-font-en {
  font-family: "Open Sans", sans-serif;
}

/*************************************
margin
/*************************************/
.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mb-2 {
  margin-bottom: 2em;
}

/*************************************
padding
/*************************************/
.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pboth-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*************************************
color
/*************************************/
.u-col-red {
  color: rgb(212, 0, 0);
}

/*--------------------------------------*
 * Pages
 *--------------------------------------*/
/*************************************
* TOP
*************************************/
.p-top-kv {
  position: relative;
  height: 100vh;
  height: 100dvh;
}
@media screen and (min-width: 769px) {
  .p-top-kv {
    max-height: 826px;
  }
}
.p-top-kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.p-top-kv__caption {
  width: 80%;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-top-kv__caption {
    width: 90%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__caption {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__logo {
    margin: 0 auto;
  }
}
.p-top-kv__title {
  line-height: 2;
  font-size: 2rem;
  margin: 1em auto 0;
}
@media screen and (min-width: 769px) {
  .p-top-kv__title {
    margin-top: 0px;
    font-size: 3.6rem;
  }
}
.p-top-kv__text {
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .p-top-kv__text {
    font-size: 2rem;
  }
}
.p-top-kv .swiper-kv {
  position: relative;
  height: 100%;
}
.p-top-kv .swiper-kv .swiper-wrapper {
  z-index: -1;
}
.p-top-kv .swiper-kv .swiper-button-prev,
.p-top-kv .swiper-kv .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 480px) {
  .p-top-kv .swiper-kv .swiper-button-prev,
  .p-top-kv .swiper-kv .swiper-button-next {
    width: 25px;
    height: 25px;
  }
}
.p-top-kv .swiper-kv .swiper-button-prev:after,
.p-top-kv .swiper-kv .swiper-button-next:after {
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .p-top-kv .swiper-kv .swiper-button-prev:after,
  .p-top-kv .swiper-kv .swiper-button-next:after {
    font-size: 0.9rem;
  }
}
.p-top-kv .swiper-kv .swiper-button-prev {
  left: 0;
}
.p-top-kv .swiper-kv .swiper-button-next {
  right: 0;
}

@media screen and (min-width: 769px) {
  .p-top-news {
    display: flex;
    justify-content: space-between;
  }
  .p-top-news .c-title-01 {
    width: 33%;
  }
  .p-top-news .c-news-list {
    width: 65%;
  }
}

@media screen and (min-width: 769px) {
  .p-top-company {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-top-company > * {
    width: 47%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-company .c-map {
    margin-top: 2em;
  }
}
@media screen and (min-width: 769px) {
  .p-top-company .c-map {
    height: auto;
    padding-bottom: 0;
  }
}

/*************************************
* MENU
*************************************/
.p-menu figure {
  position: relative;
}
.p-menu figure::before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(63, 18, 10, 0.2) 40%, rgba(36, 15, 3, 0.8) 100%);
}
.p-menu figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-menu figcaption {
  position: absolute;
  width: 100%;
  color: #fff;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-menu-main {
  margin-bottom: 2em;
}
.p-menu-main figure {
  padding-top: 32.6%;
}
@media screen and (max-width: 480px) {
  .p-menu-main figure {
    padding-top: 50%;
  }
}
.p-menu-main figcaption {
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .p-menu-main figcaption {
    font-size: 2.5rem;
  }
}

.p-menu-sub {
  margin-bottom: -2%;
}

.p-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .p-menu-list {
    justify-content: space-between;
  }
}
.p-menu-list li {
  width: 23.5%;
  margin-bottom: 2%;
}
@media screen and (max-width: 480px) {
  .p-menu-list li {
    width: 49%;
  }
}
.p-menu-list li:not(:last-child) {
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  .p-menu-list li:not(:last-child) {
    margin-right: 0;
  }
}
.p-menu-list figure {
  padding-top: 100%;
}
.p-menu-list figure::before {
  height: 60%;
}
.p-menu-list figcaption {
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .p-menu-list figcaption {
    font-size: 1.6rem;
  }
}

.p-menu-dtl__image {
  position: relative;
  width: 100%;
  padding-top: 45%;
  margin-bottom: 30px;
}
.p-menu-dtl__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-menu-dtl__body {
  text-align: center;
}
.p-menu-dtl__price {
  line-height: 1;
  font-weight: 700;
  color: #e64c30;
}
@media screen and (min-width: 769px) {
  .p-menu-dtl__price {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-menu-dtl__price span {
    font-size: 1.8rem;
  }
}
.p-menu-dtl__text {
  margin-top: 20px;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-menu-dtl__text {
    font-size: 1.2rem;
  }
}
.p-menu-dtl__table {
  margin-top: 40px;
}

.p-menu-dtl-wrap {
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .p-menu-dtl-wrap {
    margin-bottom: 3%;
  }
}

.p-menu-dtl-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-menu-dtl-list li {
  width: 100%;
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .p-menu-dtl-list li {
    width: 45%;
    margin-bottom: 3%;
  }
}
.p-menu-dtl-list a {
  display: block;
}
.p-menu-dtl-list a:hover {
  transition: opacity 0.3s linear;
}
.p-menu-dtl-list__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-menu-dtl-list__wrap .p-menu-dtl-list__body {
  width: calc(100% - 140px);
}
.p-menu-dtl-list__image {
  width: 120px;
}
.p-menu-dtl-list__image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-menu-dtl-list__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-menu-dtl-list__title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-menu-dtl-list__title {
    font-size: 1.6rem;
  }
}
.p-menu-dtl-list__text {
  width: 100%;
  color: #595960;
  line-height: 1.3;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-menu-dtl-list__text {
    font-size: 1.2rem;
  }
}
.p-menu-dtl-list__price {
  font-weight: 700;
  text-align: right;
  margin-left: auto;
  color: #e64c30;
}
.p-menu-dtl-list__price span {
  font-size: 1.2rem;
}

/*************************************
* GALLERY
*************************************/
.p-page-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
  justify-content: center;
}
.p-page-nav-list li {
  line-height: 1;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .p-page-nav-list li {
    font-size: 1.4rem;
  }
}
.p-page-nav-list li:not(:last-child) {
  border-right: 1px solid #000;
  margin-right: 2em;
  padding-right: 2em;
}
@media screen and (max-width: 480px) {
  .p-page-nav-list li:not(:last-child) {
    margin-right: 1em;
    padding-right: 1em;
  }
}
.p-page-nav-list li .current {
  font-weight: bold;
}

.p-gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.p-gallery-list li {
  width: 23.5%;
  margin-bottom: 2%;
}
@media screen and (max-width: 480px) {
  .p-gallery-list li {
    width: 32.6666666667%;
    margin-bottom: 1%;
  }
}
.p-gallery-list li:not(:nth-child(4n)) {
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  .p-gallery-list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-gallery-list li:not(:nth-child(3n)) {
    margin-right: 1%;
  }
}
.p-gallery-list figure {
  position: relative;
  padding-top: 100%;
}
.p-gallery-list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery-list__title {
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-gallery-list__title {
    display: none;
  }
}

.lum-lightbox {
  z-index: 999;
}

@media screen and (max-width: 480px) {
  .lum-lightbox-inner img {
    max-width: 100vw;
    max-height: 95vh;
  }
  .lum-lightbox-caption {
    position: relative;
  }
  .lum-close-button {
    opacity: 0.7;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
  }
}
.p-shop-info {
  margin-bottom: 2em;
}

.p-single__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-single__title {
    font-size: 3rem;
  }
}
.p-single__date {
  margin-bottom: 30px;
  display: block;
}
.p-single__text p {
  margin-bottom: 1em;
}

.c-news-list__item {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted currentColor;
}
.c-news-list__item:last-child {
  margin-bottom: 0;
}
.c-news-list__date {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-news-list__date {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-news-list__title {
    font-size: 1.6rem;
  }
}

.p-company-info {
  padding-top: 0;
}

.p-company-map {
  margin: 50px 0 30px;
}

.job_copy {
  font-weight: 700;
  margin-bottom: 2em;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) {
  .job_copy {
    margin-bottom: 3em;
    font-size: 1.8rem;
    text-align: center;
  }
}

.job_tag {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.job_tag li {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .job_tag li {
    margin-bottom: 20px;
  }
}
.job_tag li:not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 480px) {
  .job_tag li:not(:last-child) {
    margin-right: 15px;
  }
}
.job_tag li span {
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  display: block;
  line-height: 1;
  padding: 5px 10px;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) {
  .job_tag li span {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */