@charset "UTF-8";
/*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: "Zen Old Mincho", serif;
  color: #07170C;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

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

a {
  vertical-align: middle;
  text-decoration: none;
  color: #07170C;
  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;
  transition: all 0.3s;
}

table {
  width: 100%;
}

strong, b {
  font-weight: bold;
}

.disf {
  display: flex;
}

.disf-j-center {
  justify-content: center;
}

.disf-a-center {
  align-items: center;
}

.disf-between {
  justify-content: space-between;
}

.db {
  display: block;
}

.fnt-ZenOldMincho {
  font-family: "Zen Old Mincho", serif;
}

.fnt-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-Shippori {
  font-family: "Shippori Mincho", serif;
}

.fnt-Fira {
  font-family: "Fira Sans", sans-serif;
}

.txt_link {
  text-decoration: underline !important;
}

.txt_link:hover {
  color: #12a666 !important;
}

@media screen and (min-width: 768px) {
  .disf-pc {
    display: flex;
  }
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  img {
    width: 100%;
  }
  .for-pc {
    display: none;
  }
}
/*--------------------------------------
	shortcuts
--------------------------------------*/
/*margin */
.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.clo-green {
  color: #539065;
}

.clo-green2 {
  color: #646e67;
}

.clo-green3 {
  color: #36523f;
}

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

.fl {
  float: left;
}

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

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

.cl {
  clear: both;
}

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

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

.pc {
  display: block;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
}
/*--------------------------------------
	container / wrapper
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

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

#wrapper {
  height: 100%;
  overflow-x: hidden;
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  box-sizing: border-box;
  z-index: 100;
  transition-duration: 0.7s;
}

#header .header__main-container, #header .header__sub-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#header .header__main-container {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}

/*--------------------------------------
    logo
--------------------------------------*/
#header .header__logo a {
  display: block;
}

#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  line-height: 1.44;
  letter-spacing: 0.1em;
  transition-duration: 0.7s;
  position: relative;
  color: #07170c;
}

#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
  display: block;
  margin: 0 auto;
}

#header .header_menu .g_nav > li > span:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#header .header_menu .g_nav > li > span:hover {
  position: relative;
}

#header .header_menu .g_nav > li dl {
  display: block;
  box-sizing: border-box;
  transition-duration: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 99;
}

#header .header_menu .g_nav > li dl dt {
  display: none;
}

#header .header_menu .g_nav > li dl ul {
  max-width: 1080px;
  margin: 0 auto;
}

#header .header_menu .g_nav > li dl li a {
  color: #fff;
}

#header .header_menu .g_nav > li dl a:hover {
  opacity: 1;
}

#header .header_menu .g_nav > li dl:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #header {
    margin: 0px 20px;
  }
  #header .header__main-container {
    padding: 0px 24px 0px 18px;
    margin-top: 18px;
  }
  #header .header__logo {
    margin-top: 21px;
  }
  #header .btn-menu-top p + p {
    margin-left: 4px;
  }
  #header .header_menu {
    margin-left: auto;
  }
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    padding-top: 30px;
    padding-bottom: 29px;
    font-size: 18px;
  }
  #header .header_menu .g_nav > li > a:hover,
  #header .header_menu .g_nav > li > span:hover {
    color: #539065;
  }
  #header .header_menu a {
    display: block;
  }
  #header .header_menu .g_nav {
    display: flex;
    align-items: center;
  }
  #header .header_menu .g_nav > li + li {
    margin-left: 22px;
  }
  #header .g_nav > li {
    position: relative;
  }
  #header .g_nav > li dl {
    pointer-events: none;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 170px;
    background: #539065;
    border-radius: 7px;
    padding: 10px 0px;
  }
  #header .g_nav > li dl:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 14px 16px;
    border-color: transparent transparent #539065 transparent;
  }
  #header .g_nav > li dl li {
    display: block;
  }
  #header .g_nav > li dl li:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  #header .g_nav > li dl li:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: none;
  }
  #header .g_nav > li dl li a {
    padding: 10px 15px;
    display: block;
  }
  #header .g_nav > li dl li:hover a {
    color: #07170C;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header .header__main-container {
    padding-right: 10px;
  }
  #header .header__sub-container {
    width: 100%;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    font-size: 12px;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #header .header_menu .g_nav > li + li {
    margin-left: 12px;
  }
  #header .header_menu .g_nav span:before {
    border-width: 0 12px 10px 12px;
  }
  #header .header_menu .g_nav > li dl {
    top: 59px;
  }
  #header .header_menu .g_nav > li dl li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* logo */
  #header {
    top: 0 !important;
    padding: 10px;
  }
  #header .header__logo {
    width: 203px;
    margin-left: 5px;
  }
  #header .header__logo img {
    max-width: 100%;
  }
  #header .header__logo a:hover {
    text-decoration: none;
  }
  #header .header__sub-container {
    width: 100%;
    padding: 6px;
    align-items: center;
  }
  .toggleMenu {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    background: #36523f;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .menu-trigger span {
    position: absolute;
    left: 14px;
    width: 22px;
    height: 1px;
    background: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 17.5px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 24.8px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 17.5px;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #header.openNav .menu-trigger span {
    background: #fff;
  }
  #header .header_menu .g_nav {
    display: none;
  }
  #header .header_menu .g_nav > li {
    position: relative;
    margin: 0px;
  }
  #header .header_menu .g_nav > li + li {
    border-top: 1px solid #36523F;
  }
  #header .header_menu .g_nav > li > a,
  #header .header_menu .g_nav > li > span {
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    display: block;
    text-align: left;
    height: auto;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  #header .header_menu .g_nav > li > a:hover {
    background: #EBE9E4;
  }
  #header .header_menu .g_nav > li > span:after,
  #header .header_menu .g_nav > li > span:before {
    content: "";
    position: absolute;
    top: 50%;
    background: #36523F;
  }
  #header .header_menu .g_nav > li > span:after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 31px;
    transition-duration: 0.2s;
  }
  #header .header_menu .g_nav > li > span:before {
    right: 24px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
  }
  #header .header_menu .g_nav > li.hover > span:after {
    transform: rotate(90deg);
  }
  #header .header_menu .g_nav > li dl {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
    border-radius: 0;
  }
  #header .header_menu .g_nav > li dl li:before {
    display: none;
  }
  #header .header_menu .g_nav > li dl li {
    padding-left: 0;
  }
  #header .header_menu .g_nav > li dt {
    display: none;
  }
  #header .header_menu .g_nav > li ul:not(.contact-list) {
    position: static;
    display: none;
    background: #32c988;
    padding: 15px 0;
    border-top: 1px solid #717B84;
  }
  #header .header_menu .g_nav > li ul li {
    display: block;
    margin-right: 0;
  }
  #header .header_menu .g_nav > li ul:not(.contact-list) li a {
    position: relative;
    display: block;
    padding: 8px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
  }
  #header .header_menu .g_nav > li ul li a:hover {
    text-decoration: none;
    color: #07170C;
  }
  #header .header_menu .g_nav > li.hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /*スマホ時サブメニューが消える現象を回避*/
  #header .header_menu .g_nav > li > span {
    position: relative;
  }
  #header .header_menu .g_nav > li.hover > span + dl,
  #header .header_menu .g_nav > li > span:hover + dl {
    pointer-events: auto;
    opacity: 1;
  }
  #header .header_menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: auto;
    z-index: 99;
    background: #E5EBE7;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    padding: 90px 30px 0px;
    box-sizing: border-box;
  }
  #header .header_menu .contact {
    margin: 47px -30px 0px;
    padding-bottom: 64px;
  }
  .active_nav #header.openNav .header_menu {
    opacity: 1;
    pointer-events: visible !important;
    visibility: visible;
  }
  .active_nav #wpfront-scroll-top-container {
    z-index: -1;
  }
}
/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*--------------------------------------
    general
--------------------------------------*/
#footer {
  background: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.42;
}

#footer a {
  display: inline-block;
}

#footer a:hover {
  color: #539065;
}

#footer .footer-logo {
  max-width: 279px;
}

#footer .footer-l li + li {
  margin-top: 7px;
}

#footer .footer_title {
  color: #539065;
  letter-spacing: 0.02em;
  line-height: 1.45;
  font-size: 24px;
}

#footer .sitemap a:hover {
  text-decoration: underline;
}

#footer address span {
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 48px 0 50px;
  }
  #footer .footer-l {
    float: left;
    text-align: left;
    width: 50%;
    max-width: 540px;
  }
  #footer .footer-r {
    float: right;
    width: 50%;
    max-width: 540px;
  }
  #footer .menu_area, #footer .blog_area {
    margin-left: 80px;
  }
  #footer address {
    text-align: right;
    margin-top: -60px;
  }
  #footer .ft-bnr{
    max-width: 267px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .menu_area, #footer .blog_area {
    margin-left: 35px;
  }
  #footer address {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 0px 95px;
  }
  #footer .footer-l {
    max-width: 315px;
    margin: 0px auto;
  }
  #footer .footer-r {
    max-width: 315px;
    margin: 30px auto 0px;
  }
  #footer .footer-logo {
    margin: 0px auto;
  }
  #footer .company_area {
    width: 50%;
  }
  #footer .area_right {
    width: 50%;
  }
  #footer .blog_area {
    margin-top: 32px;
  }
  #footer address {
    margin-top: 24px;
  }
}
/*--------------------------------------
      fixed box
  --------------------------------------*/
.fixed-box {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  transition: all 0.5s ease 0s;
  /* background: rgba(147, 147, 147, 0.59); */
}

.fixed-box ul {
  width: calc(100% - 50px);
}

.fixed-box ul li {
  width: 50%;
  background: #36523f;
  text-align: center;
}

.fixed-box ul .btn-web {
  background: #539065;
}

/* .fixed-box ul li+li{
  margin-left: -1px;
} */
/*=============================================
 * #pagetop
 *=============================================*/
#pagetop {
  width: 50px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
}

#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

#pagetop:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .fixed-box {
    left: 0px;
  }
}
.btn-link {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 300px;
  background: #539065;
  color: #fff;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: all 0.3s;
  padding: 12px 24px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16) !important;
}

.btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-image: url(../img/top/arrow-right.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
}

.btn-link:hover {
  opacity: 0.8;
}

.btn-navi {
  max-width:  248px;
}

.btn-navi a{
  background: #7a99c1;
}

.bgsec-parallax {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transform: translateZ(0);
}

iframe {
  width: 100%;
  height: 100%;
}

.bgsec-parallax .custom-object-fit {
  background-attachment: fixed;
}

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

.img-object img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.img-object.custom-object-fit img {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .img-object img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-parallax img {
    height: auto !important;
  }
}
/*-----------------------------------------------------------
■ Elementor overwrite
-----------------------------------------------------------*/
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.elementor img {
  width: auto;
}

.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: right;
}

.img_r .col-txt{
  padding: 10px 20px;
  overflow: hidden;
}
.img_r .col-img {
  float: right;
  display: block !important;
  width: 30% !important;
  margin: 0 0 10px 20px !important;
}

.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, .img_r .col-img {
    float: none;
    width: 100% !important;
    margin: 0 auto 20px !important;
    text-align: center;
  }
}


.schedule-col .txt-inner{
  display: block;
}
.schedule-col .col-img {
  display: block;
}

@media screen and (min-width: 768px) {
  #schedule .schedule-col .txt-inner{
    padding: 10px 20px;
    overflow: hidden;
  }
  #schedule .schedule-col .col-img {
    float: right;
    display: block;
    width: 30%;
    margin: 0 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-col {
    display: flex;
    flex-direction: column;
  }
  .schedule-col .txt-inner{
    order: 1;
  }
  .schedule-col .col-img {
    order: 2;
    margin: 10px 0px 0px;
  }
}
/*--------------------------------------
	contact section
--------------------------------------*/
.contact {
  background: rgba(7, 23, 12, 0.81);
  color: #fff;
  padding: 46px 0px 64px;
}

.contact .contact-ttls {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.contact .contact-list {
  width: 100%;
  margin: 25px auto 0px;
}

.contact .contact-list a {
  display: block;
}

.contact .contact-list .item-btn {
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
}

.contact .contact-list .item-btn + .item-btn {
  margin-top: 9px;
}

.contact .txt {
  border-top: 1px solid;
  margin-top: 24px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .contact img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 64px 0px;
  }
  .contact .inner {
    justify-content: space-between;
    align-items: center;
  }
  .contact .contact-txt {
    text-align: left;
    width: 48%;
    max-width: 397px;
  }
  .contact .contact-ttl {
    font-size: 63px;
  }
  .contact .contact-ttls {
    font-size: 24px;
    margin-top: 10px;
  }
  .contact .contact-list {
    width: 48%;
    max-width: 447px;
    margin: 0px;
  }
  .contact .contact-list .item-btn + .item-btn {
    margin-top: 12px;
  }
  .contact .txt {
    margin-top: 45px;
    padding-top: 45px;
  }
}
/*--------------------------------------
	map
--------------------------------------*/
.map {
  position: relative;
  width: 100%;
  padding-top: 381px;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.slick-slider {
  z-index: 0;
}

.slick-slider .slick-dots {
  line-height: 1;
}

.slick-slider .slick-dots li {
  display: inline-block;
  line-height: 0;
}

.ttl-en {
  font-size: 53px;
  line-height: 1.44;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .ttl-en {
    font-size: 133px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .ttl-en {
    font-size: 95px;
  }
}
.title-indent {
  position: relative;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

.title-indent .ttls-jp {
  font-weight: 600;
  color: #4B4B4B;
  font-size: 48px;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.title-indent .ttls-jp small {
  font-size: 32px;
  line-height: 1.43;
  display: inline-block;
}

.title-indent .ttls-en {
  font-size: 85px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #0075D8;
  opacity: 0.12;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.title-global {
  text-align: center;
  position: relative;
  z-index: 1;
}
.title-global:before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px dashed #6C675F;
  transform: translateY(-50%);
  z-index: -1;
}
.title-global em {
  display: inline-block;
  background: #fff;
}
.title-global .ttls-jp {
  color: #4d463b;
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.title-global .ttls-jp small {
  font-size: 32px;
  line-height: 1.56;
  letter-spacing: 0.1em;
  display: block;
  color: #6c675f;
}
.title-global .ttls-en {
  color: #7a99c1;
  display: block;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .title-global:before {
    left: -100%;
    right: -100%;
  }
  .title-global em {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .title-indent .ttls-en {
    font-size: 57px;
    line-height: 0.8;
  }
  .title-indent .ttls-jp {
    font-size: 36px;
    line-height: 1.1;
  }
  .title-indent .ttls-jp small {
    font-size: 20px;
  }
  .title-global:before {
    top: 50%;
    left: -20px;
    width: 20px;
  }
  .title-global:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    border-top: 1px dashed #6C675F;
    transform: translateY(-50%);
    z-index: -1;
    width: 20px;
  }
  .title-global .ttls-jp {
    font-size: 36px;
  }
  .title-global .ttls-jp small {
    font-size: 24px;
  }
  .title-global .ttls-en {
    font-size: 20px;
  }
}
.ribbon2 {
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  --r: 14px; /* control the cutout */
  padding: 11px calc(var(--r) + 38px) 11px 22px;
  -webkit-clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
          clip-path: polygon(-100vw 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, -100vw 100%);
  -o-border-image: conic-gradient(#D9BC15 0 0) 0;
     border-image: conic-gradient(#D9BC15 0 0) fill 0;
     z-index: 2;
     position: relative;
}

@media screen and (min-width: 768px)  and (max-width: 1080px) {  
  .ribbon2{
    font-size: 15px;
  }
}

.two-columns dl {
  display: flex;
  background: #fff;
}

.two-columns dl + dl {
  margin-top: 2px;
}

.two-columns dl dt {
  font-size: 20px;
  line-height: 1.5;
  width: 156px;
  box-sizing: border-box;
  color: #fff;
  background: #0075D8;
  padding: 12px 0 12px 32px;
}

.two-columns dl dd {
  width: calc(100% - 156px);
  padding: 12px 0 12px 30px;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .two-columns dl {
    display: block;
  }
  .two-columns dl dt {
    width: 100%;
    padding-left: 20px;
  }
  .two-columns dl dd {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*--------------------------------------
	CASE section
--------------------------------------*/


.case-global .slick-slider .slick-arrow {
  font-size: 0;
  line-height: 1;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  width: 48px;
  height: 48px;
}

.case-global .slick-slider .slick-arrow.slick-prev {
  left: 2%;
  background: url("../img/prev2.png");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.case-global .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 2%;
  background: url("../img/next2.png");
  background-position: center center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}


.case-global .slick-track {
  padding-top: 42px;
  padding-bottom: 78px;
}
.case-global .case-slider {
  max-width: 1366px;
  margin: 0px auto;
}
.case-global .case-img {
  height: 196px;
}
.case-global .item {
  box-sizing: border-box;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.16);
  position: relative;
}
.case-global .ribbon {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  --f: 14px; /* control the folded part*/
  --r: 14px; /* control the ribbon shape */
  position: absolute;
  left: 13px;
  top: calc(-1 * var(--f));
  padding: 6px 24px 6px;
  background: #D9BC15;
  border-left: var(--f) solid #B7A851;
  border-bottom: var(--r) solid #D9BC15;
  -webkit-clip-path: polygon(var(--f) 0, 100% 0, 100% 100%, calc(50% + var(--f) / 2) calc(100% - var(--r)), var(--f) 100%, var(--f) var(--f), 0 var(--f));
          clip-path: polygon(var(--f) 0, 100% 0, 100% 100%, calc(50% + var(--f) / 2) calc(100% - var(--r)), var(--f) 100%, var(--f) var(--f), 0 var(--f));
}
.case-global .ribbon span {
  display: block;
  font-size: 31px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: -3px;
}
.case-global h4 {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  max-width: 110px;
  min-width: 110px;
  box-sizing: border-box;
  padding: 1.75px 12px;
}
.case-global .col-before h4 {
  background: #7a99c1;
}
.case-global .col-after h4 {
  background: #c17a7a;
}
.case-global .case-txt {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.875;
  margin-top: 20px;
}
.case-global .case-txt dl {
  display: flex;
}
.case-global .case-txt dl dt {
  width: 148px;
  border-bottom: 1px solid #7A99C1;
  padding: 4px 0px;
}
.case-global .case-txt dl dd {
  width: calc(100% - 148px);
  border-bottom: 1px solid #BDC3C9;
  padding: 4px 0px;
}
@media screen and (min-width: 768px) {
  .case-global .slick-slide {
    margin: 0px 40px;
  }
  .case-global .slick-slider .slick-arrow {
    width: 68px; 
    height: 68px;
  }
  .case-global .slick-slider .slick-arrow.slick-prev{
    left: 240px;
  }
  .case-global .slick-slider .slick-arrow.slick-next{
    right: 240px;
  }
  .case-global .item {
    padding: 100px 64px 64px;
  }
  .case-global [class^=col] {
    width: 50%;
  }
  .case-global [class^=col] + [class^=col] {
    margin-left: 55px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .case-global .slick-slide {
    margin: 0px 10px;
  }
  .case-global .slick-slider .slick-arrow{
    width: 58px;
    height: 58px;
  }
  .case-global .slick-slider .slick-arrow.slick-prev{
    left: 3%;
  }
  .case-global .slick-slider .slick-arrow.slick-next{
    right: 3%;
  }
  .case-global .item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .case-global [class^=col] + [class^=col] {
    margin-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .case-global .slick-track {
    padding-bottom: 36px;
  }
  .case-global .slick-slide {
    margin: 0px 5px;
  }
  .case-global .item {
    padding: 76px 14px 20px;
  }
  .case-global [class^=col] + [class^=col] {
    margin-top: 8px;
  }
  .case-global .ribbon {
    font-size: 11px;
    padding-left: 15px;
    padding-right: 15px;
    --f: 10px; /* control the folded part*/
    --r: 10px; /* control the ribbon shape */
    left: 3px;
  }
  .case-global .ribbon span {
    font-size: 21px;
  }
  .case-global .case-txt {
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 16px;
  }
  .case-global .case-txt dl dt {
    width: 87px;
  }
  .case-global .case-txt dl dd {
    width: calc(100% - 87px);
  }
}

/*--------------------------------------
	doctor section
--------------------------------------*/
#doctor{
  position: relative;
  padding-top: 118px;
  padding-bottom: 85px;
}
#doctor .inner {
  position: relative;
}
#doctor .container {
  position: relative;
  z-index: 2;
}
#doctor .group {
  max-width: 895px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#doctor .group .group-img {
  width: 25%;
  max-width: 176px;
  position: relative;
}

#doctor .group .group-img .doctor-img {
  height: 235px;
  position: relative;
}
#doctor .group .group-img .name {
  position: absolute;
  left: 9px;
  bottom: 12px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: 0.1em;
  z-index: 1;
}
#doctor .group .group-img .name small {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 4px;
}
#doctor .group .right {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  width: calc(100% - 196px);
  max-width: 693px;
  padding: 30px 35px;
  display: flex;
  min-height: 241px;
}

#doctor .group .right .txt {
  font-size: 15px;
  line-height: 30px;
  width: 48%;
}

#doctor .group .right .txt li:before {
  content: '\2022';
  color: red;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
#doctor .doctor-slide {
  max-width: 895px;
  margin: 28px auto 0px;
}
#doctor .doctor-slide .slick-arrow {
  top: 80px;
}
#doctor .doctor-slide .slick-arrow.slick-prev {
  left: -20px;
}
#doctor .doctor-slide .slick-arrow.slick-next {
  right: -20px;
  left: auto;
}
#doctor .doctor-slide .slick-slide {
  width: 157px !important;
  margin: 0px 13.5px;
}
#doctor .doctor-slide .item .doctor-img {
  margin: 0 0 12px;
  height: 209px;
}
#doctor .doctor-slide .item .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.1em;  
  margin: 0px;

}
#doctor .doctor-slide .item .name small {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
}

#doctor .doctor-slide .item {
  width: 157px;
  padding-right: 27px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
          cursor: pointer;
}
#doctor .doctor-slide .doctor-img{
  height: 209px;
}
@media screen and (min-width: 768px) {
  #doctor .title-indent .ttls-en{
    font-size: 130px;
  }
  #doctor .title-indent .ttls-jp{
    font-size: 42px;
  }
  #doctor .group .right .txt + .txt{
    margin-left: 2%;
  }
}
@media screen and (max-width: 850px) {
  #doctor .group .group-img .name small {
    letter-spacing: 0;
  }
  #doctor .group .right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 850px) and (min-width: 768px) {
  #doctor .container {
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #doctor {
    margin-top: 40px;
    padding: 40px 0px;
  }

  #doctor .inner:before {
    top: 247px;
    height: 664px;
  }

  #doctor .doctor-slider{
    display: flex;
    flex-direction: column;
  }
  #doctor .group {
    flex-direction: column;
  }
  #doctor .group .group-img {
    width: 100% !important;
    max-width: 100% !important;
  }
  #doctor .group .group-img .doctor-img {
    height: 112vw;
  }
  #doctor .group .group-img .name {
    left: 24px;
    bottom: 24px;
    font-size: 43px;
    line-height: 63px;
  }
  #doctor .group .group-img .name small {
    font-size: 20px;
    line-height: 29px;
    margin: 0;
  }

  #doctor .group .right {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 24px;
    min-height: auto;
  }
  #doctor .group .right .txt {
    width: 100%;
  }
  #doctor .doctor-slide .slick-arrow {
    top: auto;
    bottom: -64px;
    width: 40px;
    height: 40px;
  }
  #doctor .doctor-slide .slick-arrow.slick-prev {
    left: auto;
    right: 55%;
  }
  #doctor .doctor-slide .slick-arrow.slick-next {
    right: auto;
    left: 50%;
  }
  #doctor .doctor-slider .group-list{
    order: 2;
    margin-top: 80px;
    width: 100%;
    max-width: none;
  }
  #doctor .doctor-slider .doctor-slide{
    order: 1;
    width: 100%;
    max-width: none;
  }
}

/*--------------------------------------
	QA section
--------------------------------------*/
#qa .accordion p {
  display: flex;
  align-items: flex-start;
  background: #0075D8;
  color: #fff;
  border: 1px solid #707070;
  font-size: 24px;
  line-height: 30px;
  padding: 20.5px 0 20.5px 30px;
  position: relative;
  letter-spacing: 0.1em;
  cursor: pointer;
}

#qa .accordion p::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  top: 15px;
  bottom: 15px;
  left: 13px;
}

#qa .accordion p span {
  font-size: 35px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.02em;
  margin-right: 10px;
}

#qa .accordion ul {
  background: #F4F4F4;
  display: none;
  margin-bottom: 17px;
}

#qa .accordion ul li {
  padding: 21px 30px 26px 30px;
  display: flex;
  align-items: flex-start;
  color: #010026;
  /* font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em; */
}

#qa .accordion ul li span {
  font-size: 35px;
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0.02em;
  margin-right: 10px;
}

#qa .accordion + .accordion {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  #qa .accordion + .accordion {
    margin-top: 5px;
  }
  #qa .accordion p {
    font-size: 16px;
    padding-left: 20px;
  }
  #qa .accordion p span {
    font-size: 27px;
  }
  #qa .accordion p::before {
    display: none;
  }
  #qa .accordion ul li {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #qa .accordion ul li span {
    font-size: 27px;
  }
}
/*--------------------------------------
	TEAM section
--------------------------------------*/
.team-global {
  text-align: center;
  position: relative;
  z-index: 0;
}
.team-global .shadow {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
}
.team-global h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 95px;
}
.team-global h2 small {
  display: block;
  font-size: 42px;
  line-height: 62px;
}
.team-global .row + .row {
  margin-top: 65px;
}
.team-global .btn-link2 {
  margin: 36px auto 0px;
  width: 335px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: left;
  padding: 22px 0 22px 25px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.team-global .btn-link2:before {
  content: "";
  position: absolute;
  background: url("../img/implant/plus@2x.png") no-repeat center/100% auto;
  width: 13.5px;
  height: 13.5px;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}
.team-global .btn-link2:hover {
  opacity: 0.8;
}
.team-global .btn-link2.btn-close::before {
  background-image: url("../img/implant/mid@2x.png");
}
.team-global .btn-link2.btn-close {
  margin-top: 48px;
}
.team-global .group-toggle .group-content {
  display: none;
}
@media screen and (max-width: 767px) {
  .team-global h2 {
    font-size: 36px;
    line-height: 53px;
    margin: 0 20px;
  }
  .team-global h2 small {
    font-size: 28px;
    line-height: 41px;
  }
  .team-global .row + .row {
    margin-top: 50px;
  }
  .team-global .btn-link2 {
    margin-top: 28px;
  }
}

#system {
  background: url("../img/implant/toggle_bg.jpg") no-repeat center/cover;
  padding: 55px 0 95px;
  text-align: left;
}
#system .set1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 0 50px;
}
#system .set1 .right {
  width: 533px;
  max-width: 50%;
  padding: 40px 0 0;
}
#system .set1 .right .txt {
  font-size: 24px;
  line-height: 35px;
}
#system .set1 .right h2 {
  font-size: 42px;
  line-height: 62px;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
#system .set1 .right h2 small {
  display: block;
  font-size: 28px;
  line-height: 41px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#system .set1 .img {
  width: 526px;
  max-width: 49%;
}
#system .set2 {
  display: flex;
  gap: 0 19px;
  margin: 0 0 50px;
}
#system .set2 .item {
  width: calc((100% - 38px) / 3);
  position: relative;
}
#system .set2 .item .img {
  margin: 0 0 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
#system .set2 .item .stt {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
}
#system .set2 .item h4 {
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0 0 5px;
}
#system .set3 h3 {
  padding: 0 0 0 29px;
  position: relative;
  z-index: 2;
}
#system .set3 h3 span {
  color: #fff;
  border-radius: 32px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 41px;
  padding: 11px 20px;
  display: inline-block;
  text-align: center;
}
#system .set3 .txt {
  padding: 50px 29px 30px;
  margin: -32px 0 0;
  background: #fff;
}
@media screen and (max-width: 1080px) {
  #system .set2 .item h4 {
    letter-spacing: 0;
    font-size: 26px;
  }
}
@media screen and (max-width: 900px) {
  #system .set2 .item h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #system {
    background: url("../img/implant/toggle_bg_sp.jpg") no-repeat center/cover;
    padding: 0 0 60px;
  }
  #system .set1 {
    display: block;
    margin: 0 0 30px;
  }
  #system .set1 .right {
    width: 100%;
    max-width: 100%;
  }
  #system .set1 .right h2 {
    font-size: 32px;
    line-height: 48px;
  }
  #system .set1 .right h2 small {
    font-size: 20px;
    line-height: 29px;
  }
  #system .set1 .right .txt {
    line-height: 32px;
    font-size: 16px;
  }
  #system .set1 .img {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }
  #system .set2 {
    display: block;
    margin: 0 -20px 40px;
  }
  #system .set2 .item {
    width: 100%;
  }
  #system .set2 .item h4 {
    font-size: 24px;
    padding: 0 20px;
    line-height: 32px;
    letter-spacing: 0.1em;
    margin: 0 0 10px;
  }
  #system .set2 .item .stt {
    font-size: 28px;
    width: 44px;
    height: 44px;
  }
  #system .set2 .item .txt {
    line-height: 24px;
    padding: 0 20px;
  }
  #system .set2 .item + .item {
    margin-top: 30px;
  }
  #system .set3 h3 {
    padding: 0;
  }
  #system .set3 h3 span {
    font-size: 24px;
    line-height: 32px;
    border-radius: 56px;
    padding: 24px;
    display: block;
  }
  #system .set3 .txt {
    margin: -50px 0 0;
    padding: 70px 24px 24px;
    line-height: 24px;
  }
}

#patient {
  padding: 64px 0 0;
  text-align: left;
  margin: 42px 0 97px;
  position: relative;
}
#patient .group {
  display: flex;
  position: relative;
}
#patient .group:before {
  content: "";
  position: absolute;
  height: 305px;
  right: 0;
  width: calc(50% + 154px);
  bottom: -30px;
}
#patient .group .img {
  height: 459px;
  max-width: 45%;
  width: calc(50% - 71px);
  position: relative;
  z-index: 2;
}
#patient .group .right {
  width: 540px;
  max-width: 50%;
  padding: 70px 0 0;
  margin: 0 0 0 70px;
  position: relative;
  z-index: 2;
}
#patient .group .right h3 {
  font-size: 55px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 0 0 10px;
}
#patient .group2 {
  flex-direction: row-reverse;
  margin-top: 100px;
}
#patient .group2:before {
  right: auto;
  left: 0;
  bottom: -47px;
}
#patient .group2 .right {
  margin: 0 70px 0 0;
}
@media screen and (max-width: 1150px) {
  #patient .group .right {
    margin-left: 5%;
  }
  #patient .group2 .right {
    margin-right: 5%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1150px) {
  #patient .group .right {
    margin-left: 5%;
  }
  #patient .group2 .right {
    margin-right: 5%;
    margin-left: 0;
  }
}
@media screen and (max-width: 920px) {
  #patient .group .right h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  #patient {
    margin: 0;
    padding-top: 40px;
    margin-top: 8px;
  }
  #patient:before {
    left: 20px;
    right: 20px;
  }
  #patient .group {
    display: block;
    padding: 0 20px 60px;
  }
  #patient .group:before {
    top: 95px;
    left: 0;
    right: 0;
    width: 100%;
  }
  #patient .group .img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  #patient .group .right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 30px 0 0;
  }
  #patient .group .right h3 {
    font-size: 32px;
    line-height: 48px;
  }
  #patient .group .right .txt {
    line-height: 24px;
  }
  #patient .group + .group {
    margin-top: 0;
    padding-bottom: 0;
  }
  #patient h2 {
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0.01em;
    padding: 0 0 5px;
    margin: 0 auto 40px;
    max-width: calc(100% - 60px);
  }
  #patient h2 small {
    font-size: 20px;
    line-height: 29px;
  }
}

#point2 {
  max-width: 1120px;
  margin: 42px auto 0px;
  position: relative;
  padding-top: 64px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
#point2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#point2 .set1 {
  margin: 0 0 30px;
}
#point2 .set1 .group-title {
  position: relative;
  text-align: center;
}
#point2 .set1 .group-title h2 {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0.58;
  font-size: 128px;
  letter-spacing: 0.02em;
  line-height: 1;
  top: 5px;
}
#point2 .set1 .group-title h3 {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid;
  color: #6E4B1C;
  font-size: 42px;
  line-height: 62px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 0 20px;
}
#point2 .set1 .group-title h3 small {
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.1em;
  display: block;
}
#point2 .set1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#point2 .set1 ul .x {
  width: 90.5px;
  margin: 0 30px;
}
#point2 .set1 ul .tit {
  background: #fff;
  border: 1px solid #081471;
  color: #081471;
  text-align: center;
  max-width: 416px;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 600;
  padding: 22px 0;
  width: calc((100% - 150.5px) / 2);
}
#point2 .set1 h4 {
  text-align: center;
  font-size: 32px;
  color: #081471;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
#point2 .set1 h4 span {
  font-weight: 700;
}
#point2 .set1 h4 span span {
  font-weight: 400;
}
#point2 .point01, #point2 .point02 {
  margin: 0 -20px;
  padding: 0 20px;
}
#point2 .point01 h3, #point2 .point02 h3 {
  color: #E6E6E6;
  font-size: 116px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
}
#point2 .point01 .group, #point2 .point02 .group {
  position: relative;
  padding: 65px 0 135px 64px;
  margin: -9px 0 0;
}
#point2 .point01 .group .left, #point2 .point02 .group .left {
  width: 470px;
  max-width: 45%;
  text-align: left;
  color: #010026;
}
#point2 .point01 .group .left h4, #point2 .point02 .group .left h4 {
  color: #081471;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: left;
}
#point2 .point01 .group .group-img, #point2 .point02 .group .group-img {
  width: 518px;
  position: absolute;
  top: -28px;
  right: -30px;
  max-width: 48%;
  padding: 81px 0 0;
}
#point2 .point01 .group .group-img .img, #point2 .point02 .group .group-img .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 320px;
  max-width: 62%;
}
#point2 .point01 .group .group-img .img2, #point2 .point02 .group .group-img .img2 {
  width: 320px;
  max-width: 62%;
}
#point2 .point02 {
  margin-top: 40px;
}
#point2 .point02 .group {
  padding-left: 0;
  padding-right: 64px;
}
#point2 .point02 h3 {
  text-align: right;
}
#point2 .point02 .group-img {
  right: auto;
  left: -30px;
}
#point2 .point02 .left {
  margin: 0 0 0 auto;
}
#point2 .set2 {
  margin: 50px 0 0;
}
#point2 .set2 h3 {
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.1em;
  margin: 0 0 50px;
}
#point2 .set2 h3 span {
  display: inline-block;
  position: relative;
}
#point2 .set2 h3 span::before {
  content: "";
  position: absolute;
  height: 70px;
  left: -30px;
  bottom: -20px;
  width: 1px;
  transform: rotate(-46.4deg);
}
#point2 .set2 h3 span::after {
  content: "";
  position: absolute;
  height: 70px;
  bottom: -20px;
  right: -30px;
  width: 1px;
  transform: rotate(46.4deg);
}
#point2 .set2 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
#point2 .set2 .flex .item {
  width: calc((100% - 120px) / 3);
  text-align: left;
}
#point2 .set2 .flex .item .txt {
  color: #4D463B;
}
#point2 .set2 .flex .item .img {
  margin: 0 0 25px;
  height: 250px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#point2 .set2 .flex .item .img img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  display: inline-block;
}
#point2 .set2 .flex .item h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  #point2 .point01, #point2 .point02 {
    margin-left: 0;
    margin-right: 0;
  }
  #point2 .point01 {
    padding-left: 0;
  }
  #point2 .point01 .group {
    padding-left: 30px;
  }
  #point2 .point02 {
    padding-right: 0;
  }
  #point2 .point02 .group {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #point2 .point01 .group .left h4, #point2 .point02 .group .left h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 950px) {
  #point2 .set1 .group-title h2 {
    font-size: 120px;
    bottom: 0;
    top: auto;
  }
  #point2 .set1 h4 {
    letter-spacing: 0;
    font-size: 30px;
  }
  #point2 .set1 ul .tit {
    font-size: 30px;
    letter-spacing: 0;
  }
  #point2 .point01 h3, #point2 .point02 h3 {
    font-size: 100px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 850px) {
  #point2 .set1 .group-title h2 {
    font-size: 110px;
  }
  #point2 .point01 h3, #point2 .point02 h3 {
    font-size: 85px;
  }
  #point2 .point01 .group .left h4, #point2 .point02 .group .left h4 {
    font-size: 28px;
  }
  #point2 .set2 .flex {
    gap: 40px;
  }
  #point2 .set2 .flex .item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 800px) {
  #point2 .set1 ul .tit {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #point2 {
    margin-top: 8px;
    padding-top: 24px;
  }
  #point2 .set1 {
    margin: 0 0 40px;
  }
  #point2 .set1 .group-title h2 {
    font-size: 48px;
  }
  #point2 .set1 .group-title h3 {
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0.02em;
    padding: 0 0 5px;
  }
  #point2 .set1 .group-title h3 small {
    font-size: 20px;
    line-height: 29px;
  }
  #point2 .set1 ul {
    display: block;
  }
  #point2 .set1 ul .tit {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    line-height: 36px;
  }
  #point2 .set1 ul .x {
    margin: 25px auto;
  }
  #point2 .set1 h4 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 16px;
  }
  #point2 .set1 h4 > span {
    display: block;
  }
  #point2 .set2 .flex {
    display: block;
  }
  #point2 .set2 .flex .item {
    width: 100%;
  }
  #point2 .set2 .flex .item h4 {
    font-size: 24px;
    line-height: 36px;
  }
  #point2 .set2 .flex .item + .item {
    margin-top: 40px;
  }
  #point2 .set2 h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 30px;
  }
  #point2 .set2 h3 span::before {
    height: auto;
    top: 0;
    bottom: 0;
    transform: rotate(-12.4deg);
  }
  #point2 .set2 h3 span::after {
    height: auto;
    top: 0;
    bottom: 0;
    transform: rotate(12.4deg);
  }
  #point2 .point01, #point2 .point02 {
    padding: 0;
  }
  #point2 .point01 h3, #point2 .point02 h3 {
    font-size: 48px;
  }
  #point2 .point01 .group .left, #point2 .point02 .group .left {
    width: 100%;
    max-width: 100%;
  }
  #point2 .point01 .group .left h4, #point2 .point02 .group .left h4 {
    font-size: 32px;
    line-height: 40px;
  }
  #point2 .point01 .group .group-img, #point2 .point02 .group .group-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0;
    padding: 42px 0 0;
  }
  #point2 .point01 .group {
    margin: -2px 0 0;
    padding: 25px 24px 90px;
  }
  #point2 .point02 .group {
    padding: 24px 24px 90px;
    margin: -2px 0 0;
  }
  #point2 .point02 .group .group-img {
    left: 0;
  }
}