/* reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* font */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* base */
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
html {
  font-size: 62.5%;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}
body {
  position: relative;
  color: #682310;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}

a:not(.page-top) {
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover, .message__send button:hover, .report__carousel .carousel__item:hover {
  opacity: .5;
}
img {
  width: 100%;
  vertical-align: middle;
}
input {
  color: #682310;
}
button {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  appearance: none;
}
hr {
  width: 100%;
  border-radius: 5px;
  border: 5px solid #682310;
}
.tcy_2 {
  text-combine-upright: all;
  -ms-text-combine-horizontal: digits 2;
  -moz-text-combine-upright: digits 2;
}

/* layout */
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-width: 1034px;
  padding: 15px 0 0;
  background-color: #fff;
}
.header__menu, .header-sp {
  display: none;
}
.page-top__illust--menu {
  justify-content: center;
  position: absolute;
  top: 45px;
  z-index: 0;
  width: 100%;
}
.page-top__illust--menu > div {
  height: 50px;
}
.page-top__illust--menu img {
  width: auto;
  height: 100%;
}
.menu__list {
  width: 250px;
  margin: 150px auto 0;
}
.menu__list > li:not(last-child) {
  margin-bottom: 40px;
}
.sns--menu {
  width: 100%;
  margin-left: 0;
  justify-content: center;
}
.sns--menu > li:not(last-child) {
  margin-right: 25px !important;
}

.footer {
  position: relative;
  width: 100%;
  padding: 50px 20% 35px;
  color: #231815;
  font-weight: bold;
}
.footer__logo {
  width: 400px;
  margin: 0 auto 90px;
  font-size: 1.4rem;
  letter-spacing: .2em;
  line-height: 1;
}
.footer__logo > img {
  width: 70px;
  margin-right: 20px;
  vertical-align: bottom;
}
.footer__copyright {
  margin-left: auto;
  font-size: .8rem;
  text-align: right;
}

/* slick setting */
.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 15px;
  width: 25px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-image: url(./../image/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.slick-prev {
  left: -60px;
  transform: rotate(180deg);
}
.slick-next {
  right: -60px;
}
.slick-disabled {
  cursor: default;
  opacity: .3;
}

/* carousel */
.carousel__item {
  padding: 0 10px;
  cursor: pointer;
}
.carousel__text {
  font-size: 1.2rem;
}
.carousel__url, .carousel__newtext {
  display: none;
}
.carousel__image-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 1000px;
  background: #fff;
}
.carousel__image {
  margin: 0 auto;
  border-radius: 55px;
}

/* header */
.sns {
  display: flex;
}
.sns > li {
  cursor: pointer;
}
.sns > li:not(:last-child) {
  margin-right: 15px;
}
.sns__icon {
  width: 30px;
  height: 30px;
}
.navigation {
  margin: 5px auto 22px;
}
.navigation__list {
  display: flex;
  margin: 7px 35px 0 0;
  float: left;
}
.navigation__list > li:not(:last-child) {
  margin-right: 35px;
}


/* section */
.section {
  width: 100%;
  padding: 90px 0;
}
.section:nth-child(even) {
  background-color: #682310;
}
.section__headline {
  width: 480px;
  height: 136px;
  margin: 0 auto;
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.goal .section__headline {
  background-image: url(./../image/headline_goal.svg);
}
.act .section__headline {
  background-image: url(./../image/headline_act.svg);
}
.think .section__headline {
  background-image: url(./../image/headline_think.svg);
}
.report .section__headline {
  background-image: url(./../image/headline_report.svg);
}
.to .section__headline {
  background-image: url(./../image/headline_to.svg);
}

/* contents */
.contents {
  width: 855px;
  margin: 0 auto;
  padding: 50px 130px 100px;
  background: #fff;
}

/* top */
.top {
  position: relative;
  min-height: 1070px;
  height: 100vh;
  padding: 200px 14% 40px;
}
.top__headline  {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 400px;
  margin: 0 auto;
}

.top__carousel-wrapper {
  position: absolute;
  bottom: 120px;
  width: 72%;
}
.top__carousel {
  position: relative;
  width: 100%;
  opacity: 0;
  animation: fade-in .5s .5s ease-out forwards;
}
.top__carousel .carousel__image{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.top__carousel .trim {
  overflow: hidden;
    width: 95%;
    height: 90px;
    position: relative;
    border-radius: 55px;
    margin: 0 auto 10px;
}
.top__carousel .slick-list{
    border-left: 3px solid #682310;
}
.top__carousel .carousel__item {
  cursor: pointer;
  transition: opacity .2s ease-out;
    border-right: 3px solid #682310;
    margin-right: 3px;
}

.top__carousel .carousel__text {
  margin-bottom: 10px;
  min-height: 100px;
  padding: 13px 25px 17px;
}
.top__carousel li:hover .carousel__text {
  background: url(./../image/balloon_s-sp.png) center no-repeat;
  background-size: contain;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* goal */
.goal > .contents {
  border-radius: 170px;
}
.goal__text-wrapper {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  margin-top: 70px;
  height: 290px;
}
.goal__text {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .3em;
  line-height: 2.1em;
}
.goal__text + .goal__text{
  margin-right: 35px; 
}
.goal hr {
  margin: 45px 0 50px;
}
.goal__list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 440px;
  margin: 0 auto;
}
.goal__list > li {
  background: no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition: opacity .2s ease-out;
}
.goal__list > li:hover {
  opacity: .5;
}
.goal__list > li:nth-child(1) {
  width: 58px;
  height: 280px;
  background-image: url(./../image/goal_list01.svg);
}
.goal__list > li:nth-child(2) {
  width: 26px;
  height: 266px;
  background-image: url(./../image/goal_list02.svg);
}
.goal__list > li:nth-child(3) {
  width: 58px;
  height: 251px;
  background-image: url(./../image/goal_list03.svg);
}
.goal__list > li:nth-child(4) {
  background-image: url(./../image/goal_list04.svg);
  width: 58px;
  height: 221px;
}

/* act */
.act {
  padding-top: 70px;
  padding-bottom: 0;
}
.act__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 180px 0 200px;
}
.act__list a:hover{
   opacity: 1;
}
.act__list img:hover{
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.act__list img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.act__list > li:nth-child(1) {
  margin: 14px 0 0;
}
.act__list > li:nth-child(2) {
  
}
.act__list > li:nth-child(3) {
  margin:15px 0 0;
}

.act__qa {
  display: block;
  width: 285px;
  margin: 0 auto;
}
.act__qa:hover{
   opacity: 1;
}
.act__qa img{
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}
.act__qa:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.act__qa::after a:hover{
  width: 324px;
}


/* think */
.think {
  padding-top: 110px;
  padding-bottom: 130px;
}
.think .section__headline {
  margin-bottom: 65px;
}
.think .contents {
  position: relative;
  width: 600px;
  margin-bottom: 20px;
  padding: 35px;
  border-radius: 50px;
}

.think__video-wrapper {
  width: 530px;
  height: 296px;
  border-radius: 25px;
  overflow: hidden;
}
.think__profile {
  width: 600px;
  margin: 0 auto 90px;
  color: #fff;
  font-weight: bold;
}
.think__profile > dt {
  margin-bottom: 5px;
  font-size: 2.0rem;
  letter-spacing: .2em;
}
.think__profile > dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
.think__profile > dd a{
  color:#fff;
  }
.think__carousel {
  width: 65%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.think__carousel .slick-arrow {
  background-image: url(./../image/arrow_w.svg);
}
.think__carousel .carousel__image-wrapper {
  margin-bottom: 5px;
}
.think__carousel .carousel__name {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.think__carousel .carousel__text {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
}
.think__carousel .slick-list{
    border-left: 3px solid #fff;
}

.think__carousel .carousel__item {
  border-right: 3px solid #fff;
  margin-right: 3px;
  padding-top:7px; 
}
.think__carousel .carousel__image-wrapper {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;

}
.think__carousel li:hover .carousel__image-wrapper{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/* report */
.report {
  padding-top: 60px;
  padding-bottom: 175px;
}
.report .contents {
  padding-bottom: 0;
}
.report .section__headline {
  margin-bottom: 100px;
}
.report__carousel-sp {
  display: none;
}
.report__carousel-wrapper {
  width: 55%;
  margin: 0 auto;
}
.report__carousel .slick-arrow {
  top: 160px;
}
.report__carousel .carousel__item {
  max-height: 435px;
  padding: 45px 0 0;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  cursor: pointer;
}
.report__carousel-sp,
.report__carousel-nav {
  display: none;
}

.report__date {
  font-size: 1.4rem;
}
.report__title {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
  text-orientation: upright;
}
.report__title::before {
  display: block;
  position: absolute;
  top: -45px;
  right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #682310;
  content: "";
}


/* to */
.to .section__headline {
  margin-bottom: 60px;
}
.to > .contents {
  width: 770px;
  padding: 50px 87px 80px;
  border-radius: 150px;
}
.to__video-wrapper {
  width: 595px;
  height: 329px;
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
}
.to__text {
  height: 315px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 2.1em;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}
.to__text > p:not(:last-child) {
  margin-left: 50px;
}

/* sponsor */
.sponsor {
  padding-top: 60px;
  padding-bottom: 0;
}
.sponsor .contents {
  padding-left: 100px;
  padding-right: 100px;
}
.section__headline--inline {
  width: 120px;
  margin: 0 auto 100px;
}
.sponsor__image {
  width: 650px;
  height: 123px;
  background: url(./../image/sponsor.png) no-repeat center;
  background-size: contain;
}
#sponsor:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 60%;
  margin: 0 auto;
  border-radius: 3px;
  border: 3px solid #682310;
  content: "";
}

/* form */
.modal__headline.form__pagetitle{
  width: 481px;
  height: auto;
}
.form__text {
  width: 485px;
  margin: 0 auto 90px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2em;
}
.form__row-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 640px;
  margin: 0 auto 115px;
}
.form__title {
  width: 181px;
  margin: 0 auto 30px;
}
.select_file{
  margin-top: 15px;
  font-size: 1.3rem;
  text-align: center;
}
.form__file img{
  width: 227px;
  cursor: pointer;
}
.form__name {
  width: 295px;
  height: 90px;
  padding: 10px 20px;
  border-radius: 295px;
  border: 18px solid #682310;
  font-size: 1.4rem;
}
.form__textarea {
  width: 779px;
  height: 661px;
  margin: 0 auto;
  background: url(./../image/form_balloon.png) no-repeat center top;
}
.form__textarea-headline {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.form__textarea-length {
  margin: 27% 0 30px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.form__textarea-element {
  text-align: center;
}
.form__textarea-element > textarea {
  width: 70%;
  height: 150px;
  border: 1px solid #aaaaaa;
  resize: none;
  line-height: 2em;
}
.form__textarea-submit {
  display: block;
  width: 488px;
  margin: 0 auto 60px;
}

.form__textarea-submit img:nth-child(1){
  display: block;
}
.form__textarea-submit img:nth-child(2){
  display: none;
}

/* page-top */
.page-top {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 1;
  padding: 35px 65px 50px;;
  background: url(./../image/balloon_m.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.page-top:hover {
  opacity: 1;
}

.page-top__arrow {
  width: 88px;
  margin: 0 auto 20px;
}
.page-top__illust {
  display: flex;
  align-items: center;
}
.page-top__illust > div {
  height: 50px;
  transform: translate(0, 0);
}
.page-top:hover .page-top__illust > .page-top__dog{
  animation: page-top-animation 2s ease-out forwards infinite;
}
.page-top:hover .page-top__illust > .page-top__cat{
  animation: page-top2-animation 2s ease-out forwards infinite;
}
.page-top__dog {
  margin-right: 10px;
  padding-top: 5px;
}
@keyframes page-top-animation {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0, -15px);
  }
  20% {
    transform: translate(0, -10px);
  }
  30% {
    transform: translate(0, -20px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes page-top2-animation {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, -15px);
  }
  70% {
    transform: translate(0, -10px);
  }
  80% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}


/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
}
.modal__contents {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.modal__close {
  position: absolute;
  top: 40px;
  right: 20%;
  z-index: 2;
  width: 35px;
}
.modal__headline {
  width: 310px;
  height: 88px;
  margin: 80px auto 60px;
}

/* message */
.message__carousel-wrapper {
  width: 600px;
  margin: 0 auto 75px;
}
.message__carousel .slick-list {
  width: 600px;
}
.message__carousel .slick-arrow {
  top: 110px;
}
.message__balloon {
  width: 600px;
  height: 300px;
  margin: 0 auto 50px;
  padding: 50px 60px;
  background: url(./../image/balloon.svg) no-repeat center;
  background-size: contain;
  text-align: justify;
  text-justify: inter-ideograph;
}
.message__name {
  margin-bottom: 5px;
  font-size: 2.1rem;
  font-weight: bold;
}
.message__text {
  font-size: 1.4rem;
}
.message__text br{
  display: none;
  }
.message__image {
  width: 230px;
  margin: 0 auto;
}
.message__send {
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: center;
  margin-bottom: 25px;
}
.message__send > button {
  width: 260px;
  height: 73px;
  background: url(./../image/btn_post.png) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.message__send > p {
  width: 65%;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: justify;
text-justify: inter-ideograph;
}

/* goal-modal */
.goal-modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.goal-modal {
  padding: 70px 100px;
  border-radius: 180px;
  border: 15px solid #682310;
  background-color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
}
@-moz-document url-prefix() {
  .goal-modal  {
      width: 80%;
  }
}
.goal-modal dt {
  max-height: 370px;
  margin-left: 90px;
}
.goalpc{
  width:25px;
  display: block;
}
.goalsp{
  display: none;
}
.goal-modal dd {
  height: 370px;
  font-size: 2.1rem;
}
.goal-modal dd > p:not(:last-child) {
  margin-left: 70px;
}

/* reportdata */
.reportdata__carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.reportdata__carousel .slick-list {
  width: 600px;
}
.reportdata__carousel .slick-arrow {
  top: 45%;
}
.reportdata__balloon {
  padding: 70px 100px;
  border-radius: 180px;
  border: 15px solid #682310;
  background-color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  width: 600px;
  height:80%;

}
.reportdata__title {
  margin-bottom: 5px;
  font-size: 2.1rem;
  font-weight: bold;
}
.reportdata__date {
  font-size: 1.8rem;
  text-orientation: mixed ;
}
.reportdata__text {
  font-size: 2.1rem;
  margin-right: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


@media (max-width: 768px) {

body {
  line-height: 1.4;
}

.header {
  display: none;
}
.header-sp{
  display: block;
  position: fixed;
  background-color: #fff;
  height: 50px; 
  width: 100%;
  z-index: 1;
}
.header__menu {
  display: block;
  position: fixed;
  top: 6px;
  right: 25px;
  z-index: 1;
  width: 37px;
  height: 37px;
  cursor: pointer;
  padding: 7px;
  background-color: #fff;
  border-radius: 5px;
}
.modal__close {
  top: 28px;
  left: 18px;
  width: 22px;
  height: 22px;
}
.modal__headline {
  width:240px;
  margin: 65px auto 0;
}

.section__headline {
  width: 100%;
  height: 85px;
  padding: 0;
}
.goal .section__headline {
  position: relative;
  top: -110px;
  background-image: url(./../image/headline_goal-sp.png);
}
.act .section__headline {
  background-image: url(./../image/headline_act-sp.png);
}
.think .section__headline {
  background-image: url(./../image/headline_think-sp.png);
}
.report .section__headline {
  background-image: url(./../image/headline_report-sp.png);
}
.to .section__headline {
  background-image: url(./../image/headline_to-sp.png);
}

.menu__list {
  width: 250px;
  margin: 130px auto 0;
}
.page-top__illust > div {
  height: 50px;
}
.sns{
  margin-left:0;
}
.contents {
  width: auto;
  margin: 0 5%;
  padding: 0;
  border-radius: 70px !important;
}

.top {
  min-height: 760px;
}
.top__headline {
  max-width: 600px;
  width: 100%;
  top: 8%;
  padding: 0 18% 0 30%;
}
.top__carousel-wrapper {
  left: 0;
  right: 0;
  bottom:200px;
  width: 60%;
  margin: 0 auto;
}
.top__carousel .trim {
  overflow: hidden;
    width: 70%;
    height: 70px;
}
.top__carousel .carousel__text{
  height: 80px;
  min-height: 80px;
  width: 180px;
  background: url(./../image/balloon_s-sp.png) center no-repeat;
  background-size: contain;
  margin: 0 auto 5px;
  padding: 11px 20px;
}
.top__carousel .carousel__item {
  border-right: none !important;
}

.top__carousel .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top__carousel .slick-prev {
  left: -45px;
}
.top__carousel .slick-next {
  right: -45px;
}
.top__carousel .slick-list{
  border-left: none;
}

.goal {
  padding-top: 55px;
}
.goal .contents {
  margin-top: 110px;
  padding-bottom: 55px;
}
.goal hr {
  width: 85%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  border-width: 2px;
}
.goal__text-wrapper {
  writing-mode: inherit;
  -ms-writing-mode: lr-tb;
  margin: -20px auto 0 ;
  height: auto;
  width: 85%;
}
.goal__text {
  line-height: 1.7em;
 }
.goal__text:not(:first-child) {
  margin: 20px 0 40px;
}
.goal__text + .goal__text{
  margin-right: 0px; 
}
.goal__list {
  width: 70%;
}
.goal__list > li {
  width: 20px;
}
.goal__list > li:nth-child(1) {
  width: 19px;
  height: 297px;
  background-image: url(./../image/goal_list01.png);
}
.goal__list > li:nth-child(2) {
  width: 19px;
  height: 199px;
  background-image: url(./../image/goal_list02.png);
}
.goal__list > li:nth-child(3) {
  width: 19px;
  height: 307px;
  background-image: url(./../image/goal_list03.png);
}
.goal__list > li:nth-child(4) {
  background-image: url(./../image/goal_list04.png);
  width: 19px;
  height: 277px;
}

.act__list {
  flex-wrap: wrap;
  justify-content: center;
  margin: 75px 0 90px;
}
.act__list img{
  width:80%;
}
.act__list > li:nth-child(1) {
  margin: 0 30px 40px 60px;
}
.act__list > li:nth-child(2) {
  margin: 0 10px 0 20px;
}
.act__list > li:nth-child(3) {
  margin: 13px 10px 0;
}

.act__qa {
  width: 180px;
  margin-bottom: 45px;
}
.act__qa:after {
  width: 200px;
}

.think {
  padding-top: 50px;
  padding-bottom: 80px;
}
.think .contents {
  width: 90%;
  padding: 20px;
  border-radius: 40px !important;
}

.think .section__headline {
  width: 90%;
  margin: 0 5% 45px;
}
.think__video-wrapper {
  width: 100%;
  height: 166px;
}
.think__profile {
  width: 90%;
  margin: 0 5% 70px;
}
.think__carousel .carousel__image-wrapper {
  width: 160px;
  }
.think__carousel .carousel__item {
  border-right: none !important;
}
.think__carousel .carousel__name{
  font-size: 1.5rem;
}
.think__carousel .carousel__text{
  line-height: 1.7em;
}
.think__carousel .slick-arrow{
  top:70px;
}
.think__carousel .slick-list{
  border-left: none;
}
.report {
  padding-top: 55px;
  padding-bottom: 80px;
}
.report .section__headline {
  margin-bottom: 40px;
}
.report__carousel {
  display: none;
}
.report__carousel-wrapper {
  width: 265px;
}
.report__carousel-sp {
  display: block;
  margin: 0 auto;
}
.report__carousel-sp .carousel__item{
  padding: 0 21px;
}
.report__carousel-sp .report__date {
  font-size: 1.2rem;
}
.report__carousel-sp .report__title {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.report__title::before {
  top: 5px;
  right: auto;
  left: -20px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}
.report__carousel-sp .slick-arrow{
  top: auto;
  bottom: -30px;
  width: 15px;
  height: 15px;
  margin-top: 350px;
}
.report__carousel-sp .slick-prev {
  left: 80px;
}
.report__carousel-sp .slick-next {
  right: 80px;
}
.report__carousel-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  margin: 0 auto;
}
.report__carousel-nav > li:first-child,
.report__carousel-nav > li:last-child {
  cursor: pointer;
}

.to .contents {
  width: 90%;
  padding: 55px 20px 70px;
}
.to .section__headline {
  width: 90%;
  margin: 0 5% 40px;
}
.to__video-wrapper {
  width: 100%;
  height: 161px;
}
.to__text {
  height: auto;
  font-size: 1.4rem;
  writing-mode: inherit;
  -ms-writing-mode:lr-tb;
}
.to__text > p:not(:last-child) {
  margin-bottom: 30px;
  margin-left: 0;
  line-height: inherit;
}

.section__headline--inline {
  margin: 0 auto 50px;
}
.sponsor .contents {
  margin-bottom: 50px;
  padding: 0;
}
.sponsor__image {
  width: 300px;
  height: 302px;
  margin: 0 auto;
  background-image: url(./../image/sponsor-sp.png);
}

.footer {
  padding-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
}
.footer::before {
  width: 90%;
  border-width: 1px;
}
.footer__logo {
  width: 90%;
  margin-bottom: 30px;
  font-size: 1rem;
}
.footer__logo > img {
  width: 50px;
  margin-right: 10px;
}
.message__hashtag{
    padding: 0 30px;
    margin: 40px auto 10px;
    height: auto;
}
.message__carousel-wrapper {
  width: 260px;
  margin: 0 auto 55px;
}
.message__carousel .slick-list {
  width: 260px;
}
.message__carousel .slick-arrow {
  top: 130px;
}
.message__carousel .slick-prev {
  left: -45px;
}
.message__carousel .slick-next {
  right: -45px;
}
.message__balloon {
  width: 260px;
  height: 320px;
  padding: 28px 25px;
  margin-bottom: 5px;
  background-image: url(./../image/balloon-sp.png);
}
.message__name {
  font-size: 1.5rem;
}
.message__text {
  font-size: 1.4rem;
}
.message__send > button {
  width: 99px;
  height: 99px;
  background-image: url(./../image/btn_post-sp.png);
  margin-left: -23px;
}

.reportdata__carousel-wrapper {
  width: 260px;
  margin: 0 auto 55px;
}
.reportdata__carousel .slick-list {
  width: 260px;
}

.reportdata__carousel .slick-prev {
  left: -45px;
}
.reportdata__carousel .slick-next {
  right: -45px;
}
.reportdata__balloon {
  width: 260px;
  min-height: 560px;
  padding: 40px 5%;
  border-radius: 80px;
  writing-mode: inherit;
}
.reportdata__title {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.reportdata__text,.reportdata__date {
  font-size: 1.6rem;
  margin: 0;
}

.goal-modal {
  width: 90%;
  padding: 40px 5%;
  writing-mode: inherit;
  border-radius: 80px;
}
.goal-modal > dt {
  margin-bottom: 35px;
  margin-left: 0;
}
.goalpc{
  display: none;
}
.goalsp{
  display: block;
  height: 20px;
  width: auto;
}
.goal-modal dd {
  height: auto;
  font-size: 1.6rem;
  line-height: 1.7;
}
.goal-modal dd > p:not(:last-child) {
  margin-bottom: 30px;
  margin-left: 0;
}
.modal__headline.form__pagetitle{
  width: 90%;
}
.form__text {
  width: 80%;
  margin: 30px auto 50px;
}
.form__title{
  width: 150px;
}
.form__row-wrapper {
  justify-content: center;
  width: 270px;
  margin: 0 auto;
}
.form__elements {
  margin-bottom: 60px;
}
.form__textarea {
  width: 300px;
  height: 550px;
  margin-bottom: 35px;
  background: url(./../image/form_balloon-sp.png) no-repeat center top;
  background-size: contain;
}
.form__textarea-length {
  margin-top: 45%;
}
.form__textarea-element > textarea {
  height: 300px;
}
.form__textarea-submit {
  width: 80%;
  margin-bottom: 25px;
}
.form__textarea-submit img:nth-child(1){
  display: none;
}
.form__textarea-submit img:nth-child(2){
  display: block;
}

}
