@charset "UTF-8";
:root {
  --primary-Collar: #0c419a;
  --secondary-Collar: #9bd1ff;
  --base-Collar01: #333;
  --base-Collar02: #666;
  --base-Collar03: #c6c6c6;
  --base-Collar04: #e8e8e8;
  --base-Collar05: #f4f6f8;
  --base-Collar06: #fff;
  --base-Collar07: #31313d;
  --base-Collar08: #223760;
  --base-Collar09: #4f5a77;
  --base-Collar10: #979db1;
  --base-Collar11: #c7ccdb;
  --base-Collar12: #d9deea;
  --base-Collar13: #f4f6fc;
  --accent-Collar01: #223760;
  --accent-Collar03: #5783d5;
  --accent-Collar04: #a2cff8;
  --accent-Collar05: #f1f9ff;
  --accent-Collar06: #1b6551;
  --accent-Collar07: #239d7c;
  --accent-Collar08: #30c69d;
  --accent-Collar09: #124101;
  --accent-Collar10: #296c11;
  --accent-Collar11: #3e9120;
  --accent-Collar12: #75c159;
  --accent-Collar13: #483d58;
  --accent-Collar14: #795ea0;
  --accent-Collar15: #baa8d5;
  --accent-Collar16: #a24106;
  --accent-Collar17: #de5500;
  --accent-Collar18: #ff872f;
  --accent-Collar19: #ffaf2f;
  --accent-Collar20: #a70650;
  --accent-Collar21: #e82828;
  --accent-Collar22: #65510f;
  --accent-Collar23: #987828;
  --transition01: 0.3s ease-in-out;
  --noto-sans: "Noto Sans JP", sans-serif;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: var(--noto-sans), "Noto Sans JP", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  overflow: hidden;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--base-Collar06);
  z-index: 10;
}
.c-header .inner-block {
  max-width: inherit;
  padding: min(34px, 1.7708333333vw) min(50px, 2.6041666667vw) min(29px, 1.5104166667vw) min(76px, 3.9583333333vw);
}
.c-header .logo-wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: min(20px, 1.0416666667vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header .logo01 {
  /* width: clamp(300px, 400px, lq(400, 1920)); */
  width: 300px;
  max-width: 400px;
}
.c-header .logo02 {
  /* width: clamp(100px, 130px, lq(130, 1920)); */
  max-width: 130px;
  width: 100px;
}
.c-header .c-btn-menu {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 6px 6px;
  border: 2px solid transparent;
  width: 96px;
  height: 125px;
  overflow: hidden;
  position: fixed;
  top: -27px;
  right: 19px;
  z-index: 999;
}
.c-header .c-btn-menu .inn {
  margin: auto;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 59px;
  height: 30px;
}
.c-header .c-btn-menu .line:nth-of-type(2)::after {
  top: 0;
  content: "";
}
.c-header .c-btn-menu .line,
.c-header .c-btn-menu .line:nth-of-type(2)::after {
  background: var(--base-Collar06);
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-header .c-btn-menu .line:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.c-header .c-btn-menu .line:nth-of-type(3) {
  top: 14px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.c-header .c-btn-menu .line:nth-of-type(2) {
  top: 28px;
}
.c-header .c-btn-menu .line:nth-of-type(1),
.c-header .c-btn-menu .line:nth-of-type(3) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-header .c-btn-menu.is-open {
  background: transparent;
}
.c-header .c-btn-menu.is-open .inn {
  width: min(36px, 1.875vw);
  top: min(40px, 2.0833333333vw);
}
.c-header .c-btn-menu.is-open .line:nth-of-type(1), .c-header .c-btn-menu.is-open .line:nth-of-type(3) {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-header .c-btn-menu.is-open .line:nth-of-type(2), .c-header .c-btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-header .c-btn-menu.is-open .line:nth-of-type(2) {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}
.c-header .c-btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
          transform: rotate(90deg) translate3d(0, 0, 0);
}
.c-header .c-menu-wrap {
  background: #4D4D4D;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: min(90px, 4.6875vw);
  z-index: 990;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
  overflow-y: scroll;
}
.c-header .c-menu-wrap .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(62px, 3.2291666667vw) min(90px, 4.6875vw);
}
.c-header .c-menu-wrap .link-ttl {
  color: var(--base-Collar06);
  display: block;
  font-size: min(25px, 1.3020833333vw);
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.4;
  position: relative;
}
.c-header .c-menu-wrap .link-ttl.disabled {
  pointer-events: none;
}
.c-header .c-menu-wrap .link-ttl.special {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(10px, 0.5208333333vw);
}
.c-header .c-menu-wrap .link-ttl.special::before {
  background: #255481;
  color: var(--base-Collar06);
  content: "特集";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(25px, 1.3020833333vw);
  font-weight: bold;
  width: min(70px, 3.6458333333vw);
  height: min(40px, 2.0833333333vw);
}
.c-header .c-menu-wrap .link-ttl + .link-ttl {
  margin-top: min(27px, 1.40625vw);
}
.c-header .c-menu-wrap .list {
  margin-top: min(27px, 1.40625vw);
}
.c-header .c-menu-wrap .list a {
  color: #8BBFB7;
  display: block;
  font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.75;
}
.c-header .c-menu-wrap .list + .link-ttl {
  margin-top: min(27px, 1.40625vw);
}
.c-header .c-menu-wrap.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.c-header .anchor-link-area {
  padding: 20px 0;
}
.c-header .anchor-link-area .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-header .anchor-link-area .link-list > li {
  width: 25%;
}
.c-header .anchor-link-area .link-list > li > a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: clamp(16px, 18px, min(18px, 0.9375vw));
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cover-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.cover-bg.is-open {
  pointer-events: all;
  opacity: 1;
}

.c-footer {
  background: #000;
}
.c-footer .inner-block {
  padding: 45px 20px;
}
.c-footer .company {
  color: var(--base-Collar06);
  font-size: clamp(20px, 38px, min(38px, 1.9791666667vw));
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 20px;
}
.c-footer .info {
  color: var(--base-Collar06);
  font-size: clamp(14px, 20px, min(20px, 1.0416666667vw));
  letter-spacing: -0.05em;
  line-height: 1.3;
  text-align: center;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 320px;
}
#pagetop a {
  background: var(--primary-Collar);
  border-radius: 100px;
  display: block;
  height: min(50px, 2.6041666667vw);
  width: min(50px, 2.6041666667vw);
  position: relative;
}
#pagetop a::before {
  content: "";
  display: inline-block;
  width: min(12px, 0.625vw);
  height: min(12px, 0.625vw);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: min(5px, 0.2604166667vw);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-ttl01 {
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl01 .en {
  display: block;
}
.c-ttl01 .ja {
  display: block;
  font-size: clamp(20px, 34px, min(34px, 1.7708333333vw));
  font-weight: 400;
}

.c-ttl02 {
  background: #F8F8F8;
  border-left: 15px solid var(--primary-Collar);
  font-size: clamp(18px, 20px, min(20px, 1.0416666667vw));
  font-weight: bold;
  padding: min(16px, 0.8333333333vw) min(30px, 1.5625vw);
  margin-bottom: min(50px, 2.6041666667vw);
}

.c-btn01 {
  color: #969696;
  display: block;
  font-size: clamp(14px, 17px, min(17px, 0.8854166667vw));
  font-weight: 500;
  position: relative;
  padding-bottom: min(5px, 0.2604166667vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: min(26px, 1.3541666667vw);
  margin-left: auto;
}
.c-btn01::before {
  background: #969696;
  -webkit-mask-image: url(../images/common/ico-arrow.svg);
          mask-image: url(../images/common/ico-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  content: "";
  height: min(15px, 0.78125vw);
  width: clamp(120px, 132px, min(132px, 6.875vw));
  position: absolute;
  bottom: 0;
  left: 0;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
main {
  margin-top: 87px;
}

.home {
  margin-top: 146px;
}
.home .mv-section {
  background: url(../images/home/bg_mv.jpg) no-repeat center center/cover;
}
.home .mv-section .inner-block {
  max-width: inherit;
  padding: 70px 40px 36px 40px;
  max-width: 1380px;
}
.home .mv-section .l-grid {
  display: grid;
  grid-template-columns: 1fr clamp(780px, 870px, min(870px, 45.3125vw));
  gap: 20px;
}
.home .mv-section .mv-ttl {
  color: var(--base-Collar06);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 30px;
}
.home .mv-section .mv-txt {
  color: var(--base-Collar06);
  font-size: 20px;
  font-weight: 500;
  line-height: 2.25;
  margin-top: min(56px, 2.9166666667vw);
  margin-left: min(45px, 2.34375vw);
}
.home .mv-section .mv-img {
  cursor: pointer;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-bottom: -110px;
  margin-top: 22px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0;
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  max-width: 870px;
  z-index: 1;
}
.home .special-contents-section.bg-box-section::before {
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
  opacity: 0;
  top: min(460px, 23.9583333333vw);
}
.home .special-contents-section.bg-box-section.is-animated::before {
  -webkit-animation: slideIn_left 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_left 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .special-contents-section .inner-block {
  padding-top: min(160px, 8.3333333333vw);
  padding-bottom: min(75px, 3.90625vw);
  max-width: 1380px;
}
.home .special-contents-section .c-ttl01 .en {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.home .special-contents-section .c-ttl01 .ja {
  margin-top: -30px;
  position: relative;
  left: min(12px, 0.625vw);
}
.home .special-contents-section .lead {
  font-size: 20px;
  font-weight: 400;
  margin-top: min(84px, 4.375vw);
  text-align: center;
}
.home .bg-box-section {
  position: relative;
}
.home .bg-box-section::before {
  background: #F0F8FD;
  content: "";
  height: min(620px, 32.2916666667vw);
  width: calc(100% - 456px);
  position: absolute;
  top: 0;
}
.home .top-message-section.bg-box-section::before {
  right: 0;
  top: min(223px, 11.6145833333vw);
  height: min(1000px, 52.0833333333vw);
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
  opacity: 0;
}
.home .top-message-section.bg-box-section.is-animated::before {
  -webkit-animation: slideIn_right 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_right 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .top-message-section .inner-block {
  padding-bottom: min(50px, 2.6041666667vw);
  max-width: 1380px;
}
.home .top-message-section .c-ttl01 .ja {
  margin-top: max(-90px, -4.6875vw);
  margin-right: min(44px, 2.2916666667vw);
}
.home .top-message-section .message-wrap {
  display: grid;
  grid-template-columns: min(650px, 33.8541666667vw) 1fr;
  margin-top: min(84px, 4.375vw);
}
.home .top-message-section .message-wrap .ttl {
  color: #004180;
  font-size: clamp(20px, 27px, min(27px, 1.40625vw));
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: min(30px, 1.5625vw);
}
.home .top-message-section .message-wrap .txt {
  font-size: clamp(16px, 23px, min(23px, 1.1979166667vw));
  font-weight: 300;
  line-height: 1.84;
  margin-left: min(0px, 0vw);
  width: calc(100% + min(34px, 1.7708333333vw));
}
.home .top-message-section .message-wrap .name-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: min(50px, 2.6041666667vw);
  margin: min(35px, 1.8229166667vw) 0 0 min(0px, 0vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .top-message-section .message-wrap .name-wrap .info {
  font-size: clamp(16px, 27px, min(27px, 1.40625vw));
  font-weight: 300;
}
.home .top-message-section .message-wrap .name-wrap .name {
  font-size: clamp(20px, 30px, min(30px, 1.5625vw));
  font-weight: 500;
  letter-spacing: -0.05em;
}
.home .top-message-section .message-wrap .c-btn01 {
  margin-right: min(85px, 4.4270833333vw);
}
.home .top-message-section .l-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(40px, 2.0833333333vw);
}
.home .top-message-section .link-wrap {
  position: relative;
  background: var(--base-Collar06);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  padding: 10px;
  margin-top: min(88px, 4.5833333333vw);
}
.home .top-message-section .link-wrap::before {
  background: var(--primary-Collar);
  border-radius: 100px;
  content: "";
  height: min(43px, 2.2395833333vw);
  width: min(43px, 2.2395833333vw);
  position: absolute;
  bottom: min(20px, 1.0416666667vw);
  right: min(20px, 1.0416666667vw);
  z-index: 10;
}
.home .top-message-section .link-wrap::after {
  content: "";
  border-style: solid;
  border-width: min(12px, 0.625vw) 0 min(12px, 0.625vw) min(18px, 0.9375vw);
  border-color: transparent transparent transparent var(--base-Collar06);
  height: min(16px, 0.8333333333vw);
  width: min(25px, 1.3020833333vw);
  position: absolute;
  bottom: min(30px, 1.5625vw);
  right: min(23px, 1.1979166667vw);
  z-index: 10;
}
.home .top-message-section .link-wrap .txt-wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: min(39px, 2.03125vw);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 80%;
}
.home .top-message-section .link-wrap .bg-white {
  background: var(--base-Collar06);
  padding: min(46px, 2.3958333333vw) min(53px, 2.7604166667vw) min(46px, 2.3958333333vw) min(40px, 2.0833333333vw);
}
.home .top-message-section .link-wrap .bg-white .info {
  color: #023F8F;
  font-size: clamp(12px, 15px, min(15px, 0.78125vw));
  font-weight: 500;
  line-height: 1.52173;
}
.home .top-message-section .link-wrap .bg-white .ttl {
  color: #023F8F;
  font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  font-weight: bold;
  line-height: 1.66666;
  margin-top: min(20px, 1.0416666667vw);
}
.home .top-message-section .link-wrap .bg-black {
  background: rgba(0, 0, 0, 0.85);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: min(19px, 0.9895833333vw) min(26px, 1.3541666667vw);
  margin-top: auto;
}
.home .top-message-section .link-wrap .bg-black .info {
  color: var(--base-Collar06);
  font-size: clamp(12px, 15px, min(15px, 0.78125vw));
  font-weight: 500;
}
.home .top-message-section .link-wrap .bg-black .name {
  color: var(--base-Collar06);
  font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  font-weight: 500;
}
.home .top-message-section .link-wrap .img {
  overflow: hidden;
}
.home .top-message-section .link-wrap .img img {
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.home .corporate-sustainability-section.bg-box-section::before {
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
  opacity: 0;
  top: min(300px, 15.625vw);
  height: min(945px, 49.21875vw);
}
.home .corporate-sustainability-section.bg-box-section.is-animated::before {
  -webkit-animation: slideIn_left 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_left 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .corporate-sustainability-section .inner-block {
  padding-bottom: min(30px, 1.5625vw);
  max-width: 1380px;
}
.home .corporate-sustainability-section .c-ttl01 .ja {
  margin-top: max(-86px, -4.4791666667vw);
  left: max(-39px, -2.03125vw);
  position: relative;
}
.home .corporate-sustainability-section .l-grid {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr min(406px, 21.1458333333vw);
  gap: min(83px, 4.3229166667vw);
  max-width: 1248px;
  margin: min(84px, 4.375vw) 0 0 min(50px, 2.6041666667vw);
}
.home .corporate-sustainability-section .l-grid .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7857;
}
.home .corporate-sustainability-section .l-grid .note {
  font-size: clamp(12px, 14px, min(14px, 0.7291666667vw));
  font-weight: 300;
  line-height: 2.17391;
  margin-top: min(25px, 1.3020833333vw);
}
.home .corporate-sustainability-section .c-link-box {
  margin-top: min(106px, 5.5208333333vw);
}
.home .sustainability-invesrment-section.bg-box-section::before {
  right: 0;
  top: min(346px, 18.0208333333vw);
  height: min(822px, 42.8125vw);
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
  opacity: 0;
}
.home .sustainability-invesrment-section.bg-box-section.is-animated::before {
  -webkit-animation: slideIn_right 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_right 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .sustainability-invesrment-section .inner-block {
  padding-bottom: min(100px, 5.2083333333vw);
  max-width: 1380px;
}
.home .sustainability-invesrment-section .c-ttl01 .ja {
  margin-top: -73px;
  right: min(241px, 12.5520833333vw);
  position: relative;
}
.home .sustainability-invesrment-section .lead {
  font-size: clamp(18px, 28px, min(28px, 1.4583333333vw));
  font-weight: 400;
  margin-top: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.home .sustainability-invesrment-section .l-grid {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: min(390px, 20.3125vw) 1fr;
  gap: min(63px, 3.28125vw);
  max-width: 1434px;
  margin: min(43px, 2.2395833333vw) auto 0;
}
.home .sustainability-invesrment-section .l-grid .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7857;
  margin-top: 27px;
}
.home .sustainability-invesrment-section .l-grid .note {
  font-size: clamp(14px, 23px, min(23px, 1.1979166667vw));
  font-weight: 300;
  line-height: 2.17391;
  margin-top: 20px;
}
.home .sustainability-invesrment-section .c-link-box {
  margin-top: min(106px, 5.5208333333vw);
}
.home .sustainability-report-section.bg-box-section::before {
  left: 0;
  top: min(211px, 10.9895833333vw);
  height: min(785px, 40.8854166667vw);
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
  opacity: 0;
}
.home .sustainability-report-section.bg-box-section.is-animated::before {
  -webkit-animation: slideIn_left 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_left 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .sustainability-report-section .inner-block {
  padding-bottom: min(60px, 3.125vw);
  max-width: 1740px;
}
.home .sustainability-report-section .c-ttl01 .ja {
  margin-top: max(-152px, -7.9166666667vw);
  position: relative;
  left: min(121px, 6.3020833333vw);
}
.home .sustainability-report-section .lead {
  font-size: clamp(16px, 19px, min(19px, 0.9895833333vw));
  font-weight: 400;
  margin-top: min(70px, 3.6458333333vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: min(280px, 14.5833333333vw);
  line-height: 1.8;
}
.home .sustainability-report-section .report-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: min(47px, 2.4479166667vw) min(250px, 13.0208333333vw) 0 auto;
}
.home .sustainability-report-section .report-wrap .ttl {
  background: #F0F8FD;
  color: var(--primary-Collar);
  font-size: clamp(18px, 25px, min(25px, 1.3020833333vw));
  font-weight: 400;
  border: 1px solid var(--primary-Collar);
  padding: min(9px, 0.46875vw) min(18px, 0.9375vw);
  margin-top: min(80px, 4.1666666667vw);
}
.home .sustainability-report-section .report-wrap .img {
  border: 1px solid #000;
  max-width: min(224px, 11.6666666667vw);
  margin: 0 min(53px, 2.7604166667vw) 0 min(73px, 3.8020833333vw);
  overflow: hidden;
}
.home .sustainability-report-section .report-wrap .img img {
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.home .sustainability-report-section .report-wrap .c-btn01 {
  margin-left: 0;
  margin-top: auto;
}
.home .sustainability-report-section .c-btn01 {
  margin-top: 5px;
}
.home .sustainability-report-section .c-btn01::before {
  height: min(27px, 1.40625vw);
  width: min(186px, 9.6875vw);
}
.home .another-section .inner-block {
  padding-top: min(70px, 3.6458333333vw);
  padding-bottom: min(88px, 4.5833333333vw);
}
.home .another-section .banner {
  max-width: 1065px;
  margin: 0 auto min(190px, 9.8958333333vw);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .another-section .disclaimer {
  border: 1px solid #707070;
  font-size: clamp(12px, 15px, min(15px, 0.78125vw));
  font-weight: 300;
  max-width: 1065px;
  margin: auto;
  padding: min(23px, 1.1979166667vw) min(25px, 1.3020833333vw);
  letter-spacing: -0.05em;
  text-align: center;
}
.home .another-section .disclaimer a {
  text-decoration: underline;
}
.home .c-box-link {
  background: #9CCAED;
  color: var(--base-Collar06);
  font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  font-weight: 600;
  line-height: 1.66666;
  padding: min(43px, 2.2395833333vw) min(20px, 1.0416666667vw);
  text-align: center;
}
.home .c-link-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(40px, 2.0833333333vw);
  max-width: 1700px;
  margin-left: auto;
  margin-top: min(120px, 6.25vw);
}
.home .c-link-box li:nth-child(1) .wrap::before {
  background: var(--primary-Collar);
}
.home .c-link-box li:nth-child(2) .wrap::before {
  background: var(--accent-Collar03);
}
.home .c-link-box li:nth-child(3) .wrap::before {
  background: var(--secondary-Collar);
}
.home .c-link-box .wrap {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: min(28px, 1.4583333333vw);
}
.home .c-link-box .wrap::before {
  content: "";
  height: clamp(250px, 298px, min(298px, 15.5208333333vw));
  width: clamp(358px, 358px, min(358px, 18.6458333333vw));
  position: absolute;
  left: 0;
  top: max(-29px, -1.5104166667vw);
  mix-blend-mode: multiply;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
  z-index: 2;
}
.home .c-link-box .wrap.is-active::before {
  height: calc(100% + min(120px, 6.25vw));
  width: min(560px, 29.1666666667vw);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.home .c-link-box .wrap.is-active .list {
  display: block;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.home .c-link-box .txt-wrap {
  position: absolute;
  top: min(92px, 4.7916666667vw);
  bottom: 0;
  margin: auto;
  left: 30px;
  z-index: 2;
  height: clamp(250px, 298px, min(298px, 15.5208333333vw));
}
.home .c-link-box .ttl {
  color: var(--base-Collar06);
  font-size: clamp(18px, 25px, min(25px, 1.3020833333vw));
  font-weight: bold;
  line-height: 1.57894;
}
.home .c-link-box .list {
  opacity: 0;
  pointer-events: none;
  margin-top: min(26px, 1.3541666667vw);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.home .c-link-box .list li {
  color: var(--base-Collar06);
  font-size: clamp(14px, 17px, min(17px, 0.8854166667vw));
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2;
  position: relative;
  padding-left: min(25px, 1.3020833333vw);
  line-height: 1.76;
}
.home .c-link-box .list li::before {
  background: var(--base-Collar06);
  border-radius: 10px;
  content: "";
  height: min(4px, 0.2083333333vw);
  width: min(4px, 0.2083333333vw);
  position: absolute;
  top: min(16px, 0.8333333333vw);
  left: min(15px, 0.78125vw);
}
.home .c-link-box .img {
  overflow: hidden;
}
.home .c-link-box .img img {
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.home .c-aco-wrap {
  cursor: pointer;
  background: #9CCAED;
  border: 2px solid #9CCAED;
  margin-top: 30px;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
  z-index: 2;
  position: relative;
}
.home .c-aco-wrap .aco-head {
  color: var(--base-Collar06);
  font-size: 20px;
  font-weight: 600;
  padding: min(8px, 0.4166666667vw) min(15px, 0.78125vw);
  position: relative;
  text-align: center;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.home .c-aco-wrap .aco-head::before, .home .c-aco-wrap .aco-head::after {
  background: var(--base-Collar06);
  content: "";
  height: 21px;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.home .c-aco-wrap .aco-head::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .c-aco-wrap .aco-head.is-active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .c-aco-wrap .aco-body {
  display: none;
  padding: min(20px, 1.0416666667vw) min(40px, 2.0833333333vw) min(40px, 2.0833333333vw);
}
.home .c-aco-wrap .aco-body .link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(20px, 1.0416666667vw);
}
.home .c-aco-wrap .aco-body .link a {
  display: block;
  color: var(--primary-Collar);
  font-size: clamp(14px, 18px, min(18px, 0.9375vw));
  font-weight: bold;
  text-align: center;
}

.modal {
  max-width: 900px;
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  z-index: 50;
}
.modal img {
  width: 100%;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 49;
}

.overlay.open {
  display: block;
}

.modal.open {
  display: block;
}

@-webkit-keyframes slideIn_left {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_left {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn_right {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn_right {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.message .kv-block {
  background: url(../images/message/kv_bg.jpg) no-repeat;
  padding-top: 51px;
  margin-bottom: 100px;
  min-height: clamp(300px, 488px, min(488px, 25.4166666667vw));
  position: relative;
}
.message .kv-block .inner-block {
  max-width: 1380px;
  position: static;
  display: grid;
  grid-template-columns: 1fr min(780px, 40.625vw);
  gap: 20px;
}
.message .kv-block .kv-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.7;
  display: inline-block;
  left: 42px;
  margin-top: min(23px, 1.1979166667vw);
}
.message .kv-block .anchor-list {
  margin-top: min(20px, 1.0416666667vw);
  margin-left: min(30px, 1.5625vw);
}
.message .kv-block .anchor-list > li {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.message .kv-block .anchor-list > li > a {
  color: #fff;
  position: relative;
}
.message .kv-block .anchor-list > li > a:hover {
  opacity: 0.2;
}
.message .kv-block img {
  display: block;
  margin-left: auto;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
}
.message .mv-section .ttl.blue {
  color: var(--primary-Collar);
  font-weight: 500;
}
.message .mv-section .sub-ttl {
  font-size: clamp(16px, 23px, min(24px, 1.25vw));
  line-height: 1.84;
  font-weight: 300;
  margin-top: min(37px, 1.9270833333vw);
}
.message .contents-section .info {
  font-size: 18px;
  margin-top: min(34px, 1.7708333333vw);
  font-weight: 300;
  line-height: 2;
}
.message .contents-section .attention {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  margin-top: min(34px, 1.7708333333vw);
}
.message .contents-section .f-right {
  margin-top: 18px;
  margin-left: 38px;
  width: min(550px, 28.6458333333vw);
}
.message .contents-section .f-left {
  margin-top: 18px;
  margin-right: 38px;
  width: min(550px, 28.6458333333vw);
}
.message .contents-section .list01 {
  margin-top: 8px;
  margin-bottom: 63px;
}
.message .contents-section .list01 > li {
  margin-bottom: 35px;
}
.message .contents-section .list01 > li:last-child {
  margin-bottom: 0;
}
.message .contents-section .list-ttl {
  color: var(--primary-Collar);
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
}
.message .contents-section .list-ttl::before {
  content: "";
  background: var(--primary-Collar);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 8px;
  left: 0;
}
.message .contents-section .list-txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
.message .contents-section .list-txt a {
  text-decoration: underline;
  display: inline-block;
}
.message .contents-section .list-txt a span {
  text-decoration: underline;
}
.message .contents-section .disclaimer-area {
  border: 1px solid #707070;
  padding: 20px 24px;
  margin-top: 100px;
}
.message .contents-section .disclaimer-area .disclaimer {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1.66;
  text-align: center;
}
.message .contents-section .disclaimer-area .disclaimer a {
  text-decoration: underline;
}
.message .contents-section .disclaimer-area .date {
  text-align: right;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1.66;
  margin-top: 0px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.special .mv-section {
  background: url(../images/special/mv-bg.jpg) no-repeat center center/cover;
  content: "";
  padding: min(80px, 4.1666666667vw) 0 min(60px, 3.125vw) 0;
}
.special .mv-section.engagement .banner-ttl {
  background: rgb(155, 120, 40);
}
.special .mv-section.etf .banner-ttl {
  background: rgb(62, 145, 32);
}
.special .mv-section .l-grid {
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: min(650px, 33.8541666667vw) 1fr;
  max-width: 1340px;
  padding: 0 20px;
  gap: min(87px, 4.53125vw);
  margin: 0 auto;
}
.special .mv-section .banner-ttl {
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
  background: var(--primary-Collar);
  color: var(--base-Collar06);
  padding: min(22px, 1.1458333333vw) min(50px, 2.6041666667vw) min(24px, 1.25vw) min(330px, 17.1875vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: max(-310px, -16.1458333333vw);
}
.special .mv-section .banner-ttl .sub {
  display: block;
  font-size: clamp(12px, 19px, min(19px, 0.9895833333vw));
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.5;
}
.special .mv-section .banner-ttl .sub.mb-0 {
  margin-bottom: 0;
}
.special .mv-section .banner-ttl .main {
  display: block;
  font-size: min(40px, 2.0833333333vw);
  font-weight: bold;
  line-height: 1.5;
}
.special .mv-section .img {
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.16);
  margin-top: min(45px, 2.34375vw);
  position: relative;
}
.special .mv-section .ttl {
  font-size: clamp(26px, 34px, min(34px, 1.7708333333vw));
  font-weight: bold;
  line-height: 1.76;
}
.special .mv-section .ttl + .txt {
  margin-top: min(57px, 2.96875vw);
}
.special .mv-section .ttl .main {
  font-size: clamp(30px, 38px, min(38px, 1.9791666667vw));
  margin-bottom: 10px;
  display: block;
}
.special .mv-section .txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  margin-bottom: min(52px, 2.7083333333vw);
}
.special .mv-section .info-name-area {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.special .mv-section .info-name {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #fff;
  font-size: clamp(12px, 19px, min(19px, 0.9895833333vw));
  font-weight: 300;
  line-height: 1.8;
  padding: min(15px, 0.78125vw);
  max-width: 450px;
  margin-top: 5px;
  vertical-align: text-top;
  width: 50%;
}
.special .mv-section .info-name .small {
  font-size: clamp(12px, 15px, min(15px, 0.78125vw));
}
.special .contents-section .inner-block {
  padding-top: 97px;
  padding-bottom: 97px;
  max-width: 1180px;
}
.special .contents-section .wrap {
  overflow: hidden;
}
.special .contents-section .wrap + .wrap {
  margin-top: min(50px, 2.6041666667vw);
}
.special .contents-section .txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
.special .contents-section .float-none {
  clear: both;
}
.special .contents-section .img.w-50 {
  width: 50%;
}
.special .contents-section .mx-auto {
  margin: auto;
}
.special .contents-section .note-box {
  border: 1px solid #707070;
  padding: 30px 25px 22px;
  margin-top: min(100px, 5.2083333333vw);
  text-align: center;
}
.special .contents-section .note-box .inn {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.66666;
}
.special .contents-section .note-box .day {
  font-size: min(18px, 0.9375vw);
  font-weight: 300;
  letter-spacing: -0.05em;
  text-align: right;
}
.special .contents-section .note-box a {
  text-decoration: underline;
}
.special .contents-section .note {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}
.special .contents-section .img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(35px, 1.8229166667vw);
  margin: min(40px, 2.0833333333vw) 0 0;
  position: relative;
}
.special .contents-section .img-wrap .img {
  margin: 0;
}
.special .contents-section .img-wrap .img.w-sp-80 {
  width: 80%;
}
.special .contents-section .profile-wrap {
  position: relative;
}
.special .contents-section .profile-wrap .info-name {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #fff;
  font-weight: 300;
  line-height: 1.8;
  padding: min(15px, 0.78125vw);
  max-width: 450px;
  margin-top: 5px;
  font-size: clamp(14px, 19px, min(19px, 0.9895833333vw));
}
.special .contents-section .bold-ttl {
  font-weight: bold;
  font-size: min(24px, 1.25vw);
}
.special.special04 .img-wrap {
  grid-template-columns: 7fr 3fr;
}
.special.index09 .mv-section .info-name-area {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.5);
  gap: 5px;
  padding: 10px 0;
}
.special.index09 .mv-section .info-name-area .info-name {
  margin-top: 0;
  background: none;
  font-size: clamp(14px, 16px, min(16px, 0.8333333333vw));
  padding: 0;
  text-align: center;
  width: auto;
}
.special.index10 .contents-section .profile-wrap {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.special.index10 .contents-section .info-name {
  left: 0;
  right: initial;
  text-align: left;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto min(26px, 1.3541666667vw);
  width: calc(100% - min(180px, 9.375vw));
  max-width: 1300px;
}
.c-breadcrumb li + li {
  position: relative;
  padding-left: 20px;
  margin-left: 5px;
}
.c-breadcrumb li + li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-breadcrumb .inn {
  display: block;
  color: #707070;
  font-size: clamp(14px, 16px, min(16px, 0.8333333333vw));
  font-weight: 400;
  letter-spacing: -0.05em;
}
.c-breadcrumb.full {
  width: calc(100% - min(100px, 5.2083333333vw));
}
.c-breadcrumb.white li + li::before {
  border-color: #fff;
}
.c-breadcrumb.white .inn {
  color: #fff;
}

hr {
  border-top: 1px dashed #333;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .logo-wrap {
    gap: min(20px, 5.1282051282vw);
  }
  .c-header .logo-wrap a:nth-child(1) img {
    max-width: min(180px, 48vw);
  }
  .c-header .logo-wrap a:nth-child(2) img {
    max-width: min(70px, 18.6666666667vw);
  }
  .c-header .logo01 {
    width: min(180px, 48vw);
  }
  .c-header .logo02 {
    width: min(70px, 18.6666666667vw);
  }
  .c-header .c-btn-menu {
    top: max(-8px, -2.1333333333vw);
    right: min(10px, 2.6666666667vw);
    width: min(60px, 16vw);
    height: min(55px, 14.6666666667vw);
  }
  .c-header .c-btn-menu .inn {
    top: min(20px, 5.3333333333vw);
    width: min(40px, 10.6666666667vw);
    height: min(30px, 8vw);
  }
  .c-header .c-btn-menu .line:nth-of-type(3) {
    top: min(10px, 2.6666666667vw);
  }
  .c-header .c-btn-menu .line:nth-of-type(2) {
    top: min(20px, 5.3333333333vw);
  }
  .c-header .c-btn-menu.is-open .inn {
    width: min(35px, 9.3333333333vw);
    top: 0px;
  }
  .c-header .c-menu-wrap {
    padding: min(90px, 24vw) min(25px, 6.6666666667vw) min(30px, 8vw);
    height: 100%;
    max-height: 90%;
  }
  .c-header .c-menu-wrap .inn {
    gap: 30px 40px;
  }
  .c-header .c-menu-wrap .link-ttl {
    font-size: min(18px, 4.8vw);
  }
  .c-header .c-menu-wrap .link-ttl.special {
    gap: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-header .c-menu-wrap .link-ttl.special::before {
    font-size: min(18px, 4.8vw);
    width: 60px;
    height: 35px;
  }
  .c-header .c-menu-wrap .link-ttl + .link-ttl {
    margin-top: 20px;
  }
  .c-header .c-menu-wrap .list {
    margin-top: 25px;
  }
  .c-header .c-menu-wrap .list + .link-ttl {
    margin-top: 25px;
  }
  .c-header .anchor-link-area .link-list > li > a {
    font-size: 16px;
  }
  .c-footer .inner-block {
    padding: 30px 15px;
  }
  .c-footer .company {
    margin-bottom: 10px;
  }
  #pagetop a {
    height: min(30px, 8vw);
    width: min(30px, 8vw);
  }
  #pagetop a::before {
    width: min(8px, 2.1333333333vw);
    height: min(8px, 2.1333333333vw);
    top: min(5px, 1.3333333333vw);
    right: max(-1px, -0.2666666667vw);
  }
  .c-ttl01 {
    text-align: center;
    margin: 0 auto;
  }
  .c-ttl01 .en {
    margin: 0 auto;
  }
  .c-ttl01 .ja {
    font-size: clamp(20px, 24px, min(24px, 4vw));
  }
  .c-ttl02 {
    border-width: 8px;
    font-size: min(18px, 4.8vw);
    padding: min(10px, 2.6666666667vw) min(25px, 6.6666666667vw);
    margin-bottom: min(25px, 6.6666666667vw);
  }
  .c-btn01::before {
    height: 16px;
    width: 90px;
  }
  .c-btn01 {
    margin-top: 15px;
  }
  main {
    margin-top: 70px;
  }
  .home {
    margin-top: 216px;
  }
  .home .mv-section {
    height: 224px;
  }
  .home .mv-section .l-grid {
    grid-template-columns: 1fr;
  }
  .home .mv-section .mv-ttl {
    font-size: 25px;
  }
  .home .mv-section .mv-txt {
    line-height: 1.16666;
    margin-top: 20px;
    font-size: 15px;
    margin-left: 30px;
  }
  .home .special-contents-section.bg-box-section::before {
    top: min(280px, 74.6666666667vw);
    height: min(800px, 213.3333333333vw);
  }
  .home .special-contents-section .inner-block {
    padding-top: min(230px, 61.3333333333vw);
    padding-bottom: min(75px, 20vw);
  }
  .home .special-contents-section .c-ttl01 .en {
    max-width: 220px;
  }
  .home .special-contents-section .c-ttl01 .ja {
    margin-top: -10px;
  }
  .home .special-contents-section .lead {
    text-align: left;
    margin-top: 30px;
    font-size: 16px;
  }
  .home .bg-box-section {
    margin-top: -140px;
    padding-top: 140px;
  }
  .home .bg-box-section::before {
    width: calc(100% - 50px);
  }
  .home .top-message-section.bg-box-section::before {
    top: min(50px, 13.3333333333vw);
    height: min(800px, 213.3333333333vw);
  }
  .home .top-message-section .inner-block {
    padding-top: 0;
    padding-bottom: min(6px, 1.6vw);
  }
  .home .top-message-section .c-ttl01 .en {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    max-width: 220px;
  }
  .home .top-message-section .c-ttl01 .ja {
    margin-top: -20px;
    position: relative;
  }
  .home .top-message-section .message-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
    margin-top: 30px;
  }
  .home .top-message-section .message-wrap .ttl {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .home .top-message-section .message-wrap .txt {
    line-height: 1.5;
  }
  .home .top-message-section .message-wrap .name-wrap {
    gap: 20px;
  }
  .home .top-message-section .l-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home .top-message-section .link-wrap {
    margin-top: 50px;
  }
  .home .top-message-section .link-wrap + .link-wrap {
    margin-top: 15px;
  }
  .home .top-message-section .link-wrap::before {
    height: 30px;
    width: 30px;
    bottom: 15px;
    right: 15px;
  }
  .home .top-message-section .link-wrap::after {
    border-width: 8px 0 8px 15px;
    height: 15px;
    width: 16px;
    bottom: 22px;
    right: 20px;
  }
  .home .top-message-section .link-wrap .txt-wrap {
    gap: 5px;
    height: calc(100% - 20px);
  }
  .home .top-message-section .link-wrap .bg-white {
    padding: 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .top-message-section .link-wrap .bg-white .ttl {
    margin-top: 10px;
  }
  .home .top-message-section .link-wrap .bg-black {
    padding: 12px 10px;
  }
  .home .corporate-sustainability-section {
    padding-top: 140px;
    margin-top: -140px;
  }
  .home .corporate-sustainability-section.bg-box-section::before {
    top: min(100px, 26.6666666667vw);
    height: min(1640px, 437.3333333333vw);
  }
  .home .corporate-sustainability-section .inner-block {
    padding-top: min(30px, 8vw);
    padding-bottom: min(68px, 18.1333333333vw);
  }
  .home .corporate-sustainability-section .c-ttl01 .en {
    max-width: 220px;
  }
  .home .corporate-sustainability-section .c-ttl01 .ja {
    margin-top: -20px;
    position: relative;
  }
  .home .corporate-sustainability-section .l-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 30px auto 0;
  }
  .home .corporate-sustainability-section .l-grid .txt {
    font-size: 16px;
  }
  .home .corporate-sustainability-section .l-grid .note {
    margin-top: 10px;
    line-height: 1.5;
  }
  .home .sustainability-invesrment-section.bg-box-section::before {
    top: min(108px, 28.8vw);
    height: min(1400px, 373.3333333333vw);
  }
  .home .sustainability-invesrment-section .inner-block {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .home .sustainability-invesrment-section .c-ttl01 .en {
    max-width: 220px;
  }
  .home .sustainability-invesrment-section .c-ttl01 .ja {
    margin-top: -15px;
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
  }
  .home .sustainability-invesrment-section .lead {
    text-align: left;
    margin-top: 30px;
  }
  .home .sustainability-invesrment-section .l-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 50px auto 0;
  }
  .home .sustainability-invesrment-section .l-grid .txt {
    font-size: 16px;
  }
  .home .sustainability-invesrment-section .l-grid .note {
    line-height: 1.6;
    margin-top: 10px;
  }
  .home .sustainability-report-section {
    padding-top: 140px;
    margin-top: -140px;
  }
  .home .sustainability-report-section.bg-box-section::before {
    top: min(137px, 36.5333333333vw);
    height: min(550px, 146.6666666667vw);
  }
  .home .sustainability-report-section .inner-block {
    padding-top: min(40px, 10.6666666667vw);
    padding-bottom: min(30px, 8vw);
  }
  .home .sustainability-report-section .c-ttl01 {
    max-width: 420px;
  }
  .home .sustainability-report-section .c-ttl01 .ja {
    margin-top: -30px;
    left: 0;
  }
  .home .sustainability-report-section .lead {
    text-align: left;
    margin-top: 30px;
    margin-left: 0;
    width: auto;
  }
  .home .sustainability-report-section .report-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto 0;
  }
  .home .sustainability-report-section .report-wrap .ttl {
    padding: 5px 15px;
  }
  .home .sustainability-report-section .report-wrap .img {
    max-width: 200px;
    margin: 30px auto 30px;
  }
  .home .another-section .inner-block {
    padding-top: min(20px, 5.3333333333vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .home .another-section .banner {
    margin: 0 auto 50px;
  }
  .home .another-section .disclaimer {
    padding: 15px 20px;
  }
  .home .c-box-link {
    padding: 10px 15px;
    line-height: 1.4;
  }
  .home .c-link-box .wrap {
    max-width: 450px;
    margin: 0 auto;
  }
  .home .c-link-box .wrap.is-active::before {
    height: calc(100% + 50px);
    width: calc(100% + 20px);
  }
  .home .c-link-box .txt-wrap {
    top: min(50px, 13.3333333333vw);
    bottom: initial;
    height: 200px;
  }
  .home .c-link-box .ttl {
    line-height: 1.3;
  }
  .home .c-link-box .list {
    margin-top: 30px;
  }
  .home .c-link-box .list li {
    font-size: min(16px, 4.2666666667vw);
    padding-left: min(23px, 6.1333333333vw);
    line-height: 1.7;
  }
  .home .c-link-box .list li::before {
    height: 6px;
    width: 6px;
    top: 13px;
  }
  .home .c-aco-wrap {
    margin-top: 20px;
  }
  .home .c-aco-wrap .aco-head {
    padding: 10px 20px;
    line-height: 1.4;
  }
  .home .c-aco-wrap .aco-head::before, .home .c-aco-wrap .aco-head::after {
    height: min(18px, 4.8vw);
    right: min(15px, 4vw);
  }
  .home .c-aco-wrap .aco-body {
    padding: 15px 15px 25px;
  }
  .home .c-aco-wrap .aco-body .link {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home .c-aco-wrap .aco-body .link a {
    text-align: left;
  }
  .modal {
    width: 90%;
    height: calc(var(--vh) * 100 - 100px);
    overflow-y: auto;
  }
  .modal .img {
    overflow-y: auto;
    position: absolute;
    top: 0%;
    left: 0;
  }
  .message .c-breadcrumb {
    padding: 0 20px;
  }
  .message .kv-block {
    background: url(../images/message/kv_bg_sp.jpg) no-repeat;
    padding: 20px 0;
  }
  .message .kv-block .inner-block {
    grid-template-columns: 1fr;
  }
  .message .kv-block .l-area {
    width: 100%;
  }
  .message .kv-block .kv-ttl {
    font-size: 22px;
    margin-top: 30px;
    left: 20px;
  }
  .message .kv-block .anchor-list > li {
    font-size: 14px;
  }
  .message .kv-block .r-area {
    margin-top: 10px;
    margin-left: auto;
    width: calc(100% - 20px);
    max-width: 500px;
    margin-right: -20px;
    margin-bottom: -40px;
  }
  .message .contents-section .info {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
  }
  .message .contents-section .attention {
    font-size: 12px;
    line-height: 2;
    margin-top: 30px;
  }
  .message .contents-section .f-right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 18px;
  }
  .message .contents-section .f-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .message .contents-section .list01 {
    margin-bottom: 20px;
  }
  .message .contents-section .list01 > li {
    margin-bottom: 20px;
  }
  .message .contents-section .list-ttl {
    font-size: 16px;
    padding-left: 20px;
  }
  .message .contents-section .list-ttl::before {
    width: 12px;
    height: 12px;
    top: 7px;
  }
  .message .contents-section .list-txt {
    font-size: 14px;
    line-height: 2;
  }
  .message .contents-section .disclaimer-area {
    margin-top: 30px;
    padding: 10px;
  }
  .message .contents-section .disclaimer-area .disclaimer {
    font-size: 14px;
  }
  .special .mv-section {
    padding: min(40px, 10.6666666667vw) min(15px, 4vw) min(40px, 10.6666666667vw) 0;
  }
  .special .mv-section .l-grid {
    grid-template-columns: 1fr;
    gap: min(40px, 10.6666666667vw);
  }
  .special .mv-section .l-right {
    padding-left: min(20px, 5.3333333333vw);
  }
  .special .mv-section .banner-ttl {
    margin-left: 0;
    padding: min(15px, 4vw) min(30px, 8vw);
  }
  .special .mv-section .banner-ttl .sub {
    font-size: min(16px, 4.2666666667vw);
    margin-bottom: 5px;
  }
  .special .mv-section .banner-ttl .main {
    font-size: min(18px, 4.8vw);
  }
  .special .mv-section .img {
    margin-top: min(20px, 5.3333333333vw);
  }
  .special .mv-section .img img {
    width: 100%;
  }
  .special .mv-section .ttl {
    font-size: min(20px, 5.3333333333vw);
  }
  .special .mv-section .ttl + .txt {
    margin-top: min(20px, 5.3333333333vw);
  }
  .special .mv-section .ttl .main {
    font-size: min(24px, 6.4vw);
  }
  .special .mv-section .txt {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.6;
    margin-bottom: min(15px, 4vw);
  }
  .special .mv-section .info-name {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.5;
    margin-top: 3px;
  }
  .special .mv-section .info-name .small {
    font-size: min(12px, 3.2vw);
  }
  .special .contents-section .inner-block {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .special .contents-section .wrap + .wrap {
    margin-top: min(50px, 13.3333333333vw);
  }
  .special .contents-section .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .special .contents-section .img {
    margin: 15px 0;
  }
  .special .contents-section .img.w-50 {
    width: 100%;
  }
  .special .contents-section .note-box {
    margin-top: min(50px, 13.3333333333vw);
    padding: 15px 10px;
  }
  .special .contents-section .note-box .inn {
    font-size: min(14px, 3.7333333333vw);
  }
  .special .contents-section .note-box .day {
    font-size: min(14px, 3.7333333333vw);
  }
  .special .contents-section .note {
    font-size: 12px;
  }
  .special .contents-section .img-wrap {
    grid-template-columns: 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .special .contents-section .img-wrap .img {
    margin: 0 auto;
  }
  .special .contents-section .img-wrap {
    gap: min(20px, 5.3333333333vw);
    margin: min(20px, 5.3333333333vw) 0 0;
  }
  .special .contents-section .profile-wrap img {
    width: 100%;
  }
  .special .contents-section .profile-wrap .info-name {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.5;
    margin-top: 3px;
  }
  .special .contents-section .bold-ttl {
    font-size: min(16px, 4.2666666667vw);
    margin-top: 10px;
  }
  .c-breadcrumb {
    margin: 0 auto 15px;
    width: calc(100% - min(20px, 5.3333333333vw));
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    word-break: keep-all;
    white-space: nowrap;
  }
  .c-breadcrumb::-webkit-scrollbar {
    background: #F8F8F8;
    border-radius: 100px;
    height: 5px;
  }
  .c-breadcrumb::-webkit-scrollbar-thumb {
    background-color: var(--primary-Collar);
    border-radius: 100px;
  }
  .c-breadcrumb li + li {
    padding-left: 13px;
    margin-left: 5px;
  }
  .c-breadcrumb li + li::before {
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    width: 8px;
    height: 8px;
  }
  .c-breadcrumb .inn {
    font-size: min(14px, 3.7333333333vw);
  }
  .c-breadcrumb.full {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .sp {
    display: none !important;
  }
  .c-header .c-btn-menu:not(.is-open):hover {
    background: var(--base-Collar06);
    border-color: rgba(0, 0, 0, 0.7);
  }
  .c-header .c-btn-menu:not(.is-open):hover .line,
  .c-header .c-btn-menu:not(.is-open):hover .line:nth-of-type(2)::after {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .c-header .c-menu-wrap {
    min-height: min(770px, 40.1041666667vw);
  }
  .c-header .c-menu-wrap .link-ttl:hover {
    color: var(--base-Collar10);
  }
  .c-header .c-menu-wrap .list a:hover {
    color: var(--secondary-Collar);
  }
  .c-header .anchor-link-area .link-list > li > a:hover {
    opacity: 0.5;
  }
  .c-btn01:hover::before {
    left: min(20px, 1.0416666667vw);
  }
  .home .special-contents-section .c-ttl01 {
    max-width: min(600px, 31.25vw);
  }
  .home .top-message-section.bg-box-section::before {
    width: calc(100% - min(610px, 31.7708333333vw));
  }
  .home .top-message-section .c-ttl01 {
    max-width: min(825px, 42.96875vw);
    margin-right: min(293px, 15.2604166667vw);
    margin-left: auto;
    margin-top: -20px;
  }
  .home .top-message-section .message-wrap .img {
    width: min(550px, 28.6458333333vw);
    margin-left: auto;
    margin-right: 20px;
  }
  .home .top-message-section .message-wrap .txt-wrap {
    padding-left: 20px;
  }
  .home .top-message-section .link-wrap:hover::before {
    right: 10px;
  }
  .home .top-message-section .link-wrap:hover::after {
    right: 13px;
  }
  .home .corporate-sustainability-section.bg-box-section::before {
    width: calc(100% - min(389px, 20.2604166667vw));
  }
  .home .corporate-sustainability-section .c-ttl01 {
    max-width: min(870px, 45.3125vw);
    margin-left: max(-15px, -0.78125vw);
    margin-top: min(35px, 1.8229166667vw);
  }
  .home .sustainability-invesrment-section.bg-box-section::before {
    width: calc(100% - min(330px, 17.1875vw));
  }
  .home .sustainability-invesrment-section .c-ttl01 {
    max-width: min(1030px, 53.6458333333vw);
    margin-right: auto;
    margin-left: auto;
    margin-top: min(53px, 2.7604166667vw);
  }
  .home .sustainability-report-section.bg-box-section::before {
    width: calc(100% - min(390px, 20.3125vw));
  }
  .home .sustainability-report-section .c-ttl01 {
    max-width: min(937px, 48.8020833333vw);
    text-align: left;
    margin-left: min(173px, 9.0104166667vw);
  }
  .home .sustainability-report-section .report-wrap .ttl:hover {
    background: var(--primary-Collar);
    color: #F0F8FD;
  }
  .home .sustainability-report-section .report-wrap .img:hover img {
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home .another-section .banner:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .another-section .disclaimer a:hover {
    text-decoration: none;
  }
  .home .c-box-link:hover {
    background: var(--primary-Collar);
  }
  .home .c-link-box a.wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .home .c-link-box .wrap.no-link:hover::before {
    height: calc(100% + min(94px, 4.8958333333vw));
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .home .c-link-box .wrap.no-link:hover .list {
    display: block;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .home .c-link-box .txt-wrap.wrap02 {
    top: 0;
  }
  .home .c-link-box .list a:hover {
    color: var(--accent-Collar08);
  }
  .home .c-link-box .img {
    width: clamp(338px, 358px, min(358px, 18.6458333333vw));
  }
  .home .c-aco-wrap:hover {
    background: var(--base-Collar06);
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .home .c-aco-wrap:hover .aco-head {
    color: #9CCAED;
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .home .c-aco-wrap:hover .aco-head::before, .home .c-aco-wrap:hover .aco-head::after {
    background: #9CCAED;
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .home .c-aco-wrap .aco-body .link a:hover {
    color: var(--accent-Collar07);
  }
  .message .contents-section .f-right {
    float: right;
  }
  .message .contents-section .f-left {
    float: left;
  }
  .message .contents-section .mt-15 {
    margin-top: min(15px, 0.78125vw);
  }
  .message .contents-section .list-txt a:hover {
    text-decoration: none;
  }
  .message .contents-section .list-txt a:hover span {
    text-decoration: none;
  }
  .message .contents-section .disclaimer-area .disclaimer a:hover {
    text-decoration: none;
  }
  .special .mv-section .l-right {
    margin-top: min(40px, 2.0833333333vw);
  }
  .special .contents-section .txt.mt-10 {
    margin-top: -10px;
  }
  .special .contents-section .float-left {
    float: left;
    margin-right: min(64px, 3.3333333333vw);
  }
  .special .contents-section .float-right {
    float: right;
    margin-left: min(43px, 2.2395833333vw);
  }
  .special .contents-section .img.mx-588 {
    max-width: min(588px, 30.625vw);
  }
  .special .contents-section .img.mx-500 {
    max-width: min(500px, 26.0416666667vw);
  }
  .special .contents-section .mt-50 {
    margin-top: min(50px, 2.6041666667vw);
  }
  .special .contents-section .mt-15 {
    margin-top: min(15px, 0.78125vw);
  }
  .special .contents-section .note-box a:hover {
    text-decoration: none;
  }
  .special .contents-section .profile-wrap img {
    width: min(500px, 26.0416666667vw);
  }
  .special.special08 .contents-section .img {
    width: 44%;
  }
  .special.index10 .contents-section .profile-wrap img {
    width: auto;
  }
  .c-breadcrumb a:hover {
    color: var(--primary-Collar);
  }
  .c-breadcrumb.white a:hover {
    color: var(--primary-Collar);
  }
}

@media only screen and (max-width: 850px) {
  .c-header .inner-block {
    padding: min(34px, 4vw) min(50px, 5.8823529412vw) min(29px, 3.4117647059vw) min(40px, 4.7058823529vw);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1420px) {
  .c-header .c-btn-menu {
    width: 76px;
    height: 105px;
  }
  .c-header .c-btn-menu .inn {
    width: 45px;
    height: 25px;
  }
  .c-header .c-btn-menu .line:nth-of-type(3) {
    top: 10px;
  }
  .c-header .c-btn-menu .line:nth-of-type(2) {
    top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .c-header .c-menu-wrap {
    padding: 90px 30px;
  }
  .c-header .c-menu-wrap .inn {
    gap: min(30px, 1.875vw) min(50px, 3.125vw);
  }
  .c-header .c-menu-wrap .link-ttl {
    font-size: 20px;
  }
  .c-header .c-menu-wrap .link-ttl.special::before {
    font-size: 20px;
    width: 60px;
    height: 35px;
  }
  .c-header .c-menu-wrap .list a {
    font-size: 16px;
  }
  .home .top-message-section .message-wrap .c-btn01 {
    margin-right: min(120px, 7.5vw);
  }
}

@media only screen and (max-width: 1000px) {
  .c-header .anchor-link-area .link-list {
    gap: 20px;
  }
  .c-header .anchor-link-area .link-list > li {
    width: calc(50% - 20px);
  }
  .home .c-link-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .c-link-box .wrap::before {
    height: min(300px, 30vw);
    width: calc(100% + min(20px, 2vw));
  }
  .home .c-link-box .wrap.is-active::before {
    width: calc(100% + min(40px, 4vw));
  }
}

@media only screen and (max-width: 1000px) and (max-width: 600px) {
  .c-header .anchor-link-area .link-list {
    gap: 10px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 500px) {
  .c-header .anchor-link-area .link-list > li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 600px) {
  .c-header .anchor-link-area .link-list > li > a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .home {
    margin-top: 216px;
  }
  .home .mv-section .mv-ttl {
    font-size: clamp(30px, 36px, min(36px, 1.875vw));
  }
  .home .mv-section .mv-txt {
    font-size: clamp(18px, 20px, min(20px, 1.0416666667vw));
  }
  .home .special-contents-section .lead {
    font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  }
  .home .corporate-sustainability-section .l-grid {
    grid-template-columns: 1fr 300px;
  }
  .home .corporate-sustainability-section .l-grid .txt {
    font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  }
  .home .sustainability-invesrment-section .l-grid .txt {
    font-size: clamp(16px, 20px, min(20px, 1.0416666667vw));
  }
  .home .c-aco-wrap .aco-body .link {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 950px) {
  .home .mv-section .inner-block {
    padding: 30px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .home .mv-section .l-grid {
    grid-template-columns: 1fr clamp(300px, 650px, min(650px, 54.1666666667vw));
  }
  .home .c-link-box .wrap::before {
    width: clamp(280px, 358px, min(358px, 18.6458333333vw));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (max-width: 930px) {
  .home .mv-section .l-grid {
    grid-template-columns: 1fr clamp(300px, 450px, min(450px, 48.3870967742vw));
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) and (max-width: 780px) {
  .home .mv-section .mv-txt {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 400px) {
  .home .mv-section .mv-txt {
    margin-top: 0;
  }
  .home .top-message-section .link-wrap::before {
    position: absolute;
    top: 100px;
  }
  .home .top-message-section .link-wrap::after {
    position: absolute;
    top: 107px;
  }
  .home .top-message-section .link-wrap .txt-wrap {
    position: static;
    display: block;
  }
  .home .top-message-section .link-wrap .bg-white {
    width: 100%;
  }
  .home .top-message-section .link-wrap .bg-white .info {
    font-size: 13px;
  }
  .home .top-message-section .link-wrap .bg-white .ttl {
    font-size: 14px;
  }
  .home .top-message-section .link-wrap .bg-black {
    position: absolute;
    top: min(80px, 20vw);
  }
  .home .top-message-section .link-wrap .bg-black .info {
    font-size: 12px;
  }
  .home .top-message-section .link-wrap .bg-black .name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1100px) {
  .home .mv-section .mv-img {
    margin-bottom: -80px;
  }
}

@media only screen and (max-width: 1100px) and (max-width: 950px) {
  .home .mv-section .mv-img {
    margin-top: 10px;
    margin-left: auto;
    margin-right: -40px;
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 767px) and (min-width: 450px) {
  .home .mv-section .mv-img {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) and (min-width: 450px) and (min-width: 600px) {
  .home .mv-section .mv-img {
    width: 65%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) and (min-width: 600px) {
  .home .special-contents-section.bg-box-section::before {
    top: min(350px, 58.3333333333vw);
  }
  .home .special-contents-section .inner-block {
    padding-top: min(300px, 50vw);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) and (max-width: 1000px) {
  .home .top-message-section .message-wrap .c-btn01 {
    margin-right: min(85px, 4.4270833333vw);
  }
}

@media only screen and (min-width: 768px) and (max-width: 940px) {
  .home .top-message-section .l-grid {
    gap: min(10px, 1.0638297872vw);
  }
  .home .top-message-section .link-wrap .txt-wrap {
    gap: min(10px, 1.0638297872vw);
  }
  .home .top-message-section .link-wrap .bg-white {
    padding: min(15px, 1.5957446809vw) min(15px, 1.5957446809vw) min(15px, 1.5957446809vw) min(25px, 2.6595744681vw);
  }
  .home .top-message-section .link-wrap .bg-black .info {
    font-size: 13px;
  }
  .home .top-message-section .link-wrap .bg-black .name {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home .sustainability-invesrment-section .c-ttl01 .en {
    position: relative;
    top: -52px;
  }
  .message .kv-block .kv-ttl {
    font-size: 30px;
  }
  .message .kv-block .anchor-list > li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 550px) {
  .home .sustainability-report-section .c-ttl01 {
    max-width: 320px;
  }
}

@media only screen and (max-width: 1200px) {
  .home .sustainability-report-section .c-btn01::before {
    height: 16px;
    width: 130px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .home .c-link-box {
    gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
  .home .c-link-box .wrap::before {
    height: 200px;
    width: 90%;
    left: -10px;
    top: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .home .c-link-box .list {
    margin-top: min(15px, 1.3043478261vw);
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .home .c-link-box .img {
    width: clamp(280px, 358px, min(358px, 18.6458333333vw));
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) and (max-width: 1000px) {
  .home .c-link-box .img {
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .home .c-link-box .img {
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .message .kv-block .r-area {
    margin-bottom: -50px;
  }
}