@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}

/* html:focus-within {scroll-behavior: smooth;} */
*,
::before,
::after {
  box-sizing: border-box;
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}

select {
  visibility: visible !important;
}

a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: var(--txt);
}

a[href^="tel:"] {
  word-break: keep-all;
}

/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
  background: #fff
}

body {
  -webkit-text-size-adjust: none;
  min-width: 320px;
  color: var(--txt);
  font-family: var(--f-main)
}

table {
  width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p,
dd,
dt,
li,
th,
td,
address {
  line-height: 2em;
  letter-spacing: 0;
}

p {
  margin: 0 0 30px;
}

p:last-child {
  margin-bottom: 0
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left
}

.right {
  text-align: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: var(--red);
}

.txt_line {
  text-decoration: underline;
}

.f_big {
  font-size: 150%;
}

.f_sm {
  font-size: 80%;
}

.m0a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

:root {
  --txt: #000;
  --mcolor: #e95504;
  --red: #eb0a1e;
  --container: 1230px;
  --f-main: "Noto Sans JP", sans-serif;
  --f-open: "Open Sans", sans-serif;
}

#wrapper {
  min-width: 1260px;
  overflow: hidden;
  margin: 0 auto
}

.inner {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 15px;
}

/*==========================================================
                       H E A D E R
==========================================================*/
/* HAMBUGER BUTTON */
.hamburger {
  font: inherit;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 10px 8px 5px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 24px
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  position: absolute;
  width: 35px;
  height: 2px;
  transition: all ease 0.15s;
  background-color: #000
}

.hamburger-inner::after,
.hamburger-inner::before {
  display: block;
  content: ""
}

.hamburger-inner::before {
  top: -10px
}

.hamburger-inner::after {
  bottom: -10px
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}

.hamburger--3dxy.is_active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important
}

.hamburger--3dxy.is_active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is_active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

header {
  position: relative;
  z-index: 9;
}

.h_box {
  width: 100%;
  position: fixed;
  transition: .3s ease-in-out;
}

.is_scroll .h_box {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.h_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
  position: relative;
  z-index: 2;
  padding-top: 0;
}

.mv {
  position: relative;
  padding: 0;
}

.mv_bg {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all .3s;
}

.mv_bg.init {
  opacity: 1
}

.mv_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.mv_bg,
.mv_slider_ite {
  width: 100%;
  height: 680px
}

.mv_slider_ite .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center
}

.mv_slider_ite.zoomed .bg {
  animation-name: zoomImg;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-fill-mode: forwards
}

.mv_txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto
}

.mv_txt h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center
}

@keyframes zoomImg {
  0% {
    transform: scale(1.2)
  }

  100% {
    transform: scale(1.0)
  }
}

/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
/* DEFAULT TITLE */
.ttl_h3 {
  text-align: center;
  font-weight: bold;
}

.ttl_h3:not(:last-child) {
  margin-bottom: 30px;
}

.ttl_h3 span {
  display: block;
}

.ttl_h3 .ja {
  font-size: 32px;
}

.ttl_h3 .en {
  font-size: 16px;
}

/* DEFAUTL NAME BUTTON */
.under main .btn_contact_custom input,
.btn a {
  width: 250px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/ic-right.png') no-repeat right 20px center /6px var(--mcolor);
  font-size: 16px;
  color: #fff;
}

.btn.center a {
  margin-left: auto;
  margin-right: auto;
}

.btn_box:not(:last-child) {
  margin-bottom: 30px;
}

.btn_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btn_box .btn {
  margin: 10px;
}

section {
  padding: 40px 0;
}

.header_text p {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -1px;
  transition: .3s ease-in-out;
}

.is_scroll .header_text p {
  line-height: 1.2;
}

.header_text p .big {
  font-size: 3.4rem;
  font-weight: 700;
  position: relative;
  padding: 0px 23px 0 0;
  margin: 0 15px 0 0;
  display: inline-block;
  transform: translate(0px, 3px);
  letter-spacing: -3px;
}

/* .header_text p .big::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 34px;
  background: #1a1a1a;
} */

.h_logo_txt p {
  background: #eb0a1e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  line-height: 1.1;
  width: 244px;
  height: 30px;
  margin: 3px 0 0 0;
}

.header_logo {
  display: flex;
  /* align-items: center; */
  margin: 1px 0 0 0;
}

.header_top {
  margin: 4.7rem 0 0 6.8rem;
  display: inline-block;
  width: fit-content;
  height: fit-content;
  position: relative;
  transition: .3s ease-in-out;
}

.is_scroll .header_top {
  margin: 0;
  padding: 1rem;
}

.h_logo_img {
  margin: -7px 16px 0 3px;
}

.h_logo_img a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*============= SEC MV ==============*/
.sec_mv {
  padding: 0;
}

.sec_mv_flex {
  display: flex;
  justify-content: space-between;
}

.sec_mv_left {
  padding: 18.5rem 0 0 7rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec_mv_demo p {
  font-size: 2.8rem;
  color: #664230;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 0;
  width: fit-content;
  letter-spacing: -1.5px;
}

.sec_mv_demo p::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((100% + 0.6rem));
  height: 0.1rem;
  background: #1a1a1a;
}

.sec_mv_demo p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: calc((100% + 0.6rem));
  height: 100%;
  background: #ffffff;
}

.sec_mv_demo p .color {
  color: var(--mcolor);
}

.sec_mv_ttl h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #231815;
}

.sec_mv_ttl h2 .color_big {
  font-size: 120%;
  color: var(--mcolor);
  display: inline-block;
  margin: 0 0 0 -1.2rem;
  letter-spacing: -5px;
}

.sec_mv_right {
  margin: 0 0 0 auto;
  position: relative;
}

.sec_mv_right_slider{
  width: 1080px;
  opacity: 0;
}

.sec_mv_right_slider.slick-initialized {
  opacity: 1;
}

.sec_mv_right_slider_item {
  height: 820px;
}

.sec_mv_ttl_small p {
  font-size: 3rem;
  color: #1a1a1a;
  position: relative;
  padding: 0 0 0.7rem 0;
  letter-spacing: -2px;
  font-weight: 600;
}

.sec_mv_ttl_small p::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((100% - 0rem));
  height: 100%;
  border-bottom: 2px dotted #1a1a1a;
}

.sec_mv_demo {
  margin: 0 0 1.7rem 0;
}

.sec_mv_ttl .let {
  letter-spacing: -2.5px;
  background-color: #fff;
}

.sec_mv_ttl .line {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.sec_mv_ttl .line::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  pointer-events: none;
}
.sec_mv_ttl_small{width: fit-content;}
.sec_mv_ttl {
  margin: 0 0 13px 0;
}

.sec_mv_ttl_small .line {
  position: relative;
}

.sec_mv_ttl_small .line::before {
  content: '';
  position: absolute;
  top: -1.1rem;
  left: 0;
  width: calc((100% + 0rem));
  height: calc((100% + 2.5rem));
  background: #fff;
  z-index: -1;
}

.sec_mv_ttl_small .let {
  display: inline-block;
  margin: 0 -6px 0 -10px;
  letter-spacing: -1px;
}

.sec_mv_box {
  width: 20rem;
  height: 20rem;
  border: 4px solid #fef2da;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  text-align: center;
  background: #fff;
  justify-content: center;
}

.sec_mv_flexin_box {
  display: flex;
  margin: 4rem 0 1rem 0;
}

.sec_mv_box_ttl p {
  font-size: 1.4rem;
  color: var(--mcolor);
  font-weight: 700;
  line-height: 1.3;
}

.sec_mv_box_dpi p {
  font-size: 2.6rem;
  color: #00b14c;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
}

.sec_mv_box_dpi p .big {
  font-size: 150%;
  display: inline;
  margin: 0 -0.2rem 0 0;
  letter-spacing: -2px;
}

.sec_mv_col_box.i02 .sec_mv_box_dpi p .big {
  margin: 0 0.3rem 0 0.1rem;
  letter-spacing: -3px;
}

.sec_mv_box_dpi {
  border-bottom: 2px dotted var(--mcolor);
  margin: 0 0px 0.7rem -0.5rem;
  padding: 0 0 0.4rem 0;
}

.sec_mv_box_demo p {
  font-size: 1.25rem !important;
  line-height: 1.4;
  color: var(--mcolor);
  font-weight: 700;
}

.sec_mv_col_box.i03 .sec_mv_box_ttl p {
  font-size: 1.6rem;
}

.i03 .sec_mv_box {
  padding: 1.9rem 1rem 1.9rem 1rem;
  justify-content: center;
}

.i03 .sec_mv_box_dpi p {
  font-size: 2.6rem;
}

.i03 .sec_mv_box_dpi {
  border-top: 2px dotted var(--mcolor);
  border-bottom: 0;
  position: relative;
  width: 160px;
  margin: 0.8rem 0 0 0;
  padding: .2rem 0 0 0;
}

/* .i03 .sec_mv_box_dpi::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-top: 2pxdo;} */
.i03 .sec_mv_box_dpi p .big {
  letter-spacing: 0;
  line-height: 1;
}

.cc_frame {
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: #eb0a1e;
  position: absolute;
  bottom: 60px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cc_frame p {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.cc_frame p .big {
  font-size: 120%;
  font-weight: 700;
}

.plg_bottom_width {
  width: 100%;
  max-width: 1444px;
  margin: 0 auto;
}

/*============= SEC01 ==============*/
.sec01{padding: 17.1rem 0 20rem 0;}
.s1_flex{display: flex;justify-content: space-between;position: relative;}
.s1_center{position: absolute;left: 50%;transform: translateX(-50%);white-space: nowrap;padding: 0 0 0 20rem;}
.s1_ttl h3{font-size: 3.2rem;font-weight: 500;color: #231815;line-height: 1.45;letter-spacing: -4px;}
.s1_ttl h3 .color{color: #eb0a1e;display: inline-block;letter-spacing: -4px;}
.s1_left{flex-shrink: 0;}
.s1_right{flex-shrink: 0;margin: 23rem 0 0 0;}
.s1_ttl{margin: 0 0 4.5rem 0;}
.s1_des p{font-size: 1.8rem;font-weight: 400;letter-spacing: -1.5px;margin: 0 0 3rem 0;}
.s1_des p:last-of-type{margin: 0;}
.s1_en{position: absolute;top: -2.8rem;left: calc((100% - 24.5rem));}
.s1_en p{font-size: 16rem;font-weight: 700;color: rgba(235,10,30,.1);line-height: 1.1;margin: 0;}

/*============= SEC02 ==============*/
.s2_bg {
  background: url(../images/s2_bg.jpg) no-repeat center/cover;
  height: 650px;
}

.s2_flex {
  display: flex;
  justify-content: space-between;
}

.s2_right {
  flex-shrink: 0;
}

.s2_ttl {
  font-size: 4rem;
  margin: 0 0 1rem 0;
}

.s2_ttl h3 {
  font-size: 80%;
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1.4;
  letter-spacing: -2.5px;
}

.s2_ttl h3 .big {
  font-size: 125%;
  font-weight: 700;
}

.s2_demo p {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #4d4d4d;
  letter-spacing: -1px;
}

.s2_body p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: -0.7px;
}

.s2_img {
  margin: -9rem 0 0 0;
}

.s2_left {
  padding: 11.3rem 0 0 0;
}

.s2_head {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 5rem 0;
}

.s2_head::before {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.1rem;
  height: calc((100% - 1.5rem));
  background: #231815;
}

/*============= SEC03 ==============*/
.sec03 {
  padding: 7rem 0 0rem 0;
}

.sec_ttl .en {
  text-align: center;
  margin: 0 0 0.5rem 0;
}

.sec_ttl .en p {
  font-size: var(--f-open);
  color: var(--mcolor);
  font-size: 2rem;
  display: inline-block;
  position: relative;
  padding: 0 0 0.9rem 0;
}

.sec_ttl .en p::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc((100% - 4rem)/2);
  width: 4rem;
  height: 3px;
  background: var(--mcolor);
}

.sec_ttl .ja h3 {
  font-size: 4.4rem;
  color: #1a1a1a;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -3px;
}

.sec_ttl .ja {
  text-align: center;
}

.sec_ttl .ja h3 .color {
  color: #eb0a1e;
}

.s3_flex {
  display: flex;
  justify-content: center;
}

.s3_info {
  width: 30rem;
  height: 15rem;
  border-radius: 10px;
  background: #d9dada;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.s3_info p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

.s3_img {
  text-align: center;
  margin: 0 0 -2.4rem 0;
}

.s3_content {
  margin: 56px 0 0 0;
}

.s3_ct02_info {
  position: relative;
  padding: 6rem 0 0 22rem;
}

.s3_ct02_info::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 117px;
  width: 55rem;
  height: 55rem;
  border-radius: 50%;
  border: 30px solid #fdefe6;
  z-index: -1;
}

.s3_flex02 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.s3_ct02_info p {
  font-size: 4.6rem;
  color: #eb0a1e;
  font-weight: 500;
  line-height: 1.3;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 12px;
  position: relative;
  letter-spacing: -4px;
}

.s3_ct02_info p::before {
  content: '';
  position: absolute;
  top: 9px;
  left: -134px;
  width: 127px;
  height: 113px;
  background: url(../images/s3_img05.png) no-repeat center/100%;
}

.s3_ct02_left {
  position: absolute;
  top: 0;
  left: 0px;
}

.s3_ct02_right {
  margin: 7.5rem 2.7rem 0 auto;
}

/*============= SEC04 ==============*/
.sec04 {
  padding: 4rem 0;
  position: relative;
  margin: -4rem 0 0 0;
}

.s4_bg {
  width: 100%;
  /* height: 440px; */
  background: #feecc8;
}

.s4_ttl h3 {
  font-size: 3.8rem;
  font-weight: 500;
  color: #664230;
  letter-spacing: -2.8px;
  line-height: 1.6;
}

.s4_ttl h3 .color {
  color: var(--mcolor);
  font-weight: 700;
}

.s4_content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  padding: 6.5rem 0 7.9rem 0;
}

/* .s4_content::before{content: '';position: absolute;top: 11px;left: -84px;width: 729px;height: 450px;background: url(../images/s4_img01.png) no-repeat center/100%;} */
.s4_content::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -50px;
  width: 685px;
  height: 445px;
  background: url(../images/s4_img01a.png) no-repeat center/100%;
}

.s4_frame .plg_bottom_estimate {
  background: var(--mcolor);
  margin: 0;
  border: 0;
  padding: 0.5rem 0.3rem;
}

.s4_frame .estimate_right_ttl a {
  color: #fff;
  font-weight: 500;
}

.s4_frame .estimate_left_text p {
  color: #fff;
  font-weight: 400;
}

.s4_frame .plg_bottom_estimate::before {
  background: #fff;
}

.s4_note p {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  letter-spacing: -1.3px;
  position: relative;
  padding: 0 0 0 3rem;
}

.s4_note p::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -4px;
  width: 26px;
  height: 26px;
  background: url(../images/s4_note.png) no-repeat center/100%;
}

.s4_note p .color {
  color: var(--mcolor);
}

.s4_ttl {
  margin: 0 0 5.2rem 0;
}

.s4_frame .estimate_right {
  padding: 0 0.6rem 0rem 0;
}

.s4_frame .estimate_left_cc {
  padding: 0.8rem 0 0 1rem;
}

.s4_frame .estimate_left_cc p {
  line-height: 1.1;
}

.s4_frame {
  margin: 0 0 1.1rem 0;
}

/*============= SEC05 ==============*/
.sec05 {
  padding: 6.7rem 0 6rem 0;
  position: relative;
}

.s5_row {
  display: flex;
  justify-content: flex-end;
}

.s5_row.reverse {
  flex-direction: row-reverse;
}
.s5_img p:not(:last-child) {
 margin-bottom: 1rem;
}
.reverse .s5_img {
  margin: 0 5rem 0 0;
}

.s5_info {
  width: 100%;
  max-width: 630px;
}

.s5_info_head {
  display: flex;
}

.s5_number p {
  font-size: 10.5rem;
  font-weight: 500;
  color: #eb0a1e;
  font-family: var(--f-open);
  line-height: 1;
  letter-spacing: -0.5rem;
}

.s5_img {
  margin: 0 0 0 5rem;
}

.s5_ttl_box01 p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}

.s5_ttl_box02 p {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--mcolor);
}

.s5_ttl_box {
  position: relative;
  padding: 0 0 0 3.9rem;
  margin: 0 0 0 3.3rem;
}

.s5_ttl_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: var(--mcolor);
}

.s5_info_body {
  width: 100%;
  max-width: 45rem;
  margin: 4.7rem 0 0 auto;
}
.s5_content2a_note{max-width: 720px;margin: 1rem auto 0;}
.s5_content .note{max-width: 1110px;margin-left: auto;margin-right: auto;}
.s5_content01 {
  padding: 7.1rem 0 7.2rem 0;
  position: relative;
}

.s5_content01::before {
  content: '';
  position: absolute;
  top: calc((100% - 10px));
  left: calc((100% - 21rem)/2);
  width: 21rem;
  height: 7rem;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 1;
}

.s5_number {
  margin: -1.1rem 0 0 0;
}

.s5_info_body p {
  font-size: 1.8rem;
  letter-spacing: -1.35px;
}

.s5_row:not(:last-child) {
  margin: 0 0 10.9rem 0;
}

.s5_r02 .s5_ttl_box02 p {
  font-size: 3rem;
  letter-spacing: -2.5px;
}

.s5_content02 {
  padding: 6.8rem 0 5.6rem 0;
  background: #f4efec;
}

.s5_ct02_ttl .ja h3 {
  font-size: 3.4rem;
  font-weight: 600;
}

.s5_flex {
  display: flex;
  justify-content: center;
}

.s5_box {
  position: relative;
  width: 45rem;
  height: 40rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s5_box::before {
  content: '';
  position: absolute;
  width: 36rem;
  height: 36rem;
  z-index: -1;
  top: 2rem;
  left: calc((100% - 36rem)/2);
}

.c01 .s5_box::before {
  background: url(../images/s5a_img01.png) no-repeat center/100%;
}

.c02 .s5_box::before {
  background: url(../images/s5a_img02.png) no-repeat center/100%;
}

.s5_box_cc p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #231815;
  line-height: 1.8;
  letter-spacing: -2px;
}

.s5_box_ttl {
  width: 34rem;
  height: 6rem;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #664230;
}

.s5_box_ttl p {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 500;
}

.s5_box_ttl p .small {
  font-size: 80%;
}

.c02 .s5_box_ttl {
  background: #00b14c;
}

.s5_box_des p {
  text-align: center;
  font-size: 2.2rem;
  color: #664230;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -2px;
}

.s5_col:not(:last-child) {
  margin: 0 4rem 0 0;
}

.s5_ct02_ttl {
  margin: 0 0 4.9rem 0;
}

.s5_box_cc {
  margin: 9rem 0 0 23.5rem;
  min-height: 98px;
  display: inline-flex;
  align-items: center;
}

.s5_box_des {
  margin: 7.6rem 0 0 0;
}

.s5_ct01_note p {
  font-size: 1.8rem;
  color: #231815;
  font-weight: 500;
  letter-spacing: -1px;
}

.s5_ct01_note {
  margin: 4rem 0 0 0;
}

.s5_ct02_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s5_ct02_demo p {
  font-size: 46px;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
}

.s5_ct02_demo p .small {
  font-size: 80%;
  display: inline-block;
}

.s5_ct02_demo p .color {
  color: #eb0a1e;
  font-weight: 600;
}

.s5_ct02_ttl p {
  font-size: 46px;
  font-weight: 600;
  color: #231815;
  line-height: 1.5;
  letter-spacing: -4px;
}

.s5_ct02_left {
  padding: 0 0 0 0;
}

.s5_ct02_right {
  padding: 0 11rem 0 0;
  margin: 0 0 0 1rem;
}

.s5_r03 .s5_ttl_box02 p {
  font-size: 3rem;
}

.s5_content03 {
  padding: 11.9rem 0 0 0;
}

.s5_r04 .s5_ttl_box02 p {
  font-size: 2.6rem;
}

/*============= SEC06 ==============*/
.s6_content01 {
  width: 100%;
  height: 490px;
  background: #feecc8;
  position: relative;
}

.s6_content01::before {
  content: '';
  position: absolute;
  top: -10px;
  left: calc((100% - 21rem)/2);
  height: 7rem;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 21rem;
}

.s6_content01::after {
  content: 'さらに...';
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.8rem;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: -1px;
}

.s6_flex {
  display: flex;
  justify-content: space-between;
}

.s6_img {
  min-width: 580px;
}

.s6_info_demo p {
  font-size: 4rem;
  font-weight: 500;
  color: #664230;
  line-height: 1.2;
  letter-spacing: -3.5px;
}

.s6_info_demo p .small {
  font-size: 80%;
}

.s6_info_ttl p {
  font-size: 4.6rem;
  font-weight: 500;
  color: #664230;
  line-height: 1.5;
  letter-spacing: -1px;
}

.s6_info_ttl p .color {
  color: #eb0a1e;
  font-weight: 700;
}

.s6_info_des p {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #231815;
  letter-spacing: -1px;
  font-weight: 500;
}

.s6_info_des {
  margin: 0 0 5rem 0;
}

.s6_info_note p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #231815;
  letter-spacing: -1px;
  font-weight: 500;
}

.s6_left {
  padding: 8.5rem 0 0 0;
}

.s6_right {
  padding: 3rem 0 0 0;
}

.s6_info_demo {
  margin: 0 0 0 0;
}

.s6_info_ttl {
  margin: 0 0 1.2rem 0;
}

/*============= SEC07 ==============*/
.sec07 {
  padding: 7rem 0 10.5rem 0;
}

.s7_ttl .sec_ttl .ja h3 {
  line-height: 1.35;
}

.s7_list {
  display: flex;
  flex-wrap: wrap;
}

.s7_col {
  width: calc((100% / 3));
}

.s7_icon {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: #ffede3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.5rem 0;
}

.s7_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 4rem;
}

.s7_title p {
  font-size: 2.8rem;
  color: #664230;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -3px;
}

.s7_title {
  margin: 0 0 1rem 0;
}

.s7_des p {
  font-size: 1.6rem;
  color: #231815;
  font-weight: 500;
  line-height: 1.854;
  letter-spacing: -1px;
}

.s7_content {
  margin: 5.5rem 0 0 0;
}

.s7_note {
  padding: 0 4rem;
  font-size: 1.4rem;
}

/*============= SEC08 ==============*/
.sec08 {
  padding: 0;
}

.s8_box {
  width: calc((120rem - (0.9rem * 5)) / 6);
  height: 22rem;
  background: var(--mcolor);
  clip-path: polygon(0 38%, 0 0, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 62%, 12% 50%);
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.s8_col::after {
  content: '';
  position: absolute;
  top: calc((100% - 4.3rem)/2);
  left: calc((100% - 1px));
  width: 2.3rem;
  height: 4.3rem;
  background: var(--mcolor);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.s8_bg {
  width: 100%;
  height: auto;
  background: #fff6f1;
  padding: 0rem 0 12rem 0;
}

.s8_ttl .sec_ttl .ja h3 {
  font-size: 3.8rem;
  color: var(--mcolor);
  transform: translateY(-3.2rem);
}

.s8_ttl {
  margin: 0 0 0 0;
}

.s8_box_en p {
  font-size: 2rem;
  color: #fff;
  font-family: var(--f-open);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -1px;
}

.s8_box_ja p {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
}

.s8_content {
  margin: 2.3rem 0 0 0;
}

.s8_box_en {
  margin: 0 0 1.7rem 0;
}

.s8_col:first-child .s8_box {
  clip-path: none;
}

.s8_flex {
  display: flex;
}

.s8_col {
  position: relative;
}

.s8_col:last-child::after {
  display: none;
}

.s8_col:nth-child(even)::after {
  background: #eb0a1e;
}

.s8_col:nth-child(even) .s8_box {
  background: #eb0a1e;
}

/*============= SEC09 ==============*/
.sec09 {
  padding: 0 0;
}

.s9_bg {
  background: #efe4de;
  padding: 11rem 0 12rem 0;
}

.s9_content {
  padding: 0 6rem;
  margin: 5rem 0 0 0;
}

/* .s9_list{transition: .3s ease-in-out;height: 1260px;overflow: hidden;} */
/* .s9_content.active .s9_list{height: auto;overflow: unset;} */
.s9_row {
  background: #fff;
  border-radius: 10px;
  padding: 4rem 4rem;
  display: none;
}

.s9_row.is-show {
  display: block;
}

.s9_row:nth-child(1),
.s9_row:nth-child(2),
.s9_row:nth-child(3) {
  display: block;
}

.s9_avatar {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #fde5b5;
  flex-shrink: 0;
}

.s9_flex {
  display: flex;
}

.s9_info_tag {
  background: #27a639;
  border-radius: 999px;
  padding: .1rem 1.3rem .2rem;
  display: inline-flex;
  height: 28px;
  margin: 0 0 .5rem 0;
  justify-content: center;
  align-items: center;
  min-width: 108px;
}

.s9_info_tag p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}

.s9_info_ttl p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #231815;
  line-height: 1.5;
  letter-spacing: -1.5px;
}

.s9_info_ttl {
  margin: 0 0 1.7rem 0;
}

.s9_info_des p {
  line-height: 1.85;
  font-size: 1.6rem;
  color: #231815;
  letter-spacing: -2px;
  font-weight: 500;
}

.s9_left {
  margin: 0 4rem 0 0;
}

.s9_info_des {
  border-bottom: 2px dotted #231815;
  padding: 0 0 2.5rem 0;
  margin: 0 0 1.5rem 0;
}

.s9_info_rate {
  display: flex;
  justify-content: space-between;
}

.s9_info_rating {
  display: flex;
}

.s9_info_name p {
  font-size: 1.6rem;
  color: #664230;
  line-height: 1.5;
  font-weight: 500;
}

.rating_text p {
  font-size: 1.6rem;
  color: #664230;
  line-height: 1.5;
  font-weight: 500;
}

.rating_icon p {
  line-height: 1;
  font-size: 1.8rem;
  color: #eb0a1e;
  font-weight: 400;
  letter-spacing: -2px;
}

.rating_icon {
  margin: 0 0 0 1rem;
}

.rating_icon p span {
  line-height: 1;
}

.s9_row:not(:last-child) {
  margin: 0 0 6rem 0;
}

.s9_btn {
  display: flex;
  justify-content: center;
  margin: 6rem 0 0 0;
}

.s9_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 6rem;
  border-radius: 999px;
  background: #664230;
}

.s9_button a span {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 0;
  transition: .3s ease-in-out;
}

.s9_button a span::after {
  content: '';
  position: unset;
  top: 0;
  right: 0;
  width: 1.7rem;
  height: 1rem;
  background: url(../images/s9_btn.png) no-repeat center/100%;
  display: inline-block;
  margin: 0 0 0 1rem;
  transition: .3s ease-in-out;
}

.s9_button a.active span::after {
  transform: rotate(180deg) translate(0, 1px);
}

/*============= SEC10 ==============*/
.sec10 {
  padding: 11rem 0 8rem 0;
}

.s10_row {
  display: flex;
}

.s10_left {
  flex-shrink: 0;
  margin: 0 6rem 0 0;
}

.s10_title p {
  font-size: 3rem;
  color: var(--mcolor);
  font-weight: 500;
  line-height: 1.5;
}

.s10_demo p {
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1px;
}

.s10_demo {
  margin: 0 0 3.3rem 0;
}

.s10_body p {
  font-size: 1.8rem;
  color: #231815;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -2px;
}

.s10_content {
  margin: 5rem 0 0 0;
}

.s10_right {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 4rem 0 0 0;
}

.s10_right::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1px;
  height: calc((100% - 1rem));
  background: var(--mcolor);
}

.s10_title {
  margin: 0 0 1.3rem 0;
}

/*============= SEC11 ==============*/
.sec11 {
  padding: 0.3rem 0 8.2rem 0;
}

.s11_ttl .sec_ttl .ja h3 {
  font-size: 3.8rem;
  text-align: left;
}

.s11_des p {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #231815;
  letter-spacing: -1.5px;
}

.s11_flex {
  display: flex;
  justify-content: space-between;
}

.s11_box {
  width: 100%;
  max-width: 570px;
}

.s11_content {
  margin: 3.5rem 0 0 0;
}

.s11_img {
  margin: 0 0 1.2rem 0;
}

/*============= SEC12 ==============*/
.s12_map {
  position: relative;
  height: 500px;
}

.s12_map .s12_map_frame,
.s12_map .s12_map_frame img,
.s12_map .s12_map_frame iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s12_map .inner {
  position: absolute;
  top: 0;
  left: calc((100% - var(--container))/2);
  width: var(--container);
  height: 100%;
}

.s12_content {
  width: 480px;
  height: 100%;
  background: #fff;
  padding: 0rem 6rem;
}

.s12_ttl .en p {
  font-size: 2rem;
  font-family: var(--f-open);
  color: var(--mcolor);
  font-weight: 500;
  position: relative;
  padding: 0 0 1.5rem 0;
  line-height: 1.5;
  letter-spacing: -2px;
}

.s12_ttl .en p::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: .3rem;
  background: var(--mcolor);
}

.s12_ttl .en {
  margin: 0 0 .4rem 0;
}

.s12_ttl .ja p {
  font-size: 4.4rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  letter-spacing: -5px;
}

.s12_address p {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #231815;
  letter-spacing: -1px;
}

.s12_google a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 4rem;
  background: #664230;
  border-radius: 999px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 .2rem 0;
  letter-spacing: -1px;
}

.s12_rv_flex {
  display: flex;
}

.s12_rv_box {
  width: 15rem;
  height: 15rem;
  border: 2px solid #fff2d8;
  border-radius: 540%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  justify-content: center;
}

.s12_rv_ttl p {
  font-size: 1.6rem;
  color: var(--mcolor);
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
}

.s12_rv_des p {
  font-size: 2rem;
  color: #27a639;
  font-weight: 900;
  line-height: 1;
}

.s12_rv_des p .big {
  font-size: 200%;
  font-weight: 700;
}

.s12_ttl {
  margin: 0 0 3.5rem 0;
}

.s12_address {
  margin: 0 0 1.3rem 0;
}

.s12_rv_ttl {
  width: 12rem;
  border-bottom: 2px dotted var(--mcolor);
  padding: 0 0 1.2rem 0;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s12_reviews {
  margin: 4rem 0 0 0;
}

.s12_rv_col:not(:last-child) {
  margin: 0 2rem 0 0;
}

.sec12 {
  padding-bottom: 0;
}

/*============= SEC13 ==============*/
.sec13 {
  padding: 0;
}

.s13_bg {
  background: #fbf7f6;
  padding: 11rem 0 12.4rem 0;
}

.sec_des p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -1.5px;
}

.sec_des {
  margin: 2rem 0 0 0;
}

.s13_content {
  padding: 0 6rem;
  margin: 5.8rem 0 0 0;
}

.s13_row {
  background: #fff;
  border: 2px solid #efe5df;
  border-radius: 10px;
  padding: 2.8rem 2.7rem;
}

.s13_row:not(:last-child) {
  margin: 0 0 4.3rem 0;
}

.s13_question {
  display: flex;
  border-bottom: 2px dotted var(--mcolor);
  padding: 0 0 1.6rem 0;
  margin: 0 0 2.2rem 0;
}

.s13_answer {
  display: flex;
}

.s13_box .tag {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #27a639;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 1.5rem 0 0;
}

.s13_box .tag p {
  color: #fff;
  font-size: 2rem;
  font-family: var(--f-open);
  font-weight: 400;
  line-height: 1;
}

.s13_box .s13_answer .tag {
  background: var(--mcolor);
}

.s13_question .text p {
  font-size: 2rem;
  color: #664230;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
}

.s13_answer .text p {
  font-size: 1.8rem;
  color: #231815;
  font-weight: 500;
  line-height: 1.8;
}

/*==========================================================
                        F O O T E R
==========================================================*/
footer {
  position: relative;
  z-index: 3;
  margin: 0 0 12rem 0;
}



.plg_bottom_flex {
  display: flex;
  align-items: center;
}

.plg_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #f4efec;
  z-index: 4;
  padding: 2rem 0;
  transition: .3s ease-in-out;
  transform: translateY(0%);
}

.plg_bottom.show {
  transform: translateY(0);
}

.plg_bottom_note01 {
  width: 19rem;
  height: 6rem;
  background: #eb0a1e;
  border-radius: 4px;
  position: relative;
  padding: 0.8rem 1.25rem;
  margin: 0 3.4rem 0 0;
}

.plg_bottom_note01::after {
  content: '';
  position: absolute;
  top: calc((100% - 16px)/2);
  left: calc((100% - 1px));
  width: 16px;
  height: 16px;
  background: #eb0a1e;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.plg_bottom_note01 p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -1px;
}

.box_hotline {
  width: 6rem;
  height: 6rem;
  border-radius: 4px;
  background: #27a639;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.6rem 0 0;
}

.box_hotline p {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
}

.number_tel a {
  position: relative;
  font-size: 3.6rem;
  color: #231815;
  font-weight: 500;
  /* padding: 0 0 0 6.1rem; */
  padding: 0 0 0 0;
}
.number_tel{text-align: center;}
/* .number_tel a::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 2px;
  width: 4.9rem;
  height: 2.8rem;
  background: url(../images/tel_icon.png) no-repeat center/100%;
} */

.plg_bottom_hotline {
  display: flex;
  margin: 0 0.7rem 0 0;
}

.number_hotline {
  margin: -1.2rem 0 0 0;
}

.text_tel p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  font-weight: 600;
}

.text_tel p .frame {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #d0c7c0;
  border-radius: 999px;
  color: #664230;
  font-weight: 700;
  margin: 0 0.5rem 0 0;
}

.text_tel p .frame.w01 {
  width: 8rem;
  height: 2.6rem;
}

.text_tel p .frame.w02 {
  width: 6.2rem;
  height: 2.6rem;
}

.text_tel p:not(:last-child) {
  margin: 0 1.7rem 0 0;
}

.text_tel {
  display: flex;
  transform: translate(-9px, -2px);
}

.plg_bottom_estimate {
  width: 51rem;
  height: auto;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #efe5df;
  padding: 0.5rem 0.3rem;
  /* transform: translate(0, -10px); */
  position: relative;
  margin: 0 1.9rem 0 0;
  transition: .3s ease-in-out;
}

.plg_bottom_estimate::before {
  content: '';
  position: absolute;
  top: calc((100% - 4rem)/2);
  left: calc((100% - 4.9rem)/2);
  width: 0.1rem;
  height: 4rem;
  background: var(--mcolor);
  transition: .3s ease-in-out;
}

.estimate_left_cc {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #ed7737;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.5rem 0 0;
}

.estimate_left_cc::before {
  content: '';
  position: absolute;
  top: calc((100% - 5.4rem)/2);
  left: calc((100% - 5.5rem)/2);
  width: 5.5rem;
  height: 5.4rem;
  background: url(../images/estimate_icon.png) no-repeat center/100%;
  z-index: -1;
}

.estimate_left_cc p {
  font-size: 1.6rem;
  text-align: center;
  color: #fbddcd;
  line-height: 1.2;
  font-weight: 700;
}

.estimate_left_text p {
  font-size: 1.8rem;
  color: var(--mcolor);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -1px;
  transition: .3s ease-in-out;
}

.estimate_left {
  display: flex;
  align-items: center;
  width: 45%;
}

.estimate_right {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.8rem 0.4rem 0;
}

.estimate_flex {
  display: flex;
}

.estimate_right_ttl a {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #231815;
  letter-spacing: -1px;
}

.estimate_right_ttl a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.plg_bottom_far a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 29rem;
  height: 8rem;
  background: #fff;
  border-radius: 999px;
  border: 2px solid #efe5df;
  font-size: 1.9rem;
  font-weight: 700;
  color: #4d4d4d;
  line-height: 1.2;
  padding: 0.4rem 0 0 3.85rem;
  letter-spacing: 0;
  position: relative;
}

.plg_bottom_far a::before {
  content: '';
  position: absolute;
  top: calc((100% - 3rem)/2);
  right: 2.2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--mcolor) url(../images/plg_bottom_far_ic.png) no-repeat center/1.1rem 1.2rem;
}

.plg_bottom_far a .text {
  font-size: 1.6rem;
  display: inline-block;
  letter-spacing: -1.5px;
}


/* BACK TO TOP */
.to_top {
  position: fixed;
  z-index: 9;
  width: 70px;
  height: 70px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all .2s;
  opacity: 0;
  visibility: hidden;
  width: 70px;
  height: 70px;
  background: #EB091E;
  border-radius: 50%;
}

/* .to_top::after{content: '';position: absolute;top: calc((100% - 12px)/2);left: calc((100% - 26px)/2);background: url(../images/btn_top.png) no-repeat center/100%;width: 26px;height: 12px;} */
.to_top::before {
  content: '';
  position: absolute;
  top: calc((100% - 3.7rem)/2);
  left: calc((100% - 4rem)/2);
  width: 4rem;
  height: 3.7rem;
  background: url(../images/btn_top_ic.png) no-repeat center/100%;
}

.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

/* FIREFOX ONLY */
@-moz-document url-prefix() {}

/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}

.ft_on {
  background: var(--mcolor);
  padding: 7.2rem 0 0 0;
}

.ft_ttl p {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -2.5px;
}

.ft_on_frame {
  margin: 3.8rem 0 0 0;
  display: flex;
  justify-content: center;
}

.ft_on_frame .plg_bottom_estimate {
  margin: 0;
  border: 0
}

.ft_on_frame .ft_width::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -13px;
  width: 169px;
  height: 208px;
  background: url(../images/ft_img01.png) no-repeat center/100%;
}

.ft_on_frame .ft_width::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -28px;
  width: 258px;
  height: 214px;
  background: url(../images/ft_img02.png) no-repeat center/100%;
}

.ft_width {
  width: fit-content;
  position: relative;
  padding: 0 18rem 8rem 18rem;
}

.ft_logo {
  text-align: center;
  margin: 0 0 1.2rem 0;
}

.ft_bot {
  padding: 8rem 0;
}

.ft_logo_tag {
  width: fit-content;
  margin: 0 auto 2rem auto;
  position: relative;
}

.ft_logo_tag a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ft_logo_tag p {
  background: var(--red);
  width: 24.4rem;
  height: 3rem;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding: 0 0 0.2rem 0;
}

.ft_address {
  text-align: center;
  margin: 0 0 5.7rem 0;
}

.ft_address p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #231815;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.ft_menu ul {
  display: flex;
  justify-content: center;
}

.ft_menu ul li a {
  display: inline-block;
  font-size: 1.6rem;
  color: #231815;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -1px;
}

.ft_menu ul li {
  line-height: 1.5;
}

.ft_menu ul li:not(:last-child) {
  margin: 0 6rem 0 0;
}

.ft_button {
  display: flex;
  justify-content: center;
}

.ft_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 6rem;
  background: #fff;
  border: 1px solid var(--mcolor);
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 0 0 0.6rem 0;
}

.ft_menu {
  margin: 0 0 4.1rem 0;
}

.ft_button a span {
  display: inline-block;
  position: relative;
  padding: 0 2.5rem 0 0;
  color: var(--mcolor);
  transition: .3s ease-in-out;
}

.ft_button a span::after {
  content: '';
  position: absolute;
  top: 9px;
  right: -4px;
  width: 16px;
  height: 16px;
  background: url(../images/web_ic.png) no-repeat center/100%;
  display: inline-block;
  transition: .3s ease-in-out;
}

address {
  border-top: 1px solid #ccc;
  padding: 4rem 0 4rem 0;
  text-align: center;
  color: #664230;
  font-size: 1.6rem;
  letter-spacing: -0.5px;
  font-weight: 500;
}

/* fix */
.sec05 .sec_mv_box_dpi p .big {
  font-size: 150%;
  letter-spacing: 0;
  line-height: 1;
}

.sec05 .sec_mv_box_ttl p {
  font-size: 1.4rem;
}

.sec05 .sec_mv_box {
  width: 25rem;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 1rem;
}

.sec05 .sec_mv_box_dpi {
  margin: 0 0 .7rem 0;
  padding: 0 0 1rem 0;
}

.sec05 .sec_mv_box_dpi p {
  line-height: 1;
}

.sec05 .i01 .sec_mv_box_demo p {
  font-size: 1.4rem;
}

.sec05 .sec_mv_box_demo p {
  font-size: 1.4rem;
}

.sec05 .sec_mv_flexin_box {
  margin: 2rem 0 1rem 0;
}

.s5_content2a {
  background: #fff;
  padding: 3rem 3rem;
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto;
}

.s5_ct2a_ttl .text_small p {
  font-size: 2rem;
  font-weight: 600;
  color: #231815;
  line-height: 1.5;
}

.s5_ct2a_ttl .text_small p .color {
  color: var(--red);
}

.s5_ct2a_ttl {
  display: flex;
  align-items: flex-end;
  margin: 0 0 2rem 0;
}

.s5_ct2a_ttl .text_big p {
  font-size: 4rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1.2;
}

.s5_ct2a_ttl .text_big {
  margin: 0 0 0 2rem;
}

.s5_ct2a_number p {
  font-size: 5.2rem;
  color: var(--red);
  font-weight: 700;
}