@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------
	BASE SETTING CSS
   ------------------------------------------------------------ */

/* ------------------------------------------------------------
	LAYOUT CSS
   ------------------------------------------------------------ */

html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: black;
	line-height: 1.6;
	font-size: 1.6rem;  /* PC時：16pxと同等、SP時：14pxと同等 */
	-webkit-font-smoothing: antialiased;
}
img {
	vertical-align: bottom;
	/*	width: 100%;
	max-width: 100%;
	height: auto;*/
}
p.text{
	font-size: 1.6rem;
	line-height: 1.6;
}
/* p.note{
	font-size: 1.2rem;
	line-height: 1.4;
} */

@media screen and (min-width:768px) and (max-width:1024px) {
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
}
@media screen and (max-width: 767px) {
  html { font-size: 54.6875%; }

	/* p.note{
		font-size: 1.6rem;
	} */
	

}
/* link
----------------------------------------------------*/

a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
.text_link a {
	color: #000;
}
/* layout
----------------------------------------------------*/

#wrapper {
	font-size: 14px;
	font-size: 1.4rem;
}
.content {
	width: 1115px;
	margin: auto;
}

@media screen and (min-width:768px) and (max-width:1200px) {
.content {
	width: 90%;
	margin: auto;
}
}
.content .box {
	margin: 10px 0 50px;
}
.section__devider {
	margin: 0 0 6em;
	clear: left;
	text-align: center;
	z-index: 0;
}
.section__link {
	font: 1.125em/1.22222 "Frutiger Light", Meiryo, "MS PGothic", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	color: #646464;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	z-index: 2;
}
.section__link:after {
	height: 20px;
	width: 45px;
	top: 1.75em;
	content: '';
	background-repeat: no-repeat;
	background-image: url(../img/icon_scroll.jpg);
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	z-index: 1;
	padding-top: .6875em;
}
.top__link {
	text-align: right;
	margin: 0 0 15px;
}
.top__link a {
	font: 100% "Frutiger Light", Meiryo, "MS PGothic", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	color: #646464;
	position: relative;
	z-index: 2;
}

@media screen and (max-width:768px) {
:root * img {
	width: 100%;
}
.content {
	width: 90%;
}
}
/* header
----------------------------------------------------*/

.header {
	width: 100%;
	z-index: 9999;
	background: #fff;
	box-sizing: border-box;
}
.header .headerInner {
	max-width: 1115px;
	height: 75px;
	margin: auto;
	overflow: hidden;
	padding: 25px 0 0px 0;
}
.header_logo {
	float: left;
	margin: 0 0 29px 10px;
}
.header_navi {
	float: right;
	padding: 15px 10px 0 0px;
	text-align: right;
	line-height: 1;
	font-size: 13px;
	font-size: 1.3rem;
}
.header_navi li {
	display: inline-block;
	margin: 0 0 0 17px;
	padding: 0 17px 0 0;
	border-right: 1px solid #666;
}
.header_navi li:last-child {
	border: none;
	padding: 0;
}
.header_navi li a:hover {
	color: #000;
}
.headerNav-sp {
	display: none;
}

@media screen and (max-width:768px) {
.header {
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 999;
	background: #fff;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.header .headerInner {
	width: 100%;
	margin: 0;
	height: 75px;
	position: relative;
	padding: 15px 0 0 20px;
	box-sizing: border-box;
}
.header_logo {
	margin: 0;
}
.header_navi {
	display: none;
}
.headerNavTrigger {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 23px;
	right: 20px;
	cursor: pointer;
}
.headerNavTrigger-item {
	display: block;
	width: 40px;
	height: 4px;
	background: #555;
	position: absolute;
	border-radius: 10px;
	transition: all 0.3s;
}
.headerNavTrigger-item:nth-of-type(1) {
	top: 0;
}
.headerNavTrigger-item:nth-of-type(2) {
	top: 12px;
}
.headerNavTrigger-item:nth-of-type(3) {
	top: 24px;
}
.headerNavTrigger-open .headerNavTrigger-item:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.headerNavTrigger-open .headerNavTrigger-item:nth-of-type(2) {
	opacity: 0;
}
.headerNavTrigger-open .headerNavTrigger-item:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}
.headerNav-sp {
	width: 100%;
	z-index: 99999;
	display: none;
	background: #fff;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.headerNav-sp .headerNavList {
	border-top: 1px solid #CCC;
	margin: 0 0 20px;
}
.headerNav-sp .headerNavList li {
	border-bottom: 1px solid #CCC;
}
.headerNav-sp .headerNavList li a {
	display: block;
	padding: 10px 40px 10px 10px;
	font-size: 14px;
	position: relative;
	text-align: left;
}
.headerNav-sp .headerNavList li a:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 15px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.headerNav-sp .headerNavList2 {
	width: 60%;
	margin: 0 auto 20px;
}
.headerNav-sp .headerNavList2 li {
	background: #dfeaf5;
	width: 100%;
	display: inline-block;
}
.headerNav-sp .headerNavList2 li a {
	display: block;
	padding: 10px;
	text-align: center;
}
}
/* mainImg
----------------------------------------------------*/
#mainImg * {
	box-sizing: border-box;
}
#mainImg {
	width: 100%;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.mainImgMainVisual {
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}

@media screen and (max-width:768px) {
#mainImg {
	padding-top: 75px;
	min-height: auto;
}

}

/* anchorLink
----------------------------------------------------*/
#anchorLink {
	width: 100%;
	margin: 50px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
}
#anchorLink *{
	box-sizing: border-box;
}
#anchorLink .anchorLinkInner {
	width: 100%;
	background: #E6E6E6;
}
#anchorLink .anchorLinkInner.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
}
#anchorLink .anchorLinkInner ul {
	width: 100%;
	max-width: 1115px;
	margin: auto;
	display: table;
  align-items: center;
}
#anchorLink .anchorLinkInner li {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}
#anchorLink .anchorLinkInner li.tuning {
  width: 25%;
}
#anchorLink .anchorLinkInner li:first-child:before {
  content: "";
  display: block;
	border-left: 1px solid #333;
  position: absolute;
  left: 0px;
  top: 10px;
  bottom: 10px;
}
#anchorLink .anchorLinkInner li::after {
  content: "";
  display: block;
	border-left: 1px solid #333;
  position: absolute;
  right: 0px;
  top: 10px;
  bottom: 10px;
}
.anchorLinkInner-activ{
	background: #cbcbcb;
}
#anchorLink .anchorLinkInner li a {
	display: block;
  height: 100%;
	text-align: center;
  padding: 0.5em;
	font-size: 120%;
	line-height: 24px;
	font-weight: bold;
}
#anchorLink .anchorLinkInner li  b {
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  #anchorLink .anchorLinkInner li:first-child:before,
  #anchorLink .anchorLinkInner li:first-child:after {
    height: 100%;
  }
}
@media screen and (max-width:768px) {
	#anchorLink{
    margin: 20px 0;
    }
  #anchorLink .anchorLinkInner ul {
    width: 100%;
    height: auto;
    display: block;
    border-left: 0px none;
  }
  #anchorLink .anchorLinkInner li {
    display: block;
    padding:0 10px;
    width: 100%;
    height: auto;
    margin-top: 0;
    border-right: 0px none;
  }
    #anchorLink .anchorLinkInner li.tuning {
      width: 100%;
    }
    #anchorLink .anchorLinkInner li:first-child:before,
    #anchorLink .anchorLinkInner li::after {
      content: none;
    }
    #anchorLink .anchorLinkInner li+li a{
      border-top: 1px solid #333;
    }
  #anchorLink .anchorLinkInner li a {
    font-weight: bold;
    line-height: normal;
    padding: 15px;
    font-size: 100%;
    font-size: 14px;
    border-left: none;
    margin-top: 0;
  }
  #anchorLink .anchorLinkInner li:last-child a{
    border-right: none;
  }
  #anchorLink .anchorLinkInner li a.anchorLink-2line{
    line-height: normal;
      height: auto;
      padding-top: 15px;
  }
}


/* footer
----------------------------------------------------*/

.footer {
	width: 1115px;
	margin: auto;
	clear: both;
	overflow: hidden;
	padding: 35px 0 0 0;
	border-top: 1px solid #bebebe;
}
.footer img {
	width: inherit;
}
.footer .footer_content {
	float: left;
	width: 340px;
	margin: 0 47px 0 0;
}
.footer .footer_content:nth-child(3) {
	float: right;
	margin: 0;
}
.footer .footer_content p {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #efeff0;
	font-size: 12px;
	font-size: 1.2rem;
}
.footer .footer_content ul {
	margin: 0 0 40px 0;
}
.footer .footer_content ul li {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}
.footer .footer_content ul li a:before {
	content: " ";
	display: inline-block;
	background: url('/am/images/icons-s48fa17e2f3.png') -15px -13px;
	width: 7px;
	height: 14px;
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.footer .footer_copy {
	overflow: hidden;
	width: 100%;
	padding: 20px 0 40px 0;
	border-top: 1px solid #bebebe;
	font-size: 12px;
	font-size: 1.2rem;
}
.footer .footer_copy .footer_copy_ja {
  display: inline-block;
    margin-left: 0.5em;
}
.footer .footer_copy .footer_copy_en {
    display: inline-block;
}

/* 200911 追記 */
.footer .footer_copy p {
	margin: 0;
}
.footer .footer_copy_varl {
	margin-bottom: 10px;
}
@media screen and (min-width:768px) {
	.footer .footer_copy_varl {
		font-size: 14px;
	}
	.footer .footer_copy_varl br {
		display: none;
	}
}


@media screen and (max-width:768px) {
.footer {
	width: 100%;
	border-top: none;
}
.footer .footer_content {
	display: none;
}
.footer .footer_copy {
	width: 95%;
	margin: 0 auto;
}
.footer .footer_copy_ja {
	float: none;
	text-align: left;
	margin: 0 0 20px;
}
}

@media screen and (min-width:768px) and (max-width:1200px) {
.footer {
	width: 90%;
}
.footer .footer_content {
	width: 100%;
}
.footer .footer_content:nth-child(3) {
	float: none;
}
}

/* btn
----------------------------------------------------*/

.btn {
	margin: 15px 0;
}
.btn a {
	position: relative;
	background: #dfeaf5;
	padding: 15px;
	width: 70%;
	margin: 0 auto;
	display: block;
}
.btn a:after {
	content: "";
	position: absolute;
	right: 19px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #007099;
	border-right: 2px solid #007099;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
}
.btn a:hover:after {
	right: 16px;
}
.reportBtn{
	width: 100%;
	max-width: 400px;
	margin: 20px auto 0;
}

/* setting
----------------------------------------------------*/

h2 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
h3 {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #BACDD7;
}


.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.textC {
	text-align: center;
}
.textR {
	text-align: right;
}
.textL {
  text-align: left;
}
.fz16{
	font-size: 16px;
}
.fz18{
	font-size: 18px;
}
.red {
	color: #e60000;
}
.pink {
	color: #F3C;
}
.bold {
	font-weight: bold;
}
.ind {
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.indent2 {
	text-indent: -2em;
	padding-left: 2em;
}
.indent3 {
	text-indent: -3em;
	padding-left: 3em;
}

.main_text{
	font-size: 1.8rem;
	line-height: 1.8;
}


.note {
	font-size: 12px;
}
.resize {
	width: inherit;
}

.sp {
	display: none;
}

.twin_ascenders_col-2{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.twin_ascenders_col-2_item{
	width: calc((100% - 40px) / 2);
	margin-top: 30px;
}

@media screen and (min-width:768px) {
	.textR-pc {
		text-align: right;
	}
	.fs110p-pc {
		font-size: 110%;
	}
}
@media screen and (max-width:768px) {
	.main_text{
		line-height: 1.6;
	}
	.twin_ascenders_col-2{
		display: block;
	}
	.twin_ascenders_col-2_item{
		width: 100%;
		margin-top: 15px;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	.textL-sp{
		text-align: left;
	}
  .mb0-sp {
	margin-bottom: 0 !important;
  }
  .mb10-sp {
  	margin-bottom: 10px !important;
  }
  .mb20-sp {
  	margin-bottom: 20px !important;
  }
  .mb25-sp {
  	margin-bottom: 25px !important;
  }
  .mb30-sp {
  	margin-bottom: 30px !important;
  }
  .mb40-sp {
  	margin-bottom: 40px !important;
  }
  .mb50-sp {
  	margin-bottom: 50px !important;
  }
  .mb60-sp {
  	margin-bottom: 60px !important;
  }
  .mt0-sp {
  	margin-top: 0 !important;
  }
  .mt10-sp {
  	margin-top: 10px !important;
  }
  .mt15-sp {
  	margin-top: 15px !important;
  }
  .mt20-sp {
  	margin-top: 20px !important;
  }
  .mt30-sp {
  	margin-top: 30px !important;
  }
  .mt40-sp {
  	margin-top: 40px !important;
  }
  .mt50-sp {
  	margin-top: 50px !important;
  }
  .mt60-sp {
  	margin-top: 60px !important;
  }
	h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
	h3 {
    font-size: 2.0rem;
    line-height: 1.6;
  }
	h4 {
    font-size: 2.0rem;
    line-height: 1.6;
  }
}


@media print{
#anchorLink .anchorLinkInner.fixed {
    position: static;
}

}

/* js-inview */
.js-inview{
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.5s ease 0.3s;

}
.js-inview-show{
	opacity: 1;
	transform: translateY(0);
}

/* MainVisual内テキスト */
.MainVisual_banner{
	position: relative;
	max-width: 100%;
}
.MainVisual_bannerInner{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #e6ebb0;
	padding: 10px;
	width: 540px;
}
.MainVisual_bannerImg{
	margin-right: 20px;
}
.MainVisual_bannerText{
	font-size: 1.4rem;
	text-align: left;
}
.fwB{
	font-weight: bold;
}

.MainVisual_bannerBtn .btn{
	border: 1px #000 solid;
	padding: 8px 20px;
	position: relative;
	background: #fff;
	width: 70%;
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
.MainVisual_bannerBtn .btn:after {
	content: "";
	position: absolute;
	right: 19px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #e60000;
	border-right: 2px solid #e60000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
}
.MainVisual_bannerBtn a.btn:hover:after {
	right: 16px;
	transition: all 0.3s 0s ease;

}
@media screen and (max-width: 768px){
	.MainVisual_bannerInner{
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		align-items: flex-start;
	}
	.MainVisual_bannerImg{
		margin-right: 10px;
	}
	.MainVisual_bannerImg img{
		width: auto;
		margin-bottom: 10vw;
	}

	.MainVisual_bannerText{
		margin-bottom: 14vw;
	}
	.MainVisual_bannerBtn{
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
	}
	.MainVisual_bannerBtn .btn{
		width: 92%;
		margin: 0 auto;
	}

}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.MainVisual_bannerImg img{
		width: auto;
		max-width: inherit;
	}
}

/* textLink */
.textLink {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
}
.textLink::after {
  content: "";
  display: inline-block;
  right: 19px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #e60000;
  border-right: 2px solid #e60000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0 1px 9px;
}
.textLink:hover::after {
  transition: all 0.3s 0s ease;
  margin: 0 0 1px 12px;
}