@charset "UTF-8";
:root {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*!
 * pace.js v1.2.4 | Default theme
 * https://github.com/CodeByZach/pace/
 * Licensed MIT © HubSpot, Inc.
 */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #d72630;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px;
}

.pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px;
}

.pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px;
}

.pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px;
}

.pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px;
}

.pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px;
}

.pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px;
}

.pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px;
}

.pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px;
}

.pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px;
}

.pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px;
}

.pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px;
}

.pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px;
}

.pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px;
}

.pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px;
}

.pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px;
}

.pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px;
}

.pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px;
}

.pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px;
}

.pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px;
}

.pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px;
}

.pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px;
}

.pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px;
}

.pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px;
}

.pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px;
}

.pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px;
}

.pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px;
}

.pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px;
}

.pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px;
}

.pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px;
}

.pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px;
}

.pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px;
}

.pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px;
}

.pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px;
}

.pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px;
}

.pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px;
}

.pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px;
}

.pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px;
}

.pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px;
}

.pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px;
}

.pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px;
}

.pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px;
}

.pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px;
}

.pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px;
}

.pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px;
}

.pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px;
}

.pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px;
}

.pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px;
}

.pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px;
}

.pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px;
}

.pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px;
}

.pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px;
}

.pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px;
}

.pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px;
}

.pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px;
}

.pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px;
}

.pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px;
}

.pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px;
}

.pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px;
}

.pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px;
}

.pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px;
}

.pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.54px;
}

.pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px;
}

.pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px;
}

.pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96px;
}

.pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px;
}

.pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px;
}

.pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px;
}

.pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px;
}

.pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px;
}

.pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px;
}

.pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px;
}

.pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px;
}

.pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px;
}

.pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px;
}

.pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px;
}

.pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px;
}

.pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px;
}

.pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px;
}

.pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px;
}

.pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px;
}

.pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px;
}

.pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.48px;
}

.pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px;
}

.pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px;
}

.pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px;
}

.pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px;
}

.pace .pace-progress[data-progress-text="87%"]:after {

  right: -38.18px;
}

.pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px;
}

.pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px;
}

.pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px;
}

.pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.74px;
}

.pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.88px;
}

.pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px;
}

.pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px;
}

.pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px;
}

.pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.44px;
}

.pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px;
}

.pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px;
}

.pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px;
}

.pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px;
}

.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}

@media screen and (min-width:769px) {
  .pc {
    display: inherit !important;
  }
}
@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .sp {
    display: inherit !important;
  }
}

body {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

a {
  color: #1c7773;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl {
    width: 100%;
  }
}
header .gnavi > dl > dd {
  width: 1059px;
  left: 0;
  top: 53px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dd {
    width: 100%;
  }
}
header .gnavi > dl > dd dl {
  width: 1059px;
  padding: 35px 93px 15px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dd dl {
    width: auto;
    padding: 35px 20px 15px;
  }
}
header .gnavi > dl > dd > p {
  width: 1059px;
  padding: 0 93px 26px;
  border-bottom: none;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dd > p {
    padding-right: 20px;
    width: 100%;
  }
}
header .gnavi > dl > dd dd li {
  width: calc((100% / 3) - 4px);
}
header .gnavi > dl > dd dd li:nth-child(3n+1) {
  width: calc(100% / 3);
  margin: 0 0 4px 0;
}
header .gnavi > dl > dd dd li a {
  background-position: right 10px center;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dt {
    width: auto !important;
  }
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .gnavi > dl > dt a {
    padding: 0 10px;
    width: 300px;
  }
  :lang(en) header .gnavi > dl > dt a {
    white-space: normal;
  }
}
@media screen and (min-width:1201px) {
  header .gnavi > dl > dt a {
    padding: 0 37px;
  }
}

@media screen and (min-width:769px) {
  header.fixed .header_inner {
    width: 1200px;
  }
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header {
    width: auto;
    min-width: 0;
    position: fixed;
    top: 0;
    background-color: #fff;
  }
  header .header_inner {
    width: auto;
    min-width: 0;
  }
  header .header_inner .title {
    position: relative;
  }
  header .header_inner .title .logo a > img:last-child {
    display: none;
  }
  header .header_inner .title .link {
    top: 12px;
    right: 75px !important;
  }
  header .header_inner .title .other_link {
    top: auto;
    bottom: 17px;
    right: 70px;
  }
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header .search {
    right: 10px;
  }
}
header .search a {
  display: inline-block;
}
@media screen and (max-width:768px) {
  header {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }
  header .sp_gnavi ul.link li:first-child {
    display: none;
  }
  header .sp_gnavi ul.link li:nth-of-type(3) a {
    border-bottom: solid 2px #fff;
  }
  header .sp_gnavi ul.link li:last-child a {
    border-bottom: none;
  }
  header .sp_gnavi dd li {
    background-position: 0 6px;
  }
}
header.fixed {
  min-width: 1200px;
  width: 100%;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.fixed {
    min-width: 0;
  }
  header.fixed .header_inner {
    width: auto;
    min-width: 0;
    margin: 0;
  }
}
@media screen and (max-width:768px) {
  header.fixed {
    width: 100%;
    min-width: auto;
  }
}
header .title .logo a {
  display: inline-block;
}
header .title .link {
  background: #7f7f7f;
  display: flex !important;
  right: 272px;
}
header .title .link li:not(:nth-last-child(2)) {
  border-right: 1px solid #fff;
}
header .title .link li a {
  color: #fff;
  font-size: 1.2rem;
  padding: 6px 13px 5px;
}
header .title .link li a::after {
  display: none !important;
}
header .title .link li:last-child {
  display: none;
}
header .title .other_link {
  position: absolute;
  top: 30px;
  right: 88px;
  padding: 0 5px;
  display: flex !important;
  gap: 0 10px;
}
header .title .other_link li a {
  background: #7f7f7f;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px;
  border-radius: 20px;
  padding: 6px 17px 5px;
}
header .title .other_link li.bg__green a {
  background-color: #1c7773;
}

.search_window input[type=text] {
  padding: 0 5px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  .search_window aside {
    min-width: 0;
    width: calc(100% - 20px);
  }
}
footer {
  margin-top: 80px;
  min-width: 1200px;
  width: 100%;
}
@media screen and (max-width:768px) {
  footer {
    margin-top: 40px;
    width: 100%;
    min-width: auto;
  }
  footer > .menu nav.misc ul li {
    margin: 0 0 8px;
  }
  footer > .menu nav.misc ul:last-child li {
    margin: 0 0 8px;
  }
  footer > .menu nav.misc ul:last-child li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  footer .menu nav.misc {
    overflow: auto;
  }
  footer .menu nav.misc ul li {
    overflow: visible;
    padding: 3px;
  }
  footer .menu nav.misc ul li a {
    background-position: 0 8px;
    line-height: 1.6;
  }
  footer .menu nav.misc ul li a:focus {
    outline-width: 2px;
    border-radius: 2px;
  }
}
@media screen and (max-width:768px) {
  footer .menu aside dl dd br:first-child {
    display: none;
  }
}
footer .menu aside .sns {
  display: flex;
  column-gap: 43px;
  margin-top: -2px;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns {
    column-gap: 37px;
    justify-content: center;
    margin: 16px 0 12px;
  }
}
footer .menu aside .sns a {
  background-position: 0 center;
  background-size: auto 24px;
  background-repeat: no-repeat;
  display: block;
  padding: 12px 0 12px 32px;
  background-size: 24px 24px;
  color: #000;
  font-size: 1.2rem;
  min-height: 24px;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns a {
    background-position: center 0;
    width: auto;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 43px 0 0 !important;
    text-align: center;
  }
}
footer .menu aside .sns a:hover {
  text-decoration: underline;
}
footer .menu aside .sns .Footer_YouTube a {
  background-image: url("/ja/common/css/image/000000052.png");
  background-size: auto 27px;
  padding-left: 53px;
  background-position: 0 4px;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns .Footer_YouTube a {
    background-position: center 0;
  }
}
footer .menu aside .sns .Footer_Instagram a {
  background-image: url("/ja/common/css/image/000000048.png");
  background-size: auto 30px;
  padding-left: 44px;
  background-position: 0 3px;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns .Footer_Instagram a {
    background-position: center 0;
  }
}
footer .menu aside .sns .Footer_Facebook a {
  background-image: url("/ja/common/css/image/000000047.png");
  background-size: auto 30px;
  padding-left: 44px;
  background-position: 0 2px;
}
@media screen and (max-width:768px) {
  footer .menu aside .sns .Footer_Facebook a {
    background-position: center 0;
  }
}
@media screen and (max-width:768px) {
  footer .inquire ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .inquire ul li {
    width: 50%;
    padding: 0 10px 5px 0;
    line-height: 1.4;
  }
  footer .inquire ul li a {
    padding-top: 4px 0 4px 30px !important;
    background-position: 2px 6px !important;
  }
  footer .inquire ul li:nth-child(2) a {
    background-position: 2px 7px !important;
  }
  footer .inquire ul li:nth-child(3) a {
    background-position: 4px 6px !important;
  }
  footer .inquire ul li:nth-child(4) a {
    background-position: 1px 6px !important;
  }
}

.file__info {
  display: inline-block;
}

i {
  display: inline-block;
  margin: -2px 2px 0;
}
i.PDF {
  background: url("/ja/common/css/image/000000013.svg") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
i.star {
  background: url("/ja/common/css/image/000000018.svg") no-repeat 0 0/cover;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}
@media screen and (max-width:768px) {
  i.star {
    top: 3px;
  }
}
i.XLS, i.XLSX {
  background: url("/ja/common/css/image/000000040.png") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
i.DOC, i.DOCX {
  background: url("/ja/common/css/image/000000036.png") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
i.PPT, i.PPTX {
  background: url("/ja/common/css/image/000000038.png") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
i.ZIP {
  background: url("/ja/common/css/image/000000041.png") no-repeat 0 0/cover;
  width: 12px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

:lang(en) header .title .link {
  right: 334px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) header .title .link {
    right: 75px;
  }
}
:lang(en) .gnavi > dl {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .gnavi > dl {
    width: auto;
  }
}
:lang(en) .gnavi > dl > dd {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .gnavi > dl > dd {
    width: 100%;
  }
}
:lang(en) .gnavi > dl > dd dl {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .gnavi > dl > dd dl {
    width: auto;
  }
}
:lang(en) .gnavi > dl > dd > p {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .gnavi > dl > dd > p {
    width: auto;
  }
}
header.header__en .title .link {
  right: 334px;
}
header.header__en .gnavi > dl {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.header__en .gnavi > dl {
    width: auto;
  }
}
header.header__en .gnavi > dl > dd {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.header__en .gnavi > dl > dd {
    width: auto;
  }
}
header.header__en .gnavi > dl > dd dl {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.header__en .gnavi > dl > dd dl {
    width: auto;
  }
}
header.header__en .gnavi > dl > dd > p {
  width: 999px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  header.header__en .gnavi > dl > dd > p {
    width: auto;
  }
}
.dirtop .title__bg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  .dirtop .title__bg {
    width: 1200px;
    margin: 0 0;
  }
}
@media screen and (max-width:768px) {
  .dirtop .title__bg {
    margin: 0 0;
    width: auto;
  }
}
.dirtop .title__area {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
}
@media screen and (max-width:768px) {
  .dirtop .title__area {
    padding: 15px 0;
  }
}
.dirtop .title__area .inner {
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 700px;
  margin: 0 auto;
  padding: 18px 60px 15px;
  display: block;
  position: relative;
}
@media screen and (max-width:768px) {
  .dirtop .title__area .inner {
    margin: 0 auto;
    max-width: 335px;
    padding: 13px 10px 8px;
  }
}
.dirtop .title__area .inner:focus-visible {
  outline: 2px solid #000;
}
.dirtop .title__area h1 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (max-width:768px) {
  .dirtop .title__area h1 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
.dirtop .title__area h1::only-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .dirtop .title__area h1::only-child {
    margin-bottom: 0;
  }
}
.dirtop .title__area p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .dirtop .title__area p {
    font-size: 1rem;
  }
}
.dirtop .title__txt {
  background-color: #a1cecc;
  font-size: 1.6rem;
  padding: 16px 0 14px;
  margin: 0px calc(50% - 50vw) 81px;
  width: 100vw;
  text-align: center;
  min-height: 3em;
}
.dirtop .title__txt span {
  display: block;
  line-height: 1.5;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  .dirtop .title__txt {
    width: 1200px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width:768px) {
  .dirtop .title__txt {
    font-size: 1.4rem;
    margin: 0 0 40px;
    width: auto;
    line-height: 1.5;
    padding: 12px 40px 12px;
  }
  .dirtop .title__txt span {
    text-align: left;
  }
}
.dirtop .title__txt + .column__Area {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .dirtop .title__txt + .column__Area {
    margin-top: 45px;
  }
}
@media screen and (min-width:769px) {
  .dirtop.press .breadcrumbs {
    margin: 17px 0 39px;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .breadcrumbs {
    margin: 17px 4% 20px;
  }
}
.dirtop.press main {
  overflow: visible;
}
.dirtop.press main::after {
  content: "";
  display: block;
  clear: both;
}
.dirtop.press .title__wrap {
  margin: 0 calc(49.1% - 50vw);
  width: 100vw;
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  .dirtop.press .title__wrap {
    overflow: visible;
    margin: 0 0;
    width: auto;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .title__wrap {
    overflow: visible;
    margin: 0 0;
    width: auto;
    min-width: auto;
  }
}
@media screen and (min-width:981px) and ( max-width:1200px) {
  .dirtop.press .title__wrap {
    margin: 0 calc((100vw - 980px) / 2 * -1);
  }
}
@media screen and (min-width:769px) and ( max-width:980px) {
  .dirtop.press .title__wrap {
    margin: 0 0;
  }
}
.dirtop.press .title__wrap .title__bg {
  margin: 0;
  width: auto;
}
@media screen and (max-width:768px) {
  .dirtop.press .title__wrap .title__bg {
    margin: 0;
  }
}
.dirtop.press .title__wrap .inner {
  right: -9px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  .dirtop.press .title__wrap .inner {
    right: 23px;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .title__wrap .inner {
    right: 0;
  }
}
.dirtop.press .title__wrap .title__txt {
  margin: 0px 0 81px;
}
@media screen and (min-width:768px) and ( max-width:980px) {
  .dirtop.press .title__wrap .title__txt {
    width: auto;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .title__wrap .title__txt {
    margin: 0 0 40px;
  }
}
.dirtop.press .title__bg {
  background: url("/ja/common/css/image/000002130.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.press .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.press .title__bg .title__area {
    background: url("/ja/common/css/image/000002130.jpg") no-repeat center center/auto 100%;
  }
}
:lang(en) .dirtop .title__area .inner {
  padding: 33px 60px 28px;
}
@media screen and (max-width:768px) {
  :lang(en) .dirtop .title__area .inner {
    padding: 18px 10px 17px;
  }
}
:lang(en) .dirtop .title__area .inner h1 {
  margin-bottom: 0;
}
:lang(en) .dirtop .title__txt {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  :lang(en) .dirtop .title__txt {
    padding: 14px 40px 12px;
  }
}

a.banner__link {
  display: block;
}
a.banner__link:hover img {
  transition: 0.5s all;
  opacity: 0.6;
}

::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd dl {
  width: 1059px;
}

::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd {
  width: 1059px;
}

::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd > p {
  width: 1059px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  ::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd dl {
    width: auto !important;
  }
  ::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd {
    width: 100% !important;
  }
  ::-webkit-full-page-media, :future, :root[lang=ja] .gnavi > dl > dd > p {
    width: auto !important;
  }
}
::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd dl {
  width: 1059px;
}

::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd {
  width: 1059px;
}

::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd > p {
  width: 1059px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  ::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd dl {
    width: auto !important;

  }
  ::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd {
    width: 100% !important;
  }
  ::-webkit-full-page-media, :future, :root .pcMode .gnavi > dl > dd > p {
    width: auto !important;
  }
}

::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd dl {
  width: 1017px;
}
::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd {
  width: 1017px;
  left: -9px;
}

::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd > p {
  width: 1017px;
}

@media screen and (min-width:769px) and ( max-width:1200px) {
  ::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd dl {
    width: auto !important;
  }
  ::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd {
    width: 100% !important;
    left: 0 !important;
  }
  ::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd > p {
    width: auto !important;
  }
}
::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd dl {
  width: 1017px;
}

::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd {
  width: 1017px;
  left: -9px;
}

::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd > p {
  width: 1017px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  ::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd dl {
    width: auto !important;
  }
  ::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd {
    width: 100% !important;
    left: 0 !important;
  }
  ::-webkit-full-page-media, :future, :root .header__en .gnavi > dl > dd > p {
    width: auto !important;
  }
}
body main {
  min-width: 1200px;
  width: 100%;
}
@media screen and (max-width:768px) {
  body main {
    width: 100%;
    min-width: auto;
  }
}
body.dirtop main, body.lowerpage main {
  min-width: 1200px;
  width: 100%;
}
@media screen and (max-width:768px) {
  body.dirtop main, body.lowerpage main {
    width: 100%;
    min-width: auto;
  }
}

body.dirtop main > .breadcrumbs,
body.lowerpage main > .breadcrumbs {
  width: 980px;
  min-width: 980px;
  margin: 17px auto 39px;
}
@media screen and (max-width:768px) {
  body.dirtop main > .breadcrumbs,
body.lowerpage main > .breadcrumbs {
    width: auto;
    min-width: auto;
    margin: 17px 4% 20px;
  }
}

.ttl01 {
  border-bottom: 6px solid #a1cecc;
  margin-bottom: 18px;
  font-size: 3rem;
  padding-bottom: 6px;
}
@media screen and (max-width:768px) {
  .ttl01 {
    font-size: 2rem;
    border-width: 4px;
  }
}

.title__area {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
}
@media screen and (max-width:768px) {
  .title__area {
    padding: 15px 0;
  }
}
.title__area .inner {
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 700px;
  margin: 0 auto;
  padding: 18px 60px 15px;
  display: block;
  position: relative;
}
@media screen and (max-width:768px) {
  .title__area .inner {
    margin: 0 auto;
    max-width: 335px;
    padding: 13px 10px 8px;
  }
}
.title__area .inner:focus-visible {
  outline: 2px solid #000;
}
.title__area h1 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (max-width:768px) {
  .title__area h1 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
.title__area h1::only-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .title__area h1::only-child {
    margin-bottom: 0;
  }
}
.title__area p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .title__area p {
    font-size: 1rem;
  }
}

.title__txt {
  background-color: #a1cecc;
  font-size: 1.6rem;
  padding: 18px 0 17px;
  margin: 0 auto 29px;
  text-align: center;
  min-height: 3.7em;
}
.title__txt span {
  display: block;
  line-height: 1.5;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .title__txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 1.5;
    padding: 13px 20px;
  }
  .title__txt span {
    text-align: left;
  }
}
.title__txt + .column__Area {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .title__txt + .column__Area {
    margin-top: 45px;
  }
}

.content__wrap {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .content__wrap {
    padding: 0 20px;
  }
}

.bg__beige {
  background-color: #f1f0e2;
  padding: 1px 0 60px;
}
@media screen and (max-width:768px) {
  .bg__beige {
    padding: 1px 0 5px;
  }
}
.bg__beige .column__Area {
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .bg__beige .column__Area .box.column1:only-child .link__list:last-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:768px) {
  .column__Area + .bg__beige {
    margin-top: 10px;
  }
}

.bg__white {
  padding: 60px 0;
}
@media screen and (max-width:768px) {
  .bg__white {
    padding: 30px 0;
  }
}

.column__Area {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  gap: 0 60px;
}
.column__Area.small_gap {
  gap: 0 60px;
}
@media screen and (min-width:769px) {
  .column__Area + .column__Area:not(.normal__margin) {
    margin-top: -60px;
  }
}
@media screen and (max-width:768px) {
  .column__Area {
    display: block;
    margin: 0 auto;
    padding: 0 20px 1px;
  }
  .lowerpage .column__Area {
    padding: 0 15px 1px;
  }
}
.column__Area:last-child {
  margin-bottom: 0;
}
.column__Area.column3 {
  gap: 0 40px;
}
.column__Area.column3 .box {
  width: calc(33.3333333333% - 27px);
}
@media screen and (max-width:768px) {
  .column__Area.column3 .box {
    width: auto;
  }
}
.column__Area .box {
  flex-shrink: 0;
  width: calc(50% - 30px);
}
@media screen and (max-width:768px) {
  .column__Area .box {
    width: auto;
  }
}
.column__Area .box .mid__ttl + .box__img {
  margin-top: 23px;
}
@media screen and (max-width:768px) {
  .column__Area .box .mid__ttl + .box__img {
    margin-top: 15px;
  }
}
.column__Area .box .mid__ttl + .PanelLinkS {
  margin-top: 23px;
}
@media screen and (max-width:768px) {
  .column__Area .box .mid__ttl + .PanelLinkS {
    margin-top: 15px;
  }
}
.column__Area .box .mid__ttl + .BtnArea {
  margin-top: 23px;
}
@media screen and (max-width:768px) {
  .column__Area .box .mid__ttl + .BtnArea {
    margin-top: 15px;
  }
}
.column__Area .box .small__ttl {
  margin-top: 28px;
}
@media screen and (max-width:768px) {
  .column__Area .box .small__ttl {
    margin-top: 20px;
  }
}
.column__Area .box .small__ttl + .link__list {
  margin-top: 16px;
}
.column__Area .box .small__ttl + .img__linkList {
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .column__Area .box .small__ttl + .img__linkList {
    margin-top: 15px;
  }
}
.column__Area .box .small__ttl + .PanelLinkS {
  margin-top: 16px;
}
@media screen and (max-width:768px) {
  .column__Area .box .small__ttl + .PanelLinkS {
    margin-top: 15px;
  }
}
.column__Area .box .box__img {
  aspect-ratio: 46/30;
  overflow: hidden;
}
.column__Area .box .box__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:768px) {
  .column__Area .box .box__img {
    aspect-ratio: 335/160;
  }
}
.column__Area .box .lower__link {
  text-align: right;
  margin: 20px 0 30px;
}
@media screen and (max-width:768px) {
  .column__Area .box .lower__link {
    margin: 15px 0 30px;
  }
}
.column__Area .box .lower__link a {
  display: inline-block;
  line-height: 1.5;
  padding: 0 0 0 18px;
  text-align: left;
  position: relative;
}
.column__Area .box .lower__link a::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/ja/common/css/image/000000010.svg") no-repeat 0 0/contain;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0;
}
.column__Area .box .column__text:last-child {
  margin-bottom: 2px;
}
@media screen and (max-width:768px) {
  .column__Area .box:last-child .lower__link:last-child {
    margin-bottom: 0;
  }
}
.column__Area .box.column1 {
  width: 100%;
}
.column__Area .box.column1 .BtnArea.lower:first-child {
  margin-top: 30px;
}
.column__Area .box > .link__list:first-child {
  margin: 16px 0 15px;
}
@media screen and (max-width:768px) {
  .column__Area .box > .link__list:first-child {
    margin: 12px 0 13px;
  }
}
.column__Area .box > .link__list:first-child:only-child {
  margin-bottom: 0;
}
.column__Area .column__ttl {
  background-color: #ccc;
  width: 100%;
}
.column__Area .column__ttl span {
  font-size: 3rem;
  color: #000000;
  display: block;
  line-height: 1.2;
  padding: 10px;
  position: relative;
}
@media screen and (max-width:768px) {
  .column__Area .column__ttl span {
    font-size: 2rem;
  }
}

.column__Area .box .mid__ttl {
  margin-top: 60px;
}
@media screen and (max-width:768px) {
  .column__Area .box .mid__ttl {
    margin-top: 30px;
  }
}
.lowerpage .column__Area .box .mid__ttl {
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  .lowerpage .column__Area .box .mid__ttl {
    margin-top: 20px;
  }
}

.title__txt + .column__Area .box:nth-child(-n+2) .mid__ttl {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .title__txt + .column__Area .box:nth-child(-n+2) .mid__ttl {
    margin-top: 30px;
  }
}

.column__text {
  line-height: 1.5;
  margin: 16px 0 15px;
}
@media screen and (max-width:768px) {
  .column__text {
    margin: 12px 0 13px;
  }
}
.column__text.oneLine {
  margin: 18px 0 39px;
}
@media screen and (max-width:768px) {
  .column__text.oneLine {
    margin: 12px 0 16px;
  }
}

.PanelLinkS {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  gap: 0 16px;
}
.PanelLinkS li {
  overflow: hidden;
}
.PanelLinkS li:nth-child(n+3) {
  border-top: 16px solid #fff;
}
.PanelLinkS li a {
  text-decoration: none;
}
.PanelLinkS li a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.PanelLinkS img {
  aspect-ratio: 22/15;
  object-fit: cover;
  transition: 0.5s all;
  display: block;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width:768px) {
  .PanelLinkS img {
    width: 100%;
  }
}
.PanelLinkS__txt {
  background-color: #262626;
  color: #fff;
  font-size: 1.8rem;
  padding: 13px 0 9px;
  text-align: center;
  margin-top: -1px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .PanelLinkS__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    min-height: 3.9em;
    padding: 7px 5px 6px;
  }
}
.PanelLinkS__txt span {
  line-height: 1.3;
}
@media screen and (max-width:768px) {
  .PanelLinkS__txt span {
    display: block;
  }
}
.box.column1 .PanelLinkS {
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width:768px) {
  .box.column1 .PanelLinkS {
    gap: 11px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.box.column1 .PanelLinkS li {
  aspect-ratio: none;
}
.box.column1 .PanelLinkS li:nth-child(n+3) {
  border-top: none;
}
.box.column1 .PanelLinkS .PanelLinkS__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  min-height: 6em;
  display: flex;
  align-items: center;
  padding: 0 0;
}
.box.column1 .PanelLinkS .PanelLinkS__txt span {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width:768px) {
  .box.column1 .PanelLinkS .PanelLinkS__txt {
    display: none;
  }
}

.img__linkList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  gap: 10px 16px;
  margin: 23px 0 0;
}
.img__linkList.no__text .text {
  grid-area: 1/1/2/3;
  margin-bottom: -2px;
}
@media screen and (max-width:768px) {
  .img__linkList.no__text .text {
    grid-area: 1/2/2/3;
    margin-bottom: 0;
  }
}
.img__linkList.no__text .img {
  grid-area: 2/1/3/2;
}
@media screen and (max-width:768px) {
  .img__linkList.no__text .img {
    grid-area: 1/1/2/2;
  }
}
.img__linkList.no__text .list {
  grid-area: 2/2/3/3;
}
@media screen and (max-width:768px) {
  .img__linkList.no__text .list {
    grid-area: 2/1/3/3;
    margin-top: 0;
  }
}
@media screen and (max-width:768px) {
  .img__linkList {
    margin: 15px 0 0;
    grid-template-columns: auto 1fr;
    gap: 10px;
  }
}
.img__linkList .img {
  grid-area: 1/1/3/2;
  aspect-ratio: 22/15;
  overflow: hidden;
  max-width: 230px;
}
@media screen and (max-width:768px) {
  .img__linkList .img {
    grid-area: 1/1/2/2;
    max-width: 162px;
  }
  .img__linkList .img:first-child:nth-last-child(2) {
    grid-area: 1/1/3/2;
  }
}
.img__linkList .img.border {
  border: 1px solid #aaa;
}
.img__linkList .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:768px) {
  .img__linkList .img img {
    width: 162px;
  }
}
.img__linkList .img.no__trimming {
  aspect-ratio: auto;
}
.img__linkList .img.no__trimming img {
  width: auto;
  height: auto;
}
.img__linkList .img a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.img__linkList .text {
  grid-area: 1/2/2/3;
  position: relative;
  top: -3px;
  line-height: 1.5;
  margin-bottom: -3px;
}
@media screen and (max-width:768px) {
  .img__linkList .text {
    margin-bottom: 0;
    grid-area: 1/2/2/3;
  }
}
.img__linkList .text:last-child {
  grid-area: 1/2/3/3;
}
.img__linkList .text:only-child {
  grid-area: 1/1/3/3;
}
.img__linkList .list {
  grid-area: 2/2/3/3;
}
@media screen and (max-width:768px) {
  .img__linkList .list {
    grid-area: 2/1/3/3;
    margin-top: 10px;
  }
}
.img__linkList .list li {
  margin: 8px 0;
}
@media screen and (max-width:768px) {
  .img__linkList .list li {
    margin: 15px 0;
  }
  .img__linkList .list li:last-child {
    margin-bottom: 0;
  }
}
.img__linkList .list li:first-child {
  margin-top: 0;
}
.img__linkList .list li a {
  display: inline-block;
  background: url("/ja/common/css/image/000000010.svg") no-repeat 0 4px/auto 10px;
  letter-spacing: -1px;
  line-height: 1.4;
  padding: 0 0 0 12px;
}
@media screen and (max-width:768px) {
  .img__linkList .list li a {
    background-size: auto 7px;
    background-position: 0 7px;
    letter-spacing: 0;
  }
}
.box.column1 .img__linkList {
  grid-template-columns: auto 1fr;
}
.img__linkList + .btn__list {
  margin-top: 20px;
}

.img__linkList2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
  margin: 25px 0 0;
}
@media screen and (max-width:768px) {
  .img__linkList2 {
    margin: 22px 0 0;
    grid-template-columns: auto 1fr;
    gap: 6px;
  }
}
.img__linkList2 .img {
  overflow: hidden;
  max-width: 200px;
}
@media screen and (max-width:768px) {
  .img__linkList2 .img {
    max-width: 83px;
  }
}
.img__linkList2 .img img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width:768px) {
  .img__linkList2 .img img {
    width: 162px;

  }
}
.img__linkList2 .img a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.img__linkList2 .text {
  position: relative;
  line-height: 1.5;
  padding: 0 0 0 15px;
}
.img__linkList2 .text .disc__list {
  margin: 17px 0 0 10px;
}
@media screen and (max-width:768px) {
  .img__linkList2 .text .disc__list {
    margin-top: 14px;
  }
}
.img__linkList2 .text .disc__list.column2 {
  column-count: 2;
  max-width: 32em;
}
@media screen and (max-width:768px) {
  .img__linkList2 .text .disc__list.column2 {
    column-count: auto;
    max-width: none;
  }
}
.img__linkList2 .text ol.list {
  margin: 17px 0 0 28px;
}

.img__linkList3 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
  margin: 15px 0 0;
}
@media screen and (max-width:768px) {
  .img__linkList3 {
    margin: 25px 0 0;
    display: block;
  }
}
.img__linkList3 .img {
  overflow: hidden;
  max-width: 308px;
}
@media screen and (max-width:768px) {
  .img__linkList3 .img {
    max-width: none;
  }
}
.img__linkList3 .img img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .img__linkList3 .img img {
    max-width: 100%;
    width: auto;
  }
}
.img__linkList3 .img a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.img__linkList3 .text {
  position: relative;
  line-height: 1.5;
  padding: 0 0 0 15px;
}
@media screen and (max-width:768px) {
  .img__linkList3 .text {
    padding: 15px 0 0;
  }
}
.img__linkList3 .text p {
  line-height: 1.6;
}
.img__linkList3 .text p + p {
  margin-top: 15px;
}

.img__linkList4 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  margin: 15px 0 0;
}
@media screen and (max-width:768px) {
  .img__linkList4 {
    margin: 22px 0 0;
    grid-template-columns: auto 1fr;
    gap: 6px;
  }
}
.img__linkList4 .img {
  overflow: hidden;
  max-width: 108px;
}
@media screen and (max-width:768px) {
  .img__linkList4 .img {
    max-width: 83px;
  }
}
.img__linkList4 .img img {
  width: 100%;
}
.img__linkList4 .img a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.img__linkList4 .text {
  position: relative;
  line-height: 1.5;
  padding: 0 0 0 15px;
}
.img__linkList4 .text p {
  line-height: 1.6;
}
.img__linkList4 .text p + p {
  margin-top: 15px;
}

.img__Magazine {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  gap: 0 19px;
  margin: 16px 0 0;
}
@media screen and (max-width:768px) {
  .img__Magazine {
    margin: 15px 0 0;
    display: block;
  }
}
.img__Magazine .img {
  max-width: 500px;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .img__Magazine .img {
    margin: 0 auto 10px;
  }
}
.img__Magazine .img img {
  max-width: 100%;
  vertical-align: bottom;
}
.img__Magazine .img a {
  display: block;
  overflow: hidden;
  border: 1px solid #aaa;
}
.img__Magazine .img a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .img__Magazine .img a {
    margin: 0 auto 16px;
  }
}
.img__Magazine .text {
  line-height: 1.5;
  margin-bottom: -3px;
}
.img__Magazine .text .ss__ttl {
  font-size: 2rem;
  margin-bottom: 7px;
}
@media screen and (max-width:768px) {
  .img__Magazine .text h5 {
    text-align: left;
  }
}
.img__Magazine .text h5 .ico {
  display: inline-block;
  background-color: #1c7773;
  color: #fff;
  padding: 2px 9px 0;
  margin: 0 0 2px 0;
  font-size: 1.3rem;
}
@media screen and (max-width:768px) {
  .img__Magazine .text h5 .ico {
    margin: 0 auto;
  }
}
.img__Magazine .text h5 .ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  top: 2px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .img__Magazine .text h5 .ttl {
    top: 0;
    margin: 8px 0 3px;
  }
}
.img__Magazine .disc__list {
  margin: 13px 0 0;
}
.img__Magazine .disc__list li {
  margin: 8px 0 0;
  padding: 0 0 0 20px;
}
.img__Magazine .disc__list li::before {
  width: 9px;
  height: 9px;
  left: 2px;
  top: 6px;
}
@media screen and (max-width:768px) {
  .img__Magazine .disc__list li:first-child {
    margin-bottom: 0;
  }
}
.img__Magazine .video__Link {
  display: flex;
  justify-content: flex-start;
  margin: 19px 0 0;
}
@media screen and (max-width:768px) {
  .img__Magazine .video__Link {
    justify-content: center;
  }
}
.img__Magazine .video__Link a {
  position: relative;
  display: block;
  max-width: 222px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .img__Magazine .video__Link a {
    max-width: none;
  }
}
.img__Magazine .video__Link a span {
  position: relative;
  display: block;
}
.img__Magazine .video__Link a span::after {
  background: url("/ja/common/css/image/000000080.svg") no-repeat 0 0/cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
}
.img__Magazine .video__Link a img {
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .img__Magazine .video__Link a img {
    width: 100%;
  }
}
.img__Magazine .video__Link a p {
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .img__Magazine .video__Link a p {
    margin-top: 9px;
  }
}
.box.column1 .img__Magazine {
  grid-template-columns: auto 1fr;
}
@media screen and (max-width:768px) {
  .box.column1 .img__Magazine {
    grid-template-columns: repeat(2, 1fr);
  }
}
.img__Magazine + .btn__list {
  margin-top: 20px;
}

.link__list {
  margin: 9px 0 2px;
}
.link__list li {
  margin: 8px 0 0;
  background: url("/ja/common/css/image/000000010.svg") no-repeat 0 5px/auto 10px;
  padding: 0 0 0 14px;
}
.link__list li:first-child {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .link__list li {
    background-size: auto 7px;
    background-position: 0 8px;
    width: auto;
    margin: 0 0 15px;
  }
  .link__list li:last-child {
    margin-bottom: 0;
  }
}
.link__list li > a,
.link__list li > span {
  display: inline-block;
  line-height: 1.5;
}
.link__list.column2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .link__list.column2 {
    display: block;
  }
}
.link__list.column2 li {
  width: 50%;
}
.link__list.column2 li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .link__list.column2 li:nth-child(-n+2) {
    margin: 0 0 15px;
  }
  .link__list.column2 li:nth-child(-n+2):last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .link__list.column2 li {
    width: auto;
    margin: 0 0 15px;
  }
}
.link__list.lower {
  display: flex;
  justify-content: flex-end;
  margin: 15px 0 0;
}
@media screen and (max-width:768px) {
  .link__list.lower {
    margin: 15px 0 0;
  }
}

.btn__list {
  margin: 9px 0 0;
}
.btn__list li {
  margin: 15px 0 0;
}
.btn__list li:first-child {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .btn__list li:first-child {
    margin: 0 0 15px;
  }
  .btn__list li:first-child:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .btn__list li {
    width: auto;
    margin: 0 0 18px;
  }
}
.btn__list li a {
  border: 1px solid #1c7773;
  display: block;
  background: url("/ja/common/css/image/000000010.svg") no-repeat 14px center/auto 18px;
  line-height: 1.5;
  font-size: 1.6rem;
  padding: 12px 10px 8px 42px;
}
@media screen and (max-width:768px) {
  .btn__list li a {
    background-size: 9px auto;
    font-size: 1.4rem;
    padding: 9px 10px 7px 38px;
  }
}
.btn__list.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 20px;
}
@media screen and (max-width:768px) {
  .btn__list.column2 {
    display: block;
  }
}
.btn__list.column2 li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .btn__list.column2 li:nth-child(-n+2) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width:768px) {
  .btn__list.column2 li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .btn__list.column2 li {
    width: auto;
    margin: 0 0 15px;
  }
}

.linkinfo_file {
  display: none !important;
}

.NewsList {
  display: flex;
  margin: 10px 0 26px;
  line-height: 1.5;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .NewsList {
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .NewsList:last-of-type {
    border-bottom: none;
  }
}
.NewsList__date {
  margin-right: 40px;
  white-space: nowrap;
  width: 8em;
}
@media screen and (max-width:768px) {
  .NewsList__date {
    margin-right: 16px;
  }
}
.NewsList__ico {
  background-color: #707070;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px;
  text-align: center;
  width: 10em;
  margin-right: 40px;
}
@media screen and (max-width:768px) {
  .NewsList__ico {
    padding: 2px 2px 1px;
  }
}
.NewsList__txt {
  flex: 1;
}
@media screen and (max-width:768px) {
  .NewsList__txt {
    flex: 0 1 auto;
    padding-top: 5px;
    width: 100%;
  }
}

.mid__ttl + .NewsList {
  margin-top: 30px;
}
@media screen and (max-width:768px) {
  .mid__ttl + .NewsList {
    margin-top: 20px;
  }
}

.BtnArea {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .BtnArea {
    display: block;
  }
}
.BtnArea.left {
  justify-content: flex-start;
}
.BtnArea.left li:first-child {
  padding-left: 0;
}
.BtnArea li {
  max-width: 350px;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .BtnArea li {
    padding: 8px 0;
    max-width: none;
  }
}
.BtnArea li:only-child {
  max-width: none;
}
.BtnArea li:only-child a {
  width: 350px;
}
@media screen and (max-width:768px) {
  .BtnArea li:only-child a {
    width: 275px;
    margin: 0 auto;
    padding: 12px 10px 13px;
  }
}
.BtnArea li:only-child a span {
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .BtnArea li:only-child a span {
    font-size: 1.4rem;
    padding: 0 0 0 19px;
  }
  .BtnArea li:only-child a span::before {
    width: 11px;
    height: 16px;
    top: 9px;
  }
}
.BtnArea li:only-child a + .external {
  display: block;
  margin: 7px auto 0;
  text-align: center;
}
@media screen and (max-width:768px) {
  .BtnArea li:only-child {
    padding-bottom: 5px;
  }
}
.BtnArea li:first-child:nth-last-child(2), .BtnArea li:first-child:nth-last-child(2) ~ li {
  width: 350px;
}
@media screen and (max-width:768px) {
  .BtnArea li:first-child:nth-last-child(2), .BtnArea li:first-child:nth-last-child(2) ~ li {
    max-width: none;
    width: auto;
  }
}
.BtnArea li:first-child:nth-last-child(2) a, .BtnArea li:first-child:nth-last-child(2) ~ li a {
  width: 100%;
}
@media screen and (max-width:768px) {
  .BtnArea li:first-child:nth-last-child(2) a, .BtnArea li:first-child:nth-last-child(2) ~ li a {
    width: 275px;
    margin: 0 auto;
  }
}
.BtnArea a {
  color: #fff;
  display: block;
  background-color: #1c7773;
  padding: 20px 10px;
  text-align: center;
}
.BtnArea a:hover {
  opacity: 0.6;
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .BtnArea a {
    max-width: none;
    padding: 18px 0;
  }
}
.BtnArea a span {
  display: inline-block;
  color: #fff;
  line-height: 1.3;
  padding: 0 0 0 20px;
  position: relative;
}
.BtnArea a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/ja/common/css/image/000000014.svg") no-repeat 0 0/contain;
  width: 9px;
  height: 16px;
  left: 0;
}
@media screen and (max-width:768px) {
  .BtnArea a span {
    font-size: 1.2rem;
    padding: 0 0 0 16px;
  }
  .BtnArea a span::before {
    width: 7px;
    height: 13px;
  }
}
.BtnArea__search a span {
  padding-left: 35px;
}
.BtnArea__search a span::before {
  background: url("/ja/common/css/image/000000015.svg") no-repeat 0 0/100% auto;
  width: 20px;
  height: 24px;
}
@media screen and (max-width:768px) {
  .BtnArea__search a span {
    padding-left: 30px;
  }
}
.BtnArea__search p {
  font-size: 1.2rem;
  max-width: 288px;
  margin: 20px auto;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .BtnArea__search p {
    margin: 10px auto 25px;
  }
}
.BtnArea.lower {
  justify-content: flex-end;
  max-width: 980px;
  margin: 50px auto 0;
}
.BtnArea.lower li {
  padding: 0 6px;
  padding-right: 0;
  max-width: none;
  text-align: right;
}
.BtnArea.lower li a {
  display: inline-block;
  padding: 17px 32px;
  width: auto;
}
.BtnArea.lower li a span {
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .BtnArea.lower li a {
    padding: 14px 10px;
  }
}
@media screen and (max-width:768px) {
  .BtnArea.lower {
    margin: 10px 0 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .BtnArea.lower li {
    padding: 0;
    text-align: right;
    width: calc(50% - 10px);
  }
  .BtnArea.lower li:only-child {
    width: auto;
  }
  .BtnArea.lower li a {
    display: block;
  }
  .BtnArea.lower li a span {
    font-size: 1.2rem;
  }
}
.BtnArea.equality {
  justify-content: flex-start;
  max-width: 980px;
  margin: 50px auto 0;
  gap: 0 40px;
}
.BtnArea.equality li {
  padding: 0;
  max-width: none;
  text-align: right;
  width: 300px !important;
}
.BtnArea.equality li a {
  display: block;
  padding: 17px 10px;
}
@media screen and (max-width:768px) {
  .BtnArea.equality li a {
    padding: 15px 10px;
  }
}
.BtnArea.equality li:first-child {
  padding-left: 0;
}
@media screen and (max-width:768px) {
  .BtnArea.equality {
    margin: 10px 0 0px;
    display: block;
  }
  .BtnArea.equality li {
    padding: 0 !important;
    text-align: right;
    width: auto !important;
    min-width: 300px;
    margin-bottom: 20px;
  }
  .BtnArea.equality li a {
    display: block;
    max-width: 300px;
    margin: 0 auto 0 0 !important;
  }
  .BtnArea.equality li:last-child {
    margin-bottom: 0;
  }
}
.BtnArea em.external {
  display: none;
}

.BtnArea02 {
  display: flex;
  justify-content: center;
  margin: 15px auto 0;
}
@media screen and (max-width:768px) {
  .BtnArea02 {
    display: block;
    margin: 8px auto 0;
  }
}
.BtnArea02 li {
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .BtnArea02 li {
    padding: 8px 0;
  }
}
.BtnArea02 li a {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  background: linear-gradient(to bottom, #484848 0%, #2d2c2d 100%);
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  padding: 14px 10px 11px;
  text-align: center;
  min-width: 230px;
}
.BtnArea02 li a:hover {
  opacity: 0.6;
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .BtnArea02 li a {
    max-width: none;
    min-width: none;
  }
}

.report__box {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 16px auto;
  background-color: #fff;
}
@media screen and (max-width:768px) {
  .report__box {
    display: block;
    padding: 1px 0;
  }
}
.report__box.border {
  border: 1px solid #aaa;
}
.report__box.border .report__img {
  border: none;
  border-right: 1px solid #aaa;
}
.report__box:last-child {
  margin-bottom: 0;
}
.report__box .report__img {
  grid-area: 1/1/3/2;
  width: 300px;
  overflow: hidden;
  border: 1px solid #aaa;
}
.report__box .report__img img {
  object-fit: cover;
  width: 100%;
  height: 101%;
}
@media screen and (max-width:768px) {
  .report__box .report__img {
    margin: 0 10px;
    max-width: 150px;
  }
}
@media screen and (max-width:768px) {
  .report__box .report__img.img__center {
    width: auto;
    margin: 0 auto 10px;
  }
}
.report__box .report__img a {
  display: block;
  width: 300px;
  height: 100%;
}
@media screen and (max-width:768px) {
  .report__box .report__img a {
    height: auto;
    max-width: 150px;
  }
}
.report__box .report__img a img {
  vertical-align: bottom;
}
.report__box .report__img a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.report__box .report__ttl {
  grid-area: 1/2/2/3;
  border-bottom: 1px solid #aaaaaa;
  font-size: 2rem;
  line-height: 1.5;
  margin: 12px 16px 14px;
  padding-bottom: 8px;
}
@media screen and (max-width:768px) {
  .report__box .report__ttl {
    font-size: 1.6rem;
    margin: 12px 10px;
  }
}
.report__box .report__ttl .notes {
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .report__box .report__ttl .notes {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.report__box .report__ttl .notes:hover {
  text-decoration: underline;
}
.report__box .report__ttl a:hover {
  text-decoration-thickness: 1px;
}
.report__box .report__ttl a:hover .notes {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.report__box .report__ttl .file__info {
  display: none;
}
.report__box .report__info {
  grid-area: 2/2/3/3;
  line-height: 1.7;
  margin: 0 16px 12px;
}
@media screen and (max-width:768px) {
  .report__box .report__info {
    font-size: 1.4rem;
    margin: 4px 10px 10px;
    line-height: 1.6;
  }
}

.info__box {
  border: 3px solid #a1cecc;
  margin: 60px auto 0;
}
@media screen and (max-width:768px) {
  .info__box {
    margin: 20px auto;
  }
}
.info__box h2 {
  background-color: #a1cecc;
  font-size: 1.8rem;
  padding: 10px;
}
.info__box .box__inner {
  padding: 3px 18px 18px;
}

.map__Area {
  border: 1px solid #aaa;
  margin-top: 48px;
}
@media screen and (max-width:768px) {
  .map__Area {
    margin-top: 23px;
  }
}
.map__Area + .BtnArea02 {
  margin-top: 29px;
}
@media screen and (max-width:768px) {
  .map__Area + .BtnArea02 {
    margin-top: 20px;
  }
}
.map__Area p {
  line-height: 1.4;
}
.map__Area .map__ttl {
  background-color: #eef4f4;
  border-bottom: 1px solid #aaa;
  line-height: 1.4;
  padding: 9px 14px 6px;
}
.map__Area .inquiry_btn {
  margin: 21px auto 40px;
}
@media screen and (max-width:768px) {
  .map__Area .inquiry_btn {
    margin: 24px auto 40px;
  }
}
.map__Area .inquiry_btn a {
  border: 1px solid #c5c5c5;
  display: inline-block;
  background: linear-gradient(to bottom, #f4f4f3 0%, #d8d8d7 100%);
  border-radius: 3px;
  padding: 15px 29px 13px;
}
@media screen and (max-width:768px) {
  .map__Area .inquiry_btn a {
    display: block;
    padding: 15px 10px 13px;
    text-align: center;
  }
}
.map__Area .inquiry_btn a span {
  background: url("/ja/common/css/image/000000010.svg") no-repeat 0 center/10px auto;
  display: inline-block;
  font-weight: bold;
  color: #000;
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 18px;
}
.map__Area .inquiry_btn a:hover span {
  color: #000;
  text-decoration: underline;
}
.map__Area .map__txt {
  position: relative;
  padding: 21px 15px;
}
.map__Area .map__txt .img__map {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 350px;
}
@media screen and (max-width:768px) {
  .map__Area .map__txt .img__map {
    display: block;
    margin: 18px auto 0;
    position: static;
    width: auto;
  }
}
.map__Area .inquiry_ttl {
  font-weight: bold;
  padding: 0 3px;
  margin-bottom: 9px;
  padding-right: 350px;
}
@media screen and (max-width:768px) {
  .map__Area .inquiry_ttl {
    padding-right: 0;
  }
}
.map__Area .inquiry_ttl ~ p,
.map__Area .inquiry_ttl ~ div {
  padding-right: 350px;
}
@media screen and (max-width:768px) {
  .map__Area .inquiry_ttl ~ p,
.map__Area .inquiry_ttl ~ div {
    padding-right: 0;
  }
}
.map__Area .inquiry_txt {
  padding: 0 3px;
}
.map__Area .inquiry__Area {
  margin-top: 21px;
}
.map__Area .inquiry__Area .ttl {
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 17px;
}
@media screen and (max-width:768px) {
  .map__Area .inquiry__Area .ttl {
    line-height: 1.5;
  }
}
.map__Area .inquiry__Area .ttl::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #1c7773;
  width: 9px;
  height: 20px;
  top: 0;
  left: 0;
}
.map__Area .inquiry__Area p {
  padding: 4px 0 0 30px;
}
@media screen and (max-width:768px) {
  .map__Area .inquiry__Area p {
    line-height: 1.5;
  }
}

.step__Area {
  margin: 28px auto 4px;
  width: 800px;
}
@media screen and (max-width:768px) {
  .step__Area {
    width: auto;
  }
}
.step__box {
  border: 1px solid #1c7773;
  position: relative;
}
.step__box:not(:last-child) {
  margin-bottom: 40px;
}
.step__box:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  background: url("/ja/common/css/image/000001702.svg") no-repeat 0 0/contain;
  bottom: -30px;
}
.step__tit {
  background-color: #1c7773;
  color: #fff;
  line-height: 1.4;
  padding: 5px 13px 4px;
}
.step__txt {
  display: flex;
  padding: 15px 16px;
}
.step__txt ul li {
  line-height: 1.5;
}
.step__txt ul li:not(:last-child) {
  margin-bottom: 7px;
}
.step__txt ul li .list__tit {
  font-weight: bold;
  padding: 0 0 0 15px;
  position: relative;
}
.step__txt ul li .list__tit::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #1c7773;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
}
.step__img {
  padding-right: 15px;
}
.step__img img {
  max-width: 50px;
}

.explain__list {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 21px 80px;
  margin: 23px auto;
}
@media screen and (max-width:768px) {
  .explain__list {
    display: block;
  }
}
.explain__list .explain__tit {
  background: url("/ja/common/css/image/000001704.jpg") no-repeat 5px center/40px auto;
  border: 4px solid #1c7773;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 17px 10px 16px 50px;
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5.4em;
}
.explain__list .explain__tit span {
  display: block;
  font-weight: normal;
}
.explain__list .explain__tit::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 42px;
  background: url("/ja/common/css/image/000001703.svg") no-repeat 0 0/contain;
  right: -66px;
}
@media screen and (max-width:768px) {
  .explain__list .explain__tit::before {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 20px;
    background: url("/ja/common/css/image/000001702.svg") no-repeat 0 0/contain;
    bottom: -35px;
  }
}
.explain__list .explain__tit.num2 {
  background-image: url("/ja/common/css/image/000001705.jpg");
}
.explain__list .explain__tit.num3 {
  background-image: url("/ja/common/css/image/000001706.jpg");
}
@media screen and (max-width:768px) {
  .explain__list > dd {
    margin: 40px auto 19px;
  }
  .explain__list > dd:last-child {
    margin-bottom: 0;
  }
}
.explain__list > dd p {
  line-height: 1.6;
}
.explain__list > dd .img__box {
  margin: 16px auto 3px;
  gap: 10px;
}
@media screen and (max-width:768px) {
  .explain__list > dd .img__box {
    gap: 10px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
  .explain__list > dd .img__box li {
    margin: 0 !important;
  }
}
.explain__list > dd .img__box img {
  max-width: 220px;
}
@media screen and (max-width:768px) {
  .explain__list > dd .img__box img {
    max-width: none;
  }
}
.explain__list > dd .img__box p {
  font-size: 1.2rem;
}
.explain__list > dd > p + p {
  margin-top: 14px;
}

.box .explain__list + .img__box {
  margin-top: -10px;
}
.box .explain__list:last-child {
  margin-bottom: 0;
}

.explain__info {
  padding-left: 180px;
}
.explain__info .country__tit {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .explain__info {
    padding-left: 0;
  }
}

.lowerpage .explain__info .country__tit:first-child {
  margin-top: -7px;
}
.lowerpage .explain__info .img__box.max {
  margin-top: -10px;
}
@media screen and (max-width:768px) {
  .lowerpage .explain__info .img__box.max {
    margin-top: -10px;
  }
}

.faq___Area {
  margin: 17px auto 20px;
}
.faq___Area p {
  line-height: 1.5;
}
.faq___Area + .faq___Area {
  margin-top: 20px;
}
.faq___Area:last-child {
  margin-bottom: 0;
}
.faq___Area:last-child .faq__answer {
  padding-bottom: 0;
}
@media screen and (max-width:768px) {
  .faq___Area:last-child .faq__answer {
    padding-bottom: 5px;
  }
}
.faq__question {
  background: url("/ja/common/css/image/000001950.jpg") no-repeat 0 0/40px auto;
  padding: 0 0 10px 56px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.faq__question p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: -0.4em;
}
@media screen and (max-width:768px) {
  .faq__question p {
    line-height: 1.4;
  }
}
.faq__answer {
  background: url("/ja/common/css/image/000001708.jpg") no-repeat 0 0/40px auto;
  margin-top: 20px;
  padding: 0 0 10px 56px;
}
@media screen and (max-width:768px) {
  .faq__answer {
    margin-top: 6px;
  }
}

.large_ttl + .column__Area .column1:first-child .faq___Area:first-child {
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .large_ttl + .column__Area .column1:first-child .faq___Area:first-child {
    margin-top: 46px;
  }
}

@media screen and (max-width:768px) {
  _:matches(x),
.BtnArea li:only-child a {
    padding: 12px 10px 13px;
  }
  _:matches(x),
.BtnArea li:only-child a span::before {
    top: 9px;
  }
}
.modaal-close:after, .modaal-close:before {
  width: 2px;
  height: 30px;
  top: 9px;
  left: 24px;
}
.modaal-close:hover {
  background-color: transparent;
}
.modaal-close:hover:after, .modaal-close:hover:before {
  background-color: #fff;
}

.modaal-iframe iframe {
  overflow: hidden;
}

.modaal-noscroll #pagetop {
  z-index: 10;
}

.dirtop.AboutTop .title__bg {
  background: url("/ja/common/css/image/000000074.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.AboutTop .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.AboutTop .title__bg .title__area {
    background: url("/ja/common/css/image/000000074.jpg") no-repeat center center/auto 100%;
  }
}
.dirtop.BusinessTop .title__bg {
  background: url("/ja/common/css/image/000000075.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.BusinessTop .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.BusinessTop .title__bg .title__area {
    background: url("/ja/common/css/image/000000075.jpg") no-repeat center center/auto 100%;
  }
}
.dirtop.InformationTop .title__bg {
  background: url("/ja/common/css/image/000000076.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.InformationTop .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.InformationTop .title__bg .title__area {
    background: url("/ja/common/css/image/000000076.jpg") no-repeat center center/auto 100%;
  }
}
.dirtop.IrTop .title__bg {
  background: url("/ja/common/css/image/000000077.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.IrTop .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.IrTop .title__bg .title__area {
    background: url("/ja/common/css/image/000000077.jpg") no-repeat center center/auto 100%;
  }
}
.dirtop.SupportTop .title__bg {
  background: url("/ja/common/css/image/000000078.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.SupportTop .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.SupportTop .title__bg .title__area {
    background: url("/ja/common/css/image/000000078.jpg") no-repeat center center/auto 100%;
  }
}
.dirtop.Info .title__bg {
  background: url("/ja/common/css/image/000000068.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.Info .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.Info .title__bg .title__area {
    background: url("/ja/common/css/image/000000068.jpg") no-repeat center center/auto 100%;
  }
}
.dirtop.Inquiry .title__bg {
  background: url("/ja/common/css/image/000000069.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.Inquiry .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.Inquiry .title__bg .title__area {
    background: url("/ja/common/css/image/000000069.jpg") no-repeat center center/auto 100%;
  }
}
.dirtop.Disclosure .title__bg {
  background: url("/ja/common/css/image/000000042.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.Disclosure .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.Disclosure .title__bg .title__area {
    background: url("/ja/common/css/image/000000042.jpg") no-repeat center center/auto 100%;
  }
}
.dirtop.Privacy .title__bg {
  background: url("/ja/common/css/image/000000070.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .dirtop.Privacy .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .dirtop.Privacy .title__bg .title__area {
    background: url("/ja/common/css/image/000000070.jpg") no-repeat center center/auto 100%;
  }
}
.dirtop .mid__ttl {
  border-bottom: 6px solid #a1cecc;
}
@media screen and (max-width:768px) {
  .dirtop .mid__ttl {
    border-width: 4px;
  }
}
.dirtop .mid__ttl a,
.dirtop .mid__ttl .ttl__txt {
  font-size: 3rem;
  color: #000000;
  display: inline-block;
  line-height: 1.2;
  padding: 0 0 1px 43px;
  position: relative;
}
@media screen and (max-width:768px) {
  .dirtop .mid__ttl a,
.dirtop .mid__ttl .ttl__txt {
    font-size: 2rem;
    padding: 0 0 1px 27px;
  }
}
.dirtop .mid__ttl a::before,
.dirtop .mid__ttl .ttl__txt::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/ja/common/css/image/000000005.svg") no-repeat 0 0/contain;
  width: 26px;
  height: 26px;
  top: 3px;
  left: 0;
}
@media screen and (max-width:768px) {
  .dirtop .mid__ttl a::before,
.dirtop .mid__ttl .ttl__txt::before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
}
.dirtop .mid__ttl a + .file__info,
.dirtop .mid__ttl .ttl__txt + .file__info {
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .dirtop .mid__ttl a + .file__info,
.dirtop .mid__ttl .ttl__txt + .file__info {
    font-size: 1.8rem;
  }
}
.dirtop .mid__ttl a + .file__info .PDF,
.dirtop .mid__ttl .ttl__txt + .file__info .PDF {
  width: 18px;
  height: 21px;
}
@media screen and (max-width:768px) {
  .dirtop .mid__ttl a + .file__info .PDF,
.dirtop .mid__ttl .ttl__txt + .file__info .PDF {
    width: 15px;
    height: 18px;
  }
}
.dirtop .mid__ttl .ttl__txt::before {
  background: url("/ja/common/css/image/000000020.svg") no-repeat 0 0/contain;
}
.dirtop .mid__ttl + .link__list {
  margin: 23px 0 2px;
}
@media screen and (max-width:768px) {
  .dirtop .mid__ttl + .link__list {
    margin: 15px 0;
  }
}
.dirtop .mid__ttl + .small__ttl {
  margin-top: 20px;
}
.dirtop .mid__ttl.top__margin {
  margin-top: 60px;
}
@media screen and (max-width:768px) {
  .dirtop .mid__ttl.top__margin {
    margin-top: 30px;
  }
}
.dirtop .small__ttl {
  background-color: #1c7773;
  border-top: 2px solid #a1cecc;
  border-bottom: 2px solid #a1cecc;
}
@media screen and (max-width:768px) {
  .dirtop .small__ttl {
    margin: 20px 0 16px;
  }
}
.dirtop .small__ttl a,
.dirtop .small__ttl span {
  display: block;
  color: #fff;
  padding: 4px 10px 1px 32px;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}
.dirtop .small__ttl a::before,
.dirtop .small__ttl span::before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width:768px) {
  .dirtop .small__ttl a,
.dirtop .small__ttl span {
    font-size: 1.6rem;
    padding: 4px 10px 3px 26px;
  }
}
.dirtop .small__ttl a::before {
  background: url("/ja/common/css/image/000000011.svg") no-repeat 0 0/contain;
  width: 15px;
  height: 15px;
  top: 8px;
  left: 11px;
}
@media screen and (max-width:768px) {
  .dirtop .small__ttl a::before {
    width: 12px;
    height: 12px;
    left: 10px;
    top: 9px;
  }
}
.dirtop .small__ttl span a {
  font-size: inherit;
  display: inline;
  padding: 0 !important;
  padding-left: 0 !important;
}
.dirtop .small__ttl span a.linkinheader {
  padding-left: 0 !important;
}
.dirtop .small__ttl span a::before {
  display: none;
}
.dirtop .small__ttl span::before {
  background-image: url("/ja/common/css/image/000000021.svg");
  width: 12px;
  height: 12px;
  top: 10px;
  left: 10px;
}
@media screen and (max-width:768px) {
  .dirtop .small__ttl span::before {
    left: 8px;
    width: 10px;
    height: 10px;
    top: 11px;
  }
}
.dirtop .ss__ttl {
  margin: 10px 0;
  font-weight: bold;
}

@media screen and (min-width:769px) {
  .lowerpage .large_ttl {
    width: 980px;
    min-width: 980px;
    margin: 40px auto 35px;
    overflow: hidden;
    padding: 0 0 0 45px;
    background: url("/ja/common/css/image/000000139.png") no-repeat;
    border-bottom: solid 6px #a1cecc;
    line-height: 1.2;
    color: #010101;
  }
  .lowerpage .large_ttl h1 {
    margin: 0 0 5px;
    font-size: 3rem;
  }
}
@media screen and (max-width:768px) {
  .lowerpage .large_ttl {
    margin: 0 0 25px;
    padding: 0 4% 0 40px;
    background: url("/ja/common/css/image/000000139.png") no-repeat 13px 6px;
    background-size: 18px 18px;
    border-bottom: solid 6px #a1cecc;
    line-height: 1.2;
    color: #010101;
  }
  .lowerpage .large_ttl h1 {
    font-size: 1.8rem !important;
    padding-top: 5px !important;
    margin-bottom: 10px !important;
  }
}
.lowerpage .large_ttl + .column__text {
  width: 980px;
  margin: 50px auto -2px;
}
@media screen and (max-width:768px) {
  .lowerpage .large_ttl + .column__text {
    margin: 29px 15px 26px;
    width: auto;
  }
}
.lowerpage .large_ttl + div > .column__text:first-child {
  width: 980px;
  margin: 50px auto -2px;
}
@media screen and (max-width:768px) {
  .lowerpage .large_ttl + div > .column__text:first-child {
    margin: 29px 15px 26px;
    width: auto;
  }
}
.lowerpage .mid__ttl {
  margin: 25px 0 20px;
  padding: 8px 10px 4px 30px;
  background: #1c7773 url(/ja/common/css/image/000000083.png) no-repeat;
  line-height: 1.3;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width:768px) {
  .lowerpage .mid__ttl {
    font-size: 1.6rem;
    padding-left: 24px;
  }
}
.lowerpage .mid__ttl a {
  display: block;
  margin: 0 0 0 -8px;
  padding: 0 0 0 16px;
  color: #fff !important;
  text-decoration: none;
  background: #1c7773 url("/ja/common/css/image/000000028.png") no-repeat 0 3px;
}
.lowerpage .mid__ttl a:hover {
  text-decoration: underline;
}
.lowerpage .small__ttl {
  margin: 30px 0 20px;
  padding: 0 0 5px 12px;
  border-bottom: solid 4px #1c7773;
  line-height: 1.3;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .lowerpage .small__ttl {
    margin: 20px 0 20px;
    font-size: 1.6rem;
  }
}
.lowerpage .small__ttl a {
  display: block;
  margin: 0 0 0 -8px;
  padding: 0 0 0 16px;
  text-decoration: none;
  background: url("/ja/common/css/image/000000010.svg") no-repeat 0 3px;
}
.lowerpage .small__ttl a:hover {
  text-decoration: underline;
}
.lowerpage .least__ttl {
  margin: 30px 0 15px;
  padding: 12px 0 6px 12px;
  border-bottom: solid 1px #1c7773;
  background: #eef4f4;
  font-size: 1.7rem;
}
@media screen and (max-width:768px) {
  .lowerpage .least__ttl {
    font-size: 1.6rem;
  }
}

.dirtop .disc__list {
  margin: 9px 0 0;
}
.dirtop .disc__list li {
  margin: 15px 0 0;
  line-height: 1.5;
  padding: 0 0 0 14px;
  position: relative;
}
.dirtop .disc__list li:first-child {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .dirtop .disc__list li:first-child {
    margin: 0 0 15px;
  }
  .dirtop .disc__list li:first-child:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .dirtop .disc__list li {
    width: auto;
    margin: 0 0 18px;
  }
}

.dirtop .disc__list li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #1c7773;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  left: 0;
  top: 8px;
}
.dirtop .disc__list.column2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .dirtop .disc__list.column2 {
    display: block;
  }
}
.dirtop .disc__list.column2 li {
  width: 50%;
}
.dirtop .disc__list.column2 li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .dirtop .disc__list.column2 li:nth-child(-n+2) {
    margin: 0 0 15px;
  }
  .dirtop .disc__list.column2 li:nth-child(-n+2):last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .dirtop .disc__list.column2 li {
    width: auto;
    margin: 0 0 18px;
  }
}
.dirtop .disc__list.large {
  margin: 18px 0 0;
}
.dirtop .disc__list.large li {
  margin: 5px 0 0;
  padding: 0 0 3px 19px;
}
.dirtop .disc__list.large li:first-child {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .dirtop .disc__list.large li:first-child {
    margin: 0 0 7px;
  }
  .dirtop .disc__list.large li:first-child:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .dirtop .disc__list.large li {
    margin: 0 0 10px;
  }
}
.dirtop .disc__list.large li::before {
  width: 9px;
  height: 9px;
  left: 1px;
  top: 6px;
}
.dirtop ol.list {
  margin: 0 0 0 29px;
  list-style: decimal;
}
.dirtop ol.list li {
  line-height: 1.4;
  margin-bottom: 10px;
}
.dirtop ol.list li:last-child {
  margin-bottom: 0;
}
.dirtop ol.list .parentheses {
  margin-top: 10px;
}
.dirtop ol.parentheses {
  margin: 0 0 0 7px;
}
.dirtop ol.parentheses > li {
  list-style-type: none;
  counter-increment: cnt;
  line-height: 1.4;
  margin-bottom: 10px;
}
.dirtop ol.parentheses > li:last-child {
  margin-bottom: 0;
}
.dirtop ol.parentheses > li::before {
  content: "(" counter(cnt) ") ";
}

.lowerpage .disc__list {
  margin: 17px 0 0 10px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .lowerpage .disc__list {
    margin-top: 14px;
  }
}
.lowerpage .disc__list > li {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 6px;
}
@media screen and (max-width:768px) {
  .lowerpage .disc__list > li {
    margin-bottom: 7px;
  }
}
.lowerpage .disc__list > li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #1c7773;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width:768px) {
  .lowerpage .disc__list > li::before {
    top: 6px;
    left: 2px;
  }
}
.lowerpage .note__list {
  margin: 17px 0 0 0;
  line-height: 1.5;
  font-size: 1.2rem;
}
.lowerpage .note__list > li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.lowerpage .note__list > li:not(:last-child) {
  margin-bottom: 10px;
}
.lowerpage .note__list > li .note__num {
  white-space: nowrap;
}
.lowerpage .note__list > li .note__txt {
  padding-left: 8px;
}
.lowerpage ol.list {
  margin: 17px 0 0 28px;
  line-height: 1.5;
}
.lowerpage ol.list > li {
  list-style: decimal;
  margin-bottom: 6px;
}
.lowerpage ol.list > li .note__list {
  margin-left: -17px;
}
.lowerpage .country__tit {
  margin: 20px auto 16px;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .lowerpage .country__tit {
    margin: 22px auto 16px;
  }
}
.lowerpage .country__tit + .disc__list {
  margin-top: -9px;
}
.lowerpage .country__list {
  display: flex;
  margin-top: -5px;
  gap: 30px;
}
.lowerpage .country__list.maximum {
  gap: 11px 40px;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .lowerpage .country__list.maximum {
    gap: 10px 23px;
  }
}
@media screen and (max-width:768px) {
  .lowerpage .country__list {
    gap: 10px 23px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 100px);
    justify-content: center;
    margin-bottom: 10px;
  }
}
.lowerpage .country__list img {
  display: block;
  max-width: 100px;
  margin: 0 auto 10px;
}
.lowerpage .country__list img + p {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 -10px;
  text-align: center;
}
.lowerpage .column__text + .note__list {
  margin-left: 10px;
}

.lowerpage .img__box {
  display: flex;
  margin: 25px 0 23px;
}
.lowerpage .img__box.border img {
  border: thin solid #aaaaaa;
  vertical-align: bottom;
  display: block;
}
.lowerpage .img__box.center {
  justify-content: center;
}
@media screen and (max-width:768px) {
  .lowerpage .img__box.center {
    margin: -3px 0;
  }
}
.lowerpage .img__box.center img {
  max-width: 380px;
}
@media screen and (max-width:768px) {
  .lowerpage .img__box.center img {
    max-width: none;
    width: 100%;
  }
}
.lowerpage .img__box.max {
  justify-content: center;
}
@media screen and (max-width:768px) {
  .lowerpage .img__box.max {
    margin: 17px 0 -3px;
  }
}
.lowerpage .img__box.max img {
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .lowerpage .img__box.large__logo {
    margin: 20px 0 -11px;
  }
}
.lowerpage .img__box.large__logo img {
  max-width: 515px;
  width: 100%;
}
@media screen and (max-width:768px) {
  .lowerpage .img__box.medium__logo {
    margin: 20px 0 -11px;
  }
  .lowerpage .img__box.medium__logo img {
    max-width: 225px !important;
  }
}
.lowerpage .img__box.medium__logo img {
  border: 1px solid #aaaaaa;
  max-width: 225px;
}
.lowerpage .img__box a {
  display: block;
}
.lowerpage .img__box a img {
  vertical-align: bottom;
}
@media screen and (max-width:768px) {
  .lowerpage .img__box {
    display: block;
  }
  .lowerpage .img__box li {
    margin: 10px 0;
  }
  .lowerpage .img__box li img {
    max-width: 100%;
  }
  .lowerpage .img__box li:first-child {
    margin-top: 0;
  }
  .lowerpage .img__box li:last-child {
    margin-bottom: 5px;
  }
  .lowerpage .img__box + .small__ttl {
    margin-top: 30px;
  }
}
.lowerpage .box > .img__box:last-child {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

@media screen and (max-width:768px) {
  .sp__mt0 {
    margin-top: 0px !important;
  }
  .sp__mb0 {
    margin-bottom: 0px !important;
  }
  .sp__mt5 {
    margin-top: 5px !important;
  }
  .sp__mb5 {
    margin-bottom: 5px !important;
  }
  .sp__mt10 {
    margin-top: 10px !important;
  }
  .sp__mb10 {
    margin-bottom: 10px !important;
  }
  .sp__mt15 {
    margin-top: 15px !important;
  }
  .sp__mb15 {
    margin-bottom: 15px !important;
  }
  .sp__mt20 {
    margin-top: 20px !important;
  }
  .sp__mb20 {
    margin-bottom: 20px !important;
  }
  .sp__mt25 {
    margin-top: 25px !important;
  }
  .sp__mb25 {
    margin-bottom: 25px !important;
  }
  .sp__mt30 {
    margin-top: 30px !important;
  }
  .sp__mb30 {
    margin-bottom: 30px !important;
  }
  .sp__mt35 {
    margin-top: 35px !important;
  }
  .sp__mb35 {
    margin-bottom: 35px !important;
  }
  .sp__mt40 {
    margin-top: 40px !important;
  }
  .sp__mb40 {
    margin-bottom: 40px !important;
  }
  .sp__mt45 {
    margin-top: 45px !important;
  }
  .sp__mb45 {
    margin-bottom: 45px !important;
  }
  .sp__mt50 {
    margin-top: 50px !important;
  }
  .sp__mb50 {
    margin-bottom: 50px !important;
  }
  .sp__mt55 {
    margin-top: 55px !important;
  }
  .sp__mb55 {
    margin-bottom: 55px !important;
  }
}
.pace.pace-active {
  display: none;
  perspective: 0;
}
@media screen and (max-width:768px) {
  .pace.pace-active {
    display: block;
  }
}
.pace .pace-progress {
  background: #1c7773;
  color: #1c7773;
}
.pace .pace-activity {
  box-shadow: inset 0 0 0 2px #1c7773, inset 0 0 0 7px #fff;
}

@media screen and (max-width:768px) {
  .pace-running::after {
    content: "";
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    top: 0;
  }
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: #fdfdfd url("/ja/common/css/image/000001711.gif") no-repeat center center/40px 40px;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .loading {
    width: 100%;
    height: 100vh;
  }
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

@media screen and (max-width:768px) {
  .table__scroll {
    overflow: auto;
    margin-bottom: 30px;
  }
  .table__scroll::-webkit-scrollbar {
    height: 5px;
  }
  .table__scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .table__scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.table__basic {
  width: 100%;
  margin: 0 0 11px;
}
@media screen and (max-width:768px) {
  .table__basic {
    margin-bottom: 0;
    overflow: auto;
  }
}
.table__basic td,
.table__basic th {
  padding: 10px 15px 4px;
  border: solid 1px #aaa;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  word-break: normal;
}
@media screen and (max-width:768px) {
  .table__basic td,
.table__basic th {
    white-space: nowrap;
  }
}
.table__basic td.txt__right,
.table__basic th.txt__right {
  text-align: right;
}
.table__basic td.txt__nowrap,
.table__basic th.txt__nowrap {
  white-space: nowrap;
}
.table__basic th {
  background: #eee;
  white-space: nowrap;
}
.table__basic caption {
  text-align: right;
  caption-side: top;
}

@media screen and (max-width:768px) {
  .disc__list.large li::before {
    top: 6px;
  }
}
.AboutTop .map__layout {
  display: flex;
  gap: 60px;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout {
    display: block;
    padding: 0;
  }
}
.AboutTop .map__layout h3 .note {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1.2rem;
}
.AboutTop .map__layout h3 .note::before {
  display: none;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout h3 .note {
    top: 3px;
  }
}
.AboutTop .map__layout ul {
  margin: 7px 0 0;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout ul {
    margin: 10px 0 0;
  }
  .AboutTop .map__layout ul + ul {
    padding-top: 20px;
  }
}
.AboutTop .map__layout ul li {
  margin: 10px 0;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout ul li {
    margin: 0 0 15px;
  }
}
.AboutTop .map__layout ul li a {
  color: #1c7773;
  display: inline-block;
  background: url("/ja/common/css/image/000000010.svg") no-repeat 0 4px/auto 10px;
  line-height: 1.4;
  padding: 0 0 0 14px;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout ul li a {
    background-size: auto 7px;
    background-position: 0 7px;
    padding: 0 0 0 12px;
  }
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout ul:not(:first-of-type) {
    border-top: 1px solid #aaaaaa;
  }
}
.AboutTop .map__layout .box01 {
  width: 23.5%;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout .box01 {
    width: auto;
  }
}
.AboutTop .map__layout .box01 ul {
  margin-top: 17px;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout .box01 ul {
    margin-top: 15px;
  }
}
.AboutTop .map__layout .box02 {
  width: 78.5%;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout .box02 {
    width: auto;
    margin-bottom: 25px;
  }
}
.AboutTop .map__layout .box02 ul:last-child li:last-child {
  margin-bottom: 10px;
}
.AboutTop .map__layout .list-wrap {
  display: flex;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout .list-wrap {
    display: block;
  }
}
.AboutTop .map__layout .list-wrap ul {
  width: 100%;
}
.AboutTop .map__layout .small__ttl i.star {
  background: url("/ja/common/css/image/000000019.svg") no-repeat 0 0/cover;
  width: 10px;
  height: 10px;
  top: 4px;
}
@media screen and (max-width:768px) {
  .AboutTop .map__layout .small__ttl i.star {
    margin: 0;
  }
}
@media screen and (max-width:768px) {
  .AboutTop .map__img {
    display: none;
  }
}

.Sustainability.Top .title__bg {
  background: url("/ja/common/css/image/000001924.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .Sustainability.Top .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .Sustainability.Top .title__bg .title__area {
    background: url("/ja/common/css/image/000001924.jpg") no-repeat center center/cover;
    min-height: 104px;
  }
}

.Sustainability.Env .title__bg {
  background: url("/ja/common/css/image/000001926.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .Sustainability.Env .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .Sustainability.Env .title__bg .title__area {
    background: url("/ja/common/css/image/000001926.jpg") no-repeat center center/cover;
    min-height: 104px;
  }
}

.Sustainability.Soc .title__bg {
  background: url("/ja/common/css/image/000001927.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .Sustainability.Soc .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .Sustainability.Soc .title__bg .title__area {
    background: url("/ja/common/css/image/000001927.jpg") no-repeat center center/cover;
    min-height: 104px;
  }
}

.Sustainability.Gov .title__bg {
  background: url("/ja/common/css/image/000001922.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .Sustainability.Gov .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .Sustainability.Gov .title__bg .title__area {
    background: url("/ja/common/css/image/000001922.jpg") no-repeat center center/cover;
    min-height: 104px;
  }
}

.Sustainability.Msg .title__bg {
  background: url("/ja/common/css/image/000001943.jpg") no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .Sustainability.Msg .title__bg {
    background: none;
  }
}
@media screen and (max-width:768px) {
  .Sustainability.Msg .title__bg .title__area {
    background: url("/ja/common/css/image/000001943.jpg") no-repeat center center/cover;
    min-height: 104px;
  }
}

.Sustainability .title__bg + .column__Area {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .Sustainability .title__bg + .column__Area {
    margin-top: 40px;
  }
}
.Sustainability .title__bg + .column__Area .box:first-child .mid__ttl {
  margin-top: 0;
}
.Sustainability .title__bg .title__area {
  padding: 30px 0 110px;
}
@media screen and (max-width:768px) {
  .Sustainability .title__bg .title__area {
    padding: 15px 0;
  }
}
.Sustainability .title__bg .title__area .inner {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  max-width: 980px;
  margin: 0 auto;
  padding: 19px 20px 2px !important;
  min-height: 74px;
}
.Sustainability .title__bg .title__area .inner h1 {
  text-align: left;
}
@media screen and (max-width:768px) {
  .Sustainability .title__bg .title__area .inner h1 {
    line-height: 1.25;
  }
}
@media screen and (max-width:768px) {
  .Sustainability .title__bg .title__area .inner {
    margin: 0 10px;
    min-height: 46px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 90%, rgba(255, 255, 255, 0) 100%);
    padding: 8px 10px 3px !important;
  }
}
.Sustainability .box .mid__ttl {
  background: linear-gradient(to right, rgb(203, 226, 225) 0%, rgba(41, 137, 216, 0) 100%);
  border-bottom: none;
}
@media screen and (max-width:768px) {
  .Sustainability .box .mid__ttl {
    margin-top: 25px;
  }
}
.Sustainability .box .mid__ttl span {
  padding: 10px 10px 5px 56px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .mid__ttl span {
    padding: 5px 10px 6px 37px;
  }
}
.Sustainability .box .mid__ttl span::before {
  background: url("/ja/common/css/image/000000079.svg") no-repeat 0 0/cover;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 10px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .mid__ttl span::before {
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
  }
}
@media screen and (max-width:768px) {
  .Sustainability .box .mid__ttl + .img__box.max.border {
    margin-top: 13px;
  }
}
.Sustainability .box .small__ttl {
  border: none;
  box-shadow: 3px 3px 0px 0px #a1cecc;
  margin-top: 36px;
  margin-right: 3px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .small__ttl {
    margin-top: 18px;
  }
}
.Sustainability .box .small__ttl > a,
.Sustainability .box .small__ttl > span {
  font-size: 2.2rem;
  padding: 3px 10px 0px 16px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .small__ttl > a,
.Sustainability .box .small__ttl > span {
    line-height: 1.35;
    font-size: 1.6rem;
    padding: 3px 10px 4px 10px;
  }
}
.Sustainability .box .small__ttl > a::before,
.Sustainability .box .small__ttl > span::before {
  display: none;
}
.Sustainability .box .small__ttl > a a,
.Sustainability .box .small__ttl > span a {
  text-decoration: underline;
}
.Sustainability .box .small__ttl > a a:hover,
.Sustainability .box .small__ttl > span a:hover {
  text-decoration: none;
}
.Sustainability .box .tiny__ttl {
  border-bottom: 2px solid #a1cecc;
  margin-top: 18px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .tiny__ttl {
    margin: 16px 0 16px;
  }
}
.Sustainability .box .tiny__ttl a,
.Sustainability .box .tiny__ttl span {
  display: block;
  padding: 1px 0 2px 16px;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  top: 3px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .tiny__ttl a,
.Sustainability .box .tiny__ttl span {
    font-size: 1.6rem;
  }
}
.Sustainability .box .tiny__ttl a::before,
.Sustainability .box .tiny__ttl span::before {
  content: "";
  display: block;
  position: absolute;
  background: #1c7773;
  width: 6px;
  height: calc(100% - 7px);
  top: 3px;
  left: 0;
}
.Sustainability .box .column__text {
  margin: 19px 0 17px;
}
.Sustainability .box .img__box {
  display: flex;
  margin: 25px 0 23px;
}
.Sustainability .box .img__box.border img {
   /* border: thin solid #aaaaaa; */
  vertical-align: bottom;
  display: block;
}
.Sustainability .box .img__box.center {
  justify-content: center;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__box.center {
    margin: -3px 0;
  }
}
.Sustainability .box .img__box.center img {
  max-width: 380px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__box.center img {
    max-width: none;
    width: 100%;
  }
}
.Sustainability .box .img__box.max {
  justify-content: center;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__box.max {
    margin: -3px 0;
  }
}
.Sustainability .box .img__box.max img {
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__box.large__logo {
    margin: 20px 0 -11px;
  }
}
.Sustainability .box .img__box.large__logo img {
  max-width: 515px;
  width: 100%;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__box.medium__logo {
    margin: 20px 0 -11px;
  }
  .Sustainability .box .img__box.medium__logo img {
    max-width: 225px !important;
  }
}
.Sustainability .box .img__box.medium__logo img {
   /* border: 1px solid #aaaaaa; */
  max-width: 225px;
}
.Sustainability .box .img__box a {
  display: block;
}
.Sustainability .box .img__box a img {
  vertical-align: bottom;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__box {
    display: block;
  }
  .Sustainability .box .img__box li {
    margin: 10px 0;
  }
  .Sustainability .box .img__box li img {
    max-width: 100%;
  }
  .Sustainability .box .img__box li:first-child {
    margin-top: 0;
  }
  .Sustainability .box .img__box li:last-child {
    margin-bottom: 5px;
  }
  .Sustainability .box .img__box + .small__ttl {
    margin-top: 30px;
  }
}
.Sustainability .box .BtnArea {
  margin-top: 28px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .BtnArea {
    margin-top: -5px;
  }
}
.Sustainability .box .Msg__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .Msg__ttl {
    margin-top: 40px;
  }
}
.Sustainability .box .Msg__img {
  float: right;
  margin: 0 0 40px 40px;
  width: 300px;
}
.Sustainability .box .Msg__img img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .Sustainability .box .Msg__img {
    width: 162px;
    margin: 0 0 11px 11px;
  }
}
.Sustainability .box .Msg__signature {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .Msg__signature {
    margin-top: 25px;
  }
}
.Sustainability .box .Msg__signature p {
  color: #000;
  line-height: 1.5;
}
.Sustainability .box .Msg__signature p + p {
  margin-top: 10px;
}
.Sustainability .box .Msg__signature p img {
  max-width: 181px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .Msg__signature p img {
    max-width: 180px;
  }
}
.Sustainability .box .img__link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link {
    margin-top: 0;
  }
}
.Sustainability .box .img__link.center {
  justify-content: center;
}
.Sustainability .box .img__link li {
  flex-grow: 0;
  width: calc(33.3333333333% - 27px);
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link li {
    margin: 10px 0;
    width: auto;
  }
}
 /* Add 20230808 */
.Sustainability .box .img__link li.project_examples{
  flex-grow: 0;
 width: calc(24.3% - 27px);
 height: 230px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link li.project_examples {
    margin: 10px 0;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link li:last-child {
    margin-bottom: 0;
  }
}
.Sustainability .box .img__link li.border span {
  /* border: 1px solid #aaaaaa; */
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link {
    display: block;
  }
}
.Sustainability .box .img__link a {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link a {
    max-width: none;
  }
}
.Sustainability .box .img__link a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.Sustainability .box .img__link a span {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link a span {
    aspect-ratio: 33.5/16;
    max-width: none;
    overflow: hidden;
  }
}
.Sustainability .box .img__link a img {
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link a img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.Sustainability .box .img__link a p {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.5;
  background: url("/ja/common/css/image/000000010.svg") no-repeat 0 7px/auto 7px;
  padding: 0 0 0 14px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link a p {
    font-size: 1.4rem;
    margin-top: 12px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:768px) {
  .Sustainability .box .img__link li:last-of-type p {
    margin-bottom: 0;
  }
}
.Sustainability .box .presentation__link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: flex-start;
  margin-top: 25px;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .Sustainability .box .presentation__link {
    margin-top: 0;
    display: block;
  }
}
.Sustainability .box .presentation__link li {
  flex-grow: 0;
  width: calc(33.3333333333% - 27px);
}
@media screen and (max-width:768px) {
  .Sustainability .box .presentation__link li {
    margin: 10px 0;
    width: auto;
  }
}
@media screen and (max-width:768px) {
  .Sustainability .box .presentation__link li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .Sustainability .box .presentation__link {
    display: block;
  }
}
.Sustainability .box .presentation__link .img {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .Sustainability .box .presentation__link .img {
    max-width: none;
  }
}
.Sustainability .box .presentation__link img {
  vertical-align: bottom;
  max-width: 100%;
  border: 1px solid #aaaaaa;
}
@media screen and (max-width:768px) {
  .Sustainability .box .presentation__link img {
    width: 100%;
    max-width: none;
  }
}
.Sustainability .box .presentation__link p {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.5;
  background: url("/ja/common/css/image/000000010.svg") no-repeat 0 7px/auto 7px;
  padding: 0 0 0 14px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .presentation__link p {
    font-size: 1.4rem;
    margin-top: 12px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:768px) {
  .Sustainability .box .presentation__link li:last-of-type p {
    margin-bottom: 0;
  }
}
/* add 20230808 */
.Sustainability .box .presentation__link li.movie001 {
  flex-grow: 0;
   width: calc(32% - 27px);
}
@media screen and (max-width:768px) {
  .Sustainability .box .presentation__link li.movie001 {
    margin: 8px 0;
    width: auto;
  }
}
.Sustainability .box .video__Link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 34px;
}
.Sustainability .box .video__Link li {
  flex-grow: 0;
  width: calc(33.3333333333% - 27px);
  text-align: center;
}
@media screen and (max-width:768px) {
  .Sustainability .box .video__Link li {
    margin: 15px 0;
    width: auto;
  }
}
.Sustainability .box .video__Link li:only-child {
  width: 100%;
}
@media screen and (max-width:768px) {
  .Sustainability .box .video__Link li:only-child {
    width: auto;
  }
}
@media screen and (max-width:768px) {
  .Sustainability .box .video__Link li:last-child {
    margin-bottom: 0;
  }
}
.Sustainability .box .video__Link li:first-child:nth-last-child(2), .Sustainability .box .video__Link li:first-child:nth-last-child(2) ~ div {
  flex-grow: 1;
  width: calc(50% - 27px);
}
@media screen and (max-width:768px) {
  .Sustainability .box .video__Link li:first-child:nth-last-child(2), .Sustainability .box .video__Link li:first-child:nth-last-child(2) ~ div {
    width: auto;
  }
}
.Sustainability .box .video__Link li:first-child:nth-last-child(2) a {
  margin: 0 0 0 auto;
}
@media screen and (max-width:768px) {
  .Sustainability .box .video__Link {
    display: block;
  }
}
.Sustainability .box .video__Link a {
  position: relative;
  display: block;
  width: 304px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .Sustainability .box .video__Link a {
    width: none;
  }
}
.Sustainability .box .video__Link a span {
  position: relative;
  display: block;
}
.Sustainability .box .video__Link a span::after {
  background: url("/ja/common/css/image/000000080.svg") no-repeat 0 0/cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.Sustainability .box .video__Link a img {
  vertical-align: bottom;
  width: 304px;
}

/*add 20240919 */
.Sustainability .box .video__Link a:hover img {
transform: scale(1.2, 1.2);
transition: 0.5s all;
}
.Sustainability .box .video__Link a span {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .Sustainability .box .video__Link a span {
    aspect-ratio: 33.5/16;
    max-width: none;
    overflow: hidden;
  }
}

@media screen and (max-width:768px) {
  .Sustainability .box .video__Link a img {
    width: 100%;
  }
}
.Sustainability .box .video__Link .link__txt {
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (max-width:768px) {
  .Sustainability .box .video__Link .link__txt {
    margin-top: 9px;
  }
}
@media screen and (max-width:768px) {
  .Sustainability .box .video__Link div:last-of-type p {
    margin-bottom: 0;
  }
}
.Sustainability .box .top__movie {
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
}
@media screen and (max-width:768px) {
  .Sustainability .box .top__movie {
    margin: 14px auto 6px;
    display: block;
  }
}
.Sustainability .box .top__movie a {
  display: block;
}
.Sustainability .box .top__movie img {
  max-width: 460px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .top__movie img {
    max-width: none;
    width: 100%;
  }
}
.Sustainability .box .top__movie span {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin: 14px auto 0;
}
@media screen and (max-width:768px) {
  .Sustainability .box .top__movie span {
    font-size: 1.6rem;
    margin: 8px auto 0;
  }
}
.Sustainability .box .top__movie em.external {
  display: none;
}
.Sustainability .box .PanelLink {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin: 25px 0 0;
}
@media screen and (max-width:768px) {
  .Sustainability .box .PanelLink {
    width: auto;
    gap: 15px;
    margin: 19px 0 5px;
  }
}
.Sustainability .box .PanelLink li {
  width: calc(33.3333333333% - 27px);
  position: relative;
}
@media screen and (max-width:768px) {
  .Sustainability .box .PanelLink li {
    width: calc(50% - 8px);
  }
}
.Sustainability .box .PanelLink li a {
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
}
.Sustainability .box .PanelLink li a img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width:768px) {
  .Sustainability .box .PanelLink li a img {
    max-width: none;
    width: 100%;
  }
}
.Sustainability .box .PanelLink li a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.Sustainability .box .PanelLink li:first-child {
  padding-top: 0;
}
.Sustainability .box .PanelLink__txt {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.Sustainability .box .PanelLink__txt p {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
@media screen and (max-width:768px) {
  .Sustainability .box .PanelLink__txt p {
    padding: 6px;
  }
}
.Sustainability .box .PanelLink__txt p > span {
  background-color: rgba(28, 119, 115, 0.8);
  color: #fff;
  display: block;
  padding: 8px 10px 7px;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .Sustainability .box .PanelLink__txt p > span {
    font-size: 1.6rem;
    padding: 10px 10px 7px;
  }
}
.Sustainability .box .PanelLink__txt p > span span {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 0 0 25px;
  position: relative;
  text-align: left;
}
@media screen and (max-width:768px) {
  .Sustainability .box .PanelLink__txt p > span span {
    padding: 0 0 0 17px;
  }
}
.Sustainability .box .PanelLink__txt p > span span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/ja/common/css/image/000000014.svg") no-repeat 0 0/contain;
  width: 19px;
  height: 19px;
  left: 0;
}
@media screen and (max-width:768px) {
  .Sustainability .box .PanelLink__txt p > span span::before {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width:768px) {
  _:matches(x),
.Sustainability .title__bg .title__area .inner {
    padding: 7px 10px 4px;
  }
  _:matches(x),
.Sustainability .box .mid__ttl span {
    padding: 6px 10px 5px 37px;
  }
  _:matches(x),
.Sustainability .box .small__ttl a {
    padding: 3px 10px 4px 10px;
  }
  _:matches(x),
.Sustainability .box .small__ttl span {
    padding: 3px 10px 4px 10px;
  }
  _:matches(x),
.Sustainability .box .tiny__ttl a {
    padding: 1px 0 2px 16px;
  }
  _:matches(x),
.Sustainability .box .tiny__ttl span {
    padding: 1px 0 2px 16px;
  }
}
@media screen and (min-width:769px) {
  .today .large_ttl {
    width: 980px;
    min-width: 980px;
    margin: 40px auto 35px;
    overflow: hidden;
    padding: 0 0 0 45px;
    background: url("/ja/common/css/image/000000139.png") no-repeat;
    border-bottom: solid 6px #a1cecc;
    line-height: 1.2;
    color: #010101;
  }
  .today .large_ttl h1 {
    margin: 0 0 5px;
    font-size: 3rem;
  }
}
@media screen and (max-width:768px) {
  .today .large_ttl {
    margin: 0 0 25px;
    padding: 0 4% 0 40px;
    background: url("/ja/common/css/image/000000139.png") no-repeat 13px 6px;
    background-size: 18px 18px;
    border-bottom: solid 6px #a1cecc;
    line-height: 1.2;
    color: #010101;
  }
  .today .large_ttl h1 {
    font-size: 1.8rem !important;
    padding-top: 5px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width:768px) {
  .today .column__Area {
    padding: 0 15px 1px;
  }
}
.today .img__Magazine {
  gap: 0 50px;
  margin: 13px 0 41px;
}
@media screen and (max-width:768px) {
  .today .img__Magazine {
    margin-bottom: 37px;
  }
}
.today .img__Magazine .img {
  max-width: 220px;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .img {
    max-width: 170px;
    margin: 0 0 21px;
  }
}
.today .img__Magazine .img span {
  display: block;
  overflow: hidden;
  border: 1px solid #aaa;
}
.today .img__Magazine .issue {
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .issue {
    font-size: 1.6rem;
  }
}
.today .img__Magazine .issue .latest__txt {
  background-color: #1c7773;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-right: 16px;
  padding: 3px 17px 0;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .issue .latest__txt {
    padding: 3px 14px 0;
  }
}
@media screen and (max-width:768px) {
  .today .img__Magazine .issue .latest__ttl {
    display: block;
    margin: 6px 0 0;
  }
}
.today .img__Magazine .ss__ttl {
  font-size: 2.8rem;
  margin: 19px 0 12px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .ss__ttl {
    font-size: 2.4rem;
    margin: 17px 0 18px;
  }
}
.today .img__Magazine .ss__ttl a {
  color: #000;
  text-decoration: underline;
}
.today .img__Magazine .ss__ttl a:hover {
  text-decoration: none;
}
.today .img__Magazine .disc__list li {
  font-size: 1.6rem;
  margin: 10px 0 0;
  padding: 0 0 0 23px;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .disc__list li {
    font-size: 1.4rem;
    margin: 9px 0 0;
    padding: 0 0 0 20px;
  }
}
.today .img__Magazine .disc__list li::before {
  width: 13px;
  height: 13px;
  top: 5px;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .disc__list li::before {
    width: 9px;
    height: 9px;
    top: 6px;
    left: 3px;
  }
}
.today .img__Magazine .disc__list li a {
  color: #000;
  text-decoration: underline;
}
.today .img__Magazine .disc__list li a:hover {
  text-decoration: none;
}
.today .img__Magazine .other__Link {
  display: flex;
  align-items: flex-start;
  margin-top: 14px;
  gap: 0 50px;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .other__Link {
    margin-top: 7px;
    gap: 0 43px;
    display: block;
  }
}
.today .img__Magazine .other__Link li {
  padding-top: 10px;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .other__Link li {
    padding-top: 13px;
  }
}
.today .img__Magazine .other__Link li .link__txt {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 3px 0 0 40px;
  position: relative;
}
.today .img__Magazine .other__Link li .link__txt span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .other__Link li .link__txt {
    display: inline-block;
    min-width: 11em;
  }
}
.today .img__Magazine .other__Link li .link__txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("/ja/common/css/image/000001710.png") no-repeat 0 0/28px auto;
}
.today .img__Magazine .other__Link li .link__txt[href*=".pdf"]::before {
  width: 24px;
  height: 30px;
  background: url("/ja/common/css/image/000001709.png") no-repeat 0 0/24px auto;
}
.today .img__Magazine .other__Link li .file__info,
.today .img__Magazine .other__Link li em.external {
  margin-left: 40px;
}
@media screen and (max-width:768px) {
  .today .img__Magazine .other__Link li .file__info,
.today .img__Magazine .other__Link li em.external {
    display: block;
  }
}
.today .img__Magazine .other__Link li .suppl__txt {
  margin: 0 0 0 39px;
  display: block;
}
.today .published__Magazine {
  border-top: 1px solid #aaa;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  gap: 80px 85px;
  padding-top: 40px;
}
@media screen and (max-width:768px) {
  .today .published__Magazine {
    grid-template-columns: repeat(1, 1fr);
    gap: 29px 0;
    padding: 41px 0 13px;
  }
}
.today .published__Magazine > li:not(:first-child):nth-child(3n+1) {
  position: relative;
}
.today .published__Magazine > li:not(:first-child):nth-child(3n+1)::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #aaa;
  width: 980px;
  height: 1px;
  top: -41px;
  left: 0;
}
@media screen and (max-width:768px) {
  .today .published__Magazine > li:not(:first-child):nth-child(3n+1)::before {
    display: none;
  }
}
.today .published__Magazine .img {
  max-width: 170px;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .img {
    max-width: 110px;
    margin: 0 auto 10px;
  }
}
.today .published__Magazine .img img {
  max-width: 100%;
  vertical-align: bottom;
}
.today .published__Magazine .img a {
  display: block;
  overflow: hidden;
  border: 1px solid #aaa;
}
.today .published__Magazine .img a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .img a {
    margin: 0 auto 0;
  }
}
.today .published__Magazine .img span {
  display: block;
  border: 1px solid #aaa;
}
.today .published__Magazine .img .file__info {
  display: none;
}
.today .published__Magazine .ttl__area {
  min-height: 8em;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .ttl__area {
    min-height: 0;
  }
}
.today .published__Magazine .issue {
  font-size: 1.6rem;
  margin: 21px 0 8px;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .issue {
    font-size: 1.4rem;
    margin: 0px 0 9px;
  }
}
.today .published__Magazine .ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 8px 0 0;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .ttl {
    font-size: 1.6rem;
  }
}
.today .published__Magazine .ttl a {
  text-decoration: underline;
  color: #000;
}
.today .published__Magazine .ttl a:hover {
  text-decoration: none;
}
.today .published__Magazine .ttl .file__info {
  display: none;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .other__Link {
    width: fit-content;
  }
}
.today .published__Magazine .other__Link li {
  margin-bottom: 8px;
  padding-left: 12px;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .other__Link li {
    margin-bottom: 9px;
  }
}
.today .published__Magazine .other__Link li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .other__Link li {
    width: fit-content;
  }
}
.today .published__Magazine .other__Link li a {
  margin: 0 auto;
  max-width: 200px;
  position: relative;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .other__Link li a i.PDF {
    margin-right: 0;
  }
}
.today .published__Magazine .other__Link li a::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/ja/common/css/image/000002059.svg") no-repeat 0 3px/contain;
  width: 4px;
  height: 10px;
  left: -12px;
  top: 3px;
}
.today .published__Magazine .other__Link li em.external {
  margin: 5px 0 0;
}
@media screen and (max-width:768px) {
  .today .published__Magazine .other__Link li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .today .published__Magazine > li {
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
  }
  .today .published__Magazine > li .img {
    grid-area: 1/1/3/2;
  }
  .today .published__Magazine > li .ttl__area {
    grid-area: 1/2/2/3;
  }
  .today .published__Magazine > li .other__Link {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .today .published__Magazine > li .other__Link {
    line-height: 1.4;
  }
}
.today .published__txt {
  margin: 48px auto 3px;
}
@media screen and (max-width:768px) {
  .today .published__txt {
    margin: 21px auto 11px;
  }
}

:lang(en) body:not(.today) .title__area .inner {
  padding: 35px 60px 26px;
}
@media screen and (max-width:768px) {
  :lang(en) body:not(.today) .title__area .inner {
    padding: 18px 10px 17px;
  }
}
:lang(en) body:not(.today) .title__area .inner h1 {
  margin-bottom: 0;
}
:lang(en) .top .logo a:nth-child(2) {
  margin-left: 37px;
}
:lang(en) .top .gnavi > dl {
  width: 1183px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .top .gnavi > dl {
    width: auto;
  }
}
:lang(en) .top .gnavi > dl > dt a {
  padding: 0 20px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .top .gnavi > dl > dt a {
    padding: 0 10px;
  }
}
:lang(en) .top .gnavi > dl > dd {
  width: 1183px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .top .gnavi > dl > dd {
    width: 100%;
  }
}
:lang(en) .top .gnavi > dl > dd dl {
  width: 1183px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .top .gnavi > dl > dd dl {
    width: auto;
  }
}
:lang(en) .top .gnavi > dl > dd > p {
  width: 1183px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  :lang(en) .top .gnavi > dl > dd > p {
    width: auto;
  }
}
:lang(en) .top .title__area .inner {
  padding: 20px 60px 14px;
}
@media screen and (max-width:768px) {
  :lang(en) .top .title__area .inner {
    padding: 10px 10px 10px;
  }
}
@media screen and (max-width:768px) {
  :lang(en) .top .title__area a.inner {
    padding: 10px 35px 10px;
  }
}
@media screen and (max-width:768px) {
  :lang(en) .top .PanelLink.column4 {
    display: block;
    padding: 0 20px;
  }
}
:lang(en) .top .PanelLink.column4 li {
  width: 33.3333333333%;
}
@media screen and (max-width:768px) {
  :lang(en) .top .PanelLink.column4 li {
    width: auto;
    margin-bottom: 20px;
  }
  :lang(en) .top .PanelLink.column4 li:last-child {
    margin-bottom: 0;
  }
}
:lang(en) .top .PanelLink.column4 li a {
  aspect-ratio: 3/2;
}
@media screen and (max-width:768px) {
  :lang(en) .top .PanelLink.column4 li a {
    aspect-ratio: 33.5/16;
  }
}
@media screen and (max-width:768px) {
  :lang(en) .top .PanelLink.column4 li a::before {
    width: 34px;
    height: 34px;
  }
}
:lang(en) .top .PanelLink.column4 li .PanelLink__txt p > span {
  min-height: 2em;
}
@media screen and (max-width:768px) {
  :lang(en) .top .PanelLink.column4 li .PanelLink__txt p > span {
    min-height: 0;
    padding: 10px 5px 10px;
  }
}
:lang(en) .top .PanelLink.column4 li .PanelLink__txt p > span span {
  letter-spacing: 0;
}
:lang(en) .top .PanelLink.column2 .PanelLink__txt p > span {
  padding: 9px 10px 8px;
}
:lang(en) .top .PanelLink .PanelLink__txt p > span {
  padding: 8px 10px 7px;
}
:lang(en) .top .PanelLink .PanelLink__txt p > span span {
  line-height: 1.2;
}
:lang(en) .top .Sustainability .ImgLinkArea {
  background-position: center center;
}
@media screen and (max-width:768px) {
  :lang(en) .top .Sustainability .ImgLinkArea .text {
    margin-top: 20px;
  }
}
:lang(en) .top .Sustainability .ImgLinkArea .text img {
  max-width: 266px;
  top: 11px;
}
@media screen and (max-width:768px) {
  :lang(en) .top .Sustainability .ImgLinkArea .text img {
    margin-right: 0px;
    max-width: 198px;
    top: -9px;
  }
}
:lang(en) .top .Sustainability .ImgLinkArea .ImgLinkArea__signature {
  padding: 0 90px;
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  :lang(en) .top .Sustainability .ImgLinkArea .ImgLinkArea__signature {
    padding: 0 7px;
  }
}
:lang(en) .top .Sustainability .ImgLinkArea .ImgLinkArea__signature p:first-child {
  align-self: flex-start;
  font-size: 1.3rem;
  padding: 11px 20px 0 0;
}
@media screen and (max-width:768px) {
  :lang(en) .top .Sustainability .ImgLinkArea .ImgLinkArea__signature p:first-child {
    padding: 11px 15px 0 0;
  }
}
:lang(en) .top .Sustainability .ImgLinkArea .ImgLinkArea__signature p img {
  max-width: 190px;
}
@media screen and (max-width:768px) {
  :lang(en) .top .Sustainability .ImgLinkArea .ImgLinkArea__signature p img {
    max-width: 161px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width:768px) {
  :lang(en) .top .Sustainability .ImgLinkArea .ImgLinkArea__signature {
    margin: 5px auto 18px;
  }
}
:lang(en) .top .Urgent__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
:lang(en) .top .Urgent dd {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
:lang(en) .top .Urgent dd a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
:lang(en) :lang(en) .top .UrgentBottom__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
:lang(en) .top .UrgentBottom dd {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
:lang(en) .top .UrgentBottom dd a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
:lang(en) .top .WhatsNew .tab {
  display: none;
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  :lang(en) .top .WhatsNew .tab {
    margin-bottom: 0;
  }
}
:lang(en) .top .WhatsNew .tab.active {
  display: block;
}
@media screen and (max-width:768px) {
  :lang(en) .top .WhatsNew .tabs li:nth-child(2) {
    width: 50%;
  }
  :lang(en) .top .WhatsNew .tabs li:nth-child(2) a {
    border-radius: 0 6px 0 0;
    border-right: 1px solid #aaaaaa;
  }
}
@media screen and (max-width:768px) {
  :lang(en) .top .WhatsNew .tabs li:nth-child(3) a {
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 6px;
  }
}
@media screen and (max-width:768px) {
  :lang(en) .top .WhatsNew .tabs li:nth-child(4) a {
    border-radius: 0;
  }
}
:lang(en) .top .NewsList__date {
  width: 8em;
}
@media screen and (max-width:768px) {
  :lang(en) .top .NewsList__date {
    width: 10em;
  }
}
@media screen and (max-width:768px) {
  :lang(en) .top .NewsList__ico {
    margin-right: 0;
  }
}
:lang(en) .AboutTop .map__layout .list-wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width:768px) {
  :lang(en) .AboutTop .map__layout .list-wrap {
    display: block;
  }
}
:lang(en) .AboutTop .map__layout .list-wrap ul:nth-child(1) {
  grid-area: 1/1/3/2;
}
:lang(en) .AboutTop .map__layout .list-wrap ul:nth-child(2) {
  grid-area: 1/2/2/3;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width:768px) {
  :lang(en) .AboutTop .map__layout .list-wrap ul:nth-child(2) {
    border-bottom: none;
  }
}
:lang(en) .AboutTop .map__layout .list-wrap ul:nth-child(3) {
  grid-area: 2/2/3/3;
}
:lang(en) .AboutTop .small__ttl .note {
  top: 4px;
}
:lang(en) .AboutTop .small__ttl div {
  position: relative;
}
@media screen and (max-width:768px) {
  :lang(en) .AboutTop .small__ttl div {
    padding: 4px 10px 8px 26px;
    overflow: hidden;
  }
  :lang(en) .AboutTop .small__ttl div .ttl__txt {
    float: left;
    padding: 0;
    line-height: normal;
    margin-bottom: -5px;
  }
  :lang(en) .AboutTop .small__ttl div .ttl__txt:before {
    left: -18px;
    top: 8px;
  }
  :lang(en) .AboutTop .small__ttl div .note {
    position: relative;
    float: right;
    padding: 0 0 0 10px;
    top: 3px;
  }
}
:lang(en) i.star {
  top: 3px;
}
:lang(en) .today .published__Magazine .ttl__area {
  min-height: 11.5em;
}
@media screen and (max-width:768px) {
  :lang(en) .today .published__Magazine .ttl__area {
    min-height: 0;
  }
}

::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd dl {
  width: 1017px;
}

::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd {
  width: 1017px;
  left: -9px;
}

::-webkit-full-page-media, :future, :root[lang=en] .gnavi > dl > dd > p {
  width: 1017px;
}

::-webkit-full-page-media, :future, :root[lang=en] .top .gnavi > dl > dd dl {
  width: 1202px;
}

::-webkit-full-page-media, :future, :root[lang=en] .top .gnavi > dl > dd {
  width: 1202px;
  left: -10px;
}

::-webkit-full-page-media, :future, :root[lang=en] .top .gnavi > dl > dd > p {
  width: 1202px;
}

@media screen and (max-width:768px) {
  _:matches(x),
:lang(en) .top .Sustainability .ImgLinkArea .text img {
    top: -7px;
  }
}
@media print {
  .top header {
    background: #fff;
    height: 81px;
  }
  .top header.fixed {
    background: #fff;
  }
  .top .MainVisual .slick-slide[aria-hidden=true] .MainVisual-slide__txt {
    width: 600px;
    display: none;
  }
  .top .MainVisual .slick-slide .MainVisual-slide__txt .pc {
    width: 30em;
  }
  .top .MainVisual-slide__txt.sp {
    display: none;
  }
  header {
    height: 87px;
  }
  header .header_inner .title .link,
header .header_inner .title .other_link {
    display: none !important;
  }
  .img__linkList .list li a,
.link__list li a,
.AboutTop .map__layout ul li a,
.img__Magazine .list li a {
    background-position: 0 10px;
  }
  .NewsList__ico {
    margin-top: 7px;
  }
  .link__list.column2 li:nth-child(2n-1) {
    padding-right: 10px;
  }
  .link__list.column2 li:nth-child(2n) {
    padding-left: 10px;
  }
  .AboutTop .map__layout .list-wrap ul:first-child li {
    padding-right: 10px;
  }
  .AboutTop .map__layout .list-wrap ul:nth-child(2) li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .AboutTop .map__layout .list-wrap ul:last-child li {
    padding-left: 10px;
  }
  body {
    overflow-y: visible;
    overflow-x: visible;
    zoom: 90%;
    padding: 0 !important;
    font-size: 240%;
  }
  body main {
    min-width: 0 !important;
    font-size: 95%;
  }
  .box,
.column__text {
    page-break-inside: avoid;
  }
  .lowerpage .disc__list > li::before {
    top: 10px;
  }
  .lowerpage .note__list {
    font-size: 2.2rem;
  }
  .lowerpage .faq__question p {
    font-size: inherit;
  }
  .lowerpage .map__Area .map__txt .img__map {
    width: 300px;
  }
  .lowerpage .column__Area .box .mid__ttl {
    font-size: 2.1rem;
  }
  .lowerpage .column__Area .box .small__ttl {
    font-size: 2rem;
  }
  .lowerpage .column__Area .box .least__ttl {
    font-size: 1.9rem;
  }
  .today .img__Magazine .other__Link li.more__info a {
    padding: 12px 30px;
  }
  .today .file__info {
    font-size: 1.4rem;
  }
  .dirtop.press .title__wrap {
    margin: 0 auto;
    width: auto;
    min-width: auto;
  }
  .dirtop.press .title__wrap .title__txt {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
  .dirtop.press .title__area .inner {
    width: 620px;
    right: 0;
  }
  .dirtop.press .title__area h1 {
    zoom: 0.8;
  }
  .dirtop.press main > #h1_title {
    width: 980px !important;
  }
  .dirtop .title__bg {
    margin: 0;
    width: auto;
  }
  .dirtop .title__txt {
    margin: 0;
    width: auto;
  }
  main > div#h1_title {
    width: auto !important;
  }
  main > div.main {
    padding: 0 5px !important;
  }
  div.main h2 {
    font-size: 2.5rem !important;
  }
  div.main h3 {
    font-size: 2.5rem !important;
  }
  div.main h5.annotation_h5 {
    font-size: 2rem !important;
  }
  div.main ol.notation li,
  div.main ul.notation li {
    font-size: 1.8rem !important;
  }
  .dirtop.today main .published__Magazine .issue,
  .dirtop.today main .published__Magazine .ttl,
  .dirtop.today main .published__txt {
    font-size: 1.8rem;
  }
  .dirtop.today main .img__Magazine .other__Link li span,
  .dirtop.today main .img__Magazine .other__Link li em,
  .dirtop.today main .published__Magazine .other__Link li {
    font-size: 1.4rem;
  }
  main .large_ttl {
    margin: 0 0 20px;
    padding: 0 0 0 45px;
    background: url("/ja/common/css/image/000000139.png") no-repeat;
    border-bottom: solid 6px #a1cecc;
    line-height: 1.2;
    color: #010101;
  }
  main .large_ttl h1 {
    margin: 0 0 5px;
    font-size: 3rem;
  }
  .Sustainability .box .small__ttl > span {
    font-size: 2.4rem;
  }
  .Sustainability .box .tiny__ttl span {
    font-size: 2.2rem;
  }
  .Sustainability .box .Msg__ttl {
    font-size: 2.4rem;
  }
  .video__Link em.external,
  .top__movie em.external,
  .top__movie + .BtnArea em.external,
  .VideoLink em.external {
    font-size: 1.6rem;
  }
  main p.btn_lookup a {
    background: linear-gradient(#494949, #2b2a2b) !important;
    border: solid 1px #bfbfbf !important;
    color: #fff !important;
  }
  .table__basic {
    font-size: 1.8rem;
  }
  .link__list li {
    background-position: 0 11px !important;
  }
  h4 {
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
  }
  h5 {
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
  }
  div.scroll table {
    width: 96%;
  }
  div.main table + ul.notation,
  div.main table + ol.notation,
  div.main div.scroll + ul.notation,
  div.main div.scroll + ol.notation {
    margin-top: 10px;
  }
}
/*add 20240925 S（社会）への取り組み新着情報欄追加*/

ul.newsList_social li { 
	border-bottom: 1px dotted #ccc;
	}
ul.newsList_social li:last-child { 
	border-bottom: none;
	}
ul.newsList_social li a { 
	display: block; 
	position: relative; 
	padding: 13px 0 13px 9em;
	line-height: 1.5;
	}	
ul.newsList_social li a span.date { 
	display: block; 
	position: absolute; 
	top: 14px; 
	left: 0; 
	width: 10em; 
	color: #333; 
	line-height: 1.5;
	}
 /* Add 20241122 */
@media print {
.Sustainability .box .presentation__link li.movie001 div.movie_display {
display: none;
}
.Sustainability .box .presentation__link li.movie001 img.thumbnail_display {
display: block !important;
}
}
.Sustainability .box .presentation__link li.movie001 div.movie_display {
width: 100%;
position: relative;
padding-bottom: 56.25%;
}
.Sustainability .box .presentation__link li.movie001 img.display_none {
display: none;
}