@charset "UTF-8";
/* ==========================================================================
  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;
}

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 {
    line-height: 1.6;
  }
  body p {
    line-height: 1.75;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-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 {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  max-width: 1328px;
}
@media (max-width: 999px) {
  .inner {
    padding: 0 12px;
    max-width: 600px !important;
  }
}

.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 {
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 472px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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;
}

.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) {
  .link {
    margin: 42px auto 0;
  }
}
.link:hover {
  opacity: 0.7;
}

.block {
  display: inline-block;
}

/* ==========================================================================
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 18px;
}
@media (min-width: 601px) {
  .header__logo {
    height: 136px;
    -webkit-box-align: center;
    -webkit-align-items: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1000px) {
  .header__inner {
    max-width: 1200px;
  }
}
@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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  }
}

/* ==========================================================================
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -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;
    transition: 0.3s;
    right: 10px;
    top: 50%;
    -webkit-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;
    transition: 0.3s;
    top: 50%;
    -webkit-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 999px) {
  .footer__sns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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%);
  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 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 999px) {
  .footer__bottom .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 999px) {
  .footer__links {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__link:not(:last-child) {
  margin-right: 20px;
}
.footer__link a:hover {
  opacity: 0.7;
}

/* ==========================================================================
  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 .card__copyright {
  color: #fff;
  font-size: 1.4rem;
}
.card__item .card__copyright.is-topRight {
  top: 18px;
  right: 16px;
}
.card__item .card__copyright.is-bottomRight {
  bottom: 8px;
  right: 17px;
}
@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;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.card__item.active .card__img img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.card__img {
  width: 47%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .card__img {
    width: 35%;
  }
}
@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;
  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__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 {
    text-align: left;
    padding-top: 4px;
  }
}
.card__copyright {
  font-size: 1.4rem;
  position: absolute;
  font-weight: 500;
}
@media (max-width: 999px) {
  .card__copyright {
    font-size: 1rem;
  }
}
.card__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  text-align: left;
  position: relative;
}
@media (max-width: 999px) {
  .card__contents {
    padding-top: 16px;
  }
}
@media (max-width: 999px) {
  .card__contents {
    text-align: center;
  }
}
.card__contents::before {
  content: "";
  background: #007DBC;
  width: 115px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 999px) {
  .card__contents::before {
    width: 100%;
  }
}
.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__date {
  font-size: 1.8rem;
  margin-bottom: 23px;
}
@media (max-width: 999px) {
  .card__date {
    font-size: 1.4rem;
    margin-bottom: 33px;
  }
}
.card__wrap {
  color: #007DBC;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 999px) {
  .card__wrap {
    white-space: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.card__circle img {
  width: auto;
}
@media (max-width: 999px) {
  .card__circle {
    padding-bottom: 10px;
  }
  .card__circle img {
    width: 80px;
  }
}

/* ==========================================================================
  highlight
  ========================================================================== */
.highlight {
  padding: 80px 0 103px;
  text-align: center;
}
@media (max-width: 999px) {
  .highlight {
    padding: 50px 0 45px;
  }
}
.highlight__ttl {
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  .highlight__ttl {
    margin-bottom: 5px;
  }
}
.highlight__txt {
  line-height: 1.875;
  margin-bottom: 62px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 999px) {
  .highlight__txt {
    font-size: 1.7rem;
    margin-bottom: 42px;
    font-weight: bold;
  }
}
.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 - 130px);
    min-height: 580px;
  }
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.mv__box {
  background: rgba(0, 0, 0, 0.8);
  padding: 30px 20px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: 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;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background: #222222;
  }
}
.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 {
    display: block;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
}
.mv__caption {
  font-size: 1.6rem;
  padding-top: 17px;
  padding-bottom: 46px;
}
@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-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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;
}

/* ==========================================================================
  result
  ========================================================================== */
.result {
  background: #f7f7f7;
  padding: 116px 0 89px;
}
@media (max-width: 999px) {
  .result {
    padding: 45px 0;
  }
}
.result .inner {
  max-width: 1348px;
}
.result__ttl {
  font-weight: bold;
  margin-bottom: 23px;
  text-align: center;
}
@media (max-width: 999px) {
  .result__ttl {
    margin-bottom: 4px;
  }
}
.result__txt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 92px;
  font-size: 2.8rem;
}
@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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media (min-width: 1000px) {
  .result__item {
    width: 47.5%;
  }
  .result__item:not(:nth-child(2n)) {
    margin-right: 5%;
  }
}
@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: 61px 12px 0 0;
  }
  .result__item:last-child .result__subImg {
    padding: 26px 20px 0 0;
  }
}
.result__img {
  width: 100%;
  max-width: 921px;
  margin: 0 auto 104px;
}
@media (max-width: 999px) {
  .result__img {
    margin-bottom: 20px;
  }
}
.result__subImg {
  height: 382px;
}
@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 {
    margin-bottom: 29px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.result__desc {
  line-height: 1.875;
}
.result__btn {
  margin-top: 66px;
}
@media (max-width: 999px) {
  .result__btn {
    margin-top: 63px;
  }
}

/* ==========================================================================
  shortage
  ========================================================================== */
.shortage {
  background: #212121;
  color: #fff;
  margin: 80px 0 70px;
  padding: 15px;
  display: block;
}
.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.shortage__wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  text-align: left;
}
.shortage__img {
  width: 158px;
}
@media (min-width: 1000px) {
  .shortage__img {
    width: 159px;
    right: -9px;
    top: -15px;
    margin-left: 7%;
    position: relative;
  }
}
@media (max-width: 999px) {
  .shortage__img {
    margin: 46px auto 0;
  }
}
.shortage__outline {
  position: relative;
}
.shortage__outline::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media (max-width: 999px) {
  .shortage__outline::before {
    background: rgb(255, 255, 255);
  }
}
.shortage__outline::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
@media (max-width: 999px) {
  .shortage__outline::after {
    background: rgb(255, 255, 255);
  }
}
.shortage__inline {
  padding: 50px 2% 25px;
  position: relative;
}
@media (max-width: 999px) {
  .shortage__inline {
    padding: 50px 2% 45px;
  }
}
.shortage__inline::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
}
@media (max-width: 999px) {
  .shortage__inline::before {
    background: rgb(255, 255, 255);
  }
}
.shortage__inline::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
@media (max-width: 999px) {
  .shortage__inline::after {
    background: rgb(255, 255, 255);
  }
}
.shortage__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .shortage__ttl {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 31px;
  }
}
.shortage__txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 999px) {
  .shortage__txt {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
  feature
  ========================================================================== */
.feature {
  padding-bottom: 65px;
}
.feature__ttl {
  font-weight: bold;
}
@media (max-width: 999px) {
  .feature__ttl {
    background: #007DBC;
    margin: 0 calc(50% - 50vw);
    padding: 25px calc(50vw - 50% + 8px);
    width: 100vw;
  }
}
.feature__ttl .upper {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media (max-width: 999px) {
  .feature__ttl .upper {
    position: absolute;
    top: 24px;
    left: 27px;
  }
}
.feature__ttl .upper > span {
  font-family: "Open Sans", sans-serif;
  margin-right: 28px;
  position: relative;
}
.feature__ttl .upper > span::before {
  content: "";
  background: #2B2E34;
  width: 34px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%) rotate(136deg);
  transform: translateY(-50%) rotate(136deg);
}
.feature__ttl .below {
  font-size: 4rem;
}
@media (max-width: 999px) {
  .feature__ttl .below {
    font-size: 2.4rem;
    color: #fff;
  }
}
.feature__ttl .below ._sm {
  font-size: 2rem;
  margin-top: -1px;
  display: block;
}
@media (max-width: 999px) {
  .feature__ttl .below ._sm {
    font-size: 1.6rem;
    margin-top: 6px;
  }
}
.feature__item {
  position: relative;
}
@media (min-width: 1000px) {
  .feature__item {
    padding-top: 40px;
  }
}
@media (max-width: 999px) {
  .feature__item > .inner {
    position: static;
  }
}
@media (min-width: 1500px) {
  .feature__item:first-child .feature__bg small {
    color: #222;
  }
}
.feature__item.is-white {
  color: #fff;
}
.feature__item.is-white .feature__ttl .upper {
  color: #fff;
}
@media (max-width: 999px) {
  .feature__item.is-white .inner {
    color: #222;
  }
}
@media (min-width: 1000px) {
  .feature__item.is-white .feature__box {
    margin-top: 431px;
    padding-top: 59px;
  }
}
.feature__item.is-white .feature__ttl .upper > span::before {
  background: #fff;
}
.feature__item small {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
}
@media (max-width: 999px) {
  .feature__item small {
    font-size: 1rem;
  }
}
.feature__item .inner > p {
  max-width: 572px;
  margin-top: 18px;
  line-height: 2;
}
@media (max-width: 1100px) {
  .feature__item .inner > p {
    max-width: initial;
  }
}
@media (max-width: 999px) {
  .feature__item .inner > p {
    line-height: 1.75;
    margin-top: 23px;
  }
}
.feature__imgTtl {
  font-weight: bold;
  margin-bottom: -18px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1000px) {
  .feature__imgTtl {
    margin-top: 24px;
  }
}
@media (max-width: 999px) {
  .feature__imgTtl {
    margin-top: 40px;
    font-size: 1.4rem;
    margin-bottom: -10px;
  }
}
.feature__subTtl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 25px;
}
@media (max-width: 999px) {
  .feature__subTtl {
    font-size: 1.8rem;
    line-height: 1.75;
    margin-bottom: 45px;
  }
}
.feature__box {
  background: #fff;
}
@media (min-width: 1000px) {
  .feature__box {
    position: relative;
    top: -50px;
    margin-top: 373px;
    padding-top: 55px;
    padding-left: 5.5%;
    margin-bottom: -50px;
  }
}
@media (min-width: 1000px) {
  .feature__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.feature__wrap p {
  line-height: 2;
}
@media (max-width: 999px) {
  .feature__wrap p {
    line-height: 1.75;
  }
}
.feature__wrap p + p {
  margin-top: 21px;
}
.feature__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
@media (min-width: 1000px) {
  .feature__text {
    margin-top: -118px;
    position: relative;
    left: 0.5%;
    width: 326px;
    margin-left: 5%;
  }
}
@media (max-width: 999px) {
  .feature__text {
    margin: 40px auto 64px;
    max-width: 340px;
  }
}
.feature__img img {
  max-width: 100%;
  width: 721px;
}
@media (min-width: 1000px) {
  .feature__bg {
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .feature__bg .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    max-width: 1200px;
  }
  .feature__bg .inner small {
    position: absolute;
    bottom: 60px;
    right: 0;
  }
  .feature__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
  }
}
@media screen and (min-width: 1211px) and (max-width: 1337px) {
  .feature__bg .inner small {
    right: 3.5%;
  }
}
@media (max-width: 1210px) {
  .feature__bg .inner small {
    right: 5%;
  }
}
@media (max-width: 999px) {
  .feature__bg {
    position: relative;
  }
}
@media (min-width: 1000px) {
  .feature__bg small {
    bottom: 0;
    right: 10px;
  }
}
@media (max-width: 999px) {
  .feature__bg small {
    right: 16px;
    bottom: 15px;
  }
}
.feature__box {
  padding-top: 51px;
}
@media (min-width: 1367px) {
  .feature__box {
    min-width: 1185px;
  }
}
@media (max-width: 999px) {
  .feature__box {
    padding-top: 61px;
  }
}

.clm {
  max-width: 1057px;
  color: #222222;
}
@media (min-width: 1000px) {
  .clm > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.clm > li:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 999px) {
  .clm > li:not(:last-child) {
    margin-bottom: 44px;
  }
}
.clm__img {
  position: relative;
}
@media (min-width: 1000px) {
  .clm__img {
    width: 29%;
    margin-left: 4%;
  }
}
@media (max-width: 999px) {
  .clm__img {
    margin-top: 42px;
  }
}
.clm__img > small {
  bottom: 7px;
  right: 13px;
}
@media (max-width: 999px) {
  .clm__img > small {
    bottom: 13px;
    right: 16px;
  }
}
.clm__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
@media (max-width: 999px) {
  .clm__contents .md {
    font-size: 1.6rem;
  }
}
.clm__ttl {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 999px) {
  .clm__ttl {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
}

/* ==========================================================================
  parts
  ========================================================================== */