.indexCONTENT {
	background: url("../../image/index/bg.jpg");
	background-position: center top;
	
}

.index-sp {
	display: none;
}



.index-fv {
	background: url("../../image/index/pc.jpg")no-repeat;
	width: 100%;
	background-position: center top;
	padding-top: 420px;
	position: relative;
}
.index-fvsp {
	display: none;
}

.indexbox {
	text-align: center;
}

.index-fv h1 {
	color:#f51b66;
	font-size: 1.8rem;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	 position: absolute;
  right: 0;
  left: 0;
	top:20px;
  margin: 0 auto;
}

.indexbox .logo {
	width: 750px;
	margin: auto;
	margin-bottom: 20px;
}
.indexbox .logo img {
	width: 100%;
	height: auto;
}


.indexBUTTON {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-bottom: 20px;
}
.indexBUTTON li {
	margin: 0 5px;
}

.h3_sub {
	margin-bottom: 20px;
}

.index-wrap {
	max-width: 900px;
	margin: auto;
	padding: 50px 0;
}
.index-seo {
	margin-bottom: 20px;
}
.index-seo h2 {
	color:#f51b66;
	font-size: 3rem;
	text-align: center;
	padding: 0;
	margin: 0;
}

.index-seo p {
	text-align: center;
	font-size: 1.5rem;
}

.indexCONTENT .copyright {
	background: #5dc3be;
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
	padding: 10px;
	box-sizing: border-box;
}
footer {
        padding-bottom: 80px;
    }

/* --------------------------　

TOP コンテンツ10

-------------------------- */

.content10 {
padding: 15px 15px 25px 15px;
	background: url("../../image/common/bg02.jpg");
	background-size: cover;
	max-width: 850px;
font-size: 1.1rem;
	margin: 1% auto 2% auto;
	    color: #4b4b4b;
}
.content10 h2 {
font-size: 1.8rem;
    text-align: center;
    margin: 3% auto 3% auto;
}
.content10 h3 {
font-size: 1.8rem;
    text-align: center;
    margin: 3% auto 3% auto;
}
.content10 h4 {
font-size: 1.8rem;
    text-align: center;
    margin: 3% auto 3% auto;
}
.content10 h5 {
font-size: 1.8rem;
    text-align: center;
    margin: 3% auto 3% auto;
}
.content10 h6 {
font-size: 1.2rem;
    text-align: center;
    margin: 1% auto 1% auto;
}
.content10 .group {
	margin-bottom: 5px;
}
.content10 img {
max-width: 468px;
	margin: auto;

}
.c-both {
    clear: both;
    display: block;
    visibility: hidden;
}



/*==================================================
スライダーのためのcss
===================================*/
#first-view h1 {
	background: #222;
	text-align: center;
	color:#fff;
	font-size: 1.2rem;
	padding: 5px;
}

#mainvisual {
height:100vh;
	position: relative;
}

#mainvisual .enterBOX {
	width: 80%;
	margin: 0;
	padding: 0;
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#mainvisual .enterBOX .logo {
    width: 100%;
max-width: 658px;
    margin-bottom: 46px;
    margin-left: auto;
    margin-right: auto;
}
#mainvisual .enterBOX .logo img {
	width: 100%;
}

#mainvisual .text {
	text-align: center;
	color:#fff;
	font-size: 1.0rem;
	margin-bottom: 20px;
}
.buttonBOX  {
	display: flex;
	justify-content: space-between;
}

.selectbutton {
	 width: 49%;	
}
.selectbutton a span {
	 line-height: 1.4;
	display: block;
	font-size: 1.2rem;
}
/* 019 */
.selectbutton a {
    background: url("../../image/common/header.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
    border-radius: 6px;
    position: relative;
    display: flex;
	flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 1.8rem;
	 line-height: 1.4;
}


.selectbutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.selectbutton a:hover {
  opacity: 0.8;
  color: #FFF;
}
.selectbutton a:hover:after {
  right: 1.4rem;
}



/* --------------------------　

indexCONTET

-------------------------- */

.indexCONTET {
	background: #ebe3da;
	padding: 20px 20px 20px;
	box-sizing: border-box;
}
.indexCONTET .inner {
	margin: 0;
	padding: 0;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(240, 240, 233, 1));
	padding: 20px;
	border-radius: 5px;
	box-sizing: border-box;
}
.indexCONTET .inner p {
 margin: 0;
	padding: 0;
}

.obia {
    color: #81D8D0;
    border: 3px solid #81D8D0;
    padding: 0.3em;
    border-radius: 0.3em;
    font-weight: bold;
    text-align: center;
    width: 90%;
    margin: 7px;
    opacity: 0.3;
    opacity: 0.8;
}


.obia02 {
    border: 2px solid #81D8D0;
    padding: 0.3em;
    border-radius: 0.1em;
	margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
}
.obia02 .obia02sub{
    border: 2px solid #81D8D0;
    padding: 0.3em;
    border-radius: 0.1em;
    width: 50%;
    margin: 7px;
    background-color: #FFFFFF;
    display: flex
;
	line-height: 39px;
}


@media screen and (max-width: 768px) {
.indexCONTENT {
	background: url("../../image/index/bgsp.jpg");
	background-position: center top;
	background-size: 80%;
}
	
.index-sp {
	display: block;
}
	
.spfv {
	position: relative;
}
.spfv img {
		width: 100%;
	height: auto;
}
	
	
.index-sp h1 {
	color:#f51b66;
	font-size: 1.2rem;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	 position: absolute;
  right: 0;
  left: 0;
	top:10px;
  margin: 0 auto;
}

.index-fv {
	display: none;
}
.index-fvsp {
	display: block;
}

.indexbox {
	text-align: center;
	font-size: 1.4rem;
	margin: 0 15px 20px 15px;
	box-sizing: border-box;
}
	
.index-sp .logo {
	width: auto;
	margin: auto 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.index-sp .logo img {
	width: 100%;
	height: auto;
}


.indexBUTTON {
	display: flex;
	justify-content: center;
  align-items: center;
	margin: 0 10px 20px 10px;
	
}
.indexBUTTON li {
	margin: 0 5px;
}
.indexBUTTON li img {
	width: 100%;
	height: auto;
}


.h3_sub {
	text-align: center;
	font-size: 1.3rem;
	margin: 0 15px 20px 15px;
	box-sizing: border-box;
}

.index-wrap {
	max-width: 900px;
	margin: auto 15px;
	padding: 20px 0;
}
.index-seo {
	margin-bottom: 20px;
}
.index-seo h2 {
	color:#f51b66;
	font-size: 1.8rem;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1.6;
	margin-bottom: 10px;
}

.index-seo p {
	text-align: left;
	font-size: 1.3rem;
}

.indexCONTENT .copyright {
	background: #5dc3be;
	text-align: center;
	color:#fff;
	font-size: 1.2rem;
	padding: 10px;
	box-sizing: border-box;
}
	
	
/* --------------------------　

TOP コンテンツ10

-------------------------- */



.content10 h3 {
	text-align: center;
	background: #81D8D0;
	color:#fff;
	font-size: clamp(1.5rem, 2.8vw, 1.8rem);
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
}
.content10 .group {
	margin-bottom: 5px;
}
	
.obia02 .obia02sub{

	line-height: normal;
	font-size: 12px;
	margin: 3px;
}
	
	
}

