@charset "UTF-8";
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	mediaquery
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	cssHack
----------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

/*----------------------------------------
	color
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #442F2A;
  background: #F7F3E1;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 0.11rem;
}
body.is-hidden {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.4vw;
  }
}

main {
  display: block;
}

a {
  color: #323131;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
  font-weight: bold;
}

button {
  color: #323131;
}

/* ---- パーツオプション --- */
.u-mt15 {
  margin-top: 15px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .-sp_enable {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .-sp_enable {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .-pc_enable {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .-pc_enable {
    display: block;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-container
----------------------------------------*/
#wrapper {
  width: 450px;
  margin: 0 auto;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
  }
}

.l-container {
  max-width: 1000px;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-container.-section {
    padding: 0 4vw;
  }
}

main {
  padding-top: 80px;
}

/*----------------------------------------
  @use
----------------------------------------*/
.fixed_menu {
  background: #ffffff;
  width: 450px;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 997;
  padding: 15px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .fixed_menu {
    width: 100%;
  }
}
.fixed_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

footer {
  border-top: 1px solid #ADADAD;
  text-align: center;
  padding: 20px 12px;
  margin-top: 25px;
  padding-bottom: 110px;
  font-size: 1.2rem;
}

/*----------------------------------------
	@use
----------------------------------------*/
.eng {
  font-family: "abadi", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pc-menu {
  width: 200px;
  position: fixed;
  right: 5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .pc-menu {
    display: none;
  }
}
.pc-menu-01 {
  margin-bottom: 15px;
}
.pc-menu-01 li {
  margin-bottom: 20px;
}
.pc-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
}
.pc-menu-sns li {
  width: 35px;
}

.toggle-menu {
  background: #ffffff;
  position: fixed;
  left: 50%;
  top: 81px;
  width: 450px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 999;
  display: none;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .toggle-menu {
    padding: 4vw 5vw;
    z-index: 999;
  }
}
.toggle-menu__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  border-radius: 100%;
  position: fixed;
  right: 3vw;
  top: 4vw;
}
.toggle-menu__toggle > span {
  width: 20px;
  height: 10px;
}
.toggle-menu__toggle > span span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__toggle > span .-txt {
  font-size: 0.7rem;
  position: relative;
  top: -2px;
  background: none !important;
}
.toggle-menu.is-active {
  display: block;
}
.toggle-menu__main__menu {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__menu {
    margin-bottom: 0;
  }
}
.toggle-menu__main__menu ul {
  padding: 12px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.toggle-menu__main__menu ul li a {
  font-size: 2rem;
  padding: 6px;
  color: #442F2A;
  display: block;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main__menu ul li a {
    font-size: 2rem;
    padding: 6px 20px;
  }
}
.toggle-menu__main .toggle_inquiry_menu {
  z-index: 999;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main .toggle_inquiry_menu {
    margin: 0 20px;
  }
}
.toggle-menu__main .toggle_inquiry_menu ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 12px;
}
.toggle-menu__main .cotanct_tel_bnr {
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main .cotanct_tel_bnr {
    margin: 0 20px;
  }
}

/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  padding: 12px 20px;
  border-bottom: 1px solid #F0DD8A;
  position: fixed;
  width: 450px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #ffffff;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    padding: 12px 20px;
  }
}
.l-header__logo {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 190px;
    margin: 0 0;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__toggle {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
}
.l-header__toggle > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  height: 16px;
}
.l-header__toggle > span span {
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__toggle > span .-txt {
  color: #ffffff;
  font-size: 0.7rem;
  position: relative;
  top: -2px;
  background: none !important;
}
.l-header.is-active .l-header__toggle > span span {
  background: #000000;
}
.l-header.is-active .l-header__toggle > span span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-25deg);
          transform: translateY(7px) rotate(-25deg);
}
.l-header.is-active .l-header__toggle > span span:nth-child(2) {
  -webkit-transform: translateY(-7px) rotate(25deg);
          transform: translateY(-7px) rotate(25deg);
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-button
----------------------------------------*/
.c-button__wrap {
  margin: 15px 0;
}

.c-button {
  background: #442F2A;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.4;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.4rem;
  }
}
.c-button[target=_blank]:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_target.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-button[target=_blank]:after {
    width: 10px;
    height: 10px;
  }
}
.c-button.-bigte {
  font-size: 1.8rem;
  font-weight: bold;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	contact__info
----------------------------------------*/
.contact__info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 60px;
}
.contact__info__label {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.contact__info__tel .name {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.contact__info__tel .tel {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}
.contact__info__tel address {
  line-height: 1.4;
  font-size: 1rem;
  display: inline-block;
}

.form-wrap input[type=checkbox] {
  border: 1px solid #000000;
  padding: 8px;
  position: relative;
}
.form-wrap input[type=checkbox]:checked:before {
  position: absolute;
  top: 30%;
  left: 1px;
  -webkit-transform: rotate(50deg) translate(0, -50%);
          transform: rotate(50deg) translate(0, -50%);
  width: 7px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.form-wrap input[type=radio] {
  border: 1px solid #000000;
  padding: 8px;
  position: relative;
  border-radius: 100%;
  margin-right: 4px;
}
.form-wrap input[type=radio]:checked:before {
  position: absolute;
  top: 30%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: #000000;
  border-radius: 100%;
  content: "";
}
.form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.form-wrap dl dt {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  width: 190px;
  margin-bottom: 0;
}
.form-wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-wrap dl dd label {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.form-wrap dl dd input[type=text] {
  padding: 2px 6px;
  background: #ffffff;
  width: 100%;
  border: 1px solid #707070;
}
.form-wrap dl.contact_n {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.form-wrap dl.contact_n dt {
  width: 100%;
}
.form-wrap dl.contact_n dd {
  width: 100%;
}
.form-wrap dl.contact_n textarea {
  width: 100%;
  border: 1px solid #707070;
  background: #ffffff;
  height: 120px;
  margin-top: 6px;
}
.form-wrap .syubetsu dd label {
  display: inline-block;
  margin-right: 10px;
}
.form-wrap .privacy {
  height: 120px;
  overflow: scroll;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px;
  border-right: 1px solid #707070;
}
.form-wrap .check__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
}
.form-wrap .submit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.form-wrap .submit__btn input[type=submit] {
  background: #2C2C2C;
  border-radius: 100px;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  font-size: 2rem;
  padding: 10px 60px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-flow
----------------------------------------*/
.c-flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-flow {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-height: 130px;
  background: #fff;
  padding: 40px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-flow__item {
    min-height: 80px;
    padding: 30px 0;
  }
}
.c-flow__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #0F58A1;
  border-right: 3px solid #0F58A1;
  margin: auto;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .c-flow__item:nth-child(2n):after {
    content: none;
  }
}
.c-flow__item:nth-child(4n):after, .c-flow__item:last-child:after {
  content: none;
}
.c-flow__number {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  font-weight: bold;
  color: #fff;
  background: #54B7EE;
  border-radius: 50%;
  translate: -50% -50%;
}
.c-flow__img {
  width: 56px;
}
.c-flow__text {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-flow__text {
    font-size: 1.6rem;
  }
}
.c-flow__arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .c-flow__arrow {
    right: 8px;
    bottom: 8px;
    width: 20px;
    height: 20px;
  }
}
.c-flow__arrow img {
  vertical-align: baseline;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  c-heading__main
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-link-text
----------------------------------------*/
.c-link-text a {
  color: #3582AD;
  text-decoration: underline;
}

/*----------------------------------------
  c-link-arrow
----------------------------------------*/
.c-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link-arrow a {
  position: relative;
  padding-right: 50px;
  display: inline-block;
}
.c-link-arrow a:after {
  background: #FF7600 url(../img/common/arrow.svg) no-repeat center;
  background-size: 10px;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 100%;
}

/*----------------------------------------
  c-link__sub-menu
----------------------------------------*/
.c-link__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 14px 14px;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-link__sub-menu {
    padding: 12px 10px;
  }
}
.c-link__sub-menu[target=_blank]:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-link-target.svg) no-repeat right center;
  background-size: 100%;
}

/*----------------------------------------
	c-link-list-arrow
----------------------------------------*/
.c-link-list-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-link-list-arrow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-link-list-arrow li:before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #0F58A1;
}
@media screen and (max-width: 767px) {
  .c-link-list-arrow li:before {
    width: 12px;
    height: 12px;
  }
}
.c-link-list-arrow li a {
  font-weight: bold;
  text-decoration: underline;
  color: #0F58A1;
}
.c-link-list-arrow li a[download]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../img/common/icon-link-file01.svg) center/cover;
  margin: 0 0 0 8px;
}
.c-link-list-arrow li a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(../img/common/icon-link-blank01.svg) center/cover;
  margin: 0 0 0 8px;
}

/*----------------------------------------
	c-link-list-button
----------------------------------------*/
.c-link-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  max-width: 640px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-link-list-button {
    gap: 10px;
  }
}

/*----------------------------------------
	c-link-list-panel
----------------------------------------*/
.c-link-list-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .c-link-list-panel {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.c-link-list-panel li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 78px;
  font-size: 2.1rem;
  font-weight: bold;
  background: #fff;
  padding: 10px 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-link-list-panel li a {
    height: 60px;
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}
.c-link-list-panel li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon-arrow01.svg) center/cover;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .c-link-list-panel li a:after {
    right: 20px;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-list__interior
----------------------------------------*/
.list-dl-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.list-dl-option.-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.list-dl-option dt {
  background: #0F58A1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
  width: 60px;
  min-height: 60px;
}
.list-dl-option dt.-kikan {
  padding-top: 6px;
  width: 80px;
  height: 80px;
}
.list-dl-option dd {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0F58A1;
}

/*----------------------------------------
  @use
----------------------------------------*/
.center-section section {
  padding: 50px 0;
}
.center-section section:nth-of-type(2n) {
  background: url(../img/common/bg-dotted.png);
  background-size: 100%;
}

/*----------------------------------------
	c-section-feature
----------------------------------------*/
.c-section-feature {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-section-feature {
    padding: 20px;
  }
}
.c-section-feature.radius0 {
  border-radius: 0;
}

/*----------------------------------------
  c-section-movie
----------------------------------------*/
.c-section-movie {
  background: #F4F4F4;
  padding: 35px;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-section-movie {
    padding: 10px;
  }
}
.c-section-movie iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .c-section-movie iframe {
    height: 200px;
  }
}
.c-section-movie dl dt {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-section-movie dl dt {
    font-size: 1.8rem;
  }
}
.c-section-movie dl dd {
  background: #ffffff;
  padding: 24px;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}

/*----------------------------------------
  c-section-map
----------------------------------------*/
.c-section-map {
  background: #F4F4F4;
  padding: 35px;
  text-align: center;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-section-map {
    padding: 10px;
  }
}
.c-section-map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .c-section-map iframe {
    height: 200px;
  }
}
.c-section-map .main {
  background: #ffffff;
  padding: 24px;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}

/*----------------------------------------
	c-section-feature-right
----------------------------------------*/
.c-section-feature-right {
  position: relative;
  padding: 50px calc(1px - (50% - 50vw)) 50px 60px;
  margin: 0 calc(50% - 50vw) 0 -60px;
}
@media screen and (max-width: 767px) {
  .c-section-feature-right {
    padding: 20px calc(1px - (50% - 50vw)) 20px 20px;
    margin: 0 calc(50% - 50vw) 0 -20px;
  }
}
.c-section-feature-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D6EBF7;
  z-index: -1;
}

/*----------------------------------------
	c-section-feature-left
----------------------------------------*/
.c-section-feature-left {
  position: relative;
  padding: 50px 60px 50px calc(1px - (50% - 50vw));
  margin: 0 -60px 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c-section-feature-left {
    padding: 20px 20px 20px calc(1px - (50% - 50vw));
    margin: 0 -20px 0 calc(50% - 50vw);
  }
}
.c-section-feature-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D6EBF7;
  z-index: -1;
}

/*----------------------------------------
	c-section-line-blue
----------------------------------------*/
.c-section-line-blue {
  background: #fff;
  padding: 80px 50px;
  border: 30px solid #F4F4F4;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-section-line-blue {
    padding: 40px 20px;
  }
}

/*----------------------------------------
	c-section-line-red
----------------------------------------*/
.c-section-line-red {
  background: #fff;
  padding: 80px 50px;
  border: 30px solid #198479;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-section-line-red {
    padding: 40px 20px;
  }
}

/*----------------------------------------
	c-section-line-black
----------------------------------------*/
.c-section-line-black {
  background: #fff;
  padding: 80px 50px;
  border: 4px solid #6D6D6D;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-section-line-black {
    padding: 40px 20px;
  }
}

/*----------------------------------------
	c-section-row
----------------------------------------*/
.c-section-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .c-section-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*----------------------------------------
	c-section-list
----------------------------------------*/
.c-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .c-section-list {
    gap: 60px;
  }
}
.c-section-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .c-section-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.c-section-list__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-section-list__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-section-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-section-list__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-tab
----------------------------------------*/
.c-tab__button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.c-tab__button.two-sec {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-tab__button {
    gap: 10px;
  }
}
.c-tab__button li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 78px;
  font-size: 2.8rem;
  font-weight: bold;
  background: #E1EBF2;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-tab__button li {
    height: 60px;
    font-size: 1.6rem;
  }
}
.c-tab__button li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 20px 0 20px;
  border-color: #0F58A1 transparent transparent transparent;
  margin: auto;
  opacity: 0;
}
.c-tab__button li.is-current {
  color: #fff;
  background: #0F58A1;
}
.c-tab__button li.is-current:after {
  opacity: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-table
----------------------------------------*/
.c-table {
  width: 100%;
  table-layout: fixed;
}
.c-table thead tr th {
  text-align: center;
  color: #fff;
  background: #4AA3E2;
  padding: 20px;
  border: 1px solid #B8B8B8;
}
@media screen and (max-width: 767px) {
  .c-table thead tr th {
    text-align: left;
    padding: 10px;
  }
}
.c-table thead tr th:first-child {
  width: 24%;
}
.c-table tbody tr th, .c-table tbody tr td {
  padding: 20px;
  border: 1px solid #B8B8B8;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr th, .c-table tbody tr td {
    padding: 10px;
  }
}
.c-table tbody tr th {
  width: 30%;
  text-align: center;
  background: #E6F5FF;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr th {
    text-align: left;
  }
}
.c-table tbody tr td {
  width: auto;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-text-center
----------------------------------------*/
.c-text-center {
  max-width: 840px;
  margin: auto;
}

.c-text.-center {
  text-align: center;
}

/*----------------------------------------
	c-text-right
----------------------------------------*/
.c-text-right {
  text-align: right;
}

.c-text__big {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 767px) {
  .c-text__big {
    font-size: 2.2rem !important;
  }
}

.u-weight-normal {
  font-weight: 400;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  c-line
----------------------------------------*/
.c-line {
  text-align: center;
}
.c-line span {
  background: url(../img/common/line-bg.svg) center no-repeat;
  background-size: 80%;
}

.c-label__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-label__line span {
  background: #FFFAB7;
  padding: 4px 25px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-title
----------------------------------------*/
.c-title {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}
.c-title .mark {
  color: #CB0200;
  background: #F0DD8A;
}
.c-title__wrap {
  margin: 0 20px;
}
.c-title a {
  color: #AA5E00;
  text-decoration: underline;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-inquiry-box
----------------------------------------*/
.c-inquiry-box {
  background: #ffffff;
  border: 1px solid #242424;
  margin-top: 40px;
  padding: 20px 0;
}
.c-inquiry-box .label {
  background: #2C2C2C;
  display: inline-block;
  padding: 9px 15px;
  padding-right: 60px;
  line-height: 1;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  margin-bottom: 12px;
}
.c-inquiry-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .c-inquiry-box__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-inquiry-box__info .tel {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}
.c-inquiry-box__info address {
  line-height: 1.4;
  font-size: 1rem;
  display: inline-block;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-animation
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-tablet
----------------------------------------*/
.u-device-tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-device-tablet {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-color-red
----------------------------------------*/
.u-color-red {
  color: #D12D2D;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
.slider {
  margin-inline: auto;
  max-width: 450px;
  width: 100%;
}
.slider .slide_item {
  margin: 0 7px;
}

.slider2 {
  margin-inline: auto;
  max-width: 450px;
  width: 100%;
}
.slider2 .slide_item {
  margin: 0 7px;
}

.slick-dots {
  bottom: -36px !important;
}

.slick-dots li button:before {
  font-size: 9px !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 60px !important;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 9px;
  width: 45px;
  height: 45px;
  z-index: 6;
}

.next-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 9px;
  width: 45px;
  height: 45px;
  z-index: 6;
}

.slick-next {
  right: 30px !important;
}

.slick-prev {
  left: 30px !important;
}

.contact__wrap {
  padding: 40px 20px;
}
.contact__wrap .head__wrap {
  text-align: center;
  line-height: 1.6;
}
.contact__wrap .head__wrap .eng {
  font-size: 3.6rem;
  font-weight: normal;
}
.contact__wrap .head__wrap .title {
  font-size: 1.9rem;
}
.contact__wrap .contact__title {
  font-size: 1.8rem;
  text-align: center;
  color: #AA5E00;
  font-weight: bold;
  margin: 30px 0;
}
.contact__wrap .contact__title span {
  position: relative;
  display: block;
}
.contact__wrap .contact__title span:before {
  content: "";
  background: url(../img/common/kakko-before.png) no-repeat;
  width: 25px;
  height: 60px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.contact__wrap .contact__title span:after {
  content: "";
  background: url(../img/common/kakko-after.png) no-repeat;
  width: 25px;
  height: 60px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.contact__wrap .contact_menu {
  margin-bottom: 50px;
  margin-top: 25px;
  padding-top: 10px;
}
.contact__wrap .contact_menu ul {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.contact__wrap .contact_mail {
  width: 85%;
  margin: 0 auto 30px;
  padding-top: 10px;
}

.hidden__wrap {
  margin-top: 40px;
  padding: 0 0;
}
.hidden__wrap .hidden__title {
  background: #442F2A;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  font-size: 1.8rem;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.hidden__wrap .hidden__title:before {
  content: "";
  background: url(../img/common/toggle_close.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.hidden__wrap .hidden__content {
  display: none;
  padding: 15px 20px;
}
.hidden__wrap.is-open .hidden__title:before {
  content: "";
  background: url(../img/common/toggle_open.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-front-mv .title1 {
  margin-top: -130px;
  margin-bottom: 35px;
}

.p-front-effect {
  padding: 20px 0;
  padding-top: 40px;
}
.p-front-effect .c-title {
  margin-bottom: 20px;
}
.p-front-effect .inner {
  padding: 0 20px;
}
.p-front-effect .inner > .in {
  padding: 15px 6px;
  border: 2px solid #9B2928;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.p-front-effect .inner > .in .sub-title {
  text-align: center;
  color: #AA5E00;
  font-size: 1.9rem;
  font-weight: bold;
}
.p-front-effect .inner > .in .text1 {
  font-size: 2.1rem;
  margin-bottom: 20px;
}
.p-front-effect .inner > .in .text1 small {
  font-size: 1.4rem;
}
.p-front-effect .inner > .in .c-title {
  text-align: left;
  margin-top: 25px;
}
.p-front-effect .inner .option__wrap {
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid #C8914D;
  margin-bottom: 15px;
}
.p-front-effect .inner .option__wrap .title {
  background: #C8914D;
  color: #ffffff;
  text-align: center;
  padding: 6px;
  line-height: 1;
}
.p-front-effect .inner .option__wrap .price1 {
  width: 95%;
  margin: 0 auto;
}
.p-front-effect .inner .option__wrap .price2 {
  width: 65%;
  margin: 0 auto;
}
.p-front-effect .inner .option__wrap .in {
  padding: 20px;
  padding-bottom: 10px;
  background: #FFFDF4;
  text-align: center;
}
.p-front-effect .inner .option__wrap .in .caption {
  line-height: 1.6;
}

.p-front-pay {
  padding: 25px 20px 45px;
}
.p-front-pay .c-title {
  color: #AA5E00;
  font-weight: normal;
  margin-bottom: 20px;
  font-weight: bold;
}
.p-front-pay .pay-img {
  margin-bottom: 20px;
}
.p-front-pay .c-text {
  font-size: 1.6rem;
}

.p-front-ask .title {
  background: #AA5E00;
  padding: 17px 20px;
  color: #ffffff;
  font-size: 2.3rem;
  text-align: center;
  font-weight: bold;
}
.p-front-ask .c-title {
  text-align: left;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-front-ask .answer__inner {
  background: #F2E6D4;
  padding: 25px 15px;
}
.p-front-ask .fukidashi {
  width: 85%;
  margin: 0 auto 15px;
}

.flow__wrap li {
  border: 2px solid #6D3D28;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
}
.flow__wrap li:last-child {
  margin-bottom: 30px;
}
.flow__wrap li:after {
  content: "";
  width: 40px;
  height: 24px;
  background: url(../img/common/ico_arrow_step.png) no-repeat;
  position: absolute;
  background-size: 100%;
  left: 50%;
  bottom: -45px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.flow__wrap li:last-child:after {
  display: none;
}
.flow__wrap li figure {
  width: 100px;
  margin: 0 auto 25px;
}
.flow__wrap li figure.img01 {
  width: 80px;
}
.flow__wrap li figure.img02 {
  width: 190px;
}
.flow__wrap li figure.img03 {
  width: 120px;
}
.flow__wrap li .step__title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.flow__wrap li .step__title .step__num {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -10px;
  font-stlye: normal;
  background: #FAECED;
  border-radius: 100%;
  border: 2px solid #AA5E00;
  color: #AA5E00;
  font-size: 1.2rem;
  line-height: 1.4;
}
.flow__wrap li .step__title .step__num i {
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1;
  display: inline-block;
}
.flow__wrap li .step__title .title {
  font-size: 2rem;
  color: #6D3D28;
  line-height: 1.5;
  font-weight: bold;
}

.p-front-bust {
  margin-top: -65px;
  position: relative;
  z-index: 0;
  margin-bottom: 35px;
}
.p-front-bust .inner {
  background: #FAF3D4;
  padding: 20px 0 35px;
}
.p-front-bust .inner .c-mark {
  width: 80%;
  margin: 0 auto;
}
.p-front-bust .inner .caption {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 15px;
}

.p-front-flow {
  background: #FAF9F7;
  padding: 40px 0 10px;
}
.p-front-flow .head__wrap {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.7;
}
.p-front-flow .head__wrap .eng {
  font-weight: 400;
  line-height: 1;
  font-size: 4.2rem;
  margin-bottom: 15px;
}
.p-front-flow .head__wrap .title {
  font-size: 1.9rem;
}
.p-front-flow .flow__list {
  padding: 0 0;
}
.p-front-flow .flow__list .flow-item {
  margin: 0 10px;
}
.p-front-flow .flow__list .flow-item .flow__title {
  text-align: center;
  color: #AA5E00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.p-front-flow .flow__list .flow-item .flow__title small {
  font-size: 2.1rem;
}
.p-front-flow .flow__list .flow-item .flow__title .num {
  font-size: 3.6rem;
  display: inline-block;
  line-height: 1;
}
.p-front-flow .flow__list .flow-item .text a {
  color: #AA5E00;
  font-weight: bold;
  text-decoration: underline;
}
.p-front-flow .flow__list .flow-item figure {
  margin-bottom: 30px;
}
.p-front-flow .flow__list .flow-item figure figcaption {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 15px;
}

.p-front-qa {
  padding: 30px 20px;
}
.p-front-qa .head__wrap {
  text-align: center;
  margin-bottom: 25px;
}
.p-front-qa .head__wrap .eng {
  font-weight: 400;
  line-height: 1;
  font-size: 4.2rem;
  margin-bottom: 15px;
}
.p-front-qa .head__wrap .title {
  font-size: 1.9rem;
}
.p-front-qa .qa__list li {
  padding: 15px 0;
  border-bottom: 1px dotted #6D3D28;
}
.p-front-qa .qa__list li:last-child {
  border-bottom: 0;
}
.p-front-qa .qa__list li dl dt {
  position: relative;
  padding-left: 60px;
  padding-top: 3px;
  color: #6D3D28;
  font-size: 1.7rem;
  cursor: pointer;
}
.p-front-qa .qa__list li dl dt i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  width: 45px;
  height: 45px;
}
.p-front-qa .qa__list li dl dt:before {
  content: "";
  background: url(../img/common/qa_close.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-front-qa .qa__list li dl dd {
  margin-top: 30px;
  position: relative;
  padding-left: 60px;
  display: none;
}
.p-front-qa .qa__list li dl dd i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
}
.p-front-qa .qa__list li.is-open dl dt:before {
  background: url(../img/common/qa_open.png) no-repeat;
  background-size: 100%;
}

.attension__wrap {
  background: #FFFFFF;
  border: 2px solid #444444;
  border-radius: 10px;
  padding: 20px 20px;
  margin: 0 20px;
  margin-top: 45px;
}
.attension__wrap .c-title2 {
  text-align: center;
  font-size: 2rem !important;
  font-weight: bold;
  color: #444444 !important;
  margin-bottom: 15px;
}
.attension__wrap .c-sub_title {
  text-align: center;
  color: #9B2928;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.attension__wrap .c-sub_title span {
  position: relative;
}
.attension__wrap .c-sub_title span:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: -60px;
  background: #9B2928;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.attension__wrap .c-sub_title span:after {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  right: -60px;
  background: #9B2928;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.attension__wrap ul {
  padding-left: 10px;
}
.attension__wrap ul li {
  position: relative;
  line-height: 1.6;
}
.attension__wrap ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #444444;
}

.p-front--summary .eng__wrap {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-top: 30px;
}
.p-front--summary .eng__wrap span {
  position: relative;
}
.p-front--summary .eng__wrap span:after {
  width: 45px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #C8914D;
}
.p-front--summary .outline_list {
  margin-bottom: 25px;
  padding: 0 20px;
}
.p-front--summary .outline_list li {
  padding: 13px 0;
  border-bottom: 1px dotted #442F2A;
}
.p-front--summary .outline_list li dl dt {
  margin-bottom: 12px;
}
.p-front--summary .text1 {
  margin-bottom: 25px;
  padding-top: 15px;
  font-size: 1.7rem;
}
.p-front--summary .text2 {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 30px;
  margin-bottom: 8px;
  border-bottom: 1px solid #442F2A;
  margin-left: 20px;
  margin-right: 20px;
}
.p-front--summary .text3 {
  font-size: 1.9rem;
  margin-bottom: 25px;
}
.p-front--summary .text3 small {
  font-size: 1.5rem;
  margin-right: 10px;
}
.p-front--summary .c-img {
  margin-bottom: 20px;
}
.p-front--summary .keireki {
  margin-bottom: 35px;
  padding: 0 20px;
}
.p-front--summary .keireki li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.p-front--summary .keireki li dl dt {
  width: 56px;
}
.p-front--summary .keireki li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front--summary .map__wrap iframe {
    height: 300px;
  }
}

.p-front-message {
  padding: 40px 25px 12px;
  background: url(../img/top/bg-message.png) no-repeat;
  background-size: cover;
}
.p-front-message .head__wrap {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}
.p-front-message .head__wrap .eng {
  font-weight: 400;
  line-height: 1;
  font-size: 4.2rem;
  margin-bottom: 15px;
}
.p-front-message .head__wrap .title {
  font-size: 1.9rem;
}
.p-front-message .c-text p {
  margin-bottom: 15px;
}
.p-front-message .c-text .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  font-size: 1.6rem;
}
.p-front-message .c-text .name strong {
  font-size: 2.1rem;
  position: relative;
  top: -2px;
}

.p-front-zizoku {
  margin-bottom: 60px;
  padding: 0 20px;
}
.p-front-zizoku .inner {
  position: relative;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 30px;
}
.p-front-zizoku .inner h2 {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-front-zizoku .inner:before {
  content: "";
  background: url(../img/common/kakko-before2.png) no-repeat;
  width: 15px;
  height: 85px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-front-zizoku .inner:after {
  content: "";
  background: url(../img/common/kakko-after2.png) no-repeat;
  width: 15px;
  height: 85px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-front-zizoku figure {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.p-front-zizoku .caption {
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-front-case {
  background: #FAF9F7;
  padding: 40px 0 40px;
}
.p-front-case .c-title {
  text-align: left;
  color: #AA5E00;
  font-size: 3.2rem;
  margin: 0 20px 30px;
  font-weight: normal !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-case .c-title {
    font-size: 3.2rem;
  }
}
.p-front-case .case-wrap .slide_item {
  background: #ffffff url(../img/top/bg-case.png) no-repeat left 15px bottom;
  background-size: 45%;
  border-radius: 10px;
  padding: 12px 10px;
  padding-bottom: 24px;
  border: 2px solid #B48245;
}
.p-front-case .case-wrap .slide_item .num {
  text-align: center;
  color: #C8914D;
  font-size: 1.8rem;
}
.p-front-case .case-wrap .slide_item .title {
  font-weight: bold;
  text-align: center;
  color: #C8914D;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.p-front-case .case-wrap .slide_item .option__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.p-front-case .case-wrap .slide_item .option__wrap dl {
  margin-right: 10px;
  font-size: 1.6rem;
}
.p-front-case .case-wrap .slide_item .option__wrap dl dt {
  display: inline-block;
  background: #9B2928;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 100px;
}
.p-front-case .case-wrap .slide_item .option__wrap dl dd {
  display: inline-block;
  font-weight: bold;
}
.p-front-case .case-wrap .slide_item .img__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  gap: 0 20px;
  margin-top: 42px;
}
.p-front-case .case-wrap .slide_item .img__wrap figure {
  width: 49%;
  font-size: 1.3rem;
  line-height: 1.6;
}
.p-front-case .case-wrap .slide_item .img__wrap figure figcaption {
  margin-top: 8px;
}

.p-front-structure {
  padding: 35px 20px;
  position: relative;
  z-index: 2;
}
.p-front-structure .c-title {
  text-align: left;
  font-size: 3.6rem;
  color: #AA5E00;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-front-structure .c-title {
    font-size: 3.6rem;
  }
}
.p-front-structure .point__wrap {
  border: 2px solid #C8914D;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
}
.p-front-structure .point__wrap .title {
  text-align: center;
  font-size: 1.9rem;
  color: #AA5E00;
  font-weight: bold;
}
.p-front-structure .point__wrap .c-img {
  margin: 15px 0;
}
.p-front-structure .point__wrap .point_title {
  color: #AA5E00;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.4rem;
}
.p-front-structure .point__wrap .point_title i {
  line-height: 1;
  font-size: 4rem;
  font-style: normal;
  display: inline-block;
  margin-left: 7px;
}
.p-front-structure .point__wrap .title2 {
  color: #442F2A;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.p-front-reason {
  background: #F7F3E1;
  padding: 40px 20px;
}
.p-front-reason .main-title {
  font-size: 3.6rem;
  color: #AA5E00;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}
.p-front-reason .point__wrap li {
  background: #ffffff;
  border: 2px solid #AA5E00;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.p-front-reason .point__wrap li .step__title {
  text-align: center;
  color: #AA5E00;
  font-size: 1.9rem;
}
.p-front-reason .point__wrap li .step__title span {
  display: block;
}
.p-front-reason .point__wrap li .step__title .step__num {
  margin-bottom: 15px;
  font-size: 2.1rem;
}
.p-front-reason .point__wrap li .step__title .step__num i {
  font-weight: bold;
  display: inline-block;
  font-style: normal;
  font-size: 3.5rem;
  margin-left: 7px;
}
.p-front-reason .point__wrap li .title {
  color: #AA5E00;
  font-size: 2.1rem;
  margin-bottom: 22px;
  font-weight: bold;
}
.p-front-reason .point__wrap li figure {
  width: 36%;
  margin: 15px auto;
}
.p-front-reason .point__wrap li figure.img01 {
  width: 25%;
}
.p-front-reason .point__wrap li figure.img02 {
  width: 65%;
}
.p-front-reason .result {
  margin-top: 25px;
}
.p-front-reason .result .c-title {
  color: #AA5E00;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 35px;
}
.p-front-reason .result figure {
  width: 80%;
  margin: 0 auto;
}

.p-front-movie {
  border: 2px solid #6D3D28;
  border-radius: 10px;
  padding: 15px 15px;
  padding-bottom: 25px;
  margin: 0 20px;
}
.p-front-movie .eng {
  font-size: 2.4rem;
  text-align: center;
  color: #6D3D28;
}
.p-front-movie .title {
  font-size: 1.8rem;
  text-align: center;
  color: #6D3D28;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-front-movie .c-img {
  margin-bottom: 20px;
}
.p-front-movie .c-img iframe {
  width: 100%;
  height: 200px;
}
.p-front-movie .c-label {
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #442F2A;
}
.p-front-movie .mokuzi__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px 0;
}
.p-front-movie .mokuzi__wrap ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.p-front-movie .mokuzi__wrap ul li dl dt {
  color: #4DA9D2;
}