@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: auto; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.-lg-fs_xs {
  font-size: var(--font-size-xs);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xs {
    font-size: var(--font-size-xs-sp);
  }
}

.-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .-lg-fs_s {
    font-size: var(--font-size-s-sp);
  }
}

.-lg-fs_m {
  font-size: var(--font-size-m);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_m {
    font-size: var(--font-size-m-sp);
  }
}

.-lg-fs_l {
  font-size: var(--font-size-l);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_l {
    font-size: var(--font-size-l-sp);
  }
}

.-lg-fs_xl {
  font-size: var(--font-size-xl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xl {
    font-size: var(--font-size-xl-sp);
  }
}

.-lg-fs_xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xxl {
    font-size: var(--font-size-xxl-sp);
  }
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(35, 96, 153, 0.2)), color-stop(90%, rgba(35, 96, 153, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, rgba(35, 96, 153, 0.2) 70%, rgba(35, 96, 153, 0.2) 90%, transparent 90%);
}

.-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

/*
resources/default/public/assets/base/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}
.icon-circle-arrow.-white .path1:before {
  color: #fff;
}
.icon-circle-arrow.-white .path2:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path1:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path2:before {
  color: var(--color-base-primaryInside);
}
.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-base-secondary);
}
.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-base-secondaryInside);
}
.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}
.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}
.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}
.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-base-secondary);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-base-text);
  -webkit-font-smoothing: antialiased;
  position: relative;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  body {
    min-width: 1280px;
  }
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.05;
  z-index: -1;
  display: none;
}
body.is-topService::before {
  display: block;
}

a,
button {
  -webkit-transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  transition: opacity 0.35s cubic-bezier(0, 1, 0.64, 1);
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.5;
}

.-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .-sponly {
    display: block;
  }
}

.-pconly {
  display: block;
}
@media screen and (max-width: 767px) {
  .-pconly {
    display: none;
  }
}

main.-history {
  overflow-x: hidden;
}

.leadgrid-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.3;
}
.leadgrid-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}
.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-secondary {
  background-color: #FFFFFF;
  color: #846A48;
  border: 1px solid #846A48;
}
.leadgrid-c-button.-secondary::before, .leadgrid-c-button.-secondary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  width: 12px;
  height: 9px;
  background: url("/assets/gotokaisoten-corp/img/common/arrow.svg") no-repeat center center/contain;
}
.leadgrid-c-button.-secondary::before {
  z-index: 1;
}
.leadgrid-c-button.-secondary::after {
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.leadgrid-c-button.-large {
  min-width: 320px;
  width: 320px;
  padding: 19px 40px;
}
.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}
.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}
.leadgrid-c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("/assets/base/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}
.leadgrid-c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}
.leadgrid-c-button .c-button__jaTitle {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  word-break: break-all;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  overflow: hidden;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button .c-button__jaTitle {
    font-size: 14px;
  }
}
.leadgrid-c-button .icon-circle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: none;
}
.leadgrid-c-button .c-button__charactor {
  display: inline-block;
  text-shadow: 0 1em 0 currentColor;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index)), -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
}
.leadgrid-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}
.leadgrid-c-button:hover .c-button__charactor {
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}

.gotokaisoten-corp-c-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  background-color: transparent;
}
.gotokaisoten-corp-c-header.is-hidden {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-header.-white .c-header__logoBlack {
    opacity: 0 !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: none !important;
  }
  .gotokaisoten-corp-c-header.-white .c-header__logoWhite {
    opacity: 1 !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block !important;
  }
  .gotokaisoten-corp-c-header.-white .c-header__linkTitle {
    color: #fff !important;
  }
  .gotokaisoten-corp-c-header.-white .c-header__linkTitle.-hasSubList::after {
    background: url("/assets/gotokaisoten-corp/img/common/header-subList-arrow-white.svg") no-repeat center center/contain !important;
  }
  .gotokaisoten-corp-c-header.-white .c-header__linkTitle:hover {
    color: #AB1822 !important;
  }
  .gotokaisoten-corp-c-header.-white .c-header__linkTitle:hover.-hasSubList::after {
    background: url("/assets/gotokaisoten-corp/img/common/header-subList-arrow-hover.svg") no-repeat center center/contain !important;
  }
  .gotokaisoten-corp-c-header.-white .c-header__language {
    color: #fff !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .gotokaisoten-corp-c-header.-white .c-header__language {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-header.-white .c-header__language .c-langSwitch {
    color: #777777;
    text-decoration: underline;
  }
  .gotokaisoten-corp-c-header.-white .c-header__language .c-langSwitch.is-active {
    text-decoration: none;
    color: #fff !important;
  }
}
.gotokaisoten-corp-c-header.is-scrolled {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-header.is-scrolled .c-header__logoBlack {
    opacity: 1 !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block !important;
  }
  .gotokaisoten-corp-c-header.is-scrolled .c-header__logoWhite {
    opacity: 0 !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: none !important;
  }
  .gotokaisoten-corp-c-header.is-scrolled .c-header__linkTitle {
    color: #000000 !important;
  }
  .gotokaisoten-corp-c-header.is-scrolled .c-header__linkTitle.-hasSubList::after {
    background: url("/assets/gotokaisoten-corp/img/common/header-subList-arrow.svg") no-repeat center center/contain !important;
  }
  .gotokaisoten-corp-c-header.is-scrolled .c-header__linkTitle:hover {
    color: #AB1822 !important;
  }
  .gotokaisoten-corp-c-header.is-scrolled .c-header__linkTitle:hover.-hasSubList::after {
    background: url("/assets/gotokaisoten-corp/img/common/header-subList-arrow-hover.svg") no-repeat center center/contain !important;
  }
  .gotokaisoten-corp-c-header.is-scrolled .c-header__language {
    color: #000000 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .gotokaisoten-corp-c-header.is-scrolled .c-header__language {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-header.is-scrolled .c-header__language .c-langSwitch {
    color: #777777 !important;
    text-decoration: underline;
  }
  .gotokaisoten-corp-c-header.is-scrolled .c-header__language .c-langSwitch.is-active {
    text-decoration: none;
    color: #000000 !important;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    height: 60px;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logoWhite {
  display: none;
  opacity: 0;
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo {
  position: relative;
  margin: 15px 0 2px 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo {
    margin: 15px 0 2px 20px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo {
    margin: 15px 0 2px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo {
    margin: 15px 0 2px 12px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo {
    margin: 0;
    z-index: 100;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a.-pconly {
    display: none;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a.-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a.-sponly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a img {
  min-width: 270px;
  width: 270px;
  height: auto;
  max-height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a img {
    min-width: 240px;
    width: 240px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a img {
    min-width: 220px;
    width: 220px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a img {
    min-width: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a img {
    width: auto;
    height: 34px;
    max-width: 160px;
    min-width: auto;
    margin: 0 auto 0 0;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a .c-header__logoEn {
  width: 340px;
  height: auto;
  max-height: 52px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__logo a .c-header__logoSpEn {
    width: 266px;
    max-width: 266px;
    height: auto;
    max-height: 41px;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(238, 236, 229, 0.8980392157);
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
    background-repeat: repeat;
    opacity: 0.1;
    z-index: -1;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navWrapInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 11px;
  margin: 13px 0 19px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navWrapInner {
    margin: 0;
    width: 100%;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navWrapInner .c-header__language {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navWrapInner .c-header__language .c-langSwitch {
  color: #fff;
  text-decoration: underline;
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navWrapInner .c-header__language .c-langSwitch.is-active {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navWrapInner .c-header__language {
    display: none;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
    gap: 12px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
    display: block;
    margin: 0;
    padding: 40px 20px 56px 20px;
    width: 100%;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    margin-top: 16px;
    border-bottom: 1px solid #C9BDAC;
    display: block;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 12px 0;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__navIcon {
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__linkTitle {
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0;
  text-transform: none;
  word-break: break-all;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__linkTitle {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__linkTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__linkTitle.-hasSubList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__linkTitle.-hasSubList::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__linkTitle.-hasSubList::before {
    display: none;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__linkTitle.-hasSubList::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/gotokaisoten-corp/img/common/header-subList-arrow.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__linkTitle.-hasSubList::after {
    display: none;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__spArrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuNavLink .c-header__spArrow {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    position: absolute;
    top: 33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 16px 20px;
    gap: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList {
    display: none;
    padding: 0 0 16px 12px;
    gap: 9px;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList .c-header__menuSubNavListItem + .c-header__menuSubNavListItem {
    margin-top: 9px;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList .c-header__menuSubNavListItem .c-header__menuSubNavLink {
    text-decoration: none;
    color: #1A1A1A;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList .c-header__menuSubNavListItem .c-header__menuSubNavLink {
    text-decoration: none;
    color: #1A1A1A;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList .c-header__menuSubNavListItem .c-header__menuSubNavLink:hover .c-header__menuSubNavText {
  color: #AB1822;
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList .c-header__menuSubNavListItem .c-header__menuSubNavLink .c-header__menuSubNavText {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList .c-header__menuSubNavListItem .c-header__menuSubNavLink .c-header__menuSubNavText {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.-is-current .c-header__linkTitle {
    color: #AB1822;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:hover a {
    opacity: 1;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:hover .c-header__linkTitle {
    color: #AB1822;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:hover .c-header__linkTitle.-hasSubList::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url("/assets/gotokaisoten-corp/img/common/header-subList-arrow-hover.svg") no-repeat center center/contain;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:hover .c-header__menuSubNavList {
    opacity: 1;
    visibility: visible;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:hover .c-header__menuSubNavList:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -12.5px;
    left: 0;
    width: 100%;
    height: 2rem;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active .c-header__spArrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    margin-left: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 38px 0 0 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    gap: 7px;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton > .c-header__language {
  color: #fff !important;
  position: absolute;
  top: 63px;
  left: 20px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: inline-block !important;
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton > .c-header__language {
    display: none !important;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton > .c-header__language .c-langSwitch {
  color: #fff !important;
  font-size: 15px;
  text-decoration: underline;
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton > .c-header__language .c-langSwitch.is-active {
  text-decoration: none;
  color: #000000 !important;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton > div {
    width: calc((100% - 47px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .gotokaisoten-corp-c-headerButton {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navButton.-en > div {
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
}
.gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__menuButton {
    opacity: 1;
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0.83px solid #000000;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__menuButton.is-active > i:nth-child(2) {
    opacity: 0;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__menuButton.is-active > i:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(32deg);
    transform: translate3d(0, 6px, 0) rotate(32deg);
    width: 22px;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__menuButton.is-active > i:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-32deg);
    transform: translate3d(0, -6px, 0) rotate(-32deg);
    width: 22px;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__menuButton > i {
    display: block;
    width: 16.6666660309px;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .gotokaisoten-corp-c-header .gotokaisoten-corp-c-inner .c-header__menuButton > i + i {
    margin-top: 5px;
  }
}
.gotokaisoten-corp-c-header.leadgridCms-onlyInnerWorkspace {
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.gotokaisoten-corp-c-header.leadgridCms-onlyInnerWorkspace .c-header__menuSubNavList {
  top: 80px !important;
}
.gotokaisoten-corp-c-header.leadgridCms-onlyInnerWorkspace .gotokaisoten-corp-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__menuSubNavList .c-header__menuSubNavListItem .c-header__menuSubNavLink {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gotokaisoten-corp-c-footer {
  background: #0A3C52;
}
.gotokaisoten-corp-c-footer .c-footerBanner {
  padding: 40px 0 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gotokaisoten-corp-c-footer .c-footerBanner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBanner {
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.gotokaisoten-corp-c-footer .c-footerBanner .gotokaisoten-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.gotokaisoten-corp-c-footer .c-footerBanner .gotokaisoten-corp-c-inner .c-footerBanner__companyLogo {
  width: 313px;
  height: auto;
  max-height: 64px;
}
.gotokaisoten-corp-c-footer .c-footerBanner .gotokaisoten-corp-c-inner .c-footerBanner__companyLogo.-en {
  width: 440px;
  height: auto;
  max-height: 68px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBanner .gotokaisoten-corp-c-inner .c-footerBanner__backTopLink {
    display: none;
  }
}
.gotokaisoten-corp-c-footer .c-footerBanner .gotokaisoten-corp-c-inner .c-footerBanner__backTopLink .c-footerBanner__backTop {
  width: 98px;
  height: 96px;
}
.gotokaisoten-corp-c-footer .c-footerBar {
  padding: 0 0 48px;
  background: #0A3C52;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar {
    padding: 0;
    margin-top: 24px;
    text-align: center;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner.-en {
    gap: 24px;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__textImage {
  width: 453px;
  height: auto;
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__textImage.-en {
  width: 528px;
  height: auto;
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom {
    padding-bottom: 32px;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom .c-footerBar__privacyLink {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom .c-footerBar__privacyLink {
    font-size: 14px;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom .c-footerBar__copyText {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom .c-footerBar__leftBottomWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom .c-footerBar__leftBottomWrap .c-footerBar__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom .c-footerBar__leftBottomWrap .c-footerBar__linkList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom .c-footerBar__leftBottomWrap .c-footerBar__backTopLink {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom .c-footerBar__leftBottomWrap .c-footerBar__backTopLink {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__left .c-footerBar__leftBottom .c-footerBar__leftBottomWrap .c-footerBar__backTopLink .c-footerBar__backTop {
    width: 86.14px;
    height: 84.62px;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__right {
    gap: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__right.-pconly {
    display: none !important;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navBottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navBottomList {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navBottomList .c-footerBar__navBottomListItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 0;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navBottomList .c-footerBar__navBottomListItem .c-footerBar__navBottomLink {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList.-sponly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 0;
    text-align: left;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem .c-footerBar__navItemTitleLink {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
  width: calc(100% - 24px);
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem .c-footerBar__navItemTitle {
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem .c-footerBar__navItemTitle {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem .c-footerBar__navItemTitle .c-footerBar__navIcon {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem .c-footerBar__navItemTitle .c-footerBar__navIcon {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem .c-footerBar__navSubList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem .c-footerBar__navSubList {
    gap: 9px;
    margin: 12px 0 0 12px;
  }
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem .c-footerBar__navSubList .c-footerBar__navSubListItem .c-footerBar__navSubLink {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: 0;
  text-decoration: none;
}
.gotokaisoten-corp-c-footer .c-footerBar > .gotokaisoten-corp-c-inner .c-footerBar__navList .c-footerBar__navListItem.is-active .c-footerBar__navIcon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.gotokaisoten-corp-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.3;
}
.gotokaisoten-corp-c-button.-primary {
  background-color: #FFFFFF;
  color: #846A48;
  border: 1px solid #846A48;
}
.gotokaisoten-corp-c-button.-primary::before, .gotokaisoten-corp-c-button.-primary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  width: 12px;
  height: 9px;
  background: url("/assets/gotokaisoten-corp/img/common/arrow.svg") no-repeat center center/contain;
}
.gotokaisoten-corp-c-button.-primary::before {
  z-index: 1;
}
.gotokaisoten-corp-c-button.-primary::after {
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gotokaisoten-corp-c-button.-back {
  background-color: #FFFFFF;
  color: #846A48;
  border: 1px solid #846A48;
}
.gotokaisoten-corp-c-button.-back::after {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  width: 12px;
  height: 9px;
  background: url("/assets/gotokaisoten-corp/img/common/back_arrow.svg") no-repeat center center/contain;
}
.gotokaisoten-corp-c-button.-back .c-button__title {
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-button.-back {
    -webkit-box-align: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
  }
}
.gotokaisoten-corp-c-button.-white {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.gotokaisoten-corp-c-button.-white::before, .gotokaisoten-corp-c-button.-white::after {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  width: 12px;
  height: 9px;
  background: url("/assets/gotokaisoten-corp/img/common/arrow-white.svg") no-repeat center center/contain;
}
.gotokaisoten-corp-c-button.-white::before {
  z-index: 1;
}
.gotokaisoten-corp-c-button.-white::after {
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gotokaisoten-corp-c-button.-white .c-button__title {
  color: #FFFFFF;
}
.gotokaisoten-corp-c-button.-secondary {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
  border: 3px solid var(--color-base-secondary);
}
.gotokaisoten-corp-c-button.-large {
  min-width: 320px;
  width: 320px;
  padding: 19px 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-button.-large {
    min-width: 266px;
    width: 266px;
    padding: 15px 31px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.gotokaisoten-corp-c-button.-big {
  min-width: 360px;
  padding: 24px 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-button.-big {
    padding: 12px 20px 12px 20px;
  }
}
.gotokaisoten-corp-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-button.-big .c-button__jaTitle {
    font-size: var(--font-size-l-sp);
  }
}
.gotokaisoten-corp-c-button.-medium {
  min-width: 280px;
  padding: 19px 40px;
  font-size: var(--font-size-s);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-button.-medium {
    min-width: 225px;
    padding: 15px 32px;
  }
}
.gotokaisoten-corp-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.gotokaisoten-corp-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.gotokaisoten-corp-c-button .c-button__title {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-button .c-button__title {
    font-size: 14px;
  }
}
.gotokaisoten-corp-c-button .js-button-title {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  line-height: 1;
  display: inline-block;
}
.gotokaisoten-corp-c-button .c-button__charactor {
  display: inline-block;
  text-shadow: 0 1em 0 currentColor;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index)), -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
}
.gotokaisoten-corp-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
}
.gotokaisoten-corp-c-button:hover .c-button__charactor {
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
}

.gotokaisoten-corp-c-headerButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 0 19px 0;
  position: relative;
  width: 140px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .gotokaisoten-corp-c-headerButton {
    padding: 12px 20px 19px 20px;
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gotokaisoten-corp-c-headerButton {
    padding: 12px 10px 19px 10px;
    width: 100px;
  }
}
.gotokaisoten-corp-c-headerButton:hover {
  opacity: 1;
}
.gotokaisoten-corp-c-headerButton:hover .c-button__jaTitle {
  opacity: 0.6;
}
.gotokaisoten-corp-c-headerButton.-primary {
  background-color: #01203E;
  color: #FFFFFF;
}
.gotokaisoten-corp-c-headerButton.-primary .c-button__jaTitle::before {
  content: "";
  background: url("/assets/gotokaisoten-corp/img/common/header-description.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gotokaisoten-corp-c-headerButton.-secondary {
  background-color: #C2000E;
  color: #FFFFFF;
}
.gotokaisoten-corp-c-headerButton.-secondary .c-button__jaTitle::before {
  content: "";
  background: url("/assets/gotokaisoten-corp/img/common/header-mail.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gotokaisoten-corp-c-headerButton.-secondary.-en {
  background-color: #AB1822;
}
.gotokaisoten-corp-c-headerButton .c-button__jaTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 3%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gotokaisoten-corp-c-breadcrumbs {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.gotokaisoten-corp-c-breadcrumbs::-webkit-scrollbar {
  display: none;
}
.gotokaisoten-corp-c-breadcrumbs .c-breadcrumbs__inner {
  margin: 0 auto;
  z-index: 2;
}
.gotokaisoten-corp-c-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-breadcrumbs ul {
    padding: 0 0 8px 0;
  }
}
.gotokaisoten-corp-c-breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.gotokaisoten-corp-c-breadcrumbs li + li:before {
  content: "";
  background: url("/assets/gotokaisoten-corp/img/common/icon_breadcrumb_arrow.svg") no-repeat center;
  background-size: 12px;
  width: 12px;
  min-width: 12px;
  height: 12px;
  display: block;
  margin: 0;
}
.gotokaisoten-corp-c-breadcrumbs li a {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-breadcrumbs li a {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
}
.gotokaisoten-corp-c-breadcrumbs li a > span {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-breadcrumbs li a > span {
    font-size: 10px;
    letter-spacing: 0.03em;
  }
}
.gotokaisoten-corp-c-breadcrumbs li > span {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-breadcrumbs li > span {
    font-size: 10px;
    letter-spacing: 0.03em;
  }
}
.gotokaisoten-corp-c-breadcrumbs li:last-of-type {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.gotokaisoten-corp-c-breadcrumbs li:last-of-type span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.gotokaisoten-corp-c-blogCard .c-blogCard__inner {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-blogCard .c-blogCard__inner:hover {
    opacity: 1;
  }
  .gotokaisoten-corp-c-blogCard .c-blogCard__inner:hover .c-blogCard__thumb img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .gotokaisoten-corp-c-blogCard .c-blogCard__inner:hover .c-blogCard__contents {
    opacity: 0.6;
  }
  .gotokaisoten-corp-c-blogCard .c-blogCard__inner:hover .c-blogCard__title {
    -webkit-text-decoration-color: #1A1A1A;
    text-decoration-color: #1A1A1A;
  }
}
.gotokaisoten-corp-c-blogCard .c-blogCard__contents {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gotokaisoten-corp-c-blogCard .c-blogCard__thumb {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 66.67%;
  overflow: hidden;
  margin: 0 0 12px;
  border-radius: 1px;
}
.gotokaisoten-corp-c-blogCard .c-blogCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gotokaisoten-corp-c-blogCard .c-blogCard__thumb img.-default {
  border: 1px solid #EEECE5;
}
.gotokaisoten-corp-c-blogCard .c-blogCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 6px;
}
.gotokaisoten-corp-c-blogCard .c-blogCard__meta .category {
  color: #000000;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.gotokaisoten-corp-c-blogCard .c-blogCard__meta .category::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/assets/gotokaisoten-corp/img/common/category.png");
  background-size: 100% 100%;
}
.gotokaisoten-corp-c-blogCard .c-blogCard__meta .date {
  color: #7C7C7C;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.gotokaisoten-corp-c-blogCard .c-blogCard__title {
  color: #000000;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-blogCard .c-blogCard__title {
    font-size: 16px;
  }
}
.gotokaisoten-corp-c-blogCard .c-blogCard__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 9px 0 0 0;
  padding: 10px 0 0 0;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border-top: 1px solid transparent;
  -o-border-image: repeating-linear-gradient(90deg, #d8d6d0 0px, #d8d6d0 2px, transparent 2px, transparent 4px) 10;
  border-image: repeating-linear-gradient(90deg, #d8d6d0 0px, #d8d6d0 2px, transparent 2px, transparent 4px) 10;
}
.gotokaisoten-corp-c-blogCard .c-blogCard__tags .tag {
  background-color: #EBE9E1;
  border-radius: 2px;
  color: #7C7C7C;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px;
  overflow-wrap: anywhere;
}

.gotokaisoten-corp-c-sidebar {
  width: 340px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-sidebar {
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
  }
}
.gotokaisoten-corp-c-sidebar .c-sidebar__related,
.gotokaisoten-corp-c-sidebar .c-sidebar__category,
.gotokaisoten-corp-c-sidebar .c-sidebar__tag {
  border: 1px solid #EAE8E0;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-sidebar .c-sidebar__related,
  .gotokaisoten-corp-c-sidebar .c-sidebar__category,
  .gotokaisoten-corp-c-sidebar .c-sidebar__tag {
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-sidebar .c-sidebar__tag {
    margin-bottom: 0;
  }
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedTitle,
.gotokaisoten-corp-c-sidebar .c-sidebar__categoryTitle,
.gotokaisoten-corp-c-sidebar .c-sidebar__tagTitle {
  font-size: 18px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: black;
  line-height: 1;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedTitle::after {
  content: "Pick up";
  color: #CDC7BB;
  font-size: 18px;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__categoryTitle::after {
  content: "Category";
  color: #CDC7BB;
  font-size: 18px;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__tagTitle::after {
  content: "Keywords";
  color: #CDC7BB;
  font-size: 18px;
  font-family: "Times New Roman", sans-serif;
  font-weight: bold;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem {
  border-bottom: 1px solid transparent;
  -o-border-image: repeating-linear-gradient(90deg, #d8d6d0 0px, #d8d6d0 2px, transparent 2px, transparent 4px) 10;
  border-image: repeating-linear-gradient(90deg, #d8d6d0 0px, #d8d6d0 2px, transparent 2px, transparent 4px) 10;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink * {
    text-decoration: none !important;
  }
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItemLink:hover .c-sidebar__relatedItem--thumb img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem + .c-sidebar__relatedItem {
  margin-top: 10px;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem:last-child {
  border-bottom: none;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem:last-child .c-sidebar__relatedItemLink {
  padding-bottom: 0;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--wrap {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 114px);
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--thumb {
  position: relative;
  min-width: 102px;
  width: 102px;
  height: 68px;
  overflow: hidden;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--thumb img.-default {
  border: 1px solid #EEECE5;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 6px;
  width: 100%;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 128px;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--category .c-sidebar__relatedItem--categoryIcon {
  display: inline-block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  margin-right: 4px;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--category .c-sidebar__relatedItem--categoryText {
  color: #000000;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--date {
  color: #7C7C7C;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--title {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #000000;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  margin: 0 0 4px;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__relatedItem .c-sidebar__relatedItem--tagList .c-sidebar__relatedItem--tagItem {
  display: block;
  color: #7C7C7C;
  background-color: #EBE9E1;
  border-radius: 2px;
  display: inline-block;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 2px 4px 4px 4px;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__categoryList li a {
  text-decoration: none;
  color: #000000;
  padding: 0;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__categoryList li a .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__categoryList li a .title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/assets/gotokaisoten-corp/img/common/category.png");
  background-size: 100% 100%;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__categoryList li + li {
  margin-top: 12px;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-sidebar .c-sidebar__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}
.gotokaisoten-corp-c-sidebar .c-sidebar__tagItem {
  display: block;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__tagItem a {
  border: 1px solid #846A48;
  border-radius: 1px;
  color: #000000;
  border-radius: 2px;
  display: inline-block;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  padding: 4.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow-wrap: anywhere;
}
.gotokaisoten-corp-c-sidebar .c-sidebar__tagItem a:hover {
  color: var(--color-base-primaryInside);
  background-color: #846A48;
  opacity: 1;
}

.gotokaisoten-corp-c-sectionHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-sectionHeader {
    gap: 20px;
  }
}
.gotokaisoten-corp-c-sectionHeader .c-sectionHeader__title {
  color: #000000;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-sectionHeader .c-sectionHeader__title {
    font-size: 24px;
  }
}
.gotokaisoten-corp-c-sectionHeader .c-sectionHeader__content {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.gotokaisoten-corp-c-sectionHeader.-white .c-sectionHeader__title {
  color: #FFFFFF;
}
.gotokaisoten-corp-c-sectionHeader.-white .c-sectionHeader__content {
  color: #FFFFFF;
}

.gotokaisoten-corp-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-pager {
    margin-top: 40px;
  }
}
.gotokaisoten-corp-c-pager .c-pager__item {
  border: 2px solid transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 48px;
  width: 48px;
  height: 48px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding-left: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gotokaisoten-corp-c-pager .c-pager__item:hover, .gotokaisoten-corp-c-pager .c-pager__item.-current {
  border: 2px solid #C9BDAC;
  border-radius: 50%;
  color: #C9BDAC;
  font-weight: 700;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-pager .c-pager__item:hover, .gotokaisoten-corp-c-pager .c-pager__item.-current {
    font-weight: 400;
  }
}
.gotokaisoten-corp-c-pager .c-pager__item.-prev {
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-pager .c-pager__item.-prev {
    margin-right: 16.5px;
  }
}
.gotokaisoten-corp-c-pager .c-pager__item.-prev i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/assets/gotokaisoten-corp/img/common/icon_pager_prev.svg") no-repeat 0 0;
  background-size: 24px 24px;
}
.gotokaisoten-corp-c-pager .c-pager__item.-prev:hover i {
  background: url("/assets/gotokaisoten-corp/img/common/icon_pager_prev_hover.svg") no-repeat 0 0;
  background-size: 24px 24px;
}
.gotokaisoten-corp-c-pager .c-pager__item.-next {
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-pager .c-pager__item.-next {
    margin-left: 16.5px;
  }
}
.gotokaisoten-corp-c-pager .c-pager__item.-next i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/assets/gotokaisoten-corp/img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 24px 24px;
}
.gotokaisoten-corp-c-pager .c-pager__item.-next:hover i {
  background: url("/assets/gotokaisoten-corp/img/common/icon_pager_next_hover.svg") no-repeat 0 0;
  background-size: 24px 24px;
}

.gotokaisoten-corp-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.gotokaisoten-corp-c-wysiwyg h2,
.gotokaisoten-corp-c-wysiwyg h3,
.gotokaisoten-corp-c-wysiwyg h4,
.gotokaisoten-corp-c-wysiwyg h5,
.gotokaisoten-corp-c-wysiwyg h6 {
  margin: 0;
  line-height: 1.5;
}
.gotokaisoten-corp-c-wysiwyg h2 {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 4%;
  padding-bottom: 27px;
  position: relative;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg h2 {
    font-size: 20px;
    margin: 0 0 32px 0;
  }
}
.gotokaisoten-corp-c-wysiwyg h2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 3px;
  background-color: #AB1822;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg h2::before {
    width: 80px;
  }
}
.gotokaisoten-corp-c-wysiwyg h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  z-index: -2;
  background-color: #EEECE5;
}
.gotokaisoten-corp-c-wysiwyg h3 {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 19px;
  margin: 0 0 30px 0;
  position: relative;
}
.gotokaisoten-corp-c-wysiwyg h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #AB1822;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg h3 {
    font-size: 18px;
    margin: 0 0 24px 0;
  }
}
.gotokaisoten-corp-c-wysiwyg h4 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 0 0 16px 0;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg h4 {
    margin: 0 0 24px 0;
  }
}
.gotokaisoten-corp-c-wysiwyg p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg p {
    font-size: 14px;
    margin: 0 0 32px 0;
  }
}
.gotokaisoten-corp-c-wysiwyg li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.gotokaisoten-corp-c-wysiwyg ul, .gotokaisoten-corp-c-wysiwyg ol {
  margin: 0 0 60px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg ul, .gotokaisoten-corp-c-wysiwyg ol {
    margin: 0 0 40px 0;
  }
}
.gotokaisoten-corp-c-wysiwyg ul {
  list-style: none;
}
.gotokaisoten-corp-c-wysiwyg ul li {
  padding-left: 20px;
  text-indent: -20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg ul li {
    padding-left: 18px;
    text-indent: -18px;
  }
}
.gotokaisoten-corp-c-wysiwyg ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #7C7C7C;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg ul li:before {
    margin-right: 8px;
  }
}
.gotokaisoten-corp-c-wysiwyg ol {
  list-style: none;
  counter-reset: n;
}
.gotokaisoten-corp-c-wysiwyg ol li {
  padding-left: 36px;
  text-indent: -36px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg ol li {
    padding-left: 30px;
    text-indent: -30px;
  }
}
.gotokaisoten-corp-c-wysiwyg ol li:before {
  content: "0" counter(n);
  counter-increment: n;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #7C7C7C;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg ol li:before {
    font-size: 18px;
    margin-right: 8px;
  }
}
.gotokaisoten-corp-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n);
}
.gotokaisoten-corp-c-wysiwyg a {
  word-wrap: break-word;
}
.gotokaisoten-corp-c-wysiwyg blockquote {
  padding: 20px 20px 20px 44px;
  background-color: #F7F7F7;
  margin: 0 0 40px 0;
  color: #7C7C7C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  position: relative;
  border: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg blockquote {
    font-size: 13px;
    padding: 20px 16px 20px 36px;
  }
}
.gotokaisoten-corp-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  height: calc(100% - 40px);
  width: 2px;
  background-color: #ACACAC;
  position: absolute;
  left: 24px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg blockquote::before {
    left: 20px;
  }
}
.gotokaisoten-corp-c-wysiwyg blockquote p {
  margin: 0;
}
.gotokaisoten-corp-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: separate;
  border-spacing: 2px 2px;
  padding: 0 0 15px 0;
  margin: 0 0 45px 0;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg table {
    padding: 0 0 10px 0;
    margin: 0 0 40px 0;
  }
}
.gotokaisoten-corp-c-wysiwyg table tbody, .gotokaisoten-corp-c-wysiwyg table thead {
  display: table;
}
.gotokaisoten-corp-c-wysiwyg table th {
  background-color: #EEECE5;
  min-width: 230px;
  width: 230px;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg table th {
    padding: 7px;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
  }
}
.gotokaisoten-corp-c-wysiwyg table td {
  border: 1px solid #EEECE5;
  padding: 11px;
  min-width: 230px;
  width: 230px;
  max-width: 427px;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg table td {
    font-size: 12px;
    line-height: 1.3;
    padding: 11px 11px 9px 11px;
  }
}
.gotokaisoten-corp-c-wysiwyg table th[colspan="2"] {
  min-width: 460px;
}
.gotokaisoten-corp-c-wysiwyg table td[colspan="2"] {
  min-width: 460px;
}
.gotokaisoten-corp-c-wysiwyg table.description-table {
  padding: 0;
}
.gotokaisoten-corp-c-wysiwyg table.description-table th {
  min-width: 195px;
  width: 195px;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg table.description-table th {
    min-width: 80px;
    width: 80px;
    padding: 7px;
    font-size: 12px;
    line-height: 1.3;
  }
}
.gotokaisoten-corp-c-wysiwyg table.description-table td {
  min-width: 427px;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg table.description-table td {
    font-size: 12px;
    line-height: 1.3;
    min-width: auto;
    width: calc(100% - 80px - 2px);
    padding: 11px 11px 9px 11px;
  }
}
.gotokaisoten-corp-c-wysiwyg table::-webkit-scrollbar {
  height: 4px;
}
.gotokaisoten-corp-c-wysiwyg table::-webkit-scrollbar-thumb {
  background: #EEECE5;
  border-radius: 5px;
}
.gotokaisoten-corp-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.gotokaisoten-corp-c-wysiwyg code .hljs-ln-code, .gotokaisoten-corp-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.gotokaisoten-corp-c-wysiwyg code .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.gotokaisoten-corp-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: 1px;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-wysiwyg img {
    margin: 0 0 24px;
  }
}
.gotokaisoten-corp-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.gotokaisoten-corp-c-wysiwyg iframe {
  max-width: 100%;
}
.gotokaisoten-corp-c-wysiwyg h2:first-child, .gotokaisoten-corp-c-wysiwyg h3:first-child, .gotokaisoten-corp-c-wysiwyg h4:first-child, .gotokaisoten-corp-c-wysiwyg h5:first-child, .gotokaisoten-corp-c-wysiwyg h6:first-child, .gotokaisoten-corp-c-wysiwyg p:first-child, .gotokaisoten-corp-c-wysiwyg ol:first-child, .gotokaisoten-corp-c-wysiwyg ul:first-child, .gotokaisoten-corp-c-wysiwyg blockquote:first-child, .gotokaisoten-corp-c-wysiwyg img:first-child, .gotokaisoten-corp-c-wysiwyg table:first-child {
  margin-top: 0;
}

.gotokaisoten-corp-c-postProfile {
  border: 1px solid #EEECE5;
  padding: 29px 31px;
  position: relative;
  margin-top: 60px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-postProfile {
    padding: 19px 15px;
    margin-top: 24px;
  }
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileThumb {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-postProfile .c-postProfile__profileThumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-postProfile .c-postProfile__profileWrap {
    padding-top: 0;
  }
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileLabel {
  color: #7C7C7C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-postProfile .c-postProfile__profileLabel {
    font-size: 11px;
  }
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileName {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-postProfile .c-postProfile__profileName {
    font-size: 14px;
  }
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileSns {
  position: absolute;
  top: 44px;
  right: 32px;
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-postProfile .c-postProfile__profileSns {
    top: 6px;
    right: 6px;
  }
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileSns a {
  text-decoration: none;
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileSns a + a {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-postProfile .c-postProfile__profileSns a + a {
    margin-left: 6px;
  }
}
.gotokaisoten-corp-c-postProfile .c-postProfile__profileText {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-postProfile .c-postProfile__profileText {
    font-size: 13px;
  }
}

.gotokaisoten-corp-c-form {
  width: 100%;
  margin: 0 auto;
}
.gotokaisoten-corp-c-form .leadgrid-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__label {
    font-size: 13px;
    line-height: 1;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__label::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7C7C7C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding: 2px 6px 4px 6px;
  border-radius: 2px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__label::before {
    height: 15px;
    font-size: 10px;
    padding: 1px 3px 2px 3px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__label.-required::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F00011;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding: 2px 6px 4px 6px;
  border-radius: 2px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__label.-required::before {
    height: 15px;
    font-size: 10px;
    padding: 1px 3px 2px 3px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__row {
  margin: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__row {
    margin: 0 0 20px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__radio span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__radio span {
    font-size: 13px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__radio span::before {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #7C7C7C;
  background: #FFFFFF;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__radio span::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 8px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__radio input[type=radio] {
  display: none;
}
.gotokaisoten-corp-c-form .leadgrid-form__radio input[type=radio]:checked + span {
  color: #000000;
}
.gotokaisoten-corp-c-form .leadgrid-form__radio input[type=radio]:checked + span::before {
  border: 1px solid #000000;
}
.gotokaisoten-corp-c-form .leadgrid-form__radio input[type=radio]:checked + span::after {
  background-color: #000000;
  width: 10px;
  height: 10px;
  min-width: 10px;
  margin-top: -5px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__radio input[type=radio]:checked + span::after {
    width: 8px;
    height: 8px;
    min-width: 8px;
    margin-top: -4px;
    left: 4px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__input {
  border: 1px solid #C9BDAC;
  border-radius: 2px;
  height: 56px;
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__input {
    font-size: 13px;
    height: 53px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__input::-webkit-input-placeholder {
  color: #C9BDAC;
  opacity: 1;
}
.gotokaisoten-corp-c-form .leadgrid-form__input::-moz-placeholder {
  color: #C9BDAC;
  opacity: 1;
}
.gotokaisoten-corp-c-form .leadgrid-form__input:-ms-input-placeholder {
  color: #C9BDAC;
  opacity: 1;
}
.gotokaisoten-corp-c-form .leadgrid-form__input::-ms-input-placeholder {
  color: #C9BDAC;
  opacity: 1;
}
.gotokaisoten-corp-c-form .leadgrid-form__input::placeholder {
  color: #C9BDAC;
  opacity: 1;
}
.gotokaisoten-corp-c-form .leadgrid-form__input.input-error {
  background-color: #FFE4E4;
}
.gotokaisoten-corp-c-form .leadgrid-form__input.input-error::-webkit-input-placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__input.input-error::-moz-placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__input.input-error:-ms-input-placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__input.input-error::-ms-input-placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__input.input-error::placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__checkbox span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}
.gotokaisoten-corp-c-form .leadgrid-form__textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border: 1px solid #C9BDAC;
  border-radius: 2px;
  background-color: #FFFFFF;
  padding: 16px 20px;
  min-height: 220px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__textarea {
    min-height: 217px;
    font-size: 13px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__textarea.input-error {
  background-color: #FFE4E4;
}
.gotokaisoten-corp-c-form .leadgrid-form__textarea.input-error::-webkit-input-placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__textarea.input-error::-moz-placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__textarea.input-error:-ms-input-placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__textarea.input-error::-ms-input-placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__textarea.input-error::placeholder {
  color: #A73E3E;
}
.gotokaisoten-corp-c-form .leadgrid-form__agree {
  margin-top: 16px;
  padding-top: 0 !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__agree {
    margin-top: 0;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll {
    font-size: 13px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll a {
  color: #846A48;
  font-size: 14px;
  font-weight: 700;
}
.gotokaisoten-corp-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll a > u > strong {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__agree .c-form__agreeText_not_scroll a {
    font-size: 13px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__agree .privacy {
  color: #7C7C7C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  margin: 11px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__agree .privacy {
    text-align: left;
    line-height: 1.3;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__agree .privacy a {
  color: #846A48;
}
.gotokaisoten-corp-c-form .leadgrid-form__agree .c-form__checkbox {
  margin-top: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__agree .c-form__checkbox {
    margin-top: 16px;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__agree .c-form__checkbox .c-form__checkboxLabel {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__agree .c-form__checkbox .c-form__checkboxLabel {
    font-size: 13px;
  }
}
.gotokaisoten-corp-c-form .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .c-form__action {
    margin: 40px 0 0 0;
  }
}
.gotokaisoten-corp-c-form .leadgrid-form__error {
  color: #F00011;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .leadgrid-form__error {
    font-size: 13px;
  }
}
.gotokaisoten-corp-c-form .c-form__agree .c-form__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gotokaisoten-corp-c-form .c-form__agree .c-form__checkbox input {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #7C7C7C;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-form .c-form__agree .c-form__checkbox input {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}

@font-face {
  font-family: "Zen Old Mincho";
  src: url("/assets/gotokaisoten-corp/fonts/ZenOldMincho-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
.gotokaisoten-corp-c-loading {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.gotokaisoten-corp-c-loading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EFEDE4;
  z-index: -2;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.gotokaisoten-corp-c-loading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.1;
  z-index: -1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.gotokaisoten-corp-c-loading.is-hide {
  opacity: 0;
  pointer-events: none;
}
.gotokaisoten-corp-c-loading.is-hide::before, .gotokaisoten-corp-c-loading.is-hide::after {
  opacity: 0;
}
.gotokaisoten-corp-c-loading .c-loading__inner {
  text-align: center;
  width: 100%;
  margin: auto;
}
.gotokaisoten-corp-c-loading .c-loading__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.gotokaisoten-corp-c-loading .c-loading__copy span {
  color: #000000;
  display: inline-block;
  font-size: 36px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-filter 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 0.8s ease;
  transition: filter 0.8s ease, opacity 0.8s ease;
  transition: filter 0.8s ease, opacity 0.8s ease, -webkit-filter 0.8s ease;
  margin: 0 2px;
}
.gotokaisoten-corp-c-loading .c-loading__copy span:last-child {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.gotokaisoten-corp-c-loading .c-loading__copy.-en span {
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-loading .c-loading__copy.-en span {
    font-size: 24px;
  }
}
.gotokaisoten-corp-c-loading.show-logo .c-loading__copy {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gotokaisoten-corp-c-loading .c-loading__logo {
  opacity: 0;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.8s ease, -webkit-filter 0.8s ease;
  transition: opacity 0.8s ease, -webkit-filter 0.8s ease;
  transition: filter 0.8s ease, opacity 0.8s ease;
  transition: filter 0.8s ease, opacity 0.8s ease, -webkit-filter 0.8s ease;
  margin: 40px 30px 0 0;
}
.gotokaisoten-corp-c-loading .c-loading__logo.-en {
  margin: 22px 0 0 30px;
}

.gotokaisoten-corp-c-aboutHistory {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: calc((100% - 120px) / 2);
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory {
    width: 100%;
    margin-bottom: 48px;
  }
}
.gotokaisoten-corp-c-aboutHistory.-row {
  margin-top: 100px !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-aboutHistory.-row .c-aboutHistory__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 60px;
    padding: 0 56px 42px 56px;
  }
  .gotokaisoten-corp-c-aboutHistory.-row .c-aboutHistory__inner::before {
    top: 81px;
    height: calc(100% - 81px);
  }
  .gotokaisoten-corp-c-aboutHistory.-row .c-aboutHistory__inner::after {
    top: 81px;
    height: calc(100% - 81px);
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-aboutHistory.-row .c-aboutHistory__inner .c-aboutHistory__contentImage {
    width: 42.279412%;
    min-width: 42.279412%;
    padding-bottom: 28.217%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-aboutHistory.-row .c-aboutHistory__inner .c-aboutHistory__contentText {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-aboutHistory.-row .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-c-aboutHistory.-row .c-aboutHistory__inner .c-aboutHistory__dot {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.gotokaisoten-corp-c-aboutHistory:nth-of-type(odd) .c-aboutHistory__dot {
  position: absolute;
  top: 32px;
  right: -64.5px;
  width: 8px;
  height: 8px;
  background: #C9BDAC;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory:nth-of-type(odd) .c-aboutHistory__dot {
    top: -44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.gotokaisoten-corp-c-aboutHistory:nth-of-type(odd) .c-aboutHistory__dot::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  width: 100px;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory:nth-of-type(odd) .c-aboutHistory__dot::before {
    content: "";
    top: 4px;
    left: -76px;
    width: 80px;
    height: 40px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: top left, top left;
    background-size: 100% 2px, 2px 100%;
  }
}
.gotokaisoten-corp-c-aboutHistory:nth-of-type(even) .c-aboutHistory__dot {
  position: absolute;
  top: 32px;
  left: -64.5px;
  width: 8px;
  height: 8px;
  background: #C9BDAC;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory:nth-of-type(even) .c-aboutHistory__dot {
    top: -44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.gotokaisoten-corp-c-aboutHistory:nth-of-type(even) .c-aboutHistory__dot::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 100px;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory:nth-of-type(even) .c-aboutHistory__dot::before {
    top: 4px;
    right: 76px;
    width: 80px;
    height: 40px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 100% 2px, 2px 100%;
  }
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner {
  padding: 0 40px 48px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner {
    padding: 0 24px 24px 24px;
  }
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner::before {
  content: "";
  position: absolute;
  top: 122px;
  left: 0;
  width: 100%;
  height: calc(100% - 122px);
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -1;
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner::after {
  content: "";
  position: absolute;
  top: 122px;
  left: 0;
  width: 100%;
  height: calc(100% - 122px);
  background: #EFEDE4;
  z-index: -2;
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner.-noImage {
  padding: 48px 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner.-noImage {
    padding: 24px;
  }
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner.-noImage::before {
  top: 0;
  height: 100%;
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner.-noImage::after {
  top: 0;
  height: 100%;
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentImage {
  position: relative;
  width: 100%;
  padding-bottom: 66.74%;
  overflow: hidden;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentImage {
    margin-bottom: 20px;
  }
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head .c-aboutHistory__contentText--head--title {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head .c-aboutHistory__contentText--head--title {
    font-size: 16px;
  }
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head .c-aboutHistory__contentText--head--title span {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head .c-aboutHistory__contentText--head--title span {
    font-size: 24px;
  }
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head .c-aboutHistory__contentText--head--subTitle {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head .c-aboutHistory__contentText--head--subTitle {
    font-size: 13px;
  }
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--text {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--text {
    font-size: 13px;
  }
}
.gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText--year {
  color: #88694A;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 120px;
  line-height: 0.9;
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
  right: 16px;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory .c-aboutHistory__inner .c-aboutHistory__contentText--year {
    font-size: 80px;
    right: 0;
  }
}
.gotokaisoten-corp-c-aboutHistory.-white .c-aboutHistory__inner {
  background: #FFFFFF;
  border: 1px solid #846A48;
  padding: 40px;
  width: calc(100% - 11px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory.-white .c-aboutHistory__inner {
    padding: 24px;
    width: calc(100% - 8px);
  }
}
.gotokaisoten-corp-c-aboutHistory.-white .c-aboutHistory__inner::before {
  display: none;
}
.gotokaisoten-corp-c-aboutHistory.-white .c-aboutHistory__inner::after {
  position: absolute;
  top: 12px;
  left: 0;
  width: calc(100% + 11px);
  height: 100%;
  background: #EEECE5;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory.-white .c-aboutHistory__inner::after {
    width: calc(100% + 8px);
    top: 8px;
    left: 0;
  }
}
.gotokaisoten-corp-c-aboutHistory.-white .c-aboutHistory__inner .c-aboutHistory__contentText--head .c-aboutHistory__contentText--head--title {
  line-height: 1.8;
}
.gotokaisoten-corp-c-aboutHistory.-whiteRow {
  margin-top: 100px !important;
  width: calc(100% - 12px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory.-whiteRow {
    width: calc(100% - 8px);
  }
}
.gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner {
  background: #FFFFFF;
  border: 1px solid #846A48;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner {
    padding: 23px;
  }
}
.gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner::before {
  display: none;
}
.gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner::after {
  position: absolute;
  top: 14px;
  left: 0;
  width: calc(100% + 12px);
  height: 100%;
  background: #EEECE5;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner::after {
    width: calc(100% + 8px);
    top: 8px;
    left: 0;
  }
}
.gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner .c-aboutHistory__dot {
  display: none;
}
.gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner .c-aboutHistory__contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner .c-aboutHistory__contentText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--head--title {
  line-height: 1.8;
}
.gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--text {
  max-width: 54%;
  margin-top: 109px;
  width: 54%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-c-aboutHistory.-whiteRow .c-aboutHistory__inner .c-aboutHistory__contentText .c-aboutHistory__contentText--text {
    max-width: 100%;
    margin-top: 0;
    width: 100%;
  }
}

.gotokaisoten-corp-s-breadcrumbs {
  background: #EFEDE4;
  padding: 72px 0 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-breadcrumbs {
    padding: 68px 0 0 0;
  }
}
.gotokaisoten-corp-s-breadcrumbs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -2;
}
.gotokaisoten-corp-s-breadcrumbs .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.gotokaisoten-corp-s-breadcrumbs .s-breadcrumbs__bottom {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  position: relative;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-breadcrumbs .s-breadcrumbs__bottom {
    height: 20px;
    top: 4px;
    width: calc(100% + 16px);
  }
}
.gotokaisoten-corp-s-breadcrumbs .gotokaisoten-corp-c-breadcrumbs {
  display: block;
}
.gotokaisoten-corp-s-breadcrumbs .gotokaisoten-corp-c-breadcrumbs ul {
  padding: 5px 0 13px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-breadcrumbs .gotokaisoten-corp-c-breadcrumbs ul {
    padding: 0;
  }
}

.gotokaisoten-corp-s-mainvisual {
  padding: 0px;
  position: relative;
  min-height: 805px;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual {
    min-height: 691px;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-s-mainvisual::before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(115, 115, 115, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(115, 115, 115, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 131px;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .gotokaisoten-corp-c-inner {
    padding: 72px 5.3333333333vw 0 5.3333333333vw;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__bg {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__bg .s-mainvisual__bgImage {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 5.5s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 5.5s ease-in-out;
  transition: opacity 1s ease-in-out, transform 5.5s ease-in-out;
  transition: opacity 1s ease-in-out, transform 5.5s ease-in-out, -webkit-transform 5.5s ease-in-out;
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__bg .s-mainvisual__bgImage.-active {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  opacity: 1;
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__backgroundDots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8333333333vw;
  position: absolute;
  top: 50%;
  right: 1.25vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__backgroundDots {
    position: relative;
    top: initial;
    right: initial;
    -webkit-transform: none;
    transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.4vw;
    margin: 0 auto;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0 13px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__backgroundDots.-en {
    position: absolute;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px 0;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__backgroundDots .s-mainvisual__backgroundDotItem {
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__backgroundDots .s-mainvisual__backgroundDotItem {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__backgroundDots .s-mainvisual__backgroundDotItem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  border: 0.0694444444vw solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__backgroundDots .s-mainvisual__backgroundDotItem::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border: 0.2666666667vw solid #FFFFFF;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__backgroundDots .s-mainvisual__backgroundDotItem.-active::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__contentWrapSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap {
  position: absolute;
  top: 10.5555555556vw;
  right: 9.8611111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap {
    position: relative;
    top: initial;
    right: initial;
    gap: 9px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .s-mainvisual__contentText {
  color: #FFFFFF;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  font-size: 1.0416666667vw;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.8055555556vw;
  letter-spacing: 0.067em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .s-mainvisual__contentText {
    font-size: 14px;
    line-height: 23px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap.-en {
  top: 13.4722222222vw;
  right: 8.4027777778vw;
  gap: 2.2222222222vw;
  max-width: 25.4861111111vw;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap.-en {
    top: 0;
    right: 0;
    gap: 20px;
    max-width: 200px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap.-en .s-mainvisual__contentText {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  font-size: 1.1111111111vw;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  text-orientation: initial;
  line-height: 1.1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap.-en .s-mainvisual__contentText {
    font-size: 16px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap.-en .gotokaisoten-corp-c-button {
  min-width: 14.775vw;
  width: 14.775vw;
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap.-en .gotokaisoten-corp-c-button::before, .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap.-en .gotokaisoten-corp-c-button::after {
  margin: 1.5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap.-en .gotokaisoten-corp-c-button {
    min-width: 168px;
    width: 168px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .gotokaisoten-corp-c-button {
  min-width: 14.375vw;
  width: 14.375vw;
  padding: 1.3194444444vw 2.7777777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .gotokaisoten-corp-c-button {
    min-width: 168px;
    width: 168px;
    padding: 13px 19px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .gotokaisoten-corp-c-button .s-mainvisual__buttonText {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 0.9027777778vw;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .gotokaisoten-corp-c-button .s-mainvisual__buttonText {
    font-size: 12px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .gotokaisoten-corp-c-button::before {
  content: "";
  right: 1.6666666667vw;
  width: 0.8333333333vw;
  height: 0.625vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .gotokaisoten-corp-c-button::before {
    right: 16px;
    width: 7.37px;
    height: 5.53px;
    min-width: 7.37px;
    min-height: 5.53px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .gotokaisoten-corp-c-button::after {
  content: "";
  right: 1.6666666667vw;
  width: 0.8333333333vw;
  height: 0.625vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textWrap .gotokaisoten-corp-c-button::after {
    right: 16px;
    width: 7.37px;
    height: 5.53px;
    min-width: 7.37px;
    min-height: 5.53px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__scrollWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 2.0138888889vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__scrollWrap {
    position: initial;
    -webkit-transform: none;
    transform: none;
    gap: 4px;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__scrollWrap.-en {
    display: none;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__scrollWrap:hover {
  opacity: 1;
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__scrollWrap .s-mainvisual__scrollText {
  color: #FFFFFF;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 900;
  font-size: 0.9027777778vw;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__scrollWrap .s-mainvisual__scrollText {
    font-size: 13px;
    line-height: 1;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__scrollWrap .s-mainvisual__scrollImage {
  width: 2.2222222222vw;
  height: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__scrollWrap .s-mainvisual__scrollImage {
    width: 24px;
    height: 24px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textImage {
  position: absolute;
  bottom: 0;
  left: 3.5416666667vw;
  width: 67.9513888889vw;
  height: 20.5902777778vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textImage {
    display: none;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textImage.-en {
  width: 63.3333333333vw;
  height: 17.6388888889vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textImage.-en {
    display: none;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__textImage-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textImage-sp {
    display: block;
    position: relative;
    width: 296px;
    height: 217px;
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__textImage-sp.-en {
    width: 335px;
    height: 98px;
    margin: 28px 0 80px 0;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea {
  position: absolute;
  bottom: 1.0416666667vw;
  right: 1.9444444444vw;
  width: 27.3611111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea.-en {
    position: absolute;
    bottom: 34px;
    right: initial;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeHead {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9027777778vw;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeHead {
    font-size: 12px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeWrap {
  background: rgba(0, 0, 0, 0.4);
  padding: 0.6944444444vw 1.3888888889vw 0.8333333333vw 1.3888888889vw;
  margin-top: 0.6944444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeWrap {
    padding: 10px 20px 10px 16px;
    gap: 16px;
    margin-top: 7px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeList {
  display: none;
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeList.-active {
  display: block;
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeList .s-mainvisual__noticeItem .s-mainvisual__noticeItemLink {
  color: #FFFFFF;
  text-decoration: none;
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeList .s-mainvisual__noticeItem .s-mainvisual__noticeItemLink .s-mainvisual__noticeItemDate {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.7638888889vw;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 0.2777777778vw 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeList .s-mainvisual__noticeItem .s-mainvisual__noticeItemLink .s-mainvisual__noticeItemDate {
    font-size: 10px;
    margin: 0 0 2px 0;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeList .s-mainvisual__noticeItem .s-mainvisual__noticeItemLink .s-mainvisual__noticeItemTitle {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-decoration: underline;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeList .s-mainvisual__noticeItem .s-mainvisual__noticeItemLink .s-mainvisual__noticeItemTitle {
    font-size: 12px;
    font-weight: 400;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtonWrap {
    gap: 23px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeBorder {
  width: 1px;
  height: 3.6111111111vw;
  background: rgba(255, 255, 255, 0.3019607843);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeBorder {
    height: 52px;
    min-width: 1px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons {
    gap: 24px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-prev {
  position: relative;
  width: 0.6347222222vw;
  height: 0.4166666667vw;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-prev {
    width: 9.14px;
    height: 6px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-prev:hover {
  opacity: 0.6;
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-prev img {
  position: absolute;
  width: 0.6347222222vw;
  height: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-prev img {
    width: 9.14px;
    height: 6px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-next {
  position: relative;
  width: 0.6347222222vw;
  height: 0.4166666667vw;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-next {
    width: 9.14px;
    height: 6px;
  }
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-next:hover {
  opacity: 0.6;
}
.gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-next img {
  position: absolute;
  width: 0.6347222222vw;
  height: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-mainvisual .s-mainvisual__noticeArea .s-mainvisual__noticeButtons .s-mainvisual__button-next img {
    width: 9.14px;
    height: 6px;
  }
}

.gotokaisoten-corp-s-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-cta {
    display: block;
  }
}
.gotokaisoten-corp-s-cta .s-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-cta .s-cta__wrap {
    width: 100%;
  }
}
.gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.6s ease, opacity 0.3s ease;
  transition: width 0.6s ease, opacity 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box {
    height: 116px;
  }
}
.gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box::after {
  content: "";
  background: rgba(106, 106, 106, 0.5019607843);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box .s-cta__background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  z-index: 1;
}
.gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box.is-active {
  z-index: 2;
}
.gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box.is-active::after {
  opacity: 0;
}
.gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box.is-active .s-cta__background {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: -webkit-transform 15s ease;
  transition: -webkit-transform 15s ease;
  transition: transform 15s ease;
  transition: transform 15s ease, -webkit-transform 15s ease;
}
.gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box.is-inactive {
  pointer-events: none;
}
.gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box:hover {
  opacity: 1;
}
.gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box .s-cta__title {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-cta .s-cta__wrap .s-cta__box .s-cta__title {
    font-size: 15px;
  }
}
.gotokaisoten-corp-s-cta .s-cta__wrap.-en .s-cta__box {
  width: 100%;
}
.gotokaisoten-corp-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__box {
  height: 320px !important;
}
.gotokaisoten-corp-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__box::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__box {
    height: 130px !important;
  }
}
.gotokaisoten-corp-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__background {
  height: 280px !important;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__background {
    height: 116px !important;
  }
}

.gotokaisoten-corp-s-pageHeader {
  background-color: #EFEDE4;
  position: relative;
  z-index: 0;
  padding: 0 20px;
}
.gotokaisoten-corp-s-pageHeader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -2;
}
.gotokaisoten-corp-s-pageHeader .gotokaisoten-corp-c-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 152px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .gotokaisoten-corp-c-inner {
    padding: 83px 0 0 0;
  }
}
.gotokaisoten-corp-s-pageHeader.-about .gotokaisoten-corp-c-inner {
  padding-top: 118px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader.-about .gotokaisoten-corp-c-inner {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader.-about .gotokaisoten-corp-c-inner .s-header__title {
    min-height: 93px;
    padding-bottom: 0;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader.-about .gotokaisoten-corp-c-inner .s-header__title .s-header__title--ja {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader.-about .gotokaisoten-corp-c-inner .s-header__en {
    bottom: 10px;
    top: initial;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader.-about .gotokaisoten-corp-c-inner .s-pageHeader__head.-noHead {
    margin-bottom: -7px;
  }
}
.gotokaisoten-corp-s-pageHeader.-margin .gotokaisoten-corp-c-inner {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader.-margin .s-header__en {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    padding-bottom: 10px;
  }
}
.gotokaisoten-corp-s-pageHeader .s-header__title {
  margin: 0;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-header__title {
    padding-bottom: 62px;
  }
}
.gotokaisoten-corp-s-pageHeader .s-header__title .s-header__subTitle {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-header__title .s-header__subTitle {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin: 0 0 4px 0;
  }
}
.gotokaisoten-corp-s-pageHeader .s-header__title .s-header__title--ja {
  color: #000000;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-header__title .s-header__title--ja {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.gotokaisoten-corp-s-pageHeader .s-header__title.-post {
  padding-bottom: 23px;
  line-height: 1;
  font-size: initial;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-header__title.-post .s-header__en {
    display: none;
  }
}
.gotokaisoten-corp-s-pageHeader .s-header__en {
  color: #88694A;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 400;
  font-size: 200px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: right;
  vertical-align: middle;
  font-family: "EB Garamond", serif;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-header__en {
    font-size: 80px;
    bottom: initial;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.gotokaisoten-corp-s-pageHeader .s-header__en.-pconly {
  display: block;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-header__en.-pconly {
    display: none;
  }
}
.gotokaisoten-corp-s-pageHeader .s-header__en.-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-header__en.-sponly {
    display: block;
  }
}
.gotokaisoten-corp-s-pageHeader .s-pageHeader__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: right;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-pageHeader__head {
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
  }
}
.gotokaisoten-corp-s-pageHeader .s-pageHeader__head .s-header__en {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-pageHeader__head .s-header__en {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-pageHeader__head.-post {
    margin: 0 0 28px 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-pageHeader__head.-post .s-header__en {
    display: block;
  }
}
.gotokaisoten-corp-s-pageHeader .s-pageHeader__head.-noHead {
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-pageHeader__head.-noHead {
    margin-bottom: 0;
  }
}
.gotokaisoten-corp-s-pageHeader .s-header__bottom {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .s-header__bottom {
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-pageHeader .gotokaisoten-corp-c-breadcrumbs {
    margin-bottom: -4px;
  }
}

.gotokaisoten-corp-s-complete {
  padding: 40px 0 200px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-complete {
    padding: 32px 0 80px 0;
  }
}
.gotokaisoten-corp-s-complete .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.gotokaisoten-corp-s-complete .s-complete__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gotokaisoten-corp-s-complete .s-complete__contentTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-complete .s-complete__contentTitle {
    font-size: 17px;
    margin: 0 0 16px 0;
  }
}
.gotokaisoten-corp-s-complete .s-complete__contentText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-complete .s-complete__contentText {
    font-size: 13px;
    margin: 0 0 60px 0;
    text-align: left;
  }
}
.gotokaisoten-corp-s-complete .s-complete__contentText a {
  color: #846A48;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-complete .s-complete__contentText.-error {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-complete .s-complete__contentButton .gotokaisoten-corp-c-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 255px;
    min-width: 255px;
    padding: 19.5px 31px;
  }
}

.gotokaisoten-corp-s-policy {
  padding: 93px 0 200px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-policy {
    padding: 32px 0 80px 0;
  }
}
.gotokaisoten-corp-s-policy .gotokaisoten-corp-c-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-policy .gotokaisoten-corp-c-inner {
    max-width: 480px;
    padding: 0 16px;
  }
}
.gotokaisoten-corp-s-policy .s-policy__textList {
  margin: 0 0 40px 0;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-policy .s-policy__textList {
    margin: 0 0 32px 0;
  }
}
.gotokaisoten-corp-s-policy .s-policy__textList .s-policy__textListItem .s-policy__textListItem--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}
.gotokaisoten-corp-s-policy .s-policy__textList .s-policy__textListItem .s-policy__textSubList {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: lower-alpha;
}
.gotokaisoten-corp-s-policy .s-policy__textList .s-policy__textListItem .s-policy__textSubList .s-policy__textSubListItem .s-policy__textSubListItem--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}
.gotokaisoten-corp-s-policy .s-policy__credit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-policy .s-policy__credit {
    margin-top: 24px;
  }
}

.gotokaisoten-corp-s-blogList-2 {
  padding: 80px 0 200px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogList-2 {
    padding: 32px 0 80px 0;
  }
}
.gotokaisoten-corp-s-blogList-2 > .gotokaisoten-corp-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogList-2 > .gotokaisoten-corp-c-inner {
    display: block;
    max-width: 480px;
  }
}
.gotokaisoten-corp-s-blogList-2 .s-blogList-2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.gotokaisoten-corp-s-blogList-2 .s-blogList-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 48px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogList-2 .s-blogList-2__list {
    gap: 32px;
  }
}
.gotokaisoten-corp-s-blogList-2 .s-blogList-2__list .gotokaisoten-corp-c-blogCard {
  width: calc(50% - 24px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogList-2 .s-blogList-2__list .gotokaisoten-corp-c-blogCard {
    width: 100%;
  }
}
.gotokaisoten-corp-s-blogList-2 .s-blogList-2__noresult {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-align: center;
}

.gotokaisoten-corp-s-blogDetail {
  padding: 80px 0 200px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail {
    padding: 32px 0 80px;
  }
}
.gotokaisoten-corp-s-blogDetail > .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 80px;
}
@media screen and (max-width: 1280px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__main {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__main {
    display: block;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__content {
  max-width: 780px;
  width: calc(100% - 300px - 80px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__content {
    width: calc(100% - 300px - 40px - 40px);
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__content {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__header {
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__header {
    margin: 0 0 24px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  line-height: 1;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__meta .date {
  color: #7C7C7C;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__meta .date {
    font-size: 11px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__meta .category {
  color: #000000;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__meta .category::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/assets/gotokaisoten-corp/img/common/category.png");
  background-size: 100% 100%;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__title {
  color: #000000;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 12px 0;
  padding: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__title {
    font-size: 22px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__tags .tag {
  background-color: #EBE9E1;
  border-radius: 2px;
  color: #7C7C7C;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__wrap {
    display: block;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 40px;
  margin-left: -88px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    margin-bottom: 16px;
    margin-left: 0;
    margin-top: 16px;
    width: auto;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share.-pconly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__share.-pconly {
    display: none;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share.-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__share.-sponly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share .s-blogDetail__shareText {
  color: #CDC7BB;
  font-size: 15px;
  font-family: "EB Garamond", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 16px;
  margin: 0 0 16px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__share .s-blogDetail__shareText {
    padding: 0 26px 0 0;
    margin: 0 26px 0 0;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share .s-blogDetail__shareText::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #CDC7BB;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__share .s-blogDetail__shareText::after {
    height: 20px;
    width: 1px;
    top: 50%;
    right: 0;
    left: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share a + a {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__share a + a {
    margin-top: 0;
    margin-left: 8px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share a .s-blogDetail__copylinkText {
  background: #323133;
  border-radius: 5px;
  color: #FFFFFF;
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 3px 8px;
  position: absolute;
  left: 36.5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share .s-blogDetail__copylink:hover {
  opacity: 1;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__share .s-blogDetail__copylink:hover .s-blogDetail__copylinkText {
  opacity: 1;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__body {
  width: calc(100% + 48px);
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__body {
    width: 100%;
    padding-left: 0;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__thumb {
  margin: 0 auto 80px auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 66.667%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__thumb {
    margin: 0 auto;
    padding-bottom: 66.57%;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__thumb img.-default {
  border: 1px solid #EEECE5;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__related {
  margin-top: 127px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__related {
    max-width: 480px;
    margin: auto;
    margin-top: 60px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__relatedTitle {
  margin: 0;
  font-family: "Zen Old Mincho", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__relatedTitle {
    font-size: 20px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__relatedList {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 51px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__relatedList {
    margin-top: 24px;
    gap: 24px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__relatedList .gotokaisoten-corp-c-blogCard {
  width: calc((100% - 102px) / 3);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__relatedList .gotokaisoten-corp-c-blogCard {
    width: 100%;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__moreLink {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__moreLink {
    margin: 24px 0 0;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__moreLink .gotokaisoten-corp-c-button {
  min-width: 320px;
  width: 320px;
  padding: 19px 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__moreLink .gotokaisoten-corp-c-button {
    min-width: 215px;
    width: 215px;
    padding: 19px 51px 19px 31px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc {
  background: #EEECE5;
  padding: 24px 40px 18px 40px;
  position: relative;
  margin: 0 0 64px;
  width: 100%;
  border-radius: 5px;
  border-left: 4px solid #A7A39B;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__toc {
    margin: 0 0 40px;
    padding: 24px 24px 24px 20px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -2;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc ol li {
  padding-left: 20px;
  text-indent: -17px;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .title {
  color: #1B1B1B;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  text-align: left;
  width: 100%;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list {
    padding: 0;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list li {
  margin: 0;
  padding: 0;
  text-indent: initial;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list li:last-child {
  margin-bottom: 0;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list li a {
  color: #1B1B1B;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 6px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list li a {
    font-size: 14px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-bottom: 4px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list li a:before {
  display: inline-block;
  margin-right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  background: #AB1822;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list li a:before {
    margin-right: 6px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list li a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h2list li::marker {
  content: none;
  display: none;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h3list {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h3list li {
  margin: 0;
  padding: 0;
  text-indent: initial;
  margin-bottom: 6px;
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h3list li a {
  color: #1B1B1B;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 6px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h3list li a {
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h3list li a:before {
  display: inline-block;
  margin-right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  background: #AB1822;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h3list li a:before {
    margin-right: 6px;
  }
}
.gotokaisoten-corp-s-blogDetail .s-blogDetail__toc .h3list li a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gotokaisoten-corp-s-case-1 {
  padding: 60px 0 200px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-case-1 {
    padding: 40px 0 80px;
  }
}
.gotokaisoten-corp-s-case-1 .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.gotokaisoten-corp-s-case-1 .s-case-1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px 51px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-case-1 .s-case-1__list {
    gap: 32px;
  }
}
.gotokaisoten-corp-s-case-1 .s-case-1__list .gotokaisoten-corp-c-blogCard {
  width: calc((100% - 102px) / 3);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-case-1 .s-case-1__list .gotokaisoten-corp-c-blogCard {
    width: 100%;
  }
}
.gotokaisoten-corp-s-case-1 .s-case-1__noresult {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-align: center;
}
.gotokaisoten-corp-s-case-1 .gotokaisoten-corp-c-pager {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-case-1 .gotokaisoten-corp-c-pager {
    margin-top: 60px;
  }
}

.gotokaisoten-corp-s-caseFilter {
  padding: 40px 0 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseFilter {
    padding: 24px 0 0;
  }
}
.gotokaisoten-corp-s-caseFilter .gotokaisoten-corp-c-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__Toggle {
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: var(--border-radius);
  position: relative;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__Toggle > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: var(--color-base-text);
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__Toggle > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__wrap {
  border: 1px solid #EEECE5;
  padding: 31px 39px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseFilter .s-caseFilter__wrap {
    padding: 19px;
  }
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 124px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseFilter .s-caseFilter__content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__content + .s-caseFilter__content {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #EEECE5;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__content .s-caseFilter__title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  white-space: nowrap;
  width: 88px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseFilter .s-caseFilter__content .s-caseFilter__title {
    font-size: 15px;
    font-family: "Zen Old Mincho", serif;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gotokaisoten-corp-s-caseFilter .s-caseFilter__content .s-caseFilter__title::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("/assets/gotokaisoten-corp/img/case_list/arrow.png");
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .gotokaisoten-corp-s-caseFilter .s-caseFilter__content .s-caseFilter__title.is-open::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseFilter .s-caseFilter__listCategoryWrap, .gotokaisoten-corp-s-caseFilter .s-caseFilter__listTagWrap {
    display: none;
  }
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__listCategory {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 12px;
  list-style: none;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__listCategory .s-caseFilter__listCategoryItem {
  width: 140px;
  border: 1px solid #C9BDAC;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__listCategory .s-caseFilter__listCategoryItem .s-caseFilter__listCategoryLink {
  display: block;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  padding: 7px 0;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__listCategory .s-caseFilter__listCategoryItem .s-caseFilter__listCategoryLink.is-active {
  background-color: #846A48;
  color: #fff;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__listTag {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__listTag .s-caseFilter__listTagItem {
  border: 1px solid #846A48;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__listTag .s-caseFilter__listTagItem .s-caseFilter__listTagLink {
  color: #000000;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  padding: 4px;
}
.gotokaisoten-corp-s-caseFilter .s-caseFilter__listTag .s-caseFilter__listTagItem .s-caseFilter__listTagLink.is-active {
  background-color: #846A48;
  color: #fff;
}

.gotokaisoten-corp-s-caseDetail {
  padding: 0 0 200px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail {
    padding: 0 0 80px 0;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__header {
  padding: 72px 0 177px;
  background-color: #EFEDE4;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__header {
    padding: 64px 0 67px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -2;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__header .s-caseDetail__headerInner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__header .s-caseDetail__headerInner .gotokaisoten-corp-c-breadcrumbs {
  display: block;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__header .s-caseDetail__headerInner .gotokaisoten-corp-c-breadcrumbs ul {
  padding: 8px 0 32px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__header .s-caseDetail__headerInner .gotokaisoten-corp-c-breadcrumbs ul {
    padding: 0;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__header .s-caseDetail__header-bgLayer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 219px;
  height: 95px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__header .s-caseDetail__header-bgLayer {
    display: none;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin: 32px 0 12px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__meta {
    margin: 24px 0 12px 0;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__meta .date {
  color: #7C7C7C;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__meta .category {
  color: #000000;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__meta .category::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/assets/gotokaisoten-corp/img/common/category.png");
  background-size: 100% 100%;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 12px 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__title {
    font-size: 22px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__tags .tag {
  background-color: #FFFFFF;
  border-radius: 2px;
  color: #7C7C7C;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__thumb {
  margin: 0 auto 80px auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 66.667%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__thumb {
    margin-bottom: 16px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__thumb img.-default {
  border: 2px solid #EEECE5;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: -112px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__content {
    max-width: 100%;
    margin-top: -42px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__wrap {
    display: block;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 40px;
  margin-top: 180px;
  margin-left: -171px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    margin-bottom: 16px;
    margin-left: 0;
    margin-top: 16px;
    width: auto;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share.-pconly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__share.-pconly {
    display: none;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share.-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__share.-sponly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share .s-caseDetail__shareText {
  color: #CDC7BB;
  font-size: 15px;
  font-family: "EB Garamond", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 16px;
  margin: 0 0 16px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__share .s-caseDetail__shareText {
    padding: 0 26px 0 0;
    margin: 0 26px 0 0;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share .s-caseDetail__shareText::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #CDC7BB;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__share .s-caseDetail__shareText::after {
    height: 20px;
    width: 1px;
    top: 50%;
    right: 0;
    left: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share a + a {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__share a + a {
    margin-top: 0;
    margin-left: 8px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share a .s-caseDetail__copylinkText {
  background: #323133;
  border-radius: 5px;
  color: #FFFFFF;
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 3px 8px;
  position: absolute;
  left: 36.5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share .s-caseDetail__copylink:hover {
  opacity: 1;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__share .s-caseDetail__copylink:hover .s-caseDetail__copylinkText {
  opacity: 1;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__body {
  width: calc(100% + 171px);
  padding-left: 171px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__body {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__relation {
  padding: 0;
  margin-top: 100px;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc {
  background: #EEECE5;
  padding: 24px 40px 18px 40px;
  position: relative;
  margin: 0 0 64px;
  width: 100%;
  border-radius: 5px;
  border-left: 4px solid #A7A39B;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__toc {
    margin: 0 0 40px;
    padding: 24px 24px 24px 20px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -2;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc ol li {
  padding-left: 20px;
  text-indent: -17px;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .title {
  color: #1B1B1B;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  text-align: left;
  width: 100%;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list {
    padding: 0;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list li {
  margin: 0;
  padding: 0;
  text-indent: initial;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list li:last-child {
  margin-bottom: 0;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list li a {
  color: #1B1B1B;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 6px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list li a {
    font-size: 14px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-bottom: 4px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list li a:before {
  display: inline-block;
  margin-right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  background: #AB1822;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list li a:before {
    margin-right: 6px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list li a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h2list li::marker {
  content: none;
  display: none;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h3list {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h3list li {
  margin: 0;
  padding: 0;
  text-indent: initial;
  margin-bottom: 6px;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h3list li a {
  color: #1B1B1B;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 6px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h3list li a {
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h3list li a:before {
  display: inline-block;
  margin-right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  background: #AB1822;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h3list li a:before {
    margin-right: 6px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__toc .h3list li a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__related {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__related {
    max-width: 480px;
    margin: auto;
    margin-top: 60px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__relatedTitle {
  margin: 0;
  font-family: "Zen Old Mincho", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__relatedTitle {
    font-size: 20px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__relatedList {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 51px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__relatedList {
    margin-top: 24px;
    gap: 24px;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__relatedList .gotokaisoten-corp-c-blogCard {
  width: calc((100% - 102px) / 3);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__relatedList .gotokaisoten-corp-c-blogCard {
    width: 100%;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__moreLink {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__moreLink {
    margin: 24px 0 0;
  }
}
.gotokaisoten-corp-s-caseDetail .s-caseDetail__moreLink .gotokaisoten-corp-c-button {
  min-width: 320px;
  width: 320px;
  padding: 19px 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-caseDetail .s-caseDetail__moreLink .gotokaisoten-corp-c-button {
    min-width: 215px;
    width: 215px;
    padding: 19px 51px 19px 31px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.gotokaisoten-corp-s-serviceSwiper {
  padding: 73px 0 0 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceSwiper {
    padding: 32px 0 80px 0;
  }
}
.gotokaisoten-corp-s-serviceSwiper .gotokaisoten-corp-c-inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__title {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__title {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 20px;
  }
}
.gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2.26;
  letter-spacing: 4%;
  text-align: center;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__text {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 60px 0;
    padding: 0 20px;
  }
}
.gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__swiperWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__swiperWrap .swiper-container {
  width: 100%;
  overflow: hidden;
}
.gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__swiperWrap .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__swiperWrap .swiper-container .swiper-slide {
  width: auto;
}
.gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__swiperWrap .swiper-container .swiper-slide img {
  height: 293px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceSwiper .s-serviceSwiper__swiperWrap .swiper-container .swiper-slide img {
    height: 142px;
  }
}
.gotokaisoten-corp-s-serviceSwiper.leadgridCms-onlyInnerWorkspace .swiper-wrapper {
  -webkit-transform: none !important;
  transform: none !important;
}

.gotokaisoten-corp-s-serviceContent {
  padding: 120px 0;
  position: relative;
}
.gotokaisoten-corp-s-serviceContent::after {
  content: "";
  position: absolute;
  top: 560px;
  left: 0;
  width: 100%;
  height: calc(100% - 560px);
  background: #EEECE5;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceContent {
    padding: 0;
  }
}
.gotokaisoten-corp-s-serviceContent .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .gotokaisoten-corp-s-serviceContent .gotokaisoten-corp-c-inner {
    padding: 0;
  }
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__wrap {
  background: #01203E;
  padding: 80px 0;
  position: relative;
  z-index: -1;
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/service/serviceContent-bg.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__wrap {
    padding: 48px 0 60px 0;
  }
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__title {
  color: #FFFFFF;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 0 40px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__title {
    font-size: 20px;
    margin: 0 0 32px 0;
  }
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 40px 0;
  position: relative;
  z-index: 1;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__images {
    gap: 22.5px;
  }
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__images-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__images-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__images-sp .s-serviceContent__image1-sp-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__image1 {
  height: 374px;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 1000px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__image1 {
    display: none;
  }
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__image1-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__image1-sp {
    display: block;
    height: auto;
    width: 334px;
    max-width: 334px;
  }
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__image2 {
  height: 392px;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 1000px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__image2 {
    display: none;
  }
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__image2-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__images .s-serviceContent__image2-sp {
    display: block;
    height: auto;
    width: 287px;
    max-width: 287px;
  }
}
.gotokaisoten-corp-s-serviceContent .s-serviceContent__text {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceContent .s-serviceContent__text {
    font-size: 13px;
    line-height: 1.8;
    padding: 0 44px;
  }
}
.gotokaisoten-corp-s-serviceContent.leadgridCms-onlyInnerWorkspace .s-serviceContent__wrap {
  z-index: 3;
}

.gotokaisoten-corp-s-serviceList {
  background: #EEECE5;
  padding: 0 0 200px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceList {
    padding: 60px 0 80px 0;
  }
}
.gotokaisoten-corp-s-serviceList .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceList .gotokaisoten-corp-c-inner {
    padding: 0 44px;
  }
}
.gotokaisoten-corp-s-serviceList .s-serviceList__title {
  color: #000000;
  font-size: 28px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceList .s-serviceList__title {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceList .s-serviceList__list {
    gap: 20px;
  }
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem {
    width: 100%;
  }
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--link {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--imageWrap {
  position: relative;
  width: 100%;
  padding-top: 66.3%;
  overflow: hidden;
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--imageWrap .s-serviceList__listItem--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title {
  color: #000000;
  font-size: 16px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title {
    font-size: 18px;
  }
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title::before, .gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title::after {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: url("/assets/gotokaisoten-corp/img/service/serviceList-titleArrow.svg") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title::before, .gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title::after {
    background: url("/assets/gotokaisoten-corp/img/service/serviceList-titleArrow-sp.svg") no-repeat center;
    background-size: 100% 100%;
  }
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title::before {
  z-index: 1;
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title::after {
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title.js-splitText {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  overflow: visible;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--title.js-splitText .js-splitText-charactor {
  display: inline-block;
  text-shadow: 0 1em 0 currentColor;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index)), -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--text {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--text {
    line-height: 1.6;
  }
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--link:hover {
  opacity: 0.5;
}
.gotokaisoten-corp-s-serviceList .s-serviceList__list .s-serviceList__listItem .s-serviceList__listItem--link:hover .s-serviceList__listItem--imageWrap .s-serviceList__listItem--image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.gotokaisoten-corp-s-topPhilosophy {
  padding: 60px 80px 160px 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy {
    padding: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .gotokaisoten-corp-c-inner {
    padding: 51px 20px 96px 20px;
    height: 100%;
    overflow: hidden;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__scrollWrap {
  background: #EFEDE4;
  border-radius: 8px;
  padding: 117px 0 120px 103px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__scrollWrap {
    background: initial;
    border-radius: 0;
    padding: 0;
    position: initial;
    display: initial;
    overflow-y: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: auto;
  }
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__scrollWrap::-webkit-scrollbar {
    display: none;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__wrap {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__wrap {
    background: #EFEDE4;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__wrap.-en {
    padding-bottom: 120px;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgMap {
  position: absolute;
  top: 0;
  right: 0;
  width: 904px;
  height: 747px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgMap {
    display: none;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap.-en {
    margin-bottom: 100px;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__headWrap {
    gap: 32px;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__headWrap .s-topPhilosophy__head {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__headWrap .s-topPhilosophy__head {
    font-size: 24px;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__headWrap .s-topPhilosophy__head span {
  opacity: 0;
  display: inline;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__headWrap .s-topPhilosophy__text {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__headWrap .s-topPhilosophy__text {
    font-size: 13px;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__imageWrap {
  height: 411px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__imageWrap {
    height: 255px;
    max-width: none;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__imageWrap .s-topPhilosophy__image {
  height: 411px;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__contentWrap .s-topPhilosophy__imageWrap .s-topPhilosophy__image {
    height: 255px;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap {
    gap: 24px;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap .s-topPhilosophy__title {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0.09em;
  color: #333333;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap .s-topPhilosophy__title {
    font-size: 24px;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap .s-topPhilosophy__button {
  border: 1px solid #000000;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 8px 0 8px;
  width: 40px;
  height: 140px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap .s-topPhilosophy__button::after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8px;
  height: 6px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-arrow.svg") no-repeat;
  background-size: 100% 100%;
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap .s-topPhilosophy__button .s-topPhilosophy__buttonText {
  font-size: 15px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.15em;
  color: #000000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap.-en {
  margin-top: 23px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap.-en .s-topPhilosophy__title {
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  text-orientation: initial;
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap.-en .s-topPhilosophy__button {
  width: 140px;
  height: 40px;
  padding: 9px 47px 12px 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap.-en .s-topPhilosophy__button::after {
  left: initial;
  right: 16px;
  -webkit-transform: initial;
  transform: initial;
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__titleWrap.-en .s-topPhilosophy__buttonText {
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  letter-spacing: 0;
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgTopRight {
  position: absolute;
  top: 29px;
  right: -88px;
  width: 275px;
  height: 143px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgTopLeft {
  position: absolute;
  top: 109px;
  left: -48px;
  width: 275px;
  height: 143px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgTopLeft {
    display: none;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgBottomRight {
  position: absolute;
  bottom: 141px;
  right: -250px;
  width: 642px;
  height: 231px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgBottomRight {
    height: 100px;
    width: 280px;
    bottom: 50%;
    right: -106px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgBottomLeft {
  position: absolute;
  bottom: 41px;
  left: -182px;
  width: 642px;
  height: 231px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgBottomLeft {
    height: 100px;
    width: 280px;
    bottom: 50%;
    left: -92px;
  }
}
.gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgText {
  position: absolute;
  bottom: -102px;
  left: -80px;
  z-index: 0;
  color: #88694A;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topPhilosophy .s-topPhilosophy__bgText {
    bottom: -40px;
    left: -20px;
    width: 355px;
  }
}

.gotokaisoten-corp-s-topService {
  position: relative;
  z-index: 100;
  pointer-events: none;
}
.gotokaisoten-corp-s-topService .s-topService__content {
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__content {
    opacity: 0;
    position: relative;
    pointer-events: auto;
  }
}
.gotokaisoten-corp-s-topService .s-topService__content .s-topService__contentWrap {
  background: #05384F;
  padding: 208px 0 134px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__content .s-topService__contentWrap {
    padding: 80px 0 40px 0;
    overflow: hidden;
  }
}
.gotokaisoten-corp-s-topService .s-topService__content .s-topService__contentWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.05;
  z-index: 0;
}
.gotokaisoten-corp-s-topService .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-s-topService .gotokaisoten-corp-c-inner.js-service-inner {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
.gotokaisoten-corp-s-topService .gotokaisoten-corp-c-inner.js-service-inner.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gotokaisoten-corp-s-topService .c-sectionHeader__content {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .c-sectionHeader__content {
    line-height: 1.8;
  }
}
.gotokaisoten-corp-s-topService .s-topService__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 580px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__bg {
    height: 305px;
    width: 758px;
    left: initial;
    right: 0;
  }
}
.gotokaisoten-corp-s-topService .s-topService__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 95px;
  margin: 0 0 123px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap .gotokaisoten-corp-c-sectionHeader {
    position: sticky;
    top: 100px;
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap .gotokaisoten-corp-c-sectionHeader {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap .gotokaisoten-corp-c-sectionHeader .c-sectionHeader__title {
    font-size: 28px;
  }
}
.gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 659px;
  min-width: 659px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap {
    width: 100%;
    min-width: auto;
  }
}
.gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image1 {
  min-height: 374px;
  width: 100%;
  margin: 0 0 20px 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image1 {
    display: none;
  }
}
.gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image1-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image1-sp {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image1-text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image1-text {
    margin: 0 0 24px 0;
  }
}
.gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image2 {
  min-height: 310px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image2 {
    display: none;
  }
}
.gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image2-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__wrap .s-topService__imageWrap .s-topService__image2-sp {
    display: block;
    width: 100%;
  }
}
.gotokaisoten-corp-s-topService .s-topService__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__list {
    gap: 20px;
  }
}
.gotokaisoten-corp-s-topService .s-topService__list::after {
  content: "";
  background-image: url("/assets/gotokaisoten-corp/img/top/service/Service.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -136px;
  left: -126px;
  z-index: -1;
  width: 654px;
  height: 166px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__list::after {
    top: -54px;
    left: -24px;
    width: 304.6px;
    height: 77.19px;
  }
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem:last-child .s-topService__listItem--link {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link {
    gap: 20px;
    padding-bottom: 16px;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    border-bottom: 1px solid transparent;
    -o-border-image: repeating-linear-gradient(90deg, #C9BDAC 0px, #C9BDAC 2px, transparent 2px, transparent 4px) 10;
    border-image: repeating-linear-gradient(90deg, #C9BDAC 0px, #C9BDAC 2px, transparent 2px, transparent 4px) 10;
  }
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--imageWrap {
  height: 125px;
  min-width: 188px;
  width: 188px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--imageWrap {
    height: 80px;
    min-width: 120px;
    width: 120px;
  }
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--imageWrap .s-topService__listItem--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap {
    gap: 8px;
  }
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap .s-topService__listItem--title {
  color: #FFFFFF;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap .s-topService__listItem--title::before, .gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap .s-topService__listItem--title::after {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: url("/assets/gotokaisoten-corp/img/top/service/topService-titleArrow.svg") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap .s-topService__listItem--title::before {
  z-index: 1;
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap .s-topService__listItem--title::after {
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap .s-topService__listItem--title.js-splitText {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  overflow: visible;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap .s-topService__listItem--title.js-splitText .js-splitText-charactor {
  display: inline-block;
  text-shadow: 0 1em 0 currentColor;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index)), -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link .s-topService__listItem--textWrap .s-topService__listItem--text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link:hover {
  opacity: 0.5;
}
.gotokaisoten-corp-s-topService .s-topService__list .s-topService__listItem .s-topService__listItem--link:hover .s-topService__listItem--imageWrap .s-topService__listItem--image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.gotokaisoten-corp-s-topCase {
  background-color: #FFFFFF;
}
.gotokaisoten-corp-s-topCase .gotokaisoten-corp-c-inner {
  margin: 0 auto;
  padding: 159px 0 107px 20px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.7916666667vw;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .gotokaisoten-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0;
    gap: 52px;
    background-position: center;
  }
}
.gotokaisoten-corp-s-topCase .gotokaisoten-corp-c-inner::before {
  content: "";
  position: absolute;
  width: 30vw;
  height: 30vw;
  background-color: #F7F3E4;
  border-radius: 50%;
  -webkit-filter: blur(3vw);
  filter: blur(3vw);
  bottom: -12.9861111111vw;
  left: -6.7361111111vw;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .gotokaisoten-corp-c-inner::before {
    width: 215px;
    height: 215px;
    bottom: 0;
    left: -28px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
}
.gotokaisoten-corp-s-topCase .gotokaisoten-corp-c-inner::after {
  content: "";
  position: absolute;
  width: 30vw;
  height: 30vw;
  background-color: #F7F3E4;
  border-radius: 50%;
  -webkit-filter: blur(3vw);
  filter: blur(3vw);
  top: -2.1527777778vw;
  right: -2.8472222222vw;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .gotokaisoten-corp-c-inner::after {
    width: 283px;
    height: 283px;
    top: -159px;
    right: -119px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__contentWrap {
  max-width: 1220px;
  width: 100%;
  padding-left: calc((100vw - 1240px) / 2);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__contentWrap {
    padding: 0 20px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  max-width: 202px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__wrap {
    gap: 24px;
    max-width: 100%;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__wrap .gotokaisoten-corp-c-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 202px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__wrap .gotokaisoten-corp-c-button {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 167px;
    width: 167px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__slider {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__slider {
    width: 100%;
    padding: 0 20px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3.3333333333vw;
  width: calc(100% + 3.3333333333vw);
  height: 52.43%;
  background: #EFEDE4;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__slider::before {
    left: 0;
    width: 100%;
    height: 60%;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__slider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3.3333333333vw;
  width: calc(100% + 3.3333333333vw);
  height: 52.43%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__slider::after {
    left: 0;
    width: 100%;
    height: 60%;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderList {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 19.930815654vw;
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem.swiper-slide-active {
  width: 29.7222222222vw !important;
  margin: 0 0 0 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__sliderItem.swiper-slide-active {
    width: 100% !important;
    margin: 0;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem.swiper-slide-active .s-topCase__itemLink .s-topCase__itemImageWrap {
  padding-top: 67.057%;
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25vw;
  text-decoration: none;
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemImageWrap {
  width: 100%;
  position: relative;
  padding-top: 66.553%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemImageWrap {
    width: 100%;
    padding-top: 67.057%;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemImageWrap .s-topCase__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemImageWrap .s-topCase__itemImage.-default {
  border: 2px solid #EEECE5;
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap .s-topCase__itemTitle {
  color: #000000;
  font-size: 1.25vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 0 0 0.5555555556vw 0;
  padding: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap .s-topCase__itemTitle {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap .s-topCase__itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap .s-topCase__itemBody .s-topCase__itemTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5555555556vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap .s-topCase__itemBody .s-topCase__itemTags {
    gap: 8px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap .s-topCase__itemBody .s-topCase__itemTags .s-topCase__itemTagsItem {
  color: #7C7C7C;
  font-size: 0.6944444444vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: anywhere;
  padding: 0.2083333333vw 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap .s-topCase__itemBody .s-topCase__itemTags .s-topCase__itemTagsItem {
    font-size: 10px;
    padding: 3px 6px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap .s-topCase__itemBody .s-topCase__date {
  color: #7C7C7C;
  font-size: 0.6944444444vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink .s-topCase__itemTextWrap .s-topCase__itemBody .s-topCase__date {
    font-size: 10px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink:hover {
  opacity: 1;
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink:hover .s-topCase__itemTextWrap {
  opacity: 0.6;
}
.gotokaisoten-corp-s-topCase .s-topCase__sliderItem .s-topCase__itemLink:hover .s-topCase__itemImage {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.gotokaisoten-corp-s-topCase .s-topCase__nav {
  margin: 1.6666666667vw 0 0 3.3333333333vw;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.4305555556vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__nav {
    margin: 24px 0 0 0;
    padding-bottom: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__buttonNext {
  margin-left: 1.1111111111vw;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  min-width: 2.7777777778vw;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0.0694444444vw solid #C9BDAC;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__buttonNext {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-left: 16px;
    border: 1px solid #C9BDAC;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__buttonNext::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.5555555556vw;
  height: 0.4166666667vw;
  background: url("/assets/gotokaisoten-corp/img/top/case/swiper_next.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__buttonNext::before {
    width: 8px;
    height: 6px;
    min-width: 8px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__buttonPrev {
  margin-right: 1.1111111111vw;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  min-width: 2.7777777778vw;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0.0694444444vw solid #C9BDAC;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__buttonPrev {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 16px;
    border: 1px solid #C9BDAC;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__buttonPrev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.5555555556vw;
  height: 0.4166666667vw;
  background: url("/assets/gotokaisoten-corp/img/top/case/swiper_prev.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__buttonPrev::before {
    width: 8px;
    height: 6px;
    min-width: 8px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__pagination {
    gap: 8px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__pagination .swiper-pagination-bullet {
  width: 2.7777777778vw;
  height: 0.0694444444vw;
  background: #C3C3C3;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__pagination .swiper-pagination-bullet {
    width: 40px;
    height: 1px;
  }
}
.gotokaisoten-corp-s-topCase .s-topCase__nav .s-topCase__pagination .swiper-pagination-bullet-active {
  background: #846A48;
}

.gotokaisoten-corp-s-topNumber {
  padding: 298px 0 297px 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber {
    background-position: center;
    padding: 156px 0;
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__parallaxInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: transform;
}
.gotokaisoten-corp-s-topNumber .s-topNumber__parallaxMask {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.gotokaisoten-corp-s-topNumber .s-topNumber__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-topNumber .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.gotokaisoten-corp-s-topNumber .s-topNumber__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 40px 0;
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__wrap .gotokaisoten-corp-c-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__wrap .gotokaisoten-corp-c-button {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list {
    margin: 0 auto;
    width: 350px;
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem {
  width: calc((100% - 32px) / 5);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem {
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem:first-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--inner {
  background: rgba(255, 255, 255, 0.9098039216);
  border-radius: 2px;
  padding: 28px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--inner {
    width: 160px;
    padding: 20px 0;
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--title {
  color: #846A48;
  font-family: "Zen Antique", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--imageWrap {
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--imageWrap {
    height: 46.9px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--imageWrap .s-topNumber__listItem--image {
    -webkit-transform: scale(0.69);
    transform: scale(0.69);
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--textWrap {
    margin-top: 4px;
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--textWrap .s-topNumber__listItem--text {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#92692F), color-stop(49%, #A88340), to(#B9813A));
  background: linear-gradient(180deg, #92692F 0%, #A88340 49%, #B9813A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--textWrap .s-topNumber__listItem--text {
    font-size: 40px;
  }
}
.gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--textWrap .s-topNumber__listItem--unit {
  color: #846A48;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topNumber .s-topNumber__list .s-topNumber__listItem .s-topNumber__listItem--textWrap .s-topNumber__listItem--unit {
    font-size: 18px;
    padding-bottom: 6px;
  }
}
.gotokaisoten-corp-s-topNumber.leadgridCms-onlyInnerWorkspace::after {
  display: none;
}

.gotokaisoten-corp-s-topEnvironment {
  padding: 200px 0 276px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment {
    padding: 120px 0 101px 0;
    margin-bottom: 100px;
  }
}
.gotokaisoten-corp-s-topEnvironment .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment .gotokaisoten-corp-c-inner {
    padding: 0;
  }
}
.gotokaisoten-corp-s-topEnvironment .c-sectionHeader__content {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment .c-sectionHeader__content {
    font-size: 14px;
  }
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 159px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 68px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__contentWrap {
    gap: 24px;
    margin-bottom: 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__contentWrap .gotokaisoten-corp-c-button {
    margin-right: 121px;
  }
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__imageWrap {
  position: relative;
  right: -120px;
  width: 50%;
  min-width: 50%;
  height: 640px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__imageWrap {
    right: 0;
    width: 266px;
    height: 284px;
    min-width: 266px;
  }
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__imageWrap .s-topEnvironment__imageWrap-1 {
  position: relative;
  width: 100%;
  padding-bottom: 106.667%;
  overflow: hidden;
  margin: 0;
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__imageWrap .s-topEnvironment__imageWrap-1 .s-topEnvironment__image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__imageWrap .s-topEnvironment__imageWrap-2 {
  position: relative;
  width: 50.334%;
  padding-bottom: 67.1667%;
  bottom: 327px;
  left: -158px;
  overflow: hidden;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__imageWrap .s-topEnvironment__imageWrap-2 {
    width: 140px;
    height: 190px;
    padding-bottom: 50%;
    bottom: 142px;
    left: -89px;
  }
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__wrap .s-topEnvironment__imageWrap .s-topEnvironment__imageWrap-2 .s-topEnvironment__image-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__bgText {
  position: absolute;
  bottom: -130px;
  left: -115px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment .s-topEnvironment__bgText {
    bottom: -70px;
    left: -16px;
  }
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__bgText .s-topEnvironment__bgTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__bgText .s-topEnvironment__bgTextWrap .s-topEnvironment__bgImage {
  width: 1255px;
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment .s-topEnvironment__bgText .s-topEnvironment__bgTextWrap .s-topEnvironment__bgImage {
    height: 74.07px;
  }
}
.gotokaisoten-corp-s-topEnvironment .s-topEnvironment__bgText .s-topEnvironment__bgTextWrap .s-topEnvironment__bgTextImage {
  height: 143px;
  width: 1045px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topEnvironment .s-topEnvironment__bgText .s-topEnvironment__bgTextWrap .s-topEnvironment__bgTextImage {
    height: 74.17px;
    width: 542.51px;
    min-width: 542.51px;
    position: absolute;
    left: -5px;
    bottom: -32px;
  }
}

.gotokaisoten-corp-s-topColumn {
  padding: 160px 0 120px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn {
    background-position: center;
    padding: 80px 0;
  }
}
.gotokaisoten-corp-s-topColumn .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 125px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .gotokaisoten-corp-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  min-width: 272px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__wrap {
    gap: 24px;
    min-width: auto;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__wrap .gotokaisoten-corp-c-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: auto;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__wrap .gotokaisoten-corp-c-button {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 167px;
    width: 167px;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem {
    padding-bottom: 12px;
    background-image: repeating-linear-gradient(to right, #EAE8E0, #EAE8E0 2px, transparent 2px, transparent 4px);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem:last-child {
    padding-bottom: 0;
    background-image: none;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink {
    gap: 12px;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemImageWrap {
  width: 180px;
  min-width: 180px;
  height: 130px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemImageWrap {
    border-radius: 0px;
    width: 102px;
    min-width: 102px;
    height: 68px;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemImageWrap .s-topColumn__itemImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemImageWrap .s-topColumn__itemImage {
    border-radius: 0px;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemImageWrap .s-topColumn__itemImage.-default {
  border: 1px solid #EEECE5;
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 32px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap {
    gap: 0;
    margin: 0;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemHead {
    margin-bottom: 6px;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemHead .s-topColumn__category {
  color: #000000;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemHead .s-topColumn__category::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/assets/gotokaisoten-corp/img/common/category.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemHead .s-topColumn__category {
    font-size: 11px;
    line-height: 1;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemHead .s-topColumn__date {
  color: #7C7C7C;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemHead .s-topColumn__date {
    font-size: 10px;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemTitle {
  color: #000000;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemTitle {
    font-size: 13px;
    -webkit-line-clamp: 3;
    margin: 0 0 4px 0;
  }
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink .s-topColumn__itemTextWrap .s-topColumn__itemTags .s-topColumn__itemTagsItem {
  background-color: #EBE9E1;
  border-radius: 2px;
  color: #7C7C7C;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 3px 6px;
  overflow-wrap: anywhere;
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink:hover {
  opacity: 1;
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink:hover .s-topColumn__itemImageWrap {
  opacity: 1;
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink:hover .s-topColumn__itemImageWrap .s-topColumn__itemImage {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.gotokaisoten-corp-s-topColumn .s-topColumn__list .s-topColumn__listItem .s-topColumn__itemLink:hover .s-topColumn__itemTextWrap {
  opacity: 0.6;
}

.gotokaisoten-corp-s-topRecruit {
  border-radius: 1.3888888889vw;
  min-height: 40.7638888889vw;
  margin: 0 8.3333333333vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topRecruit {
    border-radius: 28px;
    height: auto;
    padding: 120px 48px 180px 48px;
    margin: 0;
  }
}
.gotokaisoten-corp-s-topRecruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ECEAE1;
  z-index: -2;
}
.gotokaisoten-corp-s-topRecruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.1;
  z-index: -1;
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), color-stop(113.26%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 113.26%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topRecruit .s-topRecruit__back {
    background: rgba(0, 0, 0, 0.4392156863);
  }
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__inner {
  padding: 10.9722222222vw 5.2083333333vw 10.2777777778vw 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topRecruit .s-topRecruit__inner {
    padding: 0;
  }
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__imagesWrap {
  position: absolute;
  height: 100%;
  inset: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.2222222222vw;
  margin-left: -0.9722222222vw;
  margin-right: -0.9722222222vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topRecruit .s-topRecruit__imagesWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__imagesWrap .s-topRecruit__imageWrap {
  width: 15.2777777778vw;
  min-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topRecruit .s-topRecruit__imagesWrap .s-topRecruit__imageWrap.-sp {
    margin-top: -250px;
  }
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__contentWrap {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  z-index: 2;
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap {
    gap: 61px;
  }
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap .gotokaisoten-corp-c-button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 232px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap .gotokaisoten-corp-c-button {
    height: 57px;
  }
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap.-en {
  max-width: 437px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap.-en {
    max-width: 100%;
  }
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap.-en .gotokaisoten-corp-c-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 232px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap.-en .gotokaisoten-corp-c-button {
    min-width: 270px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap.-en .gotokaisoten-corp-c-button::before, .gotokaisoten-corp-s-topRecruit .s-topRecruit__wrap.-en .gotokaisoten-corp-c-button::after {
  margin: 1.5px 0 0 0;
}
.gotokaisoten-corp-s-topRecruit.leadgridCms-onlyInnerWorkspace .s-topRecruit__back {
  display: none;
}
.gotokaisoten-corp-s-topRecruit.leadgridCms-onlyInnerWorkspace .s-topRecruit__imagesWrap {
  z-index: 1;
}

.gotokaisoten-corp-s-contactDetail {
  padding: 40px 0 200px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-contactDetail {
    padding: 24px 0 60px;
  }
}
.gotokaisoten-corp-s-contactDetail .gotokaisoten-corp-c-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
.gotokaisoten-corp-s-contactDetail .s-contactDetail__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-contactDetail .s-contactDetail__head {
    font-size: 13px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
}

.gotokaisoten-corp-s-documentDetail {
  padding: 40px 0 120px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-documentDetail {
    padding: 24px 0 80px;
  }
}
.gotokaisoten-corp-s-documentDetail .s-documentDetail__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-documentDetail .s-documentDetail__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.gotokaisoten-corp-s-documentDetail .s-documentDetail__document {
  width: calc(100% - 350px - 80px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-documentDetail .s-documentDetail__document {
    width: 100%;
  }
}
.gotokaisoten-corp-s-documentDetail .s-documentDetail__documentImage {
  display: block;
  margin: 0 0 24px 0;
  padding: 0;
  min-width: 350px;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-documentDetail .s-documentDetail__documentImage {
    margin-right: 0;
    margin-bottom: 24px;
    min-width: initial;
    width: 100%;
  }
}
.gotokaisoten-corp-s-documentDetail .s-documentDetail__documentImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-documentDetail .s-documentDetail__documentTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-documentDetail .s-documentDetail__documentTitle {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 0 16px 0;
  }
}
.gotokaisoten-corp-s-documentDetail .s-documentDetail__documentText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-documentDetail .s-documentDetail__documentText {
    font-size: 13px;
    line-height: 1.6;
  }
}
.gotokaisoten-corp-s-documentDetail .gotokaisoten-corp-c-form {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-documentDetail .gotokaisoten-corp-c-form {
    width: 100%;
  }
}
.gotokaisoten-corp-s-documentDetail .gotokaisoten-corp-c-form .leadgrid-form__row {
  margin-bottom: 20px;
}
.gotokaisoten-corp-s-documentDetail .gotokaisoten-corp-c-form form > div:nth-last-of-type(3) {
  margin: 0;
}
.gotokaisoten-corp-s-documentDetail .gotokaisoten-corp-c-form .c-form__agreeText_not_scroll > div {
  text-align: left !important;
}
.gotokaisoten-corp-s-documentDetail .gotokaisoten-corp-c-form .leadgrid-form__agree .privacy {
  line-height: 1.3;
  text-align: left;
  margin-top: -4px;
}
.gotokaisoten-corp-s-documentDetail .gotokaisoten-corp-c-form .leadgrid-form__agree #js-contact-privacy {
  margin-bottom: 16px;
}
.gotokaisoten-corp-s-documentDetail .gotokaisoten-corp-c-form .leadgrid-form__agree > div:last-child {
  margin: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-documentDetail .gotokaisoten-corp-c-form .leadgrid-c-button {
    min-width: 215px;
    width: 215px;
  }
}

.gotokaisoten-corp-s-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 93px 0 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about {
    display: block;
    padding: 32px 0 145px 0;
  }
}
.gotokaisoten-corp-s-about .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .gotokaisoten-corp-c-inner {
    padding: 0;
  }
}
.gotokaisoten-corp-s-about .gotokaisoten-corp-c-inner::after {
  content: "";
  position: absolute;
  bottom: -91.62px;
  left: 0;
  width: 1258.78px;
  height: 145.62px;
  background: url("/assets/gotokaisoten-corp/img/about/Company_information.svg") no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .gotokaisoten-corp-c-inner::after {
    background: url("/assets/gotokaisoten-corp/img/about/Company_information-sp.svg") no-repeat center;
    background-size: 100% 100%;
    width: 360px;
    height: 113px;
    bottom: -85px;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__imageWrap-1 {
  width: 331px;
  height: 248px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__imageWrap-1 {
    width: 187px;
    height: 140px;
    margin-left: auto;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap-image {
  position: absolute;
  top: 388px;
  right: 15.2083333333vw;
  width: 224px;
  min-width: 224px;
  height: 168px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap-image {
    right: 219px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap-image {
    min-width: 112px;
    width: 112px;
    height: 84px;
    right: 20px;
    top: initial;
    bottom: 730px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap-image.-en {
    bottom: 657px;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__imageWrap-2 {
  margin-top: 122px;
  width: 592px;
  height: 789px;
  position: absolute;
  top: 0;
  left: calc((100vw - 1440px) / 2 - 32px);
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__imageWrap-2 {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__imageWrap-2 {
    margin-top: 78px;
    width: 211px;
    height: 283px;
    position: relative;
    left: 0;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__imageWrap-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__imageWrap-2-dammy {
  margin-top: 122px;
  width: 592px;
  height: 789px;
  margin-left: -32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__imageWrap-2-dammy {
    display: none;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px;
  margin-top: 60px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap {
    margin-top: 56px;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap .s-about__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.507;
  letter-spacing: 0.13333em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap .s-about__text {
    max-height: none;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap .s-about__head {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.175;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap .s-about__head {
    font-size: 22px;
    line-height: 1.114;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap.-en {
  margin: 122px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  max-width: 434px;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap.-en {
    margin: 47px 0 0 0;
    max-width: 100%;
    gap: 20px;
    padding: 0 20px;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap.-en .s-about__head {
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  text-orientation: initial;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap.-en .s-about__head {
    font-size: 18px;
    line-height: 1.4;
  }
}
.gotokaisoten-corp-s-about .s-about__wrap .s-about__textWrap.-en .s-about__text {
  font-size: 16px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  text-orientation: initial;
}
.gotokaisoten-corp-s-about .s-about__menu {
  width: 100%;
  max-width: 1200px;
  background: #EFEDE4;
  margin: -215px auto 0 auto;
  padding: 53.5px 80px 53.5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  .gotokaisoten-corp-s-about .s-about__menu {
    padding-left: calc((100vw - 1440px) / 2 + 500px + 80px);
  }
}
@media screen and (min-width: 1440px) {
  .gotokaisoten-corp-s-about .s-about__menu {
    padding-left: 500px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__menu {
    gap: 16px;
    padding: 72px 32px 40px 32px;
    margin-top: -43px;
  }
}
.gotokaisoten-corp-s-about .s-about__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  background: #EFEDE4;
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  .gotokaisoten-corp-s-about .s-about__menu::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__menu::before {
    display: none;
  }
}
.gotokaisoten-corp-s-about .s-about__menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -1;
}
.gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem {
  width: calc((100% - 40px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #C9BDAC;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem {
    padding-bottom: 16px;
    width: 100%;
  }
}
.gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem .s-about__menuItem--link {
  display: block;
  text-decoration: none;
  color: #000000;
  width: 100%;
}
.gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem .s-about__menuItem--link .s-about__menuItem--title {
  color: #1B1B1B;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem .s-about__menuItem--link .s-about__menuItem--title::before, .gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem .s-about__menuItem--link .s-about__menuItem--title::after {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url("/assets/gotokaisoten-corp/img/about/aboutMenu-titleArrow.svg") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem .s-about__menuItem--link .s-about__menuItem--title::before {
  z-index: 1;
}
.gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem .s-about__menuItem--link .s-about__menuItem--title::after {
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem .s-about__menuItem--link:hover .s-about__menuItem--title::before {
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.gotokaisoten-corp-s-about .s-about__menu .s-about__menuItem .s-about__menuItem--link:hover .s-about__menuItem--title::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.gotokaisoten-corp-s-aboutLink {
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutLink {
    display: block;
    padding: 0 0 171px 0;
  }
}
.gotokaisoten-corp-s-aboutLink.-feature {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutLink.-feature {
    padding: 0 0 171px 0;
  }
}
.gotokaisoten-corp-s-aboutLink .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__bgTitle {
  position: absolute;
  top: -120px;
  left: -141px;
  font-family: "EB Garamond", serif;
  color: #88694A;
  opacity: 0.1;
  font-weight: 400;
  font-size: 160px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
  white-space: nowrap;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutLink .s-aboutLink__bgTitle {
    top: initial;
    left: 20px;
    bottom: -91px;
    z-index: 1;
    font-size: 72px;
    line-height: 0.8;
    letter-spacing: -0.04em;
    vertical-align: middle;
  }
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__bgTitle .-spspace {
  display: inline;
  padding-left: 21px;
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu {
  width: 100%;
  background: #EFEDE4;
  padding: 60px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutLink .s-aboutLink__menu {
    gap: 16px;
    padding: 28px 32px;
  }
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: 0;
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem {
  width: calc((100% - 80px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #C9BDAC;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem {
    padding-bottom: 16px;
    width: 100%;
  }
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem .s-aboutLink__menuItem--link {
  display: block;
  text-decoration: none;
  color: #000000;
  width: 100%;
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem .s-aboutLink__menuItem--link .s-aboutLink__menuItem--title {
  color: #1B1B1B;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem .s-aboutLink__menuItem--link .s-aboutLink__menuItem--title::before, .gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem .s-aboutLink__menuItem--link .s-aboutLink__menuItem--title::after {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: url("/assets/gotokaisoten-corp/img/about/aboutMenu-titleArrow.svg") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem .s-aboutLink__menuItem--link .s-aboutLink__menuItem--title::before {
  z-index: 1;
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem .s-aboutLink__menuItem--link .s-aboutLink__menuItem--title::after {
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem .s-aboutLink__menuItem--link:hover .s-aboutLink__menuItem--title::before {
  opacity: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.gotokaisoten-corp-s-aboutLink .s-aboutLink__menu .s-aboutLink__menuItem .s-aboutLink__menuItem--link:hover .s-aboutLink__menuItem--title::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.gotokaisoten-corp-s-aboutLink.leadgridCms-onlyInnerWorkspace .s-aboutLink__bgTitle {
  z-index: 1;
}

.gotokaisoten-corp-s-aboutFeature {
  overflow: hidden;
  padding: 253px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature {
    padding: 168px 0 11px 0;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner {
    padding: 0 8px;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem {
  position: relative;
  counter-increment: feature;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 240px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem:nth-child(even) .s-aboutFeature__textArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem:nth-child(even) .s-aboutFeature__imageArea {
    position: absolute;
    top: -120px;
    left: initial;
    right: -120px;
    margin: 0;
  }
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem:nth-child(even) .s-aboutFeature__number {
    -webkit-transform: translateX(-1.5px);
    transform: translateX(-1.5px);
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem:nth-child(even) .s-aboutFeature__imageArea {
    top: -140px;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem + .s-aboutFeature__featureListItem {
    margin-top: 180px;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem + .s-aboutFeature__featureListItem:nth-child(2) {
  margin-top: 176px;
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__featureListItem + .s-aboutFeature__featureListItem:nth-child(3) {
  margin-top: 176px;
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__textArea {
  background-color: #EFEDE4;
  position: relative;
  z-index: 0;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__textArea {
    padding: 98px 20px 24px 20px;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__textArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__textArea {
    display: block;
    width: 100%;
    z-index: 1;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__textArea .s-aboutFeature__textAreaInner {
  width: 44.519955%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__textArea .s-aboutFeature__textAreaInner {
    width: 100%;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
  color: #846A48;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
  width: 23px;
  margin-right: -3px;
  text-align: right;
  vertical-align: middle;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__number {
    gap: 5px;
    width: 100%;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    vertical-align: top;
    margin: -5px 0 0 0;
    padding-bottom: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__number span {
    font-size: 28px;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__number::after {
  content: counter(feature);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__number::after {
    font-size: 28px;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__text {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 22px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__text {
    width: 100%;
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__content {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__content {
    font-size: 14px;
    line-height: 1.6;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__imageArea {
  width: 56.8334%;
  height: 0;
  padding-bottom: 37.917%;
  position: absolute;
  top: -120px;
  left: -120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__imageArea {
    width: 320px;
    height: 214px;
    padding-bottom: initial;
    margin: 0;
    border-radius: 0;
    top: -136px;
    left: initial;
    z-index: 2;
  }
}
.gotokaisoten-corp-s-aboutFeature .gotokaisoten-corp-c-inner .s-aboutFeature__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gotokaisoten-corp-s-aboutCompany {
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany {
    padding: 32px 0 80px;
  }
}
.gotokaisoten-corp-s-aboutCompany .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__accessList .s-aboutCompany__accessItem:last-child {
  margin-bottom: 100px;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 57px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu {
  min-width: 272px;
  width: 272px;
  border: 1px solid #EAE8E0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px 20px;
  position: sticky;
  left: 0;
  top: 98px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu {
    position: static;
    top: 0;
    width: 100%;
    margin: 0;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuTitle {
  color: #1B1B1B;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuTitle {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuTitle::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #846A48;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuTitle::before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 32px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem {
    width: 100%;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #C9BDAC 0px, #C9BDAC 2px, transparent 2px, transparent 4px);
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem:last-child {
    padding-bottom: 8px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem:last-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem:last-child::before {
    display: block;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem + .s-aboutCompany__menuItem {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem + .s-aboutCompany__menuItem {
    margin-top: 0;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem .s-aboutCompany__menuItemLinkText {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__menu .s-aboutCompany__menuItem .s-aboutCompany__menuItemArrow {
  width: 16px;
  height: 16px;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents {
  width: 100%;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content.-company-overview {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content.-company-access {
    margin-bottom: 54px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content.-company-history {
  margin-bottom: 0;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__contentTitle {
  border-bottom: 1px solid #C9BDAC;
  color: #1B1B1B;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__contentTitle {
    font-size: 18px;
    margin: 0 0 16px 0;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageImage {
  width: 100%;
  height: 360px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageImage {
    height: 180px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageHead {
  color: #846A48;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 52px;
  position: relative;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageHead {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 21px;
    margin: 0 0 16px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageHead::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #C9BDAC;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageHead::before {
    width: 16.58px;
    top: 6.63px;
    height: 0.83px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageText {
  color: #1B1B1B;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageText {
    margin: 0 0 12px 0;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageLead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageLead .s-aboutCompany__messageLeadImage {
  width: 52px;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageLead .s-aboutCompany__messageLeadImage {
    width: 47px;
    height: 44px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__messageLead .s-aboutCompany__messageLeadText {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #1B1B1B;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table {
  display: block;
  -webkit-overflow-scrolling: touch;
  border-collapse: separate;
  border-spacing: 2px;
  padding: 0;
  margin: 0 0 45px 0;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table {
    overflow-x: scroll;
    padding: 0;
    margin: 0;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table tbody, .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table thead {
  display: table;
  width: 100%;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table th, .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table td {
  color: #1B1B1B;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table th {
  background-color: #EEECE5;
  font-weight: 700;
  min-width: 195px;
  width: 195px;
  padding: 11.5px 23px 9.5px 23px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table th {
    min-width: 80px;
    width: 80px;
    vertical-align: middle;
    font-size: 12px;
    padding: 11.5px 7px;
    line-height: 1.3;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table td {
  border: 1px solid #EEECE5;
  font-weight: 400;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table td {
    padding: 11px 11px 9px 11px;
    font-size: 13px;
    line-height: 1.4;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content table td a {
  color: #846A48;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessTitle {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessTitle {
    font-size: 16px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessAddressText {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  margin: 0 0 2px;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessAddressText span {
  font-weight: 700;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessTrainText {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessTrainText {
    margin: 0;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessTrainText span {
  font-weight: 700;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessLink {
  color: #846A48;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessLink[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessText .s-aboutCompany__accessLink[target=_blank]::after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background-image: url("/assets/gotokaisoten-corp/img/about/location-blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessImage {
  width: 50%;
  min-width: 50%;
  height: 260px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessImage {
    height: 215px;
    width: 100%;
    min-width: 100%;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessWrap .s-aboutCompany__accessImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessMapImage {
  width: 100%;
  height: 390px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessMapImage {
    height: 223px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessMapImage.-first {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessMapImage.-first {
    margin-bottom: 40px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessMapImage iframe {
  height: 390px;
  width: 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__accessMapImage iframe {
    height: 223px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history {
  width: 100%;
  padding-bottom: 4px;
  padding-right: 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history {
    padding-right: 0px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__historyBorder {
  width: 2px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #C9BDAC, #C9BDAC 4px, transparent 4px, transparent 8px);
  position: absolute;
  left: 11px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__historyBorder {
    left: 9px;
    top: 0;
    height: 100%;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block {
    gap: 20px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block + .s-aboutCompany__block {
  margin-top: 16px;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle {
    gap: 4px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleCircle {
  background-color: #EEECE5;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleCircle {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleCircle::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #C9BDAC;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleCircle::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleCircle::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  background-color: #846A48;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleCircle::after {
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleCircle.-noTitle {
  background-color: transparent;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleCircle.-noTitle::before {
  display: none;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleCircle.-noTitle::after {
  display: none;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleText {
  color: #846A48;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleText {
    font-size: 12px;
    line-height: 1.2;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleText .-pconly {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleText .-pconly {
    display: none;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleText .-sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockTitle .s-aboutCompany__blockTitleText .-sponly {
    display: inline-block;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 60px - 141px - 36px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockList {
    width: calc(100% - 60px - 22px);
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockList .s-aboutCompany__blockListItem {
  border-bottom: 1px solid #C9BDAC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockList .s-aboutCompany__blockListItem {
    gap: 16px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockList .s-aboutCompany__blockListItem + .s-aboutCompany__blockListItem {
  margin-top: 16px;
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockList .s-aboutCompany__blockListItem .s-aboutCompany__blockListYear {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockList .s-aboutCompany__blockListItem .s-aboutCompany__blockListYear {
    font-size: 13px;
  }
}
.gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockList .s-aboutCompany__blockListItem .s-aboutCompany__blockListText {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  width: calc(100% - 50px - 60px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutCompany .s-aboutCompany__wrap .s-aboutCompany__contents .s-aboutCompany__content .s-aboutCompany__history .s-aboutCompany__block .s-aboutCompany__blockList .s-aboutCompany__blockListItem .s-aboutCompany__blockListText {
    font-size: 13px;
    width: calc(100% - 50px - 16px);
  }
}
.gotokaisoten-corp-s-aboutCompany.leadgridCms-onlyInnerWorkspace .s-aboutCompany__block {
  margin: 0 0 100px 0 !important;
}
.gotokaisoten-corp-s-aboutCompany.leadgridCms-onlyInnerWorkspace .s-aboutCompany__block .s-aboutCompany__blockList {
  margin: 0 200px 0 0 !important;
}

.gotokaisoten-corp-s-aboutGroup {
  padding: 88px 0 120px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup {
    padding: 32px 0 60px 0;
  }
}
.gotokaisoten-corp-s-aboutGroup .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 48px 0;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxImageWrap {
  width: calc(50% - 80px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxImageWrap {
    width: 100%;
    margin: 0 0 24px 0;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap {
    width: 100%;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap .s-aboutGroup__title {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap .s-aboutGroup__title {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table {
  display: block;
  border-collapse: separate;
  border-spacing: 2px;
  padding: 0;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table tbody, .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table thead {
  display: table;
  width: 100%;
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table tr {
  width: 100%;
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table th, .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table td {
  color: #1B1B1B;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table th {
  background-color: #EEECE5;
  font-weight: 700;
  min-width: 176px;
  width: 176px;
  padding: 11.5px 23px 9.5px 23px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table th {
    min-width: 104px;
    width: 104px;
    vertical-align: middle;
    font-size: 13px;
    padding: 11.5px 7px;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table td {
  border: 1px solid #EEECE5;
  font-weight: 400;
  padding: 11px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table td {
    padding: 9px 11px;
    font-size: 13px;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__box .s-aboutGroup__boxTextWrap table td a {
  color: #846A48;
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  position: relative;
  padding: 48px 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 32px 24px;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/gotokaisoten-corp/img/about/group/group_frame.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem + .s-aboutGroup__infoItem {
  margin: 24px 0 0 0;
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem .s-aboutGroup__infoTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  width: calc(100% - 144px - (100% - 64px) / 2);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem .s-aboutGroup__infoTitle {
    font-size: 18px;
    gap: 12px;
    width: 100%;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem .s-aboutGroup__infoTitle::before {
  content: "";
  display: block;
  min-width: 64px;
  width: 64px;
  height: 1px;
  background-color: #846A48;
  margin: 17px 0 0 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem .s-aboutGroup__infoTitle::before {
    min-width: 20px;
    width: 20px;
    margin: 13px 0 0 0;
  }
}
.gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem .s-aboutGroup__infoText {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  min-width: calc((100% - 64px) / 2);
  width: calc((100% + 64px) / 2);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroup .s-aboutGroup__info .s-aboutGroup__infoItem .s-aboutGroup__infoText {
    min-width: 100%;
    width: 100%;
    font-size: 14px;
  }
}

.gotokaisoten-corp-s-aboutGroupInfo {
  padding: 80px 0;
  position: relative;
  margin: 0 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo {
    padding: 32px 0;
    margin: 0 20px 80px 20px;
  }
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.gotokaisoten-corp-s-aboutGroupInfo .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .gotokaisoten-corp-c-inner {
    padding: 0 0 0 20px;
  }
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__title {
    font-size: 20px;
    margin: 0 0 24px;
  }
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxImageWrap {
  width: 363px;
  height: auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxImageWrap {
    width: 162px;
  }
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap {
  width: calc(100% - 363px - 40px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap {
    width: 100%;
  }
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table {
  display: block;
  border-collapse: separate;
  border-spacing: 2px 1px;
  padding: 0;
  margin: 0;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table::-webkit-scrollbar {
    height: 8px;
  }
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table::-webkit-scrollbar-track {
    background-color: #EEECE5;
    border-radius: 30px;
    padding: 2px;
    margin-right: 20px;
  }
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table::-webkit-scrollbar-thumb {
    background-color: #C9BDAC;
    border-radius: 30px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background-clip: padding-box;
  }
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table tbody, .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table thead {
  display: table;
  width: 100%;
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table th {
  background-color: #EEECE5;
  color: #1A1A1A;
  min-width: 200px;
  width: 200px;
  padding: 7px 11px 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table th {
    font-size: 13px;
    padding: 9px 11px;
  }
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table td {
  background-color: #FFFFFF;
  border: 1px solid #EEECE5;
  color: #1A1A1A;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 20.5px 11px;
  min-width: 200px;
  width: 200px;
  max-width: 200px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table td {
    font-size: 13px;
    padding: 11px;
  }
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table td a {
  color: #846A48;
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table td a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table td a[target=_blank]::after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background-image: url("/assets/gotokaisoten-corp/img/about/location-blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table th:nth-child(1), .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table td:nth-child(1) {
    width: 168px;
    min-width: 168px;
    max-width: 168px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table th:nth-child(2), .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table td:nth-child(2) {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table th:nth-child(3), .gotokaisoten-corp-s-aboutGroupInfo .s-aboutGroupInfo__box .s-aboutGroupInfo__boxTextWrap table td:nth-child(3) {
    width: 168px;
    min-width: 168px;
    max-width: 168px;
  }
}

.gotokaisoten-corp-s-aboutGroupPdf {
  padding: 0 0 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupPdf {
    padding: 0 0 80px;
  }
}
.gotokaisoten-corp-s-aboutGroupPdf .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.gotokaisoten-corp-s-aboutGroupPdf .s-aboutGroupPdf__content {
  margin: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupPdf .s-aboutGroupPdf__content {
    margin: 0 0 32px 0;
  }
}
.gotokaisoten-corp-s-aboutGroupPdf .s-aboutGroupPdf__content iframe {
  width: 778px;
  height: 591px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutGroupPdf .s-aboutGroupPdf__content iframe {
    width: 100%;
    height: 280px;
  }
}
.gotokaisoten-corp-s-aboutGroupPdf .s-aboutGroupPdf__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.gotokaisoten-corp-s-aboutHistory.gotokaisoten-corp-s-aboutHistoryMeiji {
  padding: 133px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory.gotokaisoten-corp-s-aboutHistoryMeiji {
    padding: 32px 0 32px 0;
  }
}
.gotokaisoten-corp-s-aboutHistory.gotokaisoten-corp-s-aboutHistoryShowa {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory.gotokaisoten-corp-s-aboutHistoryShowa {
    padding: 0 0 48px 0;
  }
}
.gotokaisoten-corp-s-aboutHistory.gotokaisoten-corp-s-aboutHistoryHeisei {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory.gotokaisoten-corp-s-aboutHistoryHeisei {
    padding: 0 0 32px 0;
  }
}
.gotokaisoten-corp-s-aboutHistory .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content {
    margin-bottom: 32px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content:last-child {
  margin-bottom: 0;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__border {
  background: #C9BDAC;
  width: 1px;
  height: calc(100% - 100px);
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__border {
    top: 59px;
    height: calc(100% - 59px);
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__title {
  border-bottom: 1px solid #C9BDAC;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 8px;
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__title {
    font-size: 24px;
    margin: 0 auto 20px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__title.-scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 120px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__wrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.gotokaisoten-corp-s-aboutHistory .gotokaisoten-corp-c-aboutHistory {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.gotokaisoten-corp-s-aboutHistory .gotokaisoten-corp-c-aboutHistory.-scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gotokaisoten-corp-s-aboutHistory .gotokaisoten-corp-c-aboutHistory .gotokaisoten-corp-c-aboutHistory {
  width: 100%;
  margin-bottom: 0;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content {
  position: relative;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .gotokaisoten-corp-c-aboutHistory:nth-of-type(odd) {
  margin-top: 97px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .gotokaisoten-corp-c-aboutHistory:nth-of-type(odd) {
    margin-top: 76px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .gotokaisoten-corp-c-aboutHistory:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .gotokaisoten-corp-c-aboutHistory:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .gotokaisoten-corp-c-aboutHistory:nth-of-type(even) {
  margin-top: 235px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .gotokaisoten-corp-c-aboutHistory:nth-of-type(even) {
    margin-top: 25px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .s-aboutHistory__title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .s-aboutHistory__bgSmallRight--meiji {
  position: absolute;
  top: 236px;
  right: -219px;
  width: 275px;
  height: 143px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .s-aboutHistory__bgSmallRight--meiji {
    top: 71px;
    right: -62px;
    width: 129px;
    height: 67px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .s-aboutHistory__bgSmallLeft--meiji {
  position: absolute;
  top: 293px;
  left: -168px;
  width: 275px;
  height: 143px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .s-aboutHistory__bgSmallLeft--meiji {
    top: 95px;
    left: -68px;
    width: 175px;
    height: 91px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .s-aboutHistory__bgBigRight--meiji {
  position: absolute;
  bottom: -80px;
  right: -370px;
  width: 642px;
  height: 231px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .s-aboutHistory__bgBigRight--meiji {
    bottom: -58px;
    right: -192px;
    width: 359px;
    height: 126px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .s-aboutHistory__bgBigLeft--meiji {
  position: absolute;
  top: 945px;
  left: -302px;
  width: 642px;
  height: 231px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-meiji .s-aboutHistory__bgBigLeft--meiji {
    top: 798px;
    left: -139px;
    height: 99px;
    width: 277px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-taisho {
  margin-bottom: 227px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-taisho {
    margin-bottom: 80px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-taisho .s-aboutHistory__contentInner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-taisho .s-aboutHistory__border {
    height: calc(100% + 180px);
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -2;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-taisho .s-aboutHistory__border {
    height: calc(100% + 76px + 48px);
    top: -76px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-of-type(odd) .c-aboutHistory__dot::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 100px;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-of-type(odd) .c-aboutHistory__dot::before {
    top: 4px;
    right: 76px;
    width: 80px;
    height: 40px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 100% 2px, 2px 100%;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-of-type(even) .c-aboutHistory__dot::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 5px;
    width: 100px;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-of-type(even) .c-aboutHistory__dot::before {
    content: "";
    top: 4px;
    left: -76px;
    width: 80px;
    height: 40px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: top left, top left;
    background-size: 100% 2px, 2px 100%;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(1) {
  margin-top: 60px;
  position: relative;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -207px;
  left: -216px;
  width: 275px;
  height: 143px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgTopLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(1)::after {
    top: -161px;
    left: -94px;
    width: 172px;
    height: 89px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(2) {
  margin-top: 297px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(2) {
    margin-top: 52px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(2)::after {
  content: "";
  position: absolute;
  top: -143px;
  right: -192px;
  width: 275px;
  height: 143px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgTopLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(2)::after {
    top: -50px;
    right: -63px;
    width: 192px;
    height: 100px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(3) {
  margin-top: -46px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(3) {
    margin-top: 84px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(3)::after {
  content: "";
  position: absolute;
  top: -160px;
  left: -321px;
  width: 642px;
  height: 231px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgBottomLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(3)::after {
    top: 12px;
    left: -155px;
    height: 114px;
    width: 316px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(4) {
  margin-top: 467px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(4) {
    margin-top: 40px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(4) .c-aboutHistory__dot {
  display: none;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(4)::after {
  content: "";
  position: absolute;
  top: -356px;
  left: 180px;
  width: 720px;
  height: 259px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgBottomRight.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(4)::after {
    top: -38px;
    left: initial;
    right: -120px;
    width: 226px;
    height: 81px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5) {
  margin-top: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5) {
    margin-top: 92px;
  }
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5) .c-aboutHistory__dot::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 5px;
    width: 100px;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5) .c-aboutHistory__dot::before {
    content: "";
    top: 4px;
    left: -76px;
    width: 80px;
    height: 40px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: top left, top left;
    background-size: 100% 2px, 2px 100%;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5)::after {
  content: "";
  position: absolute;
  bottom: -188px;
  left: -138px;
  width: 275px;
  height: 143px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgTopLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5)::after {
    bottom: -134px;
    left: -42px;
    width: 159px;
    height: 83px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6) {
  margin-top: 173px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6) {
    margin-top: 40px;
  }
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6) .c-aboutHistory__dot::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 100px;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6) .c-aboutHistory__dot::before {
    top: 4px;
    right: 76px;
    width: 80px;
    height: 40px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 100% 2px, 2px 100%;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(7) {
  margin-top: -127px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(7) {
    margin-top: 84px;
  }
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(7) .c-aboutHistory__dot::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 5px;
    width: 100px;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(7) .c-aboutHistory__dot::before {
    content: "";
    top: 4px;
    left: -76px;
    width: 80px;
    height: 40px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: top left, top left;
    background-size: 100% 2px, 2px 100%;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(8) {
  margin-top: 135px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(8) {
    margin-top: 40px;
  }
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(8) .c-aboutHistory__dot::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 100px;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(8) .c-aboutHistory__dot::before {
    top: 4px;
    right: 76px;
    width: 80px;
    height: 40px;
    background-image: repeating-linear-gradient(to right, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px), repeating-linear-gradient(to bottom, #C9BDAC, #C9BDAC 2px, transparent 2px, transparent 4px);
    background-repeat: no-repeat;
    background-position: top left, top right;
    background-size: 100% 2px, 2px 100%;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(8)::after {
  content: "";
  position: absolute;
  top: -162px;
  right: -360px;
  width: 720px;
  height: 259px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgBottomLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(8)::after {
    top: -28px;
    right: -47px;
    height: 55px;
    width: 154px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(9) {
  margin-top: -264px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(9) {
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(9) .c-aboutHistory__dot {
  display: none;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__contentImage--showa2 {
  width: 331px;
  height: 181px;
  margin: 0 0 109px 126px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__contentImage--showa2 {
    width: 223px;
    height: 122px;
    margin: 0 0 92px 17px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__contentImage--showa2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__contentImage--showa3 {
  width: 277px;
  height: 192px;
  margin: 0 0 88px 190px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__contentImage--showa3 {
    width: 198px;
    height: 137px;
    margin: 0 0 84px 121px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__contentImage--showa3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__contentImage--showa4 {
  width: 272px;
  height: 171px;
  margin: 0 0 93px 108px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-showa .s-aboutHistory__contentImage--showa4 {
    width: 203px;
    height: 128px;
    margin: 0 0 84px 65px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__title {
  position: relative;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__title::before {
  content: "";
  position: absolute;
  top: -170px;
  left: 320px;
  width: 720px;
  height: 259px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgBottomLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__title::before {
    top: -34px;
    left: 116.5px;
    width: 190px;
    height: 69px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory {
  margin-bottom: 0;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(1) {
  margin-top: 60px;
  position: relative;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(2) {
  margin-top: 165px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(2) {
    margin-top: 40px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(3) {
  margin-top: -355px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(3) {
    margin-top: 40px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -348px;
  width: 720px;
  height: 259px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgBottomRight.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(3)::after {
    bottom: 0;
    left: -106px;
    width: 219px;
    height: 79px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(4) {
    margin-top: 0px !important;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5) {
  margin-top: 114px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5) {
    margin-top: 92px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5)::after {
  content: "";
  position: absolute;
  bottom: -302px;
  left: -216px;
  width: 275px;
  height: 143px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgTopLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(5)::after {
    top: -63px;
    bottom: initial;
    left: initial;
    right: -45px;
    width: 162px;
    height: 84px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6) {
  margin-top: 285px;
  position: relative;
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6) {
    margin-top: 84px;
    margin-bottom: 48px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6)::before {
  content: "";
  position: absolute;
  bottom: -145px;
  right: -360px;
  width: 720px;
  height: 259px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgBottomLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6)::before {
    bottom: -71px;
    right: -79px;
    width: 263px;
    height: 95px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6)::after {
  content: "";
  position: absolute;
  top: -169px;
  right: -142px;
  width: 231px;
  height: 120px;
  background: url("/assets/gotokaisoten-corp/img/top/philosophy/philosophy-bgTopLeft.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap > .gotokaisoten-corp-c-aboutHistory:nth-child(6)::after {
    top: -43px;
    right: initial;
    left: -87px;
    width: 163px;
    height: 85px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap::after {
  content: "";
  position: absolute;
  bottom: -40px;
  height: 40px;
  width: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: repeating-linear-gradient(to bottom, #C9BDAC 0, #C9BDAC 2px, transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 2px 100%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__wrap::after {
    display: none;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__contentImage--heisei-1 {
  width: 283px;
  height: 188px;
  margin: 0 0 153px 217px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__contentImage--heisei-1 {
    width: 180px;
    height: 119px;
    margin: 0 0 84px 125px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__contentImage--heisei-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__contentImage--heisei-2 {
  width: 378px;
  height: 276px;
  margin: 0 0 0 102px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__contentImage--heisei-2 {
    width: 215px;
    height: 157px;
    margin: 0 97px 40px 24px;
  }
}
.gotokaisoten-corp-s-aboutHistory .s-aboutHistory__content.-heisei .s-aboutHistory__contentImage--heisei-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gotokaisoten-corp-s-aboutHistorySwiper {
  padding: 100px 0 263px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistorySwiper {
    padding: 28px 0 192px 0;
  }
}
.gotokaisoten-corp-s-aboutHistorySwiper .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistorySwiper .gotokaisoten-corp-c-inner {
    padding: 0;
  }
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__box {
  background: #01203E;
  padding: 120px 120px 165px 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__box {
    padding: 48px 20px 80px 20px;
  }
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/philosophy/philosophy_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__box .s-aboutHistorySwiper__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__box .s-aboutHistorySwiper__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__box .s-aboutHistorySwiper__content .s-aboutHistorySwiper__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__box .s-aboutHistorySwiper__content .s-aboutHistorySwiper__title {
    font-size: 20px;
  }
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__box .s-aboutHistorySwiper__content .s-aboutHistorySwiper__text {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  width: 64%;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__box .s-aboutHistorySwiper__content .s-aboutHistorySwiper__text {
    font-size: 13px;
    width: 100%;
  }
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__swiperWrap {
  position: absolute;
  bottom: 92px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__swiperWrap {
    bottom: 100px;
  }
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__swiperWrap .swiper-container {
  width: 100%;
  overflow: hidden;
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__swiperWrap .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__swiperWrap .swiper-container .swiper-slide img {
  height: auto;
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__swiperWrap .swiper-container .swiper-slide:nth-child(odd) {
  width: 312px;
  height: 220px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__swiperWrap .swiper-container .swiper-slide:nth-child(odd) {
    width: 160px;
    height: 107px;
  }
}
.gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__swiperWrap .swiper-container .swiper-slide:nth-child(even) {
  width: 286px;
  height: 204px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-aboutHistorySwiper .s-aboutHistorySwiper__swiperWrap .swiper-container .swiper-slide:nth-child(even) {
    width: 160px;
    height: 107px;
  }
}
.gotokaisoten-corp-s-aboutHistorySwiper.leadgridCms-onlyInnerWorkspace .swiper-wrapper {
  -webkit-transform: none !important;
  transform: none !important;
}

.gotokaisoten-corp-s-philosophy {
  position: relative;
}
.gotokaisoten-corp-s-philosophy .gotokaisoten-corp-c-breadcrumbs {
  position: absolute;
  top: 72px;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .gotokaisoten-corp-c-breadcrumbs {
    top: 60px;
    padding-left: calc((100vw - 335px) / 2);
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.gotokaisoten-corp-s-philosophy .s-philosophy__bg-wrap .s-philosophy__bg-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.gotokaisoten-corp-s-philosophy .s-philosophy__bg-wrap .s-philosophy__bg-sticky .s-philosophy__bg-fixed {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.gotokaisoten-corp-s-philosophy .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 1;
}
.gotokaisoten-corp-s-philosophy .s-philosophy__top {
  background: rgba(0, 0, 0, 0.3019607843);
  width: 100%;
  height: 100vh;
  position: relative;
}
.gotokaisoten-corp-s-philosophy .s-philosophy__top .gotokaisoten-corp-c-topInner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.gotokaisoten-corp-s-philosophy .s-philosophy__top .s-philosophy__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__top .s-philosophy__top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__top .s-philosophy__top-content .s-philosophy__top-title {
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: -7px 0 0 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__top .s-philosophy__top-content .s-philosophy__top-title {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__top .s-philosophy__top-content .s-philosophy__top-text {
  color: #FFFFFF;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 200px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__top .s-philosophy__top-content .s-philosophy__top-text {
    font-size: 80px;
    text-align: right;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__margin {
  background: rgba(0, 0, 0, 0.3019607843);
  height: 286px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__margin {
    height: 200px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__second {
  background: rgba(0, 0, 0, 0.3019607843);
  width: 100%;
  position: relative;
}
.gotokaisoten-corp-s-philosophy .s-philosophy__second::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1019607843);
  background-image: url("/assets/gotokaisoten-corp/img/philosophy/philosophy_bg_filter.png");
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  -webkit-filter: blur(32px);
  filter: blur(32px);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(95%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(95%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to top, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}
.gotokaisoten-corp-s-philosophy .s-philosophy__second .s-philosophy__second-content {
  padding: 272px 20px 311px 20px;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__second .s-philosophy__second-content {
    padding: 160px 20px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__second .s-philosophy__second-content .s-philosophy__second-title {
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 83px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__second .s-philosophy__second-content .s-philosophy__second-title {
    font-size: 24px;
    margin-bottom: 100px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__second .s-philosophy__second-content .s-philosophy__second-textWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__second .s-philosophy__second-content .s-philosophy__second-textWrap {
    display: block;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__second .s-philosophy__second-content .s-philosophy__second-text {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__second .s-philosophy__second-content .s-philosophy__second-text {
    font-size: 14px;
    width: 100%;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third {
  background: #FFFFFF;
  padding: 280px 0 170px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third {
    padding: 80px 0 100px 0;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .gotokaisoten-corp-c-thirdInner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .gotokaisoten-corp-c-thirdInner {
    padding: 0 12px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content {
  background: #01203E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding: 80px;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 67px 24px 40px 24px;
    margin-bottom: 100px;
    gap: 40px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/philosophy/philosophy_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content::after {
    background-image: url("/assets/gotokaisoten-corp/img/philosophy/philosophy_bg-sp.png");
    width: 100%;
    height: 266px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content .s-philosophy__third-imageWrap {
  width: 392px;
  height: 285px;
  min-width: 392px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content .s-philosophy__third-imageWrap {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content .s-philosophy__third-imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content .s-philosophy__third-imageWrap img {
    width: 100%;
    height: 100%;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content .s-philosophy__third-textWrap {
  position: relative;
  z-index: 3;
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content .s-philosophy__third-title {
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content .s-philosophy__third-title {
    font-size: 18px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content .s-philosophy__third-text {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-content .s-philosophy__third-text {
    font-size: 14px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding: 0 8px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom .s-philosophy__third-bottomTitle {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom .s-philosophy__third-bottomTitle {
    color: #1A1A1A;
    font-size: 18px;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom .s-philosophy__third-bottomTextWrap {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom .s-philosophy__third-bottomTextWrap {
    width: 100%;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom .s-philosophy__third-bottomTextWrap .s-philosophy__third-bottomHead {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom .s-philosophy__third-bottomTextWrap .s-philosophy__third-bottomHead {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom .s-philosophy__third-bottomTextWrap .s-philosophy__third-bottomText {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophy .s-philosophy__third .s-philosophy__third-bottom .s-philosophy__third-bottomTextWrap .s-philosophy__third-bottomText {
    font-size: 14px;
    line-height: 1.8;
  }
}
.gotokaisoten-corp-s-philosophy .s-philosophy__fourth {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
}

.gotokaisoten-corp-s-philosophyContent {
  position: relative;
  padding: 240px 0 200px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent {
    padding: 80px 0 122px 0;
  }
}
.gotokaisoten-corp-s-philosophyContent .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 1;
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 80px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__title {
  color: #1A1A1A;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__title {
    font-size: 18px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__contentWrap {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__contentWrap {
    width: 100%;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__contentWrap + .s-philosophyContent__contentWrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__contentWrap + .s-philosophyContent__contentWrap {
    margin-top: 20px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__contentWrap .s-philosophyContent__contentWrapHead {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__contentWrap .s-philosophyContent__contentWrapHead {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 16px 0;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__contentWrap .s-philosophyContent__contentWrapText {
  border-bottom: 1px solid #C9BDAC;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__wrap .s-philosophyContent__contentWrap .s-philosophyContent__contentWrapText {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 0 24px 0;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 80px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__title {
  color: #1A1A1A;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__title {
    font-size: 18px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage {
    width: 100%;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage + .s-philosophyContent__contentImage {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage + .s-philosophyContent__contentImage {
    margin-top: 20px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage .s-philosophyContent__contentImageWrap {
  aspect-ratio: 16/9;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage .s-philosophyContent__contentImageWrap {
    aspect-ratio: 3/2;
    margin-bottom: 16px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage .s-philosophyContent__contentImageWrap .s-philosophyContent__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage .s-philosophyContent__imageWrapText {
  background: #EEECE5;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 20px;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage .s-philosophyContent__imageWrapText {
    font-size: 14px;
    padding: 20px 12px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage .s-philosophyContent__imageWrapText li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__imageWrap .s-philosophyContent__imageWrapItem .s-philosophyContent__contentImage .s-philosophyContent__imageWrapText li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  margin: 10px;
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem {
  border-top: 1px solid #C9BDAC;
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem:last-child {
  border-bottom: 1px solid #C9BDAC;
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemLink {
    padding: 16px 0;
    gap: 16px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemImage {
  position: relative;
  width: 389px;
  max-width: 389px;
  height: 259px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemImage {
    width: 132px;
    max-width: 132px;
    height: 88px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemTextWrap {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemTextWrap {
    width: 100%;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemTextWrap .s-philosophyContent__infoItemHead {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemTextWrap .s-philosophyContent__infoItemHead {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 6.69px 0;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemTextWrap .s-philosophyContent__infoItemText {
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemTextWrap .s-philosophyContent__infoItemText {
    font-size: 13px;
  }
}
.gotokaisoten-corp-s-philosophyContent .s-philosophyContent__info .s-philosophyContent__infoItem .s-philosophyContent__infoItemLink:hover .s-philosophyContent__infoItemImage img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.gotokaisoten-corp-s-margin {
  padding: 58px 0 200px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin {
    padding: 32px 0 76px 0;
  }
}
.gotokaisoten-corp-s-margin .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 820px;
  padding: 0 20px;
  margin: 0 auto;
}
.gotokaisoten-corp-s-margin .s-margin__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin .s-margin__head {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 40px 0;
  }
}
.gotokaisoten-corp-s-margin .s-margin__list {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin .s-margin__list {
    margin: 0 0 20px 0;
  }
}
.gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem {
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem {
    margin: 0 0 16px 0;
  }
}
.gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--title {
  border-bottom: 1px solid #C9BDAC;
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0 0 12px 0;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--title {
    font-size: 14px;
    padding: 0 0 8px 0;
    margin: 0 0 4px 0;
  }
}
.gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--content {
    font-size: 14px;
  }
}
.gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--content table {
  border: none;
  width: 100%;
  display: block;
  -webkit-overflow-scrolling: touch;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--content table {
    overflow-x: scroll;
    margin: 0 0 12px 0;
  }
}
.gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--content table th {
  background: #EEECE5;
  border: none;
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: 8px 12px 6px 12px;
  text-align: left;
  min-width: 126px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--content table th {
    font-size: 13px;
  }
}
.gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--content table td {
  border: 1px solid #EEECE5;
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 11px;
  min-width: 126px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin .s-margin__list .s-margin__listItem .s-margin__listItem--content table td {
    font-size: 13px;
  }
}
.gotokaisoten-corp-s-margin .s-margin__credit {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-margin .s-margin__credit {
    font-size: 14px;
    margin-top: 20px;
  }
}

.gotokaisoten-corp-s-location {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location {
    padding: 32px 0 80px;
  }
}
.gotokaisoten-corp-s-location .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .gotokaisoten-corp-c-inner {
    padding: 0;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 97px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu {
  min-width: 272px;
  width: 272px;
  border: 1px solid #EAE8E0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px 20px;
  position: sticky;
  left: 0;
  top: 98px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__menu {
    padding: 20px;
    position: static;
    top: 0;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuTitle {
  color: #1B1B1B;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuTitle {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuTitle::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #846A48;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuTitle::before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 32px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem {
    width: calc((100% - 32px) / 2);
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #C9BDAC 0px, #C9BDAC 2px, transparent 2px, transparent 4px);
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem:last-child {
    padding-bottom: 8px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem:last-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem:last-child::before {
    display: block;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem + .s-location__menuItem {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem + .s-location__menuItem {
    margin-top: 0;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem .s-location__menuItemLinkText {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem .s-location__menuItemLinkText {
    font-size: 14px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__menu .s-location__menuItem .s-location__menuItemArrow {
  width: 16px;
  height: 16px;
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content {
    gap: 24px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content.-base {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content.-base {
    gap: 32px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__topText {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__topText {
    font-size: 14px;
    padding: 0 20px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__subTitle {
  border-bottom: 1px solid #C9BDAC;
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0 0 12px 0;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__subTitle {
    font-size: 15px;
    width: calc(100% - 40px);
    margin: 0 20px 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__tableWrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 0 20px;
  }
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__tableWrap::-webkit-scrollbar {
    height: 8px;
  }
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__tableWrap::-webkit-scrollbar-track {
    background-color: #EEECE5;
    border-radius: 30px;
    padding: 2px;
    margin-right: 20px;
  }
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__tableWrap::-webkit-scrollbar-thumb {
    background-color: #C9BDAC;
    border-radius: 30px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background-clip: padding-box;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table {
  border: none;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table {
    margin: 0 0 12px 0;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table th:first-child, .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td:first-child {
  width: 31.43%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table th:first-child, .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td:first-child {
    width: 168px;
    min-width: 168px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table th:nth-child(2), .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td:nth-child(2) {
  width: 43.54%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table th:nth-child(2), .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td:nth-child(2) {
    width: 220px;
    min-width: 220px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table th:last-child, .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td:last-child {
  width: 25.03%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table th:last-child, .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td:last-child {
    width: 220px;
    min-width: 220px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table tr {
  width: 100%;
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table th {
  background: #EEECE5;
  border: none;
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  padding: 8px 12px 6px 12px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table th {
    font-size: 13px;
    padding: 10px 12px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table th p {
  margin: 0;
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td {
  border: 1px solid #EEECE5;
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 11px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td {
    font-size: 13px;
  }
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td p {
  margin: 0;
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td a {
  color: #846A48;
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.gotokaisoten-corp-s-location .s-location__wrap .s-location__content .s-location__table td a[target=_blank]::after {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  background-image: url("/assets/gotokaisoten-corp/img/about/location-blank.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.gotokaisoten-corp-s-terms {
  padding: 93px 0 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-terms {
    display: block;
    padding: 32px 0 60px 0;
  }
}
.gotokaisoten-corp-s-terms .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 820px;
  padding: 0 20px;
  margin: 0 auto;
}
.gotokaisoten-corp-s-terms .s-terms__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-terms .s-terms__list {
    gap: 12px;
  }
}
.gotokaisoten-corp-s-terms .s-terms__list .s-terms__listItem {
  width: calc((100% - 24px) / 2);
  border: 1px solid #C9BDAC;
  border-radius: 1px;
  padding: 19px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-terms .s-terms__list .s-terms__listItem {
    width: 100%;
    padding: 19px 19px 15px 19px;
  }
}
.gotokaisoten-corp-s-terms .s-terms__list .s-terms__listItem .s-terms__listItem--title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-terms .s-terms__list .s-terms__listItem .s-terms__listItem--title {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.gotokaisoten-corp-s-terms .s-terms__list .s-terms__listItem .s-terms__listItem--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #846A48;
  width: 100%;
}
.gotokaisoten-corp-s-terms .s-terms__list .s-terms__listItem .s-terms__listItem--link .s-terms__listItem--linkText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-terms .s-terms__list .s-terms__listItem .s-terms__listItem--link .s-terms__listItem--linkText {
    font-size: 13px;
  }
}
.gotokaisoten-corp-s-terms .s-terms__list .s-terms__listItem .s-terms__listItem--link .s-terms__listItem--linkText::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/assets/gotokaisoten-corp/img/terms/terms-download.svg");
  background-size: 100% 100%;
  background-repeat: repeat;
}

.gotokaisoten-corp-s-serviceHeader {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader {
    padding: 0 0 60px 0;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__top {
  background-color: #EFEDE4;
  position: relative;
  z-index: 0;
  padding: 0 20px;
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -2;
}
.gotokaisoten-corp-s-serviceHeader .gotokaisoten-corp-c-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .gotokaisoten-corp-c-inner {
    padding: 81.5px 0 0 0;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__title {
  margin: 0;
  padding-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__title {
    padding-bottom: 21.5px;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__title .s-serviceHeader__subTitle {
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__title .s-serviceHeader__subTitle {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin: 0;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__title .s-serviceHeader__title--ja {
  color: #000000;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 20px 0 0 0;
  max-width: calc(100% - 600px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__title .s-serviceHeader__title--ja {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    max-width: none;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__title.-post {
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__title.-post .s-serviceHeader__en {
    display: none;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-align: right;
  margin: 0 0 -10px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__head {
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__head .s-serviceHeader__en {
  display: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__head .s-serviceHeader__en {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__head.-post {
    margin: 0 0 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__head.-post .s-serviceHeader__en {
    display: block;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__bottom {
  width: calc(100% + 16px);
  height: 50px;
  background: #FFFFFF;
  position: relative;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__bottom {
    height: 26px;
    top: 4px;
  }
}
.gotokaisoten-corp-s-serviceHeader .gotokaisoten-corp-c-breadcrumbs {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .gotokaisoten-corp-c-breadcrumbs {
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .gotokaisoten-corp-c-breadcrumbs .c-breadcrumbs__inner {
    padding: 8px 0 48px 0;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  gap: 3.1944444444vw;
  padding-top: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
    margin-top: -67px;
    gap: 24px;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__textWrap {
  margin-left: 100px;
  width: 511px;
}
@media screen and (min-width: 1280px) and (max-width: 1340px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__textWrap {
    margin-left: 9.7222222222vw;
  }
}
@media screen and (min-width: 1340px) and (max-width: 1440px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__textWrap {
    margin-left: 12.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__textWrap {
    margin-left: 180px;
    max-width: 511px;
    width: 35.4861111111vw;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__textWrap {
    padding: 0 20px;
    width: 100%;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__textWrap .s-serviceHeader__textWrap--head {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__textWrap .s-serviceHeader__textWrap--head {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 16px 0;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__textWrap .s-serviceHeader__textWrap--text {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__textWrap .s-serviceHeader__textWrap--text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__imageWrap {
  position: absolute;
  right: 0;
  max-width: 580px;
  width: 580px;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__imageWrap {
    max-width: 48.6805555556vw;
    width: 48.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__imageWrap {
    max-width: 701px;
    width: 48.6805555556vw;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__imageWrap {
    padding: 0 20px;
    position: relative;
    max-width: 100%;
    width: 100%;
  }
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__imageWrap .s-serviceHeader__contentImage {
  position: relative;
  width: 100%;
  padding-bottom: 67.1667%;
  overflow: hidden;
  margin: 0;
  z-index: 1;
}
.gotokaisoten-corp-s-serviceHeader .s-serviceHeader__textBox .s-serviceHeader__imageWrap .s-serviceHeader__contentImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.gotokaisoten-corp-s-serviceFeature {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature {
    padding-bottom: 49px;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner {
    padding: 0;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__wrap {
  background-color: #EFEDE4;
  position: relative;
  z-index: 0;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__wrap {
    padding: 48px 20px;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -2;
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__head {
  border-bottom: 1px solid #846A48;
  color: #000000;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 0 0 60px 0;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__head {
    font-size: 22px;
    padding: 0 0 24px 0;
    margin: 0 0 40px 0;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__featureListItem {
  position: relative;
  counter-increment: feature;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__featureListItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__featureListItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__featureListItem:nth-child(even) .s-serviceFeature__imageArea {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__featureListItem:nth-child(even) .s-serviceFeature__imageArea {
    margin: 0;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__featureListItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__featureListItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 16px;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__textArea {
  width: 55.7699555%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__textArea {
    display: block;
    width: 100%;
    z-index: 10;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__number {
    gap: 2px;
    margin-top: -8px;
    padding-bottom: 0;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__number span {
  color: #846A48;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__number span {
    font-size: 16px;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__number:before {
  color: #846A48;
  content: counter(feature);
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__number:before {
    font-size: 60px;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__text {
    gap: 12px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__text h3 {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__text h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__content {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__content {
    font-size: 14px;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__imageArea {
  width: 38.462222%;
  height: 0;
  padding-bottom: 28.075%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__imageArea {
    width: 100%;
    padding-bottom: 72.819%;
    margin: 0;
    border-radius: 0;
  }
}
.gotokaisoten-corp-s-serviceFeature .gotokaisoten-corp-c-inner .s-serviceFeature__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gotokaisoten-corp-s-serviceCase .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  padding: 0 20px 120px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .gotokaisoten-corp-c-inner {
    padding: 0 20px 80px 20px;
  }
}
.gotokaisoten-corp-s-serviceCase .s-serviceCase__title {
  color: #000000;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__title {
    font-size: 20px;
    margin: 0 0 32px;
  }
}
.gotokaisoten-corp-s-serviceCase .s-serviceCase__list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__list {
    margin-bottom: 40px;
    gap: 21px;
  }
}
.gotokaisoten-corp-s-serviceCase .s-serviceCase__list .gotokaisoten-corp-c-blogCard {
  width: calc((100% - 96px) / 3);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__list .gotokaisoten-corp-c-blogCard {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__list .gotokaisoten-corp-c-blogCard .c-blogCard__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__list .gotokaisoten-corp-c-blogCard .c-blogCard__inner .c-blogCard__thumb {
    width: 123px;
    min-width: 123px;
    height: 81px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__list .gotokaisoten-corp-c-blogCard .c-blogCard__inner .c-blogCard__thumb img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__list .gotokaisoten-corp-c-blogCard .c-blogCard__inner .c-blogCard__contents .c-blogCard__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__list .gotokaisoten-corp-c-blogCard .c-blogCard__inner .c-blogCard__contents .c-blogCard__title {
    font-size: 15px;
  }
}
.gotokaisoten-corp-s-serviceCase .s-serviceCase__moreLink {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__moreLink {
    margin: 40px 0 0;
  }
}
.gotokaisoten-corp-s-serviceCase .s-serviceCase__moreLink .gotokaisoten-corp-c-button {
  min-width: 320px;
  width: 320px;
  padding: 19px 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCase .s-serviceCase__moreLink .gotokaisoten-corp-c-button {
    min-width: 215px;
    width: 215px;
    padding: 19px 51px 19px 31px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.gotokaisoten-corp-s-serviceCta .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.gotokaisoten-corp-s-serviceCta .gotokaisoten-corp-c-inner.-en {
  max-width: 956px;
}
.gotokaisoten-corp-s-serviceCta .gotokaisoten-corp-c-inner.-en .s-serviceCta__wrap {
  gap: 72px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCta .gotokaisoten-corp-c-inner.-en .s-serviceCta__wrap {
    gap: 24px;
  }
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__bg {
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__bg img {
  width: 100%;
  height: auto;
  max-width: none;
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__bg .s-serviceCta__bgText {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #000000;
  font-size: 14px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.21426em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  max-height: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCta .s-serviceCta__bg .s-serviceCta__bgText {
    max-height: none;
  }
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__bg .s-serviceCta__bgText.-en {
  top: 240px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  text-orientation: initial;
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCta .s-serviceCta__bg .s-serviceCta__bgText.-en {
    top: 180px;
    max-width: 100%;
    width: calc(100% - 72px);
  }
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__wrap {
  background-color: #EFEDE4;
  position: relative;
  z-index: 0;
  padding: 75px 60px 75px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0;
  margin-top: -95px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCta .s-serviceCta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 20px;
    gap: 24px;
    margin-top: -60px;
  }
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: -2;
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCta .s-serviceCta__title {
    font-size: 15px;
    line-height: 1.6;
  }
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCta .s-serviceCta__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__links .s-serviceCta__link {
  border: 1px solid #C9BDAC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  min-height: 130px;
  min-width: 269px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCta .s-serviceCta__links .s-serviceCta__link {
    width: 100%;
    min-height: 86px;
    gap: 4px;
  }
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__links .s-serviceCta__link .s-serviceCta__linkIcon {
  width: 32px;
  height: 32px;
}
.gotokaisoten-corp-s-serviceCta .s-serviceCta__links .s-serviceCta__link .s-serviceCta__linkText {
  color: #846A48;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceCta .s-serviceCta__links .s-serviceCta__link .s-serviceCta__linkText {
    line-height: 1;
  }
}

.gotokaisoten-corp-s-serviceService {
  padding: 120px 0 200px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceService {
    padding: 60px 0 112px 0;
  }
}
.gotokaisoten-corp-s-serviceService .gotokaisoten-corp-c-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.gotokaisoten-corp-s-serviceService .s-serviceService__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 227px;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceService .s-serviceService__titleWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.gotokaisoten-corp-s-serviceService .s-serviceService__title {
  color: #000000;
  font-size: 28px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceService .s-serviceService__title {
    font-size: 20px;
  }
}
.gotokaisoten-corp-s-serviceService .s-serviceService__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #1B1B1B;
  width: calc(100% - 228px - 291px);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceService .s-serviceService__text {
    width: 100%;
    line-height: 1.6;
  }
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceService .s-serviceService__list {
    gap: 24px 16px;
  }
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem {
  width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem {
    width: calc((100% - 16px) / 2);
  }
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--link {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--imageWrap {
  position: relative;
  width: 100%;
  padding-top: 66.3%;
  overflow: hidden;
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--imageWrap .s-serviceService__listItem--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title {
  color: #000000;
  font-size: 16px;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title {
    font-size: 15px;
    margin-top: 9px;
  }
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title::before, .gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title::after {
  content: "";
  position: absolute;
  right: 0;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background: url("/assets/gotokaisoten-corp/img/service/serviceService-arrow.svg") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title::before, .gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title::after {
    width: 16px;
    min-width: 16px;
    background: url("/assets/gotokaisoten-corp/img/service/serviceService-arrow-sp.svg") no-repeat center;
    background-size: 100% 100%;
  }
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title::before {
  z-index: 1;
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title::after {
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title.js-splitText {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  overflow: visible;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--title.js-splitText .js-splitText-charactor {
  display: inline-block;
  text-shadow: 0 1em 0 currentColor;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
  transition: transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index)), -webkit-transform 0.4s var(--ease-out-cubic) calc(0.06s * var(--index));
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--text {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--text {
    margin-top: 12px;
  }
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--link:hover {
  opacity: 0.5;
}
.gotokaisoten-corp-s-serviceService .s-serviceService__list .s-serviceService__listItem .s-serviceService__listItem--link:hover .s-serviceService__listItem--imageWrap .s-serviceService__listItem--image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.gotokaisoten-corp-s-sustainability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 93px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability {
    padding: 45px 0 0 0;
  }
}
.gotokaisoten-corp-s-sustainability::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 520px;
  background-image: url("/assets/gotokaisoten-corp/img/sustainability/sustainable-top-back.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability::after {
    height: 313px;
  }
}
.gotokaisoten-corp-s-sustainability .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__topImages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.gotokaisoten-corp-s-sustainability .s-sustainability__topImages .s-sustainability__topImages--left {
  width: 276px;
  height: 184px;
  position: absolute;
  top: 178px;
  left: -75px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__topImages .s-sustainability__topImages--left {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__topImages .s-sustainability__topImages--left {
    position: initial;
    width: 153px;
    height: 102px;
    margin-top: 49px;
    margin-left: -24px;
  }
}
.gotokaisoten-corp-s-sustainability .s-sustainability__topImages .s-sustainability__topImages--right {
  width: 180px;
  height: 220px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__topImages .s-sustainability__topImages--right {
    position: initial;
    width: 98px;
    height: 120px;
  }
}
.gotokaisoten-corp-s-sustainability .s-sustainability__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 60px;
  max-width: 55%;
  margin: 110px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__textArea {
    max-width: 100%;
    padding: 0 20px;
    gap: 40px;
    margin-top: 48px;
  }
}
.gotokaisoten-corp-s-sustainability .s-sustainability__textArea .s-sustainability__title {
  color: #1B1B1B;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__textArea .s-sustainability__title {
    font-size: 18px;
    line-height: 1.8;
  }
}
.gotokaisoten-corp-s-sustainability .s-sustainability__textArea .s-sustainability__content {
  color: #1B1B1B;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__textArea .s-sustainability__content {
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }
}
.gotokaisoten-corp-s-sustainability .s-sustainability__bottomImages {
  position: relative;
  width: 100%;
  padding-bottom: 302px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__bottomImages {
    padding-bottom: 293px;
  }
}
.gotokaisoten-corp-s-sustainability .s-sustainability__bottomImages .s-sustainability__bottomImages--left {
  width: 120px;
  height: 131px;
  position: absolute;
  top: 52px;
  left: -85px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__bottomImages .s-sustainability__bottomImages--left {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__bottomImages .s-sustainability__bottomImages--left {
    width: 98px;
    height: 106px;
    top: initial;
    bottom: 0;
    left: 0;
  }
}
.gotokaisoten-corp-s-sustainability .s-sustainability__bottomImages .s-sustainability__bottomImages--right {
  width: 327.5px;
  height: 225px;
  position: absolute;
  right: -120px;
  top: -109px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__bottomImages .s-sustainability__bottomImages--right {
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainability .s-sustainability__bottomImages .s-sustainability__bottomImages--right {
    width: 204px;
    height: 140px;
    top: initial;
    bottom: 54px;
    right: 0;
  }
}

.gotokaisoten-corp-s-sustainabilityInitiative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 269px 0 152px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative {
    padding: 215px 0 41px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityInitiative .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__wrap {
  position: relative;
  width: 100%;
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__wrap .s-sustainabilityInitiative__bgTextImage {
  height: 220px;
  width: 686px;
  position: absolute;
  top: -170px;
  left: -93px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__wrap .s-sustainabilityInitiative__bgTextImage {
    height: 121px;
    width: 378px;
    min-width: 378px;
    position: absolute;
    top: -121px;
    left: -20px;
  }
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content {
    gap: 60px;
  }
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__textArea .s-sustainabilityInitiative__title {
  color: #1B1B1B;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__textArea .s-sustainabilityInitiative__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__textArea .s-sustainabilityInitiative__text {
  color: #1B1B1B;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__textArea .s-sustainabilityInitiative__text {
    margin: 0 0 24px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__textArea .gotokaisoten-corp-c-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__textArea .gotokaisoten-corp-c-button {
    width: 215px;
    min-width: 215px;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__textArea .gotokaisoten-corp-c-button .c-button__title {
    padding-right: 10px;
  }
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__imageArea {
  width: 50%;
  min-width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__imageArea {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__imageArea .s-sustainabilityInitiative__imageAreaWrap {
  position: relative;
  width: 100%;
  padding-bottom: 64.5%;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__imageArea .s-sustainabilityInitiative__imageAreaWrap .s-sustainabilityInitiative__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityInitiative .s-sustainabilityInitiative__content .s-sustainabilityInitiative__contentItem .s-sustainabilityInitiative__imageArea .s-sustainabilityInitiative__imageAreaWrap .s-sustainabilityInitiative__image {
    position: initial;
    width: 100%;
    height: auto;
  }
}

.gotokaisoten-corp-s-sustainabilityHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 80px 0 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityHead {
    padding: 32px 0 50px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityHead.-safety {
  padding-top: 49px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityHead.-safety {
    padding-top: 32px;
  }
}
.gotokaisoten-corp-s-sustainabilityHead .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.gotokaisoten-corp-s-sustainabilityHead .s-sustainabilityHead__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityHead .s-sustainabilityHead__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.gotokaisoten-corp-s-sustainabilityHead .s-sustainabilityHead__wrap .s-sustainabilityHead__textArea .s-sustainabilityHead__text {
  color: #1B1B1B;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityHead .s-sustainabilityHead__wrap .s-sustainabilityHead__textArea .s-sustainabilityHead__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.gotokaisoten-corp-s-sustainabilityHead .s-sustainabilityHead__wrap .s-sustainabilityHead__imageArea {
  width: 55%;
  min-width: 55%;
  max-width: 660px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityHead .s-sustainabilityHead__wrap .s-sustainabilityHead__imageArea {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
.gotokaisoten-corp-s-sustainabilityHead .s-sustainabilityHead__wrap .s-sustainabilityHead__imageArea .s-sustainabilityHead__imageAreaWrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.gotokaisoten-corp-s-sustainabilityHead .s-sustainabilityHead__wrap .s-sustainabilityHead__imageArea .s-sustainabilityHead__imageAreaWrap .s-sustainabilityHead__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityHead .s-sustainabilityHead__wrap .s-sustainabilityHead__imageArea .s-sustainabilityHead__imageAreaWrap .s-sustainabilityHead__image {
    position: initial;
    width: 100%;
    height: auto;
  }
}

.gotokaisoten-corp-s-sustainabilityFeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 80px 0 160px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature {
    padding: 40px 0 60px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature.-safety {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature.-safety {
    padding: 40px 0 60px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EFEDE4;
  z-index: -2;
}
.gotokaisoten-corp-s-sustainabilityFeature::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/gotokaisoten-corp/img/common/pageHeader_back.png");
  background-repeat: repeat;
  opacity: 0.1;
  z-index: -1;
}
.gotokaisoten-corp-s-sustainabilityFeature .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .gotokaisoten-corp-c-inner {
    padding: 0 8px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__head {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__head {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap {
  background: #FFFFFF;
  position: relative;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap {
    padding: 32px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap + .s-sustainabilityFeature__wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap + .s-sustainabilityFeature__wrap {
    margin-top: 40px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap .s-sustainabilityFeature__wrapInner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap .s-sustainabilityFeature__wrapInner .s-sustainabilityFeature__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  margin: 0 0 48px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap .s-sustainabilityFeature__wrapInner .s-sustainabilityFeature__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 24px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap .s-sustainabilityFeature__wrapInner .s-sustainabilityFeature__header.-noMargin {
  margin: 0;
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap .s-sustainabilityFeature__wrapInner .s-sustainabilityFeature__header .s-sustainabilityFeature__headerTitle {
  color: #846A48;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap .s-sustainabilityFeature__wrapInner .s-sustainabilityFeature__header .s-sustainabilityFeature__headerTitle {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap .s-sustainabilityFeature__wrapInner .s-sustainabilityFeature__header .s-sustainabilityFeature__headerText {
  color: #1B1B1B;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  width: 56.77%;
  max-width: 56.77%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__wrap .s-sustainabilityFeature__wrapInner .s-sustainabilityFeature__header .s-sustainabilityFeature__headerText {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid #EEECE5;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content {
    gap: 24px;
    padding-top: 24px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content.-tall {
  padding-top: 60px;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content.-tall {
    padding-top: 24px;
    gap: 24px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 56.77%;
  max-width: 56.77%;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__textArea {
    width: 100%;
    max-width: 100%;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__textArea .s-sustainabilityFeature__title {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__textArea .s-sustainabilityFeature__title {
    font-size: 16px;
    margin: 0 0 8px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__textArea .s-sustainabilityFeature__text {
  color: #1B1B1B;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__textArea .s-sustainabilityFeature__text {
    font-size: 13px;
    line-height: 1.8;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__textArea .s-sustainabilityFeature__text a {
  color: #846A48;
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__imageArea {
  width: 375px;
  min-width: 375px;
  max-width: 375px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__imageArea {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__imageArea .s-sustainabilityFeature__imageAreaWrap {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__imageArea .s-sustainabilityFeature__imageAreaWrap {
    height: auto;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__imageArea .s-sustainabilityFeature__imageAreaWrap.-tall {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__imageArea .s-sustainabilityFeature__imageAreaWrap.-tall {
    height: auto;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__imageArea .s-sustainabilityFeature__imageAreaWrap .s-sustainabilityFeature__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__content .s-sustainabilityFeature__contentItem .s-sustainabilityFeature__imageArea .s-sustainabilityFeature__imageAreaWrap .s-sustainabilityFeature__image {
    position: initial;
    width: 100%;
    height: auto;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__contentTitle {
  border-top: 1px solid #EEECE5;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__contentTitle {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 24px;
    margin-bottom: 8px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent {
    gap: 20px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent .s-sustainabilityFeature__imageContentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent .s-sustainabilityFeature__imageContentItem {
    width: 100%;
    gap: 4px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent .s-sustainabilityFeature__imageContentItem .s-sustainabilityFeature__imageContentImageArea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent .s-sustainabilityFeature__imageContentItem .s-sustainabilityFeature__imageContentImageArea .s-sustainabilityFeature__imageContentWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  margin: 0;
  overflow: hidden;
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent .s-sustainabilityFeature__imageContentItem .s-sustainabilityFeature__imageContentImageArea .s-sustainabilityFeature__imageContentWrap .s-sustainabilityFeature__imageContentImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent .s-sustainabilityFeature__imageContentItem .s-sustainabilityFeature__imageContentImageArea .s-sustainabilityFeature__imageContentWrap .s-sustainabilityFeature__imageContentImage {
    position: initial;
    width: 100%;
    height: auto;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent .s-sustainabilityFeature__imageContentItem .s-sustainabilityFeature__imageContentText {
  color: #1B1B1B;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__imageContent .s-sustainabilityFeature__imageContentItem .s-sustainabilityFeature__imageContentText {
    font-size: 13px;
    line-height: 1.8;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__safety .s-sustainabilityFeature__safetyText {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  padding: 0 20px;
  color: #1B1B1B;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__safety .s-sustainabilityFeature__safetyText {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__safety .s-sustainabilityFeature__safetyImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__safety .s-sustainabilityFeature__safetyImages {
    margin-bottom: 32px;
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__safety .s-sustainabilityFeature__safetyImages .s-sustainabilityFeature__safetyImageArea {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__safety .s-sustainabilityFeature__safetyImages .s-sustainabilityFeature__safetyImageArea {
    width: calc((100% - 16px) / 2);
  }
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__safety .s-sustainabilityFeature__safetyImages .s-sustainabilityFeature__safetyImageArea .s-sustainabilityFeature__safetyImageAreaWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  margin: 0;
  overflow: hidden;
}
.gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__safety .s-sustainabilityFeature__safetyImages .s-sustainabilityFeature__safetyImageArea .s-sustainabilityFeature__safetyImageAreaWrap .s-sustainabilityFeature__safetyImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityFeature .s-sustainabilityFeature__safety .s-sustainabilityFeature__safetyImages .s-sustainabilityFeature__safetyImageArea .s-sustainabilityFeature__safetyImageAreaWrap .s-sustainabilityFeature__safetyImage {
    position: initial;
    width: 100%;
    height: auto;
  }
}

.gotokaisoten-corp-s-sustainabilityBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox {
    padding: 72px 0 74.5px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityBox.-env {
  padding: 160px 0 200px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox.-env {
    padding: 77px 0 134px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityBox .gotokaisoten-corp-c-inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__wrap {
  position: relative;
  width: 100%;
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content {
    gap: 60px;
  }
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__textArea .s-sustainabilityBox__title {
  color: #1B1B1B;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__textArea .s-sustainabilityBox__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__textArea .s-sustainabilityBox__text {
  color: #1B1B1B;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__textArea .s-sustainabilityBox__text {
    margin: 0 0 24px 0;
  }
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__textArea .gotokaisoten-corp-c-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__textArea .gotokaisoten-corp-c-button {
    width: 215px;
    min-width: 215px;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__textArea .gotokaisoten-corp-c-button .c-button__title {
    padding-right: 10px;
  }
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__imageArea {
  width: 50%;
  min-width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__imageArea {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__imageArea .s-sustainabilityBox__imageAreaWrap {
  position: relative;
  width: 100%;
  padding-bottom: 64.5%;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__imageArea .s-sustainabilityBox__imageAreaWrap .s-sustainabilityBox__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .gotokaisoten-corp-s-sustainabilityBox .s-sustainabilityBox__content .s-sustainabilityBox__contentItem .s-sustainabilityBox__imageArea .s-sustainabilityBox__imageAreaWrap .s-sustainabilityBox__image {
    position: initial;
    width: 100%;
    height: auto;
  }
}