@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  page.css
 style info :  ページ固有css
=================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197%  */
/*-----index------*/
/*----------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------------*/
.top__icon__bg {
  position: absolute;
  top: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 854px) {
  .top__icon__bg {
    top: 30px;
  }
}

.top__icon {
  margin: 0 auto 10px;
}

@media only screen and (max-width: 854px) {
  .top__icon {
    margin: 0 auto 5px;
  }
}

.top__icon img {
  width: 100%;
}

.top__icon--about {
  width: 62px;
}

@media only screen and (max-width: 854px) {
  .top__icon--about {
    width: 38px;
  }
}

.top__icon--about img {
  width: 100%;
}

.top__icon--information {
  width: 42px;
}

@media only screen and (max-width: 854px) {
  .top__icon--information {
    width: 38px;
  }
}

.top__icon--information img {
  width: 100%;
}

.top__icon--support {
  width: 45px;
}

@media only screen and (max-width: 854px) {
  .top__icon--support {
    width: 28px;
  }
}

.top__icon--support img {
  width: 100%;
}

.top__icon--recruit {
  width: 52px;
}

@media only screen and (max-width: 854px) {
  .top__icon--recruit {
    width: 32px;
  }
}

.top__icon--recruit img {
  width: 100%;
}

.top__icon--faq {
  width: 50px;
}

@media only screen and (max-width: 854px) {
  .top__icon--faq {
    width: 31px;
  }
}

.top__icon--faq img {
  width: 100%;
}

.top__icon--vision {
  width: 45px;
}

@media only screen and (max-width: 854px) {
  .top__icon--vision {
    width: 29px;
  }
}

.top__icon--vision img {
  width: 100%;
}

.top__icon--florence {
  width: 37px;
}

@media only screen and (max-width: 854px) {
  .top__icon--florence {
    width: 23px;
  }
}

.top__icon--florence img {
  width: 100%;
}

.top__icon--inquiry {
  width: 42px;
}

@media only screen and (max-width: 854px) {
  .top__icon--inquiry {
    width: 36px;
  }
}

.top__icon--inquiry img {
  width: 100%;
}

.top__icon--news {
  width: 40px;
}

@media only screen and (max-width: 854px) {
  .top__icon--news {
    width: 25px;
  }
}

.top__icon--news img {
  width: 100%;
}

.top__ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 854px) {
  .top__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.page__ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

@media only screen and (max-width: 854px) {
  .page__ttl {
    font-size: 22px;
  }
}

.bg__topBottom {
  width: 100%;
}

@media only screen and (max-width: 854px) {
  .bg__topBottom {
    width: 106%;
    margin-left: -3%;
    margin-bottom: -2px;
    margin-top: -3px;
  }
}

.bg__topBottom img {
  width: 100%;
}

.bg__top {
  width: 100%;
}

@media only screen and (max-width: 854px) {
  .bg__top {
    width: 106%;
    margin-left: -3%;
    margin-bottom: -6px;
  }
}

.bg__top img {
  width: 100%;
}

.bg__middle__beige {
  background-color: var(--quaternary-color);
}

.bg__middle__cream {
  background-color: #FFF9E2;
}

@media only screen and (max-width: 854px) {
  .bg__middle__cream {
    padding: 20px 0;
  }
}

.moreButton {
  text-align: center;
  line-height: 3.0;
  font-size: 16px;
  background-color: #fff;
  border-radius: 23px;
  position: relative;
}

@media only screen and (max-width: 854px) {
  .moreButton {
    font-size: 14px;
  }
}

@media only screen and (max-width: 361px) {
  .moreButton {
    line-height: 2.8;
  }
}

.moreButton:after {
  content: url(../images/common/arrow-button.svg);
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 854px) {
  .moreButton:after {
    right: -40px;
  }
}

.moreButton--session {
  display: block;
  width: 268px;
  margin: 0 auto;
}

.moreButton--session:after {
  right: 15px;
}

.pages__inner {
  padding: 50px 0 10px;
}

@media only screen and (max-width: 854px) {
  .pages__inner {
    padding: 15px 0;
  }
}

blockquote {
  position: relative;
  padding: 30px 15px 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: var(--quaternary-color);
  margin-bottom: 45px;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  vertical-align: middle;
  content: "“";
  font-family: sans-serif;
  color: #FFBA05;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.boxsimple {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: solid 3px #FFBA05;
}

.boxsimple p {
  margin: 0;
  padding: 0;
}

.boxsimple li,
.boxsimple p {
  margin-bottom: 12px !important;
}

.boxsimple ul,
.boxsimple ol {
  margin-bottom: 16px !important;
}

.boxcolor {
  padding: 1em 1em;
  margin: 2em 0;
  background: var(--quaternary-color);
  /*背景色*/
}

.boxcolor p {
  margin: 0;
  padding: 0;
}

hr {
  background-color: var(--text-color);
  margin: 2em 0;
}

span.close {
  cursor: pointer;
}

span.close img {
  padding: 7px 5px 7px 95%;
  cursor: pointer;
}

.tabMenu a {
  display: inline-block;
  width: 266px;
  background-color: var(--tertiary-color-opacity-4);
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  position: relative;
}

.tabMenu a:hover {
  opacity: 1;
  background-color: var(--primary-color);
}

@media screen and (max-width: 854px) {
  .tabMenu a {
    font-size: 10px;
    padding: 8px 0 6px;
  }
}

.tabMenu a::after {
  content: url(../images/common/arrow-white.svg);
  position: absolute;
  right: 15px;
  top: 15px;
}

@media only screen and (max-width: 854px) {
  .tabMenu a::after {
    content: url(../images/common/arrow-white-sp.svg);
    right: 5%;
    top: 9px;
  }
}

.tabMenu span {
  background-color: var(--primary-color);
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  text-align: center;
  padding: 25px 0;
  display: inline-block;
}

@media only screen and (max-width: 854px) {
  .tabMenu span {
    width: 93%;
    font-size: 12px;
    padding: 14px 0;
  }
}

@media only screen and (max-width: 361px) {
  .tabMenu span {
    font-size: 10px;
  }
}

.section__title {
  margin-bottom: 70px;
  padding-top: 70px;
}

@media only screen and (max-width: 854px) {
  .section__titile {
    margin: 0 0 40px;
  }
}

/*----------------------------------------------------------------------------------
  slideArea 
------------------------------------------------------------------------------------*/
#slideArea {
  position: relative;
}

.slideArea__catch {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  margin: auto;
  width: 508px;
  font-size: 41px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  text-shadow: 0px 0px 6px var(--text-color);
}

@media only screen and (min-width: 855px) and (max-width: 1179px) {
  .slideArea__catch {
    top: 50%;
    font-size: 38px;
  }
}

@media only screen and (max-width: 854px) {
  .slideArea__catch {
    top: 5%;
    font-size: 24px;
    width: 300px;
  }
}

.top-slider {
  position: relative;
}

.top-slider li {
  position: relative;
}

.top-slider li a {
  top: 76%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

@media only screen and (max-width: 854px) {
  .top-slider li a {
    top: 86%;
  }
}

@media only screen and (max-width: 361px) {
  .top-slider li a {
    top: 82%;
  }
}

.top-slider img {
  width: 100%;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: -50px;
}

@media only screen and (max-width: 854px) {
  .slick-dots {
    margin-top: 5px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 854px) {
  .slick-dots li {
    margin: 0;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 70px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  color: var(--tertiary-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 854px) {
  .slick-dots li button:before {
    left: 0;
    font-size: 35px;
    text-shadow: #D3C6B6 1px 1px 0, #D3C6B6 -1px -1px 0, #D3C6B6 -1px 1px 0, #D3C6B6 1px -1px 0, #D3C6B6 0px 1px 0, #D3C6B6 -1px 0, #D3C6B6 -1px 0 0, #D3C6B6 1px 0 0;
    /*上、下*/
  }
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

/*----------------------------------------------------------------------------------
  introArea
------------------------------------------------------------------------------------*/
#introArea {
  padding: 90px 0 60px;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  #introArea {
    padding: 30px 0 50px;
  }
}

#introArea h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 854px) {
  #introArea h3 {
    font-size: 19px;
  }
}

#introArea p {
  font-size: 18px;
  line-height: 2.3;
}

@media only screen and (max-width: 854px) {
  #introArea p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 361px) {
  #introArea p {
    font-size: 13px;
  }
}

/*----------------------------------------------------------------------------------
  topNewsArea
------------------------------------------------------------------------------------*/
#topNewsArea {
  position: relative;
}

#topNewsArea ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 714px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 854px) {
  #topNewsArea ul li {
    display: block;
    width: 80%;
  }
}

#topNewsArea ul li:last-child {
  margin-bottom: 0;
}

#topNewsArea h4 {
  margin-bottom: 30px;
}

.top__icon--news {
  width: 40px;
}

@media only screen and (max-width: 854px) {
  .top__icon--news {
    width: 24px;
  }
}

.top__icon--news img {
  width: 40px;
}

@media only screen and (max-width: 854px) {
  .top__icon--news img {
    width: 24px;
  }
}

.topNewsArea__date {
  width: 122px;
  font-size: 14px;
  color: #967F62;
}

@media only screen and (max-width: 854px) {
  .topNewsArea__date {
    font-size: 13px;
    width: auto;
    margin-bottom: 5px;
  }
}

.topNewsArea__ttl {
  width: 606px;
  font-size: 15px;
}

.topNewsArea__ttl br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .topNewsArea__ttl {
    font-size: 14px;
    width: auto;
  }
}

.bg__middle__beige--news {
  padding: 22px 0 95px;
}

@media only screen and (max-width: 854px) {
  .bg__middle__beige--news {
    padding: 30px 0 85px;
  }
}

.moreButton--news {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
}

@media only screen and (max-width: 854px) {
  .moreButton--news {
    bottom: 34px;
    width: 172px;
  }
}

.moreButton--news:after {
  right: 15px;
}

@media only screen and (max-width: 854px) {
  .moreButton--news:after {
    right: 10px;
  }
}

.box01 {
  position: relative;
  margin: 2em 0;
  padding: 25px 10px 7px;
  border: solid 2px #FCCC2F;
}

.box01 .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 2px 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #FCCC2F;
  color: #ffffff;
  font-weight: bold;
}

.box01 p {
  margin: 0;
  padding: 0;
}

.box02 {
  padding: 0.5em 1em 0.1em 1em;
  margin: 2em 0;
  color: var(--text-color);
  background: var(--quaternary-color);
  /*背景色*/
}

.box02 p {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------------------
  menuArea
------------------------------------------------------------------------------------*/
#menuArea {
  padding: 90px 0;
}

@media only screen and (max-width: 854px) {
  #menuArea {
    padding: 30px 0;
  }
}

#menuArea h4 {
  margin-bottom: 30px;
}

.menuArea__txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media only screen and (max-width: 854px) {
  .menuArea__txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.menu__three {
  width: 870px;
  margin: 0 auto 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 854px) {
  .menu__three {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
  }
}

.menu__three li {
  width: 33.3%;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  .menu__three li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.menu__three a {
  width: 255px;
  display: inline-block;
}

@media only screen and (max-width: 854px) {
  .menu__three a {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

.menu__three a img {
  width: 100%;
}

.menu__two {
  width: 720px;
  margin: 0 auto 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 854px) {
  .menu__two {
    display: block;
    width: 100%;
    margin: 0 auto 80px;
  }
}

.menu__two li {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  .menu__two li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.menu__two a {
  width: 321px;
  display: inline-block;
}

@media only screen and (max-width: 854px) {
  .menu__two a {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

.menu__two a img {
  width: 100%;
}

@media only screen and (max-width: 854px) {
  .menu__two--last {
    margin: 0 auto 25px;
  }
}

/*----------------------------------------------------------------------------------
  imageArea 
------------------------------------------------------------------------------------*/
#imageArea {
  width: 100%;
  position: relative;
}

#imageArea img {
  width: 100%;
}

.imageArea__logo--user {
  position: absolute;
  top: 40px;
  left: 22%;
}

@media only screen and (min-width: 855px) and (max-width: 1179px) {
  .imageArea__logo--user {
    width: 20%;
  }
  .imageArea__logo--user img {
    width: 100%;
  }
}

@media only screen and (max-width: 854px) {
  .imageArea__logo--user {
    top: 17px;
    left: 5%;
    width: 35%;
  }
  .imageArea__logo--user img {
    width: 100%;
  }
}

/*----------------------------------------------------------------------------------
  aboutArea
------------------------------------------------------------------------------------*/
#aboutArea h2 {
  margin-bottom: 105px;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  #aboutArea h2 {
    line-height: 1.8;
    margin-bottom: 50px;
  }
}

#aboutArea h2 br {
  display: none;
}

@media only screen and (max-width: 854px) {
  #aboutArea h2 br {
    display: block;
  }
}

.top__ttl--about {
  margin-bottom: 60px;
}

@media only screen and (max-width: 854px) {
  .top__ttl--about {
    margin: 15px 0 30px;
  }
}

.aboutArea__menu {
  width: 854px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 854px) {
  .aboutArea__menu {
    width: 96%;
    margin: 25px auto 30px;
  }
}

.aboutArea__menu li {
  width: 33.3%;
  text-align: center;
}

.aboutArea__menu a {
  width: 266px;
}

.aboutArea__menu span {
  width: 266px;
}

@media only screen and (max-width: 854px) {
  .aboutArea__menu span,
  .aboutArea__menu a {
    width: 93%;
  }
}

.pointBoxList {
  width: 834px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 854px) {
  .pointBoxList {
    width: 100%;
    display: block;
  }
}

.pointBox {
  width: 266px;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 19px 30px;
  position: relative;
}

@media only screen and (max-width: 854px) {
  .pointBox {
    width: 92%;
    padding: 43px 5% 30px;
    margin: 0 auto 60px;
  }
}

.pointBox p {
  font-size: 15px;
  line-height: 2.0;
}

@media only screen and (max-width: 854px) {
  .pointBox p {
    font-size: 14px;
  }
}

.pointBox span {
  display: inline-block;
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  width: 51px;
  font-size: 18px;
  font-weight: 500;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
}

@media only screen and (max-width: 854px) {
  .pointBox__top {
    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-bottom: 18px;
  }
}

.pointBox__icon {
  text-align: center;
  margin-bottom: 37px;
}

@media only screen and (max-width: 854px) {
  .pointBox__icon {
    width: 30%;
    margin-bottom: 0;
  }
}

.pointBox__ttl {
  margin-bottom: 33px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 854px) {
  .pointBox__ttl {
    width: 70%;
    margin-bottom: 0;
  }
}

.pointBox__ttl h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 854px) {
  .pointBox__ttl h3 {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 361px) {
  .pointBox__ttl h3 {
    font-size: 15px;
  }
}

.pointBox--yellow {
  border: solid 1.5px var(--primary-color);
  margin-right: 18px;
}

@media only screen and (max-width: 854px) {
  .pointBox--yellow {
    margin: 0 auto 60px;
  }
}

.pointBox--orange {
  border: solid 1.5px #F2963F;
  margin-right: 18px;
}

@media only screen and (max-width: 854px) {
  .pointBox--orange {
    margin: 0 auto 60px;
  }
}

.pointBox--green {
  border: solid 1.5px var(--secondary-color);
}

@media only screen and (max-width: 854px) {
  .pointBox--green {
    margin: 0 auto 60px;
  }
}

.pointBox__number--yellow {
  background-color: var(--primary-color);
}

.pointBox__number--orange {
  background-color: #F2963F;
}

.pointBox__number--green {
  background-color: var(--secondary-color);
}

.aboutArea__supportImg {
  width: 549px;
  margin: 30px auto 50px;
}

@media only screen and (max-width: 854px) {
  .aboutArea__supportImg {
    width: 95%;
    margin: 30px auto 20px;
  }
}

.aboutArea__supportImg img {
  width: 100%;
}

.support__txt {
  font-size: 15px;
  line-height: 2.0;
  margin-bottom: 50px;
  width: 834px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 854px) {
  .support__txt {
    width: 92%;
  }
}

.safety__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 834px;
  margin: 0 auto 120px;
}

@media only screen and (max-width: 854px) {
  .safety__list {
    display: block;
    width: 90%;
    margin: 0 auto 65px;
  }
}

.safety__list li {
  width: 255px;
  margin-right: 28px;
}

@media only screen and (max-width: 854px) {
  .safety__list li {
    width: 100%;
    margin-right: 0;
  }
}

.safety__list li:last-child {
  margin-right: 0;
}

.safety__list li img {
  width: 100%;
  margin-bottom: 35px;
}

@media only screen and (max-width: 854px) {
  .safety__list li img {
    margin-bottom: 22px;
  }
}

.safety__list li h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.8;
}

@media only screen and (max-width: 854px) {
  .safety__list li h4 {
    font-size: 18px;
    margin-bottom: 13px;
    line-height: 1.6;
  }
}

.safety__list li p {
  font-size: 15px;
  line-height: 2.0;
}

@media only screen and (max-width: 854px) {
  .safety__list li p {
    margin-bottom: 50px;
  }
}

/*----------------------------------------------------------------------------------
  dayArea
------------------------------------------------------------------------------------*/
#dayArea h2 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 854px) {
  #dayArea h2 {
    margin-bottom: 30px;
  }
}

.hoiku__boxes {
  width: 834px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 854px) {
  .hoiku__boxes {
    width: 93%;
    display: block;
  }
}

.hoiku__box {
  border: solid 1px var(--tertiary-color);
  border-radius: 14px;
  width: 389px;
  height: 447px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 854px) {
  .hoiku__box {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}

.hoiku__box h5 {
  font-size: 14px;
  margin-bottom: 23px;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  .hoiku__box h5 {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.hoiku__box h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 130px;
}

@media only screen and (max-width: 854px) {
  .hoiku__box h3 {
    margin-top: 0;
    font-size: 22px;
  }
}

@media only screen and (max-width: 361px) {
  .hoiku__box h3 {
    font-size: 20px;
  }
}

.hoiku__box__left {
  padding: 37px 0 60px;
  margin-right: 50px;
}

@media only screen and (max-width: 854px) {
  .hoiku__box__left {
    padding: 22px 0 30px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.hoiku__box__right {
  padding: 37px 0 40px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 854px) {
  .hoiku__box__right {
    padding: 22px 0 15px;
    margin-bottom: 70px;
  }
}

.hoiku__box__right ul {
  width: 337px;
  margin: 0 auto;
}

@media only screen and (max-width: 854px) {
  .hoiku__box__right ul {
    width: 300px;
  }
}

@media only screen and (max-width: 361px) {
  .hoiku__box__right ul {
    width: 90%;
  }
}

.hoiku__box__right li {
  font-size: 17px;
  color: #F2963F;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 854px) {
  .hoiku__box__right li {
    font-size: 15px;
    margin-bottom: 5px;
    padding-left: 18px;
  }
}

@media only screen and (max-width: 361px) {
  .hoiku__box__right li {
    font-size: 12px;
  }
}

.hoiku__box__right li span {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  background-color: #F2963F;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

@media only screen and (max-width: 854px) {
  .hoiku__box__right li span {
    width: 13px;
    height: 13px;
  }
}

@media only screen and (max-width: 361px) {
  .hoiku__box__right li span {
    top: 2px;
  }
}

.hoiku__box__img {
  width: 291px;
  margin: 40px auto 35px;
}

@media only screen and (max-width: 854px) {
  .hoiku__box__img {
    width: 90%;
    margin: 10px auto 18px;
  }
}

.hoiku__box__img img {
  width: 100%;
}

.dayArea__flow {
  margin-bottom: 100px;
}

@media only screen and (max-width: 854px) {
  .dayArea__flow {
    margin-bottom: 35px;
  }
}

.dayArea__flow h4 {
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  .dayArea__flow h4 {
    margin-bottom: 25px;
  }
}

.dayArea__flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 866px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

@media only screen and (min-width: 855px) and (max-width: 1179px) {
  .dayArea__flow__list {
    width: 841px;
  }
}

@media only screen and (max-width: 854px) {
  .dayArea__flow__list {
    display: block;
    width: 90%;
    padding-bottom: 0;
  }
}

.dayArea__flow__list li {
  width: 255px;
  margin-right: 50.5px;
  position: relative;
}

@media only screen and (min-width: 855px) and (max-width: 1179px) {
  .dayArea__flow__list li {
    width: 250px;
    margin-right: 40.5px;
  }
}

@media only screen and (max-width: 854px) {
  .dayArea__flow__list li {
    width: 100%;
    margin-right: 0;
  }
}

.dayArea__flow__list li:after {
  content: url(../images/pages/arrow-green.svg);
  position: absolute;
  right: -33px;
  top: 62px;
}

@media only screen and (min-width: 855px) and (max-width: 1179px) {
  .dayArea__flow__list li:after {
    right: -27px;
  }
}

@media only screen and (max-width: 854px) {
  .dayArea__flow__list li:after {
    content: none;
  }
}

.dayArea__flow__list li:first-child {
  margin-bottom: 80px;
}

@media only screen and (max-width: 854px) {
  .dayArea__flow__list li:first-child {
    margin-bottom: 0;
  }
}

.dayArea__flow__list li:nth-child(3n) {
  margin-right: 0;
}

.dayArea__flow__list li:nth-child(3n):after {
  content: none;
}

.dayArea__flow__list li img {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 854px) {
  .dayArea__flow__list li img {
    margin-bottom: 22px;
  }
}

.dayArea__flow__list li h5 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.8;
  position: relative;
}

.dayArea__flow__list li h5 span {
  font-size: 16px;
  width: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  text-align: center;
  border: solid 1px var(--text-color);
  position: absolute;
  left: 0;
  border-radius: 50%;
}

@media only screen and (max-width: 854px) {
  .dayArea__flow__list li h5 {
    font-size: 18px;
    margin-bottom: 13px;
    line-height: 1.6;
  }
}

.dayArea__flow__list li p {
  font-size: 15px;
  line-height: 2.0;
}

@media only screen and (max-width: 854px) {
  .dayArea__flow__list li p {
    margin-bottom: 30px;
  }
}

.dayArea__flow__caution {
  color: #F2963F;
  font-size: 12px;
  line-height: 1.8;
  display: block;
  margin-bottom: 5px;
}

.dayArea__flow--arrow {
  width: 30px;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 361px) {
  .dayArea__flow--arrow {
    width: 25px;
  }
}

.dayArea__flow--arrow img {
  width: 100%;
}

/*----------------------------------------------------------------------------------
  voiceArea
------------------------------------------------------------------------------------*/
#voiceArea h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 854px) {
  #voiceArea h2 {
    margin-bottom: 30px;
  }
}

.voiceArea__txt {
  font-size: 18px;
  text-align: center;
  line-height: 2.0;
  margin-bottom: 80px;
}

@media only screen and (max-width: 854px) {
  .voiceArea__txt {
    font-size: 15px;
    text-align: left;
    width: 93%;
    margin: 0 auto 55px;
  }
}

.voiceBox {
  width: 696px;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 14px;
  border: solid 1.5px var(--tertiary-color);
  overflow: hidden;
}

@media only screen and (max-width: 854px) {
  .voiceBox {
    width: 93%;
    margin: 0 auto 40px;
  }
}

.voiceBox h3 {
  background-color: var(--tertiary-color);
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 854px) {
  .voiceBox h3 {
    font-size: 15px;
    padding: 21px 0;
  }
}

.voiceBox--last {
  margin-bottom: 70px;
}

@media only screen and (max-width: 854px) {
  .voiceBox--last {
    margin-bottom: 50px;
  }
}

.voiceBox__contents {
  padding: 40px 30px 0;
}

@media only screen and (max-width: 854px) {
  .voiceBox__contents {
    padding: 20px 3% 0;
  }
}

.voiceBox__contents p {
  font-size: 16px;
  line-height: 2.0;
}

.voiceBox__contents h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 854px) {
  .voiceBox__contents h4 {
    font-size: 4.5vw;
    text-align: left;
    padding-left: 15px;
  }
  .voiceBox__contents h4 br {
    display: none;
  }
}

.voiceBox__contents h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 35px 0 30px;
  border-top: solid 1.5px var(--tertiary-color);
  text-align: center;
}

@media only screen and (max-width: 854px) {
  .voiceBox__contents h5 {
    font-size: 16px;
    padding: 32px 0 23px;
  }
}

.voiceBox__txt--top {
  margin-bottom: 45px;
}

.voiceBox__txt--bottom {
  margin-bottom: 45px;
}

@media only screen and (max-width: 854px) {
  .voiceBox__txt--bottom {
    margin-bottom: 25px;
  }
}

.voiceBox__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 453px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 854px) {
  .voiceBox__top {
    width: 100%;
    margin: 0 auto 15px;
  }
}

.voiceBox__top__img {
  width: 44.5%;
}

@media only screen and (max-width: 854px) {
  .voiceBox__top__img {
    width: 25%;
  }
}

.voiceBox__top__img img {
  width: 100%;
}

.voiceBox__top__ttl {
  padding-left: 30px;
}

@media only screen and (max-width: 854px) {
  .voiceBox__top__ttl {
    padding-left: 0;
    width: 75%;
  }
}

/*----------------------------------------------------------------------------------
  informationArea
------------------------------------------------------------------------------------*/
#informationArea a {
  text-decoration: underline;
}

.information__target {
  width: 834px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 854px) {
  .information__target {
    width: 90%;
  }
}

.information__target h4 {
  margin-bottom: 25px;
  padding-bottom: 7px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid 1px #F2963F;
  text-align: center;
  color: #F2963F;
}

@media only screen and (max-width: 854px) {
  .information__target h4 {
    text-align: left;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

.target__txt {
  font-size: 16px;
  line-height: 2.0;
}

@media only screen and (max-width: 854px) {
  .target__txt {
    font-size: 14px;
  }
}

.target__txt--mb {
  margin-bottom: 30px;
}

@media only screen and (max-width: 854px) {
  .target__txt--mb {
    margin-bottom: 20px;
  }
}

.target__txt--mb02 {
  margin-bottom: 8px;
}

@media only screen and (max-width: 854px) {
  .target__txt--mb02 {
    margin-bottom: 20px;
  }
}

.information__caution {
  font-size: 13px;
  line-height: 1.6;
}

@media only screen and (max-width: 854px) {
  .information__caution {
    font-size: 11px;
  }
}

/*accordion*/
dl.accordion--information {
  margin: 100px 0 20px 0;
  position: relative;
}

@media only screen and (max-width: 854px) {
  dl.accordion--information {
    margin: 20px 0 40px;
  }
}

dl.accordion--information dt {
  cursor: pointer;
  border: solid 1px var(--tertiary-color);
  border-radius: 10px;
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}

dl.accordion--information dt.open {
  border-radius: 10px 10px 0 0;
}

dl.accordion--information dt.open::after {
  content: none;
}

dl.accordion--information dt::after {
  content: url(../images/pages/arrow-open.svg);
  position: absolute;
  top: 10px;
  right: 25px;
}

dl.accordion--information dd {
  word-wrap: break-word;
  border: solid 1px var(--tertiary-color);
  border-radius: 0 0 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 27px 15px;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (max-width: 854px) {
  dl.accordion--information dd {
    padding: 15px 3% 15px;
  }
}

.closeButton--information {
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
}

@media only screen and (max-width: 854px) {
  .closeButton--information {
    margin-top: 30px;
  }
}

.closeButton--information span {
  position: absolute;
  right: -26px;
  bottom: -3px;
  width: 100%;
}

@media only screen and (max-width: 854px) {
  .closeButton--information span {
    right: 0;
  }
}

.user__flow {
  margin-bottom: 110px;
}

@media only screen and (max-width: 854px) {
  .user__flow {
    margin-bottom: 40px;
  }
}

.user__flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 494px;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 854px) {
  .user__flow li {
    width: 90%;
  }
}

.user__flow li h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media only screen and (max-width: 854px) {
  .user__flow li h3 {
    font-size: 18px;
  }
}

.user__flow li h3 br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .user__flow li h3 br {
    display: block;
  }
}

.user__flow li p {
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 15px;
}

.user__flow li p.information__caution {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 8px;
}

.use__flow__left {
  width: 69px;
}

.use__flow__left img {
  width: 100%;
}

@media only screen and (max-width: 854px) {
  .use__flow__left {
    width: 25%;
  }
}

.use__flow__right {
  width: 425px;
  padding-left: 15px;
}

@media only screen and (max-width: 854px) {
  .use__flow__right {
    width: 75%;
    padding-left: 6%;
  }
}

/*----------------------------------------------------------------------------------
  faqArea
------------------------------------------------------------------------------------*/
.faqArea__inner {
  width: 834px;
  margin: 0 auto 170px;
}

@media only screen and (max-width: 854px) {
  .faqArea__inner {
    width: 90%;
    margin: 0 auto 60px;
  }
}

/*accordion*/
dl.accordion--faq {
  margin-bottom: 12px;
  position: relative;
}

@media only screen and (max-width: 854px) {
  dl.accordion--faq {
    margin-bottom: 12px;
  }
}

dl.accordion--faq dt {
  cursor: pointer;
  border: solid 2px var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 23px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
}

@media only screen and (max-width: 854px) {
  dl.accordion--faq dt {
    font-size: 14px;
    padding: 0 15px;
    height: 65px;
  }
}

dl.accordion--faq dt h2 {
  width: 80%;
}

dl.accordion--faq dt img {
  margin-right: 15px;
}

dl.accordion--faq dt.open {
  border-radius: 12px 12px 0 0;
}

dl.accordion--faq dt.open::after {
  content: url(../images/pages/minus.svg);
  top: 16px;
}

@media only screen and (max-width: 854px) {
  dl.accordion--faq dt.open::after {
    top: 19px;
  }
}

dl.accordion--faq dt::after {
  content: url(../images/pages/plus.svg);
  position: absolute;
  right: 25px;
  top: 21px;
}

@media only screen and (max-width: 854px) {
  dl.accordion--faq dt::after {
    right: 14px;
  }
}

dl.accordion--faq dd {
  word-wrap: break-word;
  border-left: solid 2px var(--primary-color);
  border-right: solid 2px var(--primary-color);
  border-bottom: solid 2px var(--primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 25px 36px;
  line-height: 1.8;
  font-size: 16px;
  border-radius: 0 0 12px 12px;
}

@media only screen and (max-width: 854px) {
  dl.accordion--faq dd {
    padding: 15px 3% 15px;
    font-size: 14px;
  }
}

.closeButton--faq {
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
}

@media only screen and (max-width: 854px) {
  .closeButton--faq {
    margin-top: 30px;
  }
}

.closeButton--faq span {
  position: absolute;
  right: -26px;
  bottom: -3px;
  width: 100%;
}

@media only screen and (max-width: 854px) {
  .closeButton--faq span {
    right: 0;
  }
}

/*----------------------------------------------------------------------------------
  visionArea
------------------------------------------------------------------------------------*/
#visionArea h2 {
  margin: 80px 0 55px;
}

@media only screen and (max-width: 854px) {
  #visionArea h2 {
    margin: 35px 0 30px;
  }
}

#visionArea h4 {
  border: solid 2px var(--primary-color);
  border-radius: 14px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 43.5px 0;
  margin-bottom: 25px;
  line-height: 1.6;
}

@media only screen and (max-width: 854px) {
  #visionArea h4 {
    font-size: 18px;
  }
}

.visionArea__menu {
  width: 854px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 854px) {
  .visionArea__menu {
    width: 96%;
    margin: 25px auto 30px;
  }
}

.visionArea__menu li {
  width: 50%;
  text-align: center;
}

.visionArea__menu a {
  width: 408px;
}

.visionArea__menu span {
  width: 408px;
}

@media only screen and (max-width: 854px) {
  .visionArea__menu a,
  .visionArea__menu span {
    width: 96%;
  }
}

@media only screen and (max-width: 361px) {
  .visionArea__menu a {
    font-size: 9px;
  }
}


.visionArea__menu--bottom {
  margin-bottom: 120px;
}

@media only screen and (max-width: 854px) {
  .visionArea__menu--bottom {
    margin-bottom: 30px;
  }
}

.visionArea__inner {
  width: 692px;
  margin: 0 auto;
}

@media only screen and (max-width: 854px) {
  .visionArea__inner {
    width: 90%;
  }
}

.visionArea__inner--mb {
  width: 692px;
  margin: 0 auto 120px;
}

@media only screen and (max-width: 854px) {
  .visionArea__inner--mb {
    width: 90%;
    margin: 0 auto 60px;
  }
}

.visionArea__txt {
  font-size: 16px;
  line-height: 2.0;
  margin-bottom: 22px;
}

@media only screen and (max-width: 854px) {
  .visionArea__txt {
    font-size: 15px;
  }
}

.visionArea__txt--bottom {
  margin: 21px 0 50px;
}

.visionArea__dot {
  text-align: center;
}

.visionArea__case {
  background-color: var(--quaternary-color);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 159px;
  margin: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 854px) {
  .visionArea__case {
    font-size: 14px;
    height: auto;
    padding: 20px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.visionArea__case__left {
  width: 23%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
}

@media only screen and (max-width: 854px) {
  .visionArea__case__left {
    width: 33%;
    padding-left: 0;
  }
}

.visionArea__case__right {
  width: 77%;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}

@media only screen and (max-width: 854px) {
  .visionArea__case__right {
    width: 67%;
    padding-right: 0;
  }
}

.vision__ttl br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .vision__ttl br {
    display: block;
  }
}

.visionBox {
  border: solid 2px var(--primary-color);
  border-radius: 14px;
  padding: 30px 0 50px;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 854px) {
  .visionBox {
    padding: 25px 0 35px;
  }
}

.visionBox h3 {
  font-size: 30px;
  font-weight: 500;
  border-bottom: solid 2px var(--primary-color);
  margin-bottom: 40px;
  display: inline-block;
  padding: 0 15px 2px;
}

@media only screen and (max-width: 854px) {
  .visionBox h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.visionBox p {
  font-size: 20px;
  line-height: 2.0;
  font-weight: bold;
}

@media only screen and (max-width: 854px) {
  .visionBox p {
    font-size: 15px;
  }
}

.visionArea__performance {
  margin-bottom: 70px;
}

@media only screen and (max-width: 854px) {
  .visionArea__performance {
    margin-bottom: 40px;
  }
}

.visionArea__performance h5 {
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 854px) {
  .visionArea__performance h5 {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.performance__ttl--top {
  margin-bottom: 50px;
}

@media only screen and (max-width: 854px) {
  .performance__ttl--top {
    margin-bottom: 25px;
  }
}

.performance__ttl--bottom {
  margin: 80px 0 50px;
}

@media only screen and (max-width: 854px) {
  .performance__ttl--bottom {
    margin: 80px 0 40px;
  }
}

.performanceBox {
  border-radius: 14px;
  border: solid 1px var(--text-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 60px;
  width: 696px;
  margin: 0 auto 16px;
}

@media only screen and (max-width: 854px) {
  .performanceBox {
    width: 90%;
    padding: 20px 30px 30px;
  }
}

.performance__number {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 854px) {
  .performance__number {
    font-size: 14px;
  }
}

.performance__number span {
  font-size: 50px;
}

@media only screen and (max-width: 854px) {
  .performance__number span {
    font-size: 40px;
  }
}

.performance__txt {
  font-size: 16px;
  line-height: 2.0;
}

@media only screen and (max-width: 854px) {
  .performance__txt {
    font-size: 14px;
  }
}

.performance__logo {
  width: 157px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 854px) {
  .performance__logo {
    width: 128px;
  }
}

.performance__logo img {
  width: 100%;
}

.performance__logo__txt {
  font-size: 16px;
  line-height: 2.0;
  width: 664px;
  margin: 0 auto;
}

@media only screen and (max-width: 854px) {
  .performance__logo__txt {
    width: 90%;
    font-size: 15px;
  }
}

/*----------------------------------------------------------------------------------
  supporterArea
------------------------------------------------------------------------------------*/
#supporterArea h2 {
  margin: 80px 0 50px;
}

@media only screen and (max-width: 854px) {
  #supporterArea h2 {
    margin: 30px 0 30px;
  }
}

.supporterArea__inner {
  width: 696px;
  margin: 0 auto;
  padding-bottom: 110px;
}

@media only screen and (max-width: 854px) {
  .supporterArea__inner {
    width: 90%;
    padding-bottom: 20px;
  }
}

.supporterArea__txt {
  margin-bottom: 30px;
  line-height: 2.0;
}

.linkButton {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  position: relative;
  border-radius: 37px;
  text-align: center;
  border: solid 1px var(--text-color);
  cursor: pointer;
}

@media only screen and (max-width: 361px) {
  .linkButton {
    font-size: 14px;
  }
}

.linkButton br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .linkButton br {
    display: block;
  }
}

.linkButton--supporter {
  padding: 14px 0;
  margin: 40px auto 0;
  width: 507px;
  font-weight: bold;
}

@media only screen and (max-width: 854px) {
  .linkButton--supporter {
    padding: 5px 0;
    margin: 40px auto 0;
    width: 100%;
  }
}

@media only screen and (max-width: 361px) {
  .linkButton--supporter {
    font-size: 14px;
  }
}

.linkButton--supporter:after {
  content: url(../images/pages/link-vision.svg);
  position: absolute;
  right: 20px;
  top: 13px;
}

@media only screen and (max-width: 854px) {
  .linkButton--supporter:after {
    top: 17px;
  }
}

.linkButton--supporter br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .linkButton--supporter br {
    display: block;
  }
}

.annie__supporter {
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
  text-align: center;
  width: 832px;
  margin: 0 auto;
}

@media only screen and (max-width: 854px) {
  .annie__supporter {
    font-size: 18px;
    width: 90%;
    border-top: none;
    padding-top: 50px;
  }
}

.supporter__intro__inner {
  width: 832px;
  margin: 0 auto 80px;
  padding-top: 38px;
}

@media only screen and (max-width: 854px) {
  .supporter__intro__inner {
    width: 90%;
    padding-top: 33px;
  }
}

.supporter__intro__top {
  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;
  width: 67%;
}

@media only screen and (max-width: 854px) {
  .supporter__intro__top {
    width: 100%;
  }
}

.supporter__intro__top__left {
  width: 40%;
}

.supporter__intro__top__right {
  width: 60%;
}

.supporter__intro__bottom {
  width: 33.3%;
}

@media only screen and (max-width: 854px) {
  .supporter__intro__bottom {
    width: 100%;
  }
}

.supporter__intro__fund {
  width: 832px;
  margin: 0 auto;
  padding-top: 30px;
}

@media only screen and (max-width: 854px) {
  .supporter__intro__fund {
    width: 90%;
    padding-top: 0;
    margin-bottom: 5px;
    border-top: 0;
    border-bottom: solid 1px var(--tertiary-color);
  }
}

.supporter__intro {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1.5px var(--tertiary-color);
  border-radius: 14px;
  padding: 32px 25px 32px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media only screen and (max-width: 854px) {
  .supporter__intro {
    padding: 30px 15px 40px;
    margin-bottom: 30px;
    display: block;
  }
}

.supporter__name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  .supporter__name {
    font-size: 4.5vw;
  }
}

.supporter__img {
  margin: 0 auto;
}

@media only screen and (max-width: 854px) {
  .supporter__img {
    margin: 0;
  }
}

.supporter__img--seiyu {
  width: 170px;
}

@media only screen and (max-width: 854px) {
  .supporter__img--seiyu {
    width: 100%;
    margin: 0 auto 0 0;
  }
}

.supporter__img--seiyu img {
  width: 100%;
}

.supporter__logo--seiyu {
  width: 93px;
  margin: 0 auto 18px;
}

@media only screen and (max-width: 854px) {
  .supporter__logo--seiyu {
    width: 70px;
    margin: 0 auto 20px;
  }
}

.supporter__logo--seiyu img {
  width: 100%;
}

.supporter__img--post {
  width: 170px;
}

@media only screen and (max-width: 854px) {
  .supporter__img--post {
    width: 90%;
    margin: 0 auto 0 0;
  }
}

.supporter__img--post img {
  width: 100%;
}

.supporter__logo--post {
  width: 174px;
  margin: 0 auto 18px;
}

@media only screen and (max-width: 854px) {
  .supporter__logo--post {
    width: 122px;
    margin: 0 auto 20px;
  }
}

.supporter__logo--post img {
  width: 100%;
}

.supporter__article {
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 854px) {
  .supporter__article {
    margin-bottom: 40px;
  }
}

.supporter__article a {
  text-decoration: underline;
}

.supporter__link {
  text-align: center;
}

.supporter__link a {
  position: relative;
  font-size: 14px;
}

.supporter__link a:after {
  content: url(../images/pages/link-vision.svg);
  position: absolute;
  right: -30px;
  top: -4px;
}

.annie__cloud {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 30px;
}

@media only screen and (max-width: 854px) {
  .annie__cloud {
    font-size: 18px;
    margin: 10px 0 15px;
  }
}

.annie__cloud br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .annie__cloud br {
    display: block;
  }
}

.annie__cloud__txt {
  width: 664px;
  margin: 0 auto 70px;
  font-size: 16px;
  line-height: 2.0;
}

@media only screen and (max-width: 854px) {
  .annie__cloud__txt {
    width: 100%;
    font-size: 15px;
    margin: 0 auto 35px;
  }
}

.supportArea__menu--bottom {
  margin-bottom: 60px;
}

@media only screen and (max-width: 854px) {
  .supportArea__menu--bottom {
    margin-bottom: 4	0px;
  }
}

/*----------------------------------------------------------------------------------
  florenceArea
------------------------------------------------------------------------------------*/
#florenceArea h2 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 854px) {
  #florenceArea h2 {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}

#florenceArea h2 br {
  display: none;
}

@media only screen and (max-width: 854px) {
  #florenceArea h2 br {
    display: block;
  }
}

#florenceArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.florence__video {
  width: 524px;
  margin: 0 auto 70px;
}

@media only screen and (max-width: 854px) {
  .florence__video {
    width: 93%;
    margin: 0 auto 15px;
  }
}

.florence__video img {
  width: 100%;
}

.movieWraper {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.movieWraper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.florence__txt {
  font-size: 16px;
  line-height: 2.0;
  width: 696px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 854px) {
  .florence__txt {
    font-size: 15px;
    width: 93%;
    margin: 0 auto 30px;
  }
}

.florenceArea__about {
  background-color: var(--quaternary-color);
  padding: 50px 0 110px;
}

@media only screen and (max-width: 854px) {
  .florenceArea__about {
    padding: 30px 0 30px;
  }
}

.florenceArea__about h1 br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .florenceArea__about h1 br {
    display: block;
  }
}

.top__ttl--florence {
  margin-bottom: 60px;
}

@media only screen and (max-width: 854px) {
  .top__ttl--florence {
    margin-bottom: 30px;
  }
}

.florenceArea__detail {
  background-color: var(--quaternary-color);
  margin: 0 auto 65px;
  width: 664px;
}

@media only screen and (max-width: 854px) {
  .florenceArea__detail {
    width: 93%;
    margin: 0 auto 25px;
  }
}

.florenceArea__detail li {
  margin-bottom: 8px;
}

@media only screen and (max-width: 854px) {
  .florenceArea__detail li {
    margin-bottom: 5px;
  }
}

.florenceArea__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.florenceArea__detail dt {
  width: 130px;
  background-color: #FFADAD;
  text-align: center;
  height: 114px;
  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;
  font-size: 16px;
}

@media only screen and (max-width: 854px) {
  .florenceArea__detail dt {
    width: 22%;
    height: 76px;
    font-size: 11px;
  }
}

.florenceArea__detail dd {
  width: 526px;
  background-color: #fff;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 18px;
  margin-left: 8px;
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (max-width: 854px) {
  .florenceArea__detail dd {
    padding: 0 3%;
    width: 78%;
    height: 76px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 361px) {
  .florenceArea__detail dd {
    font-size: 11px;
  }
}

.florenceArea__detail dd a {
  color: #F2963F;
  border-bottom: solid 1px #F2963F;
  line-height: 1.1;
}

.linkButton--florence {
  padding: 14px 0;
  margin: 40px auto 140px;
  width: 507px;
}

@media only screen and (max-width: 854px) {
  .linkButton--florence {
    padding: 11px 0 9px;
    text-align: center;
    margin: 0 auto 45px;
    width: 93%;
    font-size: 13px;
  }
}

.linkButton--florence:after {
  content: url(../images/pages/link-vision.svg);
  position: absolute;
  right: 20px;
  top: 13px;
}

.linkButton--florence br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .linkButton--florence br {
    display: block;
  }
}

.florenceArea__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 675px;
  margin: 0 auto;
}

@media only screen and (max-width: 854px) {
  .florenceArea__message {
    width: 93%;
    display: block;
  }
}

.florenceArea__message__img {
  width: 286px;
}

@media only screen and (max-width: 854px) {
  .florenceArea__message__img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.florenceArea__message__img img {
  width: 100%;
}

.florenceArea__message__txt {
  width: 389px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}

@media only screen and (max-width: 854px) {
  .florenceArea__message__txt {
    width: 100%;
    padding-left: 0;
  }
}

.florenceArea__message__txt p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: -5px;
}

@media only screen and (max-width: 854px) {
  .florenceArea__message__txt p {
    font-size: 15px;
  }
}

.top__ttl--message {
  margin-bottom: 30px;
}

@media only screen and (max-width: 854px) {
  .top__ttl--message {
    margin-bottom: 20px;
  }
}

.top__ttl--link {
  margin: 55px 0;
}

@media only screen and (max-width: 854px) {
  .top__ttl--link {
    margin: 32px 0 28px;
  }
}

.top__ttl--link br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .top__ttl--link br {
    display: block;
  }
}

.linkList {
  border-top: solid 1px var(--tertiary-color);
  border-bottom: solid 1px var(--tertiary-color);
  padding: 28px 0 50px;
  width: 696px;
  margin: 0 auto 140px;
}

@media only screen and (max-width: 854px) {
  .linkList {
    width: 93%;
    border-bottom: 0;
    padding: 0;
    margin: 0 auto 47px;
  }
}

.linkList__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 658px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 854px) {
  .linkList__top {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.linkList__top li {
  width: 33.3%;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  .linkList__top li {
    display: block;
    width: 100%;
    border-bottom: solid 1px var(--tertiary-color);
    height: 84px;
    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;
  }
}

.linkList__top a {
  display: inline-block;
}

.linkList__top a img {
  width: 100%;
}

.linkList__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 520px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 854px) {
  .linkList__bottom {
    display: block;
    width: 100%;
  }
}

.linkList__bottom li {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  .linkList__bottom li {
    display: block;
    width: 100%;
    border-bottom: solid 1px var(--tertiary-color);
    height: 84px;
    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;
  }
}

.linkList__bottom a {
  display: inline-block;
}

.linkList__bottom a img {
  width: 100%;
}

.link01 {
  width: 170px;
}

@media only screen and (max-width: 854px) {
  .link01 {
    width: 145px;
  }
}

.link02 {
  width: 147px;
}

@media only screen and (max-width: 854px) {
  .link02 {
    width: 125px;
  }
}

.link03 {
  width: 188px;
}

@media only screen and (max-width: 854px) {
  .link03 {
    width: 160px;
  }
}

.link04 {
  width: 190px;
}

@media only screen and (max-width: 854px) {
  .link04 {
    width: 162px;
  }
}

.link05 {
  width: 214px;
}

@media only screen and (max-width: 854px) {
  .link05 {
    width: 182px;
  }
}

/*----------------------------------------------------------------------------------
     inquiryArea
------------------------------------------------------------------------------------*/
.inquiryArea__inner {
  width: 544px;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 854px) {
  .inquiryArea__inner {
    width: 93%;
  }
}

.inquiryArea__inner p {
  font-size: 16px;
  line-height: 2.0;
}

@media only screen and (max-width: 854px) {
  .inquiryArea__inner p {
    font-size: 15px;
  }
}

.inquiryArea__inner p span {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 854px) {
  .inquiryArea__inner p span {
    font-size: 16px;
  }
}

.inquiryArea__caution {
  font-size: 14px;
  color: #FF2B2B;
  display: block;
  margin: 20px 0 40px;
  line-height: 2.0;
}

.linkButton--inquiry {
  padding: 14px 0;
  margin: 30px auto 50px;
  width: 100%;
  font-size: 15px;
}

@media only screen and (max-width: 854px) {
  .linkButton--inquiry {
    padding: 11px 0 9px;
    text-align: center;
    margin: 15px auto 30px;
    font-size: 13px;
  }
}

.linkButton--inquiry:after {
  content: url(../images/pages/link-vision.svg);
  position: absolute;
  right: 20px;
  top: 13px;
}

.linkButton--inquiry br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .linkButton--inquiry br {
    display: block;
  }
}

/*----------------------------------------------------------------------------------
  newsArticleArea
------------------------------------------------------------------------------------*/
#newsArticleArea h2 {
  font-size: 32px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 40px;
}

@media only screen and (max-width: 854px) {
  #newsArticleArea h2 {
    font-size: 18px;
  }
}

#newsArticleArea article {
  width: 664px;
  margin: 0 auto;
}

@media only screen and (max-width: 854px) {
  #newsArticleArea article {
    width: 100%;
  }
}

#newsArticleArea article iframe {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

#newsArticleArea article h3 {
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  border-bottom: solid 3px #FFBB08;
}

@media only screen and (max-width: 854px) {
  #newsArticleArea article h3 {
    font-size: 18px;
  }
}

#newsArticleArea article h4 {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 854px) {
  #newsArticleArea article h4 {
    font-size: 17px;
  }
}

#newsArticleArea article h4 {
  font-size: 21px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #FFBB08;
  /*左線*/
}

@media only screen and (max-width: 854px) {
  #newsArticleArea article h4 {
    font-size: 17px;
  }
}

#newsArticleArea article p {
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 45px;
}

@media only screen and (max-width: 854px) {
  #newsArticleArea article p {
    font-size: 15px;
    line-height: 2.0;
    margin-bottom: 30px;
  }
}

#newsArticleArea article a {
  text-decoration: underline;
}

#newsArticleArea article img {
  max-width: 100%;
  pointer-events: none;
}

#newsArticleArea article a img {
  pointer-events: auto;
}

#newsArticleArea article ul {
  margin-bottom: 45px;
}

#newsArticleArea article ul li {
  list-style-type: disc;
  margin-left: 20px;
}

#newsArticleArea article ol {
  margin-bottom: 45px;
}

#newsArticleArea article ol li {
  list-style-type: decimal;
  margin-left: 24px;
}

#newsArticleArea article a.btn {
  position: relative;
  background-color: var(--primary-color);
  border-radius: 28px;
  width: auto;
  display: inline-block;
  padding: 13.5px 40px;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 854px) {
  #newsArticleArea article a.btn {
    padding: 7px 30px;
    border-radius: 18px;
    font-size: 14px;
  }
}

#newsArticleArea article a.btn:after {
  content: url(../images/index/arrow-link.svg);
  position: absolute;
  right: 15px;
  top: 13px;
}

@media only screen and (max-width: 854px) {
  #newsArticleArea article a.btn:after {
    top: 7px;
    right: 10px;
  }
}

.news__video {
  margin-bottom: 45px;
}

.news__article__date {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.news__inner {
  width: 834px;
  margin: 0 auto;
  border-top: solid 1px var(--tertiary-color);
  padding: 40px 0 150px;
}

@media only screen and (max-width: 854px) {
  .news__inner {
    width: 90%;
    padding: 40px 0 60px;
  }
}

.SNS__list__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 174px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 854px) {
  .SNS__list__news {
    width: 117px;
    margin: 0 auto 30px;
  }
}

.SNS__list__news li {
  border-left: solid 1px;
  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;
  width: 33.3%;
  height: 33px;
}

.SNS__list__news li:last-child {
  border-right: solid 1px;
}

.SNS__list__news a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.SNS__list__news a img {
  width: 100%;
}

.news--twitter {
  width: 27px;
}

@media only screen and (max-width: 854px) {
  .news--twitter {
    width: 19px;
  }
}

.news--facebook {
  width: 13px;
}

@media only screen and (max-width: 854px) {
  .news--facebook {
    width: 9px;
  }
}

.news--hatena {
  width: 25px;
}

@media only screen and (max-width: 854px) {
  .news--hatena {
    width: 17px;
  }
}

.article__navi {
  width: 664px;
  text-align: center;
  padding: 20px 0 0;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 854px) {
  .article__navi {
    width: 90%;
  }
}

.article__navi a:hover {
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article__navi .prev:before {
  content: url(../images/pages/back.svg);
  right: 50px;
  top: 5px;
  position: relative;
}

@media only screen and (max-width: 854px) {
  .article__navi .prev:before {
    right: 15px;
  }
}

.article__navi .all {
  display: inline-block;
  position: relative;
  width: 229px;
  font-size: 16px;
  padding: 10.5px 0;
  text-align: center;
  letter-spacing: 0.1em;
  border: solid 1px var(--text-color);
  border-radius: 23px;
}

@media only screen and (max-width: 854px) {
  .article__navi .all {
    width: 100%;
  }
}

.article__navi .all:before {
  content: url(../images/pages/arrow-button-left.svg);
  position: absolute;
  left: 17px;
  top: 10px;
}

.article__navi .next:after {
  content: url(../images/pages/next.svg);
  left: 50px;
  top: 5px;
  position: relative;
}

@media only screen and (max-width: 854px) {
  .article__navi .next:after {
    left: 15px;
  }
}

.nav-bellow__border {
  border-bottom: dashed 1px #fff;
  padding-bottom: 38px;
}

.nav-center {
  width: 60%;
}

.nav-side {
  width: 20%;
}

/*----------------------------------------------------------------------------------
  newsArea & newsAllArea
------------------------------------------------------------------------------------*/
.newsList {
  width: 834px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 854px) {
  .newsList {
    width: 100%;
    display: block;
  }
}

.newsList li {
  width: 240px;
  margin-right: 57px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 854px) {
  .newsList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.newsList li:nth-child(3n+3) {
  margin-right: 0;
}

.newsList li img {
  width: 100%;
}

.newsList li a:first-child {
  display: block;
  position: relative;
  overflow: hidden;
}

.newsList li a:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: transparent;
}

.newsList p {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 15px;
}

.newsList h2 {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.newsList h2 br {
  display: none;
}

@media only screen and (max-width: 854px) {
  .newsList h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 854px) {
  .news__thumbnail__wrapper {
    position: relative;
    width: 100%;
  }
  .news__thumbnail__wrapper:before {
    content: "";
    display: block;
    padding-top: 75.4%;
  }
}

.news__thumbnail {
  width: 100%;
  height: 180px;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 854px) {
  .news__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/* 0324追記 */
ul.msg_balloon li {
  margin-bottom: 24px;
  list-style: none !important;
}

ul.msg_balloon {
  list-style: none;
  margin: 36px 0 30px 0;
}

ul.msg_balloon::after {
  display: block;
  clear: both;
  content: "";
}

.balloon_left .data {
  width: 18%;
  float: left;
  text-align: center;
}

ul.msg_balloon .data p.photo {
  margin: 0 0 8px 0;
  text-align: center;
  width: 90%;
}

ul.msg_balloon .data img {
  width: 100%;
  border-radius: 50%;
}

ul.msg_balloon .data p.name {
  width: 92%;
  font-size: 95%;
  text-align: center;
}

.balloon {
  float: left;
  width: 80%;
  position: relative;
}

.balloon_left .balloon_inner:before {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  border: 12px solid transparent;
  border-right-color: #DDD;
  top: 18px;
  right: 100%;
}

.balloon_left .balloon_inner:after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #FFF;
  top: 20px;
  right: 100%;
}

.balloon_inner {
  background: #FFF;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  min-height: 70px;
  color: #666;
  padding: 10px 20px 10px 24px;
  border: solid 1px #DDD;
}

.balloon_inner p {
  color: #333;
}

.msg_balloon p {
  margin-bottom: 0 !important;
}

/* LINE 友達追加ボタン */
.line_btn.border,
.line_btn__wrap.border {
  border: solid 1px var(--primary-color);
}

.line_btn__wrap {
  padding: 6px;
  margin: 60px 0;
}

#newsArticleArea article .line_btn__wrap {
  margin: 60px -60px;
}

.line_btn {
  padding: 20px;
}

.line_btn h3,
#newsArticleArea article .line_btn h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin: 5px auto 10px;
  border: none;
  padding: 0;
}

.line_btn h3 span {
  font-size: 18px;
  display: block;
  line-height: 20px;
}

.line_btn p,
#newsArticleArea article .line_btn p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2;
}

.line_btn a {
  text-align: center;
  display: block;
  margin: 20px auto 10px;
}

.line_btn a img {
  width: 180px;
}

@media (max-width: 854px) {
  .line_btn h3 {
    font-size: 22px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
  }
  .line_btn h3 span {
    font-size: 18px;
  }
  .line_btn p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .line_btn a img {
    width: 60%;
  }
  .line_btn__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

/* パスワード付きusers page */
main.users .post-password-form {
  text-align: center;
  padding: 20vh 15px;
}

@media only screen and (max-width: 854px) {
  main.users input[type="password"] {
    width: 40vw;
  }
}

main.users input[type="submit"] {
  display: inline-block;
  border-radius: 5%;
  text-align: center;
  cursor: pointer;
  background: var(--primary-color);
  color: var(--text-color);
  border: 2px solid var(--primary-color);
  font-size: 16px;
  padding: 3px 10px 2px;
  line-height: 16px;
}

main.users .newsArea__inner {
  width: 834px;
  margin: 0 auto 170px;
}

@media only screen and (max-width: 854px) {
  main.users .newsArea__inner {
    width: 100%;
    margin: 0 auto 60px;
  }
}

main.users .newsArea__inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 714px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 854px) {
  main.users .newsArea__inner li {
    display: block;
    width: 80%;
  }
}

main.users .moreButton--newslist {
  background-color: var(--primary-color);
  border-radius: 28px;
  display: block;
  width: 268px;
  margin: 60px auto 0;
}

main.users .moreButton--newslist:after {
  content: url(/wp-content/themes/annie/images/index/arrow-link.svg);
  right: 15px;
}

@media only screen and (max-width: 854px) {
  main.users dl.accordion--faq dt {
    padding: 10px 15px;
    height: auto;
    min-height: 65px;
  }
}

.top-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.top-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-youtubeBox {
  max-width: 870px;
  width: 100%;
  margin: 40px auto;
}

@media only screen and (max-width: 854px) {
  .top-youtubeBox {
    width: 80%;
    margin: 20px auto;
  }
}
/*# sourceMappingURL=page.css.map */