@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.8;
}

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

.sp {
  display: none !important;
}

a {
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:visited {
  color: #2f2f2f;
}

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

a:active {
  color: #2f2f2f;
}

a.tel {
  pointer-events: none;
  cursor: default;
}

/* main
==================================*/
main {
  display: block;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 94px;
  padding: 35px 35px 0 40px;
  -webkit-transition: .3s;
  transition: .3s;
}

header.active {
  height: 84px;
}

@media (max-width: 1200px) {
  header {
    height: 84px;
    padding: 28px 15px 0;
  }
}

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

@media (max-width: 1200px) {
  header .header_inner .logo {
    width: 180px;
  }
  header .header_inner .logo img {
    width: 100%;
  }
}

header .header_inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header_inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header_inner nav ul li a {
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  header .header_inner nav ul li a {
    font-size: 13px;
  }
}

header .header_inner nav ul li a:hover {
  color: #5fa92e;
}

header .header_inner nav ul.grand li {
  margin: 0 0 0 29px;
}

@media (max-width: 1200px) {
  header .header_inner nav ul.grand li {
    margin-left: 10px;
  }
}

header .header_inner nav ul.sns {
  margin: 0 0 0 15px;
}

@media (max-width: 1200px) {
  header .header_inner nav ul.sns {
    margin-left: 3px;
  }
}

header .header_inner nav ul.sns li {
  margin: 0 0 0 15px;
}

@media (max-width: 1200px) {
  header .header_inner nav ul.sns li {
    margin-left: 10px;
  }
}

header .header_inner nav ul.sns li a:hover {
  opacity: .6;
}

/* footer
==================================*/
footer {
  background: #393939;
  margin: 140px 0 0;
  padding: 34px 7.14% 45px;
}

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

footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}

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

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

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

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

#pageTop.active {
  opacity: 1;
}

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

#pageTop a img {
  display: block;
  margin: 0 auto;
  padding: 23px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#pageTop a:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* 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 {
  max-width: 100%;
}

#Top main .c-content {
  position: relative;
  padding: 0 7.14%;
}

#Top main .c-content .inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

#Top main .c-content .inner h2 .jp {
  display: block;
  font-size: 36px;
  font-weight: 500;
  padding: 0 0 18px;
}

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

#Top main .c-content .inner .pc_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 {
  position: absolute;
  top: -80px;
}

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

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

#Top main #Message::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -264px;
  background: #f3f3f3;
  width: 78vw;
  max-width: 1092px;
  height: 522px;
}

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

#Top main #Message .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/message_bg.jpg) no-repeat center/cover;
  min-height: 757px;
  padding: 155px 30px 0;
}

#Top main #Message .inner p {
  padding: 35px 0 0;
  line-height: 2.5;
}

#Top main #Profile {
  z-index: 5;
}

#Top main #Profile .inner .photo {
  position: relative;
  z-index: 2;
  float: right;
  width: 46%;
  max-width: 545px;
  margin: 0 0 0 30px;
}

@media (max-width: 800px) {
  #Top main #Profile .inner .photo {
    width: 40%;
  }
}

#Top main #Profile .inner .name {
  background: #5fa92e;
  width: 290px;
  padding: 136px 35px 40px;
}

#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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 40px;
}

#Top main #Profile .inner dl dt {
  width: 30%;
  font-size: 15px;
  line-height: 2.3;
}

#Top main #Profile .inner dl dd {
  width: 70%;
  font-size: 15px;
  line-height: 2.3;
}

#Top main #Profile .inner .history_box {
  padding: 30px 0 33px;
  border-bottom: 2px solid #5fa92e;
}

#Top main #Profile .inner .history_box dl dt {
  width: 155px;
}

#Top main #Profile .inner .history_box dl dd {
  width: calc(100% - 155px);
}

#Top main #Profile .inner .like_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 52%;
  width: 624px;
  padding: 50px 0;
}

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

#Top main #Profile .inner .like_box dl dt {
  width: 118px;
}

#Top main #Profile .inner .like_box dl dd {
  width: calc(100% - 118px);
}

#Top main #Profile .inner .other_box {
  float: left;
  width: 576px;
  padding: 50px 0 95px;
}

#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 {
  margin-left: 0;
}

#Top main #Profile .inner .other_box ul li dl dt {
  width: 134px;
  line-height: 1.8;
}

#Top main #Profile .inner .other_box ul li dl dd {
  width: calc(100% - 134px);
  line-height: 1.8;
}

#Top main #Policies {
  clear: both;
  background: #f3f3f3;
  padding: 85px 0;
}

#Top main #Policies::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -261px;
  left: 0;
  background: #f3f3f3;
  width: 47.7vw;
  max-width: 668px;
  height: 261px;
}

#Top main #Policies .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 55px 0 48px;
}

#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;
  width: 282px;
  height: 265px;
  margin: 0 12px 12px 0;
  text-align: center;
}

#Top main #Policies .inner ul li:last-child {
  margin-right: 0;
}

#Top main #Policies .inner ul li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  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 15px;
  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: 21px;
  line-height: 1.66;
}

#Top main #Policies .inner .goals {
  background: #fff;
  padding: 80px 30px 65px;
}

#Top main #Policies .inner .goals img {
  display: block;
  width: 100%;
  max-width: 953px;
  margin: 0 auto;
}

#Top main #News .inner {
  padding: 120px 0 87px;
}

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

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

#Top main #News .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 0 0;
}

#Top main #News .inner ul li {
  width: calc((100% - 30px) / 2);
  height: 210px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1418px) {
  #Top main #News .inner ul li {
    height: 14.81vw;
  }
}

#Top main #News .inner ul li.fb {
  background: #1e62be;
  margin: 0 30px 0 0;
}

#Top main #News .inner ul li.fb:hover {
  background: #367edf;
}

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

#Top main #News .inner ul li.yt:hover {
  background: #0d57a3;
}

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

@media (max-width: 1418px) {
  #Top main #News .inner ul li.yt::after {
    width: 30%;
  }
}

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

#Top main #Contact .inner h2 {
  padding: 35px 0 30px;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}

#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;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

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

#Top main #Contact .inner .wrap {
  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: 50px 0 0;
}

@media (max-width: 800px) {
  #Top main #Contact .inner .wrap {
    display: block;
  }
}

#Top main #Contact .inner .wrap .btns {
  width: 32%;
  max-width: 362px;
  margin: 0 64px 0 0;
}

@media (max-width: 800px) {
  #Top main #Contact .inner .wrap .btns {
    width: 82%;
    max-width: none;
    margin: 0 auto;
  }
}

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

#Top main #Contact .inner .wrap .btns a {
  position: relative;
  display: block;
  color: #fff;
  background: #0091dc;
  padding: 22px 12px 22px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

#Top main #Contact .inner .wrap .btns a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  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: 0 0 23px;
}

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

#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 {
  vertical-align: text-bottom;
}

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

#Top main #Contact .inner .wrap .support {
  width: 44%;
}

@media (max-width: 800px) {
  #Top main #Contact .inner .wrap .support {
    width: 82%;
    max-width: none;
    margin: 30px auto 0;
  }
}

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

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

#Top main #Contact .inner .wrap .support ul li {
  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: 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(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

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