@charset "UTF-8";

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

html {
  margin: 0;
  padding: 0;
}

body {
  color: #3C3C3C;
  background-color: #F5F4EA;
  font-size: 16px;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 932px) {
  body {
    font-size: 14px;
  }
}

.bg-fixed-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

.site-content {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
  vertical-align: top;
  /* pointer-events: none; */
}

a {
  text-decoration: none;
}
a.opa {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
a.opa:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

a {
  color: #221E1F;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.note {
  font-size: 12px!important;
  font-weight: 400!important;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.note::before {
  content: "※";
}

.garamond {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.notosans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.fadein01 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition : all .8s;
}
.fadein02 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition : all 1.2s;
}
.fadein03 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 1.6s;
  -o-transition: all 1.6s;
  transition : all 1.6s;
}
.fadein04 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition : all 2s;
}
.fadein05 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 2.4s;
  -o-transition: all 2.4s;
  transition : all 2.4s;
}
.fadein06 {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 2.8s;
  -o-transition: all 2.8s;
  transition : all 2.8s;
}
.fadein01.active,
.fadein02.active,
.fadein03.active,
.fadein04.active,
.fadein05.active,
.fadein06.active {
  opacity : 11;
  transform : translate(0, 0);
}

sup {
  vertical-align: super;
  font-size: 50%;
}

.cap {
  font-size: 12px!important;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.inner-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.inner-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.inner-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

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

@media screen and (min-width: 933px) {
 .max-tl-only {
  display: none!important;
 }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none!important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 932px) {
  .pc-only {
    display: none!important;
  }
  a.opa:hover {
    opacity: 1;
  }
  .sp-justify {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .sp-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .sp-14 {
    font-size: 87.5%;
  }
}

@media print {
  .sp-only {
    display: none;
  }
}

/* margin */
.mt-0 { margin-top: 0!important; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px;}
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }
.mt-140 { margin-top: 140px; }
.mt-200 { margin-top: 200px }
.mb-0 { margin-bottom: 0!important; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
@media screen and (max-width: 932px) {
  /* .mt-10 { margin-top: 5px; }
  .mt-20 { margin-top: 10px; } */
  .mt-30 { margin-top: 15px; }
  .mt-40 { margin-top: 20px; }
  .mt-50 { margin-top: 25px; }
  .mt-60 { margin-top: 30px; }
  .mt-70 { margin-top: 35px; }
  .mt-80 { margin-top: 40px; }
  .mt-90 { margin-top: 90px;}
  .mt-100 { margin-top: 50px; }
  .mt-120 { margin-top: 60px; }
  .mt-140 { margin-top: 70px; }
  .mt-200 { margin-top: 100px }
  /* .mb-10 { margin-bottom: 5px; }
  .mb-20 { margin-bottom: 10px; } */
  .mb-30 { margin-bottom: 15px; }
  .mb-40 { margin-bottom: 20px; }
  .mb-50 { margin-bottom: 25px; }
  .mb-60 { margin-bottom: 30px; }
  .mb-70 { margin-bottom: 35px; }
  .mb-80 { margin-bottom: 40px; }
  .mb-90 { margin-bottom: 45px; }
  .mb-100 { margin-bottom: 50px; }
  .mb-120 { margin-bottom: 60px; }
}

/* padding */
.pt-0 { padding-top: 0!important; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px;}
.pt-100 { padding-top: 100px; }
.pt-120 { padding-top: 120px; }
.pt-200 { padding-top: 200px; }
.pb-0 { padding-bottom: 0!important; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }
.pb-140 { padding-bottom: 140px; }
@media screen and (max-width: 932px) {
  /* .pt-10 { padding-top: 5px; }
  .pt-20 { padding-top: 10px; } */
  .pt-30 { padding-top: 15px; }
  .pt-40 { padding-top: 20px; }
  .pt-50 { padding-top: 25px; }
  .pt-60 { padding-top: 30px; }
  .pt-70 { padding-top: 35px; }
  .pt-80 { padding-top: 40px; }
  .pt-90 { padding-top: 90px;}
  .pt-100 { padding-top: 50px; }
  .pt-120 { padding-top: 60px; }
  .pt-200 { padding-top: 100px; }
  /* .pb-10 { padding-bottom: 5px; }
  .pb-20 { padding-bottom: 10px; } */
  .pb-30 { padding-bottom: 15px; }
  .pb-40 { padding-bottom: 20px; }
  .pb-50 { padding-bottom: 25px; }
  .pb-60 { padding-bottom: 30px; }
  .pb-70 { padding-bottom: 35px; }
  .pb-80 { padding-bottom: 40px; }
  .pb-90 { padding-bottom: 45px; }
  .pb-100 { padding-bottom: 50px; }
  .pb-120 { padding-bottom: 60px; }
  .pb-140 { padding-bottom: 70px; }
}
.ptpb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 932px) {
  .ptpb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.plpr-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 932px) {
  .sp-plpr-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* ------------------------
header
------------------------ */
header {
  position: fixed;
  padding: 0 3.1%;
  height: 120px;
  width: 100%;
  z-index: 99;
  background: #F5F4EA;
  align-items: center;
}
@media screen and (max-width: 932px) {
  header {
    padding: 20px;
    height: 60px;
  }
}
header h1 {
  line-height: 0;
  width: 18%;
  max-width: 320px;
}
@media screen and (max-width: 932px) {
  header h1 {
    width: 200px;
  }
}
header nav {
  width: 82%;
}
header nav ul {
  justify-content: flex-end!important;
}
header nav ul li {
  font-weight: 700;
}
header nav ul li:not(:last-child) {
  padding: 0 2%;
}
header nav ul li:nth-last-child(n+3) {
  border-right: solid 1px #CACAA5;
}
header nav ul li:last-child {
  padding-left: 2.5%;
}
@media screen and (max-width: 1024px) {
  header nav ul li:last-child {
    padding-top: 10px;
  }
}
header nav ul li:last-child img {
  max-width: 254px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header nav ul li:last-child img {
    max-width: 200px;
  }
}
@media screen and (max-width: 932px) {
  header nav ul li:last-child img {
    filter: brightness(0) invert(1);
    margin-right: 10px;
  }
}
header nav ul li a {
  height: 100%;
}

/* ハンバーガーメニュー */
#menu-btn-check {
  display: none;
}
@media screen and (max-width: 932px) {
  .hamburger-menu .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .hamburger-menu .menu-btn span,
  .hamburger-menu .menu-btn span:before,
  .hamburger-menu .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #048C55;
    position: absolute;
    transition: all .3s;
  }
  .hamburger-menu .menu-btn span:before {
    bottom: 5px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #fff;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
  }
  #menu-btn-check {
    display: none;
  }
  .hamburger-menu .menu-content {
    width: 100vw;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #048C55;
    transition: all 0.5s;
    padding-top: 100px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  .hamburger-menu .menu-content ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .hamburger-menu .menu-content ul li {
    /* border-bottom: solid 1px #CACAA5; */
    list-style: none;
    width: 100%;
  }
  .hamburger-menu .menu-content ul li a {
    display: block;
    width: 100%;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 114.2%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    padding: 0 20px;
    position: relative;
    padding: 20px;
  }
  .hamburger-menu .menu-content ul li a span {
    font-size: 18%;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    position: relative;
    padding-left: 1.3em;
    margin-left: 20px;
    color: #fff;
    vertical-align: middle;
  }
  .hamburger-menu .menu-content ul li a span::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background: #fff;
  }
}


/* ------------------------
main
------------------------ */
main {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 360px;
  }
}

.mv .inner {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mv .inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .mv .inner {
    width: 90%;
  }
}
.mv .slide {
  width: 81.25%;
  margin-left: 3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv .slide {
    width: 100%;
    margin: 0;
  }
}
.mv .swiper-slide img {
  height: auto;
  width: 100%;
}
.mv .swiper-pagination-bullet {
  background-color: #F5F4EA!important;
  opacity: 1;
}
.mv .swiper-pagination-bullet-active {
  background-color: #048C55!important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto!important;
}
.mv .swiper-pagination {
  bottom: 20px!important;
  left: 30px!important;
  right: auto;
}
@media screen and (max-width: 767px) {
  .mv .swiper-pagination {
    bottom: -30px!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
  }
}
.mv .scrolldown {
  position: absolute;
  width: .68%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .scrolldown {
    width: 2%;
    bottom: 0;
    left: -13px;
  }
}
.mv .copy {
  position: absolute;
  width: 17.5%;
  top: 13.6%;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .copy {
    width: 40%;
    top: -110%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.mv .copy img {
  filter: drop-shadow(0 0 15px #fff);
}
@media screen and (max-width: 932px) {
  .mv .copy img {
    filter: drop-shadow(0 0 8px #fff);
  }
}

.sec01 {
  margin-top: 180px;
  padding: 160px 20px;
  background: url(../img/sec01_bg.jpg) repeat;
  mask-image: url(../img/sec01_bg-mask.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(../img/sec01_bg-mask.svg);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media screen and (max-width: 932px) {
  .sec01 {
    margin-top: 90px;
    padding: 80px 20px;
    background-size: 60px 64px;
  }
}
.sec01 .inner .txt {
  font-size: 112.5%;
  line-height: 2.7;
  color: #fff;
}
@media screen and (max-width: 932px) {
  .sec01 .inner .txt {
    font-size: 100%;
    line-height: 2.5;
    text-align: left;
  }
}
.sec01 .inner .ph img {
  width: 30.7%;
}
@media screen and (max-width: 932px) {
  .sec01 .inner .ph {
    margin-top: 25px;
  }
}

h2 {
  font-size: 200%;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.7;
}
@media screen and (max-width: 932px) {
  h2 {
    font-size: 150%;
  }
}
h2 span {
  font-size: 50%;
  display: block;
  color: #048C55;
}

.en {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.sec02 {
  position: relative;
}
.sec02 .inner {
  align-items: flex-end;
}
@media screen and (max-width: 932px) {
  .sec02 .inner {
    margin-top: 30px;
  }
}
.sec02 .inner .txt-wrap {
  width: 60%;
  position: relative;
  padding-left: 18.7%;
}
@media screen and (max-width: 1366px) {
  .sec02 .inner .txt-wrap {
    padding-left: 5%;
  }
}
@media screen and (max-width: 932px) {
  .sec02 .inner .txt-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
.sec02 .inner .txt-wrap .ttl {
  position: relative;
}
.sec02 .inner .txt-wrap .ttl .deco01 {
  position: absolute;
  width: 286px;
  top: -110px;
  left: -63px;
}
@media screen and (max-width: 932px) {
  .sec02 .inner .txt-wrap .ttl .deco01 {
    display: none;
  }
}
.sec02 .inner .txt-wrap .ttl h3 {
  font-size: 225%;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 932px) {
  .sec02 .inner .txt-wrap .ttl h3 {
    font-size: 150%;
  }
  .sec02 .inner .txt-wrap .txt {
    margin-top: 20px;
  }
}
.sec02 .inner .txt-wrap .company-name {
  font-size: 87.5%;
}
.sec02 .inner .txt-wrap .name {
  font-size: 125%;
}
@media screen and (max-width: 932px) {
  .sec02 .inner .txt-wrap .name {
    line-height: 1.5;
  }
}
.sec02 .inner .txt-wrap .name span {
  font-size: 80%;
  margin-right: 15px;
}
.sec02 .inner .ph {
  background: url(../img/sec02_img01.jpg) no-repeat center center / cover;
  width: 35%;
  height: 809px;
  border-radius: 20px 0 0;
}
@media screen and (min-width: 1024px) {
  .sec02 .inner .ph .deco01 {
    display: none;
  }
}
@media screen and (max-width: 932px) {
  .sec02 .inner .ph {
    background: url(../img/sec02_img01_sp.jpg) no-repeat center center / cover;
    width: 100%;
    height: 400px;
    border-radius: 0;
    margin-top: 60px;
    position: relative;
  }
  .sec02 .inner .ph .deco01 {
    position: absolute;
    width: 400px;
    top: -50px;
    left: 10px;
    filter: drop-shadow(0 0 5px #fff);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .inner .ph {
    height: 240px;
  }
  .sec02 .inner .ph .deco01 {
    width: 240px;
  }
}
h4 {
  font-size: 125%;
  font-weight: 700;
  text-align: left;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 932px) {
  h4 {
    font-size: 120%;
    padding-left: 22px;
  }
}
h4::before {
  position: absolute;
  content: "●";
  color: #048C55;
  left: 0;
}
.sec02 .career {
  background: #fff;
}
@media screen and (max-width: 932px) {
  .sec02 .career {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.sec02 .career .table {
  justify-content: flex-start;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 932px) {
  .sec02 .career .table {
    margin-top: 5px;
  }
}
.sec02 .career .table > div {
  width: 47.5%;
}
@media screen and (max-width: 932px) {
  .sec02 .career .table > div {
    width: 100%;
  }
}
.sec02 .career .table dl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1em;
  border-bottom: solid 1px #EDECD7;
  margin-bottom: 0;
}
@media screen and (max-width: 932px) {
  .sec02 .career .table dl {
    margin-top: .8em;
    padding-bottom: .8em;
  }
}
.sec02 .career .table dt {
  width: 23%;
  font-size: 87.5%;
  color: #666666;
}
.sec02 .career .table dd {
  width: 77%;
  margin: 0;
}
@media screen and (max-width: 932px) {
  .sec02 .career .table dt {
    width: 30%;
  }
  .sec02 .career .table dd {
    width: 70%;
  }
}

#Gallery-main {
  width: 940px;
  height: auto;
}
@media screen and (max-width: 932px) {
  #Gallery-main {
    width: 90%;
  }
}
#Gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Gallery-thumbs {
  height: auto;
  box-sizing: border-box;
}
#Gallery-thumbs .swiper-slide {
  width: auto;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
#Gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.sec03 .swiper-button-prev svg,
.sec03 .swiper-button-next svg {
  display: none!important;
}
.sec03 .swiper-button-prev::after,
.sec03 .swiper-button-next::after {
  display: none;
}
.sec03 .swiper-button-prev,
.sec03 .swiper-button-next {
  width: 65px!important;
  height: 65px!important;
  background-size: 65px 65px!important;
}
@media screen and (max-width: 932px) {
  .sec03 .swiper-button-prev,
  .sec03 .swiper-button-next {
    width: 36px!important;
    height: 36px!important;
    background-size: 36px 36px!important;
  }
}
.sec03 .swiper-button-next {
  background-image: url(../img/sec03_slide-arrow.png);
  transform: scale(-1, 1);
  right: 12vw!important;
  top: 45%!important;
}
@media screen and (max-width: 932px) {
  .sec03 .swiper-button-next {
    right: 4vw!important;
    top: 59%!important;
  }
}
.sec03 .swiper-button-prev {
  background-image: url(../img/sec03_slide-arrow.png);
  left: 12vw!important;
  top: 45%!important;
}
@media screen and (max-width: 932px) {
  .sec03 .swiper-button-prev {
    left: 4vw!important;
    top: 59%!important;
  }
}

.sec04 .box {
  background: #fff;
  border-radius: 20px;
  align-items: flex-start;
}
.sec04 .box .flex-l {
  background: url(../img/sec04_img01.jpg) no-repeat center center / cover;
  width: 41%;
  height: 497px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 932px) {
  .sec04 .box .flex-l {
    width: 100%;
    height: 400px;
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .box .flex-l {
    height: 200px;
  }
}
.sec04 .box .flex-r {
  width: 59%;
  padding: 80px 75px 0;
}
@media screen and (max-width: 932px) {
  .sec04 .box .flex-r {
    width: 100%;
    padding: 25px;
  }
  .sec04 .box .flex-r p.txt {
    margin-top: 10px;
  }
}
.sec04 .box .flex-r h2 {
  text-align: left;
}
.btn01 {
  background: #048C55;
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  transition: background-color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 932px) {
  .btn01 {
    width: 100%;
    height: 50px;
  }
}
.btn01:hover {
  background-color: #07B16C;
}
.btn01:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 11px;
  background: url(../img/btn01_arrow.png) no-repeat center center / cover;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.sec05 .inner-1200 .flex {
  align-items: flex-start;
}
.sec05 .inner-1200 .flex > div {
  width: 47.5%;
}
@media screen and (max-width: 932px) {
  .sec05 .inner-1200 .flex > div {
    width: 100%;
  }
}
.sec05 .inner-1200 .flex .flex-l {
  position: relative;
}
@media screen and (max-width: 932px) {
  .sec05 .inner-1200 .flex .flex-l h5 img {
    width: 180px;
  }
}
.sec05 .inner-1200 .flex .flex-l address {
  font-style: normal;
}
@media screen and (max-width: 932px) {
  .sec05 .inner-1200 .flex .flex-l address {
    margin-top: 10px;
  }
  .sec05 .inner-1200 .flex .flex-l .contact-wrap {
    margin-top: 5px;
  }
}
.sec05 .inner-1200 .flex .flex-l .contact-wrap a {
  display: block;
}
.sec05 .inner-1200 .flex .flex-l .contact-wrap img {
  height: 26px;
}
@media screen and (max-width: 932px) {
  .sec05 .inner-1200 .flex .flex-l .contact-wrap img {
    height: 20px;
  }
}
.sec05 .inner-1200 .flex .flex-l .contact-wrap img.mail {
  margin-top: 5px;
}
@media screen and (max-width: 932px) {
  .sec05 .inner-1200 .flex .flex-l .contact-wrap img.mail {
    margin-top: 0;
  }
}
.sec05 .inner-1200 .flex .flex-l .deco01 {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 24.5%;
}
@media screen and (max-width: 1024px) {
  .sec05 .inner-1200 .flex .flex-l .deco01 {
    top: -30px;
  }
}
@media screen and (max-width: 932px) and (min-width: 768px) {
  .sec05 .inner-1200 .flex .flex-l .deco01 {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .inner-1200 .flex .flex-l .deco01 {
    top: -40px;
  }
}
.sec05 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
@media screen and (min-width: 933px) {
  .sec05 .max-tl-map {
    margin-top: 20px;
  }
}
@media screen and (max-width: 932px) {
  .sec05 .box {
    padding: 25px;
  }
  .sec05 .box p {
    margin-top: 5px;
  }
  .sec05 .max-tl-map {
    margin-top: 10px!important;
  }
  .sec05 .max-tl-map img {
    width: 100vw;
  }
  .sec05 .inner-1200 .medical-departments {
    margin-top: 30px;
  }
  .sec05 .inner-1200 .consultation-Hours {
    margin-top: 15px;
  }
}
.sec05 .inner-1200 .consultation-Hours table {
  width: 100%;
}
@media screen and (max-width: 932px) {
  .sec05 .inner-1200 .consultation-Hours table {
    margin-top: 10px;
  }
}
.sec05 .inner-1200 .consultation-Hours table th {
  width: 19%;
  border-bottom: solid 1px #EDECD7;
  padding: 18px 10px;
}
@media screen and (min-width: 933px) {
  .sec05 .inner-1200 .consultation-Hours table th span {
    margin: 0 5px;
  }
}
@media screen and (max-width: 932px) {
  .sec05 .inner-1200 .consultation-Hours table th {
    width: 19%;
    padding: 5px;
    line-height: 1.4;
  }
}
.sec05 .inner-1200 .consultation-Hours table td {
  width: 11.57%;
  border-bottom: solid 1px #EDECD7;
  padding: 18px 10px;
}
@media screen and (max-width: 932px) {
  .sec05 .inner-1200 .consultation-Hours table td {
    width: 11.57%;
    border-bottom: solid 1px #EDECD7;
    padding: 5px;
  }
}
.sec05 .inner-1200 .consultation-Hours table tr:nth-child(2) td,
.sec05 .inner-1200 .consultation-Hours table tr:nth-child(3) td {
  color: #048C55;
}


/* ------------------------
footer
------------------------ */
footer {
  background: #048C55;
  padding: 20px;
}
@media screen and (max-width: 932px) {
  footer {
    padding: 10px;
    margin-top: 60px!important;
  }
}
footer small {
  color: #fff;
}