@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
#AllBox {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #2f2f2f;
  text-decoration: none;
}

a:visited {
  color: #2f2f2f;
}

a:hover {
  color: #2f2f2f;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active {
  color: #2f2f2f;
}

/* main
==================================*/
main {
  display: block;
  padding: 55px 0 0;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 55px;
}

header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header h1 {
  margin: 18px 0 0 12px;
}

header h1 img {
  width: 225px;
}

header .menu {
  position: relative;
  background: #fff;
  width: 70px;
  height: 55px;
}

header .menu span {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #5fa92e;
  width: 40px;
  height: 3px;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

header .menu span.line-t.show {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .menu span.line-m {
  top: 30px;
}

header .menu span.line-m.show {
  opacity: 0;
}

header .menu span.line-b {
  top: 40px;
}

header .menu span.line-b.show {
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .menu p {
  color: #fff;
  padding: 35px 0 0;
  font-size: 10px;
  text-align: center;
}

header nav {
  position: fixed;
  top: 55px;
  left: auto;
  right: -265px;
  bottom: 0;
  z-index: 51;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: .5s;
  transition: .5s;
}

header nav.open {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.53);
}

header nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  width: 265px;
}

header nav ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 265px;
  margin: 0 0 0 auto;
  padding: 0 29px;
}

header nav ul.grand {
  padding-top: 30px;
}

header nav ul.grand li {
  border-bottom: 1px solid #e1e1e1;
}

header nav ul.grand li:last-child {
  border-bottom: none;
}

header nav ul.grand li a {
  display: block;
  padding: 15px 4px;
  font-size: 18px;
  font-weight: 500;
}

header nav ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 29px;
}

header nav ul.sns li {
  width: 50px;
}

header nav ul.sns li a {
  display: block;
}

header nav ul.sns li a img {
  width: 100%;
}

/* footer
==================================*/
footer {
  position: relative;
  background: #393939;
  margin: 40px 0 0;
}

footer * {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

footer .footer_inner {
  padding: 43px 15px 20px;
}

footer .left_box p {
  margin: 0 0 20px;
}

footer .left_box ul li:first-child {
  margin: 0 0 8px;
}

footer .left_box ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .right_box {
  margin: 40px 0 0;
}

footer .right_box small {
  font-size: 12px;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  -webkit-transition: .3s;
  transition: .3s;
}

#pageTop.menu_open {
  z-index: 888;
}

#pageTop.active {
  opacity: 1;
}

#pageTop a {
  display: block;
  background: #393939;
  width: 45px;
  height: 45px;
}

#pageTop a img {
  display: block;
  margin: 0 auto;
  padding: 16px 0;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-load,
.c-anim-load02,
.c-anim-up,
.c-anim-up01,
.c-anim-up02,
.c-anim-up03 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main img {
  width: 100%;
}

#Top main .c-content {
  position: relative;
  padding: 0 12px;
}

#Top main .c-content .inner h2 {
  text-align: center;
}

#Top main .c-content .inner h2 .jp {
  display: block;
  font-size: 26px;
  font-weight: 500;
  padding: 0 0 12px;
  letter-spacing: 0.1em;
}

#Top main .c-content .inner h2 .en {
  font-family: "Halant";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
}

#Top main .c-content .inner .sp_txt-center {
  text-align: center;
}

#Top main .c-content .inner .f-light {
  font-weight: 300;
}

#Top main #anchor01,
#Top main #anchor02,
#Top main #anchor03,
#Top main #anchor04,
#Top main #anchor05 {
  position: absolute;
  top: -55px;
}

#Top main #heroArea {
  margin: 0 0 40px;
}

#Top main #Message {
  margin: 0 0 44px;
}

#Top main #Message::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: -150px;
  background: #f3f3f3;
  width: 86vw;
  height: 229px;
}

#Top main #Message * {
  color: #fff;
}

#Top main #Message .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../sp/images/message_bg.jpg) no-repeat center/cover;
  min-height: 612px;
  padding: 50px 20px;
}

#Top main #Message .inner p {
  padding: 22px 0 0;
}

#Top main #Profile .inner {
  padding: 205px 0 20px;
}

#Top main #Profile .inner .photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 270px;
}

#Top main #Profile .inner .name {
  position: relative;
  z-index: 3;
  background: #5fa92e;
  width: 253px;
  padding: 63px 23px 25px;
}

#Top main #Profile .inner .name h2 {
  text-align: left;
}

#Top main #Profile .inner .name h2 span {
  color: #fff;
}

#Top main #Profile .inner h3 {
  font-size: 15px;
  font-weight: 500;
}

#Top main #Profile .inner dl dt, #Top main #Profile .inner dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}

#Top main #Profile .inner dl dt {
  padding: 8px 4px 0;
}

#Top main #Profile .inner dl dd {
  padding: 0 4px 8px;
  border-bottom: 1px solid #ddd;
}

#Top main #Profile .inner .history_box {
  position: relative;
  padding: 12px 0 18px;
}

#Top main #Profile .inner .history_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -12px;
  right: -12px;
  background: #5fa92e;
  height: 2px;
}

#Top main #Profile .inner .history_box dl dd:last-child {
  border-bottom: none;
}

#Top main #Profile .inner .like_box {
  padding: 32px 0 25px;
}

#Top main #Profile .inner .like_box h3 {
  margin: 0 0 12px;
}

#Top main #Profile .inner .like_box dl dt:first-child,
#Top main #Profile .inner .like_box dl dd:first-of-type {
  border-top: 1px solid #ddd;
}

#Top main #Profile .inner .like_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Top main #Profile .inner .like_box dl dt, #Top main #Profile .inner .like_box dl dd {
  padding: 8px 4px;
}

#Top main #Profile .inner .like_box dl dt {
  width: 32%;
  border-bottom: 1px solid #ddd;
}

#Top main #Profile .inner .like_box dl dd {
  width: 68%;
}

#Top main #Profile .inner .other_box {
  padding: 0;
}

#Top main #Profile .inner .other_box h3 {
  margin: 0 0 13px;
}

#Top main #Profile .inner .other_box ul {
  margin: 0 0 25px;
}

#Top main #Profile .inner .other_box ul li {
  position: relative;
  margin: 0 0 3px;
  padding: 0 0 0 30px;
  font-size: 15px;
  line-height: 1.8;
}

#Top main #Profile .inner .other_box ul li::before {
  position: absolute;
  left: 8px;
  top: 0;
  content: "●";
  color: #5fa92e;
}

#Top main #Profile .inner .other_box ul li dl dt {
  padding: 0;
}

#Top main #Profile .inner .other_box ul li dl dd {
  padding: 0 0 6px;
  border-bottom: none;
}

#Top main #Policies {
  background: #f3f3f3;
  padding: 40px 12px 32px;
}

#Top main #Policies .inner ul {
  margin: 22px 0 8px;
}

#Top main #Policies .inner ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5fa92e;
  margin: 0 0 18px;
  padding: 30px 0px 35px;
  text-align: center;
}

#Top main #Policies .inner ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #fff;
}

#Top main #Policies .inner ul li p {
  color: #fff;
}

#Top main #Policies .inner ul li p.num {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  font-family: "Halant";
  font-weight: 400;
  font-size: 25px;
}

#Top main #Policies .inner ul li p.num::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  background: #fff;
  width: 1px;
  height: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#Top main #Policies .inner ul li p.text {
  font-size: 19px;
  line-height: 1.66;
}

#Top main #Policies .inner .goals {
  background: #fff;
  padding: 23px 10px 18px;
}

#Top main #News .inner {
  padding: 60px 0 30px;
}

#Top main #News .inner h2 {
  margin: 0 0 20px;
}

#Top main #News .inner p {
  text-align: center;
  line-height: 2.18;
}

#Top main #News .inner ul {
  margin: 28px 0 0;
}

#Top main #News .inner ul li {
  -webkit-transition: .3s;
  transition: .3s;
}

#Top main #News .inner ul li.fb {
  margin: 0 0 27px;
}

#Top main #News .inner ul li.yt {
  position: relative;
}

#Top main #News .inner ul li.yt::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  background: url(../images/news_banner02-p.jpg.png) no-repeat center bottom/contain;
  width: 98px;
  height: 130px;
}

#Top main #Contact .inner {
  padding: 0 0 20px;
  border: 1px solid #ddd;
}

#Top main #Contact .inner h2 {
  padding: 16px 0 26px;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  line-height: 1.3;
}

#Top main #Contact .inner h2 span {
  display: inline-block;
  padding: 0 0 9px;
  font-size: 16px;
}

#Top main #Contact .inner > p {
  padding: 38px 0 19px;
  font-weight: 500;
}

#Top main #Contact .inner > a {
  display: block;
  text-align: center;
}

#Top main #Contact .inner > a img.icon {
  width: 20px;
}

#Top main #Contact .inner > a img.num {
  display: inline-block;
  width: 280px;
  margin: 0 0 0 8px;
}

#Top main #Contact .inner .wrap {
  margin: 35px 0 0;
}

#Top main #Contact .inner .wrap .btns {
  margin: 0 0 20px;
}

#Top main #Contact .inner .wrap .btns p {
  padding: 0 0 8px;
  font-weight: 500;
}

#Top main #Contact .inner .wrap .btns a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #fff;
  background: #0091dc;
  max-width: 320px;
  margin: 0 auto;
  padding: 21px 12px 21px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

#Top main #Contact .inner .wrap .btns a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#Top main #Contact .inner .wrap .btns a.mail {
  margin-bottom: 20px;
}

#Top main #Contact .inner .wrap .btns a.mail:hover {
  background: #41b3ee;
}

#Top main #Contact .inner .wrap .btns a.mail img {
  display: inline-block;
  margin: 0 15px 0 0;
  width: 28px;
}

#Top main #Contact .inner .wrap .btns a.line {
  background: #00b900;
}

#Top main #Contact .inner .wrap .btns a.line:hover {
  background: #47cf47;
}

#Top main #Contact .inner .wrap .btns a.line img {
  display: inline-block;
  margin: 0 15px 0 0;
  width: 27px;
  vertical-align: text-bottom;
}

#Top main #Contact .inner .wrap .support {
  padding: 0 15px;
}

#Top main #Contact .inner .wrap .support p {
  padding: 0 0 12px;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

#Top main #Contact .inner .wrap .support ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 16px 0 0;
}

#Top main #Contact .inner .wrap .support ul li {
  font-size: 15px;
  line-height: 2;
}

#Top main #Contact .inner .wrap .support ul li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

#Top main #Contact .inner .wrap .support ul li:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

#Top main #Contact .inner .wrap .support ul li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / 4 / 2;
}

#Top main #Contact .inner .wrap .support ul li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

#Top main #Contact .inner .wrap .support ul li:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 4 / 3;
}
