@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
--------------------------------------*/

:root {
  --cl-primary1: #205473;
  --cl-primary2: #aa8274;
  --txt01: #4b4b4b;
  --txt02: #2b2b2b;
  --txtsub: #afbbd2;
}

/*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: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  color: #4b4b4b;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 374px) {
  body {
    font-size: 1.4em;
    line-height: 1.8em;
  }
}

body.home {
  background: #fff;
}

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

a {
  vertical-align: top;
  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;
  }
}

.fnt-aboreto {
  font-family: 'Aboreto', system-ui;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------
	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;
  }
}

.fnt-roboto {
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*--------------------------------------
	container / wrapper
--------------------------------------*/
#wrapper {
  padding-top: 73px;
}
.container {
  width: 100%;
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}

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

#wrapper {
  /* height: 100%; */
  overflow: hidden;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  #wrapper {
    padding-top: 132px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #wrapper {
    padding-top: 80px;
  }
}

/*--------------------------------------
	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
-----------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1;
}
#header img,
#footer img {
  width: 100%;
  height: auto;
}
.contact__form p,
.ft-fixed p,
#footer p,
#header p {
  margin-bottom: 0;
}




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

#header {
  /*position: fixed;
	top: 0;
	left: 0;*/
  width: 100%;
  background: #fff;
  z-index: 1000;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  font-family: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

.header__main-container {
  padding: 0px 30px;
}

.header__sub-container {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 220px;
}

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

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

@media screen and (max-width: 767px) {
  #header {
    height: 74px;
  }
  /* container */
  .header__main-container {
    padding: 0px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .header__sub-container {
    width: calc(100% - 40px);
    margin: 10px 20px;
    flex-grow: initial;
    flex-shrink: initial;
    flex-basis: initial;
  }
}

/*--------------------------------------
	logo
--------------------------------------*/
header .logo {
  position: absolute;
  top: 0;
  left: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  z-index: 4;
  width: 329px;
}
header .logo p {
  margin-bottom: 0;
}
header .logo__name {
  color: #fff;
  font-size: 12px;
  background-color: var(--fz-primary1);
  padding: 6px 2px;
  line-height: 1;
  letter-spacing: 0px;
}
header .logo__img {
  width: 265px;
  margin: 0 auto;
  padding: 18px 0 29px;
}

header .header__logo {
  padding-right: 20px;
}

header .header__logo img {
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  header .logo {
    left: 0;

    width: 250px;

    border-bottom-left-radius: 0;
  }
  header .logo__name {
    padding: 10px 2px;

    font-size: 9px;
  }
  header .logo__img {
    width: 250px;
    padding: 5px 16px 10px;
  }
}

/*--------------------------------------
	nav
--------------------------------------*/
.g_nav {
  display: flex;
}
.g_nav li {
  padding: 0 25px;
  position: relative;
}
.g_nav li::after {
  content: '';
  background: url(./img/top/mn_line.png) no-repeat top center;
  background-size: 100% auto;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.g_nav li a {
  font-size: 16px;
  display: inline-block;
  transition: all 0.4s ease;
}
.g_nav li a:hover {
  color: var(--cl-primary2);
}
.g_nav li:last-child::after {
  display: none;
}
.g_nav .sub-menu li {
  padding: 0;
}
.g_nav .sub-menu li::after {
  display: none;
}
.g_nav .sub-menu li a {
  display: block;
  color: #fff !important;
}

header .header__nav nav ol {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0px;
  height: 132px;
}

header .header__nav nav ol > li.page_item .menu-text,
header .header__nav nav ol > li:hover .menu-text {
  color: var(--fz-primary1);
}

header .header__nav nav ol .sub-menu li:hover .menu-text {
  color: var(--fz-primary1);
}

header .header__nav nav ol li:first-child {
  /* border-top-left-radius: 100px;
	border-bottom-left-radius: 100px; */
  padding-left: 40px;
  padding-right: 10px;
}

header .header__nav nav ol li:last-child {
  padding-right: 30px;
  /* border-top-right-radius: 100px;
	border-bottom-right-radius: 100px; */
}

header .header__nav nav ol > li:hover {
  /* background-color: rgba(209,209,240,0.2); */
}

header .header__nav nav ol > li .up-menu {
  position: relative;
  width: auto;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  white-space: pre;
  color: #333;
  cursor: pointer;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  padding: 27px 16px;
}

header .header__nav nav ol > li > .up-menu a,
header .header__nav nav ol > li > .up-menu span {
  display: flex;
  padding: 0rem 0.2rem;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

header .header__nav nav ol > li > .up-menu sub {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--fz-primary1);
  line-height: 1;
  display: block;
  width: 100%;
  padding-top: 10px;
}

.sub-menu {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  width: 299px;
  height: auto;
  padding: 15px 25px 25px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 4%);
  visibility: hidden;
  opacity: 0;
  background: var(--cl-primary1);
  transform: translateX(-50%);
  transition-duration: 0.3s;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 123;
}

.sub-menu::before {
  content: '';
  background: url(img/top/menu_arrow.png) no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 47px;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -40px;
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(96%) sepia(25%) saturate(318%) hue-rotate(351deg) brightness(106%) contrast(92%);
}

.sub-menu .menu-item {
  width: 46%;
  padding: 0px 0;
}

.sub-menu a {
  font-size: 13px;
  color: #fff;
  padding: 20px 0 8px;
  border-bottom: 1px solid #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0;
}
.sub-menu a:hover {
  opacity: 0.5;
}

header .header__nav nav ol > li:hover .sub-menu .menu-text {
  color: #fff;
}
header .header__nav nav ol .sub-menu li {
  width: 46%;
}
header .header__nav nav ol .sub-menu :last-child,
header .header__nav nav ol .sub-menu :first-child {
  padding-left: 0;
  padding-right: 0;
}

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

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

@media screen and (max-width: 767px) {
  .g_nav {
    display: block;
  }
  .g_nav li {
    padding: 0px;
  }
  .g_nav li::after {
    display: none;
  }
  .g_nav li a {
    font-size: 24px;
    display: inline-block;
    transition: all 0.4s ease;
  }

  .g_nav .sub-menu li {
    padding: 0;
  }
  .g_nav .sub-menu li::after {
    display: none;
  }
  .g_nav .sub-menu li a {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  header .header__nav nav ol > li dl {
    pointer-events: none;
  }

  header .header__nav nav ol .sub-menu a:hover {
    color: #fff000;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  /* .menu-item-has-children:hover::after {
		content:"";
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 100%;
		height: 40px;
	} */
}

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

@media screen and (max-width: 1299px) and (min-width: 1001px) {
  .g_nav li {
    padding: 0 17px;
  }
  .g_nav li a,
  header .header__nav nav ol > li .up-menu {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  header .header__nav {
    padding: 30px;
  }
  header .header__nav nav ol {
    flex-direction: column;
    width: auto;
    position: relative;
    z-index: 2;
    display: block;
  }
  header .header__nav nav ol > li {
    position: relative;
    width: 100%;
    border-left: none;
  }
  header .header__nav nav ol > li > .up-menu {
    display: block;
    width: 100%;
    height: auto;
    padding: 13px 0;
    text-align: left;
    font-size: 20px;
  }
  header .header__nav nav ol li:last-child,
  header .header__nav nav ol li:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  header .header__nav nav ol > li > .up-menu:hover {
  }
  header .header__nav nav ol > li > .up-menu a,
  header .header__nav nav ol > li > .up-menu span {
    padding: 0px;
    display: block;
  }
  header .header__nav nav ol > li > .up-menu span {
    margin: 0;
    display: inline-block;
  }
  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 {
    text-align: left;
  }
  header .header__nav nav ol > li.page_item .menu-text,
  header .header__nav nav ol > li.hover .menu-text {
    color: #a7b73c;
  }
  header .header__nav nav ol > li.page_item .menu-text,
  header .header__nav nav ol > li.hover .sub-menu a {
    color: #2b2b2b;
  }
  header .header__nav nav ol > li + li {
    margin-left: 0px;
    margin-top: 20px;
  }
  header .header__nav nav ol > li ul li {
  }
  .menu-item-has-children .up-menu::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid #222;
    border-left: 2px solid #222;
    margin-top: -14px;
    transform: rotate(-45deg);
    transition-duration: 0.2s;
  }
  .menu-item-has-children.hover .up-menu::after {
    margin-top: -3px;
    transform: rotate(135deg);
  }
  .sub-menu {
  }
  header .header__nav nav ol > li .sub-menu a {
    padding: 10px 0;
    text-align: left;
  }
  header .header__nav nav ol > li .sub-menu a:hover {
    text-decoration: none;
  }
  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 {
    display: none;
    top: 0;
    padding: 20px 20px 30px;
    border-radius: 0;
    position: relative;
    width: 100%;
    transform: translateX(0);
    left: 0;
  }
  .sub-menu::before {
    top: -19px;
  }
  header .header__nav nav ol > li.hover .sub-menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  header .header__nav nav ol > li .sub-menu li {
    display: block;
  }
  .sub-menu .menu-item {
  }
  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 (max-width: 369px) {
  header .header__nav nav ol > li .sub-menu {
    padding: 15px 12px 20px;
  }
  header .logo {
    width: 222px;
  }
  header .logo__img {
    width: 213px;
  }
  header .logo__name {
    padding: 7px 2px;
    font-size: 8px;
  }
}

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

header .toggle-menu {
  display: none;
}

header .toggle-menu {
  width: 64px;
  height: 40px;
  box-sizing: border-box;
  position: fixed;
  right: 14px;
  top: 15px;
  z-index: 1000;
  background: var(--cl-primary1);
  border-radius: 100px;
}

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

.toggle-menu__trigger {
  position: absolute;
  display: block;
  width: 24px;
  height: 15px;
  padding: 0;
  border: 0px;
  margin: 0;
  text-align: center;
  background: none;
  top: 12px;
  left: 19px;
}

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

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

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

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

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

.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(30deg);
  -ms-transform: translateY(-10px) rotate(30deg);
  -webkit-transform: translateY(-10px) rotate(30deg);
  transform: translateY(-10px) rotate(30deg);
  bottom: -5px;
}

@media screen and (max-width: 767px) {
  header .toggle-menu {
    display: block;
  }
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
.wrap {
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#footer {
  padding: 64px 0 120px;
  font-family: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#footer .wrap {
  max-width: 1179px;
}
#footer .set1 {
  margin-bottom: 31px;
}
#footer .set1 .footer__logo {
  width: 285px;
  margin-bottom: 51px;
}
#footer .set1 .footer__txt {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0px;
}
#footer .set1 .footer__txt a {
  vertical-align: top;
}
#footer .footer__nav {
  position: absolute;
  top: 21px;
  right: -29px;
}
#footer .footer__nav ul {
  display: flex;
}
#footer .footer__nav ul li {
  padding: 0 32px;
  position: relative;
}
#footer .footer__nav ul li::after {
  content: '';
  background: url('./img/top/mn_line.png') no-repeat top center;
  background-size: 100% auto;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
}
#footer .footer__nav ul li a {
  font-size: 16px;
  display: inline-block;
  transition: all 0.4s ease;
}
#footer .footer__nav ul li a:hover {
  text-decoration-line: underline;
  text-underline-offset: 6px;
}
#footer .footer__nav ul li:last-child::after {
  display: none;
}

#footer .footer__add {
    font-size: 14px;
    line-height: 1;
     letter-spacing: 1px;
}
#footer address {
    display: inline-block;
    margin-right: 40px;
}
#footer .footer__add a:hover {
    text-decoration-line: underline;
    text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 61px 20px 35vw;
  }
  #footer .set1 {
    margin-bottom: 40px;
  }
  #footer .set1 .footer__logo {
    margin-bottom: 30px;
  }
  #footer .footer__nav {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 35px;
  }
  #footer .footer__nav ul {
    justify-content: space-between;
  }
  #footer .footer__nav ul li {
    padding: 0 0px;
  }
  #footer .footer__nav ul li::after {
    display: none;
  }
  #footer .footer__nav ul li a {
    font-size: 14px;
  }
  #footer address {
    margin-right: 20px;
  }
}

@media screen and (max-width: 359px) {
  #footer .set1 .footer__logo {
    width: 248px;
  }
  #footer address,
  #footer .set1 .footer__txt,
  #footer .footer__nav ul li a {
    font-size: 12px;
  }
}

.contact__form {
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
    position: relative;
    z-index: 3;
}
.contact__form img {
  width: 100%;
  height: auto;
}
.contact__form .contact__info,
.contact__form .contact__recruit {
  padding: 64px 0 151px;
  width: 50%;
  position: relative;
  text-align: center;
  color: #fff;
  min-height: 515px;
}
.contact__form .contact__info h3,
.contact__form .contact__recruit h3 {
  width: 269px;
  margin: 0 auto 24px;
}
.contact__form .contact__info h4,
.contact__form .contact__recruit h4 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 42px;
  letter-spacing: 7px;
}
.contact__form .contact__info .bnr,
.contact__form .contact__recruit .bnr {
  width: 373px;
  margin: 0 auto;
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
}
.contact__form .contact__info {
  background: url('./img/top/contact_bg.jpg') no-repeat center;
  background-size: cover;
}
.contact__form .contact__info .tt-1 {
  font-size: 16px;
  margin-bottom: 38px;
  letter-spacing: 2px;
  line-height: 1;
}
.contact__form .contact__info .contact__free a,
.contact__form .contact__info .contact__tel a {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  position: relative;

    font-family: 'Aboreto', system-ui;
    font-weight: 400;
    font-style: normal;

}
.contact__form .contact__info .contact__tel a {
  margin-left: -26px;
}
.contact__form .contact__info .contact__free a::before,
.contact__form .contact__info .contact__tel a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact__form .contact__info .contact__tel a::before {
  background: url('./img/top/contact_icon_tel.png') no-repeat top center;
  background-size: 100% auto;
  width: 18px;
  height: 30px;
  left: -41px;
}
.contact__form .contact__info .contact__free a {
  padding-left: 65px;
  letter-spacing: 4px;
}
.contact__form .contact__info .contact__free a::before {
  background: url('./img/top/contact_icon_free.png') no-repeat top center;
  background-size: 100% auto;
  width: 40px;
  height: 21px;
  left: 12px;
}
.contact__form .contact__info .contact__tel {
  margin-bottom: 26px;
}
.contact__form .contact__recruit {
  background: url('./img/top/recruit_bg.jpg') no-repeat center;
  background-size: cover;
}
.contact__form .contact__recruit .tt-2 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact__form {
    display: block;
  }
  .contact__form .contact__info,
  .contact__form .contact__recruit {
    padding: 50px 0 60px;
    width: 100%;
    min-height: 200px;
  }
  .contact__form .contact__info h3,
  .contact__form .contact__recruit h3 {
    width: 220px;
    margin: 0 auto 20px;
  }
  .contact__form .contact__info h4,
  .contact__form .contact__recruit h4 {
    margin-bottom: 44px;
  }
  .contact__form .contact__info .bnr,
  .contact__form .contact__recruit .bnr {
    width: 90%;
    max-width: 342px;
    position: relative;
    bottom: 0;
  }
  .contact__form .contact__info {
    background: url('./img/top/contact_bg_sp.jpg') no-repeat center;
    background-size: cover;
  }
  .contact__form .contact__info .tt-1 {
    margin-bottom: 30px;
  }
  .contact__form .contact__info .contact__free a,
  .contact__form .contact__info .contact__tel a {
    font-size: 32px;
    display: inline-block;
  }
  .contact__form .contact__info .contact__tel a::before {
    left: -36px;
  }
  .contact__form .contact__info .contact__free a {
    padding-left: 60px;
  }
  .contact__form .contact__info .contact__free a::before {
    left: 15px;
    width: 30px;
    top: 63%;
  }
  .contact__form .contact__info .contact__tel {
    margin-bottom: 22px;
    text-align: center;
    padding-left: 0;
  }

  .contact__form .contact__info .contact__free {
    padding-left: 0;
    margin-bottom: 35px;
    width: auto;
  }

  .contact__form .contact__recruit {
    background: url('./img/top/recruit_bg_sp.jpg') no-repeat center;
    background-size: cover;
  }
  .contact__form .contact__recruit .tt-2 {
    line-height: 32px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 419px) {
  .contact__form .contact__info h4,
  .contact__form .contact__recruit h4 {
    font-size: 7vw;
  }

  .contact__form .contact__info .contact__tel {
    padding-left: 75px;
    margin-bottom: 25px;
    text-align: left;
  }

  .contact__form .contact__info .contact__free {
    padding-left: 75px;
  }

  .contact__form .contact__info .contact__free a,
  .contact__form .contact__info .contact__tel a {
    font-size: 27px;
    text-align: left;
    display: block;
    padding-left: 0;
  }
  .contact__form .contact__info .contact__tel a {
    margin-left: 0;
  }
  .contact__form .contact__info .contact__free a::before {
    left: -42px;
  }
}

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

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

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

/*-----------------------------------------------------------
■ 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;
  }
}

.wrap {
  max-width: 1177px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body.nav-Opened,
body.nav-Opened *,
body.nav-Opened *:hover,
body.nav-Opened *:focus,
body.nav-Opened *:active {
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav-Opened .toggle-menu,
body.nav-Opened #ft-fixed,
body.nav-Opened #ft-fixed *,
body.nav-Opened .header__center,
body.nav-Opened .header__center *,
body.nav-Opened .wp-ai,
body.nav-Opened .wp-ai * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

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

@media screen and (max-width: 767px) {
  #navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    padding-bottom: 0px;

    z-index: 998;
    background: rgba(255, 255, 255, 0.9);
  }
  #navigation .navigation__container {
    padding-top: 160px;
    padding-bottom: 37vw;
    position: relative;
    min-height: 100vh;
  }
  .navigation__container::after {
    content: '';
    background: #f5f5f5;
    height: 74px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .navigation__container::before {
    content: '';
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(./img/top/kv_circle_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  .hide {
    display: none;
  }
  .nav-Opened header .logo {
    opacity: 1;
    visibility: visible;
  }
}

.nav-Opened #navigation {
  opacity: 1;
  visibility: visible;
}

iframe[src*='console.nomoca-ai.com/chatbot'] {
  z-index: 111 !important;
  height: 60vh !important;
  bottom: 125px !important;
}
@media screen and (max-width: 767px) {
  iframe[src*='console.nomoca-ai.com/chatbot'] {
    bottom: 145px !important;
    right: 10px !important;
    left: 0px !important;
  }
}

.br__ipad {
  display: none;
}

/*=============================================
 * text vertical
 *=============================================*/

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
.txt-vertical .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}
.txt-normal .int {
  height: 1.1em;
}
.txt-vertical-x > * {
  writing-mode: rl-tb;
  -o-writing-mode: vertical-tb;
  -ms-writing-mode: vertical-tb;
  -ms-writing-mode: rl-tb;
  -moz-writing-mode: vertical-tb;
  -webkit-writing-mode: vertical-tb;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  width: 1px;
  line-height: 1;
}
.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: 0.25em;
}

@media screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
}

.ob-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ob-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .ob-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

.fixed__up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  z-index: 1001;
}
.fixed__up img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fixed__up {
    bottom: 23vw;
    right: 20px;
    width: 48px;
  }
}

.ft-fixed {
  width: 467px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1001;
}
.ft-fixed img {
  width: 100%;
  height: auto;
}
.ft-fixed .ft-fixed__shared {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .ft-fixed {
    width: auto;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .ft-fixed .ft-fixed__shared {
    gap: 5px;
  }
}

.header__wrap .logo {
  width: 285px;
  position: absolute;
  top: 15px;
  left: 49px;
}
.header__wrap .header__nav {
  display: flex;
  justify-content: center;
}
.header__wrap .header__tel {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--cl-primary1);
  color: #fff;
  text-align: center;
  line-height: 1;
  height: 132px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 300px;
  letter-spacing: 0.05em;
}
.header__wrap .header__tel p {
  display: block;
  width: 100%;
}
.header__wrap .header__tel .header__tel-1 {
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.header__wrap .header__tel .header__tel-2 span {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 28px;
}
.header__wrap .header__tel .header__tel-2 span::before {
  content: '';
  background: url('./img/top/icon_tel.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 26px;
}
.header__wrap .header__tel .header__tel-3 {
  padding-bottom: 20px;
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  .header__wrap {
  }

  .header__wrap .logo {
    width: 200px;
    top: 8px;
    left: 20px;
    z-index: 1000;
  }
  .header__wrap .header__nav {
    display: block;
    justify-content: center;
  }
  .header__wrap .header__tel {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .header__wrap .logo {
    width: 180px;
    top: 25px;
    left: 17px;
  }
  .header__wrap .header__tel {
    width: 192px;
    height: 80px;
  }
  .header__wrap .header__tel .header__tel-1 {
    font-size: 12px;
    padding-top: 10px;
    letter-spacing: 0;
  }
  .header__wrap .header__tel .header__tel-2 span {
    font-size: 22px;
  }
  .header__wrap .header__tel .header__tel-2 {
    padding: 6px 0 6px;
  }
  .header__wrap .header__tel .header__tel-3 {
    font-size: 10px;
    letter-spacing: 0;
  }
  .header__wrap .header__tel .header__tel-2 span::before {
    left: 6px;
    width: 13px;
    height: 23px;
  }
  header .header__nav nav ol {
    height: 80px;
  }
  header .header__nav nav ol > li .up-menu {
    padding: 12px 0;
  }
  .g_nav li::after {
    width: 20px;
    height: 20px;
    right: -9px;
  }

  #footer {
    padding: 64px 20px 120px;
  }
  #footer .footer__nav {
    right: 0;
    top: 5px;
  }
  #footer .footer__nav ul li::after {
    width: 20px;
    height: 20px;
    right: -9px;
  }

  #footer .set1 .footer__logo {
    width: 240px;
  }
  #footer .footer__nav ul li a {
    font-size: 14px;
  }
  #footer .footer__nav ul li {
    padding: 0 15px;
  }
  .contact__form .contact__info h4,
  .contact__form .contact__recruit h4 {
    font-size: 26px;
  }
  .contact__form .contact__info .contact__free a,
  .contact__form .contact__info .contact__tel a {
    font-size: 33px;
  }

.contact__form .contact__info .contact__tel a {
  margin-left: -20px;
}

  .contact__form .contact__info .bnr,
  .contact__form .contact__recruit .bnr {
    width: 86%;
    max-width: 373px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 1001px) {
  .header__wrap .logo {
    width: 180px;
    top: 25px;
    left: 17px;
  }
  .header__wrap .header__tel {
    width: 192px;
    height: 80px;
  }
  .header__wrap .header__tel .header__tel-1 {
    font-size: 12px;
    padding-top: 10px;
    letter-spacing: 0;
  }
  .header__wrap .header__tel .header__tel-2 span {
    font-size: 22px;
  }
  .header__wrap .header__tel .header__tel-2 {
    padding: 6px 0 6px;
  }
  .header__wrap .header__tel .header__tel-3 {
    font-size: 10px;
    letter-spacing: 0;
  }
  .header__wrap .header__tel .header__tel-2 span::before {
    left: 6px;
    width: 13px;
    height: 23px;
  }
  header .header__nav nav ol {
    height: 80px;
  }
  header .header__nav nav ol > li .up-menu {
    padding: 12px 10px;
  }
  .g_nav li::after {
    width: 20px;
    height: 20px;
    right: -9px;
  }

  #footer {
    padding: 64px 20px 120px;
  }
  #footer .footer__nav {
    right: 0;
    top: 5px;
  }
}

/*--------------------------------------
  greeting-sec
--------------------------------------*/
@media screen and (min-width: 768px) {
  .d__flex {
    display: flex;
  }
}

.greeting-sec {
  position: relative;
  padding-top: 66px;
  padding-bottom: 128px;
}
.info-sec p,
.feature-sec p,
.phylosophy-sec p,
.greeting-sec p {
  margin-bottom: 0;
}
.greeting-sec::after {
  content: '';
  background: #fafafa;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 362px;
}
.greeting-sec .wrap {
  max-width: 951px;
}
.greeting-sec h2 {
  font-size: 36px;
  font-weight: 300;
  width: 36px;
  height: 317px;
  position: absolute;
  top: 71px;
  left: calc(50% + 288px);
  letter-spacing: 6px;
  z-index: 2;
  line-height: 28px;
  font-family: 'Noto Serif JP', serif;
}
.greeting-sec h2::before {
  content: '';
  background: url('./img/top/news_deco01.png') no-repeat center;
  background-size: 100% auto;
  width: 50px;
  height: 32px;
  position: absolute;
  top: -69px;
  left: -1px;
}
.greeting-sec h2::after {
  content: '';
  height: 64px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 23px;
  background: var(--cl-primary1);
}
.greeting-sec .author__g {
  position: absolute;
  top: 0;
  left: -114px;
  width: 302px;
  z-index: 2;
}
.greeting-sec .author__g::before {
  content: '';
  border-radius: 50%;
  width: 58px;
  height: 58px;
  background: var(--cl-primary1);
  position: absolute;
  bottom: -32px;
  right: 28px;
  z-index: 2;
}
.greeting-sec .author__g .photo-1 {
  width: 100%;
  height: 416px;
}
.greeting-sec .author__g .author__tt {
  position: absolute;
  top: 18px;
  right: 14px;
  z-index: 2;
  font-size: 18px;
  color: #4b4b4b;
  line-height: 41px;
  width: 82px;
    font-family: 'Noto Serif JP', serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.greeting-sec .author__g .author__tt span {
  display: inline-block;
  padding: 15px 9px 12px;
  background: #fff;
  line-height: 1;
  letter-spacing: 3px;
}
.greeting-sec .author__g .author__tt small {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.greeting-sec .box {
  padding-left: 240px;
  width: 719px;
  position: relative;
  z-index: 2;
}
.greeting-sec .box h3 {
  font-size: 24px;
  color: var(--cl-primary1);
  position: relative;
  padding-left: 56px;
  margin-bottom: 40px;
  letter-spacing: 6px;
}
.greeting-sec .box h3::before {
  content: '';
  background: url('./img/top/icon_2dotted2.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 8px;
  margin-top: -4px;
}
.greeting-sec .box .text {
  margin-bottom: 0;
}
.greeting-sec .photo__group {
  width: 247px;
  position: absolute;
  top: 0;
  right: -160px;
  z-index: 2;
}
.greeting-sec .photo__group::before {
  content: '';
  border-radius: 50%;
  width: 58px;
  height: 58px;
  background: var(--txtsub);
  position: absolute;
  bottom: -31px;
  left: -29px;
  z-index: 1;
}
.greeting-sec .photo__group .ob-img {
  width: 100%;
  height: 219px;
}
.greeting-sec .photo__group .ob-img + .ob-img {
  margin-top: 20px;
}

.greeting-sec .bnr__shared {
  margin: 50px auto 0;
  position: relative;
  z-index: 2;
  text-align: center;

}

@media screen and (max-width: 767px) {
  .greeting-sec {
    padding: 50px 20px 100px;
  }
  .greeting-sec::after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 588px;
  }
  .greeting-sec h2 {
    font-size: 36px;
    width: 36px;
    height: 330px;
    top: 45px;
    left: auto;
    right: 23px;
  }
  .greeting-sec h2::before {
    width: 50px;
    height: 32px;
    top: -54px;
    left: 0px;
  }
  .greeting-sec h2::after {
    bottom: 0;
    left: 20px;
  }
  .greeting-sec .author__g {
    top: 0;
    left: 0px;
    width: 74%;
    position: relative;
  }
  .greeting-sec .author__g::before {
    width: 32px;
    height: 32px;
    bottom: -14px;
    right: 20px;
  }
  .greeting-sec .author__g .photo-1 {
    width: 100%;
    height: 354px;
  }
  .greeting-sec .author__g .author__tt {
    top: 10px;
    right: 4px;
    line-height: 34px;
            width: 68px;
  }
  .greeting-sec .author__g .author__tt span {
    padding: 12px 6px;
  }
  .greeting-sec .author__g .author__tt small {
    margin-bottom: 10px;
  }
  .greeting-sec .box {
    padding-left: 0;
    width: auto;
    padding-top: 45px;
    margin-bottom: 30px;
  }
  .greeting-sec .box h3 {
    padding-left: 52px;
    margin-bottom: 30px;
  }
  .greeting-sec .box h3::before {
    top: 50%;
    left: 0;
  }
  .greeting-sec .box .text {
    margin-bottom: 0;
    text-align: justify;
  }
  .greeting-sec .photo__group {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
  }
  .greeting-sec .photo__group::before {
    width: 32px;
    height: 32px;
    bottom: -12px;
    left: 11px;
  }
  .greeting-sec .photo__group .ob-img {
    width: 49%;
    height: 147px;
  }
  .greeting-sec .photo__group .ob-img + .ob-img {
    margin-top: 0;
  }
}

.phylosophy-sec {
  position: relative;
  z-index: 3;
  font-family: 'Noto Serif JP', serif;
}
.phylosophy-sec .set1 {
  height: 400px;
  margin-bottom: -14px;
}
.phylosophy-sec .set1 .ob-img {
  height: 100%;
}
.phylosophy-sec .set2 {
  position: relative;
  z-index: 1;
}
.phylosophy-sec .set2::before {
  content: '';
  background: #fff;
  position: absolute;
  top: -50px;
  left: 50px;
  right: 50px;
  bottom: 100px;
}
.phylosophy-sec .set2 h2 {
  font-size: 36px;
  font-weight: 300;
  width: 36px;
  height: 400px;
  position: absolute;
  top: 82px;
  right: 13px;
  letter-spacing: 6px;
}
.phylosophy-sec .set2 h2::before {
  content: '';
  background: url('./img/top/news_deco01.png') no-repeat center;
  background-size: 100% auto;
  width: 50px;
  height: 32px;
  position: absolute;
  top: -69px;
  left: -1px;
}
.phylosophy-sec .set2 h3 {
  width: 50px;
  position: absolute;
  top: 14px;
  left: 0;
}
.phylosophy-sec .set2 .row-1 {
  margin-bottom: 61px;
  padding-top: 14px;
  padding-left: 113px;
}
.phylosophy-sec .set2 .row-1 .left {
  width: 45%;
  0: AUTO 100px;
  margin-right: 61px;
}
.phylosophy-sec .set2 .row-1 .left dl dt {
  position: relative;
  font-size: 28px;
  color: var(--cl-primary1);
  line-height: 48px;
  margin-bottom: 26px;
  letter-spacing: 5px;
}
.phylosophy-sec .set2 .row-1 .left dl dt::before {
  content: '';
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: var(--cl-primary1);
  position: absolute;
  top: -88px;
  left: 0;
}
.phylosophy-sec .set2 .row-1 .left dl dd {
  margin-bottom: 0;
  line-height: 32px;
}
.phylosophy-sec .set2 .row-1 .right {
  width: 39%;
}
.phylosophy-sec .set2 .row-2 {
  position: relative;
  max-width: 954px;
  margin: 0 auto;
}
.phylosophy-sec .set2 .row-2 dl {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--cl-primary1);
  padding: 29px 0 29px;
  line-height: 32px;
}
.phylosophy-sec .set2 .row-2 dl dt {
  width: 30%;
  font-size: 24px;
  line-height: 24px;
  color: var(--cl-primary1);
  text-align: center;
  letter-spacing: 3px;
}
.phylosophy-sec .set2 .row-2 dl dd {
  width: 70%;
}
.phylosophy-sec .set2 .row-2 dl:last-child {
  border-bottom: 1px solid var(--cl-primary1);
}
.phylosophy-sec .set2 .row-2 ul li {
  position: relative;
  padding-left: 10px;
  line-height: 32px;
}
.phylosophy-sec .set2 .row-2 ul li::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--txt01);
}
@media screen and (max-width: 767px) {
  .phylosophy-sec {
    margin-bottom: 0;
  }
  .phylosophy-sec .set1 {
    height: 320px;
    margin-bottom: -53px;
  }
  .phylosophy-sec .set1 .ob-img img {
    object-position: 50% 50%;
  }

  .phylosophy-sec .set2 {
    margin-bottom: 0;
  }
  .phylosophy-sec .set2::before {
    top: -25px;
    left: 25px;
    right: 25px;
    bottom: 0;
  }
  .phylosophy-sec .set2 h2 {
    font-size: 32px;
    width: auto;
    height: auto;
    top: -172px;
    right: auto;
    background: #fff;
    left: 22px;
    padding: 10px 15px 10px 70px;
  }
  .phylosophy-sec .set2 h2::before {
    top: 8px;
    left: 10px;
  }

  .phylosophy-sec .set2 h3 {
    width: 30px;
    top: 73px;
    left: 15px;
  }
  .phylosophy-sec .set2 .row-1 {
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 45px 0 52px;
  }
  .phylosophy-sec .set2 .row-1 .left {
    width: 100%;
    margin-bottom: 34px;
  }
  .phylosophy-sec .set2 .row-1 .left dl dt {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: 3px;
  }
  .phylosophy-sec .set2 .row-1 .left dl dt::before {
    width: 24px;
    height: 24px;
    top: -38px;
    left: 0;
  }
  .phylosophy-sec .set2 .row-1 .left dl dd {
    margin-bottom: 0;
  }
  .phylosophy-sec .set2 .row-1 .right {
    width: auto;
    margin: 0 -30px;
  }
  .phylosophy-sec .set2 .row-2 {
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .phylosophy-sec .set2 .row-2 dl {
    display: block;
    padding: 30px 16px;
    line-height: 32px;
  }
  .phylosophy-sec .set2 .row-2 dl dt {
    width: 100%;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
  }
  .phylosophy-sec .set2 .row-2 dl dd {
    width: auto;
  }
  .phylosophy-sec .set2 .row-2 ul li {
    padding-left: 0;
    line-height: 32px;
  }
  .phylosophy-sec .set2 .row-2 ul li::before {
    left: -12px;
  }
}

.feature-sec {
  position: relative;
  padding-top: 206px;
  margin-bottom: 118px;
  font-family: 'Noto Serif JP', serif;
}
.feature-sec::before {
  content: '';
  background: url('./img/top/feature_bg.png') no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  height: 1721px;
  max-width: 1500px;
  margin: 0 auto;
}
.feature-sec h2 {
  position: relative;
  padding-left: 30px;
  font-size: 40px;
  margin-bottom: 72px;
  margin-left: 9px;
  letter-spacing: 10px;
}
.feature-sec h2::before {
  content: '';
  background: url('./img/top/icon_2dotted.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 21%;
  left: -3px;
  width: 8px;
  height: 33px;
}
.feature-sec h3 {
  width: 50px;
  right: -2px;
  position: absolute;
  top: -7px;
}
.feature-sec .text {
  width: 63%;
  border-left: 1px solid #afbbd2;
  position: absolute;
  top: -6px;
  right: 0;
  padding: 0% 8% 0% 5%;
  line-height: 32px;
  margin-bottom: 0;
}
.feature-sec .text span {
    font-size: 28px;
    color: var(--cl-primary1);
    line-height: 48px;
    margin-bottom: 26px;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {



  .feature-sec {
    margin-bottom: 0;
    padding: 100px 20px 0;
  }
  .feature-sec::before {
    top: 56px;
    left: 0;
    right: 0;
    height: 1350px;
    background: url('./img/top/feature_bg_sp.jpg') no-repeat top center;
    background-size: 100% auto;
  }
  .feature-sec h2 {
    padding-left: 30px;
    font-size: 32px;
    margin-bottom: 34px;
    margin-left: 0;
  }
  .feature-sec h2::before {
    left: 0;
    width: 8px;
    height: 33px;
    top: 0px;
  }
  .feature-sec h3 {
    width: 25px;
    right: -4px;
    top: 108px;
  }
  .feature-sec .text {
    width: 87%;
    padding-left: 5%;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }

.feature-sec .text span {
    font-size: 24px;
    line-height: 1.6px;
}

}

/*--------------------------------------
  feature
--------------------------------------*/

.feature__list {
  margin-bottom: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
  max-width: 1066px;
}
.feature__list .item {
  position: relative;
  width: 30%;
  gap: 30px;
  margin-bottom: 4px;
}
.feature__list .item .number {
  font-size: 96px;
  line-height: 1;
  color: var(--txtsub);
  margin-bottom: -46px;
  position: relative;
  z-index: 2;
  margin-left: 16px;
}
.feature__list .item h4 {
  width: 100px;
  height: 400px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 13px;
  z-index: 2;
}
.feature__list .item h4 span {
  display: inline-block;
  background: #fff;
  padding: 13px 9px 8px;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 1;
}
.feature__list .item .photo {
  height: 240px;
  margin-bottom: 0;
}
.feature__list .item .text__s {
  padding: 24px 16px 0;
  font-size: 15px;
  line-height: 28px;
}
.feature__list .item-2 {
  margin-top: 83px;
}
.feature__list .item-3 {
  margin-top: 36px;
}
.feature__list .item-5 {
  margin-top: 85px;
}
.feature__list .item-6 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .feature__list {
    margin-bottom: 0;
    display: block;
    margin-left: 0;
  }
  .feature__list .item {
    width: 94%;
    gap: 0;
    margin-bottom: 30px;
  }
  .feature__list .item .number {
    margin-bottom: -46px;
  }
  .feature__list .item h4 {
    width: 100px;
    height: 320px;
    line-height: 40px;
    top: 9px;
    right: 20px;
  }
  .feature__list .item h4 span {
    padding: 10px 8px;
    letter-spacing: 3px;
  }
  .feature__list .item .photo {
    height: 240px;
  }
  .feature__list .item .text__s {
    padding: 15px 15px 0;
  }
  .feature__list .item-2 {
    margin-top: 0;
    margin-left: auto;
  }
  .feature__list .item-3 {
    margin-top: 0;
  }
  .feature__list .item-4 {
    margin-left: auto;
  }
  .feature__list .item-5 {
    margin-top: 0;
  }
  .feature__list .item-6 {
    margin-top: 0;
    margin-left: auto;
  }
}

/*--------------------------------------
  info-sec
--------------------------------------*/
.info-sec {
  position: relative;
  padding-bottom: 94px;
  padding-top: 120px;
  z-index: 2;
}
.info-sec::before {
  content: '';
  background: url('./img/top/clinic_deco02.png') no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: 50px;
  left: calc(50% - 286px);
  width: 1089px;
  height: 1121px;
}
.info-sec::after {
  content: '';
  background: #fafafa;
  position: absolute;
  top: 137px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.info-sec .wrap {
  max-width: 1180px;
}
.info-sec h2 {
  position: relative;
  padding-left: 40px;
  font-size: 40px;
  margin-bottom: 104px;
  letter-spacing: 9px;
}
.info-sec h2::before {
  content: '';
  background: url('./img/top/icon_2dotted.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 60%;
  left: 8px;
  width: 8px;
  height: 33px;
  transform: translateY(-50%);
}
.info-sec h3 {
  width: 50px;
  right: -2px;
  position: absolute;
  top: -11px;
}
.info-sec .row {
  position: relative;
}
.info-sec .row .col {
    width: 44%;
    margin-right: 5%;
}
.info-sec .row .col + .col h4 {
  margin-bottom: 64px;
}
.info-sec .row h4 {
  font-size: 24px;
  padding-left: 40px;
  margin-bottom: 39px;
  position: relative;
  color: var(--cl-primary1);
  letter-spacing: 4px;
}


.info-sec .row h4::before {
  content: '';
  background: url('./img/top/deco_line.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 8px;
  transform: translateY(-50%);
}

.info-sec .row h1 {
position: absolute;
    top: 35px;
    left: 38px;
}





.info-sec .row .mapgg {
  width: 100%;
  height: 246px;
  margin-bottom: 24px;
}
.info-sec .row .mapgg iframe {
  width: 100%;
  height: 100%;
}
.info-sec .row .mapgg__location {
  padding-left: 56px;
  position: relative;
  margin-bottom: 20px;
}
.info-sec .row .mapgg__location::before {
  content: '';
  background: url('./img/top/icon_local.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 22px;
  height: 32px;
  margin-top: -16px;
}
.info-sec .row .mapgg__tel {
  padding-left: 55px;
  position: relative;
  margin-bottom: 10px;
}
.info-sec .row .mapgg__tel::before {
  content: '';
  background: url('./img/top/icon_phone.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 17px;
  width: 20px;
  height: 32px;
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .info-sec {
    padding-bottom: 50px;
    padding-top: 69px;
    padding-left: 20px;
    padding-right: 50px;
  }
  .info-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 2296px;
    background: url('./img/top/clinic_deco02_sp.jpg') no-repeat center top;
    background-size: 100% auto;
  }
  .info-sec::after {
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .info-sec h2 {
    padding-left: 25px;
    font-size: 32px;
    margin-bottom: 49px;
  }
  .info-sec h2::before {
    left: 0;
    width: 8px;
    height: 33px;
  }
  .info-sec h3 {
    width: 25px;
    right: -40px;
    top: 22px;
  }
  .info-sec .row {
    display: block;
  }
  .info-sec .row .col {
    width: 100%;
    margin-right: 0;
  }
  .info-sec .row .col + .col {
    margin-top: 40px;
    width: 109%;
  }
  .info-sec .row .col + .col h4 {
    margin-bottom: 30px;
  }
  .info-sec .row h4 {
    padding-left: 28px;
    margin-bottom: 15px;
  }



  .info-sec .row h4::before {
    width: 16px;
    height: 8px;
  }

  .info-sec .row h1 {
      position: relative;
    top: 0;
    left: 0;
    margin-left: 27px;
    margin-bottom: 10px;
  }

  .info-sec .row .mapgg {
    margin-bottom: 18px;
  }
  .info-sec .row .mapgg__location {
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .info-sec .row .mapgg__location::before {
    left: 0;
  }
  .info-sec .row .mapgg__tel {
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .info-sec .row .mapgg__tel::before {
    left: 0;
  }
  .hidde {
    display: none;
  }
}
.timeline__top {
  font-family: 'Noto Serif JP', serif;
}
.timeline__top table {
  border-top: 1px solid var(--fz-primary1);
  border-bottom: 1px solid var(--fz-primary1);
  font-size: 18px;
  line-height: 1;
  margin-bottom: 21px;
}
.timeline__top table thead tr th {
  width: 5%;
  text-align: center;
  padding: 24px 0% 22px 0%;
  border-bottom: 1px solid #cecece;
}
.timeline__top table thead tr th.caption {
  width: 16%;
}
.timeline__top table tbody tr th {
  padding-left: 0;
  padding-left: 12px;
    font-family: 'Aboreto', system-ui;
    font-weight: 400;
    font-style: normal;

}
.timeline__top table tbody tr td {
  text-align: center;
}
.timeline__top table tbody tr td span {
  display: inline-block;
  width: 17px;
}
.timeline__top table tbody tr td:last-child {
  width: 6%;
}
.timeline__top table tbody tr th,
.timeline__top table tbody tr td {
  padding-top: 23px;
  padding-bottom: 23px;
}
.timeline__top table tbody tr:first-child th,
.timeline__top table tbody tr:first-child td {
  padding-bottom: 22px;
  padding-top: 23px;
  border-bottom: 1px solid #cecece;
}
.timeline__top table th:last-child {
}
.timeline__top ul {
  line-height: 28px;
  font-size: 14px;
}
.timeline__top ul li {
  padding-left: 27px;
  position: relative;
  letter-spacing: 0.05em;
}
.timeline__top ul li::before {
  content: '※';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 7px;
}
.timeline__top ul li .tt {
  display: inline-block;
  width: 15px;
  position: relative;
  top: 0px;
  margin-right: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .timeline__top table {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .timeline__top table thead tr th {
    width: 3%;
    padding: 15px 0% 15px 0%;
  }
  .timeline__top table thead tr th.caption {
        width: 4%;
        text-align: left;
        padding-left: 10px;
  }
  .timeline__top table tbody tr th {
        padding-left: 12px;
        letter-spacing: 2px;
  }
  .timeline__top table tbody tr th span {
    display: block;
    text-align: right;
    padding-right: 16px;
  }
  .timeline__top table tbody tr td span {
    width: 13px;
  }
  .timeline__top table tbody tr td:last-child {
    width: 6%;
  }
  .timeline__top table tbody tr th,
  .timeline__top table tbody tr td {
    padding-top: 17px;
    padding-bottom: 15px;
  }
  .timeline__top table tbody tr:first-child th,
  .timeline__top table tbody tr:first-child td {
    padding-bottom: 17px;
    padding-top: 17px;
  }
  .timeline__top table th:last-child {
    padding: 15px 0% 15px 0%;
    width: 6%;
  }
  .timeline__top ul {
    line-height: 24px;
  }
  .timeline__top ul li {
    padding-left: 20px;
  }
  .timeline__top ul li::before {
    width: 10px;
    height: 10px;
    top: 0px;
    left: 0;
  }
  .timeline__top ul li .tt {
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .timeline__top table {
    font-size: 14px;
  }
  .timeline__top table thead tr th {
    width: 7%;
    padding: 15px 0% 15px 0%;
  }
  .timeline__top table thead tr th.caption {
    width: 14%;
  }
  .timeline__top table tbody tr th {
    padding-left: 0;
    padding-left: 10px;
  }
  .timeline__top table tbody tr td span {
    width: 15px;
  }
  .timeline__top table tbody tr td:last-child {
    width: 6%;
  }
  .timeline__top table tbody tr th,
  .timeline__top table tbody tr td {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .timeline__top table tbody tr:first-child th,
  .timeline__top table tbody tr:first-child td {
    padding-bottom: 22px;
    padding-top: 26px;
  }
  .timeline__top table th:last-child {
    padding: 15px 4% 15px 0%;
    width: 6%;
  }
}

/*--------------------------------------
  medical-treatment
--------------------------------------*/

.medical-sec {
  position: relative;
  margin-bottom: 0;
  padding-top: 99px;
  z-index: 3;
}
.medical-sec h2 {
  font-size: 36px;
  font-weight: 300;
  width: 36px;
  height: 400px;
  position: absolute;
  top: 5px;
  right: 12px;
  letter-spacing: 6px;
}
.medical-sec h2::before {
  content: '';
  background: url('./img/top/news_deco01.png') no-repeat center;
  background-size: 100% auto;
  width: 50px;
  height: 32px;
  position: absolute;
  top: -68px;
  left: 0px;
}
.medical-sec h3 {
  width: 50px;
  position: absolute;
  top: 0;
  left: -1px;
}
.medical-sec .deco-1 {
  position: absolute;
  top: -59px;
  left: 0;
  right: 0;
  z-index: -1;
}
.medical-sec .deco-2 {
  position: absolute;
  top: 692px;
  left: calc(50% - 254px);
  width: 958px;
  z-index: -1;
}
.medical-sec .deco-3 {
  position: absolute;
  top: 618px;
  left: 0;
  width: 388px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .medical-sec {
    margin-bottom: 0;
    padding-top: 47px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .medical-sec h2 {
    width: auto;
    height: auto;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    padding-left: 30px;
    font-size: 32px;
    margin-bottom: 34px;
    margin-left: 0;
  }
  .medical-sec h2::before {
    top: -1px;
    left: -27px;
  }
  .medical-sec h3 {
    width: 26px;
    top: 92px;
    left: -26px;
  }
  .medical-sec .deco-1 {
    top: 0;
    left: 0;
    right: 0;
  }
  .medical-sec .deco-2 {
    top: 454px;
    left: 0;
    width: 100vw;
  }
  .medical-sec .deco-3 {
    top: auto;
    right: 0;
    width: 100vw;
    bottom: -38px;
    left: auto;
  }
}

.medical__list {
  position: relative;
  margin-bottom: 0;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}
.medical__list .item {
  border-top: 1px solid #afbbd2;
  border-bottom: 1px solid #afbbd2;
  margin-bottom: -1px;
  padding: 40px 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.medical__list .item .photo {
  width: 388px;
  height: 319px;
}
.medical__list .item .box {
  padding-right: 20px;
  width: 58%;
}
.medical__list .item .box h4 {
  color: var(--cl-primary1);
  margin-bottom: 33px;
  display: flex;
}
.medical__list .item .box h4 span {
  font-size: 28px;
  line-height: 1;
  margin-right: 19px;
  display: block;
  letter-spacing: 6px;
}
.medical__list .item .box h4 small {
  font-size: 15px;
  line-height: 1;
  display: block;
  padding-top: 13px;
  letter-spacing: 1px;
}
.medical__list .item ul {
  margin-bottom: 24px;
  padding-top: 26px;
  padding-left: 8px;
  letter-spacing: 2px;
}
.medical__list .item ul li {
  position: relative;
  padding-left: 20px;
  line-height: 28px;
  color: var(--cl-primary1);
}
.medical__list .item ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--cl-primary1);
}
@media screen and (max-width: 767px) {
  .medical__list {
    margin-bottom: 0;
  }
  .medical__list .item {
    padding: 25px 0px;
    display: block;
  }
  .medical__list .item .photo {
    width: 100%;
    height: 229px;
  }
  .medical__list .item .box {
    padding-right: 0;
    width: auto;
    padding-top: 15px;
  }
  .medical__list .item .box h4 {
    margin-bottom: 25px;
    display: block;
  }
  .medical__list .item .box h4 span {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .medical__list .item .box h4 small {
    padding-top: 10px;
  }
  .medical__list .item ul {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .medical__list .item ul li {
    padding-left: 10px;
    letter-spacing: 0.05em;
  }
  .medical__list .item ul li::before {
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
  }
}

.treatment-sec {
  padding-top: 129px;
  position: relative;
  z-index: 2;
}
.treatment-sec::after {
  content: '';
  background: url('./img/top/treatment_deco01.jpg') no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: 341px;
  left: 0;
  right: 0;
  height: 750px;
  z-index: -1;
}
.treatment-sec .wrap {
  max-width: 950px;
}
.treatment-sec h2 {
  position: relative;
  padding-left: 30px;
  font-size: 32px;
  margin-bottom: 117px;
  letter-spacing: 8px;
}
.treatment-sec h2::before {
  content: '';
  background: url('./img/top/icon_2dotted.png') no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 33px;
  margin-top: -13px;
}
.treatment-sec h3 {
  width: 50px;
  right: -116px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .treatment-sec {
    padding: 65px 20px 0;
  }
  .treatment-sec::after {
    position: absolute;
    top: 90vw;
    left: 0;
    right: 0;
    height: 100vw;
    background: url('./img/top/treatment_deco01_sp.jpg') no-repeat top center;
    background-size: 100% auto;
    height: 908px;
  }
  .treatment-sec h2 {
    padding-left: 25px;
    font-size: 26px;
    margin-bottom: 50px;
    letter-spacing: 4px;
  }
  .treatment-sec h2::before {
    top: 50%;
    left: 0;
  }
  .treatment-sec h3 {
    width: 50px;
    right: -50px;
    position: absolute;
    top: 0;
    opacity: 0;
  }
}

.treatment__list {
  margin-bottom: 0;
  gap: 1%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.treatment__list .item {
  width: 31.333%;
  margin-bottom: 57px;
}
.treatment__list .item a {
  display: block;
  position: relative;
}

.treatment__list .item a::before {
  content: '';
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background: var(--cl-primary1);
  position: absolute;
  top: -8px;
  left: 15px;
  z-index: 2;
}

.treatment__list .item a::after {
  content: '';
  background: url('./img/top/icon_arrow01.png') no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.treatment__list .item h4 {
  width: 50px;
  height: 181px;
  position: absolute;
  top: -14px;
  right: 16px;
  z-index: 2;
  font-size: 18px;
}

.treatment__list .item .photo {
}

.treatment__list .item h4 span {
  background: #fff;
  padding: 14px 8px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 3px;
}
.treatment__list .item .ttl {
  font-size: 14px;
  color: var(--cl-primary1);
  padding-top: 10px;
  padding-left: 7px;
}

@media screen and (max-width: 767px) {
  .treatment__list {
    margin-bottom: 0;
    gap: 1%;
    flex-wrap: wrap;
  }
  .treatment__list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .treatment__list .item a {
    margin-bottom: 0;
  }
  .treatment__list .item a::after {
    width: 12px;
    height: 12px;
    bottom: 10px;
    right: 10px;
  }
  .treatment__list .item h4 {
    width: 50px;
    height: 157px;
    top: -18px;
    right: 10px;
    font-size: 18px;
  }
  .treatment__list .item h4 span {
    padding: 10px 8px;
  }
  .treatment__list .item .ttl {
    font-size: 14px;
  }
  .treatment__list .item .photo {
    height: 217px;
  }
}
@media screen and (max-width: 374px) {
  .phylosophy-sec .set2 .row-1 .left dl dt,
  .greeting-sec .box h3 {
    font-size: 20px;
  }
  .greeting-sec h2 {
    font-size: 32px;
    right: 14px;
  }
  .phylosophy-sec .set2 .row-1 .left dl dt {
    letter-spacing: 2px;
  }
  .medical-sec h2 {
    font-size: 28px;
  }
  .treatment-sec h2 {
    padding-left: 20px;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .info-sec .row h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .greeting-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .greeting-sec .box {
        width: 93%;
        padding-left: 233px;
        margin-bottom: 50px;
  }

    .greeting-sec h2 {
        left: auto;
        right: 0;
    }

    .greeting-sec .photo__group {
        width: 100%;
        right: 0;
        position: relative;
        display: flex;
                justify-content: space-between;
    }
     .greeting-sec .photo__group .ob-img {
      width: 49%;
     }
    .greeting-sec .photo__group .ob-img + .ob-img {
      margin-top: 0;
  }


  .greeting-sec .author__g {
        left: 0;
        width: 200px;
  }
  .greeting-sec .photo__group .ob-img {
    height: 200px;
  }
  .greeting-sec .author__g .photo-1 {
    height: 366px;
  }

.greeting-sec .author__g .author__tt {
    top: 12px;
    right: 5px;
    font-size: 14px;
    line-height: 34px;
    width: 68px;
}
.greeting-sec .author__g .author__tt span {
  padding: 15px 5px 12px;
}

  .greeting-sec::after {
    height: 62%;
  }
  .phylosophy-sec .set2 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .phylosophy-sec .set2 h2 {
    top: 115px;
    right: -48px;
  }

  .phylosophy-sec .set2 h3 {
    top: 30px;
    left: -48px;
  }
  .phylosophy-sec .set2 .row-1 {
    padding-left: 0;
  }

  .phylosophy-sec .set2 .row-1 .right {
    width: 41%;
  }

  .phylosophy-sec .set2 .row-2 dl dt {
        font-size: 19px;
        text-align: left;
  }
  .phylosophy-sec .set2 .row-1 .left {
    width: 55%;
    margin-right: 3%;
  }
  .phylosophy-sec .set2::before {
    left: 20px;
    right: 20px;
  }

  .feature-sec {
    padding-left: 20px;
    padding-right: 70px;
  }
  .feature__list {
    margin-left: 0;
  }

  .feature__list .item .number {
    font-size: 80px;
    margin-bottom: -38px;
  }

  .feature__list .item h4 {
    right: 3px;
    line-height: 35px;
  }
  .feature__list .item h4 span {
    font-size: 15px;
    padding: 13px 7px 8px;
  }
  .feature-sec h2 {
    margin-left: 0;
  }
  .feature-sec h3 {
    right: -55px;
  }
  .feature-sec .text {
        padding: 0% 2% 0% 2%;
        width: 56%;
        top: -60px;
  }
  .feature__list .item {
    width: 32%;
  }
  .timeline__top table thead tr th.caption {
    width: 30%;
  }

  .timeline__top table thead tr th {
    width: 4%;
  }
  .medical-sec {
    padding-left: 70px;
    padding-right: 70px;
  }

  .medical-sec h2 {
    right: -50px;
  }
  .medical-sec h3 {
    left: -45px;
  }
.medical__list .item {
   padding: 40px 12px;
}
  .medical__list .item .photo {
    width: 40%;
  }
  .medical__list .item .box {
            width: 68%;
  }
  .medical__list .item .box h4 span {
font-size: 22px;
        margin-right: 10px;
        letter-spacing: 2px;
  }

  .medical__list .item .box h4 small {
    font-size: 14px;
    padding-top: 9px;
    letter-spacing: 0px;
  }
  .treatment-sec {
    padding-left: 20px;
    padding-right: 70px;
  }
  .treatment-sec h3 {
    right: -54px;
  }

  .info-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-sec .row .col {
    width: 45%;
    margin-right: 3%;
  }

  .info-sec .row .col + .col {
    margin-right: 0;
  }

  .info-sec .row .mapgg__tel,
  .info-sec .row .mapgg__location {
    padding-left: 50px;
    font-size: 14px;
  }

  .info-sec .row .mapgg__tel br.sp,
  .info-sec .row .mapgg__location br.sp {
    display: block;
  }

  .info-sec .row .mapgg__tel .hidde,
  .info-sec .row .mapgg__location .hidde {
    display: none;
  }
}
@media screen and (max-width: 1549px) and (min-width: 1200px) {
  .greeting-sec .photo__group {
    right: auto;
    left: calc(50% + 370px);
  }
  .greeting-sec::after {
     
  }
  .greeting-sec h2 {
    left: calc(50% + 278px);
  }
  .greeting-sec .box {
    padding-left: 300px;
  }
  .greeting-sec .author__g {
    left: -60px;
  }
  .phylosophy-sec .set2 {
    padding-left: 125px;
    padding-right: 125px;
  }

  .phylosophy-sec .set2 h2 {
    right: -76px;
  }

  .phylosophy-sec .set2 h3 {
    top: 30px;
    left: -78px;
  }
  .feature-sec {
    padding-left: 50px;
    padding-right: 125px;
  }
  .feature__list {
    margin-left: 0;
  }

  .feature-sec h2 {
    margin-left: 0;
  }
  .feature-sec h3 {
    right: -86px;
  }
  .medical-sec {
    padding-right: 100px;
  }
  .medical-sec h2 {
    right: -76px;
  }
  .treatment-sec {
    padding-right: 70px;
  }
  .treatment-sec h3 {
    right: -80px;
  }
}

@media screen and (min-width: 1550px) {
  .greeting-sec::after {
    height: 308px;  
  }
}

.page-id-1119 .feature-sec::before,
.page-id-1119 .info-sec::before,
.page-id-1119 .info-sec::after,
.page-id-1119 .greeting-sec::after{
  display: none;
}

.phylosophy-sec .set2::before {
  height: 71px;
  bottom: auto;
}

.clinic__phylosophy .set2::before{
  display: none!important;
}

@media screen and (max-width: 767px) { 
.phylosophy-sec .set2::before {
  height: 100px;
}

}

.page-id-1119 .feature-sec h2,
.page-id-1119 .info-sec h2 {
  font-size: 32px;
  font-weight: 300;
}


@media screen and (max-width: 767px) {
  .page-id-1119 .feature-sec h2,
  .page-id-1119 .info-sec h2 {
    font-size: 6.4vw;
  }
}


.page-id-1145 .treatment-sec::after,
.page-id-1145 .medical-sec .deco-1,
.page-id-1145 .medical-sec .deco-2,
.page-id-1145 .medical-sec .deco-3 {
  display: none;
}




.bnr__shared a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  position: relative;
  background: var(--cl-primary2);
  border-radius: 50px;
  color: #fff;
  min-width: 140px;
  padding: 6px 30px;
}
.bnr__shared a::after {
  content: '';
  background: url('./img/top/icon_arrow02.png') no-repeat center;
  background-size: 100% auto;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
}
.bnr__shared a:hover {
  opacity: 0.5;
}
.bnr__shared a.style-1 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 30px;
  min-width: 200px;
}
.bnr__shared a.style-1::after {
  width: 9px;
  height: 9px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .bnr__shared a {
    padding: 6px 30px;
  }
  .bnr__shared a::after {
    right: 15px;
  }
  .bnr__shared a:hover {
    opacity: 1;
  }
  .bnr__shared a.style-1 {
    padding: 10px 30px;
  }
}


.page-id-1145 .medical__list {
  max-width: 1016px;
}
.page-id-1145 .medical__list .item-1 {
  padding-top: 80px;
}
.page-id-1145 .medical__list .item {
  padding-left: 0;
  padding-right: 0;
}

.page-id-1145 .treatment-sec .wrap {
  max-width: 1016px;
}

.page-id-1119 .info-sec .wrap {
    max-width: 1045px;
}
.page-id-1119 .info-sec h2.heading__h2 {
  letter-spacing: 5px;
  margin-left: 0;
  padding-left: 30px;
}
.page-id-1119 .info-sec h2.heading__h2:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    background: url(./img/sub/h3_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 9px;
    height: auto;
    transform: translateY(0px);
    bottom: -15px;
}

.page-id-1119 .info-sec {
    padding-bottom: 40px;
    padding-top: 40px;
}


@media screen and (max-width: 1549px) and (min-width: 1200px) {
    .page-id-1145 .treatment-sec {
        padding-right: 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .page-id-1145 .treatment-sec {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-id-1145 .medical-sec {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (max-width: 767px) {
    .page-id-1145 .medical-sec {
        padding-left: 20px;
        padding-right: 20px;
    }

.page-id-1119 .info-sec h2.heading__h2 {
  font-size: 21px;
}
.page-id-1119 .info-sec h2.heading__h2:before {
  top: -6px;
  bottom: -6px;
}
  .page-id-1119 .info-sec {
      padding-bottom: 40px;
      padding-top: 40px;
  }


}