@charset "UTF-8";

/* main-visual
======================================================================*/

.main-visual.mv-position{
	background-image: url(../../images/position/main_visual@2x.png);
	background-position: center center;
	background-size: auto 100%;
	background-color: #000308;
}
@media screen and (max-width: 480px){
.main-visual.mv-position{
}
}

/* introduction
======================================================================*/
.introduction{
	width: 100%;
    padding: 60px 0;
}
@media screen and (max-width: 768px){
.introduction{
    padding: 30px 0;
}
}

.intro{
	max-width: 1000px;
    margin: 40px auto;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #FFFFFF;
}
@media screen and (max-width: 768px){
.intro{
    margin: 40px auto 0;
	padding: 20px;
}
}

.intro h3{
    text-align: center;
}

.intro h5{
    font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 2.8rem;
    font-weight: 700;
	text-align: center;
    margin-bottom: 15px;
    color: #4f6077;
}
@media screen and (max-width: 768px){
.intro h5{
	font-size: 1.8rem;
    margin-bottom: 10px;
}
}

.intro h5 span{
    font-family: 'Shippori Mincho', 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
}
@media screen and (max-width: 768px){
.intro h5 span{
    font-size: 1.1rem;
}
}

.intro h6{
    font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 1.8rem;
    font-weight: 700;
	text-align: center;
	color: #4f6077;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px){
.intro h6{
	font-size: 1.6rem;
    margin-bottom: 10px;
}
}

.intro p{
    font-size: 1.4rem;
    text-align: center;
}
@media screen and (max-width: 768px){
.intro p{
    font-size: 1.2rem;
    text-align: justify;
}
}

.point-wrap{
    border-top: 1px solid #4f6077;
    border-bottom: 1px solid #4f6077;
    margin-top: 30px;
    padding: 30px 0;
}
@media screen and (max-width: 768px){
.point-wrap{
    margin-top: 20px;
    padding: 20px 0;
}
}

.intro ul.point{
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-top: 20px;
}

.intro ul.point li{
	width: 49%;
}
@media screen and (max-width: 768px){
.intro ul.point li{
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
.intro ul.point li:last-child{
    margin-bottom: 0px;
}
}


/* ttl_bdr
======================================================================*/
.ttl_bdr{
	max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0 60px;
	border-top: 10px solid rgba(201,188,156,0.20);
}
@media screen and (max-width: 768px){
.ttl_bdr{
    padding: 60px 0 30px;
}
}

.top_bnr p.caption{
    text-align: justify;
    font-size: 1.2rem;
}
@media screen and (max-width: 768px){
.top_bnr p.caption{
    font-size: 1.1rem;
}
}


/* position
======================================================================*/
.position{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 80px;
	position: relative;
	z-index: 1;
	display: flow-root;
}
/*
.position::after {
  content: "";
  display: table;
  clear: both;
}*/
@media screen and (max-width: 768px) {
.position{
    margin: 0 auto 40px;
} 
}

/* box-img */
.position .box-img{
    width: 75%;
	max-width: 950px;
    position: relative;
    float: left;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.position .box-img.rev{
    float: right;
}

@media screen and (max-width: 768px) {
.position .box-img{
    width: 72%;
}
}

.position .box-img div{
    width: 49%;
    position: relative;
}
@media screen and (max-width: 768px) {
.position .box-img div{
    width: 100%;
    margin-bottom: 10px;
}
.position .box-img div:last-child{
    margin-bottom: 0px;
}
}

.position .box-img p.cap {
    font-size: 1.1rem;
    color: #FFFFFF;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.position .box-img p.cap.blk {
    color: #000000;
}

/* box-txt */
.position .box-txt{
	width: 100%;
	max-width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	text-align: right;
    z-index: 3;
}
.position .box-txt.rev{
	text-align: left;
}

@media screen and (max-width: 768px) {
.position .box-txt{
	width: 92%;
}
.position .box-txt img{
	max-width: 72px;
}
}

/* box-copy */
.position .box-copy{
    width: 100%;
	max-width: 1040px; /*1000*/
	padding: 40px 20px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
.position .box-copy{
    width: 100%;
    max-width: 100%;
    padding: 20px;
}
}

.position .box-copy.rev{
	width: 75%;
	max-width: 950px;
    padding-left: 0;
	margin-right: 0;
}

@media screen and (max-width: 768px) {
.position .box-copy.rev{
    width: 100%;
    max-width: 100%;
    padding: 20px;
}
}

.position h4{
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.position h4{
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}
}

.position p{
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
}
@media screen and (max-width: 768px) {
.position p{
    font-size: 1.2rem;
}
}


/* position-data
======================================================================*/
.position-data{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 40px;
    position: relative;
}

@media screen and (max-width: 768px) {
.position-data{
    margin: 0 auto 20px;
} 
}

/* box-img */
.position-data .box-img{
	width:100%;
	position: relative;
}
@media screen and (max-width: 768px) {
.position-data .box-img{
	margin-top: 30px;
}
}

/* box-txt */
.position-data .box-txt{
    width: 90%;
	position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
	z-index: 3;
}

@media screen and (max-width: 768px) {
.position-data .box-txt{
    position: relative;
}
}

.position-data h3{
    font-size: 3.0rem;
    text-align: center;
    margin-bottom: 30px!important;
}
@media screen and (max-width: 768px) {
.position-data h3{
    font-size: 2.0rem;
    margin-bottom: 20px!important;
}
}

.position-data p.lead{
    text-align: center;
    margin-bottom: 40px!important;
}
@media screen and (max-width: 768px) {
.position-data p.lead{
    margin-bottom: 20px!important;
}
}

/* data-wrap */
.data-wrap{
	width: 100%;
	max-width: 1000px;
	margin: -100px auto 0;
	position: relative;
	background-color: #FFFFFF;
	z-index: 3;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.data-wrap{
	margin: 0 auto;
}
}

.data-wrap h4{
    font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    color: #002541;
        margin-bottom: 30px!important;
}
@media screen and (max-width: 768px) {
.data-wrap h4{
    font-size: 1.6rem;
}
}

.data-wrap h5{
    font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-align: left;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 768px) {
.data-wrap h5{
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    }
}

.data-wrap h5 img{
    vertical-align: middle;
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
.data-wrap h5 img{
    display: block;
    margin: 0 auto 20px;
}
}

.data-wrap p.caption{
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.data-set{
    max-width: 900px;
    margin: 0 auto 10px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between; 
}

.data-set .data-one{
	width: 30%;
	max-width: 274px;
}
@media screen and (max-width: 768px) {
.data-set .data-one{
	width: 100%;
	margin: 0 auto;
}
}

.data-set .data-two{
    width: 65%;
    max-width: 588px;
}
@media screen and (max-width: 768px) {
.data-set .data-two{
	width: 100%;
	margin: 30px auto 0;
}
}

.data-set .data-one ul,
.data-set .data-two ul{
    padding-top: 20px;
}

.data-set .data-one li,
.data-set .data-two li{
    width: 274px;
    margin-bottom: 10px;
}

.data-set .data-two ul{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
.data-set .data-two ul{
    justify-content: center;
}
.data-set .data-two li{
    margin-bottom: 30px;
}
.data-set .data-two li:last-child{
    margin-bottom: 10px;
}
.data-set .data-two p.caption{
    max-width: 276px;
    margin: 0 auto;
    font-size: 1.1rem;
}
}

