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

@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;
}

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] {
  -webkit-appearance: none;
  -moz-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 {
  -webkit-appearance: none;
  -moz-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 {
  -webkit-appearance: none;
  -moz-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] {
  -webkit-appearance: none;
  -moz-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 {
  -webkit-appearance: none;
  -moz-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] {
  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 {
  color: #222;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

  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;
}

a:focus {
  outline: none;
}

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

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

li {
  list-style: none;
}

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

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

/* ==========================================================================
  ========================================================================== */

.wrapper {
  overflow: hidden;
}

.sm {
  display: block;
  font-size: 1.4rem;
  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;
}

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

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

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

.ttl {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

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

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

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

.subTtl--line {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.subTtl--line::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -6px;
  width: 40px;
  height: 3px;
  background: #007dbc;
}

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

.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;
  max-width: 472px;
  width: 100%;
  height: 60px;
  background: #fcee21;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  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: 70px 120px;
}

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

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

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

.desc {
  line-height: 2.0;
}

@media (max-width: 999px) {
  .desc {
    line-height: 1.8;
  }
}

.notes {
  font-size: 0.8em;
  vertical-align: top;
}


/* ==========================================================================
  header
  ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  -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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #007dbc;
  padding: 5px;
}

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

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

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

.header__slogan {
  color: #007dbc;
  font-size: 1.7rem;
  line-height: 1.18;
  font-weight: 700;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
  padding: 0 10px 0 0;
}

@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 {
  display: block;
  background: #ef404c;
  border-radius: 5px;
  color: #fff;
  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;
  }
}

/* ==========================================================================
  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: 780px;
  }
}

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

.mv__box {
  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;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #fff;
  padding: 30px 20px;
}

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

.mv__copyright {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  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;
  line-height: 1;
}

@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;
}


/* ==========================================================================
  message
  ========================================================================== */
.message {
  position: relative;
  padding-top: 140px;
}

.message__img {
  width: 100%;
  max-height: 850px;
  -o-object-fit: cover;
  object-fit: cover;
}

.message__textbox {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 36px 86px 26px;
}

.message__subTtl {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 12px;
}

.message__ttl {
  font-size: 4.0rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

.message__copy {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}

.message__copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 10px;
}

@media (max-width: 999px) {
  .message {
    padding-top: 40px;
  }

  .message__textbox {
    position: static;
    text-align: center;
    padding: 0 20px;
  }

  .message__subTtl {
    font-size: 1.4rem;
  }

  .message__ttl {
    font-size: 2.6rem;
  }

  .message__copy {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .message__copyright {
    display: block;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
}

/* ==========================================================================
  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 {
  max-width: 920px;
  width: 100%;
  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 {
  text-align: center;
  padding: 140px 0;
}

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

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

.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;
  }
}

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

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

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

  .flow {
    width: 1000px;
  }
}

.flow__item {
  position: relative;
  width: calc((100% - 120px) / 5);
  border: 2px solid #007DBC;
  border-radius: 10px;
}

.flow__item:not(:last-child)::before {
  content: "＞";
  position: absolute;
  right: -30px;
  top: 50%;
  color: #007DBC;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

.flow__title {
  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: #007DBC;
  border-radius: 6px 6px 0 0;
  height: 78px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.333;
}

.flow__text {
  margin: 20px;
  text-align: left;
}

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

  .flow__text {
    margin: 12px;
  }
}

/* ==========================================================================
  rescue
  ========================================================================== */

.rescue {
  background: #f7f7f7;
  padding: 140px 0;
}

.rescue .ttl {
  margin-bottom: 16px;
}

.rescue__lead {
  text-align: center;
  margin-bottom: 26px;
}

.rescue__item {
  background: #ffffff;
  width: 100%;
  margin-bottom: 100px;
  padding: 60px 80px;
}

.rescue__item--lastchild {
  margin-bottom: 0;
}

.rescue__itemTtl {
  position: relative;
  color: #007dbc;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 42px;
}

.rescue__itemTtl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 2px;
  background: #007dbc;
}

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

  .rescue__item {
    margin-bottom: 60px;
    padding: 40px 20px;
  }

  .rescue__item--lastchild {
    margin-bottom: 0;
  }

  .rescue__itemTtl {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }

  .rescue__itemTtl::before {
    bottom: -12px;
  }
}

.rescue__supportDetails {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  margin-bottom: 60px;
}

.rescue__supportDetails::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -33px;
  width: 100%;
  height: 2px;
  background: #D9D9D9;
}

.rescue__supportDetails .desc {
  margin-bottom: 24px;
}

.rescue__supportDetails__left {
  width: 60%;
}

.rescue__supportDetails__sdgs {
  font-size: 1.4rem;
}

.rescue__supportDetails__icon {
  height: 78px;
  width: auto;
  margin-bottom: 6px;
}

.rescue__supportDetails__amount {
  width: 40%;
  height: auto;
}

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

  .rescue__supportDetails .desc {
    margin-bottom: 12px;
  }

  .rescue__supportDetails__left {
    width: 100%;
  }

  .rescue__supportDetails__sdgs {
    text-align: center;
  }

  .rescue__supportDetails__icon {
    height: 60px;
  }

  .rescue__supportDetails__amount {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }
}

.rescue__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}

.rescue__case__left {
  width: 50%;
}

.rescue__case__left .subTtl {
  text-align: left;
  margin-bottom: 6px;
}

.rescue__case__right {
  width: 50%;
}

.rescue__case__copyright {
  font-size: 1.0rem;
  line-height: 1;
  text-align: right;
  margin-top: 6px;
}

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

  .rescue__case__left {
    width: 100%;
  }

  .rescue__case__left .subTtl {
    text-align: center;
  }

  .rescue__case__right {
    width: 100%;
  }
}

/* ==========================================================================
  voice
  ========================================================================== */

.voice {
  padding: 140px 0;
}

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

.voice__item {
  width: 100%;
  border: 2px solid #007dbc;
  border-radius: 22px 22px 0 0;
  margin-bottom: 80px;
}


.voice__ttl {
  background: #007dbc;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 12px 0;
}

.voice__content {
  position: relative;
  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;
}

.voice__text {
  width: 52%;
  padding: 0 63px 0 47px;
}

.voice__text__name {
  color: #007dbc;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}

.voice__text__job {
  color: #007dbc;
  text-align: center;
  font-weight: bold;
  line-height: 1.375;
}

.voice__text__comment {
  position: relative;
  line-height: 1.8;
  margin-top: 22px;
}

.voice__text__comment::before {
  content: "";
  position: absolute;
  top: -14px;
  width: 100%;
  height: 2px;
  background: #007dbc;
}

.voice__img {
  width: 48%;
}

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

.voice__copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.0rem;
  line-height: 1;
  padding: 4px 10px;
}

.voice__copyright--right {
  right: auto;
  left: 0;
}

@media (max-width: 999px) {

  .voice__item {
    margin-bottom: 60px;
  }

  .voice__item--lastchild {
    margin-bottom: 0px;
  }

  .voice__ttl {
    font-size: 2rem;
  }

  .voice__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .voice__text {
    width: 100%;
    padding: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .voice__text__name {
    font-size: 2rem;
  }

  .voice__text__comment {
    line-height: 2.4rem;
    margin-top: 22px;
  }

  .voice__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .voice__copyright--right {
    left: auto;
    right: 0;
  }
}

/* ==========================================================================
  attempt
  ========================================================================== */

.attempt {
  background: #f7f7f7;
  padding: 140px 0;
}

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

.attempt .ttl {
  margin-bottom: 20px;
}

.attempt__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.attempt__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  z-index: 5;
}

.attempt__item::before {
  content: "";
  position: absolute;
  top: 50px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.attempt__item--full {
  background: #ffffff;
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 62px;
}


@media (max-width: 999px) {
  .attempt__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    margin-bottom: 60px;
    padding: 20px 20px 40px;
  }

  .attempt__item::before {
    width: 0;
    height: 0;
  }

  .attempt__item--full {
    padding: 40px 20px;
  }
}

.attempt__img {
  width: 50%;
  margin-left: -120px;
}

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

.attempt__img--right {
  margin-left: auto;
  margin-right: -120px;
}

@media (max-width: 1399px) {
  .attempt__img {
    margin-left: 0;
  }

  .attempt__img--right {
    margin-right: 0;
  }
}

.attempt__img--logo {
  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;
  margin-left: auto;
}

.attempt__img--logo img {
  width: 90%;
  height: auto;
}

.attempt__img--full {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  margin: 24px 0 36px;
}

.attempt__img--full div {
  width: 50%;
}

.attempt__img--full img {
  width: 100%;
  height: auto;
}

.attempt__copyright {
  font-size: 1.2rem;
  line-height: 1;
}

@media (max-width: 999px) {
  .attempt__img {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
  }

  .attempt__img--right {
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .attempt__img--full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .attempt__img--full div {
    width: 100%;
  }
}

.attempt__text {
  width: 50%;
  margin-top: 30px;
  margin-right: 60px;
}

.attempt__text--right {
  margin-right: auto;
  margin-left: 60px;
}

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

  .attempt__text--right {
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.attempt__lead {
  display: inline-block;
  background: #007dbc;
  border-radius: 0 20px 20px 0;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-left: -50px;
  margin-bottom: 30px;
  padding: 16px 30px 10px;
}

.attempt__lead--right {
  border-radius: 20px 0 0 20px;
  margin-left: auto;
  margin-right: -60px;
  float: right;
}

.attempt__lead--center {
  border-radius: 20px;
}

@media (max-width: 999px) {
  .attempt__lead {
    display: block;
    border-radius: 20px;
    font-size: 1.8rem;
    text-align: center;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .attempt__lead--right {
    margin-right: auto;
    float: none;
  }
}

.attempt__strong {
  color: #007dbc;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 12px;
  clear: both;
}

.attempt__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;
  max-width: 472px;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 3px solid #fcee21;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
  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;
}

.attempt__btn:hover {
  background: #fcee21;
}

/* ==========================================================================
  footer
  ========================================================================== */

.footer__btnArea {
  padding: 140px 0;
}

@media (max-width: 999px) {}

.footer__btnArea {
  padding: 70px 0;
}

.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%;
}

.footer__item:first-child {
  width: 100%;
}

@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;
  line-height: 1.4;
  margin-bottom: 16px;
}

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

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

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

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

.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 {
    content: "";
    position: absolute;
    right: -22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #1a4262;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

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

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

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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;
  width: calc((100% - 40px) / 3);
}

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

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

  .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: 999px) {
  .footer .sns__item {
    line-height: 2;
  }

  .footer .sns__item a {
    white-space: nowrap;
  }
}

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

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

.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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

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

.footer__link a:hover {
  opacity: 0.7;
}