@charset "UTF-8";
/* ress.css 窶｢ v2.0.4 MIT License github.com/filipelinhares/ress */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  /* -moz-appearance: none; */
  /* -webkit-appearance: none; */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  background: #f6f6f6;
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  background: #f6f6f6;
  color: #424242;
  font-family: "Zen Kaku Gothic Antique", serif ,"Kaisei Decol", serif;
  position: relative;
}
@media screen and (max-width: 743px) {
  body {
    line-height: 1.75;
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 744px) {
  body {
    line-height: 2;
    font-size: 18px;
  }
}

body.is_menu_open {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #f6f6f6;
    color: #424242;
  }
}
img {
  vertical-align: top;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 743px) {
  img {
    width: 100%;
  }
}

a {
  color: #1BC18E;
  text-decoration: none;
}
a:visited {
  color: #1BC18E;
}

@media print, screen and (min-width: 744px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    color: inherit;
  }
}

button {
  outline: none;
}

:focus-visible {
  outline: 3px solid #F9DB00;
}

:-moz-focusring {
  outline: 3px solid #F9DB00;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

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

em {
  font-style: normal;
}

body {
  scrollbar-color: #F9DB00 #ECECEC;
}

::-webkit-scrollbar {
  width: 10px; /* 蜿ｳ縺ｮ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ蟷� */
  height: 10px; /* 荳九�繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ蟷� */
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ閭梧勹 */
::-webkit-scrollbar-track-piece {
  background-color: #ECECEC;
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ縺､縺ｾ縺ｿ */
::-webkit-scrollbar-thumb {
  /* 騾乗�蠎ｦ繧�げ繝ｩ繝��繧ｷ繝ｧ繝ｳ繧りｨｭ螳壹〒縺阪ｋ */
  background-color: #F9DB00;
  /* 繝懊�繝繝ｼ縺ｯ菴咏區縺ｮ縺溘ａ縺ｫ菴ｿ縺�→繧医＞ */
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: content-box;
}


@media print, screen and (min-width: 744px) {
  .l-contents {
    padding-top: 160px;
    min-height: 800px;
    overflow-x: hidden;
  }
}

body.home .l-contents {
  padding-top: 0;
}

.l-container, .l-container--narrow {
  position: relative;
  padding: 0 4.27vw;
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (min-width: 744px) {
  .l-container, .l-container--narrow {
    min-width: 860px;
    max-width: 1160px;
    padding: 0 30px;
  }
}

.l-container__box {
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .l-container__box {
    padding: 120px 150px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 743px) {
  .l-container__box {
    padding: 80px 6.4vw;
    border-radius: 40px;
  }
}

.l-container--narrow {
  max-width: 860px;
}



@media print, screen and (min-width: 744px) {
  .l-drawer {
    width: 181px;
  }
}
@media screen and (max-width: 743px) {
  .l-drawer {
    width: 104px;
    height: 80px;
  }
}

.l-drawerBtn {
  display: block;
  position: fixed;
  width: 60px;
  height: 60px;
  right: 36px;
  top: 36px;
  z-index: 220;
  cursor: pointer;
  transition: 0.2s;
  background: #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBtn:hover {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 743px) {
  .l-drawerBtn {
    right: 16px;
    top: 16px;
    transform: scale(66.6666666667%);
    transform-origin: top right;
  }
}
.l-drawerBtn span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background: #BFA800;
}
.l-drawerBtn span::before, .l-drawerBtn span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #BFA800;
  transition: 0.2s;
}
.l-drawerBtn span::before {
  top: -5px;
}
.l-drawerBtn span::after {
  bottom: -5px;
}
.is_menu_open .l-drawerBtn {
  background: #BFA800;
}
.is_menu_open .l-drawerBtn span {
  height: 0;
  background: #fff;
}

.is_menu_open .l-drawerWindow {
  opacity: 1;
  visibility: visible;
}

.is_menu_open .l-drawerBtn span::before, .is_menu_open .l-drawerBtn span::after {
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.is_menu_open .l-drawerBtn span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is_menu_open .l-drawerBtn span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-drawerWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  z-index: 200;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  background: #F9DB00;
}
@media print, screen and (min-width: 744px) {
  .l-drawerWindow {
    padding: 0 30px;
  }
  .l-drawerWindow::before {
    content: "";
    display: block;
    position: absolute;
    right: calc((100vw - 1240px) / 2);
    top: 260px;
    bottom: 0;
    margin: auto;
    width: 659px;
    height: 840px;
    background: url() no-repeat center center;
    background-size: contain;
    z-index: 0;
  }
}
@media screen and (max-width: 743px) {
  .l-drawerWindow {
    padding: 92px 6.4vw;
  }
}

.l-drawerBody {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody {
    padding: 0 60px 0;
    min-width: 960px;
  }
}
@media print, screen and (min-width: 744px) {
  .l-drawerBody__wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 880px) {
  .l-drawerBody__wrap {
    justify-content: center;
  }
}

@media print, screen and (min-width: 744px) {
  .l-drawer__navi {
    margin-bottom: 30px;
    padding-top: 10px;
    width: 504px;
  }
}
@media screen and (max-width: 743px) {
  .l-drawer__navi {
    margin-bottom: 48px;
  }
}
.l-drawer__navi li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 743px) {
  .l-drawer__navi li {
    font-size: 6.4vw;
    margin-bottom: 1em;
  }
}
.l-drawer__navi li a {
  position: relative;
  display: inline-block;
  color: #424242;
  text-decoration: none;
}
@media (hover: hover) {
  .l-drawer__navi li a::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    bottom: 0;
    width: calc(100% + 20px);
    height: calc(1em + 6px);
    background: #fff;
    z-index: 1;
    transition: transform 0.5s;
    transform-origin: right;
    transform: scaleX(0);
    border-radius: 30px;
  }
  .l-drawer__navi li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.l-drawer__navi li a span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

@media print, screen and (min-width: 744px) {
  .l-drawer__link {
    width: 400px;
  }
}
.l-drawer__link li {
  position: relative;
}
.l-drawer__link li:not(:last-child) {
  margin-right: 40px;
}
.l-drawer__link li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  top: 6px;
  right: -20px;
  background: #8E8E93;
}
.l-drawer__link a {
  color: #424242;
}
.l-drawer__link a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  margin-right: 5px;
  width: 8px;
  height: 1em;
  background: url(../images/ico_blank_b.svg) no-repeat left 0 top 2px;
  background-size: contain;
}

.l-drawer__download {
  display: flex;
}
@media print, screen and (min-width: 744px) {
  .l-drawer__download {
    position: absolute;
    left: 40px;
    bottom: 38px;
  }
}
@media screen and (max-width: 743px) {
  .l-drawer__download {
    margin-bottom: 40px;
  }
}
.l-drawer__download li {
  margin-right: 8px;
}
.l-drawer__download li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.l-drawer__download li a.is_comingsoon {
  display: block;
  position: relative;
  pointer-events: none;
}
.l-drawer__download li a.is_comingsoon::after {
  content: "coming soon...";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
}
.l-drawer__download li img {
  height: 40px;
  width: auto;
}

.l-drawer__copyright {
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-family: "Josefin Sans", sans-serif;
}
@media print, screen and (min-width: 744px) {
  .l-drawer__copyright {
    position: absolute;
    top: 0;
    bottom: 40px;
    left: 40px;
    height: 21px;
    margin: auto;
    transform: rotate(90deg) translatex(-50%);
    transform-origin: left bottom;
  }
}
.l-drawer__copyright small {
  font-size: 13px;
}

.l-footer {
  position: relative;
  background: #fff;
  z-index: 50;
  overflow-x: hidden;
}
@media print, screen and (min-width: 744px) {
  .l-footer {
    margin-top: 4%;
    padding: 175px 0 185px;
    border-radius: 300px 0 0 0;
  }
}


.l-footer__body {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .l-footer__body {
    padding: 0 67px;
  }
}

.l-footer__pict {
  width: 50vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 744px) {
  .l-footer__pict {
    position: absolute;
    top: -96px;
    left: 735px;
    width: 352px;
  }
}

.l-footerCta {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #8E8E93;
}
@media print, screen and (min-width: 744px) {
  .l-footerCta {
    padding-bottom: 60px;
  }
}
.l-footerCta__text {
  font-size: 8.53vw;
  line-height: 1.5;
  font-weight: 800;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 744px) {
  .l-footerCta__text {
    font-size: 52px;
  }
}
.l-footerCta__download {
  display: flex;
}
.l-footerCta__download li {
  margin-right: 8px;
}
.l-footerCta__download li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.l-footerCta__download li a.is_comingsoon {
  display: block;
  position: relative;
  pointer-events: none;
}
.l-footerCta__download li a.is_comingsoon::after {
  content: "coming soon...";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
}
.l-footerCta__download li img {
  height: 40px;
  width: auto;
}

.l-footer__navi {
  margin-bottom: 30px;
  padding-top: 10px;
}
@media print, screen and (min-width: 744px) {
  .l-footer__navi {
    column-count: 6;
  }
}

@media (hover: hover) {
  .l-footer__navi li a::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    bottom: 0;
    width: calc(100% + 20px);
    height: calc(1em + 6px);
    background: #F9DB00;
    z-index: 1;
    transition: transform 0.5s;
    transform-origin: right;
    transform: scaleX(0);
    border-radius: 30px;
  }
  .l-footer__navi li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }

  .global-header-link-main::after {
    position: absolute;
    top: calc(50% + 27px);
    right: 16px;
    left: 16px;
    height: 4px;
    background-color: #f4a000;
    transition: transform .2scubic-bezier(.11,.76,0,1);
    transform-origin: left center;
    transform: scaleX(0);
    content: "";
    width: calc(100% + 20px);
  }

  .global-header-link-main:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }


}
.l-footer__navi li a span {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.l-footer__sns {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
}
.l-footer__sns dt {
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #8E8E93;
  font-family: "Josefin Sans", sans-serif;
}
.l-footer__sns dd ul {
  display: flex;
}
.l-footer__sns dd ul li {
  margin-right: 10px;
}

.l-footer__sns_x {
  display: block;
  width: 36px;
  height: 36px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/ico_sns_x.svg) no-repeat center center;
  background-size: contain;
}

.l-footer__link {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.l-footer__link li {
  position: relative;
}
.l-footer__link li:not(:last-child) {
  margin-right: 40px;
}
.l-footer__link li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  top: 6px;
  right: -20px;
  background: #8E8E93;
}
.l-footer__link a {
  text-decoration: none;
  color: #8E8E93;
}
@media print, screen and (min-width: 744px) {
  .l-footer__link a:hover {
    text-decoration: underline;
  }
}
.l-footer__link a[target=_blank]::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  margin-right: 5px;
  width: 8px;
  height: 1em;
  background: url(../images/ico_blank_b.svg) no-repeat left 0 top 2px;
  background-size: contain;
  opacity: 0.8;
}

.l-footer__copyright {
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-family: "Josefin Sans", sans-serif;
}
.l-footer__copyright small {
  font-size: 13px;
}
@media screen and (max-width: 743px) {
  .l-footer__copyright small {
    font-size: 11px;
  }
}

.c-headingStyle1, .pickup-container h2, .blog .l-container h2, .c-singleBody h1 {
  position: relative;
  line-height: 1.5;
  font-weight: 800;
  text-align: left;
  margin: 2em 0 1em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1, .pickup-container h2, .blog .l-container h2, .c-singleBody h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle1, .pickup-container h2, .blog .l-container h2, .c-singleBody h1 {
    font-size: 32px;
    margin-bottom: 48px;
  }
}

.c-headingStyle2, .c-singleBody h2 {
  position: relative;
  line-height: 1.5;
  text-align: left;
  background: #F9DB00;
  border-radius: 40px;
}
@media screen and (max-width: 743px) {
  .c-headingStyle2, .c-singleBody h2 {
    font-size: 20px;
    margin: 3em 0 1.2em;
    padding: 0.75em 1.2em 0.75em;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle2, .c-singleBody h2 {
    font-size: 24px;
    margin: 80px 0 36px;
    padding: 22px 32px 22px;
  }
}

.c-headingStyle3, .c-singleBody h3 {
  position: relative;
  line-height: 1.5;
  text-align: left;
  color: #BFA800;
  border-bottom: solid 2px #F9DB00;
}
@media screen and (max-width: 743px) {
  .c-headingStyle3, .c-singleBody h3 {
    font-size: 20px;
    margin: 3em 0 1.2em;
    padding: 0 0 0.8em;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle3, .c-singleBody h3 {
    font-size: 20px;
    margin: 80px 0 36px;
    padding-bottom: 16px;
  }
}

.c-headingStyle4, .c-singleBody h4 {
  position: relative;
  line-height: 1.5;
  text-align: left;
  padding-left: 1.2em;
}
@media screen and (max-width: 743px) {
  .c-headingStyle4, .c-singleBody h4 {
    font-size: 18px;
    margin: 3em 0 1.2em;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle4, .c-singleBody h4 {
    font-size: 18px;
    margin: 80px 0 36px;
  }
}
.c-headingStyle4::before, .c-singleBody h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 0.85em;
  height: 0.85em;
  background: #BFA800;
}

.c-headingStyle5 {
  margin: 3em 0 0;
  font-weight: 600;
}


@media screen and (max-width: 743px) {
  form-btn {
    width: 100%;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 744px) {

}


.c-ulStyle1, .c-singleBody ul {
  margin: 0 0 2em;
}
.c-ulStyle1 li, .c-singleBody ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.25em;
  line-height: 1.75;
}
.c-ulStyle1 li::before, .c-singleBody ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0.3em;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #424242;
}

.c-olStyle1, .c-singleBody ol {
  padding-left: 1.3em;
  margin: 0 0 2em;
}
.c-olStyle1 li, .c-singleBody ol li {
  list-style-type: decimal;
  margin-bottom: 0.3em;
}

.c-text {
  margin-bottom: 1.875em;
  line-height: 1.875;
}

.c-textLead1 {
  max-width: 720px;
  margin: 0 auto 60px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 744px) {
  .c-textLead1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 743px) {
  .c-textLead1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 390px) {
  .c-textLead1 {
    font-size: 5.1vw;
  }
}

.c-textLead2 {
  margin-bottom: 60px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .c-textLead2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 743px) {
  .c-textLead2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 390px) {
  .c-textLead2 {
    font-size: 8.4vw;
  }
}

.c-textLead3 {
  max-width: 720px;
  margin: 0 auto 60px;
}

.c-textLink {
  position: relative;
  margin: 0;
}
.c-textLink[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: super;
  margin-left: 3px;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background: url(../images/ico_blank.svg) no-repeat center center;
  background-size: contain;
}

.c-textMarker {
  font-style: normal;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, transparent 75%, #ffdf98 75%, #ffdf98 100%) repeat scroll 0 0;
}

.c-form {
  text-align: left;
}
@media print, screen and (min-width: 744px) {
  .c-form {
    margin-top: 80px;
  }
}
@media screen and (max-width: 743px) {
  .c-form {
    margin-top: 40px;
  }
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=password],
.c-form select,
.c-form textarea {
  margin-bottom: 10px;
  padding: 18px 16px;
  border: solid 1px #ECECEC;
  border-radius: 8px;
  width: 100%;
  outline: none;
  font-size: 16px;
  background: #f6f6f6;
  vertical-align: top;
}
@media print, screen and (min-width: 744px) {
  .c-form input[type=text],
.c-form input[type=email],
.c-form input[type=password],
.c-form select,
.c-form textarea {
    padding: 16px 20px;
    font-size: 18px;
  }
}
.c-form input[type=text]:focus,
.c-form input[type=email]:focus,
.c-form input[type=password]:focus,
.c-form select:focus,
.c-form textarea:focus {
  background: #fff;
  border: solid 1px #1BC18E;
}
.c-form input[type=submit],
.c-form input[type=button] {
  outline: none;
}
.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #8E8E93;
}
@media screen and (max-width: 743px) {
  .c-form textarea {
    height: 400px;
  }
}
.c-form select {
  position: relative;
  width: 100%;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #424242;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form select option:disabled {
  display: none;
}
.c-form p {
  margin: 0 0 1.5em;
}

.c-form__field {
  position: relative;
  border-bottom: solid 1px #8E8E93;
}
.c-form__field:first-of-type {
  border-top: solid 1px #8E8E93;
}
@media print, screen and (min-width: 744px) {
  .c-form__field {
    padding: 54px 0;
    display: flex;
  }
}
@media screen and (max-width: 743px) {
  .c-form__field {
    padding: 32px 0;
  }
}
.c-form__field_title {
  display: block;
  position: relative;
  line-height: 1.75;
  font-weight: 600;
}
@media print, screen and (min-width: 744px) {
  .c-form__field_title {
    width: 208px;
    flex-shrink: 0;
    padding-top: 22px;
    font-size: 13px;
  }
}
@media screen and (max-width: 743px) {
  .c-form__field_title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.c-form__field_body {
  width: 100%;
}

.c-form__must::after {
  content: "窶ｻ";
  color: #E50000;
  display: inline-block;
  margin-left: 0.2em;
}

.c-form__select {
  position: relative;
}
.c-form__select:before {
  content: "";
  position: absolute;
  top: -0.6em;
  bottom: 0;
  margin: auto;
  right: 1.3em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  z-index: 10;
}
.c-form__select select {
  color: #8E8E93;
}
.c-form__select select.selected {
  color: #424242;
}

.c-form__inputbtn {
  padding: 0 0 10px;
  font-size: 15px;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn {
    font-size: 18px;
  }
}
.c-form__inputbtn label {
  cursor: pointer;
}
.c-form__inputbtn input[type=radio],
.c-form__inputbtn input[type=checkbox] {
  display: none;
}
.c-form__inputbtn input[type=radio] + span,
.c-form__inputbtn input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
}
.c-form__inputbtn input[type=radio] + span::before,
.c-form__inputbtn input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn input[type=radio] + span::before,
.c-form__inputbtn input[type=checkbox] + span::before {
    top: 2px;
  }
}
.c-form__inputbtn input[type=radio]:checked + span::before {
  border: solid 1px #1BC18E;
}
.c-form__inputbtn input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1BC18E;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn input[type=radio]:checked + span::after {
    top: 2px;
  }
}
.c-form__inputbtn input[type=checkbox]:checked + span::before {
  border: solid 1px #1BC18E;
  background: #1BC18E;
}
.c-form__inputbtn input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 6px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn input[type=checkbox]:checked + span::after {
    top: 0px;
  }
}
.c-form__inputbtn .wpcf7-list-item {
  margin-left: 0 !important;
}

.c-form__file {
  padding-bottom: 1em;
}
@media screen and (max-width: 743px) {
  .c-form__file {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__file {
    font-size: 14px;
  }
}

.c-form__privacy {
  padding-top: 60px;
  padding-left: 1em;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .c-form__privacy {
    padding-top: 80px;
  }
}

.c-form__submit {
  text-align: center;
}
.c-form__submit label {
  position: relative;
  display: inline-block;
  margin: 40px 0 0;
}
@media screen and (max-width: 743px) {
  .c-form__submit label {
    margin-top: 40px;
    width: 100%;
  }
}
.c-form__submit label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.89em;
  margin: auto;
  width: 2.67em;
  height: 2.67em;
  border-radius: 50%;
  background: #fff url(../images/ico_arrow.svg) no-repeat center center;
  background-size: 1.1em;
  transition: 0.2s;
  z-index: 1;
}
@media print, screen and (min-width: 744px) {
  .c-form__submit label:hover input {
    text-decoration: none;
    background: #FFEB57;
  }
  .c-form__submit label:hover::after {
    background: #BFA800 url(../images/ico_arrow_y.svg) no-repeat center center;
    background-size: 1.1em;
  }
}
.c-form__submit label.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-form__submit label input {
  display: inline-block;
  padding: 1.55em 3.33em 1.55em;
  position: relative;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  background-color: #F9DB00;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 700;
  outline: none;
  color: #424242;
  z-index: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: background-color 0.2s;
}
@media screen and (max-width: 743px) {
  .c-form__submit label input {
    width: 100%;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__submit label input {
    min-width: 420px;
    font-size: 18px;
  }
}

.wpcf7-spinner {
  margin: 0 -30px 0 6px;
}

.wpcf7-not-valid-tip {
  font-size: 0.75em !important;
  line-height: 1.2;
  margin: -0.5em 0 1.5em;
}

input[type=text]:read-only {
  background: #fffad9;
  outline: inherit;
}

.wpcf7-form.init .wpcf7-not-valid-tip {
  display: none !important;
}

.grecaptcha-badge {
  z-index: 50;
}
@media screen and (max-width: 743px) {
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}
@media print, screen and (min-width: 744px) {
  .grecaptcha-badge {
    bottom: 140px !important;
  }
}

.c-boxStyle1 {
  position: relative;
  border: solid 1px #F9DB00;
  border-radius: 6px;
}
@media screen and (max-width: 743px) {
  .c-boxStyle1 {
    padding: 5vw 4.27vw 4vw;
  }
}
@media print, screen and (min-width: 744px) {
  .c-boxStyle1 {
    margin: 0 0 15px;
    padding: 35px 35px 30px;
  }

}


.c-pagetitle__txt {
  display: inline-block;
  position: relative;
  line-height: 1.1;
  font-weight: 800;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .c-pagetitle__txt {
    padding: 25px 0 27px;
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 744px) {
  .c-pagetitle__txt {
    padding: 48px 0;
    font-size: 64px;
  }
}
.c-pagetitle__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -88px;
  width: 84px;
  height: 84px;
  background: url(../images/tetetoco_logomark_to.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 743px) {
  .c-pagetitle__txt::before {
    top: -0.2em;
    left: -2.5em;
    width: 2.275em;
    height: 2.275em;
  }
}
.c-pagetitle__txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  right: -90px;
  width: 89px;
  height: 89px;
  background: url(../images/tetetoco_logomark_co.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 743px) {
  .c-pagetitle__txt::after {
    width: 2.4em;
    height: 2.4em;
    bottom: -0.1em;
    right: -2.5em;
  }
}

@media screen and (max-width: 743px) {
  .c-pagetitle2 {
    margin-bottom: 52px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-pagetitle2 {
    margin-top: 80px;
    margin-bottom: 48px;
  }
}
.c-pagetitle2__txt {
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  margin: 0 0 1em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .c-pagetitle2__txt {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-pagetitle2__txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 743px) {
  .c-section {
    margin: 0 0 120px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-section {
    margin: 0 0 120px;
  }
}

.pagination {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 0;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .pagination {
    margin: 40px 0;
  }
}
.pagination a,
.pagination span {
  position: relative;
  display: inline-block;
  margin: 0 10px 15px;
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #424242;
  text-decoration: none;
  vertical-align: middle;
}
.pagination a.current,
.pagination span.current {
  color: #BFA800;
  text-decoration: underline;
}
@media (hover: hover) {
  .pagination a:where(:any-link, :enabled, summary):hover {
    color: #BFA800;
    text-decoration: underline;
  }
}
.pagination .page-prev,
.pagination .page-next {
  transition: 0.2s;
}
@media (hover: hover) {
  .pagination .page-prev:where(:any-link, :enabled, summary):hover,
.pagination .page-next:where(:any-link, :enabled, summary):hover {
    transform: scale(1.15);
  }
}
.pagination .page-prev::after,
.pagination .page-next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F9DB00 url(../images/ico_arrow_b.svg) no-repeat center center;
  background-size: 20px;
}
.pagination .page-next {
  margin-left: 50px;
  margin-right: 0;
}
@media screen and (max-width: 743px) {
  .pagination .page-next {
    margin-left: 10px;
  }
}
.pagination .page-prev {
  margin-right: 50px;
  margin-left: 0;
}
@media screen and (max-width: 743px) {
  .pagination .page-prev {
    margin-right: 10px;
  }
}
.pagination .page-prev::after {
  transform: rotate(180deg);
}

.c-singleBody::after {
  content: "";
  display: block;
  clear: both;
}
.c-singleBody p {
  margin: 2em 0 2em;
}
.c-singleBody ul {
  margin: 2em 0 2em;
}
.c-singleBody ol {
  margin: 2em 0 2em;
}
.c-singleBody .wp-block-image {
  margin: 2em 0 2em;
}
.c-singleBody img {
  position: relative;
}
.c-singleBody img[class*=wp-image-] {
  border-radius: 40px;
}
.c-singleBody figcaption {
  margin-top: -1em;
  margin-bottom: 1.5em;
}

.c-singleEyecatch {
  text-align: center;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 744px) {
  .c-singleEyecatch {
    margin-bottom: 80px;
  }
}
.c-singleEyecatch img {
  border-radius: 40px;
}
@media print, screen and (min-width: 744px) {
  .c-singleEyecatch img {
    width: 600px;
    height: auto;
  }
}

.c-singleNavi__btn {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .c-singleNavi__btn {
    margin: 120px 0 0;
  }
}
@media screen and (max-width: 743px) {
  .c-singleNavi__btn {
    margin: 80px 0 0;
  }
}

@media print, screen and (min-width: 744px) {
  .is_sp {
    display: none !important;
  }
}

@media screen and (max-width: 743px) {
  .is_pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 744px) {
  .u-column2 {
    display: flex;
    flex-wrap: wrap;
  }
  .u-column2 > * {
    width: calc(50% - 20px);
  }
  .u-column2 > *:nth-child(2n-1) {
    margin-right: 40px;
  }
}

.u-floatL {
  float: left;
}

.u-floatR {
  float: right;
}

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

.u-alignL {
  text-align: left;
}

.u-alignR {
  text-align: right;
}

.u-alignC {
  text-align: center;
}

@media screen and (max-width: 743px) {
  .u-clapScroll, .u-clapScroll2 {
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    height: 83px;
    animation: clapScroll_sp 3s linear infinite;
    background-size: 150px 27.5px;
  }
}


@media screen and (max-width: 743px) {
  .u-clapScroll2 {
    animation: clapScroll_sp2 3s linear infinite;
  }
}


@-webkit-keyframes clapScroll_sp {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -150px center;
  }
}
@keyframes clapScroll_sp {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -150px center;
  }
}
@-webkit-keyframes clapScroll_sp2 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 150px center;
  }
}
@keyframes clapScroll_sp2 {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 150px center;
  }
}
.u-font--bold {
  font-weight: 600;
}

.u-font--sup {
  vertical-align: super;
  font-size: 0.5em;
}

.u-font--italic {
  font-style: italic;
}

.u-font--small {
  font-size: 0.85em;
  display: inline-block;
  line-height: inherit;
}

.u-font--large {
  font-size: 1.2em;
}

.u-color--red {
  color: #E50000;
}

.u-font-uppercase {
  text-transform: uppercase;
}

@media screen and (max-width: 743px) {
  .u-spmlr-10vw {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
.u-loadlazy.hide {
  opacity: 0;
}

.u-loadlazy.show {
  transition: opacity 0.3s linear;
  opacity: 1 !important;
}

.p-homeFv {
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 744px) {
  .p-homeFv {
    margin: 0px 0 5%;
  }
}
.p-homeFv::after {
  content: "";
  display: block;
  position: absolute;
  background: #F6F6F6;
  z-index: 10;
}

@media screen and (max-width: 743px) {

}
@media screen and (max-width: 743px) {

}

.p-homeFv__body {
  opacity: 0;
  transition-duration: 0s !important;
  transition: opacity 0.8s 0.8s !important;
}
@media screen and (max-width: 743px) {
  .p-homeFv__body {
    position: absolute;
    left: 16px;
    bottom: 76px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeFv__body {
    position: absolute;
    left: 50%;
    bottom: 200px;
    transform: translateX(-423px) !important;
    transition: 0.4s;
  }
}
@media screen and (min-width: 744px) and (max-width: 1000px) {
  .p-homeFv__body {
    transform: translate(-323px) !important;
  }
}
@media screen and (min-width: 1441px) {
  .p-homeFv__body {
    transform: translate(-540px, -60px) !important;
  }
}
.p-homeFv__copy {
  line-height: 1.285;
  font-weight: 900;
  font-feature-settings: "palt";
  margin-bottom: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .p-homeFv__copy {
    letter-spacing: 0.05em;
    font-size: 9.6vw;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeFv__copy {
    letter-spacing: 0.1em;
    font-size: 56px;
    transition: 0.4s;
  }
}
@media screen and (min-width: 1600px) {
  .p-homeFv__copy {
    transform: scale(1.3);
    transform-origin: left bottom;
  }
}
.p-homeFv__download {
  display: flex;
}
.p-homeFv__download li {
  margin-right: 8px;
}
.p-homeFv__download li a {
  display: block;
  position: relative;
}
.p-homeFv__download li a.is_comingsoon {
  display: block;
  position: relative;
  pointer-events: none;
}
.p-homeFv__download li a.is_comingsoon::after {
  content: "coming soon...";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
}
.p-homeFv__download li img {
  height: 40px;
  width: auto;
}


@media print, screen and (min-width: 744px) {
  .rate {
    margin-bottom: 3%;
  }
}
.rate__box {
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .rate__box {
    padding: 40px 20px;
    border-radius: 80px;
  }
}


@media print, screen and (min-width: 744px) {
  .rate__box::before {
    width: 226px;
    height: 226px;
    top: -70px;
    left: 80px;
  }
}


@media screen and (max-width: 743px) {

}

@media print, screen and (min-width: 744px) {

}
@media screen and (max-width: 743px) {
  .rate__body {
    line-height: 1.75;
    font-size: 16px;
  }
}

@media screen and (max-width: 743px) {
  .p-homeClap {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeClap {
    margin-bottom: 4%;
  }
}



.solution__section {
  position: relative;
}

.solution__section_ttl {
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 1em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media screen and (max-width: 743px) {
  .solution__section_pict .swiper-slide {
    width: 77.3vw !important;
  }
}

@media print, screen and (min-width: 744px) {
  .news {
    margin-bottom: 100px;
  }
}
.news a {
  color: #424242;
}
.news__box {
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .news__box {
    padding: 80px 43px 80px 80px;
    border-radius: 80px;
  }
}
@media screen and (max-width: 743px) {
  .news__box {
    padding: 60px 6.4vw;
    border-radius: 40px;
  }
}
.news__heading {
  font-size: 24px;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .news__heading {
    position: absolute;
    top: 110px;
    left: 80px;
  }
}
@media screen and (max-width: 743px) {
  .news__heading {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: solid 1px #ECECEC;
  }
}
@media print, screen and (min-width: 744px) {
  .news__body {
    margin-left: 176px;
    padding: 10px 30px 5px 80px;
    border-left: solid 1px #ECECEC;
    max-height: 366px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 743px) {
  .news__body {
    padding: 28px 25px 0 0;
    overflow-y: auto;
    max-height: 366px;
  }
}

.news__list li {
  margin-bottom: 42px;
  border-bottom: 1px solid #8E8E93;
  padding-bottom: 1%;
}

.news__list li:last-child {
  margin-bottom: 20px;
}
.news__list_date {
  font-size: 13px;
  line-height: 1.2;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #8E8E93;
  margin-bottom: 3px;
}
.news__list_ttl {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .news__list_ttl {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 744px) {
  .step {
    margin-bottom: 4%;
  }
}
@media print, screen and (min-width: 744px) {
  .step__heading {
    margin-bottom: 30px;
  }
}


.p-homeProduct {
  position: relative;
  background: #FFEFB6;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-homeProduct {
    margin-bottom: 3%;
    padding: 60px 0 215px;
  }
}
@media screen and (max-width: 743px) {
  .p-homeProduct {
    margin-bottom: 80px;
    padding: 70px 0 30px;
    background-size: 100%;
  }
}
.p-homeProduct__clap {
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
}
@media screen and (max-width: 743px) {
  .p-homeProduct__clap {
    top: 24px;
  }
}
.p-homeProduct__clap_bottom {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
}
@media screen and (max-width: 743px) {
  .p-homeProduct__clap_bottom {
    bottom: 24px;
  }
}
.p-homeProduct__item {
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-homeProduct__item {
    transform: translateX(5%);
  }
}

@media screen and (max-width: 743px) {
  .Q&A {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 744px) {

}
.Q&A__container {
  max-width: 800px;
}
@media print, screen and (min-width: 744px) {

}
.Q&A__btn {
  text-align: center;
}
@media screen and (max-width: 743px) {
  .Q&A__btn {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 744px) {
}



body:has(.p-guideline) {
  background: #1BC18E url(../images/bg_pattern_02.png);
}

body.page_guideline {
  background: #1BC18E url(../images/bg_pattern_02.png);
}

.p-guidelineTitle {
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-guidelineTitle {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guidelineTitle {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.p-guidelineTitle__txt {
  position: relative;
  line-height: 1.5;
  font-weight: 800;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .p-guidelineTitle__txt {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guidelineTitle__txt {
    font-size: 64px;
  }
}

.p-guidelineLead {
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-guidelineLead {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guidelineLead {
    margin-bottom: 120px;
  }
}
.p-guidelineLead__txt {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

@media print, screen and (min-width: 744px) {
  .p-guidelineSection {
    margin-bottom: 120px;
  }
  .p-guidelineSection:nth-of-type(3) {
    margin-bottom: 143px;
  }
}
@media screen and (max-width: 743px) {
  .p-guidelineSection {
    margin-bottom: 80px;
  }
}

.p-guidelineSection__head {
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-guidelineSection__head {
    margin-bottom: 22px;
    font-size: 24px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-guidelineSection__head {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.p-guidelineSection__head span {
  display: inline-block;
  padding: 0 0.2em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 744px) {
  .p-guidelineSection__head span:first-of-type {
    padding-right: 0;
  }
  .p-guidelineSection__head span:last-of-type {
    padding-left: 0;
  }
}
.p-guidelineSection__head span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 12px;
  background: #F9DB00;
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .p-guidelineSection__head span::before {
    bottom: 0;
  }
}

@media print, screen and (min-width: 744px) {
  .p-guidelineSection__pict {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 743px) {
  .p-guidelineSection__pict {
    margin-bottom: 20px;
  }
}

.p-guidelineSub {
  background: #F6F6F6;
  border-radius: 40px;
  margin-bottom: 32px;
  padding: 80px 52px;
}
@media screen and (max-width: 743px) {
  .p-guidelineSub {
    padding: 52px 6.4vw;
  }
}
.p-guidelineSub:last-child {
  margin-bottom: 0;
}
.p-guidelineSub__head {
  margin-bottom: 2em;
  font-weight: 600;
}
.p-guidelineSub > p {
  line-height: 2;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 743px) {
  .p-guidelineSub > p {
    line-height: 1.75;
  }
}
.p-guidelineSub > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 744px) {
  .p-faqSection {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 743px) {
  .p-faqSection {
    margin-bottom: 80px;
  }
}
.p-faqSection:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 743px) {
  .p-faqSection__ttl {
    margin-bottom: 40px;
  }
}


@media print, screen and (min-width: 744px) {

}

@media print, screen and (min-width: 744px) {

}

@media screen and (max-width: 743px) {
  .steps {
    margin: 0 0 40px;
  }
}
@media print, screen and (min-width: 744px) {
  .steps {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
}

@media print, screen and (min-width: 744px) {
  .steps__item {
    width: calc((100% - 80px) / 3);
    margin: 0 0 40px;
  }
  .steps__item:not(:nth-child(3n)) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 743px) {
  .steps__item {
    width: 100%;
    margin: 0 0 16px;
  }
}
.steps__item a {
  background: #fff;
  display: block;
  height: 100%;
  color: #424242;
  transition: 0.3s;
}
@media screen and (max-width: 743px) {
  .steps__item a {
    border-radius: 20px;
    padding: 36px 24px;
  }
}
@media print, screen and (min-width: 744px) {
  .steps__item a {
    border-radius: 40px;
    padding: 36px;
  }
}

.steps__item_thumb {
  position: relative;
  margin-bottom: 22px;
}
.steps__item_thumb img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: auto) {
  .steps__item_thumb {
    position: relative;
  }
  .steps__item_thumb::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  .steps__item_thumb::after {
    content: "";
    clear: both;
    display: block;
  }
  .steps__item_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.steps__item_thumb img {
  border-radius: 40px;
}

@media print, screen and (min-width: 744px) {
}
@media screen and (max-width: 743px) {
  .steps__item_ttl {
    font-size: 14px;
  }
}

.p-topics__tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.p-topics__tag li:last-child {
  margin-right: 0;
}

.p-topicsSort {
  border-top: solid 1px #8E8E93;
  border-bottom: solid 1px #8E8E93;
}
@media screen and (max-width: 743px) {
  .p-topicsSort {
    padding: 24px 0;
    margin: 0 0 40px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-topicsSort {
    display: flex;
    align-items: center;
    padding: 40px 0;
    margin: 0 0 60px;
  }
}
.p-topicsSort__label {
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
  padding: 0 32px 5px 0;
}
@media screen and (max-width: 743px) {
  .p-topicsSort__label {
    display: block;
    font-size: 16px;
    padding-bottom: 16px;
  }
}
.p-topicsSort__select {
  width: 100%;
  margin-top: 0;
}
.p-topicsSort__select select {
  background: #fff;
}
@media screen and (max-width: 743px) {
  .p-topicsSort__select select {
    font-size: 18px;
  }
}

.p-topicsArticle header {
  position: relative;
}
.p-topicsArticle .p-topics__tag {
  position: absolute;
  right: 0;
  top: 0;
}
.p-topicsArticle__date {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #8E8E93;
  margin-bottom: 25px;
}
.p-topicsArticle__ttl {
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .p-topicsArticle__ttl {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 743px) {
  .p-topicsArticle__ttl {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.p-topicsArticle__thumb {
  position: relative;
  width: 100%;
  max-width: 600px;
}
@media print, screen and (min-width: 744px) {
  .p-topicsArticle__thumb {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 743px) {
  .p-topicsArticle__thumb {
    margin-bottom: 60px;
  }
}
.p-topicsArticle__thumb img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@supports not (aspect-ratio: auto) {
  .p-topicsArticle__thumb {
    position: relative;
  }
  .p-topicsArticle__thumb::before {
    content: "";
    float: left;
    padding-top: 100%;
  }
  .p-topicsArticle__thumb::after {
    content: "";
    clear: both;
    display: block;
  }
  .p-topicsArticle__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-topicsArticle__thumb img {
  border-radius: 40px;
}

.p-notfound {
  text-align: left;
  margin: 30px 30px 50px;
}
@media print, screen and (min-width: 744px) {
  .p-notfound {
    text-align: center;
    margin: 50px 0 10px;
  }
}
.p-notfound h1 {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10vw;
  color: #ddd;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 744px) {
  .p-notfound h1 {
    font-size: 70px;
  }
}

.p-rules p,
.p-privacy p,
.p-license p {
  margin-bottom: 2em;
}


.pickup-container {
  background: linear-gradient(103.7deg, #F9DB00 54.47%, #FFF18B 99.06%);
}
@media print, screen and (min-width: 744px) {
  .pickup-container {
    margin-top: -70px;
    margin-bottom: 80px;
    padding: 94px 30px 110px;
  }
}
@media screen and (max-width: 743px) {
  .pickup-container {
    margin-top: 30px;
    margin-bottom: 48px;
    padding: 60px 0 80px;
  }
}
.pickup-container h2 {
  margin: auto;
}
@media print, screen and (min-width: 744px) {
  .pickup-container h2 {
    max-width: 1100px;
  }
}
@media screen and (max-width: 743px) {
  .pickup-container h2 {
    padding: 0 4.27vw;
  }
}
.pickup-container .swiper-container {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .pickup-container .swiper-container {
    margin: auto;
    margin-top: 36px;
    max-width: 1100px;
  }
}
@media screen and (max-width: 743px) {
  .pickup-container .swiper-container {
    margin-top: 24px;
    padding: 0 4.27vw;
  }
}
@media print, screen and (min-width: 744px) {
  .pickup-container .swiper-container .swiper-slide {
    width: 400px;
  }
}
@media screen and (max-width: 743px) {
  .pickup-container .swiper-container .swiper-slide {
    width: 295px;
    max-width: calc(100vw - 83px);
  }
}
.pickup-container .swiper-container .swiper-button-prev,
.pickup-container .swiper-container .swiper-button-next {
  aspect-ratio: 1/1;
  width: 48px;
  position: absolute;
  transition: 0.2s;
}
@media print, screen and (min-width: 744px) {
  .pickup-container .swiper-container .swiper-button-prev,
  .pickup-container .swiper-container .swiper-button-next {
    top: -60px;
    right: 0;
  }
}
@media screen and (max-width: 743px) {
  .pickup-container .swiper-container .swiper-button-prev,
  .pickup-container .swiper-container .swiper-button-next {
    top: -44px;
    right: 4.27vw;
  }
}
@media (hover: hover) {
  .pickup-container .swiper-container .swiper-button-prev:where(:-moz-any-link, :enabled, summary):hover, .pickup-container .swiper-container .swiper-button-next:where(:-moz-any-link, :enabled, summary):hover {
    transform: scale(1.15);
  }
  .pickup-container .swiper-container .swiper-button-prev:where(:any-link, :enabled, summary):hover,
  .pickup-container .swiper-container .swiper-button-next:where(:any-link, :enabled, summary):hover {
    transform: scale(1.15);
  }
}
.pickup-container .swiper-container .swiper-button-prev::after,
.pickup-container .swiper-container .swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff url(../images/ico_arrow.svg) no-repeat center center;
  background-size: 20px;
}
.pickup-container .swiper-container .swiper-button-prev:hover,
.pickup-container .swiper-container .swiper-button-next:hover {
  text-decoration: none;
  background: #FFEB57;
}
.pickup-container .swiper-container .swiper-button-prev:hover::after,
.pickup-container .swiper-container .swiper-button-next:hover::after {
  background: #BFA800 url(../images/ico_arrow_y.svg) no-repeat center center;
  background-size: 20px;
}
.pickup-container .swiper-container .swiper-button-prev {
  left: auto;
}
@media print, screen and (min-width: 744px) {
  .pickup-container .swiper-container .swiper-button-prev {
    right: 74px;
  }
}
@media screen and (max-width: 743px) {
  .pickup-container .swiper-container .swiper-button-prev {
    right: 84px;
  }
}
.pickup-container .swiper-container .swiper-button-prev::after {
  transform: rotate(180deg);
}
.pickup-container .post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #424242;
}
@media print, screen and (min-width: 744px) {
  .pickup-container .post-item {
    min-width: 400px;
    max-width: 400px;
  }
}
.pickup-container .post-item:hover {
  text-decoration: none;
}
.pickup-container .post-item .steps__item_thumb {
  width: 100%;
}
@media print, screen and (min-width: 744px) {
  .pickup-container .post-item .steps__item_thumb {
    margin-bottom: 36px;
  }
}
.pickup-container .post-item .p-topics__tag {
  margin-left: auto;
  text-align: right;
}
.pickup-container .post-item h3 {
  width: 100%;
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .pickup-container .post-item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 743px) {
  .pickup-container .post-item h3 {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 744px) {
  .banner-container {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 743px) {
  .banner-container {
    padding: 0 20px 48px;
  }
}
.banner-container ul {
  display: flex;
}
@media print, screen and (min-width: 744px) {
  .banner-container ul {
    flex-wrap: wrap;
    gap: 26px;
    margin: auto;
    max-width: 1100px;
  }
}
@media screen and (max-width: 743px) {
  .banner-container ul {
    flex-direction: column;
    gap: 16px;
  }
}
.banner-container ul li {
  aspect-ratio: 532/169;
}
@media print, screen and (min-width: 744px) {
  .banner-container ul li {
    width: calc((100% - 26px) / 2);
  }
}
@media screen and (max-width: 743px) {
  .banner-container ul li {
    width: 100%;
  }
}
.banner-container ul li a {
  border: none;
}
.banner-container ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-color: #ECECEC;
}

.blog .l-container h2,
.category .l-container h2 {
  margin: auto;
  max-width: 1100px;
}
@media print, screen and (min-width: 744px) {
  .blog .l-container h2,
  .category .l-container h2 {
    padding: 32px 0 40px;
  }
}
@media screen and (max-width: 743px) {
  .blog .l-container h2,
  .category .l-container h2 {
    padding: 64px 0 16px;
  }
}
@media print, screen and (min-width: 744px) {
  .blog .steps__item,
  .category .steps__item {
    width: calc((100% - 80px) / 3) !important;
  }
}

@media screen and (max-width: 743px) {
  .single .l-contents .l-container {
    padding: 0;
  }
}

.ssn_btn445 {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 40px;
	overflow: hidden;
}


.atone_area {
	text-align: center;
	width: 800px;
	margin: 0 auto 20em;
}

@media screen and (max-width: 743px) {
.atone_area {
	text-align: center;
	width: fit-content;
	margin: 2em auto 2em;
	padding: 0 1em;
}
}