@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

.c-title--type01 {
  background: url(../img/border_common.png) no-repeat left bottom/contain;
  padding-bottom: 50px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .c-title--type01 {
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-title--type01 {
    font-size: 4.5572916667vw;
  }
}
.c-title--type01 small {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .c-title--type01 small {
    font-size: 3.6458333333vw;
  }
}
.c-title--type02 {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-title--type02 {
    font-size: 4.1666666667vw;
  }
}
.c-title--type02.orange {
  color: #ff8100;
}
.c-title--type02.black {
  color: #000;
}
.c-title--type02.black span {
  border-bottom: dashed 1px #000;
}
.c-title--type02.center {
  text-align: center;
}
.c-title--child-common {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 116.6666666667%;
}
@media only screen and (max-width: 768px) {
  .c-title--child-common {
    font-size: 5.2083333333vw;
  }
}
.c-title--child-common small {
  font-size: 15px;
  font-weight: 400;
}

header {
  padding: 1.88rem 0 4.38rem;
}
@media only screen and (max-width: 736px) {
  header {
    padding: 0.94rem 0 2.19rem;
  }
}
header.fixed {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 1.25rem 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header > .wrapper > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  header > .wrapper > ul {
    display: none;
  }
}
header > .wrapper > ul > li {
  list-style: none;
  position: relative;
}
header > .wrapper > ul > li.nav01 {
  width: 5.5vw;
  max-width: 66px;
}
header > .wrapper > ul > li.nav02 {
  width: 5.5vw;
  max-width: 66px;
}
header > .wrapper > ul > li.nav03 {
  width: 13.1666666667vw;
  max-width: 158px;
}
header > .wrapper > ul > li.nav04 {
  width: 5.5vw;
  max-width: 66px;
}
header > .wrapper > ul > li.nav05 {
  width: 10.3333333333vw;
  max-width: 124px;
}
header > .wrapper > ul > li.nav06 {
  width: 5.5vw;
  max-width: 66px;
}
header > .wrapper > ul > li.nav07 {
  width: 5.5vw;
  max-width: 66px;
}
header > .wrapper > ul > li.nav08 {
  width: 7.4166666667vw;
  max-width: 89px;
}
header > .wrapper > ul > li.nav09 {
  width: 8.8333333333vw;
  max-width: 106px;
}
header > .wrapper > ul > li img {
  width: 100%;
}
header > .wrapper > ul > li > a {
  text-decoration: none;
}
header > .wrapper > ul > li > a:hover {
  text-decoration: none;
}
header > .wrapper > ul > li > ul {
  display: none;
  background: #fff;
  width: 100px;
  padding: 1.25rem;
  position: absolute;
  left: 0;
  top: 1.88rem;
  z-index: 999;
}
header > .wrapper > ul > li > ul li {
  font-size: 1.13rem;
  font-weight: 700;
  text-align: left;
}
header > .wrapper > ul > li > ul li:not(:last-child) {
  border-bottom: solid 1px #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
header > .wrapper > ul > li > ul li a {
  display: block;
}

footer {
  border-top: solid 1px #231815;
  padding: 0.16rem 0 1.56rem 0;
  text-align: right;
  line-height: 100%;
}
footer img {
  width: 126px;
}

.spnav {
  display: none;
  background: #F0F8FB;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  overflow: auto;
}
.spnav.active {
  display: block;
}
.spnav ul {
  padding-top: 3.75rem;
}
.spnav ul.progenitor > li > ul {
  display: none;
}
.spnav ul[class*=depth-] {
  background: #F0F8FB;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
}
.spnav ul li {
  border-bottom: solid 1px white;
  font-size: 1.25rem;
  font-weight: bold;
}
.spnav ul li:last-child {
  border-bottom: none;
}
.spnav ul li.hasChild {
  position: relative;
}
.spnav ul li.hasChild:after {
  content: ">";
  display: block;
  position: absolute;
  right: 1.5em;
  top: 1em;
  color: #fff;
}
.spnav ul li > a {
  display: block;
  padding: 1em 1em;
  color: #000;
  text-decoration: none;
  text-shadow: 0px 1px 0px #c8e5f0;
}

.nav_btn {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 959px) {
  .nav_btn {
    position: fixed;
    display: block;
    left: 1%;
    top: 1.5%;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
  }

  .nav_btn a {
    position: absolute;
    display: block;
    /*background:rgba(255,255,255,0.5);*/
    width: 36px;
    height: 36px;
    padding: 2px;
    top: 0;
    right: 0;
  }

  .nav_btn a span {
    display: block;
    background: #242424;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  .nav_btn a span:first-child {
    top: 6px;
  }

  .nav_btn a span:nth-child(2) {
    margin-top: -1px;
    top: 35%;
  }

  .nav_btn a span:last-child {
    bottom: 18px;
  }

  .nav_btn p {
    position: absolute;
    bottom: 0.4em;
    width: 100%;
    height: 1em;
    margin-bottom: 0 !important;
    color: #242424;
    font-family: Verdana;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
  }

  .nav_btn a.active span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }

  .nav_btn a.active span:nth-child(2) {
    opacity: 0;
  }

  .nav_btn a.active span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media only screen and (max-device-width: 320px) {
  .nav_btn {
    top: 1.3%;
  }
}
.p-drawer {
  display: none;
  position: absolute;
  right: 3.125vw;
  top: 3.125vw;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .p-drawer {
    display: block;
    width: 5.78125vw;
    height: 4.0625vw;
  }
}
.p-drawer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 54px;
}
@media only screen and (max-width: 980px) {
  .p-drawer a {
    width: 100%;
    height: 100%;
  }
}
.p-drawer a span.box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-drawer a span.line {
  background: #58504e;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
}
.p-drawer a span.line:first-child {
  top: 0;
}
.p-drawer a span.line:nth-child(2) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-drawer a span.line:last-child {
  bottom: 0;
}
.p-drawer a.active span.line:first-child {
  top: 50%;
  transform: translate(0, 0) rotate(-45deg);
}
.p-drawer a.active span.line:nth-child(2) {
  transform: scale(0, 1);
}
.p-drawer a.active span.line:last-child {
  bottom: 50%;
  transform: translate(0, 0) rotate(45deg);
}

.p-modal_nav {
  background: #fff;
  box-sizing: border-box;
  height: 0;
  position: fixed !important;
  left: 0;
  top: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  z-index: -1;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.25s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.25s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: liner;
  overflow: scroll;
}
.p-modal_nav.active {
  transform: scale(1, 1);
  z-index: 9998;
}
@media only screen and (max-width: 768px) {
  .p-modal_nav {
    align-items: flex-start;
  }
}
.p-modal_nav .container {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .p-modal_nav .container {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .p-modal_nav .container {
    width: 100%;
  }
}
.p-modal_nav a {
  color: #58504e;
}
@media only screen and (max-width: 768px) {
  .p-modal_nav .nav_render {
    margin-top: 14.0625vw;
  }
}
.p-modal_nav .nav_render > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-modal_nav .nav_render > ul {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-modal_nav .nav_render > ul > li {
    width: 100%;
    font-size: 5vw;
    font-weight: bold;
  }
}
.p-modal_nav .nav_render > ul > li > a {
  display: block;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 768px) {
  .p-modal_nav .nav_render > ul > li > a {
    width: 100%;
    box-sizing: border-box;
    padding: 4.6875vw;
    position: relative;
  }
  .p-modal_nav .nav_render > ul > li > a.has_child:after {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    content: " ";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: #58504e solid 1px;
    border-right: #58504e solid 1px;
    right: 1em;
    top: calc(50% - 3px);
  }
  .p-modal_nav .nav_render > ul > li > a.has_child.opened:after {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    content: " ";
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-bottom: #58504e solid 1px;
    border-right: #58504e solid 1px;
    right: 1em;
    top: calc(50% - 3px);
  }
}
.p-modal_nav .nav_render > ul .child {
  margin-top: -4.6875vw;
}
@media only screen and (max-width: 768px) {
  .p-modal_nav .nav_render > ul .child {
    display: none;
  }
}
.p-modal_nav .nav_render > ul .child li {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .p-modal_nav .nav_render > ul .child li {
    font-size: 5vw;
    font-weight: bold;
  }
}
.p-modal_nav .nav_render > ul .child li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-modal_nav .nav_render > ul .child li:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-modal_nav .nav_render > ul .child li > a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-modal_nav .nav_render > ul .child li > a {
    border-bottom: solid 1px #000;
    width: 100%;
    box-sizing: border-box;
    padding: 4.6875vw;
  }
}

body {
  background: none !important;
  font-family: "Noto Sans JP";
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #333333;
}
body > section > figure > img, body > .animate > section > figure > img {
  width: 100%;
}

p, li, dt, dd, input, textarea, th, td {
  color: #333333;
  line-height: 175%;
}

h2, h3, h4, h5 {
  color: #333333;
  line-height: 160%;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
  color: #333333;
}

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

.wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .wrapper {
    width: 83.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: 90%;
    display: block;
  }
}

.inner {
  width: 830px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .inner {
    width: 72.1739130435vw;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 93.75vw;
  }
}

.pc {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.pc-min-1281 {
  display: none;
}
@media only screen and (min-width: 1281px) {
  .pc-min-1281 {
    display: inherit;
  }
}

.pc-1280 {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .pc-1280 {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .pc-1280 {
    display: none;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: inherit !important;
  }
}

img.pc, br.pc, span.pc, strong.pc, small.pc {
  display: inline;
}
@media only screen and (max-width: 736px) {
  img.pc, br.pc, span.pc, strong.pc, small.pc {
    display: none;
  }
}
img.sp, br.sp, span.sp, strong.sp, small.sp {
  display: none;
}
@media only screen and (max-width: 736px) {
  img.sp, br.sp, span.sp, strong.sp, small.sp {
    display: inline;
  }
}

a[href^="tel"] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  a[href^="tel"] {
    cursor: pointer;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

body.top .bg_top {
  background: url(../img/bg_top.png) no-repeat center center/cover;
  padding-bottom: 2.6666666667vw;
}
@media only screen and (max-width: 768px) {
  body.top .bg_top {
    background: url(../img/bg_top_sp.png) no-repeat center center/cover;
    padding-bottom: 5.3278688525vw;
  }
}
body.top #top {
  position: relative;
}
body.top #top h1 {
  width: 93.2%;
  margin: 0 auto;
}
body.top #top h1 img {
  width: 100%;
}
@media only screen and (max-width: 932px) {
  body.top #top h1 {
    width: 100%;
  }
}
body.top #top .twitter {
  filter: drop-shadow(7px 6px 6px rgba(0, 0, 0, 0.35));
  width: 80%;
  margin: -8.1666666667vw auto 0;
}
@media only screen and (max-width: 736px) {
  body.top #top .twitter {
    width: 90%;
    margin-top: -10.2459016393vw;
  }
}
@media only screen and (max-width: 768px) {
  body.top #top .twitter iframe {
    height: 45.0819672131vw !important;
    max-height: 45.0819672131vw;
  }
}
body.top #read {
  background: url(../img/bg_read.jpg) no-repeat center top;
  background-size: cover;
  padding: 13.3rem 0;
}
@media only screen and (max-width: 736px) {
  body.top #read {
    padding: 6.65rem 0;
  }
}
body.top #read h2, body.top #read p {
  text-align: center;
}
body.top #read h2 img, body.top #read p img {
  width: 94.3%;
}
@media only screen and (max-width: 736px) {
  body.top #read h2 img, body.top #read p img {
    width: 100%;
  }
}
body.top #read h2 {
  margin-bottom: 3.44rem;
}
body.top #buttons {
  background: url(../img/bg_btn_navigation.png) repeat center center/cover;
  padding: 6.5573770492vw 0 5.5327868852vw;
}
body.top #buttons .wrapper {
  width: 96%;
}
body.top #buttons h2 {
  text-align: center;
}
body.top #buttons h2 img {
  width: 83.1967213115vw;
}
body.top #buttons ul {
  display: flex;
  justify-content: space-between;
}
body.top #buttons ul li {
  position: relative;
}
body.top #buttons ul li:first-child {
  width: 49.487704918vw;
}
body.top #buttons ul li:last-child {
  width: 46.5163934426vw;
  margin-top: 1.2295081967vw;
}
body.top #buttons ul li .and {
  width: 7.5819672131vw;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(33%, -34%);
  z-index: 10;
}
body.top #goal {
  background: url(../img/bg_goal.png) repeat-y center top/contain;
  padding: 12vw 0 13.75vw;
}
@media only screen and (max-width: 736px) {
  body.top #goal {
    padding: 22.5vw 0 25.78125vw;
  }
}
body.top #goal .lead {
  margin-bottom: 10.8333333333vw;
}
@media only screen and (max-width: 768px) {
  body.top #goal .lead {
    margin-bottom: 12.2950819672vw;
  }
}
body.top #goal .lead h2 {
  margin-bottom: 2.75vw;
}
body.top #goal .lead h2 img {
  width: 100%;
}
body.top #goal .lead .box {
  display: flex;
  justify-content: space-between;
}
body.top #goal .lead .box figure {
  width: 29%;
}
body.top #goal .lead .box .text {
  width: 66.6%;
}
@media only screen and (max-width: 768px) {
  body.top #goal .lead .box .text {
    width: 100%;
  }
}
body.top #goal .lead .box .text p {
  font-size: 19px;
  font-weight: 500;
  line-height: 210.5263157895%;
}
@media only screen and (max-width: 768px) {
  body.top #goal .lead .box .text p {
    font-size: 3.6885245902vw;
    line-height: 194.4444444444%;
  }
}
body.top #goal .lead .box .text p:first-of-type {
  margin-top: 1vw;
}
body.top #goal .lead .box .text p.big {
  margin-top: 3.6666666667vw;
  font-size: 25px;
  font-weight: 500;
  line-height: 169.568627451%;
  letter-spacing: 0.077em;
}
@media only screen and (max-width: 768px) {
  body.top #goal .lead .box .text p.big {
    margin-top: 6.1475409836vw;
    font-size: 3.4836065574vw;
    line-height: 194.4444444444%;
  }
}
body.top #goal .lead .box .text p.big img {
  display: inline-block;
  margin-top: 0.8333333333vw;
}
@media only screen and (max-width: 736px) {
  body.top #goal .lead .box .text p.big img {
    margin-top: 2.868852459vw;
  }
}
body.top #goal .points:not(:last-child) {
  margin-bottom: 12vw;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points:not(:last-child) {
    margin-bottom: 18.4426229508vw;
  }
}
body.top #goal .points h3 {
  padding-left: 9%;
  padding-right: 10.8%;
  margin-bottom: 6.9166666667vw;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points h3 {
    padding: 0 2.0491803279vw;
    margin-bottom: 8.1967213115vw;
  }
}
body.top #goal .points .row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points .row {
    flex-wrap: wrap;
  }
}
body.top #goal .points .row:not(:last-child) {
  margin-bottom: 4.4166666667vw;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points .row:not(:last-child) {
    margin-bottom: 10.8606557377vw;
  }
}
body.top #goal .points .row.text_left .text {
  order: 1;
}
body.top #goal .points .row.text_left figure {
  order: 2;
}
body.top #goal .points .row.text_right .text {
  order: 2;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points .row.text_right .text {
    order: 1;
  }
}
body.top #goal .points .row.text_right figure {
  order: 1;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points .row.text_right figure {
    order: 2;
  }
}
body.top #goal .points figure {
  width: 39.5%;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points figure {
    width: 100%;
    margin-top: 4.9180327869vw;
  }
}
body.top #goal .points .text {
  width: 53.7%;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points .text {
    width: 100%;
  }
}
body.top #goal .points .text h4 {
  margin-bottom: 1.0833333333vw;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points .text h4 {
    margin-bottom: 4.0983606557vw;
  }
}
body.top #goal .points .text h4.ttl01 {
  width: 81.322160149%;
}
body.top #goal .points .text h4.ttl02 {
  width: 99.3482309125%;
}
body.top #goal .points .text h4.ttl03 {
  width: 87.2625698324%;
}
body.top #goal .points .text h4.ttl04 {
  width: 69.2364990689%;
}
body.top #goal .points .text h4.ttl05 {
  width: 93.4078212291%;
}
body.top #goal .points .text h4.ttl06 {
  width: 93.4078212291%;
}
body.top #goal .points .text p {
  font-size: 18px;
  line-height: 183.3333333333%;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points .text p {
    font-size: 3.6885245902vw;
  }
}
body.top #goal .points .text aside {
  margin-top: 0.8333333333vw;
  font-size: 15px;
  line-height: 166.6666666667%;
}
@media only screen and (max-width: 768px) {
  body.top #goal .points .text aside {
    margin-top: 2.0491803279vw;
    font-size: 2.6639344262vw;
  }
}
body.top #realization {
  background: url(../img/bg_realization.png) repeat center top/cover;
  padding: 11.3333333333vw 0 12.5vw;
}
body.top #realization .title {
  position: relative;
}
body.top #realization .title .year {
  width: 10.8333333333vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  body.top #realization .title .year {
    width: 17.8278688525vw;
    bottom: -1.0245901639vw;
  }
}
body.top #realization .title .lead {
  width: 66%;
  margin: -44px auto 37px;
  font-size: 22px;
  font-weight: 500;
  line-height: 139.1304347826%;
}
@media only screen and (max-width: 768px) {
  body.top #realization .title .lead {
    width: 100%;
    margin-top: 2.0491803279vw;
    margin-bottom: 6.1475409836vw;
    font-size: 3.6885245902vw;
  }
}
body.top #realization .box .left {
  float: left;
}
@media only screen and (max-width: 768px) {
  body.top #realization .box .left {
    float: none;
  }
}
body.top #realization .box .right {
  float: right;
}
@media only screen and (max-width: 768px) {
  body.top #realization .box .right {
    float: none;
  }
}
body.top #realization .box .col {
  width: 47%;
}
@media only screen and (max-width: 768px) {
  body.top #realization .box .col {
    width: 100%;
  }
}
body.top #realization .box figure {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.top #realization .box figure {
    margin-bottom: 4.0983606557vw;
    text-align: center;
  }
  body.top #realization .box figure img {
    width: 90%;
  }
}
body.top #realization .box section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  body.top #realization .box section {
    margin-bottom: 8.1967213115vw;
  }
}
body.top #realization .box h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  body.top #realization .box h3 {
    margin-bottom: 3.0737704918vw;
  }
}
body.top #realization .box h3.ttl01 img {
  width: 45.7446808511%;
}
body.top #realization .box h3.ttl02 img {
  width: 19.3617021277%;
}
body.top #realization .box h3.ttl03 img {
  width: 44.4680851064%;
}
body.top #realization .box h3.ttl04 img {
  width: 61.7021276596%;
}
body.top #realization .box h3.ttl05 img {
  width: 78.7234042553%;
}
body.top #realization .box h3.ttl06 img {
  width: 19.3617021277%;
}
body.top #realization .box h3.ttl07 img {
  width: 19.3617021277%;
}
body.top #realization .box h3.ttl08 img {
  width: 70.4255319149%;
}
body.top #realization .box ul {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body.top #realization .box ul {
    margin-bottom: 2.0491803279vw;
  }
}
body.top #realization .box li {
  padding-left: 0.5em;
  font-size: 17px;
  line-height: 138.8888888889%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.top #realization .box li {
    font-size: 3.4836065574vw;
  }
}
body.top #realization .box li:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0.6em;
}
body.top #realization .box p {
  color: #00a0e9;
  font-size: 16px;
  line-height: 147.0588235294%;
}
@media only screen and (max-width: 768px) {
  body.top #realization .box p {
    font-size: 3.2786885246vw;
  }
}
body.top #realization .multiply {
  mix-blend-mode: multiply;
}
body.top .bg {
  background: url(../img/bg_goal.png) repeat-y center top/contain;
}
body.top #about .key {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  body.top #about .key {
    margin-bottom: 10.2459016393vw;
  }
}
body.top #about h2 {
  margin-bottom: 42px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.top #about h2 {
    margin-bottom: 7.3770491803vw;
  }
}
body.top #about h2 img {
  width: 36.3333333333vw;
}
@media only screen and (max-width: 768px) {
  body.top #about h2 img {
    width: 89.3442622951vw;
  }
}
body.top #about .lead, body.top #about .flow {
  width: 63.6%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body.top #about .lead, body.top #about .flow {
    width: 100%;
  }
}
body.top #about p, body.top #about li {
  font-size: 18px;
  font-weight: 500;
  line-height: 211.1111111111%;
}
@media only screen and (max-width: 768px) {
  body.top #about p, body.top #about li {
    font-size: 3.6885245902vw;
  }
}
body.top #about p.lead {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body.top #about p.lead {
    margin-bottom: 2.0491803279vw;
  }
}
body.top #about .flow {
  margin-bottom: 78px;
}
@media only screen and (max-width: 768px) {
  body.top #about .flow {
    margin-bottom: 8.1967213115vw;
  }
}
body.top #about .flow li {
  padding-left: 18px;
  color: #00a0e9;
  list-style-type: 0.0644em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.top #about .flow li {
    padding-left: 3.6885245902vw;
  }
}
body.top #about .flow li:before {
  content: "";
  display: block;
  width: 12px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  body.top #about .flow li:before {
    width: 2.4590163934vw;
    height: 3.4836065574vw;
    top: 2.0491803279vw;
  }
}
body.top #about .flow li.arrow_b:before {
  background: url(../img/arrow_b.svg) no-repeat left top/contain;
}
body.top #about .flow li.arrow_w:before {
  background: url(../img/arrow_w.svg) no-repeat left top/contain;
}
body.top #about .image {
  margin-bottom: 245px;
}
@media only screen and (max-width: 768px) {
  body.top #about .image {
    margin-bottom: 22.5409836066vw;
  }
}
body.top #about .donation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 19.1666666667vw;
}
body.top #about .donation .text01 {
  width: 52.1%;
}
@media only screen and (max-width: 768px) {
  body.top #about .donation .text01 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
body.top #about .donation .text01 h3 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 768px) {
  body.top #about .donation .text01 h3 {
    margin-bottom: 5.5327868852vw;
  }
}
body.top #about .donation .text01 p {
  margin-bottom: 27px;
  font-size: 19px;
  font-weight: 500;
  line-height: 205.2631578947%;
}
@media only screen and (max-width: 768px) {
  body.top #about .donation .text01 p {
    margin-bottom: 5.5327868852vw;
    font-size: 3.2786885246vw;
  }
}
body.top #about .donation .text01 table {
  margin-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  body.top #about .donation .text01 table {
    margin-bottom: 5.5327868852vw;
  }
}
body.top #about .donation .text01 table th, body.top #about .donation .text01 table td {
  font-size: 29px;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body.top #about .donation .text01 table th, body.top #about .donation .text01 table td {
    font-size: 4.9180327869vw;
  }
}
body.top #about .donation .text01 table th {
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  body.top #about .donation .text01 table th {
    padding-right: 6.1475409836vw;
  }
}
body.top #about .donation aside.pc {
  display: block;
}
body.top #about .donation aside h4, body.top #about .donation aside li {
  font-size: 12px;
  line-height: 200%;
  list-style-type: 0.0735em;
}
@media only screen and (max-width: 768px) {
  body.top #about .donation aside h4, body.top #about .donation aside li {
    font-size: 2.2540983607vw;
  }
}
body.top #about .donation aside li {
  padding-left: 1.25em;
  position: relative;
}
body.top #about .donation aside li:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.6em;
}
body.top #about .donation .text02 {
  width: 42.2%;
}
@media only screen and (max-width: 768px) {
  body.top #about .donation .text02 {
    width: 100%;
  }
}
body.top #about .donation .text02 img {
  width: 100%;
}
body.top #supporter {
  margin-bottom: 8.25rem;
}
@media only screen and (max-width: 736px) {
  body.top #supporter {
    margin-bottom: 4.13rem;
  }
}
body.top #supporter > figure {
  margin-bottom: 7.19rem;
}
@media only screen and (max-width: 736px) {
  body.top #supporter > figure {
    margin-bottom: 1.6rem;
  }
}
body.top #supporter h2 img, body.top #supporter p.clear img {
  width: 114.2%;
}
body.top #supporter h2 {
  margin-bottom: 3.94rem;
}
@media only screen and (max-width: 768px) {
  body.top #supporter h2 {
    margin-bottom: 8.9285714286vw;
  }
}
body.top #supporter h2 img {
  width: 29.6666666667vw;
}
@media only screen and (max-width: 768px) {
  body.top #supporter h2 img {
    width: 57.1428571429vw;
  }
}
body.top #supporter .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.top #supporter p.left, body.top #supporter p.right {
  margin-bottom: 5.31rem;
}
body.top #supporter p.left {
  width: 48.3%;
}
@media only screen and (max-width: 768px) {
  body.top #supporter p.left {
    width: 100%;
    margin-bottom: 2rem;
  }
}
body.top #supporter p.left img {
  width: 40.25vw;
  max-width: 483px;
}
@media only screen and (max-width: 768px) {
  body.top #supporter p.left img {
    width: 100%;
    max-width: none;
  }
}
body.top #supporter p.right {
  width: 42.6%;
}
@media only screen and (max-width: 768px) {
  body.top #supporter p.right {
    width: 100%;
  }
}
body.top #supporter p.right a {
  display: inline-block;
}
body.top #supporter p.right a:first-child img {
  width: 34.0833333333vw;
  max-width: 409px;
}
@media only screen and (max-width: 768px) {
  body.top #supporter p.right a:first-child img {
    max-width: none;
    width: 83.8114754098vw;
  }
}
body.top #supporter p.right a:nth-child(2) {
  margin-top: -0.25em;
}
body.top #supporter p.right a:nth-child(2) img {
  width: 24.3333333333vw;
  max-width: 292px;
}
@media only screen and (max-width: 768px) {
  body.top #supporter p.right a:nth-child(2) img {
    max-width: none;
    width: 59.8360655738vw;
  }
}
body.top #supporter p.right a:last-child img {
  width: 35.3333333333vw;
  max-width: 424px;
}
@media only screen and (max-width: 768px) {
  body.top #supporter p.right a:last-child img {
    width: 86.8852459016vw;
    max-width: none;
  }
}
body.top #supporter p.clear img {
  width: 100%;
}

body > .wrapper {
  margin-bottom: 5rem;
}

body > .wrapper > .blog {
  float: right;
  width: 86%;
}
@media only screen and (max-width: 768px) {
  body > .wrapper > .blog {
    float: none;
    width: 100%;
    margin-bottom: 3.75rem;
  }
}

body > .wrapper > aside.widget-area {
  float: left;
  width: 11%;
}
@media only screen and (max-width: 768px) {
  body > .wrapper > aside.widget-area {
    float: none;
    width: 100%;
  }
}
body > .wrapper > aside.widget-area > section {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 7px 0px #ccc;
  -moz-box-shadow: 3px 3px 7px 0px #ccc;
  -webkit-box-shadow: 3px 3px 7px 0px #ccc;
  padding: 1.25rem 1.25rem;
}
body > .wrapper > aside.widget-area > section:not(:last-child) {
  margin-bottom: 1.88rem;
}
body > .wrapper > aside.widget-area > section h2 {
  font-size: 1rem;
  font-weight: 500;
}
body > .wrapper > aside.widget-area > section li {
  font-size: 0.88rem;
  font-weight: 500;
}
body > .wrapper > aside.widget-area > section .search-field {
  width: 77%;
}

article {
  margin-bottom: 3.13rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.88rem;
  box-shadow: 3px 3px 7px 0px #ccc;
  -moz-box-shadow: 3px 3px 7px 0px #ccc;
  -webkit-box-shadow: 3px 3px 7px 0px #ccc;
}
article p.date {
  margin-bottom: 1em;
  font-size: 0.88rem;
  font-weight: 200;
  letter-spacing: 0.07em;
}
article h1 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}
article .content p {
  font-size: 0.88rem;
  font-weight: 200;
}
article .content p:not(:last-child) {
  margin-bottom: 1.88rem;
  line-height: 200%;
  letter-spacing: 0.07em;
}
article .content img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
@media only screen and (max-width: 768px) {
  article .content img {
    width: 94%;
  }
}
@media only screen and (max-width: 736px) {
  article .content img {
    width: 100% !important;
    height: auto !important;
  }
}

.pager {
  margin-bottom: 6.25rem;
  text-align: center;
}
.pager li {
  display: inline-block;
}
.pager li:not(:first-child) {
  margin-left: 0.5rem;
}
.pager li a {
  display: block;
  background: #248daf;
  border: solid 1px #248daf;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.pager li a:hover {
  text-decoration: none;
  background: #fff;
  color: #248daf;
}

.contact {
  width: 800px;
  margin: 3.125em auto 6.25em;
}
@media only screen and (max-width: 799px) {
  .contact {
    width: 94%;
  }
}
.contact p {
  margin-bottom: 2.1428571429em;
  font-size: 0.875em;
}
.contact table {
  width: 100%;
  margin-bottom: 1.875em;
}
.contact table th, .contact table td {
  border-bottom: solid 1px #ddd;
  padding: 0.9375em 0;
}
@media only screen and (max-width: 736px) {
  .contact table th, .contact table td {
    display: block;
  }
}
.contact table th {
  font-size: 1em;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.contact table th.need:before {
  background: #ed3a3a;
  content: "必須";
  padding: 0.25em 0.5em;
  color: #fff;
  font-size: 0.75em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 736px) {
  .contact table th {
    padding-bottom: none;
    border-bottom: none;
  }
}
.contact table td {
  padding-left: 1.25em;
  font-size: 0.875em;
}
@media only screen and (max-width: 736px) {
  .contact table td {
    padding-top: none;
  }
}
.contact table input[type=text],
.contact table textarea {
  border: solid 1px #ccc;
  font-size: 0.8571428571em;
}
.contact table input[type=text] {
  padding: 0.5em;
}
.contact table input[type=text][name^=name], .contact table input[type=text][name^=kana] {
  width: 15em;
}
.contact table input[type=text][name^=name]:last-child, .contact table input[type=text][name^=kana]:last-child {
  margin-left: 1.5em;
}
.contact table input[type=text][name=mail], .contact table input[type=text][name=phone], .contact table input[type=text][name=city], .contact table input[type=text][name=addr] {
  width: 60%;
}
.contact table input[type=radio] {
  margin-right: 0.5em;
}
.contact table textarea {
  width: 60%;
}
.contact table textarea[name=notes] {
  height: 10em;
}
@media only screen and (max-width: 736px) {
  .contact table textarea {
    width: 80%;
  }
}
.contact .btn {
  text-align: center;
}
.contact .btn a {
  display: inline-block;
  width: 30%;
  padding: 0.75em 0;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
}
.contact .btn a.submit {
  background: #6dc0e5;
}
.contact .btn a.return {
  background: #999;
}

.supporter article {
  margin-bottom: 4.38rem;
}
.supporter h1 {
  margin-bottom: 1.88rem;
  font-size: 1.88rem;
  font-weight: 700;
}
.supporter .col {
  background: #fff;
  float: left;
  width: 23%;
  margin-bottom: 1.88rem;
}
.supporter .col:not(:nth-of-type(4n+1)) {
  margin-left: 1.88rem;
}
.supporter .col:nth-of-type(4n+1) {
  clear: left;
}
@media only screen and (max-width: 1153px) {
  .supporter .col {
    margin-bottom: 1.25rem;
  }
  .supporter .col:not(:nth-of-type(4n+1)) {
    margin-left: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .supporter .col {
    width: 31.6%;
  }
  .supporter .col:nth-of-type(4n+1) {
    clear: none;
  }
  .supporter .col:nth-of-type(3n+1) {
    clear: left;
  }
  .supporter .col:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
  .supporter .col:not(:nth-of-type(3n+1)) {
    margin-left: 1.25rem;
  }
}
@media only screen and (max-width: 736px) {
  .supporter .col {
    width: 48%;
  }
  .supporter .col:nth-of-type(3n+1) {
    clear: none;
  }
  .supporter .col:nth-of-type(odd) {
    clear: both;
    float: left;
    margin-left: 0;
  }
  .supporter .col:nth-of-type(even) {
    float: right;
    margin-left: 0;
  }
}
.supporter .col figure {
  width: 100%;
}
.supporter .col figure img {
  width: 100%;
}
.supporter .col .text {
  padding: 1.25rem;
}
.supporter .col .text p.name {
  margin-bottom: 0.5rem;
  font-size: 1.13rem;
  font-weight: 500;
}
.supporter .col .text .title > p {
  font-size: 0.75rem;
  font-weight: 200;
  line-height: 150%;
}

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