@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  margin: 0;
}
@media print, screen and (max-width: 1024px) {
  html {
    font-size: 0.9765vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.5vw;
    font-size: clamp(1px, 2.5vw, 10px);
  }
}

body {
  font-family: "BIZ UDPGothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000E02;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

#mv {
  margin-top: 70px;
}
#mv .sec-main {
  position: relative;
  width: 100%;
  height: 56.25vw;
  padding: 12rem 0 0;
  padding-top: clamp(0px, 6.25vw, 120px);
}
#mv .sec-main .inner {
  max-width: 1920px;
  margin: 0 auto;
}
#mv .sec-main .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#mv .sec-main .goals {
  width: 105.7rem;
  max-width: 55vw;
  padding: 6.1rem 7rem 6.6rem;
  padding: clamp(0px, 3.17vw, 61px) clamp(0px, 3.64vw, 70px) clamp(0px, 3.43vw, 66px);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 0 10px #fff;
}
#mv .sec-main .title {
  width: 90.3rem;
  max-width: 47vw;
  margin: 5.8vw 0 0 7.7rem;
  margin: clamp(0px, 5.8vw, 112px) 0 0 clamp(0px, 4vw, 77px);
}
#mv .sec-bottom {
  width: 100%;
  position: relative;
  padding: 40px 20px;
  background: #3D86C6;
}
#mv .sec-bottom .text {
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  #mv {
    margin-top: 50px;
  }
  #mv .sec-main {
    height: 750px;
    padding-top: 50px;
  }
  #mv .sec-main .image {
    -o-object-position: right;
       object-position: right;
  }
  #mv .sec-main .goals {
    max-width: 530px;
    padding: 30px 35px;
  }
  #mv .sec-main .title {
    max-width: 420px;
    margin: 30px 0 0 50px;
  }
  #mv .sec-bottom {
    padding: 3.4rem 20px;
  }
  #mv .sec-bottom .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #mv .sec-main {
    height: 110vw;
    padding-top: 5vw;
  }
  #mv .sec-main .goals {
    max-width: 70vw;
    padding: 4vw 5vw;
  }
  #mv .sec-main .title {
    max-width: 60vw;
    margin: 4vw 0 0 5vw;
  }
  #mv .sec-bottom {
    padding: 20px;
  }
  #mv .sec-bottom .text {
    font-size: 15px;
  }
}

#main {
  background: #E2ECF4;
}

#sdgs {
  padding: 120px 20px 0;
}
#sdgs .sec-inner {
  max-width: 1400px;
  margin: 0 auto;
}
#sdgs .sec-top {
  margin: 0 auto;
  padding: 40px 40px 56px;
  border: 1px solid #0F2648;
  border-radius: 24px;
  background: #fff;
}
#sdgs .sec-top .top-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.666;
  color: #fff;
  text-align: center;
  background: #3D86C6;
  margin-bottom: 24px;
}
#sdgs .sec-top .top-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 37px;
}
#sdgs .sec-top .top-image {
  max-width: 420px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  #sdgs {
    padding: 95px 20px 0;
  }
  #sdgs .sec-top {
    padding: 30px 30px 42px;
  }
  #sdgs .sec-top .top-title {
    margin-bottom: 20px;
  }
  #sdgs .sec-top .top-text {
    margin-bottom: 30px;
  }
  #sdgs .sec-top .top-image {
    max-width: 335px;
  }
}
@media only screen and (max-width: 768px) {
  #sdgs {
    padding: 70px 20px 0;
  }
  #sdgs .sec-top {
    padding: 20px 20px 28px;
  }
  #sdgs .sec-top .top-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #sdgs .sec-top .top-text {
    margin-bottom: 22px;
  }
  #sdgs .sec-top .top-image {
    max-width: 250px;
  }
}

#declaration {
  background: url(../img/sdgs/bg-01.jpg) center/cover no-repeat;
  padding: 120px 20px;
}
#declaration .sec-box {
  max-width: 920px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  padding: 106px 40px;
  border-radius: 24px;
}
#declaration .sec-box .title {
  font-size: 10.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 32px;
  text-align: center;
}
#declaration .sec-box .title .small {
  display: block;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
}
#declaration .sec-box .list {
  counter-reset: item;
}
#declaration .sec-box .item {
  border-bottom: 1px solid #000E02;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 8px 10px;
  min-height: 1.9em;
  display: flex;
  justify-content: left;
  align-items: center;
}
#declaration .sec-box .item img {
  width: 45px;
  margin-right: 40px;
}
#declaration .sec-box .item:not(:nth-of-type(1)) {
  margin-top: 32px;
}
#declaration .sec-box .item .brackets {
  font-weight: 500;
}
@media print, screen and (max-width: 1024px) {
  #declaration .sec-box {
    padding: 80px 30px;
  }
  #declaration .sec-box .title {
    font-size: 8.3rem;
  }
  #declaration .sec-box .title .small {
    font-size: 3.8rem;
  }
  #declaration .sec-box .item {
    font-size: 2.5rem;
    padding: 8px 5px;
  }
  #declaration .sec-box .item img {
    width: 36px;
    margin-right: 33px;
  }
  #declaration .sec-box .item:not(:nth-of-type(1)) {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 768px) {
  #declaration {
    padding: 70px 20px;
  }
  #declaration .sec-box {
    padding: 54px 20px;
  }
  #declaration .sec-box .title {
    font-size: 5rem;
    margin-bottom: 20px;
  }
  #declaration .sec-box .title .small {
    font-size: 2.2rem;
  }
  #declaration .sec-box .item {
    font-size: 18px;
  }
  #declaration .sec-box .item img {
    width: 27px;
    margin-right: 26px;
  }
  #declaration .sec-box .item:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
}

#company .sec-box {
  padding: 176px 20px 96px;
}
#company .sec-box .logo {
  max-width: 1444px;
  padding-bottom: 24px;
  border-bottom: 1px solid #000E02;
  margin: 0 auto 24px;
  text-align: center;
}
#company .sec-box .logo img {
  max-width: 868px;
  margin: 0 auto;
}
#company .sec-box .text {
  max-width: 1428px;
  margin: 0 auto 96px;
  line-height: 1.7;
  font-size: 3.2rem;
}
#company .sec-box .text span {
  display: inline-block;
}
#company .sec-box .image {
  max-width: 1115px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  #company .sec-box {
    padding: 130px 20px 78px;
  }
  #company .sec-box .logo img {
    max-width: 540px;
  }
  #company .sec-box .text {
    margin: 0 auto 78px;
    font-size: 2.4rem;
  }
  #company .sec-box .image {
    max-width: 890px;
  }
}
@media only screen and (max-width: 768px) {
  #company .sec-box {
    padding: 100px 20px 60px;
  }
  #company .sec-box .logo {
    padding-bottom: 20px;
    margin: 0 auto 20px;
  }
  #company .sec-box .logo img {
    max-width: 360px;
  }
  #company .sec-box .text {
    margin: 0 auto 58px;
    font-size: 16px;
  }
  #company .sec-box .image {
    max-width: 670px;
  }
}/*# sourceMappingURL=style.css.map */