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


/* WordPressのテーブルブロックの初期化 */
.wp-block-table {
    width: auto;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border: none;
}
.wp-block-table table,
.wp-block-table td,
.wp-block-table th {
    border: none;
    margin: 0;
    padding: 0;
}
.wp-block-table th {
    font-weight: normal;
}
.wp-block-table td,
.wp-block-table th {
    padding: 0;
    border: none;
    text-align: left;
}
.wp-block-table tbody tr:nth-child(odd) {
    background: none;
}
.wp-block-table thead {
    border-bottom: none;
}
.wp-block-table tfoot {
    border-top: none;
}
/* ここまで */

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

/* buttonリセット */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    box-shadow: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* ここまで */

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;
  color:#3c3c3c;
}

div,section{
	box-sizing: border-box;
	letter-spacing: 0.02em;
	color:#3c3c3c;
}

body {
 	line-height:1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
  padding-top: 160px;
}

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 */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

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

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

.eng *{
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
}

.min *{
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.min02 *{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.fw-n{
  font-weight: normal !important;
}

.eng{
  font-family: "Castoro Titling", serif;
  font-weight: 400;
  font-style: normal;
}

.min{
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

.min02{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

/* 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_profileListSec01_btnBtn {
  -webkit-appearance: none;
}

.sp{
	display: none;
}

.fw-n{
  font-weight: normal;
}

.oz_mb65{
  margin-bottom: 65px;
}

.oz_mb70{
  margin-bottom: 70px;
}

/* 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;
}
	
	.oz_menuBox{
		display: flex;
		align-items: center;
    width: 90%;
    max-width: 1100px;
    margin: auto;
	}

  .oz_logo{
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
  }  

  .oz_logo .oz_h1span{
    font-size: 28px;
    font-weight: normal;
  }  

  .oz_logo .oz_h1span a{
    color: initial;
  }
  
  .oz_headText{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  
  .oz_headText_pt01{
    margin-right: 20px;
    font-size: 16px;
  }
  
  .oz_headText_pt01_span{
    color:var(--color_sub);
  }
  
  .oz_headText_pt02{
    font-size: 25px;
    display: flex;
    align-items:center;
    margin-right: 20px;
  }
  
  .oz_headText_pt02_span{
    display: flex;
    margin-right: 8px;
    font-size: 16px;
  }

.ft20{
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
}

.oz_headlink{
  text-decoration: none;
}
	
	.oz_headlink.oz_headBtn{
		font-size: 16px;
		color:#ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 130px;
		border-radius: 100px;
    text-decoration: none;
}

	
.oz_header_wrap{
  padding:15px;
  position: relative;
  height: 80px;
      display: flex;
    justify-content: space-between;
  align-items: center;
  width: 90%;
    margin: auto;
    max-width: 1600px;
}

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

	@media screen and (min-width:1101px){
    .oz_menuBox .oz_menuBoxList{
      position: relative;
		}
    
  .oz_menuBox{
    width: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
	}
    
  .oz_logo02{
    padding-left: 50px;
  }  
    
    .oz_menuBox .oz_headlink{
      padding: 10px;
      display: block;
    }
    
    .oz_headlink_text02{
      font-size: 20px;
      margin-bottom:0;
      color:var(--color_sub);
      display: block;
      width: 100%;
    }
    
    .oz_headlink_text01{
      font-size: 14px;
      display: block;
      width: 100%;
    }
    
	}

  .oz-image{
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
  }
  
  .oz-image_img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
  }
  
        .single-image .oz-image_img{
            display: block;
            margin: 0 auto;
        }
  
  .oz_maintext{
    position: absolute;
    top:calc(50% - 88px);
    width: 100%;
    text-align: center;
  }

.oz-slider .slick-slide .oz_maintextimg {
    display: inline;
}

  .oz_TopSec01{
    padding: 140px 0 110px;
    background-image: url("../images/oz_sec01Bk.png");
    background-size: cover;
    background-position: center left;
  }
  
  .oz_content{
    width: 90%;
    max-width: 900px;
    margin: auto;
  }

  .oz_TopSec01 .oz_content{
    display: flex;
    justify-content: flex-end;
  }
  
  .oz_TopSec01_cont{
    width: 50%;
  }
  
  .oz_Title{
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 50px;
    line-height: 1.5em;
  }
  
  .oz_SubTitle{
    display: block;
    font-size: 15px;
    color:var(--color_sub);
    line-height: 1.5em;
  }
	  
.oz_TopSec02{
  padding: 160px 0 80px;
  background:url("../images/oz_sec02BK.png") center;
  background-size: cover;
}

.oz_tc{
  text-align: center;
}

  .oz_TopSec02_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .oz_TopSec02_item{
    width: calc((100% - 130px) / 3);
    margin-right: 65px;
  }
  
  .oz_TopSec02_item:nth-child(3n + 3),
  .oz_TopSec02_item:last-child{
    margin-right: 0;
  }
  
  .oz_TopSec02_item:nth-child(N + 4){
    margin-top: 40px;
  }
  
  .oz_TopSec02_item_img{
    text-align: center;
  }
  
  .oz_TopSec02_item_text01{
    text-align: center;
    margin: 20px 0;
    font-size: 22px;
  }

.oz_TopSec03{
  padding: 100px 0 160px;
  background:url("../images/oz_sec03BK.png") center;
  background-size: cover;
}

  .oz_TopSec03Cont{
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    align-items: center;
  }
  
  .oz_TopSec03Cont_box01{
    width: 50%;
    padding: 40px 50px;
  }
  
  .oz_sec03Img{
    object-fit: cover;
    object-position: center;
    height: auto;
    width:100%;
    aspect-ratio:1/1.314;
  }
  
  .oz_TopSec03Cont_box02{
    width: 50%;
    padding: 20px;
  }
  
  .oz_profText01{
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .oz_profText_span{
    font-size: 22px;
    display: inline-block;
    margin-left: 10px;
  }
  
  .oz_profText02{
    color:#93835c;
    margin-bottom: 50px;
  }
  
  .oz_profBtn{
    display: inline-flex;
    font-size: 16px;
		color:#ffffff;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 180px;
		border-radius: 100px;
    text-decoration: none;
    background:var(--color_sub);
    margin-top: 50px;
  }

  .oz_TopSec04{
    padding:130px 0 100px;
  }
  
  .oz_week{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  
  .oz_date{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    height: 90px;
    width:90px;
    margin:0 10px;
    background: #e2e2e2;
    color: #7e7e7e;
    font-size: 16px;
    text-align: center;
  }

.oz_date_block{
  text-decoration: none;
  color:#7e7e7e;
}
  
  .oz_dateText{
    font-size: 22px;
    color:#7e7e7e;
  }
  
  .oz_date.oz_sun{
    background: #fddfe8;
  }
  
  .oz_date.oz_mon{
    background: #3c3c3c;
  }  
  
  .oz_date.oz_mon .oz_date_block,
  .oz_date.oz_mon .oz_dateText{
    color:#ffffff;
  }  

.oz_TopSec04Cont_box_link{
  text-decoration: none;
}
  
  .oz_TopSec04Cont{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  
  .oz_TopSec04Cont_box{
    width: calc((100% - 60px) / 3);
  }
  
  .oz_TopSec04Cont_box:nth-child(3n + 2){
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .oz_TopSec04Cont_img{
    width: 100%;
    height: auto;
    aspect-ratio:1/1.311;
    position: relative;
  }
  
  .oz_sec04Img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  
  .oz_TopSec04Icon{
    padding: 8px 20px;
    background: #f45f8c;
    color:#ffffff;
    position: absolute;
    top:10px;
    left: 10px;
  }
  
  .oz_TopSec04Schedule{
    text-align: center;
    padding: 8px;
    position: absolute;
    left: 10px;
    bottom:15px;
    width: calc(100% - 20px);
    background: rgba(255 255 255 / 90%);
  }
  
  .oz_TopSec04Span{
    color:var(--color_sub);
  }
  
  .oz_TopSec04Text01{
    font-size: 14px;
    margin-top: 10px;
  }
  
  .oz_TopSec04Text02{
    font-size: 22px;
  }
  
  .oz_TopSec04Text03{
    font-size: 14px;
    margin-bottom: 20px;
    color:#93835c;
  }
  
  .oz_TopSec04list{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_TopSec04item{
    padding: 5px 10px;
    border:1px solid #bfbfbf;
    margin-right: 8px;
    font-size: 15px;
  }
  
  .oz_linkBtnWrap{
    text-align: center;
  }
  
  .oz_linkBtn01{
    display: inline-flex;
    font-size: 16px;
		color:#ffffff;
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 260px;
		border-radius: 100px;
    text-decoration: none;
    background:var(--color_sub);
    margin-bottom: 20px;
  }  
  
  .oz_linkBtn02{
    display: inline-flex;
    font-size: 16px;
		color:var(--color_sub);
		justify-content: center;
		align-items: center;
		height: 40px;
		width: 260px;
		border-radius: 100px;
    text-decoration: none;
    border:1px solid var(--color_sub);
  }    
  
  .oz_TopSec05{
    padding: 95px 0 100px;
    background:url("../images/oz_sec05BK.png") center;
    background-size: cover;
  }

  .oz_TopSec05 .oz_wt,
  .oz_TopSec05 .oz_SubTitle{
    color:#ffffff;
  }
  .oz_TopSec05_cont{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    margin-bottom: 30px;
  }
  
  .oz_TopSec05_img{
    aspect-ratio:1/0.684;
    padding: 10px;
    width: 50%;
  }
  
  .oz_sec05Img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
  
  .oz_TopSec05_box{
    padding: 10px;
    width: 50%;
  }  

  .oz_TopSec05_boxText01{
    margin: 10px 0;
    font-size: 18px;
  }
  
  .oz_TopSec05_boxText02{
    margin-bottom: 15px;
    font-size: 13px;
    color:#93835c;
  }
  
  .oz_linkBtnWrap02{
    margin-top: 60px;
  }


.oz_spfoot{
 position: fixed;
  bottom:-100px;
}

.oz_spfoot02{
 position: fixed;
  bottom:-100px;
}

  .oz_foot{
    padding: 145px 0 50px;
    background: var(--color_footer);
    text-align: center;
  }
  
  .foot_logo{
    font-size: 44px;
    color:#ffffff;
    margin-bottom: 10px;
  }
  
  .foot_tel__link {
    text-decoration: none;
    color:#ffffff;
  }
  
  .foot_tel__text01{
    color:#ffffff;
    font-size: 32px;
    line-height: 1.5em;
  }
  
  .foot_tel__text02{
    color:#ffffff;
    font-size:14px;
    line-height: 1.5em;
  }
  
.oz_footTel{
  display: inline-block;
  margin-right: 10px;
}

  .oz_foot__cont02__ListWrap{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  
.oz_foot__cont02__List{
  margin-top: 8px;
}

  .oz_foot__cont02__List .oz_tdnone{
    color:#ffffff;
    font-size: 15px;
    text-decoration: none;
  }
  
  .oz_foot__cont02__List:not(:last-child):after{
    content:"　｜　";
    color:#ffffff;
  }
  
  .oz_foot__cont02__copy{
    text-align: center;
    margin-top: 30px;
    color:#ffffff;
    font-size: 12px;
  }

/* ver02 top */
  .oz_headWrap02{
    display: flex;
    align-items: baseline;
    margin-top: 10px;
  } 
  
  .oz_headText02_pt01{
    margin-left: 20px;
    font-size: 16px;
  }
  
  .oz_headText02_pt02{
    font-size: 28px;
    display: flex;
    align-items:center;
    margin-left: 20px;
    line-height: 1em;
  }

.oz-slider02Wrap{
  width: 100%;
  overflow: hidden;
}

  .oz-slider02{
    width: 100%;
    margin: auto;
    overflow: visible;
  }
  
  .oz-slider02 .slick-list{
    overflow: visible !important;
    margin: auto;
    width: 100%;
    max-width: 1000px;
  }
  
  .oz-slider02 .oz-image02{
    padding: 0 25px;
  }
  
          .oz-slider02 .slick-dots li button:before {
            font-size: 12px;
            color: black;
            opacity: 0.75;
        }

        .oz-slider02 .slick-dots li.slick-active button:before {
            color: black;
            opacity: 1;
        }

        .oz-slider02 .slick-dots {
            display: flex !important;
            justify-content: center;
          position: absolute;
          width: 100%;
          bottom:20px;
          left: 0;
        }

        .oz-slider02 .slick-dots li {
            margin: 0 5px;
          text-indent:-9999px;
          height: 10px;
          width:10px;
          background: #d9d9d9;
          border-radius: 100px;
        }
  
  .oz-slider02 .slick-dots li.slick-active{
    background: var(--color_sub);
  }

  .oz_TopSec01_b{
    padding: 80px 0 100px;
  } 
  
  .oz_TopSec01_b_Box{
    max-width: 620px;
    margin: auto;
  }
  
  .oz_TopSec01_b_Box:not(:last-child){
    margin-bottom: 60px;
  }

  .oz_TopSec01_b_text01{
    margin-bottom: 5px;
    color:#93835c;
    font-size:13px;
  }
  
  .oz_TopSec01_b_text02{
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
  }
  
  .oz_TopSec01_b_text03{
    font-size: 16px;
    text-align: justify;
  }

.oz_TopSec_slide{
  width: 100%;
  overflow: hidden;
  padding: 145px 0 90px;
}

  .oz_topSlide_list__img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.312;
    position: relative;
  }
  
  .oz_topSlide_list__item{
    padding:0 10px;
    position: relative;
  }
  
  .oz_topSlide_list__inner{
    height: 100%;
  }
  
  .oz_topSlide_list__box{
    padding:20px 0 40px;
  }
  
  .oz_topSlide_list{
    overflow: visible;
    position: relative;
  }
  
  .oz_topSlide_list .slick-list{
    overflow: visible;
  }
  
  .oz_topSlide_list__text02{
    font-size: 13px;
    color:#93835c;
    margin-bottom: 30px;
  }
  
  .oz_topSlide_list__text01{
    font-size: 22px;
    line-height: 28px;
  }
  
  .oz_topSlide_list .prev{
    position: absolute;
    z-index: 10;
    left: -15px;
    top:160px;
}
  
    .oz_topSlide_list .next{
    position: absolute;
    z-index: 10;
    right: -15px;
    top:160px;
}
  
.oz_topSlide_listIcon {
    padding: 8px 20px;
    background: #f45f8c;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 20px;
}  

  .oz_tdnone{
    text-decoration: none;
  }

.oz_TopSec_concept{
    padding: 100px 0 120px;
    background-image: url("../images/oz_top02Bk.png");
    background-size: cover;
    background-position: center left;
  }

  .oz_TopSec_conceptBox{
    width: 90%;
    margin: auto;
    background: rgba(255 255 255 / 90%);
    padding:60px 90px;
  }

  .oz_TopPrice{
    padding: 110px 0 100px;
    background: #e0e0e0;
  }
  
  .oz_TopPriceBox{
    display: flex;
    justify-content: space-between;
  }
  
  .oz_TopPriceTable{
    width: calc((100% - 65px) / 2);
  }
  
  .oz_TopPriceTh{
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px dashed #cccccc;
    width: 50%;
    text-align: left;
  }
  
  .oz_TopPriceTd{
    padding: 10px;
    vertical-align: middle;
    font-size: 22px;
    border-bottom: 1px dashed #cccccc;
    text-align: right;
    width: 50%;
  }
  
  .oz_TopPriceSpan{
    font-size: 16px;
  }

  .oz_TopSecCupon{
    padding: 100px 0 120px;
  }
  
  .oz_TopSecCupon_cont{
    padding: 60px;
    border:1px solid #e0e0e0;
  }

.oz_TopSecCupon_cont:not(:last-child){
  margin-bottom: 60px;
}
  
  .oz_TopSecCuponTitle{
    display: flex;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #93835c;
    font-size: 22px;
    align-items: center;
  }
  
  .oz_cpIcon{
    display: inline-block;
    margin-right: 10px;
  }
  
  .oz_TopSecCuponText{
    font-size: 16px;
  }

  .oz_TopSecAccess{
    padding: 120px 0;
    background: #f4f4f4;
  }
  
  .oz_TopSecAccess_cont{
    display: flex;
    justify-content: space-between;
  }
  
  .oz_TopSecAccess_box{
    width: 50%;
  }
  
  .oz_TopSecAccess_box02{
    width: 50%;
    padding:20px 40px;
  }
  
  .oz_TopSecAccess_text01{
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .oz_TopSecAccess_text02{
    font-size: 16px;
    margin-bottom: 30px;
  }  


  .oz_TopSecShopinfo{
    padding: 120px 0 100px;
    background: #e0e0e0;
  }
  
  .oz_TopSecShopinfoTable{
    width: 100%; 
  }
  
  .oz_TopSecShopinfoTh{
    padding: 20px 0;
    font-weight: normal;
    text-align: left;
    width: 150px;
    border-bottom: #cccccc solid 1px;
  }
  
  .oz_TopSecShopinfoTd{
    padding: 10px 0;
    text-align: left;
    width: calc(100% - 150px);
    border-bottom: #cccccc solid 1px;
  }

  .oz_TopSecBnr{
    padding: 50px 0;
  }

.oz_entryLogo{
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top:calc(50% - 250px);
}


  .oz_entry_text{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom:70px;
    color:#ffffff;
    font-size: 15px;
    line-height: 26px;
  }  
  
  .oz_pink{
    color:#f45f8c;
  }
  
.oz_overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
position: fixed;
z-index: 9999999;
    top: 0;
    left: 0;
}
.oz_entry_wrap{
width: 660px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: flex;
  justify-content: space-between;
}

.oz_entry{
display: flex;
justify-content: center;
  text-align: center;
  align-items: center;
  height: 120px;
  width: 300px;
  background: #000000;
  transition: 0.5s;
}
 
.oz_entry:hover{
  opacity: 0.8;
  }
  
.oz_entry .oz_entry_text01{
font-size: 40px;
  letter-spacing: 0.1em;
  color:#ffffff;
  line-height: 1em;
}  
  
.oz_entry .oz_entry_text02{
font-size: 18px;
  color:#f45f8c;
}  
  
.oz_entry.oz_pt02{
box-sizing: border-box;
  background: #f45f8c;
}
 
.oz_entry.oz_pt02 .oz_entry_text01{
  color:#ffffff;
}  
  
.oz_entry.oz_pt02 .oz_entry_text02{
  color:#000000;
}  

.oz_entrylink{
  color:#ffffff;
}

/*other*/
  .oz_systemWrap{
    padding: 80px 0 130px;
    background: #f4f4f4;
  }
  
  .oz_systemBox{
    background: #ffffff;
    padding:80px 0 50px;
    position: relative;
    margin-bottom: 40px;
  }
  
.oz_systemTitle{
  background: url("../images/other/oz_systemTitle.png") center;
  background-size: contain;
  width: 308px;
  text-align: center;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: normal;
  margin: auto;
  margin-bottom: 20px;
  color:#93835c;
  background-repeat: no-repeat;
}

.oz_systemTitle02{
  color:#3c3c3c;
}

  .oz_TopSystem_table{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 20px;
  }
  
  .oz_TopSystem_th{
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    padding: 8px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
    width: 50%;
  }
  
  .oz_TopSystem_td{
    font-size: 18px;
    text-align: right;
    font-weight: normal;
    padding: 8px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
    width: 50%;
  }
  
  .oz_TopSystem_span{
    color:#93835c;
    font-size: 20px;
  }
  
  .oz_TopSystem_small{
    color:#93835c;
    font-size: 24px;
  }
  
  .oz_TopSystem_text{
    width: 100%;
    max-width: 630px;
    margin: auto;
    font-size: 15px;
  }


  .oz_systemBox:before{
  content:" ";
  display: block;  
  width: 61px;
  height: 61px;
  background:url("../images/other/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
  top:10px;
    left: 10px;
}

  .oz_systemImg:before{
  content:" ";
  display: block;
  width: 61px;
  height: 61px;
  background:url("../images/other/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    top:10px;
    right: 10px;
    transform: rotate(90deg)
}

  .oz_systemBox:after{
  content:" ";
  display: block;  
  width: 61px;
  height: 61px;
  background:url("../images/other/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    bottom:10px;
    left: 10px;
    transform: rotate(-90deg)
}

  .oz_systemImg:after{
  content:" ";
  display: block;
  width: 61px;
  height: 61px;
  background:url("../images/other/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    bottom:10px;
    right: 10px;
    transform: rotate(180deg);
}

.oz_TopSystem_tr{
  display: flex;
  width: 100%;
}

.oz_systemLastBox{
  margin-bottom: 0;
}

  .oz_TopSystem_th_last{
    width: 100%;
  }
  
  .oz_TopSystem_text02{
    font-size: 16px;
    margin-top: 10px;
  }
  
  .oz_TopSystem_text03{
    width: 100%;
    max-width: 630px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .oz_TopSystem_card{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 30px;
  }

/* prof */
  .oz_other_pageTitle{
    margin-top: 80px;
    margin-bottom: 50px;
  } 
  
  .oz_other_pageTitle_span{
    text-align: center;
    font-size: 40px;
    display: block;
  }
  
  .oz_other_pageTItle_small{
    font-size: 22px;
    display: block;
    text-align: center;
  }
  
  .oz_profileTable{
    margin-top: 35px;
    width: 100%;
  }
  
  .oz_profileTable_th{
    width: 50%;
    padding: 15px 0;
    font-weight: normal;
    font-size: 16px;
    color:#93835c;
    text-align: left;
    border-bottom: 1px solid #f8f8f8;
  }
  
  .oz_profileTable_td{
    width: 50%;
    padding: 10px 0;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #f8f8f8;
  }

.oz_profileTable_tr{
  display: flex;
}

.oz_profileTable_tr.col2,
.oz_profileTable_tr.col2 .oz_profileTable_td,
.oz_profileTable_tr.col2 .oz_profileTable_th{
  display: block;
  width: 100%;
}
  
  .oz_bdnone{
    border-bottom:0;
    width: 100%;
  }
  
  .oz_profileTable_td.oz_bdnone{
    padding-top: 0;
  }

  .oz_profSns{
    display: flex;
    margin-top: 110px;
  }
  
  .oz_prof{
    margin-right: 15px;
  }
  
  
 .oz_profileSec01_cont01{
    display: flex;
    justify-content: space-between;
    margin: auto;
   margin-bottom: 130px;
  }
  
  .oz_profileSec01_box01{
    max-width: 420px;
    aspect-ratio:1/0.764;
    height: 550px;
    width: 100%;
  }
  
  .oz_profileSec01_box02{
    width: 100%;
    max-width: 420px;
  }  
  
  .oz_profileSec01_box02_Icon{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_profileSec01_box02_IconDetail{
    margin-right: 8px;
    border:1px solid #d7d7d7;
    font-size: 15px;
    padding:8px 15px;
    color:#3c3c3c;
    margin-bottom: 8px;
  }
  
  .oz_profileSec01_box02_text01{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }
  
  .oz_profileSec01_box02_text01_a{
    font-size: 26px;
    margin-right: 20px;
    align-items: center;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 10px 0;
  }
  
  .oz_profileSec01_box02_text01_a .oz_profileSec01_box02_text01_a_span{
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0.1em;
  }

.oz_profileSec01_box02_text01_aBox{
    width: calc(100% - 30px);
    padding-right: 10px;
}
  
  .oz_profileSec01_box02_text01_b{
    display: flex;
    align-items: center;
    position: relative;
    top:-5px;
    width: 178px;
  }
  
  .oz_profileSec01_box02_text01_b_icon01{
    height: 38px;
    padding: 10px 20px;
    color:#ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: #ba002f;
    margin-right: 8px;
    font-size: 16px;
  }
  
  .oz_profileSec01_box02_text01_b_icon02{
    padding-top: 5px;
  }

  .oz_profileSec01_ImgBox{
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  
  .oz_profileSec01_ImgBoxInner{
    width: calc((100% - 12px) / 5);
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 0;
    box-sizing: border-box;
    aspect-ratio:0.764 / 1;
  }
  
  .oz_profileSec01_ImgBoxInner.oz_current{
    border:1px solid #000000;
  }
  
  .oz_profileSec01_ImgBoxInner:nth-child(5n + 5){
    margin-right: 0;
  }
  
  .oz_profileSec01Title{
    margin-top: 70px;
    color:#3c3c3c;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    text-align: center;
  }

  .oz_profileSec01_cont02_box{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_profileSec01_cont02_boxInner{
    width: 126px;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  
.oz_profileSec01_box01_img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.oz_profileSec01_ImgBox_img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

  .oz_profileSec01_cont02_boxInner:nth-child(7n + 7){
    margin-right: 0;
  }
  
  .oz_profileSec01_cont02_boxTitle01{
    font-size: 24px;
    color:#ffffff;
    height: 45px;
    background: #000000;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: normal;
  }

.oz_profileSec01_cont02_boxTitle01 .oz_profileSec01_cont02_boxTitle01_span{
  font-size: 18px;
  color:#ffffff;
}
  
  .oz_profileSec01_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;
    line-height: 22px;
  }  
  
  .oz_profileSec01_cont02_boxTitle02.oz_none:after{
    content:" ";
    display: inline-block;
    background: #535354;
    height: 1px;
    width: 25px;
  }
  
  .oz_profileSec01_cont02_boxTitle03{
    font-size: 18px;
    height: 45px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
  }  
  
  .oz_profileSec01_cont02_boxTitle03 .oz_profileSec01_cont02_boxLink{
    color:var(--color_sub);
  }  

.oz_profileSec01{
  padding-bottom: 120px;
}

.oz_profBlog_contWrap{
    display: flex;
  flex-wrap: wrap;
  }
  
  .oz_profBlog_cont{
    width:calc((100% - 60px) / 3);
    margin-right: 30px;
    background: #ffffff;
  }
  
  .oz_profBlog_cont:nth-child(3n + 3){
    margin-right: 0;
  }
  
  .oz_profBlog_img{
    width: 100%;
    height: auto;
    aspect-ratio:1/1.3;
    line-height: 0;
  }
  
  .oz_profBlog_img .oz_sec05Img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .oz_oz_profBlog_box{
    padding: 20px;
  }
  
  .oz_oz_profBlog_Text01 {
    margin-bottom: 3px;
    font-size: 13px;
    color: #93835c;
  }
  
  .oz_oz_profBlog_Text02 {
    font-size: 16px;
  }

.oz_profBlog_link{
  text-decoration: none;
}

/* recruit */

  .oz_recruitSec01{
    padding: 65px 0;
  }
  
  .oz_recruitSec01--text01{
    text-align: center;
    font-size: 18px;
    margin-bottom: 45px;
  }
  
  .oz_recruitSec01--text02Wrap{
    display: flex;
    justify-content: center;
  }
  
  .oz_recruitSec01--text02{
    display: inline-block;
    padding: 10px;
    margin:0 10px;
    border-bottom: 1px solid #000000;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5em;
  }
  
  .oz_recruitSec01--text02_span01{
    font-size: 40px;
    color:#a78f5a;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px;
  }
  
  .oz_recruitSec01--text02_span02{
    font-size: 50px;
    font-weight: normal;
    color:#a78f5a;
  }
  
  .oz_recruitSec01--table{
    margin-top:80px;
  }
  
  .oz_recruitSec01--th{
    padding: 15px 0;
    text-align: left;
    font-weight: 500;
    width: 110px;
    font-size: 18px;
    vertical-align: top;
  }
  
  .oz_recruitSec01--td{
    padding: 15px 0;
    font-weight: normal;
    width: calc(100% - 110px);
    font-size: 18px;
  }

  .oz_recruitSec01--ul{
    display: flex;
    flex-wrap: wrap;
  }
  
  .oz_recruitSec01--li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    height: 50px;
    width: calc((100% - 12px) / 5);
    margin-bottom: 3px;
    margin-right: 3px;
    border: 1px solid #000000;
  }
  
  .oz_recruitSec01--li:nth-child(5n + 5){
    margin-right: 0;
  } 


  .oz_recruitSec02{
    padding: 65px 0 0;
  }
  
  .oz_recruitSec02--cont{
    margin-top: 50px;
  }
  
  .oz_recruitSec02--cont .oz_recruitSec02--dt{
    font-size: 16px;
    font-weight: 500;
  }
  
  .oz_recruitSec02--cont .oz_recruitSec02--req{
    color:#e64242;
  }
  
  .oz_recruitSec02--cont .oz_recruitSec02--input{
    display: block;
    margin-bottom: 20px;
    padding: 10px 20px;
    border:1px solid #a4a4a4;
    border-radius: 6px;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
  }
  
  .oz_recruitSec02--area{
    height: 130px;
  }
  
  .oz_recruitSec02--submitWrap{
    text-align: center;
    padding-top: 30px;
  }
  
  .oz_recruitSec02--submit{
    display: inline-flex;
    border-radius: 100px;
    color:#ffffff;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    height: 60px;
    width: 260px;
    border:none;
    background: #000000;
    text-align: center;
  }

/*  .oz_customBox p{
    height: 1.5em;
  }*/

/**********************************/
/* system custom */
/**********************************/

/*  .oz_systemWrap{
    padding: 80px 0 130px;
    background: #f4f4f4;
  }*/
  
  /* リセットスタイル */
  .oz_systemBox .oz-block-fullWide__inner {
      margin: 0;
      max-width: none;
      padding: 0;
      position: static;
      /* 必要に応じて他のリセットスタイルを追加 */
  }

  .oz_systemBox{
    background: #ffffff;
    padding:80px 0 50px;
    position: relative;
    margin-bottom: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.oz_systemBox h2{
  background: url("../images/other/oz_systemTitle.png") center;
  background-size: contain;
  width: 308px;
  text-align: center;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: normal;
  margin: auto;
  margin-bottom: 20px;
  color:#93835c;
  background-repeat: no-repeat;
}

.oz_systemBox h2:before{
  content:" ";
  display: block;
  width: 61px;
  height: 61px;
  background:url("../images/other/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    top:10px;
    right: 10px;
    transform: rotate(90deg)
  }

  .oz_systemBox h2:after{
  content:" ";
  display: block;
  width: 61px;
  height: 61px;
  background:url("../images/other/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    bottom:10px;
    right: 10px;
    transform: rotate(180deg);
  }

/*.oz_systemTitle02{
  color:#3c3c3c;
}*/

  .oz_systemBox table{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 20px;
  }

  /* 左側の td のスタイル */
  .oz_systemBox td:first-child {
      font-size: 18px;
      text-align: left;
      font-weight: normal;
      padding: 8px;
      border-bottom: 1px solid #ededed;
      vertical-align: middle;
      width: 50%;
  }

  /* 右側の td のスタイル */
  .oz_systemBox td + td {
      /*font-size: 18px;*/
      text-align: right;
      font-weight: normal;
      padding: 8px;
      border-bottom: 1px solid #ededed;
      vertical-align: middle;
      width: 50%;
      color:#93835c;
      font-size: 20px;
  }

  /* テーブルの行 */
  .oz_systemBox tr {
      display: flex;
      width: 100%;
      justify-content: space-between;
  }
  
  .oz_systemBox p{
    width: 100%;
    max-width: 630px;
    margin: auto;
    font-size: 15px;
  }

  .oz_systemBox:before{
  content:" ";
  display: block;  
  width: 61px;
  height: 61px;
  background:url("../images/other/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
  top:10px;
    left: 10px;
  }

  .oz_systemBox:after{
  content:" ";
  display: block;  
  width: 61px;
  height: 61px;
  background:url("../images/other/oz_systemImg.png") center;
  background-size: contain;
  position: absolute;
    bottom:10px;
    left: 10px;
    transform: rotate(-90deg)
}

  /* 要検討要員 */
  .oz_systemLastBox{
    margin-bottom: 0;
  }

  .oz_TopSystem_th_last{
    width: 100%;
  }
  
  .oz_TopSystem_text02{
    font-size: 16px;
    margin-top: 10px;
  }
  
  .oz_TopSystem_text03{
    width: 100%;
    max-width: 630px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .oz_TopSystem_card{
    width: 100%;
    max-width: 630px;
    margin: auto;
    margin-bottom: 30px;
  }

/*  .oz_TopSystem_span{
    color:#93835c;
    font-size: 20px;
  }*/
  
  .oz_TopSystem_small{
    color:#93835c;
    font-size: 24px;
  }

  /*********************/
  /* pager */
  /*********************/
  
 .oz_pager{
    padding-top: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  
  .oz_link{
    text-decoration: none;
    font-size: 14px;
    margin:0 5px;
    color:#000000;;
    cursor: pointer;
  }
  
  .oz_linkactive{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000000;
    border:1px solid #000000;
    width: 27px;
    height: 27px;
    font-size: 17px;
  }
  
  .oz_linkbox{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    border:1px solid #000000;
    background: #000000;
    width: 27px;
    height: 27px;
    font-size: 17px;
  }

  /*******************/
  /* diary */
  /*******************/
  .oz_Review__Rate{
    font-size: 20px;
    margin-bottom: 10px;
    color:#e14169;
  }
  
  .oz_Review__Rate .oz_Review__RateSpan{
    color:#c1c1c1;
  }
  
  .oz_Review__revierName{
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 25px 0 20px;
  }
  
  .oz_Review__revierNameSpan{
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    margin-left: 12px;
    color:#929292;
  }
  
  .oz_Review__Text{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  
  .oz_reviewBox{
    margin-top: 40px;
    border:1px solid #f5f5f5;
    padding: 25px;
    padding-right: 260px;
  }
  
  .oz_reviewBox_text{
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .oz_Review__wrap{
    padding: 50px 0;
    border-bottom: 1px dotted #eeeeee;
  }
  
  .oz_reviewBox_icon{
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top:1px;
  }

  .oz_reviewSec01__text{
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  
  .oz_btn02{
    background: #ba002f;
  }  

  .oz_btn03{
    background: #473eb5;
  }    
  .oz_reviewSec02_cont{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 45px;
    border-bottom: 1px dotted #eeeeee;
  }
  
  .oz_reviewSec02_box01{
    width: 200px;
  }
  
  .oz_reviewSec02_box01_img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio:1/1.294;
  }
  
  .oz_reviewSec02_box02{
    width: calc(100% - 230px);
  }
  
  .oz_Review__Name{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .oz_Review__Name a{
    color: initial;
  }
  
  .oz_Review__Name_span{
    font-size: 16px;
  }
  
  .oz_reviewSec02_box02 .oz_reviewBox{
    padding-right: 60px;
  }

  .oz_Content__Text p{
    padding-bottom: 1rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-size: 1rem;  
  }