@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

/*input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}*/


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}

div,section{
  box-sizing: border-box;
  letter-spacing: 0.02em;
  /*color:#333333;*/
}

body {
  line-height:1.5;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family:  "Hiragino Mincho ProN", YuMincho, "Yu Mincho","serif";
  font-weight: 400;
  color:#333333;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
transition: 0.5s;
}

a:hover{
  opacity: 0.8;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
/*mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}*/

mark{
  font-style: inherit;
  font-weight: 100;
  font-size: inherit;
  /*margin-right: 15px;*/
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/*.min,.min *{
  font-family:  "Hiragino Mincho ProN", YuMincho, "Yu Mincho","serif";
}*/

.eng,.eng *{
  font-family: 'Libre Baskerville', serif;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
  max-width: 100%;
}

.oz_castListSec01_btnBtn {
  -webkit-appearance: none;
}

.sp{
  display: none;
}


/* main */
.oz_spLogo,.oz_spHead,.oz_navFirst,.spFoot{
  display: none;
}

  .baseCl{
    background: var(--color_sub);
  }
  
  .oz_head{
    position: absolute;;
    height:auto;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    top:0;
    left: 0;
  }

.oz_head.oz_pageHead{
  /*background: #ffffff !important;*/
  background : var(--color_main);
}
  
  .oz_menuBox{
    display: flex;
    align-items: center;
    float: right;
  }

#global-nav{
  width: 100%;
}

.oz_headline{
  /*background: #f5f5f5;*/
  padding: 10px;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: normal;
  background: var(--color_bar);
  color: var(--color_bar_text);  
}

  @media screen and (min-width:951px){
    
  .oz_menuBox {
    width: calc(100% - 200px);
    display: flex;
    justify-content: flex-end;
  }

  .oz_menuBox li {
    margin-left: 30px;
    position: relative;
  }

  .oz_menuBox li:not(:first-child):not(:last-child):after {
    content: "｜";
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: -20px;
  }

  .oz_head.oz_pageHead .oz_menuBox li:not(.linkBtn) a {
    color: var(--color_header_text);
  }

  .oz_head.oz_pageHead .oz_menuBox li:not(:first-child):not(:last-child):after {
    color: rgba(0, 0, 0, 0.5);
  }



  }
  
  .oz_menuBox a{
    /*font-size: 16px;*/
    font-size: 14px;
    color:#ffffff;
    text-decoration: none;
  }
  
  .oz_menuBox .linkBtn {
    font-size: 17px;
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 130px;
    border-radius: 100px;
  }

  .oz_menuBox li a span {
    display: none;
  }

  .oz_mainImage{
    background-image: url("../images/oz_mainImage.png");
    background-position: top center;
    background-size:cover;
    width: 100%;
    min-height: 800px;
    position: relative;
    padding-top: 300px;
    margin-top: 41px;
  }



  .oz_mainText{
    width: auto;
    position: absolute;
    top:calc(50% - 50px);
    font-size: 20px;
    color:#ffffff;
    display: inline-block;
    left: calc(50% - 400px);
  }

.oz_mainText p{
  margin-bottom: 20px;
}

  .oz_content{
    max-width: 900px;
    margin: auto;
    width: 100%;
  }
  
.oz_header_wrap{
  padding: 30px 0;
  position: relative;
  height: 115px;
  width: 100%;
    max-width: 1100px;
    margin: auto;
}

.oz_headline_inner{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.oz_header_wrap .oz_logo{
  float: left;
  padding-top: 20px;
}

  .oz_headPcText{
    color:#ffffff;
    position: absolute;
    top:10px;
    right: 0;
    font-size: 13px;
  }

  
  .oz_pageHead .oz_headPcText{
    color:#000000;
  } 
  
/*  .oz_headPcText span{
    font-size: 24px;
    display: inline-flex;
    align-items: center;
  } 
  
  .oz_headPcText span img{
    display: inline-block;
    margin-right: 5px;
  } */

  .oz_headPcText .-icon{
    font-size: 24px;
    display: inline-flex;
    align-items: center;
  } 
  
  .oz_headPcText .-icon::before{
    content: '';  
    background-image: url(../images/icon_tel.png);  
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    width: 14px;
    height: 14px;
  }
  .oz_headPcText .-icon.-white::before{
    background-image: url(../images/icon_tel_w.png);
  }

.sec{
  padding: 80px 0 130px;
}

.slide01{
overflow: hidden;
}

/*.oz_TopSlide{
  padding-bottom: 80px;
}

.oz_TopSlide .prev{
  position: absolute;
  left: -20px;
  top:calc(50% - 22px);
  z-index: 10;
  width: 45px;
  opacity: inherit !important;
}

.oz_TopSlide .next{
  position: absolute;
  right: -20px;
  top:calc(50% - 22px);
  z-index: 10;
  width: 45px;
  opacity: inherit !important;
}

.oz_TopSlide .prev:before,
.oz_TopSlide .prev:after,
.oz_TopSlide .next:before,
.oz_TopSlide .next:after{
  content:none;
}

.oz_TopSlide .draggable{
  padding: 0 !important;
  max-width: 900px;
  margin: auto;
  width: 100%;
}*/

@media screen and (min-width:1000px){
  .headFixed{
    background: rgba(60 60 60 / 80%);
  }
}

  .oz_TopSec02{
    background: #f5f5f5;
  }  
  
  .oz_Title{
    font-weight: 900;
    text-align: center;
    color:#3c3c3c;
    font-size: 50px;
  }
  
  .oz_SubTitle{
    text-align: center;
    font-size: 14px;
    color:#ed8086;
    display: block;
    font-weight: normal;
  }
  
  .oz_innercontent{
    margin-top: 80px;
  }

.oz_TopSec01{
  background:#f5f5f5;
}

  
  .oz_TopSec01_text01{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color:#3c3c3c;
    line-height: 1.5em;
  }
  
  .oz_TopSec01_text02{
    font-size: 13px;
    margin-bottom: 10px;
    color:var(--color_sub);
  }
  
  .oz_TopSec01_text03{
    font-size: 16px;
    color:#3c3c3c;
    line-height: 1.75em;
  }  
  
  .oz_TopSec01_cont{
    width: 100%;
    max-width: 615px;
    margin: auto;
  }
  
  .oz_TopSec01_cont:not(:last-child){
    margin-bottom:50px;
  }

.oz_TopSec02Img01{
  width: 100%;
  height: 460px;
  object-fit: cover;
}


  .oz_TopSec02{
    background: url("../images/oz_TopSec02Bk.png") center;
    background-size: cover;
  }

  .oz_Title.pt02{
    color:#ffffff;
  }
  
  .oz_TopSec02_cont{
    padding:45px 50px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
  }
  
  .oz_TopSec02_box01{
    width: calc(100% - 440px);
    max-width: 350px;
    position: relative;
  }
  
  .oz_TopSec02Icon{
    position: absolute;
    top:-10px;
    left: 10px;
  }
  
  .oz_TopSec02_box02{
    width:380px;
    padding-top: 10px;
  }
  
  .oz_TopSec02_text01{
    font-size: 20px;
    margin-bottom: 20px;
    color:var(--color_sub);
  }
  
  .oz_TopSec02_text02{
    font-size: 36px;
    margin-bottom: 20px;
    color:#3c3c3c;
  }
  
  .oz_TopSec02_text02 span{
    font-size: 26px;
    display: inline-block;
    margin-left: 20px;
  }
  
    .oz_TopSec02_text03{
    font-size: 16px;
    margin-bottom: 40px;
    color:#3c3c3c;
    line-height: 28px;
  }
  
  .oz_more_link a{
    display: inline-block;
    padding: 8px 60px;
    background: var(--color_sub);
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 100px;
    letter-spacing: 0.1em;
  }

  .oz_TopSec03_Text01{
    margin-top: 40px;
    color:var(--color_sub);
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .oz_TopSec03_Text02{
    color:#3c3c3c;
    font-size: 26px;
    margin-bottom: 10px;
  }
  
  .oz_TopSec03_Text02 span{
    font-size: 18px;
    display: inline-block;
    margin-left: 8px;
  }  
  
  .oz_TopSec03_Text03{
    color:#3c3c3c;
    font-size: 14px;
    margin-bottom: 20px;
  }  

  .oz_TopSec03_Img{
    position: relative;
  }
  
  .oz_TopSec03Icon{
    position: absolute;
    padding: 10px 20px;
    font-size: 16px;
    color:#ffffff;
    background: #ed8086;
    left: 0;
    top:0;
  }


.slide02.noneSlide{
  display: flex;
  justify-content: center;
}

.slide02 .swiper-wrapper{
width:280px;
}

.slide02 .oz_TopSec03_Img img{
  width: 100%;
  height: 367px;
  object-fit: cover;
}

.oz_TopSec03 .prev{
  position: absolute;
  left:calc(50% - 500px);
  top:calc(50% - 22px);
  z-index: 10;
  width: 45px;
  opacity: inherit !important;
}

.oz_TopSec03 .next{
  position: absolute;
  right:calc(50% - 500px);
  top:calc(50% - 22px);
  z-index: 10;
  width: 45px;
  opacity: inherit !important;
}


.oz_TopSec03 .prev:after,
.oz_TopSec03 .next:after{
  content:none;
}

.oz_TopSec03_Img img{
  width: 100%;
}

  .oz_TopSec04{
    background: #f5f5f5;
  }
  
  .oz_TopSec04_cont{
    display: flex;
    justify-content: space-between;
  }
  
  .oz_TopSec04_box01{
    width: calc(100% - 550px);
    max-width: 350px;
  }
  
  .oz_TopSec04_box02{
    width:520px;
  }
  
  .oz_TopSec04_Text_a01{
    color:var(--color_sub);
    font-size: 20px;
    margin: 10px 0;
  }

.oz_TopSec04_boxInner_Img{
  position: relative;
}

.oz_TopSec04Img01{
  width: 100%;
  height: 610px;
  object-fit: cover;
}
  
  .oz_TopSec04_Text_a02{
    color:#3c3c3c;
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .oz_TopSec04_Text_a02 span{
    font-size: 26px;
    margin-left: 10px;
    display: inline-block;
  }  
  
  .oz_TopSec04_Text_a03{
    color:#3c3c3c;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
  }
  
  .oz_TopSec04_boxInner{
    display: flex;
    margin-top: 20px;
  }
  
  .oz_TopSec04_boxInner_elm{
    width: calc((100% - 60px) / 4);
  }

.oz_TopSec04_boxInner_elm:not(:last-child){
  margin-right: 20px;
}

  .oz_TopSec04_boxInner_elm a{
    color:inherit;
    text-decoration: none;
  }
  
  .oz_TopSec04_boxInner_Img img{
    width: 100%;
    height: 115px;
    object-fit: cover;
  }
  
  .oz_TopSec04_boxInner_Icon{
    position: absolute;
    padding: 5px 10px;
    font-size: 12px;
    color:#ffffff;
    background: #ed8086;
    left: 0;
    top:0;
  }
  
  .oz_TopSec04_Text_b01{
    font-size: 12px;
    color:var(--color_sub);
    margin: 10px 0;
  }
  
  .oz_TopSec04_Text_b02{
    font-size: 16px;
    color:#3c3c3c;
    margin-bottom: 5px;
  }
  
  .oz_TopSec04_Text_b02 span{
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
  }
  
  .oz_TopSec04_Text_b03{
    font-size: 11px;
    color:#3c3c3c;
  }  
  
  .oz_TopSec04Icon02{
    margin-bottom: 10px;
  }

  .oz_pageUd{
    text-align: center;
    color:#3c3c3c;
  }
  
  .oz_pageUd_text01{
    margin-bottom: 10px;
  }
  
  .oz_pageUd_btn a{
    display: inline-block;
    color:#ffffff;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    max-width: 550px;
    width: 100%;
    text-decoration: none;
    box-shadow: 2px 2px 10px 0 rgba(0 0 0 / 30%);
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 100px;
    background: var(--color_sub);
  }
  
  .oz_pageUd_text02{
    font-size: 14px;
  }
  
  .oz_pageUd_tel{
    margin-top: 60px;
    font-size: 53px;
  }
  
/*  .oz_pageUd_tel img{
    display: inline-block;
    margin-right: 8px;
  }*/

  .oz_pageUd_tel::before{ 
    content: '';  
    /*background-image: url(../images/oz_pageUdTelIcon.png);*/  
    background-image: url(../images/icon_tel.png);
    display: inline-block;  
    margin-right: 8px;  
    background-size: contain; 
    width: 30px;  
    height: 30px; 
  } 
  
  .oz_pageUd_time{
    display: inline-block;
    padding: 4px 30px;
    margin-top: 10px;
    border-top:1px solid var(--color_sub);
    border-bottom:1px solid var(--color_sub);
    font-size: 18px;
    letter-spacing: 0.2em;
  }  
  
  .oz_pageUd_time span{
    color:var(--color_sub);
  }

  .oz_footarea{
    padding: 65px 0;
    background: var(--color_footer);
  }
  
  .oz_footarea .oz_content{
    display: flex;
    justify-content: space-between;
  }
  
  .oz_footarea_box{
    width: 50%;
    color: var(--color_footer_text);
  }
  
  .oz_footarea_tel{
    font-size: 28px;
    margin: 15px 0;
    font-weight: lighter;
  }
  
  .oz_footarea_tel img{
    display: inline-block;
    margin-right: 8px;
  }
  
  .oz_footarea_text{
    line-height: 2em;
    font-size: 14px;
  }
  
  .oz_footNav{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_footNav a{
    display: inline-block;
    margin-bottom: 20px;
    color: var(--color_footer_text);
    text-decoration: none;
  }  
  
  .oz_footNav li{
    min-width: calc(100% / 3);
    display: inline-block;
    width: auto;
  }   
  
  .oz_copy{
    font-size: 11px;
    color:#969696;
    text-align: center;
    background: #3c3c3c;
    padding: 30px 0;
  }


/* castprofile */
  .oz_castMainTitle{
    text-align: center;
    padding: 200px 0 60px;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 0.1em;
  }  
  
  .oz_castMainTitle .oz_castSubTitle01{
    color:var(--color_sub);
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: initial;
  }   
  
  .oz_castMainTitle .oz_castSubTitle02{
    font-size: 30px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0.1em;
  }   

.oz_castSec01{
    background: #f5f5f5;
    background-size: cover;
}

.oz_content02{
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

  .oz_castSec01_contWrap{
    background: #ffffff;
    padding: 75px 100px;
  } 
  
  .oz_castSec01_cont01{
    display: flex;
    justify-content: space-between;
  }
  
  .oz_castSec01_box01{
    width: calc(100% - 550px);
  }
  
  .oz_castSec01_box02{
    width: 100%;
    max-width: 490px;
  }  
  
  .oz_castSec01_box02_Icon{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_castSec01_box02_IconDetail{
    margin-right: 8px;
    border:1px solid #d7d7d7;
    font-size: 15px;
    padding:8px 15px;
    border-radius: 6px;
    color:#3c3c3c;
    margin-bottom: 8px;
  }
  
  .oz_castSec01_box02_text01{
    display: flex;
    margin-top: 50px;
  }
  
  .oz_castSec01_box02_text01_a{
    font-size: 36px;
    margin-right: 20px;
    align-items: center;
    letter-spacing: 0.1em;
  }
  
  .oz_castSec01_box02_text01_a .oz_castSec01_box02_text01_a_span{
    font-size: 26px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0.1em;
  }
  
  .oz_castSec01_box02_text01_b{
    display: flex;
    align-items: center;
  }
  
  .oz_castSec01_box02_text01_b_icon01{
    height: 40px;
    padding: 10px 20px;
    color:#ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #ed8086;
    margin-right: 8px;
  }
  
  .oz_castSec01_box02_text01_b_icon02{
    padding-top: 5px;
  }

  .oz_castSec01_ImgBox{
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 145px;
  }
  
  .oz_castSec01_ImgBoxInner{
    width: calc((100% - 12px) / 5);
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 0;
    box-sizing: border-box;
  }
  
  .oz_castSec01_ImgBoxInner.oz_current{
    border:1px solid #000000;
  }
  
  .oz_castSec01_ImgBoxInner:nth-child(5n + 5){
    margin-right: 0;
  }
  
  .oz_castSec01Title{
    margin-top: 70px;
    color:#3c3c3c;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 40px;
    background: url("../images/cast/oz_castTitleBg.png") center;
    background-repeat: no-repeat;
    text-align: center;
  }

  .oz_castSec01_cont02_box{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_castSec01_cont02_boxInner{
    width: 126px;
    margin-right: 3px;
    margin-bottom: 3px
  }
  
.oz_castSec01_box01_img{
  width: 100%;
  height: 510px;
  object-fit: cover;
}

.oz_castSec01_ImgBox_img{
  width: 100%;
  height: 97px;
  object-fit: cover;  
}

  .oz_castSec01_cont02_boxInner:nth-child(7n + 7){
    margin-right: 0;
  }
  
  .oz_castSec01_cont02_boxTitle01{
    font-size: 18px;
    color:#ffffff;
    height: 45px;
    background: var(--color_sub);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  
  .oz_castSec01_cont02_boxTitle02{
    font-size: 18px;
    color:#535354;
    height: 65px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-top: none;
    margin-bottom: 3px;
  }  
  
  .oz_castSec01_cont02_boxTitle02.oz_none:after{
    content:" ";
    display: inline-block;
    background: #535354;
    height: 1px;
    width: 25px;
  }
  
  .oz_castSec01_cont02_boxTitle03{
    font-size: 18px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
  }  
  
  .oz_castSec01_cont02_boxTitle03 .oz_castSec01_cont02_boxLink{
    color:#ed8086;
  }  

  .oz_castSec02{
    /*background: #f5f5f5;*/
  }
  
  .oz_castSec02_cont{
    margin-bottom: 90px;
  }
  
  .oz_castSec02_cont.mb0{
    margin-bottom: 0;
  }
  
  .oz_castSec02_contTitle{
    height: 60px;
    display: flex;
    align-items: center;
    background: #eaeaea;
    padding-left: 30px;
    color: #3c3c3c;
    font-weight: normal;
    font-size: 22px;
    position: relative;
    margin-bottom: 60px;
  }
  
  .oz_castSec02_contTitle:after{
    content:" ";
    height:1px;
    width: 100%;
    background: var(--color_sub);
    position: absolute;
    bottom:-3px;
    left: 0;
  }

  .oz_castSec02_faqWrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  
  .oz_castSec02_faqWrap:last-child{
    margin-bottom: 0;
  }  
  
  .oz_castSec02_faq01{
    color:var(--color_sub);
    font-size: 18px;
    width: 70%;
  }
  
  .oz_castSec02_faq02{
    /*min-width: 270px;*/
    width: 30%;
    color:#414141;
    font-size: 18px;
  }
  
  .oz_castSec02_box02{
    font-size: 16px;
    color:#414141;
    line-height: 26px;
  }


  .oz_castSec02_box03{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_castSec02_box03_boxInner{
    width: 147px;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  
  .oz_castSec02_box03_boxInner:nth-child(6n + 6){
    margin-right: 0;
  }
  
  .oz_castSec02_box03_boxTitle01{
    font-size: 18px;
    color:#ffffff;
    height: 45px;
    background: var(--color_sub);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  
  .oz_castSec02_box03_boxTitle02{
    color:#535354;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-top: none;
    font-size: 26px;
  }  
  

  /* cast */
  .oz_bg{
    padding-top: 200px;
  }

  .oz_pageTitle{
    text-align: center;
    padding: 0 0 60px;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.2em;
  }
  
  .oz_pageTitle02{
    text-align: center;
    font-size: 14px;
    color: #ed8086;
    display: block;
    font-weight: normal;
  }

.oz_castListSec01{
  padding-top: 0;
}

    
        .oz_hidden-checkbox {
            display: none;
        }

        .oz_select {
            display: inline-block;
        }
        
        .oz_select .oz_castListSec01_list:hover {
            background-color:#D5C7A5;
            cursor: pointer;
        }

        .oz_hidden-checkbox:checked + label .oz_castListSec01_list{
            background-color: var(--color_sub);
          color:#ffffff;
        }


  .oz_castListSec01_contWrap{
    padding:25px 50px 35px;
    background: #f5f5f5;
  }
  
  .oz_castListSec01_btn{
    text-align: center;
    padding: 15px;
    background: #3c3c3c;
    font-size: 20px;
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .oz_castListSec01_btnIcon{
    display: inline-block;
    margin-right: 8px;
  }
  
  .oz_castListSec01_listWrap{
    margin-bottom: 30px;
  }
  
  .oz_castListSec01_listTitle{
    margin-bottom: 10px;
    font-size: 18px;
    color:#3c3c3c;
  }
  
  .oz_castListSec01_listTitle:before{
    content:"";
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: var(--color_sub);
    margin-right: 10px;
  }
  
  .oz_castListSec01_listBox{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_castListSec01_list{
    margin-right: 8px;
    margin-bottom: 8px;
    border:1px solid #d7d7d7;
    font-size: 15px;
    padding:8px 15px;
    border-radius: 6px;
    color:#3c3c3c;
    background: #ffffff;
  }
  
  .oz_castListSec01_btnWrap{
    text-align: center;
  }

  .oz_castListSec01_btnBtn{
    display: inline-block;
    width: 220px;
    padding: 10px 0;
    color:#ffffff;
    background: var(--color_sub);
    border-radius: 100px;
    font-size: 18px;
    border: none;
  }

  .oz_castListSec02{
      background: url("../images/cast/oz_castListBg.png") center;
      background-size: cover;
    padding-top: 130px;
  }

  .oz_castListSec02_link{
    color: inherit;
    text-decoration: none;
  }
  
  .oz_castListSec02_contWrap{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_castListSec02_list{
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
  }
  
  .oz_castListSec02_list:nth-child(3n + 2){
    margin-right: 30px;
    margin-left: 30px;
  }
  
  .oz_castListSec02_listImgWrap{
    position: relative;
  }
  
  .oz_castListSec02_listIcon01_a{
    position: absolute;
    width: calc(100% - 20px);
    top:10px;
    left: 10px;
    color:#ffffff;
    background: #ed8086;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }
  
  .oz_castListSec02_listIcon01_a_span{
    display: inline-block;
    margin-right: 8px;
    font-size: 16px;
  }
  
  .oz_castListSec02_listIcon01_a._white{
    color:#3c3c3c;
    background: #ffffff;
    border:1px solid #ed8086;
  }
  
  .oz_castListSec02_listIcon01_a._white .oz_castListSec02_listIcon01_a_span{
    color:#ed8086;
  }
  
  .oz_castListSec02_listIcon02{
    background: #ffffff;
    color: #ed8086;
    border:1px solid #ed8086;
    position: absolute;
    display: inline-block;
    padding: 10px 20px;
    bottom:20px;
    left: 10px;
  }
  
  .oz_castListSec02_listInfo{
    background: #ffffff;
    padding:35px 25px;
    margin-top: -2px;
  }
  
  .oz_castListSec02_listImg{
    line-height: 0;
    width: 100%;
    height: 455px;
    object-fit: cover;
  }
  
  .oz_castListSec02_listText01{
    color:var(--color_sub);
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .oz_castListSec02_listText02{
    color:#3c3c3c;
    font-size: 26px;
  }
  
  .oz_castListSec02_listText02_span{
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .oz_castListSec02_listText03{
    color:#3c3c3c;
    font-size: 14px;
  }  

/*enter*/
  .oz_enterMain{
      background-image: url("../images/enter/oz_enterMain.png");
      background-position: top center;
      background-size:cover;
      width: 100%;
      min-height: 800px;
      position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    padding-top: 150px;
  }

  .oz_enterMainText01{
    font-size: 20px;
    color:#ffffff;
    margin-bottom: 20px;
  }

  .oz_enterMainIconWrap{
    display: flex;
    justify-content: space-between;
    width: 460px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 65px;
  }
  
  .oz_enterMainIcon{
    display:flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #515151;
    font-size: 18px;
    color:#ed8086;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    text-decoration: none;
  }
  
  .oz_enterMainIcon_span{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
    color:#ffffff;
  }
  
  .oz_enterMainIcon._pt02{
    background: #ffffff;
    color:#515151;
  } 
  
  .oz_enterMainIcon._pt02 .oz_enterMainIcon_span{
    color:#ed8086;
  }
  
  .oz_enterMainText03{
    font-size: 14px;
    line-height: 1.75em;
    color:#ffffff;
  }
  
  .oz_enterMainText03_span{
    color:#ed8086;
  }

  .oz_enterSec{
    background: #646464;
    padding-top: 50px;
  }
  
  .oz_enterSecText{
    font-size: 14px;
    line-height: 26px;
    color:#ffffff;
    margin-bottom: 150px;
  }
  
  .oz_enterBnr{
    display: flex;
    justify-content: space-between;
    width: 720px;
    margin: auto;
  }

  .oz_enterFootNav{
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
  }
  
  .oz_enterFootNav a{
    color:#ffffff;
    font-size: 14px;
    text-decoration: none;
  }

/* flow */
  .oz_flowSubTitle01.-icon_pc:before{
    /*content:url("../images/flow/oz_flowicon_pc.png");*/
    content:url("../images/icon_pc_g.png");
  }

  .oz_flowSubTitle01.-icon_line:before{
    /*content:url("../images/flow/oz_flowicon_line.png");*/
    content:url("../images/icon_line_g.png");
  }

  .oz_flowSubTitle01.-icon_tel:before{
    /*content:url("../images/flow/oz_flowicon_tel.png");*/
    content:url("../images/icon_tel_g.png");
  }

  .oz_flowSubTitle01.-icon_twi:before{
    /*content:url("../images/flow/oz_flowicon_twi.png");*/
    content:url("../images/icon_twi_g.png");
  }

  .oz_flowTitle01{
    padding: 15px 0;
    background: #dbd2bd;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color:#3c3c3c;
    /*margin-bottom: 65px;*/
    margin: -1em -7.5rem 65px;
    width: auto;
  }
  
  .oz_flowSubTitle01{
    margin: 30px 0 35px;
    padding: 15px 0;
    border-top:#b9b9b9 1px solid;
    border-bottom:#b9b9b9 1px solid;
    font-size: 20px;
    position: relative;
  }
  
  .oz_flowSubTitle01._icon{
    padding-left: 60px;
  }

  .oz_flowSubTitle01._icon:before{
    position: absolute;
    top:0;
    left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 3px;
  }

  .oz_flowText01{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  
  .oz_flowBlock{
    padding-bottom: 45px;
  }
  
  .oz_flowLinkWrap{
    text-align: center;
    margin-top: 45px;
  }
  
/*  .oz_flowLink{
    display: inline-flex;
    width: 280px;
    height: 50px;
    background:var(--color_sub);
    color:#ffffff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }*/
  
  .oz_flowList01{
    padding: 40px 25px;
    background: #fde9ea;
  }

  .oz_flowTel,
  .oz_flowTel a{
    text-decoration: none;
    color:#414141;
    font-size: 26px;
    font-weight: normal;
  }

/*  .oz_flowSubTitle02{
    margin: 30px 0 35px;
    padding: 15px 0;
    border-top:#b9b9b9 1px solid;
    border-bottom:#b9b9b9 1px solid;
    font-size: 20px;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
  }

  .oz_flowSubTitle02Line{
    height: 22px;
    width: 4px;
    background: var(--color_sub);
    display: inline-block;
    margin-right: 15px;
  }*/

  ._block{
    background: #ffffff;
    margin-bottom: 85px;
    box-shadow: 2px 2px 10px 0 rgba(0 0 0 / 6%);
  }

  .oz_flowSubTitle02_step{
    display: inline-block;
    margin-right: 15px;
    color:var(--color_sub);
  }

  .oz_flowImg{
    margin-bottom: 50px;
  }

/*  .oz_flowLink02{
      display: inline-block;
      color:#ffffff;
      font-size: 30px;
      font-weight: 600;
      padding: 20px 0;
      max-width: 550px;
      width: 100%;
      text-decoration: none;
      margin-top: 40px;
      margin-bottom: 20px;
      border-radius: 100px;
      background: var(--color_sub);  
  }*/

  .oz_flowCvn{
    text-align: center;
    margin-bottom: 110px;
  }  
  
  .oz_flowCvnText{
    font-size: 20px;
    margin-bottom: 45px;
  }
  
  .oz_flowCvnQR{
    margin-bottom: 30px;
  }

.oz_flowSec03List li{
  position: relative;
  padding-left: 15px;
  letter-spacing: -0.75px;
}

.oz_flowSec03List li:before{
  content:"・";
  position:absolute;
  top:0;
  left:0;
}

  .oz_flowSec03Block{
    padding-bottom: 30px;
    border-bottom: 1px dotted #999999;
  }
  
  .oz_flowSec03Title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .oz-block-fullWide.oz_content .oz_flowSec04List{
    margin-top: 8px;
  }

  .oz-block-fullWide.oz_content .oz_flowSec04List li{
    padding-left: 40px;
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
  }
  
  .oz-block-fullWide.oz_content .oz_flowSec04List li:before{
    position: absolute;
    left: 0;
    top: 5px;
  }

  .oz-block-fullWide.oz_content .oz_flowSec04List li._tel:before{
    content: '';
    background-image: url(../images/icon_tel.png);
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    width: 23px;
    height: 23px;
  }

  .oz-block-fullWide.oz_content .oz_flowSec04List li._mail:before{
    content: url(../images/icon_mail.png);
  }

  .oz-block-fullWide.oz_content .oz_flowSec04List li._line:before{
    content: '';
    background-image: url(../images/icon_line.png);
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    width: 25px;
    height: 24px;  
  }

  .oz-block-fullWide.oz_content .oz_flowSec04List._tel span,
  .oz-block-fullWide.oz_content .oz_flowSec04List._tel span a{
    font-size: 26px;
    text-decoration: none;
    color:#414141;
  }
  
  .oz-block-fullWide.oz_content .oz_flowSec04List._mail a{
    text-decoration: none;
    /*color:#ed8086;*/
  }

  .oz_flowSec04 .oz_content{
    padding-bottom: 85px;
  }

/* price */
  .oz_priceSec01Title{
    padding:50px 80px 40px;
    background: #ed8086;
    margin-bottom: 30px;
  }  
  
  .oz_priceSec01TitleText{
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
    line-height: 32px;
    color:#414141;
  }
  
  .oz_priceSec01ContWrap{
    margin-bottom: 70px;
    border:1px solid #ed8086;
    padding: 35px 40px;
  }
  
  .oz_priceSec01Cont{
    margin-bottom:8px;
    color:#ed8086;
  }

  .oz_priceTable01 table *{
    box-sizing:border-box;
  }
  
  .oz_priceTable01 table{
    margin-bottom: 30px;
    border-top:1px solid #b9b9b9;
    border-right:1px solid #b9b9b9;
  }
  
  .oz_priceTable01 table,
  .oz_priceTable01 table tbody{
    display: block;
    width: 100%;
  }
  
  .oz_priceTable01 table tr{
    display:flex;
    flex-wrap: wrap;
  }
  
  .oz_priceTable01 table tr td{
    padding: 20px 0;
    width: calc(100% / 3);
    text-align: center;
    border-bottom:1px solid #b9b9b9;
    border-left:1px solid #b9b9b9;
    font-size: initial;
  }  


  .oz_priceTable02 table{
    width: 100%;
    border-top:1px solid #b9b9b9;
    border-right:1px solid #b9b9b9;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  
  .oz_priceTable02 table th{
    padding: 20px 0;
    background: #fde9ea;
    text-align: center;
    border-left:1px solid #b9b9b9;
    border-bottom:1px solid #b9b9b9;
    font-weight: normal;
    box-sizing: border-box;
    font-size: initial;
  }
  
  .oz_priceTable02 table td{
    padding: 20px 30px;
    /*text-align: center;*/
    border-left:1px solid #b9b9b9;
    border-bottom:1px solid #b9b9b9;
    font-weight: normal;
    box-sizing: border-box;
    font-size: initial;
  }
  
  
  .oz_priceTable02 table td.oz_left{
    text-align: left;
    width: 570px;
  }  
  
  .oz_priceTable02 table td.oz_right{
    text-align: right;
    width: 330px;
  } 
  
  .ft22{
    font-size: 22px;
  }
  
  .oz_pink{
    color:#ed8086;
  }

/* add20230621 */

.accordion__item{
  margin-bottom: 3.55556%;
}
.accordion__item .accordion__btn{
    padding: 3.33333% 11.11111% 3.33333% 2.77778%;
    position: relative;
    background-color: #e0e0e0;
    cursor: pointer;
}
.accordion__item .accordion__title{
    font-weight: bold;
    /*font-size: 2.6rem;*/
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.accordion__item .accordion__btn.close::before{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    transition: .4s;
}
.accordion__item .accordion__btn.close::after{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    transform: rotate(90deg);
    transition: .4s;
}
.accordion__item .accordion__btn.open::before{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    transform: rotate(45deg);
    transition: .4s;
}
.accordion__item .accordion__btn.open::after{
position: absolute;
    top: 50%;
    right: 5%;
    width: 30px;
    height: 3px;
    background-color: #000;
    content: "";
    transform: rotate(135deg);
    transition: .4s;
}
.accordion__item .accordion__body{
    padding: 0% 5.55556% 5.55556% 5.55556%;
     display: none; 
    background-color: #e0e0e0;  
}
@media (max-width: 750px) and (max-width: 750px){
  .accordion__item .accordion__title{
    font-size: 3.73333vw;
  }
  .accordion__item .accordion__body{
    font-size: 3.2vw;
  }
  .accordion__item .accordion__btn.close::before{
    width: 20px;
    height: 2px;
  }
  .accordion__item .accordion__btn.close::after{
    width: 20px;
    height: 2px;
  }
}

.oz-block-fullWide.oz_cast .oz-block-fullWide__inner{
  max-width: 1100px;
}

.oz-block-fullWide.oz_content
{
  background: #ffffff;
  box-shadow: 2px 2px 10px 0 rgba(0 0 0 / 6%);
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 85px;
}

.oz-block-fullWide.oz_content h2
{
    padding: 15px 0;
    background: #dbd2bd;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #3c3c3c;
    /*margin: -2.2em -7.5rem 65px;*/
    margin: -3.3em -7.5rem 65px;
    width: auto;  
}

.oz-block-fullWide.oz_content h3
{
    margin: 30px 0 35px;
    padding: 15px 0;
    border-top: #b9b9b9 1px solid;
    border-bottom: #b9b9b9 1px solid;
    font-size: 20px;
    position: relative;
}

.oz-block-fullWide.oz_content h3.-icon{
  padding-left: 60px;
}

.oz-block-fullWide.oz_content h3.-icon:before {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 3px;
}

.oz-block-fullWide.oz_content h3.-icon.-pc:before {
    content: url(../images/icon_pc_g.png);
}

.oz-block-fullWide.oz_content h3.-icon.-line:before {
    content: url(../images/icon_line_g.png);
}

.oz-block-fullWide.oz_content h3.-icon.-tel:before {
    content: url(../images/icon_tel_g.png);
}

.oz-block-fullWide.oz_content h3.-icon.-twi:before {
    content: url(../images/icon_twi_g.png);
}

.oz-block-fullWide.oz_content h3.-icon.-gf:before {
    content: url(../images/icon_gf.png);
}

.oz-block-fullWide.oz_content h3.-icon.-twi_blue:before {
    content: url(../images/icon_twi_blue.png);
}

.oz-block-fullWide.oz_content h4
{
    font-size: 1.125rem;
    margin: 0 0 1.125rem;
}

/*.oz-block-fullWide.oz_content li {
    position: relative;
    padding-left: 15px;
    letter-spacing: -0.75px;
    font-size: 1rem;
}

.oz-block-fullWide.oz_content li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
*/

/* 暫定対応 */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background: #fff;
    width: 100%;
    height: 30px;
}

.wpcf7 textarea{
  height: auto;
}


.wp-block-table td,
.wp-block-table th {
    border: 0;
}

.oz_slider .prev{
  position: absolute;
  left:calc(50% - 500px);
  /*top:calc(50% - 22px);*/
  z-index: 10;
  width: 45px;
  opacity: inherit !important;
}

.oz_slider .next{
  position: absolute;
  right:calc(50% - 500px);
  /*top:calc(50% - 22px);*/
  z-index: 10;
  width: 45px;
  opacity: inherit !important;
}

.oz_slider .prev:after,
.oz_slider .next:after{
  content:none;
}

.oz_slider .draggable{
  padding: 0 !important;
  max-width: 900px;
  margin: auto;
  width: 100%;
}

.form .button{
  background-color: var(--color_sub);
  box-shadow:none;
}

.form .form__link{
  color: #ED8086
}

.form .form__required-label{
  color:#3c3c3c;
}

.oz_reserveBtn{
    display: inline-flex;
    width: 100%;
    height: 50px;
    background: var(--color_sub);
    /*color: #ffffff;*/
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.oz_reserveBtn a{
  color: #ffffff;
}

.oz_reserveBtn.-line{
  background: #06C755;
}

.oz_reserveBtn.-line::before{
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
    content: url("../images/icon_line_green.png");
}

.oz_reserveBtn.-twi{
  background: #00ACEE;
}

.oz_reserveBtn.-twi::before{
/*    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
    content: url("../images/icon_twi_w.png");*/
    content: '';  
    background-image: url(../images/icon_twi_w.png);  
    display: inline-block;
    margin-right: 9px;
    margin-top: 3px;
    background-size: contain;
    width: 23px;
    height: 19px;
}

/* 暫定設定（求人募集） */

.flow_wrap{
 display: block;
 width: 100%;
 margin-top: 30px;
}
.flow_left{
 display: inline-block;
 width: 15%;
}
.flow_right{
 display: inline-block;
 /* width: 50%; */
 width : 80%;
 margin-left: 20px;
 vertical-align: top;
 text-align: left;
 font-size: 14px;
 color: #393939;
 line-height: 2;
}

.flow_inner{
 display: block;
 position: relative;
}

.flow_arrow{
 display: flex;
 flex-direction: column;
 width: 100px;
 justify-content: center;
 align-items: center;
 height: 270px;
 background-color: #FFF1F1;
 padding: 0 10px;
 font-size: 13px;
 margin-bottom: 10px;
}
.arrow_deep{
 background-color: #FFE9E9;
 height: 410px;
}

.flow_sp_title{
 display: block;
 background: #FED1D2;
 border: 1px solid #FED1D2;
 color: #fff;
 padding: 10px;
 /* width: 85%; */
 margin: 0 auto;
}
.flow_sp{
 display: block;
 background: #fff;
 border: 1px solid #FED1D2;
 text-align: left;
 font-size: 14px;
 color: #393939;
 line-height: 2;
 padding: 10px;
 /* width: 85%; */
 margin: 0 auto;

}
.flowtext{
 width: 80%;
 margin: 0 auto;
 margin-top: 30px;
 padding: 20px;
 text-align: left;
 font-size: 14px;
 color: #393939;
 line-height: 2; 
}
.arrow{
 position: absolute;
 background-color: #ddd;
 width: 100px;
 height: 30px;
 clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.wht{
 background-color: #FFFFFF;
    bottom: -180px;
    position: relative;
}

.pnk{
 background-color: #FFF1F1;
    bottom: -140px;
    position: relative;
}

.deepnk{
 background-color: #FFE9E9;
  bottom: -530px;
    position: relative;
}
.flow_wrap h4{
  font-size:1.125rem;
}

.flow_step {
  counter-reset: section;  /* Initialize a counter named 'section' */
}

.-icon_maru {
  counter-increment: section;  /* Increment the counter for each .maru */
}

.-icon_maru::before {
  content: counter(section);  /* Use the counter's current value as content */
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background: #FED1D2;
  font-size: 16px;
  margin-right: 10px;
}