@charset "UTF-8";
/**
 * mainHeader
 */
.header .header_logo {
  width: 260px;
}
.header .header_right {
  margin-left: auto;

  text-align: right;
}
.header_contactBtn {
  width: 300px;
}
.header_contactBtn .icon {
  padding-right: 5px;
  font-size: 24px;
  transform: translateY(2px);
}
.header .globalNav {
  display: block;
  margin-left: auto;
	width: 500px;
}

.header .globalNav_list {
	display: flex;
	justify-content: space-between;
}

.header .globalNav_item > a {
  padding: 25px 0;
  display: block;
}

.header .globalNav_item > a.is-current {
	color: #E4002B;
}

.header .globalNav_item.active > a {
  color: #E4002B;
}

.header .globalNav_subMenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 5;
}
/*
.header .globalNav_item.hover:hover .globalNav_subMenu{
  display: block;
}
*/
.header .globalNav_subMenu dl {
  margin: 0 auto;
  display: flex;
  max-width: 980px;
  justify-content: space-between;
  text-align: left;
}

.header .globalNav_subMenu dt {
	margin-bottom: 0;
  width: 180px;
  text-align: left;
}

.header .globalNav_subMenu dt > a {
	padding-top: 40px;
	display: block;
	width: 100%;
	height: 100%;
}

.header .globalNav_subMenu dd {
  flex: 1;
}

.header .globalNav_subMenu .globalNav_subMenu_list {
  overflow: hidden;
  border-left: 1px solid #C8CDD2;
}   

.header .globalNav_subMenu .globalNav_subMenu_item { 
  width: 25%;
  height: 100px;
  float: left;
  border-right: 1px solid #C8CDD2;
  border-bottom: 1px solid #C8CDD2;
}

.header .globalNav_subMenu .globalNav_subMenu_item a {
	padding: 20px 10px;
	display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .globalNav_ecocsr .globalNav_subMenu_item {
	border-bottom: none;
	border-top: 1px solid #C8CDD2;
}

.header .globalNav_ecocsr .globalNav_subMenu_item:nth-child(5) {
	clear: left;
}

.header .globalNav_subMenu .globalNav_subMenu_item .icon_arrow {
  position: relative;
  flex: 1;
}
/*
.header .globalNav_subMenu .globalNav_subMenu_item .icon_arrow::after {
	content: '\E112';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
*/
.header .globalNav_subMenu .globalNav_subMenu_item img {
  margin-right: 10px;
  width: 60px;
  height: auto;
}

.header .siteNav_list {
  padding: 12px 20px;
  min-width: 386px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
  background-color: #F3F3F3;
}

.header .siteNav_lng {
  position: relative;
  cursor: pointer;
}

.header .siteNav_lng span {
	font-size: 11px;
	font-size: 1.1rem;
	vertical-align: middle;
}

.header .siteNav_lng > a:hover {
	color: #0B1013;
}

.header .siteNav_lng_menu {
	padding-top: 20px;
  display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	width: 120px;
	background: #F3F3F3;
	z-index: 6;
}

.header .siteNav_lng.hover:hover .siteNav_lng_menu {
	top: 100%;
	display: block;
}

.header .siteNav_lng_item {
	text-align: center;
}

.header .siteNav_lng_item a {
	padding: 10px 0;
	display: block;
}

.header .siteNav_lng_item a:hover {
	color: #0B1013;
	background-color: #C8CDD2;
}

.header .siteNav_sns .icon {
  font-size: 22px;
}

@media screen and (max-width: 979px) {
  .header .globalNav_subMenu {
    padding: 0 20px;
  }
  
  .header .globalNav_subMenu dt {
    width: 130px;
  }
  
  .header .globalNav_subMenu .globalNav_subMenu_item {
    width: 33.33%;
  }
	
	.header .globalNav_ecocsr .globalNav_subMenu_item {
		border-top: none;
		border-bottom: 1px solid #C8CDD2;
	}
	
	.header .globalNav_subMenu .globalNav_subMenu_item-empty {
		display: none;
	}
}

@media screen and (max-width: 767px) {
  .header .header_logo {
    max-width: 140px;
  }

 
  .header .siteNav_list {
    margin: 0;
    padding: 0;
    justify-content: space-around;
    width: 100px;
    min-width: 100px;
    background-color: transparent;
  }
  
  .header .siteNav_sns,
  .header .siteNav_search {
    display: none;
  }
  
  .header .siteNav_lng {
    position: static;
  }
  
  .header .siteNav_lng .lsf_txt {
    display: none;
  }
  
  .header .siteNav_lng .lsf-icon::before {
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
  
  .header .header_navSp {
    display: flex;
    width: 100px;
    justify-content: space-around;
    align-items: center;
  }
  
  .header .navLanguage .icon {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
  }
  
	.header .globalNav {
    display: none;
    position:absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    background: #fff;
    color: #000;
    text-align: left;
    /*transform: translateY(-100%);*/
    /*transition: all 0.6s;*/
    width: 100%;
	}

	.header .globalNav_list {
    margin: 0 auto;
    display: block;
    padding: 0;
    width: 100%;
		overflow: scroll;
			max-height: calc(100vh - 62px);
	}

	.header .globalNav_item {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #C8CDD2;
	}
  
  .header .globalNav_item a {
    display: block;
    color: #000;
    padding: 20px;
	}
  
	.header .globalNav .searchform {
		margin: 25px auto;
		padding: 0 35px 0 10px;
		width: 90%;
		height: 36px;
	}

  
  .header .globalNav .goFb a {
		padding: 15px;
		display: block;
		text-align: center;
		vertical-align: middle;
	}
  
	.header .globalNav .goFb .icon::before {
		font-size: 30px;
	}

  .header .siteNav_lng_menu {
    padding: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: left;
    width: 100%;
	}
  
  .header .siteNav_lng_list {
    overflow: hidden;
  }
	
  .header .siteNav_lng_item {
		/*一旦英語サイトのみ*/
		/*
		float: left;
		width: 33.333%;
		*/
		width: 100%;
	}
	
  .header .siteNav_lng_item a {
		padding: 15px 0;
		display: block;
		text-align: center;
		border-right: 1px solid #C8CDD2;
	}
	
  .header .siteNav_lng_item:last-child a {
		border: none;
	}
}

/**
 * bread clump
 */
.topicpath {
  padding: 0;
  background-color: #E4002B;
}

.topicpath .topicpath_list {
  margin: 0 auto;
  max-width: 980px;
}

.topicpath .topicpath_item {
  padding: 10px 0;
  display: inline-block;
}

.topicpath .topicpath_item a {
  margin-right: 15px;
  padding-right: 22px;
  background: url(/assets/common/img/icon_topicpath.png) right center no-repeat; 
}
.topicpath .topicpath_item a,
.topicpath .topicpath_item span {
  display: block;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .topicpath {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .topicpath {
    display: none;
  }
    .header_contactBtn {
    width: 60px;
    height: 60px;
  }
  .header_contactBtn .icon {
    padding: 5px 0 0;
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .header_contactBtn span {
    display: none;
  }
}
/**
 * tabNav
 */
.tabNav {
  margin-top: -20px;
}

@media screen and (max-width: 979px) {
  .tabNav {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .tabNav {
    display: none;
  }
}

/**
 * contentHeader
 */

.contentHeader {
  margin-bottom: 60px;
	padding: 0;
	border-bottom: 1px solid #C8CDD2;
}

.contentHeader > .inr {
	margin: 0 auto;
	max-width: 980px;
	height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentHeader_ttl {
  flex: 1;
}

.contentHeader .contentHeader_ttlMain {
	padding: 0;
}

.contentHeader .contentHeader_ttlSub {
  margin-top: 10px;
}

.contentHeader .contentHeader_link {
	margin-bottom: 0;
	padding-left: 20px;
	width: 210px;
	height: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: normal;
  -ms-grid-row-align: normal;
  align-self: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	border-left: 1px solid #C8CDD2;
}

.contentHeader .contentHeader_link > a {
	width: 100%;
	padding: 20px 0;
	display: block;
}

.contentHeader .localNav {
  margin-left: -20px;
  display: none;
  width: 100%;
  width: 100vw;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #C8CDD2;
  position: relative;
}

.contentHeader .localNav_list {
	width: auto;
	white-space: nowrap;
}

.contentHeader .localNav_item {
	display: inline-block;
}

.contentHeader .localNav_item > a {
	display: block;
	padding: 20px;
}

.contentHeader .localNav_item-current > a {
	color: #E4002B;
}

@media screen and (max-width: 979px) {

  .contentHeader {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .contentHeader {
    margin-bottom: 30px;
  }
  
  .contentHeader > .inr {
    position: relative;
    height: auto;
    min-height: 113px;
  }
  
  .contentHeader_ttl {
    width: 100%;
    padding: 20px 0;
    border-right: none;
  }
  
  .contentHeader .contentHeader_link {
    padding: 10px;
    width: auto;
    height: auto;
    position: absolute;
    right: 12px;
    bottom: 20px;
    border: none;
  }
  
  .contentHeader .contentHeader_link::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #E4002B;
    border-right: 2px solid #E4002B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
  }
  
  .contentHeader .contentHeader_link.active::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  .contentHeader .contentHeader_link > a {
    display: none;
  }
}

/**
 * pageHeader
 */
.pageHeader {
  margin-bottom: 60px;
	padding: 0 0 60px;
	border-bottom: 1px solid #C8CDD2;
}

.pageHeader > .inr {
	margin: 0 auto;
	max-width: 980px;
}

.pageHeader_ttl {
  margin-bottom: 30px;
  text-align: center;
}

.pageHeader_mv {
	margin-bottom: 30px;
  width: 100%;
}

.pageHeader_lead {
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width: 979px) {
  .pageHeader {
    padding: 0 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .pageHeader {
		margin-bottom: 30px;
		padding: 0 20px 60px;
	}
  
  .pageHeader_ttl {
    margin-bottom: 20px;
  }
  
  .pageHeader_lead {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/**
 * pageContent
 */
.pageContent-single {
  margin-bottom: 100px;
  padding: 0;
}

.pageContent-single > .inr {
	max-width: 980px;
	margin: 0 auto;
 /* padding: 30px 0 0*/;
	padding: 0;
}

@media screen and (max-width: 979px) {
	.pageContent-single {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
  /*
  .pageContent {
    padding: 30px 0;
  }
  */
  
  .pageContent-single {
    margin-bottom: 60px;
  }
  /*
  .pageContent-single > .inr {
    padding: 30px 0 0;
  }
  */
}

/**
 * section
 */
.section {
  margin-bottom: 120px;
  padding: 0;
}
.section > .inr {
	max-width: 1200px;
  width: 100%;
	margin: 0 auto;
}


.section_ttl {
	margin-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

.section_ttl::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #C8CDD2;
}

.section_ttl::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 50px;
	height: 1px;
	background-color: #E4002B;
}

.section-g {
	margin-bottom: 60px;
	padding: 60px 0;
	background-color: #F3F3F3;
}


.section.hr {
  border-bottom: 1px solid #C8CDD2;
}

.sectionPrimary:nth-child(n+2) {
	padding-top: 60px;
	border-top: 1px solid #C8CDD2;
}

.sectionPrimary_ttl {
	margin-bottom: 30px;
}

.sectionSec {
  margin-bottom: 100px;
	padding-top: 60px;
	border-top: 1px solid #C8CDD2;
}

.sectionSec > .inr {
	max-width: 980px;
	margin: 0 auto;
}

.sectionSec_ttl {
	margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
	.section > .inr {
		padding: 0 20px;
	}
	
	.section-g {
		padding: 30px 20px;
	}
	
	.sectionSec {
		padding: 60px 20px 0;
	}
}

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 100px;
  }
	
	.sectionSec {
    margin-bottom: 60px;
		padding: 30px 20px 0;
	}
}


/**
 * contentFooter
 */

.contentFooter {
	text-align: right;
	border-top: 1px solid #C8CDD2
}

.contentFooter > .inr {
	margin: 0 auto;
	max-width: 980px;
}

.contentFooter_nav {
	padding: 0 20px;
	display: inline-block;
	width: 200px;
	border-left: 1px solid #C8CDD2;
}

.contentFooter_nav a {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-align: left;
}

@media screen and (max-width: 767px) {

  .contentFooter_nav {
		width: 50%;
	}
}

/**
 * mainFooter
 */
/*
.footer {
	border-top: 1px solid #EA0029;
}
*/
.footer .footer_btm {
	color: #fff;
	background-color: #1F80DB;
}

.footer .footer_btm .inr {
  padding: 40px 0;
  /*
	margin: 0 auto;
	padding: 40px 0;
	width: 980px;
	display: flex;
	justify-content: space-between;
  */
  text-align: center;
}

.footer .footer_left {
	display: flex;
	justify-content: space-between;
}

.footer .footer_logo {
	margin-right: 25px;
	width: 90px;
}

.footer .copyright {
	font-size: 10px;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.footer .footer_nav {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}

.footer .footer_navItem {
	margin-right: 40px;
	display: inline-block;
}

@media screen and (max-width: 979px) {
  .footer .footer_nav {
		padding: 30px 20px;
		width: 100%;
	}
	
	.footer .footer_btm .inr {
		padding: 40px 20px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
.footer .footer_left {
		display: none;
	}
	
	.footer .footer_nav {
		padding: 0;
	}
	
	.footer .footer_navItem {
		margin-right: 0;
		display: block;
		border-bottom: 1px solid #C8CDD2;
	}
	
	.footer .footer_navItem a {
		padding: 15px 20px;
		display: block;
	}
}
.mainImg.section {
  margin-bottom: 0;
}
.mainImg {
  background: url("/assets/common/img/bg_main_01.jpg") 50% 0 no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.mainImg img {
  width: 100%;
  height: auto;
  position: relative;
}
.mainImg_img::before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 15%;
  left: 0;
  top: 33%;
  background: rgba(255,255,255,0.8);
}
@media (max-width:480px) {
  .mainImg {
    background-image: url("/assets/common/img/bg_main_01_sp.jpg");
  }
  .mainImg_img {
    padding-bottom: 20%;
  }
  .mainImg_img::before {
    width: 81%;
    height: 12%;
    left: 0;
    top: 23%;
  }
}
.section.thought .thought_inr {
  margin-top: -60px;
  /*transform: translateY(-50%);*/
  position: static;
  z-index: 100;
}
.thought_ttl {
  margin-bottom: 30px;
}
.thought_box {
  padding: 50px 0;
  /*height: 500px;*/
  background: url( ../../img/bg_sec01.jpg) 30% 0 no-repeat;
  background-size: cover;
}
.thought_boxTtl {
  margin-bottom: 30px;
  line-height: 1.4;
	letter-spacing: 0.2em;
	text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.thought_listWrap {
  /*margin-left: auto;*/
  padding: 20px 58px 10px;
  /*width: 675px;*/
  position: relative;
  
}
.thought_list {
  width: 100%;
}
.thought_list::after,
.thought_listWrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  border-top: 6px solid #fff;
  border-left: 6px solid #fff;
  border-bottom: 6px solid #fff;
  /*box-shadow: 4px 4px 0px 0px #CCCCCC inset,0 6px 0px 0px #CCCCCC;*/
}
.thought_listWrap::after {
  right: 4px;
  left: auto;
  border-radius: 0 8px 8px 0;
  border-left: none;
  border-right: 6px solid #fff;
}
.thought_list::before,
.thought_listWrap::before{
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  border-top: 6px solid #ccc;
  border-left: 6px solid #ccc;
  border-bottom: 6px solid #ccc;
}
.thought_listWrap::before{
  border-radius: 0 8px 8px 0;
  border-left: none;
  border-right: 6px solid #ccc;
  right: 0;
  left: auto;
}
.thought_list li {
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  
}
.thought_list li::before {
  padding-right: 20px;
  content: '\f14a';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 3px;
  color: #1F80DB;
  line-height: 1;
  font-size: 30px;
  font-size: 3.0rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  text-shadow: none;
}
 .thought_boxContent {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
@media screen and (max-width: 1200px) {
  /*
  .thought_inr {
    padding: 0 10px;
  }
 */
}
@media screen and (max-width: 1159px) {
  .thought_listWrap {
    /*width: 55%;*/
    max-width: 100%;
  }
}
@media (max-width:980px) {
  .thought_list li {
    font-size: 18px;
    font-size: 1.8rem;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  }
  .thought_list li::before {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .thought_box {
    background: url( ../../img/bg_thought_sp.jpg) 0 100% no-repeat;
    background-size: cover;
  }
  .thought_boxTtl {
    margin-bottom: 35px;
  }
  .thought_listWrap {
    margin: 0 auto;
    padding: 0 40px;
  }
  /*
  .thought_list {
    padding: 0 0 0 5px;
  }
  */
  .thought_list::before,
  .thought_listWrap::before,
  .thought_list::after,
  .thought_listWrap::after{
    content: none;
  }
  .section.thought .thought_inr {
    margin-top: -40px;
  }
}
@media screen and (max-width: 480px) {
  .thought_listWrap {
    padding: 0;
    width: 100%;
  }
  .thought_list li {
    margin-bottom: 40px;
    padding-left: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .thought_list li::before {
    top: 2px;
  }
  
}

.cv_content {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.cv_box {
  width: 49%;
  border: 4px solid #2392F9;
  border-top: none;
  border-right-color:  #1F80DB;
}
.cvBox_cap {
  height: 55px;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  line-height: 55px;
  text-align: center;
  background: #2392F9;
  background: linear-gradient(100deg,#2392F9 50%, #1F80DB 0%);
}
.cv_box dd {
  padding: 20px 50px;
  display: flex;
	justify-content: center;
  flex-direction: column;
	height: calc(100% - 55px);
}
.cvBox_txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.cvBox_tel .cvBox_txt {
  white-space: nowrap;
}
/*
.cvBox dd {
	display: flex;
	align-items: center;
	height: calc(100% - 55px);
}
*/
/*
.cvBox_mail .cvBox_txt {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
*/
.cvBox_num {
  text-align: center;
}
@media (max-width:1200px) {
  .cv.section > .inr {
    padding: 0 10px;
  }
  .cvBox_tel .cvBox_txt {
	 white-space: normal; 
  }
}
@media (max-width:980px) {
  .cv .ttl_yellowInr {
    letter-spacing: 0;
  }
  .cvBox_cap {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .cv_box dd {
    padding: 10px 30px;
  }
}
@media (max-width:768px) {
  
  .cv_content {
    flex-direction: column;
  }
  .cv_box {
    margin-bottom: 20px;
    width: 100%;
    height: 220px;
  }
  .cv_box:last-child {
    margin-bottom: 0;
  }
  .cv_box dd {
    padding: 25px;
  }
  .cvBox_tel .cvBox_txt {
    text-align: center;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .cv_box .cvBox_txtInr {
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
  }
  
}
@media (max-width:767px) {
  .cv .ttl_yellowInr {
    letter-spacing: 0.1em;
  }
}
@media (max-width:480px) {
  
  .cv_box {
    height: 180px;
  }
  .cvBox_cap {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cvBox_txt {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .cv_box dd{
    height: calc(100% - 40px);
  }
}
.pointList {
  margin-left: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pointList::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  order: 1;
}
.pointList_item {
  margin: 0 0 40px 20px;
  flex-grow: 0;
	flex-shrink: 1;
  flex-basis: calc((100% / 3) - 20px);
  padding-top: 80px;
  position: relative;
}
.pointList_ttl {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
  border-radius: 50%;
  background-color: #2EAD89;
  z-index: 10;
}
.pointList_num {
  margin-top: -15px;
  position: absolute;
  top: 25%;
  width: 100%;
  font-family: 'arial narrow';
}
.pointList_num span {
  font-size: 13px;
  font-size: 1.3rem;
}
.pointList_txt {
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.pointList_img img {
  width: 100%;
}
@media (max-width:980px) {
  .pointList_ttl {
    width: 120px;
    height: 120px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pointList_num img {
    width: 40px;
    height: auto;
  }
}
@media (max-width:640px) {
  .pointList {
    flex-direction: column;
  }
  .pointList_item {
    margin-left: 0;
    margin-bottom: 20px;
    padding-top: 50px;
    flex-basis: 100%;
    width: 100%;
  }
  .pointList_item:last-child {
    margin-bottom: 0;
  }
  
  
}
.suport_wrap {
  padding: 70px 0;
  background-color: #F9F9F9;
}
.suport_content {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  justify-content: space-between;
}
.suport_box {
  width: 49.1%;
  
}
.suport .description_main {
  /*
  font-size: 36px;
  font-size: 3.6rem;
  */
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.suport .description_sub {
  padding: 15px 0 0 0;
  /*
  font-size: 18px;
  font-size: 1.8rem;
  */
  font-size: 1em;
  letter-spacing: 0.05em;
}
.suport .price_main {
  padding: 0 30px 10px;
  /*
  font-size: 30px;
  font-size: 3.0rem;
  */
  font-size: 1.66em;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-bottom: 1px solid #1F80DB;
}
.suport_price .price_main .txt_orange {
  /*
  font-size: 50px;
  font-size: 5.0rem;
  */
  font-size: 1.66em;
  font-weight: 700;
  
}
.suport .price_note {
  padding: 25px 20px 0;
  /*
  font-size: 24px;
  font-size: 2.4rem;
  */
  font-size: 1.33em;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.suport_bnr {
  width: 100%;
}
.suport_bnr img {
  width: 100%;
}
@media (max-width:1200px) {
  .suport_content {
    font-size: 14px;
    font-size: 1.4rem;
    justify-content: center;
  }
  .suport_box {
    width: auto;
  }
}
@media (max-width:980px) {
  .suport_wrap {
    padding: 50px 0;
  }
  .suport_content {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .suport_description .description_main {
    letter-spacing: 0.05em;
  }
  /*
  .suport_description .description_main {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .suport_description .description_sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .suport_price .price_main {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .suport_price .price_main .txt_orange {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .suport_price .price_note {
    font-size: 16px;
    font-size: 1.6rem;
  }
  */
}
@media (max-width:768px) {
  .suport_content {
    margin-bottom: 0;
    flex-direction: column;
  }
  .suport_box {
    width: 100%;
  }
  .suport_description .description_main {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .suport_description .description_sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .suport_price .price_main {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2.0rem;
  }
  .suport_price .price_main .price_price {
    display: inline-block;
  }
  .suport_price .price_main .txt_orange {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .suport_price .price_note {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    white-space: normal;
  }
  .suport .suport_content br {
    display: none;
  }
  
}
@media (max-width:480px) {
  .suport_price .price_main .price_price {
    display: block;
  }
}
.flowList {
  margin-left: -53px;
display: -webkit-flex;
display: flex;
  justify-content: space-between;
}
.flowList_item {
  margin-left: 53px;
  /*width: 21.66%;*/
  width: calc((100% / 4) - 53px);
  position: relative;
}
.flowList_num {
  height: 0;
  padding-top: 100%;
  position: relative;
}
.flowList_num > .inr{
  margin: 0 auto 20px;
  /*padding-top: 20px;*/
  width: 77%;
  height: 77%;
  max-width: 200px;
  max-height: 200px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #2EAD89;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flowList_num .num_txt {
  padding: 0 0 20px;
  display: block;
  min-height: 0%;
}
.flowList_num .num_txt img {
  width: 40%;
}
.flowList_num .num_txt > span {
  font-size: 26px;
}
.flowList_num .icon {
  font-size: 80px;
  min-height: 0%;
}
.flowList_cap {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
}
.flowList_txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.flowList_txt > span {
  display: inline-block;
  text-align: left;
  max-width: 522px;
}
.flowList_list {
  margin: 10px auto 0;
	width: 100%;
  max-width: 522px;
	background: #F5F5F5;
	padding: 10px 30px;
  line-height: 2.0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.flowList_list .list_inr {
	display: inline-block;
	text-align: left;
}
.list_ttl {
  font-weight: 700;
}
.flowList_item .flowList_num::after {
  margin-top: -20px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -45px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #e9951f;
}
.flowList_item:last-child .flowList_num::after {
  content: none;
}
.flowList_list.creditForm {
  padding: 15px 10px;
}
.flowList_list.creditForm .list_ttl {
  margin-bottom: 10px;
}
.flowList_list .formparts_input {
  margin-bottom: 10px;
  height: 40px;
}
.flowList_list .btn_submit {
  height: 40px;
  line-height: 38px;
  font-size: 12px;
}
.flowList_list .creditSubmit {
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width:1200px) {
  .flowList_num .num_txt > span {
    font-size: 20px;
  }
  .flowList_num .num_txt {
    padding-bottom: 10px;
  }
  .flowList_num .icon {
    font-size: 60px;
  }
  .flowList_list .creditSubmit {
    width: 100%;
  }
}
@media (max-width:980px) and (min-width:769px){
.flowList_cap {
  font-size: 18px;
  font-size: 1.8rem;
}
.flowList_txt {
	font-size: 14px;
	font-size: 1.4rem;
}
}
@media (max-width:900px) {
  .flowList_num .icon {
    font-size: 40px;
  }
}
@media (min-width:769px) {
  .flowList_item:nth-child(2) {
    animation-delay: 0.5s;
  }
  .flowList_item:nth-child(3) {
    animation-delay: 1s;
  }
  .flowList_item:nth-child(4) {
    animation-delay: 1.5s;
  }
}
@media (max-width:768px) {
  .flowList_num {
    padding-top: 152px;
  }
  .flowList {
    margin-left: 0;
    flex-direction: column;
    width: 100%;
  }
  .flowList_item {
    margin: 0 0 60px;
    width: 100%;
  }
  .flowList_item:last-child {
    margin-bottom: 0;
  }
  .flowList_item .flowList_num::after {
    margin-right: -10px;
    top: -30px;
    right: 50%;
    transform: rotate(90deg);
  }
  .flowList_item:first-child .flowList_num::after {
    content: none;
  }
  .flowList_item:last-child .flowList_num::after {
    content: '';
  }
  .flowList_num > .inr {
    width: 132px;
    height: 132px;
  }
  .flowList_num .icon {
    font-size: 56px;
  }
  
}
@media (max-width:480px) {
  .flowList_cap {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .flowList_txt {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .flowList_list {
    margin: 10px auto;
    max-width: 230px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.regist_subTtl {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 4.0rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
.regist_subTtl .icon {
  margin-right: 20px;
}
.regist_lead {
  margin-bottom: 40px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.regist_wrap{
  padding: 70px 0 60px;
  width: 100%;
  background: url(/assets/common/img/bg_regist.jpg) 100% 0 no-repeat;
  background-size: cover;
}
.regist_note {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  letter-spacing: 0.2em;
}
.regist_note .note_qr {
  margin-right: 20px;
  width: 80px;
}
.regist_note .note_txt dt,
.regist_note .note_txt dd {
  display: inline-block;
}
.regist_note .note_txt a {
  color: #fff;
}
.regist_note .note_info {
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
.regist_flow {
  text-align: center;
}
@media (max-width:768px) {
  .regist_wrap{
    padding-bottom: 40%;
    background-image: url("/assets/common/img/bg_regist_sp.png");
    background-position: 0 100%;
  }
}
@media (max-width:480px) {
  .regist_note {
    letter-spacing: 0.05em;
  }
  .regist_subTtl {
    font-size: 28px;
    font-size: 2.8em;
    letter-spacing: 0.05em;
  }
  .regist_lead {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
  .regist_note .note_info {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    justify-content: center;
  }
}
.contact_ttl {
  margin-bottom: 40px;
  color: #1F80DB;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.contact_ttl .icon {
  margin-right: 20px;
}
.contact_note {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.contact {
  font-size: 18px;
  font-size: 1.8rem;
}
.contact dt {
  width: 250px;
}
.contact dd {
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.contact_name dd {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.contact dl {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.contact_form dt {
  margin-right: 90px;
  display: -webkit-flex;
  display: flex;
}

.contact .require {
  margin-left: auto;
  padding: 0 12px;
  display: block;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  background: #E9961F;
}
.contact_name .name_item{
  margin-left: 10px;
  width: 50%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.contact dd {
  padding-left: 3em;
}
.contact .contact_name dd {
  padding-left: 0;
}
.contact .contact_name div:first-child {
  margin-left: 0;
}
.contact .contact_name .name_cap {
  width: 3em;
  display: inline-block;
  text-align: center;
}
.contact_name .formparts_input {
  width: calc(100% - 3em);
}
.contact .submit {
  margin: 0 auto;
  width: 300px;
}
dl.contact_textarea {
  align-items: flex-start;
}
.contact_textarea textarea {
	background: #fff;
	vertical-align: bottom;
	width: 100%;
	height: 220px;
	padding: 0.4em 0.8em;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.contact_privacy {
  margin-bottom: 50px;
  text-align: center;
}
.formError {
  width: 100%;
  align-self: flex-start;
  color: #E9961F;
}
.contact_name .formError  {
  padding-left: 3em;
}
.form-error {
  background: #faead1;
}
.contact_textarea textarea.form-error {
  background: #faead1;
}
.confirm_ttl {
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.complete {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.complete_container {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.complete_container #content {
  flex-grow: 1;
}
.btn_group {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 58%;
  margin: 50px auto 0;
}
.btn_group li {
  width: 49%;
}
.complete_topBtn {
  margin: 50px auto 0;
  width: 300px;
}
.kiyaku_ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.kiyaku_lead {
  margin-bottom: 10px;
}
.kiyaku_text {
	margin: 0px auto 50px;
	padding: 10px;
	border: solid 1px #707070;
	width: 80%;
	background: #fff;
	height: 400px;
	overflow: auto;
  font-size: 14px;
  font-size: 1.4rem;
}
.kiyaku_text dl {
  margin-bottom: 0;
  display: block;
  
}
.kiyaku_text dd {
  padding-left: 1em;
  display: block;
}
.kiyaku_text .kiyakuList_mainTtl {
  margin: 0 0 10px 0;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  width: auto;
}
.kiyaku_text .kiyakuList_mainDetail {
  margin-bottom: 20px;
  padding-left: 0;
}

@media (max-width:980px) {
  .contact_form dt {
    margin-right: 45px;
  }
}
@media (max-width:767px) {
  .contact_ttl {
    margin-bottom: 25px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .contact_note {
    margin-bottom: 35px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .contact {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .contact .formparts_input {
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact_textarea textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact .require {
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
  }
  .contact dl {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start
  }
  .contact .require {
    margin-left: 5px;
  }
  .contact .contact_name .name_cap {
    width: 35px;
  }
  .contact_name .formparts_input {
    width: calc(100% - 35px);
  }
  .contact_form dt {
    margin-bottom: 10px;
  }
  .contact_name dd {
    display: block;
  }
  .contact dd {
    padding-left: 35px;
    width: 100%;
  }
  .contact .contact_name dd {
    padding-left: 0;
  }
  .contact_name .name_item {
    margin-left: 0;
    width: 100%;
  }
  .contact_name div:first-child {
    margin-bottom: 10px;
  }
  .kiyaku_text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.about.section {
  margin-bottom: 150px;
}
.about_ttl {
  margin-bottom: 100px;
}
.aboutList_item:first-child {
  border-top: 1px solid #555555;;
}
.aboutList_item {
  padding: 26px 0;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #555555;
}
.aboutList_item dt {
  padding-left: 10%;
  width: 43.3%;
}
.aboutList_item dd {
  flex: 1;
}
@media (max-width:767px) {
  .about_ttl {
    padding: 32px 0;
  }
}
@media (max-width:480px) {
  .about_ttl {
    margin-bottom: 60px;
  }
  .aboutList_item {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .aboutList_item dt {
    padding-left: 0;
    width: 95px;
  }
}