@charset "UTF-8";
/*
Theme Name: cob
Description: cobのテーマです
Author: cob
Version: 1.0
*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; }

*,
::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; }

/* # =================================================================
     # 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; }

[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;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

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; }

svg:not([fill]) {
  fill: currentColor; }

/* # =================================================================
     # 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; }

/* custom */
ul {
  list-style: none; }

a {
  text-decoration: none; }

*:focus {
  outline: none; }

@font-face {
  font-family: "GothamMedium";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Gotham-Medium-Regular.woff") format("woff"), url("assets/fonts/Gotham-Medium-Regular.eot") format("eot"); }

@font-face {
  font-family: "GothamBook";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Gotham-Book-Regular.woff") format("woff"), url("assets/fonts/Gotham-Book-Regular.eot") format("eot"); }

@font-face {
  font-family: "HelveticaLTStd";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/HelveticaLTStd-Bold.woff") format("woff"), url("assets/fonts/HelveticaLTStd-Bold.eot") format("eot"); }

/* // base */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }

/* // common */
.sp-show {
  display: none; }

.section-title {
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.364;
  text-align: center; }
  .section-title.white {
    color: white; }

.section-accent {
  width: 40px;
  height: auto; }
  .section-accent.ml {
    margin-left: 12px; }

.section-sub {
  text-align: center; }

.section-sub-title {
  font-size: 12px;
  font-family: "GothamBook";
  color: #333333;
  line-height: 2.333; }
  .section-sub-title.white {
    color: white; }

.section-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  text-align: left;
  padding-top: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 1.875; }
  .section-description.white {
    color: white; }

.section-message {
  font-size: 54px;
  font-family: 'Noto Sans JP', sans-serif;
  color: white;
  line-height: 0.8; }
  .section-message.black {
    color: black; }
  .section-message.center {
    text-align: center; }
  .section-message.high {
    line-height: 1.2;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; }

.box-title {
  color: #333333;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.556;
  padding-bottom: 13px;
  border-bottom: 1px solid #d5d5d5; }
  .box-title span.border {
    display: inline-block;
    background: #119d72;
    width: 2px;
    height: 24px;
    margin-right: 12px; }

@media screen and (max-width: 960px) {
  .section-description {
    padding-top: 14px; }
  .section-sub {
    line-height: 0.8; }
  .section-sub-title {
    font-size: 13.5px; }
  .section-accent {
    width: 30px;
    height: auto; }
    .section-accent.ml {
      margin-left: 0px; }
  .section-message {
    text-align: center;
    font-size: 34px; }
  .sp-show {
    display: block; }
    .sp-show.inline-block {
      display: inline-block; }
  .sp-hidden {
    display: none; } }

@media screen and (max-width: 373px) {
  .section-message {
    font-size: 30px; } }

@media screen and (max-width: 340px) {
  .section-message {
    font-size: 28px; } }

.link-button {
  font-family: 'Noto Sans JP', sans-serif;
  width: 180px;
  height: 40px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.75;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.18); }
  .link-button .right-arrow {
    position: absolute;
    margin: auto 0;
    right: 12px;
    color: black; }
  .link-button.white {
    background-color: #ffffff;
    color: #2a8671; }
  .link-button.yellow {
    background-color: #f4ec1a;
    box-shadow: 1px black;
    color: black;
    margin-left: 14px; }
  .link-button.wide {
    width: 250px;
    height: 60px;
    font-size: 16px;
    border-radius: 30px; }
  .link-button.long {
    border-radius: 28.5px;
    max-width: 337px;
    width: 100%;
    height: 57px;
    font-size: 16px; }
  .link-button.home-contact {
    font-size: 16px;
    height: 60px;
    border-radius: 30px;
    background-image: url("assets/images/free_label@1.5x.png");
    background-position: left 30px center;
    background-size: 60px auto;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 400px; }

@media screen and (max-width: 960px) {
  .link-button {
    width: 100%;
    max-width: 400px; }
    .link-button .right-arrow {
      right: 12px; }
    .link-button.yellow {
      margin-left: 0;
      margin-top: 12px; }
    .link-button.wide {
      width: 100%;
      height: 50px;
      font-size: 15px; }
    .link-button.high {
      height: 52px;
      border-radius: 26px;
      font-size: 15px; }
    .link-button.home-contact {
      font-size: 15px;
      height: 52px;
      border-radius: 26px;
      background-image: url("assets/images/free_label@1.5x.png");
      background-position: left 10px center;
      background-size: 50px auto; } }

/* // project */
.section-footer {
  background-color: #006949; }

.section-footer-container {
  padding: 18px 0;
  text-align: center; }

.footer-copylight {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
  line-height: 2.571; }

@media screen and (max-width: 960px) {
  .section-footer-container {
    padding: 6px 0; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

body {
  padding-top: 100px; }

.section-header {
  position: relative;
  z-index: 102;
  background-color: #ffffff; }

.section-header-container {
  height: 100px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.header-logo {
  width: 184px;
  height: auto; }

.header-list {
  display: flex;
  align-items: center;
  padding-left: 20px; }

.header-link {
  font-size: 16px;
  color: black;
  line-height: 1.75;
  padding-right: 24px; }

.header-button-list {
  display: flex;
  align-items: center; }

.header-sp-humbargar {
  display: none; }

.header-sp-menu {
  display: none; }

.bread-clumb-wrapper {
  background-color: #f4f4f4;
  padding: 16px 0 10px 0;
  border-bottom: 1px solid #dadada; }

.bread-clumb {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  color: #333333;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 2.333; }
  .bread-clumb a {
    color: #007651;
    text-decoration: underline; }

.sns-links {
  display: flex;
  justify-content: center; }
  .sns-links img {
    width: 30px;
    height: 30px;
    margin: 0 8px; }

@media screen and (max-width: 1060px) {
  .header-link {
    font-size: 14px;
    padding-right: 16px; } }

@media screen and (max-width: 960px) {
  body {
    padding-top: 70px; }
  .sp-hidden {
    display: none; }
  .section-header-container {
    padding-left: 20px;
    height: 70px;
    justify-content: space-between; }
  .header-logo {
    width: 160px; }
  .header-list {
    display: none; }
  .header-button-list {
    display: none; }
  .header-sp-humbargar {
    height: 100%;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px; }
    .header-sp-humbargar .border {
      display: inline-block;
      width: 20px;
      height: 1px;
      border-radius: 1px;
      background-color: #059668;
      margin: 2px 0; }
    .header-sp-humbargar .name {
      padding-top: 6px;
      font-size: 8px;
      font-family: "GothamMedium";
      color: #059668;
      line-height: 2; }
  .header-sp-humbargar.active {
    background-color: #e8e8e8; }
    .header-sp-humbargar.active .border:first-child {
      -webkit-transform: translateY(2.5px) rotate(45deg);
      transform: translateY(2.5px) rotate(45deg); }
    .header-sp-humbargar.active .border:nth-child(2) {
      display: none; }
    .header-sp-humbargar.active .border:nth-child(3) {
      -webkit-transform: translateY(-2.5px) rotate(-45deg);
      transform: translateY(-2.5px) rotate(-45deg); }
  .header-sp-menu {
    display: block;
    background-color: #e8e8e8;
    margin-top: 70px;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100vh);
    transition: transform 0.5s ease-in-out;
    overflow: scroll; }
    .header-sp-menu.active {
      transform: translateY(0);
      z-index: 101; }
  .header-sp-menu-button_list {
    padding: 10px; }
  .header-sp-menu-search {
    background-color: #ffffff;
    padding: 10px; }
  .header-sp-menu-search-title {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 8px 14px;
    font-family: 'Noto Sans JP', sans-serif;
    color: white;
    font-weight: bold;
    line-height: 1.556;
    background: #119d72;
    border-radius: 5px; }
    .header-sp-menu-search-title span.border {
      display: inline-block;
      background: #ffffff;
      width: 1px;
      height: 24px;
      margin-right: 8px; }
  .header-sp-menu-search-sub-title {
    padding-top: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #004932;
    font-weight: bold;
    line-height: 1.167; }
    .header-sp-menu-search-sub-title span {
      margin-left: 6px; }
  .header-sp-menu-search-form {
    padding-top: 6px; }
  .header-sp-menu-search-form-input {
    position: relative;
    width: 100%;
    height: 32px; }
    .header-sp-menu-search-form-input input {
      padding-left: 12px;
      width: 100%;
      border-style: solid;
      border-width: 1px;
      border-color: #d5d5d5;
      border-radius: 6px;
      background-color: #f4f4f4;
      box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
      height: 32px; }
    .header-sp-menu-search-form-input button {
      border-radius: 6px;
      box-shadow: 0px 2px 0px 0px rgba(1, 129, 89, 0.004);
      background-color: #129d72;
      position: absolute;
      width: 40px;
      height: 30px;
      top: 2px;
      right: 0; }
      .header-sp-menu-search-form-input button img {
        width: 16px;
        height: auto; }
  .header-sp-menu-search-form-sub {
    font-size: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #818181;
    line-height: 2.333; }
  .header-sp-menu-icon {
    width: 14px;
    height: auto; }
  .header-sp-menu-search-categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0; }
  .header-sp-menu-search-category {
    width: calc((100% - 20px) / 3);
    height: 68px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    flex-direction: column;
    border-radius: 3px;
    background-color: #d8efe8;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18); }
    .header-sp-menu-search-category span {
      margin-top: 8px;
      font-size: 13px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #004932;
      font-weight: bold;
      line-height: 1.167;
      text-align: center; }
  .header-sp-menu-list {
    padding-top: 12px;
    padding-bottom: 30px; }
  .header-sp-menu-list li {
    padding: 10px 0;
    padding-right: 20px;
    padding-left: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 1.75;
    border-bottom: 1px solid #d5d5d5;
    background-color: #ffffff; }
  .header-sp-menu-list li a {
    color: #333333;
    width: 100%;
    display: inline-block;
    position: relative; }
    .header-sp-menu-list li a .right-arrow {
      position: absolute;
      right: 0;
      margin: auto 0; }
  .header-sp-menu-list li button {
    color: #333333;
    width: 100%;
    text-align: left;
    position: relative; }
    .header-sp-menu-list li button .right-arrow {
      position: absolute;
      right: 0;
      margin: auto 0; }
  .bread-clumb-wrapper {
    background-color: #ffffff;
    padding: 6px;
    border-bottom: none; }
  .bread-clumb {
    max-width: 670px;
    font-size: 15px;
    letter-spacing: -0.01em; }
  .sns-links {
    padding: 8px 0; }
    .sns-links img {
      width: 35px;
      height: 35px;
      margin: 0 10px; } }

.section-sidebar {
  margin-left: 30px;
  width: 300px; }

.sidebar-ad-name {
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #004932;
  line-height: 1.077; }

.sidebar-ad {
  width: 100%;
  height: auto; }

.section-sidebar-container-box {
  padding: 16px 0; }
  .section-sidebar-container-box.top {
    padding-top: 0; }

.section-sidebar-container-box-item {
  padding: 10px 15px;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.section-sidebar-container-box-item .tag {
  background-color: #119d72;
  width: 88px;
  height: 25px;
  border-radius: 12.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "GothamMedium";
  color: white;
  line-height: 2.143; }

.section-sidebar-container-box-item .text {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #004932;
  font-weight: 500;
  line-height: 1.556;
  margin-left: 20px; }

.section-sidebar-container-box-item img {
  width: 60px;
  height: auto; }

.section-sidebar-title {
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: white;
  font-weight: 500;
  line-height: 1.556;
  background: #119d72;
  padding: 10px 20px;
  margin-bottom: 13px; }
  .section-sidebar-title span.border {
    display: inline-block;
    background: #ffffff;
    width: 2px;
    height: 24px;
    margin-right: 12px; }

.section-sidebar-content {
  padding: 16px;
  background: #ffffff; }

.section-sidebar-content-list {
  padding-top: 16px; }

.section-sidebar-content-list a {
  display: block;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #004932;
  text-decoration: underline;
  line-height: 1.778; }

.section-sidebar-content-title {
  padding: 14px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #004932;
  font-weight: 500;
  line-height: 1.444;
  background: #d8efe8;
  border-radius: 10px; }

.section-sidebar-step {
  width: 100%;
  height: auto; }

.section-sidebar-step-sp {
  display: none; }

.section-sidebar-bottom-arrow {
  display: block;
  width: 18px;
  height: auto;
  margin: 8px auto;
  vertical-align: middle; }

@media screen and (max-width: 960px) {
  .section-sidebar {
    margin: 0 auto;
    width: 100%;
    max-width: 670px;
    padding-left: 10px;
    padding-right: 10px; }
  .sidebar-ad-name {
    font-size: 14px; }
  .section-sidebar-container-box {
    padding: 14px 0; }
  .section-sidebar-container-box-item {
    padding: 8px 10px; }
  .section-sidebar-container-box-item .tag {
    width: 75px;
    font-size: 15px; }
  .section-sidebar-container-box-item .text {
    font-size: 16px;
    font-weight: 400;
    margin-right: auto;
    margin-left: 16px; }
  .section-sidebar-title {
    padding: 8px 10px;
    margin-bottom: 12px; }
    .section-sidebar-title span.border {
      width: 1px;
      margin-right: 8px; }
  .section-sidebar-content {
    padding: 14px; }
  .section-sidebar-content-list {
    padding-top: 16px; }
  .section-sidebar-content-title {
    padding: 8px;
    border-radius: 6px; }
  .section-sidebar-step {
    display: none; }
  .section-sidebar-step-sp {
    display: block;
    width: 100%;
    height: auto; } }

.section-hero {
  background-image: url("assets/images/hero-background.jpg");
  background-size: cover;
  background-position: center center; }

.section-hero-container {
  padding: 90px 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

.hero-title {
  font-size: 58px;
  font-family: "GothamMedium";
  color: white;
  line-height: 0.483; }

.section-hero-sub_message {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: white;
  padding-bottom: 30px;
  font-weight: normal; }
  .section-hero-sub_message span.strong {
    color: #ffe062;
    font-weight: bold;
    line-height: 1.077; }
  .section-hero-sub_message img {
    width: 25px;
    height: auto;
    margin: 0 8px; }

.hero-box {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

.hero-description {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.44;
  text-align: center;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: white;
  line-height: 1.52;
  text-align: center; }

.hero-feature-box {
  display: flex;
  justify-content: center;
  align-items: center; }

.hero-feature {
  width: 138px;
  height: auto;
  margin: 0 8px; }

.hero-button-list {
  text-align: center;
  padding-top: 20px; }

.section-about {
  padding-top: 40px;
  position: relative; }
  .section-about::after {
    content: '';
    bottom: 0;
    position: absolute;
    background-color: #d4f2e9;
    opacity: 0.82;
    width: 100%;
    height: 250px;
    z-index: -1; }

.section-about-container {
  padding-bottom: 40px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.about-image {
  width: 100%;
  max-width: 467px;
  height: auto; }

.about-content {
  padding: 8px 16px 0 16px; }

.about-sub-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "GothamMedium";
  color: #333333;
  line-height: 1.667;
  padding-bottom: 20px; }

.section-flow {
  background-color: #f4f4f4; }

.section-flow-container {
  padding: 24px 0 42px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.section-flow-sub_message {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 1.167;
  font-weight: 300;
  color: #333333; }
  .section-flow-sub_message span.strong {
    font-size: 24px;
    color: #119d72;
    font-weight: bold; }
  .section-flow-sub_message img {
    width: 25px;
    height: auto;
    margin: 0 8px; }

.flow-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.flow-item {
  margin-top: 24px;
  max-width: 230px;
  width: 100%;
  height: 105px;
  background-color: #ffffff;
  border: 2px solid #e4ebe4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  border-radius: 6px; }
  .flow-item.last {
    background-color: #119d72; }

.flow-item-tag {
  background-color: #119d72;
  width: 88px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "GothamMedium";
  color: white;
  line-height: 2.143;
  border-radius: 12.5px; }
  .flow-item-tag.white {
    color: #119d72;
    background-color: white; }

.flow-item-text {
  padding-top: 10px;
  font-size: 17.5px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.3;
  font-weight: 300; }
  .flow-item-text.white {
    color: white; }

.green-right-arrow {
  width: 9px;
  height: auto;
  margin: 24px 8px 0 8px; }

.green-right-arrow-sp {
  display: none; }

.flow-button-list {
  text-align: center;
  padding-top: 40px; }

.section-merit {
  background-color: #119d72; }

.section-merit-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 60px 0; }

.merit-message {
  font-size: 26px;
  color: white;
  font-weight: bold;
  line-height: 1.385;
  text-align: center;
  padding-top: 24px; }

.merit-box {
  padding-top: 36px;
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.merit-box-item {
  max-width: 300px;
  width: 100%;
  margin: 0 15px; }

.merit-box-item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 8px 8px 0 0; }

.merit-box-item-content {
  height: 230px;
  padding: 20px 30px;
  background-color: #ffffff;
  border-bottom-right-radius: 8px 8px;
  border-bottom-left-radius: 8px 8px; }

.merit-box-item-content h4 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.444;
  text-align: center; }

.merit-box-item-content p {
  padding-top: 12px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.733; }

.section-performance-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 60px 0; }

.performance-company {
  width: 100%;
  margin-top: 30px; }

.section-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 34px;
  border-bottom: 1px solid #e6e6e6; }
  .section-list-item img {
    width: 330px;
    height: auto; }
  .section-list-item:last-child {
    padding-bottom: 0px;
    border-bottom: none; }

.section-list-item-box {
  padding-left: 40px; }
  .section-list-item-box span.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #333333;
    line-height: 1.875;
    background-color: #c8ebe0;
    padding: 0 14px;
    height: 32px;
    border-radius: 16px; }

.section-list-item-box-description {
  padding-top: 10px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.733;
  font-weight: 300; }

.section-introduce {
  background-color: #119d72;
  padding-top: 30px;
  padding-bottom: 45px; }

.section-introduce-sub_message {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
  padding-bottom: 10px;
  font-weight: 500; }
  .section-introduce-sub_message img {
    width: 25px;
    height: auto;
    margin: 0 8px; }

.section-introduce-button-list {
  text-align: center; }

.section-plan {
  background-color: #f4f4f4; }

.section-plan-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 60px 0; }

.section-plan-description {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.667;
  text-align: center;
  padding: 16px 0; }

.section-plan-list {
  text-align: center; }

.section-plan-list-item {
  background-color: #ffffff;
  width: 100%;
  max-width: 414px;
  display: inline-block;
  text-align: center;
  padding: 24px 0;
  font-size: 26px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.58; }
  .section-plan-list-item span.tax {
    font-size: 19px; }

.section-plan-sub_text {
  padding-left: calc((100% - 414px) / 2);
  text-align: left;
  padding-top: 24px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.75; }

.plan-list {
  padding-top: 30px;
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.plan-item {
  max-width: 250px;
  width: 30%; }

.plan-title {
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1fbb8b;
  font-size: 18px;
  color: white;
  font-weight: bold;
  line-height: 1.667; }
  .plan-title.green {
    background-color: #119d72; }
  .plan-title.gold {
    background-color: #b79600; }

.plan-content {
  padding: 20px 14px;
  background-color: #ffffff;
  text-align: center; }

.plan-top {
  padding-bottom: 20px; }

.plan-message {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  line-height: 2.143; }

.plan-item-bottom {
  padding-top: 25px; }

.plan-item-bottom-add-cart {
  padding: 12px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5C9477;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  letter-spacing: 1.25px;
  color: #FFFFFF;
  max-width: 414px;
  margin: 0 auto; }

.plan-price {
  padding-top: 8px;
  font-size: 18px;
  color: #333333;
  line-height: 1.667; }
  .plan-price span.strong {
    letter-spacing: -0.05em;
    font-size: 48px;
    font-family: "HelveticaLTStd";
    color: #333333;
    font-weight: bold;
    line-height: 0.9;
    padding-right: 4px; }

.plan-feature {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding: 20px 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.875; }
  .plan-feature img {
    margin-right: 8px;
    width: 16px;
    height: auto; }

.section-question {
  background-color: #119d72; }

.section-question-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 60px 0; }

.question-list {
  padding-top: 16px;
  max-width: 630px;
  width: 100%;
  margin: 0 auto; }

.question-item {
  margin-bottom: 12px; }
  .question-item:last-child {
    margin-bottom: 0; }

.question-title {
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  line-height: 1.8;
  padding: 14px 20px;
  border-radius: 8px; }
  .question-title img {
    margin-right: 10px;
    width: 28px;
    height: auto; }

.question-show-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  width: 20px;
  height: 20px; }
  .question-show-button span.border {
    width: 100%;
    height: 1px;
    background-color: #333333;
    display: inline-block;
    position: relative; }
    .question-show-button span.border.vertical {
      position: absolute;
      margin: auto;
      display: inline;
      transform: rotate(90deg); }
  .question-show-button.active span.border.vertical {
    display: none;
    transform: rotate(90deg); }

.question-description {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  display: none;
  font-size: 16px;
  color: #333333;
  line-height: 1.875;
  background-color: #f4f4f4;
  padding: 25px; }
  .question-description.active {
    display: block; }

.section-company_info-container {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 0 60px 0; }

.company_info-list {
  margin-top: 25px;
  border-top: 1px solid #cbcbcb; }

.company_info-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #cbcbcb; }
  .company_info-item p {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 1.778; }
    .company_info-item p:first-child {
      width: 25%;
      padding-left: 25px; }
    .company_info-item p:last-child {
      width: 75%; }

.company_info-button-list {
  padding-top: 60px;
  text-align: center; }

@media screen and (max-width: 960px) {
  .section-hero {
    background-image: url("assets/images/hero-background-sp@1.5x.png"); }
  .section-hero-container {
    padding: 40px 30px; }
  .section-hero-sub_message {
    font-size: 16px;
    padding-bottom: 20px; }
    .section-hero-sub_message span.strong {
      font-size: 17px; }
    .section-hero-sub_message img {
      width: 10px;
      height: auto;
      margin: 0 6px; }
  .hero-box {
    display: block;
    text-align: center; }
  .hero-description {
    padding-top: 8px;
    font-size: 17.5px;
    text-align: left; }
  .hero-feature-box {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px; }
  .hero-feature {
    width: calc((100% - 20px) / 3);
    height: auto; }
  .hero-button-list {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    text-align: center; }
  .section-about {
    padding-top: 24px; }
  .section-about-container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center; }
  .about-image {
    width: 100%;
    max-width: 467px;
    height: auto;
    margin-top: 20px; }
  .about-content {
    padding: 0; }
  .about-sub-title {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px; }
  .section-flow-container {
    padding: 24px 16px 16px 16px; }
  .section-flow-sub_message {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 1.5; }
    .section-flow-sub_message span.strong {
      font-size: 20px; }
    .section-flow-sub_message img {
      width: 10px;
      height: auto;
      margin: 0 6px; }
  .flow-list {
    display: block; }
  .flow-item {
    max-width: 414px;
    margin: 12px auto; }
  .flow-item-text {
    padding-top: 8px; }
  .green-right-arrow {
    display: none; }
  .green-right-arrow-sp {
    display: block;
    width: 15px;
    height: auto;
    margin: 0 auto 5px auto; }
  .flow-title {
    font-size: 16px; }
  .flow-description {
    font-size: 12px; }
  .section-merit-container {
    padding: 24px 16px 24px 16px; }
  .merit-box {
    display: block;
    text-align: center; }
  .merit-box-item {
    max-width: 414px;
    margin: 12px auto; }
  .merit-box-item-content {
    height: 216px;
    padding: 16px; }
  .merit-box-item-content h4 {
    font-size: 17px; }
  .merit-box-item-content p {
    padding-top: 8px;
    font-size: 15.5px; }
  .merit-message {
    font-size: 17px; }
  .section-performance-container {
    padding: 24px 16px; }
  .performance-company {
    margin-top: 24px; }
  .section-list-item {
    display: block;
    padding-left: 0;
    padding-right: 0; }
    .section-list-item img {
      width: 100%; }
  .section-list-item-box {
    padding-top: 8px;
    padding-left: 0; }
    .section-list-item-box span.tag {
      font-size: 12px; }
  .section-list-item-box-title {
    padding-top: 8px;
    font-size: 16px; }
  .section-list-item-box-description {
    padding-top: 8px; }
  .section-introduce {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px; }
  .section-introduce-sub_message {
    font-size: 17px;
    padding-bottom: 8px; }
    .section-introduce-sub_message img {
      width: 10px;
      height: auto;
      margin: 0 6px; }
  .section-introduce-button-list {
    text-align: center; }
  .section-plan-container {
    padding: 24px 16px 30px 16px; }
  .section-plan-description {
    font-size: 16px; }
  .section-plan-list-item {
    font-size: 20px;
    padding: 20px 0; }
    .section-plan-list-item span.tax {
      font-size: 12px; }
  .section-plan-sub_text {
    font-size: 14px; }
  .plan-list {
    padding-top: 20px;
    display: block; }
  .plan-item {
    max-width: unset;
    width: 100%;
    margin-bottom: 20px; }
    .plan-item:last-child {
      margin-bottom: 0px; }
  .plan-title {
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1fbb8b;
    font-size: 18px;
    color: white;
    font-weight: bold;
    line-height: 1.667; }
    .plan-title.green {
      background-color: #119d72; }
    .plan-title.gold {
      background-color: #b79600; }
  .plan-content {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .plan-top {
    width: 40%;
    text-align: center;
    padding-bottom: 0; }
  .plan-message {
    font-size: 10px; }
  .plan-price {
    padding-top: 4px;
    font-size: 12px; }
    .plan-price span.strong {
      font-size: 30px; }
  .plan-feature-box {
    width: 60%; }
  .plan-feature {
    border-left: 1px solid rgba(51, 51, 51, 0.2);
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    padding: 12px;
    font-size: 14px;
    text-align: left; }
    .plan-feature img {
      margin-right: 8px;
      width: 16px;
      height: auto; }
  .section-question-container {
    padding: 24px 16px; }
  .question-item {
    margin-bottom: 12px; }
  .question-title {
    font-size: 16px;
    padding: 10px; }
    .question-title img {
      margin-right: 8px;
      width: 20px;
      height: auto; }
  .question-show-button {
    min-width: 20px;
    min-height: 20px; }
    .question-show-button span.border {
      width: 100%;
      height: 1px;
      background-color: #333333;
      display: inline-block;
      position: relative; }
      .question-show-button span.border.vertical {
        position: absolute;
        margin: auto;
        display: inline;
        transform: rotate(90deg); }
    .question-show-button.active span.border.vertical {
      display: none;
      transform: rotate(90deg); }
  .question-description {
    display: none;
    font-size: 15px;
    background-color: #f4f4f4;
    padding: 14px; }
    .question-description.active {
      display: block; }
  .section-company_info-container {
    padding: 30px 16px; }
  .company_info-list {
    margin-top: 16px; }
  .company_info-item {
    padding: 16px 0; }
    .company_info-item p {
      font-size: 16.5px; }
      .company_info-item p:first-child {
        width: 25%;
        padding-left: 8px; }
      .company_info-item p:last-child {
        padding-left: 10px;
        width: 75%; }
  .company_info-button-list {
    padding-top: 20px; } }

@media screen and (max-width: 373px) {
  .section-hero-sub_message {
    font-size: 13px; }
    .section-hero-sub_message span.strong {
      font-size: 15.5px; }
  .plan-price {
    font-size: 11px; }
    .plan-price span.strong {
      font-size: 28px; }
  .plan-feature {
    font-size: 12px; }
  .company_info-item {
    padding: 12px 0; }
    .company_info-item p {
      font-size: 15px; } }

.section-companies-wrapper {
  padding-top: 20px;
  background-color: #f4f4f4;
  padding-bottom: 60px; }

.section-companies {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.section-companies-container {
  max-width: 670px;
  width: 100%; }

.companies-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: white;
  font-weight: 500;
  line-height: 1.556;
  background: #119d72;
  padding: 10px 20px; }
  .companies-title span.border {
    display: inline-block;
    background: #ffffff;
    width: 2px;
    height: 24px;
    margin-right: 12px; }

.companies-num {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.75;
  padding-bottom: 8px; }
  .companies-num span.strong {
    color: #ee6262;
    font-size: 24px; }

.companies-form {
  padding-top: 20px; }

.companies-form-title {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.556; }

.companies-form-box {
  margin-top: 6px;
  border-radius: 5px;
  border: 1px solid #d5d5d5; }

.companies-form-box-item {
  display: flex;
  border-bottom: 1px solid #b4d1c8; }
  .companies-form-box-item:last-child {
    border-bottom: none; }

.companies-form-box-item-key {
  width: 24%;
  background-color: #d8efe8;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #004932;
  font-weight: 500;
  line-height: 1.556; }

.companies-form-icon {
  width: 20px;
  height: auto;
  margin-right: 8px; }

.companies-form-box-item-value {
  width: 76%;
  background-color: #ffffff;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .companies-form-box-item-value.form {
    flex-direction: column;
    position: relative;
    align-items: flex-start; }
  .companies-form-box-item-value span {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: #333333;
    line-height: 1.556; }
    .companies-form-box-item-value span.gray {
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #818181;
      line-height: 1.75; }

.companies-form-select-button {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #016f4d;
  text-decoration: underline;
  line-height: 1.556; }

.companies-form-input {
  padding-left: 12px;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #d5d5d5;
  border-radius: 6px;
  background-color: #f4f4f4;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  height: 44px; }

.companies-form-submit-button {
  border-radius: 6px;
  box-shadow: 0px 2px 0px 0px rgba(1, 129, 89, 0.004);
  background-color: #129d72;
  position: absolute;
  width: 73px;
  height: 40px;
  right: 16px;
  top: 17px; }
  .companies-form-submit-button img {
    width: 24px;
    height: auto; }

.companies-form-sub {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #818181;
  line-height: 2.333;
  font-weight: 300; }

.companies-list {
  padding-top: 20px; }

.companies-item {
  background: #ffffff;
  padding: 20px 20px 0 20px;
  border-top: 3px solid #129d72;
  margin-bottom: 20px; }

.companies-item-title {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #007651;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.556; }

.companies-item-sub_title {
  padding: 12px 0;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.75; }

.companies-item-message {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #d5d5d5; }
  .companies-item-message img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    object-position: center; }

.companies-item-description {
  padding-right: 20px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.5; }

.companies-item-box {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 6px;
  background-color: white; }

.companies-item-box-item {
  display: flex;
  border-bottom: 1px solid #e1e1e1; }
  .companies-item-box-item:last-child {
    border-bottom: none; }

.companies-item-box-item-key {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.563;
  background-color: #f4f4f4;
  width: 112px;
  display: flex;
  align-items: center;
  justify-content: center; }

.companies-item-box-item-value {
  padding: 12px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.563; }

.companies-item-contact-item {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid #e3e3e3; }
  .companies-item-contact-item:first-child {
    border-top: none; }

.companies-item-contact-price_title {
  margin: 10px 0 25px 0;
  background-color: #e4f4ef;
  width: 100%;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.75; }
  .companies-item-contact-price_title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #e4f4ef transparent transparent transparent;
    border-width: 20px 12px 0 12px; }

.companies-item-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #129d72;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  width: 100%;
  max-width: 414px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #007b55;
  font-weight: 500;
  line-height: 2; }
  .companies-item-contact-button.yellow {
    border: none;
    background-color: #ffde00;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    color: #333333;
    background-image: url("assets/images/new_window@1.5x.png");
    background-size: 18px auto;
    background-position: center right 20px;
    background-repeat: no-repeat; }

.companies-item-contact-button span.right-arrow {
  position: absolute;
  right: 16px;
  margin: auto 0; }

.companies-pagenate {
  text-align: center; }

.companies-pagenate-link a {
  display: inline-flex;
  margin: 0 4px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: white;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0a8c64;
  font-weight: 500;
  line-height: 1.556; }
  .companies-pagenate-link a.active {
    background-color: #0a8c64;
    color: white; }
  .companies-pagenate-link a:focus {
    background-color: #0a8c64;
    color: white; }

.companies-bottom {
  padding-top: 40px; }

.companies-bottom-description {
  padding: 28px;
  margin-top: 24px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  background: #ffffff;
  color: #333333;
  line-height: 1.625; }

@media screen and (max-width: 960px) {
  .section-companies-wrapper {
    padding-top: 14px;
    padding-bottom: 24px; }
  .section-companies {
    display: block; }
  .section-companies-container {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }
  .companies-title {
    padding: 8px 14px; }
    .companies-title span.border {
      width: 1px;
      height: 24px;
      margin-right: 8px; }
  .companies-form-title {
    font-size: 16px; }
  .companies-form-box-item-key {
    width: 27%;
    padding: 8px 0 8px 6px;
    font-size: 13px;
    letter-spacing: -0.07em; }
  .companies-form-icon {
    width: 14px;
    height: auto;
    margin-right: 4px; }
  .companies-form-box-item-value {
    width: 73%;
    padding: 10px 14px; }
    .companies-form-box-item-value.form {
      flex-direction: column;
      position: relative;
      justify-content: space-between;
      padding: 6px 14px; }
    .companies-form-box-item-value span {
      font-size: 15px; }
      .companies-form-box-item-value span.gray {
        font-size: 15px; }
  .companies-form-select-button {
    font-size: 15px; }
  .companies-form-input {
    height: 32px; }
  .companies-form-submit-button {
    width: 40px;
    height: 32px;
    right: 14px;
    top: 6px; }
    .companies-form-submit-button img {
      width: 16px;
      height: auto; }
  .companies-form-sub {
    font-size: 12px; }
  .companies-num {
    text-align: center;
    font-size: 15px;
    padding-bottom: 6px; }
    .companies-num span.strong {
      font-size: 24px; }
    .companies-num.pagenate {
      font-size: 24px; }
      .companies-num.pagenate span.strong {
        font-size: 32px;
        color: #246f75;
        margin-right: 8px; }
  .companies-list {
    padding-top: 16px; }
  .companies-item {
    background: #ffffff;
    padding: 14px;
    border-top: 2px solid #129d72;
    margin-bottom: 20px; }
  .companies-item-title {
    font-size: 17px; }
  .companies-item-sub_title {
    padding: 6px 0;
    font-size: 15px; }
  .companies-item-message {
    padding: 14px 0;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #d5d5d5; }
    .companies-item-message img {
      width: 30%;
      height: auto;
      object-fit: cover;
      object-position: center; }
  .companies-item-description {
    padding-right: 14px;
    font-size: 16px; }
  .companies-item-box {
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    border-radius: 6px;
    background-color: white; }
  .companies-item-box-item {
    display: flex;
    border-bottom: 1px solid #e1e1e1; }
    .companies-item-box-item:last-child {
      border-bottom: none; }
  .companies-item-box-item-key {
    font-size: 14.5px;
    width: 21%; }
  .companies-item-box-item-value {
    width: 79%;
    padding: 12px 0 12px 6px;
    font-size: 14px;
    letter-spacing: -0.01em; }
  .companies-item-contact-item {
    padding-top: 14px;
    padding-bottom: 18px; }
  .companies-item-contact-price_title {
    margin: 8px 0 16px 0;
    height: 80px;
    padding: 0 16px;
    text-align: left;
    font-size: 16px; }
    .companies-item-contact-price_title::after {
      bottom: -10px;
      border-width: 16px 10px 0 10px; }
  .companies-item-contact-button {
    font-size: 16px;
    padding: 12px 0 12px 8px;
    width: calc(100% - 32px); }
    .companies-item-contact-button.yellow {
      background-size: 14px auto; }
  .companies-item-contact-button span.right-arrow {
    right: 8px; }
  .companies-pagenate-link a {
    display: inline-flex;
    margin: 0 2px;
    border-radius: 6px;
    background-color: white;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #36a5ad; }
    .companies-pagenate-link a.active {
      background-color: #36a5ad;
      color: white; }
    .companies-pagenate-link a:focus {
      background-color: #36a5ad;
      color: white; }
  .companies-bottom {
    padding-bottom: 20px; }
  .companies-bottom-description {
    padding: 14px;
    margin-top: 0;
    font-size: 16px; } }

.section-company-wrapper {
  padding-top: 20px;
  background-color: #f4f4f4;
  padding-bottom: 60px; }

.section-company {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.section-company-container {
  max-width: 670px; }

.section-company-container-box {
  background-color: #fff;
  padding: 20px;
  border-top: 3px solid #129d72; }

.company-title {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #007651;
  font-weight: 500;
  line-height: 1.3; }

.company-sub-title {
  padding-top: 6px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.75; }

.company-image-slider {
  padding-top: 15px;
  position: relative; }

.company-image-slider-item {
  width: 100%;
  max-height: 336px;
  position: relative; }

.company-image-slider-item-image {
  width: 100%;
  height: 336px;
  object-fit: cover;
  object-position: center; }

.company-image-slider-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.361;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: white;
  line-height: 1.786;
  width: 100%;
  z-index: 10; }

.slider-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #129d72;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15); }
  .slider-circle.left {
    left: -20px;
    z-index: 99; }
  .slider-circle.right {
    right: -20px;
    z-index: 99; }

.slider-left-arrow {
  width: 10px;
  height: auto; }

.slider-right-arrow {
  width: 10px;
  height: auto; }

.company-image-slider-dots {
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .company-image-slider-dots .slider-dot {
    margin: 0 5px;
    width: 8px;
    height: auto; }

.company-info-box {
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 6px;
  background-color: white;
  margin-top: 16px; }

.company-info-box-item {
  border-bottom: 1px solid #e1e1e1;
  display: flex; }

.company-info-box-item-key {
  width: 20%;
  background-color: #f4f4f4;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.563;
  display: flex;
  align-items: center;
  justify-content: center; }

.company-info-box-item-value {
  width: 80%;
  padding: 16px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.563; }

.company-contact-button-area {
  padding: 24px 0;
  text-align: center; }

.company-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #ffde00;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  width: 348px;
  height: 59px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 2;
  position: relative; }
  .company-contact-button .right-arrow {
    position: absolute;
    font-size: 14px;
    right: 14px;
    margin: auto 0; }

.company-cob-report {
  background-color: #e4f4ef;
  border-radius: 6px;
  padding: 16px; }

.company-cob-report-title {
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #004932;
  font-weight: 500;
  line-height: 1.636;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #d5d5d5; }
  .company-cob-report-title img.company-consult-icon {
    position: absolute;
    bottom: 0;
    left: 14px;
    width: 118px;
    height: auto;
    display: none; }

.company-cob-report-description {
  padding-top: 13px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.556;
  font-weight: 300; }

.company-more-info {
  padding-top: 16px; }

.company-more-info-title {
  background-color: #129d72;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fefefe;
  font-weight: 500;
  line-height: 1.8;
  position: relative; }
  .company-more-info-title::after {
    position: absolute;
    content: '';
    bottom: -13px;
    left: calc(50% - 7px);
    border-top: 13px solid #129d72;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }

.company-more-info-box {
  padding-top: 8px; }

.company-more-info-box-item {
  border-bottom: 1px solid #d5d5d5;
  padding: 28px 23px; }
  .company-more-info-box-item:last-child {
    border-bottom: none;
    padding-bottom: 0; }

.company-more-info-box-item-key {
  background-color: #e4f4ef;
  padding: 0 20px;
  height: 36px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #004932;
  font-weight: 500;
  line-height: 2; }

.company-more-info-box-item-value {
  padding-top: 16px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.556; }

.area-popup {
  display: none; }
  .area-popup.active {
    display: block; }

.job-popup {
  display: none; }
  .job-popup.active {
    display: block; }

.task-popup {
  display: none; }
  .task-popup.active {
    display: block; }

@media screen and (max-width: 960px) {
  .section-company-wrapper {
    padding-top: 0;
    padding-bottom: 30px; }
  .section-company {
    display: block; }
  .section-company-container {
    background-color: #fff;
    margin: 0 auto 30px auto; }
  .section-company-container-box {
    padding: 10px; }
  .company-title {
    font-size: 17px; }
  .company-sub-title {
    font-size: 16px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 6px; }
  .company-image-slider {
    padding-top: 10px; }
  .company-image-slider-item {
    width: 100%;
    max-height: calc(0.6 * (100vw - 20px)); }
  .company-image-slider-item-image {
    height: calc(0.6 * (100vw - 20px)); }
  .company-image-slider-item-caption {
    font-size: 20px; }
  .slider-circle {
    width: 20px;
    height: 20px; }
    .slider-circle.left {
      left: -8px; }
    .slider-circle.right {
      right: -8px; }
  .slider-left-arrow {
    width: 5px;
    height: auto; }
  .slider-right-arrow {
    width: 5px;
    height: auto; }
  .company-image-slider-dots {
    padding-top: 10px; }
    .company-image-slider-dots .slider-dot {
      margin: 0 3px;
      width: 5px;
      height: auto; }
  .company-info-box {
    margin-top: 10px; }
  .company-info-box-item-key {
    width: 21%;
    background-color: #f4f4f4;
    font-size: 14px; }
  .company-info-box-item-value {
    width: 79%;
    padding: 12px;
    font-size: 14px; }
  .company-contact-button {
    border-radius: 4px;
    width: 75%;
    height: 46px;
    font-size: 13.5px; }
    .company-contact-button .right-arrow {
      position: absolute;
      font-size: 12px;
      right: 10px; }
  .company-cob-report {
    padding: 12px; }
  .company-cob-report-title {
    font-size: 18px; }
    .company-cob-report-title img.company-consult-icon {
      position: absolute;
      bottom: 0;
      left: -6px;
      width: 80px;
      height: auto; }
  .company-cob-report-description {
    padding-top: 14px;
    font-size: 16px; }
  .company-more-info {
    padding-top: 18px; }
  .company-more-info-title {
    font-size: 17px; }
    .company-more-info-title::after {
      position: absolute;
      content: '';
      bottom: -8px;
      left: calc(50% - 5px);
      border-top: 8px solid #129d72;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
  .company-more-info-box {
    padding-top: 8px; }
  .company-more-info-box-item {
    padding: 14px 10px; }
  .company-more-info-box-item-key {
    padding: 0 12px;
    height: 30px;
    border-radius: 98px;
    font-size: 16px; }
  .company-more-info-box-item-value {
    padding-top: 14px;
    font-size: 16px; } }

.select-popup {
  position: fixed;
  z-index: 99;
  top: 140px;
  left: 0;
  right: 0;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #d5d5d5; }

.popup-container-wrapper {
  overflow-y: scroll;
  height: calc(100vh - 160px); }

.popup-close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.667; }

.parent-pop-item {
  padding-bottom: 30px; }

.select-popup-container {
  padding: 40px; }

.select-popup-container-item {
  padding-top: 20px;
  display: flex;
  align-items: center; }

.select-popup-container-item-name {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.667; }
  .select-popup-container-item-name input {
    margin-right: 8px;
    width: 20px; }

.select-popup-container-item-child_list {
  padding-top: 8px; }
  .select-popup-container-item-child_list li {
    padding: 8px 12px; }
    .select-popup-container-item-child_list li label {
      font-size: 14px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #333333;
      line-height: 1.667; }

@media screen and (max-width: 960px) {
  .select-popup {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto; }
  .select-popup-container {
    padding: 16px; } }

.woocommerce form .form-row .required {
  display: none; }

.woocommerce-breadcrumb {
  display: none; }

.woocommerce-info {
  display: none; }

.woocommerce-message {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #004932;
  line-height: 1.5;
  font-weight: normal;
  padding: 10px 0;
  text-align: center; }

.mail-container {
  padding: 20px; }

.woocommerce-result-count {
  display: none; }

.woocommerce-ordering {
  display: none; }

.section-checkout {
  background-color: #f4f4f4; }
  .section-checkout.white {
    background-color: #fff; }

.section-checkout-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 60px 0; }

.section-checkout-box {
  margin-top: 16px;
  background-color: #ffffff;
  padding: 40px 60px; }

.section-checkout-box form.checkout {
  max-width: 560px;
  width: 100%;
  margin: 0 auto; }

.section-checkout .woocommerce-info {
  display: none; }

.section-checkout .woocommerce-additional-fields {
  display: none; }

.woocommerce-billing-fields {
  padding-bottom: 30px; }

.checkout-box {
  padding-top: 10px; }

.checkout-box-title {
  color: #333333;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.556;
  padding-bottom: 13px;
  border-bottom: 1px solid #d5d5d5; }
  .checkout-box-title span.border {
    display: inline-block;
    background: #119d72;
    width: 2px;
    height: 24px;
    margin-right: 12px; }

.woocommerce-billing-fields__field-wrapper {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.woocommerce-billing-fields__field-wrapper .label-wide {
  width: 100%;
  padding-bottom: 10px; }

.woocommerce-billing-fields__field-wrapper .form-row {
  padding-bottom: 16px;
  width: 100%; }
  .woocommerce-billing-fields__field-wrapper .form-row label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.75;
    padding-right: 24px;
    display: block;
    width: 100%;
    padding-bottom: 10px; }
  .woocommerce-billing-fields__field-wrapper .form-row.first-name-row {
    width: calc(50% - 16px); }
  .woocommerce-billing-fields__field-wrapper .form-row.last-name-row {
    width: calc(50% - 16px); }
  .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    height: 45px;
    padding-left: 10px; }
    .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder {
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #818181;
      line-height: 1.75; }
  .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
    background-color: #f4f4f4 !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 10px !important; }
  .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%; }

.woocommerce-checkout abbr.required {
  display: none; }

.woocommerce form .form-row .optional {
  display: none; }

#billing_country_field {
  display: none; }

.section-checkout .screen-reader-text {
  display: none !important; }

.recurring-totals {
  display: none; }

.shop_table.woocommerce-checkout-review-order-table {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: normal; }
  .shop_table.woocommerce-checkout-review-order-table thead tr {
    font-weight: bold; }
    .shop_table.woocommerce-checkout-review-order-table thead tr th {
      text-align: left;
      padding: 8px 0 8px 8px; }
  .shop_table.woocommerce-checkout-review-order-table tbody tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .shop_table.woocommerce-checkout-review-order-table tbody tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }

.woocommerce-checkout-payment {
  padding-top: 40px; }

.wc_payment_methods.payment_methods.methods {
  padding-top: 16px; }

.woocommerce-checkout-payment #stripe-payment-data p {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.733; }

.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.733; }
  .woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    padding: 6px 0; }
    .woocommerce-SavedPaymentMethods.wc-saved-payment-methods li input {
      margin-right: 6px;
      width: 15px;
      height: 15px; }

#wc-stripe-cc-form {
  border: none; }
  #wc-stripe-cc-form .form-row label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.75;
    padding-right: 24px;
    display: block;
    width: 100%;
    padding-bottom: 6px; }
    #wc-stripe-cc-form .form-row label span.required {
      display: none; }
  #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
    width: 50%;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    height: 34px;
    padding-left: 10px; }
  #wc-stripe-cc-form .form-row #stripe-card-element {
    width: 100%; }

.woocommerce-privacy-policy-text {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.733; }
  .woocommerce-privacy-policy-text a {
    color: #004932;
    text-decoration: underline; }

.place-order-container {
  text-align: center;
  padding-top: 30px; }

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  padding-top: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #333333;
  line-height: 1.75; }
  .woocommerce-form__label-for-checkbox a {
    color: #004932;
    text-decoration: underline; }
  .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px; }

.woocommerce-terms-and-conditions {
  display: none !important; }

@media screen and (max-width: 960px) {
  .section-checkout-box {
    padding: 30px 20px; }
  .section-checkout-container {
    padding-left: 16px;
    padding-right: 16px; } }

.section-thank {
  background-color: #f4f4f4; }

.section-thank-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 60px 0; }

.section-thank .woocommerce-order-details {
  display: none; }

.section-thank .woocommerce-customer-details {
  display: none; }

.section-thank .woocommerce-order {
  padding: 60px 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: black;
  line-height: 1.75;
  padding-right: 24px; }
  .section-thank .woocommerce-order a {
    color: #004932;
    text-decoration: underline; }

@media screen and (max-width: 960px) {
  .section-thank-container {
    padding-left: 20px;
    padding-right: 20px; } }

abbr.required {
  display: none !important; }

.myaccount-page {
  background-color: #f4f4f4; }

.myaccount-page-container {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 60px 0;
  justify-content: flex-end; }

.woocommerce-MyAccount-content {
  max-width: 565px;
  width: 100%;
  background-color: #fff;
  padding: 24px 20px; }

.section-myaccount .woocommerce-MyAccount-content {
  display: none; }

.woocommerce-MyAccount-navigation {
  background-color: #fff;
  margin-left: 30px;
  width: 300px;
  padding: 20px; }

.woocommerce-MyAccount-navigation-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75; }
  .woocommerce-MyAccount-navigation-link a {
    color: #004932;
    text-decoration: underline; }

.woocommerce-MyAccount-navigation-link--downloads {
  display: none; }

.section-myaccount-content {
  text-align: center;
  padding: 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  line-height: 1.667; }

.myaccount-box {
  padding-top: 40px; }

.myaccount-box-title {
  color: #333333;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.556;
  padding-bottom: 13px;
  border-bottom: 1px solid #d5d5d5; }
  .myaccount-box-title span.border {
    display: inline-block;
    background: #119d72;
    width: 2px;
    height: 24px;
    margin-right: 12px; }

@media screen and (max-width: 960px) {
  .myaccount-page {
    padding-left: 16px;
    padding-right: 16px; }
  .myaccount-page-container {
    flex-direction: column-reverse;
    margin: 0 auto;
    padding: 24px 0 30px 0; }
  .woocommerce-MyAccount-navigation {
    margin-top: 20px;
    background-color: #fff;
    margin-left: 0px;
    width: 100%; }
  .section-myaccount-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px; }
  .woocommerce-MyAccount-navigation {
    padding-left: 20px;
    padding-right: 20px; } }

.section-subscription header {
  display: none; }

.section-subscription .woocommerce-orders-table--orders {
  display: none; }

.section-subscription .woocommerce-customer-details {
  display: none; }

.section-subscription .shop_table.subscription_details {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 300; }
  .section-subscription .shop_table.subscription_details thead tr {
    font-weight: 500; }
    .section-subscription .shop_table.subscription_details thead tr th {
      text-align: left;
      padding: 8px 0 8px 8px; }
  .section-subscription .shop_table.subscription_details tbody tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .section-subscription .shop_table.subscription_details tbody tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }
    .section-subscription .shop_table.subscription_details tbody tr td a {
      color: #004932;
      text-decoration: underline;
      margin-right: 10px; }
  .section-subscription .shop_table.subscription_details tfoot tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .section-subscription .shop_table.subscription_details tfoot tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }

.section-subscription .shop_table.order_details {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 300; }
  .section-subscription .shop_table.order_details thead tr {
    font-weight: 500; }
    .section-subscription .shop_table.order_details thead tr th {
      text-align: left;
      padding: 8px 0 8px 8px; }
  .section-subscription .shop_table.order_details tbody tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .section-subscription .shop_table.order_details tbody tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }
    .section-subscription .shop_table.order_details tbody tr td a {
      color: #004932;
      text-decoration: underline;
      margin-right: 10px; }
  .section-subscription .shop_table.order_details tfoot tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .section-subscription .shop_table.order_details tfoot tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }

.section-subscription .button.subscription_renewal_early {
  display: none; }

.woocommerce-orders-table {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 300; }
  .woocommerce-orders-table thead tr {
    font-weight: 500; }
    .woocommerce-orders-table thead tr th {
      text-align: center;
      padding: 8px 0 8px 8px; }
  .woocommerce-orders-table tbody tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .woocommerce-orders-table tbody tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }
    .woocommerce-orders-table tbody tr td a {
      color: #004932;
      text-decoration: underline;
      margin-right: 10px; }

.woocommerce-orders-table--subscriptions {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 300; }
  .woocommerce-orders-table--subscriptions thead tr {
    font-weight: 500; }
    .woocommerce-orders-table--subscriptions thead tr th {
      text-align: center;
      padding: 8px 0 8px 8px; }
  .woocommerce-orders-table--subscriptions tbody tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .woocommerce-orders-table--subscriptions tbody tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }
    .woocommerce-orders-table--subscriptions tbody tr td a {
      color: #004932;
      text-decoration: underline;
      margin-right: 10px; }

.woocommerce-pagination {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 300;
  padding-top: 16px; }
  .woocommerce-pagination a {
    color: #004932;
    text-decoration: underline; }

.section-description span.order-number {
  color: #004932;
  font-weight: 500; }

.section-description span.order-date {
  color: #004932;
  font-weight: 500; }

.section-description span.order-status {
  color: #004932;
  font-weight: 500; }

@media screen and (max-width: 960px) {
  .woocommerce-orders-table {
    display: block; }
  .woocommerce-orders-table--subscriptions {
    display: block; } }

.woocommerce-MyAccount-paymentMethods.shop_table {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 300; }
  .woocommerce-MyAccount-paymentMethods.shop_table thead tr {
    font-weight: 500; }
    .woocommerce-MyAccount-paymentMethods.shop_table thead tr th {
      text-align: left;
      padding: 8px 0 8px 8px; }
  .woocommerce-MyAccount-paymentMethods.shop_table tbody tr {
    font-weight: 300; }
    .woocommerce-MyAccount-paymentMethods.shop_table tbody tr th {
      text-align: left;
      padding: 8px 0 8px 8px; }
    .woocommerce-MyAccount-paymentMethods.shop_table tbody tr td {
      text-align: left;
      padding: 8px 0 8px 8px; }
      .woocommerce-MyAccount-paymentMethods.shop_table tbody tr td a {
        color: #004932;
        text-decoration: underline;
        margin-right: 10px; }
  .woocommerce-MyAccount-paymentMethods.shop_table tfoot tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .woocommerce-MyAccount-paymentMethods.shop_table tfoot tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }

.payment-methods-bottom {
  text-align: center;
  padding-top: 30px; }

.add-payment-bottom {
  text-align: center;
  padding-top: 30px; }

.section-change_payment {
  padding: 40px 0;
  background-color: #f4f4f4; }

.section-change_payment-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 20px;
  background-color: #fff; }

.section-change_payment .shop_table {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 300; }
  .section-change_payment .shop_table thead tr {
    font-weight: 500; }
    .section-change_payment .shop_table thead tr th {
      text-align: left;
      padding: 8px 0 8px 8px; }
  .section-change_payment .shop_table tbody tr {
    font-weight: 300; }
    .section-change_payment .shop_table tbody tr th {
      text-align: left;
      padding: 8px 0 8px 8px; }
    .section-change_payment .shop_table tbody tr td {
      text-align: left;
      padding: 8px 0 8px 8px; }
      .section-change_payment .shop_table tbody tr td a {
        color: #004932;
        text-decoration: underline;
        margin-right: 10px; }
  .section-change_payment .shop_table tfoot tr th {
    text-align: left;
    padding: 8px 0 8px 8px; }
  .section-change_payment .shop_table tfoot tr td {
    text-align: left;
    padding: 8px 0 8px 8px; }

.stripe-icon {
  max-width: 40px;
  padding-left: 3px;
  margin: 0; }

.section-change_payment #payment {
  padding-top: 30px; }

@media screen and (max-width: 960px) {
  .section-change_payment {
    padding-left: 20px;
    padding-right: 20px; }
  .payment-methods-bottom {
    padding-left: 20px;
    padding-right: 20px; } }

.woocommerce-EditAccountForm.edit-account {
  padding-top: 30px; }

.section-edit_account .woocommerce-form-row .label-wide {
  width: 100%;
  padding-bottom: 10px; }

.section-edit_account .woocommerce-form-row {
  padding-bottom: 16px;
  width: 100%; }
  .section-edit_account .woocommerce-form-row label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.75;
    padding-right: 24px;
    display: block;
    width: 100%;
    padding-bottom: 10px; }
  .section-edit_account .woocommerce-form-row.first-name-row {
    width: calc(50% - 16px);
    display: inline-block;
    margin-left: 12px; }
  .section-edit_account .woocommerce-form-row.last-name-row {
    width: calc(50% - 16px);
    display: inline-block; }
  .section-edit_account .woocommerce-form-row .woocommerce-Input {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    height: 45px;
    padding-left: 10px; }
    .section-edit_account .woocommerce-form-row .woocommerce-Input::placeholder {
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #818181;
      line-height: 1.75; }

.edit-account-password {
  padding: 16px; }

.edit-bottom {
  text-align: center;
  padding-top: 30px; }

.woocommerce-Address.u-column2 {
  display: none; }

.woocommerce-Address-title {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: normal; }
  .woocommerce-Address-title a {
    margin-top: 10px;
    display: inline-block;
    color: #004932;
    text-decoration: underline; }

.section-edit_address address {
  padding: 12px 0;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 2;
  font-weight: normal; }

.woocommerce-address-fields {
  padding-top: 20px; }

.woocommerce-address-fields__field-wrapper {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.woocommerce-address-fields__field-wrapper .label-wide {
  width: 100%;
  padding-bottom: 10px; }

.woocommerce-address-fields__field-wrapper .form-row {
  padding-bottom: 16px;
  width: 100%; }
  .woocommerce-address-fields__field-wrapper .form-row label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.75;
    padding-right: 24px;
    display: block;
    width: 100%;
    padding-bottom: 10px; }
  .woocommerce-address-fields__field-wrapper .form-row.first-name-row {
    width: calc(50% - 16px); }
  .woocommerce-address-fields__field-wrapper .form-row.last-name-row {
    width: calc(50% - 16px); }
  .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    height: 45px;
    padding-left: 10px; }
    .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder {
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #818181;
      line-height: 1.75; }
  .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
    background-color: #f4f4f4 !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 10px !important; }
  .woocommerce-address-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%; }

.section-login {
  background-color: #f4f4f4; }

.section-login-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 60px 0; }

.woocommerce-form.woocommerce-form-login {
  max-width: 560px;
  width: 100%;
  margin: 0 auto; }

.woocommerce-form.woocommerce-form-login .woocommerce-form-row {
  padding-bottom: 16px;
  width: 100%; }
  .woocommerce-form.woocommerce-form-login .woocommerce-form-row label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.75;
    padding-right: 24px;
    display: block;
    width: 100%;
    padding-bottom: 10px; }
  .woocommerce-form.woocommerce-form-login .woocommerce-form-row.first-name-row {
    width: calc(50% - 16px); }
  .woocommerce-form.woocommerce-form-login .woocommerce-form-row.last-name-row {
    width: calc(50% - 16px); }
  .woocommerce-form.woocommerce-form-login .woocommerce-form-row .woocommerce-Input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    height: 45px;
    padding-left: 10px; }
    .woocommerce-form.woocommerce-form-login .woocommerce-form-row .woocommerce-Input::placeholder {
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #818181;
      line-height: 1.75; }

.woocommerce-form__label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: black;
  line-height: 1.75; }

.woocommerce-LostPassword.lost_password {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.5;
  font-weight: 300; }
  .woocommerce-LostPassword.lost_password a {
    color: #004932;
    text-decoration: underline;
    margin-right: 10px; }

.section-password_confirm {
  background-color: #f4f4f4; }

.section-password_confirm-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px 0; }

@media screen and (max-width: 960px) {
  .section-login-container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px; }
  .section-password_confirm-container {
    padding-left: 16px;
    padding-right: 16px; } }

.section-contact {
  padding: 120px 0 80px 0;
  background-color: #f4f4f4; }

.section-contact-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.section-contact-box-item-input {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.wpcf7-form-control-wrap.last_name {
  width: calc(50% - 10px); }

.wpcf7-form-control-wrap.first_name {
  width: calc(50% - 10px); }

.section-contact-box-item {
  margin-top: 14px; }
  .section-contact-box-item label {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    font-weight: bold;
    line-height: 2; }
  .section-contact-box-item input {
    margin-top: 8px;
    padding-left: 10px;
    border-radius: 8px;
    background-color: white;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 60px; }
    .section-contact-box-item input::placeholder {
      font-size: 18px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #aaaaaa;
      line-height: 2; }
  .section-contact-box-item textarea {
    margin-top: 8px;
    border-radius: 8px;
    background-color: white;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 150px;
    padding-left: 10px;
    padding-top: 6px; }

.contact-button-area {
  padding-top: 20px;
  text-align: center; }

.contact-policy {
  padding-bottom: 16px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  line-height: 2.571;
  color: #333333; }
  .contact-policy a {
    color: #004932;
    font-weight: bold;
    text-decoration: underline; }

.wpcf7-submit {
  border-radius: 6px;
  background-color: #ffde00;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  max-width: 348px;
  width: 100%;
  height: 59px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: bold;
  background-image: url("assets/images/button-right-arrow@1.5x.png");
  background-size: 8px auto;
  background-position: center right 15px;
  background-repeat: no-repeat; }

.wpcf7-not-valid-tip {
  padding-top: 6px;
  font-size: 12px; }

@media screen and (max-width: 960px) {
  .section-contact {
    padding: 40px 0; }
  .section-contact-container {
    padding-left: 16px;
    padding-right: 16px; }
  .section-contact-box-item {
    margin-top: 14px; }
    .section-contact-box-item label {
      font-size: 16px; }
    .section-contact-box-item input {
      margin-top: 6px;
      padding-left: 6px;
      border-radius: 6px;
      height: 50px; }
      .section-contact-box-item input::placeholder {
        font-size: 15px; }
    .section-contact-box-item textarea {
      margin-top: 6px;
      border-radius: 6px;
      width: 100%; }
  .contact-policy {
    font-size: 12.5px; } }

.section-information {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 80px; }

.section-information-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }

.section-information-type_list {
  padding: 20px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.section-information-type_list li {
  margin: 0 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.75; }
  .section-information-type_list li a {
    color: #333333; }

.section-information-type_list li.active {
  background-color: #119d72;
  padding: 0 8px;
  border-radius: 15.5px;
  height: 31px;
  color: white; }
  .section-information-type_list li.active a {
    color: white; }

.section-information-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

.section-information-item {
  margin-top: 35px;
  max-width: 300px;
  width: calc((100% - 50px) / 3); }

.section-information-list .section-information-item:nth-of-type(3n-1) {
  margin: 35px 50px 0 50px; }

.section-information-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom; }

.section-information-item-box {
  height: 200px;
  padding: 24px 16px;
  background-color: #fff; }

.section-information-item-cats {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 2.143;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .section-information-item-cats li {
    margin-right: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #c8ebe0;
    width: 117px;
    height: 24px; }
    .section-information-item-cats li a {
      color: #333333; }

.section-information-item-title {
  padding-top: 14px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.444; }
  .section-information-item-title a {
    color: #333333; }

.section-information-item-description {
  padding-top: 14px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.6;
  font-weight: 300; }

.information-pagenate {
  padding-top: 40px;
  text-align: center; }

@media screen and (max-width: 1000px) {
  .section-information {
    padding-top: 30px;
    padding-bottom: 40px; }
  .section-information-container {
    padding-left: 16px;
    padding-right: 16px; }
  .section-information-type_list {
    padding: 14px 16px;
    display: block;
    white-space: nowrap;
    overflow: scroll;
    height: 65px; }
  .section-information-type_list li {
    margin: 6px 2px;
    font-size: 13px; }
  .section-information-type_list li.active {
    padding: 0 6px;
    border-radius: 12.5px;
    height: 25px; }
  .section-information-list {
    display: block; }
  .section-information-item {
    margin: 20px auto 0 auto;
    max-width: 414px;
    width: 100%; }
  .section-information-list .section-information-item:nth-of-type(3n-1) {
    margin: 20px auto 0 auto; }
  .section-information-item img {
    width: 100%;
    height: calc((100vw - 32px) * 0.6);
    max-height: 248px; }
  .section-information-item-box {
    height: 180px;
    padding: 14px; }
  .section-information-item-title {
    font-size: 18px; }
  .section-information-item-description {
    padding-top: 10px;
    font-size: 16px; }
  .information-pagenate {
    padding-top: 30px; } }

.single-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.single-top {
  text-align: center;
  padding-top: 20px; }

.single-top-date {
  font-size: 12px;
  font-family: "GothamBook";
  color: #333333;
  line-height: 2.333; }

.single-top-title {
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.364;
  text-align: center; }

.single-box {
  margin-top: 36px;
  background-color: #ffffff; }

.single-thumb img {
  width: 100%;
  max-height: 440px;
  height: calc((100vw - 32px) * 0.6);
  object-fit: cover;
  object-position: center;
  vertical-align: bottom; }

.single-content {
  padding: 40px 60px 80px 60px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.6; }
  .single-content p {
    font-weight: 300; }

.single-bottom-link {
  margin-top: 30px;
  padding: 30px 20px 0 20px;
  border-top: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .single-bottom-link a {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    letter-spacing: -0.05em; }
  .single-bottom-link .border {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 46px;
    width: 1px;
    background-color: #dddddd; }

.single-bottom-related {
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

.single-bottom-related-item {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px; }
  .single-bottom-related-item img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom; }

.single-bottom-related-item-description {
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.529;
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-right: 40px; }
  .single-bottom-related-item-description a {
    color: #333333; }

@media screen and (max-width: 960px) {
  .single-top {
    padding-top: 0; }
  .single-top-title {
    font-size: 18px; }
  .single-box {
    margin-top: 20px; }
  .single-content {
    padding: 20px;
    font-size: 16px; }
  .single-bottom-link {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding: 20px 10px 0 10px; }
    .single-bottom-link a {
      font-size: 13px;
      margin-bottom: 14px; }
    .single-bottom-link .border {
      width: 100%;
      height: 1px;
      position: static;
      margin-bottom: 14px; }
  .single-bottom-related {
    padding-top: 20px; }
  .single-bottom-related-item {
    width: 100%;
    margin-bottom: 14px; }
    .single-bottom-related-item img {
      width: 92px;
      height: 92px;
      object-fit: cover;
      object-position: center;
      vertical-align: bottom; }
  .single-bottom-related-item-description {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 0px; } }

.woocommerce-ResetPassword.lost_reset_password {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0; }

.lost_reset_password-message {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: black;
  line-height: 1.75;
  padding-bottom: 12px; }

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
  padding-bottom: 16px;
  width: 100%; }
  .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: black;
    line-height: 1.75;
    padding-right: 24px;
    display: block;
    width: 100%;
    padding-bottom: 10px; }
  .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.first-name-row {
    width: calc(50% - 16px); }
  .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.last-name-row {
    width: calc(50% - 16px); }
  .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row .woocommerce-Input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    height: 45px;
    padding-left: 10px; }
    .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row .woocommerce-Input::placeholder {
      font-size: 16px;
      font-family: 'Noto Sans JP', sans-serif;
      color: #818181;
      line-height: 1.75; }

.guide-list {
  padding-bottom: 10px; }

.guide-item {
  background-color: #fff;
  padding: 25px 40px; }

.guide-item-tag {
  width: 100%;
  max-width: 253px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: white;
  font-weight: 500;
  line-height: 1.875;
  height: 38px;
  background-color: #129d72;
  border-radius: 19px; }

.guide-item-title {
  padding-top: 16px;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 1.3;
  text-align: center; }

.guide-item-description {
  padding-top: 16px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 1.625; }

@media screen and (max-width: 960px) {
  .guide-item {
    padding: 25px 16px; }
  .guide-item-tag {
    font-size: 16px;
    height: 34px; }
  .guide-item-title {
    padding-top: 12px;
    font-size: 18px; }
  .guide-item-description {
    padding-top: 12px;
    font-size: 16px; } }

.section-policy {
  padding-top: 35px;
  padding-bottom: 165px;
  background-color: #f4f4f4; }

.section-policy-title {
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: bold;
  line-height: 1.364;
  text-align: center;
  padding-bottom: 30px; }

.section-policy-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 40px 60px 40px; }
  .section-policy-container.privacy {
    padding-top: 30px; }

.section-policy-container h2 {
  padding-top: 45px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: bold;
  line-height: 1.444;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 16px; }

.section-policy-container h3 {
  padding-top: 24px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: bold;
  line-height: 1.444; }

.section-policy-container p {
  padding-top: 8px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: normal;
  line-height: 1.444; }

.section-policy-container ol {
  margin: 20px 0 0 40px; }

.section-policy-container ol li {
  margin: 10px 0 0 0; }

.section-policy-container ol li ol {
  margin-bottom: 20px; }

@media screen and (max-width: 960px) {
  .section-policy {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #f4f4f4; }
  .section-policy-container {
    padding: 0 16px 40px 16px; }
  .section-policy-container h2 {
    padding-top: 30px;
    font-size: 17px;
    padding-bottom: 12px;
    margin-bottom: 12px; }
  .section-policy-container h3 {
    padding-top: 16px;
    font-size: 16.5px; }
  .section-policy-container p {
    padding-top: 6px;
    font-size: 15.5px; }
  .section-policy-container ol {
    margin: 16px 0 0 28px; } }

/* // @import 'project/404'; */
