@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  font-style:normal;
}
html{font-size:62.5%}

body{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  line-height:1.5;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','YuGothic','Yu Gothic',Meiryo,メイリオ,sans-serif;
  font-size: 1.5rem;
  text-rendering:auto;
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.075em;
  color: #24190A;
  position: relative;
  overflow-x: hidden;
  animation: fadeInTop 2s ease 0s 1 normal;
  -webkit-animation: fadeInTop 2s ease 0s 1 normal;
  background: #FEFDF5;
}
img{max-width:100%;height:auto;vertical-align:bottom;-ms-interpolation-mode:bicubic}
table{width:100%;border-collapse:collapse;border-spacing:0}
li{list-style:none}
p{margin:0;}
a{
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #24190A;
}
a:hover{opacity: 0.7;}

main{overflow-x: hidden;}

@keyframes fadeInTop {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeInTop {
  0% {opacity: 0}
  100% {opacity: 1}
}



/* Base
================================*/
.pcOnly{
  display: block;
}
.spOnly{
  display: none;
}
 @media screen and (max-width: 768px) {
  .pcOnly{display: none;}
  .spOnly{display: block;}
}
.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.contentsInner{
  max-width: 71.88vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contentsInner{
    width: 100%;
    max-width: 100%;
    padding: 0 5vw;
  }
}


/* anime */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-delay: 0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUpTrigger{
    opacity: 0;
}

.fadeUp02{
  animation-name:fadeUpAnime02;
  animation-duration:0.5s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  }

@keyframes fadeUpAnime02{
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUpTrigger02{
    opacity: 0;
}

.fadeUp03{
  animation-name:fadeUpAnime03;
  animation-duration:0.5s;
  animation-delay: 1.0s;
  animation-fill-mode:forwards;
  opacity:0;
  }

@keyframes fadeUpAnime03{
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeUpTrigger03{
    opacity: 0;
}

.yura-tate{
  transform-origin: center bottom;
  animation: yurayura02 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes yurayura02 {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(12px);
  }
}
.yura-yoko{
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}
@keyframes yurayura {
  0% , 100%{
      transform: rotate(2deg);
  }
  50%{
      transform: rotate(-2deg);
  }
}









.font_01{
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}

.tx-bold{
  font-weight: bold;
}

:root {
  /* color */
	--color01: #F08200;
  --color02: #FFF08B;
  --color03: #FFFFB5;
  --color04: #F08200;
  --color05: #F1FFC9;

  /* font */
  --font14:clamp(12px, 0.73vw, 16px); 
  --font16:clamp(14px, 0.83vw, 18px); 
  --font18:clamp(14px, 0.94vw, 20px);
  --font20:clamp(15px, 1.04vw, 20px);
  --font22:clamp(15px, 1.15vw, 22px);
  --font24:clamp(15px, 1.25vw, 24px);
  --font28:clamp(15px, 1.46vw, 28px);
  --font30:clamp(15px, 1.56vw, 30px);
  --font32:clamp(15px, 1.67vw, 32px);
  --font40:clamp(20px, 2.08vw, 32px);

  --font12s:clamp(12px, 3.2vw, 13px);
  --font13s:clamp(13px, 3.47vw, 14px);
  --font14s:clamp(14px, 3.73vw, 15px);
  --font15s:clamp(15px, 4vw, 16px);
  --font16s:clamp(16px, 4.27vw, 18px);
}

a.btn01{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  border: 2px solid #90B921;
  width: 15.63vw;
  height: 3.65vw;
  border-radius: 9999px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}
a.btn01::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translateY(-50%);
  background: url(../img/ic_arrR-org.svg) no-repeat left center / 100%;
  width: 0.48vw;
  height: 0.99vw;
}
a.btn01:hover{
  opacity: 1;
  background:var(--color01);
  color: #fff;
}
a.btn01:hover::after{
  background: url(../img/ic_arr_R-wht.svg) no-repeat left center / 100%;
}


a.btn02{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--color01);
  color: #fff;
  width: 20.16vw;
  height: 4.69vw;
  border-radius: 9999px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  border: 2px solid var(--color01);
}
a.btn02::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translateY(-50%);
  background: url(../img/ic_arr_R-wht.svg) no-repeat left center / 100%;
  width: 0.48vw;
  height: 0.99vw;
}
a.btn02:hover{
  opacity: 1;
  background:#fff;
  color: var(--color01);
  border: 2px solid var(--color01);
}
a.btn02:hover::after{
  background: url(../img/ic_arrR-org.svg) no-repeat left center / 100%;
  width: 8px;
  height: 18px;
}




.head_01{
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-size: clamp(18px, 1.67vw, 50px);
  font-weight: bold;
  padding-left: 3.65vw;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
.head_01 span {
    font-size: 80%;
}
.head_01::after{
  content: "";
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/ic_ohisama.svg) no-repeat left center / 100%;
  width: 2.8vw;
  height: 2.8vw;
}
@media screen and (max-width: 1400px) {
  .head_01::after{
    right: 3.8vw;
    /* width: 28px;
    height: 24px; */
    left: -2px;
  }
}
@media screen and (max-width: 1000px) {
  a.btn01{
    width: 40vw;
    height: 40px;
    font-size: var(--font24);
  }
  a.btn01::after{
    right: 2.8vw;
    width: 8px;
    height: 16px;
  }
  .head_01{
    padding-left: 15px;
    font-size: 1.6rem;
  }
  .head_01::after{
    left: -14px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1000px) {
  a.btn01{
    font-size: var(--font14s);
  }
}
@media screen and (max-width: 768px) {
  .head_01{
    font-size: 1.6rem;
  }
  a.btn01{
    font-size: clamp(16px, 4.27vw, 17px);
  }
  a.btn02::after{
    width: 5px;
    height: 15px;
  }
}



/* メインコンテンツ
==============================================*/
.page_wrapper{
  position: relative;
}

/*ヘッダー*/
header{
  padding-top: 60px;
  font-size: var(--font24);
  padding: 40px 1.56vw 0 1.73vw;
}
header h1 img{
  width: 18.38vw;
}
header > .pcOnly{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_nav._pc ul{
  display: flex;
  flex-wrap: wrap;
}
.header_nav._pc li{
  position: relative;
  min-width: 6.95vw;
  margin-left: 3.65vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  font-size: 1.0vw;
}
.header_nav._pc li:nth-of-type(6){
  padding-right: 2vw;
}
.header_nav._pc li a{
  display: block;
  text-align: center;
  font-weight: bold;
  padding-bottom: 8px;
}
.header_nav._pc li a:hover{
  opacity: 1;
  color: var(--color01);
}
.header_nav._pc li a img{
  position: relative;
  max-height: 3vw;
  max-width: 3.65vw;
  top: 0;
  transition: all 0.2s ease-out;
}
.header_nav._pc li:nth-of-type(5) a img{
  max-width: 2.8vw; 
}
.header_nav._pc li a:hover img{
  top: -5px;
  transition: all 0.1s ease-out;
}
.header_nav._pc li a span{
  display: flex;
  align-items: center;
  margin-top: 5px;
  height: 4.2vw;
}
.header_nav._pc li:nth-of-type(5) a span{
  margin-top: 0.4vw;
}

.dropdown__lists {
  transform: scaleY(0);
  transform-origin: center top;
  transition: all .3s;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}
.header_nav ul li:hover .dropdown__lists {
  transform: scaleY(1);
}
.dropdown__list {
  height: 60px;
  transition: all .3s;
  position: relative;
}
.dropdown__list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;  
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.dropdown__list a::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: -1.5vw;
  top: calc(50% - 5px);
}
.header_nav._pc .dropdown__lists{
  display: block;
  position: absolute;
  width: 9vw;
  min-width: 135px;
  top: 7vw;
  left: -0.5vw;
  z-index: 900;
  background-color: var(--color04);
  border-radius: 10px;
}
.header_nav._pc .dropdown__lists li{
  width: 97%;
  margin: 0 auto;
  color: #fff;
  padding: 5px;
  border-bottom: 1px solid #fff;
}
.header_nav._pc .dropdown__lists li:nth-of-type(1){
  border-radius: 10px 10px 0 0;
}
.header_nav._pc .dropdown__lists li:nth-last-child(1){
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}
.header_nav._pc .dropdown__lists a:hover{
  color: #fff;
  opacity: 0.8;
}
.header_nav._pc .dropdown__lists li a{
  padding-bottom: 0;
}



@media screen and (max-width: 1000px) {
  .header_nav._pc li a span{
    letter-spacing: 0;
    font-size: 1.0rem;
  }
  
}

@media screen and (max-width: 900px) {
  .header_nav._pc li{
    font-size: 1.3vw;
  }
}



@media screen and (max-width: 768px) {
  header > .pcOnly{
    display: none;
  }
  header > .spOnly{
    width: 100vw;
    padding: 10px;
    height: 60px;
    padding-bottom: 10px;
    padding-top: 9.5vw;
    background: url(../img/header_child_bottom.png) no-repeat left bottom / cover;
  }
  header{
    position: absolute;
    z-index: 999;
    /* transform:translateZ(1px); */
    padding: 0;
  }
  h1{
    position: absolute;
    left: 3vw;
    top: 3vw;
    width: 44.53vw;
    width: 180px;
    /* z-index: 3; */
    margin-top: -1vw;
  }
  header h1 img{
    width: auto;
    max-width: 160px;
  }

  
.header_humBtn {
  display: block;
  position: fixed;
  top: 5vw;
  right: 25px;
  width: 35px;
  height: 22px;
  z-index: 999;
}
.header_humBtn span {
  display: block;
  width: 115%;
  height: 3px;
  background-color: var(--color04);
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.header_humBtn:hover{
  cursor: pointer;
}
.header_humBtn span:nth-child(1) {
  top: 0;
}
.header_humBtn span:nth-child(2) {
  top: 10px;
}
.header_humBtn span:nth-child(3) {
  bottom: 0;
}
.header_humBtn.show{
  top: 7vw;
  right: 7vw;
}
.header_humBtn.show > p{
  display: none;
}
.header_humBtn.show span:nth-child(1) {
  transform: translateY(3px) rotate(-45deg);
  top: 5px;
  left: 0;
  background-color: #fff;
}
.header_humBtn.show span:nth-child(2) {
  opacity: 0;
}
.header_humBtn.show span:nth-child(3) {
  transform: translateY(-3px) rotate(45deg);
  top: 11px;
  left: 0;
  background-color: #fff;
}
.header_humBtn > p{
  margin-top: 25px;
  font-weight: bold;
  color: var(--color04);
  font-size: 14px;
}

.header_inner {
  overflow: auto;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.6);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

.header_inner.show {
  opacity: 1;
  visibility: visible;
  background-color: rgba(240,130,0,0.95);
  z-index: 998;
  transition: transform .5s, opacity .5s;
}

.header_contentsWrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.header_menu li a{
  width: 100%;
  display: inline-block;
  color: #fff;
  padding: 30px 0;
}

.is-open {
  overflow: hidden;
}
.is-open .header_inner {
  z-index: 998;
  visibility: visible;
  opacity: 1;
}

.header_nav{
  margin-top: 130px;
}
.header_nav ul li{
  margin-top: 30px;
  font-size: 1.9rem;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}
.header_nav ul li:nth-of-type(1){
  margin-top: 0;
}
.header_nav a{
  color: #fff;
}
.header_nav ul li.child{

}
.header_nav ul li.child > p{
  
}
.header_nav ul li.child >ul{
  margin-top: 10px;
  padding-bottom: 10px;
}
.header_nav ul li.child >ul li{
  position: relative;
  font-size: 1.65rem;
  margin-top: 5px;
  font-weight: normal;
}
.header_nav ul li.child >ul li a{
  position: relative;
}
.header_bottomArea{
  display: block;
  margin-top: 90px;
}
.header_bottomArea .header_icArea{
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.header_bottomArea .header_icArea li{
  margin-left: 10px;
}
.header_bottomArea .header_icArea li a{
  display: inline-block;
  color: #fff;
  width: 50px; height: 50px;
  border: 1px solid #fff;
}
.header_bottomArea .header_icArea li:nth-of-type(1){
  margin-left: 0;
}
.header_tel{
  font-size: 2.5rem;
  font-weight: bold;
}
.header_tel a{
  display: inline-block;
  color: #fff;
}
.header_sns{
  margin-top: 40px;
 justify-content: center;
 align-items: center;
}
.header_sns li{
  display: inline-block;
  margin-left: 45px;
}
.header_sns li:nth-of-type(1){
  margin-left: 0;
}
.header_note{
  margin-top: 30px;
  font-size: 1.5rem;
}
.header_inner a:hover {
  opacity: 0.6;
}
.header_tel a:hover{
  opacity: 1;
}

  .header_humBtn span:nth-child(2) {
    top: 9px;
  }
  .header_contentsWrapper{
    width: 80%;
    top: 50%;
  }
  .header_nav{
    margin-top: 0;
  }
  .header_nav ul{
    margin-top: 0;
  }
  .header_bottomArea{
    margin-top: 55px;
  }
  .header_tel{
    font-size: clamp(1.8rem,3vw,3.5rem);
  }
  .header_sns{
    margin-top: 20px;
  }
  .header_sns li {
    max-width: 35px;
    margin-left: 25px;
  }

}

@media screen and (max-width: 600px) {
  header > .spOnly{
    height: 70px;
  }
  .header_humBtn{
    top:7vw;
  }
}

.top_bgArea{

}

.wave{
  position: absolute;
  top: -2.6vw;
  left: 0 ;
  width: 100vw;
  height: 2.6vw;
}



/* news */
.newsArea{
  position: relative;
  width: 100vw;
  height: 22.25vw;
  max-height: 300px;
  background: url(../img/bg_mv.png) no-repeat left center / 100%;
  z-index: 2;
}
.news_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 78.88vw;
  position: absolute;
  top: 7vw;
  left: 50%;
  transform: translateX(-50%);
}
.news_head{
  width: 20%;
}
.newsArea ul{
  width: 75%;
}
.newsArea ul li{
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
  font-size: var(--font16);
}
.newsArea ul li:nth-of-type(1){
  margin-top: 0;
}
.newsArea ul li p{
  display: inline-block;
}
.newsArea ul li .data{
  display: block;
  width: 17%;
  margin-right: 1.56vw;
  font-weight: bold;
  
}
.newsArea ul li .data+p{
  display: block;
  width: 76%;
}
.newsArea div .btn01{
  width: 10.36vw;
  height: 3vw;
  margin-top: 20px;
  font-size: var(--font16);
}
.newsArea div a.btn01::after{
  width: 8px;
  height: 15px;
  top: 51%;
}
.newsArea a.btn01.spOnly{
  display: none;
}
.newsArea ul li a{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.newsArea ul li a:hover{
  opacity: 1;
  color: #749b00
}
  .sp-btnArea{
    display: none;
  }

  @media screen and (max-width: 1199px) {
    .newsArea{
      /* position: relative;
      padding: 7.33vw 2vw 6.33vw;
      z-index: 2; */
    }
    .news_inner{
      width: 94vw;
    }
    .news_head{
      width: 15%;
    }
    .newsArea ul{
      word-wrap: 82%;
    }
    .newsArea ul li .data+p{
      width: 100%;
    }
    .newsArea div .btn01{
      width: 12.36vw;
      height: 3vw;
      left: -10%;
      margin-top: 10px;
    }
    .newsArea div a.btn01::after{
      right: 5px;
      width: 6px;
      height: 13px;
    }
  } 
  @media screen and (max-width: 999px) {
    .newsArea ul li{
      font-size: 1.4rem;
    }
    .newsArea div .btn01{
      width: 12.36vw;
      height: 3.5vw;
      left: -10%;
      margin-top: 10px;
      font-size: 1.3rem;
    }
    .newsArea div a.btn01::after{
      right: 5px;
      width: 6px;
      height: 13px;
    }
  }
  @media screen and (max-width: 768px) {
  
    .newsArea{
      height: auto;
      flex-direction: column;
      width: 100%;
      max-width: 100%;
      padding: 0;
      padding-top: 12vw;
      background: url(../img/bg_mv-sp.png) no-repeat left top / 100%;
      margin-top: 67vw;
      font-size: var(--font14s);
    }
    .news_inner{
      width: 85vw;
      flex-direction: column;
      margin: 0 auto;
      position: relative;
      top: 0;
      left: 0;
      transform: inherit;
    }
    .news_head{
      text-align: center;
      width: 100%;
    }
    .newsArea ul{
      width: 100%;
      margin-top: 20px;
      background-color: var(--color02);
    }
    .newsArea ul li{
      margin: 0 auto;
      margin-top: 20px;
      font-size: var(--font14s);
    }
    .newsArea ul li a{
      flex-direction: column;
    }
    .newsArea ul li .data+p{
      width: auto;
    }
    .newsArea div .btn01.pcOnly{
      display: none;
    }
    .newsArea a.btn01.spOnly{
      display: flex;
      width: 140px;
      height: 35px;
      left: 0;
      margin: 0 auto;
      margin-top: 20px;
      font-size: var(--font14s);
    }
    .newsArea .sp-btnArea{
      display: block;
      /* position: absolute;
      width: 100vw;
      height: auto;
      left: -50%;
      transform: translateY(-50%);
      bottom: 0; */
      background-color: var(--color02);
      /* margin-bottom: 20px;
      padding-bottom: 30px; */
    }
    .newsArea div a.btn01::after{
      right: 12px;
    }
  
  }
  
  










/*about*/
.aboutArea{
  position: relative;
  padding: 100px 0 80px;
  text-align: center;
}
.aboutArea > div{
  margin-top: 50px;
  font-size: var(--font20);
}
.aboutArea .btn01{
  margin-top: 50px;
  margin: 50px auto 0;
  max-width: 250px;
}
@media screen and (max-width: 1199px) {
  .aboutArea{
    position: relative;
  }
  .aboutArea::before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 5vw;
    top: -3px;
    left: 0;
    background-color: var(--color02);
    z-index: 1  ;
  }
}
@media screen and (max-width: 890px) {
  .aboutArea::before{
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutArea > div{
    font-size: var(--font15s);
  }
  .aboutArea{
    padding-top: 100px;
  }
}



.top_about{
  position: relative;
}
.top_about .top_colArea{
  flex-direction: row-reverse;
}
.top_about .top_colArea img{
  margin-right: 0;
  margin-left: 5.21vw;
}
.top_about_illust01{
  position: absolute;
  top: 8vw;
  left: -5vw;
  width: 14.09vw;
}
.top_about::after {
  content: "";
  position: absolute;
  width: 16.84vw;
  height: 16.84vw;
  background: url(../img/bg_circle.png) no-repeat left center / 100%;
  top: 9.5vw;
  right: 57.17vw;
  z-index: -1;
}
.top_about_illust02{
  position: absolute;
  bottom: 4vw;
  right: -10vw;
  width: 16.43vw;
  z-index: 4;
}



/*top_day*/
.top_dayArea{
  position: relative;
  margin-top: 0;
  padding: 120px 0 120px;
  background-color: var(--color03);
}
.top_dayArea::after{
  content: "";
  position: absolute;
  background: url(../img/illust_hana02.png) no-repeat left center / 100%;
  bottom: 5vw;
  right: 5vw;
  width: 7.61vw;
  height: 12.49vw;
  max-width: 147px;
}
.top_dayArea ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.top_dayArea ul li{
  width: 47%;
  margin-right: 3.82vw;
  font-size: var(--font22);
  text-align: center;
}
.top_dayArea ul li p{
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.2s ease-out;
}
.top_dayArea ul li p::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -4vw;
  transform: translateY(-50%);
  background: url(../img/ic_arrR_circle.svg) no-repeat left center / 100%;
  width: 2.34vw;
  height: 2.34vw;
}
.top_dayArea ul li a:hover p{
  color: var(--color04);
}
.top_dayArea ul li:nth-of-type(2){
  margin-right: 0;
}
.top_dayArea .wave._02{
  top: inherit;
  bottom: -2.6vw;
  transform: rotateX(180deg);
}
.top_dayArea ul li a:hover{
  opacity: 1;
  filter: brightness(1.08);
}
.top_dayArea ul li a img{
  border-radius: 10px;
  aspect-ratio: 110/49;
  object-fit: cover;
  border-radius: 10px;
}






@media screen and (max-width: 500px) {
  
}

@media screen and (max-width: 768px) {

  


    

  .aboutArea > div{
    margin-top: 30px;
  }
  .aboutArea .btn01{
    margin: 30px auto 0;
  }
  .top_dayArea{
    text-align: center;
    padding-top: 70px; 
    padding-bottom: 70px;
  }
  .top_dayArea ul{
    flex-direction: column;
    margin-top: 10px;
  }
  .top_dayArea ul li{
    width: 95%;
    margin-right: 0;
    margin-top: 15px;
    max-width: 480px;
  }
  .top_dayArea ul li:nth-of-type(2){
    margin-top: 30px;
  }
  .top_dayArea h2{
    margin-left: 5vw;
  }
  .top_dayArea ul li p::after{
    right: -2.0rem;
    width: 1.6rem; height: 1.6rem;
  }
}






























/* footer
================================*/
/* footer_top */

.footer_bnrArea {
  position: relative;
  margin-top: 0;
  padding: 120px 0 170px;
  background-color: #FFF9D5;
  border-top-right-radius: 2000px 300px;
  border-top-left-radius: 2000px 300px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  z-index: 1;
}
.footer_bnrArea a{
  display: block;
  position: relative;
  width: 50%;
  color: #24190A;
  padding: 40px 40px;
  padding-left: 8vw;
  border-radius: 10px;
  background: #fff;
  border: 3px solid #F08200;
  font-size: 1.56vw;
  font-weight: bold;
}
.footer_bnrArea a.bnr_kodomonomori{
  margin-right: 5vw;
}
.footer_bnrArea a::after{
  content: "";
    position: absolute;
    top: 50%;
    right: 1.8vw;
    transform: translateY(-50%);
    background: url(../img/ic_arrR-org.svg) no-repeat left center / 100%;
    width: 0.64vw;
    height: 1.28vw;
}

.footer_bnrArea a.bnr_kodomonomori::before {
  content: "";
  position: absolute;
  top: 50%; transform: translateY(-50%);
  left: 2vw;
  width: 3.65vw;
  height: 3.65vw;
  background: url(../img/ic_hutaba.svg) no-repeat left center / 100%;
}
.footer_bnrArea a.bnr_ohisama::before {
  content: "";
  position: absolute;
  top: 50%; transform: translateY(-50%);
  left: 2vw;
  width: 3.65vw;
  height: 3.65vw;
  background: url(../img/ic_ehon.svg) no-repeat left center / 100%;
}

.footer_bnrArea a:hover{
  filter: brightness(1.15);
}
.footer_bnrArea .contentsInner{
  display: flex;
  align-items: center;
}
.footer_bnrArea_illust01{
  position: absolute;
  top: -0.5vw;
    left: 17.83vw;
  width: 8.87vw;
  height: 3.17vw;
}
@media screen and (max-width: 768px) {
  .footer_bnrArea .contentsInner{
    flex-direction: column;
  }
  .footer_bnrArea{
    padding-top: 70px;
    padding-bottom: 25vw;
  }
  .footer_bnrArea a{
    width: 90%;
    font-size: 1.5rem;
    padding: 20px;
    padding-left: 5.5rem;
  }
  .footer_bnrArea a.bnr_kodomonomori{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer_bnrArea a.bnr_kodomonomori::before{
    width: 2.5rem;
    height: 2.5rem;
    left: 3vw;
  }
  .footer_bnrArea a.bnr_ohisama::before{
    width: 2.5rem;
    height: 2.5rem;
    left: 3vw;
  }
  .footer_bnrArea a::after{
    width: 1rem;
    height: 7rem;
    right: 2rem
  }
}



/* footer_main */
.footer{
  position: relative;
  margin-top: -2vw;
  position: relative;
  background-color: var(--color02);
  font-size: var(--font20);
  z-index: 2;
}


.footer_topArea._sp{
  display: none;
}
.footer_topArea{
  position: relative;
  padding: 50px 0 55px;
}
.footer_topArea::before{
  content: "";
  position: absolute;
  bottom: 2vw;
  left: 4.17vw;
  width: 4vw;
  height: 8.25vw;
  background: url(../img/footer_illustL.svg) no-repeat left center / 100%;
}
.footer_topArea::after{
  content: "";
  position: absolute;
  bottom: 3vw;
  right: 4.17vw;
  width: 2.8vw;
  height: 4.6vw;
  background: url(../img/footer_illustR.svg) no-repeat left center / 100%;
}
.footer_topArea .contentsInner{
  width: 80vw;
  max-width: 1200px;
}
.footer .footer_topArea div{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}
.footer .footer_topArea ul{
  margin-right: 1vw;
  z-index: 3;
}
.footer.footer_topArea ul:last-of-type{
  margin-right: 0;
}
.footer .footer_topArea ul li{
  margin-bottom: 10px;
  font-size: var(--font16);
}
.footer .footer_topArea ul li.bold{
  margin-bottom: 15px;
}
.footer .footer_topArea ul li.bold a{
  font-weight: bold;
  font-size: var(--font18);
  padding-bottom: 1vw;
}
.footer .footer_topArea ul li.mt{
  margin-top: 40px;
}
.footer .footer_topArea ul.list_b{
  margin-right: 0;
}
.footer .footer_topArea ul.list_b li{
  margin-top: 15px;
  font-weight: bold;
  font-size: var(--font20);
}
.footer .footer_topArea ul.list_b li:nth-of-type(1){
  margin-top: 0;
}
.footer .footer_topArea ul li a:hover{
  opacity: 0.6;
}
.footer .footer_topArea ul.footer_window li a{
  position: relative;
}
.footer .footer_topArea ul.footer_window li a::after{
  content: "";
  position: absolute;
  top: 2px;
  right: -25px;
  width: 15px;
  height: 15px;
  background: url(../img/ic_window.svg) no-repeat left center / 100%;
} 
.footer_bottomArea{
  padding: 60px 0;
  background-color: #fff;
  line-height: 1.6;
}
.footer_bottomArea > div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_bottomArea > div p:nth-of-type(1){
  margin-right: 10vw;
  font-size: var(--font24);
  font-weight: bold;
}
.footer_bottomArea > div p:nth-of-type(2){
  font-size: var(--font16);
}
.footer_bottomArea .font_01 span{
  font-size: var(--font18);
}
.copy{
  margin-top: 45px;
  font-size: var(--font16);
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .footer .footer_topArea ul{
    margin-right: 1vw;
  }
  .footer .footer_topArea ul.list_b li{
    font-size: var(--font16);
  }
  .footer .footer_topArea ul li{
    font-size: var(--font14);
  }
}



@media screen and (max-width: 1000px) {
  .footer{
    padding: 0px 0 80px;
    
  }

  .footer_topArea._pc{
    display: none;
  }
  .footer_topArea._sp{
    display: block;
    padding-top: 0;
  }
  .footer_topArea::after{
    display: none;
  }
  .footer .footer_topArea > div > div{
    width: 45%;
    margin-right: 10px;
  }
  .footer .footer_topArea > div > div:nth-of-type(2){
    margin-right: 0;
  }
  .footer .footer_topArea ul{
    margin-top: 30px;
    margin-right: 0;
    /* width: 100%; */
    z-index: inherit;
  }
  .footer .footer_topArea ul li{
    font-size: var(--font13s);
    letter-spacing: 0;
  }
  .footer .footer_topArea ul.list_b li{
    font-size: var(--font14s);
  }
  .footer_bottomArea > div{
    flex-direction: column;
  }
  .footer_bottomArea > div p:nth-of-type(1){
    margin-right: 0;
    margin-bottom: 10px;
  }
  .copy{
    margin-top: 30px;
    font-size: 1.25rem;
  }
  .footer_topArea::before{
    left: inherit;
    right: 5.2vw;
    width: 12.92vw;
    height: 10.25vw;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 110px;
    padding: 0;
}
  .footer > .wave{
    display: none;
  }
  .footer_topArea{
    padding-top: 35px;
    padding-right: 2vw;
  }
  .footer .footer_topArea div{
    justify-content: space-between;
    width: 90%;
    padding: 0;
    max-width: 400px;
  }
  .footer .footer_topArea ul{
    width: 33%;
    margin-top: 0;
    border-right: 1px dashed var(--color04);
  }
  .footer .footer_topArea ul:nth-of-type(1){
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .footer_topArea ul:nth-of-type(3){
    width: 32%;
    /* margin-right: 5%; */
  }
  .footer .footer_topArea ul:nth-of-type(4){
    width: 25%;
    /* margin-right: 5%; */
  }
  .footer .footer_topArea ul:nth-of-type(5){
    width: 33%;
    margin-top: 40px;
  }
  .footer .footer_topArea ul.footer_window{
    width: 58%;
    margin-top: 40px;
    margin-right: 5%;
  }
  .footer .footer_topArea ul li.bold a{
    font-size: 1.2rem;
  }
  .footer .footer_topArea ul li{
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .footer .footer_topArea ul:nth-of-type(1),.footer .footer_topArea ul:nth-of-type(4),.footer .footer_topArea ul:nth-of-type(6){
    border-right: none;
  }
  .footer .footer_topArea ul li.bold{
    margin-bottom: 10px;
  }
  .footer .footer_topArea ul li.mt{
    margin-top: 20px;
  }
  .footer_topArea::before{
    width: 12.92vw;
    height: 25.25vw;
  }
  .footer_bottomArea > div p:nth-of-type(2){
    font-size: 1.2rem;
  }
  .copy{
    font-size: 1.0rem;
  }
}

































/* 下層共通
================================*/
header._child{
  position: relative;
  z-index: 3;
  padding-top: 30px;
}
header._child > .pcOnly{
  position: relative;
  z-index: 3;
}
header._child::after{
  position: absolute;
  content: "";
  bottom: -2vw;
  right: 0;
  width: 100vw;
  height: 5.36vw;
  background: url(../img/header_child_bottom.png) no-repeat left center / 100%;
}
header._child .logo{
  width: 18.38vw;
}


.child_wrapper{
  padding-bottom: 14vw;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
.child_wrapper.pad-b-none{
  padding-bottom: 0;
}
.c_container{
  /* margin-top: 120px; */
  margin-top: 10vw;
}

.child_wrapper .c_container:nth-of-type(1){
  margin-top: 0;
}
.child_wrapper .headArea{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14.7vw;
  background-color: var(--color02);
}
.child_wrapper .headArea h1{
  color: #24190A;
  font-size: 2vw;
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.18em;
  line-height: 1.8;
  z-index: 1;
  text-align: center;
}
.child_wrapper .headArea h1 span{
  padding-bottom: 3px;
  border-bottom: 5px dotted var(--color01);
}
/* .child_wrapper .headArea .head_leftArea{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 50.94vw;
  height: 23.7vw;
  background-color: var(--color02);
  text-align: center;
} */
/* .child_wrapper .headArea .head_leftArea::before{
  position: absolute;
  content: "";
  top: 0;
  right: -4vw;
  width: 7.297vw;
  height: 100%;
  background: url(../img/head_child_right.svg) no-repeat left center / 100%;
} */
.head_img{
  position: absolute;
  bottom: 1.5vw;
  right: 7vw;
}
.head_img img{
  max-width: 15.5vw;
}




.footer._child{
  margin-top: 140px;
}


.main_table{
  border: 2px solid var(--color01);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: var(--font18);
  border-radius: 10px;
}
.main_table tr td{
  padding: 20px 20px;
  border-top: 1px dashed var(--color01);
  vertical-align: middle;
}
.main_table tr td:nth-of-type(1) {
  width: 13.02vw;
  /* border-right: 1px solid var(--color01); */
  color: #24190A;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
}
.main_table tr:nth-of-type(1) td {
  border-top: none;
}
.main_table tr td:nth-of-type(2) {
  width: calc(100% - 13.02vw);
  padding-left: 65px;
  text-align: left;
}


@media screen and (max-width: 1000px) {
  .header_nav._pc li{
    margin-left: 3.25vw;
  }
  header._child .header_nav._pc li{
    margin-left: 3.25vw;
    font-size: clamp(14px, 1.04vw, 20px);
  }
  .child_wrapper .headArea h1{
    width: 100%;
    font-size: 2.98vw;
  }
  .child_wrapper .headArea h1._single{
    top: 37%;
  }
  .child_wrapper .headArea h1+p{
    font-size: var(--font15s);
  }
}
@media screen and (max-width: 768px) {
  header._child::after{
    display: none;
  }
  .header_sp_bottom{
    position: absolute;
    bottom: -2.7vw;
    left: -1vw;
    width: 101vw;
    height: auto;
    z-index: -1;
  }
  .c_container{
    margin-top: 80px;
  }
  .child_wrapper{
    padding-bottom: 0;
  }
  .child_wrapper .headArea {
    height: 135px;
  }

  .child_wrapper .headArea h1{
    width: 90%;
    height: 17vw;
    top: 38%;
    margin-top: 0;
    font-size: 1.7rem;
    margin-left: 0;
  }
  .child_wrapper .headArea h1.row2{
    top: 30%;
  }
  .child_wrapper .headArea h1+p{
    margin-top: 45px;
  }
  .child_wrapper .head_01{
    margin-left: -1vw;
    font-size: 1.8rem;
  }
  .child_wrapper .head_bottomTx{
    font-size: 1.5rem;
  }

  header._child{
    padding: 0;
  }
  header._child .header_child_logo{
    width: 36.93vw;
    position: absolute;
    padding: 5px;
    top: 10px;
    left: 10px;
  }
  header._child .spOnly .header_child_logo a{
    display: block;
    max-height: 50px;
  }
  header._child .spOnly .header_child_logo a img{
    max-height: 50px;
  }
  header._child .logo{
    width: 38.38vw;
  }
  .main_table{
    font-size: 1.35rem;
  }
  .main_table tr td{
    padding: 8px 8px;
  }
  .main_table tr td:nth-of-type(1){
    width: 30%;
  }
  .main_table tr td:nth-of-type(2){
    padding-left: 15px;
  }
  .main_table._sp-row tr td:nth-of-type(1){
    width: 100%;
  }
  .child_wrapper .headArea{
    text-align: center;
  }
  /* .child_wrapper .headArea{
    height: 40vw;
  } */
  /* .head_img img{
    min-height: 40vw;
  } */
  /* .child_wrapper .headArea .head_leftArea{
    height: 40vw;
  } */
  .head_img img {
    max-width: 38vw;
  }
  .head_img {
    right: 0vw;
  }
  .head_img._access img {
    max-width: 22vw;
}
  /* .child_wrapper .headArea .head_leftArea::before{
    width: 12.297vw;
  } */
  .child_wrapper .headArea h1 span{
    border-bottom: 2px dotted var(--color01);
  }
}



/* about
================================*/
.about_box{
  margin-top: 40px;
  padding: 45px 3.44vw;
  border: 2px solid var(--color01);
  font-size: var(--font20);
}
.about_box h3{
  font-size: var(--font22);
  font-weight: bold;
  margin-bottom: 8px;
}
.about_box h3:nth-of-type(2){
  margin-top: 38px;
}

.c_container.facility ul{
  margin-left: 3vw;
}

.c_container.facility ul li{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.c_container.facility ul li p{
  width: 28.6vw;
  max-width: 310px;
  font-weight: bold;
  font-size: var(--font24);
}
.c_container.facility ul li a.btn01{
  width: 17.5vw;
  height: 3vw;
  min-width: 250px;
  min-height: 50px;
  font-size: var(--font22);
}

.c_container.about_company_detail .main_table{
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .about_box{
    margin-top: 25px;
    padding: 30px 3.44vw;
    font-size: 1.5rem;
  }
  .about_box h3{
    font-size: 1.6rem;
  }
  .c_container.facility ul li p{
    max-width: 125px;
    font-size: 1.5rem;
    margin-right: 5vw;
  }
  .c_container.facility ul li a.btn01{
    min-width: 150px;
    width: 80%;
    width: 49vw;
    font-size: 1.5rem;
  }
}



.c_container._privacy h2{
  font-size: var(--font24);
  font-weight: bold;
}
.privacy_list_item{
  margin-top: 25px;
  font-size: var(--font18);
}
.privacy_list_item h3{
  margin-bottom: 3px;
}
.privacy_list_item > div{
  display: flex;
}
.privacy_list_item > div > span:nth-of-type(1){
  width: 7%;
  margin-right: 30px;
}

.privacy_list_item_txArea{
  width: calc(93% - 30px);
}
.privacy_list_item_txArea_numList01{
  margin-top: 15px;
}
.privacy_list_item_txArea_numList01 span:nth-of-type(1){

}

.privacy_list_item_txArea_numList01 > li{
  margin-top: 15px;
  margin-left: 1em;
  text-indent: -1em;
}
.privacy_list_item_txArea_numList01 > li span:nth-of-type(1){
  margin-right: 5px;
}
.privacy_list_item_txArea_numList02{
  margin-top: 5px;
}

/* .privacy_list_item_txArea_numList01 li{
  text-indent: -10px;
}
.privacy_list_item_txArea_numList01 li > span:nth-of-type(2){
  text-indent: -3em;
}
.privacy_list_item_txArea_numList02{
  margin-left: 15px;
} */

/* org
================================*/
.c_container._org .main_table{
  margin-top: 40px;
}

.c_container._org .main_table tr:nth-of-type(1){
  background-color: var(--color01);
  color: #fff;
}
.c_container._org .main_table tr:nth-of-type(1) td:nth-of-type(1){
  background-color: var(--color01);
  color: #fff;
  border-right: 1px solid #fff;
  font-weight: bold;
}
.c_container._org .main_table tr:nth-of-type(1) td:nth-of-type(2){
  font-weight: bold;
}
.c_container._org .bt-none{
  border-top: none;
}
@media screen and (max-width: 768px) {
  .c_container._org .main_table{
    font-size: 12px;
    letter-spacing: 0;
  }
}

/* madoguchi
================================*/
.c_container._contact-about .main_table{
  margin-top: 30px;
}
.c_container._contact-about .main_table tr td:nth-of-type(1){
  width: 17.02vw;
}

@media screen and (max-width: 768px) {
  .main_table._sp-row tr{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--color01);
  }
  .main_table._sp-row tr:nth-last-of-type(1){
    border-bottom: none;
  }
  .c_container._contact-about .main_table._sp-row tr td:nth-of-type(1){
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }
  .main_table._sp-row tr td{
    border: none;
  }
  .main_table._sp-row tr td:nth-of-type(2){
    width: 100%;
  }
  .main_table._sp-row tr td:nth-of-type(1){
    border-right: none;
    /* border-top: 1px dashed var(--color01); */
  }
  .main_table._sp-row tr td:nth-of-type(2){
    border: none;
    border-top: 1px dashed var(--color01);
  }

}


/* news
================================*/
.c_container._news a{
  display: block;
  padding: 30px 0 30px 20px;
  border-bottom: 2px dotted var(--color01);
}
.c_container._news a p:nth-of-type(1){
  margin-bottom: 5px;
  font-weight: bold;
}

.c_container._news-single .news_ttl{
  margin-top: 50px;
  font-size: var(--font20);
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px dotted var(--color01);
}
.c_container._news-single .news_ttl span{
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: var(--font18);
}
.news-singleArea{
  margin-top: 30px;
}

.news-single_btnArea a.btn01 {
  margin-top: 50px;
  margin: 50px auto 0;
  max-width: 250px;
}
.news-single_btnArea a.btn01::after{
  right: inherit;
  top: 1vw;
  left: 1.2vw;
  transform: rotate( 180deg );
}
.news-single_btnArea{
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .c_container._news-single .news_ttl{
    margin-top: 20vw;
  }
}

/* disclosure
================================*/
.c_container._disclosure .main_table{
  margin-top: 60px;
}

.c_container._disclosure .main_table tr{
  /* display: block; */
}
.c_container._disclosure .main_table tr td:nth-of-type(1){
  width: 25%;
  background-color: var(--color02)
}
.c_container._disclosure .main_table tr td:nth-of-type(2){
  width: 75%;
}
.c_container._disclosure .main_table tr.top td:nth-of-type(1){
  width: 100%;
  background-color: var(--color03);
  /* border-bottom: 1px solid var(--color01); */
}
.c_container._disclosure .main_table a{
  position: relative;
  text-decoration:underline;
}
.c_container._disclosure .main_table a::after{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/ic_window.svg) no-repeat left center /100%;
  top:50%; right: -30px;
  transform: translateY(-50%);
}



/* access
================================*/
.c_container._access .main_table{
  margin-top: 30px;
}

.c_container._access._map .map_txArea{
  margin-right: 9.9vw;
}
.c_container._access._map{
  display: flex;
  
}
.c_container._access._map iframe{
  width: 35.94vw;
  height: 27.08vw;
}

.map_tx{
  margin-top: 40px;
  font-weight: bold;
  font-size: var(--font20);
}

.c_container._access .main_table .tx-small{
  font-size: 85%;
}

@media screen and (max-width: 768px) {
  .c_container._access._map{
    flex-direction: column;
  }
  .map_tx{
    margin-top: 30px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .c_container._access._map iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    margin-top: 20px;
  }
}






