/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	font-size: 1rem;
	line-height: 2rem;
}
h1 {
	font-size: 1.5rem;
	line-height: 2.25rem;
}
h2 {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.25rem;
}
h4,
h5,
h6 {
	font-size: 1rem;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input:where([type=text], [type=email], [type=number], [type=password], [type=search], [type=button], [type=submit]),
button,
textarea,
select {
	font-size: 1rem;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.small {
	display: inline;
}
br.large {
	display: none;
}
img.small {
	display: block;
}
img.large {
	display: none;
}
span.no-large {
	display: inline;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

p.blob-type-01.blob-size-01,
p.blob-type-01.blob-size-02,
p.blob-type-01.blob-size-03 {
	width: 200px;
}
p.blob-type-02.blob-size-01,
p.blob-type-02.blob-size-02,
p.blob-type-02.blob-size-03,
p.blob-type-03.blob-size-01,
p.blob-type-03.blob-size-02,
p.blob-type-03.blob-size-03 {
	width: 350px;
}
p.tel-headline span.arrow {
	width: 35px;
	font-size: 1rem;
	margin-right: 15px;
}
p.tel-headline span.sub {
	font-size: 1.375rem;
	margin-right: 4px;
	transform: translateY(2px);
}
p.tel-headline span.main {
	font-size: 1.875rem;
}
div.grecaptcha-badge {
	bottom: 100px !important;
}



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

header#header *#logo {
	left: 30px;
	top: 30px;
	z-index: 20;
}
body.admin-bar header#header *#logo {
	top: 30px;
}
header#header *#logo svg {
	width: calc(250px * 0.875);
}
header#header :where(p#button-menu, div#menu) {
	position: fixed;
}
header#header p#button-menu {
	width: 50px;
	height: 50px;
	right: 15px;
	top: 15px;
	z-index: 30;
	cursor: pointer;
	border-radius: 50%;
	transition: 0.375s background-color ease;
}
div.menu-header header#header p#button-menu {
	background-color: #ffffff;
}
header#header p#button-menu i {
	display: block;
	position: absolute;
	width: 28px;
	height: 0px;
	left: calc(50% - 14px);
	top: calc(50% - 1px);
	border-bottom: 2px solid #000000;
	transition: 0.375s all ease;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-8px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(8px);
}
div.menu-header header#header p#button-menu i:nth-child(-n+3) {
	width: 0px;
	left: 50%;
	opacity: 0;
	transform: translateY(0px);
}
div.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(45deg);
}
div.menu-header header#header p#button-menu i:nth-child(5) {
	transform: rotate(-45deg);
}
header#header div#menu {
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 10;
	background-color: #e1ebe7;
	transform: translateX(100%);
	transition: 0.375s transform ease;
	-webkit-overflow-scrolling: touch;
}
div.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu::-webkit-scrollbar {
	display: none;
}
header#header div#menu div.inner-menu {
	padding: 120px 30px 40px 30px;
}
header#header div#menu nav#navi,
header#header div#menu nav#navi ul {
	display: block;
}
header#header div#menu nav#navi {
	position: static;
	right: auto;
	top: auto;
	margin-bottom: 40px;
}
body.admin-bar header#header div#menu nav#navi {
	top: auto;
}
header#header div#menu nav#navi ul,
header#header div#menu nav#navi ul li:not(:last-child) {
	margin-right: 0px;
}
header#header div#menu nav#navi ul {
	margin-bottom: 40px;
}
header#header div#menu nav#navi ul li {
	border-bottom: 1px solid #ffffff;
}
header#header div#menu nav#navi ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 80px;
	padding: 0px 65px 0px 20px;
	transition: 0.375s color ease;
}
header#header div#menu nav#navi ul li a:hover {
	color: #1bbf6d;
}
header#header div#menu nav#navi ul li a::before {
	display: none;
}
header#header div#menu nav#navi ul li span.main,
header#header div#menu nav#navi p.button-contact span.main {
	text-transform: none;
	font-family: "Rockwell", sans-serif;
	font-size: 1.25rem;
	margin-right: 20px;
}
header#header div#menu nav#navi ul li span.main {
	transform: translateY(-1px);
}
header#header div#menu nav#navi ul li span.sub,
header#header div#menu nav#navi p.button-contact span.sub {
	display: block;
	font-size: 0.875rem;
}
header#header div#menu nav#navi ul li span.arrow,
header#header div#menu nav#navi p.button-contact span.arrow {
	display: flex;
	position: absolute;
	right: 20px;
	top: calc(50% - 12.5px);
}
header#header div#menu nav#navi ul li span.arrow {
}
header#header div#menu nav#navi p.button-contact a {
	position: relative;
	width: 100%;
	height: 60px;
	color: #1bbf6d;
	background-color: #ffffff;
	border-radius: 10px;
}
header#header div#menu nav#navi p.button-contact a:hover span.arrow {
	color: #1bbf6d;
	background-color: #ffffff;
	transition: 0.375s color ease, 0.375s background-color ease;
}
header#header div#menu p.tel-headline {
	display: block;
}

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

body.home div.scroll header#header div#menu nav#navi p.button-contact a {
	background-color: #ffffff;
}
body.home header#header div#menu nav#navi p.button-contact a:hover,
body.home div.scroll header#header div#menu nav#navi p.button-contact a:hover {
	color: #ffffff;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover {
	min-height: 640px;
}
body.admin-bar div#cover {
	height: 100lvh;
}
div#cover p.blob-01 {
	width: 250px;
	left: calc(50% - 300px);
	top: calc(50% - 500px);
}
div#cover p.blob-02 {
	left: calc(50% - 650px);
	top: calc(50% - 250px);
}
div#cover p.blob-03 {
	right: calc(50% - 450px);
	top: calc(50% - 100px);
}
div#cover p.blob-04 {
	width: 250px;
	left: calc(50% - 250px);
	top: auto;
	bottom: -50px;
}
div#cover p.blob-05 {
	right: calc(50% - 550px);
	top: calc(50% - 350px);
}
div#cover div.illust p:where(.row-01, .row-10, .row-11) {
	top: calc(50% - 160px);
	z-index: 2;
}
div#cover div.illust p:where(.row-02, .row-03, .row-04) {
	top: calc(50% - 360px);
	z-index: 0;
}
div#cover div.illust p.row-01 {
	width: calc(110px * 0.75);
	left: calc(50% - 180px);
	transition-delay: calc(calc(0.125s * 4) + 0.375s) !important;
}
div#cover div.illust p.row-02 {
	width: calc(190px * 0.75);
	left: calc(50% - 80px);
	transition-delay: calc(calc(0.125s * 1) + 0.375s) !important;
}
div#cover div.illust p.row-03 {
	width: calc(165px * 0.75);
	left: calc(50% + 50px);
	transition-delay: calc(calc(0.125s * 2) + 0.375s) !important;
}
div#cover div.illust p.row-04 {
	width: calc(210px * 0.75);
	left: calc(50% - 180px);
	transition-delay: calc(calc(0.125s * 0) + 0.375s) !important;
}
div#cover div.illust p:where(.row-05, .row-07, .row-09) {
	display: none;
}	
div#cover div.illust p:where(.row-06, .row-12) {
	top: calc(50% - 40px);
}
div#cover div.illust p.row-06 {
	width: calc(235px * 0.75);
	left: calc(50% - 160px);
	z-index: 4;
	transition-delay: calc(calc(0.125s * 7) + 0.375s) !important;
}
div#cover div.illust p.row-08 {
	width: calc(240px * 0.75);
	left: calc(50% - 60px);
	top: calc(50% - 280px);
	transition-delay: calc(calc(0.125s * 3) + 0.375s) !important;
}
div#cover div.illust p.row-10 {
	width: calc(175px * 0.75);
	left: calc(50% + 50px);
	transition-delay: calc(calc(0.125s * 6) + 0.375s) !important;
}
div#cover div.illust p.row-11 {
	width: calc(165px * 0.75);
	left: calc(50% - 80px);
	transition-delay: calc(calc(0.125s * 5) + 0.375s) !important;
}
div#cover div.illust p.row-12 {
	width: calc(250px * 0.75);
	left: calc(50% - 10px);
	z-index: 3;
	transition-delay: calc(calc(0.125s * 8) + 0.375s) !important;
}
div#cover div.text {
	left: 30px;
	bottom: 40px;
	z-index: 5;
}
div#cover div.text h2 {
	font-size: 2.75rem;
	line-height: 2.75rem;
	margin-bottom: 10px;
}
div#cover div.text p.sub {
	font-size: 1.5rem;
}
div#cover p.button-scroll {
	right: 10px;
	top: calc(50% - 90px);
	bottom: auto;
}
div#cover p.button-scroll a {
	padding-bottom: 70px;
}
div#cover p.button-scroll span.line {
	height: 60px;
}



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

div#title {
	padding-top: 120px;
}
div#title:has(p:where(.image, .illust)) {
	height: auto;
	padding-top: 80px;
}
div#title p:where(.image, .illust) {
	position: static;
}
div#title p.image {
	aspect-ratio: auto;
	width: auto;
	height: 400px;
	left: auto;
	top: auto;
	margin-bottom: 60px;
}
div#title p.image img {
	object-fit: cover;
	object-position: 25% center;
	width: 100%;
	height: 100%;
}
div#title p.illust {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	height: 480px;
	margin: 0px auto 40px auto;
}
div#title div.text {
	width: auto;
	margin: 0px auto;
	padding: 0px 30px;
}
div#title div.text h1 {
	font-size: 2.75rem;
	line-height: 2.75rem;
}
div#title div.text div.list-category ul li {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
div#title div.text div.list-category ul li:not(:last-child) {
	margin-right: 25px;
}
body.news div#title p.blob-01 {
	left: auto;
	right: -50px;
	top: -50px;
}
body.news div#title p.blob-01 svg path {
	fill: #ffd139;
}
body.news div#title p.blob-02 {
	left: -100px;
	top: 100px;
}
body.news div#title p.blob-02 svg path {
	fill: #fff034;
}
body.news div#title p.blob-03 {
	display: none;
}
body.about div#title p.blob-01 {
	right: -50px;
	top: 700px;
}
body.about div#title p.blob-02 {
	width: 250px;
	left: -50px;
	top: 450px;
}
body.about div#title p.blob-03 {
	width: 150px;
	left: auto;
	right: -50px;
	top: 450px;
}
body.about div#title p.blob-04 {
	right: calc(50% - 850px);
	top: 800px;
}
body.our-group div#title p.blob-01 {
	left: auto;
	right: -50px;
	top: 350px;
}
body.our-group div#title p.blob-02 {
	width: 250px;
	left: -100px;
	right: auto;
	top: 450px;
}
body.our-group div#title p.blob-03 {
	left: -50px;
	top: 100px;
}
body.our-group div#title p.blob-04 {
	width: 150px;
	right: -50px;
	top: 650px;
}
body.our-group div#title p.blob-04 svg path {
	fill: #fff034;
}
body.our-group div#title p.illust {
	width: calc(457px * 0.75);
	left: auto;
	top: auto;
}
body:where(.athlete, .artisan) div#title p.blob-01 {
	left: -100px;
	top: 500px;
}
body:where(.athlete, .artisan) div#title p.blob-02 {
	right: -50px;
	top: 400px;
}
body:where(.athlete, .artisan) div#title p.blob-03 {
	width: 150px;
	left: auto;
	right: -50px;
	top: 750px;
}
body:where(.athlete, .artisan) div#title p.blob-03 svg path {
	fill: #fff034;
}
body:where(.athlete, .artisan) div#title p.blob-04 {
	width: 250px;
	left: -50px;
	top: 100px;
}
body.athlete div#title p.illust {
	width: calc(423px * 0.75);
	left: auto;
	top: auto;
}
body.artisan div#title p.illust {
	width: calc(472px * 0.75);
	left: auto;
	top: auto;
}
body.contact div#title p.blob-01 {
	width: 250px;
	left: -100px;
	right: auto;
	top: 100px;
}
body.contact div#title p.blob-01 svg path {
	fill: #fff034;
}
body.contact div#title p.blob-02 {
	display: none;
	width: 250px;
	left: auto;
	right: -100px;
	top: 250px;
}
body.contact div#title p.blob-03 {
	right: -100px;
	top: 100px;
}
body.contact div#title p.blob-03 svg path {
	fill: #ffd139;
}
body.contact div#title div.text {
	text-align: justify;
}
body.contact div#title div.text p.tel-headline a {
	justify-content: flex-start;
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main section div.inner-section {
	width: auto;
	padding: 80px 30px;
}
main section:last-child div.inner-section {
	padding-bottom: 160px;
}
main section.arch::before,
main section.arch::after {
	height: 40px;
}
main section.arch::before {
	top: -39.5px;
}
main section.arch::after {
	bottom: -39.5px;
}
main section:has(+ section.arch) div.inner-section {
	padding-bottom: 120px;
}
main section.arch + section div.inner-section {
	padding-top: 120px;
}
main div.frame {
	padding: 40px 30px;
}
main div.diagram-group div.list {
	position: relative;
	aspect-ratio: 360 / 350;
	width: 360px;
	height: 100%;
	transform: translateY(10px);
}
main div.diagram-group div.list::before {
	width: 305px;
	left: calc(50% - 152.5px);
	top: calc(50% - 152.5px);
}
main div.diagram-group div.list p.line {
	display: none;
}
main div.diagram-group div.list div.row {
	width: 130px;
	left: calc(50% - 65px);
	top: calc(50% - 65px);
}
main div.diagram-group div.list div.row-center {
	width: 140px;
	left: calc(50% - 70px);
	top: calc(50% - 70px);
	z-index: 5;
}
main div.diagram-group div.list div.row-center a {
	border: 5px solid #ffffff;
}
main div.diagram-group div.list div.row-center h3 {
	font-size: 1.375rem;
	line-height: 1.5rem;
}
main div.diagram-group div.list div.row-company h4 {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
main div.diagram-group div.list div.row-company-01 {
	transform: translate(0px, calc(-210px* 0.575));
}
main div.diagram-group div.list div.row-company-02 {
	transform: translate(calc(199.72px* 0.575), calc(-64.89px* 0.575));
}
main div.diagram-group div.list div.row-company-03 {
	transform: translate(calc(123.43px* 0.575), calc(169.89px* 0.575));
}
main div.diagram-group div.list div.row-company-04 {
	transform: translate(calc(-123.43px* 0.575), calc(169.89px* 0.575));
}
main div.diagram-group div.list div.row-company-05 {
	transform: translate(calc(-199.72px* 0.575), calc(-64.89px* 0.575));
}
main ul.bullet li::before,
main article.common div.body ul li::before {
	top: 13px;
}
main div#pager {
	margin-top: 60px;
}

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

main section#home-news div.inner-section {
	padding-left: 30px;
}
main section#home-news header,
main section#home-news p.button-default {
	position: static;
	left: auto;
}
main section#home-news header {
	top: auto;
	margin-bottom: 40px;
}
main section#home-news div.list-news {
	margin-bottom: 40px;
}
main section#home-news p.button-default {
	bottom: auto;
}
main section#home-about div.illust-text {
	display: block;
	margin-bottom: 40px;
	padding-left: 0px;
}
main section#home-about div.illust-text p.illust {
	width: calc(501px * 0.625);
	margin: 0px auto 40px auto;
}
main section#home-about div.illust-text p.illust img {
	margin-left: 10px;
}
main section#home-about div.illust-text div.text {
	width: auto;
}
main section#home-about div.illust-text div.text h2 {
	font-size: 3.125rem;
	line-height: 3.125rem;
}
main section#home-about div.illust-text div.text p.sub {
	font-size: 1.25rem;
}
main section#home-about div.menu {
	padding: 20px 20px 40px 20px;
}
main section#home-about div.menu p.label span:not(:last-child) {
	margin-right: 10px;
}
main section#home-about div.menu p.label span.main {
	font-size: 1.5rem;
}
main section#home-about div.menu p.label span.sub {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
main section#home-about div.menu div.image-text {
	display: block;
}
main section#home-about div.menu div.image-text p.image {
	aspect-ratio: 1;
	width: auto;
	margin-bottom: 20px;
}
main section#home-about div.menu div.image-text p.image img {
	object-position: center;
}
main section#home-about div.menu div.image-text div.text {
	width: auto;
	padding: 0px;
}
main section#home-about div.menu div.image-text div.text ul li a {
	display: block;
	height: auto;
	padding: 20px 35px 20px 10px;
}
main section#home-about div.menu div.image-text div.text ul li span.number {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-right: 0px;
	transform: translateY(0px);
}
main section#home-about div.menu div.image-text div.text ul li span.main {
	font-size: 1.75rem;
	margin-right: 0px;
}
main section#home-about div.menu div.image-text div.text ul li span.sub {
	position: absolute;
	left: 35px;
	top: 23px;
	font-size: 0.75rem;
	line-height: 1.25rem;
	transform: translateY(0px);
}
main section#home-misc div.inner-section {
	padding-left: 0px;
	padding-right: 0px;
}
main section#home-misc p.blob-01 {
	right: -100px;
	top: 200px;
}
main section#home-misc p.blob-01 svg path {
	fill: #9fde69;
}
main section#home-misc p.blob-02 {
	width: 250px;
	left: -100px;
	top: 50px;
}
main section#home-misc p.blob-03 {
	right: -100px;
	top: calc(50% - 300px);
}
main section#home-misc p.blob-04 {
	left: -100px;
	top: calc(50% + 350px);
}
main section#home-misc p.blob-05 {
	right: -50px;
	bottom: -50px;
}
main section#home-misc div.inner-section {
	display: block;
}
main section#home-misc div.block h2 {
	font-size: 2.75rem;
	line-height: 2.75rem;
}
main section#home-misc div.block:not(:last-child) {
	margin-bottom: 80px;
}
main section#home-misc div.block-our-group {
	margin-bottom: 80px;
}
main section#home-misc div.block-our-group div.diagram-group-text {
	display: block;
	margin-bottom: 40px;
}
main section#home-misc div.block-our-group div.diagram-group-text div.text {
	width: auto;
	padding: 0px 30px;
}
main section#home-misc div.block-our-group div.diagram-group-text div.diagram-group {
	width: 360px;
	margin: 0px auto;
}
main section#home-misc div.block-our-group div.text p.button-default {
	display: none;
}
main section#home-misc div.block-our-group p.button-small {
	display: flex;
}
main section#home-misc div:where(.block-athlete, .block-artisan) {
	width: auto;
}
main section#home-misc div.block-athlete p.illust img {
	width: calc(423px * 0.625);
}
main section#home-misc div.block-artisan p.illust img {
	width: calc(472px * 0.625);
}

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

main div.created-category {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
main div.created-category p.created {
	width: 100px;
}
main div.created-category div.category {
	width: calc(100% - 100px);
}
main div.list-news div.row:not(:last-child) {
	margin-bottom: 40px;
}
main div.list-news div.row h3 {
	font-size: 1.125rem;
	transition: 0.375s color ease;
}
main div.list-news div.row h3 span.arrow {
	top: auto;
	bottom: 3.5px;
}
main article.news header h1 {
	font-size: 1.25rem;
	line-height: 2.5rem;
}
main section#news div.blob-wrapper p.blob {
	display: block;
}
main section#news div.blob-wrapper p.blob-01 {
	right: -100px;
	top: calc(200px + calc(300px * 0));
}
main section#news div.blob-wrapper p.blob-02 {
	left: -100px;
	top: calc(200px + calc(300px * 1));
}
main section#news div.blob-wrapper p.blob-03 {
	right: -100px;
	top: calc(200px + calc(300px * 2));
}
main section#news div.blob-wrapper p.blob-04 {
	left: -100px;
	top: calc(200px + calc(300px * 3));
	bottom: auto;
}
main section#news div.blob-wrapper p.blob-05 {
	right: -100px;
	top: calc(200px + calc(300px * 4));
}
main section#news div.blob-wrapper p.blob-06 {
	left: -100px;
	top: calc(200px + calc(300px * 5));
}
main section#news div.blob-wrapper p.blob-07 {
	right: -100px;
	top: calc(200px + calc(300px * 6));
}
main section#news div.blob-wrapper p.blob-08 {
	left: -100px;
	top: calc(200px + calc(300px * 7));
	bottom: auto;
}

/* about
-------------------------------------------------------------------------------- */

main section:where(#philosophy, #message, #group, #history) header {
	margin-bottom: 40px;
}
main section:where(#philosophy, #message, #group, #history) header h2 {
	display: block;
	position: relative;
}
main section:where(#philosophy, #message, #group, #history) header h2 span:not(:last-child) {
	margin-right: 0px;
}
main section:where(#philosophy, #message, #group, #history) header h2 span.number {
	font-size: 1.875rem;
}
main section:where(#philosophy, #message, #group, #history) header h2 span.main {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
main section:where(#philosophy, #message, #group, #history) header h2 span.sub {
	position: absolute;
	left: 45px;
	top: 0px;
	font-size: 1rem;
	transform: translateY(0px);
}
:where(h3, h4).headline {
	padding-left: 25px;
	font-size: 1.875rem;
	line-height: 2.5rem;
	margin-bottom: 30px;
}
:where(h3, h4).headline::before {
	width: 12px;
	top: 15px;
}
main section#philosophy div.blob-wrapper {
	display: block;
}
main section#philosophy p.blob-01 {
	width: 150px;
	right: -50px;
	top: 800px;
}
main section#philosophy p.blob-02 {
	left: -100px;
	top: 1300px;
}
main section#philosophy p.blob-03 {
	left: -100px;
	top: 2350px;
}
main section#philosophy header p.illust {
	display: block;
	width: calc(501px * 0.625);
	margin: 0px auto 40px auto;
}
main section#philosophy header p.illust img {
	width: 100%;
	margin-left: 10px;
}
main section#philosophy div.block:not(:last-child) {
	margin-bottom: 80px;
}
main section#philosophy div.block-trust-and-harmony p.illust {
	display: none;
}
main section#philosophy div.block-trust-and-harmony :where(h3:not(.headline), p.description) {
	margin-bottom: 40px;
}
main section#philosophy div.block-trust-and-harmony h3:not(.headline) {
	display: block;
}
main section#philosophy div.block-trust-and-harmony h3:not(.headline) span.main {
	font-size: 3.125rem;
	line-height: 3.125rem;
	margin: 0px 0px 10px 0px;
}
main section#philosophy div.block-trust-and-harmony h3:not(.headline) span.sub,
main section#philosophy div.block-trust-and-harmony div.list div.row div.text p.sub {
	font-size: 1.25rem;
}
main section#philosophy div.block-trust-and-harmony p.description {
	line-height: 2.25rem;
}
main section#philosophy div.block-trust-and-harmony div.list div.row {
	display: block;
	text-align: center;
}
main section#philosophy div.block-trust-and-harmony div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section#philosophy div.block-trust-and-harmony div.list div.row p.icon {
	margin: 0px auto 10px auto;
}
main section#philosophy div.block-trust-and-harmony div.list div.row div.text {
	width: auto;
}
main section#philosophy div.block-trust-and-harmony div.list div.row div.text h5 {
	font-size: 1.875rem;
	line-height: 2.5rem;
}
main section#philosophy div.block-guideline div.list {
	display: block;
	margin-right: 0px;
}
main section#philosophy div.block-guideline div.list div.row {
	width: auto;
	margin-right: 0px;
}
main section#philosophy div.block-guideline div.list div.row:not(:last-child) {
	margin-bottom: 20px;
}
main section#message div.inner-section {
	width: auto;
}
main section#message :where(p.description, ul):not(:last-child) {
	margin-bottom: 40px;
}
main section#message p.description {
	line-height: 2.25rem;
}
main section#message ul li span {
	padding-left: 20px;
}
main section#message ul li span.sub {
	font-size: 1.5rem;
	line-height: 2rem;
}
main section#message ul li span.sub::before {
	width: 12px;
	top: 12px;
}
main section#message ul li span.sub i {
	font-size: 1rem;
}
main section#message ul li span.main {
	font-size: 1.75rem;
	line-height: 2.375rem;
}
main section#group p.blob-01 {
	left: -100px;
	top: 150px;
}
main section#group p.blob-02 {
	left: -100px;
	right: auto;
	top: 600px;
}
main section#group p.blob-02 svg path {
	fill: #fff034;
}
main section#group p.blob-03 {
	right: -100px;
	top: 500px;
}
main section#group p.blob-04 {
	width: 250px;
	left: -100px;
	bottom: -200px;
}
main section#group div.block div.text {
	margin-bottom: 60px;
}
main section#group div.block div.text div.list-outline {
	margin-bottom: 80px;
}
main section#group div.block div.text div.list-outline::before {
	left: 100px;
}
main section#group div.block div.text div.list-outline div.row {
	margin-right: -30px;
}
main section#group div.block div.text div.list-outline div.row p.label {
	width: 120px;
}
main section#group div.block div.text div.list-outline div.row p.body {
	width: calc(100% - 120px);
}
main section#group div.block div.diagram-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: static;
	right: auto;
	top: auto;
	margin: 0px auto;
}
main section#group div.block div.diagram-group.fixed {
	position: static;
	right: auto;
	top: auto;
}
main section#group div.block div.diagram-group.bottom {
	bottom: auto;
}
main section#history p.blob:not(.blob-01, .blob-01, .blob-01, .blob-01, .blob-05) {
	display: block;
}
main section#history div.blob-wrapper p.blob-01 {
	right: -100px;
	top: calc(200px + calc(300px * 0));
}
main section#history div.blob-wrapper p.blob-02 {
	left: -100px;
	right: auto;
	top: calc(200px + calc(300px * 1));
}
main section#history div.blob-wrapper p.blob-03 {
	left: auto;
	right: -100px;
	top: calc(200px + calc(300px * 2));
}
main section#history div.blob-wrapper p.blob-04 {
	left: -100px;
	top: calc(200px + calc(300px * 3));
	bottom: auto;
}
main section#history div.blob-wrapper p.blob-05 {
	right: -100px;
	top: calc(200px + calc(300px * 4));
}
main section#history div.blob-wrapper p.blob-06 {
	left: -100px;
	top: calc(200px + calc(300px * 5));
}
main section#history div.blob-wrapper p.blob-07 {
	right: -100px;
	top: calc(200px + calc(300px * 6));
}
main section#history div.blob-wrapper p.blob-08 {
	left: -100px;
	top: calc(200px + calc(300px * 7));
	bottom: auto;
}
main section#history div.blob-wrapper p.blob-09 {
	right: -100px;
	top: calc(200px + calc(300px * 8));
}
main section#history div.blob-wrapper p.blob-10 {
	left: -100px;
	top: calc(200px + calc(300px * 9));
}
main section#history div.blob-wrapper p.blob-11 {
	right: -100px;
	top: calc(200px + calc(300px * 10));
}
main section#history div.blob-wrapper p.blob-12 {
	left: -100px;
	top: calc(200px + calc(300px * 11));
	bottom: auto;
}
main section#history div.blob-wrapper p.blob-13 {
	right: -100px;
	top: calc(200px + calc(300px * 12));
}
main section#history div.blob-wrapper p.blob-14 {
	left: -100px;
	top: calc(200px + calc(300px * 13));
}
main section#history div.blob-wrapper p.blob-15 {
	right: -100px;
	top: calc(200px + calc(300px * 14));
}
main section#history div.blob-wrapper p.blob-16 {
	left: -100px;
	top: calc(200px + calc(300px * 15));
	bottom: auto;
}
main section#history div.blob-wrapper p.blob-17 {
	right: -100px;
	top: calc(200px + calc(300px * 16));
}
main section#history div.blob-wrapper p.blob-18 {
	left: -100px;
	top: calc(200px + calc(300px * 17));
	bottom: auto;
}
main section#history h2 {
	margin-bottom: 60px;
}
main section#history div.list div.row {
	line-height: 1.5rem;
}
main section#history div.list div.row:not(:last-child)::before {
	height: calc(100% - 10px);
	left: 95.5px;
	top: 20px;
}
main section#history div.list div.row::after {
	width: 12px;
	left: 90px;
	border-width: 3px;
}
main section#history div.list div.row p.label {
	width: 120px;
	font-size: 2rem;
}
main section#history div.list div.row p:where(.year-month, .body) {
	font-size: 1rem;
}
main section#history div.list div.row p.year-month {
	width: calc(100% - 120px);
	margin-bottom: 5px;
}
main section#history div.list div.row p.year-month span.year {
	width: 65px;
}
main section#history div.list div.row p.year-month span.month {
	width: 40px;
}
main section#history div.list div.row p.body {
	width: 100%;
	padding-left: 120px;
}

/* our-group
-------------------------------------------------------------------------------- */

main section#our-group div.block {
	padding-top: 0px;
}
main section#our-group div.block:not(:last-child) {
	margin-bottom: 80px;
}
main section#our-group div.block div.illust-header {
	display: block;
}
main section#our-group div.block div.illust-header:not(:last-child) {
	margin-bottom: 40px;
}
main section#our-group div.block div.illust-header p.illust {
	margin: 0px auto 40px auto;
}
main section#our-group div.block-01 div.illust-header p.illust {
	width: calc(574px * 0.625);
	margin-left: auto;
}
main section#our-group div.block-01 div.illust-header p.illust img {
	margin-left: -20px;
}
main section#our-group div.block-02 div.illust-header p.illust {
	width: calc(556px * 0.625);
}
main section#our-group div.block-03 div.illust-header p.illust {
	width: calc(345px * 0.625);
}
main section#our-group div.block-03 div.illust-header p.illust img {
	margin-left: auto;
}
main section#our-group div.block-04 div.illust-header p.illust {
	width: calc(239px * 0.625);
}
main section#our-group div.block-04 div.illust-header p.illust img {
	margin-left: auto;
}
main section#our-group div.block-05 div.illust-header p.illust {
	width: calc(374px * 0.625);
}
main section#our-group div.block-05 div.illust-header p.illust img {
	margin-left: auto;
}
main section#our-group div.block div.illust-header div.header {
	position: relative;
	width: auto;
}
main section#our-group div.block div.illust-header div.header p.number {
	top: -35px;
	font-size: 6.25rem;
	line-height: 6.25rem;
}
main section#our-group div.block div.illust-header div.header p.label {
	margin-bottom: 30px;
}
main section#our-group div.block div.illust-header div.header :where(h2, p.business) {
	margin-bottom: 20px;
}
main section#our-group div.block div.illust-header div.header h2 {
	font-size: 2.25rem;
	line-height: 2.75rem;
}
main section#our-group div.block div.illust-header div.header p.business {
	font-size: 1rem;
	line-height: 1.75rem;
}
main section#our-group div.block div.illust-header div.header h3 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	padding-left: 20px;
}
main section#our-group div.block div.illust-header div.header h3::before {
	height: calc(100% - 16px);
	top: 8px;
}
main section#our-group div.block div.frame {
	margin: 0px -30px 0px -30px;
	border-radius: 0px;
}
main section#our-group div.block div.frame div.list {
	margin-bottom: 40px;
}
main section#our-group div.block div.frame div.list div.row h4 span.main {
	width: calc(100% - 65px);
	font-size: 1.5rem;
	line-height: 2rem;
	padding-top: 10px;
}
main section#our-group div.block div.frame div.list div.row p.description {
	padding-left: 65px;
}
main section#our-group div.block div.frame div.button-wrapper {
	display: block;
}
main section#our-group div.block div.frame div.button-wrapper p.button-default:not(:last-child) {
	margin: 0px 0px 20px 0px;
}
main section#our-group div.block div.frame div.button-wrapper p.button-default a {
	width: 280px;
}

/* athlete
-------------------------------------------------------------------------------- */

main div.list-athlete article {
	padding: 20px 20px 40px 20px;
}
main div.list-athlete article:not(:last-child) {
	margin-bottom: 40px;
}
main div.list-athlete article div.image-text {
	display: block;
}
main div.list-athlete article div.image-text p.image {
	aspect-ratio: 1;
	width: auto;
	margin-bottom: 40px;
}
main div.list-athlete article div.image-text p.image img {
	object-position: center;
}
main div.list-athlete article div.image-text div.text {
	width: auto;
	padding: 0px;
}
main div.list-athlete article div.image-text div.text h2 {
	font-size: 2.25rem;
	margin-bottom: 30px;
}
main div.list-athlete article div.image-text div.text div.list div.row {
	margin-right: -20px;
}
main div.list-athlete article div.image-text div.text div.list div.row p.label {
	width: 90px;
}
main div.list-athlete article div.image-text div.text div.list div.row p.label::before {
	top: 7px;
}
main div.list-athlete article div.image-text div.text div.list div.row div.body {
	width: calc(100% - 110px);
}

/* artisan
-------------------------------------------------------------------------------- */

main section#artisan > div.blob-wrapper {
	display: none;
}
main section#artisan div.inner-section {
	width: auto;
}
main section#artisan div.list div.row,
main section#artisan div.list div.row :where(p.illust, div.text) {
	position: relative;
}
main section#artisan div.list div.row {
	display: block;
}
main section#artisan div.list div.row:not(:last-child) {
	margin-bottom: 160px;
}
main section#artisan div.list div.row div.blob-wrapper {
	display: block;
}
main section#artisan div.list div.row p.blob-01 {
	left: auto;
	right: -100px;
	top: 300px;
}
main section#artisan div.list div.row p.blob-02 {
	width: 250px;
	left: -150px;
	right: auto;
	top: 400px;
}
main section#artisan div.list div.row p.illust {
	margin: 0px auto 40px auto;
}
main section#artisan div.list div.row-01 p.illust {
	width: calc(240px * 0.75);
}
main section#artisan div.list div.row-02 p.illust {
	width: calc(181px * 0.75);
}
main section#artisan div.list div.row-03 p.illust {
	width: calc(186px * 0.75);
}
main section#artisan div.list div.row div.text {
	width: auto;
}
main section#artisan div.list div.row div.text h2 {
	font-size: 2.25rem;
	line-height: 2.25rem;
}
main section#artisan div.list div.row div.text p.sub {
	font-size: 1.25rem;
}
main section#artisan div.list div.row div.text p.description {
	margin-bottom: 40px;
}
main section#artisan div.list div.row:nth-child(2n+1) div.text p.button-default {
	justify-content: center;
}
main section#artisan div.list div.row:nth-child(2n) div.text p.button-default {
	justify-content: center;
}
main section#artisan div.list div.row div.text p.button-default a {
	width: 280px;
}

/* form
-------------------------------------------------------------------------------- */

main section.form h2 {
	margin-bottom: 60px;
}
main section.form div.component-wrapper {
	margin-bottom: 60px;
}
main section.form div.component p.label span.required {
	width: 40px;
	height: 20px;
	font-size: 0.75rem;
}
main section.form div.component-name-furigana div.body div.row {
	width: calc(50% - 10px);
}
div.confirm main section.form div.component-name-furigana div.body div.row {
	width: auto;
}
main section.form div.privacy-policy div.list {
	height: 320px;
}
main section.form div.privacy-policy div.list div.inner-list {
	padding: 20px;
}
main section.form div.privacy-policy div.list div.row:not(:last-child) {
	margin-bottom: 30px;
}
main section.form div.privacy-policy div.list div.row h4 {
	font-size: 1.25rem;
}
main section.form div.action {
	display: block;
}
main section.form div.action :where(input[type=text], input[type=email], button) {
	margin: 0px auto;
}
main section.form div.action :where(input[type=text], input[type=email], button):not(:last-child) {
	margin-bottom: 20px;
}
main section#contact div.inner-section {
	width: auto;
}



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

footer#footer {
	padding: 60px 30px 40px 30px;
	background-color: #1bbf6d;
}
footer#footer div#trigger-footer {
	top: 50px;
}
div.footer footer#footer p#button-page-top {
	top: -30px;
}
footer#footer p#button-page-top a {
	width: 60px;
}
footer#footer div.information-navi-footer {
	padding: 0px;
	background-color: transparent;
}
footer#footer div.information {
	width: auto;
	margin-bottom: 40px;
	padding-top: 0px;
}
footer#footer div.information h3 {
	margin-bottom: 30px;
}
footer#footer div.information h3 svg {
	width: calc(250px * 1.125);
}
footer#footer div.information div.address-tel-fax {
	display: block;
	margin-right: -30px;
}
footer#footer div.information div.address-tel-fax p:not(:last-child) {
	margin-right: 0px;
}
footer#footer nav#navi-footer {
	display: block;
	position: static;
	right: auto;
	top: auto;
}
footer#footer nav#navi-footer ul,
footer#footer nav#navi-footer ul li:not(:last-child) {
	margin-right: 0px;
}
footer#footer nav#navi-footer ul {
	margin-bottom: 20px;
	padding-top: 0px;
}
footer#footer nav#navi-footer ul li {
	line-height: 1.5rem;
	margin-bottom: 20px;
}
footer#footer nav#navi-footer ul li:where(.news, .about, .our-group) {
	width: calc(50% + 40px);
}
footer#footer nav#navi-footer ul li.news {
	order: 0;
}
footer#footer nav#navi-footer ul li.about {
	order: 2;
}
footer#footer nav#navi-footer ul li.our-group {
	order: 4;
}
footer#footer nav#navi-footer ul li:where(.athlete, .artisan) {
	width: calc(50% - 40px);
}
footer#footer nav#navi-footer ul li.athlete {
	order: 1;
}
footer#footer nav#navi-footer ul li.artisan {
	order: 3;
}
footer#footer nav#navi-footer ul li span.main,
footer#footer nav#navi-footer p.button-contact span.main {
	font-size: 1.25rem;
}
footer#footer nav#navi-footer ul li span.sub,
footer#footer nav#navi-footer p.button-contact span.sub {
	font-size: 0.875rem;
}
footer#footer nav#navi-footer p.button-contact a {
	width: 100%;
}
footer#footer div.group {
	margin-bottom: 40px;
}
footer#footer div.group ul {
	justify-content: space-between;
	margin: 0px 0px -10px 0px;
}
footer#footer div.group ul li {
	width: calc(50% - 5px);
	margin: 0px 0px 10px 0px;
}
footer#footer div.group ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 60px;
	background-color: #ffffff;
	border-radius: 10px;
}
footer#footer div.group ul li:where(.quatroboom, .jerrys-popcorn) img {
	transform: translateY(calc(-5px * 0.875));
}
footer#footer div.group ul li.quatroboom img {
	width: calc(137px * 0.875);
}
footer#footer div.group ul li.murata-cars img {
	width: calc(133px * 0.875);
}
footer#footer div.group ul li.echizen-cc img {
	width: calc(146px * 0.875);
}
footer#footer div.group ul li.greenclub img {
	width: calc(146px * 0.875);
}
footer#footer div.group ul li.sutadonya img {
	width: calc(118px * 0.875);
}
footer#footer div.group ul li.hitohana img {
	width: calc(128px * 0.875);
}
footer#footer div.group ul li.jerrys-popcorn img {
	width: calc(124px * 0.875);
}
footer#footer p.copyright {
	position: static;
	right: auto;
	top: auto;
	text-align: center;
}
