@charset "UTF-8";

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* ==========================================================================
  reset
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* フォームの初期化を追加 */
/* テキスト */
input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  background: white;
}

select::-ms-expand {
  display: none;
}

select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  outline: none;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
}

input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* ==========================================================================
  Foundation
  ========================================================================== */
/* base */
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222;
  font-size: 1.6rem;
}

@media (max-width: 999px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  body p {
    line-height: 1.75;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
}

a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

@media (min-width: 1000px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.sm {
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}

@media (max-width: 999px) {
  .sm {
    font-size: 1.2rem;
  }
}

.md {
  font-size: 1.8rem;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.inner--wide {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.block {
  display: inline-block;
}

.show--sp {
  display: none !important;
}

@media (max-width: 999px) {
  .show--sp {
    display: block !important;
  }
}

.show--pc {
  display: block !important;
}

@media (max-width: 999px) {
  .show--pc {
    display: none !important;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

.ttl {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 999px) {
  .ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 355px) {
  .ttl {
    font-size: 2.4rem;
  }
}

.subTtl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 999px) {
  .subTtl {
    font-size: 2rem;
    line-height: 150%;
    margin-bottom: 10px;
  }
}

.btn {
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 472px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fcee21;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
}

.btn:hover {
  background: #e7d803;
}

.block {
  display: inline-block;
}

.textBox--white {
  background: #ffffff;
  margin-bottom: 90px;
  padding: 80px 120px;
}

.textBox--gray {
  background: #f7f7f7;
  margin-bottom: 90px;
  padding: 80px 120px;
}

@media (max-width: 999px) {
  .textBox--white {
    padding: 20px;
    margin-bottom: 50px;
  }

  .textBox--gray {
    padding: 20px;
    margin-bottom: 50px;
  }
}

.desc {
  line-height: 3.0rem;
  text-align: justify;
}

@media (max-width: 999px) {
  .desc {
    line-height: 2.6rem;
    text-align: justify;
  }
}


/* ==========================================================================
  header
  ========================================================================== */
.header {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(17, 51, 72, 0.08);
  box-shadow: 0 3px 3px 0 rgba(17, 51, 72, 0.08);
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 18px;
}

@media (min-width: 601px) {
  .header__logo {
    height: 136px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .header__logo {
    height: 94px;
    top: 17px;
  }
}

@media (max-width: 355px) {
  .header__logo {
    height: 85px;
    top: 11px;
  }
}

.header__logoImg {
  background-color: #007dbc;
  display: block;
}

@media (min-width: 601px) {
  .header__logoImg {
    width: 90px;
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .header__logoImg {
    width: 60px;
    padding: 5px;
  }
}

@media (max-width: 355px) {
  .header__logoImg {
    width: 50px;
  }
}

.header__slogan {
  color: #007dbc;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.18;
  margin-left: 11px;
  margin-top: -35px;
}

@media (max-width: 600px) {
  .header__slogan {
    font-size: 1rem;
    margin-left: 7px;
    line-height: 1.3;
    margin-top: 19px;
    white-space: nowrap;
  }
}

.header__inner {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1000px) {
  .header__inner {
    max-width: 1200px;
    width: 90%;
  }
}

@media (max-width: 999px) {
  .header__inner {
    width: 100%;
    max-width: initial !important;
  }
}

@media (max-width: 600px) {
  .header__inner {
    height: 60px;
  }
}

.header__link {
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 600px) {
  .header__link {
    font-size: 1rem;
  }
}

.header__link:hover {
  opacity: 0.7;
}

.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__btn {
  background: #ef404c;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  margin-left: 40px;
  padding: 2px 18px;
}

.header__btn:hover {
  background: #981323;
}

@media (max-width: 600px) {
  .header__btn {
    font-size: 1.2rem;
    padding: 4px 7px;
    margin-left: 15px;
  }
}

@media (max-width: 355px) {
  .header__btn {
    font-size: 1rem;
    padding: 4px;
    margin-left: 10px;
  }
}

/* ==========================================================================
  mv
  ========================================================================== */
.mv {
  margin-top: 90px;
}

@media (max-width: 600px) {
  .mv {
    margin-top: 60px;
  }
}

.mv__wrap {
  position: relative;
}

.mv__bg {
  position: relative;
  width: 100%;
}

@media (min-width: 1000px) {
  .mv__bg {
    height: 810px;
  }
}

.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 90% center;
  object-position: 90% center;
}

.mv__box {
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 20px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1000px) {
  .mv__box {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 999px) {
  .mv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background: #222222;
  }
}

.mv__copyright {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 4px 10px;
}

@media (max-width: 600px) {
  .mv__copyright {
    display: block;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
}

.mv__ttl {
  font-weight: bold;
  text-align: center;
  font-size: 5rem;
}

@media (max-width: 1180px) {
  .mv__ttl {
    font-size: 4rem;
  }
}

@media (max-width: 999px) {
  .mv__ttl {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 500px) {
  .mv__ttl {
    font-size: 2.2rem;
  }
}

@media (max-width: 999px) {
  .mv__ttl {
    white-space: nowrap;
  }
}

@media (max-width: 359px) {
  .mv__ttl {
    white-space: initial;
  }
}

.mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fcee21;
  width: 280px;
  height: 40px;
  border-radius: 5px;
  color: #212121;
  font-weight: bold;
  font-size: 1.6rem;
}

@media (min-width: 1000px) {
  .mv__btn {
    margin-left: 50px;
  }
}

@media (max-width: 999px) {
  .mv__btn {
    font-size: 1.4rem;
    height: 36px;
    margin-top: 10px;
    width: 220px;
  }
}

.mv__btn:hover {
  background: #cec103;
}


/* ==========================================================================
  feature
  ========================================================================== */
.feature {
  padding: 140px 0;
  background: #212121;
}

@media (max-width: 999px) {
  .feature {
    padding: 10px 0 70px;
  }
}

/*グラフエリア*/
.feature__wrap {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
  padding-bottom: 400px;
}

@media (max-width: 999px) {
  .feature__wrap {
    padding-bottom: 0;
  }
}

.feature__subTtl {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}

.feature__ttl {
  position: relative;
  color: #fff;
  font-size: 4.0rem;
  line-height: 4.5rem;
  text-align: left;
  margin-bottom: 2rem;
  z-index: 10;
}

.feature__txt {
  color: #fff;
  font-size: 2.2rem;
  text-align: left;
  line-height: 140%;
  margin-bottom: 2rem;
}

@media (max-width: 999px) {
  .feature__ttl {
    font-size: 3.0rem;
  }

  .feature__txt {
    font-size: 1.8rem;
  }
}

.feature__graph {
  position: absolute;
  top: 5%;
  right: 10%;
  width: auto;
  height: 520px;
}

.feature__lead {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 450px;
  background: #fff;
  text-align: justify;
  padding: 24px;
}

.feature__lead span {
  background: #FCEE21;
}

@media (max-width: 999px) {
  .feature__graph {
    position: static;
    width: 80%;
    height: auto;
    margin-bottom: 20px;
  }

  .feature__lead {
    position: static;
    width: 100%;
    padding: 20px;
  }
}

/*写真*/
.photo {
  width: 100%;
  color: #fff;
  margin-bottom: 80px;
}

@media (max-width: 999px) {
  .photo {
    margin-bottom: 50px;
  }
}

.photo__halfWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 999px) {
  .photo__halfWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.photo__blockTitle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
  width: 100px;
  height: 100px;
  z-index: 5;
  -webkit-box-shadow: 0px 5px 15px -5px #ffffff;
  box-shadow: 0px 5px 15px -5px #ffffff;
}

@media (max-width: 999px) {
  .photo__blockTitle {
    width: 80px;
    height: 80px;
  }
}

.photo__half {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: calc((100% - 60px)/2);
  line-height: 100%;
  margin-bottom: 80px;
}

@media (max-width: 999px) {
  .photo__half {
    width: 100%;
  }
}

.photo__halfTop {
  position: relative;
  width: calc((100% - 10px)/2);
}

.photo__halfTop img {
  width: 100%;
  height: auto;
}

.photo__halfBottom {
  position: relative;
  width: 100%;
}

.photo__halfBottom img {
  width: 100%;
  height: auto;
}

.photo__wide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  line-height: 100%;
}

@media (max-width: 999px) {
  .photo__wide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.photo__wideItem {
  position: relative;
  width: calc((100% - 30px)/3)
}

.photo__wideItem img {
  width: 100%;
  height: auto;
}

@media (max-width: 999px) {
  .photo__wideItem {
    position: relative;
    width: calc((100% - 10px)/2);
  }
}

.photo__title {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  line-height: 100%;
  padding: 4px 10px;
}

.photo__title.is-right {
  bottom: 16px;
  right: 0;
}

.photo__title.is-left {
  bottom: 16px;
  left: 0;
}

@media (max-width: 999px) {
  .photo__title {
    position: static;
    background: none;
    font-size: 1.2rem;
    padding: 6px 0 2px;
  }
}

.photo__copyright {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 110%;
  font-weight: 500;
}

.photo__copyright.is-right {
  text-align: right;
}

@media (max-width: 999px) {
  .photo__copyright.is-right {
    text-align: left;
  }
}

/*各国における影響*/
.influence {
  width: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 80px 120px;
}

@media (max-width: 999px) {
  .influence {
    padding: 20px;
  }
}

.influence__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media (max-width: 999px) {
  .influence__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}

.influence__item {
  width: calc((100% - 60px)/2);
}

@media (max-width: 999px) {
  .influence__item {
    width: 100%;
  }
}

.influence__title {
  font-size: 2.0rem;
  text-align: center;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (max-width: 999px) {
  .influence__title {
    font-size: 1.6rem;
  }
}

.influence__img {
  position: relative;
}

.influence__copyright {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 100%;
  padding: 4px 10px;
}

.influence__money {
  background: #fff;
  color: #222;
  text-align: center;
  line-height: 160%;
  margin: 12px 0;
  padding: 8px 0;
}

.influence__shortfall {
  color: #007DBC;
  font-weight: bold;
  font-size: 2.2rem;
}



/* ==========================================================================
  highlight
  ========================================================================== */
.highlight {
  padding: 140px 0;
  text-align: center;
}

@media (max-width: 999px) {
  .highlight {
    padding: 70px 0;
  }
}

/* ==========================================================================
  card
  ========================================================================== */

.card {
  width: 100%;
}

.card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.card__item:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 999px) {
  .card__item:not(:last-child) {
    margin-bottom: 68px;
  }
}

@media (min-width: 1000px) {
  .card__item:not(:nth-child(2n)) .card__img {
    margin-right: 5.5%;
  }

  .card__item:nth-child(2n) .card__img {
    margin-left: 5%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.card__item.active .card__img img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.card__img {
  width: calc((100% - 60px) / 2);
  position: relative;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .card__img.is-right img {
    -o-object-position: top right;
    object-position: top right;
  }
}

@media (max-width: 999px) {
  .card__img {
    width: 100%;
    margin-bottom: 18px;
  }
}

.card__img::before {
  content: "";
  padding-top: 67%;
  display: block;
}

.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.card__copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  padding: 4px 10px;
}

@media (max-width: 999px) {
  .card__copyright {
    font-size: 1rem;
  }
}

.card__contents {
  width: calc((100% - 60px)/2);
  text-align: left;
  position: relative;
}

@media (max-width: 999px) {
  .card__contents {
    width: 100%;
    padding-top: 16px;
    text-align: center;
  }
}

.card__contents::before {
  content: "";
  background: #007DBC;
  width: 110px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 999px) {
  .card__contents::before {
    width: 100%;
  }
}

.card__wrap {
  color: #007DBC;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 999px) {
  .card__wrap {
    white-space: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1000px) {
  .card__box {
    padding-top: 17px;
  }
}

@media (max-width: 999px) {
  .card__box {
    text-align: left;
    padding-top: 4px;
  }
}

.card__date {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

@media (max-width: 999px) {
  .card__date {
    font-size: 1.4rem;
  }
}

.card__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 6px;
}

@media (max-width: 999px) {
  .card__ttl {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.card__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: justify;
}

@media (max-width: 999px) {
  .card__txt {
    font-size: 1.4rem;
  }
}

.card__link {
  border: 1px solid #007DBC;
  border-radius: 5px;
  color: #007DBC;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 39px;
  padding: 8px 22px;
  line-height: 1;
}

@media (max-width: 999px) {
  .card__link {
    margin: 22px auto 0;
  }
}

.card__link:hover {
  opacity: 0.7;
}


/* ==========================================================================
  result
  ========================================================================== */
.result {
  background: #f7f7f7;
  padding: 140px 0;
}

@media (max-width: 999px) {
  .result {
    padding: 70px 0;
  }
}

.result__txt {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}

@media (max-width: 999px) {
  .result__txt {
    font-size: 1.7rem;
  }
}

.result__img {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 100px;
}

@media (max-width: 999px) {
  .result__img {
    margin-bottom: 20px;
  }
}

.result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: 100%;
  margin-bottom: 80px;
}

@media (max-width: 999px) {
  .result__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 80px;
  }
}

.result__item {
  width: calc((100% - 60px)/2);
}

@media (max-width: 999px) {
  .result__item {
    width: 100%;
  }
}

/* ==========================================================================
  map
  ========================================================================== */
.map {
  padding: 140px 0;
  text-align: center;
}

@media (max-width: 999px) {
  .map {
    padding: 70px 0;
  }
}

.map__img {
  width: 100%;
  margin: 0 auto 80px;
}

.map__img img {
  max-width: 1200px;
  width: 90%;
}

@media (max-width: 999px) {
  .map__img {
    margin-bottom: 30px;
    padding: 0 10px;
    overflow-x: scroll;
  }

  .map__img img {
    width: 700px;
    height: auto;
  }
}

.map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 999px) {
  .map__list {
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.map__item {
  width: calc((100% - 60px)/2);
}

@media (max-width: 999px) {
  .map__item {
    width: 100%;
  }
}

.map__subTtl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.map__cap {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 999px) {
  .map__cap {
    font-size: 1.2rem;
  }
}

.map__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 999px) {
  .map__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.map__text img {
  width: 100px;
  height: 100px;
  margin-left: 20px;
}

@media (max-width: 999px) {
  .map__text .desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .map__text img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
  }
}

.flowWrap {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 80px;
}

.flow {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 50px;
}

@media (max-width: 999px) {
  .flowWrap {
    width: 100%;
    padding: 0 20px;
    overflow-x: scroll;
  }

  .flow {
    width: 1200px;
    padding-bottom: 52px;
  }
}

.flow__item {
  position: relative;
  width: calc((100% - 150px) / 6);
}

.flow__item:not(:last-child)::before {
  content: "＞";
  position: absolute;
  top: 100px;
  right: -14%;
  color: #007DBC;
  font-weight: bold;
}

.flow__item:nth-child(n+3)::after {
  content: url(../images/arrow.svg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50);
  -ms-transform: translateX(-50);
  transform: translateX(-50);
  bottom: -60px;
}

.flow__noTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: #007DBC;
  margin-bottom: 16px;
  padding: 14px 0;
}

.flow__noTitle img {
  width: 90%;
  height: auto;
}

.flow__title {
  color: #007DBC;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 8px;
}

.flow__title.margin-top {
  margin-top: 2.6rem;
}

@media (max-width: 999px) {
  .flow__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .flow__title.margin-top {
    margin-top: 2rem;
  }
}

.flow__img {
  border: 1px solid #007DBC;
  width: 100%;
  height: auto;
}

.flow__img.margin-bottom {
  margin-bottom: 14px;
}

.flow__copyright {
  width: 100%;
  display: inline-block;
  font-size: 1.0rem;
  line-height: 100%;
  text-align: right;
}

.flow__text {
  font-size: 1.4rem;
  text-align: left;
}

@media (max-width: 999px) {
  .flow__arrowWrap {
    width: 1200px;
  }
}

.flow__arrow {
  width: 66%;
  border: 2px solid #007DBC;
  border-radius: 20px;
  margin-left: auto;
  font-size: 1.4rem;
  text-align: center;
  line-height: 100%;
  padding: 8px 0;
}

@media (max-width: 999px) {
  .flow__arrow {
    padding: 6px 0;
    font-size: 1.4rem;
  }
}

.flow__arrow span {
  color: #007DBC;
  font-weight: bold;
}

/* ==========================================================================
  question
  ========================================================================== */

.question {
  max-width: 1200px;
  width: 90%;
  background: #1a4262;
  color: #fff;
  text-align: center;
  margin: 0 auto 100px;
  padding: 80px;
}

@media (max-width: 999px) {
  .question {
    padding: 20px;
  }
}

.question .footer__btn {
  margin-top: 20px;
}

.question:hover .footer__btn {
  color: #2f78b3;
}

@media (max-width: 999px) {

  .question:hover .footer__btn::before {
    border-color: transparent transparent transparent #2f78b3;
  }
}

.question:hover .footer__btn span::before {
  border-color: transparent transparent transparent #2f78b3;
}


/* ==========================================================================
  footer
  ========================================================================== */
.footer {
  color: #fff;
}

.footer__wrap {
  background-color: #1a4262;
  padding: 80px 0;
}

@media (max-width: 999px) {
  .footer__wrap {
    padding: 60px 0 40px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__item {
  margin-bottom: 83px;
  text-align: center;
  width: 50%;
}

@media (max-width: 999px) {
  .footer__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.footer__item:hover .footer__btn {
  color: #2f78b3;
}

@media (max-width: 999px) {

  .footer__item:hover .footer__btn::before {
    border-color: transparent transparent transparent #2f78b3;
  }
}

.footer__item:hover .footer__btn span::before {
  border-color: transparent transparent transparent #2f78b3;
}

.footer__subTtl {
  font-size: 2.5rem;
  margin-bottom: 27px;
}

@media (max-width: 999px) {
  .footer__subTtl {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}

.footer__btn {
  background: #fff;
  border-radius: 3px;
  color: #1a4262;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 34px;
  position: relative;
}

@media (max-width: 999px) {
  .footer__btn {
    width: 100%;
    padding: 8px 20px;
  }
}

@media (max-width: 1100px) {
  .footer__btn::before {
    border-color: transparent transparent transparent #1a4262;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    content: "";
    height: 0;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
  }
}

.footer__btn .letter {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 999px) {
  .footer__btn .letter {
    font-size: 1.5rem;
  }
}

@media (max-width: 355px) {
  .footer__btn .letter {
    font-size: 1.4rem;
  }
}

@media (min-width: 1101px) {
  .footer__btn .letter::before {
    border-color: transparent transparent transparent #1a4262;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    content: "";
    height: 0;
    position: absolute;
    right: -22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
  }
}

.footer__ttl {
  font-size: 2.5rem;
  margin-bottom: 40px;
  margin-top: 19px;
  text-align: center;
}

@media (max-width: 999px) {
  .footer__ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 355px) {
  .footer__ttl {
    font-size: 2rem;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 999px) {
  .footer__sns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1000px) {
  .footer .sns:not(:last-child) {
    margin-right: 37px;
  }
}

@media (max-width: 999px) {
  .footer .sns {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .footer .sns:not(:nth-child(2n)) {
    margin-right: 40px;
  }

  .footer .sns--insta .sns__item::before {
    top: 9px;
  }
}

@media (max-width: 1100px) {
  .footer .sns:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}

.footer .sns__icon {
  width: 50px;
  margin-right: 19px;
}

@media (max-width: 999px) {
  .footer .sns__icon {
    width: 35px;
    min-width: 35px;
    margin-right: 23px;
  }
}

.footer .sns__item {
  font-size: 1.4rem;
  position: relative;
  margin-right: 30px;
}

@media (max-width: 355px) {
  .footer .sns__item {
    font-size: 1.2rem;
  }
}

@media (max-width: 999px) {
  .footer .sns__item a {
    white-space: nowrap;
  }
}

.footer .sns__item a:hover {
  opacity: 0.7;
}

.footer .sns__item::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  content: "";
  height: 0;
  left: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}

.footer__bottom {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 40px 0;
}

@media (max-width: 999px) {
  .footer__bottom {
    font-size: 1.2rem;
    padding: 30px 0;
  }
}

.footer__bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .footer__bottom .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 999px) {
  .footer__bottom .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 999px) {
  .footer__links {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__link:not(:last-child) {
  margin-right: 20px;
}

.footer__link a:hover {
  opacity: 0.7;
}