@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap");
/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  margin: 0px;
  font-family: "BIZ UDGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  font-size: 1.6rem;
  font-weight: 700;
}

h1,
h2,
h3,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  font-size: 100%;
  line-height: 1.85;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  z-index: 100;
  align-items: center;
  padding: 0px;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  #header {
    padding: 0px 105px 0px 0px;
    height: 90px;
  }
}
@media (min-width: 1400px) {
  #header {
    height: 110px;
  }
}
@media (min-width: 1500px) {
  #header {
    height: 128px;
    padding: 0px 30px 0px 0px;
  }
}
#header #logo {
  display: block;
  transition: all 600ms 0s ease;
  height: 100%;
}
#header #logo a {
  display: block;
  height: 100%;
  background: #9cc26d;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  #header #logo a {
    padding: 15px 25px;
  }
}
@media (min-width: 1400px) {
  #header #logo a {
    padding: 25px 35px;
  }
}
@media (min-width: 1640px) {
  #header #logo a {
    padding: 25px 35px;
  }
}
#header #logo a img {
  height: 100%;
}
#header #logo.ruby a {
  padding: 5px 15px;
}
@media (min-width: 992px) {
  #header #logo.ruby a {
    padding: 5px 25px;
  }
}
@media (min-width: 1400px) {
  #header #logo.ruby a {
    padding: 15px 35px;
  }
}
@media (min-width: 1600px) {
  #header #logo.ruby a {
    padding: 25px 35px;
  }
}
#header #header-Right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#header #header-Right #header-Info {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  #header #header-Right #header-Info {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 1600px) {
  #header #header-Right #header-Info {
    margin-bottom: 1.4rem;
  }
}
#header .btn_wrap {
  display: none;
}
@media (min-width: 1300px) {
  #header .btn_wrap {
    height: 40px;
    border: solid 1px #8fc31f;
    display: flex;
  }
}
#header .btn_wrap .txt {
  background: #9cc26d;
  color: #fff;
  padding: 0px 1em;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  #header .btn_wrap .txt {
    padding: 0px 1.4em;
  }
}
#header .btn_wrap .sizeBtn {
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 40px;
  aspect-ratio: 1;
  font-size: 1.6rem;
  border: none;
  border-left: solid 1px #8fc31f;
  background: #fff;
}
#header .btn_wrap .sizeBtn :hover {
  cursor: pointer;
}
#header .btn_wrap .sizeBtn.is_active {
  background: #d9d9d9;
}
#header .furigana-Btn {
  display: none;
}
@media (min-width: 1300px) {
  #header .furigana-Btn {
    display: block;
    margin-left: 3rem;
  }
}
#header .furigana-Btn a {
  background: #9cc26d;
  color: #fff;
  font-size: 112.5%;
  height: 40px;
  padding: 0px 1.4em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}
@media (min-width: 1500px) {
  #header .furigana-Btn a {
    padding: 0px 2em;
  }
}
#header .furigana-Btn.off a {
  background: #a7a7a7;
}
#header #header-Tel {
  display: none;
}
@media (min-width: 992px) {
  #header #header-Tel {
    display: inline-flex;
    align-items: center;
    font-size: 150%;
    font-weight: 700;
    margin-left: 3rem;
    line-height: 1;
  }
}
#header #header-Tel img {
  width: 1.125em;
  filter: invert(78%) sepia(17%) saturate(868%) hue-rotate(45deg) brightness(90%) contrast(90%);
  margin-right: 1rem;
}
#header #mainNavi {
  display: none;
}
@media (min-width: 1500px) {
  #header #mainNavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
#header #mainNavi > li {
  display: block;
  margin: 0px 1.5rem;
}
@media (min-width: 1600px) {
  #header #mainNavi > li {
    margin: 0px 2rem;
  }
}
#header #mainNavi > li > a {
  text-decoration: none !important;
  line-height: 1.2;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1400px) {
  #header #mainNavi > li > a {
    font-size: 112.5%;
  }
}
#header #mainNavi > li > a:after {
  width: 0%;
  content: "";
  display: block;
  background: #9cc26d;
  height: 2px;
  transition: all 0.2s 0s linear;
  border: none;
  position: absolute;
  bottom: -8px;
  transition: all 200ms 0s linear;
}
#header #mainNavi li.active a:after,
#header #mainNavi li a:hover:after {
  width: 100%;
}
#header.on #mainNavi a {
  text-shadow: none;
  color: #000;
}
#header.on #mainNavi a .ja {
  font-size: 1.5rem;
}
#header.on #mainNavi a .en {
  font-size: 1.2rem;
}
#header.on #mainNavi a::before {
  background: #000;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  background: #fff;
  color: #333;
}
#footer #footerBody {
  width: 100%;
  padding: 90px 0px 90px;
}
#footer #footerBody a {
  color: #333;
  text-decoration: none;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 120px 0px;
  }
}
#footer #footerBody .footerLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
@media (min-width: 576px) {
  #footer #footerBody .footerLeft {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #footer #footerBody .footerLeft {
    align-items: flex-start;
  }
}
#footer #footerBody .footerLeft .footerLeft-Adress {
  padding-bottom: 40px;
  padding-right: 0px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  #footer #footerBody .footerLeft .footerLeft-Adress {
    width: 50%;
    text-align: left;
    padding-right: 15px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  #footer #footerBody .footerLeft .footerLeft-Adress {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerLeft .footerLeft-Adress {
    width: auto;
  }
}
#footer #footerBody .footerLeft .footerLeft-Contact {
  padding-top: 40px;
  padding-left: 0px;
  border-top: solid 1px #bfbfbf;
  border-left: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  #footer #footerBody .footerLeft .footerLeft-Contact {
    text-align: left;
    padding-left: 15px;
    padding-top: 0px;
    border-left: solid 1px #bfbfbf;
    border-top: none;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #footer #footerBody .footerLeft .footerLeft-Contact {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerLeft .footerLeft-Contact {
    width: auto;
  }
}
#footer #footerBody .footerLeft #f-logo {
  font-size: 125%;
}
#footer #footerBody .footerLeft .f-contact-Title {
  display: inline-flex;
  align-items: center;
  font-size: 112.5%;
  font-weight: 700;
}
#footer #footerBody .footerLeft .f-contact-Title img {
  width: 1.125em;
  filter: invert(78%) sepia(17%) saturate(868%) hue-rotate(45deg) brightness(90%) contrast(90%);
  margin-right: 1rem;
}
#footer #footerBody .footerRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#footer #footerBody .footerRight #textLink {
  display: none;
}
@media (min-width: 576px) {
  #footer #footerBody .footerRight #textLink {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .footerRight #textLink {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0px;
  }
}
#footer #footerBody .footerRight #textLink li {
  margin: 0px 3rem 2rem 0px;
}
@media (min-width: 1200px) {
  #footer #footerBody .footerRight #textLink li {
    margin: 0px 0px 2rem 0px;
  }
}
#footer #footerBody .footerRight #textLink li a {
  text-decoration: none;
}
#footer #footerBody .footerRight #textLink li a:hover {
  text-decoration: underline;
}
#footer #footerBody #copy {
  text-align: center;
  font-size: 87.5%;
  margin: 0px;
}

.bnr-Box a {
  border: solid 3px #f2eee5;
  display: block;
  padding: 5px;
}

#pagetop {
  z-index: 99;
}

/*-------------------------------------------------------------------------------------------*
     *
     * サイドメニュー
     *  
*-------------------------------------------------------------------------------------------*/
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 102;
  padding: 60px 15px 15px;
}
@media (min-width: 576px) {
  #sidebar {
    right: -400px;
    width: 400px;
  }
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
#sidebar #side-logo {
  font-size: 150%;
  color: #73af29;
  line-height: 1.4;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  font-size: 112.5%;
}
#sidebar .list-sidenav > li {
  text-align: left;
}
#sidebar .list-sidenav > li > a {
  color: #333;
  line-height: 1.2;
  display: block;
  padding: 25px 10px 17px;
  position: relative;
  border-bottom: solid 1px #5f5f5f;
}
#sidebar .list-sidenav > li > a:not(:has(ruby)) {
  padding: 17px 10px;
}
#sidebar .list-sidenav > li > a:after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  color: #73af29;
  border-color: #9cc26d;
}
#sidebar .list-sidenav > li.active a:after,
#sidebar .list-sidenav > li a:hover:after {
  filter: invert(88%) sepia(72%) saturate(348%) hue-rotate(27deg) brightness(81%) contrast(83%);
}
#sidebar .furigana-Btn {
  display: block;
}
#sidebar .furigana-Btn a {
  width: 100%;
  background: #9cc26d;
  color: #fff;
  font-size: 112.5%;
  height: 40px;
  padding: 0px 2em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}
#sidebar .furigana-Btn.off a {
  background: #a7a7a7;
}
#sidebar .btn_wrap {
  width: 100%;
  border: solid 1px #8fc31f;
  display: flex;
}
#sidebar .btn_wrap .txt {
  background: #9cc26d;
  color: #fff;
  padding: 0px 1.4em;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-grow: 4;
}
#sidebar .btn_wrap .sizeBtn {
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 40px;
  aspect-ratio: 1;
  font-size: 1.6rem;
  border: none;
  border-left: solid 1px #8fc31f;
  background: #fff;
}
#sidebar .btn_wrap .sizeBtn :hover {
  cursor: pointer;
}
#sidebar .btn_wrap .sizeBtn.is_active {
  background: #d9d9d9;
}

.sidebar-bnr {
  text-align: center;
}
.sidebar-bnr img {
  width: 80%;
  margin: 0px auto;
}

body.side-open {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
body.side-open::-webkit-scrollbar {
  display: none;
}

.sidebarTel {
  font-weight: 700;
  font-size: 7.2vw;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}
@media (min-width: 576px) {
  .sidebarTel {
    font-size: 187.5%;
  }
}
.sidebarTel img {
  width: 1em;
  margin-right: 0.4em;
  filter: invert(88%) sepia(72%) saturate(348%) hue-rotate(27deg) brightness(81%) contrast(83%);
}

/* -------------------------------
          オーバーレイ
      -------------------------------- */
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  z-index: 101;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* -------------------------------
          HambergerMenu
      -------------------------------- */
.menuWrapper {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  transform: translate3d(0, 0, 0);
  z-index: 103;
  display: block;
}
@media (min-width: 992px) {
  .menuWrapper {
    right: 15px;
    top: 15px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1500px) {
  .menuWrapper {
    display: none;
  }
}

@media (min-width: 1200px) {
  .side-open .menuWrapper {
    display: block;
  }
}
.menuWrapper.on {
  right: 0px;
  top: 0px;
}
@media (min-width: 1200px) {
  .menuWrapper.on {
    right: 0px;
    top: 0px;
  }
}

#menuButton {
  background: #333;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 65%;
  height: 1px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -7px);
  content: "";
}
@media (min-width: 992px) {
  #menuButton:before {
    transform: translate(0, -9px);
  }
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 7px);
  content: "";
}
@media (min-width: 992px) {
  #menuButton:after {
    transform: translate(0, 9px);
  }
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
}
@media (min-width: 992px) {
  #menuButton small {
    font-size: 12px;
    bottom: 5px;
  }
}

body.side-open #menuButton {
  display: block;
}

/* アニメーション */
#menuButton {
  margin-right: 120px;
}
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#mainVisual {
  width: 100%;
  height: 120vw;
}
@media (min-width: 576px) {
  #mainVisual {
    height: 700px;
  }
}
@media (min-width: 992px) {
  #mainVisual {
    height: 700px;
  }
}
#mainVisual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs li {
  width: 50%;
  border-left: solid 1px #FDF9EC;
  margin-top: 1px;
}
@media (min-width: 992px) {
  .tabs li {
    width: 29%;
  }
}
.tabs li:first-child {
  width: 50%;
}
@media (min-width: 992px) {
  .tabs li:first-child {
    width: 13%;
  }
}
.tabs li a {
  font-size: 1.8rem;
  color: #fff !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100%;
  cursor: pointer;
  padding: 15px 5px;
  background: #a28470;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px 10px 0px 0px;
}
@media (min-width: 992px) {
  .tabs li a {
    border-radius: 20px 20px 0px 0px;
    height: 120px;
  }
}
.tabs li a:hover {
  background: #ab744f;
}
.tabs li a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs li a.active {
  background: #9cc26d;
}
.tabs li a.active:hover {
  background: #88b64f;
}

.tab-pane {
  width: 100%;
}

.news-Wrap {
  background: #fff;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  scrollbar-color: #555 #e0ebeb;
  scrollbar-width: thin;
  padding: 20px;
}
@media (min-width: 992px) {
  .news-Wrap {
    padding: 40px;
  }
}
.news-Wrap::-webkit-scrollbar {
  width: 6px;
  background-color: #555;
}
.news-Wrap:-webkit-scrollbar-thumb {
  background: #e0ebeb;
  width: 8px;
  border-radius: 0;
}

.news-Wrap_noneHeight {
  background: #fff;
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .news-Wrap_noneHeight {
    padding: 40px;
  }
}

.news-table {
  width: 100%;
  border-top: none;
}
.news-table th {
  padding: 30px 0px 0px;
}
.news-table td {
  padding: 15px 0px;
  border-bottom: solid 1px #aaa;
  position: relative;
}
@media (min-width: 992px) {
  .news-table td {
    padding: 30px 0px;
  }
}
.news-table td:has(a[href]) {
  padding-right: 35px;
}
@media (min-width: 576px) {
  .news-table td:has(a[href]) {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .news-table td:has(a[href]) {
    padding-right: 60px;
  }
}
.news-table td:has(a[href])::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1;
  background: #9cc26d url(../images/icon_arrow-white.svg) no-repeat center/40% auto;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  transition: background-color 0.2s;
}
@media (min-width: 576px) {
  .news-table td:has(a[href])::after {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .news-table td:has(a[href])::after {
    width: 40px;
  }
}
.news-table td:has(a[href]):hover::after {
  background: #88B64F url(../images/icon_arrow-white.svg) no-repeat center/40% auto;
}
.news-table td:has(a[href]):hover > a,
.news-table td:has(a[href]):hover .ezm_htmlarea,
.news-table td:has(a[href]):hover .ezm_htmlarea h3 {
  text-decoration: underline;
}
.news-table td a[href] {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-table td a[href]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.news-table .date {
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 1em;
}
.news-table .icon-New {
  background: #5abdd3;
  color: #fff;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 500;
  margin-left: 1em;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0 0.8rem;
  height: 18px;
}
.news-table .ezm-generativeai-html h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.news-table .ezm-generativeai-html h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.news-table .ezm-generativeai-html h5 {
  margin-top: 0;
  margin-bottom: 0;
}
.news-table .ezm-generativeai-html h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.categolyLabel {
  display: inline-block;
  padding: 0.4em 0.8em 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.categolyLabel:not(:has(ruby)) {
  padding: 0.1em 0.8em 0;
}

.categoly00 {
  background: #9cc26d;
}

.categoly01 {
  background: #eeac77;
}

.categoly02 {
  background: #81b1b6;
}

.categoly03 {
  background: #77abcc;
}

.categoly04 {
  background: #6f9ed9;
}

.categoly05 {
  background: #828ec4;
}

.categoly06 {
  background: #9587bb;
}

.categoly07 {
  background: #bd93bc;
}

.categoly08 {
  background: #bb879c;
}

.beige-Wrap {
  background: url(../images/bg_beige.jpg) repeat;
  padding: 80px 0px;
}
@media (min-width: 992px) {
  .beige-Wrap {
    padding: 160px 0px;
  }
}

.howTo-Wrap {
  padding: 60px 15px;
  background: url(../images/bg_brown.jpg) repeat;
}
@media (min-width: 576px) {
  .howTo-Wrap {
    padding: 60px 30px;
  }
}
@media (min-width: 992px) {
  .howTo-Wrap {
    padding: 60px 60px;
  }
}
@media (min-width: 1400px) {
  .howTo-Wrap {
    padding: 120px 100px;
  }
}
.howTo-Wrap .inr {
  background: #fff;
  padding: 40px 15px;
  text-align: center;
  border-radius: 40px;
}
@media (min-width: 992px) {
  .howTo-Wrap .inr {
    border-radius: 100px;
    padding: 80px 60px;
  }
}
@media (min-width: 1400px) {
  .howTo-Wrap .inr {
    border-radius: 200px;
  }
}
@media (min-width: 1600px) {
  .howTo-Wrap .inr {
    border-radius: 300px;
  }
}
@media (min-width: 1800px) {
  .howTo-Wrap .inr {
    border-radius: 460px;
  }
}
.howTo-Wrap .inr h3 {
  font-weight: 700;
  font-size: 175%;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .howTo-Wrap .inr h3 {
    align-items: center;
    flex-direction: row;
  }
}
.howTo-Wrap .inr h3 small {
  font-size: 64.3%;
}
.howTo-Wrap .inr p {
  font-size: 112.5%;
}

.card-DL {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  margin: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .card-DL {
    margin: 0px 25px;
    padding: 32px;
  }
}
.card-DL dt {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .card-DL dt {
    margin-bottom: 32px;
  }
}
.card-DL dd {
  font-size: 2rem;
  line-height: 1.4;
  display: flex;
  flex-grow: 1;
}
.card-DL dd a {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  width: 100%;
}
.card-DL dd a:after {
  background: #9cc26d url(../images/icon_arrow-white.svg) no-repeat center/16px 12px;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  height: 48px;
  aspect-ratio: 1;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .card-DL dd a:after {
    height: 64px;
  }
}
.card-DL dd a:hover:after {
  background: #88B64F url(../images/icon_arrow-white.svg) no-repeat center/16px 12px;
}

.brown-Wrap {
  background: url(../images/bg_brown.jpg) repeat;
  padding: 80px 0px;
}
@media (min-width: 992px) {
  .brown-Wrap {
    padding: 160px 0px;
  }
}

.contact-box {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
}
@media (min-width: 576px) {
  .contact-box {
    padding: 48px;
  }
}
@media (min-width: 992px) {
  .contact-box {
    border-radius: 20px;
    padding: 96px;
  }
}
.contact-box .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.contact-box h4 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 4.2rem;
}
.contact-box h4 img {
  width: 32px;
  margin-right: 8px;
  filter: invert(26%) sepia(6%) saturate(3190%) hue-rotate(341deg) brightness(98%) contrast(87%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.contact-box hr {
  width: 100%;
  border-top: solid 1px #bfbfbf;
  margin: 25px 0px;
  opacity: 1;
}
.contact-box .tel {
  font-size: 150%;
}
.contact-box .tel a {
  text-decoration: none;
}
.contact-box .tel-Large {
  font-size: 187.5%;
}

/*-------------------------------------------------------------------------------------------*
 *
 * service.html 
 *  
 *-------------------------------------------------------------------------------------------*/
.text-Box {
  border-radius: 10px;
  font-size: 112.5%;
  background: #fff;
  border: solid 2px #9cc26d;
  padding: 30px;
  text-align: left;
  display: inline-block;
}
@media (min-width: 992px) {
  .text-Box {
    border-radius: 20px;
    text-align: center;
    font-size: 150%;
  }
}

.logo-himawari {
  background: #fff;
  padding: 5px 60px;
  border-radius: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .logo-himawari {
    border-radius: 20px;
  }
}

.green_Card-DL {
  background: #9cc26d;
  border-radius: 20px;
  padding: 16px;
  margin: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .green_Card-DL {
    margin: 0px 25px;
    padding: 32px;
  }
}
.green_Card-DL dt {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .green_Card-DL dt {
    margin-bottom: 20px;
  }
}
.green_Card-DL dt img {
  max-height: 220px;
  width: auto;
}
.green_Card-DL dd {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  color: #fff;
}
.green_Card-DL dd h5 {
  font-size: 175%;
  line-height: 1.6;
}
.green_Card-DL dd p {
  text-align: left;
  text-align: justify;
}

/*-------------------------------------------------------------------------------------------*
 *
 * support.html
 *  
 *-------------------------------------------------------------------------------------------*/
.example-DL {
  text-align: center;
}
.example-DL dt {
  background: #9cc26d;
  color: #fff;
  border-radius: 8px;
  font-size: 175%;
  padding: 0.4em 1em 0px;
  display: inline-block;
  margin-bottom: -60px;
}
.example-DL dt:not(:has(ruby)) {
  padding: 0.2em 1em;
}
.example-DL dd {
  display: flex;
  width: 100%;
  border-radius: 12px;
  border: solid 2px #9cc26d;
  background: #fff;
  padding: 25px 15px;
  margin-top: -10px;
}
@media (min-width: 992px) {
  .example-DL dd {
    padding: 30px 45px;
    border-radius: 24px;
  }
}

.check-List {
  display: flex;
  flex-wrap: wrap;
}
.check-List li {
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 125%;
  padding-left: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
@media (min-width: 992px) {
  .check-List li {
    width: 50%;
  }
}
.check-List li:last-child {
  margin-bottom: 0;
}
.check-List li:before {
  content: "";
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  background: url(../images/icon_check_circle.svg) no-repeat center/contain;
  margin-right: 0.8em;
  filter: invert(74%) sepia(50%) saturate(329%) hue-rotate(45deg) brightness(90%) contrast(87%);
  position: absolute;
  top: 0.1em;
  left: 0;
}
.check-List.ruby li:before {
  top: 0.4em;
}

.time-DL {
  display: flex;
  margin-bottom: 20px;
  font-size: 125%;
}
@media (min-width: 768px) {
  .time-DL {
    font-size: 175%;
    margin-bottom: 30px;
  }
}
.time-DL.last dt:after {
  display: none;
}
.time-DL dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9cc26d;
  color: #fff;
  width: 5em;
  text-align: center;
  border-radius: 6px;
  position: relative;
}
@media (min-width: 992px) {
  .time-DL dt {
    border-radius: 12px;
  }
}
.time-DL dt:after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #9cc26d;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.time-DL dd {
  margin-left: 1.2em;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.time-Img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 6/3;
}
@media (min-width: 992px) {
  .time-Img {
    height: 100%;
  }
}

.white_Card-DL {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  margin: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .white_Card-DL {
    margin: 0px 15px;
    padding: 30px 30px 20px;
  }
}
.white_Card-DL dt {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .white_Card-DL dt {
    margin-bottom: 20px;
  }
}
.white_Card-DL dd {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  color: #9cc26d;
}
.white_Card-DL dd h5 {
  font-size: 125%;
  line-height: 1.4;
}
.white_Card-DL dd p {
  text-align: left;
}

.flow-DL {
  display: flex;
  font-size: 125%;
  margin-bottom: 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .flow-DL {
    font-size: 175%;
  }
}
@media (min-width: 1200px) {
  .flow-DL {
    margin-bottom: 0px;
  }
}
.flow-DL.last dt:after {
  display: block;
}
@media (min-width: 1200px) {
  .flow-DL.last dt:after {
    display: none;
  }
}
.flow-DL dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9cc26d;
  color: #fff;
  line-height: 1;
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.flow-DL dt:after {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  background: #9cc26d;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .flow-DL dt:after {
    height: 70px;
  }
}
.flow-DL dd {
  margin-left: 1em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  color: #9cc26d;
}

.box {
  background: #fff;
  border-radius: 15px;
  padding: 15px 30px;
  position: relative;
  z-index: 2;
}

.pb-30 {
  padding-bottom: 30px;
}

/*-------------------------------------------------------------------------------------------*
 *
 * independence.html
 *  
 *-------------------------------------------------------------------------------------------*/
.catch-DL {
  display: flex;
  width: 100%;
  line-height: 1.4;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .catch-DL {
    flex-direction: row;
  }
}
.catch-DL dt {
  background: #9cc26d;
  color: #fff;
  font-size: 150%;
  border-radius: 24px 24px 0px 0px;
  padding: 15px 0px;
  flex-grow: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .catch-DL dt {
    font-size: 175%;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .catch-DL dt {
    text-align: left;
    border-radius: 24px 0px 0px 24px;
  }
}
.catch-DL dd {
  background: #fff;
  padding: 15px;
  font-size: 112.5%;
  border-radius: 0px 0px 24px 24px;
  display: flex;
  align-items: center;
  flex-grow: 4;
}
@media (min-width: 992px) {
  .catch-DL dd {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .catch-DL dd {
    border-radius: 0px 24px 24px 0px;
  }
}

.introduction-DL {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .introduction-DL {
    flex-direction: row;
  }
}
.introduction-DL dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9cc26d;
  color: #fff;
  font-size: 175%;
  width: 6em;
  text-align: center;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .introduction-DL dt {
    border-radius: 12px;
    margin-bottom: 0px;
  }
}
.introduction-DL dd {
  margin-left: 0;
  line-height: 1.4;
  font-size: 100%;
}
@media (min-width: 992px) {
  .introduction-DL dd {
    margin-left: 2.4em;
  }
}

.introduction-DL2 {
  display: flex;
  align-items: row;
  margin-bottom: 20px;
  flex-direction: column;
}
.introduction-DL2 dt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #9cc26d;
  color: #fff;
  font-size: 175%;
  text-align: center;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .introduction-DL2 dt {
    border-radius: 12px;
  }
}
.introduction-DL2 dd {
  margin-left: 0;
  line-height: 1.4;
  font-size: 100%;
}

/*-------------------------------------------------------------------------------------------*
 *
 *center.html
 *  
 *-------------------------------------------------------------------------------------------*/
.responsiveTable {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: solid 1px #bfbfbf;
}
@media (min-width: 768px) {
  .responsiveTable {
    width: 100%;
    display: table;
    border-bottom: none;
  }
}
.responsiveTable th {
  width: 100%;
  padding: 15px 0px 0px;
  font-weight: bold;
  border-top: solid 1px #bfbfbf;
  line-height: 140%;
  display: block;
}
@media (min-width: 768px) {
  .responsiveTable th {
    padding: 25px 0px 25px;
    width: 20%;
    font-weight: bold;
    border-top: none;
    border-bottom: solid 1px #bfbfbf;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}
.responsiveTable td {
  width: 100%;
  padding: 25px 0px 25px;
  border-bottom: none;
  line-height: 140%;
  display: block;
}
@media (min-width: 768px) {
  .responsiveTable td {
    width: 80%;
    padding: 18px 10px;
    border-bottom: solid 1px #bfbfbf;
    line-height: 140%;
    display: table-cell;
  }
}

.inr {
  border-radius: 16px;
  background: #fff;
  padding: 30px;
}
@media (min-width: 992px) {
  .inr {
    border-radius: 32px;
    padding: 60px;
  }
}

.dotList li {
  position: relative;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.dotList li span {
  color: #559156;
  font-size: 125%;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.dotList li:last-child {
  margin-bottom: 0;
}
.dotList.Horizonal {
  display: flex;
  flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}

.googleMap {
  width: 100%;
  height: 320px;
}
@media (min-width: 992px) {
  .googleMap {
    height: 480px;
  }
}

h4.accsess-Title {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 4.2rem;
}
h4.accsess-Title img {
  width: 32px;
  margin-right: 8px;
  filter: invert(26%) sepia(6%) saturate(3190%) hue-rotate(341deg) brightness(98%) contrast(87%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

/*-------------------------------------------------------------------------------------------*
 *
 * news.html
 *  
 *-------------------------------------------------------------------------------------------*/
.categoly-Info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .categoly-Info {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.categoly-Info .categolyLabel {
  text-align: left;
}

.caption {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  visibility: visible;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transform-origin: left bottom;
  transform: scale(1);
  opacity: 1;
}

.slick-slide > div > div {
  position: relative;
}

.thumb01 img,
.thumb02 img,
.thumb03 img {
  padding: 0px 1px;
  cursor: pointer;
}

.gallery img {
  cursor: pointer;
}

.thumb .slick-slide {
  padding: 0px 5px;
}

.textArea {
  background: url(../images/bg_brown.jpg) repeat;
  border-radius: 12px;
  padding: 15px;
  line-height: normal;
}
@media (min-width: 992px) {
  .textArea {
    border-radius: 24px;
    padding: 30px;
  }
}

.attachedButton {
  display: inline-flex;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #454545;
  align-items: center;
  padding: 8px 48px 8px 56px;
  justify-content: center;
  position: relative;
  border-radius: 24px;
  text-decoration: none;
}
.attachedButton:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton:hover {
  border: solid 1px #454545;
  background: #fff;
  color: #454545;
  text-decoration: none;
}
.attachedButton:hover:before {
  filter: invert(29%) sepia(1%) saturate(521%) hue-rotate(68deg) brightness(93%) contrast(99%);
}
.attachedButton:hover:after {
  filter: invert(29%) sepia(1%) saturate(521%) hue-rotate(68deg) brightness(93%) contrast(99%);
}
.attachedButton.pdf {
  background: #c84747;
  border: solid 1px #fff;
  color: #fff;
}
.attachedButton.pdf::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_pdf.png);
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 50%;
  border-radius: 0;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton.pdf:after {
  filter: brightness(0) invert(1);
}
.attachedButton.pdf:hover {
  border: solid 1px #c84747;
}
.attachedButton.pdf:hover:before {
  filter: invert(31%) sepia(100%) saturate(520%) hue-rotate(316deg) brightness(101%) contrast(94%);
}
.attachedButton.pdf:hover:after {
  filter: invert(31%) sepia(100%) saturate(520%) hue-rotate(316deg) brightness(101%) contrast(94%);
}
.attachedButton.excel {
  background: #559156;
  border: solid 1px #fff;
  color: #fff;
}
.attachedButton.excel::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_excel.png);
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 50%;
  border-radius: 0;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton.excel:after {
  filter: brightness(0) invert(1);
}
.attachedButton.excel:hover {
  border: solid 1px #559156;
}
.attachedButton.excel:hover:before {
  filter: invert(50%) sepia(12%) saturate(1362%) hue-rotate(72deg) brightness(97%) contrast(91%);
}
.attachedButton.excel:hover:after {
  filter: invert(50%) sepia(12%) saturate(1362%) hue-rotate(72deg) brightness(97%) contrast(91%);
}
.attachedButton.word {
  background: #48679e;
  border: solid 1px #fff;
  color: #fff;
}
.attachedButton.word::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_word.png);
  background-size: contain;
  position: absolute;
  left: 18px;
  top: 50%;
  border-radius: 0;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.attachedButton.word:after {
  filter: brightness(0) invert(1);
}
.attachedButton.word:hover {
  border: solid 1px #48679e;
}
.attachedButton.word:hover:before {
  filter: invert(44%) sepia(4%) saturate(6552%) hue-rotate(181deg) brightness(86%) contrast(86%);
}
.attachedButton.word:hover:after {
  filter: invert(44%) sepia(4%) saturate(6552%) hue-rotate(181deg) brightness(86%) contrast(86%);
}
.attachedButton.pdf:hover {
  background: #fff;
  color: #c84747;
}
.attachedButton.excel:hover {
  background: #fff;
  color: #559156;
}
.attachedButton.word:hover {
  background: #fff;
  color: #48679e;
}

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
#h2Title {
  width: 100%;
  height: 380px;
  background: url(../images/bg_beige.jpg) repeat;
  position: relative;
}
@media (min-width: 992px) {
  #h2Title {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    height: 580px;
  }
}
@media (min-width: 1400px) {
  #h2Title {
    height: 620px;
  }
}
#h2Title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg_h2title.jpg) no-repeat center/auto 100%;
  z-index: 1;
  border-radius: 0px 0px 45px 45px;
}
@media (min-width: 768px) {
  #h2Title::after {
    border-radius: 0px 0px 90px 90px;
  }
}
@media (min-width: 1400px) {
  #h2Title::after {
    border-radius: 0px 0px 120px 120px;
  }
}
#h2Title h2 {
  display: inline-flex;
  align-items: center;
  text-align: center;
  background: #88B64F;
  padding: 25px 20px 15px;
  font-weight: 500;
  font-size: 8.6vw;
  color: #fff;
  line-height: 1.6;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, calc(-50% + 15px));
}
@media (min-width: 576px) {
  #h2Title h2 {
    font-size: 4.8rem;
  }
}
@media (min-width: 992px) {
  #h2Title h2 {
    padding: 15px 40px;
    transform: translate(-50%, calc(-50% + 32px));
    font-size: 6rem;
  }
}
@media (min-width: 1400px) {
  #h2Title h2 {
    padding: 20px 60px;
  }
}
@media (min-width: 1500px) {
  #h2Title h2 {
    transform: translate(-50%, calc(-50% + 64px));
  }
}

.title {
  font-weight: 700;
  line-height: 1.4;
  font-size: 3rem;
}
@media (min-width: 992px) {
  .title {
    font-size: 4.8rem;
  }
}
.title.white .en {
  color: #fff;
}
.title.white .ja {
  color: #fff;
}
.title.white .ja:before {
  background: #fff;
}
.title.white .ja:after {
  background: #fff;
}

.title-Vertical_Wrap {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .title-Vertical_Wrap {
    flex-direction: column;
  }
}

.title-Vertical {
  writing-mode: initial;
  text-orientation: initial;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .title-Vertical {
    font-size: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .title-Vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.subTitle {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .subTitle {
    font-size: 3.6rem;
  }
}

.subTitle2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0a5cb8;
}

.read {
  font-size: 150%;
  font-weight: 700;
}

.read2 {
  font-size: 125%;
  font-weight: 700;
  background: #9CC26D;
  color: #fff;
  padding: 0.1em 0.6em 0.2em;
  border-radius: 4px;
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: inline-flex;
  background: #9cc26d;
  color: #fff;
  font-weight: 700;
  max-width: 280px;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 30px;
  padding: 0px 30px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 992px) {
  .detailBtn {
    height: 60px;
  }
}
.detailBtn:after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 16px;
  height: 12px;
  background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
  transition: all 600ms 0s ease;
}
.detailBtn:hover {
  color: #fff;
  background: #88B64F;
}
.detailBtn:hover:after {
  transform: translate(4px, -50%);
}
.detailBtn.back:after {
  transform: translate(0, -50%) rotate(180deg);
}

.detailBtn-Vertical {
  writing-mode: initial;
  text-orientation: initial;
  /* すべて縦方向に表示 */
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .detailBtn-Vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.detailBtn-Vertical:after {
  content: "";
  display: inline-block;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #9cc26d url(../images/icon_arrow-white.svg) no-repeat center/16px 16px;
  margin-top: 0;
  margin-left: 1.4em;
}
@media (min-width: 992px) {
  .detailBtn-Vertical:after {
    width: 64px;
  }
}
@media (min-width: 1200px) {
  .detailBtn-Vertical:after {
    margin-top: 1.4em;
    margin-left: 0;
  }
}
.detailBtn-Vertical:hover:after {
  background: #88B64F url(../images/icon_arrow-white.svg) no-repeat center/16px 16px;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.textAline-Justify {
  text-align: justify;
}

.radius16 {
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .radius16 {
    border-radius: 16px;
  }
}

.radius24 {
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .radius24 {
    border-radius: 24px;
  }
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wrapper {
  width: 100%;
  padding: 0px 15px;
}

.verticalMiddle-Box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.padding-Right {
  padding-right: 0;
}
@media (min-width: 576px) {
  .padding-Right {
    padding-right: 8.1%;
  }
}

.padding-Left {
  padding-left: 0;
}
@media (min-width: 576px) {
  .padding-Left {
    padding-left: 8.1%;
  }
}

.padding-md-Right {
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-md-Right {
    padding-right: 8.1%;
  }
}

.padding-md-Left {
  padding-left: 0;
}
@media (min-width: 768px) {
  .padding-md-Left {
    padding-left: 8.1%;
  }
}

.padding-lg-Right {
  padding-right: 0;
}
@media (min-width: 992px) {
  .padding-lg-Right {
    padding-right: 8.1%;
  }
}

.padding-lg-Left {
  padding-left: 0;
}
@media (min-width: 992px) {
  .padding-lg-Left {
    padding-left: 8.1%;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.objectfit-Img {
  width: 100%;
  height: 100%;
}
.objectfit-Img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 66.666%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.green {
  color: #73ad51;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

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

.pbb {
  page-break-before: always;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.m-auto {
  margin: 0px auto;
}

.mt-00 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

@media (min-width: 576px) {
  .mt-sm-00 {
    margin-top: 0px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .mt-md-00 {
    margin-top: 0px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-00 {
    margin-top: 0px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-00 {
    margin-top: 0px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mt-xxl-90 {
    margin-top: 90px;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

@media (min-width: 768px) {
  .ml-md-00 {
    margin-left: 0px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-30 {
    margin-left: 3dvh !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-00 {
    margin-left: 0px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-30 {
    margin-left: 3dvh !important;
  }
}
.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb150 {
  margin-bottom: 75px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb200 {
  margin-bottom: 100px !important;
}

.mb220 {
  margin-bottom: 110px !important;
}

.mb240 {
  margin-bottom: 120px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
}
.mb00 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 7.5px !important;
}

.mb20 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

.mb40 {
  margin-bottom: 20px !important;
}

.mb50 {
  margin-bottom: 25px !important;
}

.mb60 {
  margin-bottom: 30px !important;
}

.mb70 {
  margin-bottom: 35px !important;
}

.mb80 {
  margin-bottom: 40px !important;
}

.mb90 {
  margin-bottom: 45px !important;
}

.mb100 {
  margin-bottom: 50px !important;
}

.mb120 {
  margin-bottom: 60px !important;
}

.mb140 {
  margin-bottom: 70px !important;
}

.mb160 {
  margin-bottom: 80px !important;
}

.mb180 {
  margin-bottom: 90px !important;
}

.mb250 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-210 {
  margin-bottom: 210px !important;
}

.mb-240 {
  margin-bottom: 240px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
  .mb-210 {
    margin-bottom: 210px !important;
  }
  .mb-240 {
    margin-bottom: 240px !important;
  }
}/*# sourceMappingURL=style.css.map */