/*====================================================================================
1. START COMMON BASE.
====================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --green: #74BC78;
  --blue: #3B8BC8;
  --light_blue: #5BB9C4;
  --orange: #E67C45;
  --purple: #8F67B1;
  --red: #e01f06;
  --light_red: #DB5B4C;
  --light_yellow: #F6F2E4;
  --gray: #CFCFCF;
  --f-Roboto: "Roboto", sans-serif;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  line-height: 1.6;
}

:where(html:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

:where(figure:not(.sg-cms *)) {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.01rem;
  color: #222;
}
body.lb-disable-scrolling {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 32rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  body {
    min-width: 120rem;
  }
  body #cm-header {
    width: 120rem;
  }
  body #wrapper {
    max-width: 120rem;
  }
}
.w-brall {
  word-break: break-all;
}

* {
  box-sizing: border-box;
}

/* ---------- START ANCHORLINK ---------- */
a {
  color: #222;
  text-decoration: underline;
  background-color: transparent;
}
a:hover, a:active, a:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
  }
  a:hover img {
    opacity: 0.8;
  }
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #222;
}
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*---------- START HOVER IMG  ----------*/
.ov-hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

/* ----------  START code set ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

pre,
code,
kbd,
samp,
var,
.font_mono {
  font-size: 1.3rem;
  line-height: 1.6;
}

pre {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  overflow-x: auto;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
}

button,
input[type=submit],
input[type=button] {
  transition: all 0.3s ease;
}

picture {
  display: block;
  line-height: 1.6;
}

figure {
  margin: 0;
  padding: 0;
}

/*====================================================================================
2. START COMMON CONTAINER.
====================================================================================*/
.container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 112rem;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/*====================================================================================
3. START COMMON HEADER
====================================================================================*/
.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.cm-header {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  border-top: 5px solid var(--green);
  z-index: 99;
}
.cm-header .h-main {
  padding: 1rem;
}
.cm-header .header-inner {
  width: 100%;
  max-width: 130rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.cm-header .header-inner__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cm-header.hide {
  transform: translateX(0px) translateY(-100%) !important;
}
@media only screen and (max-width: 767px) {
  .cm-header {
    border-width: 3px;
  }
  .cm-header .header-inner {
    align-items: flex-start;
  }
  .cm-header .header-inner__logo {
    width: 50%;
  }
  .cm-header .header-inner__right {
    width: 50%;
    gap: 1rem;
  }
  .cm-header .header-inner__right .btn-contact {
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    background: var(--green);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
  }
  .cm-header .header-inner__right .btn-contact img {
    width: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-header {
    padding-bottom: 1.5rem;
  }
  .cm-header .h-main {
    padding: 2rem 4rem;
  }
  .cm-header .header-inner {
    align-items: center;
  }
  .cm-header .header-inner__logo {
    width: 531px;
  }
  .cm-header .header-inner__right {
    gap: 4rem;
  }
}

/*---------- START btn-map ----------*/
.btn-map {
  display: inline-block;
  background: url("../common_img/icon-map.webp") no-repeat center left;
  background-size: 1.8rem;
  text-decoration: none;
  padding-left: 3rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .btn-map:hover {
    color: var(--green);
  }
}

/*---------- START btn-login ----------*/
.btn-login {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--green);
  width: 22rem;
  height: 5.5rem;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.btn-login span {
  background: url("../common_img/icon-lock.webp") no-repeat center left;
  background-size: 1.6rem;
  font-weight: bold;
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .btn-login span {
    background-size: 1.9rem;
    padding-left: 3rem;
  }
  .btn-login:hover {
    background: var(--red);
  }
}

.btm-logout {
  background: #A7A7A7;
}
.btm-logout span {
  background: url("../common_img/logout.webp") no-repeat center left;
  background-size: 1.6rem;
}

/*---------- START HAMBURGER ----------*/
.trigger-menu {
  width: 4.5rem;
  height: 4.5rem;
  background: var(--light_yellow);
  border-radius: 50%;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  border: none;
  z-index: 9999;
}
.trigger-menu span {
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background: #000;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.trigger-menu span:nth-child(1) {
  top: 1.5rem;
  transform-origin: left center;
}
.trigger-menu span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left center;
}
.trigger-menu span:nth-child(3) {
  bottom: 1.5rem;
  transform-origin: left center;
}
.trigger-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  left: 0.6rem;
  top: 1.3rem;
}
.trigger-menu.active span:nth-child(2) {
  opacity: 0;
}
.trigger-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  left: 0.6rem;
  bottom: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .trigger-menu {
    display: none;
  }
}

/*---------- START GNAV ----------*/
.l-menu_contents .h-gnav {
  position: relative;
  width: 100%;
  z-index: 9999;
}
.l-menu_contents .gnav__link,
.l-menu_contents .gnav .sub-menu__ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
}
.l-menu_contents .gnav__link .icon,
.l-menu_contents .gnav .sub-menu__ttl .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  text-align: center;
}
.l-menu_contents .gnav__link .icon img,
.l-menu_contents .gnav .sub-menu__ttl .icon img {
  width: auto;
  max-height: 3rem;
}
.l-menu_contents .gnav__item:first-child .icon img {
  height: 2.5rem;
}
.l-menu_contents .gnav__item.gnav-contact .icon img {
  height: 2rem;
}
.l-menu_contents .gnav .sub-menu__ttl {
  cursor: pointer;
}
.l-menu_contents .gnav .sub-menu__ttl .txt {
  padding-right: 2rem;
}
.l-menu_contents .gnav .sub-menu__main {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 1.5rem !important;
}
.l-menu_contents .gnav .sub-menu__main .container {
  position: relative;
  background: var(--light_yellow);
}
.l-menu_contents .gnav .sub-menu__main .container:after {
  position: absolute;
  content: "";
  background: var(--light_yellow);
  width: 200%;
  height: 100%;
  top: 0;
  left: -50%;
  z-index: -1;
}
.l-menu_contents .gnav .sub-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 2rem 0;
}
.l-menu_contents .gnav .sub-menu__item {
  width: calc((100% - 6rem) / 3);
  min-width: 32rem;
}
.l-menu_contents .gnav .sub-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  background: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: normal;
  border-width: 2px;
  border-style: solid;
  border-color: var(--blue);
  gap: 0.5rem;
  border-radius: 3rem;
  padding: 1.5rem 4rem 1.5rem 2rem;
}
.l-menu_contents .gnav .sub-menu__link .cm-arr2 {
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-menu_contents .gnav .sub-menu__link.btn-orange {
  border-color: var(--orange);
}
.l-menu_contents .gnav .sub-menu__link.btn-purple {
  border-color: var(--purple);
}
.l-menu_contents .gnav .sub-menu__icon {
  line-height: 1;
}
.l-menu_contents .gnav .sub-menu__icon img {
  width: auto;
  height: 2rem;
}
@media only screen and (max-width: 767px) {
  .l-menu_contents {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--light_yellow);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    padding: 2rem 0 15rem;
    overflow: auto;
    max-width: 100%;
  }
  .l-menu_contents .gnav {
    display: block;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  .l-menu_contents .gnav__link,
  .l-menu_contents .gnav .sub-menu {
    border-bottom: 1px solid var(--gray);
  }
  .l-menu_contents .gnav__link,
  .l-menu_contents .gnav .sub-menu__ttl {
    width: 100% !important;
    padding: 1rem 0;
  }
  .l-menu_contents .gnav__link .icon,
  .l-menu_contents .gnav .sub-menu__ttl .icon {
    width: 6rem;
    justify-content: flex-start;
  }
  .l-menu_contents .gnav__link .txt,
  .l-menu_contents .gnav .sub-menu__ttl .txt {
    width: calc(100% - 6rem);
  }
  .l-menu_contents .gnav .sub-menu__main {
    position: relative;
    padding-top: 0 !important;
  }
  .l-menu_contents .gnav .sub-menu__main .container:after {
    display: none;
  }
  .l-menu_contents .gnav .sub-menu .opened.sub-menu__ttl .cm-arr:after {
    transform: rotate(-45deg);
    top: 4px;
  }
  .l-menu_contents .gnav .sub-menu__list {
    gap: 2rem;
  }
  .l-menu_contents .gnav .sub-menu__item {
    min-width: 29rem;
  }
  .l-menu_contents .gnav .sub-menu__link {
    font-size: 1.2rem;
  }
  .l-menu_contents .btn-login {
    margin: auto;
  }
  .l-menu_contents.is-visible {
    opacity: 1;
    visibility: visible;
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .l-menu_contents {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .l-menu_contents .gnav {
    display: flex;
    justify-content: center;
    border-right: 1px dotted #707070;
  }
  .l-menu_contents .gnav__link,
  .l-menu_contents .gnav .sub-menu__ttl {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    border-left: 1px dotted #707070;
    line-height: 1;
  }
  .l-menu_contents .gnav__link:after,
  .l-menu_contents .gnav .sub-menu__ttl:after {
    bottom: -1.5rem;
  }
  .l-menu_contents .gnav__link .txt,
  .l-menu_contents .gnav__link .icon,
  .l-menu_contents .gnav .sub-menu__ttl .txt,
  .l-menu_contents .gnav .sub-menu__ttl .icon {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .l-menu_contents .gnav__link:hover,
  .l-menu_contents .gnav .sub-menu__ttl:hover {
    color: var(--green);
  }
  .l-menu_contents .gnav__item {
    width: 16.6666666667%;
  }
  .l-menu_contents .gnav .sub-menu__list {
    padding: 5rem 0;
  }
  .l-menu_contents .gnav .sub-menu__link:hover {
    background: var(--blue);
    color: #fff;
  }
  .l-menu_contents .gnav .sub-menu__link:hover .sub-menu__icon {
    filter: brightness(0) invert(1);
  }
  .l-menu_contents .gnav .sub-menu__link:hover .cm-arr2 {
    background: #fff;
  }
  .l-menu_contents .gnav .sub-menu__link:hover .cm-arr2:after {
    border-color: #fff;
  }
  .l-menu_contents .gnav .sub-menu__link.btn-orange:hover {
    background: var(--orange);
  }
  .l-menu_contents .gnav .sub-menu__link.btn-purple:hover {
    background: var(--purple);
  }
  .l-menu_contents .gnav .sub-menu.opened .sub-menu__ttl {
    position: relative;
  }
  .l-menu_contents .gnav .sub-menu.opened .sub-menu__ttl:after {
    position: absolute;
    content: "";
    background: var(--green);
    width: 100%;
    height: 2px;
    left: 0;
  }
  .l-menu_contents .gnav .sub-menu.opened .sub-menu__ttl .cm-arr:after {
    transform: rotate(-45deg);
    top: 4px;
  }
  .l-menu_contents.is-visible {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
}

.nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  z-index: 3;
}
.nav-link:after {
  position: absolute;
  content: "";
  background: var(--green);
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .nav-link:hover {
    color: var(--green);
  }
  .nav-link:hover:after {
    width: 100%;
  }
}

/*====================================================================================
4. START COMMON FOOTER
====================================================================================*/
.cm-footer {
  position: relative;
  background: #fff;
  padding-top: 3rem;
  z-index: 5;
}
.cm-footer:after {
  position: absolute;
  content: "";
  background: url("../common_img/f-bg.webp") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 6%;
  top: -1%;
  bottom: 0;
  z-index: -1;
}
.cm-footer .f_logo {
  text-align: center;
}
.cm-footer .f-infor {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 2rem;
}
.cm-footer .f-infor__map {
  width: 100%;
  height: 25rem;
}
.cm-footer .f-infor__map iframe {
  width: 100%;
  height: 100%;
}
.cm-footer .f-infor__detail {
  width: 100%;
}
.cm-footer .f-gnav {
  padding: 3rem 0 1rem;
  display: flex;
  justify-content: space-between;
}
.cm-footer .f-gnav__link {
  margin-bottom: 1rem;
}
.cm-footer .f-gnav__link.btn-icon-login {
  background: url("../images/s2-tab3-icon.webp") no-repeat center right;
  background-size: 1.6rem;
  padding-right: 2rem;
}
.cm-footer .f-gnav__link img {
  transform: scale(0.4);
}
.cm-footer .f-illust {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  gap: 1rem;
  line-height: normal;
}
.cm-footer .f-illust img {
  width: auto;
  height: 7rem;
}
.cm-footer .f-illust .txt {
  padding-top: 1.5rem;
}
.cm-footer .copyright {
  border-top: 1px solid #707070;
  padding: 1rem 0 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .cm-footer .f_logo {
    width: 50%;
    margin: auto;
  }
  .cm-footer .f-gnav {
    flex-wrap: wrap;
  }
  .cm-footer .f-gnav ul:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cm-footer {
    padding-top: 4rem;
  }
  .cm-footer:after {
    top: -6%;
  }
  .cm-footer .f_logo img {
    transform: scale(0.51);
  }
  .cm-footer .f-infor__map {
    width: 50%;
    height: 35rem;
  }
  .cm-footer .f-infor__detail {
    width: 45%;
  }
  .cm-footer .f-gnav {
    padding: 5rem 0 3rem;
  }
  .cm-footer .f-illust {
    gap: 1.5rem;
  }
  .cm-footer .f-illust img {
    height: 9.3rem;
  }
}

/*---------- START page-up ----------*/
.page_up {
  display: none;
  position: fixed;
  right: 1%;
  z-index: 9;
}
.page_up a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 4.5rem;
  height: 4.5rem;
  background: var(--green);
  border: 2px solid var(--green);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  padding-top: 1rem;
}
.page_up a .cm-arr2 {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.page_up a__text {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .page_up a {
    width: 7rem;
    height: 7rem;
  }
  .page_up a .cm-arr2 {
    top: 2rem;
  }
  .page_up a:hover {
    background: #fff;
    color: var(--green);
  }
  .page_up a:hover .cm-arr2 {
    background: var(--green);
  }
  .page_up a:hover .cm-arr2:after {
    border-color: var(--green);
  }
  .page_up__text {
    font-size: 1.8rem;
  }
}

/*====================================================================================
5. START COMMON CSS
====================================================================================*/
#cm-main {
  margin-top: var(--headerH);
}

.a-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

/*---------- START cm-infor  ----------*/
.cm-infor__ttl {
  position: relative;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.5rem;
  z-index: 2;
}
.cm-infor__ttl:after {
  position: absolute;
  content: "";
  background: var(--gray);
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.cm-infor__ttl span {
  display: inline-block;
  background: #fff;
  font-size: 1.5rem;
  padding: 0 2rem;
}
.cm-infor__main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.cm-infor .btn-contact {
  margin-top: 0;
}
.cm-infor__tel {
  display: flex;
  align-items: center;
}
.cm-infor__tel a {
  background: url("../common_img/icon-tel.webp") no-repeat center left;
  background-size: 1.5rem;
  padding-left: 2rem;
  font-weight: 500;
  font-size: 2.4rem;
  font-family: var(--f-Roboto);
}
.cm-infor__tel .time {
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cm-infor__main {
    flex-wrap: wrap;
  }
  .cm-infor__tel {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .cm-infor__main {
    gap: 3rem;
  }
  .cm-infor__ttl {
    margin-bottom: 3rem;
  }
  .cm-infor__ttl span {
    font-size: 1.8rem;
  }
  .cm-infor__tel a {
    background-size: 1.8rem;
    padding-left: 2.5rem;
    font-size: 3.2rem;
  }
}

/*---------- START btn-contact  ----------*/
.btn-contact .icon-contact {
  background: url("../common_img/icon-contact.webp") no-repeat center left;
  background-size: 1.6rem;
  padding-left: 2rem;
}
.btn-contact--lg {
  font-size: 1.5rem !important;
  margin-top: 2rem !important;
}
@media only screen and (min-width: 768px) {
  .btn-contact--lg {
    font-size: 1.8rem !important;
    padding: 1rem 4rem 1rem 2rem !important;
    margin-top: 4rem !important;
  }
  .btn-contact:hover .icon-contact {
    background: url("../common_img/icon-contact__green.webp") no-repeat center left;
    background-size: 1.6rem;
  }
}

.btn-user {
  min-width: auto !important;
}
.btn-user .icon-user {
  background: url("../images/mypage/icon-user.webp") no-repeat center left;
  background-size: 1.4rem;
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .btn-user:hover .icon-user {
    background: url("../images/mypage/icon-user_blue.webp") no-repeat center left;
    background-size: 1.4rem;
  }
}

/*---------- START s-search ----------*/
.s-search__main {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 0 1.2rem 3rem;
  z-index: 2;
}
.s-search__main:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.s-search .list-search {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.s-search .list-search__item {
  width: 100%;
}
.s-search .list-search__ttl {
  margin-bottom: 0.5rem;
}
.s-search .list-search__ttl .ttl-number {
  padding-right: 0.5rem;
}
.s-search .list-search__ttl span {
  font-size: 1.8rem;
}
.s-search .btn-search {
  position: relative;
  width: 14rem;
  border: 2px solid var(--green);
  border-radius: 3rem;
  background: var(--green);
  color: #fff;
  padding: 1rem 3rem;
  font-weight: bold;
  cursor: pointer;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  .s-search {
    padding: 6rem 0 15rem;
    background-size: 100%;
  }
  .s-search .list-search {
    max-width: 28rem;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .s-search__main {
    max-width: 62.4rem;
    padding: 0 5rem 5rem;
    margin-left: auto;
  }
  .s-search__main:after {
    width: 23rem;
    height: 20rem;
    top: -4.5rem;
  }
  .s-search .list-search {
    gap: 5rem;
  }
  .s-search .list-search__item {
    width: calc((100% - 5rem) / 2);
  }
  .s-search .list-search__ttl {
    margin-bottom: 0.7rem;
  }
  .s-search .list-search__ttl span {
    font-size: 2.4rem;
  }
  .s-search .btn-search:hover {
    background: #fff;
    color: var(--green);
  }
}

@media screen and (max-width: 1499px) {
  .s-search {
    background: #a7daf3 url("../images/s3-bg.webp") no-repeat bottom center;
    background-size: cover;
  }
  .s-search__bg {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1499px) {
  .s-search {
    padding: 12rem 0 8rem;
  }
}
@media screen and (min-width: 1500px) {
  .s-search {
    position: relative;
  }
  .s-search__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .s-search__wrap .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
/*---------- START sec-news ----------*/
.sec-news {
  position: relative;
  padding: 0 0 4rem;
  /*---------- START tab ----------*/
}
.sec-news:after {
  position: absolute;
  content: "";
  background: var(--light_yellow);
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  top: -2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.sec-news .tab-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  border-bottom: none;
}
.sec-news .tab-btn {
  width: calc((100% - 2rem) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  border: none;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.sec-news .tab-btn:nth-child(1) {
  background: var(--light_red);
}
.sec-news .tab-btn:nth-child(1) .tab__text {
  background: url("../images/s2-tab1-icon_white.webp") no-repeat center left;
  background-size: 3.35rem;
}
.sec-news .tab-btn:nth-child(2) {
  background: var(--light_blue);
}
.sec-news .tab-btn:nth-child(2) .tab__text {
  background: url("../images/s2-tab2-icon_white.webp") no-repeat center left;
  background-size: 3.25rem;
}
.sec-news .tab-btn:nth-child(3) {
  background: var(--green);
}
.sec-news .tab-btn:nth-child(3) .tab__text {
  background: url("../images/s2-tab3-icon_white.webp") no-repeat center left;
  background-size: 2rem;
}
.sec-news .tab-btn.active {
  background: #fff !important;
  color: #2A3654;
}
.sec-news .tab-btn.active:nth-child(1) .tab__text {
  background: url("../images/s2-tab1-icon.webp") no-repeat center left;
  background-size: 3.35rem;
  padding-left: 4rem;
}
.sec-news .tab-btn.active:nth-child(2) .tab__text {
  background: url("../images/s2-tab2-icon.webp") no-repeat center left;
  background-size: 3.25rem;
  padding-left: 4rem;
}
.sec-news .tab-btn.active:nth-child(3) .tab__text {
  background: url("../images/s2-tab3-icon.webp") no-repeat center left;
  background-size: 2rem;
  padding-left: 3rem;
}
.sec-news .tab-content {
  display: none;
  background: #fff;
  padding: 1.5rem;
}
.sec-news .tab-content.active {
  display: block;
}
.sec-news .cont-news {
  position: relative;
  z-index: 3;
}
.sec-news .cont-news__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 1rem;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  transition: all 0.5s;
  z-index: 2;
}
.sec-news .cont-news__link:after, .sec-news .cont-news__link:before {
  position: absolute;
  content: "";
  background: var(--red);
  width: 0;
  height: 2px;
  bottom: -1px;
  left: 0;
}
.sec-news .cont-news__link:before {
  top: -1px;
}
.sec-news .cont-news__date {
  font-weight: 500;
  font-family: var(--f-Roboto);
}
.sec-news .cont-news .icon-pin {
  display: flex;
  align-items: center;
  width: 2rem;
}
.sec-news .cont-news__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
}
.sec-news .cont-news .cm-arr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sec-news .list-tag {
  display: flex;
  gap: 0.5rem;
}
.sec-news .list-tag li {
  width: auto;
  min-width: 8rem;
  font-size: 1.4rem;
  border: 1px solid #9B9B9B;
  border-radius: 1.3rem;
  white-space: nowrap;
  font-weight: 500;
  padding: 0 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-news .tab-btn .tab__text {
    background-position: top center !important;
    padding-top: 4rem;
    padding-left: 0 !important;
    text-align: center;
  }
  .sec-news .cont-news__link {
    padding: 1.5rem 3rem 1.5rem 0;
    flex-wrap: wrap;
  }
  .sec-news .cont-news__txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sec-news {
    padding: 1rem 0 9rem;
  }
  .sec-news:after {
    width: 23rem;
    height: 20rem;
    top: -4.5rem;
  }
  .sec-news .tab-list {
    gap: 3rem;
  }
  .sec-news .tab-btn {
    width: calc((100% - 6rem) / 3);
    font-size: 1.8rem;
    padding: 1.8rem;
  }
  .sec-news .tab-btn:nth-child(1) {
    background: var(--light_red);
  }
  .sec-news .tab-btn:nth-child(1) .tab__text {
    padding-left: 4rem;
  }
  .sec-news .tab-btn:nth-child(2) .tab__text {
    padding-left: 4rem;
  }
  .sec-news .tab-btn:nth-child(3) .tab__text {
    padding-left: 3rem;
  }
  .sec-news .tab-content {
    padding: 3rem 5rem;
  }
  .sec-news .cont-news__link {
    padding: 2.5rem 3rem 2.5rem 0;
  }
  .sec-news .cont-news__link:hover:after, .sec-news .cont-news__link:hover:before {
    width: 100%;
  }
  .sec-news .cont-news__link:hover .cm-arr:after {
    border-color: var(--red);
  }
  .sec-news .cont-news__txt {
    width: calc(100% - 10rem);
    font-size: 1.8rem;
  }
}

/*---------- START login ----------*/
.login {
  max-width: 400px;
  margin: 0 auto;
}
.login input {
  width: 100%;
  height: 4rem;
}
.login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.login label {
  text-align: left;
  font-size: 1.4rem;
}
.login .input-password {
  position: relative;
}
.login .eye-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 22px;
  color: #333;
  cursor: pointer;
  user-select: none;
}
.login-btn {
  position: relative;
  width: 14rem;
  border: 2px solid var(--green);
  border-radius: 3rem;
  background: #fff;
  color: var(--green);
  padding: 1rem 3rem;
  font-weight: bold;
  cursor: pointer;
  margin: 3rem auto 0;
}
.login-btn .cm-arr2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .login label {
    font-size: 1.8rem;
  }
  .login-btn:hover {
    background: var(--green);
    color: #fff;
  }
  .login-btn:hover .cm-arr2 {
    background: #fff;
  }
  .login-btn:hover .cm-arr2:after {
    border-color: #fff;
  }
}

.password-wrapper {
  position: relative;
  width: 250px;
}
.password-wrapper input {
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  box-sizing: border-box;
}
.password-wrapper .eye-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  color: #555;
}

/*---------- START style-table01  ----------*/
.style-table01 {
  width: 100%;
}
.style-table01 th {
  width: 10rem;
}
.style-table01 td {
  width: calc(100% - 10rem);
}
.style-table01 th,
.style-table01 td {
  border-bottom: 1px solid var(--gray);
  padding: 1rem 0;
  text-align: left;
  vertical-align: top;
}
.style-table01 tr:last-child th,
.style-table01 tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .style-table01--lg th,
  .style-table01--lg td {
    display: block;
    width: 100%;
  }
  .style-table01--lg th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .style-table01--lg th {
    width: 18rem;
  }
  .style-table01--lg td {
    width: calc(100% - 18rem);
  }
}

/*---------- START padding section  ----------*/
.sec-cont {
  padding: 5rem 0;
}
@media only screen and (min-width: 768px) {
  .sec-cont {
    padding: 10rem 0;
  }
}

.inner-cont p + h3 {
  margin-top: 3rem;
}
.inner-cont p + p {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .inner-cont p + h3 {
    margin-top: 5rem;
  }
  .inner-cont p + p {
    margin-top: 3rem;
  }
}

/*---------- START ICON ZOOM  ----------*/
.icon-zoom {
  position: relative;
  display: block;
  overflow: hidden;
}
.icon-zoom:before {
  position: absolute;
  display: inline-block;
  content: "";
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-image: url("../common_img/lightbox/icon-zoom.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.2rem 2.2rem;
}
@media only screen and (min-width: 768px) {
  .icon-zoom img {
    transition: transform 0.5s ease;
  }
}

/*---------- START list-indent  ----------*/
.list-indent li {
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

/*---------- START BUTTON  ----------*/
.cm-btn__link {
  position: relative;
  display: inline-block;
  background: var(--blue);
  border-width: 2px;
  border-style: solid;
  border-color: var(--blue);
  color: #fff;
  border-radius: 3rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0.5rem 3rem 0.5rem 2rem;
  min-width: 24rem;
  margin-top: 1rem;
}
.cm-btn__link .cm-arr2 {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.cm-btn__link .icon-pdf {
  width: 1.5rem;
  margin-right: 0.5rem;
}
.cm-btn__link.btn-link {
  background: var(--blue) url("../common_img/icon-link.webp") no-repeat center right 1rem;
  background-size: 1.5rem;
  padding-right: 5rem;
}
.cm-btn__link.btn-back .cm-arr2 {
  right: auto;
  left: 1rem;
  transform: translateY(-50%) scale(-1, 1);
}
.cm-btn--btn-small .cm-btn__link {
  min-width: 14rem;
}
.cm-btn--green {
  background: var(--green);
  border-color: var(--green);
}
.cm-btn--orange {
  background: var(--orange);
  border-color: var(--orange);
}
.cm-btn--purple {
  background: var(--purple);
  border-color: var(--purple);
}
.cm-btn--light_red {
  background: var(--light_red);
  border-color: var(--light_red);
}
.cm-btn--black {
  background: #3B4043;
  border-color: #3B4043;
}
.cm-btn .btn-bd {
  background: #fff;
  color: #222;
  padding: 1.5rem 4rem 1.5rem 2rem;
}
.cm-btn .btn-bd--blue {
  border-color: var(--blue);
}
.cm-btn .btn-bd--orange {
  border-color: var(--orange);
}
.cm-btn .btn-bd--purple {
  border-color: var(--purple);
}
.cm-btn .btn-bd--green {
  border-color: var(--green);
}
.cm-btn .btn-bd--light_red {
  border-color: var(--light_red);
}
@media only screen and (max-width: 767px) {
  .cm-btn__link.btn-pdf {
    text-indent: -2.5rem;
    padding-left: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .cm-btn__link {
    padding: 1rem 3rem 1rem 1.5rem;
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .cm-btn__link:hover {
    background: #fff;
    color: var(--blue);
  }
  .cm-btn__link:hover .cm-arr2 {
    background: var(--blue);
  }
  .cm-btn__link:hover .cm-arr2:after {
    border-color: var(--blue);
  }
  .cm-btn__link.btn-pdf:hover .icon-pdf {
    border: 1px solid var(--red);
  }
  .cm-btn__link.btn-link:hover {
    background: #fff url("../common_img/icon-link_blue.webp") no-repeat center right 1rem;
    background-size: 1.5rem;
  }
  .cm-btn__link .icon-pdf {
    width: 2.3rem;
  }
  .cm-btn--orange:hover {
    color: var(--orange);
  }
  .cm-btn--orange:hover .cm-arr2 {
    background: var(--orange);
  }
  .cm-btn--orange:hover .cm-arr2:after {
    border-color: var(--orange);
  }
  .cm-btn--green:hover {
    color: var(--green);
  }
  .cm-btn--green:hover .cm-arr2 {
    background: var(--green);
  }
  .cm-btn--green:hover .cm-arr2:after {
    border-color: var(--green);
  }
  .cm-btn--purple:hover {
    color: var(--purple);
  }
  .cm-btn--purple:hover .cm-arr2 {
    background: var(--purple);
  }
  .cm-btn--purple:hover .cm-arr2:after {
    border-color: var(--purple);
  }
  .cm-btn--light_red:hover {
    color: var(--light_red);
  }
  .cm-btn--light_red:hover .cm-arr2 {
    background: var(--light_red);
  }
  .cm-btn--light_red:hover .cm-arr2:after {
    border-color: var(--light_red);
  }
  .cm-btn--black:hover {
    color: #3B4043;
  }
  .cm-btn--black:hover .cm-arr2 {
    background: #3B4043;
  }
  .cm-btn--black:hover .cm-arr2:after {
    border-color: #3B4043;
  }
  .cm-btn .btn-bd:hover {
    color: #fff;
  }
  .cm-btn .btn-bd:hover .cm-arr2 {
    background: #fff;
  }
  .cm-btn .btn-bd:hover .cm-arr2:after {
    border-color: #fff;
  }
  .cm-btn .btn-bd--blue:hover {
    background: var(--blue);
  }
  .cm-btn .btn-bd--orange:hover {
    background: var(--orange);
  }
  .cm-btn .btn-bd--purple:hover {
    background: var(--purple);
  }
  .cm-btn .btn-bd--green:hover {
    background: var(--green);
  }
  .cm-btn .btn-bd--light_red:hover {
    background: var(--light_red);
  }
}

/*---------- START ARROW ----------*/
.cm-arr {
  position: relative;
}
.cm-arr:after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid var(--green);
  border-bottom: none;
  border-left: none;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(135deg);
  margin: auto;
}
.cm-arr--left-black:after {
  border-color: #222;
  transform: rotate(-135deg);
  right: auto;
}
.cm-arr--right-black:after {
  border-color: #222;
  transform: rotate(45deg);
  left: auto;
}

.cm-arr2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 1rem;
  height: 2px;
  border-radius: 5px;
}
.cm-arr2:after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0.2rem;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cm-arr2--up {
  transform: translateY(-50%) rotate(-90deg) !important;
}
.cm-arr2--down {
  transform: translateY(-50%) rotate(90deg) !important;
}
.cm-arr2--blue {
  background: var(--blue);
}
.cm-arr2--blue:after {
  border-color: var(--blue);
}
.cm-arr2--green {
  background: var(--green);
}
.cm-arr2--green:after {
  border-color: var(--green);
}
.cm-arr2--orange {
  background: var(--orange);
}
.cm-arr2--orange:after {
  border-color: var(--orange);
}
.cm-arr2--purple {
  background: var(--purple);
}
.cm-arr2--purple:after {
  border-color: var(--purple);
}
.cm-arr2--light_red {
  background: var(--light_red);
}
.cm-arr2--light_red:after {
  border-color: var(--light_red);
}

/*---------- START TITLE  ----------*/
.cm-title01 {
  text-align: center;
  margin-bottom: 3rem;
}
.cm-title01 span {
  display: block;
}
.cm-title01 .icon {
  transform: scale(0.51);
  transform-origin: center;
  margin-bottom: -1rem;
}
.cm-title01 .txt {
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
}
.cm-title01 .txt:after {
  position: absolute;
  content: "";
  background: var(--green);
  width: 4rem;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cm-title01--sm {
  margin-bottom: 2rem;
}
.cm-title01--sm .txt {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .cm-title01 {
    margin-bottom: 5rem;
  }
  .cm-title01 .txt {
    padding-bottom: 1rem;
    font-size: 3.6rem;
  }
  .cm-title01--sm {
    margin-bottom: 4rem;
  }
  .cm-title01--sm .txt {
    font-size: 2.4rem;
  }
}

.cm-title02 {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
  margin: 4rem auto 2rem;
}
.cm-title02--sm {
  font-size: 1.8rem;
  border-bottom-width: 1px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .cm-title02 {
    padding-bottom: 1.5rem;
    font-size: 3.2rem;
    margin-bottom: 4rem;
    margin: 8rem auto 4rem;
  }
  .cm-title02--sm {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.cm-title03 {
  position: relative;
  font-size: 1.8rem;
  padding-left: 1.5rem;
  margin: 3rem auto 1rem;
}
.cm-title03:after {
  position: absolute;
  content: "";
  background: var(--blue);
  width: 3px;
  height: 65%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .cm-title03 {
    font-size: 2.4rem;
    margin: 5rem auto 2rem;
  }
}

.cm-title04 {
  position: relative;
  border-bottom: 1px solid var(--gray);
  margin: 3rem auto 1rem;
}
.cm-title04 span {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
}
.cm-title04 span:after {
  position: absolute;
  content: "";
  background: var(--green);
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .cm-title04 {
    margin: 5rem auto 2rem;
  }
  .cm-title04 span {
    font-size: 2.4rem;
  }
}

.cm-sub01 {
  margin: 2rem auto 1rem;
}
.cm-sub01 span {
  display: inline-block;
  border-bottom: 1px solid var(--blue);
  font-size: 1.7rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .cm-sub01 {
    margin: 3rem auto 1.5rem;
  }
  .cm-sub01 span {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}

.cm-sub02 {
  position: relative;
  text-align: center;
}
.cm-sub02:after {
  position: absolute;
  content: "";
  background: var(--gray);
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cm-sub02 span {
  position: relative;
  background: #fff;
  font-weight: 500;
  padding: 0 1rem;
  font-size: 1.5rem;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .cm-sub02 span {
    font-size: 1.8rem;
    padding: 0 2rem;
  }
}

/*---------- START TEXT  ----------*/
.txt-s {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .txt-s {
    font-size: 1.4rem;
  }
}

.txt-m {
  font-size: 1.6rem !important;
}
@media only screen and (min-width: 768px) {
  .txt-m {
    font-size: 2rem !important;
  }
}

.txt-ml {
  font-size: 1.8rem !important;
}
@media only screen and (min-width: 768px) {
  .txt-ml {
    font-size: 2.4rem !important;
  }
}

.txt-l {
  font-size: 2rem !important;
}
@media only screen and (min-width: 768px) {
  .txt-l {
    font-size: 2.8rem !important;
  }
}
