@charset "UTF-8";
img {
  vertical-align: bottom;
}
html[data-browse-mode="P"] .isPc {
  display: block;
}
html[data-browse-mode="P"] .isSp {
  display: none;
}
html[data-browse-mode="P"] .block-topic-path {
  padding: 38px 0 30px;
}
html[data-browse-mode="P"] .freepages_wrapper {
  overflow: hidden;
  background: #f4f2ef;
  padding-bottom: 54px;
}
html[data-browse-mode="P"] .freepages_wrapper h2.common_ttl {
  margin: 0;
}
html[data-browse-mode="P"] .aboutus_intro {
  background: url("/img/usr/top/bg_blog.jpg") no-repeat center top/cover;
  padding: 40px 0;
  margin-bottom: 70px;
}
html[data-browse-mode="P"] .aboutus_intro h2.common_ttl {
  color: #c0ac49;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
html[data-browse-mode="P"] .aboutus_intro h2.common_ttl span {
  font-family: "Cormorant Garamond", serif;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
}
html[data-browse-mode="P"] .aboutus_intro p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}
html[data-browse-mode="P"] .intro_inner {
  width: 1000px;
  margin: auto;
  background: #fff;
  clip-path: polygon(5% 0, 95% 0, 100% 9%, 100% 91%, 95% 100%, 5% 100%, 0% 91%, 0% 9%);
  padding: 40px 60px 48px;
}
html[data-browse-mode="P"] .contents_inner {
  width: 1440px;
  margin: auto;
}
html[data-browse-mode="P"] .content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
  margin: 60px 0;
}
html[data-browse-mode="P"] .content_flex.flex_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
html[data-browse-mode="P"] .content_flex h2.common_ttl {
  color: #003528;
  font-size: 32px;
  font-weight: bold;
}
html[data-browse-mode="P"] .content_flex h2.common_ttl span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
html[data-browse-mode="P"] .content_flex .img_wrap {
  width: 700px;
}
html[data-browse-mode="P"] .content_flex .img_wrap img {
  width: 100%;
}
html[data-browse-mode="P"] .content_flex.flex_end .img_wrap {
    width: 563px;
    margin-right: 136px;
}
html[data-browse-mode="S"] .content_flex.flex_end .img_wrap {
    width: 100%;
    margin-right: 0;
}
html[data-browse-mode="P"] .content_flex .txt_wrap {
  width: 563px;
}
html[data-browse-mode="P"] .content_flex .txt_wrap .txt {
  margin-top: 34px;
  line-height: 26px;
}
html[data-browse-mode="P"] .content_history {
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin: auto;
  margin-top: 60px;
}
html[data-browse-mode="P"] .content_history .img_wrap img {
  width: 100%;
}
html[data-browse-mode="P"] .content_history h2.common_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Cormorant Garamond", serif;
  color: #003528;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}
html[data-browse-mode="P"] .content_history h2.common_ttl span {
  font-size: 14px;
  font-weight: bold;
}
html[data-browse-mode="P"] .content_history .txt_wrap {
  width: 564px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html[data-browse-mode="P"] .content_history dl {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
}
html[data-browse-mode="P"] .content_history dl .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
html[data-browse-mode="P"] .content_history dl .block:first-of-type dt:before {
  height: 60%;
  bottom: 0;
}
html[data-browse-mode="P"] .content_history dl .block:last-of-type dt:before {
  height: 12px;
}
html[data-browse-mode="P"] .content_history dt {
  position: relative;
  font-size: 16px;
  width: 45px;
}
html[data-browse-mode="P"] .content_history dt:before {
  position: absolute;
  right: -22px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dedede;
  z-index: 1;
}
html[data-browse-mode="P"] .content_history dt:after {
  position: absolute;
  right: -26px;
  top: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #e10000;
  z-index: 2;
}
html[data-browse-mode="P"] .content_history dd {
  font-size: 16px;
  line-height: 2;
}
html[data-browse-mode="P"] .content_outline {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: end;
  gap: 40px;
  margin: auto;
  margin-top: 64px;
}
html[data-browse-mode="P"] .content_outline h2.common_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Cormorant Garamond", serif;
  color: #003528;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
html[data-browse-mode="P"] .content_outline h2.common_ttl span {
  font-size: 14px;
  font-weight: bold;
}
html[data-browse-mode="P"] .content_outline .txt_wrap {
  width: 564px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html[data-browse-mode="P"] .content_outline .img_wrap {
    width: 711px;
}
html[data-browse-mode="S"] .content_outline .img_wrap {
    width: 100%;
}
html[data-browse-mode="P"] .content_outline dl {
  font-size: 16px;
  margin-top: 14px;
}
html[data-browse-mode="P"] .content_outline dl .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #dedede;
}
html[data-browse-mode="P"] .content_outline dt {
  width: 135px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 24px 0;
}
html[data-browse-mode="P"] .content_outline dd {
  line-height: 24px;
  padding: 24px 0;
}
html[data-browse-mode="P"] .content_chicago_team {
  width: 1170px;
  margin: 60px auto 0;
}
html[data-browse-mode="P"] .content_chicago_team ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
  margin-top: 40px;
}
html[data-browse-mode="P"] .content_chicago_team h2.common_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Cormorant Garamond", serif;
  color: #003528;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
html[data-browse-mode="P"] .content_chicago_team h2.common_ttl span {
  font-size: 14px;
  font-weight: bold;
}
html[data-browse-mode="P"] .content_chicago_team li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
html[data-browse-mode="P"] .content_chicago_team .img_wrap .thumbnail:has(.click_modal) {
  cursor: pointer;
}
html[data-browse-mode="P"] .content_chicago_team .img_wrap .on_hover {
  display: none;
}
html[data-browse-mode="P"] .content_chicago_team .img_wrap .thumbnail:has(.on_hover):hover img {
  display: none;
}
html[data-browse-mode="P"] .content_chicago_team .img_wrap .thumbnail:has(.on_hover):hover .on_hover {
  display: block;
}
html[data-browse-mode="P"] .content_chicago_team .img_wrap .thumbnail > .click_modal {
  display: none;
}
html[data-browse-mode="P"] .content_chicago_team .txt_wrap .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
html[data-browse-mode="P"] .content_chicago_team .txt_wrap .position {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
html[data-browse-mode="P"] .content_chicago_team .txt_wrap .description {
  font-size: 14px;
  line-height: 26px;
  margin-top: 16px;
}
html[data-browse-mode="P"] .modal_wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  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;
  z-index: 9999;
}
html[data-browse-mode="P"] .modal_content {
  overflow: auto;
  max-height: 90vh;
}
html[data-browse-mode="P"] .modal_close {
  position: absolute;
  top: 50px;
  right: 135px;
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
html[data-browse-mode="P"] body.is_modal_open {
  overflow: hidden;
}
html[data-browse-mode="S"] .pane-topic-path {
  margin-top: 75px;
}
html[data-browse-mode="S"] .block-topic-path {
  background: transparent;
  margin: 0;
  padding: 0 15px;
}
html[data-browse-mode="S"] .block-topic-path .block-topic-path--item__current a {
  opacity: 0.4;
}
html[data-browse-mode="S"] .isPc {
  display: none;
}
html[data-browse-mode="S"] .isSp {
  display: block;
}
html[data-browse-mode="S"] .pane-topic-path {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}
html[data-browse-mode="S"] .freepages_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  line-height: 1.85;
  background: #f4f2ef;
  padding-bottom: 35px;
}
html[data-browse-mode="S"] .freepages_wrapper h2.common_ttl {
  margin: 0;
  padding: 0;
}
html[data-browse-mode="S"] .aboutus_intro {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  background: #313332;
  padding: 40px 15px;
}
html[data-browse-mode="S"] .aboutus_intro h2.common_ttl {
  color: #c0ac49;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
html[data-browse-mode="S"] .aboutus_intro h2.common_ttl span {
  font-family: "Cormorant Garamond", serif;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
html[data-browse-mode="S"] .aboutus_intro p {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin-top: 24px;
}
html[data-browse-mode="S"] .intro_inner {
  background: #fff;
  clip-path: polygon(9% 0, 91% 0, 107% 8%, 100% 96%, 92% 100%, 9% 100%, 0 95%, 0 5%);
  padding: 40px 15px;
}
html[data-browse-mode="S"] .aboutus_contents {
  -webkit-box-ordinal-group: 51;
      -ms-flex-order: 50;
          order: 50;
}
html[data-browse-mode="S"] .contents_inner {
  margin: auto;
}
html[data-browse-mode="S"] .content_flex {
  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;
  margin: 40px 0;
  padding: 0 15px;
}
html[data-browse-mode="S"] .content_flex.flex_end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
html[data-browse-mode="S"] .content_flex h2.common_ttl {
  color: #003528;
  font-size: 24px;
  font-weight: bold;
}
html[data-browse-mode="S"] .content_flex h2.common_ttl span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: bold;
}
html[data-browse-mode="S"] .content_flex .img_wrap img {
  width: 100%;
}
html[data-browse-mode="S"] .content_flex .txt_wrap .txt {
  margin-top: 30px;
}
html[data-browse-mode="S"] .content_history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 25px;
  margin: auto;
  margin-top: 40px;
  padding: 0 15px;
}
html[data-browse-mode="S"] .content_history .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html[data-browse-mode="S"] .content_history .img_wrap img {
  min-width: 0;
}
html[data-browse-mode="S"] .content_history h2.common_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Cormorant Garamond", serif;
  color: #003528;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
html[data-browse-mode="S"] .content_history h2.common_ttl span {
  font-size: 14px;
  font-weight: bold;
}
html[data-browse-mode="S"] .content_history .txt_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html[data-browse-mode="S"] .content_history dl {
  display: -ms-grid;
  display: grid;
  margin-top: 27px;
  font-size: 14px;
  line-height: 32px;
}
html[data-browse-mode="S"] .content_history dl .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
html[data-browse-mode="S"] .content_history dl .block:first-of-type dt:before {
  height: 70%;
  bottom: 0;
}
html[data-browse-mode="S"] .content_history dl .block:last-of-type dt:before {
  height: 20%;
}
html[data-browse-mode="S"] .content_history dt {
  position: relative;
  width: 39px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html[data-browse-mode="S"] .content_history dt:before {
  position: absolute;
  right: -14px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dedede;
  z-index: 1;
}
html[data-browse-mode="S"] .content_history dt:after {
  position: absolute;
  right: -17px;
  top: 13px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #e10000;
  z-index: 2;
}
html[data-browse-mode="S"] .content_history dd {
  letter-spacing: -0.01em;
}
html[data-browse-mode="S"] .content_outline {
  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;
  gap: 40px;
  margin: auto;
  margin-top: 43px;
  padding: 0 15px;
}
html[data-browse-mode="S"] .content_outline h2.common_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Cormorant Garamond", serif;
  color: #003528;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
html[data-browse-mode="S"] .content_outline h2.common_ttl span {
  font-size: 14px;
  font-weight: bold;
}
html[data-browse-mode="S"] .content_outline .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html[data-browse-mode="S"] .content_outline .img_wrap img {
  min-width: 0;
}
html[data-browse-mode="S"] .content_outline .txt_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html[data-browse-mode="S"] .content_outline dl {
  margin-top: 10px;
}
html[data-browse-mode="S"] .content_outline dl .block {
  border-bottom: 1px solid #dedede;
  padding: 16px 0;
}
html[data-browse-mode="S"] .content_outline dd {
  line-height: 24px;
  padding: 6px 0 0;
}
html[data-browse-mode="S"] .content_chicago_team {
  margin: 40px auto 0;
  padding: 0 15px;
}
html[data-browse-mode="S"] .content_chicago_team ul {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
html[data-browse-mode="S"] .content_chicago_team h2.common_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Cormorant Garamond", serif;
  color: #003528;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}
html[data-browse-mode="S"] .content_chicago_team h2.common_ttl span {
  font-size: 14px;
  font-weight: bold;
}
html[data-browse-mode="S"] .content_chicago_team li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
html[data-browse-mode="S"] .content_chicago_team .img_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html[data-browse-mode="S"] .content_chicago_team .img_wrap img {
  width: 111px;
}
html[data-browse-mode="S"] .content_chicago_team .img_wrap .on_hover {
  display: none;
}
html[data-browse-mode="S"] .content_chicago_team .img_wrap .click_modal {
  display: none;
}
html[data-browse-mode="S"] .content_chicago_team .txt_wrap .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
html[data-browse-mode="S"] .content_chicago_team .txt_wrap .position {
  font-size: 10px;
  line-height: 16px;
  margin-top: 4px;
}
html[data-browse-mode="S"] .content_chicago_team .txt_wrap .description {
  font-size: 12px;
  line-height: 20px;
  margin-top: 8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
html[data-browse-mode="S"] .content_chicago_team .txt_wrap .letter_5 {
  letter-spacing: -0.5px;
}
html[data-browse-mode="S"] .content_chicago_team .txt_wrap .letter_10 {
  letter-spacing: -1px;
}
html[data-browse-mode="S"] .modal_wrapper {
  position: fixed;
  inset: 0;
  padding: 0 15px;
  background: rgba(0,0,0,0.85);
  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;
  z-index: 9999;
}
html[data-browse-mode="S"] .modal_content {
  overflow: auto;
  max-height: 70vh;
}
html[data-browse-mode="S"] .modal_close {
  position: absolute;
  top: 50px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}
html[data-browse-mode="S"] body.is_modal_open {
  overflow: hidden;
}
