@charset "UTF-8";
/* ==========================================================================
  Foundation
  ========================================================================== */
/*
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,
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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 {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* フォームの初期化を追加 */
/* テキスト */
input[type="text"],
input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]: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;
  background: white;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}

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"] {
  -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%;
}

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;
  text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none;
}

input[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* base */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.6;
}

@media (max-width: 999px) {
  body {
    line-height: 1.6 !important;
  }
}

a {
  -webkit-transition: .3s ease-out;
  color: inherit;
  text-decoration: none;
  transition: .3s ease-out;
}

img {
  vertical-align: bottom;
  width: 100%;
}

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:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

.sm {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media (max-width: 999px) {
  .sm {
    font-size: 1.2rem;
  }
}

/* components */
.inner {
  margin: 0 auto;
  max-width: 1344px;
  padding: 0 5%;
  position: relative;
  width: 100%;
}

@media (max-width: 999px) {
  .inner {
    max-width: 500px !important;
    padding: 0 12px;
  }
}

.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;
  margin-bottom: 25px;
  text-align: center;
}

@media (max-width: 999px) {
  .ttl {
    font-size: 2.6rem;
  }
}

@media (max-width: 355px) {
  .ttl {
    font-size: 2.4rem;
  }
}

.btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  -webkit-justify-content: center;
  align-items: center;
  background: #fcee21;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 472px;
  width: 100%;
}

.btn:hover {
  background: #e7d803;
}

.link {
  border: 1px solid #007DBC;
  border-radius: 5px;
  color: #007DBC;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 39px;
  padding: 8px 22px;
}

@media (max-width: 999px) {
  .link {
    margin: 42px auto 0;
  }
}

.link:hover {
  opacity: .7;
}

.block {
  display: inline-block;
}

/* ==========================================================================
  card
  ========================================================================== */
.card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card__item:not(:last-child) {
  margin-bottom: 126px;
}

@media (max-width: 999px) {
  .card__item:not(:last-child) {
    margin-bottom: 68px;
  }
}

.card__item:first-child .card__copyright {
  color: #fff;
  left: 17px;
  top: 17px;
}

.card__item:not(:first-child) .card__copyright {
  bottom: 13px;
  right: 13px;
}

@media (min-width: 1000px) {
  .card__item:not(:nth-child(2n)) .card__img {
    margin-right: 5%;
  }
  .card__item:nth-child(2n) .card__img {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    margin-left: 5%;
    order: 1;
  }
}

.card__item.active .card__img img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.card__img {
  overflow: hidden;
  position: relative;
  width: 48%;
}

@media (max-width: 1100px) {
  .card__img {
    width: 35%;
  }
}

@media (max-width: 999px) {
  .card__img {
    margin-bottom: 18px;
    width: 100%;
  }
}

.card__img::before {
  content: "";
  display: block;
  padding-top: 67%;
}

.card__img img {
  -o-object-fit: cover;
  -o-object-position: top center;
  -webkit-transition: .35s;
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  right: 0;
  top: 0;
  transition: .35s;
  width: 100%;
}

.card__txt {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (max-width: 999px) {
  .card__txt {
    font-size: 1.4rem;
    text-align: left;
  }
}

@media (min-width: 1000px) {
  .card__box {
    padding-top: 17px;
  }
}

@media (max-width: 999px) {
  .card__box {
    padding-top: 4px;
    text-align: left;
  }
}

.card__copyright {
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
}

@media (max-width: 999px) {
  .card__copyright {
    font-size: 1rem;
  }
}

.card__contents {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
  text-align: left;
}

@media (max-width: 999px) {
  .card__contents {
    padding-top: 16px;
  }
}

@media (max-width: 999px) {
  .card__contents {
    text-align: center;
  }
}

.card__contents::before {
  background: #007DBC;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 165px;
}

@media (max-width: 999px) {
  .card__contents::before {
    width: 100%;
  }
}

.card__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 11px;
}

@media (max-width: 999px) {
  .card__ttl {
    font-size: 2rem;
  }
}

.card__date {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media (max-width: 999px) {
  .card__date {
    font-size: 1.4rem;
    margin-bottom: 33px;
  }
}

.card__wrap {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  color: #007DBC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
}

@media (max-width: 999px) {
  .card__wrap {
    white-space: nowrap;
  }
}

@media (min-width: 1000px) {
  .card__map {
    position: relative;
    top: -13px;
  }
}

.card__map.myan img {
  width: 161px;
}

.card__map.afga img {
  width: 196px;
}

.card__map.madaga img {
  width: 184px;
}

@media (max-width: 999px) {
  .card__map {
    opacity: .5;
    position: absolute;
    right: 0px;
    top: 11px;
    z-index: -1;
  }
}

.card__map img {
  width: auto;
}

/* ==========================================================================
  fact
  ========================================================================== */
.fact {
  position: relative;
  width: 100%;
}

@media (max-width: 999px) {
  .fact {
    background: #007DBC;
  }
}

@media (min-width: 1000px) {
  .fact {
    padding-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .fact::before {
    background: url(../images/fact.jpg) no-repeat top center/cover;
    content: "";
    height: 750px;
    position: absolute;
    right: 0;
    top: 0;
    width: 94%;
  }
}

@media (min-width: 1000px) {
  .fact__inner {
    padding-top: 376px;
  }
}

.fact__desc {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 999px) {
  .fact__desc {
    font-size: 1.6rem;
  }
}

.fact__wrap {
  color: #fff;
  padding: 45px 32px 47px 82px;
  position: relative;
}

@media (min-width: 1000px) {
  .fact__wrap {
    background: #007DBC;
    width: 683px;
  }
}

@media (max-width: 999px) {
  .fact__wrap {
    margin: 0 auto;
    max-width: 500px;
    padding: 33px 12px 57px;
    width: 100%;
  }
}

.fact__ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (max-width: 999px) {
  .fact__ttl {
    font-size: 2.4rem;
  }
}

@media (max-width: 359px) {
  .fact__ttl {
    font-size: 2.2rem;
  }
}

.fact__txt {
  font-size: 2rem;
}

@media (max-width: 999px) {
  .fact__txt {
    font-size: 1.6rem;
  }
}

.fact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.fact__item {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #fff;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  padding: 16px 20px;
  text-align: center;
  width: calc(100% / 3 - 8px * 2 / 3);
}

.fact__item:not(:nth-child(3n)) {
  margin-right: 8px;
}

@media (max-width: 999px) {
  .fact__item {
    font-size: 1.2rem;
    padding: 16px 4px;
  }
}

/* ==========================================================================
  footer
  ========================================================================== */
.footer {
  color: #fff;
}

.footer__inner {
  max-width: 1369px;
}

.footer__wrap {
  background-color: #1a4262;
  padding: 79px 0;
}

@media (max-width: 999px) {
  .footer__wrap {
    padding: 60px 0 40px;
  }
}

.footer__list {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.footer__item {
  margin-bottom: 83px;
  text-align: center;
  width: 50%;
}

@media (max-width: 999px) {
  .footer__item {
    margin-bottom: 40px;
    width: 100%;
  }
}

.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 {
    padding: 8px 16px;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .footer__btn::before {
    -webkit-transform: translateY(-50%);
    -webkit-transition: .3s;
    border-color: transparent transparent transparent #1a4262;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    content: "";
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 0;
  }
}

.footer__btn .letter {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

@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 {
    -webkit-transform: translateY(-50%);
    -webkit-transition: .3s;
    border-color: transparent transparent transparent #1a4262;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    content: "";
    height: 0;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    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 {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media (max-width: 999px) {
  .footer__sns {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .sns {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .footer .sns:not(:last-child) {
    margin-right: 37px;
  }
}

@media (max-width: 999px) {
  .footer .sns {
    margin-bottom: 20px;
    width: calc(50% - 40px / 2);
  }
  .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 {
  margin-right: 19px;
  width: 50px;
}

@media (max-width: 999px) {
  .footer .sns__icon {
    margin-right: 23px;
    min-width: 35px;
    width: 35px;
  }
}

.footer .sns__item {
  font-size: 1.4rem;
  margin-right: 30px;
  position: relative;
}

@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: .7;
}

.footer .sns__item::before {
  -webkit-transform: translateY(-50%);
  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%;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .footer__bottom .inner {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (max-width: 999px) {
  .footer__bottom .inner {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    align-items: center;
    flex-direction: column;
  }
}

.footer__links {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 999px) {
  .footer__links {
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
}

.footer__link:not(:last-child) {
  margin-right: 20px;
}

.footer__link a:hover {
  opacity: .7;
}

/* ==========================================================================
  header
  ========================================================================== */
.header {
  -webkit-box-shadow: 0 3px 3px 0 rgba(17, 51, 72, 0.08);
  background: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(17, 51, 72, 0.08);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 18px;
}

@media (min-width: 601px) {
  .header__logo {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 136px;
  }
}

@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 {
    padding: 10px;
    width: 90px;
  }
}

@media (max-width: 600px) {
  .header__logoImg {
    padding: 5px;
    width: 60px;
  }
}

@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;
    line-height: 1.3;
    margin-left: 7px;
    margin-top: 19px;
    white-space: nowrap;
  }
}

.header__inner {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  justify-content: space-between;
  padding: 0 10px 0 0;
}

@media (min-width: 1000px) {
  .header__inner {
    max-width: 1200px;
  }
}

@media (max-width: 999px) {
  .header__inner {
    max-width: initial !important;
    width: 100%;
  }
}

@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: .7;
}

.header__contents {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.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;
    margin-left: 15px;
    padding: 4px 7px;
  }
}

@media (max-width: 355px) {
  .header__btn {
    font-size: 1rem;
    margin-left: 10px;
    padding: 4px;
  }
}

/* ==========================================================================
  highlight
  ========================================================================== */
.highlight {
  padding: 66px 0 103px;
  text-align: center;
}

@media (max-width: 999px) {
  .highlight {
    padding: 50px 0 45px;
  }
}

@media (max-width: 999px) {
  .highlight__ttl {
    margin-bottom: 5px;
  }
}

.highlight__txt {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.875;
  margin-bottom: 102px;
}

@media (max-width: 999px) {
  .highlight__txt {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 42px;
  }
}

.highlight__btn {
  margin-top: 84px;
}

@media (max-width: 999px) {
  .highlight__btn {
    margin-top: -36px;
  }
}

/* ==========================================================================
  mv
  ========================================================================== */
.mv {
  margin-top: 90px;
}

.mv__wrap {
  position: relative;
}

@media (max-width: 600px) {
  .mv {
    margin-top: 60px;
  }
}

.mv__bg {
  position: relative;
  width: 100%;
}

@media (min-width: 1000px) {
  .mv__bg {
    height: calc(100vh - 173px);
    min-height: 580px;
  }
}

@media (max-width: 999px) {
  .mv__bg {
    height: 800px;
  }
}

@media (max-width: 500px) {
  .mv__bg {
    height: 300px;
  }
}

.mv__bg img {
  -o-object-fit: cover;
  -o-object-position: top center;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.mv__box {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 30px 20px;
  position: absolute;
  width: 100%;
}

@media (max-width: 999px) {
  .mv__box {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

.mv__copyright {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 10px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 600px) {
  .mv__copyright {
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: right top;
    display: block;
    font-size: 1rem;
    transform: scale(0.6);
    transform-origin: right top;
  }
}

.mv__caption {
  font-size: 1.6rem;
  padding-bottom: 46px;
  padding-top: 17px;
}

@media (min-width: 1000px) {
  .mv__caption {
    text-align: center;
  }
}

@media (max-width: 999px) {
  .mv__caption {
    font-size: 1rem;
    padding-bottom: 20px;
    padding-top: 13px;
  }
}

.mv__ttl {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
}

@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 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #fcee21;
  border-radius: 5px;
  color: #212121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  width: 280px;
}

@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;
}

/* ==========================================================================
  result
  ========================================================================== */
.result {
  background: #f7f7f7;
  padding: 84px 0 138px;
}

@media (max-width: 999px) {
  .result {
    padding: 45px 0;
  }
}

.result__ttl {
  font-weight: bold;
  margin-bottom: 23px;
  text-align: center;
}

@media (max-width: 999px) {
  .result__ttl {
    margin-bottom: 4px;
  }
}

.result__txt {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 999px) {
  .result__txt {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
}

.result__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 999px) {
  .result__list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}

@media (min-width: 1000px) {
  .result__item {
    width: calc(100% / 2 - 4% * 1 / 2);
  }
  .result__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

@media (max-width: 999px) {
  .result__item {
    width: 100%;
  }
  .result__item:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .result__item:first-child .result__subImg {
    padding: 55px 10% 0;
  }
  .result__item:last-child .result__subImg {
    padding: 36px 9% 0;
    padding-top: 36px;
  }
}

.result__img {
  margin: 0 auto 74px;
  max-width: 868px;
  width: 100%;
}

@media (max-width: 999px) {
  .result__img {
    margin-bottom: 20px;
  }
}

.result__subImg {
  height: 452px;
}

@media (max-width: 1100px) {
  .result__subImg {
    height: 360px;
  }
}

@media (max-width: 999px) {
  .result__subImg {
    height: auto;
    margin-bottom: 30px;
    padding: 0 5%;
  }
}

@media (max-width: 500px) {
  .result__subImg {
    padding: 0;
  }
}

.result__subTtl {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .result__subTtl {
    font-size: 2rem;
  }
}

@media (max-width: 999px) {
  .result__subTtl {
    font-size: 1.6rem;
    margin-bottom: 29px;
    text-align: center;
  }
}

.result__desc {
  font-size: 1.4rem;
  line-height: 1.875;
}

.result__btn {
  margin-top: 70px;
}

@media (max-width: 999px) {
  .result__btn {
    margin-top: 63px;
  }
}

/* ==========================================================================
  shortage
  ========================================================================== */
.shortage {
  background: #212121;
  color: #fff;
  display: block;
  margin: 103px 0 70px;
  padding: 15px;
}

.shortage:hover {
  background: rgba(33, 33, 33, 0.9);
}

@media (max-width: 999px) {
  .shortage {
    margin: 69px 0 70px;
  }
}

.shortage .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
}

@media (max-width: 999px) {
  .shortage .inner {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.shortage__wrap {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  text-align: left;
}

.shortage__img {
  width: 158px;
}

@media (min-width: 1000px) {
  .shortage__img {
    margin-left: 8%;
    position: relative;
    top: -10px;
  }
}

@media (max-width: 999px) {
  .shortage__img {
    margin: 46px auto 0;
  }
}

.shortage__outline {
  position: relative;
}

.shortage__outline::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (max-width: 999px) {
  .shortage__outline::before {
    background: white;
  }
}

.shortage__outline::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 999px) {
  .shortage__outline::after {
    background: white;
  }
}

.shortage__inline {
  padding: 50px 2% 25px;
  position: relative;
}

@media (max-width: 999px) {
  .shortage__inline {
    padding: 50px 2% 45px;
  }
}

.shortage__inline::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

@media (max-width: 999px) {
  .shortage__inline::before {
    background: white;
  }
}

.shortage__inline::after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

@media (max-width: 999px) {
  .shortage__inline::after {
    background: white;
  }
}

.shortage__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 999px) {
  .shortage__ttl {
    font-size: 2.1rem;
    margin-bottom: 31px;
    text-align: center;
  }
}

.shortage__txt {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (max-width: 999px) {
  .shortage__txt {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
  card
  ========================================================================== */
.sum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 127px;
}

@media (max-width: 999px) {
  .sum {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 90px;
  }
}

.sum__item {
  background: #EFF2F5;
}

@media (min-width: 1000px) {
  .sum__item {
    padding: 40px 3% 80px;
    position: relative;
    width: calc(50% - 5% / 2);
  }
  .sum__item:not(:nth-child(2n)) {
    margin-right: 5%;
  }
  .sum__item .link {
    -webkit-transform: translateX(-50%);
    bottom: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}

@media (max-width: 999px) {
  .sum__item {
    padding: 40px 19px;
    width: 100%;
  }
  .sum__item:not(:last-child) {
    margin-bottom: 66px;
  }
}

.sum__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 56px;
}

@media (min-width: 1000px) {
  .sum__ttl {
    text-align: center;
  }
}

@media (max-width: 999px) {
  .sum__ttl {
    font-size: 2rem;
    margin-bottom: 7px;
    text-align: left;
  }
}

@media (max-width: 999px) {
  .sum__ttl {
    font-size: 2rem;
  }
}

.sum__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
}

@media (max-width: 999px) {
  .sum__txt {
    font-size: 1.4rem;
  }
}

.sum .btn {
  margin: 40px auto 0;
}
