@charset "UTF-8";
/*base--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  overflow-y: unset;
  margin-top: 0 !important;
  background: #F5F5F3;
}

#main {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #F5F5F3;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

#content {
  padding: 0;
}

.home .sof {
  margin-bottom: 0;
}

.page #content {
  width: 100%;
}

img:hover {
  opacity: 1 !important;
}

/*base--------------------*/
/*font--------------------*/
html {
  font-size: 100%;
}

/* Lexend */
/*NotoSans*/
@font-face {
  font-family: "en";
  src: url(https://fonts.gstatic.com/s/lexend/v25/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2) format("woff2");
  unicode-range: U+0041-005A, U+0061-007A;
}
html body {
  font-family: "en", "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  overflow-x: hidden;
}

body a {
  color: #000000;
}

:root {
  --white_svg: invert(99%) sepia(2%) saturate(1090%) hue-rotate(204deg) brightness(119%) contrast(100%);
  --font12: clamp(0.625rem, 0.5417rem + 0.1736vw, 0.75rem); /*min:10px max:12px*/
  --font13: clamp(0.625rem, 0.5rem + 0.2604vw, 0.8125rem); /*min:10px max:13px*/
  --font14: clamp(0.75rem, 0.6667rem + 0.1736vw, 0.875rem); /*min:12px max:14px*/
  --font15: clamp(0.75rem, 0.625rem + 0.2604vw, 0.9375rem); /*min:12px max:15px*/
  --font16: clamp(0.875rem, 0.7917rem + 0.1736vw, 1rem); /*min:14px max:16px*/
  --font17: clamp(0.875rem, 0.75rem + 0.2604vw, 1.0625rem); /*min:14px max:17px*/
  --font18: clamp(1rem, 0.9167rem + 0.1736vw, 1.125rem); /*min:16px max:18px*/
  --font19: clamp(1rem, 0.875rem + 0.2604vw, 1.1875rem); /*min:16px max:19px */
  --font20: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem); /*min:16px max:20px*/
  --font21: clamp(1rem, 0.7917rem + 0.434vw, 1.3125rem); /*min:16px max:21px*/
  --font22: clamp(1rem, 0.75rem + 0.5208vw, 1.375rem); /*min:16px max:22px*/
  --font23: clamp(1rem, 0.7083rem + 0.6076vw, 1.4375rem); /*min:16px max:23px*/
  --font24: clamp(1.25rem, 1.0833rem + 0.3472vw, 1.5rem); /*min:20px max:24px*/
  --font25: clamp(1.25rem, 1.0417rem + 0.434vw, 1.5625rem); /*min:20px max:25px*/
  --font26: clamp(1.25rem, 1rem + 0.5208vw, 1.625rem); /*min:20px max:26px*/
  --font27: clamp(1.25rem, 0.9583rem + 0.6076vw, 1.6875rem); /*min:20px max:26px*/
  --font28: clamp(1.25rem, 0.9167rem + 0.6944vw, 1.75rem); /*min:20px max:28px*/
  --font30: clamp(1.375rem, 1.0417rem + 0.6944vw, 1.875rem); /*min:22px max:30px */
  --font31: clamp(1.375rem, 1rem + 0.7813vw, 1.9375rem); /*min:22px max:30px */
  --font32: clamp(1.375rem, 0.9583rem + 0.8681vw, 2rem); /*min:22px max:32px */
  --font33: clamp(1.375rem, 0.9167rem + 0.9549vw, 2.0625rem); /*min:22px max:33px */
  --font34: clamp(1.375rem, 0.875rem + 1.0417vw, 2.125rem); /*min:22px max:34px */
  --font35: clamp(1.375rem, 0.8333rem + 1.1285vw, 2.1875rem); /*min:22px max:35px */
  --font37: clamp(1.5rem, 0.9583rem + 1.1285vw, 2.3125rem); /*min:24px max:37px */
  --font40: clamp(1.5rem, 0.8333rem + 1.3889vw, 2.5rem); /*min24px max:40px*/
  --font45: clamp(2.5rem, 2.2917rem + 0.434vw, 2.8125rem); /*min40px max:45px*/
  --font50: clamp(2.5rem, 2.0833rem + 0.8681vw, 3.125rem); /*min40px max:50px*/
  --font60: clamp(3rem, 2.5rem + 1.0417vw, 3.75rem); /*min48px max:60px*/
  --font70: clamp(3rem, 2.0833rem + 1.9097vw, 4.375rem); /*min48px max:70px*/
  --transitionDefault:all 0.2s;
  --boxshadow: 0 3px 6px rgba(0,0,0,0.16) ;
}

body {
  font-size: 16px;
  text-align: justify;
  word-break: break-all;
  color: #2D3430;
  font-weight: 500;
}
@media screen and (max-width: 1920px) {
  body {
    font-size: var(--font16);
  }
}
@media screen and (max-width: 768px) {
  body p, body li, body a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body h1 {
    font-size: 28px !important;
  }
  body h2 {
    font-size: 24px !important;
  }
  body h3 {
    font-size: 20px !important;
  }
  body h4 {
    font-size: 18px !important;
  }
}

strong {
  font-weight: bold;
}

/*font--------------------*/
/*inner--------------------*/
.l-inner {
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 90%;
  }
}

/*br--------------------*/
.br-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-sp {
    display: block;
  }
}

/*webp--------------------*/
/*main--------------------*/
#main {
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  #main {
    margin-top: 60px;
  }
}

.home #main {
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  .home #main {
    margin-top: 60px;
  }
}

/*header--------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background: #ffffff;
  margin-bottom: 0;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (max-width: 1920px) {
  .l-header .l-inner {
    width: 98%;
  }
}
.l-header__menu {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__menu-frame {
  display: flex;
  align-items: center;
}
.l-header__logo {
  width: 185px;
  margin-right: 30px;
}
@media screen and (max-width: 1366px) {
  .l-header__logo {
    width: 160px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 130px;
    position: fixed;
    top: 20px;
    left: 10px;
  }
}
.l-header__logo-link {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-header__note {
    display: none;
  }
}
.l-header__note-txt01 {
  background: #000000;
  border-radius: 8px;
  padding: 6px 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .l-header__note-txt01 {
    font-size: var(--font16);
  }
}
@media screen and (max-width: 1366px) {
  .l-header__note-txt01 {
    font-size: 14px;
  }
}
.l-header__note-txt01-span01 {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .l-header__note-txt01-span01 {
    font-size: var(--font12);
  }
}
.l-header__note-txt01-span02 {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .l-header__note-txt01-span02 {
    font-size: var(--font14);
  }
}
.l-header__note-txt02 {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
}
@media screen and (max-width: 1920px) {
  .l-header__note-txt02 {
    font-size: var(--font12);
  }
}
.l-header__menuGroup {
  display: flex;
  align-items: center;
}
.l-header__menuGroup-list:nth-of-type(-n+2) {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-list:nth-of-type(-n+2) {
    display: none;
  }
}
.l-header__menuGroup-list:nth-of-type(-n+2) a span:hover {
  color: #00A278;
  text-decoration: underline;
}
.l-header__menuGroup-link {
  width: 100%;
  height: 100%;
}
.l-header__menuGroup-icon {
  margin-right: 10px;
}
.l-header__menuGroup-icon img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-icon img {
    height: 30px;
  }
}
.l-header__menuGroup-icon-pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-icon-pc {
    display: none;
  }
}
.l-header__menuGroup-icon-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-icon-sp {
    display: block;
  }
}
.l-header__menuGroup-span {
  font-size: 14px;
  font-weight: 500;
  color: #484848;
}
@media screen and (max-width: 1920px) {
  .l-header__menuGroup-span {
    font-size: var(--font14);
  }
}
.l-header__menuGroup-list-contact {
  border-radius: 8px;
  height: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-list-contact {
    display: none;
  }
}
.l-header__menuGroup-list-contact .l-header__menuGroup-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #2D3430;
  border-radius: 8px;
  background: #F2F2F2;
  padding: 0 10px;
}
.l-header__menuGroup-list-contact .l-header__menuGroup-link:hover {
  background: #7A7A7A;
  border: 1px solid #7A7A7A;
}
.l-header__menuGroup-list-contact .l-header__menuGroup-link:hover span {
  color: #ffffff;
}
.l-header__menuGroup-list-contact .l-header__menuGroup-span {
  font-size: 15px;
  font-weight: bold;
  color: #2D3430;
}
@media screen and (max-width: 1920px) {
  .l-header__menuGroup-list-contact .l-header__menuGroup-span {
    font-size: var(--font15);
  }
}
.l-header__menuGroup-list-login {
  border-radius: 8px;
  height: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-list-login {
    border-radius: 0;
    height: auto;
    margin-right: 0;
    position: fixed;
    top: 14px;
    right: 100px;
  }
}
.l-header__menuGroup-list-login .l-header__menuGroup-link {
  border: 1px solid #2D3430;
  border-radius: 8px;
  background: #2D3430;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-list-login .l-header__menuGroup-link {
    flex-direction: row-reverse;
    padding: 0;
    gap: 8px;
    border-radius: 0;
    border: none;
    background: transparent;
  }
}
.l-header__menuGroup-list-login .l-header__menuGroup-span {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1920px) {
  .l-header__menuGroup-list-login .l-header__menuGroup-span {
    font-size: var(--font15);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-list-login .l-header__menuGroup-span {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
  }
}
.l-header__menuGroup-list-cart {
  border-radius: 8px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-list-cart {
    position: fixed;
    top: 14px;
    right: 50px;
    border-radius: 0;
    height: auto;
  }
}
.l-header__menuGroup-list-cart .l-header__menuGroup-link {
  border: 1px solid #F13D28;
  background: #F13D28;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-list-cart .l-header__menuGroup-link {
    border: none;
    background: transparent;
    padding: 0;
  }
}
.l-header__menuGroup-list-cart .l-header__menuGroup-span {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1920px) {
  .l-header__menuGroup-list-cart .l-header__menuGroup-span {
    font-size: var(--font15);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__menuGroup-list-cart .l-header__menuGroup-span {
    display: none;
  }
}
.l-header__nav {
  height: 30px;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: #2D3430;
    z-index: 99999;
    padding: 100px 5% 100px 5%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .js-header-nav.active {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__group {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-bottom: 65px;
    display: none;
  }
}
.l-header__group-list {
  text-align: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-header__group-list {
    flex: unset;
    height: auto;
    text-align: left;
    width: 100%;
  }
}
.l-header__group-list:hover .l-header__group-span::before {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .l-header__group-list::before {
    content: "";
    width: 10px;
    height: 14px;
    background-image: url(../images/common/spMenu_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-list:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.l-header__group-list:not(:first-of-type) {
  border-left: 1px solid #E1E1E1;
}
@media screen and (max-width: 1024px) {
  .l-header__group-list:not(:first-of-type) {
    border: none;
  }
}
.l-header__group-list-sp {
  display: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .l-header__group-list-sp {
    display: block;
  }
}
.l-header__group-list-product {
  border: none !important;
  position: relative;
}
.l-header__group-list-product::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #2D3430 transparent;
  border-width: 0px 11.5px 10px 11.5px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.1s all ease-in;
}
@media screen and (max-width: 1024px) {
  .l-header__group-list-product::before {
    display: none;
  }
}
.l-header__group-list-product:hover::before {
  opacity: 1;
  visibility: visible;
}
.l-header__group-list-product:hover .l-header__category {
  opacity: 1;
  visibility: visible;
}
.l-header__group-list-product .l-header__group-span::before {
  display: none;
}
.l-header__group-list-about {
  position: relative;
}
.l-header__group-list-about::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #00A278 transparent;
  border-width: 0px 11.5px 10px 11.5px;
  left: 50px;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s all ease-in;
}
@media screen and (max-width: 1024px) {
  .l-header__group-list-about::before {
    display: none;
  }
}
.l-header__group-list-about:hover::before {
  opacity: 1;
  visibility: visible;
}
.l-header__group-list-about:hover .l-header__group02 {
  opacity: 1;
  visibility: visible;
}
.l-header__group-list-about:hover .l-header__group02-link {
  color: #ffffff;
}
.l-header__group-list-about .l-header__group-span::before {
  display: none;
}
.l-header__group-switch {
  display: none;
  position: absolute;
  top: 5px;
  right: -1px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .l-header__group-switch {
    display: block;
  }
}
.l-header__group-switch span:first-of-type {
  width: 16px;
  height: 3px;
  background: #8EE0B5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-header__group-switch span:last-of-type {
  width: 3px;
  height: 16px;
  background: #8EE0B5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  direction: block;
}
.l-header__group .js-header-switch.active span:last-of-type {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__group .hasBorder {
    margin-bottom: 50px;
    position: relative;
  }
  .l-header__group .hasBorder::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
  }
}
.l-header__group-link {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  .l-header__group-link {
    width: 100%;
    height: auto;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.l-header__group-icon {
  width: 30px;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .l-header__group-icon {
    display: none;
  }
}
.l-header__group-span {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  position: relative;
}
.l-header__group-span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: #707070;
  transition: 0.1s all ease-in;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .l-header__group-span:before {
    display: none;
  }
}
@media screen and (max-width: 1920px) {
  .l-header__group-span {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 1366px) {
  .l-header__group-span {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group-span {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
  }
}
.l-header .js-header-group.active {
  display: flex;
}
.l-header__group02 {
  position: absolute;
  bottom: -14px;
  transform: translateY(100%);
  left: 0;
  background: #00A278;
  border-radius: 10px;
  padding: 0 35px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.1s all ease-in;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .l-header__group02 {
    position: static;
    bottom: unset;
    transform: none;
    left: unset;
    background: transparent;
    border-radius: 0;
    padding: 0;
    width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    margin-top: 25px;
    display: none;
  }
}
.l-header__group02-list:first-of-type {
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-header__group02-list:first-of-type {
    border-bottom: none;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__group02-list {
    position: relative;
    padding-left: 15px;
    border-bottom: none;
  }
  .l-header__group02-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 25px;
    background: #8EE0B5;
  }
}
.l-header__group02-link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-header__group02-link {
    height: auto;
    padding: 0;
    font-size: 16px;
  }
}
.l-header .js-header-group02.active {
  display: block;
}
.l-header__category {
  position: fixed;
  background: #2D3430;
  border-radius: 8px;
  padding: 25px 25px 25px 35px;
  top: 135px;
  left: 50%;
  transform: translate(-50%, 10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s all ease-in;
}
@media screen and (max-width: 1920px) {
  .l-header__category {
    width: 98%;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__category {
    width: 100%;
    position: static;
    background: transparent;
    border-radius: 0;
    top: unset;
    left: unset;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    padding: 0;
  }
}
.l-header__category-ttl {
  display: flex;
  align-items: center;
  margin-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .l-header__category-ttl {
    display: none;
  }
}
.l-header__category-ttl-icon {
  width: 60px;
  margin-right: 15px;
}
@media screen and (max-width: 1366px) {
  .l-header__category-ttl-icon {
    width: 30px;
  }
}
.l-header__category-ttl-span {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 1920px) {
  .l-header__category-ttl-span {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 1366px) {
  .l-header__category-ttl-span {
    font-size: 16px;
  }
}
.l-header__category-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__category-group {
    gap: 15px;
    margin-top: 25px;
  }
}
.l-header__category-group-list {
  text-align: center;
  min-width: 125px;
  width: 125px;
}
@media screen and (max-width: 1366px) {
  .l-header__category-group-list {
    width: calc(14.2857142857% - 8.5714285714px);
    min-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__category-group-list {
    width: calc(33.3333333333% - 10px);
    min-width: unset;
  }
}
.l-header__category-group-link {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #ffffff;
  display: block;
  padding: 7px 0;
}
.l-header__category-group-thumbnail {
  margin-bottom: 3px;
}
.l-header__category-group-thumbnail img {
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__category-group-txt {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .l-header__category-group-txt {
    font-size: var(--font15);
  }
}
.l-header__btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__btn {
    display: block;
    border-radius: 8px;
  }
}
.l-header__btn-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding: 15px 0;
  background: #8EE0B5;
  font-size: 18px;
  font-weight: 800;
  color: #2D3430;
  border-radius: 8px;
}
.l-header__btn-link:hover {
  opacity: 1;
  background: #CCF1DD;
}
.l-header .js-btn {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 5px;
  right: 0;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .js-btn {
    display: block;
  }
}
.l-header .js-btn span {
  display: block;
  transition: all 0.2s;
  position: absolute;
  left: 50%;
  height: 2px;
  background: #2D3430;
  width: 25px;
  transform: translateX(-50%);
}
.l-header .js-btn span:nth-of-type(1) {
  top: 15px;
}
.l-header .js-btn span:nth-of-type(2) {
  top: 23px;
}
.l-header .js-btn span:nth-of-type(3) {
  top: 31px;
}
.l-header .js-btn.active span {
  background: #ffffff;
}
.l-header .js-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 50%;
  transform: translate(-50%, 6px) rotate(-45deg);
  width: 25px;
}
.l-header .js-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .js-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 50%;
  transform: translate(-50%, -6px) rotate(45deg);
  width: 25px;
}

.home .l-header.active .l-header__group-list-product::before,
.home .l-header.active .l-header__category {
  opacity: 1;
  visibility: visible;
}

.home .l-header {
  background: #F5F5F3;
}

/*footer--------------------*/
.l-footer {
  padding: 0;
  background: #2D3430;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding-bottom: 70px;
  }
}
.l-footer a:hover {
  color: #000000;
}
.l-footer nav li {
  width: unset;
  margin: 0;
  padding: 0;
  float: unset;
}
.l-footer__block {
  width: 95%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__calender {
  padding: 150px 0 105px 0;
  color: #4E4E4E;
}
@media screen and (max-width: 1024px) {
  .l-footer__calender {
    align-items: center;
    width: 100%;
    padding: 50px 0;
  }
}
.l-footer__calender-ttl {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .l-footer__calender-ttl {
    font-size: var(--font25);
  }
}
@media screen and (max-width: 768px) {
  .l-footer__calender-ttl {
    margin-bottom: 25px;
  }
}
.l-footer__calender-frame {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__calender-frame {
    flex-direction: column;
    align-items: center;
  }
}
.l-footer__calender span {
  display: none;
}
.l-footer__calender .this-month, .l-footer__calender .next-month {
  width: calc(50% - 15px);
  max-width: 400px;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__calender .this-month, .l-footer__calender .next-month {
    width: 100%;
    padding: 25px 10px;
  }
}
.l-footer__calender table {
  border: none;
  margin-bottom: 0;
  background: #ffffff;
  width: 100%;
}
.l-footer__calender table caption {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1920px) {
  .l-footer__calender table caption {
    font-size: var(--font20);
  }
}
.l-footer__calender table th {
  border: none;
  text-align: center;
}
.l-footer__calender table td {
  border: none;
  font-size: 21px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .l-footer__calender table td {
    font-size: var(--font21);
  }
}
.l-footer__calender table thead {
  position: relative;
  z-index: 1;
}
.l-footer__calender table thead th {
  font-size: 15px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .l-footer__calender table thead th {
    font-size: var(--font15);
  }
}
.l-footer__calender table thead th::before {
  content: "";
  background: #707070;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.l-footer__calender table thead th:first-of-type {
  color: #F15228;
  position: relative;
}
.l-footer__calender table thead th:last-of-type {
  color: #F15228;
  position: relative;
}
.l-footer__calender table tbody td {
  padding: 8px 0;
}
.l-footer__calender table .businesstoday {
  position: relative;
  z-index: 10;
}
.l-footer__calender table .businessday {
  position: relative;
  color: #F15228;
  z-index: 1;
}
.l-footer__nav {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 85px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    padding: 0 0 50px 0;
    gap: 30px 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__group {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-footer__group {
    width: calc(50% - 5px);
  }
}
.l-footer__group-list:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__group-list:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.l-footer__group-link {
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-footer__group-link {
    font-size: 14px;
  }
}
.l-footer__group-link:hover {
  color: #00A278 !important;
}
.l-footer__group02 {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer__group02 {
    margin-top: 10px;
  }
}
.l-footer__group02-list {
  position: relative;
}
.l-footer__group02-list:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__group02-list:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.l-footer__group02-link {
  font-size: 14px;
  color: #E6E6E6;
}
@media screen and (max-width: 768px) {
  .l-footer__group02-link {
    font-size: 12px;
  }
}
.l-footer__group02-link:hover {
  color: #00A278 !important;
}
.l-footer__info {
  padding: 25px 0 15px 0;
  border-top: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__info {
    padding: 50px 0;
  }
}
.l-footer__info-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__info-frame {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.l-footer__info-logo {
  width: 190px;
}
.l-footer__info-txt01 {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8421052632;
}
@media screen and (max-width: 1920px) {
  .l-footer__info-txt01 {
    font-size: var(--font19);
  }
}
.l-footer__info-txt02 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8421052632;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .l-footer__info-txt02 {
    font-size: var(--font16);
  }
}
.l-footer__info-url {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #878787;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1920px) {
  .l-footer__info-url {
    font-size: var(--font14);
  }
}
.l-footer__subNav {
  background: #000000;
  padding: 10px 0 15px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__subNav {
    padding: 50px 0;
  }
}
.l-footer__subGroup {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__subGroup {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.l-footer__subGroup-list:not(:last-of-type) {
  position: relative;
  border-right: 1px solid #8B8F8D;
}
@media screen and (max-width: 768px) {
  .l-footer__subGroup-list:not(:last-of-type) {
    border: none;
  }
}
.l-footer__subGroup-link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 10px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
}
.l-footer__copy {
  padding: 0 0 15px 0;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    padding: 0 0 50px 0;
  }
}
.l-footer__copy p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #8B8F8D;
  line-height: 1.8421052632;
}

.l-footer__cta {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-footer__cta {
    display: block;
    padding: 8px;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    background: #F15228;
    width: 100%;
  }
}
.l-footer__cta-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 9px;
}
.l-footer__cta-icon {
  width: 45px;
}
.l-footer__cta-txt {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.l-footer__scroll {
  position: fixed;
  right: 45px;
  bottom: 40px;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-footer__scroll {
    right: 10px;
    bottom: 80px;
  }
}
.l-footer__scroll-icon {
  width: 50px;
}

.sitemap .l-footer .l-footer__block {
  display: none;
}

/*breadcrumb--------------------*/
.l-breadcrumb {
  padding-top: 15px;
}
.l-breadcrumb__group {
  display: flex;
  gap: 15px;
}
.l-breadcrumb__group-list, .l-breadcrumb__group-link, .l-breadcrumb__group-txt {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
}
@media screen and (max-width: 1920px) {
  .l-breadcrumb__group-list, .l-breadcrumb__group-link, .l-breadcrumb__group-txt {
    font-size: var(--font15);
  }
}
.l-breadcrumb__group a:hover {
  opacity: 0.5;
}

/*guide--------------------*/
.l-guide {
  background: #ffffff;
  padding: 80px 0 150px 0;
}
@media screen and (max-width: 768px) {
  .l-guide {
    padding: 50px 0;
  }
}
.l-guide .c-ttl {
  text-align: center;
  padding-bottom: 55px;
  border-bottom: 1px solid #707070;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .l-guide .c-ttl {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.l-guide__box {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .l-guide__box {
    flex-direction: column;
    gap: 50px;
  }
}
.l-guide__content {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .l-guide__content {
    width: 100%;
  }
}
.l-guide__block-ttl {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .l-guide__block-ttl {
    font-size: var(--font27);
  }
}
@media screen and (max-width: 768px) {
  .l-guide__block-ttl {
    margin-bottom: 15px;
  }
}
.l-guide__block-lead {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .l-guide__block-lead {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .l-guide__block-lead {
    margin-bottom: 25px;
  }
}
.l-guide__block-txt, .l-guide__block li {
  font-size: 16px;
  line-height: 1.8421052632;
}
@media screen and (max-width: 1920px) {
  .l-guide__block-txt, .l-guide__block li {
    font-size: var(--font16);
  }
}
@media screen and (max-width: 768px) {
  .l-guide__block-txt, .l-guide__block li {
    margin-bottom: 15px;
  }
}
.l-guide__block-txt:not(:last-of-type) {
  margin-bottom: 15px;
}
.l-guide__block-image {
  max-width: 430px;
  margin-bottom: 10px;
}
.l-guide__block span {
  display: block;
  text-indent: 16px;
}
.l-guide__block li {
  position: relative;
  padding-left: 25px;
}
.l-guide__block li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.l-guide__block:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-guide__block:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

/*btn--------------------*/
.c-button {
  border-radius: 38px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-button {
    min-width: unset;
    width: 100%;
  }
}
.c-button-link {
  border-radius: 38px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background: #2D3430;
  border: 1px solid #2D3430;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .c-button-link {
    font-size: var(--font18);
  }
}
.c-button-link:hover {
  opacity: 1;
  background: #F2F2F2;
}

.c-button-red {
  border-radius: 38px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.c-button-red-link {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 40px;
  background: #F13D28;
  border-radius: 38px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1920px) {
  .c-button-red-link {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 768px) {
  .c-button-red-link {
    padding: 10px 25px;
  }
}
.c-button-red-link:hover {
  opacity: 1;
  background: #2D3430;
  color: #ffffff;
}

/*fv--------------------*/
.c-fv-noBg {
  padding: 120px 0 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-fv-noBg {
    padding: 50px 0;
  }
}

.c-fv {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-fv {
    padding: 50px 0;
  }
}
.c-fv .c-ttl {
  color: #ffffff;
}

.works .c-fv {
  background-image: url(../images/fv/works.jpg);
}

.strengths .c-fv,
.post-type-archive-guide .c-fv,
.single-guide .c-fv {
  background-image: url(../images/fv/strengths.jpg);
}

.post-type-archive-news .c-fv,
.tax-news-category .c-fv,
.single-news .c-fv {
  background-image: url(../images/fv/news.jpg);
}

/*c-ttl--------------------*/
.c-ttl {
  font-size: 37px;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .c-ttl {
    font-size: var(--font37);
  }
}

.member_page_title {
  font-size: 37px !important;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .member_page_title {
    font-size: var(--font37) !important;
  }
}

/*aside--------------------*/
.c-aside {
  width: 290px;
  min-width: 290px;
  background: #FAFAF9;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 25px;
  position: sticky;
  top: 200px;
  height: 500px;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .c-aside {
    width: 100%;
    position: relative;
    top: unset;
    height: auto;
    overflow-y: unset;
  }
}
.c-aside__search {
  position: relative;
  margin-bottom: 15px;
}
.c-aside__input[type=text] {
  padding: 7px 7px 7px 55px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 2px solid #707070;
}
.c-aside__input[type=text]::-moz-placeholder {
  font-size: 20px;
  font-weight: bold;
  color: #878787;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.c-aside__input[type=text]::placeholder {
  font-size: 20px;
  font-weight: bold;
  color: #878787;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1920px) {
  .c-aside__input[type=text]::-moz-placeholder {
    font-size: var(--font20);
  }
  .c-aside__input[type=text]::placeholder {
    font-size: var(--font20);
  }
}
.c-aside__btn {
  position: absolute;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
}
.c-aside__category {
  position: sticky;
}
.c-aside__category-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.c-aside__category-ttl {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .c-aside__category-ttl {
    font-size: var(--font20);
  }
}
.c-aside__category-ttl a {
  color: #2D7AA0;
}
.c-aside__category-ttl::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #2D7AA0;
  position: absolute;
  top: 5px;
  left: 0;
}
.c-aside__category-ttl::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  background: #2D7AA0;
}
.c-aside__category-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-aside__category-group-list {
  position: relative;
  width: 100%;
}
.c-aside__category-group-list:not(:last-of-type) {
  margin-bottom: 15px;
}
.c-aside__category-group-link {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .c-aside__category-group-link {
    font-size: var(--font20);
  }
}
.c-aside__category-group02 {
  margin: 10px 0 0 25px;
  display: none;
  flex-direction: column;
  gap: 10px;
}
.c-aside__category-group02-list {
  position: relative;
}
.c-aside__category-group02-list::before {
  content: "・";
}
.c-aside__category-group02-link {
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  .c-aside__category-group02-link {
    font-size: var(--font18);
  }
}
.c-aside__category-switch {
  position: absolute;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #2D3430;
}
.c-aside__category-switch span:first-of-type {
  width: 12px;
  height: 2px;
  background: #2D3430;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-aside__category-switch span:last-of-type {
  width: 2px;
  height: 12px;
  background: #2D3430;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.prodcut a:hover {
  opacity: 1;
  color: #2D7AA0;
}
.prodcut .c-aside__category-group-list .c-aside__category-group-link.active {
  color: #2D7AA0;
  text-decoration: underline;
}

.type a:hover, .place a:hover {
  opacity: 1;
  color: #00A278;
}
.type .c-aside__category-group-list .c-aside__category-group-link.active, .place .c-aside__category-group-list .c-aside__category-group-link.active {
  color: #00A278;
  text-decoration: underline;
}
.type .c-aside__category-group-list .js-aside-group.active, .place .c-aside__category-group-list .js-aside-group.active {
  display: flex;
}
.type .c-aside__category-group-list .js-aside-switch.active, .place .c-aside__category-group-list .js-aside-switch.active {
  border: 2px solid #00A278;
}
.type .c-aside__category-group-list .js-aside-switch.active span, .place .c-aside__category-group-list .js-aside-switch.active span {
  background: #00A278;
}
.type .c-aside__category-group-list .js-aside-switch.active span:last-of-type, .place .c-aside__category-group-list .js-aside-switch.active span:last-of-type {
  display: none;
}

.js-aside-group.active {
  display: flex;
}

.js-aside-switch.active {
  border: 2px solid #2D7AA0;
}
.js-aside-switch.active span {
  background: #2D7AA0;
}
.js-aside-switch.active span:last-of-type {
  display: none;
}

/*memberNav--------------------*/
.c-memberNav {
  padding: 15px 0 55px 0;
}
.c-memberNav__group {
  display: flex;
  gap: 20px;
}
.c-memberNav__group-list {
  width: calc(50% - 10px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1920px) {
  .c-memberNav__group-list {
    font-size: var(--font20);
  }
}
.c-memberNav__group-list:first-of-type {
  background: #8F8F8F;
  position: relative;
}
.c-memberNav__group-list:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #8F8F8F;
  border-width: 25px 0px 25px 25px;
  z-index: 100;
}
.c-memberNav__group-list:last-of-type {
  background: #6EC5B7;
  position: relative;
}
.c-memberNav__group-list:last-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #F5F5F3;
  border-width: 25px 0px 25px 25px;
  z-index: 0;
}

.new-member .c-memberNav__group-list:last-of-type {
  background: rgba(110, 197, 183, 0.4);
}

.new-member-completion .c-memberNav__group-list:first-of-type {
  background: rgba(143, 143, 143, 0.4);
}
.new-member-completion .c-memberNav__group-list:first-of-type::before {
  border-color: transparent transparent transparent rgba(143, 143, 143, 0.4);
}

/*c-product--------------------*/
.c-product__group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 45px 30px;
}
@media screen and (max-width: 1024px) {
  .c-product__group {
    gap: 10px;
  }
}
.c-product__group-item {
  width: calc(25% - 22.5px);
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .c-product__group-item {
    width: calc(50% - 5px);
  }
}
.c-product__group-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.c-product__group-link:hover {
  opacity: 1;
}
.c-product__group-link:hover .c-product__group-thumbnail::before {
  background: rgba(255, 255, 255, 0.5);
}
.c-product__group-link:hover img {
  transform: scale(1.1);
}
.c-product__group-thumbnail {
  aspect-ratio: 296/181;
  border-radius: 8px 8px 0 0;
  position: relative;
  padding: 25px 0 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .c-product__group-thumbnail {
    padding: 10px 0;
  }
}
.c-product__group-thumbnail img {
  width: 90%;
  height: 210px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  transition: var(--transitionDefault);
}
@media screen and (max-width: 1366px) {
  .c-product__group-thumbnail img {
    height: 90%;
  }
}
.c-product__group-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8px 8px 0 0;
  transition: var(--transitionDefault);
}
.c-product__group-category {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px 20px;
  background: #2D3430;
}
@media screen and (max-width: 1920px) {
  .c-product__group-category {
    font-size: var(--font16);
  }
}
@media screen and (max-width: 768px) {
  .c-product__group-category {
    padding: 10px;
  }
}
.c-product__group-frame {
  padding: 10px 20px 0 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-product__group-frame {
    padding: 10px 10px 0 10px;
  }
}
.c-product__group-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4444444444;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .c-product__group-ttl {
    font-size: var(--font18);
  }
}
.c-product__group-txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
}
@media screen and (max-width: 1920px) {
  .c-product__group-txt {
    font-size: var(--font15);
  }
}
.c-product__group-price {
  padding: 0 20px 25px 20px;
  display: flex;
  align-items: flex-end;
  color: #CE2815;
  line-height: 1;
  margin-left: auto;
}
.c-product__group-price span {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-product__group-price {
    align-items: flex-start;
    padding: 0 10px 10px 10px;
  }
}
.c-product__group-span01 {
  font-size: 22px;
  font-weight: bold;
  transform: translateY(2px);
}
@media screen and (max-width: 1920px) {
  .c-product__group-span01 {
    font-size: var(--font22);
  }
}
@media screen and (max-width: 768px) {
  .c-product__group-span01 {
    transform: translateY(-2px);
  }
}
.c-product__group-span02 {
  font-size: 13px;
  margin-left: 5px;
}

.assistance_item ul {
  letter-spacing: unset !important;
  overflow: unset !important;
}

/*c-works--------------------*/
.c-works__group {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 1024px) {
  .c-works__group {
    gap: 50px 10px;
  }
}
.c-works__group-item {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 1024px) {
  .c-works__group-item {
    width: calc(50% - 5px);
  }
}
.c-works__group-thumbnail {
  border-radius: 10px;
  aspect-ratio: 296/213;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-works__group-thumbnail {
    margin-bottom: 5px;
  }
}
.c-works__group-thumbnail img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works__group-txt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .c-works__group-txt {
    font-size: var(--font18);
  }
}

/*c-guide--------------------*/
.c-guide__group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-guide__group {
    gap: 10px;
  }
}
.c-guide__group-item {
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: calc(33.3333333333% - 20px);
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-guide__group-item {
    width: 100%;
  }
}
.c-guide__group-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-guide__group-link:hover {
  opacity: 1;
}
.c-guide__group-link:hover .c-guide__group-thumbnail::before {
  background: rgba(255, 255, 255, 0.4);
}
.c-guide__group-thumbnail {
  aspect-ratio: 406/250;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.c-guide__group-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8px 8px 0 0;
  transition: var(--transitionDefault);
}
.c-guide__group-thumbnail img {
  aspect-ratio: 406/250;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.c-guide__group-ttl {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.44;
  color: #272791;
  padding: 30px 20px 0 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .c-guide__group-ttl {
    font-size: var(--font25);
  }
}
@media screen and (max-width: 768px) {
  .c-guide__group-ttl {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
  }
}
.c-guide__group-txt {
  font-size: 17px;
  line-height: 2;
  padding: 0 20px 40px 20px;
}
@media screen and (max-width: 1920px) {
  .c-guide__group-txt {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 768px) {
  .c-guide__group-txt {
    padding: 0 10px 10px 10px;
  }
}

/*c-faq--------------------*/
.c-faq__group {
  background: #ffffff;
  padding: 95px 7.8% 105px 7.8%;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-faq__group {
    padding: 10px;
  }
}
.c-faq__group-item {
  background: #E5EEF3;
  font-size: 19px;
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .c-faq__group-item {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .c-faq__group-item {
    padding-left: 50px;
  }
}
.c-faq__group-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.c-faq__group-question {
  padding: 20px 55px 20px 0;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-faq__group-question {
    padding: 10px 55px 10px 0;
  }
}
.c-faq__group-question::before {
  content: "Q";
  font-size: 34px;
  font-weight: 500;
  color: #2D7AA0;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: -45px;
}
@media screen and (max-width: 1920px) {
  .c-faq__group-question::before {
    font-size: var(--font34);
  }
}
@media screen and (max-width: 768px) {
  .c-faq__group-question::before {
    top: 8px;
    width: 21px;
    height: 27px;
    left: -35px;
  }
}
.c-faq__group-answer {
  padding: 20px 55px 20px 0;
  line-height: 1.3;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-faq__group-answer {
    padding: 10px 55px 10px 0;
  }
}
.c-faq__group-answer::before {
  content: "A";
  font-size: 34px;
  font-weight: 500;
  color: #2D3430;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: -43px;
}
@media screen and (max-width: 1920px) {
  .c-faq__group-answer::before {
    font-size: var(--font34);
  }
}
@media screen and (max-width: 768px) {
  .c-faq__group-answer::before {
    top: 8px;
    width: 21px;
    height: 27px;
    left: -35px;
  }
}
.c-faq__group-switch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(45, 52, 48, 0.6);
  position: absolute;
  top: 16px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .c-faq__group-switch {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}
.c-faq__group-switch span {
  background: #FFFFFF;
  border-radius: 8px;
}
.c-faq__group-switch span:first-of-type {
  width: 16px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-faq__group-switch span:first-of-type {
    width: 10px;
    height: 2px;
  }
}
.c-faq__group-switch span:last-of-type {
  width: 3px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-faq__group-switch span:last-of-type {
    width: 2px;
    height: 10px;
  }
}
.c-faq__group .js-faq-switch.active span:last-of-type {
  display: none;
}
.c-faq__group .js-faq.active .c-faq__group-answer {
  display: block;
}

/*c-strengths--------------------*/
.c-strengths__group {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 768px) {
  .c-strengths__group {
    gap: 50px 10px;
  }
}
.c-strengths__group-item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .c-strengths__group-item {
    width: 100%;
  }
}
.c-strengths__group-number {
  font-size: 45px;
  font-weight: bold;
  color: rgba(126, 238, 208, 0.55);
}
@media screen and (max-width: 1920px) {
  .c-strengths__group-number {
    font-size: var(--font45);
  }
}
.c-strengths__group-thumbnail {
  border-radius: 8px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-strengths__group-thumbnail {
    margin-bottom: 5px;
  }
}
.c-strengths__group-thumbnail img {
  border-radius: 8px;
}
.c-strengths__group-lead {
  font-size: 25px;
  font-weight: bold;
  color: #272791;
  line-height: 1.44;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .c-strengths__group-lead {
    font-size: var(--font25);
  }
}
@media screen and (max-width: 768px) {
  .c-strengths__group-lead {
    margin-bottom: 10px;
  }
}
.c-strengths__group-txt {
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 1920px) {
  .c-strengths__group-txt {
    font-size: var(--font17);
  }
}

/*home--------------------*/
.home .fv {
  padding: 165px 0 45px 0;
}
@media screen and (max-width: 768px) {
  .home .fv {
    padding: 0;
    height: calc(100vh - 60px);
    background-image: url(../images/home/fv_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
}
.home .fv .l-inner {
  width: 100%;
  height: 100%;
}
.home .fv__box {
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .home .fv__box {
    width: 95%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home .fv__box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.home .fv__box-ttl {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1920px) {
  .home .fv__box-ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home .fv__box-ttl {
    margin-bottom: 0;
  }
}
.home .fv__box-ttl-image {
  width: 35.6%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.home .fv__box-ttl-image-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .home .fv__box-ttl-image-pc {
    display: none;
  }
}
.home .fv__box-ttl-image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .fv__box-ttl-image-sp {
    display: block;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .fv__box-ttl-lead {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .fv__box-ttl-lead {
    display: block;
    font-size: 35px !important;
    line-height: 1.25;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
  }
}
.home .fv__box-ttl-lead span {
  font-size: 61px;
  font-weight: bold;
}
.home .fv__box-ttl-txt {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .fv__box-ttl-txt {
    display: block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3em;
    color: #ffffff;
    background: #CE2815;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    margin-bottom: 35px;
  }
}
.home .fv__box-txt {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5789473684;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1920px) {
  .home .fv__box-txt {
    font-size: 0.9895833333vw;
  }
}
@media screen and (max-width: 768px) {
  .home .fv__box-txt {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    border-radius: 16px;
    background: rgba(45, 52, 48, 0.5);
    padding: 30px 10px;
  }
}
.home .fv__box-image-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .home .fv__box-image-pc {
    display: none;
  }
}
.home .fv__box-image-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .home .fv__box-image-sp {
    display: block;
  }
}

.home .slide {
  padding: 45px 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .home .slide {
    padding: 50px 0;
  }
}
.home .slide .l-inner {
  position: relative;
}
.home .slide .slider {
  display: none;
}
.home .slide .slick-initialized {
  display: block;
}
.home .slide .slider .slick-track {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .home .slide .slider .slick-track {
    gap: 0;
  }
}
.home .slide .slider__item {
  border-radius: 10px;
  position: relative;
  aspect-ratio: 409/232;
}
.home .slide .slider__item-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}
.home .slide .slider__item-link:hover {
  opacity: 0.8;
}
.home .slide .slider__item-content {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-70%);
}
@media screen and (max-width: 1366px) {
  .home .slide .slider__item-content {
    top: 5px;
    transform: none;
  }
}
.home .slide .slider__item-txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F8F07D;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1920px) {
  .home .slide .slider__item-txt {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 1366px) {
  .home .slide .slider__item-txt {
    margin-bottom: 5px;
  }
}
.home .slide .slider__item-ttl {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .home .slide .slider__item-ttl {
    font-size: var(--font30);
  }
}
@media screen and (max-width: 768px) {
  .home .slide .slider__item-ttl {
    font-size: 26px !important;
  }
}
.home .slide .slider__item-thumbnail {
  border-radius: 10px;
  aspect-ratio: 409/232;
}
.home .slide .slider__item-thumbnail img {
  border-radius: 10px;
  aspect-ratio: 409/232;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.home .slide .slider .c-button {
  position: absolute;
  right: 20px;
  bottom: 25px;
  min-width: unset;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  .home .slide .slider .c-button {
    width: 100%;
  }
}
.home .slide .slider .c-button-link {
  font-size: 16px;
  pointer-events: none;
  padding: 10px 25px;
}
@media screen and (max-width: 1920px) {
  .home .slide .slider .c-button-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .home .slide .slider .c-button-link {
    padding: 10px;
  }
}
.home .slide .slider__left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -72px;
  width: 48px;
}
@media screen and (max-width: 1024px) {
  .home .slide .slider__left {
    left: 7px;
  }
}
@media screen and (max-width: 768px) {
  .home .slide .slider__left {
    width: 50px;
  }
}
.home .slide .slider__right {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 48px;
}
@media screen and (max-width: 1024px) {
  .home .slide .slider__right {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .home .slide .slider__right {
    width: 50px;
  }
}
.home .slide .slick-hidden {
  display: block !important;
}

.home .popular {
  padding: 105px 0;
}
@media screen and (max-width: 768px) {
  .home .popular {
    padding: 50px 0;
  }
}
.home .popular .c-ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .home .popular .c-ttl {
    margin-bottom: 50px;
  }
}
.home .popular .c-button {
  margin-top: 50px;
}

.home .works {
  padding: 155px 0 105px 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .home .works {
    padding: 50px 0;
  }
}
.home .works .c-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .home .works .c-ttl {
    margin-bottom: 50px;
  }
}
.home .works__txt {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 1920px) {
  .home .works__txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .home .works__txt {
    margin-bottom: 25px;
  }
}
.home .works .c-button {
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  .home .works .c-button {
    margin-top: 50px;
  }
}

.home .guide {
  padding: 0 0 155px 0;
}
@media screen and (max-width: 768px) {
  .home .guide {
    padding: 0 0 50px 0;
  }
}
.home .guide__ttl {
  padding: 155px 0 70px 0;
  background: #2D3430;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .guide__ttl {
    padding: 50px 0;
  }
}
.home .guide__ttl::before {
  content: "";
  position: absolute;
  bottom: -118px;
  left: 0;
  width: 100%;
  height: 120px;
  background: #2D3430;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home .guide__ttl::before {
    bottom: -48px;
    height: 50px;
  }
}
.home .guide .c-ttl {
  color: #ffffff;
}
.home .guide .c-button {
  margin-top: 55px;
}

.home .faq {
  padding: 0 0 125px 0;
}
@media screen and (max-width: 768px) {
  .home .faq {
    padding: 0 0 50px 0;
  }
}
.home .faq .c-ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .home .faq .c-ttl {
    margin-bottom: 50px;
  }
}
.home .faq__block {
  padding: 95px 0 65px 0;
  background: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .home .faq__block {
    padding: 10px 0 25px 0;
  }
}
.home .faq .c-faq__group {
  padding: 0 7.8% 0 7.8%;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .home .faq .c-faq__group {
    padding: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .home .faq .c-button {
    width: 90%;
  }
}

.home .strengths {
  padding: 0 0 145px 0;
}
@media screen and (max-width: 768px) {
  .home .strengths {
    padding: 0 0 50px 0;
  }
}
.home .strengths .c-ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .home .strengths .c-ttl {
    margin-bottom: 50px;
  }
}
.home .strengths__txt {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8421052632;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .home .strengths__txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .home .strengths__txt {
    text-align: justify;
    margin-bottom: 25px;
  }
}
.home .strengths .c-button {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .home .strengths .c-button {
    margin-top: 50px;
  }
}

.home .news {
  padding: 0 0 265px 0;
}
@media screen and (max-width: 768px) {
  .home .news {
    padding: 0 0 50px 0;
  }
}
.home .news__frame {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .home .news__frame {
    padding-top: 0;
  }
}
.home .news__box {
  width: 65%;
  margin-left: auto;
  background: #E7EEF6;
  border-radius: 8px;
  padding: 90px 9% 75px 11.4%;
}
@media screen and (max-width: 1024px) {
  .home .news__box {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .home .news__box {
    width: 100%;
    margin-left: 0;
  }
}
.home .news__box-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .home .news__box-head {
    margin-bottom: 25px;
  }
}
.home .news__box-link {
  font-size: 16px;
  font-weight: bold;
  color: #00A278;
  text-decoration: underline;
}
@media screen and (max-width: 1920px) {
  .home .news__box-link {
    font-size: var(--font16);
  }
}
.home .news__box-link:hover {
  opacity: 0.48;
}
.home .news__box-group-item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.home .news__box-group-link {
  display: flex;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .home .news__box-group-link {
    flex-direction: column;
  }
}
.home .news__box-group-date {
  width: 110px;
  min-width: 110px;
  font-size: 16px;
  font-weight: bold;
  color: #878787;
}
@media screen and (max-width: 1920px) {
  .home .news__box-group-date {
    font-size: var(--font16);
  }
}
@media screen and (max-width: 768px) {
  .home .news__box-group-date {
    margin-bottom: 5px;
  }
}
.home .news__box-group-ttl {
  font-size: 18px;
}
@media screen and (max-width: 1920px) {
  .home .news__box-group-ttl {
    font-size: var(--font18);
  }
}
.home .news__box-thumbnail {
  width: 50%;
  aspect-ratio: 644/426;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home .news__box-thumbnail {
    position: static;
    width: 100%;
    top: unset;
    left: unset;
  }
}
.home .news__box-thumbnail img {
  aspect-ratio: 644/426;
  border-radius: 8px;
}

.home .type {
  padding: 0 0 160px 0;
}
@media screen and (max-width: 768px) {
  .home .type {
    padding: 0 0 50px 0;
  }
}
.home .type .c-ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .home .type .c-ttl {
    margin-bottom: 50px;
  }
}
.home .type__group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .home .type__group {
    gap: 10px;
  }
}
.home .type__group-item {
  border-radius: 8px;
  position: relative;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1024px) {
  .home .type__group-item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media screen and (max-width: 768px) {
  .home .type__group-item {
    width: 100%;
  }
}
.home .type__group-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}
.home .type__group-link:hover {
  opacity: 0.8;
}
.home .type__group .c-ttl {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 30px;
  left: 25px;
}
@media screen and (max-width: 1920px) {
  .home .type__group .c-ttl {
    font-size: var(--font35);
  }
}
@media screen and (max-width: 1024px) {
  .home .type__group .c-ttl {
    top: 10px;
    left: 10px;
  }
}
.home .type__group-thumbnail {
  border-radius: 8px;
  aspect-ratio: 406/238;
}
.home .type__group-thumbnail img {
  border-radius: 8px;
  aspect-ratio: 406/238;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.home .type__group .c-button {
  position: absolute;
  right: 20px;
  bottom: 25px;
  min-width: unset;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 1024px) {
  .home .type__group .c-button {
    right: 10px;
    bottom: 10px;
    padding: 50px 0 0 0;
  }
}
.home .type__group .c-button-link {
  font-size: 16px;
  pointer-events: none;
  padding: 10px 25px;
}
@media screen and (max-width: 1920px) {
  .home .type__group .c-button-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .home .type__group .c-button-link {
    padding: 10px;
  }
}

.home .place {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .home .place {
    padding: 0 0 50px 0;
  }
}
.home .place .c-ttl {
  line-height: 1.25;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .home .place .c-ttl {
    margin-bottom: 50px;
  }
}
.home .place__group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .home .place__group {
    gap: 10px;
  }
}
.home .place__group-item {
  border-radius: 8px;
  position: relative;
  width: calc(16.6666666667% - 25px);
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .home .place__group-item {
    width: calc(50% - 5px);
  }
}
.home .place__group-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
}
.home .place__group-link:hover {
  opacity: 0.83;
}
.home .place__group .c-ttl {
  font-size: 27px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 10%;
  z-index: 100;
}
@media screen and (max-width: 1920px) {
  .home .place__group .c-ttl {
    font-size: var(--font27);
  }
}
.home .place__group .c-ttl span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .home .place__group .c-ttl span {
    font-size: var(--font16);
  }
}
.home .place__group-thumbnail {
  border-radius: 8px;
  aspect-ratio: 186/238;
  position: relative;
  z-index: 0;
}
.home .place__group-thumbnail img {
  border-radius: 8px;
  aspect-ratio: 186/238;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.home .place__group .c-button {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  min-width: unset;
  width: 89%;
  z-index: 10;
}
.home .place__group .c-button-link {
  font-size: 16px;
  pointer-events: none;
  padding: 10px;
}
@media screen and (max-width: 1920px) {
  .home .place__group .c-button-link {
    font-size: 16px;
  }
}

.home .info {
  padding: 140px 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .info {
    padding: 50px 0 0 0;
  }
}
.home .info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: #2D3430;
}
@media screen and (max-width: 768px) {
  .home .info::before {
    height: 50px;
  }
}
.home .info::after {
  content: "";
  position: absolute;
  top: 139px;
  left: 0;
  width: 100%;
  height: 190px;
  background: #2D3430;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .home .info::after {
    top: 48px;
    height: 100px;
  }
}
.home .info__group {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .home .info__group {
    flex-direction: column;
    gap: 10px;
  }
}
.home .info__group-item {
  width: calc(50% - 15px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .info__group-item {
    width: 100%;
  }
}
.home .info__group-item:first-of-type .c-ttl::before {
  content: "";
  width: 24px;
  height: 33px;
  background-image: url(../images/beginners/fv_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: -35px;
}
@media screen and (max-width: 768px) {
  .home .info__group-item:first-of-type .c-ttl::before {
    top: 2px;
  }
}
.home .info__group-link:hover {
  opacity: 1;
}
.home .info__group-link:hover .info__group-thumbnail::before {
  background: rgba(255, 255, 255, 0.3);
}
.home .info__group .c-ttl {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 17.7%;
  right: 11%;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  .home .info__group .c-ttl {
    font-size: var(--font35);
  }
}
.home .info__group-thumbnail {
  border-radius: 8px;
  aspect-ratio: 624/310;
  position: relative;
  z-index: 0;
}
.home .info__group-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: transparent;
  transition: var(--transitionDefault);
  z-index: 0;
}
.home .info__group-thumbnail img {
  border-radius: 8px;
  aspect-ratio: 624/310;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .l-guide {
  background: #F5F5F3;
  padding: 155px 0 150px 0;
}
@media screen and (max-width: 768px) {
  .home .l-guide {
    padding: 50px 0;
  }
}
.home .l-guide .c-ttl {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .home .l-guide .c-ttl {
    margin-bottom: 50px;
  }
}

/*privacy--------------------*/
.privacy .policy {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .privacy .policy {
    padding-bottom: 50px;
  }
}
.privacy .policy__frame {
  padding: 65px 9% 75px 9%;
  background: #ffffff;
  line-height: 1.8421052632;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__frame {
    padding: 50px 25px;
  }
}
.privacy .policy__txt {
  font-size: 19px;
  margin-bottom: 65px;
}
@media screen and (max-width: 1920px) {
  .privacy .policy__txt {
    font-size: var(--font19);
    margin-bottom: 25px;
  }
}
.privacy .policy__txt p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__txt p:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.privacy .policy__box-ttl {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .privacy .policy__box-ttl {
    font-size: var(--font27);
  }
}
@media screen and (max-width: 768px) {
  .privacy .policy__box-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.privacy .policy__box p {
  font-size: 16px;
}
@media screen and (max-width: 1920px) {
  .privacy .policy__box p {
    font-size: var(--font16);
  }
}
.privacy .policy__box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .privacy .policy__box:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

/*tokushoho--------------------*/
.tokushoho .detail {
  padding: 0 0 75px 0;
}
@media screen and (max-width: 768px) {
  .tokushoho .detail {
    padding: 0 0 50px 0;
  }
}
.tokushoho .detail__frame {
  border: 1px solid #707070;
  border-radius: 8px;
}
.tokushoho .detail__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .tokushoho .detail__item {
    flex-direction: column;
  }
}
.tokushoho .detail__item-label {
  font-size: 17px;
  font-weight: bold;
  padding: 15px 0 15px 25px;
  background: #D8E2E6;
  min-width: 200px;
  width: 200px;
}
@media screen and (max-width: 1920px) {
  .tokushoho .detail__item-label {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 768px) {
  .tokushoho .detail__item-label {
    padding: 15px;
    min-width: 100%;
  }
}
.tokushoho .detail__item-content {
  font-size: 18px;
  line-height: 1.8421052632;
  font-weight: 500;
  padding: 15px 15px 15px 25px;
  width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 1920px) {
  .tokushoho .detail__item-content {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 768px) {
  .tokushoho .detail__item-content {
    padding: 15px;
  }
}
.tokushoho .detail__item:first-of-type {
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .tokushoho .detail__item:first-of-type {
    border-radius: 8px 8px 0 0;
  }
}
.tokushoho .detail__item:first-of-type .detail__item-label {
  border-radius: 8px 0 0 0;
}
@media screen and (max-width: 768px) {
  .tokushoho .detail__item:first-of-type .detail__item-label {
    border-radius: 8px 8px 0 0;
  }
}
.tokushoho .detail__item:first-of-type .detail__item-content {
  border-radius: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .tokushoho .detail__item:first-of-type .detail__item-content {
    border-radius: 0;
  }
}
.tokushoho .detail__item:last-of-type {
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 768px) {
  .tokushoho .detail__item:last-of-type {
    border-radius: 0 0 8px 8px;
  }
}
.tokushoho .detail__item:last-of-type .detail__item-label {
  border-radius: 0 0 0 8px;
}
@media screen and (max-width: 768px) {
  .tokushoho .detail__item:last-of-type .detail__item-label {
    border-radius: 0;
  }
}
.tokushoho .detail__item:last-of-type .detail__item-content {
  border-radius: 0 0 8px 0;
}
@media screen and (max-width: 768px) {
  .tokushoho .detail__item:last-of-type .detail__item-content {
    border-radius: 0 0 8px 8px;
  }
}
.tokushoho .detail__item:not(:last-of-type) {
  border-bottom: 1px dotted #878787;
}

/*rule--------------------*/
/*order--------------------*/
.order .detail {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .order .detail {
    padding-bottom: 50px;
  }
}
.order .detail__frame {
  padding: 65px 9% 80px 9%;
  background: #ffffff;
  line-height: 1.8421052632;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .order .detail__frame {
    padding: 50px 25px;
  }
}
.order .detail__box-ttl {
  font-size: 19px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media screen and (max-width: 1920px) {
  .order .detail__box-ttl {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .order .detail__box-ttl {
    margin-bottom: 10px;
  }
}
.order .detail__box ul, .order .detail__box li, .order .detail__box p {
  font-size: 19px;
  line-height: 1.8421052632;
}
@media screen and (max-width: 1920px) {
  .order .detail__box ul, .order .detail__box li, .order .detail__box p {
    font-size: var(--font19);
  }
}
.order .detail__box ul span, .order .detail__box li span, .order .detail__box p span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.order .detail__box ul li:not(:last-of-type), .order .detail__box li li:not(:last-of-type), .order .detail__box p li:not(:last-of-type) {
  margin-bottom: 10px;
}
.order .detail__box:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .order .detail__box:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

/*instructions--------------------*/
.instructions .c-fv-noBg {
  padding: 120px 0 45px 0;
}
@media screen and (max-width: 768px) {
  .instructions .c-fv-noBg {
    padding: 50px 0;
  }
}

.instructions .guide {
  padding: 0 0 160px 0;
}
@media screen and (max-width: 768px) {
  .instructions .guide {
    padding: 0 0 50px 0;
  }
}
.instructions .guide .l-guide__block-ttl {
  border-bottom: 1px solid #707070;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

/*intermediary--------------------*/
.intermediary .bg {
  background-image: url(../images/intermediary/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intermediary .intro {
  padding: 75px 0 105px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intermediary .intro {
    padding: 50px 0;
    text-align: justify;
  }
}
.intermediary .intro .c-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .intermediary .intro .c-ttl {
    margin-bottom: 50px;
  }
}
.intermediary .intro__txt {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8421052632;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .intermediary .intro__txt {
    font-size: var(--font19);
  }
}
.intermediary .intro__note {
  font-size: 17px;
  font-weight: 400;
  line-height: 2.0588235294;
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .intermediary .intro__note {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 768px) {
  .intermediary .intro__note {
    margin-bottom: 25px;
  }
}

.intermediary .area {
  padding: 0 0 165px 0;
}
@media screen and (max-width: 768px) {
  .intermediary .area {
    padding: 0 0 50px 0;
  }
}
.intermediary .area__frame {
  background: #ffffff;
  padding: 100px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .intermediary .area__frame {
    flex-direction: column;
    padding: 100px 25px 50px 25px;
    gap: 25px;
  }
}
.intermediary .area .c-ttl {
  font-size: 34px;
  color: #00A278;
  line-height: 1.7647058824;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .intermediary .area .c-ttl {
    font-size: var(--font34);
  }
}
.intermediary .area .c-ttl::before {
  content: "";
  width: 107px;
  height: 61px;
  background-image: url(../images/intermediary/ttl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: -70px;
  left: -35px;
}
@media screen and (max-width: 768px) {
  .intermediary .area .c-ttl::before {
    width: 53.5px;
    height: 30.5px;
    top: -30px;
    left: -10px;
  }
}
.intermediary .area__thumbnail {
  width: 53%;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .intermediary .area__thumbnail {
    width: 100%;
  }
}

/*strengths--------------------*/
.strengths .detail {
  padding: 75px 0 150px 0;
}
@media screen and (max-width: 768px) {
  .strengths .detail {
    padding: 50px 0;
  }
}
.strengths .detail__txt {
  font-size: 19px;
  line-height: 1.8421052632;
  font-weight: 400;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1920px) {
  .strengths .detail__txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .strengths .detail__txt {
    text-align: justify;
  }
}
.strengths .detail__ttl {
  font-size: 30px;
  font-weight: bold;
  background: #00A278;
  border-radius: 8px;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .strengths .detail__ttl {
    margin-bottom: 50px;
  }
}
.strengths .detail__ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00a278 transparent transparent transparent;
  border-width: 15px 10px 0px 10px;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
}

/*abouts--------------------*/
.abouts .bg {
  background-image: url(../images/abouts/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.abouts .greeting {
  padding: 75px 0 215px 0;
}
@media screen and (max-width: 768px) {
  .abouts .greeting {
    padding: 50px 0;
  }
}
.abouts .greeting .c-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .abouts .greeting .c-ttl {
    margin-bottom: 50px;
  }
}
.abouts .greeting__txt {
  font-size: 19px;
  line-height: 1.8421052632;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .abouts .greeting__txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .abouts .greeting__txt {
    text-align: justify;
  }
}
.abouts .greeting__txt:not(:last-of-type) {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .abouts .greeting__txt:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.abouts .greeting__txt:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .abouts .greeting__txt:last-of-type {
    margin-bottom: 50px;
  }
}
.abouts .greeting__name {
  width: 195px;
  margin-left: auto;
}

.abouts .bg02 {
  background: #F5F5F3;
}

.abouts .idea {
  padding: 100px 0 150px 0;
}
@media screen and (max-width: 768px) {
  .abouts .idea {
    padding: 50px 0;
  }
}
.abouts .idea__box {
  background: #ffffff;
  border-radius: 8px;
}
.abouts .idea__box-item {
  padding: 60px 0 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .abouts .idea__box-item {
    padding: 50px 25px;
    text-align: justify;
  }
}
.abouts .idea__box-item .c-ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .abouts .idea__box-item .c-ttl {
    margin-bottom: 25px;
  }
}
.abouts .idea__box-item:first-of-type {
  padding: 105px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .abouts .idea__box-item:first-of-type {
    padding: 50px 25px;
  }
}
.abouts .idea__box-item:not(:last-of-type) {
  border-bottom: 1px solid #E1E1E1;
}
.abouts .idea__box-lead {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.3513513514;
  color: #00A278;
}
.abouts .idea__box-ttl {
  text-align: center;
  margin-bottom: 35px;
}
.abouts .idea__box-ttl span {
  display: block;
}
.abouts .idea__box-ttl-en {
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  color: rgba(45, 52, 48, 0.24);
}
@media screen and (max-width: 1920px) {
  .abouts .idea__box-ttl-en {
    font-size: var(--font15);
  }
}
.abouts .idea__box-ttl-jp {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .abouts .idea__box-ttl-jp {
    font-size: var(--font30);
  }
}
.abouts .idea__box-txt {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8421052632;
}
@media screen and (max-width: 1920px) {
  .abouts .idea__box-txt {
    font-size: var(--font19);
  }
}

.abouts .profile {
  padding: 0 0 155px 0;
}
@media screen and (max-width: 768px) {
  .abouts .profile {
    padding: 0 0 50px 0;
  }
}
.abouts .profile__frame {
  background: #ffffff;
  border-radius: 8px;
  padding: 100px 0 60px 0;
}
@media screen and (max-width: 768px) {
  .abouts .profile__frame {
    padding: 50px 0;
  }
}
.abouts .profile .c-ttl {
  margin-bottom: 10px;
}
.abouts .profile__box-item {
  padding: 30px 9%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .abouts .profile__box-item {
    flex-direction: column;
    padding: 25px;
  }
}
.abouts .profile__box-item:not(:last-of-type) {
  border-bottom: 1px solid #E1E1E1;
}
.abouts .profile__box-label, .abouts .profile__box-label02 {
  font-size: 17px;
  font-weight: bold;
  min-width: 180x;
  width: 180px;
}
@media screen and (max-width: 1920px) {
  .abouts .profile__box-label, .abouts .profile__box-label02 {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 768px) {
  .abouts .profile__box-label {
    margin-bottom: 10px;
  }
}
.abouts .profile__box-content, .abouts .profile__box-content02 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8421052632;
}
@media screen and (max-width: 1920px) {
  .abouts .profile__box-content, .abouts .profile__box-content02 {
    font-size: var(--font17);
  }
}
.abouts .profile__box-content a, .abouts .profile__box-content02 a {
  color: #00A278;
}
.abouts .profile__box-item02 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .abouts .profile__box-item02:first-of-type {
    margin-top: 50px;
  }
}
.abouts .profile__box-item02:not(:last-of-type) {
  margin-bottom: 25px;
}
.abouts .profile__box-label02 {
  min-width: 70px;
  width: 70px;
}

/*beginners--------------------*/
.beginners .c-fv {
  display: flex;
  align-items: center;
  background-image: url(../images/fv/beginners.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 130px 0;
}
@media screen and (max-width: 768px) {
  .beginners .c-fv {
    padding: 50px 0;
  }
}
.beginners .c-fv .c-ttl {
  color: #ffffff;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.beginners .c-fv .c-ttl::before {
  content: "";
  width: 24px;
  height: 33px;
  background-image: url(../images/beginners/fv_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: -35px;
}
@media screen and (max-width: 768px) {
  .beginners .c-fv .c-ttl::before {
    top: 5px;
  }
}

.beginners .customer {
  padding: 115px 0;
}
@media screen and (max-width: 768px) {
  .beginners .customer {
    padding: 50px 0;
  }
}
.beginners .customer .c-ttl {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .beginners .customer .c-ttl {
    margin-bottom: 50px;
  }
}
.beginners .customer__txt {
  font-size: 19px;
  line-height: 1.8421052632;
  font-weight: 400;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 1920px) {
  .beginners .customer__txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .beginners .customer__txt {
    margin-bottom: 25px;
  }
}
.beginners .customer__group {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .beginners .customer__group {
    flex-direction: column;
    align-items: center;
  }
}
.beginners .customer__group-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #00A278;
  border-radius: 50%;
  color: #ffffff;
  width: 250px;
  height: 120px;
}
@media screen and (max-width: 1920px) {
  .beginners .customer__group-list {
    font-size: var(--font16);
  }
}
.beginners .customer__group-list span {
  display: block;
  font-size: 27px;
  font-weight: bold;
  color: #F9EB1F;
}
@media screen and (max-width: 1920px) {
  .beginners .customer__group-list span {
    font-size: var(--font27);
  }
}
.beginners .customer .c-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.beginners .customer .c-button-link:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(9%) saturate(488%) hue-rotate(93deg) brightness(91%) contrast(93%);
}
.beginners .customer .c-button-link figure {
  width: 20px;
  margin-right: 15px;
}

.beginners .flow {
  padding: 0 0 105px;
}
@media screen and (max-width: 768px) {
  .beginners .flow {
    padding: 0 0 50px 0;
  }
}
.beginners .flow .c-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .beginners .flow .c-ttl {
    margin-bottom: 50px;
  }
}
.beginners .flow__txt {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .beginners .flow__txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .beginners .flow__txt {
    text-align: left;
  }
}
.beginners .flow__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .beginners .flow__group {
    gap: 50px 10px;
    justify-content: flex-start;
  }
}
.beginners .flow__group-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .beginners .flow__group-list {
    width: calc(50% - 5px);
  }
}
.beginners .flow__group-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #707070;
  position: relative;
  background: #ffffff;
  margin-bottom: 15px;
}
.beginners .flow__group-number {
  font-size: 45px;
  font-weight: bold;
  color: #1CE8B3;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 1920px) {
  .beginners .flow__group-number {
    font-size: var(--font45);
  }
}
.beginners .flow__group-icon {
  width: 80%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.beginners .flow__group-txt {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .beginners .flow__group-txt {
    font-size: var(--font19);
  }
}
.beginners .flow__group-txt span {
  font-size: 10px;
  text-align: center;
  display: block;
}

.beginners .product {
  padding: 0 0 155px 0;
}
@media screen and (max-width: 768px) {
  .beginners .product {
    padding: 0 0 50px 0;
  }
}
.beginners .product .c-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .beginners .product .c-ttl {
    margin-bottom: 50px;
  }
}
.beginners .product__frame {
  border-radius: 8px;
  background: #ffffff;
  padding: 55px 5.8% 60px 5.8%;
}
@media screen and (max-width: 768px) {
  .beginners .product__frame {
    padding: 25px;
  }
}
.beginners .product__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .beginners .product__group {
    gap: 50px 10px;
    justify-content: flex-start;
    margin-bottom: 25px;
  }
}
.beginners .product__group-list {
  width: 13%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .beginners .product__group-list {
    width: calc(50% - 5px);
  }
}
.beginners .product__group-list:first-of-type img, .beginners .product__group-list:nth-of-type(5) img {
  transform: scale(1.1);
}
.beginners .product__group-icon {
  aspect-ratio: 1/1;
  border: 1px solid #707070;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .beginners .product__group-icon {
    width: 100%;
    height: auto;
  }
}
.beginners .product__group-icon img {
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
.beginners .product__group-txt {
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 1920px) {
  .beginners .product__group-txt {
    font-size: var(--font17);
  }
}

/*works--------------------*/
.works .list {
  padding: 70px 0 160px 0;
}
@media screen and (max-width: 768px) {
  .works .list {
    padding: 50px 0;
  }
}
.works .list__txt {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8421052632;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .works .list__txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .works .list__txt {
    text-align: justify;
    margin-bottom: 25px;
  }
}

/*sitemap--------------------*/
.sitemap .c-ttl {
  padding: 75px 0 0 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sitemap .c-ttl {
    padding: 50px 0 0 0;
    margin-bottom: 50px;
  }
}

.sitemap .map {
  padding: 0 0 145px 0;
}
@media screen and (max-width: 768px) {
  .sitemap .map {
    padding: 0 0 50px 0;
  }
}
.sitemap .map__frame {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 1366px) {
  .sitemap .map__frame {
    gap: 50px 10px;
  }
}
.sitemap .map__block {
  width: calc(25% - 18.75px);
}
@media screen and (max-width: 1366px) {
  .sitemap .map__block {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .sitemap .map__block {
    width: 100%;
  }
}
.sitemap .map__block-lead {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sitemap .map__block-icon {
  width: 30px;
  margin-right: 5px;
}
.sitemap .map__block-span {
  font-size: 22px;
  font-weight: bold;
  color: #2D7AA0;
}
@media screen and (max-width: 1920px) {
  .sitemap .map__block-span {
    font-size: var(--font22);
  }
}
.sitemap .map__block-group {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.sitemap .map__block-group-list {
  border-radius: 50px;
}
.sitemap .map__block-group-link {
  border-radius: 50px;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 1920px) {
  .sitemap .map__block-group-link {
    font-size: var(--font20);
  }
}
.sitemap .map__block-group-link:hover {
  opacity: 1;
  background: rgba(45, 52, 48, 0.2);
}
.sitemap .map__block-group p.map__block-group-link:hover {
  background: #ffffff;
}
.sitemap .map__block-group02 {
  background: rgba(45, 122, 160, 0.1);
  border-radius: 0 0 8px 8px;
  padding: 40px 20px 25px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sitemap .map__block-group02::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(45, 122, 160, 0.1);
  z-index: -1;
}
.sitemap .map__block-group02-link {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1920px) {
  .sitemap .map__block-group02-link {
    font-size: var(--font20);
  }
}
.sitemap .map__block-group02-link:hover {
  opacity: 1;
  color: #2D7AA0;
}

/*contact--------------------*/
.thanks .catch {
  padding: 120px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .thanks .catch {
    padding: 50px 0;
  }
}
.thanks .catch .c-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .thanks .catch .c-ttl {
    margin-bottom: 50px;
  }
}
.thanks .catch__txt {
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  line-height: 1.8421052632;
}
@media screen and (max-width: 1920px) {
  .thanks .catch__txt {
    font-size: var(--font19);
  }
}

.contact .catch {
  padding: 120px 0 50px 0;
}
@media screen and (max-width: 768px) {
  .contact .catch {
    padding: 50px 0;
  }
}
.contact .catch .c-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .contact .catch .c-ttl {
    margin-bottom: 50px;
  }
}
.contact .catch__txt {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8421052632;
}
@media screen and (max-width: 1920px) {
  .contact .catch__txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .contact .catch__txt {
    text-align: left;
  }
}

.contact .form {
  padding: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  .contact .form {
    padding: 0 0 50px 0;
  }
}
.contact .form .snow-monkey-form {
  background: #ffffff;
  padding: 0 0 100px 0;
}
@media screen and (max-width: 768px) {
  .contact .form .snow-monkey-form {
    padding: 0 0 50px 0;
  }
}
.contact .form .smf-form {
  margin-left: auto;
  margin-right: auto;
}
.contact .form .smf-form .bgWhite {
  background: #ffffff;
}
.contact .form .smf-form #error-message {
  display: none;
  color: #cc3033;
}
.contact .form .smf-form .smf-item {
  border-top: 1px solid #E1E1E1;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .smf-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }
}
.contact .form .smf-form .smf-item__label {
  font-size: 19px;
  font-weight: bold;
  width: 375px;
  min-width: 375px;
  padding-left: 5%;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .smf-item__label {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .smf-item__label {
    padding: 15px 15px 7.5px 15px;
    min-width: unset;
  }
}
.contact .form .smf-form .smf-item__controls {
  width: 100%;
  padding-right: 5%;
  font-size: 16px;
  color: #232323;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .smf-item__controls {
    padding: 7.5px 15px 15px 15px;
  }
}
.contact .form .smf-form .smf-item__col--controls {
  width: 100%;
}
.contact .form .smf-form .smf-text-control__control, .contact .form .smf-form .smf-textarea-control__control {
  width: 100%;
  background: rgba(245, 245, 245, 0.8);
  height: 50px;
  border: none;
  font-size: 19px;
  border-radius: 5px;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .smf-text-control__control, .contact .form .smf-form .smf-textarea-control__control {
    font-size: var(--font19);
  }
}
.contact .form .smf-form .smf-placeholder {
  position: relative;
  font-size: 16px;
}
.contact .form .smf-form .smf-placeholder .smf-error-messages {
  position: absolute;
  margin-top: 0;
  bottom: -18px;
  left: 0;
  font-size: 12px;
}
.contact .form .smf-form .smf-item__controls {
  position: relative;
}
.contact .form .smf-form .smf-item__controls #error-message {
  position: absolute;
  margin-top: 0;
  bottom: -18px;
  left: 0;
  font-size: 12px;
}
.contact .form .smf-form ::-moz-placeholder {
  color: #BCBCBC;
}
.contact .form .smf-form ::placeholder {
  color: #BCBCBC;
}
.contact .form .smf-form .smf-textarea-control__control {
  height: 240px;
}
.contact .form .smf-form .must .smf-item__label {
  position: relative;
}
.contact .form .smf-form .must .smf-item__label::after {
  content: "※必須";
  color: #F15228;
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  padding: 4px;
  margin-left: 10px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .must .smf-item__label::after {
    font-size: var(--font19);
  }
}
.contact .form .smf-form .twoColumn .smf-item__controls {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .twoColumn .smf-item__controls {
    flex-direction: column;
  }
}
.contact .form .smf-form .twoColumn .smf-item__controls .smf-placeholder {
  width: calc(50% - 7.5px);
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .twoColumn .smf-item__controls .smf-placeholder {
    width: 100%;
  }
}
.contact .form .smf-form .twoColumn .smf-item__controls .smf-placeholder:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .twoColumn .smf-item__controls .smf-placeholder:first-of-type {
    margin-bottom: 10px;
  }
}
.contact .form .smf-form .noColumn {
  display: block;
}
.contact .form .smf-form .noColumn .smf-item__label {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .noColumn .smf-item__label {
    padding: 0;
  }
}
.contact .form .smf-form .noColumn .smf-item__controls {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .noColumn .smf-item__controls {
    padding: 0;
  }
}
.contact .form .smf-form .up {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .up {
    align-items: flex-start;
  }
}
.contact .form .smf-form .up .smf-item__label {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .up .smf-item__label {
    margin-top: 0;
  }
}
.contact .form .smf-form .smf-radio-buttons-control__control .smf-label label span,
.contact .form .smf-form .smf-checkboxes-control__control .smf-label label span {
  display: flex;
  align-items: center;
}
.contact .form .smf-form .smf-radio-buttons-control__control .smf-label label span input,
.contact .form .smf-form .smf-checkboxes-control__control .smf-label label span input {
  margin-top: 0;
}
.contact .form .smf-form .orderNote {
  font-size: 17px;
  font-weight: bold;
  color: #F15228;
  line-height: 1.8421052632;
  margin-top: 10px;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .orderNote {
    font-size: var(--fotn17);
  }
}
.contact .form .smf-form .privacySection, .contact .form .smf-form .checkSection {
  border-top: none;
}
.contact .form .smf-form .privacySection {
  border-top: 1px solid #E1E1E1;
}
.contact .form .smf-form .checkSection {
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .checkSection {
    font-size: var(--font16);
  }
}
.contact .form .smf-form .checkSection .privacyTxt {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1764705882;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .checkSection .privacyTxt {
    font-size: var(-font17);
  }
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .checkSection .privacyTxt {
    text-align: left;
  }
}
.contact .form .smf-form .checkSection .privacyTxt a {
  color: #F15228;
  text-decoration: underline;
}
.contact .form .smf-form .form__lead {
  font-size: 19px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .form__lead {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .form__lead {
    margin: 25px 0;
  }
}
.contact .form .smf-form .form__policy {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #232323;
  border: 1px solid #afafaf;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .form__policy {
    width: 100%;
    max-width: unset;
  }
}
.contact .form .smf-form .form__policy-frame {
  height: 220px;
  overflow-y: scroll;
  padding: 20px;
  background: #ffffff;
}
.contact .form .smf-form .form__policy-info {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .form__policy-info {
    font-size: var(--font16);
  }
}
.contact .form .smf-form .form__policy-box-ttl {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .form__policy-box-ttl {
    font-size: var(--font18);
  }
}
.contact .form .smf-form .form__policy-box-txt {
  font-size: 14px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .form__policy-box-txt {
    font-size: var(--font14);
  }
}
.contact .form .smf-form .form__policy-box-txt02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-form .form__policy-box-txt02 {
    margin-bottom: 25px;
  }
}
.contact .form .smf-form .form__policy-box ul li {
  font-size: 14px;
  line-height: 1.6666666667;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-form .form__policy-box ul li {
    font-size: var(--font14);
  }
}
.contact .form .smf-form .form__policy-box ul li::before {
  content: "●";
}
.contact .form .smf-form .form__policy-box:not(:last-of-type) {
  margin-bottom: 50px;
}
.contact .form .smf-action {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.contact .form .smf-action span {
  position: relative;
}
.contact .form .smf-action span::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-action {
    max-width: 300px;
  }
}
.contact .form .smf-action .smf-button-control__control:disabled {
  background-color: #F2F2F2;
  color: #2D3430;
  pointer-events: none;
}
.contact .form .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.contact .form .smf-button-control {
  border-radius: 38px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contact .form .smf-button-control {
    min-width: unset;
    width: 100%;
  }
}
.contact .form .smf-button-control .smf-button-control__control {
  border-radius: 38px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background: #2D3430;
  border: 1px solid #2D3430;
  text-align: center;
  transition: var(--transitionDefault);
}
@media screen and (max-width: 1920px) {
  .contact .form .smf-button-control .smf-button-control__control {
    font-size: var(--font18);
  }
}
.contact .form .smf-button-control .smf-button-control__control:hover {
  opacity: 1;
  color: #2D3430;
  background: #F2F2F2;
}

[data-screen=confirm] .privacySection {
  display: none !important;
}
[data-screen=confirm] .checkSection {
  display: none !important;
}
[data-screen=confirm] .smf-button-control:not(:last-of-type) {
  margin-bottom: 20px;
}
[data-screen=confirm] .up {
  align-items: center !important;
}
@media screen and (max-width: 768px) {
  [data-screen=confirm] .up {
    align-items: flex-start !important;
  }
}
[data-screen=confirm] .up .smf-item__label {
  margin-top: 0 !important;
}

[data-action=back] {
  margin-bottom: 25px;
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  [data-action=back] {
    margin-top: 25px;
  }
}

/*contact--------------------*/
/*archive news--------------------*/
.post-type-archive-news #main,
.tax-news-category #main {
  background: #ffffff;
}

.post-type-archive-news .nav,
.tax-news-category .nav {
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-news .nav,
  .tax-news-category .nav {
    padding: 50px 0;
  }
}
.post-type-archive-news .nav__group,
.tax-news-category .nav__group {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-news .nav__group,
  .tax-news-category .nav__group {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.post-type-archive-news .nav__group-list,
.tax-news-category .nav__group-list {
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .post-type-archive-news .nav__group-list,
  .tax-news-category .nav__group-list {
    width: 100%;
    max-width: 300px;
  }
}
.post-type-archive-news .nav__group-link,
.tax-news-category .nav__group-link {
  font-size: 20px;
  font-weight: bold;
  color: #2D7AA0;
  padding: 15px 20px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-news .nav__group-link,
  .tax-news-category .nav__group-link {
    font-size: var(--font20);
  }
}
.post-type-archive-news .nav__group-link:hover,
.tax-news-category .nav__group-link:hover {
  opacity: 1;
  background: #ffffff;
  color: #2D7AA0;
}
.post-type-archive-news .nav__group .all:hover,
.tax-news-category .nav__group .all:hover {
  background: #2D7AA0;
  color: #ffffff;
}
.post-type-archive-news .nav__group .info:hover,
.tax-news-category .nav__group .info:hover {
  background: #00A278;
  color: #ffffff;
}
.post-type-archive-news .nav__group .press:hover,
.tax-news-category .nav__group .press:hover {
  background: #E97917;
  color: #ffffff;
}

.post-type-archive-news .list,
.tax-news-category .list {
  padding: 0 0 105px 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-news .list,
  .tax-news-category .list {
    padding: 0 0 50px 0;
  }
}
.post-type-archive-news .list__group-item,
.tax-news-category .list__group-item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.post-type-archive-news .list__group-link,
.tax-news-category .list__group-link {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 25px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post-type-archive-news .list__group-link,
  .tax-news-category .list__group-link {
    flex-direction: column;
    padding: 25px 75px 25px 0;
  }
}
.post-type-archive-news .list__group-link::before,
.tax-news-category .list__group-link::before {
  content: "";
  width: 12px;
  height: 20px;
  background-image: url(../images/common/news_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 10;
  transition: var(--transitionDefault);
}
.post-type-archive-news .list__group-link::after,
.tax-news-category .list__group-link::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  transition: var(--transitionDefault);
}
.post-type-archive-news .list__group-link:hover,
.tax-news-category .list__group-link:hover {
  opacity: 1;
}
.post-type-archive-news .list__group-link:hover .list__group-ttl,
.tax-news-category .list__group-link:hover .list__group-ttl {
  color: #2C7AA0;
  text-decoration: underline;
}
.post-type-archive-news .list__group-link:hover::before,
.tax-news-category .list__group-link:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(131deg) brightness(103%) contrast(101%);
}
.post-type-archive-news .list__group-link:hover::after,
.tax-news-category .list__group-link:hover::after {
  background: #2C7AA0;
}
.post-type-archive-news .list__group-frame,
.tax-news-category .list__group-frame {
  display: flex;
}
@media screen and (max-width: 768px) {
  .post-type-archive-news .list__group-frame,
  .tax-news-category .list__group-frame {
    margin-bottom: 10px;
  }
}
.post-type-archive-news .list__group-date,
.tax-news-category .list__group-date {
  min-width: 190px;
  width: 190px;
  height: 30px;
  font-size: 18px;
  color: #878787;
  margin-right: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-news .list__group-date,
  .tax-news-category .list__group-date {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 768px) {
  .post-type-archive-news .list__group-date,
  .tax-news-category .list__group-date {
    justify-content: flex-start;
    min-width: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.post-type-archive-news .list__group-category,
.tax-news-category .list__group-category {
  width: 110px;
  min-width: 110px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 0;
  margin-right: 25px;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-news .list__group-category,
  .tax-news-category .list__group-category {
    font-size: var(--font14);
  }
}
.post-type-archive-news .list__group-ttl,
.tax-news-category .list__group-ttl {
  font-size: 20px;
  line-height: 1.8421052632;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transitionDefault);
}
@media screen and (max-width: 1920px) {
  .post-type-archive-news .list__group-ttl,
  .tax-news-category .list__group-ttl {
    font-size: var(--font20);
  }
}
.post-type-archive-news .list__group .press-release,
.tax-news-category .list__group .press-release {
  background: #E97917;
}
.post-type-archive-news .list__group .news,
.tax-news-category .list__group .news {
  background: #00A278;
}
.post-type-archive-news .c-button,
.tax-news-category .c-button {
  margin-top: 60px;
}
.post-type-archive-news .c-button:hover,
.tax-news-category .c-button:hover {
  cursor: pointer;
}
.post-type-archive-news .list__group-item,
.tax-news-category .list__group-item {
  opacity: 1;
}
.post-type-archive-news .list__group-item.hidden,
.tax-news-category .list__group-item.hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.post-type-archive-news .c-button.hidden,
.tax-news-category .c-button.hidden {
  display: none;
}

.post-type-archive-news .nav .all {
  background: #2D7AA0;
  color: #ffffff;
}

.term-news .nav .info {
  background: #00A278;
  color: #ffffff;
}

.term-press-release .nav .press {
  background: #E97917;
  color: #ffffff;
}

/*single news--------------------*/
.single-news #main {
  background: #FFFFFF;
}

.single-news .contents {
  padding: 75px 0 105px 0;
}
@media screen and (max-width: 768px) {
  .single-news .contents {
    padding: 50px 0;
  }
}
.single-news .contents__date {
  font-size: 16px;
  color: #878787;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .single-news .contents__date {
    font-size: var(--font16);
  }
}
@media screen and (max-width: 768px) {
  .single-news .contents__date {
    margin-bottom: 15px;
  }
}
.single-news .contents__ttl {
  border-bottom: 1px solid #2D3430;
  padding-bottom: 35px;
  margin-bottom: 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .single-news .contents__ttl {
    flex-direction: column;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}
.single-news .contents__ttl-category {
  font-size: 14px;
  color: #ffffff;
  background: #00A278;
  width: 120px;
  height: 30px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  transform: translateY(15px);
}
@media screen and (max-width: 1920px) {
  .single-news .contents__ttl-category {
    font-size: var(--font14);
  }
}
@media screen and (max-width: 768px) {
  .single-news .contents__ttl-category {
    transform: none;
    margin-bottom: 10px;
  }
}
.single-news .contents__ttl .press-release {
  background: #E97917;
}
.single-news .contents__ttl .news {
  background: #00A278;
}
.single-news .contents__ttl .c-ttl {
  font-size: 45px;
}
@media screen and (max-width: 1920px) {
  .single-news .contents__ttl .c-ttl {
    font-size: var(--font45);
  }
}
@media screen and (max-width: 768px) {
  .single-news .contents__ttl .c-ttl {
    text-align: justify;
  }
}
.single-news .contents__block {
  padding: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  .single-news .contents__block {
    padding: 0 0 50px 0;
  }
}
.single-news .contents__block p, .single-news .contents__block ul, .single-news .contents__block a {
  font-size: 19px;
  line-height: 1.8421052632;
  margin-bottom: 35px;
}
@media screen and (max-width: 1920px) {
  .single-news .contents__block p, .single-news .contents__block ul, .single-news .contents__block a {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .single-news .contents__block p, .single-news .contents__block ul, .single-news .contents__block a {
    margin-bottom: 25px;
  }
}
.single-news .contents__block h2 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  background: #2D3430;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-news .contents__block h2 {
    margin-bottom: 25px;
  }
}
.single-news .contents__block h3 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 5px solid #CE2815;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
@media screen and (max-width: 1920px) {
  .single-news .contents__block h3 {
    font-size: var(--font23);
  }
}
@media screen and (max-width: 768px) {
  .single-news .contents__block h3 {
    margin-bottom: 25px;
  }
}
.single-news .contents__block h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .single-news .contents__block h4 {
    font-size: var(--font20);
  }
}
@media screen and (max-width: 768px) {
  .single-news .contents__block h4 {
    margin-bottom: 25px;
  }
}
.single-news .contents__block h5 {
  font-size: 19px;
  font-weight: bold;
  color: #CE2815;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  margin-bottom: 35px;
}
.single-news .contents__block h5::before {
  content: "";
  height: 10px;
  background: #CFEEFF;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .single-news .contents__block h5 {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .single-news .contents__block h5 {
    margin-bottom: 25px;
  }
}
.single-news .contents__block ul li {
  position: relative;
  padding-left: 30px;
}
.single-news .contents__block ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*archive item--------------------*/
.category-item .l-breadcrumb {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .category-item .l-breadcrumb {
    padding-bottom: 50px;
  }
}

.category-item .frame {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  padding: 0 0 85px 0;
}
@media screen and (max-width: 1024px) {
  .category-item .frame {
    gap: 100px;
    padding: 0 0 50px 0;
    flex-direction: column-reverse;
  }
}

.category-item .list {
  width: calc(100% - 335px);
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .category-item .list {
    width: 100%;
    padding-bottom: 0;
  }
}
.category-item .list__ttl {
  font-size: 33px;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 1920px) {
  .category-item .list__ttl {
    font-size: var(--font33);
  }
}

.category-item .c-product__group {
  gap: 25px;
}
@media screen and (max-width: 1366px) {
  .category-item .c-product__group {
    gap: 10px;
  }
}
.category-item .c-product__group-item {
  width: calc(33.3333333333% - 16.6666666667px);
}
@media screen and (max-width: 1366px) {
  .category-item .c-product__group-item {
    width: calc(50% - 5px);
  }
}

/*product-template--------------------*/
.product-template .l-breadcrumb {
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .product-template .l-breadcrumb {
    padding-bottom: 50px;
  }
}
.product-template .storycontent {
  padding: 0 0 95px 0;
}
@media screen and (max-width: 768px) {
  .product-template .storycontent {
    padding: 0 0 50px 0;
  }
}
.product-template #itempage {
  display: flex;
  justify-content: space-between;
  padding: 0 0 65px 0;
}
@media screen and (max-width: 1024px) {
  .product-template #itempage {
    flex-direction: column;
    padding: 0 0 50px 0;
  }
}
.product-template #itempage #img-box {
  float: unset;
  width: 39%;
}
@media screen and (max-width: 1024px) {
  .product-template #itempage #img-box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.product-template #itempage #img-box figure {
  aspect-ratio: 508/397;
  border-radius: 8px;
}
.product-template #itempage #img-box img {
  aspect-ratio: 508/397;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-template #itempage #img-box .itemsubimg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .product-template #itempage #img-box .itemsubimg {
    width: 100%;
  }
}
.product-template #itempage #img-box .itemsubimg a {
  width: calc(50% - 10px);
  border-radius: 8px;
  margin: 0;
}
.product-template #itempage #img-box .itemsubimg a img {
  border-radius: 8px;
}
.product-template #itempage .item-about {
  width: 57%;
  float: unset;
}
@media screen and (max-width: 1024px) {
  .product-template #itempage .item-about {
    width: 100%;
  }
}
.product-template #itempage .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.product-template #itempage .post-categories a {
  font-size: 15px;
  color: #ffffff;
  background: #2D7AA0;
  border-radius: 5px;
  display: block;
  padding: 5px 10px;
}
.product-template #itempage .detail-box {
  width: 100%;
  padding: 0 0 45px 0;
}
@media screen and (max-width: 768px) {
  .product-template #itempage .detail-box {
    padding: 0 0 50px 0;
  }
}
.product-template #itempage .item-name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8421052632;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .product-template #itempage .item-name {
    font-size: var(--font30);
  }
}
.product-template #itempage .item-info {
  padding-top: 0;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.7);
}
@media screen and (max-width: 768px) {
  .product-template #itempage .item-info {
    padding: 0 0 50px 0;
  }
}
.product-template #itempage .item-info .item-sku {
  display: flex;
  flex-direction: column;
  border: none;
  margin-bottom: 60px;
}
.product-template #itempage .item-info .item-sku dt {
  padding: 0;
  background: #F5F5F3;
  border: none;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .product-template #itempage .item-info .item-sku dt {
    font-size: var(--font20);
  }
}
.product-template #itempage .item-info .item-sku dd {
  border: none;
}
.product-template #itempage .item-info .item-sku dd select {
  width: 100%;
  padding: 15px 30px;
  background: #FFFFFF;
  border-radius: 7px;
}
.product-template #itempage .item-info dd, .product-template #itempage .item-info .quantity {
  position: relative;
}
.product-template #itempage .item-info dd::before, .product-template #itempage .item-info .quantity::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-100%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 18px;
  pointer-events: none;
}
.product-template #itempage .item-info select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.product-template #itempage .ToContact {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 50px;
}
.product-template #itempage .ToContact a {
  text-decoration: underline;
  color: #272791;
}
.product-template #itempage .field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  overflow: unset;
}
@media screen and (max-width: 768px) {
  .product-template #itempage .field {
    margin-bottom: 25px;
  }
}
.product-template #itempage .zaikostatus {
  font-size: 16px;
  padding: 3px 10px;
  background: #878787;
  color: #ffffff;
  margin-right: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 1920px) {
  .product-template #itempage .zaikostatus {
    font-size: var(--font16);
  }
}
@media screen and (max-width: 768px) {
  .product-template #itempage .zaikostatus {
    margin-right: 15px;
  }
}
.product-template #itempage .field_price {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .product-template #itempage .field_price {
    font-size: var(--font40);
  }
}
.product-template #itempage .field_price .tax {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.product-template #itempage .c-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .product-template #itempage .c-box {
    flex-direction: column;
    align-items: flex-end;
  }
}
.product-template #itempage .c-box-frame {
  display: flex;
  align-items: center;
}
.product-template #itempage .c-box .quantity {
  font-size: 15px;
}
@media screen and (max-width: 1920px) {
  .product-template #itempage .c-box .quantity {
    font-size: var(--font15);
  }
}
@media screen and (max-width: 768px) {
  .product-template #itempage .c-box .quantity {
    margin-bottom: 25px;
  }
}
.product-template #itempage .c-box .quantity input {
  width: 80px;
  height: 50px;
  border: 1px solid #A4A4A4;
  border-radius: 8px;
  margin-left: 15px;
}
.product-template #itempage .c-box .quantity select {
  background: #ffffff;
  border-radius: 7px;
  margin-left: 15px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
}
.product-template #itempage .c-box .cart-button {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9px;
  margin-left: 15px;
  position: relative;
}
.product-template #itempage .c-box .cart-button::before {
  content: "";
  width: 37px;
  height: 34px;
  background-image: url(../images/common/cart_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  pointer-events: none;
}
.product-template #itempage .c-box .cart-button input {
  border-radius: 9px;
  background: #8BB7EF;
  font-size: 18px;
  font-weight: bold;
  padding: 0 65px 0 90px;
  height: 50px;
  color: #ffffff;
  background: #F13D28;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  .product-template #itempage .c-box .cart-button input {
    font-size: var(--font18);
  }
}
.product-template #itempage .c-box .cart-button input:hover {
  text-decoration: none;
}
.product-template #itempage .item-description {
  padding: 35px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .product-template #itempage .item-description {
    padding: 50px 0;
  }
}
.product-template #itempage .item-description__ttl {
  font-size: 24px;
  color: #2D3430;
  border: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .product-template #itempage .item-description__ttl {
    margin-bottom: 25px;
  }
}
.product-template #itempage .item-description p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7333333333;
}
.product-template #itempage .item-description p:last-of-type {
  margin-bottom: 0;
}
.product-template #itempage .item-index {
  font-size: 18px;
  line-height: 1.9444444444;
  border-radius: 10px;
  border: 1px solid rgba(112, 112, 112, 0.7);
  margin-bottom: 55px;
}
@media screen and (max-width: 1920px) {
  .product-template #itempage .item-index {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 768px) {
  .product-template #itempage .item-index {
    margin-bottom: 25px;
  }
}
.product-template #itempage .item-index__area {
  display: flex;
}
@media screen and (max-width: 768px) {
  .product-template #itempage .item-index__area {
    flex-direction: column;
  }
}
.product-template #itempage .item-index__area:first-of-type {
  border-radius: 10px 10px 0 0;
}
.product-template #itempage .item-index__area:first-of-type .item-index__label {
  border-radius: 10px 0 0 0;
}
.product-template #itempage .item-index__area:first-of-type .item-index__txt {
  border-radius: 0 10px 0 0;
}
.product-template #itempage .item-index__area:last-of-type {
  border-radius: 0 0 10px 10px;
}
.product-template #itempage .item-index__area:last-of-type .item-index__label {
  border-radius: 0 0 0 10px;
}
.product-template #itempage .item-index__area:last-of-type .item-index__txt {
  border-radius: 0 0 10px 0;
}
.product-template #itempage .item-index__area:not(:last-of-type) {
  border-bottom: 1px dotted #878787;
}
.product-template #itempage .item-index__label {
  font-size: 17px;
  font-weight: bold;
  background: #D8E2E6;
  width: 200px;
  min-width: 200px;
  padding: 10px 10px 10px 25px;
}
@media screen and (max-width: 1920px) {
  .product-template #itempage .item-index__label {
    font-size: var(--font17);
  }
}
@media screen and (max-width: 768px) {
  .product-template #itempage .item-index__label {
    width: 100%;
    padding: 10px;
  }
}
.product-template #itempage .item-index__txt {
  font-size: 18px;
  padding: 10px;
  width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 1920px) {
  .product-template #itempage .item-index__txt {
    font-size: var(--font18);
  }
}
@media screen and (max-width: 768px) {
  .product-template #itempage .item-index__txt {
    padding: 10px;
  }
}
.product-template .itemRelated {
  padding: 105px 0 80px 0;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .product-template .itemRelated {
    padding: 50px 0 0 0;
  }
}
.product-template .itemRelated .c-ttl {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .product-template .itemRelated .c-ttl {
    margin-bottom: 50px;
  }
}
.product-template .itemRelated h3 {
  display: none;
}
.product-template .itemRelated .clearfix {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .product-template .itemRelated .clearfix {
    gap: 10px;
  }
}
.product-template .itemRelated .clearfix .c-product__group-item {
  width: calc(25% - 18.75px);
}
@media screen and (max-width: 1024px) {
  .product-template .itemRelated .clearfix .c-product__group-item {
    width: calc(50% - 5px);
  }
}

.lum-lightbox.lum-open {
  z-index: 999999999 !important;
}

/*product-template--------------------*/
/*post-type-archive-guide--------------------*/
.post-type-archive-guide,
.tax-bird-control-types {
  background: #CFDFE8;
}

.post-type-archive-guide .l-breadcrumb {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-guide .l-breadcrumb {
    padding-bottom: 50px;
  }
}

.post-type-archive-guide .catch {
  color: #ffffff;
  text-align: center;
  background: #26749B;
  border-radius: 8px 8px 0 0;
  padding: 45px 10px 50px 10px;
  width: 90%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-guide .catch {
    border-radius: 8px;
    margin-bottom: 25px;
  }
}
.post-type-archive-guide .catch::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 95px;
  left: 0;
  bottom: -94px;
  background: #26749B;
  border-radius: 0 0 8px 8px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-guide .catch::before {
    display: none;
  }
}
.post-type-archive-guide .catch__note {
  font-size: 16px;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-guide .catch__note {
    font-size: var(--font16);
  }
}
.post-type-archive-guide .catch__note span:first-of-type {
  transform: translate(-20px, 0);
}
.post-type-archive-guide .catch__note span:last-of-type {
  transform: translate(15px, 0);
}
.post-type-archive-guide .catch__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  position: relative;
}
.post-type-archive-guide .catch__ttl .c-ttl {
  width: 100%;
  text-align: center;
}
.post-type-archive-guide .catch__ttl .c-ttl span {
  color: #FEFE7D;
  display: inline;
}
.post-type-archive-guide .catch__ttl .border {
  width: 100%;
  display: block;
  position: relative;
}
.post-type-archive-guide .catch__ttl .border::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  left: 0;
}
.post-type-archive-guide .catch__ttl .border:first-of-type::before {
  bottom: -20px;
}
.post-type-archive-guide .catch__ttl .border:nth-of-type(2)::before {
  bottom: -25px;
}
.post-type-archive-guide .catch__ttl .border:last-of-type::before {
  bottom: -30px;
}
.post-type-archive-guide .catch__txt {
  font-size: 19px;
  line-height: 1.8947368421;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-guide .catch__txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-guide .catch__txt {
    text-align: left;
  }
}

.post-type-archive-guide .frame {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  padding: 0 0 165px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-guide .frame {
    gap: 100px;
    padding: 0 0 50px 0;
    flex-direction: column-reverse;
  }
}

.post-type-archive-guide .c-aside {
  width: 320px;
  min-width: 320px;
  background: #FFFFEF;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-guide .c-aside {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    min-width: unset;
  }
}

.post-type-archive-guide .list {
  width: calc(100% - 440px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-guide .list {
    width: 100%;
  }
}
.post-type-archive-guide .list__ttl {
  font-size: 33px;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 1920px) {
  .post-type-archive-guide .list__ttl {
    font-size: var(--font33);
  }
}

.post-type-archive-guide .c-guide__group {
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-guide .c-guide__group {
    gap: 10px;
  }
}
.post-type-archive-guide .c-guide__group-item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 1024px) {
  .post-type-archive-guide .c-guide__group-item {
    width: calc(50% - 5px);
  }
}

/*single guide--------------------*/
.single-guide #main {
  background: #CFDFE8;
}

.single-guide .contents {
  padding: 60px 0 105px 0;
}
@media screen and (max-width: 768px) {
  .single-guide .contents {
    padding: 50px 0;
  }
}
.single-guide .contents .wp-block-columns:first-of-type .wp-block-column:last-of-type h2.wp-block-heading {
  font-size: 40px;
  border-radius: 30px;
  padding: 120px 0 60px 0;
  margin-bottom: 75px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .single-guide .contents .wp-block-columns:first-of-type .wp-block-column:last-of-type h2.wp-block-heading {
    font-size: var(--font40);
  }
}
@media screen and (max-width: 768px) {
  .single-guide .contents .wp-block-columns:first-of-type .wp-block-column:last-of-type h2.wp-block-heading {
    padding: 50px 0 25px 0;
  }
}
.single-guide .contents .wp-block-columns:first-of-type .wp-block-column:last-of-type h2.wp-block-heading::before {
  content: "GUIDE 01";
  text-align: center;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: bold;
  z-index: 10;
}
@media screen and (max-width: 1920px) {
  .single-guide .contents .wp-block-columns:first-of-type .wp-block-column:last-of-type h2.wp-block-heading::before {
    font-size: var(--font22);
  }
}
@media screen and (max-width: 768px) {
  .single-guide .contents .wp-block-columns:first-of-type .wp-block-column:last-of-type h2.wp-block-heading::before {
    top: 20px;
  }
}
.single-guide .contents .wp-block-columns:first-of-type .wp-block-column:last-of-type h2.wp-block-heading::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 50px 60px 0px 0px;
  z-index: -1;
}
.single-guide .contents .wp-block-columns:first-of-type .wp-block-column:first-of-type {
  aspect-ratio: 520/505;
}
.single-guide .contents .wp-block-columns:first-of-type .wp-block-column:first-of-type .wp-block-image {
  aspect-ratio: 520/505;
}
.single-guide .contents .wp-block-columns:first-of-type .wp-block-column:first-of-type .wp-block-image img {
  aspect-ratio: 520/505;
}
.single-guide .contents .wp-block-columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-guide .contents .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.single-guide .contents .wp-block-columns * {
  flex-basis: unset;
  flex-grow: unset;
}
.single-guide .contents .wp-block-columns .wp-block-column:first-of-type {
  width: 40%;
  border-radius: 20px;
  aspect-ratio: 520/400;
}
@media screen and (max-width: 768px) {
  .single-guide .contents .wp-block-columns .wp-block-column:first-of-type {
    width: 100%;
  }
}
.single-guide .contents .wp-block-columns .wp-block-column:first-of-type .wp-block-image {
  border-radius: 20px;
  aspect-ratio: 520/400;
}
.single-guide .contents .wp-block-columns .wp-block-column:first-of-type .wp-block-image img {
  border-radius: 20px;
  aspect-ratio: 520/400;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-guide .contents .wp-block-columns .wp-block-column:last-of-type {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .single-guide .contents .wp-block-columns .wp-block-column:last-of-type {
    width: 100%;
  }
}
.single-guide .contents .wp-block-columns .wp-block-column:last-of-type h2.wp-block-heading {
  font-size: 30px;
  font-weight: 900;
  color: #2D7AA0;
  line-height: 1.1666666667;
  border-radius: 30px;
  padding: 10px 0;
  text-align: center;
  background: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .single-guide .contents .wp-block-columns .wp-block-column:last-of-type h2.wp-block-heading {
    font-size: var(--font30);
  }
}
@media screen and (max-width: 768px) {
  .single-guide .contents .wp-block-columns .wp-block-column:last-of-type h2.wp-block-heading {
    margin-bottom: 25px;
  }
}
.single-guide .contents .wp-block-columns .wp-block-column:last-of-type h3.wp-block-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-bottom: 35px;
}
@media screen and (max-width: 1920px) {
  .single-guide .contents .wp-block-columns .wp-block-column:last-of-type h3.wp-block-heading {
    font-size: var(--font30);
  }
}
@media screen and (max-width: 768px) {
  .single-guide .contents .wp-block-columns .wp-block-column:last-of-type h3.wp-block-heading {
    margin-bottom: 25px;
  }
}
.single-guide .contents .wp-block-columns .wp-block-column:last-of-type p {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8421052632;
}
@media screen and (max-width: 1920px) {
  .single-guide .contents .wp-block-columns .wp-block-column:last-of-type p {
    font-size: var(--font19);
  }
}
.single-guide .contents .wp-block-columns .wp-block-column:last-of-type p a {
  font-size: 16px;
  font-weight: bold;
  color: #00A278;
  line-height: 1.625;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 1920px) {
  .single-guide .contents .wp-block-columns .wp-block-column:last-of-type p a {
    font-size: var(--font16);
  }
}
.single-guide .contents .wp-block-columns:not(:last-of-type) {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .single-guide .contents .wp-block-columns:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.single-guide .contents .c-button {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .single-guide .contents .c-button {
    max-width: 90%;
  }
}

/*cart--------------------*/
.usces-cart #main * {
  font-size: 16px;
}
@media screen and (max-width: 1920px) {
  .usces-cart #main * {
    font-size: var(--font16) !important;
  }
}
.usces-cart #main .cart_page_title {
  display: none;
}
.usces-cart #main article {
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .usces-cart #main article {
    width: 90%;
  }
}
.usces-cart #main .to_customerinfo_button,
.usces-cart #main .to_memberlogin_button,
.usces-cart #main .to_deliveryinfo_button,
.usces-cart #main .to_reganddeliveryinfo_button,
.usces-cart #main .to_confirm_button,
.usces-cart #main .checkout_button {
  background: #2D3430 !important;
}
.usces-cart #main #customer-info input.to_deliveryinfo_button {
  background: rgba(45, 52, 48, 0.5) !important;
}
.usces-cart #main #customer-info input.to_deliveryinfo_button:hover {
  opacity: 0.5;
  color: #ffffff;
  background: rgba(45, 52, 48, 0.5) !important;
}
.usces-cart #main .current {
  background: #2D3430 !important;
  color: #ffffff;
}
.usces-cart #main .current::before, .usces-cart #main .current::after {
  background: #2D3430 !important;
}
.usces-cart #main .cart_navi ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .usces-cart #main .cart_navi ul {
    display: flex;
    flex-direction: column;
  }
}
.usces-cart #main .cart_navi li {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .usces-cart #main .cart_navi li {
    padding: 0;
    width: 100%;
  }
}
.usces-cart #main .cart_navi li::before, .usces-cart #main .cart_navi li::after {
  border-right-color: #2D3430 !important;
}
.usces-cart #main .upbutton input,
.usces-cart #main .point-btn input {
  color: #2D3430 !important;
  border: 1px solid #2D3430 !important;
}
.usces-cart #main #nav {
  text-align: center;
}
.usces-cart #main #nav:first-of-type {
  margin-bottom: 10px;
}
.usces-cart #main .dllist {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.usces-cart #main .send {
  border-radius: 38px;
}
.usces-cart #main .send a, .usces-cart #main .send input {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  background: #2D3430 !important;
  border: 1px solid !important;
  border-radius: 38px;
}
@media screen and (max-width: 1920px) {
  .usces-cart #main .send a, .usces-cart #main .send input {
    font-size: var(--font18);
  }
}
.usces-cart #main .send a:hover, .usces-cart #main .send input:hover {
  opacity: 1;
  color: #2D3430;
  background: #ffffff !important;
}

#cart_table .thumbnail,
table.retail .thumbnail {
  width: 160px;
  max-width: 160px;
  aspect-ratio: 1/1;
}
#cart_table .thumbnail img,
table.retail .thumbnail img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
}
#cart_table .unitprice, #cart_table .subtotal,
table.retail .unitprice,
table.retail .subtotal {
  min-width: 70px;
  width: 135px;
}

@media screen and (max-width: 768px) {
  #confirm_table tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #confirm_table th {
    white-space: unset;
  }
}

@media screen and (max-width: 1920px) {
  .usces-member #main p {
    font-size: var(--font16) !important;
  }
}
.usces-member #main article {
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .usces-member #main article {
    width: 90%;
  }
}
.usces-member #main .member_login_button {
  background: #2D3430 !important;
}
.usces-member #main .member-edit a {
  background: #2D3430 !important;
  color: #ffffff;
}
.usces-member #main .member-logout a {
  background: #2D3430 !important;
  color: #ffffff;
}
.usces-member #main .send input {
  background: #2D3430 !important;
}
.usces-member #main .new-entry a {
  background: #2D3430 !important;
}
.usces-member #main .redownload_link {
  margin-top: 50px !important;
}
.usces-member #main .customer_form .member_name {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  #wc_customer .send input {
    width: 100%;
  }
}
#wc_customer .lostpassword {
  color: #2D7AA0;
  text-decoration: underline;
}
#wc_customer .member_name {
  padding: 0;
}
#wc_customer .customer_form tbody > tr {
  background: #ffffff;
}
#wc_customer .customer_form tbody > tr > th {
  background: #D8E2E6;
}
@media screen and (max-width: 768px) {
  #wc_customer .customer_form tr {
    padding-left: 0;
    padding-right: 0;
  }
}
#wc_customer .passFrame {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #wc_customer .passFrame {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #wc_customer #password1, #wc_customer #password2 {
    display: block;
  }
}

#memberpages .back_to_top_button {
  padding: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}

#wc_cart #cart table thead tr > th, #wc_cart #cart table tfoot tr > th {
  background: #D8E2E6;
}
#wc_cart #cart table tbody tr > td {
  background: #ffffff;
}

#wc_delivery table tbody th {
  background: #D8E2E6;
}
#wc_delivery table tbody td {
  background: #ffffff;
}

#wc_confirm #cart_table thead > tr > th {
  background: #D8E2E6;
}
#wc_confirm #cart_table tbody > tr > td {
  background: #ffffff;
}
#wc_confirm #cart_table tfoot tr th, #wc_confirm #cart_table tfoot tr td {
  background: #ffffff;
}
#wc_confirm #cart_table tfoot tr th:nth-of-type(-n+3) {
  background: #D8E2E6;
}
#wc_confirm #cart_table tfoot tr td:nth-of-type(-n+3) {
  background: #D8E2E6;
}
#wc_confirm #confirm_table tr > th {
  background: #D8E2E6;
}
#wc_confirm #confirm_table tr > td {
  background: #ffffff;
}
#wc_confirm #confirm_table tr:first-of-type td {
  background: #D8E2E6;
}
#wc_confirm #confirm_table .ttl td {
  background: #D8E2E6;
}

/*cart--------------------*/
/*login--------------------*/
.login .c-ttl {
  padding-top: 75px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .login .c-ttl {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

.login article {
  padding: 0;
}

.login .content__frame {
  display: flex;
  background: #ffffff;
  padding: 80px 0 65px 0;
}
@media screen and (max-width: 1024px) {
  .login .content__frame {
    flex-direction: column;
    padding: 50px 25px;
  }
}
.login .content__ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .login .content__ttl {
    font-size: var(--font30);
  }
}
.login .content__note {
  font-size: 12px;
  color: #F15228;
}
.login .content #memberpages {
  flex: 1;
}
.login .content #memberpages .header_explanation {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .login .content #memberpages .header_explanation {
    margin-bottom: 50px;
  }
}
.login .content #memberpages .whitebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .login .content #memberpages .whitebox {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.login .content #memberpages .loginbox {
  width: 100%;
}
.login .content #memberpages .loginbox__item p {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  .login .content #memberpages .loginbox__item p {
    font-size: var(--font19);
  }
}
.login .content #memberpages .loginbox__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.login .content #memberpages .loginbox__password {
  position: relative;
}
.login .content #memberpages .loginbox__password .nav {
  position: absolute;
  top: 0;
  right: 0;
}
.login .content #memberpages .loginbox__password .nav a {
  font-size: 16px;
  color: #2D7AA0;
  text-decoration: underline;
}
@media screen and (max-width: 1920px) {
  .login .content #memberpages .loginbox__password .nav a {
    font-size: var(--fotn16);
  }
}
.login .content #memberpages .loginbox .forgetmenot {
  margin-bottom: 20px;
}
.login .content #memberpages .loginbox .forgetmenot label {
  display: flex;
}
.login .content #memberpages .loginbox .forgetmenot input {
  width: unset;
}
.login .content #memberpages .loginbox .submit {
  border-radius: 38px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .login .content #memberpages .loginbox .submit {
    min-width: unset;
    width: 100%;
  }
}
.login .content #memberpages .loginbox .submit input {
  border-radius: 38px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: bold;
  background: #2D3430 !important;
  border: 1px solid #2D3430;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .login .content #memberpages .loginbox .submit input {
    font-size: var(--font18);
  }
}
.login .content #memberpages .loginbox .submit input:hover {
  opacity: 1;
  color: #2D3430 !important;
  background: #F2F2F2 !important;
}
.login .content #memberpages input {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(45, 52, 48, 0.3);
}
.login .content #memberpages input[type=checkbox] {
  width: unset;
  max-width: unset;
}
.login .content__beginners {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login .content__beginners h2 {
  margin-bottom: 40px;
}
.login .content__beginners-txt {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1920px) {
  .login .content__beginners-txt {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .login .content__beginners-txt {
    text-align: left;
  }
}

.login .l-guide {
  background: #F5F5F3;
}
.login .l-guide .l-inner {
  width: 100%;
  max-width: 100%;
}

/*new-memebr--------------------*/
#address3_row {
  display: none;
}

.new-member .c-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .new-member .c-ttl {
    margin-bottom: 50px;
  }
}
.new-member .content {
  padding: 0 0 155px 0;
}
@media screen and (max-width: 768px) {
  .new-member .content {
    padding: 0 0 50px 0;
  }
}
.new-member .footer_explanation {
  margin-top: 0;
}
.new-member article {
  padding: 0 !important;
}

.new-member #memberpages .header_explanation {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .header_explanation {
    margin-bottom: 50px;
  }
}
.new-member #memberpages .customer_form {
  background: #ffffff;
  margin-bottom: 0;
}
.new-member #memberpages .customer_form tr {
  border-bottom: 1px solid #D4D5D4;
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .customer_form tr {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.new-member #memberpages .customer_form th {
  background: #ffffff;
  border: none;
  position: relative;
  padding: 20px 20px 20px 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .customer_form th {
    padding: 10px;
  }
}
.new-member #memberpages .customer_form td {
  padding: 20px 5% 20px 20px;
  border: none;
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .customer_form td {
    padding: 10px;
    width: 100%;
  }
}
.new-member #memberpages .customer_form input {
  border: none;
  height: 45px;
  background: rgba(245, 245, 245, 0.8);
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .customer_form input {
    width: 100%;
    margin: 0;
  }
}
.new-member #memberpages .customer_form .member_name {
  padding: 0;
}
.new-member #memberpages .send {
  background: #ffffff;
  padding: 0 0 45px 0;
}
.new-member #memberpages .send input {
  background: #2D3430 !important;
  border-radius: 38px;
  border: 1px solid #2D3430;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  max-width: 350px;
  width: 90%;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .send input {
    font-size: var(--fotn18);
  }
}
.new-member #memberpages .send input:hover {
  opacity: 1;
  color: #2D3430;
  background: #F2F2F2 !important;
}
.new-member #memberpages .send input:disabled {
  background: rgba(242, 242, 242, 0.2) !important;
  color: #2D3430;
  pointer-events: none;
}
.new-member #memberpages .reCAPTCHA {
  background: #ffffff;
  padding: 0 10px 60px 10px;
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .reCAPTCHA {
    padding: 0 10px 50px 10px;
  }
}
.new-member #memberpages .reCAPTCHA p {
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .reCAPTCHA p {
    font-size: var(--fotn17);
  }
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .reCAPTCHA p {
    text-align: left;
  }
}
.new-member #memberpages .reCAPTCHA a {
  color: #707070;
  text-decoration: underline;
}

.new-member #memberpages .check {
  background: #ffffff;
  padding: 55px 10px;
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .check {
    padding: 50px 10px;
  }
}
.new-member #memberpages .check__txt {
  font-size: 19px;
  font-weight: 400;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  line-height: 1.8421052632;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .check__txt {
    font-size: var(--fotn19);
  }
}
.new-member #memberpages .check .form__lead {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .check .form__lead {
    font-size: var(--font19);
  }
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .check .form__lead {
    margin: 0 0 25px 0;
  }
}
.new-member #memberpages .check .form__policy {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #232323;
  border: 1px solid #afafaf;
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .check .form__policy {
    width: 100%;
    max-width: unset;
  }
}
.new-member #memberpages .check .form__policy-frame {
  height: 220px;
  overflow-y: scroll;
  padding: 20px;
  background: #ffffff;
}
.new-member #memberpages .check .form__policy-info {
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .check .form__policy-info {
    font-size: var(--font16);
  }
}
.new-member #memberpages .check .form__policy-box-ttl {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .check .form__policy-box-ttl {
    font-size: var(--font18);
  }
}
.new-member #memberpages .check .form__policy-box-txt {
  font-size: 14px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .check .form__policy-box-txt {
    font-size: var(--font14);
  }
}
.new-member #memberpages .check .form__policy-box-txt02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .check .form__policy-box-txt02 {
    margin-bottom: 25px;
  }
}
.new-member #memberpages .check .form__policy-box ul li {
  font-size: 14px;
  line-height: 1.6666666667;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .check .form__policy-box ul li {
    font-size: var(--font14);
  }
}
.new-member #memberpages .check .form__policy-box:not(:last-of-type) {
  margin-bottom: 50px;
}
.new-member #memberpages .check .checkSection {
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 20px 0 30px 0;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .check .checkSection {
    font-size: var(--font16);
  }
}
.new-member #memberpages .check .checkSection .privacyTxt {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1764705882;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .new-member #memberpages .check .checkSection .privacyTxt {
    font-size: var(-font17);
  }
}
@media screen and (max-width: 768px) {
  .new-member #memberpages .check .checkSection .privacyTxt {
    text-align: left;
  }
}
.new-member #memberpages .check .checkSection .privacyTxt a {
  color: #F15228;
  text-decoration: underline;
}

.new-member-completion .content {
  padding: 0 0 185px 0;
}
.new-member-completion .content .c-ttl {
  margin-bottom: 70px;
}
.new-member-completion .content__txt {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .new-member-completion .content__txt {
    font-size: var(--font19);
  }
}
.new-member-completion .content__txt:first-of-type {
  margin-bottom: 35px;
}
.new-member-completion .content__txt:last-of-type {
  margin-bottom: 100px;
}
.new-member-completion .content .c-button-link {
  background: #00A278;
  border: 1px solid #00A278;
}
.new-member-completion .content .c-button-link:hover {
  color: #00A278;
  background: #ffffff;
}

/*mypage--------------------*/
.mypage .c-ttl {
  margin-top: 70px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .mypage .c-ttl {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.mypage .welcome {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 65px;
  margin-left: auto;
  margin-right: auto;
  color: #2D7AA0;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .mypage .welcome {
    gap: 50px;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.mypage .welcome .name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .mypage .welcome .name {
    font-size: var(--font22);
  }
}
.mypage .welcome .mail {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1920px) {
  .mypage .welcome .mail {
    font-size: var(--font15);
  }
}
.mypage .member_submenu {
  display: flex;
  gap: 25px;
  padding: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .mypage .member_submenu {
    padding: 0 0 50px 0;
  }
}
.mypage .member_submenu li {
  width: calc(25% - 18.75px);
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .mypage .member_submenu li {
    width: 100%;
  }
}
.mypage .member_submenu a {
  border-radius: 50px;
  background: #00A278 !important;
  border: 1px solid #00A278;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media screen and (max-width: 1920px) {
  .mypage .member_submenu a {
    font-size: var(--font20);
  }
}
.mypage .member_submenu a:hover {
  opacity: 1;
  color: #00A278 !important;
  background: #ffffff !important;
}
.mypage .member_submenu .member-edit {
  display: none;
}
.mypage .history-area {
  overflow-y: unset !important;
  max-height: unset !important;
  padding: 0 !important;
}
.mypage .history-area th, .mypage .history-area td {
  flex: 1 !important;
}
.mypage .history-area .thumbnail {
  width: unset;
  max-width: unset;
}
.mypage #history_head {
  margin-top: 25px;
  margin-bottom: 0 !important;
}
.mypage #memberinfo .retail {
  margin-bottom: 0;
  background: #ffffff;
}
.mypage #memberinfo table {
  border: none;
}
.mypage #memberinfo tr {
  display: flex !important;
}

/*faq--------------------*/
.faq .list {
  padding: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  .faq .list {
    padding: 0 0 50px 0;
  }
}/*# sourceMappingURL=main.css.map */