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

*::before,
*::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  clear: both;
  margin: 0;
  border: 0;
  border-top: 1px solid;
  height: 0;
  overflow: visible;
  color: inherit;
}

pre {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace;
  /* stylelint-enable */
  font-size: inherit;
}

small {
  font-size: 0.8em;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  font-size: 0.75em;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  vertical-align: middle;
  text-align: inherit;
  color: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

option {
  padding: 0;
}

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

legend {
  display: table;
  padding: 0;
  max-width: 100%;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
 * $start: true にすると、min-width用のbreakpointを用意できる
 * 下図みたいな関係になってる
 * ex) ~~~~768px ~~1023px ~~~~~~~1360px
 * ---sp---
 * -----sptab------
 *         --tab---
 *         ----------tabpc--------------
 *         -------tabwide--------
 *                        --pc----------
 *                        --pc2--
 *                                      --wide-----
*/
body {
  color: #000;
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

.article {
  position: relative;
}

.article:not(:first-child) {
  margin-top: 48px;
}

.article__heading {
  border-left-width: 5px;
  border-left-style: solid;
  padding-left: 13px;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .article__heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .article__heading {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .article__headingSmall {
font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .article__headingSmall {
    font-size: 2.6rem;
  }
}

.goal4 .article__heading {
  border-left-color: #c60f28;
}

.goal5 .article__heading {
  border-left-color: #e83819;
}

.goal7 .article__heading {
  border-left-color: #fabd00;
}

.goal8 .article__heading {
  border-left-color: #970b31;
}

.goal9 .article__heading {
  border-left-color: #ed6a02;
}

.goal12 .article__heading {
  border-left-color: #d39200;
}

.goal16 .article__heading {
  border-left-color: #004c88;
}

.goal17 .article__heading {
  border-left-color: #003067;
}

@media screen and (max-width: 767px) {
  .article__body {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .article__body {
    display: flex;
    margin-top: 42px;
  }
}

.article__figure {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .article__figure {
    flex: 0 0;
  }
}

.article__txtWrap {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .article__txtWrap {
    margin: 31px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .article__txtWrap {
    flex: 1 1;
  }
}

@media screen and (min-width: 768px) {
  .goal4 .article__txtWrap {
    width: 515px;
  }
}

@media screen and (max-width: 767px) {
  .goal4 .article__figure {
    width: 100%;
    text-align: center;
  }
  .goal4 .article__figure img {
    width: 60.3%;
  }
}
@media screen and (min-width: 768px) {
  .goal4 .article__figure {
    flex-basis: 226px;
    flex-shrink: 0;
    padding: 36px 56px;
  }
  .goal4 .article__figure img {
    margin: auto 0;
    width: 226px;
  }
}

@media screen and (max-width: 767px) {
  .goal5 .article__figure {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .goal5 .article__figure {
    flex-basis: 388px;
  }
}

.goal7 .article__figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .goal7 .article__figure {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .goal7 .article__figure {
    flex-basis: 444px;
  }
}

.article__goal7Link {
  position: relative;
  z-index: 4;
  margin-top: 27px;
  margin-left: auto;
  text-align: center;
  color: #0068cd;
}
.article__goal7Link::after {
  display: inline-block;
  margin-left: 0.25em;
  background-image: url(../images/icon_link_blue.svg);
  background-size: cover;
  width: 1em;
  height: 1em;
  content: "";
}

@media screen and (min-width: 768px) {
  .goal8 .article__figure {
    flex-basis: 388px;
  }
}

@media screen and (min-width: 768px) {
  .goal9 .article__figure {
    flex-basis: 444px;
  }
}

@media screen and (min-width: 768px) {
  .goal12 .article__figure {
    flex-basis: 400px;
  }
}

@media screen and (min-width: 768px) {
  .goal16 .article__figure {
    flex-basis: 444px;
  }
}

@media screen and (min-width: 768px) {
  .goal17 .article__figure {
    flex-basis: 400px;
  }
}

@media screen and (min-width: 768px) {
  .article__body.-reverse .article__figure {
    order: 2;
    margin-left: 37px;
  }
}

@media screen and (max-width: 767px) {
  .article__img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .article__body.-forward .article__txtWrap {
    margin-left: 37px;
  }
}

.article__txt {
  position: relative;
  z-index: 3;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .article__txt {
    font-size: 1.3rem;
  }
}
.article__txt a {
  text-decoration: underline;
  color: #12569f;
}

.article__bgTxt {
  position: absolute;
  z-index: 1;
  font-family: oswald, sans-serif;
}
@media screen and (max-width: 767px) {
  .article__bgTxt {
    right: 0;
    bottom: -30px;
    font-size: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .article__bgTxt {
    right: -100px;
    bottom: -28px;
    font-size: 14.1rem;
  }
}
.article__bgTxt.-white {
  color: #fff;
}
.article__bgTxt.-gray {
  color: #efeeee;
}
.article__bgTxt.-reverse {
  right: 0;
}
@media screen and (min-width: 768px) {
  .article__bgTxt.-reverse.-long {
    right: -128px;
  }
}
@media screen and (max-width: 767px) {
  .article__bgTxt.-long {
    font-size: 7rem;
  }
}
.article__bgTxt.-up7 {
  bottom: 96px;
}
@media screen and (min-width: 768px) {
  .article__bgTxt.-up17 {
    bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .article__bgTxt .-sp_sm {
    font-size: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .article__br {
    display: none;
  }
}

.goal7 .article__img {
  width: 444px;
}

.btn-primary {
  background-color: black;
}

.caseLink {
  display: block;
  position: relative;
  transform: skew(-12deg);
  z-index: 4;
  margin-top: 27px;
  background-color: #000;
  padding: 23px 50px 29px 20px;
}
.caseLink::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  width: 34px;
  height: 1px;
  content: "";
}
@media screen and (max-width: 767px) {
  .caseLink::after {
    width: 24px;
  }
}
.caseLink:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .caseLink {
    padding: 26px 0;
  }
}
.caseLink p {
  transform: skew(12deg);
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .caseLink p::before {
    margin-right: 12px;
    width: 86px;
    content: url(../images/apple_tree.svg);
  }
}

body {
  position: relative;
}

.container {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 1280px;
  }
}

.main {
  border-bottom: 5px solid #005bab;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 63px;
  }
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 88px;
  }
}

@media screen and (max-width: 767px) {
  .main .container {
    margin-right: 0%;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .main .container {
    margin-top: 36px;
    padding-left: 127px;
  }
}

.noWrap {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contactLink {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .contactLink {
    display: block;
    position: relative;
    transition: opacity 0.3s;
    background-color: #000;
    width: 251px;
    height: 72px;
    letter-spacing: 0.16em;
    color: #fff;
    font-size: 1.7rem;
  }
  .contactLink span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contactLink:hover {
    opacity: 0.8;
  }
}

.corporate {
  position: relative;
  background-color: #fff;
  text-align: center;

  border-top: 5px solid rgba(186, 187, 188, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .corporate {
    padding: 54px 0 37px;
  }
}
@media screen and (min-width: 768px) {
  .corporate {
    padding: 37px 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .corporate__logo {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .corporate__siteLink {
    margin-top: 19px;
  }
}
@media screen and (min-width: 768px) {
  .corporate__siteLink {
    margin-top: 24px;
  }
}

.corporate__linkTxt {
  color: #737373;
}
@media screen and (max-width: 767px) {
  .corporate__linkTxt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .corporate__linkTxt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .corporate__policy {
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .corporate__policy {
    display: flex;
    justify-content: center;
    margin-top: 84px;
  }
}

.corporate__policyItem {
  line-height: 2.5;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .corporate__policyItem:not(:first-child) {
    margin-left: 24px;
  }
}

.corporate__returnTop {
  position: absolute;
  top: 0;
  right: 6.25%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .corporate__returnTop {
    width: 72px;
  }
  .corporate__returnTop img {
    width: 100%;
  }
}

.footer__copyright {
  background-color: #4a4a4a;
  padding: 19px 0;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    letter-spacing: 0.35em;
  }
}

@media screen and (max-width: 767px) {
  .goal {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .goal {
    margin-top: 56px;
  }
}

.goal__headerWrap {
  display: inline-block;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .goal__headerWrap {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .goal__headerWrap {
    transform: skew(-25deg);
    padding-right: 74px;
  }
}

@media screen and (min-width: 768px) {
  .goal__header {
    display: inline-flex;
    align-items: center;
    transform: skew(25deg);
    background-color: #fff;
    height: 160px;
  }
}

.goal__headerBody {
  display: flex;
}
@media screen and (max-width: 767px) {
  .goal__headerBody {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .goal__headerBody {
    align-items: center;
  }
}

.goal__heading {
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .goal__heading {
    margin-left: 14px;
    line-height: 1.29;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .goal__heading {
    margin-left: 30px;
    line-height: 1.2;
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .goal7 .goal__heading,
.goal17 .goal__heading {
    font-size: 2.6rem;
  }
}

.goal__number {
  margin: 0;
  font-family: Oswald, sans-serif;
}
@media screen and (max-width: 767px) {
  .goal__number {
    font-size: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .goal__number {
    font-size: 13.4rem;
  }
}

@media screen and (max-width: 767px) {
  .goal__panel {
    margin: 24px 20px 0 0;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .goal__panel {
    margin-left: 21px;
  }
}

.goal4 .goal__header {
  color: #c60f28;
}

.goal5 .goal__header {
  color: #e83819;
}

.goal7 .goal__header {
  color: #fabd00;
}

.goal8 .goal__header {
  color: #970b31;
}

.goal9 .goal__header {
  color: #ed6a02;
}

.goal12 .goal__header {
  color: #d39200;
}

.goal16 .goal__header {
  color: #004c88;
}

.goal17 .goal__header {
  color: #003067;
}

@media screen and (max-width: 767px) {
  .goal__body {
    margin-top: 28px;
    padding: 37px 20px 78px 15px;
  }
}
@media screen and (min-width: 768px) {
  .goal__body {
    margin-top: -93px;
    padding: 135px 195px 72px 68px;
  }
}

.goal:nth-of-type(odd) .goal__body {
  background-color: #efeeee;
}

@media screen and (max-width: 767px) {
  .goal__br--pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .goal__br--sp {
    display: none;
  }
}

/* .government__bannerArea {
  border-bottom: 5px solid rgba(186, 187, 188, 0.1);
  background-color: #fff;
} */
@media screen and (max-width: 767px) {
  .government__bannerArea {
    padding-top: 53px;
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 768px) {
  .government__bannerArea {
    display: flex;
    justify-content: space-between;
    margin: 64px auto 0;
    padding: 0 160px 72px;
    max-width: 1280px;
  }
}

.government__mofa {
  position: relative;
  border-radius: 10px;
  background-color: #dcdcdc;
  padding: 0;
  width: 296px;
  height: 174px;
}
@media screen and (max-width: 767px) {
  .government__mofa a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #8f8f8f;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .government__mofa {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .government__mofa {
    display: none;
  }
}

.government__sdgsWrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .government__sdgsWrap + .government__sdgsWrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .government__sdgsWrap {
    margin-left:1rem;
    margin-right:1rem;
  }
}

.government__sdgsLink {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  height: 143px;
  text-align: center;
}

.government__sdgsImg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 178px;
}

.government__sdgsTxt {
  display: block;
  margin-top: 13px;
  color: #005bab;
  font-size: 1.4rem;
  font-weight: bold;
}
.government__sdgsTxt::after {
  display: inline-block;
  background-image: url(../images/icon_link_blue.svg);
  background-size: cover;
  width: 1em;
  height: 1em;
  content: "";
}

.hamburgerBtn {
  position: relative;
  transition: background-color 1s;
  background-color: #fff;
  width: 72px;
  height: 72px;
}
.hamburgerBtn.bg_lightBl {
  transition: background-color 1s 0.5s;
  background-color: #d1effa;
}

.hamburgerBtn__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #0098d8;
  border-radius: 1px;
  width: 33px;
  height: 0px;
}
.hamburgerBtn__line::before, .hamburgerBtn__line::after {
  display: block;
  position: absolute;
  left: -1px;
  transition: transform 0.4s;
  border: 1px solid #0098d8;
  border-radius: 1px;
  width: 33px;
  height: 0px;
  content: "";
}
.hamburgerBtn__line::before {
  top: -14px;
}
.hamburgerBtn__line::after {
  top: 13px;
}

.isNavOpen .hamburgerBtn__line {
  border-color: transparent;
}

.isNavOpen .hamburgerBtn__line::before {
  top: 0;
  bottom: 0;
  transform: rotate(-405deg);
}

.isNavOpen .hamburgerBtn__line::after {
  top: 0;
  bottom: 0;
  transform: rotate(405deg);
}

.header {
  display: flex;
  justify-content: space-between;
  z-index: 3;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}

.header__logo {
  transition: opacity 1s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin: 20px 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin: 33px 0 0 38px;
  }
}

.header__logo.hidden {
  transform: scale(0);
  transition: opacity 0.4s, transform 1s 1s;
  opacity: 0;
}

.isOpen .header__logo {
  transition: opacity 1s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .header__logo img {
    width: 120px;
  }
}

.header__inquiry {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__inquiry {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .header__inquiry {
    position: relative;
    z-index: 3;
  }
}

.isNavOpen .header {
  z-index: 6;
}

.mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 129px 0;
  }
}
@media screen {
  .mv {
    padding: 148px 0;
  }
}

.mv__video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mv__video {
    height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  .mv__video {
    width: 1920px;
    min-height: 800px;
  }
}

.mv__contentsWrap {
  position: relative;
  z-index: 2;
}

.mv__symbol {
  margin: 0 auto;
  text-align: center;
}
.mv__symbol img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__symbol {
    width: 76%;
  }
}
@media screen and (min-width: 768px) {
  .mv__symbol {
    width: 32.2vw;
    max-width: 520px;
  }
}

.mv__heading {
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: bold;
}
.mv__heading.movie1 {
  text-shadow: 0 3px 6px #212733;
}
.mv__heading.movie2 {
  text-shadow: 0 3px 6px #394637;
}
@media screen and (max-width: 767px) {
  .mv__heading {
    margin-top: 24px;
    line-height: 1.44;
    font-size: 7vw;
  }
}
@media screen and (min-width: 768px) {
  .mv__heading {
    margin-top: 48px;
    line-height: 1.51;
    font-size: 5.3rem;
  }
}

.mvContents {
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mvContents {
    margin: -120px auto 0;
    width: 89%;
  }
}
@media screen and (min-width: 768px) {
  .mvContents {
    margin: -74px auto 0;
    text-align: center;
  }
}

.mvContents__space {
  letter-spacing: -0.1em;
}

@media screen and (min-width: 768px) {
  .mvContents__br--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mvContents__br--pc {
    display: none;
  }
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.8s;
  opacity: 0;
  z-index: -1;
  background-color: #005bab;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .nav .container {
    padding-top: 90px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .nav .container {
    position: relative;
    padding: 169px 0 0 195px;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav__item {
    border-bottom: 1px solid #e6e6e6;
    line-height: 7.2vh;
    letter-spacing: 0.12em;
    font-size: 1.7rem;
    font-weight: medium;
  }
}
@media screen and (min-width: 768px) {
  .nav__item {
    line-height: 2.91;
    letter-spacing: 0.43em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .nav__item:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .nav .contactLink {
    display: block;
    position: relative;
    transition: opacity 0.3s;
    visibility: visible;
    margin: 24px auto;
    background-color: #000;
    width: 251px;
    height: 72px;
    letter-spacing: 0.16em;
    color: #fff;
    font-size: 1.7rem;
  }
  .nav .contactLink span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nav .contactLink:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .nav .contactLink {
    display: none;
  }
}

.isNavOpen .nav {
  transition: opacity 0.8s;
  opacity: 0.95;
  z-index: 5;
  overflow: auto;
}

body.isNavOpen {
  transition: opacity 0.8s;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .panels {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .panels {
    margin: 87px auto 0;
    width: 890px;
  }
}

@media screen and (max-width: 767px) {
  .panels__figure {
    margin: 4px 4px;
    width: calc((100% - 32px) / 4);
  }
}
@media screen and (min-width: 768px) {
  .panels__figure {
    margin: 8px;
  }
}

.panels__grid .panels__figure {
  opacity: 0;
}

.panels__grid.inview .panels__figure {
  opacity: 1;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(1) {
  transition: opacity 0.7s 0.08s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(2) {
  transition: opacity 0.7s 0.16s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(3) {
  transition: opacity 0.7s 0.24s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(4) {
  transition: opacity 0.7s 0.32s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(5) {
  transition: opacity 0.7s 0.4s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(6) {
  transition: opacity 0.7s 0.48s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(7) {
  transition: opacity 0.7s 0.56s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(8) {
  transition: opacity 0.7s 0.64s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(9) {
  transition: opacity 0.7s 0.72s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(10) {
  transition: opacity 0.7s 0.8s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(11) {
  transition: opacity 0.7s 0.88s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(12) {
  transition: opacity 0.7s 0.96s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(13) {
  transition: opacity 0.7s 1.04s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(14) {
  transition: opacity 0.7s 1.12s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(15) {
  transition: opacity 0.7s 1.2s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(16) {
  transition: opacity 0.7s 1.28s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(17) {
  transition: opacity 0.7s 1.36s ease-in-out;
}

.panels__grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .panels__grid {
    margin: -2px;
  }
}
@media screen and (min-width: 768px) {
  .panels__grid {
    margin: -8px;
  }
}
@media screen and (max-width: 767px) {
  .panels__grid img {
    flex-basis: 10%;
  }
}
.panels__grid .panels__figure:nth-of-type(18) {
  transition: opacity 0.7s 1.44s ease-in-out;
}

.panels__figure img {
  width: 100%;
}

.philosophy__txtWrap {
  background-color: #3755af;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .philosophy__txtWrap {
    border-radius: 11px;
    padding: 33px 16px 40px;
  }
}
@media screen and (min-width: 768px) {
  .philosophy__txtWrap {
    margin: 0 auto;
    border-radius: 11px;
    padding: 48px 46px 52px;
    width: 890px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__txt {
    line-height: 2.29;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .philosophy__txt {
    line-height: 2;
    font-size: 1.8rem;
  }
}

.philosophy__link a {
  text-decoration: underline;
}
.philosophy__link a:hover {
  color: #f8ff30;
}
.philosophy__link::after {
  display: inline-block;
  background-image: url(../images/icon_link_white.svg);
  background-size: cover;
  width: 1em;
  height: 1em;
  content: "";
}
@media screen and (max-width: 767px) {
  .philosophy__link {
    margin-top: 29px;
    text-align: center;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .philosophy__link {
    margin-top: 43px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .philosophy__br--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .philosophy__br--pc {
    display: none;
  }
}

.philosophy__br--sp.philosophy__br--pc {
  display: block;
}

.sideIndex {
  position: fixed;
  top: 50vh;
  transform: translateY(-50%) scale(0);
  transition: opacity 1s, transform 1s 1s;
  opacity: 0;
  width: 32px;
}

@media screen and (max-width: 767px) {
  .sideIndex {
    left: 2%;
    transform: translate(-50%, -50%) scale(0);
  }
}
@media screen and (min-width: 768px) {
  .sideIndex {
    left: 36px;
  }
}
.sideIndex.visible {
  transform: translateY(-50%) scale(1);
  transition: opacity 0.4s, transform 0.4s 0.4s ease-in-out;
  opacity: 1;
  z-index: 1;
}

.sideIndex__item {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  color: transparent;
}

.sideIndex__item a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: oswald, sans-serif;
}

.sideIndex__item:not(:first-child) {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .sideIndex__item:hover {
    transition: transform 0.2s;
  }
}

.sideIndex__item.goal4 {
  background-color: #c60f28;
}

.sideIndex__item.goal5 {
  background-color: #e83819;
}

.sideIndex__item.goal7 {
  background-color: #fabd00;
}

.sideIndex__item.goal8 {
  background-color: #970b31;
}

.sideIndex__item.goal9 {
  background-color: #ed6a02;
}

.sideIndex__item.goal12 {
  background-color: #d39200;
}

.sideIndex__item.goal16 {
  background-color: #004c88;
}

.sideIndex__item.goal17 {
  background-color: #003067;
}

@media screen and (max-width: 767px) {
  .sideIndex__item:not(:hover) {
    transform: scale(1);
    color: transparent;
  }
}
.sideIndex__item:not(.active):hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .sideIndex__list:hover .sideIndex__item:not(:hover) {
    transform: scale(1);
    color: transparent;
  }
}
.sideIndex__item.active {
  transform: scale(1.78);
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sideIndex__item:hover {
    transform: scale(1.78);
    text-align: center;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .sideIndex__item:active {
    transform: scale(1.78);
    text-align: center;
    color: #fff;
  }
}

.sideIndex__item.active a,
.sideIndex__item:hover a {
  font-size: 1.2rem;
}

/* ========================================================= */
/* FOUNDATION SCSS                                           */
/* ========================================================= */
/* ========================================================= */
/* COMPONENTS SCSS                                           */
/* ========================================================= */

/*# sourceMappingURL=styles.css.map */
