@charset "UTF-8";
/*/▼帯バナー削除用CSS▼//*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
/*/▲帯バナー削除用CSS▲//*/
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea div {
  font-family: 'Noto Sans JP', sans-serif;
}
#mainArea p {
  font-family: 'Noto Sans JP', sans-serif;
}
.bnr_ {
  width: 900px;
  margin: 0 auto;
  display: block;
}
section {
    width: 860px;
    margin: 7em auto 10em;	
	position: relative;	
}
.f-f {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 1.28rem;
  letter-spacing: 0.5px;		
}

.under_ {
    margin: 0 auto 4% auto;
	clear: both;
}
.back-b {
	background: #8eadb6;
}
.lead {
  width: 100%;
  margin: 0 auto -2em;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: center;
}
.lead p {
	padding: 4em 0 2em 0;
	font-size: 1.5rem;
	line-height: 1.9;
}

/*///*/
.main_ttl {
    width: 20%;
    margin: 0 auto;	
}
.main_ttl img {
    width: 60%;
    margin: 17% auto 5% auto;
	display: block;
}
.main_img {
	width: 55%;
    margin: 0 auto;
}
h3.orange {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 3rem;
  font-size: 1.85rem;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  padding: 1% 5% 2% 5%;
  background: #0f0f0f;
  border-left: 5px solid #fc602a;
  margin: 0 auto;
  width: 80%;
}
h3.violet {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 3rem;
  font-size: 1.85rem;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  padding: 1% 5% 2% 5%;
  background: #0f0f0f;
  border-left: 5px solid #8594e3;
  margin: 0 auto;
  width: 85%;
}
h4.orange {
  color: #0f0f0f;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1rem;
  font-size: 2rem;
  letter-spacing: 1px;
  text-align: left;
  display: inline-block;
  background: #fdd1c9;
  padding: 1% 0;
}
h4.violet {
  color: #0f0f0f;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1rem;
  font-size: 2rem;
  letter-spacing: 1px;
  text-align: left;
  display: inline-block;
  background: #e1e5fa;	
  padding: 1% 0;	
}
.comment_ {
	font-size: 1.3rem;
	line-height: 2.0;
    margin: 1.3em auto 2em auto;
}
.sub_ttl {
    width: 40%;
    margin: 0 auto 2% auto;
}
.sub_ttl img {
    width: 60%;
    margin: 0 auto;
    display: block;
}


/*///*/
.main_creditArea {
	padding: 0;
}
.main_credit {
  display: inline;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 1.1rem;
	padding-right: 8%;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.main_creditArea table td.txt {
    width: 80%;
    padding: 3% 0 0 0;
	height: 50px;
}
.main_creditArea table td.txt b {
	font-weight: normal;
	font-size: 1.2rem;	
}
.main_creditArea table td.btn {
	width: 20%;
}
/*///*/
.crdit {
  margin-bottom: 15px;
}
/*////*/
.button_crdit {
  width: 73%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 1.2rem;
}
.button_bl {
    display: inline-block;
    width: 90%;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    border: 1.5px solid #0f0f0f;
    background: none;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    color: #0f0f0f;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
.button_bl:hover {
    background: #0f0f0f;
    border: 1.5px solid #0f0f0f;
    color: #fff !important;
    transition: .3s;
}
.button_or {
    display: inline-block;
    width: 90%;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    border: 1.5px solid #fc602a;
    background: #fc602a;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
.button_or:hover {
    background: none;
    border: 1.5px solid #fc602a;
    color: #fc602a !important;
    transition: .3s;
}
.button_vi {
    display: inline-block;
    width: 90%;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    border: 1.5px solid #7e8dd9;
    background: #7e8dd9;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
}
.button_vi:hover {
    background: none;
    border: 1.5px solid #7e8dd9;
    color: #7e8dd9 !important;
    transition: .3s;
}

/*////*/
.button_all {
  width: 600px;
  height: 51px;
  border: solid 2px #202020;
  background: none;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  display: block;
  color: #202020;
  line-height: 47px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
  margin: 0 auto;
}
.button_all:hover {
  background: #202020;
  border: solid 2px #202020;
  color: #fff !important;
  transition: .3s;
}
/*////*/


.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* slide */
.main-itemArea--img {
    width: 398px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
	border: 1.5px solid #fc602a;
    padding: 1.5%;	
}
.main-itemArea--img_2 {
    width: 398px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
	border: 1.5px solid #7e8dd9;
    padding: 1.5%;	
}
.slide-items__wrap {
	
}
.bx-prev,.bx-next {
	display: none;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-wrapper {
    margin-bottom: 0!important;
}


.of_img {
    z-index: 3;	
}
.of_img img {
	width: 100%;
	height: auto;	
}


#knit_1 {
	position: relative;
    padding: 0 0 4% 0;
	width: 100%;
    margin: 6% auto 0 auto;
}
#knit_1 .about_item {
	clear: both;
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#knit_1 .about_item .item_Text {
	width: 55%;
    margin: 5% auto 0 auto;
}
#knit_1 .about_item .item_Text .main_creditArea table td.btn {
    width: 16%;
}
#knit_1 .contents {
	clear: both;
	position: relative;
	width: 900px;
	margin: 7% auto 0 auto;
}
#knit_1 .contents .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -3%;
}
#knit_1 .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
	padding: 0;
}
#knit_1 .contents .ld_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3%;
}
#knit_2 {
	position: relative;
    padding: 0 0 4% 0;
	width: 100%;
    margin: 4% auto 0 auto;
}
#knit_2 .about_item {
	clear: both;
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#knit_2 .about_item .item_Text {
	width: 55%;
    margin: 5% auto 0 auto;
}
#knit_2 .about_item .item_Text .main_creditArea table td.btn {
    width: 16%;
}
#knit_2 .contents {
	clear: both;
	position: relative;
	width: 900px;
	margin: 7% auto 0 auto;
}
#knit_2 .contents .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -3%;
}
#knit_2 .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
	padding: 0;
}
#knit_2 .contents .ld_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3%;
}

#outer_1 {
	position: relative;
    padding: 0 0 4% 0;
	width: 100%;
    margin: 12% auto 0 auto;
}
#outer_1 .about_item {
	clear: both;
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#outer_1 .about_item .item_Text {
	width: 55%;
    margin: 5% auto 0 auto;
}
#outer_1 .about_item .item_Text .main_creditArea table td.btn {
    width: 16%;
}
#outer_1 .contents {
	clear: both;
	position: relative;
	width: 900px;
	margin: 7% auto 0 auto;
}
#outer_1 .contents .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 6%;
}
#outer_1 .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
	padding: 0;
}
#outer_1 .contents .ld_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3% 0 -3%;
}
#outer_2 {
	position: relative;
    padding: 0 0 4% 0;
	width: 100%;
    margin: 8% auto 5% auto;
}
#outer_2 .about_item {
	clear: both;
	position: relative;
	width: 900px;
	margin: 0 auto;
}
#outer_2 .about_item .item_Text {
	width: 55%;
    margin: 5% auto 0 auto;
}
#outer_2 .about_item .item_Text .main_creditArea table td.btn {
    width: 16%;
}
#outer_2 .contents {
	clear: both;
	position: relative;
	width: 900px;
	margin: 7% auto 0 auto;
}
#outer_2 .contents .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 6%;
}
#outer_2 .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
	padding: 0;
}
#outer_2 .contents .ld_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3% 0 -3%;
}

