@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: #313C45;
  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;
}

@media print, screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tc {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .pc-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* input */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  position: relative;
  background-color: transparent;
  border: 1px solid #E7E8E8;
  background-color: #E7E8E8;
  border-radius: 1rem;
  box-sizing: border-box;
  padding: 0.9rem 1.6rem;
  width: 100%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  color: #000000;
  outline: none !important;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select,
  textarea {
    padding: 1.2rem 1.6rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select {
  height: 4.8rem;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  select {
    height: 5.6rem;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border-color: #E7E8E8;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-down.svg);
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  select {
    background-position: calc(100% - 1rem) 50%;
  }
}

picture,
figure,
.image_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

picture img,
figure img,
.image_wrap img {
  width: 100%;
}

.u-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.u-img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-img-contain {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.u-list {
  list-style: disc;
  padding-left: 1.5em;
}

.h-opacity a, a.h-opacity {
  transition: opacity 0.3s;
}
.h-opacity a:hover, a.h-opacity:hover {
  opacity: 0.7;
}

.js-inview.fadeup {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js-inview.fadeup.inview {
  transform: translateY(0);
  opacity: 1;
}

#mv {
  position: relative;
  overflow-x: clip;
  padding: 111px 20px 324px;
}
#mv::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 107.2vw;
  top: 0;
  left: 0;
  background: url(../img/sdgs/mv_bg.png) top center/cover no-repeat;
  z-index: -1;
}
#mv .sec-container {
  display: grid;
  grid-template-columns: 755fr 645fr;
  margin-bottom: 220px;
}
#mv .sec-container .title {
  margin: 117px 0 184px;
}
#mv .sec-container .top {
  color: #014D9F;
  font-family: "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  border-bottom: 2px solid #014D9F;
  padding-bottom: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#mv .sec-container .top span {
  display: inline-block;
}
#mv .sec-container .txt {
  color: #014D9F;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 0 10px;
  margin: 0 auto;
}
#mv .sec-container .image {
  position: relative;
}
#mv .sec-container .image img {
  position: absolute;
  width: 183%;
  aspect-ratio: 1185/1107;
  left: 77px;
  top: 50%;
  transform: translateY(-50%);
}
#mv .sec-box {
  border: 2px solid #014D9F;
  padding: 40px 5.14%;
  display: grid;
  grid-template-columns: 204px 1fr;
  gap: 16px 4.57%;
  align-items: center;
  margin-bottom: 48px;
}
#mv .sec-box .title {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #014D9F;
}
#mv .sec-box .title img {
  margin-right: 16px;
}
#mv .sec-box .text {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #014D9F;
  padding: 0 14px;
  margin: 0 auto;
}
#mv .sec-image {
  text-align: right;
}
#mv .sec-image img {
  max-width: 526px;
  width: 100%;
}
@media print, screen and (max-width: 1920px) {
  #mv::before {
    height: 2060px;
  }
  #mv .sec-container .image img {
    left: 4vw;
    width: 61.4vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #mv {
    padding-bottom: 160px;
  }
  #mv::before {
    height: 1600px;
  }
  #mv .sec-container {
    margin-bottom: 140px;
  }
  #mv .sec-container .title {
    margin: 100px 0 120px;
  }
  #mv .sec-container .top {
    font-size: 3.3rem;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  #mv .sec-container .txt {
    font-size: 2rem;
    padding: 0;
  }
  #mv .sec-container .image img {
    left: 38px;
    width: 135%;
  }
  #mv .sec-box {
    padding: 30px;
    margin-bottom: 36px;
  }
  #mv .sec-box .title {
    font-size: 2.1rem;
  }
  #mv .sec-box .title img {
    margin-right: 12px;
    width: 33px;
  }
  #mv .sec-box .text {
    font-size: 1.8rem;
    padding: 0;
  }
  #mv .sec-image img {
    max-width: 415px;
  }
}
@media only screen and (max-width: 768px) {
  #mv {
    padding-bottom: 80px;
  }
  #mv .sec-container {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
  #mv .sec-container .title {
    margin: 2rem 0 7rem;
    display: flex;
    justify-content: center;
  }
  #mv .sec-container .title img {
    max-width: 320px;
    width: 90%;
  }
  #mv .sec-container .top {
    font-size: 2.6rem;
    padding-bottom: 4px;
    margin-bottom: 12px;
  }
  #mv .sec-container .txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #mv .sec-container .image {
    text-align: center;
  }
  #mv .sec-container .image img {
    position: static;
    max-width: 450px;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
  }
  #mv .sec-box {
    padding: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
  #mv .sec-box .title {
    font-size: 1.8rem;
  }
  #mv .sec-box .title img {
    margin-right: 8px;
    width: 26px;
  }
  #mv .sec-box .text {
    font-size: 16px;
  }
  #mv .sec-image img {
    max-width: 315px;
  }
}

#main-top {
  padding: 0 20px;
  margin-top: -47px;
}
#main-top .section-1 {
  margin-bottom: 236px;
}
#main-top .section-1 .sec-box:not(:nth-of-type(1)) {
  margin-top: 189px;
}
#main-top .section-1 .sec-box:nth-of-type(odd) .sec-top .image img {
  right: 0;
}
#main-top .section-1 .sec-box:nth-of-type(even) .sec-top .image {
  order: 1;
}
#main-top .section-1 .sec-box:nth-of-type(even) .sec-top .image img {
  left: 0;
}
#main-top .section-1 .sec-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding-top: 111px;
}
#main-top .section-1 .sec-top .image {
  height: -webkit-fill-available;
  position: relative;
  max-width: 372px;
  width: 100%;
}
#main-top .section-1 .sec-top .image img {
  position: absolute;
  width: 200%;
  aspect-ratio: 1/1;
  bottom: 19px;
  border-radius: 50%;
  z-index: 3;
}
#main-top .section-1 .sec-top .info {
  max-width: 937px;
  width: 100%;
}
#main-top .section-1 .sec-top .mark {
  text-align: center;
  margin-bottom: 23px;
}
#main-top .section-1 .sec-top .mark img {
  max-width: 125px;
}
#main-top .section-1 .sec-top .title {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #014D9F;
  text-align: center;
}
#main-top .section-1 .sec-top .title span {
  display: inline-block;
}
#main-top .section-1 .sec-top .subtitle {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #014D9F;
  text-align: center;
  margin-bottom: 96px;
}
#main-top .section-1 .sec-top .icons {
  display: flex;
  justify-content: center;
  gap: 0 18px;
  margin-bottom: 120px;
}
#main-top .section-1 .sec-top .icons img {
  max-width: 164px;
  width: 100%;
  aspect-ratio: 1/1;
}
#main-top .section-1 .sec-texts {
  margin-bottom: 72px;
}
#main-top .section-1 .sec-texts .title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #313C45;
  margin-bottom: 16px;
}
#main-top .section-1 .sec-texts .title span {
  display: inline-block;
}
#main-top .section-1 .sec-texts .text {
  font-size: 3.2rem;
  line-height: 2;
}
#main-top .section-1 .sec-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 5.14%;
  margin-bottom: 128px;
}
#main-top .section-1 .sec-images img {
  aspect-ratio: 664/366;
}
#main-top .section-1 .sec-bottom {
  max-width: 1320px;
  margin: 0 auto;
}
#main-top .section-1 .sec-bottom .title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 32px;
}
#main-top .section-1 .sec-bottom .text {
  border: 2px solid #014D9F;
  border-radius: 6px;
  text-align: center;
  padding: 16px;
  font-size: 3.2rem;
  color: #014D9F;
  line-height: 2;
}
#main-top .section-1 .sec-bottom .text span {
  display: inline-block;
}
#main-top .section-2 {
  padding-bottom: 120px;
  position: relative;
}
#main-top .section-2::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 80.22vw;
  bottom: 0;
  margin-left: calc(-1 * (50vw - 50%));
  background: url(../img/sdgs/btm_bg.png) bottom center/cover no-repeat;
  z-index: -1;
}
#main-top .section-2 .sec-image {
  max-width: 1240px;
  margin: 0 auto 120px;
}
#main-top .section-2 .sec-logo {
  text-align: center;
  margin-bottom: 112px;
}
#main-top .section-2 .sec-logo img {
  max-width: 578px;
  width: 100%;
  height: 100%;
}
#main-top .section-2 .sec-text {
  max-width: 856px;
  width: 100%;
  margin: 0 auto 140px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #014D9F;
}
#main-top .section-2 .sec-box {
  border: 2px solid #014D9F;
  max-width: 872px;
  margin: 0 auto;
  padding: 28px 40px 40px;
  text-align: center;
}
#main-top .section-2 .sec-box .company {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2px;
}
#main-top .section-2 .sec-box .address {
  font-size: 2.4rem;
  margin-bottom: 2px;
}
#main-top .section-2 .sec-box .tel {
  font-size: 4rem;
  margin-bottom: 2px;
}
#main-top .section-2 .sec-box .tel .small {
  font-size: 2.4rem;
}
#main-top .section-2 .sec-box .fax {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#main-top .section-2 .sec-box .map {
  width: 100%;
  height: 431px;
  background: #fff;
}
#main-top .section-2 .sec-box .map iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1920px) {
  #main-top .section-1 .sec-top .image img {
    width: 38.75vw;
    bottom: 50%;
    transform: translateY(calc(50% - 50px));
  }
  #main-top .section-2::before {
    height: 1694px;
  }
}
@media print, screen and (max-width: 1024px) {
  #main-top .section-1 {
    margin-bottom: 168px;
  }
  #main-top .section-1 .sec-box:not(:nth-of-type(1)) {
    margin-top: 120px;
  }
  #main-top .section-1 .sec-top .image img {
    width: 124%;
    bottom: 19px;
    transform: none;
  }
  #main-top .section-1 .sec-top .mark {
    margin-bottom: 16px;
  }
  #main-top .section-1 .sec-top .mark img {
    max-width: 80px;
  }
  #main-top .section-1 .sec-top .title {
    font-size: 4.8rem;
  }
  #main-top .section-1 .sec-top .subtitle {
    font-size: 3rem;
    margin-bottom: 48px;
  }
  #main-top .section-1 .sec-top .icons {
    gap: 0 13px;
    margin-bottom: 74px;
  }
  #main-top .section-1 .sec-top .icons img {
    max-width: 130px;
  }
  #main-top .section-1 .sec-texts {
    margin-bottom: 54px;
  }
  #main-top .section-1 .sec-texts .title {
    font-size: 3rem;
    margin-bottom: 12px;
  }
  #main-top .section-1 .sec-texts .text {
    font-size: 2.4rem;
  }
  #main-top .section-1 .sec-images {
    margin-bottom: 90px;
  }
  #main-top .section-1 .sec-bottom .title {
    font-size: 3rem;
    margin-bottom: 24px;
  }
  #main-top .section-1 .sec-bottom .text {
    font-size: 2.4rem;
  }
  #main-top .section-2 {
    padding-bottom: 80px;
  }
  #main-top .section-2::before {
    height: 1120px;
  }
  #main-top .section-2 .sec-image {
    margin-bottom: 80px;
  }
  #main-top .section-2 .sec-logo {
    margin-bottom: 65px;
  }
  #main-top .section-2 .sec-logo img {
    max-width: 450px;
  }
  #main-top .section-2 .sec-text {
    margin-bottom: 70px;
    font-size: 2.4rem;
  }
  #main-top .section-2 .sec-box {
    padding: 21px 30px 30px;
  }
  #main-top .section-2 .sec-box .company {
    font-size: 3.3rem;
  }
  #main-top .section-2 .sec-box .address {
    font-size: 2rem;
  }
  #main-top .section-2 .sec-box .tel {
    font-size: 3.3rem;
  }
  #main-top .section-2 .sec-box .tel .small {
    font-size: 2rem;
  }
  #main-top .section-2 .sec-box .fax {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #main-top .section-2 .sec-box .map {
    height: 360px;
  }
}
@media only screen and (max-width: 768px) {
  #main-top {
    margin-top: 0;
  }
  #main-top .section-1 {
    margin-bottom: 11.8rem;
  }
  #main-top .section-1 .sec-box:not(:nth-of-type(1)) {
    margin-top: 60px;
  }
  #main-top .section-1 .sec-box:nth-of-type(even) .sec-top .image {
    order: 0;
  }
  #main-top .section-1 .sec-top {
    flex-direction: column;
    padding-top: 0;
  }
  #main-top .section-1 .sec-top .image {
    text-align: center;
    height: auto;
  }
  #main-top .section-1 .sec-top .image img {
    position: static;
    width: 80%;
    bottom: 0;
  }
  #main-top .section-1 .sec-top .mark {
    margin-bottom: 10px;
  }
  #main-top .section-1 .sec-top .mark img {
    max-width: 60px;
  }
  #main-top .section-1 .sec-top .title {
    font-size: 3.2rem;
  }
  #main-top .section-1 .sec-top .subtitle {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  #main-top .section-1 .sec-top .icons {
    gap: 0 8px;
    margin-bottom: 24px;
  }
  #main-top .section-1 .sec-top .icons img {
    max-width: 98px;
  }
  #main-top .section-1 .sec-texts {
    margin-bottom: 36px;
  }
  #main-top .section-1 .sec-texts .title {
    font-size: 2rem;
  }
  #main-top .section-1 .sec-texts .text {
    font-size: 16px;
  }
  #main-top .section-1 .sec-images {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
  }
  #main-top .section-1 .sec-images img {
    max-width: 300px;
    margin: 0 auto;
  }
  #main-top .section-1 .sec-bottom .title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  #main-top .section-1 .sec-bottom .text {
    padding: 12px;
    font-size: 16px;
  }
  #main-top .section-2 {
    padding-bottom: 60px;
  }
  #main-top .section-2::before {
    height: 1050px;
  }
  #main-top .section-2 .sec-image {
    margin-bottom: 60px;
  }
  #main-top .section-2 .sec-logo {
    margin-bottom: 56px;
  }
  #main-top .section-2 .sec-logo img {
    max-width: 350px;
  }
  #main-top .section-2 .sec-text {
    margin-bottom: 70px;
    font-size: 16px;
  }
  #main-top .section-2 .sec-box {
    padding: 14px 20px 20px;
  }
  #main-top .section-2 .sec-box .company {
    font-size: 2.6rem;
  }
  #main-top .section-2 .sec-box .address {
    font-size: 1.6rem;
  }
  #main-top .section-2 .sec-box .tel {
    font-size: 2.6rem;
  }
  #main-top .section-2 .sec-box .tel .small {
    font-size: 1.6rem;
  }
  #main-top .section-2 .sec-box .fax {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #main-top .section-2 .sec-box .map {
    height: 300px;
  }
}/*# sourceMappingURL=style.css.map */