@charset "UTF-8";
/*===============================================
# font
=================================================*/

@import url('https://fonts.googleapis.com/css2?family=Junge&family=League+Script&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap');

@import url(https://db.onlinewebfonts.com/c/3c6351609d503832cf25d21d3d4c3de4?family=Hunter+River);

/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 0;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  -webkit-appearance: none;
}

iframe {
  border: none;
}

/*===============================================
# common
=================================================*/
html {
  scroll-behavior: initial !important;
  font-size: 16px;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #676669;;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

* {
  padding: 0;
  margin: 0;
}

#wrap {
  overflow: hidden;
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

img {
  border: none;
  image-rendering: -webkit-optimize-contrast;
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.inner_block {
  width: 1080px;
  margin: auto;
}


@media screen and (max-width: 1123px) {
.inner_block {
  width: 763px;
 }
}

@media screen and (max-width: 900px) {
  .inner_block {
    width: 700px;
   }
  }

@media screen and (max-width: 767px) {
  .inner_block {
    width: 335px;
    min-width: auto;
   }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

a {
  color: #222222;
}

a:hover {
  opacity: 0.7;
}

/* color
================================*/
.main-color {
  color: #222222;
}

/* font
================================*/


/* btn
================================*/
.price_block a {
  position: relative;
  width: 704px;
  height: 120px;
  overflow-x: hidden;
}

/* ボタン全体のイメージ*/
.price_block a .btn_img{
  width: 704px;
}

@media screen and (max-width: 1123px) {
  .price_block a .btn_img{
    width: 540px;
    }
}

@media screen and (max-width: 767px) {
.price_block a .btn_img{
  width: 100%;
  height: 70px;
  }
}

/* ボタンテキスト*/
.price_block a .text_wrap {
  display: grid;
  grid-template-columns: 88% auto;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1123px) {
.price_block a .text_wrap {
  display: grid;
  grid-template-columns: 88% auto;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
}

@media screen and (max-width: 767px) {
  .price_block a .text_wrap {
    display: grid;
    grid-template-columns: 88% auto;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
  }
  }
  
.price_block a .text_wrap {
  position: absolute;
  top: -200%;
  left: 54%;
  padding-bottom: 6px;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2.0rem;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

@media screen and (max-width: 1123px) {
  .price_block a .text_wrap {
    top: -190%;
    left: 52%;
    font-size: 1.5rem;
    gap: 36px;
   }
  }

 @media screen and (max-width: 900px) {
  .price_block a .text_wrap {
    top: -190%;
    left: 52%;
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .price_block a .text_wrap {
    top: -165%;
    left: 53%;
    font-size: 1.0rem;
    line-height: 1.3;
    padding-bottom: 0;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .price_block a .text_wrap span {
    display: block;
  }
}

.price_block a .text_wrap p{
  white-space: nowrap;
}

.price_block a .text_wrap span {
  color: #FFF603;
}


/* 再生マークの調整*/
.price_block a .text_wrap .btn_icon {
  padding-top: 3px;
 }

  @media screen and (max-width: 1123px) {
.price_block a .text_wrap .btn_icon {
  width: 30px;
 }
}

@media screen and (max-width: 767px) {
.price_block a .text_wrap .btn_icon {
  width: 20px;
  padding-top: 4px;
  }
}

/*2 個目のボタン */
.price_block_02 a .text_wrap {
  font-size: 2rem;
  line-height: 0.6;
  text-align: center;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .price_block_02 a .text_wrap {
    font-size: 2rem;
    line-height: 0.6;
    text-align: center;
    padding-bottom: 8px;
  }
}

.price_block_02 a .text_wrap span {
  font-size: 0.625em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .price_block_02 a .text_wrap span {
    font-size: 0.875em;
    width: 150px;
  }
}

@media screen and (max-width: 1123px) {
  .price_block_02 .price_block a .text_wrap {
    top: -190%;
    left: 52%;
    font-size: 1.5rem;
    padding-bottom: 10px;
   }
  }

  @media screen and (max-width: 900px) {
    .price_block_02  .price_block a .text_wrap {
      top: -190%;
      left: 52%;
      font-size: 1.5rem;
      padding-bottom: 25px;
     }
    }

  @media screen and (max-width: 767px) {
    .price_block_02   .price_block a .text_wrap {
      top: -160%;
      left: 53%;
      font-size: 1.0rem;
      line-height: 0.5;
      padding-bottom: 5px;
      gap:0
     }
    }

.price_block_02  .price_block a .text_wrap .btn_icon {
      padding-top: 15px;
     }

@media screen and (max-width: 1123px) {
 .price_block_02  .price_block a .text_wrap .btn_icon {
    width: 30px;
    padding-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .price_block_02 .price_block a .text_wrap .btn_icon {
    width: 20px;
    margin-left: 10px;
    padding-top: 10px;
  }
}
  

/* c_title_wrap
================================*/
.c_title_wrap {
  font-size: 5.375rem;
  letter-spacing: 0.01em;
  color: #EA536F;
  font-family: "Hunter River";
  line-height: 1.0;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
.c_title_wrap {
  font-size: 3.75rem;
  padding-bottom: 10px;
 }
}

.jp {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
.jp {
    font-size: 1rem;
    margin-bottom: 35px;
  }
}  

/* c_title_wrap_02
================================*/
.c_title_wrap_02 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #EA536F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
.c_title_wrap_02 {
  font-size: 1.75rem;
  margin-bottom: 30px;
 }
}

/*===============================================
# header
=================================================*/
.wrapper {
  position: relative;
}

.header {
  width: 68%;
  margin: auto;
  position: relative;
  min-width: 1080px;
}

@media screen and (max-width: 1123px) {
.header {
  min-width: 763px;
 }
}

@media screen and (max-width: 900px) {
  .header {
    min-width: 700px;
   }
  }

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    padding: 0 20px;
    margin: auto;
    min-width: auto;
   }
}

.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 15;
}

@media screen and (max-width: 767px) {
.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  z-index: 15;
 }
}

.header_logo img {
  width: 129px;
}

@media screen and (max-width: 767px) {
  .header_logo img {
    width: 103px;
  }
}

/*===============================================
# footer
=================================================*/
.footer_block {
  background: #F7E4E5;
  text-align: center;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.0rem;
  letter-spacing: 0;
  color: #676669;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .footer_block {
    padding-bottom: 34px;
    font-size: 0.75rem;
  }
}

/*===============================================
# mv
=================================================*/

.mv_block {
  position: relative;
  z-index: 0;
  min-width: 375px;
}

@media screen and (max-width: 767px) {
  .mv_block {
    position: relative;
    z-index: 0;
    height: 100vh;
  }
 }

.mv_block .background_image {
  width: 100%;
  height:100vh;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .mv_block .background_image {
    width: 100%;
    height: 65vh;
    overflow-x: hidden;
    min-height: 444px;
  }  
}


@media screen and (max-width: 540px) {
  .mv_block .background_image {
    width: 100%;
    height: 55vh;
    overflow-x: hidden;
    min-height: 444px;
  }  
}


.mv_block .background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1123px) {
  .mv_block .background_image img {
    object-position:60% 100%
   }
 }

@media screen and (max-width: 900px) {
  .mv_block .background_image img {
    object-position:60% 100%
   }
 }

 @media screen and (max-width: 767px) {
  .mv_block .background_image img {
    object-position:50% 0%
   }
 }


.mv_container {
  width: 68%;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 50% auto;
  align-items: end;
  gap: 2.8%;
  min-width: 1080px;
}

@media screen and (max-width: 1123px) {
  .mv_container {
    min-width: 750px;
    gap:0%;
    grid-template-columns: 45% auto;
  }  
 }

 @media screen and (max-width: 900px) {
  .mv_container {
    min-width: 700px;
    grid-template-columns: 40% auto;
  }  
 }

 @media screen and (max-width: 767px) {
  .mv_container {
    width: 340px;
    display: block;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: auto;
    margin: auto;
  }  
 }

.mv_title.left {
  font-weight: 400;
}

.mv_title.left .line01{
  font-size: 5.68rem;
  letter-spacing: 0.06em;
  display: block;
  line-height: 0;
}

@media screen and (max-width: 1123px) {
  .mv_title.left .line01{
    font-size: 3.50em;
 }
}

@media screen and (max-width: 900px) {
  .mv_title.left .line01{
    font-size: 2.8em;
 }
}

@media screen and (max-width: 767px) {
  .mv_title.left .line01{
    font-size: 4.44em;
    text-shadow: 0px 0px 10px #ffffff;
 }
}

@media screen and (max-width: 767px) {
  .mv_title.left .line01{
    font-size: 4.44em;
    text-shadow:  0 0 10px #fff, 0 0 10px #fff;
 }
}

.mv_title.left .line01 .line01_02 {
  font-size: 4.43rem;
  margin-left: -28px;
}

@media screen and (max-width: 1123px) {
  .mv_title.left .line01 .line01_02 {
    font-size: 2.70rem;
    margin-left: -23px;
  }
}

@media screen and (max-width: 900px) {
  .mv_title.left .line01 .line01_02 {
    font-size: 2.3rem;
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .mv_title.left .line01 .line01_02 {
    font-size: 3.03rem;
    margin-left: -20px;
    text-shadow: 10px #ffffff
  }
}

.mv_title.left .line02 {
  color: #EA536F;
  font-size: 10.5rem;
  letter-spacing: 0.01em;
  line-height: 1.68;
  position: relative;
}

@media screen and (max-width: 1123px) {
  .mv_title.left .line02 {
    line-height: 1.5;
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 900px) {
  .mv_title.left .line02 {
    font-size: 5.2rem;
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .mv_title.left .line02 {
    font-size: 7.18rem;
    padding-top: 5px;
    margin-left: -6px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 1.35;
  }
}

.mv_title.left .line02 img {
  position: absolute;
  bottom: 35px;
  left: -25px;
  z-index: -1;
}

@media screen and (max-width: 1123px) {
  .mv_title.left .line02 img {
    width: 100%;
    bottom: 10px;
    left: -22px;
  }
}  

@media screen and (max-width: 900px) {
  .mv_title.left .line02 img {
    bottom:7px;
    left: -20px;
  }
}  

@media screen and (max-width: 767px) {
  .mv_title.left .line02 img {
    bottom:10px;
    left: -5px;
    width: 350px;
  }
}  

.mv_title.left .line02 .line02_02 {
  color: #EA536F;
  font-size: 8.31rem;
  margin-left: -50px;
  line-height: 0;
}

@media screen and (max-width: 1123px) {
  .mv_title.left .line02 .line02_02 {
    font-size: 5.1rem;
    margin-left: -35px;
  }
}

@media screen and (max-width: 900px) {
  .mv_title.left .line02 .line02_02 {
    font-size: 3.8rem;
    margin-left: -25px;
  }
}

@media screen and (max-width: 767px) {
  .mv_title.left .line02 .line02_02 {
    font-size: 5.69rem;
    margin-left: -34px;
  }
}

.mv_title.left .line03 {
  color: #EA536F;
  font-size: 6.06rem;
  line-height: 0.2;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1123px) {
  .mv_title.left .line03 {
    font-size: 3.7rem;
 }
}

@media screen and (max-width: 900px) {
  .mv_title.left .line03 {
    font-size: 3.0rem;
    padding-top: 5px;
 }
}

@media screen and (max-width: 900px) {
  .mv_title.left .line03 {
    font-size: 2.97rem;
    padding-top: 5px;
 }
}

@media screen and (max-width: 767px) {
  .mv_title.left .line03 {
    font-size: 4.14rem;
    padding-top: 2px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
 }
}

.mv_title.left .line04_wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #ffffff;
  position: relative;
  margin-top: 60px;
}

@media screen and (max-width: 1123px) {
  .mv_title.left .line04_wrap {
   font-size: 1.05rem;
   margin-top: 35px;
 }
}

@media screen and (max-width: 900px) {
  .mv_title.left .line04_wrap {
   font-size: 0.85rem;
   margin-top: 35px;
 }
}

@media screen and (max-width: 767px) {
  .mv_title.left .line04_wrap {
   font-size: 1.06rem;
   margin-top: 38px;
 }
}

.mv_title.left .line04_wrap span {
  position: absolute;
  top: 44%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
.mv_title.left .line04_wrap span {
  position: absolute;
  top: 44%;
  left: 53.5%;
  transform: translate(-50%, -50%);
  width: 100%;
}
}

@media screen and (max-width: 1123px) {
.mv_title.left .line04_wrap img {
  width: 97%;
  height: 45px;
 }
}

@media screen and (max-width: 900px) {
  .mv_title.left .line04_wrap img {
    width: 95%;
    height: 40px;
   }
  }

@media screen and (max-width: 767px) {
  .mv_title.left .line04_wrap img {
    width: 100.5%;
    height: 32px;
   }
  }

.mv_item.right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #EA536F;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
.mv_item.right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #EA536F;
  padding-right: 0;
  margin-top: 18px;
  margin-bottom: 15px;
}
}

.mv_item_wrap {
  position: relative;
  padding-right: 0;
  text-align: right;
}

.mv_item_wrap img {
   width: 115%;
}

@media screen and (max-width: 1800px) {
  .mv_item_wrap img {
    width: 100%;
  }
} 

@media screen and (max-width: 1123px) {
  .mv_item_wrap img {
    width: 90%;
  }
} 

@media screen and (max-width: 767px) {
  .mv_item_wrap img {
    width: 100%;
  }
} 

.mv_item_wrap .title_wrap.v01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv_item_wrap .title_wrap.v01 {
  position: absolute;
  top: 49%;
  left: 55%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v01 {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
 }
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v01 {
    position: absolute;
    top: 49%;
    left: 54%;
    transform: translate(-50%, -50%);
 }
}

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v01 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
}

.mv_item_wrap .title_wrap.v01 .text_wrap_01.v01 {
  font-size: 1.40rem;
  letter-spacing: 0.06em;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v01 .text_wrap_01.v01 {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  text-align: center;
  display: block;
 }
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v01 .text_wrap_01.v01 {
    font-size: 1.00rem;
  }
} 

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v01 .text_wrap_01.v01 {
    font-size: 0.875rem;
    margin-bottom: -3px;
  }
} 

.mv_item_wrap .title_wrap.v01 .text_wrap_02 {
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
}

.mv_item_wrap .title_wrap.v01 .text_wrap_02.v01 {
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  padding-bottom: 9px;
  padding-left: 3px;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v01 .text_wrap_02.v01 {
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  font-size: 1.0rem;
  padding-bottom: 7px;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v01 .text_wrap_02.v01 {
    font-size: 0.8rem;
  }
} 

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v01 .text_wrap_02.v01 {
    font-size: 0.75rem;
  }
} 

.mv_item_wrap .title_wrap.v01 .text_wrap_02.v02 {
  font-family: "Junge", cursive;
  font-weight: 400;
  font-size: 5.2rem;
  letter-spacing: -0.01em;
  line-height: 0.9;
}


@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v01 .text_wrap_02.v02 {
  font-family: "Junge", cursive;
  font-weight: 400;
  font-size: 4.14rem;
  letter-spacing: -0.01em;
  line-height: 0.9;
  padding-right: 2px;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v01 .text_wrap_02.v02 {
    font-size: 3.5rem;
  }
} 

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v01 .text_wrap_02.v02 {
    font-size: 2.87rem;
  }
} 

.mv_item_wrap .title_wrap.v01 .text_wrap_02.v03 {
  font-size: 2.3rem;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v01 .text_wrap_02.v03 {
  font-size: 1.875rem;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v01 .text_wrap_02.v03 {
    font-size: 1.5rem;
  }
} 

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v01 .text_wrap_02.v03 {
    font-size: 1.25rem;
  }
} 

.mv_item_wrap .title_wrap.v02 {
  position: absolute;
  top: 53%;
  left: 58%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 25% auto 28%;
  text-align: center;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v02 {
  position: absolute;
  top: 53.5%;
  left: 51%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 25% auto 28%;
  text-align: center;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v02 {
    position: absolute;
    top: 52%;
    left: 56%;
    transform: translate(-50%, -50%);
    grid-template-rows: 25% auto 28%;
  }
}  

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v02 {
    position: absolute;
    top: 53%;
    left: 51%;
    transform: translate(-50%, -50%);
    grid-template-rows: 25% auto 28%;
  }
}  


.mv_item_wrap .title_wrap.v02 .text_wrap_01 {
  white-space: nowrap;
  padding-bottom: 8px;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v02 .text_wrap_01 {
  white-space: nowrap;
  padding-bottom: 5px;
}
}

.mv_item_wrap .title_wrap.v02 .text_wrap_01.v01 {
  font-size: 1.40rem;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v02 .text_wrap_01.v01 {
  font-size: 1.25rem;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_01.v01 {
    font-size: 1.00rem;
  }
} 

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_01.v01 {
    font-size: 0.875rem;
    padding-bottom: 0px;
  }
} 

.mv_item_wrap .title_wrap.v02 .text_wrap_01.v02 {
  font-size: 0.90rem;
  letter-spacing: 0;
  margin-left: -2px;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v02 .text_wrap_01.v02 {
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-left: -5px;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_01.v02 {
    font-size: 0.55rem;
 }
}

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_01.v02 {
    font-size: 0.5rem;
 }
}

.mv_item_wrap .title_wrap.v02 .text_wrap_02 {
  white-space: nowrap;
}


.mv_item_wrap .title_wrap.v02 .text_wrap_02.v01 {
  line-height: 0;
  font-size: 3.5rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v02 .text_wrap_02.v01 {
  line-height: 0;
  font-size: 3.0rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
}

@media screen and (max-width: 1123px) {
.mv_item_wrap .title_wrap.v02 .text_wrap_02.v01 {
  line-height: 0;
  font-size: 3.0rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_02.v01 {
    font-size: 2.5rem;
    line-height: 1.15;
  }
}
@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_02.v01 {
    font-size: 2.0rem;
    line-height: 1.2;
  }
}

.mv_item_wrap .title_wrap.v03 {
  position: absolute;
  top: 55.5%;
  left: 58%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 25% auto 28%;
  text-align: center;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v03 {
  position: absolute;
  top: 56%;
  left: 51%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 25% auto 28%;
  text-align: center;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v03 {
    position: absolute;
    top: 54%;
    left: 55%;
    transform: translate(-50%, -50%);
  }
}  

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v03 {
    position: absolute;
    top: 53.5%;
    left: 51%;
    transform: translate(-50%, -50%);
  }
}  

.mv_item_wrap .title_wrap.v03 .text_wrap_02.v01{
  line-height: 0;
  font-size: 3.5rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v03 .text_wrap_02.v01{
  line-height: 0;
  font-size: 3.0rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v03 .text_wrap_02.v01{
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v03 .text_wrap_02.v01{
    font-size: 2.0rem;
  }
}

.mv_item_wrap .title_wrap.v02 .text_wrap_02.v02,
.mv_item_wrap .title_wrap.v03 .text_wrap_02.v02{
  line-height: 0;
  font-size: 2.3rem;
  letter-spacing: -0.03em;
  margin-left: -5px;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v02 .text_wrap_02.v02,
.mv_item_wrap .title_wrap.v03 .text_wrap_02.v02{
  line-height: 0;
  font-size: 1.875rem;
  letter-spacing: -0.03em;
  margin-left: -5px;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_02.v02,
  .mv_item_wrap .title_wrap.v03 .text_wrap_02.v02{
    line-height: 0;
    font-size: 1.45rem;
  }
}

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_02.v02,
  .mv_item_wrap .title_wrap.v03 .text_wrap_02.v02{
    font-size: 1.25rem;
  }
}
.mv_item_wrap .title_wrap.v02 .text_wrap_03.v01 {
  line-height: 0;
  font-size: 1.25rem;
  display: block;
  padding-top: 12px;
}

@media screen and (max-width: 1123px) {
.mv_item_wrap .title_wrap.v02 .text_wrap_03.v01 {
  line-height: 0;
  font-size: 1.25rem;
  display: block;
  padding-top: 12px;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_03.v01 {
    font-size: 1rem;
    padding-top: 10px;
  }
}  

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v02 .text_wrap_03.v01 {
    font-size: 0.875rem;
    padding-top: 5px;
  }
}  

.mv_item_wrap .title_wrap.v02 .text_wrap_03 {
  font-size: 1.4rem;
 }


@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v02 .text_wrap_03 {
 font-size: 1.25rem;
}
}


.mv_item_wrap .title_wrap.v03 {
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v03 {
  font-size: 1.25rem;
  white-space: nowrap;
  text-align: center;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v03 {
    font-size: 1rem;
  }
}

.mv_item_wrap .title_wrap.v03 .text_wrap_01 {
  padding-bottom: 2px;
  margin-left: -4px;
}

.mv_item_wrap .title_wrap.v03 .text_wrap_01 {
  padding-bottom: 8px;
  margin-left: -4px;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v03 .text_wrap_01 {
  padding-bottom: 2px;
  margin-left: -4px;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v03 .text_wrap_01 {
    margin-left: -2px;
  }
}

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v03 .text_wrap_01 {
    margin-left: -2px;
    font-size: 0.875rem;
    padding-bottom: 0;
  }
}

.mv_item_wrap .title_wrap.v03 .text_wrap_03.v01 {
  line-height: 1.28;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin-top: -2px;
}

@media screen and (max-width: 1800px) {
.mv_item_wrap .title_wrap.v03 .text_wrap_03.v01 {
  line-height: 1.28;
  font-size: 1.25rem;
  text-align: center;
  display: block;
}
}

@media screen and (max-width: 1123px) {
  .mv_item_wrap .title_wrap.v03 .text_wrap_03.v01 {
    font-size: 1rem;
    margin-top: 0px;
 }
}

@media screen and (max-width: 767px) {
  .mv_item_wrap .title_wrap.v03 .text_wrap_03.v01 {
    font-size: 0.875rem;
    margin-top: -3px;
 }
}


/*===============================================
# price
=================================================*/

.price_block {
  position: relative;
  background-color:  #F7E4E5;
  padding: 100px 0;
}

@media screen and (max-width: 1123px) {
.price_block {
  font-size: 13px;
}
}

@media screen and (max-width: 900px) {
.price_block {
  font-size: 11px;
}
}
  

@media screen and (max-width: 767px) {
.price_block {
  font-size: 10px;
  min-width: 375px;
  padding: 40px 0;
 }
}
  

@media screen and (max-width: 1123px) {
.price_block .arw{
  width: 65px;
  z-index: 1;
  margin-left: 86px;
 }
}

  @media screen and (max-width: 900px) {
    .price_block .arw{
      width: 55px;
      z-index: 1;
      margin-left: 70px;
    }
    }

@media screen and (max-width: 767px) {
  .price_block .arw{
    width: 27px;
    z-index: 1;
    margin-left: -23px;
  }
}

@media screen and (max-width: 767px) {
  .price_block_02 .arw{
    margin-left: -2px;
  }
}

.price_block .inner_block .price_container  {
  width: 100%;
  padding: 50px 40px 30px;
  background-color:  #ffffff;
  margin: auto;
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  text-align: center;
  box-shadow: 0px 6px 3px 0px rgba(0,0,0,0.12);
}

@media screen and (max-width: 767px) {
.price_block .inner_block .price_container  {
  width: 100%;
  padding: 20px 10px 18px;
  min-width: 312px;
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.12);
}
}

.price_container .title_wrap {
  position: relative;
  width: 100%;
}

.price_container .title_wrap img {
  width: 100%;
  height: 60px;
}

@media screen and (max-width: 1123px) {
.price_container .title_wrap img {
  height: 40px;
}
}

.price_container .title_wrap .title_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.0em;
  text-align: center;
}

.price_container .item_wrap {
  display: grid;
  grid-template-columns: 37% auto;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
.price_container .item_wrap {
  grid-template-columns: 33% auto;
  margin-top: 15px;
  margin-bottom: 18px;
}
}

.price_container .item_wrap .item_wrap_left {
  position: relative;
}

.price_container .item_wrap .item_wrap_left img{
  padding-bottom: 22px;
  padding-left: 2px;
  width: 100%;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1123px) {
.price_container .item_wrap .item_wrap_left img{
  width: 100%;
  padding-left: 0px;
  padding-bottom: 20px;
}
}

@media screen and (max-width: 900px) {
  .price_container .item_wrap .item_wrap_left img{
    width: 98%;
    padding-left: 0px;
    padding-bottom: 8px;
 }
}


@media screen and (max-width: 767px) {
  .price_container .item_wrap .item_wrap_left img{
    width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

.price_container .item_wrap .item_wrap_left .text_wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@media screen and (max-width: 1123px) {
.price_container .item_wrap .item_wrap_left .text_wrap {
  top: 50%;
}
}

.price_container .item_wrap .item_wrap_left .text_wrap .line01 {
  font-size: 1.5em;
  line-height: 1.3;
}

@media screen and (max-width: 1123px) {
  .price_container .item_wrap .item_wrap_left .text_wrap .line01 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .price_container .item_wrap .item_wrap_left .text_wrap .line01 {
    font-size: 0.8em;
  }
}


.price_container .item_wrap .item_wrap_left .text_wrap .line02 {
  display: grid;
  grid-template-columns: 88% auto;
  letter-spacing: -0.04em;
  font-weight: 400;
  align-items: flex-end;
  line-height: 1.1;
}

.price_container .item_wrap .item_wrap_left .text_wrap .line02_02 {
  padding-bottom: 7px;
  padding-left: 2px;
}

@media screen and (max-width: 767px) {
  .price_container .item_wrap .item_wrap_left .text_wrap .line02_02 {
    padding-bottom: 4px;
  }
}  

.price_container .item_wrap .item_wrap_left .text_wrap .line02 .line02_01 {
  font-size: 6.5em;
  font-weight: 400;
  font-family: "Junge", cursive;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

@media screen and (max-width: 1123px) {
  .price_container .item_wrap .item_wrap_left .text_wrap .line02 .line02_01 {
    font-size: 5.4em;
  }
}

@media screen and (max-width: 767px) {
.price_container .item_wrap .item_wrap_left .text_wrap .line02 .line02_01 {
  font-size: 2.8em;
  line-height: 1.1;
}
}

.price_container .item_wrap .item_wrap_left .text_wrap .line02 .line02_02_01 {
  font-size: 0.937em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .price_container .item_wrap .item_wrap_left .text_wrap .line02 .line02_02_01 {
    font-size: 0.5em;
    font-weight: 400;
    white-space: nowrap;
  }
}
  
.price_container .item_wrap .item_wrap_left .text_wrap .line02 .line02_02_02 {
  font-size: 2.475em;
}

@media screen and (max-width: 767px) {
  .price_container .item_wrap .item_wrap_left .text_wrap .line02 .line02_02_02 {
    font-size: 1.2em;
  }
}

.price_container .item_wrap .item_wrap_left .text_wrap .line03 {
  font-size: 1.5em;
  letter-spacing: 0;
  padding-top: 5px;
}

@media screen and (max-width: 900px) {
  .price_container .item_wrap .item_wrap_left .text_wrap .line03 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
.price_container .item_wrap .item_wrap_left .text_wrap .line03 {
  font-size: 0.8em;
  padding-top: 0px;
}
}

.price_container .item_wrap .item_wrap_right {
  position: relative;
}

.price_container .item_wrap .item_wrap_right_01 {
  position: absolute;
  top: 50%;
  left: -7%;
  transform: translate(-50%, -50%);
  z-index: 1;
}


@media screen and (max-width: 1123px) {
.price_container .item_wrap .item_wrap_right_01 {
    position: absolute;
    left: 10%
}
}


@media screen and (max-width: 1123px) {
  .price_container .item_wrap .item_wrap_right_01 {
      position: absolute;
      left: 2%
  }
}

.price_container .item_wrap .item_wrap_right_02 .text_wrap{
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #EA536F;
}

@media screen and (max-width: 1123px) {
  .price_container .item_wrap .item_wrap_right_02 .text_wrap{
    top: 50%;
    left: 58%;
  }
 }

@media screen and (max-width: 767px) {
  .price_container .item_wrap .item_wrap_right_02 .text_wrap{
    top: 53%;
    left: 52%;
  }
}

.price_container .item_wrap .item_wrap_right_02 .price_deco_02{
  width: 100%;
}

@media screen and (max-width: 1123px) {
.price_container .item_wrap .item_wrap_right_02 .price_deco_02{
  width: 85%;
 }
}


@media screen and (max-width: 767px) {
.price_container .item_wrap .item_wrap_right_02 .price_deco_02{
  height: 83px;
  width: 180px;
  }
}
  
@media screen and (max-width: 1123px) {
.price_container .item_wrap .item_wrap_right_02 {
  text-align: right ;
}
}

.price_container .item_wrap .item_wrap_right .text_wrap .line01 {
  display: grid;
  grid-template-columns: 88% auto;
  letter-spacing: -0.04em;
  font-weight: 400;
  align-items: flex-end;
  text-align: center;
}

.price_container .item_wrap .item_wrap_right_02 .text_wrap .line01_01 {
  font-size: 8.125em;
  font-family: "Junge", cursive;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 767px) {
.price_container .item_wrap .item_wrap_right_02 .text_wrap .line01_01 {
  font-size: 5.0em;
}
}

.price_container .item_wrap .item_wrap_right_02 .text_wrap .line01_02 {
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
.price_container .item_wrap .item_wrap_right_02 .text_wrap .line01_02 {
  padding-bottom: 8px;
}
}

.price_container .item_wrap .item_wrap_right_02 .text_wrap .line01_02_01 {
  font-size: 1.187em;
  letter-spacing: -0.04em;
}


@media screen and (max-width: 767px) {
.price_container .item_wrap .item_wrap_right_02 .text_wrap .line01_02_01 {
  font-size: 0.8em;
  white-space: nowrap;
  }
}

.price_container .item_wrap .item_wrap_right_02 .text_wrap .line01_02_02 {
  font-size: 3.187em;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 767px) {
.price_container .item_wrap .item_wrap_right_02 .text_wrap .line01_02_02 {
  font-size: 2.0em;
}
}

.price_container .item_wrap .item_wrap_right_02 .text_wrap .line02 {
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 0em;
}

@media screen and (max-width: 767px) {
.price_container .item_wrap .item_wrap_right_02 .text_wrap .line02 {
  font-size: 1.0em;
  line-height: 1.4;
}
}

/*===============================================
# price_02
=================================================*/

.price_block_02 .price_block {
  position: relative;
  background-color:  #F7E4E5;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .price_block_02 .price_block {
  padding: 40px 0;
}
}


.price_block_02 .inner_block {
  text-align: center;
}

.price_block_02 .price_block .title_wrap {
  display: flex;
  justify-content: center;
}

.price_block_02 .price_block .inner_block .price_container  {
 padding-top: 0;
 border-bottom: 8px #EA536F solid;
 border-left: 8px #EA536F solid;
 border-right: 8px #EA536F solid;
 margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
.price_block_02 .price_block .inner_block .price_container  {
  border-bottom: 2px #EA536F solid;
  border-left: 2px #EA536F solid;
  border-right: 2px #EA536F solid;
  margin-bottom: 18px;
  }
}


.price_block_02 .price_container .title_wrap img {
  width: 1080px;
  height: 100px;
}

@media screen and (max-width: 767px) {
.price_block_02 .price_container .title_wrap img {
  width: 339px;
  height: 49px;
}
}

.price_block_02 .price_container .title_wrap .title_text {
  font-size: 3.0rem;
  color: #fff;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1123px) {
.price_block_02 .price_container .title_wrap .title_text {
  font-size: 2.5em;
  }
}  


@media screen and (max-width: 767px) {
.price_block_02 .price_container .title_wrap .title_text {
  font-size: 1.25rem;
}
}  

.price_block_02  .item_wrap {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
.price_block_02  .item_wrap {
  margin: 18px auto 15px;
}
}

.price_block_02  .item_wrap_right_01 {
  position: relative;
}

@media screen and (max-width: 767px) {
.price_block_02  .item_wrap_right_01 {
  margin-left: -8px;
}
}

.price_block_02 .item_wrap_right_01 p {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Junge", cursive;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 4.31rem;
  line-height: 0.85;
}


@media screen and (max-width: 767px) {
.price_block_02 .arw {
   width: 38px;
}
}

@media screen and (max-width: 1123px) {
.price_block_02 .item_wrap_right_01 p {
  font-size: 2.4rem; 
  left: 77%;
  }
}
  

@media screen and (max-width: 900px) {
.price_block_02 .item_wrap_right_01 p {
  font-size: 2.0rem; 
  left: 77%;
  }
}

@media screen and (max-width: 767px) {
.price_block_02 .item_wrap_right_01 p {
  font-size: 1.25rem; 
  left: 47%;
  }
}


.price_block_02 .item_wrap_right_01 span {
  font-size: 0.36em;
}

.price_block_02 .item_wrap_right_01 .span02 {
  display: block;
  font-size: 0.65em;
}

.price_block_02 .price_container .item_wrap .item_wrap_right_02 .price_deco_02{
  width: 484px;
  height: 188px;
}

@media screen and (max-width: 1123px) {
  .price_block_02 .price_container .item_wrap .item_wrap_right_02 .price_deco_02{
    width: 350px;
    height: 145px;
  }
}

@media screen and (max-width: 900px) {
  .price_block_02 .price_container .item_wrap .item_wrap_right_02 .price_deco_02{
    width: 305px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .price_block_02 .price_container .item_wrap .item_wrap_right_02 .price_deco_02{
    height: 83px;
    width: 170px;
    }
  }
    

.price_block_02 .price_container .item_wrap .item_wrap_right_01 {
  position: absolute;
  top: 50%;
  left: -10.5%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 1123px) {
  .price_block_02 .price_container .item_wrap .item_wrap_right_01 {
    left: -17%;
  }
}

@media screen and (max-width: 900px) {
  .price_block_02 .price_container .item_wrap .item_wrap_right_01 {
    left: -20%;
  }
}

@media screen and (max-width: 767px) {
  .price_block_02 .price_container .item_wrap .item_wrap_right_01 {
    left: -2%;
  }
}


@media screen and (max-width: 1123px) {
.price_block_02 .price_container .item_wrap .item_wrap_right_02 .text_wrap {
  top: 50%;
  left: 51%;
}
}


.price_block_02 .note_wrap {
  text-align: left;
  font-size: 1.125rem;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1123px) {
.price_block_02 .note_wrap {
    font-size: 1rem;
  }
}  

@media screen and (max-width: 900px) {
.price_block_02 .note_wrap {
    font-size: 0.9rem;
  }
}  

@media screen and (max-width: 767px) {
.price_block_02 .note_wrap {
    font-size: 0.625rem;
  }
}  

.price_block_02 .note_wrap .note {
  display: grid;
  grid-template-columns: 2% auto;
  align-items: flex-start;
}

@media screen and (max-width: 1123px) {
.price_block_02 .note_wrap .note {
    grid-template-columns: 3.5% auto;
    letter-spacing: 0;
  }
}


@media screen and (max-width: 900px) {
.price_block_02 .note_wrap .note {
    grid-template-columns: 3% auto;
    letter-spacing: 0;
  }
}

/*===============================================
# ob
=================================================*/

.origination_block {
  position: relative;
  z-index: 0;
  min-width: 375px;
}

.origination_block .background_image {
  width: 100%;
  height:625px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
.origination_block .background_image {
    width: 100%;
    height: 460px;
  }  
}

.origination_block .background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
.origination_block .background_image img {
    object-position:60% 100%
   }
 }

@media screen and (max-width: 767px) {
.origination_block .background_image img {
    object-position:75% 0%
   }
 }


@media screen and (max-width: 560px) {
.origination_block .background_image img {
    object-position:50% 0%
   }
 }

.origination_block .ob_container {
  position: absolute;
  top:50%;
  left: 45%;
  transform: translateY(-50%);
  width: 620px;
  font-size: 26px;
  color:  #ffffff;
  text-align: center;
}

@media screen and (max-width: 1123px) {
.origination_block .ob_container {
  left: 30%;
}
}

@media screen and (max-width: 900px) {
.origination_block .ob_container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
.origination_block .ob_container {
   font-size: 18px;
   width: 335px;
  }
}

.origination_block .ob_container .title_wrap {
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 30px;

}

@media screen and (max-width: 767px) {
.origination_block .ob_container .title_wrap {
  line-height: 1.1;
  padding-right: 0;
  padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
.origination_block .ob_container .title_wrap img {
  width: 250px;
  padding-top: 9px;
  }
}

.origination_block .ob_container .title_wrap h2 {
  letter-spacing: 0;
  font-size: 1.65em;
}


@media screen and (max-width: 767px) {
.origination_block .ob_container .title_wrap h2 {
    letter-spacing: 0;
    font-size: 1.78em;
  }
}


.origination_block .ob_container .title_wrap .span_01{
  font-size: 1.23em;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
.origination_block .ob_container .title_wrap .span_01 {
    letter-spacing: 0;
    font-size: 1.75em;
  }
}

@media screen and (max-width: 767px) {
.origination_block .ob_container .title_wrap .span_02 {
    display: block;
  }
}

.origination_block .ob_container .text_wrap {
  text-align: center;
  padding-left: 18%;
} 

@media screen and (max-width: 767px) {
.origination_block .ob_container .text_wrap {
    padding-left: 0;
  } 
}

.origination_block .ob_container .text_wrap .item_wrap {
  display: grid;
  grid-template-columns: 5% auto;
  gap :20px;
  align-items: center;
  white-space: nowrap;
  text-align: left;
  letter-spacing: 0.06em;
  padding-bottom: 18px;
}

@media screen and (max-width: 767px) {
.origination_block .ob_container .text_wrap .item_wrap {
  gap :12px;
  padding-left: 20px;
  padding-bottom: 12px;
}
}

.origination_block .ob_container .text_wrap .item_wrap span {
  color: #FEFCC8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
.origination_block .ob_container .text_wrap .item_wrap img{
    width: 20px;
  }
}

/*===============================================
# cb
=================================================*/

.conclusion_block {
  position: relative;
  min-width: 375px;
}

.conclusion_block .inner_block {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.01em;
  padding: 55px 0;
}

@media screen and (max-width: 900px) {
  .conclusion_block .inner_block {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .conclusion_block .inner_block {
    font-size: 28px;
    letter-spacing: 0.01em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .conclusion_block .inner_block .line01 {
    display: block;
   }
 }

 @media screen and (max-width: 767px) {
  .conclusion_block .inner_block .line01 .span01 {
    display: block;
   }
 }


@media screen and (max-width: 767px) {
  .conclusion_block .inner_block .span04 {
   display: block;
  }
}

.conclusion_block img {
 width: 213px;
 padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .conclusion_block img {
    width: 129px;
    padding: 0 5px 0 0;
   }
} 

.conclusion_block .span03 {
  font-size: 2.27em;
  color: #EA536F;
  letter-spacing: 0.06em;
  line-height: 1.3;
  padding-right: 3px;
}

@media screen and (max-width: 767px) {
  .conclusion_block .span03 {
    font-size: 1.71em;
  }
}


/*===============================================
r-tit
=================================================*/
.reason_title_block {
  position: relative;
  min-width: 375px;
  background-color: #EA536F;
  height: 140px;
  box-shadow:  0px 6px 5px 0px rgba(0,0,0,0.15);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .reason_title_block {
    height: 100px;
    box-shadow:  0px 6px 5px rgba(0,3,3,0.12);
  }
}

.reason_title_block .title_wrap {
  font-size: 48px;
  letter-spacing: 0.01em;
  position: absolute;
  top: 48%;
  left: 59%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: 60% auto;
  overflow-x: hidden;
  align-items: center;
  gap:60px;
}


@media screen and (max-width: 1172px) {
.reason_title_block .title_wrap {
  left: 54%;
  gap:50px;
}
}

@media screen and (max-width: 948px) {
  .reason_title_block .title_wrap {
    font-size: 40px;
    gap:35px;
    grid-template-columns: 60% auto;
  }
}

@media screen and (max-width: 767px) {
  .reason_title_block .title_wrap {
    position: relative;
    width: 100%;
    font-size: 26px;
    height: 312px;
    overflow-x: hidden;
    left: 50%;
  }
}


.reason_title_block .title_wrap_img {
  padding-bottom: 146px;
}

@media screen and (max-width: 1172px) {
  .reason_title_block .title_wrap_img  {
    width: 200px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .reason_title_block .title_wrap_img  {
    position: absolute;
    right: -6.5%;
    top: 2.9%;
    overflow-x: hidden;
    white-space: nowrap;
    z-index: 20;
  }
}

@media screen and (max-width: 1172px) {
  .reason_title_block .title_wrap_img img {
    width: 177px;
  }
}


.reason_title_block .title_wrap .text_wrap {
  color: #fff;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-columns: 10% auto;
  width: 590px;
  gap:3px;
}


@media screen and (max-width: 948px) {
  .reason_title_block .title_wrap .text_wrap {
    width: 460px;
    grid-template-columns: 15% auto;
  }
}

@media screen and (max-width: 767px) {
  .reason_title_block .title_wrap .text_wrap {
    line-height: 1.05;
    grid-template-columns: 16% auto;
    width: 100%;
    position: relative;
    padding-left: 25px;
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .reason_title_block .title_wrap .text {
    text-align: left;
    padding-top: 18px;
  }
}  

.reason_title_block .title_wrap .text p {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .reason_title_block .title_wrap .text p {
  display: block;
}
}

.reason_title_block .title_wrap .text_wrap .reason {
  width: 100px
}

@media screen and (max-width: 948px) {
  .reason_title_block .title_wrap .text_wrap .reason {
    width: 85px;
  }
}

@media screen and (max-width: 767px) {
  .reason_title_block .title_wrap .text_wrap .reason {
    width: 53px;
    margin-top: 5px;
    white-space: nowrap;
  }
}

.reason_title_block .title_wrap span {
  font-size: 1.16em;
}

@media screen and (max-width: 767px) {
.reason_title_block .title_wrap span {
  font-size: 1.23em;
}
}

.reason_title_block .title_wrap .span01 span{
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (max-width: 767px) {
  .reason_title_block .title_wrap .span01 span{
    margin-left: 0px;
    margin-right: -7px;
  }
}

/*===============================================
rb
=================================================*/
.reason_block {
  position: relative;
  z-index: 0;
  min-width: 375px;
  height: 2060px;
}

@media screen and (max-width: 1123px) {
  .reason_block {
    height: 1827.36px;
  }
}

@media screen and (max-width: 900px) {
  .reason_block {
    height: 1732.86px;
  }
}


@media screen and (max-width: 767px) {
  .reason_block {
    position: relative;
    z-index: 0;
    height: 1820px;
  }
 }

.reason_block .background_image {
  width: 100%;
  height:100%;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
.reason_block .background_image {
 display: none;
}
}


.reason_block .background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason_block .inner_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  height: auto;
  padding: 90px 0 50px;
  z-index: 0;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.098);
}


@media screen and (max-width: 1123px) {
  .reason_block .inner_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    height: auto;
  }
}  

@media screen and (max-width: 767px) {
.reason_block .inner_block {
  padding: 95px 0px 10px;
  display: flex;
  justify-content: center;
  top:50%;
  box-shadow: none
}
}

@media screen and (max-width: 767px) {
  .reason_block .inner_block ul{
    margin: auto;
  }
}

.reason_block li {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 10px;
  padding-bottom:60px;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .reason_block li {
    grid-template-columns: 40% auto;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
.reason_block li {
  padding-bottom:40px;
 }
}

@media screen and (max-width: 1123px) {
  .reason_block li {
    gap:0
  }
}

@media screen and (max-width: 767px) {
  .reason_block li {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;
  }
}

@media screen and (max-width: 1123px) {
  .reason_block li img {
    width: 350px;
  }
}

@media screen and (max-width: 900px) {
  .reason_block li img {
    width: 275px;
  }
}

@media screen and (max-width: 767px) {
  .reason_block li picture {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 257px;
  }
}

@media screen and (max-width: 767px) {
  .reason_block li img {
    width: 100vw;
    object-fit: cover;
    object-position: 0% 0%;
  }
}


.reason_block .img_right img {
  order: 2;
  margin-right: -36px;
}

@media screen and (max-width: 767px) {
  .reason_block .img_right img {
    margin-right: 0px;
  }
}

.reason_block .img_right picture {
  order: 2;
  margin-right: -40px;
  width: 500px;
}

@media screen and (max-width: 1123px) {
  .reason_block .img_right picture {
    width: 350px;
  }
}

@media screen and (max-width: 900px) {
  .reason_block .img_right picture {
    width: 275px;
  }
}

@media screen and (max-width: 767px) {
  .reason_block .img_right picture {
    width: 100vw;
    display: flex;
    justify-content: center;
    margin-right: 0;
    min-width: 375px;
  }
}

@media screen and (max-width: 767px) {
  .reason_block .img_right picture img {
   min-width: 375px;
  }
}


@media screen and (max-width: 900px) {
  .reason_block picture {
    width: 275px;
  }
  }
  

@media screen and (max-width: 767px) {
.reason_block picture {
  order: 2;
  width: 100vw;
  text-align: center;
}
}

@media screen and (max-width: 767px) {
  .reason_block picture img {
    min-width: 375px;
  }
  }

.reason_block .img_left {
  margin-right: 40px;
}

@media screen and (max-width: 900px) {
  .reason_block .img_left {
    margin-right: 0px;
  }
}  


.reason_block .img_right {
  margin-left: 110px;
  gap: 15px;
}

@media screen and (max-width: 1123px) {
  .reason_block .img_right {
    margin-left: 60px;
    gap: 45px;
  }
}

@media screen and (max-width: 900px) {
  .reason_block .img_right {
    margin-left: 35px;
    gap: 140px;
  }
}

  @media screen and (max-width: 767px) {
    .reason_block .img_right {
      margin-left: 0px;
      gap: 0px;
    }
  }


.reason_block .img_left img{
  margin-left: -40px;
}



@media screen and (max-width: 900px) {
  .reason_block .img_left img{
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .reason_block .img_left img{
    margin-left: 0px;
  }
}

.reason_block .text_wrap {
  width: 440px;
}

@media screen and (max-width: 1123px) {
  .reason_block .text_wrap {
    width: 350px;
  }
}

@media screen and (max-width: 900px) {
  .reason_block .text_wrap {
    width: 380px;
    margin: auto;
  }
}
  
@media screen and (max-width: 767px) {
  .reason_block .text_wrap {
    width: 312px;
    margin: auto;
  }
}
  

.reason_block .text_wrap .number_wrap {
  text-align: center;
  font-size: 2.625rem;
  letter-spacing: 0.01em;
  color: #EA536F;
  font-family: "Hunter River";
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .reason_block .text_wrap .number_wrap {
    text-align: center;
    font-size: 1.625rem;
    padding-bottom: 0;
    line-height: 1.4;
  }
}

.reason_block .text_wrap .number_wrap span {
    font-family: "League Script", cursive;
    font-weight: 400;
    font-size: 5.875rem;
    padding-left: 3px;
}

@media screen and (max-width: 767px) {
.reason_block .text_wrap .number_wrap span {
  font-family: "League Script", cursive;
  font-weight: 400;
  font-size: 3.0rem;
}
}

.reason_block .text_wrap .title_wrap {
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
.reason_block .text_wrap .title_wrap {
  font-size: 1.0em;
  letter-spacing: 0.03em;
  padding-bottom: 32px;
  line-height: 1.7;
}
}

.reason_block .text_wrap .title_wrap .tit_02 {
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 0.01em;
  color: #EA536F;
  line-height: 1.0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .reason_block .text_wrap .title_wrap .tit_02 {
    font-size: 1.75rem;
  }
}

.reason_block .text_wrap .text_wrap {
  font-size: 1.0rem;
  letter-spacing: 0;
  line-height: 2.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .reason_block .text_wrap .text_wrap {
    font-size: 0.875rem;
    line-height: 2.0;
    padding-bottom: 18px;
  }
}


.reason_block .text_wrap .text_wrap mark {
  color: #EA536F;
  background: linear-gradient(to top, #FEFCC8 50%, transparent 50%);
}


.reason_block .background_image {
  width: 100%;
  height:100%;
  overflow-x: hidden;
}

.reason_block .background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===============================================
rec
=================================================*/
.recommendation_block {
  position: relative;
  z-index: 0;
  min-width: 375px;
  height: 1048px;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1123px) {
  .recommendation_block {
    font-size: 16px;
  }
}  

@media screen and (max-width: 900px) {
  .recommendation_block {
    font-size: 14px;
  }
}  

@media screen and (max-width: 767px) {
.recommendation_block {
  height: 883px;
}
}

.recommendation_block .background_image {
  width: 100%;
  height:100%;
  overflow-x: hidden;
}

.recommendation_block .background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
.recommendation_block .background_image img {
  object-position: 50% 0%;
}
}

.recommendation_block .inner_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  
.recommendation_block .deco_wrap {
  font-size: 2.0em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recommendation_block .deco_wrap {
    font-size: 1.43em;
  }
}
  
.recommendation_block .deco_wrap img {
  position: absolute;
  width: 530px;
  top: 130%;
  left: 49%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1123px) {
  .recommendation_block .deco_wrap img {
    width: 480px;
  }
}

@media screen and (max-width: 900px) {
  .recommendation_block .deco_wrap img {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .recommendation_block .deco_wrap img {
    width: 270px;
  }
}


.recommendation_block .title_wrap {
  font-size: 2em;
  margin-top: 110px;
}

@media screen and (max-width: 1123px) {
  .recommendation_block .title_wrap {
    margin-top: 90px;
    line-height: 2.0;
  }
}  

@media screen and (max-width: 767px) {
  .recommendation_block .title_wrap {
  font-size: 1.43em;
  line-height: 1.2;
  margin-top: 55px;
  }
}  



.recommendation_block .title_wrap p {
  display: inline;
}

.recommendation_block .title_wrap .line01 span {
  font-size: 2.275em;
  color: #EA536F;
  letter-spacing: 0.06em; 
}

@media screen and (max-width: 767px) {
.recommendation_block .title_wrap .line01 span {
  font-size: 1.6em;
  color: #EA536F;
  letter-spacing: 0.06em; 
}
}

.recommendation_block .title_wrap .line02 {
  font-size: 1.6em;  
  margin-left: -7px;
  color: #EA536F;
}


@media screen and (max-width: 767px) {
  .recommendation_block .title_wrap .line02 {
    font-size: 1.3em;  
    margin-left: 0px;
    display: block;
  }
}

.recommendation_block .title_wrap .line02 span{
  margin-left: -5px;
}

.recommendation_block .title_wrap .line02 .line02_02 {
  color: #676669;
}

.recommendation_block .text_wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.recommendation_block .text_wrap.v01{
  margin-top: -35px;
}

@media screen and (max-width: 1123px) {
.recommendation_block .text_wrap.v01{
  margin-top: -30px;
}
}

@media screen and (max-width: 767px) {
.recommendation_block .text_wrap.v01{
  margin-top: 7px;
}
}

.recommendation_block ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 37px;
}

@media screen and (max-width: 767px) {
  .recommendation_block ul {
    display: block;
    align-items: center;
    padding: 8px 0;
  }
}  


.recommendation_block li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .recommendation_block li {
    padding: 6px 0;
  }
}


@media screen and (max-width: 1123px) {
  .recommendation_block li img  {
    width: 240px;
  }
}

@media screen and (max-width: 900px) {
  .recommendation_block li img  {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .recommendation_block li img  {
    width: initial;
  }
}

.recommendation_block li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .recommendation_block li p {
    font-size: 1.285em;
    top: 48%;
  }
}  

.recommendation_block li p span {
  font-size: 1.4em;
  display: block;
  line-height: 1.15;
}


@media screen and (max-width: 767px) {
  .recommendation_block li p span {
    font-size: 1.33em;
  }
}


.recommendation_block .text_wrap.v03{
  padding-top: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .recommendation_block .text_wrap.v03{
    padding-top: 20px;
  }
}


.recommendation_block .text_wrap.v03 p {
   padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
.recommendation_block .text_wrap.v03 p {
  padding-bottom: 1px;
}
}

.recommendation_block .text_wrap.v03 span{
  color: #EA536F;
  font-size: 1.6em;
  letter-spacing: 0.06em;
  border-bottom: 2px solid #EA536F;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .recommendation_block .text_wrap.v03 span{
  border-bottom: 1.4px solid #EA536F;
  }
}


/*===============================================
cpb
=================================================*/
.comparison_block {
  position: relative;
  z-index: 0;
  min-width: 375px;
  height: 805px;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 1123px) {
  .comparison_block {
    font-size: 16px;
  }
}  

@media screen and (max-width: 900px) {
  .comparison_block {
    font-size: 14px;
  }
}  


@media screen and (max-width: 767px) {
  .comparison_block {
  height: 516px;
}
}


.comparison_block .background_image {
  width: 100%;
  height:100%;
  overflow-x: hidden;
}


.comparison_block .background_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison_block .inner_block {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comparison_block .title_wrap {
  position: relative;
  font-size: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .comparison_block .title_wrap {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .comparison_block .title_wrap img{
    width: 335px;
  }
}

.comparison_block .title_wrap .text {
  position: absolute;
  top: 69%;
  left: 50.1%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .comparison_block .title_wrap .text {
    top:49%;
  }
}

.comparison_block p {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .comparison_block p {
    display: block;
  }
}  


.comparison_block .line_02 {
  margin-left: -10px;
}

.comparison_block .title_wrap span {
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
.comparison_block .title_wrap span {
  font-size: 0.857em;
}
}

.comparison_block .title_wrap .text {
  white-space: nowrap;
}

/*==============================
cpb_table
===============================*/


.table_container {
  width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}


@media screen and (max-width: 1123px) {
  .table_container {
    width: 763px;
  }
  }

@media screen and (max-width: 900px) {
  .table_container {
     width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .table_container {
     width: 335px;
     height: 280px;
 }
}

table {
  width: 300px;
  height: 480px;
  border-collapse: collapse;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 1123px) {
 table {
  width: 254.3px;
 }
}

@media screen and (max-width: 900px) {
  table {
   width: 233.3px;
   height: 274px;
  }
 }

 @media screen and (max-width: 767px) {
  table {
   width: 100px;
   height: 269px;
  }
 }

.table.v02 {
 height: 490px;
 letter-spacing: 0.07em;
 font-size: 24px;
 color: #EA536F;
 border-radius: 20px 20px 0 0;
 overflow: hidden;
 text-align: center;
}

@media screen and (max-width: 767px) {
  .table.v02 {
    border-radius: 11.2px 12px 0 0;
   }
  }   


.table.v02 tr {
 border-left: 4px solid #EA536F;
 border-right: 4px solid #EA536F;
}


@media screen and (max-width: 767px) {
  .table.v02 tr {
    border-left: 2px #EA536F solid;  
    border-right: 2px #EA536F solid; 
   }
 }


@media screen and (max-width: 767px) {
  .table.v02 {
    width: 143px;
    height: 275px;
  }
}


 .table.v02 th {
  border-color: #EA536F;
  border: 4px;
  background-color: #EA536F;
  color: #fff;
  position: relative;
  font-size: 1.66em;
 }

 .table.v02 tr td {
   position: relative;
   font-size: 1.00em;
   white-space: nowrap;
 }

 .table.v02 tr td .s {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 }


 .table.v02 .s span {
  font-size: 1.67em;
 }

@media screen and (max-width: 767px) {
 .table.v02 .s span {
  font-size: 24px;
 }
}

@media screen and (max-width: 767px) {
  .table.v02 th {
   font-size: 22.4px;
  }
 }


thead th {
  background-color: #676669;
  color: #fff;
  height: 80px;
  vertical-align:middle;
  width: 100%;
}

.table.v01{
  background-color: #D9D9D9;
}

.table.v03 {
  border-top-right-radius: 20px;
}

.table.v02,
.table.v03 {
  background-color: #fff;
}


.table.v01,
.table.v03 {
  font-family:"Noto Sans JP", sans-serif;
  color: #676669;
  letter-spacing: 0.07em;
  font-weight: 400;
  font-size: 24px;
  border-top-left-radius: 20px;
}

@media screen and (max-width: 900px) {
.table.v01,
.table.v03 ,
.table.v02 {
  font-size:22px ;
}
}

@media screen and (max-width: 767px) {
.table.v01,
.table.v03 ,
.table.v02 {
  font-size:12px ;
}
}

.table.v02 th {
  border-radius: 14px 14px 0 0;
  width: 100%;
  height: 95px;
  width: 100%;
}

@media screen and (max-width: 767px) {
.table.v02 th {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px 5px 0 0;
  height: 55px;
  width: 105%;
  align-items: center;
  text-align: center;
  margin: auto;
}
}


.table.v01 th {
  height: 80px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
}

@media screen and (max-width: 767px) {
  .table.v01 th {
    height: 44px;
    border-top-left-radius: 11.2px;
  }
  }
  

.table.v03 th {
  height: 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  font-size: 1.00em;
}

@media screen and (max-width: 767px) {
  .table.v03 th {
    border-top-right-radius: 11.2px;
    height: 44px;
  }
  }


td {
  background-color: #fff;
  position: relative;
  height: 100px;
  vertical-align:middle;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  td {
    height: 56px;
  }
  }  

@media screen and (max-width: 767px) {
.table.v02 img {
  width: 26px
}
}

@media screen and (max-width: 767px) {
  .table.v01 span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .table.v01 {
      line-height: 1.35;
  }
}
  

@media screen and (max-width: 767px) {
  .table.v03 span {
      display: block;
    }
   }

@media screen and (max-width: 767px) {
  .table.v03 {
      line-height: 1.35;
    }
  }


.table.v01 tbody td {
  background-color: #D9D9D9;
  color: #676669;
  font-weight: 400;
}

/* 横の破線を追加 */
tbody tr {
  position: relative;
}

tbody td::after {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  content: "";
  background: url(../img/cpb/line01.png) center center / cover no-repeat;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 2px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  tbody td::after {
    background: url(../img/cpb/line01_sp.png) center center / cover no-repeat;
    height: 1.12px;
  }
}  


tbody .last_row::after {
  display: none;
}


.table.v02 tbody td::after {
  position: absolute;
  content: "";
  background: url(../img/cpb/line02.png) center center / cover no-repeat;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 2px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table.v02 tbody td::after {
    background: url(../img/cpb/line02_sp.png) center center / cover no-repeat;
    height: 1.12px;
  }
}  


/* 真ん中の列だけ実線ボーダー */
 .table.v01 .last_row  {
  border-bottom: 4px solid #D9D9D9;
}

 .table.v02 .last_row  {
  border-bottom: 4px solid #EA536F;
}

.table.v03 .last_row  {
  border-bottom: 4px solid #ffffff;
}

@media screen and (max-width: 767px) {
.table.v01 .last_row  {
  border-bottom: 2px solid #D9D9D9;
}

/* 真ん中の列だけ実線ボーダー */
 .table.v02 .last_row  {
  border-bottom: 2.3px solid #EA536F;
}

.table.v03 .last_row  {
  border-bottom: 2px solid #ffffff;
}
}


/*===============================================
# flow
=================================================*/

.flow_block {
  padding: 100px 0 0;
  min-width: 375px;
}

@media screen and (max-width: 1123px) {
  .flow_block {
    padding: 100px 0 0px;
  }
}


@media screen and (max-width: 767px) {
  .flow_block {
    padding: 40px 0 0px;
  }
}

.flow_block .inner_block {
  text-align: center;
}


.flow_block ul li {
  display: grid;
  grid-template-columns: 46.3% auto;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .flow_block ul li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}  

.flow_block .item_wrap {
  text-align: left;
  font-size:1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.flow_block .item_wrap .title_wrap {
  font-size: 1.55em;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-bottom: 43px;
}

@media screen and (max-width: 1123px) {
.flow_block .item_wrap .title_wrap {
  padding-bottom: 18px;
}
}

@media screen and (max-width: 767px) {
  .flow_block .item_wrap .title_wrap {
    padding-bottom: 4px;
    margin-top: -26px;
  }
  }


@media screen and (max-width: 1123px) {
  .flow_block .title_wrap img {
    width: 103px;
    }
  }
  
@media screen and (max-width: 767px) {
  .flow_block .title_wrap img {
    width: 62px;
  }
 }
  
  
.flow_block .item_wrap .title_wrap p {
  position: absolute; 
  top: 30%;
  left: 13.4%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1123px) {
  .flow_block .item_wrap .title_wrap p {
    top: 46%;
    font-size: 1.3rem;
  }
}


@media screen and (max-width: 900px) {
  .flow_block .item_wrap .title_wrap p {
    left: 15%;
  }
}

@media screen and (max-width: 767px) {
  .flow_block .item_wrap .title_wrap p {
    font-size: 0.75rem;
    left: 8.5%;
    top:71%;
  }
}

.flow_block .item_wrap .middle_wrap {
 font-size: 1.35em;
 letter-spacing: 0.07em;
 color: #EA536F;
 border-bottom: 2px #EA536F solid;
 line-height: 1.5;
 margin-bottom: 27px;
}


@media screen and (max-width: 1123px) {
.flow_block .item_wrap .middle_wrap {
  font-size: 1.33em;
  margin-bottom: 18px;
  border-bottom: 1.4px #EA536F solid;
  line-height: 2.0;
 }
}

@media screen and (max-width: 767px) {
  .flow_block .item_wrap .middle_wrap {
    font-size: 0.89em;
    margin-bottom: 10px;
   }
  }

.flow_block .item_wrap .middle_wrap p {
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .flow_block .item_wrap .middle_wrap p {
    padding-left: 0px;
    line-height: 2.1;
  }
}

.flow_block .item_wrap .text {
  padding-left: 16px;
  line-height: 2.2;
}

@media screen and (max-width: 1123px) {
  .flow_block .item_wrap .text {
    padding-left: 16px;
    line-height: 1.7;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .flow_block .item_wrap .text {
    padding-left: 0px;
    line-height: 1.9;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1123px) {
  .flow_block li .fb_pic {
    width: 353px;
  }
}

@media screen and (max-width: 767px) {
  .flow_block li .fb_pic {
    width: 335px;
  }
}

/*===============================================
# voice
=================================================*/

.voice_block {
  padding: 0 0 100px;
  min-width: 375px;
}

@media screen and (max-width: 1123px) {
  .voice_block {
    padding: 0px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .voice_block {
    padding: 30px 0 60px;
  }
}

.voice_block .inner_block {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .voice_block .inner_block {
    width: 310px;
  }
}


.voice_block .content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:44px;
}

@media screen and (max-width: 767px) {
  .voice_block .content ul {
    display: grid;
    grid-template-columns: 1fr;
    gap:35px;
  }
}  

.voice_block .content li {
 text-align: left;
}


.voice_block .content .upper_wrap {
  display: grid;
  grid-template-columns: 37% auto;
  gap:15px;
  border-top: 1px #EA536F solid;
  padding: 30px 0 20px ;
  letter-spacing: 0;
}


@media screen and (max-width: 1123px) {
  .voice_block .content .upper_wrap {
    gap:40px;
    padding: 30px 0 20px ;
  }
}  

@media screen and (max-width: 900px) {
  .voice_block .content .upper_wrap {
    gap:30px;
    padding: 23px 0 12px ;
  }
}  

@media screen and (max-width: 767px) {
  .voice_block .content .upper_wrap {
    grid-template-columns: 38% auto;
    gap:0px;
    padding: 20px 0 15px ;
  }
}  


.voice_block .content .upper_wrap img {
  width: 120px;
}

@media screen and (max-width: 900px) {
  .voice_block .content .upper_wrap img {
    width: 100px;
  }
}



.voice_block .content .upper_wrap .info_wrap {
  gap:15px;
  border-left: 4px #EA536F solid;
  padding-left: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1123px) {
  .voice_block .content .upper_wrap .info_wrap {
    padding-left: 10px;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .voice_block .content .upper_wrap .info_wrap {
    padding-left: 20px;
    font-size: 1.0rem;
  }
}

.voice_block .content .upper_wrap .job {
  font-size: 0.875rem;
  padding-top: 10px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .voice_block .content .upper_wrap .job {
    font-size: 0.75rem;
    padding-top: 22px;
    padding-left: 20px;
  }
}

.voice_block .content .upper_wrap .name_wrap {
padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .voice_block .content .upper_wrap .name_wrap {
    padding-left: 20px;
    font-size: 1.0rem;
    }
  }    


.voice_block .content .upper_wrap .name_wrap  span{
  font-size: 1.5rem;
}

@media screen and (max-width: 1123px) {
  .voice_block .content .upper_wrap .name_wrap  span{
    font-size: 1.2rem;
  }
} 

@media screen and (max-width: 767px) {
  .voice_block .content .upper_wrap .name_wrap  span{
    font-size: 1.5rem;
    line-height: 1.2;
  }
} 

.voice_block .content .lower_wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .voice_block .content .lower_wrap {
   font-size: 0.875rem ;
  }
}  


/*===============================================
# faq
=================================================*/
.faq_block {
  padding: 100px 0 100px;
  min-width: 375px;
  background-color: #F5F5F5;
}


@media screen and (max-width: 767px) {
  .faq_block {
    padding:60px 0;
  }
}

.faq_block .inner_block {
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .faq_block .inner_block {
    width: 335px;
  }
}

.faq_block .content {
  width: 886px;
  margin: auto;
}

@media screen and (max-width: 1123px) {
  .faq_block .content {
    width: 763px;
    margin: auto;
  }
}

@media screen and (max-width: 900px) {
  .faq_block .content {
    width: 700px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .faq_block .content {
    width: 335px;
    margin: auto;
  }
}



.faq-item {
  background: #fff;
  margin-bottom: 24px;
  overflow: hidden;
  transition: background 0.3s;
  text-align: left;
}

@media screen and (max-width: 767px) {
.faq-item {
  margin-bottom: 15px;
}
}

.faq-item.active {
  background: rgb(247,228,229);
}
.faq-question.active {
  background:  rgb(247,228,229);; /* ピンク背景 */
}

.faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #676669;
  position: relative;
  letter-spacing: 0;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .faq-question {
    padding: 20px 15px;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
    gap: 15px;
    align-items:flex-start;
  }
}

.q-mark {
  color: #EA536F;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .q-mark {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}  

.question-text {
  flex-grow: 1;
}

.toggle-icon {
  font-size: 1.375rem;
  color: #EA536F;
  font-weight: bold;
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .toggle-icon {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}  

.faq-answer {
  padding: 20px 60px;
  font-size: 14px;
  background: #fff;
  line-height: 1.6;
  display: flex; /* これ消してOK、JSで上書きするので */
  align-items: center;
  gap: 25px;font-size: 1.0rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #676669;
  display: none; /* 最初は非表示 */
}

@media screen and (max-width: 767px) {
  .faq-answer {
    padding: 20px 15px;
    font-size: 0.812rem;
    gap: 15px;
    align-items: flex-start;
  }
}


.a-mark {
  color: #676669;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .a-mark {
  font-size: 1.25rem;
  line-height: 1.0;
}
}

/*===============================================
# access
=================================================*/
.access_block {
  padding: 100px 0 120px;
  min-width: 375px;
  background-color: #ffffff;
}


@media screen and (max-width: 767px) {
  .access_block {
    padding:60px 0px;
  }
}

.access_block .inner_block {
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .access_block .inner_block {
    width: 335px;
  }
}

.access_block .content {
  width: 886px;
  margin: auto;
}

@media screen and (max-width: 1123px) {
  .access_block .content {
    width: 763px;
    margin: auto;
  }
}

@media screen and (max-width: 900px) {
  .access_block .content {
    width: 700px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .access_block .content {
    width: 335px;
    margin: auto;
  }
}

.access_info {
  margin-bottom: 50px;
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .access_info {
    margin-bottom: 20px;
  }
}

.access_row {
  display: grid;
  grid-template-columns: 20% auto;
  padding: 30px 0;
  border-bottom: 2px solid #EA536F;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0;
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
.access_row {
  display: block;
  padding: 12px 0;
  border-bottom: 1.4px solid #EA536F;
  font-size: 0.75rem;
  padding-left: 12px;
}
}

@media screen and (max-width: 767px) {
  .access_row span {
    display: block;
  }
  }

.map_wrapper {
  width: 100%;
  height: 478px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .map_wrapper {
    width: 310px;
    height: 168px;
  }
}

iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*===============================================
# contact
=================================================*/
.contact_block .c_title_wrap_02 {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .contact_block .c_title_wrap_02 {
    margin-bottom: 45px;
  }
}


.contact_block {
  padding: 100px 0 0px;
  min-width: 375px;
  background-color: #F7E4E5;
}


@media screen and (max-width: 767px) {
  .contact_block {
    padding:60px 0 5px;
  }
}

.contact_block .inner_block {
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
.contact_block .inner_block {
    width: 335px;
  }
}

.contact_block .content {
  width: 886px;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0;
}

@media screen and (max-width: 1123px) {
  .contact_block .content {
    width: 763px;
    margin: auto;
  }
}

@media screen and (max-width: 900px) {
  .contact_block .content {
    width: 700px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .contact_block .content {
    width: 335px;
    margin: auto;
    font-size: 0.875rem;
  }
}

.contact_item,
.contact_item_date {
  margin-bottom: 38px;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 36% auto;
  text-align: left;
} 

@media screen and (max-width: 767px) {
.contact_item,
.contact_item_date {
  margin-bottom: 28px;
  display: block;
}
}

.contact_item dd,
.contact_item_date dd {
  width: 564px;
  height: 50px;
}

@media screen and (max-width: 1123px) {
  .contact_block .content {
    .contact_item dd,
    .contact_item_date dd {
      width: 420px;
      height: 50px;
    }
  }
}

@media screen and (max-width: 900px) {
  .contact_block .content {
    width: 700px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .contact_block .content {
    width: 335px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .contact_block .content {
    .contact_item dd,
    .contact_item_date dd {
      width: 335px;
      height: 50px;
      margin-bottom: 40px;
    }
  }
}


.contact_item dd p,
.contact_item_date dd p {
  width: 100% ;
  height: 100% ;
}

.contact_item_date .required_label {
  text-align: start;
  margin-top: 0;
  line-height: 0;
  padding-bottom: 165px;
}

@media screen and (max-width: 767px) {
  .contact_item_date .required_label {
    padding-bottom: 0px;
  }
}  


/* テキストエリアのスタイル */
input[type="text"],
input[type="email"] ,
input[type="tel"]  {
  height: 100%;
  width: 100% ;
  padding: 10px 20px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

.date_selects {
  margin-bottom: 23px;
}

.date_selects .select {
  display: grid;
  grid-template-columns: 30% auto;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
}

.select select {
  /* 「く」を下向きにしたSVGアイコン */
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23707070' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}

@media screen and (max-width: 767px) {
  .date_selects .select {
    font-size: 0.875rem;
    display: block;
  }
}


.date_selects .select p {
  display: grid;
  grid-template-columns: 18% auto;
  white-space: nowrap;
  font-size: 1.125rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .date_selects .select p {
    font-size: 0.875rem;
    margin-bottom:5px;
  }
}

.date_selects .select .list p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.date_selects .type01 {
  width: 80px;
  height: 50px;
}

@media screen and (max-width: 1123px) {
  .date_selects .type01 {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .date_selects .type01 {
    width: 68px;
  }
}

.date_selects .type02 {
  width: 180px;
  height: 50px;
}

@media screen and (max-width: 1123px) {
  .date_selects .type02 {
    width: 130px;
  }
}


select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 100%;
  width: 100% ;
  padding: 10px 20px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background-color: #fff;
}


@media screen and (max-width: 1123px) {
  select {
    padding: 5px 5px;
  }
}

.privacy_box {
  background: #fff;
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin-bottom: 12px;
  max-height: 160px;
  overflow-y: auto;
  text-align: left;
}

.contact_footer {
  text-align: center;
}

.contact_footer_submit input[type="submit"] {
  background: #e18484;
  color: white;
  border: none;
  padding: 12px 32px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact_footer_submit input[type="submit"]:hover {
  background: #d06d6d;
}

/* プライバシーポリシー */
.contact_item_privacy dt {
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact_item_privacy dt {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 50px;
  }
}

/* プライバシーポリシーのスクロール表示 */
.privacy_box {
  max-height: 240px;
  padding: 20px 45px;
  background-color: #fff;
  border: none;
  font-size: 1.0rem;
  line-height: 1.8;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (max-width: 767px) {
  .privacy_box {
    padding: 12px;
    font-size: 0.875rem;
  }
}

.privacy_box p {
  padding-bottom: 15px;
}

/* スクロールバーのピンクカスタマイズ */
/* Firefox 用 */
.privacy_box {
  max-height: 240px;
  overflow-y: scroll;
  padding: 20px 45px;
  background-color: #fff;
  border: none;
  font-size: 1.0rem;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .privacy_box {
    padding: 12px;
    font-size: 0.875rem;
  }
}

.privacy_box p {
  padding-bottom: 15px;
}

/* スクロールバーのピンクカスタマイズ */
/* Firefox 用 */
.privacy_box {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  scrollbar-color: #EA536F #F2F5F4;
  scrollbar-width: 10px;
}

.privacy-box::-webkit-scrollbar {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 10px;
}
.privacy_box::-webkit-scrollbar-track {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #F2F5F4;
}
.privacy_box::-webkit-scrollbar-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #EA536F;
  border-radius: 0px;
}

.privacy_box::-webkit-scrollbar {
  width: 10px;
}

.privacy_box::-webkit-scrollbar-track {
  background: #F2F5F4;
}

.privacy_box::-webkit-scrollbar-thumb {
  background-color: #EA536F;
  border: 2px solid #F2F5F4;
}


/* チェックボックス位置調整 */
.privacy_check {
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .privacy_check {
    margin-top: 20px;
  }
}  

.privacy_check label {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px #C4C4C4 solid;
  border-radius: 0;
}


/* ボタンカスタム */
.submit_wrap {
  text-align: center;
  margin: auto;
  display: inline-block;
  position: relative;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .submit_wrap {
    margin-top: 30px;
  }
}

.submit_wrap::after {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  content: "";
  background: url(../img/footer/arw.png) center center / contain no-repeat;
  width: 46px;
  height: 10px;
  z-index: 10;
  right: 30px;
  top: 45%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .submit_wrap::after {
      width: 32px;
      right: 16px;
    }
  }


.submit_wrap p {
 margin: auto;
 text-align: center;
 width: 100%;
 height: 100%;
 width: 500px;
 height: 79px;
 box-shadow: 0px 4px 4px 0px rgba(55,55,55,0.14);
}

@media screen and (max-width: 767px) {
  .submit_wrap p {
    width: 100%;
    height: 100%;
    width: 300px;
    height: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
   }
  }


.submit_wrap input[type="submit"] {
  background-color: #EA536F;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  letter-spacing: 0.2em;
}


@media screen and (max-width: 767px) {
  .submit_wrap input[type="submit"] {
  background-color: #EA536F;
  font-size: 1.0rem;
}
}


.submit_wrap input[type="submit"]:hover {
  background-color: #d4587a;
}

/* 必須ボタン */
.required_label{
  line-height: 0;
}


@media screen and (max-width: 1123px) {
  .required_label {
    margin-bottom: 23px;
  }
}

.required_label span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  padding: 0.5px 4px 2px;
  background-color: #676669;
  margin-left: 13px;
  line-height: 0;
  vertical-align: top;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .required_label span {
    padding: 0.5px 7px 2px;
    margin-left: 10px;
    line-height: 0.1;
  }
}

.wpcf7-not-valid-tip {
  font-size: 0.8rem !important;
}


/*===============================================
# 404
=================================================*/

.notfound {
  text-align: center;
  display: block;
  padding-top: 180px;
  padding-bottom: 180px;
  height: calc(100vh - 100px)
}

.notfound .line01 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .notfound .line01 {
    font-size: 1.75rem;
  }
}


.notfound .line02 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .notfound .line02 {
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 15px;
  }
}

.notfound .note {
  font-size: 1rem;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .notfound .note {
    font-size: 0.875rem;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

.notfound .btn{
background-color: #EA536F;
width: 100%;
height: 100%;
color: white;
font-size: 1.5rem;
border: none;
cursor: pointer;
letter-spacing: 0.2em;
font-size: 0.8rem;
position: relative;
padding: 15px 50px 15px 30px;
box-shadow: 0px 4px 4px 0px rgba(55, 55, 55, 0.14);
}


.notfound .btn::after {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  content: "";
  background: url(../img/footer/arw.png) center center / contain no-repeat;
  width: 20px;
  height: 8px;
  z-index: 10;
  right: 15px;
  top: 48%;
  transform: translateY(-50%);
}


/*===============================================
# reCAPTCHA
=================================================*/
.grecaptcha-badge { 
  visibility: hidden; 
}

.rechaptcha {
  font-size: 10px;
}

.rechaptcha a {
  font-family:"Noto Sans JP", sans-serif;
  color: #676669;
  font-weight: 500;
}

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