body {  
    font-family: "Avenir Next", Verdana , Arial,"Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    width: 100%;
    font-size: 16px;
    width:100vw;
    max-width:100vw;
    color: #000;
    line-height: 1.5;
    height: 100%;
	overflow-x: hidden;
	max-width: 100%;
}

.section-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 24px;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 72px;
    background-color: #E15371;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section-title p {
    font-size: 20px;
}

.section-title h2 {
    font-size: 32px;
}

.section-title_top p {
    color: #E15371;
}

@media screen and (max-width:780px){
    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 18px;
    }

    .section-title {
        margin-bottom: 24px;
        padding-bottom: 16px;
    }
}

@media screen and (max-width:500px){
    .section-title h2 {
        font-size: 26px;
    }
}

/*
‐‐‐‐‐‐‐‐‐　以下追加CSS */

/* レイアウト */
.container {
	width: 90%;
	margin: 0 auto;
}
@media (min-width: 1031px) {
	.container {
		max-width: 1200px;
	}
}
.container img {
	max-width: 100%;
}

/* ボタン */
.btn {
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	padding: 1rem 2rem 1rem 1rem;
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.2;
	background: #E15371 url("../images/arrow.svg") no-repeat center right 1rem;
	background-size: 10px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a img {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
@media (hover:hover) {
	.btn:hover {
		opacity: .8;
	}
	a img:hover {
		opacity: .8;
	}
}


/* 見出し */
.section-title strong {
	font-weight: bold;
	color: #E15371;
}
.section-title.var-or strong { color: #F28426; }
.section-title.var-bl::after { background: #3BA1C6; }
.section-title.var-or::after { background: #F28426; }

strong {
	font-weight: bold;
}


/* セクション０１ */
.sect-01-head {
	margin: 0 0 2rem;
}
.sect-01-h {
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
}
.sect-01-h strong {
	color: #E15371;
}
.sect-01-block {
	margin: 0 0 3rem;
}
.sect-01 small {
	display: block;
	margin: 1rem 0;
}
.sect-01-foot {
	text-align: center;
	margin: 3rem 0 0;
}
.sect-01-foot .btn {
	width: 100%;
	max-width: 500px;
}
@media (max-width: 1031px) {
	.sect-01-h br {
		display: none;
	}
}
@media (min-width: 1031px) {
	.sect-01-head {
		margin: 0 0 3rem;
	}
	.sect-01-h {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding: 1rem 100px;
		margin: auto;
		text-align: center;
		background-image: url("../images/chara-01.png"), url("../images/chara-02.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top left, top right;
	}
}

@media (max-width: 500px) {
	.sect-01-foot {
		margin: 24px 0 0;
	}
}

@media (max-width: 450px) {
	.sect-01-h {
		font-size: 18px;
	}
}

@media (max-width: 340px) {
	.sect-01-h {
		text-align: left;
	}
}


/* 背景 */
.bg-or {
	background: #FFF6DF;
	padding: 2rem 0;
	margin: 0 0 2rem;
}
@media (min-width:1030px) {
	.bg-or {
		padding: 4rem 0;
		margin: 0 0 4rem;
	}
}

/* 改行 */
.br { display: inline-block; }


  /*--------------------------connection----------------------------*/
  .connection {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 80px;
}

.connection-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.connection-wrapper::after {
	content: "";
	width: 24%;
	display: block;
}

.connection-wrapper::before {
	content: "";
	width: 24%;
	display: block;
	-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
			order:1;
}

.connection-text {
	background-color: #E15371;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
	border-radius: 0 0 5px 5px;
	position: relative;
}

.connection-contents {
	width: 24%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.connection-contents a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.connection-contents:nth-of-type(5), .connection-contents:nth-of-type(6), .connection-contents:nth-of-type(7), .connection-contents:nth-of-type(8) {
	margin: 20px 0;
}

.connection-text {
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.connection-contents_img {
	display: block;
	width: 100%;
	border-radius: 5px 5px 0 0;
	border: 2px solid #E15371;
}

.connection-text img {
	width: 19px;
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
}

.connection-information {
	border-radius: 5px;
}

.connection-br {
	display: none;
}


.connection-top {
	margin-top: 0;
}

.connection-top_br1 {
	display: none;
}

.connection-top_br2 {
	display: none;
}

@media screen and (max-width:1200px){
	.connection-br {
		display: block;
	}

	.connection-top_br1 {
		display: block;
	}

	.connection-information {
		max-height: none;
	}
}

@media screen and (max-width:1090px){
	.connection-br {
		display: block;
	}
}

@media screen and (max-width:980px){
	.connection-contents {
		width: 32%;
	}

	.connection-wrapper::before {
		display: none;
	}

	.connection-br {
		display: block;
	}

	.connection-wrapper::after {
		width: 32%;
	}

	.connection-contents:nth-of-type(4), .connection-contents:nth-of-type(5), .connection-contents:nth-of-type(6) {
		margin: 20px 0;
	}

	.connection-contents:nth-of-type(7), .connection-contents:nth-of-type(8) {
		margin: 0;
	}

	.connection-br {
		display: none;
	}

	.connection-top_br1 {
		display: none;
	}
}

@media (max-width:920px) {
	.connection-top_br1 {
		display: block;
	}
}

@media screen and (max-width:900px){
	.connection-br {
		display: block;
	}
}

@media screen and (max-width:780px){
	.connection {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

@media screen and (max-width:740px){
	.connection-contents {
		width: 48.5%;
	}

	.connection-contents:nth-of-type(3), .connection-contents:nth-of-type(4), .connection-contents:nth-of-type(5), .connection-contents:nth-of-type(6), .connection-contents:nth-of-type(7), .connection-contents:nth-of-type(8), .connection-contents:nth-of-type(9) {
		margin: 20px 0 0;
	}

	.connection-br {
		display: none;
	}
}

@media screen and (max-width:600px){
	.connection-br {
		display: block;
	}
}

@media screen and (max-width:480px){
	.connection-text {
		font-size: 14px;
	}

	.connection-text img {
		width: 15px;
		right: 8px;
	}

	.connection-text {
		padding: 8px 0;
	}

	.connection-contents:nth-of-type(3), .connection-contents:nth-of-type(4), .connection-contents:nth-of-type(5), .connection-contents:nth-of-type(6), .connection-contents:nth-of-type(7), .connection-contents:nth-of-type(8), .connection-contents:nth-of-type(9) {
		margin: 16px 0 0;
	}
}

@media screen and (max-width:430px){
	.connection-text img {
		width: 12px;
		right: 6px;
	}
}

@media (max-width:400px) {
	.connection-top_br2 {
		display: block;
	}
}

@media screen and (max-width:380px){
	.connection-text {
		font-size: 12px;
	}
}

@media screen and (max-width:350px){
	.connection-br_sp {
		display: block;
	}

	.connection-contents:nth-of-type(3), .connection-contents:nth-of-type(4), .connection-contents:nth-of-type(5), .connection-contents:nth-of-type(6), .connection-contents:nth-of-type(7), .connection-contents:nth-of-type(8), .connection-contents:nth-of-type(9) {
		margin: 12px 0 0;
	}
}

@media (hover: hover) {
  .connection-contents:hover {
	  opacity: 0.7;
  }
  }


/*--------------------------breadcrumbs----------------------------*/
.breadcrumbs {
    background-color: #F0F0F0;
    margin: 16px 0 32px;
    padding: 8px 0;
    font-size: 12px;
}

.breadcrumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumbs-contents {
    position: relative;
}

.breadcrumbs-contents:not(:first-of-type) {
    padding-left: 10px;
}

.breadcrumbs-contents:not(:last-of-type) {
    margin-right: 8px;
}

.breadcrumbs-contents:not(:first-of-type)::before {
    content: url(../images/arrow_gray.svg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width:780px){
    .breadcrumbs {
        margin: 0 0 32px;
    }
}