@charset "utf-8";
/*
Theme Name: THREE
*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/*reset*/
/*******************************************************************/
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button;appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none;appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}img{width:auto;max-width:100%;height:auto;border-style:none;vertical-align:middle}i{vertical-align:middle}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none}i,em{font-style:normal}
html.has-scroll-smooth { overflow: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0;}
a { color: #222; text-decoration: none;}
@media only screen and (min-width: 769px){ a { transition: all .2s ease-out;}}
*:focus { outline: none;}


/*LAYOUT*/
/*******************************************************************/
html { font-size: 62.5%;}
body { -webkit-text-size-adjust: 100%; touch-action: manipulation; font-family: "Noto Sans JP", sans-serif; font-size: clamp(1.4rem,1.6vw,1.6rem); line-height: 1.2; word-break: normal; color: #222;}
#container { position: relative; width: 100%; overflow: clip;}
#container::before { content: ''; position: fixed; top: 84px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1000px; height: 400px; background: url(img/common/mark.png) center top no-repeat; background-size: 100% auto; z-index: -2;}
.home #container::before { top: 0; max-width: initial; height: 100%; background-image: url(img/top/bg.webp); background-size: cover;}
figure { margin: 0;}
i, time, .en { font-family: "Figtree", sans-serif;}


/*HEADER*/
/*******************************************************************/
#logo { position: absolute; z-index: 10;}
#logo a { display: flex; justify-content: center; align-items: center; width: 157px; height: 85px; background: #FFF; border-bottom-right-radius: 17px;}
#logo img { width: 130px;}
#nav li a { position: relative; padding: 4px 0; font-family: "Figtree", "Noto Sans JP", sans-serif; font-weight: 600;}
#nav li a::after, #nav a.alt::after { content: ''; display: block; position: absolute; bottom: 0; left: auto; right: 0; width: 0; height: 3px; background: linear-gradient(90deg,rgba(113, 206, 255, 1) 0%, rgba(120, 173, 255, 1) 33%, rgba(164, 120, 255, 1) 66%, rgba(215, 104, 255, 1) 100%); transition: .4s cubic-bezier(.165,.84,.44,1);}
#nav a.alt::after { width: 100%; left: 0; right: auto;}
@media screen and (min-width: 1001px) {
	#nav { position: fixed; top: 16px; right: 24px; display: flex; align-items: center; min-height: 56px; padding: 8px 32px; background: #FFF; border-radius: 40px; z-index: 100;}
	#nav ul { display: flex; align-items: center; gap: 4px 32px; white-space: nowrap;}
	#nav li a:hover::after { width: 100%; left: 0; right: auto;}
	#nav a.alt:hover { background: linear-gradient(135deg, #71ceff 0%, #78adff 33%, #a478ff 66%, #d768ff 100%); color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent;}
	#nav a.alt:hover::after { width: 0; left: auto; right: 0;}
	#open { display: none;}
}
@media only screen and (max-width: 1000px){
	#logo a { width: 104px; height: 50px; border-bottom-right-radius: 10px;}
	#logo img { width: 80px;}
	#nav { pointer-events: none; opacity: 0; position: fixed; top: 0; right: 0; transform: translateX(100%); display: flex; flex-direction: column; width: 280px; max-height: 100svh; padding: 64px 30px; background: #FFF; border-bottom-left-radius: 20px; overflow-y: auto; overscroll-behavior: contain; box-shadow: 0 3px 6px rgba(0,0,0,.16); z-index: 1000; transition: .2s ease-out;}
	#nav li a { display: block; padding: 16px 0; border-bottom: 1px solid #CCC; font-size: 1.8rem;}
	#open { position: fixed; top: 0; right: 0; width: 50px; height: 50px; background: #FFF; border-bottom-left-radius: 10px; z-index: 5000; cursor: pointer; pointer-events: auto;}
	#open span { position: absolute; display: block; height: 2px; background: linear-gradient(90deg,rgba(121, 207, 254, 1) 0%, rgba(218, 106, 254, 1) 100%); border-radius: 2px; transition: .2s linear;}
	#open span:nth-child(1) { top: calc(50% - 5px); left: calc(50% - 15px); width: 30px;}
	#open span:nth-child(2) { top: calc(50% + 5px); left: 50%; width: 15px;}
	.open #open span:nth-child(1) { top: 50%; left: 50%; transform: translateX(-50%) rotate(135deg);}
	.open #open span:nth-child(2) { top: 50%; transform: translateX(-50%) rotate(-135deg); width: 30px;}
	.open #nav { pointer-events: auto; transform: translateY(0); opacity: 1;}
}


/*FOOTER*/
/*******************************************************************/
#footer { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 40px; width: 92%; max-width: 1000px; margin: 0 auto; padding-top: 160px;}
#footer::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 100vw; height: 100%; background: linear-gradient(0deg,rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%); z-index: -1;}
.home #footer::before { display: none;}
#footer figure { order: 1; margin-right: calc(70% - 50vw);}
#footer .contents { display: flex; flex-direction: column; gap: 32px; padding: 32px 0;}
#footer p { font-size: 1.2rem;}
#footer .title { margin-bottom: 0;}
#footer .title span { font-size: clamp(2rem,2.4vw,2.4rem); line-height: 1.4;}
#footer .wp-block-buttons { margin-top: 0 !important;}
#footer .wp-block-button a { min-width: 315px; font-size: 1.6rem; box-shadow: none;}
#copyright { font-size: 1.1rem;}
#floating { position: fixed; bottom: 24px; right: 16px; z-index: 100;}
#floating .wp-block-button a::before { content: ''; width: 26px; height: 25px; background: url(img/common/line.svg) center no-repeat;}
@media only screen and (max-width: 1000px){
	#footer { grid-template-columns: 1fr; padding-top: 56px; text-align: center;}
	#footer figure { margin: 0 calc(50% - 50vw);}
}


/*CONTENTS*/
/*******************************************************************/
article { position: relative; padding: 80px 0;}
section { opacity: 0; position: relative; width: 92%; max-width: 1000px; margin: 0 auto;}
section + section { margin-top: 80px;}
.tight { max-width: 680px;}
.narrow { max-width: 880px;}
.wide { max-width: 1280px;}
.full { width: auto; max-width: initial;}
h1 { font-size: clamp(2.8rem,3.2vw,3.2rem);}
h2 { font-size: clamp(2.8rem,3.2vw,3.2rem);}
h3 { font-size: clamp(2rem,2.4vw,2.4rem);}
h4 { font-size: clamp(1.5rem,1.7vw,1.7rem);}
h5 { font-size: clamp(1.4rem,1.6vw,1.6rem);}
.logo-title { position: relative; padding-top: 200px;}
#title { padding: 120px 4% 80px;}
.title { margin-bottom: 1em; text-align: center; line-height: 1;}
.title i { display: block; font-size: clamp(4.8rem,6vw,6rem); font-weight: 600; text-transform: uppercase;}
.title > *:first-child::after { content: ''; display: block; width: 110px; height: 3px; margin: 16px auto; background: linear-gradient(90deg,rgba(121, 207, 254, 1) 0%, rgba(218, 106, 254, 1) 100%);}
.title span { display: block; font-size: clamp(1.6rem,1.8vw,1.8rem); font-weight: 700;}
.subtitle { position: relative; display: flex; align-items: center; gap: 16px; white-space: nowrap;}
.subtitle::after { content: ''; display: block; width: 100%; height: 2px; background: linear-gradient(90deg,rgba(121, 207, 254, 1) 0%, rgba(218, 106, 254, 1) 100%);}
article * + h2, article * + h3, article * + h4, article * + h5, article * + ul, article * + ol, * + .wp-block-list, * + .wp-block-table , * + .wp-block-buttons, * + .wp-block-image, * + .wp-block-gallery { margin-top: 2em;}
article h2 + * { margin-top: 2em !important;}
article h3 + *, article h4 + *, article h5 + * { margin-top: 1em !important;}
article * + p { margin-top: 1em;}
figure { position: relative;}
figure > img { width: 100%;}
p, dl, ul, ol { line-height: 2;}
.wp-block-buttons { display: flex; flex-direction: column; align-items: center; gap: 16px;}
.wp-block-button a, .wp-block-buttons input[type="submit"] { position: relative; display: flex; justify-content: center; align-items: center; gap: 8px; min-width: 280px; min-height: 60px; padding: 0.5em 2em 0.5em 1em; background: url(img/common/arrow_w.svg) right 24px center no-repeat, linear-gradient(100deg,rgba(122, 205, 254, 1) 0%, rgba(218, 111, 254, 1) 100%); border-radius: 40px; font-size: clamp(1.6rem,1.8vw,1.8rem); font-weight: 700; text-decoration: none !important; color: #FFF !important; box-shadow: 5px 5px 0 #D7F1FB;}
.wp-block-button a.invertion { background: url(img/common/arrow.svg) right 24px center no-repeat, #FFF; border: 1px solid #B791FE; color: #B791FE !important;}
ul.wp-block-list { display: grid; gap: 0.5em; margin-left: 1.5em; list-style: disc;}
ol.wp-block-list { display: grid; gap: 0.5em; margin-left: 1.5em; list-style: decimal;}
.wp-block-table th { padding: 16px; text-align: center; vertical-align: top; border: none; border-bottom: 1px solid #CCCCCC; font-weight: 400;}
.wp-block-table td { padding: 16px; text-align: left; vertical-align: top; border: none; border-bottom: 1px solid #CCCCCC;}
.center { text-align: center!important;}
.right { text-align: right!important;}
.left { text-align: left;}
.marker { display: inline; padding: 0 1px 5px; background: linear-gradient(transparent 60%, rgba(44,117,219,.2) 0%);}
a.underline { text-decoration: underline!important; color: #1A30AC;}
.mt1 { margin-top: 1em !important;}
.mt2 { margin-top: 2em !important;}
.mt3 { margin-top: 3em !important;}
.fs11 { font-size: clamp(0.9rem,1.1vw,1.1rem) !important;}
.fs12 { font-size: clamp(1rem,1.2vw,1.2rem) !important;}
.fs13 { font-size: clamp(1.1rem,1.3vw,1.3rem) !important;}
.fs14 { font-size: clamp(1.2rem,1.4vw,1.4rem) !important;}
.fs15 { font-size: clamp(1.3rem,1.5vw,1.5rem) !important;}
.fs16 { font-size: clamp(1.4rem,1.6vw,1.6rem) !important;}
.fs18 { font-size: clamp(1.6rem,1.8vw,1.8rem) !important;}
.fs20 { font-size: clamp(1.8rem,2vw,2rem) !important;}
.fs22 { font-size: clamp(1.9rem,2.2vw,2.2rem) !important;}
.fs24 { font-size: clamp(2rem,2.4vw,2.4rem) !important;}
.fs26 { font-size: clamp(2.1rem,2.6vw,2.6rem) !important;}
.fs28 { font-size: clamp(2.2rem,2.8vw,2.8rem) !important;}
.fs30 { font-size: clamp(2.3rem,3vw,3rem) !important;}
.fs32 { font-size: clamp(2.4rem,3.2vw,3.2rem) !important;}
.fs38 { font-size: clamp(2.6rem,3.8vw,3.8rem) !important;}
.fs40 { font-size: clamp(2.8rem,4vw,4rem) !important;}
.fs54 { font-size: clamp(3.2rem,5.4vw,5.4rem) !important;}
.regular { font-weight: 400;}
.medium { font-weight: 500;}
.bold { font-weight: 700;}
.black { font-weight: 900;}
.white { color: #FFF !important;}
.orange { color: #CC5537 !important;}
.blue { color: #2C75DB !important;}
.darkblue { color: #2462B7 !important;}
.grey { color: #777777 !important;}
.sp { display: none;}
.fadeInUp { animation-name: fadeInUp;}
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 30px, 0);} to { opacity: 1; transform: translate3d(0, 0, 0);} }
.animated { opacity: 0; animation-duration: 1s; animation-fill-mode: both;}


/*TOP*/
#mv img { width: 100%;}
#about { padding: 0;}
#about section { display: grid; grid-template-columns: 26% 1fr 26%; align-items: flex-start; padding: 80px 0; background: url(img/top/white.webp) center no-repeat; background-size: 100% 100%;}
#about .contents { padding: 160px 0;}
.about-l { max-width: 263px;}
.about-r { align-self: flex-end; max-width: 228px;}
#merit { padding: 160px 0;}
#merit::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 1000px; height: 400px; background: url(img/common/mark.png) center top no-repeat; background-size: 100% auto; z-index: -2;}
#merit section { padding: 120px 4%; background: #FFF; border-radius: 100px;}
.merit { max-width: 700px; margin: 0 auto; counter-reset: my-counter;}
.merit li { position: relative; counter-increment: my-counter; padding: 1.5em 0 1.5em 4em; line-height: 1.2;}
.merit li::before { content: counter(my-counter, decimal-leading-zero); position: absolute; top: 0.7em; left: 0; display: flex; justify-content: center; align-items: center; width: 64px; height: 64px; background: url(img/top/jagged.svg) center no-repeat; background-size: contain; font-family: "Figtree", sans-serif; font-size: 2.6rem; font-weight: 600; color: #FFF;}
.merit li:not(:first-child)::after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg,rgba(113, 206, 255, 1) 0%, rgba(120, 173, 255, 1) 33%, rgba(164, 120, 255, 1) 66%, rgba(215, 104, 255, 1) 100%); transition: .4s cubic-bezier(.165,.84,.44,1);}
#liver::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FBF9FC; border-top-right-radius: 200px; z-index: -1;}
#liver > i { position: absolute; top: 0; left: 0; font-size: clamp(16rem,20vw,35rem); font-weight: 600; color: #FFFFFF; z-index: 0;}
#liver .swiper { margin-left: calc(50% - 50vw + 4%); margin-right: calc(50% - 50vw + 4%); overflow: visible;}
ul.list { display: grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr)); gap: 24px; text-align: center;}
.list figure { padding-top: calc(390 / 222 * 100%); background: #FFF; border-radius: 20px; box-shadow: 0 0 6px rgba(0,0,0,.16); transition: .2s ease-out}
.list figure img { position: absolute; top: 6px; left: 6px; width: calc(100% - 12px); height: calc(100% - 12px); border-radius: 20px; object-fit: cover;}
.list a:hover figure { transform: scale(1.05);}
.list h3 { margin: 0.5em 0 0 !important; font-size: clamp(1.6rem,2vw,2rem);}
.list i { display: block; margin-top: 0 !important; font-size: 1rem; color: #777;}
#recommend { padding-bottom: 160px; background: #FBF9FC;}
#recommend section { padding: 120px 4%; background: #FFF; border-radius: 100px;}
.liver { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 64px; max-width: 850px; margin: 0 auto; text-align: center;}
.liver figure { padding-top: 100%; background: #FFF; border-radius: 50%; box-shadow: 0 0 6px rgba(0,0,0,.16); transition: .2s ease-out}
.liver figure img { position: absolute; top: 6px; left: 6px; width: calc(100% - 12px); height: calc(100% - 12px); border-radius: 50%; object-fit: cover;}
.liver a:hover figure { transform: scale(1.05);}
.sns a { display: inline-block; padding-left: 20px; background: url(img/common/link.svg) left center no-repeat; font-family: "Figtree", "Noto Sans JP", sans-serif; font-weight: 700; color: #4DBBEE;}
#news::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: #FBF9FC; z-index: -1;}
#news::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FFF; border-radius: 200px; z-index: -1;}
.news-list { display: grid; gap: 24px;}
.news-list li { padding-bottom: 24px; border-bottom: 1px dashed #CCCCCC;}
.news-list li a { display: grid; grid-template-columns: 32% 1fr; align-items: flex-start; gap: 0 32px;}
.news-list li a figure { padding-top: calc(180 / 320 * 100%); background: #D5D5D5; border-radius: 10px; overflow: hidden;}
.news-list li a figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.news-list li a time { display: block; margin-top: 1em; color: #4DBBEE;}
.news-list li a p { margin: 0;}


/*PAGE*/
#newscontainer { display: grid; grid-template-columns: 1fr 26%; gap: 64px; max-width: 1200px;}
.newslist li { display: grid; grid-template-columns: 30% 1fr; align-items: flex-start; gap: 32px; margin-bottom: 40px;}
.newslist li > figure a { position: relative; display: block; padding-top: calc(180 / 255 * 100%); background: #EDEDED;}
.newslist li > figure a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.newslist li time { display: block; font-size: 1.4rem; font-weight: 500;}
.newslist li h3 { position: relative; display: block; margin-bottom: 0.5em; padding-bottom: 0.5em; text-align: left; border-bottom: 2px solid #222; font-size: clamp(1.4rem,2vw,2rem);}
.newslist li p { margin: 0.5em 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; font-size: 1.4rem; font-weight: 500; line-height: 1.4;}
.newslist li .cat { display: inline-block; margin-right: 8px; padding: 2px 8px; vertical-align: middle; background: #EDEDED; border-radius: 24px; font-size: 1.2rem; color: #2660EF;}
.viewmore { text-align: right;}
.viewmore a { display: inline-block; padding: 0.5em 2em; background: linear-gradient(100deg,rgba(122, 205, 254, 1) 0%, rgba(218, 111, 254, 1) 100%); border-radius: 40px; font-size: 1.2rem; font-weight: 700; text-decoration: none !important; color: #FFF !important; box-shadow: 5px 5px 0 #D7F1FB;}
#aside h4 { position: relative; padding-bottom: 12px; border-bottom: 2px solid #222; font-size: clamp(1.8rem,2.1vw,2.1rem);}
#aside .widjet { margin-bottom: 80px;}
#aside ul { margin: 0 !important; padding: 0;}
#aside li a, .archive-list a, .archive-list span { display: block; padding: 12px 40px 12px 0; background: url("img/common/arrow_circle.svg") right center no-repeat; background-size: 21px auto; font-size: clamp(1.3rem,1.5vw,1.5rem); cursor: pointer;}
#aside .archive-list > li { border-bottom: 1px solid #222;}
#aside .archive-list > li:not(.on) > ul { display: none;}
#aside .month-archive-list > li { text-indent: 2em;}
#aside .month-archive-list > li a { background-image: url("img/common/arrow_circle_transparent.svg");}
.screen-reader-text { display: none;}
.pagination { margin-top: 56px; text-align: center; white-space: nowrap;}
.pagination span { height: auto;}
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px;}
.pagination a:not(.top):not(.prev):not(.next):not(.single-prev):not(.single-next) { display: flex; justify-content: center; align-items: center; border: 1px solid #DDD; border-radius: 2px; font-weight: 500;}
.pagination a:not(.top):not(.single-prev):not(.single-next) { width: 33px; height: 33px;}
.pagination a.prev, .pagination a.next { position: relative; text-indent: -9999px; overflow: hidden;}
.pagination a.prev { transform: scaleX(-1);}
.pagination a.prev::before, .pagination a.next::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(45deg); width: 12px; height: 12px; border-top: 2px solid #222; border-right: 2px solid #222;}
.pagination a.single-prev, .pagination a.single-next { display: flex; align-items: center; gap: 8px;}
.pagination a strong { position: relative; display: inline-block; width: 21px; height: 21px; text-align: center; vertical-align: middle; background: linear-gradient(100deg,rgba(122, 205, 254, 1) 0%, rgba(218, 111, 254, 1) 100%); border-radius: 50%; font-size: 1.6rem; line-height: 1.2; color: #FFF; text-indent: -9999px; overflow: hidden;}
.pagination a strong::before { content: ''; position: absolute; top: 50%; left: 48%; transform: translate(-50%,-50%) rotate(45deg); width: 6px; height: 6px; border-top: 2px solid #FFF; border-right: 2px solid #FFF;}
.pagination a.single-prev strong { transform: scaleX(-1);}
.pagination a.top { margin: 0 16px; padding: 0 24px; border-left: 1px solid #222; border-right: 1px solid #222;}
.pagination span { line-height: 50px;}
.pagination span.current { display: flex; justify-content: center; align-items: center; width: 33px; height: 33px; background: linear-gradient(0deg,rgba(122, 205, 254, 1) 0%, rgba(218, 111, 254, 1) 100%); border-radius: 2px; font-weight: 500; color: #FFF;}
#toc_container { margin-top: 4em; border: 8px solid rgba(222,213,195,.6)!important; background: #fff; width: 100%!important;  margin-left: auto!important; margin-right: auto!important; padding: 2em 4em;}
#toc_container .toc_title { text-align: center; font-size: 2.2rem; font-weight: 700;}
#toc_container ul { display: grid; gap: 16px;}
#toc_container ul li { position: relative; margin: 0; padding: 0;}
#toc_container ul li:before { display: none;}
#toc_container ul li a { display: flex; gap: 8px; font-size: 1.8rem; font-weight: 400; text-decoration: none !important; color: #222;}
#toc_container ul li a .toc_number { display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; background: #DED5C3; font-size: 1.5rem; text-decoration: none !important;}
#single { grid-column: 1 / 3;}
#single h1 { font-size: clamp(2.4rem,2.9vw,2.9rem);}
#single h1::after { content: ''; display: block; width: 100%; height: 2px; margin-top: 0.5em; background: linear-gradient(90deg,rgba(122, 205, 254, 1) 0%, rgba(218, 111, 254, 1) 100%);}
#single .meta { padding: 1em 0;}
#single .meta .cat { margin: 0;}
.contnet { font-size: clamp(1.4rem,1.6vw,1.6rem);}
.content h2 { font-size: clamp(2rem,2.2vw,2.2rem);}
.content h2::after { content: ''; display: block; width: 100%; height: 2px; margin-top: 0.5em; background: linear-gradient(90deg,rgba(122, 205, 254, 1) 0%, rgba(218, 111, 254, 1) 100%);}
.content h3 { font-size: clamp(1.7rem,2vw,2rem);}
.content h3::after { content: ''; display: block; width: 100%; height: 1px; margin-top: 0.5em; background: linear-gradient(90deg,rgba(122, 205, 254, 1) 0%, rgba(218, 111, 254, 1) 100%);}
.content p + p { margin-top: 0.5em;}
.content a { text-decoration: underline; color: #2660EF;}
.content a[target="_blank"]:not(.pdf):not(.wp-block-button__link) { display: inline; padding-right: 20px; background: url("img/common/blank.svg") right center no-repeat;}
.content img { margin-bottom: 8px;}
.content li:not(:first-of-type) { margin-top: 4px;}
.content ul { margin-left: 2em;}
.content ul > li { list-style: disc;}
.content ol { margin-left: 2em;}
.content ol > li { list-style: decimal;}
.content table { width: calc(100% + 32px); margin-left: -16px; margin-right: -16px; border-collapse: separate; border-spacing: 16px 0; border-top: none!important; border-left: none!important; overflow: hidden;}
.content th, .content td { padding: 24px 0; text-align: left; vertical-align: top; border: none !important;}
.content th { position: relative; width: 25%; font-weight: 700;}
.content th::after { content: ''; position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 2px; margin-top: 0.5em; background: linear-gradient(90deg,rgba(122, 205, 254, 1) 0%, rgba(218, 111, 254, 1) 100%);}
.content td { border-bottom: 2px solid #D1D1D1 !important;}
.content * + p, .content > * + ul, .content * + ol, .content * + .wp-block-image, .content * + .wp-block-table, .content * + blockquote, .content * + table, .content * + .wp-block-columns, .content * + .wp-block-buttons { margin-top: 2em;}
.content * + h2, .content * + h3, .content * + h4, .content * + h5 { margin-top: 3em!important;}
.content .cat-title + h2 { margin-top: 1em !important;}
.content h1 + *, .content h2 + *, .content h3 + *, .content h4 + *, .content h5 + *, .mainimg + * { margin-top: 2em!important;}
.content .youtube { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 1em auto 0;}
.content .youtube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px;}
.meta time { font-size: 1.4rem;}
.cat { display: flex; flex-wrap: wrap; gap: 8px;}
.cat li { display: block; padding: 4px 12px; background: #EDEDED; border-radius: 40px; font-size: 1.2rem; font-weight: 500; color: #FFF;}
.content .alignright { float: right; margin-left: 2em; margin-bottom: 2em;}
.content .alignleft { float: left; margin-right: 2em; margin-bottom: 2em;}
.content .aligncenter { display: block; margin: 2em auto; text-align: center;}
.size-thumbnail { max-width: 400px;}

.form { font-size: 1.6rem;}
.form p { margin: 0;}
.form .col { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 0 32px;}
.form dt { font-weight: 500;}
.form dd { padding: 8px 0 32px;}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="url"] { display: inline-block; width: 100%; padding: 12px; background: #ECEEF2; border: none; border-radius: 3px; vertical-align: middle;}
.form textarea:read-only, .form input[type="text"]:read-only { background: #F4F4F4!important;}
.form select { padding: 12px 48px 12px 12px; background: #ECEEF2 url(img/common/select.svg) right 16px center no-repeat; border: none; border-radius: 3px;}
.form textarea { width: 100%; min-height: 280px; padding: 12px; background: #ECEEF2; border: none; border-radius: 3px;}
.form label { display: inline-block; padding: 8px 0;}
.form input[type="checkbox"] { display: none;}
.form input[type="checkbox"] + span { position: relative; display: inline-block; padding: 16px 0 16px 40px; line-height: 1; cursor: pointer;}
.form input[type="checkbox"] + span::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 30px; height: 30px; background: #EEE; border: 2px solid #CCCCCC; border-radius: 6px;}
.form input[type="checkbox"] + span::after { content: ''; position: absolute; top: 50%; left: 9px; transform: translateY(-50%) rotate(-45deg); width: 12px; height: 5px; border-left: 2px solid #CCC; border-bottom: 2px solid #CCC;}
.form input[type="checkbox"]:checked + span::before { background: #2462B7; border-color: #2462B7;}
.form input[type="checkbox"]:checked + span::after { border-color: #FFF;}
.form input[type="radio"] { display: none;}
.form input[type="radio"] + span { position: relative; display: inline-block; margin-right: 24px; padding-left: 28px; vertical-align: middle; line-height: 2;}
.form input[type="radio"] + span::before { content: ''; position: absolute; top: 4px; left: 0; display: block; width: 24px; height: 24px; background: #ECEEF2; border: 2px solid #ECEEF2; border-radius: 50%;}
.form input[type="radio"]:checked + span::before { background-color: #FFF; border-color: #2462B7;}
.form input[type="radio"]:checked + span::after { content: ''; position: absolute; top: 9px; left: 5px; display: block; width: 14px; height: 14px; background: #2462B7; border-radius: 50%;}
.form ::-webkit-input-placeholder { font-weight: 400; color: #A4A7AF;}
.form ::-moz-placeholder { font-weight: 400; color: #A4A7AF;}
.form :-ms-input-placeholder { font-weight: 400; color: #A4A7AF;}
.form .inputTextShort { width: 75% !important;}
.form .inputTextShortest { width: 50% !important;}
.must { margin-right: 16px; padding: 3px 6px; background: #F76464; font-size: 1.2rem; color: #FFF; white-space: nowrap;}
.any { margin-right: 16px; padding: 3px 6px; background: #FFEFE0; border-radius: 40px; font-size: 1.3rem; color: #E47428; white-space: nowrap;}
.privacy { height: 240px; padding: 24px; border: 1px solid #DDDDDD; overflow: auto;}
.form input[type="submit"] { transition: all .2s ease-out;}
.confirm { margin-top: 32px;}
.confirm dd { padding: 28px 0;}
.confirm .confirm-hide { display: none;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { font-size: 1.6rem;}
.wpcf7-spinner { display: block; margin: 8px auto;}
.form .address label { font-weight: 600;}
.thanks { margin-top: 24px; padding: 24px; border: 3px solid #2C75DB;}

.profile { position: relative; display: grid; grid-template-columns: 1fr 58%; align-items: flex-start; gap: 24px; padding: 80px 0;}
.profile figure { grid-column: 1 / 2; grid-row: 1 / 3; padding: 0 40px;}
.profile figcaption { position: absolute; top: 0; left: 0; height: 100%; display: flex; justify-content: center; align-items: center;  font-family: "Figtree", "Noto Sans JP", sans-serif; font-size: clamp(5.6rem,6.4vw,6.4rem); font-weight: 700; writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; background: linear-gradient(180deg, #84c3fe 0%, #d574fe 100%); white-space: nowrap; color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent; z-index: -1;}
.name { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center;}
.name h1 { font-size: clamp(4rem,5vw,5rem);}
.name .illust { font-size: clamp(1.2rem,1.4vw,1.4rem); color: #777;}
.name .illust a { text-decoration: underline; color: #777;}
.comment { position: relative; padding: 2em;}
.comment::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg,rgba(122, 205, 254, 1) 0%, rgba(218, 111, 254, 1) 50%, rgba(255, 255, 255, 1) 100%); border-radius: 50px; z-index: -2;}
.comment::after { content: ''; position: absolute; top: 3px; left: 3px; right: 3px; bottom: 3px; background: #FFF; border-radius: 47px; z-index: -1;}
.comment { font-size: clamp(1.6rem,2vw,2rem); font-weight: 500;}
.link li { padding: 12px 0; border-bottom: 1px dashed #DDD;}
.link li:first-child { padding-top: 0;}
.link a { display: flex; align-items: center; min-height: 50px; padding-left: 64px; background-position: left center; background-repeat: no-repeat; font-size: 1.8rem; font-weight: 700;}
.link a.tiktok { background-image: url(img/common/tiktok.svg);}
.link a.twitter { background-image: url(img/common/x.svg);}





@media screen and (min-width: 1001px) {
	.wp-block-button a:hover, .wp-block-buttons input[type="submit"]:hover { transform: translate(3px,3px); background-position: right 16px center, 0; box-shadow: 2px 2px 0 #D7F1FB;}
	.title.left { text-align: left;}
	.title.left > *:first-child::after  { margin-left: 0;}
}





@media only screen and (max-width: 1000px){
	article { padding: 56px 0;}
	section + section { margin-top: 56px;}
	#title { padding: 20vw 4% 10vw;}
	.logo-title { padding-top: 20vw;}
	.title.left { text-align: center;}
	.sp { display: block;}
	.pc { display: none;}


	/*TOP*/
	#about section { display: block; width: auto; margin: 0 calc(50% - 50vw); padding: 120px 0;}
	#about .contents { padding: 0;}
	.about-l { position: absolute; top: 0; left: 0; max-width: 30%;}
	.about-r { position: absolute; top: 40px; right: 16px; max-width: 24%;}
	#merit { padding: 80px 0 56px;}
	#merit section { width: auto; padding: 80px 4% 0; border-radius: 50px;}
	ul.list { grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); gap: 16px;}
	#liver::before { border-top-right-radius: 50px;}
	#recommend { padding-bottom: 56px;}
	#recommend section { width: auto; padding: 80px 4%; background: #FFF; border-radius: 50px;}
	.liver { grid-template-columns: repeat(auto-fill,minmax(150px,1fr)); gap: 16px;}
	#news::after  { border-radius: 50px;}
	.news-list li a { grid-template-columns: 100%;}


	/*PAGE*/
	#newscontainer { grid-template-columns: 100%;}
	.newslist li { gap: 8px;}
	.content table.sp-flat { width:100%; margin-left: 0; margin-right: 0;}
	.content th, .content td { display: block;}
	.content th { width: auto; padding-bottom: 0; border-bottom: none !important;}

	.profile { grid-template-columns: 1fr;}
	.profile figure { grid-column: auto; grid-row: 2 / 3;}
}





@media print {
	#container { width: 1024px;}
}