@charset "UTF-8";
/*font*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
  box-sizing: border-box; }

*,
::before,
::after {
  box-sizing: inherit; }

body {
  background: transparent;
  color: #333;
  line-height: 1;
  -webkit-text-size-adjust: 100%; }
  html[lang="ja"] body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif; }

/* main elements group */
audio,
canvas,
progress,
video {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

/* a */
/**************************** setting end */
.top_mv_all {
  width: 100%;
  height: 100vh;
  position: relative; }

.slick-slider {
  height: 100% !important; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100% !important; }

.top_mv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh; }
  .top_mv.pho001 {
    background-image: url(/image/top_mv004.jpg); }
  .top_mv.pho002 {
    background-image: url(/image/top_mv002.jpg); }
  .top_mv.pho003 {
    background-image: url(/image/top_mv003.jpg); }

.top_mv_area {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
  height: 100%; }
  .top_mv_area .top_mv_box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%; }
    .top_mv_area .top_mv_box.ri_gh {
      -webkit-justify-content: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .top_mv_area .top_mv_box .top_mv_con {
      background: rgba(73, 208, 197, 0.8);
      padding: 60px;
      border-radius: 10px; }
      .top_mv_area .top_mv_box .top_mv_con .top_mv_con_in {
        text-align: center;
        margin-bottom: 30px; }
        .top_mv_area .top_mv_box .top_mv_con .top_mv_con_in .top_mv_main {
          font-size: 2.125rem;
          font-weight: bold;
          color: #fff;
          margin-bottom: 30px;
          padding-bottom: 20px;
          position: relative; }
          .top_mv_area .top_mv_box .top_mv_con .top_mv_con_in .top_mv_main::before {
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -25px;
            content: "";
            width: 50px;
            height: 2px;
            background: #fff; }
        .top_mv_area .top_mv_box .top_mv_con .top_mv_con_in .top_mv_sub {
          font-size: 0.875rem;
          font-weight: bold;
          color: #fff; }
      .top_mv_area .top_mv_box .top_mv_con .top_mv_link {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        .top_mv_area .top_mv_box .top_mv_con .top_mv_link a {
          display: block;
          font-size: 0.875rem;
          font-weight: bold;
          background: #fff;
          padding: 15px 15px 15px 0;
          line-height: 1;
          border-radius: 100px;
          position: relative;
          box-shadow: 6px 6px #42bcb2;
          -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .top_mv_area .top_mv_box .top_mv_con .top_mv_link a::before {
            position: absolute;
            content: "";
            top: 50%;
            right: 25px;
            width: 10px;
            height: 10px;
            margin-top: -5px;
            border-top: 3px solid #49d0c5;
            border-right: 3px solid #49d0c5;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
          .top_mv_area .top_mv_box .top_mv_con .top_mv_link a:hover {
            color: #49d0c5;
            background: #ffe66f; }
          .top_mv_area .top_mv_box .top_mv_con .top_mv_link a:hover::before {
            right: 30px; }

.top_under_abso {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%; }
  .top_under_abso .top_under_all {
    max-width: 950px;
    width: 100%;
    margin: 0 auto; }
    .top_under_abso .top_under_all .top_under_area {
      background: rgba(73, 208, 197, 0.7);
      border-radius: 10px 10px 0 0;
      width: 100%; }

.top_under_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 60px; }
  .top_under_list li {
    width: 32%;
    margin-right: 2%; }
    .top_under_list li:last-child {
      margin-right: 0; }
    .top_under_list li a {
      display: -webkit-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px 15px 10px 0;
      background: #fff;
      border-radius: 100px;
      line-height: 1;
      text-align: center;
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .top_under_list li a::before {
        position: absolute;
        content: "";
        top: 50%;
        right: 25px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        border-top: 3px solid #49d0c5;
        border-right: 3px solid #49d0c5;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .top_under_list li a .prev_icon img {
        max-width: 90%; }
      .top_under_list li a .trea_icon img {
        max-width: 90%; }
      .top_under_list li a .cosm_icon img {
        max-width: 90%; }
      .top_under_list li a .top_icon_txt {
        font-size: 0.9375rem;
        font-weight: bold;
        margin-left: 10px; }
      .top_under_list li a:hover {
        color: #49d0c5;
        background: #ffe66f; }
      .top_under_list li a:hover::before {
        right: 30px; }

.article_001 {
  /*上から下へ*/
  padding: 60px 0;
  background: -webkit-linear-gradient(top, #49d0c5 40%, #49d0c5 100px, #fff 100px, #fff 60%);
  background: linear-gradient(180deg, #49d0c5 40%, #49d0c5 100px, #fff 100px, #fff 60%); }

.article_002 {
  /*上から下へ*/
  background: -webkit-linear-gradient(280deg, #fff 50%, #fff 100px, #daf8f6 100px, #daf8f6 50%);
  background: linear-gradient(170deg, #fff 50%, #fff 100px, #daf8f6 100px, #daf8f6 50%);
  padding: 0 0 60px; }

.article_003 {
  /*上から下へ*/
  background: -webkit-linear-gradient(100deg, #fff 50%, #fff 100px, #daf8f6 100px, #daf8f6 50%);
  background: linear-gradient(-10deg, #fff 50%, #fff 100px, #daf8f6 100px, #daf8f6 50%);
  padding: 0 0 60px; }

.article_004 {
  border-top: 1px solid #ddd;
  padding: 60px 0; }

.article_005 {
  border-top: 1px solid #ddd;
  padding: 60px 0; }

/************************/
.top_txt_area {
  text-align: center;
  margin-bottom: 45px; }
  .top_txt_area .top_txt_ja {
    color: #fff;
    font-size: 2.125rem;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px; }
    .top_txt_area .top_txt_ja.b_c {
      color: #333; }
    .top_txt_area .top_txt_ja::before {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -25px;
      content: "";
      width: 50px;
      height: 2px;
      background: #fff; }
    .top_txt_area .top_txt_ja.b_c::before {
      background: #ddd; }
  .top_txt_area .top_txt_en {
    color: #fff;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: .1em; }
    .top_txt_area .top_txt_en.s_c {
      color: #49d0c5; }

.top_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .top_list li {
    width: 32%;
    margin-right: 4%; }
    .top_list li:last-child {
      margin-right: 0; }
    .top_list li a {
      display: block;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgba(221, 221, 221, 0.8);
      -webkit-transition: 0.8s ease-in-out;
      transition: 0.8s ease-in-out;
      background: #fff; }
      .top_list li a:hover {
        background: #daf8f6; }
        .top_list li a:hover .reason_img img {
          -webkit-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
        .top_list li a:hover .top_link::before {
          right: -5px; }

.top_figure .reason_img {
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  display: block; }
  .top_figure .reason_img img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out; }

.top_figure .top_figca {
  font-size: 1.25rem;
  font-weight: bold;
  border-left: 16px solid #49d0c5;
  padding-left: 20px;
  margin-bottom: 30px; }

.top_figure .top_link {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  color: #49d0c5;
  position: relative;
  line-height: 1;
  padding-right: 15px;
  margin-right: 30px;
  margin-bottom: 30px; }
  .top_figure .top_link::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #49d0c5;
    border-right: 2px solid #49d0c5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

/***************************/
.orig_area {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .orig_area.reverse {
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .orig_area .orig_box_l {
    width: 55%;
    margin-right: 5%; }
    .orig_area .orig_box_l.reverse {
      width: 55%;
      margin-right: 0;
      margin-left: 5%; }
    .orig_area .orig_box_l .orig_img {
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgba(221, 221, 221, 0.8); }
      .orig_area .orig_box_l .orig_img img {
        max-width: 100%; }
  .orig_area .orig_box_r {
    width: 40%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    .orig_area .orig_box_r .orig_con .orig_main {
      color: #49d0c5;
      letter-spacing: .1em;
      font-family: "Poppins", sans-serif;
      font-size: 2.75rem;
      margin-bottom: 15px;
      line-height: 1.2;
      word-wrap: break-word;
      overflow-wrap: break-word; }
    .orig_area .orig_box_r .orig_con .orig_sub {
      font-size: 1.375rem;
      font-weight: bold;
      margin-bottom: 30px;
      line-height: 1.4; }
    .orig_area .orig_box_r .orig_con .orig_txt {
      font-size: 0.9375rem;
      line-height: 2;
      margin-bottom: 40px; }

.orig_link {
  max-width: 250px;
  width: 100%; }
  .orig_link.cen_ter {
    margin: 0 auto;
    padding-top: 40px; }
  .orig_link a {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border-radius: 100px;
    padding: 10px 15px 10px 0;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .orig_link a.reverse {
      background: #49d0c5;
      color: #fff; }
    .orig_link a::before {
      position: absolute;
      content: "";
      top: 50%;
      right: 20px;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      border-top: 3px solid #49d0c5;
      border-right: 3px solid #49d0c5;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .orig_link a.reverse::before {
      border-top: 3px solid #fff;
      border-right: 3px solid #fff; }
    .orig_link a .orig_img img {
      max-width: 100%; }
    .orig_link a .orig_link_txt {
      font-size: 0.9375rem;
      line-height: 1;
      font-weight: bold;
      margin-left: 10px; }
    .orig_link a:hover {
      color: #49d0c5;
      background: #ffe66f; }
    .orig_link a:hover::before {
      right: 25px; }
    .orig_link a.reverse:hover::before {
      border-top: 3px solid #49d0c5;
      border-right: 3px solid #49d0c5; }

/**************************************/
.top_news_list li a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative; }
  .top_news_list li a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 3px solid #49d0c5;
    border-right: 3px solid #49d0c5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .top_news_list li a time {
    font-size: 1.25rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.1em;
    margin-right: 20px; }
  .top_news_list li a .top_news_tit {
    font-size: 1rem; }
  .top_news_list li a:hover {
    background: #daf8f6; }
  .top_news_list li a:hover::before {
    right: 30px; }
  @media all and (-ms-high-contrast: none){
  body{
    font-family: Verdana, Meiryo, sans-serif; } }
  @media screen and (max-width: 1000px){
  .top_mv.pho001{
    background-image: url(/image/top_mv004_sp.jpg?250723); }
  .top_mv.pho002{
    background-image: url(/image/top_mv002_sp.jpg); }
  .top_mv.pho003{
    background-image: url(/image/top_mv003_sp.jpg); }
  .top_mv_area .top_mv_box.ri_gh{
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 130px; }
  .top_mv_area .top_mv_box .top_mv_con .top_mv_con_in .top_mv_main{
    font-size: 1.25rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.4; }
  .top_mv_area .top_mv_box .top_mv_con .top_mv_con_in .top_mv_sub{
    font-size: 0.8125rem; }
  .top_mv_area .top_mv_box .top_mv_con .top_mv_con_in{
    margin-bottom: 10px; }
  .top_mv_area .top_mv_box .top_mv_con .top_mv_link a::before{
    width: 8px;
    height: 8px;
    margin-top: -4px;
    right: 20px;
    border-top: 2px solid #49d0c5;
    border-right: 2px solid #49d0c5; }
  .top_mv_area .top_mv_box .top_mv_con .top_mv_link a{
    font-size: 0.8125rem;
    padding: 10px 10px 10px 0;
    box-shadow: 3px 3px #42bcb2; }
  .top_mv_area .top_mv_box .top_mv_con .top_mv_link{
    max-width: 150px; }
  .top_mv_area .top_mv_box .top_mv_con{
    padding: 10px;
    width: 100%; }
  .top_mv_area .top_mv_box{
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 130px; }
  .top_under_abso .top_under_all{
    max-width: 100%;
    width: 100%; }
  .top_under_list li a::before{
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #49d0c5;
    border-right: 2px solid #49d0c5; }
  .top_under_list li a .prev_icon img{
    max-width: 80%; }
  .top_under_list li a .trea_icon img{
    max-width: 80%; }
  .top_under_list li a .cosm_icon img{
    max-width: 80%; }
  .top_under_list li a .top_icon_txt{
    font-size: 0.875rem;
    margin-left: 5px; }
  .top_under_list li a{
    padding: 7px 15px 7px 0; }
  .top_under_list li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px; }
  .top_under_list li:nth-child(2n){
    margin-right: 0; }
  .top_under_list li:last-child{
    margin-bottom: 0; }
  .top_under_list{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px; }
  .article_001{
    padding: 0;
    background: none; }
  .article_002{
    padding: 0 0 30px; }
  .article_003{
    padding: 0 0 30px; }
  .article_004{
    padding: 30px 0; }
  .top_txt_area{
    padding: 30px 0;
    /*background: #49d0c5;*/ }
  .top_txt_area .top_txt_ja{
    font-size: 1.625rem;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 7px;
    line-height: 1.4; }
  .top_txt_area .top_txt_en{
    font-size: 0.9375rem; }
  .top_txt_area{
    margin-bottom: 20px; }
  .top_list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .top_list li:nth-child(2n){
    margin-right: 0; }
  .top_list{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin: 0 3vw;
	padding-bottom: 20px; }
  .top_figure .reason_img{
    margin-bottom: 10px; }
  .top_figure .top_figca{
    font-size: 0.9375rem;
    border-left: 8px solid #49d0c5;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.4; }
  .top_figure .top_link::before{
    width: 6px;
    height: 6px;
    margin-top: -3px; }
  .top_figure .top_link{
    font-size: 0.8125rem;
    padding-right: 10px;
    margin-right: 20px;
    margin-bottom: 20px; }
  .orig_area.reverse{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .orig_area .orig_box_l.reverse{
    width: 100%;
    margin-left: 0; }
  .orig_area .orig_box_l .orig_img{
    margin-bottom: 10px; }
  .orig_area .orig_box_l{
    width: 100%;
    margin-right: 0; }
  .orig_area .orig_box_r .orig_con .orig_main{
    font-size: 2.125rem;
    margin-bottom: 10px; }
  .orig_area .orig_box_r .orig_con .orig_sub{
    font-size: 1.0625rem;
    margin-bottom: 15px; }
  .orig_area .orig_box_r .orig_con .orig_txt{
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 20px; }
  .orig_area .orig_box_r{
    width: 100%; }
  .orig_area{
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .orig_link.cen_ter{
    padding-top: 20px; }
  .orig_link a::before{
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #49d0c5;
    border-right: 2px solid #49d0c5; }
  .orig_link a.reverse::before{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }
  .orig_link a .orig_link_txt{
    font-size: 0.875rem;
    margin-left: 7px; }
  .orig_link a{
    padding: 7px 15px 7px 0; }
  .orig_link{
    max-width: 200px; }
  .top_news_list li a::before{
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #49d0c5;
    border-right: 2px solid #49d0c5; }
  .top_news_list li a time{
    font-size: 1.125rem;
    margin-right: 15px; }
  .top_news_list li a .top_news_tit{
    font-size: 0.9375rem;
    margin-right: 30px; }
  .top_news_list li a{
    padding: 10px; } }