@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
	min-width: 1280px;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}

img {
	max-width:100% !important;
	height:auto;
}
#mv {
	background: url(../images/file/main.jpg) center top;
	background-size: cover;
}
.mainbg {
	width: 100%;
	height:600px;
	position: absolute;
	background: url(../images/main_bg.png) repeat-y center top;
	top:0;
	z-index:1000;
}

@media only screen and (max-width: 1280px) {
  #sec-●● {
    /* PC版　ウィンドウ幅1280px以下のとき */
  }
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
#title {
	margin: 0 0 40px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■.page-file
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-file #other .int_bg {
	background: #e2f2ff url(../images/bg.png) no-repeat center top;
	background-size:cover;
}
.page-file #other .int_bg .innar {
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
}
.page-file #other .ar_other {
	overflow: visible;
    margin-bottom: 120px;
}
.page-file #other .ar_other .tx {
	position:relative;
}
.page-file #other .ar_other:nth-child(odd) {
	background: url(../images/contets_top_bg.jpg) no-repeat center top;
}
.page-file #other .ar_other:nth-child(even) {
	background: url(../images/contets_top_bg2.jpg) no-repeat center top;
}
.page-file #other .ar_other .inner2 {
	position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 1270px;
	margin: 0 auto;
	height: auto !important;
}
.page-file #other .ar_other:nth-child(even) .inner2 {
    flex-direction: row-reverse;
}


.page-file #other .ar_other .textbox{
    position: relative;
}
.page-file #other .ar_other .title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: 30px;
}
.page-file #other .ar_other:nth-child(even) .title {
    padding-left: 140px;
}
.page-file #other .ar_other .title .ttl .copy {
	font-size: 1.5rem;
	font-weight: normal;
}
.page-file #other .ar_other .title .ttl .st {
	font: 3.0rem/1.5em "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
	color: #00b1f2;
	text-shadow: 1.5px 1.5px 0px #fff06a;
}



.page-file #other .ar_other .text .copy {
	font-weight: bold;
	margin: 0 0 10px;
}
.page-file #other .ar_other .text {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 40px;
}
.page-file #other .ar_other:nth-child(odd) .text{
    padding-right: 140px;    
}
.page-file #other .ar_other:nth-child(even) .text{
    padding-left: 140px;    
}
.page-file #other .ar_other .text:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 200%;
}
.page-file #other .ar_other:nth-child(odd) .text:before {
	background: #fbf5d1 url(../images/bg.png) repeat right top;
    margin-left: -100%;
}
.page-file #other .ar_other:nth-child(even) .text:before {
	background: #e3f2ff url(../images/bg.png) repeat left top;
    margin-right: -100%;
}

.page-file #other .ar_other .po_img {
    position: relative;
    z-index: 2;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    width: 566px;
    width: 100%;
    height: 410px;
}
.page-file #other .ar_other:nth-child(odd) .po_img {
    margin-left: -100px;
}
.page-file #other .ar_other:nth-child(even) .po_img {
    margin-right: -100px;
}

.page-file #other .ar_other .img {
	position: relative;
	width: 566px;
	height: 400px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-file #other .ar_other .img img {
	height: 380px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.page-file #other .ar_other .img::before,
.page-file #other .ar_other .img::after {
  position: absolute;
  content: '';
  width: 95%;
  height: 95%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-file #other .ar_other:nth-child(odd) .img::before {
  top: 0;
  right: 0;
  border-top: 10px solid rgba(0,177,242,0.8);
  border-right: 10px solid rgba(0,177,242,0.8);
}
.page-file #other .ar_other:nth-child(odd) .img::after {
  bottom: -0px;
  left: 0;
  border-bottom: 10px solid rgba(255,240,106,0.8);
  border-left: 10px solid rgba(255,240,106,0.8);
}
.page-file #other .ar_other:nth-child(even) .img::before {
  top: 0;
  right: 0;
  border-top: 10px solid rgba(255,240,106,0.8);
  border-right: 10px solid rgba(255,240,106,0.8);
}
.page-file #other .ar_other:nth-child(even) .img::after {
  bottom: 0;
  left: 0;
  border-bottom: 10px solid rgba(0,177,242,0.8);
  border-left: 10px solid rgba(0,177,242,0.8);
}
.page-file #other .ar_other .btn {
	line-height: 47px;
	font-size: 1.6rem;
	width: 264px;
	border-bottom: 5px solid #fff06a;
	margin: 30px 0 0;
}
.page-file #other .ar_other .btn a {
	color: #fff;
	display: block;
	text-align: center;
	background: #00b1f2;
	border: 1px solid #00b1f2;
}
.page-file #other .ar_other .btn a:hover {
	color:#00b1f2;
	background: #fff;
	border: 1px solid #00b1f2;
}
.page-file #other .ar_other .btn a:after{
	content: "\f0da";
	display: inline-block;
	font: bold 1.8rem/47px FontAwesome;
	margin: 0 5% 0 0;
	color: #fff06a;
	float:right;
}
.page-file #other .ar_other .btn a:hover:after {
	color: #fff06a;
}

/*---------------------------------------------------------------------------
	TAB
---------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
.page-file #other .ar_other {
    margin-bottom: 120px;
}
.page-file #other .ar_other .inner {
	height: auto;
}
}


/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
.page-file #other .ar_other:nth-child(odd) ,
.page-file #other .ar_other:nth-child(even) {
	background: no-repeat 98% top;
	background-size: 12% auto;
	padding: 0;
    margin-bottom: 80px;
}
.page-file #other .ar_other:nth-child(odd) {
	background-image: url(../images/index/square01.png);
}
.page-file #other .ar_other:nth-child(even) {
	background-image: url(../images/index/square02.png);
}
.page-file #other .ar_other .inner {
	position: static;
}
.page-file #other .ar_other .inner2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	position: relative;
}
.page-file #other .ar_other:nth-child(even) .inner2 {
    flex-direction: row;
}
    
	.page-file #other .ar_other .inner2 .textbox {
		position: static;
	}
    
.page-file #other .ar_other:nth-child(even) .title ,
.page-file #other .ar_other:nth-child(odd) .title{
	padding: 0px 5%;
    margin-bottom: 15px;
}
.page-file #other .ar_other .title .ttl .copy {
	font-size: 1.2rem;
	line-height: 1.5em;
}
.page-file #other .ar_other .title .ttl .st {
	font: 2.0rem/1.5em "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
}
    
    
.page-file #other .ar_other:nth-child(odd) .text ,
.page-file #other .ar_other:nth-child(even) .text {
	padding: 20px 5%;
	margin:  0 0 10px;
	position: inherit;
}
.page-file #other .ar_other .text:before {
/*    bottom: -50px;*/
}
	.page-file #other .ar_other:nth-child(odd) .text::before ,
	.page-file #other .ar_other:nth-child(even) .text::before {
		height: calc(100% - 40px);
		position: absolute;
		top: 60px;
	}
    
    
.page-file #other .ar_other:nth-child(odd) .po_img ,
.page-file #other .ar_other:nth-child(even) .po_img {
	position: relative;
	width: auto;
	height: auto;
    padding: 0 5%;
    margin: 0 auto 30px;
}
.page-file #other .ar_other .img {
	width: auto;
	padding: 5px;
	height: 310px;
}
	.page-file #other .ar_other .img img {
		height: 300px;
	}
.page-file #other .ar_other:nth-child(odd) .img::before ,
.page-file #other .ar_other:nth-child(odd) .img::after ,
.page-file #other .ar_other:nth-child(even) .img::before ,
.page-file #other .ar_other:nth-child(even) .img::after {
    border-width: 5px;
	bottom: 0;
}
    
    
.page-file #other .ar_other .btn {
	line-height: 45px;
	font-size: 1.5rem;
	width: auto;
	margin: 20px 0 0;
}
.page-file #other .ar_other .btn a:after{
    font: bold 1.5rem/45px FontAwesome;
}
}






































