
@charset "UTF-8";

/*
 Theme Name: nac-waon

*/



body {
  background-color: #FFF4E5;
  color: #291A02;
  /* font-family: 'Kosugi Maru', sans-serif; */
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.7;
  width: 100vw;
  overflow-x: hidden;
}

.NotoSsans {
  font-family: 'Noto Sans JP', sans-serif;
}


@keyframes delay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/* ----------------------------------------header------------------------------------------------ */



#header {
  position: absolute;
  width: 100vw;
  height: 6rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}

.header {
  height: 100%;
  width: auto;
  text-align: right;
  margin-right: 3%;
}

.header-logo {
  height: 100%;
  width: 30%;
}

.header-logo a {
  height: 100%;
  width: 75%;
  margin-left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} 

.header-logo img {
  height: 75%;
  width: auto;
}

.header ul {
  display: flex;
  height: 100%;
}

.header li {
  height: 100%;
  width: auto;
}

.header li a {
  height: 100%;
  width: auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 500;
}

.h-contact {
  height: 100%;
  background-color: #FF6C3E;
  color: #fff;
  display: block;
}

.h-item a:hover {
  /* opacity: .5; */
  color: #F76333;
  transition: .5s;
}

.h-contact a:hover {
  color: #291A02;
  transition: .5s;
}



/* ----------------------g-header--------------------------------------- */

#g-header {
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top:0;
  right: -120%;
  background-color: #291A02;
  transition: all 0.6s;
}

#g-header.panelactive {
  right: 0;
}

.g-header {
  width: 50%;
  padding-top: 20vh;
  margin: 0 auto;
}

.g-header-logo {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.g-item {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.g-contact {
  padding: 20px 0px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #F76333;
  text-align: center;
  margin-top: 30px;
  border-radius: 10px;
}

.open-btn {
  width: 60px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 40px;
  border-radius: 10px;
  border: 4px solid #F76333;
  background-color: #fff;
  display: none;
  opacity: .8;
}

.open-btnWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.open-btnWrapper span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  height: 4px;
  border-radius: 100vh;
	background-color: #F76333;
  width: 50%;
  transform: translate(-50%, -50%);
}

.open-btnWrapper span:nth-of-type(1) {
  top: 30%;
}

.open-btnWrapper span:nth-of-type(2) {
  top: 50%;
}

.open-btnWrapper span:nth-of-type(3) {
  top: 70%;
}

.open-btn.active .open-btnWrapper span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}

.open-btn.active .open-btnWrapper span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.open-btn.active .open-btnWrapper span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}












/* ----------------------------------------home------------------------------------------------ */

#home {
  width: 100%;
  height: 100vh;
  position: relative;
}

.home-img {
  width: 75%;
  height: auto;
  position: absolute;
  right: 0%;
  top: 5%;
  opacity: 0;
  animation: delay 5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}
.home-img2 {
 display: none;
}

.ho-logobox {
  width: 550px;
  height: 380px;
  position: absolute;
  top: 20%;
  left: 5%;
  opacity: 0;
  animation: delay 3s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.ho-logoboxWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.main-logo {
  width: 90%;
  height: auto;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.shape1 {
  width: 100%;
  height: 100%;
  background-color: #FFFDD8;
  animation: fluid 20s ease 0s infinite;
  opacity: .7;
  position: absolute;
} 

@keyframes fluid {

  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }

}


.ho-textbox {
  width: 600px;
  height: 280px;
  position: absolute;
  bottom: 10%;
  right: 8%;
  opacity: 0;
  animation: delay 2s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.ho-textboxWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.ho-textWrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.ho-textboxWrapper p:nth-of-type(1) {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.ho-textboxWrapper p:nth-of-type(2) {
  font-size: 1rem;
}

.asiato-box {
  position: absolute;
  top: 83%;
  right: 30%;
  opacity: 0;
  animation: delay 2s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  z-index: 98;
}

.asiato {
  width: 130px;
  height: auto;
}




/* ----------------------------------------service------------------------------------------------ */

#t-service {
  width: 100%;
  margin-top: 180px;
}

.t-about {
  width: 100%;
  background-color: #FFF977;
  position: relative;
}

.wave-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-shape1 svg {
  position: relative;
  display: block;
  width: calc(133% + 1.3px);
  height: 200px;
}

.wave-shape1 .shape-fill {
  fill: #FFF4E5;
}

.thema {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 100px 0 25px 0;
}

.t-servicSection {
  width: 75%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.t-servicSection div {
  width: 45%;
  height: 3px;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 100vh;
}


.t-servicSection img {
  height: 45px;
  width: auto;
}


.pointWrapper {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.point-box {
  width: 28%;
  height: 400px;
  position: relative;
}

.point-box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.point-box h2 {
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
}

.wave2-wrapper {
  width: 100%;
  height: 200px;
  position: relative;
}


.wave2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.wave2 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 174px;
}

.wave2 .shape-fill {
  fill: #FFFDD8;
}

.btnWrapper {
  width: 100%;
  height: 100px;
}

.ser-img1 {
  width: 300px;
  height: auto;
  position: absolute;
  left: 10%;
  top: 10%;
}

.btn {
  width: 420px;
  height: 90px;
  z-index: 2;
  position: absolute;
}


.btn a{
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  display: inline-block;
  color:#fff;
  padding: 10px 40px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(100deg, #F76333 0%, #F76333 55%, #FFEC0F  98%);
  background-position: 100% 51%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  position: relative;
  box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.1);

}

.btn a:hover {
  color: #fff;
  background-position: 0% 50%;
  transition: .7s;
}

.btn a p {
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.btn a p img {
  width: 25px;
  height: auto;
  margin-left: 10px;
  margin-bottom: 5px;
}


.tcos-btn {
  bottom: 10%;
  right: 15%;
}

.t-costomer {
  width: 100%;
  background-color: #FFFDD8;
}

.t-scol2 div {
  background-color: #FFF977;
}


.costamerBox-wrapper {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.costamerBox {
  width: 30%;
  height: 450px;
  position: relative;
}

.costamerBox img {
  width: 100%;
  height: auto;
  position: absolute;
}

.wave3-wrapper {
  width: 100%;
  height: 80px;
  position: relative;
}

.wave3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave3 svg {
  position: relative;
  display: block;
  width: calc(131% + 1.3px);
  height: 141px;
}

.wave3 .shape-fill {
  fill: #FFFDD8;
}

.t-flowTitle {
  padding-top: 20px;
}

.t-flowWrapper {
  width: 100%;
  position: relative;
}

.t-flowText {
  width: 70%;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 100px;
}


.t-flow {
  width: 100%;
  background-color: #fff;
}

.tflow-btn {
  left: 50%;
  transform: translate(-50%, 0);
}

.wave4-wrappper {
  width: 100%;
  height: 200px;
  position: relative;
}

.wave4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg) scale(-1, 1);
}

.wave4 svg {
  position: relative;
  display: block;
  width: calc(127% + 1.3px);
  height: 258px;
}

.wave4 .shape-fill {
  fill: #FFF4E5;
}

.ser-img2 {
  width: 300px;
  height: auto;
  position: absolute;
  right: 10%;
  bottom: 10%;
}







/* ----------------------------inistitution---------------------------------- */

#t-insti {
  width: 100%;
  margin-top: 100px;
}

.t-instiTitleWrapper {
  width: 450px;
  height: 100px;
  background-color: #F76333;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
}

.dot-w {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
}

.t-instiTitleWrapper h1 {
  width: 60%;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}

.t-instiTitleWrapper h1 div {
  width: 3px;
  height: 60px;
  background-color: #fff;
  border-radius: 100vw;
}

.t-instiTitleWrapper h1 span {
  margin-top: 3px;
} 


.dot-position1 {
  top: 15px;
  left: 15px;
}
.dot-position2 {
  top: 15px;
  right: 15px;
}
.dot-position3 {
  bottom: 15px;
  right: 15px;
}
.dot-position4 {
  bottom: 15px;
  left: 15px;
}


.t-instiWrapper {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 80px;
}

.t-instiItems {
  width: 45%;

}

.t-instiB {
  width: 100%;
  height: 100%;
  background-color: #9DEDFE;
  border-radius: 50px;
  position: relative;
}

.t-insti-iconBox {
  width: 120px;
  height: 120px;
  background-color: #9DEDFE;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translate(-50%, 0);
}

.t-insti-iconBox-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.t-insti-iconBox img {
  width: 50px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.t-instiItem-titleWrapper {
  max-width: 350px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100vh;
  position: relative;
  margin-top: 50px;
}

.t-instiB {
  width: 100%;
  text-align: center;
}

.t-instiItem-titleWrapper div {
  width: 8px;
  height: 8px;
  background-color: #291A02;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.t-instiItem-titleWrapper div:nth-of-type(1) {
  left: 15px;
}
.t-instiItem-titleWrapper div:nth-of-type(2) {
  right: 15px;
}

.t-instiItem-titleWrapper h2 {
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.t-insti-imgBox {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.t-insti-img1 {
  width: 100%;
  height: auto;
}

.t-insti-imgBox div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.t-insti-img2 {
  margin-top: 20px;
  width: 48%;
  height: auto;
}

.cc-p {
  background-color: #FFB9B9;
}





/* -------------------------------------t-news----------------------------------------------- */

#t-news {
  width: 100%;
  margin-top: 150px;
}

.t-newsTitle-wrapper {
  width: 300px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
}

.news-dec {
  background-color: #F76333;
  width: 4px;
  border-radius: 100vw;
  position: absolute;
}

.t-newsTitle-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.ndec1 {
  height: 40px;
  transform: rotate(-40deg);
  left: 20px;
  bottom: 10px;
} 
.ndec2 {
  height: 70px;
  transform: rotate(-25deg);
  left: 30px;
  bottom: 13px;
} 
.ndec3 {
  height: 40px;
  transform: rotate(40deg);
  right: 20px;
  bottom: 6px;
} 
.ndec4 {
  height: 70px;
  transform: rotate(25deg);
  right: 30px;
  bottom: 8px;
} 

.t-newsWrapper {
  width: 75%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 5px;
  margin-bottom: 80px;
}

.t-news-textBox {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
}

.t-newstext {
  width: 100%;
  border-bottom: 1px dashed #F76333;
  margin-bottom: 15px;
}

.t-newstext a {
  font-size: 1.2rem;
}

.t-newstext a span {
  margin-left: 30px;
  margin-right: 20px;
}

.tnews-btn {
  right: 13%;
}

.t-newstext a:hover {
  opacity: .5;
  transition: all .5s;
}





/* ---------------------------------------f-contact------------------------------------------------ */

#f-contact {
  margin-top: 100px;
  width: 100%;
  background-image: url(img/jpg/f-conImg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 60%;

}

.f-contactWrapper {
  width: 100%;
  height: 400px;
  display: flex;
}

.f-contact-mailWrapper {
  width: 50%;
  height: 100%;
  position: relative;
}

.f-contact-maiBcol {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FD4B15;
  opacity: .7;
}

.f-contact-mailWrapper p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}


.f-contact-tellWrapper {
  width: 50%;
  height: 100%;
  position: relative;
}

.con-btn {
  width: 400px;
  height: 70px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.con-btn a {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.con-btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
}

.con-btn a:hover {
  background-color: #fff;
  transition: .5s;
}

.con-btn a:hover span {
  color: #F76333;
  transition: 1s;
}

.f-contact-tellBcol {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FDDE33;
  opacity: .7;
}

.f-contact-tellWrapper p:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.f-contact-tellWrapper p:nth-of-type(2) {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.2rem;
  font-weight: 500;
  white-space: nowrap;
}

/* --------------------------------------------------footer----------------------------------------- */

#footer {
  width: 100%;
  background-color: #291A02;
}

.footerWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footerWrapper img {
  width: 15%;
  height: auto;
  margin-top: 60px;
  margin-left: 15%;
}

.f-linkBoxs {
  display: flex;
  color: #fff;
  padding-top: 120px;
  padding-right: 30%;
}

.f-linkBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 20%; 
}

.f-link {
  font-size: 1.3rem;
  margin-bottom: 30px;
  white-space: nowrap;
}

.f-link:hover {
  opacity: .7;
  transition: .3s;
}

.copy {
  font-size: .8rem;
  color: #fff;
  width: 100%;
  text-align: right;
  padding-right: 3%;
  padding-bottom: 10px;
}


/* ----------------------------------------下層ページ共通------------------------------------------ */



/* -----------------------------------pageTitle------------------------------------------ */

.page-title {
  width: 100%;
  height: 250px;
  background-color: #FFFDD8;
  position: relative;
} 

.page-title img {
  width: 80px;
  height: auto;
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%) rotate(40deg);
}

.page-title h1 {
  font-size: 3rem;
  font-weight: 500;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pageTitle-dec {
  width: 80%;
  height: 50px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pageTitle-decWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pageTitle-decWrapper div {
  width: 42%;
  height: 2px;
  background-color: #F76333;
  border-radius: 50vh;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
}

.pageTitle-decWrapper div:nth-of-type(1) {
  left: 0;
}

.pageTitle-decWrapper div:nth-of-type(2) {
  right: 0;
}

.pageTitle-decWrapper h3 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #F76333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* --------------------section title--------------------------------------------- */

.sec-titleWrapper {
  width: 530px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec-title {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #FFFDD8;
  position: relative;
}

.sec-title img {
  width: 25px;
  height:  auto;
  position: absolute;
  transform: translate(0, -50%);
}

.sec-title h2 {
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
}

.sec-title img:nth-of-type(1) {
  top: 50%;
  left: 8%;
}

.sec-title img:nth-of-type(2) {
  top: 50%;
  right: 8%;
}



/* ----------------------------btn-box--------------------------------------- */

#btn-box {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 180px auto;
}

.btnWrapper2 {
  width: 50%;
  position: relative;
}

.btn2 {
  transform: translate(-50%, 0);
  left: 50%;
}



/* --------------------------共通色変更----------------------------------- */
.cc-b-w {
  background-color: #fff;
}

.cc-b-y {
  background-color: #FFF977;
}

.cc-b-y2 {
  background-color: #FFFDD8;
}

.cc-b-b {
  background-color: #9DEDFE;
}

.h-margin {
  width: 100%;
  height: 6rem;;
}






