@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
Theme Name: mie-lp
Description: オリジナルテンプレート
Author: Curecode
Version: 1.01
*/
/* この下に通常のcssを書いていく */
/*セクションのマージン*/
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho";
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: none;
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

input[type=text]:focus {
  outline: 0;
}

p {
  line-height: 1.8em;
}

h1 {
  color: #FF377D;
  margin-bottom: 50px;
}

h1 span.japanese_ttl {
  font-size: 42px;
}

h1 span.english_ttl {
  font-size: 21px;
  width: 100%;
  display: inline-block;
}

h2 {
  color: #ff377d;
}

ul {
  padding: 0px 0px 0px 20px;
}

.detail_link {
  /*background-image: url(images/arrow_link.svg);*/
  background-repeat: no-repeat;
  width: 190px;
  display: inline-block;
  text-align: center;
  height: 100px;
  background-position: top 0px right 20px;
  padding-top: 30px;
  color: #333;
  transition: 0.2s;
}

.detail_link:hover {
  text-decoration: none;
  color: #333;
  background-position: top 0px right 0px;
  color: #ff6e00;
}

table {
  border: 1px solid #ff377d;
  margin-bottom: 30px;
}

table tr {
  border: 1px solid #ff377d;
}

table th,
table td {
  border: 1px solid #ff377d;
  padding: 10px;
}

table th {
  background: #ff377d;
  border: 1px solid #fff;
  color: #fff;
}

/********************
ヘッダー
********************/
/*ナビゲーション*/
.nav_area {
  background: none;
}

.navbar-light .navbar-nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  padding-right: 2px;
  padding-left: 2px;
}

.navbar {
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding-top: 12px;
  }
}
@media (min-width: 768px) {
  .nav_area {
    display: inline-block;
    float: right;
    background: url(images/nav-bg.svg) no-repeat;
    background-size: 1200px;
    background-position: top -20px left 0px;
    height: 150px;
    padding-left: 20px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .nav_area {
    background-size: 1200px;
    width: auto;
  }
}
.navbar .nav-item a.nav-link {
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  color: #333;
  padding: 2px;
}

@media (min-width: 768px) {
  .navbar .nav-item a.nav-link {
    border-right: 1px solid #FF377D;
    font-size: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
    color: #333;
    padding: 0px 5px;
    display: inline-block;
  }
  .navbar .nav-item:last-child a {
    border-right: 0px solid #FF377D;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .navbar .nav-item a.nav-link {
    font-size: 12px;
    color: #333;
    padding: 0px 10px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-item a.nav-link {
    font-size: 16px;
    margin-top: 2px;
    color: #333;
    padding: 0px 10px;
  }
}
.nav-item a {
  border-right: 0px solid #FF377D;
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .nav-item a {
    border-right: 1px solid #FF377D;
    text-align: center;
    margin-top: 10px;
  }
}
.nav-item a span {
  color: #FF377D;
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .navbar-toggler {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    color: #333;
  }
  .navbar-toggler {
    z-index: 1;
  }
  .navbar-nav {
    margin-top: 20px;
  }
  .navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    display: inline-block;
    color: #fff;
    height: 1000px;
  }
  .dropdown-menu {
    display: inline-block;
    width: 100%;
  }
  .nav-item {
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    transition: 0.2s;
  }
  .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #333;
    transition: 0.2s;
    opacity: 0.8;
  }
  .dropdown-menu {
    background: none;
    border: none;
  }
  .dropdown-item {
    color: #fff;
  }
  .dropdown-item:hover {
    background: none;
    color: #fff;
  }
  .nav-sp {
    display: block;
  }
  .nav-sp a {
    transition: 0.2s;
  }
  .nav-sp a:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}

@media (max-width: 768px) {
  .navbar .nav-item a.nav-link span {
    font-size: 12px;;
  }
}

.navbar .nav-item a.nav-link.research_nav_btn {
  background: linear-gradient(-25deg, #FF377D, #FFD448);
  border-radius: 5px;
  margin-left:10px;
  margin-right:10px;
  color: #fff;
  padding-top:5px;
  padding-bottom:5px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.2s;
}

.navbar .nav-item a.nav-link.research_nav_btn:hover {
  background: linear-gradient(0deg, #FF377D, #FFD448);
  border-radius: 5px;
  margin-left:10px;
  margin-right:10px;
  color: #fff;
  padding-top:5px;
  padding-bottom:5px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.2s;
}

.navbar .nav-item a.nav-link.research_nav_btn span {
  color: #fff;
  font-weight: normal;
  margin-top:-2px;
}

@media (max-width: 1200px) {
  .navbar .nav-item a.nav-link.research_nav_btn {
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
  }
  .navbar .nav-item a.nav-link.research_nav_btn:hover {
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
  }

}


@media (max-width: 768px) {
  .navbar .nav-item a.nav-link.research_nav_btn {
    font-size: 18px;
    padding: 2px 10px;
    display: block;
    margin:0 auto;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;;
  }

  .navbar .nav-item a.nav-link.research_nav_btn:hover {
    font-size: 18px;
    padding: 2px 10px;
    display: block;
    margin:0 auto;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;;
  }

}

/*******************
ファーストビュー
********************/
.header_area {
  background: url(images/main-visual-bottom-bg.svg) no-repeat, url(images/main-visual-bg.jpg);
  background-position: bottom -1px right 0px, bottom;
  padding-top: 100px;
  padding-bottom: 200px;
  background-size: 100%, cover;
}

@media (min-width: 768px) {
  .header_area {
    background: url(images/main-visual-bottom-bg.svg) no-repeat, url(images/main-visual-bg.jpg);
    background-position: bottom -1px right 0px, bottom;
    padding-top: 180px;
    padding-bottom: 23vw;
    background-size: 100%, cover;
  }
}
/********************
ごあいさつ　Greeting
********************/
.greeting_area {
  padding: 60px 0px;
  padding-top: 0px;
  margin-top: 0px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

.greeting_area h1 {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .greeting_area h1 {
    margin-top: -30px;
  }
}
.greeting_face {
  text-align: left;
}

.greeting_face_img {
  margin-top: -80px;
  width: 150px;
  border-radius: 1000px;
}

@media (min-width: 768px) {
  .greeting_face {
    text-align: right;
  }
  .greeting_face_img {
    margin-top: -150px;
    width: 300px;
    display: inline-block;
  }
}
.greeting_face_name {
  padding-left: 55px;
  display: none;
}

.greeting_face_name span {
  font-size: 21px;
}

.sp_none span {
  font-size: 21px;
}

@media (min-width: 768px) {
  .greeting_face_name {
    padding-left: 25px;
    display: block;
  }
  .sp_none {
    display: none;
  }
}
@media (min-width: 992px) {
  .greeting_face_name {
    padding-left: 55px;
  }
}
@media (min-width: 1200px) {
  .greeting_face_name {
    padding-left: 120px;
  }
}
/*******************
新着情報
********************/
.top_news_area {
  padding: 60px 0px;
  border-top: 0px solid #FF377D;
}

.top_news_area h1 {
  color: #13a70e;
  text-align: center;
}

.top_news_area .news_border li {
  list-style: none;
}

.news_border {
  padding: 0px;
}

.top_news_area .news_border {
  display: block;
}

.top_news_area .news_border {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}

.top_news_area .news_border div.news_list_ttl {
  padding: 0px 0px;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
  margin: 0px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 25px;
  display: block;
  position: relative;
  transition: 0.2s;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.top_news_area .news_border div.news_list_ttl .ttl_link {
  color: #333;
  display: inline-block;
  margin-top: 8px;
}
.top_news_area .news_border div.news_list_ttl .ttl_link:hover {
  opacity: 0.6;
}
.top_news_area .news_border div.news_list_ttl .category a {
  border: 1px solid #13a70e;
  color: #fff;
  padding: 1px 10px 2px 10px;
  display: inline-block;
  color: #13a70e;
  transition: 0.2s;
}
.top_news_area .news_border div.news_list_ttl .category a:hover {
  background: #13a70e;
  color: #fff;
  opacity: 1;
}

.top_news_area .news_border div.news_list_ttl:hover {
  opacity: 0.9;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
}

.news_list_ttl {
  margin-bottom: 0px;
}

.top_news_area .news_txt {
  color: #fff;
}

/*******************
研究概要　Research subject
********************/
.research-subject_area {
  padding: 60px 0px;
  background: url(images/reseach-subjects-figure-bg-top.svg) no-repeat, url(images/reseach-subjects-figure-bg.svg) no-repeat, linear-gradient(#1C9218, #1C9218);
  padding-bottom: 40vw;
  background-position: top -40px right 300px, bottom -50px right -50px, 0px;
  background-size: 25%, 110%;
}

@media (min-width: 768px) {
  .research-subject_area {
    padding: 60px 0px;
    background: url(images/reseach-subjects-figure-bg-top.svg) no-repeat, url(images/reseach-subjects-figure-bg.svg) no-repeat, linear-gradient(#11B50C, #1C9218);
    padding-bottom: 25vw;
    background-position: top -40px right 300px, bottom -50px right -50px, 0px;
    background-size: 25%, 75%;
  }
}
@media (min-width: 1200px) {
  .research-subject_area {
    padding: 60px 0px;
    background: url(images/reseach-subjects-figure.svg) no-repeat, url(images/reseach-subjects-figure-bg-top.svg) no-repeat, url(images/reseach-subjects-figure-bg.svg) no-repeat, linear-gradient(#11B50C, #1C9218);
    padding-bottom: 28vw;
    background-position: top 2vw right -50px, top -40px right 300px, bottom -50px right -50px, 0px;
    background-size: 40vw, 25%, 75%;
  }
}
.research-subject_about_area {
  background: url(images/reseach-subjects-figure.svg) no-repeat;
  padding-bottom: 55vw;
  background-position: bottom;
  background-size: 65vw;
}

@media (min-width: 768px) {
  .research-subject_about_area {
    padding-bottom: 40vw;
    background-size: 45vw;
  }
}
@media (min-width: 1200px) {
  .research-subject_about_area {
    background: none;
    padding-bottom: 0px;
    background-position: top 2vw right -50px;
    background-size: 45px;
  }
}
.research-subject_area p {
  color: #fff;
}

.research-subject_area ul li {
  color: #fff;
  text-align: left;
}

.research-subject_area h1 {
  color: #fff;
  text-align: left;
}

.research-subject_area h2 {
  color: #fff;
  margin-bottom: 40px;
}

.research-subject_area h2.research-subject_area_ttl {
  margin-top: 30px;
}

.research-subject_box {
  background: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 25px;
}

.research-subject_box ul {
  list-style: none;
  padding: 0px;
  text-align: center;
}

.research-subject_box ul li {
  text-align: center;
}

.research-subject_box ul li span {
  text-align: center;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media (min-width: 575px) {
  .research-subject_box {
    height: 130px;
  }
}
@media (min-width: 768px) {
  .research-subject_box {
    height: 130px;
  }
}
.research-subject_box ul li {
  color: #333;
}

.research-subject_box h3 {
  color: #11B50C;
  margin-bottom: 15px;
  font-size: 21px;
}

.research-subject_box p {
  background: #f0f0f0;
  border-radius: 5px;
  color: #333;
  padding-bottom: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

/*******************
心不全とは　heart failure
********************/
.heart-failure_area {
  padding: 60px 0px;
}

.heart-failure_area h1 {
  text-align: center;
  color: #FF377D;
}

.heart-failure_area h2 {
  text-align: center;
  color: #FF377D;
}

.heart-failure_box h3 {
  background: #FF377D;
  color: #fff;
  padding: 5px;
  text-align: center;
}

/*******************
研究実施体制　Team
********************/
.team_area {
  padding: 60px 0px;
  background: linear-gradient(-25deg, #FF377D, #FFD448);
}

.team_area h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 90px;
}

@media (min-width: 768px) {
  .team_area h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 120px;
  }
}
.team_area h2 {
  color: #FF377D;
  font-size: 17px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: -20px;
  z-index: 1;
  position: relative;
}

.team_area h2 a {
  color: #FF377D;
}

@media (min-width: 992px) {
  .team_area h2 a span {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .team_area h2 a span {
    display: inline;
    width: auto;
  }
}
.team_area h2 a:hover {
  color: #FF377D;
  opacity: 0.8;
}

.team_box_bg {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  position: relative;
  border-radius: 40px;
  margin-bottom: 80px;
}

@media (min-width: 1200px) {
  .team_box_bg {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    position: relative;
    border-radius: 40px;
    margin-bottom: 0px;
  }
}
.team_box {
  background: #fff;
  border-radius: 30px;
  padding: 100px 15px 25px 15px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  min-height: auto;
}

@media (min-width: 992px) {
  .team_box {
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .team_box {
    min-height: 500px;
  }
}
.team_box p {
  line-height: 1.6em;
  margin-bottom: 0px;
}

.team_img_bg {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  margin: 0 auto;
}

.team_img {
  background: #fff;
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 100px;
  padding: 20px;
}

/*******************
研究メンバー　Member
********************/
.member_area {
  padding: 60px 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.member_area h1 {
  text-align: center;
}

.member_area h1 {
  text-align: center;
}

.member_box h2 {
  color: #FF377D;
  margin-bottom: 10px;
  font-size: 21px;
  text-align: center;
  margin-top: 10px;
}

.member_box {
  text-align: center;
}

.member_box p {
  font-size: 14px;
}

.row_member {
  margin: 10px;
}

/**********************************
関係協力機関　Reaerach organizations
**********************************/
.research-organizations_area {
  padding: 60px 0px;
  background: linear-gradient(#fff, #f6f6f6);
}

.research-organizations_area h1 {
  text-align: center;
}

.research-organizations_box {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
}

.research-organizations_box ul li {
  font-size: 15px;
}

.research-organizations_box h2 {
  color: #ff377d;
  font-size: 21px;
  text-align: center;
  margin-bottom: 25px;
}

/*******************
お問い合わせ　Contact
********************/
.contact_area {
  padding: 60px 0px;
}

.contact_area h1 {
  text-align: center;
}

h2.contact_ttl {
  font-size: 21px;
  color: #FF377D;
  text-align: center;
  margin-bottom: 10px;
}

.contact_txt {
  text-align: center;
}

.mail_box {
  text-align: center;
}

.mail_box p {
  border: 4px solid #FF377D;
  display: inline-block;
  margin: 0 auto;
  border-radius: 0px;
  padding-right: 0px;
  font-size: 18px;
}

.mail_box p span {
  background-color: #FF377D;
  display: inline-block;
  margin: 0 auto;
  display: inline-block;
  border-radius: 0px 0px 0px 0px;
  padding: 5px 10px 10px 10px;
  color: #fff;
  margin-right: 0px;
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  .mail_box p {
    border: 4px solid #FF377D;
    display: inline-block;
    margin: 0 auto;
    border-radius: 0px;
    padding-right: 0px;
    font-size: 24px;
  }
  .mail_box p span {
    background-color: #FF377D;
    display: inline-block;
    margin: 0 auto;
    display: inline-block;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 10px 5px 10px;
    color: #fff;
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
}
/*2023.12.11.～ボタンの配色変更（緑→ピンク枠線）*/
.faq-btn a {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  background: #fff;
  color: #FF377D;
  border: solid thin #FF377D;
  display: inline-block;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho";
}
/* 元々のFAQボタン
.faq-btn a {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  background: #11B50C;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: "Noto Sans JP", sans-serif, "游明朝", "Yu Mincho";
}
*/

.faq-btn a:hover {
  opacity: 0.8;
}

/*******************
よくある質問　Q＆A
********************/
.qa_area {
  padding: 60px 0px;
  background: linear-gradient(#11B50C, #1C9218);
}

.qa_area h1 {
  color: #fff;
  text-align: center;
}

.qa_area .qa_border li {
  list-style: none;
}

.qa_border {
  padding: 0px;
}

.qa_area .qa_border a {
  padding: 0px 0px;
  background: #f3f3f3 url(images/news_arrow.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
  margin: 0px;
  margin-top: 0px;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 25px;
  display: block;
  position: relative;
  transition: 0.2s;
  margin-top: 10px;
  border-radius: 4px;
  color: #333;
  border-radius: 5px;
}

.qa_area .qa_border a:hover {
  opacity: 0.9;
  background: #FFF170 url(images/news_arrow.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
}

.qa_list_ttl {
  margin-bottom: 0px;
}

.qa_area .faq_search input[type=text] {
  border: 0px solid #aaa;
}

.qa_area .qa_txt {
  color: #fff;
}

.faq_search input[type=text] {
  width: calc(100% - 90px);
  border: 0px;
  border-radius: 100px;
  margin-left: 0px;
}

@media only screen and (min-width: 768px) {
  .faq_search input[type=text] {
    width: 210px;
    border: 0px;
    border-radius: 100px;
  }
}
.faq_search input {
  border-radius: 100px;
  border: none;
  padding: 5px;
  padding-left: 16px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 8px;
  box-shadow: 6px 6px 6px 1px rgba(0, 0, 0, 0.1) inset;
}

.faq_search button:hover, .faq_search button:focus, .faq_search button:active {
  border-radius: 100px;
  border: none;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #d2e7cd;
  color: #4c9f38;
}

.faq_search button {
  border-radius: 100px;
  border: none;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  color: #ff377d;
  margin-left: 5px;
  margin-right: 0px;
  height: 40px;
  width: 80px;
  font-weight: bold;
}

.btn-success {
  color: #fff;
  background-color: #FF377D;
  border-color: #FF377D;
  outline: none;
  padding: 5px 8px 8px 8px;
  border-radius: 5px;
  border: 2px solid #fff;
  margin-top: 15px;
  display: inline-block;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: #FF377D;
  border: 2px solid #fff;
  box-shadow: none;
  opacity: 0.8;
  color: #fff;
}
.btn-success.news-btn {
  color: #fff;
  background-color: #13a70e;
}
.btn-success.news-btn:hover, .btn-success.news-btn:active, .btn-success.news-btn:focus {
  background-color: #13a70e;
  opacity: 0.8;
}

.faq_link_box {
  text-align: right;
}

/***************
パンくずメニュー
****************/
@media only screen and (max-width: 767px) {
  .breadcrumb_area {
    background: #fff;
  }
}
.breadcrumb {
  background: none;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 12px;
}

.breadcrumb li {
  margin-left: 5px;
  margin-right: 5px;
}

.crumb-lists {
  list-style: none;
  width: 100%;
  list-style: none;
  width: 100%;
  display: inline-block;
  padding: 0px;
  padding-top: 10px;
  padding-left: 0px;
  font-size: 13px;
  margin-bottom: 0px;
}

.crumb-lists li {
  float: left;
}

/*************************
セカンドページ
*************************/
.second_area {
  padding-top: 20px;
  padding-bottom: 60px;
}
.second_area .category a {
  border: 1px solid #13a70e;
  color: #fff;
  padding: 1px 10px 2px 10px;
  display: inline-block;
  color: #13a70e;
  transition: 0.2s;
}
.second_area .category a:hover {
  background: #13a70e;
  color: #fff;
  opacity: 1;
}

.second_area h2 {
  color: #000;
}

.second_area h3 {
  color: #000;
  padding-bottom:0.5em;
}

.second_head_area {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #11b50c;
}

@media (min-width: 768px) {
  .second_head_area {
    padding-top: 120px;
    padding-bottom: 10px;
  }
}
.second_head_area h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 21px;
}
.second_head_area h1.news_list_ttl {
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .second_head_area h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 40px;
  }
}

/*************************
セカンドページ　研究
**************************/
.login_box {
  width: 240px;
  display: block;
  margin: 0 auto;
}
.login_box input[type=text], 
.login_box input[type=password] {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

.login_box .login_label {
  margin-bottom:5px;
  color: #555;
}

.login_box .login_btn {
  width: 100%;
  border: 1px solid #FF377D;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  color: #FF377D;
}

.login_box .login_btn:hover {
  opacity: 0.5;
}

.logout_btn {
  width: 250px;
  border: 1px solid #FF377D;
  border-radius: 5px;
  padding: 5px;
  padding-bottom:8px;
  margin-bottom: 10px;
  background: #fff;
  color: #FF377D;
  display: inline-block;
  text-align: center;
  
}

.logout_btn:hover {
  opacity: 0.5;
  color: #FF377D;
}

.research_head_area {
  padding-top: 60px;
  padding-bottom: 40px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  background:#fafafa;
  background: linear-gradient(#fff 80%, #fafafa);
}

.research_head_area h1 {
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #555;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .research_head_area {
    padding-top: 65px;
    padding-bottom: 30px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    background:#fafafa;
    background: linear-gradient(#fff 80%, #fafafa);
    text-align: left;
    padding-right:10px;
    padding-left:10px;
  }

  .research_head_area h1 {
    padding-top: 0px;
    padding-bottom: 20px;;
    font-size: 21px;
    font-weight: bold;
  }
  
}


.research_second_area .research_border li {
  list-style: none;
}

.research_second_area .research_border {
  padding: 0px;
}

.research_second_area .research_border a {
  padding: 0px 0px;
  color:#ff377d;
  background: url(images/news_arrow.svg) no-repeat,#fff ;
  border: 1px solid #ff377d;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
  margin: 0px;
  margin-top: 0px;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 25px;
  display: block;
  position: relative;
  margin-top: 10px;
  border-radius: 4px;
  color: #FF377D;
  border-radius: 5px;
  transition: 0.2s;
}

.research_second_area .research_border a:hover {
  opacity: 0.9;
  background: url(images/news_arrow_hover.svg) no-repeat,#fc5a93;
  border: 1px solid #fc5a93;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
  color:#fff;
  transition: 0.2s;
}

.research_list_ttl {
  margin-bottom: 0px;
}

.research_list_private_ttl {
  padding: 0px 0px;
  color:#aaa;
  background: #f2f2f2;
  border: 1px solid #ccc;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
  margin: 0px;
  margin-top: 0px;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 25px;
  display: block;
  position: relative;
  margin-top: 10px;
  border-radius: 4px;
  border-radius: 5px;
  transition: 0.2s;
}

.research_step {
  padding: 30px;
  display: block;
  margin-bottom: 30px;
  border: 2px solid #ffcfe0;

}

.research_step h3 {
  color: #FF377D;
}

.research_step p {
  margin-bottom:0px;
}

.research_evaluation_step {
  background: linear-gradient(#fff 60%, #fafafa);
  padding: 30px;
  display: block;
  margin-bottom: 30px;
  border: 2px solid #ff377d;
 
}

.research_evaluation_step h3 {
  color: #FF377D;
}

.research_area {
  counter-reset: h3;  /* 'h2' という名前のカウンターを設定し、 0 で初期化する。 */
}

.research_area h3::before {
  counter-increment: h3;  /* h2カウンターの値に1を加算 */
  content: counter(h3) "";   /* h2カウンターの値を表示 */
  background: #fff;
  display: inline-block;
  text-align: center;
  padding:0px 12px 5px 12px;
  border-radius: 8px;
  margin-right: 10px;
  border: 2px solid #ff377d;
}

.second_area .research_area .research_ttl {
  color:#ff377d;
}



/*************************
セカンドページ　アプリ
**************************/

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 70px auto;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
  .youtube {
    width: 100%;
  }
}
.app_head_area { /*ヘッダー指定の背景画像*/
  background: url(images/top_image_masked_blue_high.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  aspect-ratio: 5 / 3;
}

@media (max-width: 768px) {
  .app_head_area {
    background: url(images/top_image_masked_blue_high.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    aspect-ratio: unset; 
    height: 100%; /*250px;*/
  }
}

.app_head_area_text {
  color: #fff;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}


@media (max-width: 1080px) {
  .app_head_area_text {
  width: 400px;
  padding-left: 0px;
  font-size: 35px;
  font-weight: bold;
  }
}

@media (max-width: 810px) {
  .app_head_area_text {
  width: 300px;
  padding-left: 0px;
  font-size: 30px;
  font-weight: bold;
  }
}

@media (max-width: 768px) {
  .app_head_area_text{
  width: 230px;
  padding-left: 0px;
  font-size: 18px;
  font-weight: bold;
    }
}

@media (max-width: 700px) {
  .app_head_area_text{
  width: 200px;
  padding-left: 0px;
  font-size: 15px;
  font-weight: bold;
    }
}

@media (max-width: 360px) {
  .app_head_area_text{
  width: 200px;
  padding-left: 0px;
  font-size: 13px;
  font-weight: bold;
    }
}

@media (max-width: 300px) {
  .app_head_area_text{
  width: 120px;
  padding-left: 0px;
  font-size: 11px;
  font-weight: bold;
    }
}



.app_top_box_left{
  width:800px;
  padding-top: 350px;
  padding-left: 40%;
}

@media (max-width: 1350px) { 
  .app_top_box_left{
  width:550px;
  padding-top: 300px;
  padding-left: 100px;
  margin-right: 30px;
  padding-left: 25%;
  }
}

@media (max-width: 1080px) { 
  .app_top_box_left{
  width:550px;
  padding-top: 300px;
  padding-left: 100px;
  margin-right: 30px;
  padding-left: 30%;
  }
}

@media (max-width: 1000px) { 
  .app_top_box_left{
  width: 480px;
  padding-top: 300px;
  padding-left: 100px;
  margin-right: 30px;
  }
}

@media (max-width: 810px) { 
  .app_top_box_left{
  width: 400px;
  padding-top: 230px;
  padding-left: 25%;
  margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .app_top_box_left{
    height: 350px;
    width: 400px;
    padding-top: 40%; 
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 20%;
    }
}

@media (max-width: 764px) {
  .app_top_box_left{
    height: 350px;
    width: 400px;
    padding-top: 40%; 
    padding-left: 30%;
    padding-right: 20%;
    padding-bottom: 20%;
    }
}

@media (max-width: 700px) {
  .app_top_box_left{
    height: 330px;
    width: 390px;
    padding-top: 45%; 
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 20%;
    }
}

@media (max-width: 600px) {
  .app_top_box_left{
    height: 330px;
    width: 350px;
    padding-top: 45%; 
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 20%;
    }
}

@media (max-width: 500px) {
  .app_top_box_left{
    height: 330px;
    width: 320px;
    padding-top: 45%; 
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 20%;
    }
}

@media (max-width: 440px) {
  .app_top_box_left{
    height: 250px;
    width: 180px;
    padding-top: 75px; 
    padding-left: 25px;
    margin-right: 30px;
    }
}

@media (max-width: 300px) {
  .app_top_box_left{
    height: 250px;
    width: 145px;
    padding-top: 75px; 
    padding-left: 50px;
    margin-right: 20px;
    }
}



.app_top_box_left img{ 
  width: 48%;
  height: auto;
  margin-top: 40px;
}

@media (max-width: 1080px) { 
.app_top_box_left img{ 
  width: 45%;
  height: auto;
  margin-top: 30px;
  margin-left: auto;
  padding-top: 5%;
  }
}

@media (max-width: 810px) { 
  .app_top_box_left img{ 
    width: 45%;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
  
    }
  }

@media (max-width: 768px) { 
  .app_top_box_left img {
    width: auto;
    height: 35px;
    margin: 20% 0% -10% 0%;
    padding: 0%;
  }
}

@media (max-width: 700px) { 
  .app_top_box_left img {
    width: auto;
    height: 35px;
    margin-top: 10%;
    margin-bottom: auto;
  }
}

@media (max-width: 440px) { 
  .app_top_box_left img {
    width: auto;
    height: 20px;
    margin: 15% 20% 5% 75%;
  
  }
}

@media (max-width: 300px) { 
  .app_top_box_left img {
    width: auto;
    height: 20px;
    margin: 10% 20% 5% 75%;
  
  }
}


.app_top_box_right{
  padding-top: 20%;
  padding-right: 30%;
}

@media (max-width: 1080px) {
  .app_top_box_right{
  scale: 0.5, 0.5;
  padding-top: 100px; 
  margin-bottom: 150px;
  margin-left: 65px; /*スマホ画面位置調整*/
  margin-top: 80px; /*スマホ画面位置調整*/
  height: 70%;
  width: 70%;
  }
}

@media (max-width: 768px) {
  .app_top_box_right {
    scale: 0.5, 0.5;
    padding-top: 60px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 0px;
    height: 70%;
    width: 70%;
    }
}

@media (max-width: 400px) {
  .app_top_box_right {
    scale: 0.5, 0.5;
    padding-top: 70px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 0px;
    height: 70%;
    width: 70%;
    }
}


.app_top_box_right img{
  width: 290px;
  height: auto;
  margin-bottom: 20px;
}

.app_marker { /*吹き出し調見出し*/
  position: relative;
  padding: 20px;
  background-color: #9addfc;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 250px;
  height: auto;
  padding-left: 30px;
  }

  .app_marker:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: -10px; left: 20px;
  margin-left: 0;
  background-color: #9addfc;
  border-radius: 0 50px 0 50px;
  z-index: -1;
  }
  
  .app_marker:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: -5px; left: 30px;
  margin-left: 0;
  background-color: #fff;
  border-radius: 0 50px 0 50px;
  z-index: -1;
  transform: rotate(30deg);
  }

.app_marker_2 { /*リボン状見出し*/
  position: relative;
  padding: 0.5em;
  background: #ffa0a0;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: fit-content;
}

.app_marker_2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.app_margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 798px) {
.app_margin {
  margin-top: 20px;
  margin-bottom: 20px;
  }
}

.app_margin_sm {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 798px) {
  .app_margin_sm {
    margin-top: 20px;
    margin-bottom: 20px;
    }
  }

.app_text_pdg_left{
  padding-left: 295px
}

@media (max-width: 1080px) {
  .app_text_pdg_left{
    padding-left: 20px
  }
  }

.app_pdg_btm {
  padding-bottom: 30px;
}

.box_steps {
  padding: 40px 40px 0px 40px;
  margin: 2em 0;
  color: #000;/*文字色*/
  background: #FFF;
  border: solid thin #FF377D;/*線*/
  border-radius: 5px;/*角の丸み*/
}

.box_steps h3 {
  margin: 20; 
  padding: 20;
  font-weight: bold;
  color: gray;
}

.box_steps_text {
  font-size: 10px;
}

.box_steps_1234 {
  font-size: 20px;
  font-weight: bold;
  color: #FF377D;
}

.box_steps_margin{
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 10px;
  font-size: 15px;
  padding-left:10px
}

@media (max-width: 1080px) {
  .box_steps_margin{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 15px;
      }
}

.box_steps_margin_1{
  margin-top: 20px;
  font-size: 15px;
}

@media (max-width: 1080px) {
  .box_steps_margin_1{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 15px;
    }
}

.line{ /*解説図の中の区切り点線*/
  margin-left: -25px;
  width:10px;
  height:250px;
  border-left:dotted 1px #ff377d;
  }

  @media (max-width: 1080px) {
    .line{
    width:100%;
    height:2px;
    border-bottom:dotted 1px #ff377d;
    margin-left: 5px;
      }
  }

/*************************
セカンドページ　よくある質問
**************************/
.faq_search_area {
  padding-top: 60px;
  background: #FF377D;
  padding-bottom: 30px;
  background: #11B50C;
}

@media (min-width: 768px) {
  .faq_search_area {
    padding-top: 115px;
    padding-bottom: 10px;
    background: linear-gradient(-25deg, #FF377D, #FFD448);
    background: #11B50C;
  }
}

.faq_search_area h1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 21px;
}

@media (min-width: 768px) {
  .faq_search_area h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 40px;
  }
}
.faq_search_area h2 {
  color: #ff377d;
  margin-bottom: 15px;
}

.faq {
  margin-top: 30px;
}

.faq .question {
  color: #4c9f38;
  font-size: 21px;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 50px;
}

/*.faq .question::before {
    color: #4c9f38;
    font-size: 28px;
    content: "Q";
    background: #fff;
    border:2px solid #4c9f38;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: -9px;
    box-shadow:3px 3px 3px rgba(0, 0, 0, .1);
	padding-top: 2px;
	font-family:  'Noto Sans JP', sans-serif,'游明朝','Yu Mincho';
}*/

.faq .question::before {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(images/q.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: -11px;
}

.faq .answer {
  color: #333;
  margin-left: 0px;
  padding-left: 60px;
  position: relative;
  font-size: 21px;
}

.faq .answer p {
  line-height: 1.2em;
}

/*.faq .answer::before {
    color: $primary;
    font-size: 28px;
    content: "A";
    background: #fff;
    border:2px solid $primary;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: -11px;
    box-shadow:3px 3px 3px rgba(0, 0, 0, .1);
}*/

.faq .answer::before {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(images/a.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: -11px;
}

.qa_second_area h1 {
  color: #fff;
  text-align: center;
}

.qa_second_area .qa_border li {
  list-style: none;
}

.qa_second_area .qa_border a {
  padding: 0px 0px;
  background: #f3f3f3 url(images/news_arrow.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
  margin: 0px;
  margin-top: 0px;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-right: 25px;
  display: block;
  position: relative;
  transition: 0.2s;
  margin-top: 10px;
  border-radius: 4px;
  color: #333;
  border-radius: 5px;
}

.qa_second_area .qa_border a:hover {
  opacity: 0.9;
  background: #FFF170 url(images/news_arrow.svg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
}

.qa_list_ttl {
  margin-bottom: 0px;
}

.qa_second_area .faq_search input[type=text] {
  border: 0px solid #aaa;
}

.qa_second_area .qa_txt {
  color: #fff;
}

.faq_ttl {
  margin-bottom: 25px;
}

/*************************
セカンドページ　新着情報一覧
**************************/
.news_second_area .news_border li {
  list-style: none;
}

.news_border {
  padding: 0px;
}

.news_second_area .news_border {
  display: block;
}

.news_second_area .news_border {
  border-top: 0px solid #ddd;
}
.news_second_area .news_border .news_list_ttl:first-child {
  padding-top: 0px;
}

.news_second_area .news_border div.news_list_ttl {
  padding: 0px 0px;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
  margin: 0px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 25px;
  display: block;
  position: relative;
  transition: 0.2s;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.news_second_area .news_border div.news_list_ttl .ttl_link {
  color: #333;
  display: inline-block;
  margin-top: 8px;
}
.news_second_area .news_border div.news_list_ttl .ttl_link:hover {
  opacity: 0.6;
}
.news_second_area .news_border div.news_list_ttl .category a {
  border: 1px solid #13a70e;
  color: #fff;
  padding: 1px 10px 2px 10px;
  display: inline-block;
  color: #13a70e;
  transition: 0.2s;
}
.news_second_area .news_border div.news_list_ttl .category a:hover {
  background: #13a70e;
  color: #fff;
  opacity: 1;
}

.news_second_area .news_border div.news_list_ttl:hover {
  opacity: 0.9;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: right 10px center;
  background-size: 15px;
}

.news_list_ttl {
  margin-bottom: 0px;
}

.news_second_area .news_txt {
  color: #fff;
}

/********************
サイドメニュー
********************/
@media (max-width: 768px) {
  .sidebar {
    padding-top: 25px;
  }
}

.sidebar h2 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #11b50c;
  color: #11b50c;
  margin-top: 7px;
}

.sidebar ul {
  list-style: none;
  padding-left: 0px;
}
.sidebar ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.sidebar ul li a {
  color: #333;
}
.sidebar ul li a:hover {
  opacity: 0.6;
}
.sidebar ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #11b50c;
  border-radius: 50%;
  margin-bottom: 3px;
  margin-right: 5px;
}

/*******************
フッター　footer
********************/
footer {
  background: #fdfdfd;
  color: #333;
  margin-bottom: -16px;
  padding-top: 60px;
  padding-bottom: 10px;
  box-shadow: 1px -2px 5px rgba(0, 0, 0, 0.1);
}
footer h2 {
  color: #FF377D;
  margin-bottom: 20px;
}
footer ul.foot_nav_area {
  list-style: none;
  padding-left: 0px;
}
footer ul.foot_nav_area li {
  margin-top: 5px;
  margin-bottom: 5px;
}
footer ul.foot_nav_area li a {
  color: #333;
}
footer ul.foot_nav_area li a:hover {
  opacity: 0.6;
}
footer ul.foot_nav_area li a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #FF377D;
  border-radius: 50%;
  margin-bottom: 3px;
  margin-right: 5px;
}
footer .foot_privacy_nav {
  text-align: left;
}
footer .foot_privacy_nav :before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #FF377D;
  border-radius: 50%;
  margin-bottom: 3px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  footer .foot_privacy_nav {
    text-align: right;
  }
}
footer .foot_privacy_nav a {
  color: #333;
}
footer .foot_privacy_nav a:hover {
  opacity: 0.6;
}

.foot_sns_area {
  text-align: center;
}

.foot_instagram_icon {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
}

.foot_twitter_icon {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
}

.foot_facebook_icon {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
}

/***********************
ページネーション
***********************/
/*ページネーション*/
.second_area .pagenation ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  background: none;
  width: 0px;
  height: 0px;
  top: 0px;
  left: 0px;
  border-radius: 0px;
}

.second_area .pagenation {
  margin: 1em 0;
}

.second_area .pagenation:after, .second_area .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.second_area .pagenation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.second_area .pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  background: none;
  padding: 0px;
  float: left;
  display: inline-block;
  float: left;
  display: inline-block;
  background: none;
}

.second_area .pagenation li:first-child {
  margin-left: 0;
  float: left;
}

.second_area .pagenation li.active {
  background-color: #FF377D;
  color: #FFFFFF;
  padding: 5px 10px;
  display: inline-block;
  float: left;
}

.second_area .pagenation li a {
  background: none repeat scroll 0 0 rgb(210, 210, 210);
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  opacity: 0.8;
}

.second_area .pagenation li a:hover {
  background-color: #FF377D;
  color: #FFFFFF;
  opacity: 0.8;
}

/* スクロールした時に追加されるclass */
.gallery .gallery-item.fadein {
  opacity: 1;
  bottom: 0;
}

.gallery .gallery-item.fadein .company_box01,
.gallery .gallery-item.fadein .company_box02,
.gallery .gallery-item.fadein .company_box03 {
  transform: rotate3d(0, 0, 0, 0deg);
  transform: rotateX(0deg) rotateY(0deg);
  transition: 1s;
}

.flow_gallery .gallery-item {
  position: relative;
  /* アニメーションに関数プロパティ */
  opacity: 0; /* フェードインしたいので最初は非表示 */
  bottom: -150px; /* 下から上に移動したいので最初はマイナス値 */
  transition: opacity 2s, bottom 0.5s; /* 1秒かけてアニメーション */
}

/* スクロールした時に追加されるclass */
.flow_gallery .gallery-item.fadein {
  opacity: 1;
  bottom: 0;
  transition: opacity 2s, bottom 0.5s; /* 1秒かけてアニメーション */
}

/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  background: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 0px;
  border: #FF377D 1px solid;
}

.navbar-light .navbar-toggler {
  border-color: #ccc;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #FF377D;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 17px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 29px;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.navbar-toggler {
  position: absolute;
  top: 15px;
  right: 15px;
}

/*========= ページトップのためのCSS ===============*/
/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s; /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  writing-mode: vertical-rl;
  /*改行禁止*/
  white-space: nowrap;
  /*矢印の動き*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #666;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}

/*スクロールリンクの形状*/
.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #666;
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #666;
  transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before {
  right: -11px;
}

/*ページトップリンクの形状*/
.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #666;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #666;
  transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before {
  right: 0;
}

/*トップ動画*/
#video_logo {
  display: none;
}

#video_logo.active {
  display: inline-block;
}

.js-header {
  transition: 0.2s;
  opacity: 0;
}

.js-header img {
  width: 5px;
  transition: 0.2s;
}

.header-default {
  color: #fff;
  /* （画像よりも下までスクロールした時に変えたい文字色） */
  opacity: 1;
  transition: 0.2s;
}

.header-default img {
  width: 40px;
  transition: 0.2s;
  margin-top: 0px;
}

.second_logo img {
  width: 40px;
  transition: 0.2s;
  margin-top: 0px;
}

@media (min-width: 992px) {
  .header-default img {
    width: 55px;
    transition: 0.2s;
    margin-top: -5px;
  }
  .second_logo img {
    width: 55px;
    transition: 0.2s;
    margin-top: -5px;
  }
}
.second_logo {
  opacity: 1;
}

@media (min-width: 992px) {
  .second_logo img {
    width: 55px;
  }
}
.js-header span {
  display: none;
}

@media (max-width: 768px) {
  .js-header {
    transition: 0.2s;
    opacity: 1;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .js-header span {
    display: inline-block;
  }
  .js-header span {
    color: #FF377D;
  }
  .js-header img {
    display: none;
  }
  .second_logo img {
    display: none;
  }
}
@media print {
  .fixed-top {
    position: absolute;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* 印刷用 */
@media print {
  body {
    overflow-y: visible;
    overflow-x: visible;
  }
  .container {
    overflow-y: visible;
  }
}
/*# sourceMappingURL=style.css.map */