@charset "UTF-8";
/*
Theme Name: wp-space
Author:wp-space
Description:wp-space
Version: 1.0
License: wp-space
Text Domain: wp-space
Tested up to: 6.9
Requires PHP: 8.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-space
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.8;
  font-size: 1.4rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

.jumpdiv {
  padding-top: 15rem;
  margin-top: -15rem;
}

.arial {
  font-family: "Arial", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  word-break: break-all;
  line-height: 1.4;
}

img {
  display: inline-block;
  max-width: 100%;
}

.wrap {
  min-height: 800px;
}

.container {
  width: 100%;
  padding: 0 2.2rem;
  max-width: 140rem;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .container {
    padding: 0 3rem;
  }
}

.kasoumain .container {
  max-width: 120rem;
}

.not_found {
  text-align: center;
  margin: 0 0 3rem;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  color: #DDE2EA;
}
.not_found span {
  display: block;
}

.pagelink {
  padding-top: 10rem;
  margin-top: -10rem;
}
@media screen and (min-width: 768px) {
  .pagelink {
    padding-top: 20rem;
    margin-top: -20rem;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
}
@media screen and (min-width: 768px) {
  .row {
    --bs-gutter-x: 3rem;
  }
}

.padd_side {
  padding: 0 2.2rem;
  width: 100%;
  max-width: 91rem;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .padd_side {
    max-width: none;
  }
}

.hidden-xs {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hidden-xs {
    display: block !important;
  }
}

.hidden-xs-inline {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hidden-xs-inline {
    display: inline-block !important;
  }
}

.visible-xs {
  display: block;
}
@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

.visible-xs-inline {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .visible-xs-inline {
    display: none !important;
  }
}

.hidden-sm {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .hidden-sm {
    display: block !important;
  }
}

.hidden-sm-inline {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .hidden-sm-inline {
    display: inline-block !important;
  }
}

.visible-sm {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
}

.visible-sm-inline {
  display: inline-block !important;
}
@media screen and (min-width: 992px) {
  .visible-sm-inline {
    display: none !important;
  }
}

.hidden-md {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .hidden-md {
    display: block !important;
  }
}

.hidden-md-inline {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .hidden-md-inline {
    display: inline-block !important;
  }
}

.visible-md {
  display: block !important;
}
@media screen and (min-width: 1200px) {
  .visible-md {
    display: none !important;
  }
}

.visible-md-inline {
  display: inline-block !important;
}
@media screen and (min-width: 1200px) {
  .visible-md-inline {
    display: none !important;
  }
}

.txtorange {
  color: #ED8D03;
}

.txtgreen {
  color: #8EB733;
}

.notmb {
  margin-bottom: 0 !important;
}

.notmt {
  margin-top: 0 !important;
}

.radius16 {
  border-radius: 1.6rem;
}

.noradius {
  border-radius: 0 !important;
}

.centertext {
  text-align: center;
}

p {
  margin-bottom: 0;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); /* 初期値を必ず持たせる */
  -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
  transition: opacity 1000ms, -webkit-transform 1000ms;
  transition: opacity 1000ms, transform 1000ms;
  transition: opacity 1000ms, transform 1000ms, -webkit-transform 1000ms;
  will-change: opacity, transform;
}

/* 方向（初期位置） */
.fadein.fadein-up {
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

.fadein.fadein-down {
  -webkit-transform: translate3d(0, -60px, 0);
          transform: translate3d(0, -60px, 0);
}

.fadein.fadein-left {
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
}

.fadein.fadein-right {
  -webkit-transform: translate3d(60px, 0, 0);
          transform: translate3d(60px, 0, 0);
}

/* 表示状態 */
.fadein.scroll-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.delay300 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay600 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay900 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay1200 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay1500 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay1800 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay2100 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.delay2400 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.delay2700 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.delay3000 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.delay4000 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.delay5000 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

/*========================================
大見出し
========================================*/
/*パターン1*/
.largeHeadline01 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 {
    text-align: left;
    margin-bottom: 4.5rem;
  }
}
.largeHeadline01 .el_sub {
  position: relative;
  display: inline-block;
  color: #2FB7F1;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0 0 1.2rem;
  margin: 0 0 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .el_sub {
    font-size: 2rem;
  }
}
.largeHeadline01 .el_sub::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #2FB7F1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.largeHeadline01 .el_main {
  display: block;
  color: #3A3A3A;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .el_main {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .largeHeadline01 .el_main {
    font-size: 5.8rem;
  }
}
.largeHeadline01 p {
  margin: 2.4rem 0 0;
  font-weight: bold;
  color: #2D4F6A;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 p {
    font-size: 1.8rem;
    margin: 3.5rem 0 0;
  }
}

/*パターン2*/
.largeHeadline02 {
  margin: 0 0 4rem;
}
@media screen and (min-width: 1200px) {
  .largeHeadline02 {
    margin-top: 4rem;
  }
}
.largeHeadline02 .el_text {
  display: inline-block;
  color: #002F93;
  padding: 0 0 0.4rem;
  margin: 0 0 0.4rem;
  border-bottom: 0.3rem dotted #90C2F1;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .largeHeadline02 .el_text {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .largeHeadline02 .el_text {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .largeHeadline02 .el_text {
    font-size: 4.6rem;
  }
}

/*パターン3*/
.largeHeadline03 {
  margin: 0 0 3rem;
  color: #2FB7F1;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .largeHeadline03 {
    margin: 0 0 8rem;
    font-size: 4rem;
  }
}

/*パターン4*/
.largeHeadline04 {
  position: relative;
  margin: 0 0 2.5rem;
  font-size: 1.9rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  border-bottom: 0.2rem solid rgba(51, 51, 51, 0.2);
}
@media screen and (min-width: 768px) {
  .largeHeadline04 {
    margin: 0 0 3.5rem;
    font-size: 2.3rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .largeHeadline04 {
    font-size: 3rem;
  }
}
.largeHeadline04::before {
  content: "";
  display: block;
  background-color: #ED8D03;
  width: 10rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -2px;
}
/*========================================
中見出し
========================================*/
/*パターン1*/
.mediumHeadline01 {
  margin: 0 0 3rem;
  color: #002F93;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mediumHeadline01 {
    font-size: 3.4rem;
  }
}

/*パターン2*/
.mediumHeadline02 {
  padding: 0.5rem;
  margin: 0 0 2.6rem;
  background-color: #FDE69A;
  text-align: left;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .mediumHeadline02 {
    margin: 0 0 4rem;
  }
}
.mediumHeadline02 .el_text {
  display: block;
  margin: 0;
  padding: 2.1rem 1rem 2.1rem 1.5rem;
  border: 0.3rem dotted #fff;
  border-radius: 1.6rem;
  color: #4C200C;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .mediumHeadline02 .el_text {
    padding: 1.4rem 1.5rem 1.4rem 1.7rem;
    font-size: 2.8rem;
  }
}

/*パターン3*/
.mediumHeadline03 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.mediumHeadline03::after {
  content: "";
  display: block;
  border-top: 0.2rem dotted #2FB7F1;
  width: 4.2rem;
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  .mediumHeadline03::after {
    border-top: 0.4rem dotted #2FB7F1;
    width: 6.4rem;
    margin: 1rem auto 0;
  }
}
.mediumHeadline03 .el_text {
  display: block;
  color: #2FB7F1;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mediumHeadline03 .el_text {
    font-size: 2.8rem;
  }
}

/*パターン4*/
.mediumHeadline04 {
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 3rem;
  border-bottom: 0.1rem solid #dae0e0;
}
.mediumHeadline04::after {
  content: "";
  display: block;
  background-color: #2FB7F1;
  width: 10rem;
  height: 0.1rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.mediumHeadline04 .el_text {
  display: block;
  color: #3A3A3A;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mediumHeadline04 .el_text {
    font-size: 2.6rem;
  }
}

/*========================================
小見出し
========================================*/
/*パターン1*/
.smallHeadline01 {
  margin: 0 0 4rem;
  color: #002F93;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .smallHeadline01 {
    font-size: 2.2rem;
  }
}

/*パターン2*/
.smallHeadline02 {
  margin: 0 0 2rem;
  color: #F49800;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .smallHeadline02 {
    font-size: 2.4rem;
  }
}

/*パターン3*/
.smallHeadline03 {
  position: relative;
  display: inline-block;
  color: #2D4F6A;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.7rem;
  padding: 0 0 0 2.5rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .smallHeadline03 {
    font-size: 2.4rem;
  }
}
.smallHeadline03::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #2FB7F1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/*本文*/
.text {
  margin: 0 0 3rem;
  font-weight: 500;
}

.text02 {
  margin: 0 0 3rem;
  font-weight: bold;
  color: #2D4F6A;
}
@media screen and (min-width: 768px) {
  .text02 {
    font-size: 1.8rem;
  }
}

.textName {
  text-align: right;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 3rem;
}
.textName .el_text01 {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .textName .el_text01 {
    font-size: 2.1rem;
  }
}
.textName .el_text02 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .textName .el_text02 {
    font-size: 2.8rem;
  }
}

.color-blue {
  color: #2FB7F1;
}

.color-orange {
  color: #F49800;
}

.color-green {
  color: #96D570;
}

.color-black {
  color: #333333;
}

/*====================================

  ■共通リスト

=====================================*/
.list01 {
  padding: 3rem 2rem 2rem;
  margin: 0 auto 3rem;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .list01 {
    padding: 4rem 4rem 3rem;
    margin: 0 auto 8rem;
  }
}
.list01 li {
  list-style: none;
  padding: 0 0 0.5rem 4rem;
  margin: 0 0 1rem;
  background-image: url(./img/icon_check-brown.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto auto;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .list01 li {
    font-size: 1.8rem;
  }
}

.list02 {
  margin: 0 auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .list02 {
    width: calc(100% + 3rem);
    margin: 0 0 3rem -1.5rem;
  }
}
.list02 li {
  list-style: none;
  width: 100%;
  max-width: calc(50% - 3rem);
  padding: 0 0 1rem;
  margin: 0 1.5rem 1.5rem;
  font-weight: 500;
  font-size: 1.3rem;
  border-bottom: 1px solid #DDE2EA;
}
@media screen and (min-width: 768px) {
  .list02 li {
    max-width: calc(33.3333333333% - 3rem);
    font-size: 1.6rem;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  font-size: 0;
}

.img {
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1;
}

.mainimg {
  text-align: center;
  margin: 0 0 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mainimg {
    margin: 0 0 5rem;
  }
}

picture.img {
  display: block;
}

.mapFrame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .mapFrame {
    padding-top: 46rem;
  }
}
.mapFrame iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.videoFrame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 0 auto 3rem;
  max-width: 82rem;
}
@media screen and (min-width: 768px) {
  .videoFrame {
    padding-top: 46rem;
  }
}
.videoFrame video,
.videoFrame iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.rounded-1 {
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .rounded-1 {
    border-radius: 3rem;
  }
}

/*========================================
ボタン
========================================*/
.btn01 {
  display: block;
  color: #fff;
  background: #5D4927;
  font-size: 1.5rem;
  border: 2px solid #5D4927;
  border-radius: 16px;
  text-align: center;
  padding: 1.2rem 1.2rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-weight: 700;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
}
@media screen and (min-width: 992px) {
  .btn01 {
    font-size: 1.7rem;
    padding: 2rem 1.5rem;
  }
}
.btn01 .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  max-width: 2.2rem;
}
@media screen and (min-width: 992px) {
  .btn01 .arrow {
    right: 2rem;
    max-width: 100%;
  }
}
.btn01:hover {
  background: #FFFFFF;
  color: #5D4927;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 32rem;
  text-align: left;
  background-color: #2FB7F1;
  background-image: url(./img/icon_otherlink01_white.svg);
  background-repeat: no-repeat;
  background-position: center right 1.7rem;
  background-size: 1.7rem auto;
  color: #fff;
  border: 2px solid #2FB7F1;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding: 0 0 0 2.4rem;
  margin: 0.6rem auto 4rem;
  border-radius: 1.6rem;
  min-height: 7rem;
}
@media screen and (min-width: 768px) {
  .btn02 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.7rem;
    margin: 0 auto 3rem;
    background-position: center right 2rem;
    background-size: 2.2rem auto;
  }
  .btn02:hover {
    opacity: 1;
    background-color: #fff;
    background-image: url(./img/icon_otherlink01_blue.svg);
    color: #2FB7F1;
  }
}
.btn02 .el_text {
  display: inline-block;
}

.btn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 32rem;
  text-align: left;
  background-color: #2FB7F1;
  background-image: url(./img/icon_scroll_white.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 2.2rem auto;
  color: #fff;
  border: 2px solid #2FB7F1;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding: 0 0 0 1.4rem;
  margin: 0 auto 3rem;
  border-radius: 0.5rem;
  min-height: 4rem;
}
@media screen and (min-width: 768px) {
  .btn03 {
    padding: 0 0 0 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 2.1rem;
    min-height: 7.8rem;
    max-width: 100%;
    border-radius: 1.6rem;
    background-position: center right 2rem;
  }
  .btn03:hover {
    opacity: 1;
    background-color: #fff;
    background-image: url(./img/icon_scroll_blue.svg);
    color: #2FB7F1;
  }
}
.btn03 .el_text {
  display: inline-block;
}
.btn03 .el_text span {
  font-size: 75%;
}
.btn03.--spring {
  background-color: #FFA4AF;
  border: 2px solid #FFA4AF;
}
@media screen and (min-width: 768px) {
  .btn03.--spring:hover {
    background-color: #fff;
    background-image: url(./img/icon_scroll_pink.svg);
    color: #FFA4AF;
  }
}
.btn03.--summer {
  background-color: #7ECEF4;
  border: 2px solid #7ECEF4;
}
@media screen and (min-width: 768px) {
  .btn03.--summer:hover {
    background-color: #fff;
    background-image: url(./img/icon_scroll_blue.svg);
    color: #7ECEF4;
  }
}
.btn03.--autumn {
  background-color: #F8B551;
  border: 2px solid #F8B551;
}
@media screen and (min-width: 768px) {
  .btn03.--autumn:hover {
    background-color: #fff;
    background-image: url(./img/icon_scroll_orange.svg);
    color: #F8B551;
  }
}
.btn03.--winter {
  background-color: #BFBFBF;
  border: 2px solid #BFBFBF;
}
@media screen and (min-width: 768px) {
  .btn03.--winter:hover {
    background-color: #fff;
    background-image: url(./img/icon_scroll_gray.svg);
    color: #BFBFBF;
  }
}

.btnTel {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #3A3A3A;
}
.btnTel .el_sub {
  display: inline-block;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .btnTel .el_sub {
    font-size: 2.1rem;
  }
}
.btnTel .el_main {
  display: inline-block;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .btnTel .el_main {
    font-size: 4rem;
  }
}
.btnTel .el_text01 {
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0.2rem 0 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .btnTel .el_text01 {
    font-size: 1.7rem;
  }
}
.btnTel .el_text02 {
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-radius: 4rem;
  background-color: #E5F5FF;
  font-size: 1.2rem;
  color: #2FB7F1;
  max-width: 36.2rem;
  margin: 0 auto;
  padding: 0.6rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .btnTel .el_text02 {
    font-size: 1.4rem;
  }
}

.btnMail {
  display: inline-block;
  width: 100%;
  max-width: 33.3rem;
  text-align: center;
  background-color: #F49800;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1.5rem 0;
  margin: 0;
  border-radius: 1.2rem;
}
@media screen and (min-width: 768px) {
  .btnMail {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.7rem;
    margin-top: 2rem;
    padding: 2rem 0;
  }
  .btnMail:hover {
    opacity: 1;
    background-color: #5D4927;
    color: #fff;
  }
  .btnMail:hover .el_text {
    background-image: url(./img/icon_mail_orange.svg);
  }
}
@media screen and (min-width: 992px) {
  .btnMail {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .btnMail {
    margin-top: 2rem;
  }
}
.btnMail .el_text {
  display: inline-block;
  padding: 0 0 0 2.5rem;
  background-repeat: no-repeat;
  background-image: url(./img/icon_mail_white.svg);
  background-position: center left;
  background-size: 3.8rem auto;
  min-height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .btnMail .el_text {
    background-size: auto;
  }
}

.btnside a {
  width: 100%;
  display: block;
  max-width: 22rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 2rem 1rem;
  border-radius: 7px;
  background-color: #3E3E3E;
  margin: auto;
  margin-top: 3rem;
}
.btnside a:hover {
  background-color: #212121;
}

.jumpbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: auto;
  margin-top: -2.5rem;
  max-width: 88rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .jumpbutton {
    margin-bottom: 10rem;
    margin-top: 0;
  }
}
.jumpbutton .button_block_n {
  width: 50%;
}
.jumpbutton .button_block_n a {
  padding: 13px 10px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  border: 2px solid #3E3E3E;
  border-right: 1px solid #3E3E3E;
  border-radius: 11px 0 0 11px;
}
@media screen and (min-width: 768px) {
  .jumpbutton .button_block_n a {
    padding: 20px 10px;
    font-size: 1.8rem;
  }
}
.jumpbutton .button_block_n a:hover {
  color: #fff;
  background-color: #3E3E3E;
}
.jumpbutton .b_button2 a {
  border-left: 1px solid #3E3E3E;
  border-right: 2px solid #3E3E3E;
  border-radius: 0 11px 11px 0;
}

.table-layout-fixed {
  table-layout: fixed;
}

/*パターン1*/
.table01 {
  border-top: 0.2rem dotted #E1E1E1;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 3rem;
}
.table01 .tw-25 {
  width: 25%;
}
.table01 .tw-30 {
  width: 30%;
}
.table01 .tw-33 {
  width: 33%;
}
.table01 .tw-50 {
  width: 50%;
}
.table01 .tw-70 {
  width: 70%;
}
.table01 .tw-75 {
  width: 75%;
}
.table01 .tw-100 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table01 .tw-md-25 {
    width: 25%;
  }
  .table01 .tw-md-50 {
    width: 50%;
  }
  .table01 .tw-md-75 {
    width: 75%;
  }
  .table01 .tw-md-100 {
    width: 100%;
  }
}
.table01 thead th {
  background-color: #2FB7F1;
  border-right: 0.1rem solid #fff;
  font-weight: bold;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table01 thead th {
    padding: 2.4rem 1.5rem;
    font-size: 1.6rem;
  }
}
.table01 tbody th,
.table01 tfoot th {
  background-color: #ECF3FF;
  border-bottom: 0.2rem dotted #E1E1E1;
  font-weight: bold;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
  color: #3A3A3A;
}
@media screen and (min-width: 768px) {
  .table01 tbody th,
  .table01 tfoot th {
    padding: 2.4rem 1.5rem 2.4rem 2rem;
    font-size: 1.6rem;
  }
}
.table01 tbody td,
.table01 tfoot td {
  font-weight: 500;
  background-color: #fff;
  border-bottom: 0.2rem dotted #E1E1E1;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .table01 tbody td,
  .table01 tfoot td {
    padding: 2.4rem 2rem;
    font-size: 1.6rem;
  }
}
.table01 tfoot th {
  background-color: #D3E9FF;
}
@media screen and (max-width: 767px) {
  .table01.--vertical {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .table01.--vertical tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table01.--vertical tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table01.--vertical th {
    display: block;
    width: 100%;
    border: none;
    padding: 0.7rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table01.--vertical td {
    display: block;
    width: 100%;
    border: none;
    padding: 1rem;
  }
}

/*パターン2*/
.table02 {
  border-top: 0.2rem dotted #E1E1E1;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .table02 {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .table02 tr {
    display: block;
    width: 100%;
  }
}
.table02 .tw-25 {
  width: 25%;
}
.table02 .tw-30 {
  width: 30%;
}
.table02 .tw-33 {
  width: 33%;
}
.table02 .tw-50 {
  width: 50%;
}
.table02 .tw-70 {
  width: 70%;
}
.table02 .tw-75 {
  width: 75%;
}
.table02 .tw-100 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table02 .tw-md-25 {
    width: 25%;
  }
  .table02 .tw-md-50 {
    width: 50%;
  }
  .table02 .tw-md-75 {
    width: 75%;
  }
  .table02 .tw-md-100 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table02 thead {
    display: block;
    width: 100%;
  }
}
.table02 thead th {
  background-color: #2FB7F1;
  border-right: 0.1rem solid #fff;
  font-weight: bold;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table02 thead th {
    padding: 2.4rem 1.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .table02 thead th {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .table02 tbody,
  .table02 tfoot {
    display: block;
    width: 100%;
  }
}
.table02 tbody th,
.table02 tfoot th {
  background-color: #f9e8cd;
  border-bottom: 0.2rem dotted #E1E1E1;
  font-weight: bold;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
  color: #65441B;
}
@media screen and (min-width: 768px) {
  .table02 tbody th,
  .table02 tfoot th {
    padding: 2.4rem 1.5rem 2.4rem 2rem;
    font-size: 1.6rem;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .table02 tbody th,
  .table02 tfoot th {
    display: block;
    width: 100%;
    border: none;
  }
}
.table02 tbody td,
.table02 tfoot td {
  font-weight: 500;
  background-color: #fff;
  border-bottom: 0.2rem dotted #E1E1E1;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .table02 tbody td,
  .table02 tfoot td {
    padding: 2.1rem 0 2.1rem 2rem;
    font-size: 1.6rem;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .table02 tbody td,
  .table02 tfoot td {
    display: block;
    width: 100%;
    border: none;
  }
}
.table02 tfoot th {
  background-color: #D3E9FF;
}

/*パターン3*/
.table03 {
  border-top: 0.2rem dotted #E1E1E1;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 3rem;
}
.table03 tbody th {
  width: 50%;
  background-color: #ECF3FF;
  border-bottom: 0.2rem dotted #E1E1E1;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.4rem;
  color: #3A3A3A;
}
.table03 tbody th.el_head {
  text-align: center;
  background-color: #2FB7F1;
  color: #fff;
}
.table03 tbody th.el_total {
  background-color: #D3E9FF;
}
.table03 tbody td {
  width: 50%;
  font-weight: 500;
  background-color: #fff;
  border-bottom: 0.2rem dotted #E1E1E1;
  padding: 1rem;
  font-size: 1.4rem;
}

/*============================================
archive.php ページネーション
============================================*/
.wp-pagenavi {
  text-align: center;
  margin: 5rem auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi .screen-reader-text {
  display: none;
}
.wp-pagenavi .navigation {
  margin: 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  padding: 8px 5px 4px;
  margin: 0 0.5rem;
  background-color: #ECF3FF;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #ECF3FF;
  color: #2D4F6A;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  min-width: 4.1rem;
  min-height: 4.1rem;
  border-radius: 100%;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  opacity: 1;
  border-color: #2FB7F1;
  background-color: #2FB7F1;
  color: #fff;
}
.wp-pagenavi a:hover.previouspostslink,
.wp-pagenavi span:hover.previouspostslink {
  background-image: url(./img/icon_prev02_white.svg);
}
.wp-pagenavi a:hover.nextpostslink,
.wp-pagenavi span:hover.nextpostslink {
  background-image: url(./img/icon_next02_white.svg);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.previouspostslink {
  background-image: url(./img/icon_prev02_black.svg);
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.nextpostslink {
  background-image: url(./img/icon_next02_black.svg);
}
.wp-pagenavi span.current {
  font-weight: normal;
  background-color: #2FB7F1;
  color: #fff;
  border-color: #2FB7F1;
}
.wp-pagenavi span.extend {
  background: none;
  border: none;
  color: #2D4F6A;
}
.wp-pagenavi span.pages {
  font-weight: normal;
  color: #2D4F6A;
  display: none;
  border: none;
}

/*============================================
single.php ページネーション
============================================*/
.paginate__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 32.8rem;
  margin: 5rem auto 3rem;
}
.paginate__wrap a {
  width: 100%;
  border: none;
  padding: 6px 0 4px;
  margin: 0 0.5rem;
  background-color: #ECF3FF;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #ECF3FF;
  color: #2D4F6A;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 5rem;
  font-size: 1.6rem;
}
.paginate__wrap a:hover {
  opacity: 1;
  border-color: #2FB7F1;
  background-color: #2FB7F1;
  color: #fff;
}
.paginate__wrap .paginate__block--prev {
  min-width: 4.1rem;
}
.paginate__wrap .paginate__block--prev a {
  background-image: url(./img/icon_prev02_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 4.1rem;
  border: none;
}
.paginate__wrap .paginate__block--prev a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--prev a span {
    display: inline-block;
  }
}
.paginate__wrap .paginate__block--prev a:hover {
  background-image: url(./img/icon_prev02_white.svg);
}
.paginate__wrap .paginate__block--next {
  min-width: 4.1rem;
}
.paginate__wrap .paginate__block--next a {
  background-image: url(./img/icon_next02_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 4.1rem;
  border: none;
}
.paginate__wrap .paginate__block--next a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--next a span {
    display: inline-block;
  }
}
.paginate__wrap .paginate__block--next a:hover {
  background-image: url(./img/icon_next02_white.svg);
}
.paginate__wrap .paginate__block--back {
  min-width: 14rem;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--back {
    min-width: 22.6rem;
  }
}

/*========================================
背景
========================================*/
.bgBlue {
  position: relative;
  background-color: #D3E9FF;
}
.bgBlue::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5rem 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .bgBlue::before {
    height: 8rem;
    border-radius: 8rem 8rem 0 0;
  }
}
.bgBlue::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 5rem);
  position: absolute;
  top: 5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .bgBlue::after {
    height: calc(100% - 8rem);
    top: 8rem;
  }
}
.bgBlue .bg__close {
  background-color: #E5F5FF;
  position: relative;
  z-index: 5;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .bgBlue .bg__close {
    height: 8rem;
  }
}
.bgBlue .bg__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (min-width: 768px) {
  .bgBlue .bg__close::before {
    height: 8rem;
    border-radius: 0 0 8rem 8rem;
  }
}

.bgYellow {
  position: relative;
  z-index: 1;
  background-color: #FEFBF2;
  padding: 6.5rem 0 0;
}
.bgYellow::before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 5rem;
  background-image: url(./img/bg_wave-yellow.png);
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .bgYellow::before {
    top: -3.5rem;
    height: 10rem;
  }
}
.bgYellow .bg__close {
  background-color: #E5F5FF;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .bgYellow .bg__close {
    height: 8rem;
  }
}
.bgYellow .bg__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #FEFBF2;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (min-width: 768px) {
  .bgYellow .bg__close::before {
    height: 8rem;
    border-radius: 0 0 8rem 8rem;
  }
}
.bgYellow .bg__close02::before {
  background-color: #fff;
}

.bgWhite {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 6.5rem 0 0;
}
.bgWhite::before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 5rem;
  background-image: url(./img/bg_wave-white.png);
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .bgWhite::before {
    top: -3.5rem;
    height: 10rem;
  }
}
.bgWhite .bg__close {
  background-color: #E5F5FF;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .bgWhite .bg__close {
    height: 8rem;
  }
}
.bgWhite .bg__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (min-width: 768px) {
  .bgWhite .bg__close::before {
    height: 8rem;
    border-radius: 0 0 8rem 8rem;
  }
}

/*====================================

  ■ヘッダー

=====================================*/
/*ヘッダー固定の高さ調整*/
#pagetop {
  /*
  height: 54px;
  @include mixins.mq(min-xs) {
    height: 73px;
  }
  */
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header {
    background: none;
  }
}
.header h1 {
  display: none;
}
.header.menu_fixed .headerInner {
  background-color: #fff;
}

.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0rem 1rem 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .headerInner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0rem 1rem 0;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .headerInner {
    background-color: transparent;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner {
    padding: 0rem 1rem 0;
  }
}
.headerInner {
  /*ロゴ*/
}
.headerInner .headerLogo {
  position: relative;
  z-index: 5;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 13rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .headerInner .headerLogo {
    max-width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerLogo {
    max-width: 20rem;
  }
}
@media screen and (min-width: 1700px) {
  .headerInner .headerLogo {
    max-width: 25rem;
  }
}
.headerInner .headerLogo a {
  display: inline-block;
}
.headerInner .headerLogo a img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.headerInner {
  /*グローバルメニューの親*/
}
.headerInner .headerMenu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .headerInner .headerMenu {
    position: static;
    top: 0;
    left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 49rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 1.5rem;
    border-radius: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerMenu {
    max-width: 51rem;
  }
}
@media screen and (min-width: 1400px) {
  .headerInner .headerMenu {
    max-width: 64rem;
  }
}
.headerInner {
  /*インスタグラム*/
}
.headerInner .headerorder {
  display: none;
  color: #fff;
  background: #EBAA12;
  font-weight: 700;
  padding: 1rem;
  border: 2px solid #EBAA12;
  border-radius: 1.2rem;
}
@media screen and (min-width: 992px) {
  .headerInner .headerorder {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-radius: 50%;
    min-width: 1.4rem;
    margin: 0 1rem 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.4rem;
    padding: 1rem 1.8rem 0.5rem 1rem;
  }
  .headerInner .headerorder:hover {
    color: #EBAA12;
    background: #fff;
  }
  .headerInner .headerorder:hover .el_text {
    background-size: contain;
    background-image: url(./img/footershop_h.svg);
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerorder {
    border-radius: 3rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .headerInner .headerorder {
    margin: 0 1.4rem 0 0;
    font-size: 1.5rem;
    border-radius: 3rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .headerInner .headerorder {
    font-size: 1.7rem;
    padding: 1.5rem 3rem;
  }
}
.headerInner .headerorder .el_text {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(./img/h_icon1.svg);
  background-position: center center;
  background-size: 1.8rem auto;
  padding: 0;
  min-width: 2.3rem;
  min-height: 2.3rem;
}
@media screen and (min-width: 1200px) {
  .headerInner .headerorder .el_text {
    padding: 0 0 0 3.5rem;
    background-position: center left;
    background-size: auto;
    min-height: auto;
  }
}
.headerInner {
  /*お問い合わせ*/
}
.headerInner .headerBtn {
  display: none;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  max-width: 5rem;
  margin: 0 4rem 0 auto;
}
@media screen and (min-width: 992px) {
  .headerInner .headerBtn {
    display: block;
    margin: 0;
    max-width: 14rem;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerBtn {
    max-width: 14rem;
  }
}
@media screen and (min-width: 1400px) {
  .headerInner .headerBtn {
    max-width: 19rem;
  }
}
.headerInner .headerBtn .headerContact {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #E53043;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1.4rem 0 1.4rem;
  margin: 0;
  border-radius: 0.6rem;
  line-height: 1.4;
  max-width: 4.4rem;
}
@media screen and (min-width: 992px) {
  .headerInner .headerBtn .headerContact {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 1;
    max-width: 100%;
    padding: 1.1rem 0;
    min-width: 1.4rem;
    min-height: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerBtn .headerContact {
    min-width: 1.4rem;
    min-height: 1.4rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .headerInner .headerBtn .headerContact {
    font-size: 1.5rem;
    min-width: 1.9rem;
    min-height: 1.9rem;
  }
}
@media screen and (min-width: 1700px) {
  .headerInner .headerBtn .headerContact {
    font-size: 1.7rem;
  }
}
.headerInner .headerBtn .headerContact:hover {
  opacity: 1;
  background-color: #FC5C6D;
}

#headerNavbar {
  margin: 0;
  padding: 0;
}
#headerNavbar .container-fluid {
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#headerNavbar .container-fluid .navbar-toggler {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon {
  background: none;
  position: relative;
  height: 6rem;
  width: 6rem;
  padding: 2rem 0 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  #headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon {
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon {
    display: none;
  }
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span {
  background-color: #333333;
  display: block;
  width: 40%;
  height: 2px;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span:nth-of-type(1) {
  display: none;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span:last-child {
  display: block;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#headerNavbar .container-fluid .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(1) {
  display: block;
  margin: 0 auto;
}
#headerNavbar .container-fluid .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0.6rem auto;
}
#headerNavbar .container-fluid .navbar-toggler.collapsed .navbar-toggler-icon span:last-child {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0 auto;
}
#headerNavbar .container-fluid .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse {
    height: 100%;
    overflow-y: unset;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav {
  background-color: #fff;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav {
    background: none;
    margin-top: 0;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
  display: block;
  margin: 0;
  border-bottom: 0.1rem solid #CCC7BA;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
    display: inline-block;
    margin: 0 0.6rem;
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1700px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
    margin: 0 2rem;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a {
  display: block;
  color: #333;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4.5rem;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a {
    font-size: 1.3rem;
    border-bottom: none;
    padding: 0.5rem 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 3.5rem;
  }
}
@media screen and (min-width: 1400px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    padding-left: 2.5rem;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 1rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 2rem;
  height: 2rem;
  background-image: url(./img/circlebadge.svg);
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a::before {
    left: 0;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a:hover {
  text-decoration: none;
  color: #E53043;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a:hover::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-image: url(./img/circlebadge_h.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item:last-child > a {
  border-bottom: none;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact {
  width: 90%;
  border-radius: 3rem;
  margin: 1rem auto 0;
  background: #EBAA12;
  text-align: center;
  border: 2px solid #EBAA12;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact > a {
  color: #fff;
  border-radius: 3rem;
  position: relative;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2rem;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact > a:hover::before {
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2rem;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact {
  /*
      .active{
        &::before{
          background-color: transparent;
      left: 2rem;
        }
      }
  */
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 {
  margin-top: 4rem;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 > a::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background-size: contain;
  background-image: url(./img/footershop.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 > a:hover {
  background-color: #fff !important;
  color: #EBAA12;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 > a:hover::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background-size: contain;
  background-image: url(./img/footershop_h.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 .active {
  background-color: #EBAA12;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 .active::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  left: 2rem;
  background-color: transparent;
  background-size: contain;
  background-image: url(./img/footershop.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 {
  /*     .active{
        background-color: #fff;
        color: #EBAA12;
             &::before{
           content: "";
  display: inline-block;
                width: 1.9rem;
          height: 1.9rem;
          background-size: contain;
          background-image: url(./img/footershop_h.svg);
        }
      }*/
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 {
  background: #ED6103;
  border: 2px solid #ED6103;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 > a::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background-size: contain;
  background-image: url(./img/h_icon2.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 > a:hover {
  background-color: #fff !important;
  color: #ED6103;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 > a:hover::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background-image: url(./img/h_icon2_o.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 .active {
  background: #ED6103;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 .active::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  left: 2rem;
  background-size: contain;
  background-image: url(./img/h_icon2.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 {
  /*
          .active{
        background-color: #fff;
        color: #ED6103;
                  &::before{
             content: "";
  display: inline-block;
                width: 1.9rem;
          height: 1.5rem;
          background-size: contain;
           background-image: url(./img/h_icon2_o.svg);
        }
      }

  */
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 {
  background: #06C755;
  border: 2px solid #06C755;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 > a::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.2rem;
  background-size: contain;
  background-image: url(./img/lineicon.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 > a:hover {
  background-color: #fff !important;
  color: #06C755;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 > a:hover::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.2rem;
  background-size: contain;
  background-image: url(./img/lineicon2.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 .active {
  background: #06C755;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 .active::before {
  content: "";
  display: inline-block;
  left: 2rem;
  width: 2.6rem;
  height: 2.2rem;
  background-size: contain;
  background-image: url(./img/lineicon.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 {
  background: #5D4927;
  border: 2px solid #5D4927;
  margin-bottom: 4rem;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 > a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  background-size: contain;
  background-image: url(./img/dlicon.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 > a:hover {
  background-color: #fff !important;
  color: #5D4927;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 > a:hover::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  background-size: contain;
  background-image: url(./img/dlicon_h.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 .active {
  background: #5D4927;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 .active::before {
  left: 2rem;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  background-size: contain;
  background-image: url(./img/dlicon.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 {
  /* 
          .active{
        background-color: #fff;
        color: #5D4927;
                  &::before{
                   content: "";
  display: inline-block;
                width: 2rem;
          height: 1.8rem;
          background-size: contain;    
           background-image: url(./img/dlicon_h.svg);
        }
      }
  */
}

.dropdown-menu {
  padding: 0;
  margin: 0 !important;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    overflow: hidden;
    border-radius: 0.8rem;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50% !important;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dropdown-menu .menu-item {
  width: 50%;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .dropdown-menu .menu-item {
    margin: 0;
    width: 100%;
    border-bottom: 0.1rem solid #CCC7BA;
  }
}
.dropdown-menu .menu-item .dropdown-item {
  display: inline-block;
  padding: 1.5rem 1rem 1.5rem 3rem;
  margin: 0;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: none;
  background-color: #fff;
  color: #5D4927;
  white-space: wrap;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .dropdown-menu .menu-item .dropdown-item {
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.6;
  }
  .dropdown-menu .menu-item .dropdown-item:hover {
    color: #fff;
    background-color: #5D4927;
  }
}
@media screen and (min-width: 1200px) {
  .dropdown-menu .menu-item .dropdown-item {
    min-width: 25.9rem;
    letter-spacing: 1px;
    font-size: 1.5rem;
  }
}
.dropdown-menu .menu-item .dropdown-item:hover {
  color: #fff;
  background-color: #5D4927;
}
@media screen and (min-width: 992px) {
  .dropdown-menu .menu-item:last-child .dropdown-item {
    border-bottom: none;
  }
}
.dropdown-menu .sm_short .dropdown-item {
  padding: 0.7rem 1rem 0.7rem 3rem;
  height: 4.6rem;
}
@media screen and (min-width: 992px) {
  .dropdown-menu .sm_short .dropdown-item {
    padding: 1rem 1.5rem;
    height: auto;
  }
}

.sm_border a {
  border-bottom: 0.1rem solid #CCC7BA;
}
@media screen and (min-width: 992px) {
  .sm_border a {
    border-bottom: none;
  }
}

.depth_0 {
  border-top: 0.1rem solid #CCC7BA;
}
@media screen and (min-width: 992px) {
  .depth_0 {
    border-top: none;
  }
}

/*====================================

  ■SP用ページ下部リンク

=====================================*/
.navbar-header {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #5D4927;
  width: 100%;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 992px) {
  .navbar-header {
    display: none;
  }
}
.navbar-header .navbar-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item {
  position: relative;
  width: 100%;
  text-align: center;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon {
  background: none;
  position: relative;
  height: 5rem;
  width: 6rem;
  padding: 6rem 0 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon {
    display: none;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span {
  background-color: #fff;
  display: block;
  width: 50%;
  height: 2px;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span:nth-of-type(1) {
  display: none;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span:last-child {
  display: block;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(1) {
  display: block;
  margin: 0 auto;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0.7rem auto;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler.collapsed .navbar-toggler-icon span:last-child {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0 auto;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .el_text {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.7rem auto 0;
  color: #fff;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a {
  display: block;
  width: 100%;
  padding: 2rem 0rem;
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (min-width: 601px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a {
    font-size: 1.9rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a .el_text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a .el_text span {
  display: block;
  font-size: 0.8rem;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a img {
  max-width: 1.4rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a img {
    max-width: 2rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a {
  display: block;
  width: 100%;
  padding: 2rem 0rem;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a {
    padding: 2rem 1rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a img {
  max-width: 1.4rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a img {
    max-width: 2rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a .el_text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a {
  display: block;
  width: 100%;
  padding: 2rem 0rem;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a {
    padding: 2rem 1rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a img {
  max-width: 1.4rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a img {
    max-width: 2rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a .el_text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item:last-child::after {
  display: none;
}
.navbar-header .navbar-header-flex .item1 {
  width: 46%;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .item1 {
    width: 100%;
  }
}
.navbar-header .navbar-header-flex .item2 {
  width: 27%;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .item2 {
    width: 100%;
  }
}
.navbar-header .navbar-header-flex .item3 {
  width: 27%;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .item3 {
    width: 100%;
  }
}

.side_linkbox {
  position: fixed;
  width: 100%;
  max-width: 40px;
  z-index: 10;
  height: 16.2rem;
  top: auto;
  bottom: 20%;
  margin: 0;
  right: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .side_linkbox {
    display: block;
    max-width: 68px;
    height: 22.4rem;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
}
.side_linkbox a {
  font-size: 1.3rem;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 4;
  color: #fff;
  background: #5D4927;
  border-radius: 12px 0 0 0;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.4rem 0;
}
@media screen and (min-width: 768px) {
  .side_linkbox a {
    margin-bottom: 0px;
    padding: 2rem 0;
    border-radius: 16px 0 0 0;
  }
}
@media screen and (min-width: 1700px) {
  .side_linkbox a {
    font-size: 1.4rem;
  }
}
.side_linkbox a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
  background-color: #A0885D;
}
.side_linkbox a img {
  display: block;
  margin: auto;
  margin-bottom: 0.5rem;
  max-width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .side_linkbox a img {
    margin-bottom: 1rem;
    max-width: none;
  }
}
.side_linkbox .side_2 {
  position: relative;
  border-radius: 0 0 0 12px;
}
@media screen and (min-width: 768px) {
  .side_linkbox .side_2 {
    border-radius: 0 0 0 16px;
  }
}
.side_linkbox .side_2::before {
  content: "";
  position: absolute;
  background-color: #A0885D;
  width: 45%;
  height: 1px;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}

/*====================================================
フッターお問い合わせ
====================================================*/
.container_out {
  background-image: url(./img/contact_bg.jpg);
  width: 100%;
  background-size: cover;
  margin: auto;
  padding: 5rem 0rem 5rem;
  border-radius: 16px 16px 0 0;
  background-position: right;
}
@media screen and (min-width: 992px) {
  .container_out {
    padding: 8rem 0 7rem;
    background-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .container_out {
    padding: 9.6rem 0 10rem;
    background-position: center;
  }
}

.commonBnr {
  position: relative;
}

.commonBnrWrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: none;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap {
    margin: 0;
    max-width: none;
  }
}
.commonBnrWrap .commonBnrText {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrText {
    text-align: left;
    min-width: 31.5rem;
    margin-right: 3rem;
    width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrText {
    margin: 0 3rem 0 0;
    width: 40%;
  }
}
@media screen and (min-width: 1400px) {
  .commonBnrWrap .commonBnrText {
    margin: 0 3rem 0 0;
    width: 55%;
  }
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .commonBnrText {
    margin: 0 3rem 0 0;
    width: 45%;
  }
}
.commonBnrWrap .commonBnrText .maintitle {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrText .maintitle {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrText .maintitle {
    font-size: 58px;
  }
}
@media screen and (min-width: 1400px) {
  .commonBnrWrap .commonBnrText .maintitle {
    font-size: 76px;
  }
}
.commonBnrWrap .commonBnrText .maintitle .shortone {
  margin-bottom: 1rem;
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrText .maintitle .shortone {
    font-size: 1.6rem;
  }
}
.commonBnrWrap .commonBnrText .shorttitle {
  color: #fff;
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrText .shorttitle {
    margin-top: 4rem;
  }
}
.commonBnrWrap .commonBnrText .btnTel {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrText .btnTel {
    text-align: left;
  }
}
.commonBnrWrap .commonBnrText .btnTel .el_main {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  color: #5D4927;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main {
    font-size: 5.6rem;
  }
}
.commonBnrWrap .commonBnrText .btnTel .el_main img {
  max-width: 2.6rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main img {
    max-width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main img {
    max-width: 3.6rem;
  }
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main img {
    max-width: 4.3rem;
    margin-right: 1rem;
  }
}
.commonBnrWrap .commonBnrLink {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink {
    max-width: 68rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrLink {
    width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .commonBnrWrap .commonBnrLink {
    width: 45%;
  }
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .commonBnrLink {
    width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell {
  width: 100%;
  max-width: 64rem;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell {
    max-width: none;
    width: 50%;
    margin: 0;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
  width: 100%;
  border-radius: 16px 0 0 0;
  background-color: #fff;
  display: block;
  padding: 2rem 1.5rem 2rem;
  text-align: center;
  max-width: 32rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
    padding: 3rem 0 2.5rem;
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
    height: 21rem;
    padding: 4rem 0 3.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
    height: auto;
    padding: 4rem 0 3.5rem;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #E7EAEF;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline {
  display: block;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline {
    display: block;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub {
  position: relative;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub {
    margin-bottom: 1.5rem;
    display: block;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub img {
  max-width: 4rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub img {
    max-width: 100%;
    margin-right: auto;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main {
    font-size: 1.9rem;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .mainbtn {
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .mainbtn {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .mainbtn {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .mainbtn {
    font-size: 4rem;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .footerc_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .footerc_flex {
    display: block;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a {
  border-radius: 0 0 16px 0;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a {
    margin-left: 1px;
    margin-top: 0;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a .rightside {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a .rightside {
    text-align: center;
  }
}

.commonBnrWrap .prod_BnrLink .commonBnrLinkInner {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .prod_BnrLink .commonBnrLinkInner {
    margin-right: 0;
  }
}
.commonBnrWrap .prod_BnrLink .commonBnrLinkInner .commonBnrLinkInner__cell {
  width: 100%;
}
.commonBnrWrap .prod_BnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
  width: 100%;
}
.commonBnrWrap .prod_BnrLink2 .commonBnrLinkInner .commonBnrLinkInner__cell a {
  background-color: #EBAA12;
  border-color: #EBAA12;
}
.commonBnrWrap .prod_BnrLink2 .commonBnrLinkInner .commonBnrLinkInner__cell a:hover .commonBnrLinkHeadline .el_main {
  color: #EBAA12;
}

/*====================================================
フッター
====================================================*/
/*ページトップ*/
#page-top {
  display: block;
  text-align: center;
  position: fixed;
  right: 1.5rem;
  bottom: 7rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #page-top {
    bottom: 6.5rem;
    right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #page-top {
    bottom: 4.8rem;
  }
}
#page-top a {
  display: inline-block;
  text-decoration: none;
  height: 3.5rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 3.5rem;
  background-size: cover;
  background-image: url(./img/icon_pagetop.svg);
}
@media screen and (min-width: 768px) {
  #page-top a {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #page-top a {
    width: 7rem;
    height: 7rem;
  }
}
#page-top a:hover {
  background-image: url(./img/pagetop_h.svg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.footerBg {
  background-color: #FCFBF9;
}
#footer {
  position: relative;
  z-index: 10;
}
#footer .footerInner {
  background-color: #fff;
}
#footer .footerInner .footerWrap {
  display: block;
  max-width: 144rem;
  margin: 0 auto;
  padding: 6rem 0 3rem;
  color: #3A3A3A;
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 6rem 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: none;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 {
    max-width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 {
    max-width: 29.4rem;
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 {
    max-width: 62.4rem;
    margin: 0 3.6rem 0 0;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .text {
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .text {
    font-size: 1.5rem;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .text span {
  display: block;
  margin: 1.5rem 0 2rem;
  font-weight: 700;
  font-size: 1.6rem;
}
#footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1400px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo {
    margin-bottom: 0;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo img {
  max-width: 20.3rem;
}
@media screen and (min-width: 768px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo img {
    max-width: 22.3rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo img {
    margin-right: 2rem;
    max-width: 18rem;
  }
}
@media screen and (min-width: 1700px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo img {
    margin-right: 2rem;
    max-width: 25.3rem;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .btnflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .btnflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .btnflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo {
  margin: 3rem 0 2rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo {
    display: inline-block;
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell03 {
    width: 65%;
    max-width: 49.8rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell03 {
    min-width: 48rem;
    max-width: 48rem;
    margin-left: auto;
  }
}
/*フッターメニュー*/
.footermenu {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  border-right: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
@media screen and (min-width: 768px) {
  .footermenu {
    border: none;
  }
}
.footermenu > li {
  display: inline-block;
  width: 50%;
  border-top: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
  padding-left: 2rem;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .footermenu > li {
    width: auto;
    padding: 0;
    border: none;
    margin-right: 3rem;
    max-width: calc(25% - 0.3rem);
  }
}
@media screen and (min-width: 768px) {
  .footermenu > li:last-child {
    margin-right: 0;
  }
}
.footermenu > li > a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding: 2rem 0 2rem 2.5rem;
  color: #333333;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .footermenu > li > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.4rem;
    padding: 0 0 0 2.5rem;
    margin: 0 0 2.4rem;
  }
  .footermenu > li > a:hover {
    color: #FB5465;
  }
  .footermenu > li > a:hover::before {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background-size: cover;
    background-image: url(./img/circlebadge_h.svg);
  }
}
@media screen and (min-width: 1200px) {
  .footermenu > li > a {
    font-size: 1.7rem;
  }
}
.footermenu > li > a::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-size: cover;
  background-image: url(./img/circlebadge.svg);
}
@media screen and (min-width: 768px) {
  .footermenu > li > a::before {
    top: 0.3rem;
    bottom: auto;
    left: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footermenu > li > a::before {
    width: 2rem;
    height: 2rem;
  }
}
.footermenu > li > a .el_text {
  display: inline-block;
}
.footermenu > li.d-none {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .footermenu > li.menu-long {
    min-width: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .footermenu > li.menu-long {
    min-width: 17.5rem;
  }
}

/*コピーライト*/
.copyright {
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    text-align: right;
  }
}

.footer__none {
  display: none;
}

.footernavbar {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .footernavbar {
    margin-left: auto;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .footernavbar {
    margin: 0 !important;
  }
}
.footernavbar li {
  list-style: none;
  margin-bottom: 0px;
}
.footernavbar .sub-menu {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .footernavbar .sub-menu {
    padding-left: 2rem;
  }
}
.footernavbar .bigtext {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 0.2rem;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footernavbar .bigtext {
    font-size: 1.7rem;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .footernavbar .bigtext {
    margin-bottom: 2rem;
  }
}
.footernavbar .bigtext::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 12px;
  margin: auto;
  left: -7px;
  background-color: #A0885D;
}
@media screen and (min-width: 768px) {
  .footernavbar .bigtext::before {
    left: 0;
  }
}
.footernavbar .bigtext .sub-menu {
  padding-left: 5px;
}
.footernavbar .bigtext .in_mini {
  position: relative;
  font-size: 1.2rem;
  padding-left: 1rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footernavbar .bigtext .in_mini {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .footernavbar .bigtext .in_mini {
    margin-top: 1rem;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .bigtext .in_mini {
    font-size: 1.5rem;
  }
}
.footernavbar .bigtext .in_mini::before {
  content: "-";
  position: absolute;
  font-size: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.footernavbar .shortline {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .footernavbar .shortline {
    width: 23%;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .shortline {
    width: 11%;
  }
}
@media screen and (max-width: 991px) {
  .footernavbar .shortline:first-child {
    width: 100%;
  }
}
.footernavbar .footer_middle1 {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .footernavbar .footer_middle1 {
    width: 35%;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .footer_middle1 {
    width: 24%;
  }
}
.footernavbar .footer_middle2 {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .footernavbar .footer_middle2 {
    width: 30%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .footer_middle2 {
    width: 20%;
  }
}
.footernavbar .footer_middle3 {
  width: 50%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .footernavbar .footer_middle3 {
    width: 34%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .footer_middle3 {
    width: 20%;
    margin-top: 0;
  }
}
.footernavbar .footer_middle4 {
  width: 50%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .footernavbar .footer_middle4 {
    width: 24%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .footer_middle4 {
    margin-top: 0;
  }
}

/*====================================

  ■neck

=====================================*/
.neckcover {
  padding: 0 2.2rem;
}

.neck {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 4rem 0 4rem;
  border-radius: 1.6rem;
  background-color: #EFF2F8;
  background-size: cover;
  margin-top: 7.4rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .neck {
    padding: 7rem 0 6rem;
    margin-top: 8.4rem;
  }
}
@media screen and (min-width: 992px) {
  .neck {
    padding: 12rem 0 8rem;
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .neck {
    padding: 15rem 0 9rem;
  }
}
.neck::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 10rem;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: cover;
  background-image: url(./img/neckilllust.png);
}
@media screen and (min-width: 601px) {
  .neck::before {
    width: 15rem;
    height: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .neck::before {
    width: 30rem;
    height: 24rem;
  }
}
@media screen and (min-width: 1200px) {
  .neck::before {
    width: 40rem;
    height: 32rem;
  }
}
.neck .neckWrap {
  position: relative;
  z-index: 5;
  padding: 0;
}
.neck .neckWrap .neckTitle {
  text-align: center;
}
.neck .neckWrap .neckTitle .sub_text {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .neck .neckWrap .neckTitle .sub_text {
    font-size: 2.1rem;
    margin: 0 0 1.5rem;
    line-height: 1;
  }
}
.neck .neckWrap .neckTitle .main_text {
  display: block;
  font-size: 3.4rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .neck .neckWrap .neckTitle .main_text {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .neck .neckWrap .neckTitle .main_text {
    font-size: 6.6rem;
  }
}
.neck .neckWrap .neckTitle .main_text .colorone {
  color: #E53043;
}

/*====================================================
メインビジュアル
====================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.fv {
  position: relative;
  line-height: 1;
  font-size: 0;
  padding: 2rem 2rem 0;
  margin-top: 7rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 48rem;
}
@media screen and (min-width: 992px) {
  .fv {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv {
    margin-top: 0;
  }
}
.fv .fvInner {
  position: relative;
  max-width: 182rem;
  margin: auto;
}
.fv .fvInner .fvText {
  position: absolute;
  bottom: auto;
  top: 5%;
  margin: 0;
  z-index: 5;
  left: 5%;
  height: 22rem;
}
@media screen and (min-width: 601px) {
  .fv .fvInner .fvText {
    left: 10%;
    top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .fv .fvInner .fvText {
    height: 29rem;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .fv .fvInner .fvText {
    height: 36rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvText {
    height: 40rem;
  }
}
@media screen and (min-width: 1700px) {
  .fv .fvInner .fvText {
    height: 46rem;
  }
}
.fv .fvInner .fvText .minitxt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media screen and (min-width: 601px) {
  .fv .fvInner .fvText .minitxt {
    letter-spacing: 0;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  .fv .fvInner .fvText .minitxt {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvText .minitxt {
    font-size: 6.3rem;
  }
}
.fv .fvInner .fvText .bigtxt {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fv .fvInner .fvText .bigtxt {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvText .bigtxt {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .fv .fvInner .fvText .bigtxt {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
}
.fv .fvInner .fvWrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvWrap {
    padding: 0rem 0 2rem;
  }
}
.fv .fvInner .fvWrap .slick-list {
  background: none;
}
.fv .fvInner .fvWrap .fvItem {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fv .fvInner .fvWrap .fvItem img {
  display: inline-block;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .fv .fvInner .fvWrap .fvItem img {
    border-radius: 3rem;
  }
}
.fv .fvInner .fvWrap .slick-dots {
  margin: 1rem auto 0;
  bottom: -2rem;
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvWrap .slick-dots {
    bottom: 0;
  }
}
.fv .fvInner .fvWrap .slick-dots li {
  width: 4rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.fv .fvInner .fvWrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 0.5rem;
  width: 4rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #fff;
}
.fv .fvInner .fvWrap .slick-dots li button::before {
  display: none;
}
.fv .fvInner .fvWrap .slick-dots li.slick-active button {
  background-color: #5D4927;
}

/*====================================================
特徴
====================================================*/
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.submidashi {
  font-weight: 700;
  margin: 3rem 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .submidashi {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .submidashi {
    font-size: 2.6rem;
    margin: 4rem 0;
  }
}

@media screen and (min-width: 768px) {
  .main_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main_flex .imgside {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .main_flex .imgside {
    width: 46%;
    margin-bottom: 0;
    margin-right: calc(24% - 24.3vw - 0px);
  }
}
.main_flex .imgside {
  position: relative;
}
.main_flex .imgside .float {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .main_flex .imgside .float {
    max-width: 100%;
  }
}
.main_flex .txtside {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .main_flex .txtside {
    width: 50%;
    margin-right: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .main_flex .txtside {
    width: 54%;
    margin-right: 0;
  }
}
.main_flex .txtside .messagetxt {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .main_flex .txtside .messagetxt {
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .titleflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.titleflex .titlebox {
  margin-bottom: 3rem !important;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .titleflex .titlebox {
    margin-right: 3rem;
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .titleflex .titlebox {
    margin-right: 6rem;
  }
}
@media screen and (min-width: 1400px) {
  .titleflex .titlebox {
    margin-right: 12rem;
  }
}
.titleflex .btnside a {
  width: 22rem;
  margin: 0;
  margin-bottom: 1rem;
}

.titlebox {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .titlebox {
    margin-bottom: 5rem;
  }
}
.titlebox .subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  font-family: "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .titlebox .subtitle {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .titlebox .subtitle {
    font-size: 58px;
  }
}
@media screen and (min-width: 1400px) {
  .titlebox .subtitle {
    font-size: 76px;
  }
}
.titlebox .maintitle {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .titlebox .maintitle {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

.kasou_titlebox {
  text-align: center;
}
.kasou_titlebox .sub {
  color: #A0885D;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .kasou_titlebox .sub {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .kasou_titlebox .sub {
    font-size: 2.1rem;
  }
}
.kasou_titlebox .maintitle {
  color: #333333;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.3rem;
  margin-top: 0.8rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .kasou_titlebox .maintitle {
    font-size: 3rem;
    margin-top: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .kasou_titlebox .maintitle {
    font-size: 4.2rem;
    margin-top: 1rem;
  }
}
.kasou_titlebox .maintitle .bottomborder {
  position: relative;
  padding-bottom: 2rem;
}
.kasou_titlebox .maintitle .bottomborder::before {
  content: "";
  position: absolute;
  width: 8rem;
  background-color: #A0885D;
  height: 0.4rem;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .kasou_titlebox .maintitle .bottomborder::before {
    height: 0.6rem;
  }
}

.t_content {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .t_content {
    padding: 9rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .t_content {
    padding: 12rem 0;
  }
}

.t_content2 {
  padding: 3rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .t_content2 {
    padding: 6rem 0 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .t_content2 {
    padding: 7rem 0 12rem;
  }
}

.t_service {
  background: -webkit-gradient(linear, left top, right top, from(#2E2E2E), to(#515151));
  background: linear-gradient(to right, #2E2E2E, #515151);
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 8rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .t_service {
    padding: 12rem 0 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .t_service {
    padding: 20rem 0 12rem;
  }
}
.t_service::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  height: 25px;
  z-index: 2;
  background-image: url(./img/servicekakera.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .t_service::before {
    width: 540px;
    height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .t_service::before {
    width: 839px;
    height: 94px;
  }
}

.flex_two .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_two .inblock {
  position: relative;
  margin: auto;
  border-radius: 1.2rem;
  width: 100%;
  overflow: hidden;
  max-width: 64rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .flex_two .inblock {
    width: calc(50% - 10px);
    border-radius: 2rem;
    max-width: none;
    margin: 0;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .inblock {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1400px) {
  .flex_two .inblock {
    width: calc(50% - 29px);
  }
}
.flex_two .inblock .titlegroup {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 1.2rem;
  bottom: 1.2rem;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .flex_two .inblock .titlegroup {
    left: 2rem;
    bottom: 2rem;
    max-width: 93%;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .inblock .titlegroup {
    left: 3rem;
    bottom: 3rem;
    max-width: 88%;
  }
}
@media screen and (min-width: 1400px) {
  .flex_two .inblock .titlegroup {
    left: 4rem;
    bottom: 4rem;
  }
}
.flex_two .inblock .titlegroup .inbox .arial {
  color: #FB5465;
  font-weight: 700;
  font-size: 1.4rem;
}
.flex_two .inblock .titlegroup .inbox .mainone {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .flex_two .inblock .titlegroup .inbox .mainone {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .inblock .titlegroup .inbox .mainone {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1400px) {
  .flex_two .inblock .titlegroup .inbox .mainone {
    font-size: 2.6rem;
  }
}
.flex_two .inblock .titlegroup img {
  position: absolute;
  top: auto;
  bottom: 0;
  margin: 0;
  right: 3rem;
  max-width: 3rem;
}
@media screen and (min-width: 768px) {
  .flex_two .inblock .titlegroup img {
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .flex_two .inblock .titlegroup img {
    font-size: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .flex_two .inblock .titlegroup img {
    max-width: 100%;
  }
}
.flex_two .inblock .imgb {
  z-index: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.flex_two .inblock .imgb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .flex_two .inblock .imgb::before {
    display: none;
  }
}
.flex_two .inblock:hover .imgb {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 992px) {
  .info_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.info_flex .leftside {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .info_flex .leftside {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .info_flex .leftside {
    width: calc(50% - 15px);
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .info_flex .leftside {
    width: calc(50% - 29px);
    margin-top: 5rem;
  }
}
.info_flex .rightside {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .info_flex .rightside {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .info_flex .rightside {
    width: calc(50% - 15px);
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1700px) {
  .info_flex .rightside {
    width: calc(50% - 29px);
    margin-top: 5rem;
  }
}

.no_flex {
  display: block;
}
.no_flex .leftside {
  width: 100% !important;
  margin-top: 0 !important;
}
.no_flex .rightside {
  width: 100% !important;
}
.radius16 {
  border-radius: 16px;
}

/*====================================================
お問い合わせ
====================================================*/
@media screen and (min-width: 768px) {
  .seenbox {
    margin-top: 7rem !important;
  }
}

.centertext_c {
  margin: 1rem 0 3rem;
}
@media screen and (min-width: 1200px) {
  .centertext_c {
    margin: 2rem 0 4rem;
  }
}

.centertitle {
  letter-spacing: -1px;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .centertitle {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .centertitle {
    font-size: 3.1rem;
  }
}
@media screen and (min-width: 1400px) {
  .centertitle {
    font-size: 3.8rem;
  }
}

.c_btnflex .btnin {
  display: block;
  width: 100%;
  padding: 2rem 1.5rem;
  border-radius: 1.6rem;
  font-size: 2.6rem;
  line-height: 1.2;
  max-width: 63.6rem;
  text-align: center;
  font-weight: 700;
  background: #EFF2F8;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c_btnflex .btnin {
    font-size: 3.4rem;
    width: calc(50% - 1rem);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .c_btnflex .btnin {
    font-size: 4.6rem;
  }
}
.c_btnflex .btnin img {
  max-width: 2.8rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c_btnflex .btnin img {
    max-width: 3.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .c_btnflex .btnin img {
    max-width: 4.7rem;
  }
}
.c_btnflex .btnin span {
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.form-control_or {
  display: block;
  width: 100%;
  padding: 1.5rem 2rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DDDBD9;
  border-radius: 4px;
}

.form-control3 {
  display: block;
  width: 100%;
  padding: 1.5rem 2rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DDDBD9;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .form-control {
    font-size: 1.6rem;
  }
}

.yuubinclass .form-control {
  margin: 1.4rem 0;
}

@media screen and (max-width: 767px) {
  .recaptcha__txt {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}

div .wpcf7 .ajax-loader {
  display: block;
  margin: 10px auto 0 auto;
}

.wpcf7-list-item {
  color: #333333;
  font-weight: 500 !important;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 600px) {
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}

.tableg {
  border-radius: 1.6rem;
  padding: 3rem 2rem;
  -webkit-box-shadow: 1px 0px 16px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 16px -3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .tableg {
    padding: 5rem;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .tableg {
    padding: 6rem 8rem;
  }
}
.tableg .centertext {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .tableg .centertext {
    text-align: center;
  }
}

.table-contact {
  table-layout: fixed;
  border-top: 1px solid #DAE0E0;
  margin: auto;
  width: 100%;
  max-width: 104rem;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .table-contact {
    border: none;
  }
}
.table-contact th {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.5rem 0;
  border-bottom: none;
  border-right: none;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.6rem;
  border-bottom: 1px solid #DAE0E0;
}
@media screen and (min-width: 992px) {
  .table-contact th {
    display: table-cell;
    padding: 25px 15px;
    padding-right: 4rem;
    width: 33%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .table-contact th {
    padding-right: 6rem;
  }
}
.table-contact th .red {
  color: #fff;
  background-color: #F24E60;
  border-radius: 4px;
  margin-left: 1rem;
  line-height: 1.4;
  padding: 0 10px;
  font-size: 14px;
}
.table-contact .th_direct {
  vertical-align: baseline;
}
.table-contact td {
  width: 100%;
  padding: 1.5rem 0;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
  display: block;
}
@media screen and (min-width: 992px) {
  .table-contact td {
    display: table-cell;
    width: 66%;
    padding: 2rem 1.5rem;
  }
}
.table-contact td .formin {
  display: block;
  margin-bottom: 1rem;
}
.table-contact td .undertext {
  display: block;
  margin-top: 1rem;
}
.table-contact td .redtext {
  color: #C53417;
}
.table-contact td .beforetxt {
  margin-right: 1rem;
}
.table-contact td .checkorder {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  padding: 3rem;
  background-color: #FCFBF9;
  border-radius: 1.6rem;
  width: 100%;
  max-width: 46.5rem;
}
.table-contact td .checkorder .intxt {
  display: block;
  margin-bottom: 1rem;
}
.table-contact td .checkorder .mt20 {
  margin-top: 2rem;
}
.table-contact td .wpcf7-number {
  border: 1px solid #DDDBD9;
  border-radius: 0.4rem;
}
.table-contact td .bold {
  font-weight: 700;
}
.table-contact .td2 .formin {
  font-weight: 700;
}
.table-contact .td2 br {
  display: none;
}
.table-contact .input_half input {
  max-width: 15.8rem;
  padding: 0 1rem;
}
.table-contact .input_half .calculate {
  display: inline-block;
  width: 100%;
  height: 3.4rem;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DDDBD9;
  border-radius: 4px;
  max-width: 15.8rem;
}
.table-contact .input_half select {
  max-width: 158px;
  padding: 1rem;
}

.contact__table.btn__block .txt__inline03 br {
  display: none !important;
}

.privacy_subtitle {
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .privacy_subtitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .privacy_subtitle {
    font-size: 1.7rem;
  }
}
.privacy_subtitle span {
  font-size: 14px;
  margin-right: 5px;
}

.privacy_cargo {
  width: 100%;
  max-width: 65.4rem;
  margin: auto;
  overflow: scroll;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #EFF2F8;
  padding: 2rem;
}

.privacytext {
  height: 21.3rem;
}
.privacytext .text {
  font-weight: 400;
}
.privacytext .lasttext {
  padding-block: 2rem;
}
.privacytext .text span {
  font-weight: 700;
  margin-right: 5px;
  font-size: 16px;
}
.privacytext ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 17px;
  text-indent: -17px;
}
@media screen and (max-width: 767px) {
  .privacytext ul {
    padding-left: 15px;
    text-indent: -15px;
  }
}
.privacytext ul li::marker {
  display: none;
}
.privacytext .ulshort {
  margin-left: 20px;
}

.lastcheck {
  text-align: center;
}

.contact__table.btn__block .txt__inline03 input {
  display: block;
  width: 100%;
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border-radius: 7px;
  background-color: #E53043;
  font-size: 1.4rem;
  line-height: 1;
  padding: 2rem 1.5rem;
  border: none;
  font-weight: 500;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__table.btn__block .txt__inline03 input {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.contact__table.btn__block .txt__inline03 input:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #FC5C6D;
}

@media screen and (max-width: 600px) {
  .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
}

.contact_box1 {
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

div .wpcf7-mail-sent-ok {
  display: none !important;
}

/*====================================================
cf7
====================================================*/
.wpcf7-form-control-wrap.request .wpcf7-list-item {
  display: block;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
  margin: 0 auto;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  margin: 5px auto 0;
  display: block;
  color: #fff;
  border: none !important;
  margin: 0px auto 10px;
  text-align: center;
  opacity: 1;
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div.wpcf7-validation-errors {
  background-color: #9B0031;
  color: #fff;
  border: none !important;
  margin: 0px auto 50px;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  background-color: #2FB7F1;
  color: #fff;
  border: none !important;
  margin: 0 auto 50px;
  text-align: center;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 2.4rem;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0.3rem 2rem 0.3rem 0;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

/* order_check の入力欄だけ隠す（エラー表示は残す） */
input.order-check {
  display: none;
}

.wpcf7-form-control-wrap.order_check input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.wpcf7-form-control-wrap.order_check {
  display: block;
  margin-top: 6px;
}

.simplewhite {
  padding: 2rem;
  border-radius: 1.6rem;
  background: #F7F4ED;
}
@media screen and (min-width: 768px) {
  .simplewhite {
    padding: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .simplewhite {
    padding: 5rem;
  }
}
.simplewhite .listflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.simplewhite .listflex::after {
  display: block;
  content: "";
  width: calc(50% - 0.7rem);
}
@media screen and (min-width: 768px) {
  .simplewhite .listflex::after {
    width: calc(33% - 0.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .simplewhite .listflex::after {
    width: calc(25% - 0.5rem);
  }
}
.simplewhite .listflex .inblock {
  width: calc(50% - 0.7rem);
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .simplewhite .listflex .inblock {
    width: calc(33% - 0.5rem);
    font-size: 1.5rem;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .simplewhite .listflex .inblock {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    width: calc(25% - 0.5rem);
  }
}
.simplewhite .listflex .inblock::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #946618;
  top: 0.7rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .simplewhite .listflex .inblock::before {
    top: 1rem;
  }
}
.simplewhite .listflex .inblock span {
  border-bottom: 0.1rem solid;
}

.simplewhite2 {
  background: #FCFBF9;
  margin-bottom: 2rem;
}

.simplewhite3 {
  background: #FCFBF9;
  margin: 3rem 0;
  padding: 3rem 2rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .simplewhite3 {
    margin: 4rem 0;
    padding: 4rem 3rem;
  }
}
.simplewhite3 .shorttitle {
  font-weight: 700;
  color: #5D4927;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .simplewhite3 .shorttitle {
    font-size: 2.2rem;
  }
}

.company_table {
  text-align: left;
  border-top: 1px solid #ECECEC;
  width: 100%;
  word-break: break-all;
}
.company_table th {
  padding: 1.5rem;
  width: 100%;
  display: block;
  font-weight: 600;
  background: transparent;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .company_table th {
    width: 35%;
    border-bottom: 1px solid #ECECEC;
    padding: 1.5rem;
    display: table-cell;
  }
}
@media screen and (min-width: 1200px) {
  .company_table th {
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .company_table th {
    width: 18%;
    padding: 2rem;
  }
}
.company_table td {
  width: 100%;
  padding: 1.5rem;
  display: block;
  border-bottom: 1px solid #ECECEC;
  padding-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .company_table td {
    width: 65%;
    padding: 1.5rem;
    display: table-cell;
  }
}
@media screen and (min-width: 1200px) {
  .company_table td {
    width: 75%;
  }
}
@media screen and (min-width: 1400px) {
  .company_table td {
    width: 82%;
    padding: 2rem;
  }
}

.bottom_service {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .bottom_service {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .bottom_service {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1700px) {
  .bottom_service {
    margin-top: 12rem;
  }
}

.bottomservice_block {
  margin-top: 7rem;
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .bottomservice_block {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .bottomservice_block {
    padding: 10rem 0;
  }
}
.bottomservice_block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #EFF2F8;
  right: 0;
  z-index: -1;
  top: 0;
  border-radius: 16px 0 0 16px;
}
@media screen and (min-width: 1200px) {
  .bottomservice_block::before {
    width: 98%;
  }
}
@media screen and (min-width: 1700px) {
  .bottomservice_block::before {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .bottomservice_in .inflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bottomservice_in .inflex .leftside {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .bottomservice_in .inflex .leftside {
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .bottomservice_in .inflex .leftside {
    width: 60%;
  }
}
.bottomservice_in .inflex .leftside .titlebox {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .bottomservice_in .inflex .leftside .titlebox .subtitle {
    font-size: 6rem;
  }
}
.bottomservice_in .inflex .leftside .whitetext {
  margin-top: 2rem;
  background: #fff;
  border-radius: 6px;
  padding: 2rem 2rem;
}
@media screen and (min-width: 1200px) {
  .bottomservice_in .inflex .leftside .whitetext {
    margin-top: 3rem;
    padding: 2rem 2.5rem;
  }
}
.bottomservice_in .inflex .rightside {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 2rem;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .bottomservice_in .inflex .rightside {
    margin-left: 4rem;
    width: 45%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .bottomservice_in .inflex .rightside {
    margin-left: 5rem;
    width: 40%;
  }
}
@media screen and (min-width: 1700px) {
  .bottomservice_in .inflex .rightside {
    margin-left: 8rem;
  }
}

.caseline .titlebox {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .caseline .titlebox .subtitle {
    font-size: 6rem;
  }
}
.caseline .titlein {
  line-height: 1;
  font-weight: 700;
}
.caseline .titlein .arial {
  font-weight: 700;
  font-size: 2.4rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .caseline .titlein .arial {
    font-size: 3.2rem;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .caseline .titlein .arial {
    font-size: 4.6rem;
  }
}
.caseline .inflex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.caseline .inflex2::after {
  display: block;
  content: "";
}
@media screen and (min-width: 768px) {
  .caseline .inflex2::after {
    width: calc(33% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .caseline .inflex2::after {
    width: calc(33% - 15px);
  }
}
.caseline .inflex2 .imgb {
  position: relative;
  width: calc(50% - 7px);
  margin-top: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .caseline .inflex2 .imgb {
    width: calc(33% - 10px);
    margin-top: 2rem;
    cursor: auto;
  }
}
@media screen and (min-width: 1200px) {
  .caseline .inflex2 .imgb {
    width: calc(33% - 15px);
    margin-top: 3rem;
  }
}
.caseline .inflex2 .imgb:last-child {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .caseline .inflex2 .imgb:last-child {
    margin-right: 0;
    margin-left: 0;
  }
}
.caseline .inflex2 .imgb::before {
  width: 3rem;
  height: 3rem;
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  background-size: cover;
  background-image: url(./img/cursor.png);
  z-index: 1;
  border-radius: 0 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .caseline .inflex2 .imgb::before {
    display: none;
  }
}

.img-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9999;
  inset: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.85);
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.img-modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.img-modal__content {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.img-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.img-modal__close::before, .img-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.img-modal__close::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.img-modal__close::after {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

@media screen and (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 1rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-70 {
    margin-bottom: 7rem !important;
  }
  .mb-md-80 {
    margin-bottom: 8rem !important;
  }
}
/*# sourceMappingURL=style.css.map */