
@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Palanquin:100,200,300,400,500,600,700);
@import url(//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'),
	     local('MaterialIcons-Regular'),
	     url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
	     url(../fonts/MaterialIcons-Regular.woff) format('woff'),
	     url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}articleasidefooterheadernavsection{display:block;}h1{font-size:2em;margin:0.67em0;}figcaptionfiguremain{display:block;}figure{margin:0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;-webkit-text-decoration-skip:objects;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underlinedotted;}bstrong{font-weight:inherit;}bstrong{font-weight:600;}codekbdsamp{font-family:monospace,monospace;font-size:1em;}dfn{font-style:italic;}mark{background-color:#ff0;color:#000;}small{font-size:90%;}subsup{font-size:0.9rem;line-height:0;position:relative;}sub{bottom:-0.25em;}sup{top:-0.5em;}audiovideo{display:inline-block;}audio:not([controls]){display:none;height:0;}img{border-style:none;}svg:not(:root){overflow:hidden;}buttoninputoptgroupselecttextarea{font-family:inherit;}buttoninput{overflow:visible;}buttonselect{text-transform:none;}buttonhtml[type="button"][type="reset"][type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner[type="button"]::-moz-focus-inner[type="reset"]::-moz-focus-inner[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring[type="button"]:-moz-focusring[type="reset"]:-moz-focusring[type="submit"]:-moz-focusring{outline:1pxdottedButtonText;}fieldset{padding:0.35em0.75em0.625em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;/*3*/white-space:normal;}progress{display:inline-block;vertical-align:baseline;}textarea{overflow:auto;min-height:6em;}[type="checkbox"][type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-cancel-button[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}detailsmenu{display:block;}summary{display:list-item;}canvas{display:inline-block;}template{display:none;}[hidden]{display:none;}

/* webfont.fontplus.jp */
span[id^="_cmp_elm"] {
	display: none;
}

/* ============================================================================================== */
/* Global                                                                                         */
/* ============================================================================================== */

:root {
	--main-color: #555;
	--main-bg-color: #fff; /*#e4abb9;*/
}


html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #1e1e1e;
	
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	font-feature-settings: "palt" 1;
	scroll-behavior: smooth;
}

main {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.8;
}

h1,h2,h3,h4,h5,h6 { /*"TsukuARdGothic-Regular",*/
	font-family: inherit;
	font-size: calc(1.4rem + 0.5vw);
	font-weight: 500;
	color: inherit;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
}


p,
td,
th,
blockquote {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
}

rtc, rt {
	font-size: 0.8rem;
	transform: scale(0.7);
}

strong {
	color: inherit;
	font-weight: 600;
}

em {
	color: inherit;
	font-style: italic;
}

small {
	line-height: 1.6;
	display: inline-block;
}

a {
	color: inherit;
	transition: all 0.25s ease;
	-webkit-tap-highlight-color: rgba(0,0,0,0.15);
	        tap-highlight-color: rgba(0,0,0,0.15);
}

a:hover {
	color: #d4a343;
}

.no-deco {
	text-decoration: none;
}

.no-deco:hover {
	text-decoration: none;
}

main a[href^="tel"] {
	
}

main a[href$=".png"]:after,
main a[href$=".gif"]:after,
main a[href$=".jpg"]:after,
main a[href$=".jpeg"]:after {
	display: none;
}

/* main a[href$=".pdf"]:after {
	font-family: 'Material Icons';
	content: "\00E415";
	font-weight: normal !important;
	color: #f00;
} */

main .blank:after {
	font-family: 'Material Icons';
	content: " \00E89E";
	font-weight: normal !important;
}

button {
	border: 1px solid rgba(0,0,0,0.3);
	background-color: transparent;
	cursor: pointer;
	padding: 10px 20px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	color: inherit;
	transition: all 0.2s ease-out;
}

button:hover {
	border: 1px solid rgba(0,0,0,0.75);
	color: #000;
}

::-moz-selection{
	background-color: rgba(50,50,50,0.9);
	color: #fff;
}

::selection{
	background-color: rgb(101, 129, 192);
	color: #fff;
}

hr {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 0;
	height: 0;
}

label {
	cursor: inherit;
}

abbr[title], acronym[title] {
		text-decoration: none;
		border-bottom: none;
}


/* ------------------------------------------------------------- */


.inline-decoration--underline {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.inline-decoration--underline:before {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 15px;
	height: 1px;
	background: currentColor;
	border-radius: 5px;
	margin: auto;
}


/* ------------------------------------------------------------- */

.global--bg-color {
	background-color: #faf6ef;
}


.ib {
	display: inline-block;
}

/* ------------------------------------------------------------- */


.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* ============================================================================================== */
/* Letter, glyph                                                                                  */
/* ============================================================================================== */

.uppercase {
	text-transform: uppercase;
}

.en-f-weight-200,
.en-f-weight-300,
.en-f-weight-400,
.en-f-weight-500,
.en-f-weight-600,
.en-f-weight-700,
.en-f-weight-800 {
	font-family: 'Roboto', Helvetica, Arial, 'Noto Sans Japanese', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
	letter-spacing: 0.02em;
}

.en-f-weight-200 { font-weight: 200; }
.en-f-weight-300 { font-weight: 300; }
.en-f-weight-400 { font-weight: 400; }
.en-f-weight-500 { font-weight: 500; }
.en-f-weight-600 { font-weight: 600; }
.en-f-weight-700 { font-weight: 700; }
.en-f-weight-800 { font-weight: 800; }


.en-f-weight-200.italic,
.en-f-weight-300.italic,
.en-f-weight-400.italic,
.en-f-weight-500.italic,
.en-f-weight-600.italic,
.en-f-weight-700.italic,
.en-f-weight-800.italic {
	font-style: italic;
}

.tel-anchor {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.text--left {
	text-align: left;
}
.text--center {
	text-align: center;
}
.text--right {
	text-align: right;
}

.text-serif {
	font-family: YuMincho, '游明朝', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-weight: 600;
}


.overflow-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
	overflow-y: visible;
	width: 100%;
}



/* ============================================================================================== */
/* Icon / SVG                                                                                     */
/* ============================================================================================== */

svg.defaults {
	display: none;
}

.svg-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 0;
	fill: currentColor;
}

.svg-icon svg {
	transition: all 0.25s ease;
}

.button-default-state {
	display: inline-block;
	letter-spacing: 0;
	line-height: 0;
}

.svg-icon--color-themacolor {
	fill: #555;
}

.svg-icon--arrow {
	left: 0px;
	top: -0.2em;
}

.svg-icon--arrow:first-of-type {
	margin-right: 5px;
}

.svg-icon--arrow:last-of-type {
	margin-left: 5px;
}


a:hover .svg-icon--arrow {
	/*animation: iconScaleWt 0.25s ease-out 0s 1 normal;*/
}

.gradient-svg-wrapper {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: -webkit-linear-gradient(45deg, rgb(50,160,225), rgb(101,129,192) 60%);
	background:         linear-gradient(45deg, rgb(50,160,225), rgb(101,129,192) 60%);
}

.gradient-svg-wrapper:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 0.6px solid #fff;
	box-sizing: border-box;
}

.gradient-svg-wrapper svg {
	fill: #fff;
	width: 100%;
	height: 100%;
}


.useSVG {
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
}


/* ============================================================================================== */
/* Icon / IMG                                                                                     */
/* ============================================================================================== */

.before-img-icon:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 24px 24px;*/
	background-size: cover;
	margin-right: 5px;
}

.icon_tel {
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #d4a343;
    border-radius: 30px;
    color: #fff;
	transition: all .3s;
}

.icon_tel:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.icon-bg:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
}

.icon_tel.icon-bg:before {
	width: 50%;
	height: 50%;
}

.tel-anchor .icon_tel:hover a {
	background-color: #bb903a;
	transition: all .3s;
}



/* ============================================================================================== */
/* Layout / global-header                                                                         */
/* ============================================================================================== */


.hover-levitate:hover {
	transform: translateY(-0px);
	z-index: 1;
}

.hover-levitate:active {
	transform: translateY(0);
	transition-duration: 0;
}






#global-header {
	position: relative;
	box-shadow: none;
	overflow: visible;
	z-index: 200;
	width: 100%;
	transition: all 0.5s ease;
	margin: auto;
}

#global-header .logo {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 50%;
}

#global-header .logo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	
	opacity: 0;
	animation: delayFadein 1.5s ease-out 1 1s;
	animation-fill-mode: forwards;
}

@keyframes delayFadein {
	from { opacity: 0; }
	  to { opacity: 1; }
}

#gnav {
	z-index: 200;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
}

#gnav .wrap {
	display: flex;
	flex-direction: column;
	z-index: 200;
	width: 100%;
	height: 210px;
	box-sizing: border-box;
	vertical-align: middle;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
}

.inner-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 70px;
	margin: 0;
}

.inner-logo .logo-anchor {
	margin: 60px 0px 0px 20px;
	display: inline-block;
}

.inner-logo .logo-anchor img {
	width: 100%;
	transition: all .3s;
}

.inner-logo .logo-anchor img :hover {
	width: 100%;
	transition: all .3s;
	opacity: 0.5;
}

.inner-logo-description {
	display: block;
	margin-bottom: 5px;
	font-size: 1.1rem;
}

.outer-logo .logo-anchor {
	width: 60px !important;
	margin: 10px auto !important;;
}

.outer-logo .logo-anchor img {
	width: 100%;
	display: block;
}

.list-main ul {
	padding-left: 0;
	list-style: none;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: #000;
}

.nav-item {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.nav-item__anchor {
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 10px;
	margin: 5px 0;
	text-decoration: none;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
}

.nav-item__anchor-child {
	padding-left: 30px;
}

.mri-font {
	font-size: 14px!important;
}

@media screen and (max-width: 860px) {
	.mri-font {
		font-size: 12px!important;
	}
}

.nav-item__anchor-child .nav-item__anchor {
	font-weight: 400;
	padding: 5px;
	margin: 5px 0;
}

.nav-item__title {
	position: relative;
	color: #fff;
}


.nav-item__title .arrow {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: auto;
	margin: auto;
}

.nav-icon {
	position: absolute;
	left: auto;
	right: 10px;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
}





/* ----------------------------------------------------------------------- */


.global-navigation {
	margin-top: 0;
}

.global-navigation a {
	transition: all 0.25s ease;
}

.nav-item a:hover {
	color: #d4a343;
}

.contact-info a:hover {
	color: #f3a9c9;
}

.global-navigation--inner-pos {
	height: 100%;
}

.global-navigation--inner-wrap {
	width: calc(100% - 40px);
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 5px;
}

.global-navigation__site-title {
	margin: 3vw auto;
	padding: 3vw 0;
	line-height: 1.5;
	font-size: calc(0.7rem + 2vw);
	font-weight: 200;
	letter-spacing: 0.1em;
	color: rgb(55, 175, 170);
	overflow: hidden;
}

.global-navigation__inner-title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.1rem;
	font-weight: 400;
}

.global-navigation__inner-title:first-child {
	margin-top: 0;
}

.nav-ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.gnav-main {
	/*margin: calc(40px + 5vw);*/
}

.gnav-main a {
	position: relative;
	z-index: 1;
	display: flex;
	outline: none;
	text-decoration: none;
	white-space: nowrap;
	padding: 15px 40px;
	font-size: 1.4rem;
	flex-grow: 1;
	justify-content: center;
}

.gnav-main a:hover {
	z-index: 1;
}

.gnav-main .nav-item {
	position: relative;
	display: flex;
	width: 100%;
}

.gnav-main .nav-item > a {
	
}

.gnav-main .nav-item > a:hover {
	color: rgb(255, 255, 255);
}

@media screen and (min-width: 1024px) {
	.global-navigation--inner-pos {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
		overflow: hidden;
	}

	.introd-flex {
		grid-template-columns: repeat(auto-fit, 235px);
    	gap: 10px 10px;
	}

	.kv-box {
		top: 50em;
	}

	.kv-intro {
		margin-left: 60px;
	}
}

.container {
	width: 100%;
	max-width: 900px;
	height: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
  }
  
  .box {
	width: 100%;
	height: 100vh;
  }

  .box.top {
	background-color: rgb(179, 199, 245);
  }
  
  .box.contents {
	background-color: rgb(245, 237, 179);
  }
  
  .page-top {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #d4a343;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 20px;
	bottom: 80px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	z-index: 90;
  }

  .page-top:hover {
	opacity: 0.7!important;
  }
  
  .page-top.is-visible {
	opacity: 1;
	visibility: visible;
  }
  
  .page-top::before {
	content: "";
	width: 12px;
	height: 12px;
	margin-bottom: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
  }

/* ----------------------------------------------------------------------- */


.gnav-sub {
	width: 100%;
	padding: 20px 40px;
	display: flex;
	box-sizing: border-box;
	justify-content: center;
}

.gnav-sub li {
	margin-top: 1px;
	font-size: 1.2rem;
	width: auto;
	margin-right: 10px;
}
.gnav-sub li:last-child {
	margin-right: 0;
}

.gnav-sub img {
	width: auto;
	height: 16px;
}

.gnav-sub a {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	padding: 5px;
	opacity: 0.6;
}

.gnav-sub a:hover {
	opacity: 1;
}

#gnav .contact-info {
	background-color: transparent;
}


/* ----------------------------------------------------------------------- */



.menu-button {
	position: fixed;
	top: 10px;
	right: calc(5px + 0.5vw);
	z-index: 201;
	position: absolute;
}

.menu-button.close-only {
	position: static;
	top: initial;
	right: initial;
	margin: 0 auto;
	padding: 15px 0;
}

.menu-button.close-only a {
	margin: auto;
}

.menu-button a {
	position: relative;
	height: 40px;
	width: 40px;
	display: block;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.5s ease;
	border-bottom: none;
	background-color: #fff;
    border-radius: 30px;
}

.menu-button a span,
.menu-button a span:before,
.menu-button a span:after {
	position: absolute;
	display: block;
	height: 1.5px;
	width: 20px;
	padding: 0;
	background: rgb(101,129,192);
	text-indent: -200px;
	border-radius: 2px;
	transition: all 0.25s ease;
}

.menu-button a span,
.close-menu-button a span {
	top: 20px;
	left: 0px;
	margin-left: 10px;
	transform-origin: center 15px;
}

.menu-button a span:before,
.close-menu-button a span:before {
	top: -7px;
	content: "";
	transform-origin: center center;
}

.menu-button a span:after,
.close-menu-button a span:after {
	top: 7px;
	content: "";
	transform-origin: center center;
}

.menu-button a:hover,
.close-menu-button a:hover {
	
}
/*
.menu-button a:hover span,
.menu-button a:hover span:before,
.menu-button a:hover span:after {
	background: rgba(0,0,0,1);
}
*/

.show .menu-button a span,
.show .menu-button a span:before,
.show .menu-button a span:after {
	/*background: rgba(0,0,0,1);*/
	left: 0px;
}

.show .menu-button a:hover span:before,
.show .menu-button a:hover span:after {
	/*background: rgba(0,0,0,1);*/
}

.show .menu-button a span {
	/*background: rgba(0,0,0,0) !important;*/
	width: 0;
	left: -10px;
	transform: translateX(10px);
	transition: all 0.2s ease;
}

.show .menu-button a span:before {
	transition: all 0.2s ease 0s;
	transform: rotate(45deg) translate(6px, 6px);
}

.show .menu-button a span:after {
	transition: all 0.2s ease;
	transform: rotate(-45deg) translate(4px, -4px);
}




.menu-button.close-only a span {
	background: none !important;
}
.menu-button.close-only a span:before,
.menu-button.close-only a span:after {
	background: rgba(0,0,0,1);
}

.menu-button.close-only a span:before {
	background: rgba(0,0,0,0.8) !important;
	transition: all 0.2s ease 0s;
	transform: rotate(45deg) translate(6px, 6px);
}

.menu-button.close-only a span:after {
	background: rgba(0,0,0,0.8) !important;
	transition: all 0.2s ease;
	transform: rotate(-45deg) translate(4px, -4px);
}


/* ----------------------------------------------------------------------- */
/* Gnav Show-hide enent */

/* wrap */
#gnav .wrap {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	opacity: 0;
	transition: opacity 0.25s cubic-bezier(.17,.84,.44,1);
	width: 100%;
}

#gnav .anm {
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.7s cubic-bezier(.17,.84,.44,1);
}

.show #gnav .anm {
	opacity: 1;
	transform: translateX(0);
}

.show #gnav .wrap {
	visibility: visible;
	opacity: 1;
	transition-duration: 1s;
	transition-delay: 0.5s;
}

.show + .main-wrapper {
	pointer-events: none;
}

.hide #gnav {
	height: 0;
}

.hide #gnav .wrap {
	visibility: hidden;
}

/* overlay */

#gnav .overlay,
#gnav .overlay_bk {
	position: fixed;
	display: block;
	height: 100vh;
	width: 100%;
	top: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

#gnav .overlay {
	width: 0;
	transition: width 0.4s cubic-bezier(.22,.61,.36,1) 0s, opacity 0.2s linear 0.2s; /* ease-in */
	z-index: 191;
}

/* chrome background-attachment fixed bug */
#gnav .overlay-inner {
	position: static;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255);
	transform: translate3d(0,0,0);
	backface-visibility: hidden;
}

.show #gnav .overlay {
	opacity: 1;
	width: 100vw;
	transition-timing-function: cubic-bezier(.23,1,.32,1); /* ease-out */
	transition-delay:    0.2s,   0s;
	transition-duration: 0.5s, 0.1s;
}

.hide #gnav .overlay,
.hide #gnav .overlay_bk {
	visibility: hidden;
}

#gnav .overlay_bk {
	background-color: rgba(0,0,0,0.75);
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
	z-index: 190;
}

.show #gnav .overlay_bk {
	opacity: 1;
}


.site-subheader,
#gnav {
	transform: translateY(0px);
	transition: all 0.25s cubic-bezier(.65,.05,.36,1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.scroll-down .site-subheader,
.scroll-down #gnav {
	transform: translateY(-70px);
}
.scroll-y-end .site-subheader,
.scroll-y-end #gnav {
	transform: translateY(0);
}


/* ============================================================================================== */
/* Layout / main-wrapper                                                                          */
/* ============================================================================================== */

.main-wrapper {
	position: relative;
	margin: 0 auto;
}

.inner-container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.width-state--regular {
	width: calc(100% - 10vw);
	max-width: 1024px;
	position: relative;
}

.width-state--regular-news {
	width: calc(100% - 10vw);
	max-width: 1024px
}

.width-state--max {
	width: 100%;
	max-width: auto;
}


/* -------------------------------------------- */

.site-subheader {
	position: fixed;
	/*! left: 0; */
	top: 0;
	display: flex;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	z-index: 2;
	margin: auto;
}

.site-subheader__anchor {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: none;
}

.site-subheader__anchor > * {
	margin-bottom: 0;
}

.site-subhead-logo {
	margin-right: 15px;
	box-sizing: border-box;
}

.site-subhead-logo img {
	width: auto;
	height: 30px;
	display: block;
}

.site-subheader + .content-wrapper {
	padding-top: 100px;
}

.site-subheader + .content-wrapper.detail {
	padding-top: 80px;
}

.ui-accordion--trigger {
	position: relative;
	border: 1px solid rgba(0,0,0,0.2);
	cursor: pointer;
	border-radius: 2px;
	transition: all 0.2s ease;
}

.ui-accordion--contents {
	overflow: hidden;
}

.ui-state--hide .ui-accordion--contents {
	display: none;
	opacity: 0;
}

.ui-state--show .ui-accordion--contents {
	display: block;
	opacity: 1;
	-webkit-animation: accordionAnimation 0.5s cubic-bezier(.22, .61, .36, 1) 1;
	        animation: accordionAnimation 0.5s cubic-bezier(.22, .61, .36, 1) 1;
}

.ui-accordion--icon {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	left: auto;
	right: 15px;
	margin: auto;
	transform: translateY(0);
	transform-origin: 50% 50%;
	transition: transform 0.2s ease;
}

.ui-accordion--icon:before,
.ui-accordion--icon:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #000;
	transform-origin: 50% 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.ui-accordion--icon:before {
	transform: rotate(90deg);
}

.ui-accordion--icon:after {
	transform: rotate(0deg);
}

/* hide */
.ui-state--hide .ui-accordion--icon {
	transform: rotate(0deg);
}

/* show */
.ui-state--show .ui-accordion--icon {
	transform: rotate(45deg);
}
.ui-state--show .ui-accordion--trigger {
	border-color: transparent;
}

@-webkit-keyframes accordionAnimation {
	0%   { opacity: 0.0; transform: translateY(-5px); }
	50%  { transform: translateY(0); }
	100% { opacity: 1.0;}
}

@keyframes accordionAnimation {
	0%   { opacity: 0.0; transform: translateY(-5px); }
	50%  { transform: translateY(0); }
	100% { opacity: 1.0;}
}


/* ============================================================================================== */
/* Article outline                                                                                */
/* ============================================================================================== */

.outline-section {
	margin-bottom: 120px;
	margin-top: 140px;
	padding-top: 65px;
}

.news-section {
	padding-top: 65px;
}

.outline-section-riku {
	margin-bottom: 120px;
	/* margin-top: 140px; */
	padding-top: 65px;
}

.outline-subsection {
	margin-bottom: 60px;
	font-family: "Noto Sans JP", sans-serif;
}

.outline-subsection p {
	font-size: 14px;
	color: #1e1e1e;
}

.outline-subsection table tr ul {
	padding-left: 25px!important;
}

.bullet li {
	padding-left: 5px;
}

.outline-section__header {
	margin-bottom: 60px;
}

.introd-example {
	position: relative;
}

.introd-example p {
	position: absolute;
  	top: 0;
  	left: 0;
  	margin: 0; 
  	color: white;
  	background: rgb(101, 129, 192);
  	font-size: 15px;
  	line-height: 1;
  	padding: 10px 10px;
	border-radius: 3px 0 0 0;
}

.introd-example img {
	width: 100%;
	border-radius: 5px;
}

.introd-flex {
	display: grid;
    grid-template-columns: repeat(auto-fit, 240px);
    gap: 10px 20px;
    justify-content: center;
}

.hospital-circle {
	color: rgb(101, 129, 192);
    margin-right: 10px;
}

.hospital-outline {
	font-size: 14px;
    color: #1e1e1e;
    letter-spacing: 1px;
	font-weight: 400;
}

.hospital-title {
	font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
	color: rgb(101, 129, 192) ;
	font-size: 20px ;
}

.hospital-title-green{
	font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
	color: #83c2be ;
	font-size: 20px ;
}

.hospital-title-pink{
	font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
	color: #df94ac ;
	font-size: 20px ;
}

.hospital-title-orange{
	font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
	color: #ebac8c ;
	font-size: 20px ;
}

.Medical-outline {
	font-size: 14px;
    color: #1e1e1e;
    letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: -20px;
    font-family: "Noto Sans JP", sans-serif;
}

.hospital-section table {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
	margin-bottom: 35px;
}

.hospital-section table tr {
	border-bottom: 1px solid #ccc;
}

.hospital-section table td.cell-title, .hospital-section table th {
	background: #eee;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}

.hospital-section table td, .hospital-section table th {
	padding: 15px;
}

ul.bullet {
	list-style-type: disc;
    margin-left: -1.5rem;
}

.image-layout__txt ul {
    margin-left: -1.5rem;
}

.bullet li::marker, .image-layout__txt li::marker {
	color: #8b8b8b;
    padding-right: 5px;
    font-size: 12px;
}

/* ============================================================================================== */
/* Article elements                                                                               */
/* ============================================================================================== */

.js body {
	opacity: 0;
	transition: opacity 0.5s ease 0.025s;
}

.js body.onload{
	opacity: 1;
}

body {
	overflow-x: hidden!important;
}


.ttl {
	line-height: 1.5;
	font-size: 2.0rem;
	color: #535353;
}

.sub-ttl {
	line-height: 1.5;
	font-size: 17px;
	color: #373737;
	font-family: "Noto Sans JP", sans-serif;
}

/* 見出しの装飾（中央揃え） */
.h-underline {
	position: relative;
    margin-bottom: 0.5em;
	text-align: left;
}

.section-ttl-english {
	color: #d4a343;
    font-size: 18px;
    font-weight: 200;
    padding-left: 15px;
	font-family: Arial,Helvetica,Helvetica,sans-serif;
}

.news-list-btn {
	text-align: right;
    margin-bottom: 30px;
	margin-top: -50px;
}

.news-list-btn a {
	display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    cursor: pointer;
	text-decoration: none;
	transition-duration: 0.5s;
}

.news-list-btn-text {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
	transition: 0.3s;
}

.news-list-btn-box {
    width: 4rem;
    aspect-ratio: 1 / 1;
	display: block;
    background-color: #d4a343;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
	transition: all .3s;
}

.news-list-btn-box::after {
	content: "";
  	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 15px 10px -10px 10px;
	background-size: contain;
	vertical-align: middle;
    background: url(../img/arrow_white.svg) no-repeat;
	transform: rotate(0deg);
	transition: all .3s;
}

.news-list-btn-box:hover::after {
	margin: 15px 6px -10px 10px;
}

.news-back-btn {
	text-align: left;
	margin-top: 50px;
}

.news-back-btn a {
	display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    cursor: pointer;
	text-decoration: none;
	transition-duration: 0.5s;
}

.news-back-btn-text {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
	transition: 0.3s;
}

.news-back-btn-box {
    width: 4rem;
    aspect-ratio: 1 / 1;
	display: block;
    background-color: rgb(101, 129, 192);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
	transition: all .3s;
}

.news-back-btn-box::after {
	content: "";
  	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 15px 10px -10px 10px;
	background-size: contain;
	vertical-align: middle;
    background: url(../img/home/arrow_white_back.svg) no-repeat;
	transform: rotate(0deg);
	transition: all .3s;
}

.news-back-btn-box:hover::after {
	margin: 15px 6px -10px 6px;
}

.news-next-btn-box {
    width: 4rem;
    aspect-ratio: 1 / 1;
	display: block;
    background-color: rgb(101, 129, 192);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
	transition: all .3s;
}

.news-next-btn-box::after {
	content: "";
  	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 15px 10px -10px 10px;
	background-size: contain;
	vertical-align: middle;
    background: url(../img/arrow_white.svg) no-repeat;
	transform: rotate(0deg);
	transition: all .3s;
}

.news-next-btn-box:hover::after {
	margin: 15px 6px -10px 6px;
}

/* .h-underline:before {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 200px;
	height: 1px;
	margin: auto;
	background: currentColor;
	content: "";
	opacity: 0.5;
}

.sub-ttl.h-underline:before {
	width: 60px;
} */

/* 子見出しの装飾（左揃え） */
.hsub-underline {
	position: relative;
	padding-bottom: 0.8em;
	margin-bottom: 1.2em;
}

.hsub-underline:before {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	display: block;
	width: 60px;
	height: 1px;
	margin: auto;
	background: currentColor;
	content: "";
	opacity: 0.5;
}

.h-underline a,
.hsub-underline a {
	text-decoration: none;
}

.ttl-anchor {
	display: flex;
	text-decoration: none;
}

.notice {
	padding-left: 0;
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: 200;
	color: rgba(0,0,0,0.75);
	list-style: none;
	text-align: justify;
}

.notice li {
	display: inline;
	margin-bottom: 0.5em;
}

.notice > *:last-child,
.notice li:last-child {
	margin-bottom: 0;
}

/* ============================================================================================== */
/* features                                                                                   */
/* ============================================================================================== */

.features_list {
	max-width: 100%;
	padding: 0!important;
}

.features_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.features_text_box {
	width: 50%;
	color: #1e1e1e;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
	position: relative;
}

.features_img_box {
	width: 40%;
	position: relative;
	z-index: 2;
}

.features_img_box img{
	width: 100%;
	border-radius: 10px;
}

.features_sp {
	display: none;
}

.fukidasi {
	/* position: relative; */
    display: block;
    width: 100%;
    border-radius: 5px;
    /* border: solid 3px rgb(217 226 247); */
    margin-bottom: 40px;
    /* background-color: rgb(217 226 247); */
	color: #535353;
}

/* .fukidasi:before {
	content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid rgb(217 226 247);
    z-index: 10;
} */

/* .fukidasi::after {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    border-radius: 5px;
    box-sizing: border-box;
} */

.fukidasi_text {
	text-align: center;
    margin: 15px;
    font-size: 19px;
	color: #535353;
	display: flex; /* 文字と線を横並び */
  	justify-content: center; /* 文字を中央寄せ */
}

.fukidasi_text::before,
.fukidasi_text::after {
	background-color: rgb(101, 129, 192);
    content: "";
    height: 2.5px;
    width: 30px;
}
.fukidasi_text::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
  margin-top: 15px;
}
.fukidasi_text::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
  margin-top: 15px;
}

.features_number {
	font-weight: bold;
    font-family: Arial, Helvetica, Helvetica, sans-serif;
    font-size: 70px;
    position: absolute;
    color: rgb(217 226 247);
    z-index: 1;
    left: 0;
	bottom: 45%;
}

.features_title	{
    font-size: 22px;
    color: #d4a343;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS Mincho", "ＭＳ 明朝", serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
}

.features_info{
    font-size: 14px;
    color: #1e1e1e;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    z-index: 2;
    margin-top: -15px;
	font-weight: 400;
}

.features_point_text {
	color: #d4a343;
    font-size: 18px;
    font-family: Arial, Helvetica, Helvetica, sans-serif;
    margin-bottom: 0px;
}


.home-intro-set__bg_1 {
	position: absolute;
    z-index: -1;
    background: #fcf7ea;
    top: 235px;
    left: -45px;
    width: 120px;
    height: 120px;
    border-radius: 10px;
}

.home-intro-set__bg_2 {
	position: absolute;
    z-index: -1;
    background: #fcf7ea;
    top: 70px;
    left: -45px;
    width: 321px;
    height: 220px;
	border-radius: 10px;
}

.home-intro-set__bg_3 {
	position: absolute;
    z-index: -1;
    background: #fcf7ea;
    top: -35px;
    right: -50px;
    width: 215px;
    height: 160px;
    border-radius: 10px;
}

.reha-content {
	border: 1px solid rgb(238 241 249);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: rgb(238 241 249);
	margin-bottom: 15px;
}


/* ============================================================================================== */
/* contact-info                                                                                   */
/* ============================================================================================== */

.contact-info {
	margin: 15px auto;
	padding: 2em;
	box-sizing: border-box;
	/* line-height: 1.5; */
	background: rgb(61 61 61 / 8%);
	border-radius: 10px;
	text-align: center;
}

.contact-info > *:last-child {
	margin-bottom: 0;
}

.contact-info__title {
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-weight: 600;
}

.contact-info__title:first-child {
	margin-top: 0;
}

.contact-info__text {
	font-size: 1.2rem;
	margin-bottom: 0.5em;
}

.contact-info__text.dl {
	overflow: hidden;
}

.contact-info__text.dl dt {
	float: left;
	width: 4em;
}

.contact-info__text.dl dd {
	margin-left: 4em;
	margin-bottom: 5px;
}

.tel-anchor {
	position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 2rem;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
}

/* .tel-anchor:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	bottom: 0;
	left: 0;
	right: 0;
} */

.tel-anchor svg {
	position: relative;
	top: 0.05em;
	margin-right: 0.15em;
}

.contact-info__text:last-child {
	margin-bottom: 0;
}

.contact-info__text .tel_number{
	color: #d4a343;
	font-size: 25px;
	padding-left: 5px;
}

.contact-info__text a:hover {
	opacity: 0.6!important;
}

/* ============================================================================================== */
/* Layout / global-footer                                                                         */
/* ============================================================================================== */

.global-footer {
	width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    line-height: 1.4;
    text-align: center;
    background-color: #fcf7ea;
    padding-bottom: 25px;
	margin-top: 100px ;
}

/* ---------------------- */

.gf-inner-container {
	position: relative;
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}

.gf-inner-container:before {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	margin: auto;
}

/* ---------------------- */

.related-sites__list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	line-height: 0;
}

.related-sites__list li {
	margin-bottom: 15px;
}

.related-sites__list > *:last-child {
	margin-bottom: 0;
}

.related-sites__list a {
	display: inline-block;
	border: none;
	text-decoration: none;
}

.related-sites__logo img {
	display: block;
	height: 30px;
}

/* ---------------------- */

.footer-address {
	font-size: 1.5rem;
	line-height: 1.8;
}

.footer-address__logo img {
	width: 300px;
}

.footer-address .name {
	font-size: 100%;
	margin-bottom: 5px;
}

.footer-address .name__rizan {
	font-size: 140%
}

.footer-address strong {
	color: #333;
}

.footer-other-container {
	width: 90%;
}

.footer-other-container small {
	display: block;
	width: 100%;
	margin: 10px auto;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05rem;
}

/* ---------------------- */

.top-of-page {
	position: fixed;
	bottom: 5px;
	right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0;
	z-index: 100;
	cursor: pointer;
	border-radius: 3px;
	color: rgb(101,129,192);
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	transition: all .3s;
	border-radius: 30px;
	padding: 5px;
}

.top-of-page .icon_tel {
	margin-right: 0;
	width: 14px;
	height: 14px;
}

@media screen and (min-width: 1024px) {
	.top-of-page {
		margin-right: 0;
		width: 40px;
		height: 40px;
		bottom: 15px;
		right: 15px;
	}
	.top-of-page .icon_tel {
		width: 20px;
		height: 20px;
	}
	
	.top-of-page:hover {
		color: rgba(255, 255, 255, 1);
		background-color: rgb(101,129,192);
		box-shadow: 0 3px 5px rgba(0,0,0,0.2);
		transition: all .3s;
	}
}


/* ============================================================================================== */
/* Effect / SVG path                                                                              */
/* ============================================================================================== */

.effect {
	position: relative;
}

.effect-foreground {
	position: relative;
	z-index: 2;
}

.effect-background {
	position: relative;
	z-index: 1;
	height: 200px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}


.path {
	stroke-dasharray: 300;
	animation: dash 10s linear infinite;
	fill: none;
	stroke: rgb(255,255,255);
	stroke-width: 1;
	stroke-miterlimit: 10;
	transition: stroke 1s ease;
}

.path1 { animation-duration: 3s; }
.path2 { animation-duration: 4s; }
.path3 { animation-duration: 5s; }
.path4 { animation-duration: 6s; }
.path5 { animation-duration: 5.5s; }

.path-base {
	stroke-dasharray: 300;
	fill: none;
	animation: dash 15s linear infinite;
	stroke: rgba(77,194,190,1);
	stroke-width: 1;
	stroke-miterlimit: 10;
	transition: stroke 1s ease;
}



.effect--wind {
	position: absolute;
	width: 100%;
}

.effect--wind.bottom {
	bottom: 0;
}

.effect--wind.box-deco-rb .path,
.effect--wind.box-deco-lt .path,
.effect--wind.bottom .path { 
	animation-name: dash;
	stroke: rgb(101,129,192);
}

.effect--wind.box-deco-lt {
	left: 0;
	top: -20px;
	text-align: left;
	width: auto;
}

.effect--wind.box-deco-rb {
	right: 0;
	top: calc(100% - 20px);
	text-align: right;
	width: auto;
}



.intro-wind {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	transition: opacity 3s ease 2s;
	opacity: 1;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 768px;
	pointer-events: none;
	background: #fff;
}

.onload .intro-wind {
	opacity: 0;
}

.intro-wind .path {
	stroke: rgb(101,129,192);
}



@keyframes dash {
	0% {
		stroke-dashoffset: 600;
		stroke-width: 0;
		stroke-opacity: 0;
	}
	50% {
		stroke-width: 1;
		stroke-opacity: 0.5;
	}
	100% {
		stroke-dashoffset: 1800;
		stroke-width: 0;
		stroke-opacity: 0;
	}
}



/* ============================================================================================== */
/* UI / Button                                                                                    */
/* ============================================================================================== */


.button-state {
	display: inline-block;
	transition: all 0.25s ease;
}

.button-state.lang-en {
	font-size: 1.6rem;
}

.button-state.underline {
	border-bottom: 1px solid rgba(0,0,0,0.5);
	text-decoration: none;
}

a:hover .button-state.underline,
.button-state.underline:hover {
	border-bottom: 1px solid rgba(0,0,0,1);
}

.button-state.fill-button {
	font-weight: 500;
	padding: 8px 15px;
	color: rgba(255,255,255,0.8);
	background-color: rgba(0,0,0,0.75);
	border: 1px solid rgba(0,0,0,0.75);
	text-decoration: none;
	border-radius: 2px;
	box-sizing: border-box;
}

a:hover .button-state.fill-button,
.button-state.fill-button:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
}

.button-state.ghost-button {
	border: 1px solid currentColor;
	color: inherit;
	padding: 8px 15px;
	font-size: 80%;
	font-weight: 500;
	box-sizing: border-box;
	text-decoration: none;
	letter-spacing: 0.25rem;
	text-indent: 0.2rem;
	text-transform: uppercase;
}

.button-state.image-button {
	text-indent: 0;
}

a:hover .button-state.ghost-button,
.button-state.ghost-button:hover {
	border: 1px solid rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
}

a:active .button-state.ghost-button,
.button-state.ghost-button:active {
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	color: rgba(255,255,255,1);
	background-color: #000;
}




/* ============================================================================================== */
/* UI carrousel                                                                                   */
/* ============================================================================================== */

.carrousel-images {
	position: relative;
	margin-bottom: 60px;
}

.carrousel-images ul {
	position: relative;
	overflow: hidden;
}

.carrousel-images .viewport {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	transition: all 0.2s cubic-bezier(0.1,0.5,0.6,1.25);
	z-index: 2;
}

.carrousel-images .viewport:hover {
	cursor: -webkit-grab;
	cursor:         grab;
}

.carrousel-images .viewport.mousedown {
	cursor: -webkit-grabbing;
	cursor:         grabbing;
}

.carrousel-images .viewport li {
	float: left;
	width: 100%;
	padding: 0;
}

.carrousel-images .controller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.carrousel-images .img-wrap {
	display: block;
}

.carrousel-images img {
	display: block;
	width: 100%;
	height: auto;
}

/* ---------------------------------------- */

.carrousel-controller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	pointer-events: none;
	z-index: 3;
}

.carrousel-controller .right,
.carrousel-controller .left {
	z-index: 3;
	position: absolute;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	width: 20%;
	max-width: 140px;
	margin: auto;
	pointer-events: auto;
	transition: all 0.2s ease;
}

.carrousel-controller .right {
	right: 0;
}

.carrousel-controller .left {
	left: 0;
}

.carrousel-controller .right span,
.carrousel-controller .left span {
	position: relative;
	z-index: 3;
	display: block;
	width: 50px;
	height: 50px;
	opacity: 1;
	-webkit-transition: background 0.2s ease;
	   -moz-transition: background 0.2s ease;
	        transition: background 0.2s ease;
}

.carrousel-controller .right span {
	background: url(../images/common/icon_arrow_right_wt.png) no-repeat center center;
	background-size: 36px 36px;
}

.carrousel-controller .left span {
	background: url(../images/common/icon_arrow_left_wt.png) no-repeat center center;
	background-size: 36px 36px;
}

.carrousel-controller .right:hover,
.carrousel-controller .left:hover {
	background-color: rgba(0,0,0,0.3);
}

.carrousel-controller .none {
	cursor: default;
	opacity: 0;
}

/* ---------------------------------------- */

.carrousel-page-indicator {
	position: absolute;
	top: 100%;
	z-index: 3;
	width: 100%;
}

.carrousel-page-indicator ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.carrousel-page-indicator li {
	margin: 5px;
	padding: 5px;
	cursor: auto;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	        tap-highlight-color: rgba(0,0,0,0);
}

.carrousel-page-indicator li:hover span {
	background: rgba(0,0,0,1);
}

.carrousel-page-indicator li span {
	display: block;
	width: 8px;
	height: 8px;
	background: rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	border-radius: 50%;
}

.carrousel-page-indicator li.current {
	cursor: auto;
	transform: scale(1.2);
}

.carrousel-page-indicator li.current span {
	background: rgba(0,0,0,1);
}


.slide-container {
    width: 100%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 40s infinite linear 1s both;
}

.slide{
  width: 350px;
  object-fit:cover;
  padding: 0 5px 0;
}

@keyframes slide-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}

.intro-circle {
	color: #d4a343!important;
    margin-right: 10px;
}

.intro-circle-green {
	color: #83c2be!important;
    margin-right: 10px;
}
.intro-circle-pink {
	color: #df94ac !important;
    margin-right: 10px;
}
.intro-circle-orange {
	color: #ebac8c !important;
    margin-right: 10px;
}


#intro .tbl1 table tr th {
	padding: 10px;
    font-weight: normal;
    background-color: rgb(236 241 253);
    text-align: center;
    vertical-align: middle;
}

#intro .tbl1 table tr th {
	padding: 10px;
    font-weight: normal;
    background-color: rgb(236 241 253);
    text-align: center;
    vertical-align: middle;
}

#intro .tbl1 table{
	font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
	margin-bottom: 40px;
}

.tbl1 table tr td {
	padding: 10px;
    background-color: #FFF;
	font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
}

.tbl1 {
	margin-bottom: 15px;
}

.intro-square {
	color: #EDD9E3 !important;
    margin-right: 10px;
}

.intro-expla-text p{
	font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}

.intro-medical-text p{
	font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
	margin-bottom: 0 !important;
}

.intro-purple {
	color: rgb(101, 129, 192);
	font-size: 15px;
}

.intro-pink {
	color: #df94ac;
	font-size: 15px;
}
.intro-orange {
	color: #ebac8c;
	font-size: 15px;
}

.wp-block-image {
	margin-bottom: 15px!important;
}

.wp-block-group {
	align-items: flex-start!important;
    flex-wrap: nowrap!important;
}

/* ============================================================================================== */
/* about                                                                                          */
/* ============================================================================================== */

.about-parent {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 0px;
	margin-bottom: 40px;
}

.about-parent img{
	width: 100%;
	border-radius: 15px;
}
	
	.about-div1 { grid-area: 1 / 1 / 2 / 2; }
	.about-div2 { grid-area: 1 / 2 / 2 / 3; }
	.about-div3 { grid-area: 1 / 3 / 2 / 4; }
	.about-div4 { grid-area: 1 / 4 / 2 / 5; }


/* ============================================================================================== */
/* from                                                                                          */
/* ============================================================================================== */

.form-area {
	text-align: unset;
    margin-top: 40px;
    padding: 30px;
    background-color: #F1F8FC;
    margin-bottom: 60px;
}

.form-area h1{
	font-size: 18px;
}

.form-area p{
	margin-bottom: 10px;
	font-size: 15px;
}

.form-area ul{
	display: flex;
    list-style: none;
    padding: 0px !important;
	margin-bottom: 30px;
}

.form-area li.form-title {
	width: 190px;
    font-size: 14px;
}

.form-area li.input-area {
	font-size: 14px;
    line-height: 1.5;
}

.input-long input{
	width: 100% !important;
}

.wpcf7-list-item {
    margin: 0.3rem 0 !important;
    display: block !important;
}

.form-message {
	font-size: 15px;
    line-height: 1.6;
    margin-top: 30px;
	list-style: none;
	padding: 0px!important;
}

.form-area .required {
	font-size: 12px;
    color: #ff55b3!important;
}

.form-area li.input-area textarea {
	width: 520px;
    height: 250px;
    resize: none;
    border: none;
    border-radius: 3px;
}

.form-area li.input-area input[type="text"], .form-area li.input-area input[type="email"], .form-area li.input-area input[type="tel"] {
	width: 250px;
    height: 35px;
    font-size: 14px;
    padding: 4px;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-button {
	text-align: center;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
	max-width: 160px;
    width: 100%;
    height: 45px;
    background-color: rgb(107 137 205);
    margin-top: 24px;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 35px;
    box-shadow: none;
	cursor: pointer;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	opacity: 0.5;
    transition: .3s;
}

.wpcf7-form-control.wpcf7-previous {
	max-width: 160px;
    width: 100%;
    height: 45px;
    background-color: rgb(107 137 205);
    margin-top: 24px;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 35px;
    box-shadow: none;
	cursor: pointer;
	margin-bottom: -25px;
}

.wpcf7-form-control.wpcf7-previous:hover {
	opacity: 0.5;
    transition: .3s;
}

.wpcf7-confirm {
	max-width: 160px;
    width: 100%;
    height: 45px;
    background-color: rgb(107 137 205);
    margin-top: 24px;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 35px;
    box-shadow: none;
	cursor: pointer;
}

.wpcf7-confirm:hover {
	opacity: 0.5;
    transition: .3s;
}

.screen-reader-response p {
    font-size: 16px;
    font-weight: 600;
    color: rgb(101, 129, 192);
}

.wpcf7-response-output {
	font-size: 16px;
    font-weight: 600;
    color: rgb(101, 129, 192);
}

.screen-reader-response ul{
    list-style: none;
    padding: 0px !important;
}

.screen-reader-response ul li{
    margin-bottom: 5px;
	color: #ff55b3 !important;
}

.br-sp {
	display: none;
}

.br-pc {
	display: block;
}

.flowitems {
	display: flex;
	justify-content: center;
}

.flowitem1 {
	width: 20%;
    padding: 20px;
    margin: 5px;
    color: #fff;
    background-color: #d4a343;
    border-radius: 10px;
	font-size: 15px;
}

.flowitem2 {
	width: 80%;
    padding: 20px;
    margin: 5px;
    color: #585858;
    background-color: #fcf7ea;
    border-radius: 10px;
	font-size: 16px;
    line-height: 25px;
}

.need {
	background-color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
}

@media screen and (max-width: 870px) {
	.form-area li.input-area textarea {
		width: 400px;
	}
}

@media screen and (max-width: 735px) {
	.form-area li.input-area textarea {
		width: 100%;
		font-size: 15px;
	}
	.form-area p {
		margin-bottom: 15px;
	}
	.flowitems {
		display: block;
	}
	.flowitem1 {
		margin: 0px;
        padding: 5px 10px;
        width: 40%;
        margin-top: 15px;
		border-radius: 5px;
	}
}

@media screen and (max-width: 555px) {
	.form-area ul {
		display: block;
	}
}


/* スクロールダウンの位置 */
.scroll {
	position: absolute;
	right: 2%;
	top: 80%;
	writing-mode: vertical-rl;
	z-index: 1;
	color: rgb(101, 129, 192);
  }
  /* 線のアニメーション部分 */
  .scroll::before {
	animation: scroll 4s infinite;
	background-color: rgb(101, 129, 192);
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 2px;
	z-index: 2;
  }
  /* 線の背景色 */
  .scroll::after {
	background-color: #dbdbdb;
	bottom: -115px;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 2px;
  }

  .s-back-being {
	background-image: linear-gradient(108deg, #f6ceec00 10%, #d0f2ff40 30%, #fff0fe7a 60%);
  }

  /* Acordion Faq */
  .accordion-005 {
	max-width: 100%;
	}

	.accordion-005:not([open]) {
		margin-bottom: 7px;
	}

	.accordion-005 summary {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		padding: 1em 3em 1rem 2rem;
		background-color: #f2f2f2;
		color: #4d4d4d;
		font-weight: 600;
		cursor: pointer;
    	border-radius: 5px;
		line-height: 25px;
	}

	.accordion-006 {
		max-width: 100%;
		}
	
		.accordion-006:not([open]) {
			margin-bottom: 7px;
		}
	
		.accordion-006 summary {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			position: relative;
			padding: 1em 3em 1.5rem 2rem;
			background-color: rgb(208 232 251);
			color: #4d4d4d;
			font-weight: 600;
			cursor: pointer;
			border-radius: 5px;
			line-height: 25px;
		}

	.accordion-question {
		padding-right: 10px;
    	font-size: 20px;
    	font-weight: 400;
		font-family: Arial, Helvetica, Helvetica, sans-serif;
		color: rgb(101, 129, 192);
	}

	.accordion-answer {
		padding-right: 10px;
    	font-size: 20px;
    	font-weight: 400;
		font-family: Arial, Helvetica, Helvetica, sans-serif;
		color: #f3a9b7;
	}

	/* accordion5 */
	.accordion-005 summary::-webkit-details-marker {
		display: none;
	}

	.accordion-005 summary::before,
	.accordion-005 summary::after {
		width: 3px;
		height: .9em;
		border-radius: 5px;
		background-color: #c2c2c2;
		content: '';
		transition: all .3s;
	}

	.accordion-005 summary::before {
		position: absolute;
		right: 2em;
		rotate: 90deg;
		transition: all .3s;
	}

	.accordion-005 summary::after {
		transition: rotate .3s;
		transition: all .3s;
		position: absolute;
		right: 2em;
	}

	.accordion-005[open] summary::after {
		rotate: 90deg;
	}

	.accordion-005 p {
		transform: translateY(-10px);
		opacity: 0;
		margin: 0;
		padding: 1em 2em 2em 2em;
		color: #333333;
		transition: transform .5s, opacity .5s;
	}

	.accordion-005[open] p {
		transform: none;
		opacity: 1;
	}

	/* accordion6 */
	.accordion-006 summary::-webkit-details-marker {
		display: none;
	}

	.accordion-006 summary::before,
	.accordion-006 summary::after {
		width: 3px;
		height: .9em;
		border-radius: 5px;
		background-color: rgb(101, 129, 192) ;
		content: '';
		transition: all .3s;
	}

	.medi-home summary::before,
	.medi-home summary::after {
		background-color: #df94ac !important ;
	}

	.accordion-006 summary::before {
		position: absolute;
		right: 2em;
		rotate: 90deg;
		transition: all .3s;
	}

	.accordion-006 summary::after {
		transition: rotate .3s;
		transition: all .3s;
		position: absolute;
		right: 2em;
	}

	.accordion-006[open] summary::after {
		rotate: 90deg;
	}

	.accordion-006 p {
		transform: translateY(-10px);
		opacity: 0;
		margin: 0;
		padding: 1em 2em 2em 2em;
		color: #333333;
		transition: transform .5s, opacity .5s;
	}

	.accordion-005[open] p {
		transform: none;
		opacity: 1;
	}

	.banner-flex {
		display: flex;
		max-width: 100% ;
		justify-content: space-between;
	}

	.banner-flex figure {
		margin: 5px 15px;
		width: 47%;
	}

	.banner-flex img {
		width: 100% ;
		height: auto;
		box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
		border-radius: 10px;
	}

	.banner-flex img:hover {
		box-shadow: 0 4px 5px rgba(0, 0, 0, .1);
    	transition: all 0.3s;
    	opacity: 0.8;
	}

	.flow_number {
		font-size: 15px;
		color: rgb(101, 129, 192);
		font-weight: 600;
		margin-right: 20px;
	}

	.flow_triangle {
		font-size: 17px;
		color: #83c2be;
		margin-bottom: 1px;
		margin-top: -12px;
		text-align: center;
	}

	.home-service-text {
		border: 1px solid rgb(238 241 249);
		border-radius: 5px;
		box-sizing: border-box;
		padding: 10px 15px;
		background-color: rgb(238 241 249);
		margin-bottom: 15px;
	}

	.home-service-text-green {
		border: 1px solid #deedec;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 10px 15px;
		background-color: #deedec;
	}

  /* 線のアニメーション */
  @keyframes scroll {
	0% {
	  transform: scale(1, 0);
	  transform-origin: 0 0;
	}
	50% {
	  transform: scale(1, 1);
	  transform-origin: 0 0;
	}
	51% {
	  transform: scale(1, 1);
	  transform-origin: 0 100%;
	}
	100% {
	  transform: scale(1, 1);
	  transform-origin: 0 100%;
	}
  }

  #photo {
	margin-top: 200px;
  }

  .hospitali-contact-box {
	display: flex;
	justify-content: space-between;
	align-items: end;
  }

  .hospitali-contact-img {
	margin: 15px auto;
    box-sizing: border-box;
    line-height: 1.5;
    text-align: center;
	display: block;
    align-items: center;
    width: 48%;
	transition: 0.3s;
  }

  .hospitali-contact-img img {
    width: 100%;
	border-radius: 10px;
  }

  .hospitali-contact-img:hover {
	opacity: 0.8;
	transition: 0.3s;
  }


/* ============================================================================================== */
/* Break                                                                                          */
/* ============================================================================================== */

.pcbr {
	display: none;
}

.tbbr {
	display: none;
}

.spbr {
	display: block;
}



/* ============================================================================================== */
/* Text align                                                                                     */
/* ============================================================================================== */

.spcenter {
	text-align: center;
}

.tbcenter {
	text-align: inherit;
}

.pccenter {
	text-align: inherit;
}


/* ============================================================================================== */
/* obligation                                                                                      */
/* ============================================================================================== */


.obligation-outline {
	letter-spacing: 1px;
	width: 100%;
}


.hospital-outline__fig img {
	display: block;
	width: 100%;
	border-radius: 15px;
}

.hospital-outline__fig_speech img {
	display: block;
	width: 100%;
	border-radius: 15px;
}


/* ============================================================================================== */
/* Animation                                                                                      */
/* ============================================================================================== */


@keyframes iconZoomInBounce {
	0% {
		transform: scale3d(0,0,0);
	}
	60% {
		transform: scale3d(1.35,1.35,1.35);
	}
	80% {
		transform: scale3d(0.85,0.85,0.85);
	}
	90% {
		transform: scale3d(1.05,1.05,1.05);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@keyframes iconZoomIn {
	0% {
		transform: scale3d(0,0,0);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@keyframes iconScaleWt {
	0% {
		transform: scale3d(1.5,1.5,1.5);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@keyframes iconScaleBorderWt {
	0% {
		border-color: rgba(0,0,0,1);
		opacity: 0;
	}
	100% {
		border-color: rgba(255,255,255,1);
		opacity: 1;
	}
}

@keyframes iconScaleBk {
	0% {
		transform: scale3d(1.5,1.5,1.5);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@keyframes iconScaleBorderBk {
	0% {
		border-color: rgba(0,0,0,1);
		opacity: 0;
	}
	100% {
		border-color: rgba(0,0,0,1);
		opacity: 1;
	}
}

@keyframes targetAnimation {
	0% {
		transform: translateY(0px);
		text-shadow: 0 0 0 rgba(0,0,0,0.6);
	}
	100% {
		transform: translateY(-5px);
		text-shadow: 0 5px 5px rgba(0,0,0,0.3);
	}
}





/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

@media screen and (min-width: 374px) {
	
	.pcbr {
		display: none;
	}
	.tbbr {
		display: none;
	}
	.spbr {
		display: block;
	}
	
	.spcenter {
		text-align: center;
	}

	.tbcenter {
		
	}

	.pccenter {
		
	}
}


@media screen and (min-width: 414px) {
	
	.global-navigation__site-title {
		font-size: 1.6rem;
		margin: 15px auto;
		padding: 15px 0;
	}
	
	.nav-item__figure {
		width: 50px;
		padding-right: 10px;
	}
	
	.nav-item__text-container {
		width: calc(100% - 60px);
	}
	
	.nav-item__anchor {
		margin: 15px 0px;
	}
	
	.nav-item__text {
		font-size: 1.3rem;
	}
	
}

@media screen and (min-width: 541px) {
	
	.pcbr {
		
	}
	.spbr {
		display: none;
	}
	.tbbr {
		display: block;
	}
	
	.spcenter {
		
	}
	.tbcenter {
		text-align: center;
	}
	.pccenter {
		
	}
	
	/* ------------------------------------------------------------------------------------------ */
	
	
	.navigation-tab__container {
		white-space: nowrap;
		box-sizing: border-box;
	}
	
	.navigation-tab__item {
		display: inline;
	}
	
	.navigation-tab__item:first-child {
		padding-left: 0;
	}
	
	.navigation-tab__item:last-child {
		padding-right: 0;
	}
	
	
	/* ------------------------------------------------------------------------------------------ */
	
	
	.input-form__ui-item.next-step .button-state {
		display: inline-block;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
	
	
	/* ------------------------------------------------------------------------------------------ */
	
}

/* iPad (768px) */

@media screen and (min-width: 768px) {
	
	.width-state--regular {
		width: calc(100% - 100px);
	}

	.width-state--regular-news {
		width: calc(100% - 100px);
	}
	
	.spbr {
		display: none;
	}
	.pcbr {
		display: none;
	}
	.tbbr {
		display: block;
	}
	
	.tbcenter {
		text-align: center;
	}
	
	
	/* ------------------------------------------------------------------------------------------ */
	
	
	.table-state--regular .standard-width-cell {
		width: calc(80px + 10vw);
	}
	
	.table--variable > thead > tr,
	.table--variable > tbody > tr,
	.table--variable > tfoot > tr,
	.table--variable > tr {
		display: table-row;
	}
	
	.table--variable > thead > tr > th,
	.table--variable > tbody > tr > th,
	.table--variable > tfoot > tr > th,
	.table--variable > th {
		display: table-cell;
		padding: calc(5px + 0.5vw) 0;
	}
	
	.table--variable > thead > tr > td,
	.table--variable > tbody > tr > td,
	.table--variable > tfoot > tr > td,
	.table--variable > tr > td {
		display: table-cell;
	}
	
	/* --------------------------------------------------------- */
	/* footer */
	.gf-inner-container {
		padding: 30px 0;
	}
	
	.related-sites__list {
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.related-sites__list li {
		margin: 0 20px;
	}
	
	.address-container {
		display: flex;
		justify-content: center;
	}
	
	.address-container address {
		width: 300px;
		margin: 20px;
	}
	
}

/* ---------------------------------------------------------------------------------------------- */
/* Desktop                                                                                        */


@media screen and (min-width: 1024px) {
	
	main {
		font-size: 14px;
		font-weight: 400;
		color: #1e1e1e;
        font-family: "Noto Sans JP", sans-serif;
	}
	
	
	.spbr {
		display: none;
	}
	.tbbr {
		display: none;
	}
	.pcbr {
		display: block;
	}

	.pccenter {
		text-align: center;
	}
	
	
	.outline-section {
		margin-bottom: 170px;
		padding-top: 65px;
	}

	.outline-section-riku {
		margin-bottom: 170px;
		padding-top: 65px;
	}

	.nwesline-section {
		margin-bottom: 170px;
		padding-top: 65px;
	}
	
	.outline-subsection {
		margin-bottom: 80px;
		
	}
	
	.outline-section__header {
		margin-bottom: 65px;
	}
	
	
	.notice li {
		display: block;
	}
	
	
	.ttl.h-underline {
		font-size: 2.1rem;
		color: #535353;
	}
	
	.contact-info__title {
		font-size: 1.5rem;
	}
	
}

@media screen and (min-width: 1280px) {
	.introd-flex {
		grid-template-columns: repeat(auto-fit, 280px);
	}
	#gnav .contact-info__text {
		font-size: 15px;
	}

	.intro-medical-text p {
		font-size: 15px;
	}

	.hospital-outline {
		font-size: 16px;
	}
	
	.intro-purple {
		font-size: 17px;
	}
	.intro-pink {
		font-size: 17px;
	}
	.intro-orange {
		font-size: 17px;
	}
	.nav-label {
		font-size: 16px;
	}
	.features_info {
		font-size: 16px;
		letter-spacing: 0.2em;
	}
	.news-list-btn-text {
		font-size: 15px;
	}
	.intro-expla-text p {
		font-size: 16px;
	}
	.hospital-section table td.cell-title, .hospital-section table th {
		font-size: 16px;
	}
	.hospital-section table td, .hospital-section table th {
		font-size: 16px;
	}
	.Medical-outline {
		font-size: 16px;
	}
	.outline-subsection p {
		font-size: 16px;
	}
	main {
		font-size: 16px;
	}
	.kv-box {
		top: 22em;
	}
	.article-headline__ttl {
		font-size: 16px;
	}
	.flowitem1 {
		font-size: 17px;
	}
	.tbl1 table tr td {
		font-size: 15px;
	}
	.access-step li {
		font-size: 15px;
	}
	.form-message {
		font-size: 16px;
	}
	.form-area p {
		font-size: 16px;
	}
}

@media screen and (min-width: 1480px) {
	.kv-box {
		top: 22em;
	}
}

@media screen and (min-width: 1280px) {
	
	#global-header {
		margin-bottom: 70px;
	}
	
	#gnav {
		transform: translateY(0px);
		transition: all 0.25s cubic-bezier(.65,.05,.36,1);
		box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	}
	
	.scroll-down #gnav {
		/*transform: translateY(-70px);*/
		transform: translateY(0px);
	}
	.scroll-y-end #gnav {
		transform: translateY(0);
	}
	
	.show + .main-wrapper {
		pointer-events: auto;
	}
	
	#gnav,
	.hide #gnav {
		height: 90px;
	}
	
	.hide #gnav .wrap {
		visibility: visible;
	}
	
	.hide #gnav .overlay,
	.hide #gnav .overlay_bk {
		visibility: visible;
	}
	
	#gnav .anm {
		opacity: 1;
		transform: translateX(0);
	}
	
	#gnav .wrap {
		visibility: visible;
		opacity: 1;
		max-width: initial;
	}
	
	#gnav .overlay,
	#gnav .overlay_bk {
		position: absolute;
		height: 100%;
	}
	
	#gnav .overlay {
		opacity: 1;
		width: 100vw;
	}
	
	#gnav .overlay_bk {
		display: none;
	}
	
	.global-navigation--inner-wrap {
		width: auto;
		margin: 0 2em;
	}
	
	.global-navigation--inner-pos {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
	}
	
	.list-main {
		display: flex;
		align-items: center;
	}
	.list-main > * {
		margin: 0 1em;
	}
	.list-main > *:last-child {
		margin: 0;
	}
	.list-main ul {
		display: flex;
		border-bottom: none;
		color: #000;
	}
	
	.list-main .nav-item {
		border-top: none;
	}
	
	.list-main .nav-icon {
		display: none;
	}
	
	.nav-item__anchor {
		border-bottom: 3px solid rgba(255,255,255,0);
	}
	
	.nav-item__anchor:hover {
		border-bottom-color: currentColor;
	}
	
	.nav-label {
		font-size: 14px;
	}
	
	#gnav .contact-info {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	
	#gnav .contact-info__title {
		display: none;
	}
	
	#gnav .tel-anchor {
		padding-bottom: 0;
		font-size: 1.8rem;
		background-color: #f3a9b7;
		padding: 11px 20px;
		border: solid 2px #f3a9b7;
        border-radius: 30px;
		cursor: pointer;
		transition: all 1s ease-in-out;
	}
	
	#gnav .contact-info__text {
		margin-bottom: 0;
		margin-right: 1em;
		font-size: 1.2rem;
		font-family: "Noto Sans JP", sans-serif;
		line-height: 20px;
	}
	
	#gnav .contact-info__text.tel {
		line-height: 1;
	}

	#gnav .tel-anchor:hover {
		background-color: #fff;
    	border: solid 2px #f3a9b7;
		color: #f3a9b7;
		transition: all 1s ease-in-out;
	}
	
	#gnav .tel-anchor {
		font-size: 1.8rem;
		font-weight: 600;
        font-family: "Noto Sans JP", sans-serif;
	}
	
	#gnav .tel-anchor .icon_tel {
		width: 20px;
		height: 20px;
	}
	
	#gnav .tel-anchor:after {
		display: none;
	}
	
	.menu-button {
		display: none;
	}
	
	
	.site-subheader + .content-wrapper {
		padding-top: 60px;
	}
	.site-subheader + .content-wrapper.detail {
		padding-top: 40px;
	}

	.sp-top-img {
		display: none!important;
	}
	
}

@media screen and (min-width: 1024px) {
	.hospital-outline__fig {
		margin-bottom: 10px;
		width: calc(50% - 50px);
	}
	.hospital-outline__fig_speech {
		margin-bottom: 10px;
		width: calc(33% - 50px);
	}
}

@media screen and (min-width: 1630px) {
	.home-intro-set__bg_2 {
		top: 105px;
	}
}

@media screen and (max-width: 1279px) {
	.sp-top-img {
		display: block;
		position: relative;
        z-index: 10;
        text-align: left;
        padding: 10px 20px;
	}
}

@media screen and (max-width: 1220px) {
	.home-intro-set__bg_1 {
		top: 200px;
	}
}

@media screen and (max-width: 1024px) {
	.hospital-outline {
		margin-top: 10px;
		margin-bottom: 30px;
		font-size: 15px;
	}

	.introd-flex {
		grid-template-columns: repeat(auto-fit, 320px);
	}
	.home-intro-set__bg_1 {
		top: 150px;
	}
	.about-parent {
		grid-column-gap: 20px;
	}
	.speech_text {
		width: 100%!important;
	}
	.tbl1 h3 {
		margin: 30px 0 15px;
	}
}

@media screen and (max-width: 800px) {
	.flowitem2 {
		font-size: 14px;
		width: 90%;
		margin: 5px 5px 5px  0 ;
	}
}

@media screen and (max-width: 700px) {
	.home-intro-set__bg_1 {
		top: 95px;
		left: -20px;
	}
	.home-intro-set__bg_2 {
		top: -10px;
		left: -45px;
		width: 225px;
		height: 166px;
	}
	.banner-flex figure {
		width: 50%;
	}
	.about-parent {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 0px;
	}

	.about-div3 {
		grid-area: 2 / 1 / 2 / 2;
	}

	.about-div4 {
		grid-area: 2 / 2 / 2 / 2;
	}
	.features_number {
		display: none;
	}
}

@media screen and (max-width: 555px) {
	/* .global-navigation--inner-pos {
		background-image: url(https://sj-matsunaga.jp/sjm-wp/wp-content/themes/sj-matsunaga/img/home/hamenu_back.jpg);
	} */

	.introd-flex {
		grid-template-columns: repeat(auto-fit, 100%);
	}

	.sub-ttl {
		font-size: 16px;
	}

	.news-list-btn-box::after {
		margin: 15px 10px -10px 10px;
	}

	.news-back-btn-box::after {
		margin: 15px 10px -10px 10px;
	}

	.news-next-btn-box::after {
		margin: 15px 10px -10px 10px;
	}

	.news-list-btn-box:hover::after {
		margin: 10px 6px -10px 10px;
	}

	.intro-expla-text p{
		font-size: 14px;
	}

	.intro-medical-text p {
		font-size: 14px;
	}

	.outline-section {
		margin-bottom: 70px;
	}

	.outline-section-riku {
		margin-bottom: 70px;
        margin-top: -25px;
	}

	.scroll-down .site-subheader, .scroll-down #gnav {
		transform: translateY(0px);
	}

	.inner-logo .logo-anchor img {
		height: 35px;
	}

	.sp-top-img {
		padding: 5px 15px;
	}

	.news-back-btn-text {
		font-size: 14px;
	}
	
	.footer-address__logo img {
		width: 250px;
	}

	.scroll {
		top: 85%;
	}

	.br-sp {
		display: block;
	}

	.br-pc {
		display: none;
	}

	.s-back-being {
		padding-bottom: 25px;
		margin-bottom: 40px;
	}

	#photo {
		margin-top: 125px;
	}

	.slide {
		width: 310px;
	}

	.features_flex {
		display: block;
	}
	
	.features_text_box {
		width: 100%;
	}
	
	.features_img_box {
		width: 100%;
	}

	.features_pc {
		display: none;
	}

	.features_sp {
		display: block;
	}

	/* .features_number {
		left: 75%;
        bottom: -360px;
	} */

	.features_title {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.features_point_text {
		font-size: 15px;
	}

	.news-list-btn {
		margin-bottom: 20px;
	}

	.fukidasi_text {
		font-size: 16px;
	}

	.home-intro-set__bg_1 {
		display: none;
	}

	.home-intro-set__bg_2 {
		display: none;
	}

	.home-intro-set__bg_3 {
		display: none;
	}
	.banner-flex {
		display: block;
	}

	.banner-flex img {
		width: 100% ;
	}

	.hospital-title {
		font-size: 18px ;
	}

	.hospital-title-green {
		font-size: 18px ;
	}
	.hospital-title-pink {
		font-size: 18px ;
	}
	.hospital-title-orange {
		font-size: 18px ;
	}

	.banner-flex figure {
		margin: 0px 0px 15px !important;
		width: 100%;
	}

	.page-top {
		display: none!important;
	}

	.nav-item__anchor {
		margin: 10px 0px!important;
	}

	.tel-anchor {
		padding: 5px 10px;
		font-size: 17px;
	}

	.fukidasi_text::before {
		margin-right: 0px; /* 文字との余白 */
		transform: rotate(60deg); /* 傾ける */
		margin-top: 25px;
	  }
	  .fukidasi_text::after {
		margin-left: 0px; /* 文字との余白 */
		transform: rotate(-60deg); /* 傾ける */
		margin-top: 25px;
	  }
	.fukidasi_text::before, .fukidasi_text::after {
		width: 100px;
	}
	.fukidasi_text {
		margin: 15px 0!important;
	}
	.hospital-outline__fig {
		margin-bottom: 50px;
	}
	.hospital-outline__fig_speech {
		margin-bottom: 50px;
	}
	.hospitali-contact-box {
		display: block;
	}
	.hospitali-contact-img {
		width: 100%;
	}
	.section-ttl-english {
		font-size: 16px;
    	font-weight: 200;
    	padding-left: 10px;
	}
	.outline-section__header {
    	margin-bottom: 40px;
	}
}

@media screen and (max-width: 400px) {

	.news-list-btn {
		margin-top: 30px;
	}

	.news-back-btn {
		margin-top: 30px;
	}

	.slide {
		width: 270px;
		object-fit:cover;
	}

	#intro .tbl1 table{
		font-size: 14px;
	}
	.article-headline__cat {
		width: 35%!important;
	}
	.flowitem1 {
		width: 50%!important;
	}
}

@media screen and (max-width: 350px) {
	/* .features_number {
		bottom: -310px;
		left: 70%;
	} */
	.fukidasi_text::before {
		margin-top: 40px;
	}
	.fukidasi_text::after {
		margin-top: 40px;
	}
	.intro-ttl {
		font-size: 3rem !important;
	}
}

@media screen and (min-width: 1800px) {
	.kv-box {
		top: 32em !important;
	}
}

@media screen and (min-width: 1630px) {

	.intro-ttl {
		font-size: 5.5rem!important;
	}
	.intro-txt {
		font-size: 1.7rem!important;
	}
	.kv-box {
		top: 25em!important;
	}

	.news-list-btn a {
		gap: 2rem;
	}
	.news-list-btn-text {
		font-size: 15px;
	}

	.news-back-btn a {
		gap: 2rem;
	}
	.news-back-btn-text {
		font-size: 19px;
	}

	.article-headline__date {
		font-size: 15px!important;
	}
	.article-headline__cat {
		font-size: 15px!important;
	}
	.article-headline__ttl {
		font-size: 16px!important;
	}
	.section-ttl-english {
		font-size: 20px!important;
	}
	.introd-flex {
		grid-template-columns: repeat(auto-fit, 280px);
    	gap: 10px 20px;
	}
	.introd-example p {
		font-size: 15px;
		padding: 10px 10px;
	}
	.width-state--regular {
		max-width: 1200px;
	}

	.width-state--regular-news {
		max-width: 1200px;
	}

	#gnav, .hide #gnav {
		height: 100px;
	}

	#intro .tbl1 table {
		font-size: 14px;
	}
}

@media screen and (max-width: 1376px) {

	.nav-item__anchor {
		margin: 15px 0px;
		padding: 6px;
	}
}

@media screen and (min-width: 1376px) {

	.nav-item__anchor {
		margin: 15px 4px!important;
	}
}
/* トップボタン                                                                                   */
.kv-btn {
	position: relative;
	z-index: 100;
	top: 0px;
	text-align: center;
	width: 180px;
	height: auto;
	margin: auto;
	padding: 8px 15px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border: solid 2px #000000;
	border-radius: 5px;
	text-decoration: none;
}

.kv-btn:hover {
	color: rgb(101,129,192);
	border: solid 2px rgb(101,129,192);
}

.brown-text-box {
	background-color: #9d867f;
    color: #fff;
	padding: 3px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.check-text::before {
	content: "\02714";
    color: #8b8b8b;
    padding-right: 5px;
    font-size: 12px;
}

.note li {
	padding-left: 5px;
}