@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6em;
	letter-spacing: .1em;
	line-height: 2em;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

body.navOpen .toggle-menu,
body.navOpen .toggle-menu *,
body.navOpen #g_nav,
body.navOpen #g_nav * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

a:focus, *:focus {
	outline: none;
}

a:hover img {
	opacity: 0.8;
}

img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

strong {
	font-weight: bold;
}


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

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto!important;
	}

}


/*--------------------------------------
	icons
--------------------------------------*/

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}


/*--------------------------------------
	shortcuts
--------------------------------------*/

/*margin */
.mb0 { margin-bottom: 0px!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb45 { margin-bottom: 45px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb55 { margin-bottom: 55px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb65 { margin-bottom: 65px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb75 { margin-bottom: 75px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb85 { margin-bottom: 85px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb95 { margin-bottom: 95px!important; }
.mb100 { margin-bottom: 100px!important; }

/* float */
.fr {
	float: right!important;
}

.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.cl {
	clear: both!important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* text-align */
.tac {
	text-align: center!important;
}

.tar {
	text-align: right!important;
}

.tal {
	text-align: left!important;
}

/* font-weight */
.fb {
	font-weight: bold!important;
}

.half {
	display: inline-block;
}

/*Pc/sp change*/
.sp {
	display: none;
}

.mb {
	display: none;
}

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

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}
}

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

	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}

}


/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	height: 100%;
}

@media (max-width: 767px) {

	.container {
		padding: 0 20px;
	}

}


/*--------------------------------------
	text color
--------------------------------------*/

.txt_color {
	color: #94C789;
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: #94C789!important;
}

.txt_link:hover {
	text-decoration: none!important;
}

.catch_title {
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	color: #FFAEA2;
}


/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
	background: #F2F1E2;
	z-index: 9;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

/* container */
.header__main-container, 
.header__sub-container {
	display: -webkit-flex;
	display: flex;
	/* -webkit-justify-content: space-between;
	justify-content: space-between; */
	align-items: flex-start;
}

.header__main-container {
  column-gap: 16px;
}

.header__sub-container {
  flex: 0 0 253px;
}

/* sub menu */
header .g-nav > li > .up-menu sub {
	color: #94C789;
}


@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    padding: 0 10px;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
  }

	/* container */
	.header__main-container {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.header__sub-container {
	  flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
	}

  .header__sub-container {
    flex-basis: 210px;
  }

}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
  padding: 12px 24px;
  box-sizing: border-box;
	background: #fff;
  position: relative;
  z-index: 9;
}

header .header__logo img {
	width: 100%;
	max-width: 205px;
	height: auto;
}


/*--------------------------------------
	nav
--------------------------------------*/


/* menu */
.menu-text {
	color: #fff;
}

header .header__nav {
  font-family: "Noto Sans JP", sans-serif;
}

header .header__nav .mainmenu nav ol > li {
  --color: #27A23C;
}

header .header__nav .mainmenu nav ol > li.cl1  {
  --color: #66C48A;
}

header .header__nav .mainmenu nav ol > li.cl2  {
  --color: #F48C94;
}

header .header__nav .mainmenu nav ol > li.cl3  {
  --color: #FBA06D;
}

header .header__nav .mainmenu nav ol > li.cl4  {
  --color: #F3C272;
}

header .header__nav .mainmenu nav ol > li.cl5  {
  --color: #6BB1E5;
}

header .header__nav .mainmenu nav ol > li .up-menu {
  background: var(--color);
	color: #fff;
}

header .header__nav nav ol > li .up-menu {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
  font-weight: 700;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.3;
	white-space: pre;
	cursor: pointer;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

header .header__nav nav ol > li > .up-menu a,
header .header__nav nav ol > li > .up-menu span {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 12px;
}

header .header__nav nav ol > li > .up-menu sub {
	display: block;
	padding-top: 10px;
	font-size: 10px;
	letter-spacing: 0.25em;
}
header .header__nav nav ol > li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header__nav nav ol > li .up-menu small {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 100%;
	height: auto;
	padding: 3px 5px 10px;
	visibility: hidden;
	opacity: 0;
	background: #fff;
  border: 5px solid var(--color);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  text-align: center;
}

.sub-menu .menu-text {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
.sub-menu .menu-text:hover {
  color: var(--color);
  text-decoration: none;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sub-menu .menu-item {
  padding: 2px 0;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 1279px) {
  #g_nav {
    width: 100vw;
    height: 100vh;
    padding: 100px 20px;
    box-sizing: border-box;
    background: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: auto;
  }
  #g_nav .logo {
    text-align: center;
  }
  #g_nav .logo img {
    width: 100%;
    max-width: max-content;
    height: auto;
  }
	header .header__nav {
		width: 100%;
    margin-top: 30px;
	}

  header .header__nav .pagemenu {
    margin-bottom: 30px;
  }

	header .header__nav nav ol {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
	}

	header .header__nav nav ol > li {
    display: block;
		position: relative;
		width: 100%;
		border-left: none;
	}

	header .header__nav nav ol > li > .up-menu {
		width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
		padding: 10px;
		text-align: left;
		font-size: 18px;
    text-align: center;
	}
	header .header__nav nav ol > li > .up-menu small {
    font-size: 13px;
  }

	header .header__nav nav ol > li > .up-menu a,
	header .header__nav nav ol > li > .up-menu span {
		padding: 0px;
	}

	header .header__nav nav ol > li > .up-menu span {
		margin: 0;
	}

	header .header__nav nav ol > li > span {
		position: relative;
	}

	header .header__nav nav ol > li .up-menu .menu-text, 
	header .header__nav nav ol > li > .up-menu sub {
		color: white;
	}

	header .header__nav nav ol > li + li {
		margin-left: 0px;
	}

	/* .menu-item-has-children .up-menu::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		margin-top: -14px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	.menu-item-has-children.hover .up-menu::after {
		margin-top: -3px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	} */

	.sub-menu {
		width: 100%;
	}

	header .header__nav nav ol > li .sub-menu a {
		padding: 15px 20px 12px;
	}

	header .header__nav nav ol > li dl {
		position: relative;
		top: 0;
		padding: 0;
		background: none;
	}

	header .header__nav nav ol > li dl li {
		padding-left: 0;
	}

	header .header__nav nav ol > li dl li::before {
		display: none;
	}

	header .header__nav nav ol > li dt {
		display: none;
	}

	header .header__nav nav ol > li .sub-menu {
		position: inherit;
		/* display: none; */
    opacity: 1;
    visibility: visible;
		top: 0;
		padding: 0;
		border-radius: 0;
	}

	header .header__nav nav ol > li.hover .sub-menu {
		display: block;
		visibility: initial;
		opacity: 1;
	}

	header .header__nav nav ol > li .sub-menu li {
		display: block;
	}

	header .header__nav nav ol > li .sub-menu li:first-child {
		border-top: 0px;
	}

	header .header__nav nav ol > li .sub-menu a {
		display: block;
	}

	header .header__nav nav ol > li.hover > span + dl,  
	header .header_menu .header__nav nav ol > li > span:hover + dl {
		opacity: 1;
		pointer-events: auto;
	}

}

@media screen and (min-width: 1280px) {
  #g_nav {
    width: calc(100% - 285px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
  }
  #g_nav .logo {
    display: none;
  }
	header .header__nav {
    flex: 0 1 100%;
    padding: 8px;
    background: #fff;
  }
  header .header__nav nav ol {
    display: -webkit-flex;
    display: flex;
  }
	header .header__nav nav ol > li {
    flex: 1 1 20%;
  }
	header .header__nav nav ol > li:hover .up-menu {
    opacity: 0.7;
  }
	.menu-item-has-children:hover::after {
		content:"";
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 100%;
		height: 40px;
	}
  #g_nav .header__nav nav ol > li.current-menu-item {
    position: relative;
  }
  #g_nav .header__nav nav ol > li.current-menu-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(img/clinic/navi_arrow.svg) no-repeat bottom center;
    height: 8px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
	header .header__nav nav ol > li .up-menu {
		font-size: 12px;
	}
}


/*--------------------------------------
	toggle menu
--------------------------------------*/

header .toggle-menu {
	display: none;
  width: 64px;
  height: 48px;
  background: #9CC865;
  border-radius: 99px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 11;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
	display: inline-block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.toggle-menu__trigger {
	position: relative;
	display: block;
	width: 24px;
	height: 20px;
	padding: 0;
	border: 0px;
	margin: 0;
	text-align: center;
	background: none;
}

.toggle-menu__trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.toggle-menu__trigger span:nth-of-type(1) {
	top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
	top: 9px;
}

.toggle-menu__trigger span:nth-of-type(3) {
	bottom: 0;
}

.toggle-menu.active .toggle-menu__trigger {
  height: 22px;
}
.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
	-moz-transform: translateY(10px) rotate(-33deg);
	-ms-transform: translateY(10px) rotate(-33deg);
	-webkit-transform: translateY(10px) rotate(-33deg);
	transform: translateY(10px) rotate(-33deg);
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
	opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
	-moz-transform: translateY(-10px) rotate(33deg);
	-ms-transform: translateY(-10px) rotate(33deg);
	-webkit-transform: translateY(-10px) rotate(33deg);
	transform: translateY(-10px) rotate(33deg);
}


@media screen and (max-width: 1279px) {
	header .toggle-menu {
		display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	}
}


/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

#footer {
  padding: 64px 0 133px;
  font-family: "Noto Sans JP", sans-serif;
}
#footer .container {
  width: 100%;
  max-width: 1320px;
  padding: 0 30px;
  box-sizing: border-box;
}
#footer .ft-nav .sub-menu {
  display: none !important;
}
#footer .address {
  margin-top: 48px;
  font-size: 13px;
  letter-spacing: 0.04em;
}
/* #footer .link-recruit a {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-underline-offset: 3px;
}
#footer .link-recruit a:hover {
  text-decoration: underline;
} */
#footer .sitemap a,
#footer .link-recruit a {
  display: inline-flex;
  align-items: center;
  column-gap: 12px;
  color: #77B236;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
}
#footer .sitemap a:hover,
#footer .link-recruit a:hover {
  text-decoration: underline;
}
#footer .sitemap a::after,
#footer .link-recruit a::after {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='8' fill='rgb(119,178,54)'/%3E%3Cpath d='M6 4L10 8L6 12' stroke='white'/%3E%3C/svg%3E") center / contain no-repeat;
}
#footer .bnrbox {
  display: flex;
  column-gap: 16px;
  margin-top: 32px;
}
#footer .bnrbox .bnr {
  margin-bottom: 0;
}
#footer .bnrbox .bnr img {
  height: auto;
}
#footer .menu-text {
  color: #4B4B4B;
}
#footer .ft-nav {
  padding: 1px 54px 32px 64px;
  box-sizing: border-box;
  background: #fff;
}
#footer .ft-nav .nav-ttl {
  margin-top: -10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}
#footer .ft-nav .nav-ttl > span {
  display: inline-block;
  padding: 0 20px;
  background: #9CC865;
  color: #fff;
}
#footer .ft-nav ul {
  margin-top: 32px;
  font-size: 15px;
  letter-spacing: 0;
}
#footer .ft-nav ul li {
  padding-left: 28px;
  position: relative;
}
#footer .ft-nav ul li + li {
  margin-top: 12px;
}
#footer .ft-nav ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #27A23C;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#footer .ft-nav ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) rotate(-45deg);
}
#footer .ft-nav ul li.cl1:before {
  background: #65C48A;
}
#footer .ft-nav ul li.cl2:before {
  background: #F48C94;
}
#footer .ft-nav ul li.cl3:before {
  background: #FBA06D;
}
#footer .ft-nav ul li.cl4:before {
  background: #F3C272;
}
#footer .ft-nav ul li.cl5:before {
  background: #6BB1E5;
}
#footer .ft-nav ul li small {
  font-size: unset;
}
#footer .ft-nav ul li br {
  display: none;
}
#footer .ft-nav ul li a:hover {
  opacity: 0.7;
}
#footer .copyright {
  margin-top: auto;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: right;
}
#footer .set {
  display: flex;
  justify-content: space-between;
}
#footer .set .gr1 {
  width: 496px;
}
#footer .set .gr2 {
  width: 554px;
  display: flex;
  flex-direction: column;
}
.pagetop {
  margin-bottom: 0;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 11;
}
@media screen and (max-width: 1279px) {
  #footer {
    padding: 64px 0 96px;
  }
  #footer .container {
    padding: 0 20px;
  }
  #footer .bnrbox {
    column-gap: 10px;
  }
  #footer .ft-nav {
    padding: 1px 20px 24px;
  }
  #footer .ft-nav .nav-ttl {
    margin-top: -10px;
  }
  #footer .ft-nav .nav-ttl > span {
    display: inline-block;
    padding: 0 20px;
    background: #9CC865;
    color: #fff;
  }
  #footer .ft-nav ul {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.2;
  }
  #footer .copyright {
    margin-top: 48px;
    text-align: center;
  }
  #footer .set {
    display: block;
  }
  #footer .set .gr1 {
    width: 100%;
  }
  #footer .set .gr2 {
    width: 100%;
    display: block;
    margin-top: 50px;
  }
  .pagetop {
    bottom: 66px;
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer .ft-nav ul li small {
    display: block;
  }
}

/*--------------------------------------
	fixed box
--------------------------------------*/

.fixed-box {
	position: fixed;
	right: 0px;
	bottom: 0;
	display: block;
	width: 100%;
	height: auto;
	z-index: 10;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fixed-box .fixed-banner ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.fixed-box img {
	max-width: 100%;
	vertical-align: middle;
}
.fixed-box .fixed-banner ul {
  column-gap: 8px;
}
.fixed-box .fixed-banner .toggle .toggle-link {
  margin-bottom: 0;
}
.fixed-box .fixed-banner .toggle .toggle-main {
  width: 100%;
  max-width: 486px;
  padding: 16px;
  box-sizing: border-box;
  position: fixed;
  bottom: 63px;
  right: 0;
}
.fixed-box .fixed-banner .toggle .toggle-main::before {
  content: '';
  background: rgba(255,255,255,0.9);
  border-radius: 10px;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.fixed-box .fixed-banner .toggle .tel {
  display: flex;
  align-items: center;
  padding: 8px;
  background: #65C48A;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.fixed-box .fixed-banner .toggle .tel + .tel {
  margin-top: 8px;
}
.fixed-box .fixed-banner .toggle .tel dt {
  flex: 0 1 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}
.fixed-box .fixed-banner .toggle .tel .tel-number {
  flex: 0 0 274px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.fixed-box .fixed-banner .toggle .tel .tel-number a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #65C48A;
}
.fixed-box .fixed-banner .toggle .tel:nth-child(2) {
  background: #F48C94;
}
.fixed-box .fixed-banner .toggle .tel:nth-child(3) {
  background: #FBA06D;
}
.fixed-box .fixed-banner .toggle .tel:nth-child(4) {
  background: #F3C272;
}
.fixed-box .fixed-banner .toggle .tel:nth-child(5) {
  background: #6BB1E5;
}
.fixed-box .fixed-banner .toggle .tel:nth-child(2) .tel-number a {
  color: #F48C94;
}
.fixed-box .fixed-banner .toggle .tel:nth-child(3) .tel-number a {
  color: #FBA06D;
}
.fixed-box .fixed-banner .toggle .tel:nth-child(4) .tel-number a {
  color: #F3C272;
}
.fixed-box .fixed-banner .toggle .tel:nth-child(5) .tel-number a {
  color: #6BB1E5;
}
@media screen and (max-width: 1023px) {
  .fixed-box .fixed-banner .toggle .tel br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .fixed-box .fixed-banner ul {
    column-gap: 0px;
  }
  .fixed-box .fixed-banner .toggle .toggle-main {
    padding: 15px 20px;
  }
  .fixed-box .fixed-banner .toggle .toggle-main::before {
    border-radius: 10px 10px 0 0;
    bottom: -10px;
  }
  .fixed-box .fixed-banner .toggle .tel {
    display: block;
    padding: 7px 10px 12px;
  }
  .fixed-box .fixed-banner .toggle .tel + .tel {
    margin-top: 5px;
  }
  .fixed-box .fixed-banner .toggle .tel dt {
    font-size: 18px;
  }
  .fixed-box .fixed-banner .toggle .tel .tel-number {
    margin-top: 8px;
    padding: 6px;
  }
  .fixed-box .fixed-banner .toggle .tel .tel-number a {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .fixed-box img {
    max-height: 56px;
  }
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}

.conversion .conversion__title {
	margin-bottom: 25px;
	font-size: 34px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #fff;
}

.conversion .conversion__text {
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #fff;
}

.conversion .conversion__list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.conversion .conversion__list li + li {
	margin-left: 1%;
}


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

	.conversion .conversion__title {
		font-size: 28px;
	}

	.conversion .conversion__list {
		max-width: 535px;
		margin: 0 auto;
	}

	.conversion .conversion__list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.conversion .conversion__list li + li {
		margin-top: 10px;
		margin-left: 0%;
	}

}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0!important;
}

.elementor img {
	width: auto!important;
}

.elementor-image-box-wrapper {
	display: block!important;
}

.elementor-widget-image-box .elementor-image-box-content {
	text-align: left!important;
}

.elementor-image-box-title {
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #3dc2b7;
}

.elementor-image-box-img {
	float: right;
	display: block!important;
	width: 30%!important;
	margin: 0 0 10px 20px!important;
	text-align: center;
	text-align: right;
}

.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0!important;
}

.auto_width .elementor-image-box-img {
	width: auto!important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block!important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8!important;
}

.elementor-slideshow__header {
	width: calc(100% - 50px)!important;
	padding-left: 0em!important;
	padding-right: 0em!important;
}

.elementor-text-editor ul {
 	list-style: inside;
}

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

	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}

}