@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap");
.crossFade {
  -webkit-animation-name: crossFade;
  animation-name: crossFade;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.crossFade {
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@-webkit-keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.anima > * {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms, -webkit-transform 1500ms;
}
@media screen and (max-width: 768px) {
  .anima > * {
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms, -webkit-transform 1500ms;
  }
}
.anima > * + * {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.anima.to--top, .anima.to--right, .anima.to--left, .anima.to--bottom {
  opacity: 1;
  will-change: opacity;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms, -webkit-transform 1500ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .anima.to--top, .anima.to--right, .anima.to--left, .anima.to--bottom {
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1000ms, transform 1500ms, -webkit-transform 1500ms;
  }
}
.anima.to--top::after, .anima.to--right::after, .anima.to--left::after, .anima.to--bottom::after {
  content: "";
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, -webkit-transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, transform 1500ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, transform 1500ms, -webkit-transform 1500ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .anima.to--top::after, .anima.to--right::after, .anima.to--left::after, .anima.to--bottom::after {
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, -webkit-transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, transform 1500ms;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, opacity 3000ms, transform 1500ms, -webkit-transform 1500ms;
  }
}
.anima.to--up > * {
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}
.anima.onView > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.anima.onView.to--up > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.anima.onView.to--right::after {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.anima.onView.to--left::after {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.anima.onView.to--bottom::after {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
} */

body{
  overflow-x: hidden;
}
.washble_0610 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #272727;
  font-kerning: normal;
  /* font-feature-settings: "palt"; */
}
#washble_0610 img{
  width: 100%;
  height: auto;
}
  .breadlist.lp{
    margin: 20px auto; 
    max-width: 1078px;
    min-width: unset;
  }
/* #Header,
#Foot {
  display: none;
}
#Wrap {
  width: 100%;
} */

/* a{
  display: block;
} */


/* アニメーションフェード */
.fade{
  opacity: 0;
  transition-duration: 1s;
}
.fade_in{
  opacity:1;
}
/* アニメーションフェード */
@media screen and (min-width: 769px) and (max-width: 1400px){
  .ct01_tax:last-of-type{
    padding-right: 0;
  }
}
@media screen and (min-width: 1401px) {
  .ct01_tax:last-of-type{
    padding-right: 0;
  }
}



/* key_visual----------------------------------------------- */
/* sp------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* body{
    background-image: url(../img/sp_img/sp.jpg);
    background-repeat: no-repeat;
    background-size: calc(750*(100vw/750));;
    opacity: 0.5;
    position: relative;
    top: -90px;
  } */
  .pc_key_img{
    display: none;
  }
  .sp_key_img{
    width: calc(750*(100vw/750));
    margin: auto;
  }
  .key_text{
    margin-top: calc(81*(100vw/750));
    font-size: calc(26*(100vw/750));
    line-height: 2.54;
    font-weight: 500;
    text-align: center;
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-feature-settings: "pwid";
  }
}
/* sp------------------------------------------------------- */

/* tab------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1400px){
  /* body{
    background-image: url(../img/pc_img/pc.jpg);
    position: relative;
    background-size: calc(1400*(100vw/1400));
    opacity: .6;
    background-repeat: no-repeat;
    top: -98px;
    left: 10px;
  } */
  .sp_text,
  .sp_key_img{
    display: none;
  }
  .pc_key_img{
    width: calc(480*(100vw/1400));
    margin: auto;
  }
  .key_text{
    margin-top: calc(70*(100vw/1400));
    font-size: calc(16*(100vw/1400));
    line-height: 2.875;
    font-weight: 500;
    text-align: center;
    font-family: YuGothic,'Yu Gothic', sans-serif;
  }
}
/* tab------------------------------------------------------- */
/* pc------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  /* body{
    background-image: url(../img/pc_img/pc.jpg);
    position: relative;
    background-size: 1400px;
    opacity: .6;
    background-repeat: no-repeat;
    top: -98px;
    left: 10px;
  } */
  .sp_text,
  .sp_key_img{
    display: none;
  }
  .pc_key_img{
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
  .key_text{
    margin-top: 70px;
    font-size: 16px;
    line-height: 2.875;
    font-weight: 500;
    text-align: center;
    font-family: YuGothic,'Yu Gothic', sans-serif;
  }
}
/* pc------------------------------------------------------- */
/* key_visual----------------------------------------------- */

/* content01---------------------------------------------- */
/* sp------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc_ct01_img_01,
  .pc_ct01_head,
  .pc_ct01_img_02{
    display: none;
  }
  .ct01{
    margin-top: calc(135*(100vw/750));
  }
  .ct01_box{
    position: relative;
  }
  .ct01_mini_box{
    position: relative;
  }
  .ct01_mini_box::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(240*(100vw/750));
    left: 0;
    width: calc(750*(100vw/750));
    height: calc(1135*(100vw/750));
    background-color: #f9fced;
  }
  .sp_ct01_head{
    position: absolute;
    z-index: 10!important;
    top: calc(48*(100vw/750));
    left: calc(40*(100vw/750));
    width: calc(300*(100vw/750));
  }
  .sp_ct01_img_01{
    width: calc(562*(100vw/750));
    margin-left: auto;
    margin-right: calc(37*(100vw/750));
  }
  .sp_ct01_img_02{
    width: calc(490*(100vw/750));
    margin-right: auto;
    margin-top: calc(38*(100vw/750));
    margin-left: calc(36*(100vw/750));
  }
  .ct01_text_box{
    margin-top: calc(61*(100vw/750));
    text-align: center;
  }
  .ct01_text{
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-weight: 500;
    font-size: calc(24*(100vw/750));
    line-height: 1.75;
  }
  .ct01_text:nth-of-type(2),
  .ct01_text:nth-of-type(3){
    margin-top: calc(43*(100vw/750));
  }
  .ct01_tax_box{
    width: calc(526*(100vw/750));
    margin: auto;
    margin-top: calc(53*(100vw/750));
    text-align: center;
  }
  .ct01_tax{
    display: inline-block;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(22*(100vw/750));
    line-height: 1.95;
    letter-spacing: 0.03em;
  }
  .ct01_tax:nth-of-type(odd){
    padding-right: calc(15*(100vw/750));
  }
  .ct01_tax:nth-of-type(4),
  .ct01_tax:nth-of-type(7){
    padding-right: 0;
  }
}
/* sp------------------------------------------------------- */
/* tab------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1400px){
  .sp_ct01_img_01,
  .sp_ct01_img_02,
  .sp_ct01_head{
    display: none;
  }
  .ct01{
    margin-top: calc(102*(100vw/1400));
  }
  .ct01_box{
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    width: calc(870*(100vw/1400));
    margin: auto;
  }
  .ct01_box::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(185*(100vw/1400));
    left: calc(128*(100vw/1400));
    width: calc(740*(100vw/1400));
    height: calc(640*(100vw/1400));
    background-color: #f9fced;
  }
  .ct01_mini_box{
    order: 2;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateX(calc(-100*(100vw/1400)));
    transform: translateX(calc(-100*(100vw/1400)));
  }
  .pc_ct01_head{
    position:absolute;
    z-index: 1;
    top: calc(57*(100vw/1400));
    left: calc(-58*(100vw/1400));
    width: calc(232*(100vw/1400));
  }
  .pc_ct01_img_01{
    width: calc(480*(100vw/1400));
  }
  .pc_ct01_img_01::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: calc(480*(100vw/1400));
    height: calc(720*(100vw/1400));
    background-color: #fff;
  }
  .pc_ct01_img_02{
    position: relative;
    z-index: 1;
    order: 1;
    width: calc(352*(100vw/1400));
    margin-top: calc(400*(100vw/1400));
  }
  .pc_ct01_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: calc(352*(100vw/1400));
    height: calc(525*(100vw/1400));
    background-color: #fff;
  }
  .ct01_text_box{
    margin-top: calc(43*(100vw/1400));
    text-align: center;
    line-height: 1.75;
  }
  .ct01_text{
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-weight: 500;
    font-size: calc(14*(100vw/1400));
  }
  .ct01_text:nth-of-type(2){
    margin-top: calc(29*(100vw/1400));
  }
  .ct01_text:nth-of-type(3){
    margin-top: calc(30*(100vw/1400));
  }
  .ct01_tax_box{
    margin-top: calc(35*(100vw/1400));
    text-align: center;
  }
  .ct01_tax{
    display: inline-block;
    padding-right: calc(15*(100vw/1400));
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(12*(100vw/1400));
    letter-spacing: 0.03em;
  }
  .ct01_tax:nth-of-type(4),
  .ct01_tax:nth-of-type(7){
    padding-right: 0;
  }
  .ct01_tax_btm{
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: calc(15*(100vw/1400));
  }
  
}
/* tab------------------------------------------------------- */
/* pc------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .sp_ct01_img_01,
  .sp_ct01_img_02,
  .sp_ct01_head{
    display: none;
  }
  .ct01{
    margin-top: 103px;
  }
  .ct01_box{
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 867px;
    margin: auto;
  }
  .ct01_box::before{
    content: "";
    position: absolute;
    z-index: -1;
    max-width: 740px;
    width: 100%;
    height: 640px;
    background-color: #f9fced;
    top: 185px;
    left: 14%;
  }
  .ct01_mini_box{
    order: 2;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateX(-21%);
    transform: translateX(-21%);
  }
  .pc_ct01_head{
    position:absolute;
    z-index: 1;
    top: 57px;
    left: -12.5%;
    width: 100%;
    max-width: 232px;
  }
  .pc_ct01_img_01{
    width: 100%;
    max-width: 480px;
  }
  .pc_ct01_img_01::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    max-width: 480px;
    height: 720px;
    background-color: #fff;
  }
  .pc_ct01_img_02{
    position: relative;
    z-index: 1;
    order: 1;
    width: 100%;
    max-width: 352px;
    margin-top: 399px;
  }
  .pc_ct01_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    max-width: 352px;
    height: 525px;
    background-color: #fff;
  }
  .ct01_text_box{
    margin-top: 42px;
    text-align: center;
    line-height: 1.75;
  }
  .ct01_text{
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .ct01_text:nth-of-type(2){
    margin-top: 29px;
  }
  .ct01_text:nth-of-type(3){
    margin-top: 32px;
  }
  .ct01_tax_box{
    margin-top: 34px;
    text-align: center;
  }
  .ct01_tax{
    display: inline-block;
    padding-right: 1.3%;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .ct01_tax:nth-of-type(4),
  .ct01_tax:nth-of-type(7){
    padding-right: 0;
  }
  .ct01_tax_btm{
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
}
/* pc------------------------------------------------------- */
/* content01---------------------------------------------- */

/* content02---------------------------------------------- */
/* sp------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc_ct02_head,
  .pc_ct02_img_01,
  .pc_ct02_img_02{
    display: none;
  }
  .ct02{
    margin-top: calc(148*(100vw/750));
  }
  .ct02_big_box{
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
  }
  .ct02_mini_box{
    order: 1;
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
  }
  .sp_ct02_head{
    position: absolute;
    z-index: 1;
    top: calc(60*(100vw/750));
    left: calc(468*(100vw/750));
    width: calc(261*(100vw/750));
  }
  .sp_ct02_img_01{
    position: relative;
    width: calc(638*(100vw/750));
    margin: auto ;
  }
  .sp_ct02_img_01::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(200*(100vw/750));
    left: calc(-56*(100vw/750));
    width: calc(310*(100vw/750));
    height: calc(900*(100vw/750));
    background-color: #efefef;
  }
  .sp_ct02_img_02{
    order: 3;
    width: calc(525*(100vw/750));
    margin: auto;
    margin-top: calc(88*(100vw/750));
  }
  .ct02_text_box{
    order: 2;
    line-height: 1.75;
  }
  .ct02_tax_box{
    width: calc(566*(100vw/750));
    margin: auto;
    order: 4;
    margin-top: calc(62*(100vw/750));
  }
}
/* sp------------------------------------------------------- */
/* tab------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1400px){
  .sp_ct02_img_01,
  .sp_ct02_img_02,
  .sp_ct02_head{
    display: none;
  }
  .ct02{
    margin-top: calc(156*(100vw/1400));
  }
  .ct02_box{
    position: relative;
  }
  .ct02_mini_box{
    position: relative;
    width: calc(470*(100vw/1400));
    margin: auto;
  }
  .pc_ct02_head{
    position: absolute;
    z-index: 1;
    top: calc(35*(100vw/1400));
    left: calc(296*(100vw/1400));
    width: calc(197*(100vw/1400));
  }
  .pc_ct02_img_01{
    position: relative;
    width: calc(420*(100vw/1400));
    margin: auto;
  }
  .pc_ct02_img_01::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(220*(100vw/1400));
    left: calc(-110*(100vw/1400));
    width: calc(310*(100vw/1400));
    height: calc(840*(100vw/1400));
    background-color: #efefef;
  }
  .pc_ct02_img_01::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(420*(100vw/1400));
    height: calc(630*(100vw/1400));
    background-color: #fff;
  }
  .pc_ct02_img_02{
    width: calc(422*(100vw/1400));
    margin: auto;
    margin-top: calc(28*(100vw/1400));
    -webkit-transform: translateX(calc(110*(100vw/1400)));
    transform: translateX(calc(110*(100vw/1400)));
  }
  .pc_ct02_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: calc(422*(100vw/1400));
    height: calc(634*(100vw/1400));
    background-color: #fff;
  }
  .ct02_tax_box{
    margin-top: calc(36*(100vw/1400));
  }
}
/* tab------------------------------------------------------- */
/* pc------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .sp_ct02_img_01,
  .sp_ct02_img_02,
  .sp_ct02_head{
    display: none;
  }
  .ct02{
    margin-top: 153px;
  }
  .ct02_box{
    position: relative;
  }
  .ct02_mini_box{
    max-width: 470px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .pc_ct02_head{
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 63%;
    width: 100%;
    max-width: 197px;
  }
  .pc_ct02_img_01{
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: auto;
  }
  .pc_ct02_img_01::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 220px;
    left: -27%;
    max-width: 310px;
    width: 100%;
    height: 840px;
    background-color: #efefef;
  }
  .pc_ct02_img_01::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width:100%;
    max-width: 420px;
    height: 630px;
    background-color: #fff;
  }
  .pc_ct02_img_02{
    width: 100%;
    max-width: 420px;
    margin: auto;
    margin-top: 30px;
    -webkit-transform: translateX(26%);
    transform: translateX(26%);
  }
  .pc_ct02_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width:100%;
    max-width: 420px;
    height: 634px;
    background-color: #fff;
  }
}
/* pc------------------------------------------------------- */
/* content02---------------------------------------------- */

/* content03---------------------------------------------- */
/* sp------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc_ct03_head,
  .pc_ct03_img_01,
  .pc_ct03_img_02{
    display: none;
  }
  .ct03{
    margin-top: calc(150*(100vw/750));
  }
  .ct03_box{
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
  }
  .ct03_box::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(150*(100vw/750));
    left: calc(111*(100vw/750));
    width: calc(638*(100vw/750));
    height: calc(1067*(100vw/750));
    background-color: #bec8d3;
  }
  .sp_ct03_head{
    position: absolute;
    z-index: 1;
    top: calc(270*(100vw/750));
    left: calc(432*(100vw/750));
    width: calc(281*(100vw/750));
  }
  .sp_ct03_img_01{
    width: calc(600*(100vw/750));
    margin-left: calc(37*(100vw/750));
  }
  .sp_ct03_img_02{
    position: relative;
    z-index: 1;
    width: calc(488*(100vw/750));
    margin-left: auto;
    margin-right: calc(50*(100vw/750));
    margin-top: calc(-54*(100vw/750));
  }
  .ct03_mv video{
    display: block;
    width: calc(450*(100vw/750));
    margin-right: auto;
    margin-top: calc(45*(100vw/750));
    margin-left: calc(60*(100vw/750));
  }
  .ct03_tax_box{
    width: calc(488*(100vw/750));
    margin-top: calc(48*(100vw/750));
  }
}
/* sp------------------------------------------------------- */
/* tab------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1400px){
  .sp_ct03_head,
  .sp_ct03_img_01,
  .sp_ct03_img_02{
    display: none;
  }
  .ct03{
    margin-top: calc(155*(100vw/1400));
  }
  .ct03bg{
    position: relative;
  }
  .ct03bg::before{
    content: "";
    z-index: -1;
    position: absolute;
    top: calc(338*(100vw/1400));
    left: calc(50*(100vw/1400));
    width: calc(1100*(100vw/1400));
    height: calc(743*(100vw/1400));
    background-color: #bec8d3;
  }
  .ct03_big_box{
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items:flex-start;
    width: calc(900*(100vw/1400));
    margin: auto;
  }
  .ct03_box{
    order: 2;
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-transform: translateX(calc(-47*(100vw/1400)));
    transform: translateX(calc(-47*(100vw/1400)));
  }
  .pc_ct03_head{
    position: absolute;
    z-index: 1;
    top: calc(223*(100vw/1400));
    left: calc(320*(100vw/1400));
    width: calc(200*(100vw/1400));
  }
  .pc_ct03_img_01{
    width: calc(500*(100vw/1400));
  }
  .pc_ct03_img_01::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: calc(500*(100vw/1400));
    height: calc(748*(100vw/1400));
    background-color: #fff;
  }
  .pc_ct03_img_02{
    position: relative;
    z-index: 1;
    order: 1;
    width: calc(400*(100vw/1400));
    margin-top: calc(238*(100vw/1400));
    -webkit-transform: translateX(calc(17*(100vw/1400)));
    transform: translateX(calc(17*(100vw/1400)));
  }
  .pc_ct03_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: calc(400*(100vw/1400));
    height: calc(599*(100vw/1400));
    background-color: #fff;
  }
  .ct03_mv video{
    display: block;
    width: calc(320*(100vw/1400));
    margin: auto;
    margin-top: calc(-41*(100vw/1400));
    -webkit-transform: translateX(calc(77*(100vw/1400)));
    transform: translateX(calc(77*(100vw/1400)));
  }
  .ct03_text_box{
    margin-top: calc(40*(100vw/1400));
  }
  .ct03_tax_box{
    line-height: 2.1;
    width: calc(460*(100vw/1400));
    margin: auto;
    margin-top: calc(30*(100vw/1400));
  }
  .ct03_tax:nth-of-type(4){
    padding-right: calc(15*(100vw/1400));
  }
}
/* tab------------------------------------------------------- */
/* pc------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .sp_ct03_head,
  .sp_ct03_img_01,
  .sp_ct03_img_02{
    display: none;
  }
  .ct03{
    margin-top: 153px;
  }
  .ct03bg{
    position: relative;
  }
  .ct03bg::before{
    content: "";
    z-index: -1;
    position: absolute;
    top: 340px;
    left: 4%;
    width: 100%;
    max-width: 1100px;
    height: 740px;
    background-color: #bec8d3;
  }
  .ct03_big_box{
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items:flex-start;
    width: 100%;
    max-width: 898px;
    margin: auto;
  }
  .ct03_box{
    order: 2;
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  .pc_ct03_head{
    position: absolute;
    z-index: 1;
    top: 225px;
    left: 65%;
    max-width: 200px;
    width: 100%;
  }
  .pc_ct03_img_01{
    width: 100%;
    max-width: 500px;
  }
  .pc_ct03_img_01::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    max-width: 500px;
    height: 748px;
    background-color: #fff;
  }
  .pc_ct03_img_02{
    position: relative;
    z-index: 1;
    order: 1;
    width: 100%;
    max-width: 400px;
    margin-top: 240px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
  .pc_ct03_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    max-width: 400px;
    height: 599px;
    background-color: #fff;
  }
  .ct03_mv video{
    display: block;
    max-width: 320px;
    width: 100%;
    margin: auto;
    margin-top: -41px;
    -webkit-transform: translateX(23%);
    transform: translateX(23%);
  }
  .ct03_text_box{
    margin-top: 50px;
  }
  .ct03_text:nth-of-type(3){
    margin-top: 28px;
  }
  .ct03_tax_box{
    line-height: 2.1;
    max-width: 420px;
    width: 100%;
    margin: auto;
    margin-top: 28px;
  }
  .ct03_tax:nth-of-type(3){
    padding-right:0;
  }
  .ct03_tax:nth-of-type(4){
    padding-right: 2%;
  }
}
/* pc------------------------------------------------------- */
/* content03---------------------------------------------- */

/* content04---------------------------------------------- */
/* sp------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc_ct04_head,
  .pc_ct04_img_01,
  .pc_ct04_img_02{
    display: none;
  }
  .ct04{
    margin-top: calc(152*(100vw/750));
  }
  .ct04_mini_box{
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
  }
  .ct04_mini_box::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(220*(100vw/750));
    left: 0;
    width: calc(750*(100vw/750));
    height: calc(1290*(100vw/750));
    background-color: #d6e2fc;
  }
  .sp_ct04_head{
    position: absolute;
    z-index: 1;
    top: calc(47*(100vw/750));
    left: calc(30*(100vw/750));
    width: calc(275*(100vw/750));
  }
  .sp_ct04_img_01{
    width: calc(638*(100vw/750));
    margin: auto;
  }
  .sp_ct04_img_02{
    width: calc(490*(100vw/750));
    margin: auto;
    margin-top: calc(34*(100vw/750));
  }
  .ct04_tax_box{
    width: calc(658*(100vw/750));
    margin-top: calc(48*(100vw/750));
  }
}
/* sp------------------------------------------------------- */
/* tab------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1400px){
  .sp_ct04_head,
  .sp_ct04_img_01,
  .sp_ct04_img_02{
    display: none;
  }
  .ct04{
    margin-top: calc(194*(100vw/1400));
  }
  .ct04_big_box{
    width: calc(670*(100vw/1400));
    margin: auto;
    position: relative;
  }
  .pc_ct04_head{
    position: absolute;
    z-index: 1;
    top: calc(88*(100vw/1400));
    left: calc(25*(100vw/1400));
    width: calc(250*(100vw/1400));
  }
  .pc_ct04_img_01{
    position: relative;
    width: calc(550*(100vw/1400));
    margin: auto;
  }
  .pc_ct04_img_01::before{
    content: "";
    position: absolute;
    top: calc(-50*(100vw/1400));
    left:calc(50*(100vw/1400));
    z-index: -1;
    width: calc(550*(100vw/1400));
    height: calc(825*(100vw/1400));
    margin: auto;
    background-color: #d6e2fc;
  }
  .pc_ct04_img_01::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(550*(100vw/1400));
    height: calc(825*(100vw/1400));
    background-color: #fff;
  }
  .pc_ct04_img_02{
    width: calc(420*(100vw/1400));
    margin: auto;
    margin-top: calc(50*(100vw/1400));
  }
  .ct04_text_box{
    margin-top: calc(46*(100vw/1400));
  }
}
/* tab------------------------------------------------------- */
/* pc------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .sp_ct04_head,
  .sp_ct04_img_01,
  .sp_ct04_img_02{
    display: none;
  }
  .ct04{
    margin-top: 194px;
  }
  .ct04_big_box{
    position: relative;
    width: 100%;
    max-width:670px;
    margin: auto;
  }
  .pc_ct04_head{
    position: absolute;
    z-index: 1;
    top: 88px;
    left: 3.5%;
    width: 100%;
    max-width: 250px;
  }
  .pc_ct04_img_01{
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: auto;
  }
  .pc_ct04_img_01::before{
    content: "";
    position: absolute;
    top: -50px;
    left: 9%;
    z-index: -1;
    width: 100%;
    max-width: 550px;
    height: 825px;
    margin: auto;
    background-color: #d6e2fc;
  }
  .pc_ct04_img_01::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 550px;
    height: 825px;
    background-color: #fff;
  }
  .pc_ct04_img_02{
    width: 100%;
    max-width: 420px;
    margin: auto;
    margin-top: 54px;
  }
  .ct04_text_box{
    margin-top: 44px;
  }
  .ct04_text:nth-of-type(2){
    margin-top: 28px;
  }
}
/* pc------------------------------------------------------- */
/* content04---------------------------------------------- */

/* content05---------------------------------------------- */
/* sp------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc_ct05_head,
  .pc_ct05_img_01,
  .pc_ct05_img_02{
    display: none;
  }
  .ct05{
    margin-top: calc(151*(100vw/750));
  }
  .ct05_sp_box{
    display: flex;
    flex-direction: column;
  }
  .ct05_box{
    order: 1;
    display: flex;
    position: relative;
  }
  .ct05_box::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(200*(100vw/750));
    left: calc(150*(100vw/750));
    width: calc(600*(100vw/750));
    height: calc(900*(100vw/750));
    background-color: #edebfc;
  }
  .sp_ct05_head{
    position: absolute;
    z-index: 1;
    top: calc(48*(100vw/750));
    left: calc(450*(100vw/750));
    width: calc(281*(100vw/750));
  }
  .sp_ct05_img_01{
    width: calc(601*(100vw/750));
    margin-right: auto;
    margin-left: calc(37*(100vw/750));
  }
  .sp_ct05_img_02{
    order: 3;
    width: calc(450*(100vw/750));
    margin-left: auto;
    margin-right: calc(36*(100vw/750));
    margin-top: calc(90*(100vw/750));
  }
  .ct05_mv{
    position: relative;
    z-index: 1;
    order: 4;
  }
  .ct05_mv video{
    display: block;
    width: calc(412*(100vw/750));
    margin-right: auto;
    margin-left: calc(32*(100vw/750)) !important;
    margin-top: calc(-120*(100vw/750));
  }
  .ct05_text_box{
    order: 2;
  }
  .ct05_text:nth-of-type(1),
  .ct05_text:nth-of-type(4){
    line-height: 1.75;
  }
  .ct05_text:nth-of-type(4){
    margin-top: calc(43*(100vw/750));
  }
  .ct05_tax_box{
    order: 5;
    width: calc(592*(100vw/750));
    margin-top: calc(61*(100vw/750));
  }
}
/* sp------------------------------------------------------- */
/* tab------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1400px){
  .sp_ct05_head,
  .sp_ct05_img_01,
  .sp_ct05_img_02{
    display: none;
  }
  .ct05{
    margin-top: calc(150*(100vw/1400));
  }
  .ct05_big_box{
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: calc(945*(100vw/1400));
    margin: auto;
  }
  .ct05_big_box::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(206*(100vw/1400));
    left: calc(-83*(100vw/1400));
    width: calc(898*(100vw/1400));
    height: calc(600*(100vw/1400));
    background-color: #edebfc;
  }
  .ct05_box{
    position: relative;
    display: flex;
    transform: translateX(calc(-90*(100vw/1400)));
  }
  .pc_ct05_head{
    position: absolute;
    z-index: 1;
    top: calc(48*(100vw/1400));
    left: calc(-109*(100vw/1400));
    width: calc(186*(100vw/1400));
  }
  .pc_ct05_img_01{
    width: calc(480*(100vw/1400));
  }
  .pc_ct05_img_01::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: calc(480*(100vw/1400));
    height: calc(720*(100vw/1400));
    background-color: #fff;
  }
  .pc_ct05_img_02{
    width: calc(350*(100vw/1400));
    margin-top: calc(100*(100vw/1400));
    -webkit-transform: translateX(calc(80*(100vw/1400)));
    transform: translateX(calc(80*(100vw/1400)));
  }
  .pc_ct05_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: calc(350*(100vw/1400));
    height: calc(525*(100vw/1400));
    background-color: #fff;
  }
  .ct05_mv video{
    position: relative;
    z-index: 1;
    display: block;
    width: calc(300*(100vw/1400));
    margin: auto;
    margin-top: calc(-221*(100vw/1400));
    -webkit-transform: translateX(calc(112*(100vw/1400)));
    transform: translateX(calc(112*(100vw/1400)));
  }
  .ct05_text_box{
    margin-top: calc(46*(100vw/1400));
  }
  .ct05_text:nth-of-type(3){
    margin-top: calc(25*(100vw/1400));
  }
  .ct05_text:nth-of-type(4){
    margin-top: calc(30*(100vw/1400));
  }
}
/* tab------------------------------------------------------- */
/* pc------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .sp_ct05_head,
  .sp_ct05_img_01,
  .sp_ct05_img_02{
    display: none;
  }
  .ct05{
    margin-top: 150px;
  }
  .ct05_big_box{
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 895px;
    margin: auto;
  }
  .ct05_big_box::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 202px;
    left: -12%;
    max-width: 903px;
    width: 100%;
    height: 600px;
    background-color: #edebfc;
  }
  .ct05_box{
    position: relative;
    display: flex;
  }
  .pc_ct05_head{
    position: absolute;
    z-index: 1;
    top: 43px;
    left: -23%;
    width: 100%;
    max-width: 186px;
  }
  .pc_ct05_img_01{
    width: 100%;
    max-width: 480px;
  }
  .pc_ct05_img_01::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    max-width: 480px;
    height: 720px;
    background-color: #fff;
  }
  .pc_ct05_img_02{
    width: 100%;
    max-width: 350px;
    margin-top: 96px;
    -webkit-transform: translateX(49%);
    transform: translateX(49%);
  }
  .pc_ct05_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    max-width: 350px;
    width:100%;
    height: 525px;
    background-color: #fff;
  }
  .ct05_mv video{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: -224px;
    -webkit-transform: translateX(37%);
    transform: translateX(37%);
  }
  .ct05_tax_box{
    margin-top: 42px;
  }
  .ct05_text_box{
    margin-top: 43px;
  }
  .ct05_text:nth-of-type(3){
    margin-top: 29px;
  }
  .ct05_text:nth-of-type(4){
    margin-top: 23px;
  }
}
/* pc------------------------------------------------------- */
/* content05---------------------------------------------- *

/* content06---------------------------------------------- */
/* sp------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc_ct06_head,
  .pc_ct06_img_01,
  .pc_ct06_img_02{
    display: none;
  }
  .ct06{
    margin-top: calc(145*(100vw/750));
  }
  .ct06_box{
    position: relative;
    display: flex;
  }
  .sp_ct06_head{
    position: absolute;
    z-index: 1;
    top: calc(56*(100vw/750));
    left: calc(30*(100vw/750));
    width: calc(239*(100vw/750));
  }
  .sp_ct06_img_01{
    width: calc(638*(100vw/750));
    margin-left: auto;
    margin-right: calc(37*(100vw/750));
  }
  .sp_ct06_img_01::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(250*(100vw/750));
    left: 0;
    width: calc(660*(100vw/750));
    height: calc(1185*(100vw/750));
    background-color: #efefef;
  }
  .sp_ct06_img_02{
    position: relative;
    z-index: 1;
    width: calc(525*(100vw/750));
    margin-right: auto;
    margin-left: calc(37*(100vw/750));
    margin-top: calc(-60*(100vw/750));
  }
  .ct06_tax_box{
    width: calc(540*(100vw/750));
    margin: auto;
    margin-top: calc(49*(100vw/750));
  }
}
/* sp------------------------------------------------------- */
/* tab------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1400px){
  .sp_ct06_head,
  .sp_ct06_img_01,
  .sp_ct06_img_02{
    display: none;
  }
  .ct06{
    margin-top: calc(152*(100vw/1400));
  }
  .ct06_big_box{
    display: flex;
    justify-content: center;
    width: calc(900*(100vw/1400));
    margin: auto;
  }
  .ct06_box{
    order: 2;
    position: relative;
    display: flex;
    -webkit-transform: translateX(calc(-102*(100vw/1400)));
    transform: translateX(calc(-102*(100vw/1400)));
  }
  .pc_ct06_head{
    position: absolute;
    z-index: 1;
    top: calc(46*(100vw/1400));
    left: calc(-60*(100vw/1400));
    width: calc(208*(100vw/1400));
  }
  .pc_ct06_img_01{
    position: relative;
    width: calc(480*(100vw/1400));
  }
  .pc_ct06_img_01::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: calc(180*(100vw/1400));
    right: calc(-120*(100vw/1400));
    width: calc(350*(100vw/1400));
    height: calc(650*(100vw/1400));
    background-color: #efefef;
  }
  .pc_ct06_img_01::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(480*(100vw/1400));
    height: calc(720*(100vw/1400));
    background-color: #fff;
  }
  .pc_ct06_img_02{
    order: 1;
    position: relative;
    z-index: 1;
    width: calc(420*(100vw/1400));
    -webkit-transform: translateX(calc(-20*(100vw/1400)));
    transform: translateX(calc(-20*(100vw/1400)));
    margin-top: calc(250*(100vw/1400));
  }
  .pc_ct06_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: calc(420*(100vw/1400));
    height: calc(630*(100vw/1400));
    background-color: #fff;
  }
  .ct06_text_box{
    margin-top: calc(45*(100vw/1400));
  }
  .ct06_tax_box{
    margin-top: calc(34*(100vw/1400));
  }
}
/* tab------------------------------------------------------- */
/* pc------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .sp_ct06_head,
  .sp_ct06_img_01,
  .sp_ct06_img_02{
    display: none;
  }
  .ct06{
    margin-top: 152px;
  }
  .ct06_big_box{
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    justify-content: center;
    min-width: 900px;
    width: 100%;
    margin: auto;
  }
  .ct06_box{
    order: 2;
    position: relative;
    display: flex;
    -webkit-transform: translateX(-21%);
    transform: translateX(-21%);
  }
  .pc_ct06_head{
    position: absolute;
    z-index: 1;
    top: 47px;
    left: -12.5%;
    max-width: 208px;
    width: 100%;
  }
  .pc_ct06_img_01{
    position: relative;
    width: 100%;
    max-width: 480px;
  }
  .pc_ct06_img_01::before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 180px;
    right: -25%;
    width: 100%;
    max-width: 350px;
    height: 650px;
    background-color: #efefef;
  }
  .pc_ct06_img_01::after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    max-width: 480px;
    width: 100%;
    height: 720px;
    background-color: #fff;
  }
  .pc_ct06_img_02{
    position: relative;
    z-index: 1;
    order: 1;
    width: 100%;
    max-width: 420px;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
    margin-top: 250px;
  }
  .pc_ct06_img_02::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    max-width: 420px;
    width: 100%;
    height: 630px;
    background-color: #fff;
  }
  .ct06_text_box{
    margin-top: 45px;
  }
  .ct06_tax_box{
    margin-top: 34px;
  }
}
/* pc------------------------------------------------------- */
/* content06---------------------------------------------- *

/* btn---------------------------------------------- */
/* sp------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .all_item_btn{
    display: block;
    width: calc(676*(100vw/750));
    height: calc(120*(100vw/750));
    line-height: calc(120*(100vw/750));
    margin: auto;
    margin-top: calc(153*(100vw/750));
    margin-bottom: calc(206*(100vw/750));
    font-size: calc(28*(100vw/750));
    letter-spacing: 0.06em;
    text-align: center;
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-weight: 500;
    border: 1px solid #000;
  }
}
/* sp------------------------------------------------------- */
/* tab------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1400px){
  .all_item_btn{
    display: block;
    width: calc(380*(100vw/1400));
    height: calc(64*(100vw/1400));
    line-height: calc(64*(100vw/1400));
    margin: auto;
    margin-top: calc(155*(100vw/1400));
    margin-bottom: calc(159*(100vw/1400));
    font-size: calc(18*(100vw/1400));
    letter-spacing: 0.06em;
    text-align: center;
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-weight: 500;
    border: 1px solid #000;
  }
}
/* tab------------------------------------------------------- */
/* pc------------------------------------------------------- */
@media screen and (min-width: 1401px) {
  .all_item_btn{
    display: block;
    width: 100%;
    max-width: 380px;
    height: 64px;
    line-height: 64px;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 159px;
    font-size: 18px;
    letter-spacing: 0.06em;
    text-align: center;
    font-family: YuGothic,'Yu Gothic', sans-serif;
    font-weight: 500;
    border: 1px solid #000;
  }
}
/* pc------------------------------------------------------- */
/* btn---------------------------------------------- *