@charset "UTF-8";
/*
Theme Name: TSUBASA
Description: TSUBASA
Version: 2026.1
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    outline: none;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
input, button, select, textarea {
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    input, button, select, textarea {}
}
/*
Web Fonts
font-family: "Zen Kaku Gothic New", sans-serif;
*/
/* ------------------------------------------
   Style
------------------------------------------ */
body {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    -webkit-text-size-adjust: none;
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    transition: opacity 1s ease;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0;
}
body p {
    color: inherit;
    font-size: inherit;
    line-height: 2em;
}
a, a img, button {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
    overflow-wrap: anywhere;
    word-break: break-all;
    text-align: left;
    cursor: pointer;
}
.pc_view a:hover {
    opacity: 0.75;
}
.pc_view button:hover {
    opacity: 0.75;
}
span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    /* word-break: keep-all; */
    /* word-wrap: normal; */
    overflow-wrap: break-word;
    letter-spacing: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    line-height: 1.6em;
}
*[data-view=pc] {
    display: block !important;
}
*[data-view=sp] {
    display: none !important;
}
.outline {
    position: relative;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.main {
    margin: 0 auto;
    position: relative;
    transition: opacity 0.3s ease;
    z-index: 100;
}
.f_goth {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
.scrollactive.fadein {
    position: relative;
    top: 20px;
    transition: all ease 1s;
    opacity: 0;
}
.scrollactive.fadein.active {
    opacity: 1;
    top: 0;
}
header {
    position: fixed;
    opacity: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    transition: all ease 0.3s;
}
header.scroll {background: #fffffff0;box-shadow: 0 0 10px #00000017;}
header > .inner {
    display: flex;
    transition: 1s ease all;
    border-bottom: 2px solid #000;
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 0 32px;
    left: 150px;
    align-items: center;
    position: relative;
    transition: left ease 1s, background ease 0.3s, border ease 0.3s;
}
header.scroll > .inner {border-color: transparent;}
header.active {
	opacity: 1;
}
header.active > .inner {
	left: 50px;
}
header .logo {
	
}
header .logo a  {width: 237px;display: block;padding: 7px 10px;}
header .gmenu {
	margin-left: auto;
}
.pc_view header .gmenu {
	display: block !important;
	opacity: 1 !important;
}
header .gmenu nav {
	
}
header .gmenu nav ul {
	display: flex;
	gap: 24px;
}
header .gmenu nav ul li {
	position: relative;
}
header .gmenu nav ul li + li {
	
}
header .gmenu nav ul li + li::before {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #000;
	transform: rotate(25deg);
	position: absolute;
	left: -12px;
	top: 4px;
}
header .gmenu nav ul li a {
	font-weight: 700;
	font-size: 20px;
	display: revert;
}
@media screen and (max-width: 1200px) {
	header > .inner {
		/* width: 91.6%; */
		padding: 0 2.7vw;
	}
	header .logo a  {width: 19.8vw;display: block;padding: 7px 10px;}
	header .gmenu nav ul li a {
		font-size: 1.67vw;
	}
}
footer {
	
}
footer > .inner {
	display: flex;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	width: 94%;
	font-family: sans-serif;
	font-weight: normal;
	padding: 15px 0px;
}
footer .name {
	font-size: 16px;
	margin-right: 60px;
}
footer .name span {
	font-size: 20px;
	display: inline-block;
	margin-left: 11px;
}
footer .mail {
	font-size: 16px;
	margin-right: 50px;
	letter-spacing: 0.05em;
}
footer .mail a {
	
}
footer .bt_instagram {
	display: block;
	width: 42px;
}
footer .copyright {
	margin-left: auto;
	font-size: 12px;
}
.main {
    position: relative;
    isolation: isolate;
}
.main .visual {
	background: url(../images/bg_visual.webp) no-repeat calc(50% + 50px) top / cover;
}
.main .visual > .inner {aspect-ratio: 1400 / 800;position: relative;}
.main .visual .logobox {
	width: 536.5px;
	width: 38.3vw;
	position: absolute;
	left: calc(50% - 0px);
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%);
	transition: 1s ease left +1.5s;
}
.main .visual.active .logobox {
	left: calc(50% - 312px);
	left: 27.7%;
}
.main .visual .logobox .circle-wrap {width: 100%;}
.main .visual .logobox .logo {
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	width: 250px;
	width: 46.6%;
	transition: 1s ease opacity +0.7s;
	opacity: 0;
}
.main .visual.active .logobox .logo {opacity: 1;}
.circle-wrap{
  position: relative;
  width: 300px;
  aspect-ratio: 1 / 1;
}

/* SVGを箱いっぱいに */
.mask-svg{
  width: 100%;
  height: 100%;
  display: block;
}

/* 0時スタート */
.pie-arc{
  /* 12時スタート */
  transform: rotate(-90deg) scaleY(-1);
  transform-origin: 50px 50px;
  stroke-dasharray: 0 100;
  transition: stroke-dasharray ease 1s;
}
.main .visual.active .pie-arc{
  stroke-dasharray: 100 100;
}

/* 反時計回りにしたいなら（必要な場合だけON） */
/* .mask-svg{ transform: scaleY(-1); } */


.main .visual .foodbox {position: absolute;background: #000;width: 45%;color: #fff;top: 52%;right: -45vw;/* padding-bottom: 20px; */transform: translate(0, -50%);transition: right 1s ease +1.5s;}
.main .visual.active .foodbox {right: 0;}
.main .visual .foodbox .copy {
	font-size: 46px;
	font-size: 3.3vw;
	line-height: 1.7em;
	padding: 60px 59px;
	padding: 4.3vw 4.2vw;
	box-sizing: border-box;
} 
.main .visual .foodbox .food {
	display: flex;
	border-top: 15px solid #d16c15;
}
.main .visual .foodbox .food button {
	position: relative;
}
.pc_view .main .visual .foodbox .food button:hover {
	opacity: 1;
}
.main .visual .foodbox .food button .img {
	position: relative;
}
.main .visual .foodbox .food button .img img + img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: 0.3s ease all;
}
.pc_view .main .visual .foodbox .food button:hover img + img {
	opacity: 0;
}
.main .visual .foodbox .food button .info {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #000;
	padding: 0 14px;
	box-sizing: border-box;
	overflow: hidden;
	height: 0px;
	transition: all ease 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
}
.pc_view .main .visual .foodbox .food button:hover .info {
	height: 90px;
	opacity: 1;
}
.main .visual .foodbox .food button .info .title {
	color: #fff;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
}
.main .visual .foodbox .food button .info .text {
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	margin: 5px 0 2px 0;
}
.main .content {
	
}
.main .content .whats {
	
}
.main .content .whats > .inner {position: relative;background: #000;}
.main .content .whats > .inner::before {
	content: "";
	display: block;
	width: 100%;
	height: 1900px;
	background: url(../images/bg_visual.webp) no-repeat center top / cover;
	top: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
}
.main .content .whats .text {
	color: #fff;
	font-size: 20px;
	line-height: 2.5em;
	text-align: center;
	padding: 75px 0;
	letter-spacing: 0.05em;
}
.main .content .whats .img1 {
	
}
.main .content .whats .img1 img {
	object-fit: cover;
	width: 100%;
	height: 700px;
}
.main .content .whats .text2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-top: 40px;
}
.main .content .whats .text2 span {
	font-size: 24px;
	display: block;
	border-bottom: 3px solid #d16c15;
	padding: 0 0px;
}
.main .content .whats .img2 {
	width: 900px;
	margin: 50px auto 55px auto;
}
.main .content .howwork {
	border-top: 30px solid #000;
}
.main .content .howwork > .inner {
	padding-bottom: 82px;
}
.main .content .howwork .fbox {
	display: flex;
}
.main .content .howwork .fbox .img {
	width: 35%;
}
.main .content .howwork .fbox .img img {
  object-fit: cover;
  width: 100%;
  height: 700px;
}
.main .content .howwork .fbox .info {
	width: 65%;
	box-sizing: border-box;
	padding: 40px 60px 0px 60px;
}
.main .content .howwork .fbox .info > .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	gap: 6px;
}
.main .content .howwork .fbox .info > .title span {
	font-size: 24px;
	display: block;
	border-bottom: 3px solid #d16c15;
	padding: 0 0px;
}
.main .content .howwork .fbox .info ol {
	max-width: 660px;魔
	xーw: まー;
	margin-top: 40px;
}
.main .content .howwork .fbox .info ol li + li {
	margin-top: 20px;
}
.main .content .howwork .fbox .info ol li .title {
	display: flex;
	background: #d16c15;
	font-size: 28px;
	line-height: 1em;
	color: #fff;
	height: 38px;
	align-items: center;
	margin-left: 20px;
	box-sizing: border-box;
	padding-bottom: 2px;
	border-radius: 5px;
}
.main .content .howwork .fbox .info ol li .title span {
	display: block;
	width: 46px;
	height: 46px;
	font-size: 30px;
	line-height: 1em;ぃ
	n: Lin;
	text-align: center;
	background: #fff;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 6px 0 0 8px;
	color: #000;
	margin: 0px 20px 0 -20px;
}
.main .content .howwork .fbox .info ol li .text {
	font-size: 16px;
	line-height: 1.5em;
	margin: 11px 0 0px 70px;
}
.main .content .howwork .specialist {
	width: 980px;
	margin: 65px auto 0 auto;
}
.main .content .howwork .specialist .title {
	font-size: 24px;
	border-bottom: 3px solid #000;
	line-height: 1.5em;
}
.main .content .howwork .specialist .fbox {
	display: flex;
	justify-content: center;
	gap: 55px;
	margin-top: 23px;
}
.main .content .howwork .specialist .fbox ul {
	width: calc(50% - 50px);
	font-size: 18px;
}
.main .content .howwork .specialist .fbox ul li {
	border-bottom: 1px solid #000;
	padding: 2px 0;
}
.main .content .howwork .specialist .fbox ul li + li {margin-top: 8px;}
.main .content .howwork .specialist .fbox ul li span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
.main .content .sec {
	
}
.main .content .sec .hbox {
	display: flex;
	border-bottom: 15px solid #d16c15;
}
.main .content .sec .hbox h2 {
	width: 50%;
	background: #251e1c;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 33px;
	color: #fff;
	font-weight: 900;
}
.main .content .sec .hbox .img {width: 50%;}
.main .content .sec .hbox .img img {
	object-fit: cover;
	width: 100%;
	height: 320px;
}
.main .content .sec > .inner {
	padding: 42px 0 100px 0;
}
.main .content .sec .liststyle {
	max-width: 1080px;
	margin: 0 auto;
	width: 94%;
}
.main .content .sec .liststyle li {
	display: flex;
	border: 3px solid #251e1c;
	border-radius: 15px;
	overflow: hidden;
}
.main .content .sec .liststyle li + li {margin-top: 24px;}
.main .content .sec .liststyle li .title {
	display: flex;
	align-items: center;
	font-size: 21px;
	box-sizing: border-box;
	width: 530px;
	background: #251e1c;
	color: #fff;
}
.main .content .sec .liststyle li .title span {
	color: #251e1c;
	background: #fff;
	display: flex;
	align-items: center;
	font-size: 24px;
	box-sizing: border-box;
	padding: 0 0 5px 3px;
	width: 40px;
	justify-content: center;
	margin-right: 22px;
	height: 100%;
}
.main .content .sec .liststyle li .text {
	width: calc(100% - 530px);
	font-size: 18px;
	line-height: 1.6em;
	box-sizing: border-box;
	padding: 12px 25px 16px 25px;
}
.main .content .sec.style .hbox {
	flex-direction: row-reverse;
}
.main .content .sec.style .liststyle li {
	background: #251e1c;
	color: #fff;
}
.main .content .sec.style .liststyle li .title {
	background: #fff;
	color: #251e1c;
}
.main .content .sec.style .liststyle li .title span {
	color: #fff;
	background: #251e1c;
}
.main .content .profile {background: #000;padding: 55px 0 60px 0;}
.main .content .profile > .inner {
	color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	width: 94%;
	position: relative;
}
.main .content .profile h2 {
	font-weight: 900;
	font-size: 24px;
	border-bottom: 3px solid #d16b15;
	padding: 3px 0;
}
.main .content .profile .img {
	position: absolute;
	left: 53%;
	top: 10px;
	width: 279px;
}
.main .content .profile .fbox {
	display: flex;
	justify-content: space-between;
}
.main .content .profile .fbox .box {width: 47%;padding-top: 28px;}
.main .content .profile .fbox .box + .box {padding-top: 185px;}
.main .content .profile .fbox .box .name {
	font-size: 20px;
}
.main .content .profile .fbox .box .text {
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
}


/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        overflow: visible !important;
        letter-spacing: 0;
        font-size: 15px;
    }
    body p {
        color: inherit;
        font-size: 15px;
    }
    a:hover {
        opacity: 1;
    }
    *[data-view=pc] {
        display: none !important;
    }
    *[data-view=sp] {
        display: block !important;
    }
    .outline {
        position: relative;
        min-width: 320px;
        padding-bottom: 0 !important;
    }
    .main {
        width: auto;
        margin: 0 auto;
        position: relative;
        /* overflow: hidden; */
    }
	header {
	    position: fixed;
	    opacity: 0;
	    width: 100%;
	    z-index: 1000;
	    padding: 0;
	    transition: all ease 0.3s;
	}
	header.scroll {background: #fffffff0;box-shadow: 0 0 10px #00000017;}
	header > .inner {
	    width: calc(100% - 20px);
	    left: 30px;
	    padding: 0;
	    border-bottom: 1px solid #000;
	    justify-content: space-between;
	}
	header.scroll > .inner {border-color: transparent;}
	header.active {
		opacity: 1;
	}
	header.active > .inner {
		left: 10px;
	}
	header .logo {
		
	}
	header .logo a  {width: 127px;display: block;padding: 7px 0;}
	header .gmenu {
		margin-left: auto;
		position: absolute;
		top: 40px;
		width: 100vw;
		background: #000;
		left: -10px;
		display: none;
	}
	header .gmenu nav {
		
	}
	header .gmenu nav ul {
		display: flex;
		gap: 13px;
		flex-direction: column;
		padding: 30px 20px;
	}
	header .gmenu nav ul li {
		position: relative;
	}
	header .gmenu nav ul li + li {
		
	}
	header .gmenu nav ul li + li::before {
		content: "";
		display: block;
		width: 1px;
		height: 18px;
		background: #000;
		transform: rotate(25deg);
		position: absolute;
		left: -12px;
		top: 4px;
		display: none;
	}
	header .gmenu nav ul li a {
		font-weight: 700;
		font-size: 16px;
		display: block;
		color: #fff;
		text-align: right;
	}
    header .bt_menu {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        font-size: 12px;
        text-align: center;
        box-sizing: border-box;
        z-index: 1000;
        overflow: hidden;
        padding-top: 0;
        position: relative;
    }
    header .bt_menu::before, header .bt_menu::after, header .bt_menu span::before {
        display: block;
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        background: #000;
        top: 50%;
        left: 6px;
        transition: all 0.3s ease;
        margin-top: 6px;
    }
    header .bt_menu::after {
        margin-top: -6px;
    }
    header .bt_menu span::before {
        margin: 0;
    }
    header .bt_menu.open span::before {
        opacity: 0;
    }
    header .bt_menu.open::before {
        transform: rotate(135deg);
        left: 14px;
        margin: 0;
    }
    header .bt_menu.open::after {
        transform: rotate(-135deg);
        left: 14px;
        margin: 0;
    }
    header .bt_menu span {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        height: 100%;
    }
    .pc_view .main .gmenu {
        opacity: 1 !important;
        display: block !important;
    }
	footer {
		
	}
	footer > .inner {
		display: flex;
		align-items: start;
		max-width: 1200px;
		margin: 0 auto;
		width: 90%;
		font-family: sans-serif;
		font-weight: normal;
		padding: 8px 0px;
		flex-direction: column;
		position: relative;
	}
	footer .name {
		font-size: 10px;
		margin-right: 60px;
		line-height: 1.5em;
	}
	footer .name span {
		font-size: 13px;
		display: inline-block;
		margin-left: 7px;
		line-height: 1.5em;
	}
	footer .mail {
		font-size: 10px;
		margin-right: 50px;
		letter-spacing: 0;
		line-height: 1.5em;
	}
	footer .mail a {
		
	}
	footer .bt_instagram {
		display: block;
		width: 22px;
		position: absolute;
		right: 0;
		top: 15px;
	}
	footer .copyright {
		font-size: 8px;
		text-align: center;
		width: 100%;
		border-top: 1px solid #000;
		margin: 8px 0 0 0;
		padding: 7px 0 0 0;
	}
	.main {
	    position: relative;
	    isolation: isolate;
	}
	.main .visual {
		background: url(../images/bg_visual.webp) no-repeat calc(50% + 50px) top / cover;
	}
	.main .visual > .inner {height: 100vh;height: 350px;position: relative;aspect-ratio: auto;}
	.main .visual .logobox {
		width: 150px;
		position: absolute;
		left: calc(50% - 0px);
		top: calc(50% + 10px);
		transform: translate(-50%, -50%);
		transition: 1s ease left +1.5s;
	}
	.main .visual.active .logobox {
		left: calc(50% - 90px);
	}
	.main .visual .logobox .circle-wrap {width: 100%;}
	.main .visual .logobox .logo {
		position: absolute;
		left: 50%;
		top: calc(50% - 4px);
		transform: translate(-50%, -50%);
		width: 71px;
		transition: 1s ease opacity +0.7s;
		opacity: 0;
	}
	.main .visual.active .logobox .logo {opacity: 1;}
	.circle-wrap{
	  position: relative;
	  width: 300px;
	  aspect-ratio: 1 / 1;
	}
	
	/* SVGを箱いっぱいに */
	.mask-svg{
	  width: 100%;
	  height: 100%;
	  display: block;
	}
	
	/* 0時スタート */
	.pie-arc{
	  /* 12時スタート */
	  transform: rotate(-90deg) scaleY(-1);
	  transform-origin: 50px 50px;
	  stroke-dasharray: 0 100;
	  transition: stroke-dasharray ease 1s;
	}
	.main .visual.active .pie-arc{
	  stroke-dasharray: 100 100;
	}
	
	/* 反時計回りにしたいなら（必要な場合だけON） */
	/* .mask-svg{ transform: scaleY(-1); } */
	
	
	.main .visual .foodbox {position: absolute;background: #000;width: 182px;color: #fff;top: calc(50% + 10px);right: calc(-100% + 20px);padding-bottom: 0;transform: translate(0, -50%);transition: right 1s ease +1.5s;}
	.main .visual.active .foodbox {right: 0;}
	.main .visual .foodbox .copy {
		font-size: 15px;
		line-height: 2em;
		padding: 16px 0 20px 25px;
		box-sizing: border-box;
		letter-spacing: 0.05em;
	} 
	.main .visual .foodbox .food {
		display: flex;
		border-top: 8px solid #d16c15;
		position: absolute;
		right: 0;
		width: calc(100vw - 20px);
		border-bottom: 8px solid #000;
		top: 162px;
		transition: right 1s ease +1.5s;
		right: -200px;
	}
	.main .visual.active .foodbox .food {
		right: 0;
	}
	.main .visual .foodbox .food button {
		position: relative;
	}
	.pc_view .main .visual .foodbox .food button:hover {
		opacity: 1;
	}
	.main .visual .foodbox .food button .img {
		position: relative;
	}
	.main .visual .foodbox .food button .img img + img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		transition: 0.3s ease all;
	}
	.pc_view .main .visual .foodbox .food button:hover img + img {
		opacity: 0;
	}
	.main .visual .foodbox .food button .info {
		position: absolute;
		top: 100%;
		width: 100%;
		background: #000;
		padding: 0 14px;
		box-sizing: border-box;
		overflow: hidden;
		height: 0px;
		transition: all ease 0.3s;
		display: flex;
		flex-direction: column;
		justify-content: center;
		opacity: 0;
	}
	.pc_view .main .visual .foodbox .food button:hover .info,
	.sp_view .main .visual .foodbox .food button.open .info {
		height: 70px;
		opacity: 1;
	}
	.main .visual .foodbox .food button .info .title {
		color: #fff;
		font-size: 12px;
		line-height: 1.3em;
		font-weight: bold;
	}
	.main .visual .foodbox .food button .info .text {
		color: #fff;
		font-size: 9px;
		line-height: 1.5em;
		font-weight: 600;
		margin: 5px 0 2px 0;
	}
	
	.main .content {
		
	}
	.main .content .whats {
		
	}
	.main .content .whats > .inner {position: relative;background: #000;}
	.main .content .whats > .inner::before {
		content: "";
		display: block;
		width: 100%;
		height: 380px;
		background: url(../images/bg_visual.webp) no-repeat center top / cover;
		top: 100%;
		position: absolute;
		left: 0;
		z-index: -1;
	}
	.main .content .whats .text {
		color: #fff;
		font-size: 10px;
		line-height: 2.1em;
		text-align: center;
		padding: 22px 0;
		letter-spacing: 0.05em;
	}
	.main .content .whats .img1 {
		
	}
	.main .content .whats .img1 img {
		object-fit: cover;
		width: 100%;
		height: 200px;
	}
	.main .content .whats .text2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2px;
		margin-top: 27px;
	}
	.main .content .whats .text2 span {
		font-size: 14px;
		display: block;
		border-bottom: 2px solid #d16c15;
		padding: 0 0px;
		line-height: 1.5em;
	}
	.main .content .whats .img2 {
		width: 354px;
		margin: 30px auto;
	}
	.main .content .howwork {
		border-top: 8px solid #000;
	}
	.main .content .howwork > .inner {
		padding-bottom: 30px;
		position: relative;
		padding-top: 70px;
	}
	.main .content .howwork .fbox {
		display: flex;
	}
	.main .content .howwork .fbox .img {
		width: 32%;
	}
	.main .content .howwork .fbox .img img {
	  object-fit: cover;
	  width: 100%;
	  height: 100%;
	}
	.main .content .howwork .fbox .info {
		width: 68%;
		box-sizing: border-box;
		padding: 0 3vw;
	}
	.main .content .howwork .fbox .info > .title {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: start;
		gap: 0;
		position: absolute;
		left: 0;
		top: 24px;
		width: 100%;
	}
	.main .content .howwork .fbox .info > .title span {
		font-size: 11px;
		display: block;
		border-bottom: 2px solid #d16c15;
		padding: 0 0px;
		line-height: 1.5em;
	}
	.main .content .howwork .fbox .info ol {
		max-width: 660px;魔
		xーw: まー;
		margin-top: 0;
	}
	.main .content .howwork .fbox .info ol li + li {
		margin-top: 20px;
	}
	.main .content .howwork .fbox .info ol li .title {
		display: flex;
		background: #d16c15;
		font-size: 12px;
		line-height: 1em;
		color: #fff;
		height: 20px;
		align-items: center;
		margin-left: 10px;
		box-sizing: border-box;
		padding-bottom: 2px;
		border-radius: 5px;
		letter-spacing: 0;
	}
	.main .content .howwork .fbox .info ol li .title span {
		display: block;
		width: 26px;
		height: 26px;
		font-size: 14px;
		line-height: 1em;ぃ
		n: Lin;
		text-align: center;
		background: #fff;
		border-radius: 100px;
		box-sizing: border-box;
		padding: 6px 0 0 5px;
		color: #000;
		margin: 1px 7px 0 -16px;
	}
	.main .content .howwork .fbox .info ol li .text {
		font-size: 9px;
		line-height: 1.5em;
		margin: 8px 0 0px 4px;
	}
	.main .content .howwork .specialist {
		width: 92%;
		margin: 25px auto 0 auto;
	}
	.main .content .howwork .specialist .title {
		font-size: 13px;
		border-bottom: 2px solid #000;
		line-height: 1.5em;
		padding-bottom: 2px;
	}
	.main .content .howwork .specialist .fbox {
		display: block;
		margin: 15px 30px 0 30px;
	}
	.main .content .howwork .specialist .fbox ul {
		width: auto;
		font-size: 10px;
	}
	.main .content .howwork .specialist .fbox ul li {
		border-bottom: 1px solid #bbbbbb;
		padding: 0;
	ぃ
		n: １;
		line-height: 1.8em;
	}
	.main .content .howwork .specialist .fbox ul li + li {margin-top: 0;}
	.main .content .howwork .specialist .fbox ul li span {
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		line-height: 1em;
	}
	.main .content .sec {
		
	}
	.main .content .sec .hbox {
		display: flex;
		border-bottom: 4px solid #d16c15;
	}
	.main .content .sec .hbox h2 {
		width: 50%;
		background: #251e1c;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
		color: #fff;
		font-weight: 900;
	}
	.main .content .sec .hbox .img {width: 50%;}
	.main .content .sec .hbox .img img {
		object-fit: cover;
		width: 100%;
		height: 90px;
	}
	.main .content .sec > .inner {
		padding: 20px 0 30px 0;
	}
	.main .content .sec .liststyle {
		max-width: 1080px;
		margin: 0 auto;
		width: 90%;
	}
	.main .content .sec .liststyle li {
		display: flex;
		border: 1px solid #251e1c;
		border-radius: 5px;
		overflow: hidden;
	}
	.main .content .sec .liststyle li + li {margin-top: 2vw;}
	.main .content .sec .liststyle li .title {
		display: flex;
		align-items: center;
		font-size: 2vw;
		box-sizing: border-box;
		width: 39%;
		background: #251e1c;
		color: #fff;
		line-height: 1.5em;
	}
	.main .content .sec .liststyle li .title span {
		color: #251e1c;
		background: #fff;
		display: flex;
		align-items: center;
		font-size: 3vw;
		box-sizing: border-box;
		padding: 0 0 1px 2px;
		width: 3.5vw;
		justify-content: center;
		margin-right: 2vw;
		height: 100%;
	}
	.main .content .sec .liststyle li .text {
		width: 61%;
		font-size: 1.9vw;
		line-height: 1.5em;
		box-sizing: border-box;
		padding: 1.5vw 2vw;
	}
	.main .content .sec.style .hbox {
		flex-direction: row-reverse;
	}
	.main .content .sec.style .liststyle li {
		background: #251e1c;
		color: #fff;
	}
	.main .content .sec.style .liststyle li .title {
		background: #fff;
		color: #251e1c;
	}
	.main .content .sec.style .liststyle li .title span {
		color: #fff;
		background: #251e1c;
	}
	.main .content .profile {background: #000;padding: 20px 0 30px 0;}
	.main .content .profile > .inner {
		color: #fff;
		max-width: 1200px;
		margin: 0 auto;
		width: 90%;
		position: relative;
	}
	.main .content .profile h2 {
		font-weight: 900;
		font-size: 12.5px;
		border-bottom: 2px solid #d16b15;
		padding: 2px 0;
	}
	.main .content .profile .img {
		position: absolute;
		right: 0;
		top: 1px;
		width: 120px;
		/* height: 111px; */
		left: auto;
	}
	.main .content .profile .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	}
	.main .content .profile .fbox {
		display: block;
	}
	.main .content .profile .fbox .box {width: auto;padding-top: 15px;}
	.main .content .profile .fbox .box + .box {width: auto;padding-top: 15px;}
	.main .content .profile .fbox .box .name {
		font-size: 12px;
	}
	.main .content .profile .fbox .box .text {
		font-size: 9.5px;
		line-height: 1.8em;
		font-weight: 500;
	}
}