@charset "UTF-8";
/* 全体 */
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background-color: #fff;
	color: #292929;
}

a {
	color: rgba(223, 88, 90, 1.00);
	text-decoration: none;
	-webkit-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
	color: rgba(133, 25, 27, 1.00);
	margin-left: 0.5rem;
}
/* ページスクロール設定 */
#page-top {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
}
#page-top a {
	background-color: rgba(80, 19, 83, 0.7);
	text-decoration: none;
	color: rgba(255, 255, 255, 1.00);
	width: 3.5rem;
	padding: 0.5rem 0;
	text-align: center;
	display: block;
	border-radius: 6rem;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-size: 1.5rem;
}
#page-top a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.7);
	color: rgba(80, 19, 83, 0.7);
	-webkit-box-shadow: 1px 1px 4px hsla(0, 0%, 20%, 1.00);
	box-shadow: 1px 1px 4px hsla(0, 0%, 20%, 1.00);
}
p {
	font-size: 1.2rem;
	margin: 1rem 2rem 3rem;
	line-height: 2rem;
}
.bi {
	margin: 0 0.5rem;
}
.index {
	padding: 2rem 1rem;
	background-color: rgba(244, 235, 204, 0.30);
	border-radius: 2rem;
	margin: 2rem 0rem;
	border: 2px solid rgba(116, 116, 116, 0.5);
}
.index .bi {
	margin: 0 0.5rem;
}
.indextitle {
	color: hsla(359, 68%, 61%, 1.00);
	margin-left: 1rem;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}
.index-subtitle {
	color: rgba(21, 139, 43, 1.00);
	margin: 0.5rem 1rem;
	font-size: 1.3rem;
}
.index-btn {
	padding-left: 2rem;
}
.index-btn .btn {
	font-size: 1.2rem;
	margin: 0.25rem;
}
.index-btn .btn:before {
	content: "\F280";
	font-family: bootstrap-icons;
	padding-right: 0.5rem;
}
.index dl {
	line-height: 2rem;
}
.index dt {
	margin-left: 1.0rem;
	font-size: 1.2rem;
	color: rgba(21, 139, 43, 1.00);
	font-weight: normal;
}
.index dd {
	margin-left: 2rem;
	font-size: 1.1rem;
}
.index ul {
	list-style-position: outside;
	list-style-type: none;
}
.index ul li:before {
	content: "\F280";
	font-family: bootstrap-icons;
	padding-right: 0.5rem;
}
.qanda-list li {
	font-size: 1.2rem;
	list-style-position: inside;
	list-style-type: none;
	border-bottom: thin dotted rgba(116, 116, 116, 1.00);
	margin: 1rem 0.25rem;
	padding-bottom: 0.5rem;
}
.index .qanda-list li:before {
	content: "\F6AF";
	font-family: bootstrap-icons;
	padding-right: 0.5rem;
	color: rgba(130, 191, 141, 1.00);
}
.date {
	font-size: small;
}
.bg1 {
	background-color: rgba(223, 88, 90, 0.15);
}
.gap {
	padding: 1.5rem;
}
.container {
	background-color: rgba(255, 255, 255, 1.00);
}
h4 {
	margin-top: 3rem;
}
h4:before {
	content: "\F403";
	font-family: bootstrap-icons;
	padding-right: 0.5rem;
}
h5 {
	margin-top: 2rem;
	margin-left: 1rem;
	padding: 0.3rem 1rem;
	border-left: 5px double rgba(223, 88, 90, 1.00);
}
.h1-title {
	position: relative;
	color: rgba(21, 139, 43, 1.00);
	font-size: 2rem;
	padding: 1rem 0;
	text-align: center;
	margin: 2em 0 1.5em;
}
.h1-title:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 200px;
	height: 5.5rem;
	border-radius: 50%;
	border: 5px solid #a6ddb0;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.h2-ribontitle {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 2rem;
	padding-bottom: 1rem;
	margin: 0 0 0 -20px;
	width: calc(100% + 20px);
	color: black;
	background-color: rgba(255, 255, 255, 1.00);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	border-left: #DF585Aid #DF585A;
	border-top: 2px solid #DF585A;
	margin-bottom: 1.75rem;
	border-top-left-radius: 10px;
}
.h2-ribontitle:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 25px transparent;
	border-right: solid 20px #550000;
}
.h2-ribontitle .bi {
	color: hsla(359, 68%, 61%, 0.8);
	margin-right: 0.5rem;
}
.h3-title {
	position: relative;
	background: rgba(223, 239, 255, 1.00);
	box-shadow: 0px 0px 0px 5px rgba(223, 239, 255, 1.00);
	border: dashed 2px white;
	padding: 0.3em 1em 0.2em;
	color: rgba(21, 139, 43, 1.00);
	margin: 2rem;
}
.h3-title:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.h4-title {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.h4-title:before, .h4-title:after {
	content: '';
	position: absolute;
	top: 45%;
	display: inline-block;
	width: 40px;
	height: 4px;
	border-top: solid 1px rgba(223, 87, 90, 1.00);
	border-bottom: solid 1px rgba(223, 87, 90, 1.00);
}
.h4-title:before {
	left: 0;
}
.h4-title:after {
	right: 0;
}
.colum {
	width: 80%;
	margin: 1rem;
	float: right;
	border-radius: 20px;
	border: 4px solid rgba(255, 235, 190, 1.00);
}
.columtitle {
	position: relative;
	padding: 0.8em;
	background-color: rgba(255, 255, 255, 1.00);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-size: 1.2rem;
	color: rgba(21, 139, 43, 1.00);
	border-bottom: 3px solid rgba(255, 235, 190, 1.00);
}
.columtitle:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid rgba(255, 235, 190, 1.00);
	width: 0;
	height: 0;
}
.colum .bi {
	margin-right: 0.5rem;
}
.colum p {
	margin: 1.5rem;
}
.colum-img {
	margin: 1rem;
	clear: both;
}
.caption-colum {
	margin-bottom: 1.5rem;
}
.colum ul {
	margin: 2rem 1rem;
	font-size: 1.2rem;
	line-height: 2rem;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
	list-style-position: outside;
	list-style-type: none;
}
.colum-list {
	margin: 2rem 2rem;
}
.colum-list dd {
	line-height: 1.5;
	padding: 0 0.5rem 1rem;
	border-bottom: dashed 1px silver;
}
.colum-list dd:last-of-type {
	border-bottom: none; /*最後のライン消し*/
}
.colum hr {
	color: rgba(211, 145, 0, 1.00);
}
.colum .site {
	margin: 1rem;
	clear: both;
	text-align: center;
	font-size: 1.2rem;
}
.btn-outline-warning {
	background-color: rgba(255, 245, 223, 1.00);
}
.none-list {
	list-style-position: outside;
	font-weight: bold;
	letter-spacing: 0.2rem;
	border: 2px solid rgba(223, 88, 90, 0.50);
	padding: 1rem;
	position: relative;
	margin-left: 2rem;
}
.none-list li {
	line-height: 1.5;
	padding: 0.5rem 0 0.5rem 1rem;
	border-bottom: dashed 1px silver;
	list-style-type: none !important; /*ポチ消し*/
}
.none-list li:last-of-type {
	border-bottom: none; /*最後のライン消し*/
}
.red {
	color: rgba(183, 28, 46, 1.00);
}
/* Navbar*/
.nav-link {
	font-size: 1.1rem;
}
.navbar-collapse ul li {
	display: block;
	text-align: center;
}
/* Navbar の閉じるマークを追加 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
/* Navbar のトルグマークの色かえ */
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
/*.navbar .navbar-brand {
  color: #f2f2f2;
}*/
/*.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #000000;
}*/
/*.navbar .navbar-text {
  color: #f2f2f2;
}*/
.navbar .navbar-nav .nav-link {
	color: #f2f2f2;
	border-radius: .25rem;
	margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover, .navbar .navbar-nav .nav-link:not(.disabled):focus {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.9);
}
/* navbarトルグのバックグラウンド変更 */
.navbar .navbar-nav .dropdown-menu {
	background-color: rgba(80, 19, 83, 0.7);
	border-color: rgba(255, 255, 255, 0.9);
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
	color: #f2f2f2;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
	color: #000000;
	background-color: rgba(255, 255, 255, 0.9);
}
.navbar .navbar-nav .dropdown-menu .dropdown-divider {
	border-top-color: rgba(255, 255, 255, 0.9);
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus, .navbar .navbar-nav .nav-item.show .nav-link, .navbar .navbar-nav .nav-item.show .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link:focus {
	color: rgba(80, 19, 83, 0.7);
	background-color: rgba(255, 255, 255, 0.9);
}
.navbar .navbar-toggle {
	border-color: rgba(255, 255, 255, 0.9);
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
	background-color: rgba(255, 255, 255, 0.9);
}
.navbar .navbar-toggle .navbar-toggler-icon {
	color: #f2f2f2;
}
.navbar .navbar-collapse {
	border-color: #f2f2f2;
}
.navbar .navbar-link {
	color: #f2f2f2;
}
.navbar .navbar-link:hover {
	color: #000000;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
	color: #f2f2f2;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover, .navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
	color: rgba(80, 19, 83, 0.7);
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
	color: rgba(80, 19, 83, 0.7);
	background-color: rgba(255, 255, 255, 0.7);
}
/* navbarのバックグラウンド変更 */
.nav-bg {
	background-color: rgba(80, 19, 83, 0.7);
}
.navbar i {
	margin-left: 1rem;
	margin-right: 0.5rem;
}
/* navbar変更end */
/* footer start */
.footer h5 {
	border-top: 1px solid rgba(80, 19, 83, 0.82);
	border-left: 3px double rgba(80, 19, 83, 0.82);
	padding-left: 1rem;
	border-top-left-radius: 10px;
	padding-top: 0.75rem;
}
.footer .nav .nav-item {
	margin-left: 2em;
	margin-bottom: 0.5rem;
}
.footer h5 .bi {
	margin-right: 0.5rem;
}
.footer a {
	font-size: 1.2rem;
}
.footer a:hover, a:focus, a:active {
	margin-left: 0.5rem;
	font-size: 1.2rem;
}
.footer .img a:hover, a:focus, a:active {
	border-radius: 1rem;
}

body {
	margin-left: 0px;/*  padding-bottom: 3rem;
  color: #5a5a5a;*/
}


/* カルーセルをカスタマイズ
-------------------------------------------------- */
.carousel {
	margin-bottom: 4rem;
	margin-top: -1.5rem;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-item {
  height: 25rem;
}
.carousel-caption h1,.carousel-caption p{
	background-color: rgba(0,0,0,0.4);
	border-radius: 30px;
	padding: 1rem;
}
/* マーケティング・コンテンツ
-------------------------------------------------- */

/* カルーセルの下の3列の中のテキストを整列 */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.bg-img1{
	background-image: url("../img/Carousel-img01.jpg");
}
.bg-img2{
	background-image: url("../img/Carousel-img02.jpg");
}
.bg-img3{
	background-image: url("../img/Carousel-img03.jpg");
}
.bg-img4{
	background-image: url("../img/Carousel-img04.jpg");
}
.bg-img5{
	background-image: url("../img/Carousel-img05.jpg");
}
.bg-img1,.bg-img2,.bg-img3,.bg-img4,.bg-img5{
	background-size: cover;
	background-position: center 50%;
}

/* goyoji------------------------- */
/*timeline start*/
.timeline {
	width: 100%
}
.timeline .timeline-item {
	position: relative;
	width: 95%;
	margin-left: 5%;
	padding-bottom: 1.5rem;
	padding-left: 1rem;
}
.timeline .timeline-item img {
	margin-bottom: 1.25rem
}
.timeline .timeline-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: .425rem;
	margin-left: -.5rem;
	border: 0.2rem solid rgba(223, 88, 90, 1.00);
	border-radius: 50%
}
.timeline .timeline-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: -.1875rem;
	width: .0625rem;
	margin-top: 1.875rem;
	margin-left: -.0625rem;
	background-color: rgba(223, 88, 90, 1.00);
}
.timeline .timeline-item:nth-child(2n+1) {
	padding-right: 0;
	padding-left: 1.5rem;
	text-align: left
}
.timeline .timeline-item:nth-child(2n+1):after, .timeline .timeline-item:nth-child(2n+1):before {
	right: auto;
	left: 0;
}
.timeline .timeline-item:nth-child(2n+1):before {
	margin-right: -.5rem
}
.timeline .timeline-item:nth-child(2n+1):after {
	margin-right: -.0625rem
}
.timeline-section {
	margin: 2rem 0 3rem;
	padding: 0 0 3rem;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.timeline-month {
	font-size: 1.8rem;
	font-weight: bolder;
	letter-spacing: 0.5rem;
	color: rgba(223, 88, 90, 1);
	text-align: right;
	padding: 0.3rem 1.5rem;
	border-right: 10px ridge rgba(223, 88, 90, 1.00);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	text-shadow: 0px 0px;
}
.timeline-month:before {
	content: "\F214";
	font-family: bootstrap-icons;
	margin: 0 1rem;
	color: rgba(223, 88, 90, 1);
}
.timeline-title {
	font-size: 1.4rem;
	margin: 1rem;
	font-weight: bold;
}
.timeline-title .bi {
	margin-right: 1rem;
}
.timeline-item .colum {
	float: none;
	width: auto;
}
/*timeline*/
/*timeline-2*/
.time-year {
	font-weight: bold;
	font-size: 1.5rem;
}
.timeline-title{
	
}
.nenpyolist li {
	list-style-position: outside;
	list-style-type: none;
	border-bottom: 1px dotted rgba(0,0,0,0.66);
	color: rgba(21,139,43,1.00);
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	max-width: 70%;
	margin-left: 1rem;
}
.nenpyo-img {
	border-radius: 50%;
	margin: 1rem;
}

/* homeindex------------------------- */
.featurette-divider {
  margin: 5rem 0;
}
.homeindex .index-btn {
	margin-bottom: 2rem;
	margin-right: 2rem;
	margin-top: -2rem;
	text-align: center;
}
.homeindex img{
	border-radius: 20px;	
}
.homeindex .btn-light {
	border: 1px solid rgba(21,139,43,1.00);
}
.hajimeni {
	width: 95%;
	margin: 1rem auto;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	border: thin solid rgba(21,139,43,1.00);
}

.img-dl {
	margin: 3rem 0.25rem;	
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width:768px) {
	.container {
		max-width: 90%;
	}
/*timeline-1*/

/*timeline-1*/
.homeindex img ,.nenpyo-img{
	max-width: 250px;	
}
}
@media (max-width: 575px) {
	html {
		font-size: 95%;
	}
	.container {
		max-width: 100%;
	}
	.img-fluid {
		max-width: 250px;
	}
  /* カルーセルコンテンツのサイズを大きくする */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
	.carousel-item {
  height: 21rem;
  background-color: #777;
}
.carousel-caption h1,.carousel-caption p{
	background-color: rgba(0,0,0,0.4);
	padding: 0.6rem;
	border-radius: 25px;
}
}
