@charset "UTF=8"

;body {
      max-width: 100%;
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.wrapper{
    background-image: url(../image/gradiate.jpg);
    background-attachment: fixed;
	  background-size: cover;
     width: 100%;
	     max-width: 100%;
	     margin: 0;
		 padding: 0;
		 border: 0;
		 outline: 0;
		 box-sizing: border-box;
     isolation: isolate;
}

@media (max-width:768px){

.wrapper {
    background-image: url("../image/gradiate_vrt.jpg");
}

}

.header{
  top:0;
  left:0;
  width:100%;
}

.menu-btn{
width: clamp(30px, 4vw, 50px);
height: clamp(30px, 4vw, 50px);

  position:fixed;
  top:5%;
  left:1.5rem;

  background:none;
  border:none;
  cursor:pointer;
  z-index:1100;
}

.menu-btn span{
  position:absolute;

  left:50%;
  width:clamp(20px,3vw,30px);
  height:2px;

  background: #004989;

  transform:translateX(-50%);
  transition:.4s;
}

.menu-btn span:nth-child(1){
  top:15px;
}

.menu-btn span:nth-child(2){
  top:24px;
}

.menu-btn span:nth-child(3){
  top:33px;
}

.menu-btn.open span:nth-child(1){
  top:24px;
  transform:
    translateX(-50%)
    rotate(45deg);
}

.menu-btn.open span:nth-child(2){
  opacity:0;
}

.menu-btn.open span:nth-child(3){
  top:24px;
  transform:
    translateX(-50%)
    rotate(-45deg);
}

.menu{
  position:fixed;

  top:5%;
  left:1.5rem;

  width:clamp(140px,16vw,240px);
  height:clamp(180px,20vw,360px);

  z-index: 150;
  color:#004989;

    font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
    display: flex;
    flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px,1.8vw,32px);
}

.menu ul {
  line-height: clamp(16px,3vw,64px);
}

.menu a:hover {
	opacity: 0.7;
}

.menu-bg {
  position:fixed;
    top:5%;
  left:1.5rem;
width:clamp(140px,16vw,240px);
  height:clamp(180px,20vw,360px);
  background-image: url(../image/o_surigarasu.png);
  background-size: cover;
  mix-blend-mode: soft-light;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 8px 8px 2px rgba(0,80,160,0.28);
	pointer-events: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.menu {
	pointer-events: none;
}

.menu-inner,
.menu-bg {
  opacity: 0;
  transform: translateY(-100%);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* メニュー文字部分 */
.menu-inner {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
  pointer-events: none;
}

/* 開いている状態 */
.menu-inner.open,
.menu-bg.open {
  opacity: 1;
  transform: translateY(0);
}

.menu-inner.open {
  pointer-events: auto;
}

/* 閉じている状態 */
.menu-inner.close,
.menu-bg.close {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}


.menu ul{
  list-style:none;
  margin:0;
  padding:0;

}

.menu li{
  margin-bottom:15px;
}


.menu a{
  text-decoration:none;
  color:#004989;
}

.menu a {
  color:#004989;
  text-decoration: none;
}

.menu a:visited {
  color:#004989;
  text-decoration: none;
}

.fv{
    height: 100vh;
    width: 100%;
    color: #004989;
    margin: 0;
    padding: 0;
    position: relative;
}

.fv h2{
  position: absolute;
  right: 5%;
    top: 50%;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(80px,12vw,250px);
    margin: 0;
    display: inline-block;
    transform: translate(0,-50%) ;
}

.fv h3{
    position: absolute;
font-size: 50pt;
margin: 0;
}



.about {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profile {
  width: auto;
  position: relative;
  display: flex;
  margin-bottom: 100px;
  padding: 0;
 align-items: center;
 padding-top: 5%;
}


.profile h1 {
    color: aliceblue;
    position: relative;
    font-size: clamp(32px,10vw,128px);
    margin: 0 5% 0 8%;
    padding: 0;
  font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
    text-shadow: 5px 5px 2px rgba(0,73,137,0.28);
    float: left;
    transform: translate(0, -10%);
}

.profile p{
    color: #004989;
    position: relative;
    font-size: clamp(16px,3vw,24px);
    margin: 0 5% 0 0;
    padding: 0;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    width: 60%;
    line-height: 1.8;
    float: left;
}


@media (max-width: 1114px) {
  .profile {
    width: min(80vw, 600px);
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    position: static;
  }

  .profile h1 {
    margin: 10% 0 5% 0;
    transform: none;
  }

.profile h1,
.profile p {
    float: none;
    align-self: flex-start;
}

  .profile p {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 700px){
  .profile h1{
    text-shadow: 3px 3px 2px rgb(0,73,137,0.28);
  }
}

.concepts {
    width: 100%;
    color:#004989;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 4%;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 4%;
}

.concept::before {
    content: "";
    top:0;
    right:0;
    bottom:0;
    left:0;
  mix-blend-mode: soft-light;
  border-radius: 10px;
  background-size: cover;
  background-image: url(../image/o_surigarasu.png);
  box-shadow: 8px 8px 2px #004989;
  opacity: 0.7;
  position: absolute;
}



.concept {
  height: clamp(520px,65vh,720px);  
   width:  clamp(340px,24vw,400px);
   padding: 4%;
   box-sizing: border-box;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    position: relative;
	margin: 0 0 60px 0;
}

.concept h2 {
   width: 90%;
    font-size: clamp(20px,2.5vw,28px);
    margin: 20px auto 10%;
    padding: 0;
    position: relative;
}

.concept p {
    width: 100%;
    font-size: clamp(12px,2vw,19px);
    margin: 20px 0;
    padding: 0;
    position: relative;
    line-height: 1.8;
}

.concept1 h2 {
  margin-bottom: +1em;
}

@media (max-width: 1111px) {
    .concept1,.concept2 {
    margin-bottom: 4%;
  }

  .concept {
    height: clamp(360px,73vh,520px); 
  }
}

@media (max-width:1083px){
	.concept1 h2{
		margin-bottom: +2em;
	}
}

@media (max-width: 980px) {
  .concept {
    width: 35%;
    height: clamp(320px,70vh,460px);  
  }

  .concept p {
    font-size: clamp(16px,2.5vw,18px);
  }

  .concept1,.concept2 {
    margin-bottom: 4%;
  }
}

@media (max-width: 780px) {
  .concepts {
    flex-direction: column;
  }

  .concept {
    height: auto;
    width: clamp(200px,65%,320px);
    padding: 7%;
  }

    .concept p {
    font-size: clamp(16px,3vw,20px);
  }


    .concept1,.concept2 {
    margin-bottom: 10%;
  }
}

@media (max-width: 620px) {
  .concept {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .concept {
    width: 70%;
  }
}

.works {
    width: 100%;
    color: aliceblue;
    margin: 0 0 60px 0;
    padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}


  

.works h1 {
    font-size: clamp(32px,10vw,128px);
    margin: 0 0 20px 0;
    padding: 0;
  font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
    text-shadow: 5px 5px 2px rgba(0, 73, 137, 0.28);
}

.tab-area {
  width: 100%;
}

.tab-wrapper{
  display: flex;
  justify-content: center;
  gap: 30px;
   height: 100px;
   width: 80%;
     margin: 0 auto; 
}

input[name="tab-radio"] {
   display: none;
}


.tab-label{
   color: #004989;
   font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: block;
   cursor: pointer;
   font-size: clamp(12px,2.5vw,24px);
   padding: 12px 30px;
   transition: .1s;
   border-radius: 5px;
     display: block;
	white-space: nowrap;
}



.tab-label-heading{
    margin:0;
    padding:0;
	flex-shrink: 0;
}
  
.tab-label-heading:not(.selected) > .tab-label::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url(../image/o_surigarasu.png) center/cover no-repeat;
  mix-blend-mode: soft-light;
  background-blend-mode: normal;
  border-radius: 5px;
  box-shadow: 6px 6px 2px #004989;
  pointer-events: none;
  z-index: -1;
}

.tab-label:hover::before {
  opacity: 0.7;
}


.tab-label:hover,
.tab-label:focus,
.tab-label:active {
  background: transparent;
}

.selected > .tab-label{
   transition: .3s;
        color: aliceblue;
}


.selected > .tab-label::before{
    content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
   background-color: #004989;
   background-image: url(../image/o_surigarasu.png);
   background-blend-mode: soft-light;
   mix-blend-mode: normal;
  box-shadow: 6px 6px 2px #77defb;
  pointer-events: none;
  z-index: -1;
}


@media (max-width: 700px) {
  .tab-wrapper {
    height: 50px;
    gap: 16px;
  }

  .tab-label {
    padding: 5px 12px;
  }

  .tab-label::before {
    box-shadow: 2px 2px 1px #004989;
  }

    .works h1 {
    text-shadow: 3px 3px 2px rgb(0,73,137,0.28);
  }
}

@media (max-width: 450px) {

  .tab-wrapper {
    justify-content: start;
    gap: 4px;
    width: auto;
    height: auto;
    margin-left: 5%;
  }

    .tab-label {
    padding: 3px 8px;
  }

  .tab-label-heading:not(.selected) > .tab-label::before {
    box-shadow: none;
    border-radius: 5px 5px 0 0;
    background-blend-mode: soft-light;
    mix-blend-mode: normal;
    background-color: rgba(0, 73, 137, 1);
  }
  .tab-label-heading:not(.selected) > .tab-label {
    color: aliceblue;
  }

  .selected > .tab-label::before {
    border-radius: 5px 5px 0 0;
    background-color: transparent;
    mix-blend-mode: soft-light;
    background-blend-mode: normal;
    background-image: url(../image/o_surigarasu.png);
    box-shadow: none;
    z-index: 0;
  }

  .selected > .tab-label {
    color: #004989;
  }
}

.tab-panel{
  position: relative;
  width: 90%;
  margin: 0 auto;
  background-color: none;
  padding-bottom: 30px;
}

.tab-panel::before {
    content: "";
  position: absolute;
  inset: 0;
  background-image: url(../image/o_surigarasu.png);
  mix-blend-mode: soft-light;
  border-radius: 10px;
  box-shadow: 10px 10px 6px #004989;
}

.tab-panel > div{
   height: 100%;
   width: 100%;
   align-items: center;
   justify-content: center;
}

.panel-b,
.panel-c{
   display: none;
}

@media (max-width: 450px) {
  .tab-panel::before {
    border-radius: 0 8px 8px 8px}
}


.tabcontents {
  display: flex;
  flex-direction: column;
  color: #004989;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
}

.tabcontents h3{
  font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(24px,5vw,50px);
}

.tabcontents h4{
  font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
  font-size: clamp(24px,5vw,50px);
}

.HP,
.LP,
.logo,
.package,
.chirashi,
.etc,
.illustration {
  width: 85%;
  margin-bottom: 30px;
}

.illustration p {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
  font-size: clamp(12px,1.5vw,18px);
}

/* カルーセル全体 */
.works-slider {
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}



.works-slider .slick-slide > div {
  height: 100%;
}

/* 各スライド */
.works-slider .slide {
  padding: 0;
  height: 330px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3vw, 40px);
}

/* 画像 */
.works-slider img {
  width: auto;
  height: 300px;
  position: static;
  display: block;
}

.works-slider p {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    width: 300px;
  font-size: clamp(12px,1.5vw,20px);
    line-height: 1.8;
}

@media (max-width:1250px) {
  .panel-a .works-slider .slide {
    flex-direction: column;
    height: auto;
  }

  .panel-a .works-slider img {
    width: 50vw;
    height: auto;
  }

  .panel-a .works-slider p {
    width: 85%;
    font-size: clamp(12px,2vw,20px);
  }
}

@media (max-width:1024px) {
	  .panel-b .works-slider .slide,
	.panel-c .works-slider .slide {
    flex-direction: column;
    height: auto;
  }
	  .panel-b .works-slider img,
	.panel-c .works-slider img {
    width: 50vw;
    height: auto;
  }
	
	.panel-b .works-slider p,
	.panel-c .works-slider p {
    width: 85%;
    font-size: clamp(12px,2vw,20px);
  }

}

/* Slickが生成する外枠 */
.works-slider .slick-list {
  overflow: hidden;
}

/* ドットの位置 */
.works-slider .slick-dots {
  bottom: -40px;
}

/* 矢印の重なり順 */
.works-slider .slick-prev,
.works-slider .slick-next {
  z-index: 2;
  color: aliceblue;
  text-shadow: 3px 3px 3px rgba(0, 73, 137, 0.28);
}


.skills {
    width: 100%;
    color: aliceblue;
    margin: 0;
    padding: 0;
      display: flex;
  flex-direction: column;
  align-items: center;
}

.skills h1 {
    font-size: clamp(32px,10vw,128px);
    margin: 40px 0 20px 0;
    padding: 0;
  font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
    text-shadow: 5px 5px 2px rgba(0, 73, 137, 0.28);
}

.skillabout{
 display: grid; 
 grid-template-columns: repeat(3, 1fr);
 width: 80%;
      justify-items: center;
  text-align: center;
  padding: 30px;
  gap: clamp(15px,2vw,30px);
}



.skill p {
 font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
    font-size: clamp(16px,3vw,32px);
    margin: 0;
    color: #004989;
     z-index: 1;
}

.skill {
  width: 90%;
  height: clamp(40px,6vw,90px);
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.skill::before {
       content: "";
    top:0;
    right:0;
    bottom:0;
    left:0;
  mix-blend-mode: soft-light;
  border-radius: 10px;
  background-size: cover;
  background-image: url(../image/o_surigarasu.png);
  box-shadow: 8px 8px 2px #004989;
  opacity: 0.7;
  position: absolute;
}

@media (max-width: 650px) {
  .skillabout {
    grid-template-columns: repeat(2, 1fr);
  }

  .skills h1{
    text-shadow: 3px 3px 1px rgba(0, 73, 137, 0.28);
  }
}

.contact {
    width: 100%;
    margin: 0;
    padding: 0;
      display: flex;
  flex-direction: column;
  align-items: center;
	padding-bottom: 50px;
}

.contact-form .wpcf7,
.contact-form .wpcf7-form,
.contact-form .wpcf7-form > p,
.contact-form .form-item,
.contact-form label,
.contact-form .wpcf7-form-control-wrap {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
}


.contact-form input:not([type="submit"]),
.contact-form textarea {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.wpcf7 input[type="submit"].btn {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.contact h1 {
    font-size: clamp(32px,10vw,128px);
    margin: 40px 0 20px 0;
    padding: 0;
  font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
    text-shadow: 5px 5px 2px rgba(0, 73, 137, 0.28);
	width: fit-content;
	color: aliceblue;
}

.contact form{
	width: 80%;
	font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px,2vw,64px);
	color: #004989;
}

.form-item {
	margin-bottom: 2rem;
}

.form-item input{
	width: 100%;
	height: clamp(24px,3vw,64px);
	border: 3px solid transparent;
	background-color: transparent;
	border-radius: 5px;
	appearance: none;
    webkit-appearance: none;
	box-shadow:
    inset 3px 3px 3px rgba(0, 73, 137, 0.28),inset -3px -3px 20px rgba(0, 73, 137, 0.05);
}

.form-item textarea {
	width: 100%;
	height: clamp(120px,15vw,320px);
	border: 3px solid transparent;
	background-color: transparent;
	border-radius: 5px;
	appearance: none;
    -webkit-appearance: none;
	box-shadow:
    inset 3px 3px 3px rgba(0, 73, 137, 0.28),inset -3px -3px 20px rgba(0, 73, 137, 0.05);
}

.contact input[type="submit"].btn {
	width: clamp(64px,8vw,96px);
	height: clamp(32px,3vw,44px);
	border: none;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(0, 73, 137, 0.28), inset 3px 3px 3px rgba(240, 248, 250, 0.5),inset -3px -3px 2px rgba(0, 73, 137, 0.05);
	font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
	color: #004989;
	font-size: clamp(16px,1.5vw,28px);
	background-color: transparent;
}

.contact input[type="submit"].btn:hover {
	opacity: 0.7;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: transparent;
	color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}

.contact-form {
  width: 80%;
}

@media (max-width:700px) {
	    .contact h1 {
    text-shadow: 3px 3px 2px rgb(0,73,137,0.28);
  }
}

.footer {
	width: 100%;
	height: 50vh;
	display: flex;
    justify-content: center;
	align-items: center;
	color: #004989;
	font-family: "Aref Ruqaa Ink", serif;
  font-weight: 400;
  font-style: normal;
}

.footer-bg {
	position: absolute;
	width: 100%;
	height: 50vh;
    background-image: url("../image/o_surigarasu.png");
    mix-blend-mode: soft-light;
	z-index: -1;
}

.footerct {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.footerct ul {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 20px;
	font-size: clamp(16px ,1.8vw ,24px);
}

.footerct li {
	list-style: none;
}

.footerlist a {
	color:#004989;
  text-decoration: none;
	transition: opacity 0.3s;
}


.footerlist a:visited {
  color:#004989;
  text-decoration: none;
}

.footerlist a:hover {
	opacity: 0.7;
}

.footerct p {
    margin-top: 30px;
	font-size: clamp(10px ,1.5vw ,20px);
}

.footerct h3 {
	font-weight: 400;
	margin: 30px 0;
}

.fadein.fade-right-fv {
	opacity: 0;
	transform: translate(24px,-50%);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.fade-right-fv.show {
	opacity: 1;
	transform: translate(0,-50%);
}
