@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
	background: var(--base-color);
	color:var(--main-dark);
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans", sans-serif;
  --sub-font: "Zen Old Mincho", serif;
  --en-font: "Cinzel", serif;
  --base-color: #FFFDF5;
  --main: #B8A149;
  --main-dark: #4C3C2D;
  --sub: #efe9d4;
  --gray: #999999;
  --gray-light: #F3F2EE;
  --gray-dark: #717171;
  --gray-black: #434040;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
}
	html{
		font-family: var(--base-font);
		font-weight: 400;
		scroll-behavior: smooth;
	}
	@media screen and (max-width: 1024px) {
	html, body {
		overflow-x: hidden;
	}
}
	p{
		line-height: 2;
		font-size: 15px;
	}
	.hamburger {
        display: none;
}
	.pc{
		display: inherit;
	}
	.sp{
		display: none;
	}
	@media screen and (max-width:768px){
		.pc{
		display: none;
	}
	.sp{
		display: inherit;
	}
	}
@media screen and (max-width:1024px){
	.hamburger {
		display: inherit;
        position: fixed;
        top: 1.9rem;
        right: 1rem;
        width: 4rem;
        height: 4rem;
        cursor: pointer;
        z-index: 400;
        transition: all 0.5s;
        background: var(--base-color);
        border-radius: 10%;
		border:1px solid var(--main-dark);
}
	}
	.sp-nav{
		display: none;
	}
	@media screen and (max-width: 1024px) {
	.sp-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
		background: var(--base-color);
  transition: all 0.5s;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  z-index: 399;
		padding: 7rem 5rem 13rem;
				display: flex;
    flex-direction: column;
    justify-content: space-between;
		gap:4rem;

}
		/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
	.logo{
		display: block;
		margin: auto;
	}
	.sp-nav img{
		width: 13rem;
		height: auto;
		object-fit: cover;
	}
		.hamburger__line {
    position: absolute;
    width: 2rem;
    height: .06rem;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--main-dark);
    transition: all 0.5s;
}
.hamburger__line--1 {
    top: 1rem;
}
	.hamburger__line--2 {
    top: 1.5rem;
}
		.hamburger__line--3 {
    top: 2rem;
}
		.hamburger__txt{
			position: absolute;
			font-family:var(--en-font);
			font-weight: bold;
			top:50%;
			left:50%;
			transform: translate(-50%, 50%);
			transition: 0.5s ease;
			font-size: .8rem;
		}
		.hamburger__txt.back{
			opacity:0;
		}
/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
.open .hamburger__txt.menu{
			opacity:0;
		}
.open .hamburger__txt.back{
			opacity:1;
		}
}
	.l-header{
		width: 25rem;
		position: fixed;
		background: var(--base-color);
		height: 100%;
		padding: 10rem 4rem 2rem;
		display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
		border-right: 1px solid var(--main-dark);
	}
	@media screen and (max-width: 1024px){
	.l-header{
		display: none;
	}

	}
	
	.l-header img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.l-sitemap__nav01 a img{
		width: 2rem;
		height: auto;
	}
	.l-sitemap__nav01 li{
		margin:2.5rem auto 0;
			width: 8rem;
	}
		.l-sitemap__nav01 li:first-child{
		margin-top:0;
	}
.l-sitemap__nav01 li a {
	font-family: var(--en-font);
	color: var(--main-dark);
	font-weight: bold;
	letter-spacing: 0.05rem;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	position: relative; 
	transition: color 0.5s ease;
}

.l-sitemap__nav01 li a:hover {
	color: var(--main);
}

.l-sitemap__nav01 li a::before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	flex-shrink: 0;
	background: url("../img/star01.svg") no-repeat center / contain;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.l-sitemap__nav01 li a::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	flex-shrink: 0;
	background: url("../img/star02.svg") no-repeat center / contain;
	position: absolute;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}

/* hover時 */
.l-sitemap__nav01 li a:hover::before {
	opacity: 0;
}

.l-sitemap__nav01 li a:hover::after {
	opacity: 1;
}

	.l-sitemap__flexitem02 {
    margin-top: 12rem;
    text-align: center;
}
	@media screen and (max-width: 1024px){
			.l-sitemap__flexitem02 {
    margin-top: 5rem;
}
	}

	main{
		width: calc(100% - 25rem);
		margin-left: 25rem;
	}
@media screen and (max-width: 1024px) {
	main{
		width:100%;
		margin-left:0;
	}
	}

	.l-hero{
		position: relative;
	}
	.l-hero__photo{
		height: calc(100vh - 7rem);
	}
@media screen and (max-width:1024px){
		.l-hero__photo{
		height: calc(100vh - 4rem);
		width:93%;
		margin-left: auto;
	}
	}
	.l-hero__photo img {
	width:100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 10rem;
}
@media screen and (max-width:1024px){
		.l-hero__photo img {
	border-bottom-left-radius: 6rem;
}
	}
	.l-hero h1{
		font-family: var(--en-font);
		font-weight: bold;
		font-size:4rem;
		letter-spacing: 0.2rem;
		position: absolute;
		bottom:7rem;
		left:4rem;
	}
	
	@media screen and (max-width:1024px){
		.l-hero h1{
		font-size:2.3rem;
		bottom:4.5rem;
		left:2.5rem;
	}
	}
	.l-hero__scroll {
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 101;
}
	.scrolldown2 {
    position: relative;
    bottom: 10rem;
}
.scrolldown2:before {
    content: "";
    position: absolute;
    top: 6rem;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--main);
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
    z-index: 2;
}
	@keyframes circlemove {
  0% {
    top: 6;
  }
  100% {
    top: 11rem;
  }
}
@media screen and (max-width:1024px){
		@keyframes circlemove {
  0% {
    top: 5;
  }
  100% {
    top: 9rem;
  }
}
	
	}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
	.scrolldown2:after {
    content: "";
    position: absolute;
    top: 6rem;
    left: 0;
    width: 0.05rem;
    height: 6rem;
    background: var(--main-dark);
    z-index: 1;
}
@media screen and (max-width:1024px){
	.scrolldown2:after {
    top: 5.5rem;
    height: 4rem;
}
	}
	.scrolldown2 span {
    position: absolute;
    left: 1px;
    top: 25px;
    transform: translate(-50%, 0);
    color: var(--main-dark);
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
	.l-works{
		margin-top:7rem;
	}
	.l-title__h2{
		font-family: var(--en-font);
		font-weight: bold;
		font-size:3rem;
		letter-spacing:.25rem;
		padding-bottom:.25rem;
		padding-left: .75rem;
		border-bottom:1px solid;
		margin-left:5rem;
		margin-bottom:3rem;
	}
	@media screen and (max-width:1024px){
		.l-title__h2{
			margin:0 auto 2rem;
			font-size: 2.3rem;
			width: 95%;
		}
	}
	.l-title__h2 h2{
		display: inline-block;
	}
	.l-works .l-title__h2::after{
		font-family: var(--sub-font);
		font-weight: 300;
		font-size:1rem;
		content:"制作実績";
		display: inline-block;
		color: var(--main);
	}
	.l-about .l-title__h2::after{
		font-family: var(--sub-font);
		font-weight: 300;
		font-size:1rem;
		content:"私について";
		display: inline-block;
		color: var(--main);
	}
	.l-skill .l-title__h2::after{
		font-family: var(--sub-font);
		font-weight: 300;
		font-size:1rem;
		content:"できること";
		display: inline-block;
		color: var(--main);
	}


	.inner{
		width: 900px;
	}
@media screen and (max-width: 1024px) {
		.inner{
		width: 90%;
		margin:0 auto;
	}
	}
	.wrapper{
		margin-left:5rem;
	}
@media screen and (max-width: 1024px) {
	.wrapper{
		margin-left:0rem;
	}
	}
	.l-about{
		margin-top:5rem;
	}
	@media screen and (max-width:768px){
		.l-about{
			margin-top:3.5rem;
		}
	}
	
.l-about__flexbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
	margin: 2rem auto 0;
}
	.l-about-imgbox {
    width: 25rem;
}
	.l-about-imgbox img {
    width: 100%;
    height: auto;
	object-fit: cover;
	border-radius: 15rem 15rem 0 0;
}
	@media screen and (max-width: 1024px) {
		.l-about-imgbox img{
			height:22rem;
	}
	}
	.l-about-txtbox {
    width: 25rem;
}
	@media screen and (max-width: 1024px) {
		.l-about-txtbox{
			margin-top:1rem;
			text-align: center;
	}
	}
	.l-about-txtbox__job {
    color: var(--main);
	font-family: var(--sub-font);
}
	.l-about-txtbox__name {
    color: var(--main-dark);
    font-family: var(--sub-font);
    font-size: 2rem;
    line-height: 1.66;
    letter-spacing: 0.16em;
}
	@media screen and (max-width:1024px){
		.l-about-txtbox__name{
			font-size:1.6rem;
		}
	}
.l-about-txtbox__enname {
    margin-bottom: 1.2rem;
    color: var(--main);
    font-family: var(--en-font);
    font-size: 1rem;
    line-height: 1.66;
    letter-spacing: 0.16em;
}	
.l-about-txtbox__p {
    margin-bottom: 4rem;
    color: var(--main-dark);
	line-height: 1.8;
}
	@media screen and (max-width: 1024px) {
		.l-about-txtbox__p{
		text-align: justify;
		margin-bottom:0;
		}
	}
	
	.l-skill{
		margin-top:5rem;
		margin-bottom:7rem;
	}
	@media screen and (max-width:1024px){
		.l-skill{
			margin-top:3.5rem;
			margin-bottom:5rem;
		}
	}
	
	.l-skill-flexbox.inner {
    margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
	@media screen and (max-width: 1024px) {
		.l-skill-flexbox.inner{
			flex-wrap: wrap;
	}
	}
.l-skill-list {
    width: calc(33% - 1.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
	gap:1.3rem;
}
	@media screen and (max-width: 1024px) {
		.l-skill-list{
			width:100%;
	}
		.l-skill-list + .l-skill-list{
			margin-top:2rem;
		}
	}
	.l-skill-list__imgbox{
		border:1px solid var(--main);
		background: var(--white);
		border-radius: 2rem;
		padding:2rem;
    display: flex;
    flex-direction: column;
	width: 100%;
	align-items: center;
		gap:1rem;
	}
	@media screen and (max-width:1024px){
		.l-skill-list__imgbox{
			width: calc(100% - 3rem);
		}
	}
		.l-skill-list__imgbox h3{
			font-weight: 600;
			text-align: center;
			letter-spacing: .15rem
	}
			.l-skill-list__imgbox h3::before{
				content:'●';
				color:var(--main);
				margin-right:.5rem
	}
	.l-skill-list__imgbox img{
		width: 10rem;
	}
	.l-skill-list__tag {
    display: inline-flex;
    flex-wrap: wrap;
	gap: .7rem .3rem;
}
	.c-btn01 a {
    border-radius: 5rem;
    border: 1px solid var(--main-dark);
    background: var(--white);
    padding: .5rem 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    color: var(--main-dark);
}
	footer{
		width: calc(100vw - 25rem);
    margin-left: 25rem;
		background: var(--main-dark);
		color:var(--white);
				font-family: var(--en-font);
		font-weight: bold;
	}
	@media screen and (max-width:1024px){
		footer{
			width:100%;
			margin-left:0;
		}
	}
	.footer-nav ul{
		margin:0 auto;
		display: flex;
		justify-content: center;
		padding:1.5rem 0;
		border-bottom:1px solid;
	}
	.footer-nav li{
		list-style: disc;
	}
	.footer-nav li:hover{
		color: var(--main);
		transition: color 0.5s ease;
	}
	.footer-nav li+li{
		margin-left:3rem;
	}
	@media screen and (max-width: 1024px) {
		.footer-nav li+li{
		margin-left:2rem;
	}
	}
	.footer-copy {
    text-align: center;
	padding:1rem 0;
}

.p-clinic-wrap {
  position: relative;
}
	@media screen and (max-width:768px){
		.p-clinic-wrap {
			width:90%;
			margin:0 auto;
		}
	}
.p-clinic-list__item {
  width: 30rem;
  margin: 0 1.2rem;
}

.p-clinic-list__pho {
  margin-bottom: 5.6rem;
  overflow: hidden;
}

.p-clinic-list__pho img {
  width: 100%;
	height: auto;
	object-fit: cover;
  border-radius: 2rem;
	border: 1px solid var(--main-dark);
}

.p-clinic-list__sub {
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
}
	.p-clinic-list__sub .c-btn01{
		margin:1.4rem auto 0;
		text-align: center;
	}
	.p-clinic-list__sub .c-btn01 a{
		padding:.8rem 1.2rem;
		color: var(--main-dark);
		transition: all 0.5s;
	}
	.p-clinic-list__sub .c-btn01 a:hover {
    border: 1px solid var(--main);
    background: var(--main);
    color: var(--white);
}
.p-clinic-list__sub .c-btn01 a .icon path {
  fill: currentColor;
  transition: fill 0.5s;
}
.p-clinic-list__ttl {
  font-family: var(--sub-font);
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.p-clinic-list__part {
    color: var(--main-dark);
    background: var(--white);
    font-family: var(--en-font);
    padding: 0 .7rem;
    display: inline-block;
    font-size: .7rem;
	border: 1px solid;
	border-radius: 3rem;
	margin-top:.4rem;
}
.p-clinic-list__text {
  	margin-top:1.4rem;
}
	.p-clinic-list__text--bold {
  font-weight: 700;
}

.swiper-slide-duplicate-active .p-clinic-list__sub,
.swiper-slide-active .p-clinic-list__sub {
  opacity: 1;
  visibility: visible;
	width: 90%;
    margin: 0 auto;
}

.p-clinic-arrow {
  width: 30rem;
  top: 23rem;
  position: absolute;
  left: 50%;
transform: translate(-50%,0);
  z-index: 2;
display: flex;
    justify-content: space-between;
}

.p-clinic-arrow__item {
  padding-left: 3.2rem;
  display: inline-block;
  cursor: pointer;
  background: url(../img/icon_left.svg) no-repeat left center;
  background-size: 2.2rem auto;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .p-clinic-arrow__item:hover {
    opacity: 0.7;
  }
}
.p-clinic-arrow__item--next {
  padding: 0 3.2rem 0 0;
  background: url(../img/icon_right.svg) no-repeat center right/2.2rem auto;
}

@media screen and (min-width: 769px) {
  .p-clinic-arrow__item--next:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-clinic-slide {
    margin: 0 -0.8rem;
  }
  .p-clinic-list__item {
    width: 95%;
    margin: 0 0.8rem;
  }
  .p-clinic-list__pho {
    margin-bottom: 6rem;
    border-radius: 0;
  }
  .p-clinic-list__pho img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }
  .p-clinic-list__ttl {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
  .p-clinic-list__text {
    font-size: 1rem;
  }
  .p-clinic-arrow {
    width: 100%;
    top: 17.8rem;
  }
  .p-clinic-arrow__item {
    letter-spacing: 0.09rem;
  }
}
/* 下層CSS */
.l-pageheader h1 {
    font-size: 3rem;
    font-family: var(--sub-font);
	padding-bottom:3rem;
}
.l-pageheader {
    display: flex;
    justify-content: space-between;
    background: var(--sub);
	align-items: end;
	height: 15rem;
	margin-bottom:5rem;
	padding:0 5rem;
}
.l-pageheader img {
    width: 40rem;
}
.l-gutenberg.round {
    width: 90%;
    margin: 0 auto;
}