@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");

html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-family: "Noto Sans JP", sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  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: 63%;
  line-height: 0.8;
  /* 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+ */
  transition: 0.3s;
}

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

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
   # ================================================================= */
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 {
  border-style: 0;
  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 {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

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

.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.6s;
}

a:hover,
a:active {
  opacity: 0.6;
}

img,
picture {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wraper {
  overflow: hidden;
}

.webp #kv {
  background-color: #ebebeb;
}

.webp #kv .inc {
  background-image: url("../img/kv_2403.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 34%;
}


h2 {
  font-size: 46px;
  text-align: center;
  margin-bottom: 42px;
}

p {
  font-size: 18px;
}

span.red {
  color: #f00;
}

.inc {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 30px;
}

header {
  top: 0;
  left: 0;
  width: 100%;
}

header .head_menu {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #333;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  z-index: 100000;
  position: fixed;
}

header .head_menu .btn {
  width: 100%;
  height: 100%;
  z-index: 100000;
}

header .head_menu .btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #333;
  z-index: 100000;
}

header .head_menu .btn span.top {
  top: 16px;
}

header .head_menu .btn span.middle {
  top: 24px;
}

header .head_menu .btn span.bottom {
  top: 32px;
}

header .head_menu nav {
  position: fixed;
  top: 70px;
  right: 0;
  width: 300px;
  height: 0px;
  background: #fff;
  font-size: 24px;
  padding: 0 24px;
  overflow: hidden;
  transition: 0.6s;
  z-index: 100000;
}

header .head_menu nav ul {
  list-style: none;
}

header .head_menu nav ul li {
  margin: 12px 0;
}

header .head_menu nav ul li a {
  color: #000;
}

header .head_menu.on .btn span.top {
  top: 24px;
  transform: rotate(45deg);
}

header .head_menu.on .btn span.middle {
  opacity: 0;
}

header .head_menu.on .btn span.bottom {
  top: 24px;
  transform: rotate(-45deg);
}

header .head_menu.on nav {
  height: 250px;
  padding: 24px;
}

.cv {
  display: flex;
}



.cv .ribbon18-content {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 133px;
  height: 136px;
  overflow: hidden;
}

.cv .ribbon18 {
  position: absolute;
  padding: 10px 0;
  left: -34px;
  top: 33px;
  width: 240px;
  text-align: center;
  font-size: 27px;
  line-height: 24px;
  background: red;
  color: white;
  text-shadow: 0 2px 2px;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.cv .ribbon18:before,
.cv .ribbon18:after {
  position: absolute;
  content: "";
  border-top: 4px solid #3672b6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.cv .ribbon18:before {
  left: 14px;
}

.cv .ribbon18:after {
  right: 18px;
}

/* remaining styles... (省略) */

.cv_txt {
  position: relative;
}

.hand {
  position: absolute;
  width: 10%;
  right: -2%;
  bottom: 10%;
}

@media screen and (max-width: 768px) {
  .hand {
    position: absolute;
    width: 15%;
    right: -2%;
    bottom: 10%;
  }

  .cv .cv_txt .special_announcement {
    font-size: 20px;
  }
}

.cv .cv_txt .special_announcement {
  background-image: linear-gradient(90deg, rgba(232, 120, 0, 1), rgba(255, 192, 131, 1) 50%, rgba(223, 128, 0, 1));
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  height: 60px;
  letter-spacing: .5px;
  line-height: 50px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

.cv .cv_txt .special_announcement::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 30px 15px 30px 0px;
  right: 0;
  top: 0;
}

.cv .cv_txt .special_announcement::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 30px 0px 30px 15px;
  left: 0;
  top: 0;
}

.special_announcement::before,
.special_announcement::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .cv .cv_txt .special_announcement {
    font-size: 2.5vw;
    ;
    line-height: 1.8rem;
    height: 76px;
    padding: 8px 20px;
  }

  .cv .cv_txt .special_announcement br.sp {
    display: block;
  }

  .fsL {
    font-size: 30px;
  }

  .cv .cv_txt .special_announcement::after {
    border-width: 50px 15px 50px 0px;
  }

  .cv .cv_txt .special_announcement::before {
    border-width: 50px 0px 50px 15px;
  }
}

@media screen and (max-width: 768px) {
  .cv .cv_txt .special_announcement {
    font-size: 5.5vw;
    line-height: 2.2rem;
    height: 100px;
    padding: 8px 20px;
    margin-bottom: 5px;
  }
}



.cv .cv_img_sp {
  display: none;
}

.cv .cv_txt {
  text-align: center;
  padding: 15px 30px;
  background: #EBEBEB;

}

.cv .cv_txt span.kv_btn1 {
  display: block;
  font-size: 42px;
  font-weight: bold;
}

.cv .cv_txt p {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  align-items: center;
}

/* add */
.cv .cv_txt .fv_txt {
  line-height: 0.8em;
  font-size: 50px !important;
  font-family: serif;
  font-weight: bold;
}

.cv .cv_txt .limit {
  font-size: 40px !important;
  text-align: center;
  font-family: serif;
}

s {
  text-decoration: line-through 3px solid #ff0000;
}

.cv .cv_txt .cv_txt_p {
  font-size: 3vw;
  font-weight: bold;
  line-height: 1, 4;
  align-items: center;
  margin: 5px 0;
}





/* add */


.cv .cv_txt a {
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  padding: 8px 32px;
  /* 内側の余白を調整 */
  display: block;
  background: #009944;
  border-radius: 12px;
  color: #fff;
  margin: 12px auto;
  /* 左右の余白を自動に設定して中央寄せ */
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5882352941);
}


.cv .cv_txt .kv_btn2 {
  font-size: 28px;
  font-weight: bold;
}

#kv {
  background: #D6D6D6;
}

#kv .inc {
  padding: 80px 30px 28px;
}

#kv .inc .area {
  max-width: 820px;
  margin: 0 0 0 auto;
  text-align: center;
  position: relative;
}

#kv .inc .area .box_1 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}

#kv .inc .area .box_1 p {
  font-size: 32px;
  font-weight: bold;
  padding: 6px 18px;
  background: #fff;
  line-height: 1.4;
}

#kv .inc .area h1 .h1_1 {
  display: block;
  font-size: 54px;
}

#kv .inc .area h1 .h1_2 {
  display: block;
  font-size: 23px;
  margin-top: 8px;
}

#kv .inc .area h1 .h1_3 {
  display: block;
  font-size: 67px;
  margin-bottom: 10px;
}

#kv .inc .area .cv {
  display: block;
}

#kv .inc .area .cv .cv_txt {
  background: #fff;
  border-radius: 10px;
}

#kv .inc .area .cv .cv_txt p {
  justify-content: center;
  font-size: 24px;
}

nav .inc ul {
  display: flex;
  justify-content: center;
  list-style: none;
  font-size: 30px;
  font-weight: bold;
}

nav .inc ul li {
  margin: 0 12px 0 0;
  padding: 0 0 0 12px;
  border-left: 4px solid #000;
  line-height: 1;
}

nav .inc ul li:first-child {
  border-left: none;
}

nav .inc ul li a {
  color: #000;
}

.carousel {
  position: relative;
  width: 500px;
  margin: 0 auto;
}

.carousel__track-container {
  overflow: hidden;

}

.carousel__track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel__slide {
  box-sizing: border-box;
  width: 500px;
  flex-shrink: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.carousel__slide.current-slide {
  opacity: 1;
}

.carousel__image {
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;

  padding: 2px;
  margin: 0 auto;
}

.carousel__button {
  position: absolute;
  top: 90%;
  /* Adjust this value as needed */
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  width: 40px;
  /* Set the width */
  height: 40px;
  /* Set the height */
  border-radius: 50%;
  /* Make the button round */
  display: flex;
  /* Add these lines to center the arrow in the button */
  justify-content: center;
  align-items: center;
}

.carousel__button--left {
  left: 10px;
}

.carousel__button--right {
  right: 10px;
}

.carousel__indicators {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.carousel__indicators .indicator {
  width: 10px;
  height: 10px;
  background: gray;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel__indicators .indicator.current-indicator {
  background: black;
}

#sec1 .inc p.box {
  font-size: 38px;
  text-align: center;
  padding: 22px;
  background: #D6D6D6;
  margin-bottom: 42px;
  font-weight: bold;
}

#sec1 .inc .flex {
  display: flex;
}

#sec1 .inc .flex .block {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 14px;
  background: #D6D6D6;
}

#sec1 .inc .flex ul {
  margin-left: 42px;
  font-weight: bold;
  font-size: 18px;
}

#sec2 .inc .area {
  display: flex;
  justify-content: space-between;
}

#sec2 .inc .area .img {
  width: 30%;
}

#sec2 .inc .area .txt {
  width: 67%;
}

#sec2 .inc .area .txt h3 {
  font-size: 20px;
  text-align: center;
  margin: 18px 0;
}

#sec2 .inc .area .txt p {
  margin-bottom: 15px;
}

#sec2 .inc .area .txt .sns_btn {
  display: flex;
  justify-content: center;
}

#sec2 .inc .area .txt .sns_btn a {
  display: flex;
  align-items: center;
  background: #D6D6D6;
  width: 280px;
  margin: 0 20px 20px;
}

#sec2 .inc .area .txt .sns_btn a i {
  width: 80px;
}

#sec2 .inc .area .txt .sns_btn a p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0 0 0 12px;
}

#sec2 .inc .ryaku .ryaku_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  cursor: pointer;
}

#sec2 .inc .ryaku .ryaku_btn p {
  font-size: 24px;
  font-weight: bold;
}

#sec2 .inc .ryaku .ryaku_btn .sq {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  position: relative;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
}

#sec2 .inc .ryaku .ryaku_btn .sq span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 4px;
  background: #fff;
  transform-origin: center center;
  transition: 0.5s;
}

#sec2 .inc .ryaku .ryaku_btn .sq span.top {
  transform: rotate(90deg);
}

#sec2 .inc .ryaku .ryaku_btn.show span.top {
  transform: rotate(0deg);
}

#sec2 .inc .ryaku .ryaku_area {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
  padding: 0px 24px;
}



#sec2 .inc .ryaku .ryaku_area.show {
  transition: height 0.3s ease-in;
  padding: 32px 24px;
}

#sec2 .inc .area2 {
  margin: 30px;
  text-align: center;
  border: 2px solid #000;
}

#sec2 .inc .area2 .top {
  padding: 44px;
  background: #EBEBEB;
}

#sec2 .inc .area2 .top h3 {
  font-size: 36px;
}

#sec2 .inc .area2 .top p {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.8;
}

#sec2 .inc .area2 .bottom {
  padding: 32px 24px;
  text-align: left;
}

#sec2 .inc .area2 .bottom p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

#sec2 .inc .area2 .bottom p.small {
  font-size: 18px;
  font-weight: revert;
  margin: 0;
}

#line_contact {
  background: #EBEBEB;
}

#line_contact .inc {
  padding: 0 30px;
  display: flex;
  align-items: center;
}

#line_contact .inc .img {
  width: 45%;
  position: relative;
}

#line_contact .inc .img .line_qr {
  position: absolute;
  top: 24px;
  right: 0;
  margin: auto;
  z-index: 2;
}

#line_contact .inc .txt {
  width: 52%;
  text-align: center;
}

#line_contact .inc .txt p.small {
  font-size: 36px;
  font-weight: bold;
}

#line_contact .inc .txt p.big {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

#line_contact .inc .txt .btn a {
  display: block;
  font-size: 32px;
  color: #fff;
  background: #277d00;
  margin: 14px auto 0;
  line-height: 2;
  max-width: 90%;
  border-radius: 12px;
}

#sec3 .inc h2 {
  margin-top: 60px;
}

#sec3 .inc p {
  font-size: 24px;
  line-height: 1.6;
}

#sec3 .inc .flex {
  display: flex;
  justify-content: space-between;
}

#sec3 .inc .flex .img {
  width: 38%;
}

#sec3 .inc .flex .txt {
  width: 59%;
}

#sec3 .inc ul {
  margin-left: 32px;
  font-size: 24px;
  line-height: 1.8;
}

#sec3 .inc picture {
  display: block;
  text-align: center;
  margin: 42px 0;
}

#sec3 .inc .flex2 .txt .box {
  background: #D6D6D6;
  margin: 40px 0;
  padding: 20px 32px;
}

#sec3 .inc .flex2 .txt .box h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

#sec3 .inc .flex2 .txt .box p {
  font-size: 18px;
  font-weight: bold;
}

#sec3 .inc .cv picture {
  margin: 0;
}

#sec3 .inc .cv p {
  font-size: 48px;
}

#sec3 .inc .acc_block h2 {
  position: relative;
}

#sec3 .inc .acc_block h2:before,
#sec3 .inc .acc_block h2:after {
  content: "";
  width: 30px;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  border-bottom: 3px solid #000000;
  transform: rotate(0deg);
  transition: 0.6s;
}

#sec3 .inc .acc_block h2:after {
  transform: rotate(90deg);
}

#sec3 .inc .acc_block .acc_box {
  overflow: hidden;
  height: 0;
  transition: 0.6s;
}

#sec3 .inc .acc_block.on h2:after {
  transform: rotate(0deg);
}

#sec3 .inc .acc_block.on .acc_box {
  height: auto;
}

#sec4 {
  background: #EBEBEB;
}

#sec4 .inc h3 {
  font-size: 40px;
}

#sec4 .inc p.borderbtm {
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-bottom: 3px solid #fff;
}

#sec4 .inc p.big {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

#sec4 .inc .img_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
}

#sec4 .inc .img_flex img {
  margin: 0 12px;
}

#sec4 .inc .box {
  background: #fff;
  margin: 36px 0;
  padding: 36px 28px;
}

#sec4 .inc .box h3 {
  font-size: 40px;
}

#sec4 .inc .box h3 span {
  font-size: 20px;
}

#sec4 .inc .box p {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 0;
}

#sec5 .inc .area {
  margin-top: 62px;
}

#sec5 .inc .area .box {
  display: flex;
  margin-bottom: 46px;
  justify-content: space-between;
  background: #EBEBEB;
}

#sec5 .inc .area .box img {
  width: 26%;
}

#sec5 .inc .area .box .txt {
  width: 72%;
  padding: 30px 12px;
}

#sec5 .inc .area .box .txt h3 {
  font-size: 32px;
  margin-bottom: 8px;
}

#sec5 .inc .area .box .txt p {
  font-size: 20px;
}

#sec6 {
  background: #EBEBEB;
}

#sec6 .inc dl {
  margin-bottom: 46px;
  position: relative;
}

#sec6 .inc dl dt {
  font-size: 26px;
  color: #fff;
  background: #000;
  padding: 24px;
  position: relative;
}

#sec6 .inc dl dt:before,
#sec6 .inc dl dt:after {
  content: "";
  width: 30px;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  border-bottom: 3px solid #fff;
  transform: rotate(0deg);
  transition: 0.6s;
}

#sec6 .inc dl dt:after {
  transform: rotate(90deg);
}

#sec6 .inc dl dd {
  font-size: 24px;
  font-weight: bold;
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
}

#sec6 .inc dl.on dt:after {
  transform: rotate(0deg);
}

#sec6 .inc dl.on dd {
  padding: 24px;
  max-height: 100%;
}

#sec7 .inc h2 {
  padding: 100px 0 0;
  position: relative;
  text-shadow: 0 0 10px #fff;
}

#sec7 .inc h2 picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 300px;
  height: 300px;
}

#sec7 .inc .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

#sec7 .inc .flex .btn a {
  display: flex;
  background: #EBEBEB;
  align-items: center;
}

#sec7 .inc .flex .btn a picture {
  width: 40%;
}

#sec7 .inc .flex .btn a p {
  font-size: 32px;
  margin-left: 8vw;
  width: 60%;
  font-weight: bold;
  color: #000;
}

#sec7 .inc .flex .btn a p span {
  font-size: 20px;
}

#sec7 .inc .about {
  margin: 64px 0;
  display: flex;
  justify-content: space-between;
}

#sec7 .inc .about picture {
  width: 40%;
}

#sec7 .inc .about .txt {
  width: 58%;
}

#sec7 .inc .about .txt h3 {
  font-size: 32px;
  margin-bottom: 32px;
}

#sec7 .inc .about .txt p {
  font-size: 24px;
  font-weight: bold;
}

footer {
  background: #000;
  text-align: center;
  padding: 12px 0 12px;
}

footer small {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.tab {
  display: none;
}

/* 1199pxサイズ */

@media screen and (max-width: 1199px) {


  /* add */
  .cv .cv_txt .fv_txt {
    line-height: 1.3em;
    font-size: 40px;
    font-family: serif;
    font-weight: bold;
  }

  .cv .cv_txt .limit {
    font-size: 25px;
    text-align: center;
    font-family: serif;
  }

  s {
    text-decoration: line-through 3px solid #ff0000;
  }


  /* add */



  p {
    font-size: 1.5vw;
  }

  h2 {
    font-size: 3.8vw;
    margin-bottom: 3.8vw;
  }

  .webp #kv .inc {
    background-size: 43vw;
    background-position-x: -4vw;
  }

  
#kv small {
  font-size: 10px;
}


  .inc {
    padding: 5vw 3vw;
  }

  .cv .cv_img {
    width: auto;
  }

  .cv .cv_txt {
    padding: 1vw 1vw;
  }

  .cv .cv_txt span.kv_btn1 {
    font-size: 3.3vw;
  }

  .cv .cv_txt p {
    font-size: 4vw;
    margin: 1vw 0;
  }

  .cv .cv_txt a {
    width: auto;
    /* ボタンの幅を自動に設定 */
    font-size: 4vw;
    font-weight: bold;
    padding: 8px 32px;
    /* 内側の余白を調整 */
    display: block;
    background: #009944;
    border-radius: 12px;
    color: #fff;
    margin: 12px auto;
    /* 左右の余白を自動に設定して中央寄せ */
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5882352941);
  }

  .tab {
    display: block;
  }

  .tabnone {
    display: none;
  }

  .cv .cv_txt .kv_btn2 {
    font-size: 2.2vw;
  }

  #kv .inc {
    padding: 6vw 3vw 3vw;
  }

  #kv .inc .area {
    max-width: 54vw;
  }

  #kv .inc .area .box_1 p {
    font-size: 2vw;
    padding: 1vw 2vw;
  }

  #kv .inc .area h1 .h1_1 {
    font-size: 4.5vw;
  }

  #kv .inc .area h1 .h1_2 {
    font-size: 2vw;
    margin-top: 0.5vw;
  }

  #kv .inc .area h1 .h1_3 {
    font-size: 5.6vw;
  }

  nav .inc ul {
    font-size: 2.5vw;
  }

  nav .inc ul li {
    margin: 0 1vw 0 0;
    padding: 0 0 0 1vw;
    border-left: 0.4vw solid #000;
  }

  #sec1 .inc p.box {
    font-size: 3vw;
    margin-bottom: 3.8vw;
  }

  #sec1 .inc .flex .block {
    font-size: 2.1vw;
    padding: 2vw 1vw;
  }

  #sec1 .inc .flex ul {
    margin-left: 4vw;
    font-size: 1.5vw;
  }

  #sec2 .inc .area .txt p {
    margin-bottom: 1.2vw;
  }

  #sec2 .inc .area .txt h3 {
    font-size: 1.6vw;
    margin: 1vw 0;
  }

  #sec2 .inc .area .txt .sns_btn a {
    width: 24vw;
    margin: 0 2vw 2vw;
  }

  #sec2 .inc .area .txt .sns_btn a i {
    width: 6.6vw;
  }

  #sec2 .inc .area .txt .sns_btn a p {
    font-size: 1.7vw;
    margin: 0 0 0 1vw;
  }

  #sec2 .inc .area2 {
    margin: 3vw;
  }

  #sec2 .inc .area2 .top {
    padding: 4vw;
  }

  #sec2 .inc .area2 .top h3 {
    font-size: 3vw;
  }

  #sec2 .inc .area2 .top p {
    font-size: 2vw;
    margin-top: 1.6vw;
  }

  #sec2 .inc .area2 .bottom {
    padding: 3vw 2vw;
  }

  #sec2 .inc .area2 .bottom p {
    font-size: 2vw;
    margin-bottom: 1.8vw;
  }

  #sec2 .inc .area2 .bottom p.small {
    font-size: 1.5vw;
  }

  #line_contact .inc {
    padding: 0 3vw;
  }

  #line_contact .inc .txt p.small {
    font-size: 3vw;
  }

  #line_contact .inc .txt p.big {
    font-size: 2.3vw;
  }

  #line_contact .inc .txt .btn a {
    font-size: 3.2vw;
    margin: 2vw auto 0;
    max-width: 90%;
    border-radius: 2vw;
  }

  #line_contact .inc .img .line_qr {
    top: 2vw;
    width: 21vw;
  }

  #line_contact .inc .img .line_img img {
    width: 26vw;
  }

  #sec3 .inc h2 {
    margin-top: 5vw;
  }

  #sec3 .inc p {
    font-size: 2vw;
  }

  #sec3 .inc ul {
    margin-left: 2.8vw;
    font-size: 2vw;
  }

  #sec3 .inc picture {
    margin: 4vw 0;
  }

  #sec3 .inc .flex2 .txt .box {
    margin: 3vw 0;
    padding: 2vw 3vw;
  }

  #sec3 .inc .flex2 .txt .box h3 {
    font-size: 2.2vw;
    margin-bottom: 1vw;
  }

  #sec3 .inc .flex2 .txt .box p {
    font-size: 1.4vw;
  }

  #sec4 .inc p.big {
    font-size: 3vw;
    margin-bottom: 2.5vw;
  }

  #sec4 .inc .img_flex {
    margin-bottom: 3vw;
  }

  #sec4 .inc .img_flex img {
    margin: 0 1vw;
    width: 14vw;
  }

  #sec4 .inc .box {
    margin: 3vw 0;
    padding: 3vw 2vw;
  }

  #sec4 .inc .box h3 {
    font-size: 3.3vw;
  }

  #sec4 .inc .box p {
    font-size: 1.6vw;
    margin: 0.5vw 0 0;
  }

  #sec4 .inc h3 {
    font-size: 3.3vw;
  }

  #sec4 .inc p.borderbtm {
    margin-bottom: 7vw;
    padding-bottom: 7vw;
  }

  #sec5 .inc .area {
    margin-top: 5vw;
  }

  #sec5 .inc .area .box {
    margin-bottom: 4vw;
  }

  #sec5 .inc .area .box .txt {
    padding: 2.6vw 1vw;
  }

  #sec5 .inc .area .box .txt h3 {
    font-size: 2.6vw;
    margin-bottom: 0.8vw;
  }

  #sec5 .inc .area .box .txt p {
    font-size: 1.6vw;
  }

  #sec6 .inc dl {
    margin-bottom: 4vw;
  }

  #sec6 .inc dl dt {
    font-size: 2.2vw;
    padding: 2vw;
  }

  #sec6 .inc dl dd {
    font-size: 2vw;
    padding: 2vw;
  }

  #sec7 .inc h2 {
    padding: 8vw 0 0;
  }

  #sec7 .inc h2 picture {
    width: 25vw;
    height: 25vw;
  }

  #sec7 .inc .flex {
    margin-bottom: 5vw;
  }

  #sec7 .inc .about {
    margin: 5vw 0;
  }

  #sec7 .inc .about .txt h3 {
    font-size: 2.6vw;
    margin-bottom: 2.6vw;
  }

  #sec7 .inc .about .txt p {
    font-size: 2vw;
  }

  #sec7 .inc .flex .btn a p span {
    font-size: 1.8vw;
  }
}

/* 768pxサイズ */

@media screen and (max-width: 768px) {

  /* add */
  .cv .cv_txt .fv_txt {
    line-height: 1.3em;
    font-size: 25px !important;
    font-family: serif;
    font-weight: bold;
  }

  .cv .cv_txt .limit {
    font-size: 25px !important;
    text-align: center;
    font-family: serif;
  }

  s {
    text-decoration: line-through 2px solid #ff0000;
  }


  .fuchidori {
    color: #000;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
      -1px 1px 0 #FFF, 1px -1px 0 #FFF,
      0px 1px 0 #FFF, 0-1px 0 #FFF,
      -1px 0 0 #FFF, 1px 0 0 #FFF;
  }

  .cv .cv_txt .cv_txt_p {
    font-size: 5.7vw;
    font-weight: bold;
    line-height: 1, 4;
    align-items: center;
    margin: 5px 0;
  }


  .cv.ribbon18-wrapper {
    position: relative;
    box-sizing: border-box;
  }

  .cv .ribbon18-content {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 136px;
    height: 133px;
    overflow: hidden;
  }

  .cv .ribbon18 {
    position: absolute;
    padding: 5px 0;
    left: -25px;
    top: 25px;
    width: 240px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    background: red;
    color: white;
    text-shadow: 0 2px 2px;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .cv .ribbon18:before,
  .cv .ribbon18:after {
    position: absolute;
    content: "";
    border-top: 4px solid #3672b6;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
  }

  .cv .ribbon18:before {
    left: 14px;
  }

  .cv .ribbon18:after {
    right: 18px;
  }

  /* remaining styles... (省略) */



  .carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .carousel__track-container {
    overflow: hidden;
  }

  .carousel__track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .carousel__slide {
    width: 100%;
  }

  .carousel__slide.current-slide {
    opacity: 1;
  }


  .carousel__image img {
    margin: 0 auto;
  }

  .carousel__button {
    position: absolute;
    top: 95%;
    /* Adjust this value as needed */
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 40px;
    /* Set the width */
    height: 40px;
    /* Set the height */
    border-radius: 50%;
    /* Make the button round */
    display: flex;
    /* Add these lines to center the arrow in the button */
    justify-content: center;
    align-items: center;
  }

  .carousel__button--left {
    left: 10px;
  }

  .carousel__button--right {
    right: 10px;
  }

  .carousel__indicators {
    display: flex;
    justify-content: center;
    padding: 10px;
  }

  .carousel__indicators .indicator {
    width: 10px;
    height: 10px;
    background: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }

  .carousel__indicators .indicator.current-indicator {
    background: black;
  }

  /* add */

  #sec2 .inc .ryaku .ryaku_area {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {

  /* add */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  p {
    font-size: 4vw;
    line-height: 1.6;
  }

  h2 {
    font-size: 7vw;
    margin-bottom: 10vw;
  }

  .cv .cv_txt {
    padding: 1vw;
    width: 48vw;
  }

  .cv .cv_txt span.kv_btn1 {
    font-size: 5.2vw;
  }

  .cv .cv_txt p {
    font-size: 4.7vw;
    margin: 1vw 0;
    display: block;
  }

  .cv .cv_txt a {
    padding: 1vw 1vw;
    display: block;
    width: 48vw;
    font-size: 4.5vw;
    margin: 1vw auto;
  }

  .cv .cv_txt .kv_btn2 {
    font-size: 5vw;
  }

  .webp #kv .inc {
    position: relative;
    padding: 0 !important;
  }

  #kv .inc {
    padding: 12vw 3vw;
  }

  #kv .inc .area {
    max-width: 90%;
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
  }

  #kv .inc .area h1 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }

  #kv .inc .area .box_1 {
    display: none;
  }

  #kv .inc .area .box_1 p {
    font-size: 5vw;
    margin-bottom: 3vw;
    padding: 2vw 1vw;
  }

  #kv .inc .area h1 .h1_1 {
    font-size: 8vw;
    margin-bottom: 65vw;
  }

  #kv .inc .area h1 .h1_2 {
    font-size: 4.5vw;
  }

  #kv .inc .area h1 .h1_3 {
    font-size: 11vw;
    line-height: 1.2;
  }

  #kv .inc .area .cv .cv_txt {
    width: 100%;
    padding: 4vw 3vw;
  }

  #kv .inc .area .cv .cv_txt p {
    font-size: 3.3vw;
  }

  #kv .inc .area .cv .cv_txt p .fv_txt {
    font-size: 3vw;
  }

  #kv .inc .area .cv .cv_txt a {
    font-size: 5vw;
    width: 80vw;
  }

  nav {
    overflow-x: scroll;
  }

  nav .inc {
    width: 150vw;
  }

  nav .inc ul {
    font-size: 4vw;
  }

  nav .inc ul li {
    margin: 0 2vw 0 0;
    padding: 0 0 0 2vw;
    border-left: 0.6vw solid #000;
  }

  #sec1 .inc p.box {
    padding: 3vw;
    font-size: 4.5vw;
  }

  #sec1 .inc .flex {
    display: block;
  }

  #sec1 .inc .flex .block {
    font-size: 4.5vw;
  }

  #sec1 .inc .flex ul {
    margin: 3vw 6vw;
    font-size: 4vw;
  }

  #sec1 .inc .flex ul li {
    margin-bottom: 2vw;
  }

  #sec2 .inc .area .img {
    display: none;
  }

  #sec2 .inc .area .txt {
    width: 100%;
  }

  #sec2 .inc .area .txt p {
    margin-bottom: 4vw;
  }

  #sec2 .inc .area .txt h3 {
    font-size: 5vw;
    margin: 5vw 0;
  }

  #sec2 .inc .area .txt .sns_btn a {
    width: 42vw;
  }

  #sec2 .inc .area .txt .sns_btn a i {
    width: 15vw;
  }

  #sec2 .inc .area .txt .sns_btn a p {
    font-size: 5vw;
  }

  #sec2 .inc .area2 .top h3 {
    font-size: 6vw;
  }

  #sec2 .inc .area2 .top p {
    font-size: 4vw;
  }

  #sec2 .inc .area2 .bottom {
    padding: 3vw;
  }

  #sec2 .inc .area2 .bottom p {
    font-size: 4vw;
  }

  #sec2 .inc .area2 .bottom p.small {
    font-size: 3.4vw;
  }

  #line_contact .inc .img {
    width: 30%;
    padding: 3vw;
  }

  #line_contact .inc .img .line_img {
    display: none;
  }

  #line_contact .inc .img .line_qr {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }

  #line_contact .inc .txt {
    width: 70%;
  }

  #line_contact .inc .txt p.small {
    font-size: 4vw;
  }

  #line_contact .inc .txt p.big {
    font-size: 3.2vw;
  }

  #line_contact .inc .txt .btn a {
    font-size: 4vw;
    margin: 2vw auto 0;
    max-width: 90%;
    border-radius: 2vw;
  }

  #sec3 .inc .flex .img {
    display: none;
  }

  #sec3 .inc .flex .txt {
    width: 100%;
  }

  #sec3 .inc p {
    font-size: 4vw;
  }

  #sec3 .inc h2 {
    margin-top: 5vw;
    margin-bottom: 0vw;
  }

  #sec3 .inc ul {
    margin-left: 5vw;
    font-size: 4vw;
  }

  #sec3 .inc .flex2 .txt .box {
    padding: 3vw;
  }

  #sec3 .inc .flex2 .txt .box h3 {
    font-size: 5vw;
  }

  #sec3 .inc .flex2 .txt .box p {
    font-size: 4vw;
  }

  #sec3 .inc .cv p {
    font-size: 5.7vw;
    margin: 1vw 0;
    display: block;
  }

  #sec3 .inc .acc_block {
    margin-bottom: 5vw;
  }

  #sec3 .inc .acc_block h2 {
    position: relative;
    text-align: left;
    padding: 1vw 9vw 1vw 2vw;
    background: #000;
    color: #fff;
  }

  #sec3 .inc .acc_block h2:before,
  #sec3 .inc .acc_block h2:after {
    content: "";
    width: 5vw;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
    margin: auto;
    border-bottom: 2px solid #fff;
    transform: rotate(0deg);
    transition: 0.6s;
  }

  #sec3 .inc .acc_block h2:after {
    transform: rotate(90deg);
  }

  #sec3 .inc .acc_block .acc_box {
    overflow: hidden;
    height: 0;
    transition: 0.6s;
  }

  #sec3 .inc .acc_block.on h2:after {
    transform: rotate(0deg);
  }

  #sec3 .inc .acc_block.on .acc_box {
    height: auto;
    padding: 4% 0;
  }

  #sec4 .inc p.big {
    font-size: 5vw;
    margin-bottom: 7vw;
  }

  #sec4 .inc .img_flex {
    flex-wrap: wrap;
    margin-bottom: 6vw;
  }

  #sec4 .inc .img_flex img {
    width: 28vw;
  }

  #sec4 .inc .box {
    padding: 3vw;
  }

  #sec4 .inc .box h3 {
    font-size: 5vw;
  }

  #sec4 .inc .box h3 span {
    font-size: 4vw;
  }

  #sec4 .inc .box p {
    font-size: 4vw;
    font-weight: revert;
  }

  #sec4 .inc h3 {
    font-size: 5vw;
  }

  #sec5 .inc .area .box {
    flex-wrap: wrap;
  }

  #sec5 .inc .area .box img {
    width: 100%;
  }

  #sec5 .inc .area .box .txt {
    padding: 3vw;
    width: 100%;
  }

  #sec5 .inc .area .box .txt h3 {
    font-size: 6vw;
  }

  #sec5 .inc .area .box .txt p {
    font-size: 4vw;
  }

  #sec6 .inc dl {
    margin-bottom: 5vw;
  }

  #sec6 .inc dl dt {
    font-size: 4.2vw;
    padding: 3vw 9vw 3vw 2vw;
    position: relative;
  }

  #sec6 .inc dl dt:before,
  #sec6 .inc dl dt:after {
    content: "";
    width: 5vw;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
    margin: auto;
    border-bottom: 2px solid #fff;
    transform: rotate(0deg);
    transition: 0.6s;
  }

  #sec6 .inc dl dt:after {
    transform: rotate(90deg);
  }

  #sec6 .inc dl dd {
    padding: 0 2vw;
    font-size: 4vw;
    font-weight: revert;
    height: 0;
    overflow: hidden;
    transition: 0.6s;
  }

  #sec6 .inc dl.on dt:after {
    transform: rotate(0deg);
  }

  #sec6 .inc dl.on dd {
    padding: 2vw 2vw 2vw;
    height: auto;
  }

  #sec7 .inc h2 picture {
    top: 15vw;
    width: 35vw;
    height: 40vw;
    left: 0vw;
  }

  #sec7 .inc .flex {
    flex-wrap: wrap;
  }

  #sec7 .inc .flex .btn {
    width: 100%;
    margin-bottom: 8vw;
  }

  #sec7 .inc .flex .btn a p {
    font-size: 5vw;
  }

  #sec7 .inc .flex .btn a p span {
    font-size: 4vw;
  }

  #sec7 .inc .about {
    flex-wrap: wrap;
  }

  #sec7 .inc .about picture {
    width: 100%;
  }

  #sec7 .inc .about .txt {
    width: 100%;
  }

  #sec7 .inc .about .txt h3 {
    font-size: 6vw;
  }

  #sec7 .inc .about .txt p {
    font-size: 4.5vw;
    font-weight: revert;
  }

  .map iframe {
    height: 300px;
  }

  p.shoshin {
    font-size: 18px !important;
    margin-bottom: -20px !important;
  }
}

/*# sourceMappingURL=all.css.map */


p.shoshin {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

#kv .inc .area h1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#kv {
  z-index: 1;
}

.cv.offer .cv_txt {
  width: 68%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.cv.offer .cv_txt p {
  font-size: 20px;
}

.offer .hand {
  bottom: 40%;
}

@media screen and (max-width: 768px) {
  .cv.offer .cv_txt {
    width: 50vw;
    padding: 0 10px 0 0;;
  }

  .cv {
    display: flex;
    background: #EBEBEB;
    align-items: center;
  }

  .cv.offer .cv_txt p {
    font-size: 10px;
    line-height: 1.5;
  }

}

.diff {
  background-color: #EBEBEB;
  padding: 5% 0 2%;
  margin: auto;
}

.diff h2 {
  background-image: linear-gradient(90deg, rgba(232, 120, 0, 1), rgba(255, 192, 131, 1) 50%, rgba(223, 128, 0, 1));
  color: #fff;
  max-width: 800px;
  width: 90%;
  margin: auto;
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 2% 0;
  position: relative;
}

.diff h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(255, 192, 131, 1);
}

.diff h2 span {
  font-size: larger;
}

.diff .tac {
  text-align: center;
  margin: 20px auto;
}

.diff .red {
  color: red;
  font-weight: bold;
}

.diff .accordion-006 {
  max-width: 800px;
  width: 90%;
  margin-bottom: 7px;
  margin: 0 auto 10px;
}

.diff .accordion-006 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.6em 2em 1.6em 1.2em;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  background-color: #000;
  font-size: 1.2rem;
}

.diff .accordion-006 summary::-webkit-details-marker {
  display: none;
}

.diff .accordion-006 summary::before,
.diff .accordion-006 summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #fff;
  content: '';
  position: absolute;
  right: 4%;
}

.diff .accordion-006 summary::before {
  position: absolute;
  /* right: 2em; */
  rotate: 90deg;
}

.diff .accordion-006 summary::after {
  transition: rotate .3s;
}

.diff .accordion-006[open] summary::after {
  rotate: 90deg;
}

.diff .accordion-006 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .5em 2em 1.5em;
  transition: transform .5s, opacity .5s;
}

.diff .accordion-006[open] p {
  transform: none;
  opacity: 1;
}

.diff .last {
  background-color: #ffd7b0;
  color: #d66000;
  max-width: 800px;
  width: 90%;
  margin: 2% auto auto;
  padding: 2% 0;
  font-weight: bold;
  font-size: 1.6rem;
}

.diff .accordion-006 span {
  border-right: 3px solid #fff;
}

.diff .accordion-006 .num {
  color: #fff;
  position: absolute;
  border-right: 2px solid #fff;
  padding-right: 20px;
  height: 64px;
  display: flex;
  align-items: center;
}

.diff .accordion-006 .txt {
  position: absolute;
  left: 12%;
}

.reason {
  background-color: #EBEBEB;
  padding: 5% 0;
  margin: auto;
}

.reason h2 {
  background-color: #fff;
  color: #d66000;
  padding: 2% 0;
}

.reason p,
.reason img {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 1%;
}

@media screen and (max-width: 768px) {
  .diff {
    padding: 10% 0 6%;
  }

  .diff h2 {
    font-size: 1.4rem;
  }

  .diff .accordion-006 summary {
    padding: 1.6em 2em 1.6em 1.0em;
  }

  .diff .accordion-006 summary::before,
  .diff .accordion-006 summary::after {
    right: 6%;
  }

  .diff .accordion-006 .txt {
    left: 22%;
  }

  .diff .accordion-006 .num {
    padding-right: 16px;
  }

  .diff .last {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .reason {
    padding: 5% 0 7%;
  }

  .reason h2 {
    line-height: 1.3;
    margin-bottom: 5vw;
  }
}

.fsL {
  font-size: 37px;
}

.fsLL {
  font-size: 44px;
}

.fwB {
  font-weight: bold;
}

.height_dog_title {
  padding: 3% 0;
  margin: 0 auto;
  text-align: center;
  background-image: url("../img/height_title.png");
  background-position: center;
  background-size: contain;
  line-height: 1.4;
}

.height_dog_title h2 {
  color: #fff;
  margin: auto;
}

.height_dog .txt,
.height_dog .target,
.height_dog .cost {
  max-width: 800px;
  width: 90%;
  margin: 1% auto;
}

.height_dog .cost {
  line-height: 1;
}

.height_dog .cta a {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 8px 10px;
  display: block;
  background: #009944;
  border-radius: 12px;
  color: #fff;
  margin: 5% auto;
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5882352941);
}

.height_dog .box {
  background: #EBEBEB;
  max-width: 800px;
  width: 90%;
  padding: 2%;
  margin: 2% auto;
}

.arrow {
  position: absolute;
  width: 12%;
  right: 1%;
  bottom: -17%;
}

/* Animation */
.arrow {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(10%);
  }
}

.cta {
  position: relative;
  width: 90%;
  margin: auto;
  max-width: 800px;
}

.fcR {
  color: #f00;
  text-shadow: 0 0 5px rgb(255 255 255 / 100%);
}

.kome {
  font-size: 13px;
}

.icon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2% 3% 1%;
}

.icon_list img {
  margin: 1%;
}

@media screen and (max-width: 768px) {
  .height_dog .fsL {
    font-size: 19px;
  }

  .icon_list img {
    width: 40%;
  }

  .height_dog .cta a {
    font-size: 17px;
    font-weight: bold;
  }

  .arrow {
    width: 16%;
    right: -1%;
    bottom: -2%;
  }

  .height_dog .txt,
  .height_dog .target,
  .height_dog .cost {
    margin: 5% auto;
  }

  .height_dog_title {
    background-size: cover;
  }
}

.taC {
  text-align: center;
}

.obi {
  font-weight: bold;
  background: #ff8400;
  max-width: 500px;
  margin: auto;
  width: 90%;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 25px;
  font-size: 21px;
  margin-top: 2%;
}

#kv .inc .area h1 img {
  width: 17%;
  position: absolute;
  top: 14%;
  left: 2%;
}

.cv.offer .cv_txt a {
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  padding: 8px 32px;
  /* 内側の余白を調整 */
  display: block;
  background: #009944;
  border-radius: 12px;
  color: #fff;
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5882352941);
}

.cv.offer small {
  line-height: 1em;
}

.cv.offer .cv_txt .kome {
  font-size: 20px;
}

.height_dog .movie_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px;
}

.height_dog .movie_content h3 {
  font-size: 36px;
  text-align: center;
  margin: 18px 0;
}

.height_dog .movie_content .movie_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.height_dog .how-to {
  margin: 40px auto;
  text-align: center;
}

.height_dog .how-to h2 {
  background: #1fa67a;
  color: #fff;
  max-width: 800px;
  width: 90%;
  margin: auto;
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 2% 0;
  transform: skew(-8deg);
}

.height_dog .how-to .how-to_items {
  max-width: 800px;
  margin: 0 auto;
}

.height_dog .how-to .how-to_items h3 {
  color: #404040;
  border-left: solid 6px #1fa67a;
  border-bottom: solid 2px #dadada;
  background: whitesmoke;
  margin-bottom: 5px;
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important;
  font-weight: bold;
}

.height_dog .how-to .how-to_items .how-to_detail {
  margin: 32px auto;
}

.height_dog .how-to .how-to_items .how-to_txt {
  font-weight: bold;
  padding: 16px;
  text-align: center;
}

.height_dog .how-to .how-to_items .how-to_txt02 {
  font-weight: bold;
  font-size: 24px;
  padding: 24px;
  text-align: center;
  background: #fff;
  border: 3px solid #1fa67a;
}

.height_dog .how-to .how-to_items .how-to_txt03 {
  padding: 16px;
  text-align: center;
}

.height_dog .how-to .how-to_items .how-to_txt03 .marker {
  background: linear-gradient(to bottom, transparent 0%, transparent 65%, #fff59c 40%, #fff492 100%);
  font-weight: bold;
}

.height_dog .how-to .how-to_items figure {
  text-align: center;
}

#sec5 .inc .area .anno {
  margin: -24px auto 46px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #kv .inc .area h1 img {
    width: 18%;
    top: 10%;
    left: -6%;
  }
}

@media screen and (max-width: 768px) {
  #kv .inc .area h1 img {
    width: 25%;
    top: 35%;
    left: -4.5%;
  }

  .cv.offer .cv_txt .kome {
    font-size: 11px;
    text-align: left;
  }

  .cv.offer .cv_txt a {
    padding: 2vw 1vw;
    display: block;
    width: 50vw;
    font-size: 4vw;
    margin: 0 auto;
    line-height: 1.2;
  }

  .height_dog .how-to {
    padding: 5% 2%;
    margin: 10px auto;
  }

  .height_dog .how-to h2 {
    font-size: 1.4rem;
  }

  .height_dog .how-to .how-to_items .how-to_detail {
    margin: 24px auto;
  }

  .height_dog .how-to .how-to_items .how-to_txt {
    margin-bottom: 8px;
  }

  .height_dog .how-to .how-to_items .how-to_txt02 {
    padding: 16px;
  }

  .height_dog .movie_content {
    width: 100%;
    padding: 0 3vw;
  }

  .height_dog .movie_content h3 {
    font-size: 6vw;
  }

  .height_dog .movie_content .movie_items {
    gap: 15px;
  }

  .height_dog .movie_items div {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .height_dog .movie_items div iframe {
    width: 100%;
    height: 100%;
  }

  #sec5 .inc .area .anno {
    margin: -2vw auto 4vw;
    text-align: left;
  }
}
.attention, .attention02{
	border: solid 1px;
    color: #f00;
    margin: 35px auto 10px;
   max-width: 1300px;
    padding: 17px 13px 13px;
    position: relative;
}
.attention img, .attention02 img{
	width: 45px;
    position: absolute;
    top: -25px;
    left: 45%;
}
.attention {
	 max-width: 90%;
  }
  .atback{
  background-color: #ebebeb;
  padding: 20px 20px 30px;
  max-width: 800px;
  margin: 0 auto;

}
@media screen and (max-width: 768px){
.attention, .attention02{
	padding: 10px 5px 5px;
    margin: 16px auto 8px;
    font-size: 2vw;
}
.attention img, .attention02 img{
	width: 25px;
    top: -14px;
}
}

.kikan h2 {
    background-color: #EBEBEB;
    color: #000;
    padding: 2% 0;
    margin-bottom: 10px;
}
.kikan img {
	width: 80%;
	max-width: 800px;
}
.kikan p {
    max-width: 800px;
    width: 90%;
    margin: 0 auto 1%;
}
.kikan div {
	border-top: solid 1px #a0a0a0;
    padding: 20px;
    margin: auto;
    width: 80%;
}
.container {
	position: relative;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.cta_btn {
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
}
@media screen and (max-width: 768px){
.kikan img, .kikan div {
	width: 100%;
}
}

@media screen and (max-width: 768px){
  #kv .sp_small {
    font-size: 18px;
  }
  
}

.follow{
  position: fixed;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%) translateY(0%);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.active{
  opacity: 1;
  visibility: visible;
}
.follow a{
  width: auto; /* ボタンの幅を自動に設定 */
  font-size: 40px;
  font-weight: bold;
  padding: 12px 50px;
  display: block;
  background: #009944;
  border-radius: 12px;
  color: #fff;
  margin: 12px auto; /* 左右の余白を自動に設定して中央寄せ */
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5882352941);
}
@media screen and (max-width: 768px){
  .follow a{
    padding: 4vw 0vw;
    display: block;
    margin: 1vw auto;
    font-size: 5vw;
    width: 80vw;
    text-align: center;
  }
}