@charset "UTF-8";
/* Scss Document */
/*$f-g: 'Noto Sans JP', sans-serif;*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: .8px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; 
  background: #fff;
  }
  @media (max-width: 900px) {
    body {
      font-size: 14px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body, html {
  overflow-x: hidden; }

p {
  letter-spacing: 0.04em;
  text-align: justify;
  line-height: 1.8em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; }

.notes {
  font-size: 85%;
  color: #9e0e15; }

.red {
  font-size: 90%;
  color: #ff0000; }
  

.t-big {
  font-size: 144%; }

.t-left {
  text-align: left; }

@media (max-width: 900px) {
  .pc {
    display: none; } }

@media (min-width: 961px) {
  .tab {
    display: none; } }

@media (min-width: 961px) {
  .tab-only {
    display: none; } }
@media (max-width: 560px) {
  .tab-only {
    display: none; } }

@media (max-width: 560px) {
  .pctab {
    display: none; } }

@media (min-width: 561px) {
  .sp {
    display: none; } }

.mb-05 {
  margin-bottom: .5rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

img.fit {
  width: 100%;
max-width: 100%;
height: auto;
}
img.top-fit {
  width: 86%;
max-width: 100%;
height: auto;
margin: 0 auto; 
}

img.news-fit {
  width: 100%;
  max-width: 100%;
  height: 212px;
  object-fit: cover; }

img.news-fit2 {
  width: 100%;
  max-width: 100%;
  height: 190px;
  object-fit: cover; }
header p.logocopy,
footer .wrap-footer address p.logocopy {
	font-weight: 500;
}
header p.logocopy {
	display: block;
	margin: 6px 0 0 20px;
	font-size: 13px;
}
footer .wrap-footer address p.logocopy {
	font-size: 14px;
	margin-bottom: 25px;
}
 @media (max-width: 900px) {
 img.top-fit {
  width: 100%;
max-width: 100%;
height: auto;
}
 }
@media screen and (max-width: 560px) {
  img.news-fit2 {
  width: 100%;
  max-width: 100%;
  height: 167px;
  object-fit: cover; }
}
/*img.top-fit {
  width: 100%;
max-width: 100%;
height: auto;
}*/
img.news-fit2 {
  width: 100%;
  max-width: 100%;
  height: 190px;
  object-fit: cover; }
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;' }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease; }

a:hover {
  opacity: .5; }

a.anker {
  display: block;
  padding-top: 200px;
  margin-top: -200px; }

.area-1200 {
  width: 94%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.area-1000 {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  
.area-950 {
  width: 94%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }
  
.area-800 {
  width: 94%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.area-700 {
  width: 94%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.bg-dot {
  background: url("../img/share/bg-dot-1.png") repeat; }

.bg-green {
  background: url("../img/share/bg-stripe-green.png") repeat; }

.bg-purple {
  background: url("../img/share/bg-stripe-purple.png") repeat; }

.bg-yellow {
  background: url("../img/share/bg-stripe-yellow.png") repeat; }

.bg-red {
  background: url("../img/share/bg-stripe-red.png") repeat; }

.bg-base-p {
  background-color: #d5e5c0; }

.bg-curves-p {
  background-color: #f2e9f1; }

.bg-golf-p {
  background-color: #fbf0b2; }

.bg-bodyarchi-p {
  background-color: #FFE1E1; }

/*-------------*/
header {
  background-color: white;
  border-top: 6px solid #74a92d;
  position: relative;
  z-index: 3000; }
  @media (max-width: 840px) {
    header {
      position: fixed;
      width: 100%;
      height: 104px; } }
  header .site {
    position: absolute;
    top: 16px;
  left: 90px; }
  header .site img {
    width: 160px; 
    }
    @media (max-width: 840px) {
      header .site {
        left: -3%; 
 }
        }
        
        
 @media (max-width: 840px) {
 header .site {
        top: 10px;
        } 
       header .site img {
        width: 110px;
    	left: 25px;
		display: block;
		position: relative;
 } 
        header p.logocopy {
    display: block;
    margin: 2px 0 0 25px;
    font-size: 13px;
}
 
 }
  header .wrap-menu {
    width: 100%; }
    @media (max-width: 840px) {
      header .wrap-menu {
        position: fixed;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        top: 0;
        left: 110%;
        transition: .5s; }
        header .wrap-menu.is-menu-open {
          left: 0; }
      }
    header .wrap-menu nav.info {
      position: absolute;
      top: 21px;
      right: 30px; }
      header .wrap-menu nav.info ul {
        display: flex;
        justify-content: flex-end; }
        header .wrap-menu nav.info ul li {
          margin-left: 6px; }
          header .wrap-menu nav.info ul li a {
            display: block;
            font-size: 12px;
            font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
            font-weight: 700;
            padding: 0 1em;
            line-height: 30px;
            border-radius: 15px; }
          header .wrap-menu nav.info ul li.gray-icon a {
            background-color: #f1f1f1;
            color: #74a92d; }
          header .wrap-menu nav.info ul li:last-of-type a {
            background-color: #74a92d;
            color: white; }
header .wrap-menu nav.info p.privacy-policy{
	display: none;
}
header .wrap-menu .sns-icon {
  position: absolute;
  top: 21px;
  right: 358px;
  padding: 0.3em 0;
}

      @media (max-width: 840px) {
        header .wrap-menu nav.info {
          top: auto;
          bottom: 60px;
          right: 50%;
          transform: translateX(50%);
          white-space: nowrap; } 
		  header .wrap-menu nav.info p.privacy-policy{
	display: block;
			  font-size: 85%;
			  text-align: center;
			  margin-top: 1em;
}
header .wrap-menu .sns-icon  {
  top: 23px;
  right: 85px;
  transform: translateX(50%);
  white-space: nowrap; } 
  header .wrap-menu .sns-icon img  {
    width: 35px;
  }
}

    header .wrap-menu nav.contents {
      margin-top: 90px;
  	margin-bottom: 30px; }
      header .wrap-menu nav.contents ul {
        display: flex;
        justify-content: center; }
        @media (max-width: 840px) {
          header .wrap-menu nav.contents ul {
            flex-direction: column;
            width: 200px;
            height: 100vw;
            position: absolute;
            top: calc(50% - 35px);
            left: 50%;
            transform: translate(-50%, -50%); 
            } }
        @media (max-width: 1120px) {
        header .wrap-menu nav.contents ul {
			  margin: 0 -300px 0 0;
			}
        }
        header .wrap-menu nav.contents ul li:hover {
          color: #74a92d; }
        header .wrap-menu nav.contents ul li a {
          display: block;
          font-size: 14px;
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
          font-weight: 700;
          padding: 32px 1em 0;
          text-align: center;
          opacity: 1; }
          @media (max-width: 840px) {
            header .wrap-menu nav.contents ul li a {
              font-size: 13px;
              padding: 32px .7em 0; } }
          @media (max-width: 840px) {
            header .wrap-menu nav.contents ul li a {
              margin: .5rem auto; } }
        header .wrap-menu nav.contents ul li:not(:last-of-type) {
          border-right: 1px dotted black; }
          @media (max-width: 840px) {
            header .wrap-menu nav.contents ul li:not(:last-of-type) {
              border-right: none;
              border-bottom: 1px dotted black; } }
        header .wrap-menu nav.contents ul li:first-of-type a {
          background: url("../img/share/nav-icon-about.svg") no-repeat center top; }
          header .wrap-menu nav.contents ul li:first-of-type a:hover {
            background-image: url("../img/share/nav-icon-about-g.svg"); }
        header .wrap-menu nav.contents ul li:nth-of-type(2) a {
          background: url("../img/share/nav-icon-company.svg") no-repeat center top; }
          header .wrap-menu nav.contents ul li:nth-of-type(2) a:hover {
            background-image: url("../img/share/nav-icon-company-g.svg"); }
        header .wrap-menu nav.contents ul li:nth-of-type(3) a {
          background: url("../img/share/nav-icon-medicine.svg") no-repeat center top; }
          header .wrap-menu nav.contents ul li:nth-of-type(3) a:hover {
            background-image: url("../img/share/nav-icon-medicine-g.svg"); }
        header .wrap-menu nav.contents ul li:nth-of-type(4) a {
          background: url("../img/share/nav-icon-curves.svg") no-repeat center top; }
          header .wrap-menu nav.contents ul li:nth-of-type(4) a:hover {
            background-image: url("../img/share/nav-icon-curves-g.svg"); }
        header .wrap-menu nav.contents ul li:nth-of-type(5) a {
          background: url("../img/share/nav-icon-golf.svg") no-repeat center top; }
          header .wrap-menu nav.contents ul li:nth-of-type(5) a:hover {
            background-image: url("../img/share/nav-icon-golf-g.svg"); }
        /*header .wrap-menu nav.contents ul li:last-of-type a {
          background: url("../img/share/nav-icon-bodyarchi.svg") no-repeat center top; }
          header .wrap-menu nav.contents ul li:last-of-type a:hover {
            background-image: url("../img/share/nav-icon-bodyarchi-g.svg"); }*/
    header .wrap-menu .sp-menu {
      display: block;
      position: fixed;
      top: 23px;
      right: 3%;
      width: 45px;
      height: 45px;
      background-color: #74a92d;
      background-image: url("../img/share/sp-menu-open.svg");
      background-repeat: no-repeat;
      background-position: center center;
      transition: .5s; }
      header .wrap-menu .sp-menu.active {
        background-color: black;
        background-image: url("../img/share/sp-menu-close.svg");
        background-repeat: no-repeat;
        background-position: center center; }
      @media (min-width: 841px) {
        header .wrap-menu .sp-menu {
          display: none; } }
@media (max-width: 840px) {
header .wrap-menu {
width: 100vw;
height: 100vh;
max-width: 100%;
min-width: 100%;
position: absolute;
top: 0;
right: -100px;
animation: menu_on1 0.8s ease-in-out forwards;
}
header .wrap-menu nav.contents ul {
            flex-direction: column;
            width: 220px;
            height: 47%;
            position: absolute;
            top: calc(50% - 45px);
            left: 50%;
            transform: translate(-50%, -50%); 
            z-index: 99;
			/*overflow-y: scroll;*/
			overflow: auto;
			display: block;
            }
            header .wrap-menu nav.info {
    top: auto;
    bottom: 60px;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
    overflow:auto;
}
@media (min-width: 840px) {


}

}
@media (max-width: 560px) {
  main {
   padding-top: 110px; } }
main .title.type1 {
  margin-bottom: 50px; }
  @media (max-width: 560px) {
    main .title.type1 {
      margin-bottom: 30px; } }
  main .title.type1 .wrap {
    position: relative;
    z-index: 1;
    background: url("../img/about/bg-title.svg") repeat-x center top;
    padding-top: 229px;
    animation: titleUp 1s ease 0s 1 normal forwards;
    -webkit-animation: titleUp 1s ease 0s 1 normal forwards; }
@keyframes titleUp {
  0% {
    opacity: 0;
    margin-top: 0; }
  100% {
    opacity: 1;
    margin-top: -215px; } }
@-webkit-keyframes titleUp {
  0% {
    opacity: 0;
    margin-top: 0; }
  100% {
    opacity: 1;
    margin-top: -215px; } }
    @media (max-width: 560px) {
      main .title.type1 .wrap {
        background-size: 866px auto;
        padding-top: 76px;
        animation: titleUp-s 1s ease 0s 1 normal forwards;
        -webkit-animation: titleUp-s 1s ease 0s 1 normal forwards; } }
@keyframes titleUp-s {
  0% {
    opacity: 0;
    margin-top: 0; }
  100% {
    opacity: 1;
    margin-top: -75px; } }
@-webkit-keyframes titleUp-s {
  0% {
    opacity: 0;
    margin-top: 0; }
  100% {
    opacity: 1;
    margin-top: -75px; } }
    main .title.type1 .wrap h1 {
      color: #4d4d4d;
      font-size: 30px;
      letter-spacing: 0.15em; }
      main .title.type1 .wrap h1 img {
        display: block;
        margin: auto auto 15px; }
      @media (max-width: 560px) {
        main .title.type1 .wrap h1 {
          font-size: 20px; } }
    main .title.type1 .wrap h2 {
      width: 90%;
      max-width: 580px;
      margin: 40px auto 0;
      padding-bottom: 2rem;
      line-height: 1.8em;
      text-align: justify; }
main .title.type2 {
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 560px) {
    main .title.type2 {
      margin-bottom: 30px; } }
  main .title.type2 .bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 461px;
    background-position: center top;
    background-repeat: repeat-x; }
    @media (max-width: 900px) {
      main .title.type2 .bg {
        height: 320px; } }
    @media (max-width: 560px) {
      main .title.type2 .bg {
        height: 280px; } }
  main .title.type2 .wrap {
    background: url("../img/share/bg-dot-1.png") repeat;
    background-color: #f1f1f1;
    width: 90%;
    max-width: 780px;
    box-sizing: border-box;
    margin-top: -200px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 5% 2rem;
    border-radius: 1rem;
    animation: wrapDown 1s ease 0s 1 normal forwards;
    -webkit-animation: wrapDown 1s ease 0s 1 normal forwards; }
@keyframes wrapDown {
  0% {
    margin-top: -200px; }
  100% {
    margin-top: -40px; } }
@-webkit-keyframes wrapDown {
  0% {
    margin-top: -200px; }
  100% {
    margin-top: -40px; } }
    @media (max-width: 560px) {
      main .title.type2 .wrap {
        padding: 45px 1.5rem 1rem; } }
    main .title.type2 .wrap h1 {
      font-size: 1rem;
      letter-spacing: .2em;
      color: #4d4d4d;
      margin-bottom: 25px; }
      main .title.type2 .wrap h1 img {
        display: block;
        margin: auto auto 10px; }
    main .title.type2 .wrap h2 {
      color: #74a92d;
      font-size: 125%;
      letter-spacing: .2em;
      margin-bottom: .3em;
      line-height: 1.6em; }
    main .title.type2 .wrap p {
      font-size: 112%;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700; }
      @media (max-width: 560px) {
        main .title.type2 .wrap p {
          font-size: 100%; } }
main .title.type3 {
  margin-top: 100px;
  margin-bottom: 50px; }
  @media (max-width: 560px) {
    main .title.type3 {
      margin-top: 60px;
      margin-bottom: 30px; } }
  main .title.type3 h1 {
    color: #4d4d4d;
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: 0.15em; }
    main .title.type3 h1 img {
      display: block;
      margin: auto auto 15px; }
    @media (max-width: 560px) {
      main .title.type3 h1 {
        font-size: 20px; } }
  main .title.type3 h2 {
    width: 90%;
    max-width: 580px;
    margin: auto;
    padding-bottom: 2rem;
    line-height: 1.8em; }
  main .title.type3 .wrap {
    position: relative;
    z-index: 1;
    background: url("../img/about/bg-title.svg") repeat-x center top;
    padding-top: 229px;
    animation: titleUp-3 1s ease 0s 1 normal forwards;
    -webkit-animation: titleUp-3 1s ease 0s 1 normal forwards; }
@keyframes titleUp-3 {
  0% {
    opacity: 0;
    margin-top: 0px; }
  100% {
    opacity: 1;
    margin-top: -100px; } }
@-webkit-keyframes titleUp-3 {
  0% {
    opacity: 0;
    margin-top: 0px; }
  100% {
    opacity: 1;
    margin-top: -100px; } }
    @media (max-width: 560px) {
      main .title.type3 .wrap {
        background-size: 866px auto;
        padding-top: 76px;
        animation: titleUp-3s 1s ease 0s 1 normal forwards;
        -webkit-animation: titleUp-3s 1s ease 0s 1 normal forwards; } }
@keyframes titleUp-3s {
  0% {
    opacity: 0;
    margin-top: 0; }
  100% {
    opacity: 1;
    margin-top: -25px; } }
@-webkit-keyframes titleUp-3s {
  0% {
    opacity: 0;
    margin-top: 0; }
  100% {
    opacity: 1;
    margin-top: -25px; } }
#top section.top-img {
  border-bottom: 3px solid #74a92d; }
#top section.four {
  position: relative; }
  #top section.four h2 {
    margin: 80px auto 30px; }
 	#top section.four .four-text {
 	text-align: center;
 	margin: 0 0 35px;
 	}
    @media (max-width: 900px) {
      #top section.four h2 img {
        width: 90%;
        height: auto; }}
    @media (max-width: 560px) {
      #top section.four h2 {
        margin: 50px auto 30px; }
       #top section.four .four-text {
 	text-align: left;
 	width: 90%;
 	margin: 0 auto 20px;
 	}
        #top section.four .four-text br {
 	display: none;
 	}}
  #top section.four .bg {
    width: 100%;
    height: 260px;
    background: url("../img/share/bg-dot-1.png") repeat;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 1; }
    @media (max-width: 560px) {
      #top section.four .bg {
        top: calc(50% - 180px);
        height: 500px; } }
  #top section.four .wrap {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    
 	  }
    @media (max-width: 560px) {
      #top section.four .wrap {
        flex-direction: column; } }
    #top section.four .wrap article {
      position: relative;
      border: 3px solid #74a92d;
      border-radius: 20px;
      background-color: white;
      overflow: hidden;
      width: 47.5%; }
      @media (max-width: 560px) {
        #top section.four .wrap article {
          width: 100%;
          display: flex;
          margin-bottom: 10px; } }
      #top section.four .wrap article figure {
        width: 100%;
        margin: auto;
        height: 0;
        padding-bottom: 70%; }
        @media (max-width: 560px) {
          #top section.four .wrap article figure {
            width: 40%;
            padding-bottom: 60%; } }
      @media (max-width: 560px) {
        #top section.four .wrap article .text {
          width: 60%; } }
      #top section.four .wrap article h3 {
        padding-top: 43px;
        text-align: center;
        font-size: 80%;
        margin: 16px auto 23px; }
        @media (max-width: 900px) {
          #top section.four .wrap article h3 {
            padding-top: 38px; } }
        @media (max-width: 560px) {
          #top section.four .wrap article h3 {
            padding-top: 32px;
            margin: 10px auto 10px; } }
      #top section.four .wrap article p {
        width: 90%;
        margin: auto;
        padding-bottom: 70px; }
        @media (max-width: 560px) {
          #top section.four .wrap article p {
            padding-bottom: 48px; } }
      #top section.four .wrap article a {
        position: absolute;
        left: calc(50% - 55px);
        bottom: 0;
        display: block;
        width: 110px;
        height: 55px;
        border-radius: 55px 55px 0 0;
        font-size: 87%;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 700;
        color: white;
        background-color: #74a92d;
        background-image: url("../img/top/more.svg");
        background-repeat: no-repeat;
        background-position: center 10px;
        background-size: 90px auto;
        padding-top: 37px;
        box-sizing: border-box; }
        #top section.four .wrap article a:hover {
          opacity: 1;
          background-color: #d5e5c0;
          color: #74a92d; }
        @media (max-width: 560px) {
          #top section.four .wrap article a {
            width: 80px;
            height: 40px;
            border-radius: 40px 40px 0 0;
            left: calc(75% - 55px);
            padding-top: 20px;
            background-size: 70px auto; } }
      #top section.four .wrap article:first-of-type figure {
        background: url("../img/top/four-img-kyoei.jpg") no-repeat center center;
        background-size: cover; }
      #top section.four .wrap article:first-of-type h3 {
        background: url("../img/top/four-icon-kyoei.svg") no-repeat center top; }
        @media (max-width: 900px) {
          #top section.four .wrap article:first-of-type h3 {
            background-size: auto 27px; } }
        @media (max-width: 900px) {
          #top section.four .wrap article:first-of-type h3 {
            background-size: auto 30px; } }
      #top section.four .wrap article:nth-of-type(2) figure {
        background: url("../img/top/four-img-curves.jpg") no-repeat center center;
        background-size: cover; }
      #top section.four .wrap article:nth-of-type(2) h3 {
        background: url("../img/top/four-icon-curves.svg") no-repeat center top; }
        @media (max-width: 900px) {
          #top section.four .wrap article:nth-of-type(2) h3 {
            background-size: auto 27px; } }
      #top section.four .wrap article:nth-of-type(3) figure {
        background: url("../img/top/four-img-golf.jpg") no-repeat center top;
        background-size: cover; }
      #top section.four .wrap article:nth-of-type(3) h3 {
        background: url("../img/top/four-icon-golf.svg") no-repeat center top; }
        @media (max-width: 1050px) {
          #top section.four .wrap article:nth-of-type(3) h3 {
            background-size: auto 27px; } }
     /*#top section.four .wrap article:last-of-type figure {
        background: url("../img/top/four-img-bodyarchi.jpg") no-repeat center top;
        background-size: cover; }
      #top section.four .wrap article:last-of-type h3 {
        background: url("../img/top/four-icon-bodyarchi.svg") no-repeat center top; }
        @media (max-width: 900px) {
          #top section.four .wrap article:last-of-type h3 {
            background-size: auto 27px; } }*/
#top section.news {
  width: 100%;
  margin-top: 110px;
  padding: 30px 0 50px;
  background: url("../img/share/bg-stripe-green.png") repeat; }
  @media (max-width: 560px) {
    #top section.news {
      margin-top: 80px;
      padding: 30px 0 30px; } }
  #top section.news h2 {
    margin-bottom: 40px; }
    @media (max-width: 900px) {
      #top section.news h2 img {
        width: 90%;
        height: auto; } }
    @media (max-width: 560px) {
      #top section.news h2 {
        margin-bottom: 20px; } }
  #top section.news .slider-news li {
    height: 100%;
    margin: auto 8px;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.2);
    padding: 10px; }
    #top section.news .slider-news li a {
      opacity: 1; }
    #top section.news .slider-news li:hover {
      background-color: #d5e5c0; }
    #top section.news .slider-news li .icon {
      display: inline-block;
      height: 34px;
      border-radius: 17px;
      transform: translateY(-50%); }
      #top section.news .slider-news li .icon.kyoei {
        width: 103px;
        background: url("../img/top/news-icon-kyoei.svg") no-repeat center center;
        background-color: #74a92d; }
      #top section.news .slider-news li .icon.curves {
        width: 103px;
        background: url("../img/top/news-icon-curves.svg") no-repeat center center;
        background-color: #802077; }
      #top section.news .slider-news li .icon.golf {
        width: 150px;
        background: url("../img/top/news-icon-golf.svg") no-repeat center center;
        background-color: #f3ce00; }
      /*#top section.news .slider-news li .icon.bodyarchi {
        width: 103px;
        background: url("../img/top/news-icon-bodyarchi.svg") no-repeat center center;
        background-color: #F3B7AC; }*/
      #top section.news .slider-news li .icon.medicine {
        width: 103px;
        background: url("../img/top/news-icon-medicine.svg") no-repeat center center;
        background-color: #9e0e15; }
    #top section.news .slider-news li .text .date {
      color: #74a92d;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700;
      text-align: left;
      font-size: 87%;
      margin-bottom: .5em; }
    #top section.news .slider-news li .text h3 {
      text-align: left;
      line-height: 1.6em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      height: 4.8em;
      overflow: hidden; }
  #top section.news .slider-news .slide-arrow {
    z-index: 999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #top section.news .slider-news .slide-arrow.prev-arrow {
    left: 0; }
  #top section.news .slider-news .slide-arrow.next-arrow {
    right: 0; }
  #top section.news .more-btn {
    display: inline-block;
    background: url("../img/top/more.svg") no-repeat 10px 1px;
    background-color: #74a92d;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
    width: 400px;
    color: white;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    margin-top: 40px; }
    #top section.news .more-btn:hover {
      opacity: 1;
      background-color: #d5e5c0;
      color: #74a92d; }
    @media (max-width: 560px) {
      #top section.news .more-btn {
        width: 80%;
        margin-top: 30px; } }
#top section.link {
  margin-top: 70px;
  padding-bottom: 200px; }
  @media (max-width: 560px) {
    #top section.link {
      margin-top: 50px;
      padding-bottom: 100px; } }
  #top section.link .wrap {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 560px) {
      #top section.link .wrap {
        flex-direction: column;
        justify-content: center; } }
    #top section.link .wrap a {
      width: 30%; }
      @media (max-width: 560px) {
        #top section.link .wrap a {
          width: 70%;
          margin: 0 auto 10px; } }

@media (max-width: 560px) {
  #about h1 img {
    height: 46px;
    width: auto; } }
#about section.bg-dot {
  width: 100%;
  padding: 50px 0 200px; }
  @media (max-width: 560px) {
    #about section.bg-dot {
      padding: 30px 0 100px; } }
  #about section.bg-dot h2 {
    font-size: 125%;
    line-height: 1.8em;
    margin-bottom: 50px; }
    @media (max-width: 560px) {
      #about section.bg-dot h2 {
        font-size: 115%;
        margin-bottom: 30px; } }
  #about section.bg-dot .area-800 {
    background-color: white;
    padding-bottom: 50px; }
    @media (max-width: 560px) {
      #about section.bg-dot .area-800 {
        padding-bottom: 30px; } }
    #about section.bg-dot .area-800 article {
      width: 90%;
      margin: 30px auto 0; }
      #about section.bg-dot .area-800 article > p {
        margin-bottom: 1em; }
      #about section.bg-dot .area-800 article .wrap-ff {
        display: flex;
        justify-content: space-between; }
        #about section.bg-dot .area-800 article .wrap-ff figure {
          width: 49%; }
        @media (max-width: 560px) {
          #about section.bg-dot .area-800 article .wrap-ff {
            flex-direction: column; }
            #about section.bg-dot .area-800 article .wrap-ff figure {
              width: 100%; }
              #about section.bg-dot .area-800 article .wrap-ff figure:first-of-type {
                margin-bottom: 10px; } }
      #about section.bg-dot .area-800 article .wrap-tf {
        display: flex;
        justify-content: space-between; }
        #about section.bg-dot .area-800 article .wrap-tf p {
          width: 45%; }
        #about section.bg-dot .area-800 article .wrap-tf figure {
          width: 52%; }
        @media (max-width: 560px) {
          #about section.bg-dot .area-800 article .wrap-tf {
            flex-direction: column; }
            #about section.bg-dot .area-800 article .wrap-tf p {
              width: 100%;
              margin-bottom: 10px; }
            #about section.bg-dot .area-800 article .wrap-tf figure {
              width: 100%; } }
      #about section.bg-dot .area-800 article.curves {
        background-color: #f2e9f1;
        padding: 2rem 3% 1.5rem;
        border-radius: 5px;
        box-sizing: border-box; }
        #about section.bg-dot .area-800 article.curves .logo {
          margin-bottom: 1.5rem; }
          @media (max-width: 900px) {
            #about section.bg-dot .area-800 article.curves .logo {
              width: 170px;
              height: auto; } }
      #about section.bg-dot .area-800 article.golf {
        background-color: #fbf0b2;
        padding: 2rem 3% 1.5rem;
        border-radius: 5px;
        box-sizing: border-box; }
        #about section.bg-dot .area-800 article.golf .logo {
          margin-bottom: 1.5rem; }
          @media (max-width: 900px) {
            #about section.bg-dot .area-800 article.golf .logo {
              width: 100%;
              max-width: 350px;
              height: auto; } }
        #about section.bg-dot .area-800 article.golf .wrap-ft {
          flex-direction: row-reverse; }
          @media (max-width: 560px) {
            #about section.bg-dot .area-800 article.golf .wrap-ft {
              flex-direction: column; } }
      #about section.bg-dot .area-800 article.bodyarchi {
        background-color: #FFE3E3;
        padding: 2rem 3% 1.5rem;
        border-radius: 5px;
        box-sizing: border-box; }
        #about section.bg-dot .area-800 article.bodyarchi .logo {
          margin-bottom: 1.5rem;
          height: 70px; }
          @media (max-width: 900px) {
            #about section.bg-dot .area-800 article.bodyarchi .logo {
              width: 210px;
              height: auto; } }

@media (max-width: 560px) {
  #company h1 img {
    height: 75px;
    width: auto; } }
#company h2 {
  color: #74a92d;
  letter-spacing: .2em;
  font-size: 30px;
  margin-bottom: 50px; }
  @media (max-width: 560px) {
    #company h2 {
      margin-bottom: 25px;
      font-size: 20px; } }
#company section.greeting {
  padding: 50px 0; }
  @media (max-width: 560px) {
    #company section.greeting {
      padding: 30px 0; } }
  #company section.greeting .wrap {
    background-color: white;
    box-sizing: border-box;
    padding: 50px 5% 40px; }
    @media (max-width: 560px) {
      #company section.greeting .wrap {
        padding: 30px 5% 20px; } }
    #company section.greeting .wrap .wrap-ft {
      display: flex;
      justify-content: space-between; }
      #company section.greeting .wrap .wrap-ft figure {
        width: 32%; }
      #company section.greeting .wrap .wrap-ft p {
        width: 100%; }
        #company section.greeting .wrap .wrap-ft p .catchphrase {
          display: block;
          text-align: left;
          font-size: 120%;
          font-weight: 700;
          margin-top: initial;
          margin-bottom: 0.5rem; }
        #company section.greeting .wrap .wrap-ft p span {
          display: block;
          text-align: right;
          margin-top: 1rem; }
      @media (max-width: 560px) {
        #company section.greeting .wrap .wrap-ft {
          flex-direction: column-reverse;
          justify-content: center; }
          #company section.greeting .wrap .wrap-ft figure {
            width: 80%;
            margin: 2rem auto 0; }
          #company section.greeting .wrap .wrap-ft p {
            width: 100%; }
            #company section.greeting .wrap .wrap-ft p span {
              display: block;
              text-align: right;
              margin-top: 1rem; } }
#company section.rinen {
  padding: 110px 0; }
  @media (max-width: 560px) {
    #company section.rinen {
      padding: 60px 0; } }
  #company section.rinen .wrap {
    width: 90%;
    max-width: 749px;
    margin: auto; }
    #company section.rinen .wrap img.first {
      margin-bottom: 80px; }
      @media (max-width: 560px) {
        #company section.rinen .wrap img.first {
          margin-bottom: 40px; } }
#company section.gaiyo {
  padding: 50px 0; }
  @media (max-width: 560px) {
    #company section.gaiyo {
      padding: 30px 0; } }
  #company section.gaiyo table {
    width: 94%;
    max-width: 700px;
    margin: auto; }
    #company section.gaiyo table th, #company section.gaiyo table td {
      background-color: white;
      border: 1px solid #74a92d;
      padding: 1em;
      line-height: 1.8em; }
      @media (max-width: 560px) {
        #company section.gaiyo table th, #company section.gaiyo table td {
          padding: .5em; } }
    #company section.gaiyo table th {
      color: #74a92d; }
      @media (max-width: 560px) {
        #company section.gaiyo table th {
          width: 5em; } }
    #company section.gaiyo table td {
      text-align: left; }
      #company section.gaiyo table td dt {
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 700;
        font-size: 90%; }
      #company section.gaiyo table td dd {
        padding-left: 1em;
        padding-bottom: .3em; }
#company section.enkaku {
  width: 100%;
  padding: 50px 0 200px; }
  @media (max-width: 560px) {
    #company section.enkaku {
      padding: 30px 0 100px; } }
  #company section.enkaku .wrap {
    background-color: white;
    margin: auto;
    width: 94%;
    max-width: 700px;
    padding: 50px 0 40px;
    box-sizing: border-box; }
    @media (max-width: 560px) {
      #company section.enkaku .wrap {
        padding: 30px 5% 20px; } }
    #company section.enkaku .wrap table {
      margin: auto;
      width: 90%;
      text-align: left;
      line-height: 1.6em; }
      @media (max-width: 560px) {
        #company section.enkaku .wrap table {
          width: 94%; } }
      #company section.enkaku .wrap table th {
        padding: 0 1em 2em 0;
        color: #74a92d;
        min-width: 7em; }
        @media (max-width: 560px) {
          #company section.enkaku .wrap table th {
            padding: 0 .5em 2em 0; } }
      #company section.enkaku .wrap table td {
        background: url("../img/company/maru-bo.svg") no-repeat left top;
        padding: 0 0 2em 2em; }
        @media (max-width: 560px) {
          #company section.enkaku .wrap table td br {
            display: none; } }
      #company section.enkaku .wrap table tr:last-of-type td {
        background: url("../img/company/maru.svg") no-repeat left top; }

.jigyo h2 {
  font-size: 30px;
  color: #4d4d4d;
  letter-spacing: .2em;
  line-height: 1.4em; }
  @media (max-width: 560px) {
    .jigyo h2 {
      font-size: 20px; } }
#home-medicine .jigyo .title .bg {
  background-image: url("../img/home-medicine/top.png"); }
  @media (max-width: 900px) {
    #home-medicine .jigyo .title .bg {
      background-image: url("../img/home-medicine/top-t.png"); } }
#curves .jigyo .title .bg {
  background-image: url("../img/curves/top.png"); }
  @media (max-width: 900px) {
    #curves .jigyo .title .bg {
      background-image: url("../img/curves/top-t.png"); } }
#golf-partner .jigyo .title .bg {
  background-image: url("../img/golf-partner/top.png"); }
  @media (max-width: 900px) {
    #golf-partner .jigyo .title .bg {
      background-image: url("../img/golf-partner/top-t.png"); } }
#bodyarchi .jigyo .title .bg {
  background-image: url("../img/bodyarchi/top.png"); }
  @media (max-width: 900px) {
    #bodyarchi .jigyo .title .bg {
      background-image: url("../img/bodyarchi/top-t.png"); } }
@media (max-width: 560px) {
  .jigyo .title .bg {
    background-size: 800px auto; } }
.jigyo .title .wrap h1 img {
  width: 100%;
  height: auto; }
  #home-medicine .jigyo .title .wrap h1 img {
    max-width: 350px; }
    @media (max-width: 900px) {
      #home-medicine .jigyo .title .wrap h1 img {
        max-width: 315px; } }
    @media (max-width: 560px) {
      #home-medicine .jigyo .title .wrap h1 img {
        max-width: 280px; } }
  #curves .jigyo .title .wrap h1 img {
    max-width: 220px; }
    @media (max-width: 900px) {
      #curves .jigyo .title .wrap h1 img {
        max-width: 198px; } }
    @media (max-width: 560px) {
      #curves .jigyo .title .wrap h1 img {
        max-width: 176px; } }
  #golf-partner .jigyo .title .wrap h1 img {
    max-width: 440px; }
    @media (max-width: 900px) {
      #golf-partner .jigyo .title .wrap h1 img {
        max-width: 396px; } }
    @media (max-width: 560px) {
      #golf-partner .jigyo .title .wrap h1 img {
        max-width: 352px; } }
  #bodyarchi .jigyo .title .wrap h1 img {
    max-width: 260px; }
    @media (max-width: 900px) {
      #bodyarchi .jigyo .title .wrap h1 img {
        max-width: 234px; } }
    @media (max-width: 560px) {
      #bodyarchi .jigyo .title .wrap h1 img {
        max-width: 208px; } }
.jigyo .title .inner {
  display: flex;
  justify-content: space-between; }
  .jigyo .title .inner p {
    padding-left: 1rem; }
  @media (max-width: 560px) {
    .jigyo .title .inner {
      flex-direction: column; }
      .jigyo .title .inner p {
        padding-left: 0;
        padding-bottom: 1rem; } }
.jigyo section.shikumi {
  padding: 50px 0; }
  @media (max-width: 560px) {
    .jigyo section.shikumi {
      padding: 30px 0; } }
  .jigyo section.shikumi h2 {
    display: inline-block;
    padding: .3em 1em;
    background-color: white;
    margin-bottom: 40px; }
  .jigyo section.shikumi .wrap {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 560px) {
      .jigyo section.shikumi .wrap {
        flex-direction: column; } }
    .jigyo section.shikumi .wrap article {
      position: relative;
      border: 3px solid #74a92d;
      border-radius: 20px;
      background-color: white;
      width: 23.5%; }
      @media (max-width: 560px) {
        .jigyo section.shikumi .wrap article {
          width: 100%;
          display: flex;
          margin-bottom: 15px; } }
      .jigyo section.shikumi .wrap article .no {
        position: absolute;
        transform: translate(50%, -50%); }
      .jigyo section.shikumi .wrap article .text {
        box-sizing: border-box;
        padding: 0 5% 1rem; }
        .jigyo section.shikumi .wrap article .text h3 {
          text-align: left;
          color: #74a92d;
          font-size: 112%;
          margin: .5em auto; }
      @media (max-width: 560px) {
        .jigyo section.shikumi .wrap article {
          width: 100%;
          display: flex;
          margin-bottom: 20px;
          align-items: flex-start; }
          .jigyo section.shikumi .wrap article figure {
            width: 40%; }
          .jigyo section.shikumi .wrap article .text {
            width: 60%;
            padding: 5% 5% 5% 2%; } }
.jigyo section.point3 {
  padding: 50px 0; }
  @media (max-width: 560px) {
    .jigyo section.point3 {
      padding: 30px 0; } }
  .jigyo section.point3 h2 {
    display: inline-block;
    padding: .3em 1em;
    background-color: white;
    margin-bottom: 40px; }
  .jigyo section.point3 .wrap {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 560px) {
      .jigyo section.point3 .wrap {
        flex-direction: column; } }
    .jigyo section.point3 .wrap article {
      position: relative;
      border: 3px solid #74a92d;
      border-radius: 20px;
      background-color: white;
      width: 32%;
      box-sizing: border-box;
      padding: 1rem; }
      .jigyo section.point3 .wrap article .no {
        top: 0;
        left: 0;
        position: absolute;
        transform: translate(50%, -50%); }
      .jigyo section.point3 .wrap article p {
        padding-top: 1rem; }
      @media (max-width: 560px) {
        .jigyo section.point3 .wrap article {
          width: 100%;
          margin-bottom: 25px; }
          .jigyo section.point3 .wrap article figure {
            width: 80%;
            margin: auto; } }
       #bodyarchi .jigyo section.point3 .introduction  {
       width: 580px;
    	padding: 30px 50px;
    	background: #FFE1E1;
    	margin: 0 auto 50px;
    	border-radius: 15px;
    	line-height: 2.2;
     }
     #bodyarchi .jigyo section.point3 .wrap h4 {
     	font-size: 22px;
     	margin: 30px 0 10px;
     }
     @media (max-width: 560px) {
     #bodyarchi .jigyo section.point3 .wrap h4 {
    font-size: 20px;
    margin: 20px 0 0px;
}
}
@media (max-width: 560px) {
#bodyarchi .jigyo section.point3 .introduction {
    width: 85%;
    padding: 4% 3%;
    background: #FFE1E1;
    margin: 0 auto 50px;
    border-radius: 15px;
    line-height: 2.2;
}
}
.jigyo section.service-g {
  padding: 50px 0; }
  @media (max-width: 560px) {
    .jigyo section.service-g {
      padding: 30px 0 120px; } }
  .jigyo section.service-g h2 {
    display: inline-block;
    padding: .3em 1em;
    background-color: white;
    margin-bottom: 40px; }
  .jigyo section.service-g .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 560px) {
      .jigyo section.service-g .wrap {
        flex-direction: column; } }
    .jigyo section.service-g .wrap article {
      position: relative;
      border: 3px solid #74a92d;
      border-radius: 20px;
      background-color: white;
      width: 32%;
      box-sizing: border-box;
      padding: 1rem;
      margin-bottom: 2rem; }
      .jigyo section.service-g .wrap article h3 {
        height: 37px;
        line-height: 37px;
        font-size: 125%;
        top: 0;
        left: 20px;
        position: absolute;
        transform: translateY(-50%);
        color: white;
        background-image: url("../img/golf-partner/bg-h.png");
        background-size: 100% 100%;
        padding: 0 1em; }
      .jigyo section.service-g .wrap article h4 {
        line-height: 1.5em;
        text-align: left;
        font-size: 118%;
        color: #74a92d;
        margin-top: 1em; }
      .jigyo section.service-g .wrap article p {
        padding-top: 1em; }
      @media (max-width: 560px) {
        .jigyo section.service-g .wrap article {
          width: 100%;
          margin-bottom: 25px; }
          .jigyo section.service-g .wrap article figure {
            width: 80%;
            margin: auto; } }
      .jigyo section.service-g .wrap article:last-of-type {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 560px) {
          .jigyo section.service-g .wrap article:last-of-type {
            flex-direction: column; } }
        .jigyo section.service-g .wrap article:last-of-type .text {
          width: 55%; }
          @media (max-width: 560px) {
            .jigyo section.service-g .wrap article:last-of-type .text {
              width: 100%; } }
        .jigyo section.service-g .wrap article:last-of-type .keisokuki {
          width: 40%;
          position: relative; }
          @media (max-width: 560px) {
            .jigyo section.service-g .wrap article:last-of-type .keisokuki {
              width: 100%; } }
          .jigyo section.service-g .wrap article:last-of-type .keisokuki .inner {
            position: relative;
            width: 120%;
            top: -50px;
            left: -10%;
            background-image: url("../img/golf-partner/bg-yellow.png");
            background-size: 100% 100%;
            padding: .5rem 3rem 2rem;
            box-sizing: border-box; }
            @media (max-width: 560px) {
              .jigyo section.service-g .wrap article:last-of-type .keisokuki .inner {
                top: 10px; } }
            .jigyo section.service-g .wrap article:last-of-type .keisokuki .inner p {
              font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
              font-weight: 700;
              font-size: 90%; }
            .jigyo section.service-g .wrap article:last-of-type .keisokuki .inner figure {
              position: absolute;
              width: 220px;
              right: 8%;
              top: 90%; }
              .jigyo section.service-g .wrap article:last-of-type .keisokuki .inner figure img {
                border-radius: 15px; }
              @media (max-width: 560px) {
                .jigyo section.service-g .wrap article:last-of-type .keisokuki .inner figure {
                  width: 180px;
                  margin-top: -10px; } }
.jigyo section.service-b {
  padding: 50px 0; }
  @media (max-width: 560px) {
    .jigyo section.service-b {
      padding: 30px 0; } }
  .jigyo section.service-b h2 {
    display: inline-block;
    padding: .3em 1em;
    background-color: white;
    margin-bottom: 40px; }
  .jigyo section.service-b .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 560px) {
      .jigyo section.service-b .wrap {
        flex-direction: column; } }
    .jigyo section.service-b .wrap article {
      position: relative;
      border: 3px solid #74a92d;
      border-radius: 20px;
      width: 48%;
      box-sizing: border-box;
      padding: 1rem;
      margin-bottom: 2rem; }
      .jigyo section.service-b .wrap article h3 {
        height: 37px;
        line-height: 37px;
        font-size: 125%;
        top: 0;
        left: 20px;
        position: absolute;
        transform: translateY(-50%);
        color: white;
        background-image: url("../img/golf-partner/bg-h.png");
        background-size: 100% 100%;
        padding: 0 1em; }
      .jigyo section.service-b .wrap article ul.icon {
        margin-top: .5rem;
        display: flex; }
        .jigyo section.service-b .wrap article ul.icon li {
          margin-right: 10px; }
      .jigyo section.service-b .wrap article ul.text {
        margin-top: .5rem;
        line-height: 1.8em;
        text-align: left; }
      .jigyo section.service-b .wrap article p {
        padding-top: 1em; }
      @media (max-width: 560px) {
        .jigyo section.service-b .wrap article {
          width: 100%;
          margin-bottom: 25px; }
          .jigyo section.service-b .wrap article figure {
            width: 80%;
            margin: auto; } }
      .jigyo section.service-b .wrap article:first-of-type {
        background-image: url("../img/benry/chara-2.png");
        background-repeat: no-repeat;
        background-position: right 10px top 15px;
        background-color: white; }
      .jigyo section.service-b .wrap article:nth-of-type(2) {
        background-image: url("../img/benry/chara-3.png");
        background-repeat: no-repeat;
        background-position: right 10px top 15px;
        background-color: white; }
      .jigyo section.service-b .wrap article:nth-of-type(3) {
        background-image: url("../img/benry/img-1.jpg");
        background-repeat: no-repeat;
        background-position: right 10px top 25px;
        background-color: white; }
      .jigyo section.service-b .wrap article:nth-of-type(4) {
        background-image: url("../img/benry/chara-4.png");
        background-repeat: no-repeat;
        background-position: right 10px top 15px;
        background-color: white; }

      @media (max-width: 560px) {
        .jigyo section.service-b .wrap article:nth-of-type(4) {
          background-image: url("../img/benry/chara-4-s.png");
          background-repeat: no-repeat;
          background-position: right 10px top 15px;
          background-color: white; } }

      .jigyo section.service-b .wrap article:nth-of-type(5) {
        background-image: url("../img/benry/img-2.jpg");
        background-repeat: no-repeat;
        background-position: right 10px top 25px;
        background-color: white; }
      .jigyo section.service-b .wrap article:nth-of-type(6) {
        background-image: url("../img/benry/chara-5.png");
        background-repeat: no-repeat;
        background-position: right 10px top 15px;
        background-color: white; }
      .jigyo section.service-b .wrap article:nth-of-type(7) {
        background-image: url("../img/benry/chara-6.png");
        background-repeat: no-repeat;
        background-position: right 10px top 15px;
        background-color: white; }
      .jigyo section.service-b .wrap article:last-of-type {
        position: relative;
        border: none;
        height: 0;
        padding-bottom: 24%; }
        @media (max-width: 560px) {
          .jigyo section.service-b .wrap article:last-of-type {
            height: 0;
            padding-bottom: 50%; } }
        .jigyo section.service-b .wrap article:last-of-type .fikidashi {
          width: 87%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1; }
        .jigyo section.service-b .wrap article:last-of-type .character {
          width: 28%;
          position: absolute;
          right: 0;
          bottom: 0;
          z-index: 2; }
        .jigyo section.service-b .wrap article:last-of-type .icon {
          position: absolute;
          right: 30%;
          bottom: 0;
          z-index: 2; }
  .jigyo section.service-b .info {
    position: relative;
    background: url("../img/benry/img-3.jpg") no-repeat center center;
    background-size: 100% auto;
    height: 0;
    padding-bottom: 29%; }
    @media (max-width: 560px) {
      .jigyo section.service-b .info {
        background: url("../img/benry/img-3-s.jpg") no-repeat center center;
        background-size: 100% auto;
        padding-bottom: 115%; } }
    .jigyo section.service-b .info p {
      background-color: #fe0000;
      display: inline-block;
      padding: .5em 1em;
      border-radius: 1.5em;
      font-size: 125%;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700;
      color: white;
      margin-top: 20%;
      text-align: center; }
      @media (max-width: 560px) {
        .jigyo section.service-b .info p {
          font-size: 115%;
          margin-top: 48%; } }
.jigyo section.self {
  padding: 100px 0; }
  @media (max-width: 560px) {
    .jigyo section.self {
      padding: 60px 0; } }
  .jigyo section.self h2 {
    max-width: 90%;
    margin: auto;
    display: inline-block;
    padding-bottom: 11px;
    background: url("../img/share/under-line-medicine.png") no-repeat center bottom;
    background-size: 100% 11px;
    margin-bottom: 20px; }
.jigyo section.message {
  position: relative;
  height: 0;
  padding-bottom: 57.6%; }
  @media (max-width: 560px) {
    .jigyo section.message {
      position: static;
      height: auto;
      padding: 0;
      background-size: 100% auto !important;
      margin-top: auto !important; } }
  .jigyo section.message .wrap {
    position: absolute;
    border: 1px solid #74a92d;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 3rem; }
    .jigyo section.message .wrap h2 {
      display: inline-block;
      padding-bottom: 20px;
      background: url("../img/share/under-line-medicine.png") no-repeat center bottom;
      background-size: 100% 11px;
      margin-bottom: 20px; }
    @media (max-width: 560px) {
      .jigyo section.message .wrap {
        position: static;
        transform: none !important;
        border: none;
        padding: 62% 0 30px !important;
        background: none; } }
  #home-medicine .jigyo section.message {
    background: url("../img/home-medicine/img-5.jpg") no-repeat center top;
    background-size: cover;
    margin-top: 50px; }
    #home-medicine .jigyo section.message .wrap {
      top: -50px;
      left: 50%;
      transform: translateX(-50%); }
    @media (max-width: 1366px) {
      #home-medicine .jigyo section.message {
        margin-top: 100px; }
        #home-medicine .jigyo section.message .wrap {
          top: -100px; } }
    @media (max-width: 1000px) {
      #home-medicine .jigyo section.message {
        margin-top: 150px; }
        #home-medicine .jigyo section.message .wrap {
          top: -150px; } }
  #curves .jigyo section.message {
    background: url("../img/curves/img-4.jpg") no-repeat center top;
    background-size: cover;
    margin-top: 50px; }
    #curves .jigyo section.message .wrap {
      top: -50px;
      left: 50%;
      transform: translateX(-50%); }
    @media (max-width: 1366px) {
      #curves .jigyo section.message {
        margin-top: 100px; }
        #curves .jigyo section.message .wrap {
          top: -100px; } }
    @media (max-width: 1000px) {
      #curves .jigyo section.message {
        margin-top: 150px; }
        #curves .jigyo section.message .wrap {
          top: -150px; } }
  #golf-partner .jigyo section.message {
    background: url("../img/golf-partner/img-2.jpg") no-repeat center top;
    background-size: cover;
    margin-top: 50px; }
    #golf-partner .jigyo section.message .wrap {
      bottom: 50px;
      left: 50%;
      transform: translateX(-50%); }
    @media (max-width: 1366px) {
      #golf-partner .jigyo section.message {
        margin-top: 100px; }
        #golf-partner .jigyo section.message .wrap {
          bottom: 20px;
          padding: 1rem 3rem; } }
    @media (max-width: 1000px) {
      #golf-partner .jigyo section.message {
        margin-bottom: 250px; }
        #golf-partner .jigyo section.message .wrap {
          bottom: -200px; } }
  @media (max-width: 1000px) and (max-width: 560px) {
    #golf-partner .jigyo section.message {
      margin-bottom: auto; } }

  #bodyarchi .jigyo section.message {
    background: url("../img/bodyarchi/img-4.jpg") no-repeat center top;
    background-size: cover;
    margin-top: 200px; }
    #bodyarchi .jigyo section.message .wrap {
      top: -150px;
      left: 50%;
      transform: translateX(-50%); }
    @media (max-width: 1366px) {
      #bodyarchi .jigyo section.message .wrap {
        padding: 1rem 3rem; } }
    @media (max-width: 1000px) {
      #bodyarchi .jigyo section.message {
        margin-top: 230px; }
        #bodyarchi .jigyo section.message .wrap {
          top: -200px; } }
.jigyo section.access {
  width: 100%;
  padding: 60px 0 200px; }
  @media (max-width: 560px) {
    .jigyo section.access {
      padding: 30px 0 100px; } }
  .jigyo section.access h2 {
    color: #4d4d4d;
    font-size: 30px;
    letter-spacing: 0.15em;
    margin-bottom: 50px; }
    @media (max-width: 560px) {
      .jigyo section.access h2 {
        font-size: 20px; } }
    .jigyo section.access h2 img {
      display: block;
      margin: auto auto 15px; }
      @media (max-width: 560px) {
        .jigyo section.access h2 img {
          margin: auto auto 10px;
          height: auto; }
          #home-medicine .jigyo section.access h2 img {
            width: 151px; } }
  .jigyo section.access .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .jigyo section.access .wrap article {
      background-color: white;
      width: 47.5%;
      margin-bottom: 3rem;
      position: relative; }
      #curves .jigyo section.access .wrap article, #bodyarchi .jigyo section.access .wrap article {
        width: 100%; }
      @media (max-width: 560px) {
        .jigyo section.access .wrap article {
          width: 100%;
          margin-bottom: 1.5rem; } }
      .jigyo section.access .wrap article h3 {
        width: 100%;
        background: #74a92d;
        font-size: 156%;
        color: white;
        text-align: left;
        padding-left: 5%;
        line-height: 2em;
        box-sizing: border-box; }
        #curves .jigyo section.access .wrap article h3 {
          background: #802077; }
          #curves .jigyo section.access .wrap article.mens h3 {
          background: #1f2679; }
        #golf-partner .jigyo section.access .wrap article h3 {
          background: #f3ce00;
          color: black; }
        #bodyarchi .jigyo section.access .wrap article h3 {
          background: #F5B9AE;
          color: #000000; }
        @media (max-width: 560px) {
          .jigyo section.access .wrap article h3 {
            font-size: 125%; } }
      .jigyo section.access .wrap article .inner {
        padding: 3%; }
       #bodyarchi .jigyo section.access .wrap article .inner {
        padding: 3% 0 3%; }
        #curves .jigyo section.access .wrap article .inner, #bodyarchi .jigyo section.access .wrap article .inner {
          display: flex;
          justify-content: space-between; }
        #bodyarchi .jigyo section.access .wrap article .access-inner {
        position: relative;
        padding: 0 3% 50px;
        }
        #bodyarchi .jigyo section.access .wrap article .access-inner .g-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden;
}
@media (max-width: 560px) {
#bodyarchi .jigyo section.access .wrap article .access-inner .g-map {
    padding-bottom: 65%;
}
}
        #bodyarchi .jigyo section.access .wrap article .access-inner .g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
          @media (max-width: 560px) {
            #curves .jigyo section.access .wrap article .inner, #bodyarchi .jigyo section.access .wrap article .inner {
              flex-direction: column; } }
          #curves .jigyo section.access .wrap article .inner .left, #bodyarchi .jigyo section.access .wrap article .inner .left {
            width: 45%; }
            @media (max-width: 560px) {
              #curves .jigyo section.access .wrap article .inner .left, #bodyarchi .jigyo section.access .wrap article .inner .left {
                width: 100%; } }
          #curves .jigyo section.access .wrap article .inner .right {
            width: 50%;
            padding-bottom: 205px; }
          #bodyarchi .jigyo section.access .wrap article .inner .right {
            width: 50%; }
            @media (max-width: 812px) {
              #curves .jigyo section.access .wrap article .inner .right {
                padding-bottom: 150px; } }
            @media (max-width: 560px) {
              #curves .jigyo section.access .wrap article .inner .right {
                padding-bottom: 210px; } }
            @media (max-width: 420px) {
              #curves .jigyo section.access .wrap article .inner .right {
                padding-bottom: 155px; } }
            #curves .jigyo section.access .wrap article .inner .right > p, #bodyarchi .jigyo section.access .wrap article .inner .right > p {
              text-align: left; }
            @media (max-width: 560px) {
              #curves .jigyo section.access .wrap article .inner .right, #bodyarchi .jigyo section.access .wrap article .inner .right {
                width: 100%;
                margin-top: 1rem; } }
            #curves .jigyo section.access .wrap article .inner .right .comment, #bodyarchi .jigyo section.access .wrap article .inner .right .comment {
              box-sizing: border-box;
              padding: 1rem;
              border-radius: 10px; }
              #curves .jigyo section.access .wrap article .inner .right .comment h4, #bodyarchi .jigyo section.access .wrap article .inner .right .comment h4 {
                font-weight: 700;
                margin-bottom: 1rem;
                text-align: left; }
            #curves .jigyo section.access .wrap article .inner .right .staff, #bodyarchi .jigyo section.access .wrap article .inner .right .staff {
              position: absolute;
              right: 5%;
              bottom: 0;
              width: 43%; }
              @media (max-width: 560px) {
                #curves .jigyo section.access .wrap article .inner .right .staff, #bodyarchi .jigyo section.access .wrap article .inner .right .staff {
                  width: 80%;
                  right: 10%; } }
        #curves .jigyo section.access .wrap article .inner .right dl dt {
          color: #802077; }
        #curves .jigyo section.access .wrap article .inner .comment {
          background-color: #f2e9f1; }
          #curves .jigyo section.access .wrap article .inner .comment h4 {
            color: #802077; }
        #curves .jigyo section.access .wrap article.mens .inner .right dl dt {
          color: #1f2679; }
        #curves .jigyo section.access .wrap article.mens .inner .comment {
          background-color: #e8e9f2; }
          #curves .jigyo section.access .wrap article.mens .inner .comment h4 {
            color: #1f2679; }
        #golf-partner .jigyo section.access .wrap article .inner .right dl dt {
          color: #ffaf00; }
        #bodyarchi .jigyo section.access .wrap article .inner .right dl dt {
          color: #EB6D69; }
        #bodyarchi .jigyo section.access .wrap article .inner .right .staff {
          right: 2%;
          width: 55%; }
          @media (max-width: 560px) {
            #bodyarchi .jigyo section.access .wrap article .inner .right .staff {
              right: 0%;
              width: 100%; } }
        #bodyarchi .jigyo section.access .wrap article .inner .comment {
          background-color: #ffe5e5; }
          #bodyarchi .jigyo section.access .wrap article .inner .comment h4 {
            color: #fe0000; }
        .jigyo section.access .wrap article .inner figure {
          margin-bottom: .5rem; }
        .jigyo section.access .wrap article .inner > p {
          margin-bottom: .5rem;
          text-align: left; }
        .jigyo section.access .wrap article .inner dl {
          text-align: left;
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap;
          line-height: 1.8em;
          margin-bottom: 1rem; }
          .jigyo section.access .wrap article .inner dl dt {
            width: 5em;
            font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
            font-weight: 700; }
          .jigyo section.access .wrap article .inner dl dd {
            width: calc(100% - 5em); }
        .jigyo section.access .wrap article .inner .g-map {
          position: relative;
          width: 100%;
          height: 0;
          padding-bottom: 65%;
          overflow: hidden; }
          .jigyo section.access .wrap article .inner .g-map iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }

/*240801 採用情報 紹介動画追加 */
#recruit .title-movie-wrap {
  margin: 0 auto 80px;
}
#recruit .title-movie-wrap .movie-box {
  margin: 0 auto 25px;
  }
#recruit .title-movie-wrap p {
  text-align: center;
  }
#recruit .movie-box {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      border: 1px solid #989898;
      }
#recruit .movie-box iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      }
#recruit .introduction-movie {
  margin: 50px auto 80px;
}
@media (max-width: 560px) {
  #recruit .title-movie-wrap {
    margin: 0 auto 40px;
  }
  #recruit .title-movie-wrap .movie-box {
    margin: 0 auto 15px;
    }
  #recruit .title-movie-wrap p {
    text-align: left;
    }
  #recruit .title-movie-wrap p br {
      display: none;
      }
}
/*240801 採用情報 紹介動画ここまで */

@media (max-width: 560px) {
  #recruit h1 img {
    height: 52px;
    width: auto; } }
#recruit .tab-group {
  display: flex;
  justify-content: center; }
#recruit .r_tab {
  cursor: pointer;
  opacity: 0.7;
  position: relative;
	top: 1px;
	z-index: 0;
  }
  @media (max-width: 900px) {
    #recruit .r_tab img {
      height: 48px;
      width: auto; } }
  @media (max-width: 560px) {
    #recruit .r_tab img {
      height: 38px;
      width: auto; } }
  #recruit .r_tab:hover {
    opacity: .9; }
#recruit .panel {
  display: none;
  width: 100%;
  padding: 40px 0 0; }
  @media (max-width: 560px) {
    #recruit .panel {
      padding: 30px 0 0; } }
  #recruit .panel h2 {
    color: #74a92d;
    font-size: 186%;
    margin-bottom: 40px;
    letter-spacing: .2em; }
    @media (max-width: 560px) {
      #recruit .panel h2 {
        margin-bottom: 30px; } }
  #recruit .panel h3 {
    color: #4d4d4d;
    font-size: 150%;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  #recruit .panel article.yoko {
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 5%;
    margin-bottom: 80px; }
    #recruit .panel article.yoko dl {
      width: 100%;
      max-width: 650px;
      margin: auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      text-align: left;
      line-height: 1.6em; }
      #recruit .panel article.yoko dl dt {
        width: 9em;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 700; }
      #recruit .panel article.yoko dl dd {
        width: calc(100% - 9em);
        margin-bottom: 1rem; }
      @media (max-width: 560px) {
        #recruit .panel article.yoko dl dt {
          width: 100%; }
        #recruit .panel article.yoko dl dd {
          width: 100%;
          padding-left: 1rem; } }
  #recruit .panel article.image {
    margin-bottom: 80px; }
    #recruit .panel article.image .wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #recruit .panel article.image .wrap div:nth-of-type(-n+3) {
        width: 32%;
        margin-bottom: 15px;
        background-color: white;
        border-radius: 15px;
        box-sizing: border-box;
        padding: 1rem; }
        #recruit .panel article.image .wrap div:nth-of-type(-n+3) figure {
          margin-bottom: 1rem; }
        #recruit .panel article.image .wrap div:nth-of-type(-n+3) h4 {
          text-align: left;
          line-height: 1.5em;
          margin-bottom: .5rem; }
        @media (max-width: 560px) {
          #recruit .panel article.image .wrap div:nth-of-type(-n+3) {
            width: 100%; } }
      #recruit .panel article.image .wrap div:last-of-type {
        border-radius: 15px;
        width: 100%;
        box-sizing: border-box;
        padding: 1.5rem 1rem; }
        #recruit .panel article.image .wrap div:last-of-type p {
          text-align: center;
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
          font-weight: 700; }
          @media (max-width: 560px) {
            #recruit .panel article.image .wrap div:last-of-type p {
              text-align: justify; }
              #recruit .panel article.image .wrap div:last-of-type p br {
                display: none; } }
  #recruit .panel article.oneday {
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 5% 20px;
    margin-bottom: 50px; }
  #recruit .panel article.contact {
    width: 100%;
    background-color: white;
    padding: 40px 0 200px; }
    #recruit .panel article.contact p {
      width: 90%;
      margin: auto;
      text-align: center;
      font-size: 112%;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700;
      margin-bottom: 1.5rem; }
    #recruit .panel article.contact a {
      display: inline-block;
      padding: 1.5rem 4rem;
      border-radius: 10px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700; }
    @media (max-width: 560px) {
      #recruit .panel article.contact {
        padding: 30px 0 100px; } }
  #recruit .panel.tab-medicine {
    border-top: 4px solid #74a92d;
    background: url("../img/share/bg-stripe-green.png") repeat; }
    #recruit .panel.tab-medicine h3 {
      background: url("../img/share/under-line-medicine.png") no-repeat center bottom;
      background-size: 360px 11px; }
      @media (max-width: 560px) {
        #recruit .panel.tab-medicine h3 {
          background-size: 300px 11px; } }
    #recruit .panel.tab-medicine article.yoko dl dt {
      color: #74a92d; }
    #recruit .panel.tab-medicine article.image .wrap div:nth-of-type(-n+3) {
      border: 3px solid #74a92d; }
      #recruit .panel.tab-medicine article.image .wrap div:nth-of-type(-n+3) h4 {
        color: #74a92d; }
    #recruit .panel.tab-medicine article.image .wrap div:last-of-type {
      background-color: #d5e5c0; }
    #recruit .panel.tab-medicine article.contact a {
      background-color: #74a92d;
      color: white; }
  #recruit .panel.tab-curves {
    border-top: 4px solid #802077;
    background: url("../img/share/bg-stripe-purple.png") repeat; }
    #recruit .panel.tab-curves h3 {
      background: url("../img/share/under-line-curves.png") no-repeat center bottom;
      background-size: 360px 11px; }
      @media (max-width: 560px) {
        #recruit .panel.tab-curves h3 {
          background-size: 300px 11px; } }
    #recruit .panel.tab-curves article.yoko dl dt {
      color: #802077; }
    #recruit .panel.tab-curves article.image .wrap div:nth-of-type(-n+3) {
      border: 3px solid #802077; }
      #recruit .panel.tab-curves article.image .wrap div:nth-of-type(-n+3) h4 {
        color: #802077; }
    #recruit .panel.tab-curves article.image .wrap div:last-of-type {
      background-color: #f2e9f1; }
    #recruit .panel.tab-curves article.contact a {
      background-color: #802077;
      color: white; }
  #recruit .panel.tab-golf {
    border-top: 4px solid #f3ce00;
    background: url("../img/share/bg-stripe-yellow.png") repeat; }
    #recruit .panel.tab-golf h3 {
      background: url("../img/share/under-line-golf.png") no-repeat center bottom;
      background-size: 360px 11px; }
      @media (max-width: 560px) {
        #recruit .panel.tab-golf h3 {
          background-size: 300px 11px; } }
    #recruit .panel.tab-golf article.yoko dl dt {
      color: #ffaf00; }
    #recruit .panel.tab-golf article.image .wrap div:nth-of-type(-n+3) {
      border: 3px solid #f3ce00; }
      #recruit .panel.tab-golf article.image .wrap div:nth-of-type(-n+3) h4 {
        color: #ffaf00; }
    #recruit .panel.tab-golf article.image .wrap div:last-of-type {
      background-color: #fbf0b2; }
    #recruit .panel.tab-golf article.contact a {
      background-color: #f3ce00;
      color: black; }
  #recruit .panel.tab-bodyarchi {
    border-top: 4px solid #F5B9AE;
    background: url("../img/share/bg-stripe-red.png") repeat; }
    #recruit .panel.tab-bodyarchi h3 {
      background: url("../img/share/under-line-bodyarchi.png") no-repeat center bottom;
      background-size: 360px 11px; }
      @media (max-width: 560px) {
        #recruit .panel.tab-bodyarchi h3 {
          background-size: 300px 11px; } }
    #recruit .panel.tab-bodyarchi article.yoko dl dt {
      color: #EB6D69; }
    #recruit .panel.tab-bodyarchi article.image .wrap div:nth-of-type(-n+2) {
      border: 3px solid #EB6D69; }
      #recruit .panel.tab-bodyarchi article.image .wrap div:nth-of-type(-n+2) h4 {
        color: #EB6D69; }
    #recruit .panel.tab-bodyarchi article.image .wrap div:last-of-type {
      background-color: #ffe5e5; }
    #recruit .panel.tab-bodyarchi article.contact a {
      background-color: #EB6D69;
      color: white; }
     #recruit .panel.tab-bodyarchi article.image .wrap {
    justify-content: center;
}
	#recruit .panel.tab-bodyarchi article.image .wrap div:first-of-type {
   margin-right: 20px;
}
@media (max-width: 560px) {
#recruit .panel.tab-bodyarchi article.image .wrap div:first-of-type {
   margin-right: 0;
}
}
#recruit .r_tab.is-active {
  opacity: 1;
  transition: all 0.2s ease-out; }
#recruit .panel.is-show {
  display: block; }

@media (max-width: 560px) {
  #news h1 img {
    height: 40px;
    width: auto; } }
#news #sort {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px; }

@media (max-width: 560px) {
#news #sort {
  justify-content: center;
}}
#news #sort li a{
    cursor: pointer;
    width: 100%;
    background-color: #f1f1f1;
    height: 46px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; 
    display: inline-block;
    }
      #news #sort li {
    width: 23%;
    }
    @media (max-width: 560px) {
      #news #sort li{
        width: 40.5%;
        margin: 0 2px 10px; } }
    #news #sort li a:hover {
      opacity: .7; }
    #news #sort li:nth-of-type(1) a {
      background: url("../img/news/newstab-all.svg") no-repeat center center;
      background-color: #f1f1f1; }
      #news #sort li:nth-of-type(1).is-active a {
        background: url("../img/news/newstab-all-s.svg") no-repeat center center;
        background-color: #74a92d; }
     #news #sort li:nth-of-type(2) a {
      background: url("../img/news/newstab-kyoei.svg") no-repeat center center;
      background-color: #f1f1f1; }
      #news #sort li:nth-of-type(2).is-active a {
        background: url("../img/news/newstab-kyoei-s.svg") no-repeat center center;
        background-color: #74a92d; }
     #news #sort li:nth-of-type(3) a {
      background: url("../img/news/newstab-medicine.svg") no-repeat center center;
      background-color: #f1f1f1; }
      #news #sort li:nth-of-type(3).is-active a {
        background: url("../img/news/newstab-medicine-s.svg") no-repeat center center;
        background-color: #9e0e15; }
     #news #sort li:nth-of-type(4) a {
      background: url("../img/news/newstab-curves.svg") no-repeat center center;
      background-color: #f1f1f1; }
      #news #sort li:nth-of-type(4).is-active a {
        background: url("../img/news/newstab-curves-s.svg") no-repeat center center;
        background-color: #802077; }
    #news #sort li:nth-of-type(5) a {
      background: url("../img/news/newstab-golf.svg") no-repeat center center;
      background-color: #f1f1f1; }
      @media (max-width: 900px) {
        #news #sort li:nth-of-type(5) a {
          background: url("../img/news/newstab-golf2.svg") no-repeat center center;
          background-color: #f1f1f1; } }
      #news #sort li:nth-of-type(5).is-active a {
        background-color: #f3ce00; }
    #news #sort li:nth-of-type(6) a {
      background: url("../img/news/newstab-bodyarchi.svg") no-repeat center center;
      background-color: #f1f1f1; }
      #news #sort li:nth-of-type(6).is-active a {
        background: url("../img/news/newstab-bodyarchi-s.svg") no-repeat center center;
        background-color: #F4B8AD; }

#news #news-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  #news #news-list a {
    width: 21%;
    margin: 0 2% 1rem;
    display: block;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    box-sizing: border-box; }
    @media (max-width: 900px) {
      #news #news-list a {
        width: 29%;
        margin: 0 2% 1rem; } }
    @media (max-width: 560px) {
      #news #news-list a {
        width: 46%;
        margin: 0 2% 1rem; } }
    #news #news-list a:hover {
      background-color: #d5e5c0; }
    #news #news-list a .text .date {
      color: #74a92d;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700;
      text-align: left;
      font-size: 87%;
      margin-bottom: .5em; }
    #news #news-list a .text h3 {
      text-align: left;
      line-height: 1.6em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      height: 4.8em;
      overflow: hidden; }
#news .pagination {
  margin: 50px auto 200px;
  display: flex;
  justify-content: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700; }
  @media (max-width: 560px) {
    #news .pagination {
      margin: 30px auto 100px; } }
  #news .pagination a {
    display: block;
    color: #4d4d4d;
    padding: .4em .6em;
    border-radius: .2em;
    background-color: #f1f1f1;
    margin: auto .3em; }
  #news .pagination .current {
    display: block;
    color: white;
    padding: .4em .6em;
    border-radius: .2em;
    background-color: #74a92d;
    margin: auto .3em; }
#news #detail h2 {
  font-size: 156%;
  line-height: 1.6em;
  margin-bottom: .5em; }
#news #detail .date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #74a92d;
  margin-bottom: 80px; }
  @media (max-width: 560px) {
    #news #detail .date {
      margin-bottom: 30px; } }
#news #detail p {
  margin-bottom: 1em; }
#news #detail p img {
  max-width: 100%!important;
  height: auto!important;
   }
#news #detail figure {
  margin-bottom: 1em; }
  #news #detail figure figcaption {
    font-size: 87%;
    color: #74a92d;
    text-align: left;
    line-height: 1.6em;
    margin-top: .3em; }
#news #detail ul.downlord {
  width: 90%;
  max-width: 350px;
  margin: 100px auto 0; }
  @media (max-width: 560px) {
    #news #detail ul.downlord {
      margin: 50px auto 0; } }
  #news #detail ul.downlord li {
    border-top: 1px solid #f1f1f1; }
    #news #detail ul.downlord li:last-of-type {
      border-bottom: 1px solid #f1f1f1; }
    #news #detail ul.downlord li a {
      display: block;
      font-size: 87%;
      line-height: 1.6em;
      padding: 1em 0 1em 45px; }
      #news #detail ul.downlord li a.word {
        background: url("../img/news/icon-word.svg") no-repeat left center; }
      #news #detail ul.downlord li a.excel {
        background: url("../img/news/icon-excel.svg") no-repeat left center; }
      #news #detail ul.downlord li a.pdf {
        background: url("../img/news/icon-pdf.svg") no-repeat left center; }
      #news #detail ul.downlord li a:hover {
        background-color: #d5e5c0; }
#news #detail a.back {
  display: inline-block;
  background-color: #74a92d;
  line-height: 48px;
  border-radius: 24px;
  text-align: center;
  width: 400px;
  color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 200px; }
  #news #detail a.back:hover {
    opacity: 1;
    background-color: #d5e5c0;
    color: #74a92d; }
  @media (max-width: 560px) {
    #news #detail a.back {
      width: 80%;
      margin-top: 60px;
      margin-bottom: 100px; } }
#news .icon {
  display: inline-block;
  height: 34px;
  border-radius: 17px;
  transform: translateY(-50%); }
  #news .icon.kyoei {
    width: 103px;
    background: url("../img/top/news-icon-kyoei.svg") no-repeat center center;
    background-color: #74a92d; }
  #news .icon.curves {
    width: 103px;
    background: url("../img/top/news-icon-curves.svg") no-repeat center center;
    background-color: #802077; }
  #news .icon.golf {
    width: 150px;
    background: url("../img/top/news-icon-golf.svg") no-repeat center center;
    background-color: #f3ce00; }
  /*#news .icon.bodyarchi {
    width: 103px;
    background: url("../img/top/news-icon-bodyarchi.svg") no-repeat center center;
    background-color: #F3B7AC; }*/
  #news .icon.medicine {
    width: 103px;
    background: url("../img/top/news-icon-medicine.svg") no-repeat center center;
    background-color: #9e0e15; }

@media (max-width: 560px) {
  #contact h1 img {
    height: 48px;
    width: auto; } }
#contact .bg-green {
  padding: 40px 0 200px; }
  @media (max-width: 560px) {
    #contact .bg-green {
      padding: 30px 0 100px; } }
  #contact .bg-green dl {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8em; }
    #contact .bg-green dl dt {
      width: 15em;
      position: relative; }
      #contact .bg-green dl dt p {
        width: 100%;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 700;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      #contact .bg-green dl dt:not(:last-of-type) {
        border-bottom: 1px solid #f1f1f1; }
      #contact .bg-green dl dt.required p::after {
        content: "（必須）";
        color: red;
        font-size: 65%; }
      @media (max-width: 560px) {
        #contact .bg-green dl dt {
          width: 100%;
          border-bottom: none !important;
          box-sizing: border-box;
          padding: 1rem 1rem 0; }
          #contact .bg-green dl dt p {
            position: static;
            transform: none;
            text-align: left; } }
    #contact .bg-green dl dd {
      text-align: left;
      box-sizing: border-box;
      padding: 1rem 1rem;
      width: calc(100% - 15em); }
      @media (max-width: 560px) {
      input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
        #contact .bg-green dl dd {
          width: 100%;
          padding: .5rem 1rem 1rem; } }
      #contact .bg-green dl dd:not(:last-of-type) {
        border-bottom: 1px solid #f1f1f1; }
      #contact .bg-green dl dd .radio-plain {
        width: 20px;
        height: 20px;
        top: -2px;
        position: relative;
        margin: 0 .3rem 0 0; }
        @media (max-width: 900px) {
          #contact .bg-green dl dd .radio-plain {
            width: 18px;
            height: 18px; } }
      #contact .bg-green dl dd .select-wrap {
        position: relative; }
        #contact .bg-green dl dd .select-wrap::before {
          z-index: 1;
          position: absolute;
          right: 15px;
          top: 0;
          font-family: "Font Awesome 5 Free";
          content: "\f0d7";
          line-height: 43px;
          color: #7F878C;
          pointer-events: none; }
      #contact .bg-green dl dd select {
        outline: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        background: none transparent;
        vertical-align: middle;
        font-size: inherit;
        color: inherit;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none; }
      #contact .bg-green dl dd input[type="text"], #contact .bg-green dl dd input[type="tel"], #contact .bg-green dl dd input[type="email"], #contact .bg-green dl dd input[type="date"], #contact .bg-green dl dd input[type="month"],
      #contact .bg-green dl dd textarea, #contact .bg-green dl dd select {
        display: block;
        padding: 12px 15px;
        box-sizing: border-box;
        width: 100%;
        transition: 0.8s;
        border-radius: 0;
        border: 1px solid #4d4d4d; }
        #contact .bg-green dl dd input[type="text"].short, #contact .bg-green dl dd input[type="tel"].short, #contact .bg-green dl dd input[type="email"].short, #contact .bg-green dl dd input[type="date"].short, #contact .bg-green dl dd input[type="month"].short,
        #contact .bg-green dl dd textarea.short, #contact .bg-green dl dd select.short {
          max-width: 150px; }
      #contact .bg-green dl dd input[type="tel"], #contact .bg-green dl dd input[type="date"], #contact .bg-green dl dd input[type="month"],#contact .short2 {
        max-width: 200px; }
        #contact .bg-green dl dd input.short2[type="text"] {
        	display: inline-block;
        }
  #contact .bg-green .btn {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 30px; }
    #contact .bg-green .btn a {
      display: inline-block;
      background-color: #f1f1f1;
      color: #74a92d;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700;
      padding: .8em 3em;
      border-radius: 6px;
      transition: .3s; }
      #contact .bg-green .btn a:hover {
        opacity: 1;
        background-color: #74a92d;
        color: white; }
    #contact .bg-green .btn .submit-btn {
      background-color: #74a92d;
      color: white;
      font-size: 100%;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700;
      line-height: 1em;
      padding: .8em 3em;
      border-radius: 6px;
      border: none;
      margin: 0;
      transition: .3s; }
      #contact .bg-green .btn .submit-btn:hover {
        background-color: #f1f1f1;
        color: #74a92d;
        cursor: pointer;
        cursor: hand; }
        
       #contact .text-center {
      background-color: white;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8em;
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact .text-center p {
  text-align: center; 
  margin: 0 auto;
  width: 500px;
  padding: 50px 10px;
  line-height: 2.2;
  }
  @media (max-width: 560px) {
	#contact .text-center p  {
  	text-align: left;
  	 padding: 30px 10px;
  }
}
	/* ▼Firefox18以前用(※2) */
		:-moz-placeholder {
   		font-size: 14px;
}
/* ▼Firefox19以上用(※3) */
		::-moz-placeholder {
   		font-size: 14px;
}
/* ▼Firefoxのみテキストエリアのフォントサイズ指定 */
@-moz-document url-prefix() {
	textarea {
      font-size: 14px;
    }
}

@media (max-width: 560px) {
  #privacy-policy h1 img {
    height: 65px;
    width: auto; } }
#privacy-policy .text {
  width: 90%;
  max-width: 600px;
  margin: auto;
  padding-bottom: 200px; }
  @media (max-width: 560px) {
    #privacy-policy .text {
      padding-bottom: 100px; } }
  #privacy-policy .text dl {
    margin-top: 80px;
    text-align: justify;
    line-height: 1.8em; }
    @media (max-width: 560px) {
      #privacy-policy .text dl {
        margin-top: 40px; } }
    #privacy-policy .text dl dt {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700;
      color: #74a92d;
      font-size: 113%;
      margin-bottom: .2em; }
    #privacy-policy .text dl dd {
      box-sizing: border-box;
      padding-left: 2.3em;
      margin-bottom: 2em; }
      #privacy-policy .text dl dd ul.dot li {
        padding-left: .5em;
        text-indent: -.5em; }
        #privacy-policy .text dl dd ul.dot li > ul {
          padding-left: .5em; }
      #privacy-policy .text dl dd ul.circle li {
        padding-left: 1em;
        text-indent: -1em; }
    #privacy-policy .text dl .gray {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700;
      color: #4d4d4d; }
    #privacy-policy .text dl .name {
      margin-top: 1rem;
      margin-bottom: .5rem;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: 700;
      font-size: 144%; }

footer {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: url("../img/share/footer-bg.svg") repeat-x center top;
  padding-top: 200px;
  margin-top: -200px; }
  @media (max-width: 560px) {
    footer {
      background-size: 1300px auto;
      padding-top: 100px;
      margin-top: -100px; } }
  footer nav.other {
    width: 100%;
    background: url("../img/share/bg-dot-1.png") repeat;
    padding: 45px 0;
    border-bottom: 3px solid #74a92d; }
    @media (max-width: 560px) {
      footer nav.other {
        padding: 20px 0; } }
    footer nav.other ul {
      display: flex;
      justify-content: center; }
      footer nav.other ul li {
        margin: auto 10px;
        border-radius: 6px;
        background-color: white; }
        @media (max-width: 560px) {
          footer nav.other ul li {
            margin: auto 2px; } }
        footer nav.other ul li a {
          display: block;
          padding: 10px;
          border-radius: 6px; }
          
        footer nav.other ul li:first-of-type a {
          background-color: #9e0e15; }
        footer nav.other ul li:nth-of-type(2) a {
          background-color: #802077; }
        footer nav.other ul li:last-of-type a {
          background: none;
          padding: 0;
          width: 170px;}
          footer nav.other ul li:last-of-type a img {
          width: 100%;}
          @media (max-width: 560px) {
            footer nav.other ul li a img {
              height: 20px;
              width: auto; 
              } }
          @media (max-width: 560px) {
              footer nav.other ul li:last-of-type{
          		background: none;
              }
             footer nav.other ul li:last-of-type a {
          		background: none;
         		padding: 0;
          		width: auto;}
          footer nav.other ul li:last-of-type a img {
              	height: 36px;
              	width: auto; 
              	}
              } 
  footer .wrap-footer {
    margin: 60px auto;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 560px) {
    
      footer .wrap-footer {
        margin: 25px auto 20px;
        justify-content: center; } }
    footer .wrap-footer address {
      font-style: normal;
      text-align: left; }
      footer .wrap-footer address p {
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 700; }
      @media (max-width: 560px) {
        footer .wrap-footer address {
          text-align: center; }
          footer .wrap-footer address p {
            text-align: center; } }
      footer .wrap-footer address h3 {
        width: 254px;
        argin-bottom: 15px; }
      footer .wrap-footer address h4 {
        font-size: 150%;
        letter-spacing: 0.2rem;
        margin-bottom: .5em; }
    footer .wrap-footer nav {
      display: flex;
      justify-content: flex-end; }
      footer .wrap-footer nav ul {
        padding: 0 2em 0 1em;
        border-left: 1px dotted black;
        font-size: .87rem;
        line-height: 2em;
        text-align: left; }
        footer .wrap-footer nav ul:last-of-type {
          border-right: 1px dotted black; }
         footer .wrap-footer nav ul li {
         margin: 10px 0;
         }
      @media (max-width: 560px) {
      footer .wrap-footer address h3 {
        width: 180px;
        margin: 20px auto 25px;
         }
        footer .wrap-footer nav {
          display: none; } }
  footer .copyright {
    width: 100%;
    background-color: #74a92d;
    color: white;
    font-size: 87%;
    line-height: 50px; }
    @media (max-width: 560px) {
      footer .copyright {
        line-height: 40px; } }

.gotop {
  cursor: pointer;
  position: fixed;
  z-index: 2000;
  right: 30px;
  bottom: -60px;
  background-color: #f1f1f1;
  border-radius: 50%;
  transition: .5s; }
  .gotop:hover {
    background-color: #d5e5c0; 
  }


  .gotop-purple:hover {
    background-color: #ead6e8;
  }
