@charset "UTF-8";


@media print {

  /* 印刷時の余白をゼロに設定 */
  @page {
    margin: 0; /* ページの余白をゼロに設定 */
  }
  
  .print_area_div {
        display:block!important;
    }
  
  /* ヘッダーの設定 */
  #header {
    display:none!important;
  }
  .footer_wrap {
      display:none!important;
  }
  
body {
    width: 100%!important; /* 画面幅をそのまま維持 */
  }
  
  .main_container img {
      max-width:400px!important;
  }
  

	.side_container{
		display:none!important;
	}
	.main_container{
		width: 100%!important;
		padding: 30px!important;
		position: relative!important;
		min-height: 100vh!important;
	}
	.side_container> ul{
		display:block!important;
		color: #0368B5!important;
	}
    


}



/* CSS Document */
html {
    /* ルートのフォントサイズを10pxに設定しておく */
    font-size: 62.5%;
    }

body{
	font-size: 1.6rem;
    line-height:2em;
/*	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	*/
font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif!important;
/*	font-family: 'Noto Sans JP', sans-serif;*/
    color:#000;
	width: 100%;
	position: relative;
	overflow-x: hidden!important;
    margin: 0;
}

.print_area_div {
    display:none;
}

div{
	box-sizing:border-box!important;
}
header {
	position: fixed;
	padding: 3em 0;
	width: 100%;
	font-size: 2em;
	text-align: center;
	color: #fff;
	background-color: #000;
	transition: .3s;
}

/*-----------------共通--------------------*/

.type_bg {
	width:100%;
	overflow: hidden;
	cursor:pointer;
}

.type_bg img{
	transition:1s all;
}
.type_bg:hover a img {
	transform:scale(1.1,1.1);
	transition:1s all;
}

@media (min-width: 1250px) {

    .sp_1250{
        display: none;
    }
}
@media (max-width: 1250px) {

    .sp_1250{
        display: block;
    }
}


@media (min-width: 960px) {
    .pcbr{
        display: inline-block;
    }
    .spbr{
        display: none;
    }
}
@media (max-width: 959px) {
    .pcbr{
        display: none;
    }
    .spbr{
        display: inline-block;
    }
}
@media (min-width: 960px) {
    .pc {
        display:block;
    }
    .sp {
        display:none;
    }
    .sp_only {
        display:none!important;
    }
}
@media (max-width: 960px) {
    .pc {
        display:none;
    }
    .pc_only {
        display:none!important;
    }
    .sp {
        display:block;
    }
}
.vmore_btn > a{
	min-width: 100px;
	padding: 10px 30px;
	border-radius: 10px;
	line-height: 1em;
	border:solid 1px #0368B5;
	color: #0368B5!important;
	background-color: #fff;
	position: relative;
	transition: all .3s ease;
	display: inline-block;
	font-weight: 700;
	margin-top: 15px;
}
@media (min-width: 768px) {
	.vmore_btn > a:hover{
		border:solid 1px #0368B5;
		color: #fff!important;
		background-color: #0368B5;
	}
}
.vmore_btn > a > .icon_position{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
a > .linkicon{
	width: 20px;
	height: 20px;
	transition: all .3s ease;
	display: inline-block;
}
a > .linkicon::after{
	content: '';
	width: 7px;
	height: 7px;
	border-top: solid 1px #0368B5;
	border-right: solid 1px #0368B5;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}

@media (min-width: 768px) {
	a:hover > .linkicon{
	}
	a:hover > .linkicon::after{
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		position: absolute
	}
}

.mark_w {
    display: inline;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    background-color: #ffffff!important;
}
.txt_w{
    color:#fff;
}
.txt_list {
	padding:15px;
}
.txt_list li{
	list-style:disc;
	margin-left: 30px;
}
.pdgb30{
    padding-bottom: 30px;
}
.pdgtb30{
    padding: 30px 0;
}
.pdgtb50{
    padding: 50px 0;
}
.pdgb50{
    padding-bottom: 50px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.img_full{
    width:100%;
    height: auto;
	vertical-align: top;
}
.svg_full img{
    width:100%;
    max-width: 300px;
    height: auto;
}
.z_img img{
    transition:1s all;
}
.z_img img:hover{
    transform:scale(1.1,1.1);
    transition:1s all;
}
.op7_img img{
    transition:1s all;
}
.op7_img img:hover{
    opacity: 0.7;
    transition:1s all;
}


/*-----------------topimg-----------------*/
@media (min-width: 768px) {
    .loop_typo {
        width:100%;
        white-space:nowrap;
        position: absolute;
        bottom: -50px;
        left: 0%;
        font-size: 10rem;
        line-height: 1em;
    }
}
@media (max-width: 767px) {
    .loop_typo {
        width:100%;
        white-space:nowrap;
        position: absolute;
        bottom: -35px;
        left: 0%;
        font-size: 10rem;
        line-height: 1em;
    }
}
.loop_typo ul {
	display: flex;
    margin:0;
    padding:0;
	position: relative;
	overflow: hidden;
    height: 120px;
    align-items: baseline;
}
.loop_typo li {
    display:inline-block;
	color: #F5F5F5;
	text-align: center;
	font-family: Roboto;
	font-size: 11.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 88px; /* 74.576% */
	letter-spacing: 3.54px;
	animation: looptyp 160s linear infinite;
	white-space: nowrap;
	padding-right: 30px;
}

@media (max-width: 959px) {
    .loop_typo {
        bottom: -65px;
    }
    .loop_typo li {
        font-size: 5rem;
    }
}

@keyframes looptyp {
0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
	}
}


.splide__slide img {
    vertical-align: bottom;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (min-width: 960px) {
	.top_ctt{
		width: 100%;
        max-height: 674px;
        min-height: 550px;
		height: calc(100vh - 100px);
		position:relative;
		margin-top: 120px;
		clear: both;
	}
	.top_ctt::before{
		content: '';
		width: calc(100% - 70px);
        height: calc(100% - 36px);
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(180deg, rgb(1, 129, 226) 0%, rgb(1, 45, 79) 100%);
	}
	.top_ctt_img{
		width: calc(100% - 70px);
        height: calc(100% - 36px);
		position: absolute;
		top: 0;
		right: 0;
	}
	.top_ctt_img > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.top_ctt_line{
		width: 481px;
		height: 433px;
		position: absolute;
		bottom: 0;
		right: 0;
		mix-blend-mode: screen;
		background: url("../img/mv_line.webp");
	}
	.top_ctt_on{
		position:absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.top_ctt_on > h2{
		font-family: "Noto Sans JP-Bold", Helvetica;
		font-weight: 700;
		color: #ffffff;
		font-size: 5.5rem;
		letter-spacing: 1.65px;
		line-height: 1.3em;
		padding-bottom: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.top_ctt_on > h2::after{
		content: '';
		width: 170px;
		height: 2px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.top_ctt_on > p{
		font-family: "Roboto-Bold", Helvetica;
		font-weight: 700;
		color: #ffffff;
		font-size: 2rem;
		letter-spacing: 0.6px;
		line-height: 1.3em;
		padding-bottom: 20px;
	}
    
    
    
	.top_ctt_on2{
		position:absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
	}


    
}
@media (max-width: 959px) {
	.top_ctt{
		width: 100%;
/*		height: 700px;*/
/*        height: calc(100vh - 125px);*/
        height: calc(var(--vh) * 100 - 80px);
		position:relative;
		margin-top: 80px;
	}
	.top_ctt::before{
		content: '';
		width: calc(100% - 20px);
        height: calc(100% - 34px);
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(180deg, rgb(1, 129, 226) 0%, rgb(1, 45, 79) 100%);
	}
	.top_ctt_img{
		width: calc(100% - 20px);
        height: calc(100% - 34px);
		position: absolute;
		top: 0;
		right: 0;
	}
	.top_ctt_img > img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.top_ctt_line{
		width: 300px;
		height: 261px;
		position: absolute;
		bottom: 0;
		right: 0;
		mix-blend-mode: screen;
		background: url("../img/mv_line.webp");
		background-size: cover;
	}
	.top_ctt_on{
		position:absolute;
		left: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.top_ctt_on > h2{
		font-family: "Noto Sans JP-Bold", Helvetica;
		font-weight: 700;
		color: #ffffff;
		font-size: 2.3rem;
		letter-spacing: 1.65px;
		line-height: 1.3em;
		padding-bottom: 10px;
		margin-bottom: 21px;
		position: relative;
	}
	.top_ctt_on > h2::after{
		content: '';
		width: 170px;
		height: 2px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.top_ctt_on > p{
		font-family: "Roboto-Bold", Helvetica;
		font-weight: 700;
		color: #ffffff;
		font-size: 1.4rem;
		letter-spacing: 0.6px;
		line-height: 1.3em;
		padding-bottom: 20px;
	}
    
    .top_ctt_on2 {
		position:absolute;
		left: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
    
}


/**************gotopイベント****************/
@media (min-width: 768px) {
    #gotop a {
      display: inline-block;
      color: #000;
      font-size: 12px;
      font-family: 'Josefin Sans', sans-serif;
      line-height: 1;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      writing-mode: vertical-lr;
        position: absolute;
        bottom: 15px;
        right: 30px;
    }
}
@media (max-width: 767px) {
    #gotop a {
      display: inline-block;
      color: #000;
      font-size: 12px;
      font-family: 'Josefin Sans', sans-serif;
      line-height: 1;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      writing-mode: vertical-lr;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
}
#gotop a::after {
  content: '';
  position: absolute;
  bottom: 80px;
  right: 50%;
  width: 1px;
  height: 100px;
  background: #000;
}
#gotop a::after {
  animation: gtp 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes gtp {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}
/**************スクロールダウンイベント****************/

#top_s_down a {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	background: #0368B5;
	padding: 10px 5px;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	letter-spacing: .1em;
	text-decoration: none;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	position: absolute;
	bottom: 47px;
	right: 25px;
	z-index:1500;
}

/*img_animation*/
.objct_animation{
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
.i_animation_objct{
	animation-name: objct_anim_box;
}
@keyframes objct_anim_box {
  0% { transform: translate(0, 0px) }
  100% { transform: translate(0, -20px) }
}


/*------------------index_about------------------*/

.about_msg {
	width:100%;
	position: relative;
	margin: 0 auto;
	margin-top:70px;
	margin-left:70px;
}
.about_msg2 {
	font-size:1.8rem;
	line-height: 2em;
	font-weight:700;
	letter-spacing:1px;
}
@media (max-width: 960px) { 
	.about_msg {
		width:100%;
		position: relative;
		padding: 20px 4px 20px 4px;
		margin: 0 auto;
	}
	.about_msg2 {
		font-size:1.8rem;
		line-height: 2em;
		font-weight:700;
	}
}
@media (min-width: 960px) {
    .i_container_about{
        width: 100%;
		padding-top: 50px;
        box-sizing: border-box;
        display: block;
        position: relative;
		overflow: hidden;
    }
	.ictt_about{
		max-width: 1160px;
		margin: 0 auto;
		padding: 30px;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
	}
	.about_img{
		position:relative;
	}
	.about_img > img{
		width: 418px;
		height: auto;
		position:relative;
		padding-bottom: 20px;
	}
}
@media (max-width: 959px) {
    .i_container_about{
        width: 100%;
		padding: 15px;
        box-sizing: border-box;
        display: block;
        position: relative;
		overflow: hidden;
    }
	.ictt_about{
		max-width: 1160px;
		position: relative;
	}
	.about_img{
		position:relative;
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}
	.about_img > img{
		max-width: 418px;
		width: 100%;
		height: auto;
		position:relative;
	}
}

/*------------------index_共通------------------*/

@media (min-width: 960px) {
	.i_ttl{
		font-family: "Noto Sans JP-Bold", Helvetica;
		font-weight: 700;
		color: #000000;
		font-size: 4rem;
		text-align: center;
		letter-spacing: 4px;
		line-height: 1.2em;
		padding-bottom: 50px;
	}
}
@media (max-width: 959px) {
	.i_ttl{
		font-family: "Noto Sans JP-Bold", Helvetica;
		font-weight: 700;
		color: #000000;
		font-size: 3rem;
		text-align: center;
		letter-spacing: 4px;
		line-height: 2em;
		padding:30px 0;
	}
}
.i_ttl_sub{
	font-family: "Noto Sans JP-Bold", Helvetica;
	font-weight: 700;
	color: #000000;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 4px;
	line-height: 2em;
}
/*------------------index_service------------------*/
.img_roun_shadow{
	border-radius: 20px;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25), -5px -5px 5px 0px rgba(255, 255, 255, 0.25);
}
@media (min-width: 960px) {
	.ictt_service_ttl{
		font-family: "Noto Sans JP-Regular", Helvetica;
		font-weight: 400;
		color: #f5f5f5;
		font-size: 8.8rem;
		letter-spacing: 2.64px;
		line-height: 1em;
		position: absolute;
		left: 0;
		top:40px;
		z-index: -1;
	}
    .i_container_service{
        width:100%;
        position: relative;
		padding: 50px 30px;
		box-sizing: border-box;
    }
	.i_container_service_inner{
        width: 100%;
        max-width: 1280px;
        height: auto;
        margin: 0 auto;
        box-sizing: border-box!important;
        position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		border-top: solid 1px #F5F5F5;
		border-left: solid 1px #F5F5F5;
	}
    .ictt_service{
        width:33.333333%;
		padding: 30px;
        box-sizing: border-box;
        position: relative;
		display:flex;
		flex-wrap: wrap;
		border-right: solid 1px #F5F5F5;
		border-bottom: solid 1px #F5F5F5;
        overflow: hidden;
    }
	.ictt_service > h3{
		font-size: 1.9rem;
		line-height: 1.5em;
		display: flex;
/*        display: inline-block;*/
        position: relative;
		align-items: center;
		font-weight: 700;
		min-height: 65px;
        
       
	}
    
.h3_marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
}
.h3_marquee::before {
    background-color: #ffffff;
    z-index: 20;
    padding-right:5px!important;
    margin-right:0px!important;
}

.h3_marquee .marquee_inner {
    display: flex;
    gap: 2rem; /* 文字間の余白 */
    min-width: max-content;
/*    animation: marquee 50s linear infinite;
    animation-play-state: paused;*/
}
.h3_marquee.active .marquee_inner {
    animation-play-state: running; /* 画面中央でスクロール開始 */
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

    
    
    .ictt_service .img{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
		overflow: hidden;
    }
    .ictt_service p{
		min-height: 64px;
    }
}
@media (max-width: 959px) {
	.ictt_service_ttl{
		font-family: "Noto Sans JP-Regular", Helvetica;
		font-weight: 400;
		color: #f5f5f5;
		font-size: 5rem;
		letter-spacing: 2.64px;
		line-height: 1em;
		position: absolute;
		left: 0;
		top:60px;
		z-index: -1;
	}
    .i_container_service{
        width: 100%;
        position: relative;
    }
	.i_container_service_inner{
        width: 100%;
        height: auto;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
/*		display: flex;*/
		flex-wrap: wrap;
		align-items: stretch;
		border-top: solid 1px #F5F5F5;
		border-left: solid 1px #F5F5F5;
		padding: 10px;
	}
    .ictt_service{
/*        width:50%;*/
        width:100%;
		padding: 10px;
        box-sizing: border-box;
        position: relative;
		display:flex;
		flex-wrap: wrap;
		border-right: solid 1px #F5F5F5;
		border-bottom: solid 1px #F5F5F5;
    }
	.ictt_service > h3{
		font-size: 1.6rem;
		line-height: 1.3em;
		padding-bottom: 15px;
		display: flex;
		align-items: flex-start;
		font-weight: 700;
	}
    .ictt_service .img{
        position: relative;
        width: 100%;
		height: auto;
        margin-bottom: 15px;
		overflow: hidden;
		aspect-ratio: 3 / 2
    }
    .ictt_service p{
		min-height: 64px;
		font-size: 1.4rem;
		line-height: 1.5em;
    }
}
.ictt_service > h3::before{
	content: '●';
	font-size: 1rem;
	color: #0368B5;
	margin-right: 5px;
}
.ictt_service > .img > a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.ictt_service .img > a > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	vertical-align: bottom;
}
.ico_pr{
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	line-height: 1em;
	border:solid 2px #000;
	padding: 2px 5px;
}
.ictt_service_vmore{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}

.ictt_service_vmore > a{
	width: 100%;
	color: #0368B5!important;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	transition: all .3s ease;
}
.ictt_service_vmore > a > .arrow{
	margin-right: 4px;
	width:  9px;
	height: 9px;
	border-top: solid 2px #0368B5;
	border-right: solid 2px #0368B5;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
.ictt_service_vmore > a > .link{
	width: 21px;
	height: 16px;
	background:url("../img/ico_link.webp") no-repeat;
	background-size: contain;
}
.ictt_service_vmore > a > .link{
	transition: all .3s ease;}

@media (min-width: 768px) {
	.ictt_service_vmore > a:hover{
		text-decoration: underline;
		opacity: .7;
	}
	.ictt_service_vmore > a:hover > .arrow{
	margin-right: 0;
	}
	.ictt_service_vmore > a:hover > .link{
		opacity: .7;
	}
}

/*-------------------ictt_news-------------------*/

@media (min-width: 960px) {
	.ictt_news_ttl{
		font-family: "Noto Sans JP-Regular", Helvetica;
		font-weight: 400;
		color: #fff;
		font-size: 8.8rem;
		letter-spacing: 2.64px;
		line-height: 1em;
		position: absolute;
		right: -10px;
		top: 0;
	}
    .i_container_news{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
		z-index: 1;
		background-color: #CCECFF;
    }
    .ictt_news{
        max-width: 1280px;
        padding: 100px 20px 50px 20px;
        position: relative;
		margin: 0 auto!important;
    }
    .news_box_ttl {
        box-sizing: border-box;
        position: relative;
		padding-bottom: 20px;
		display: flex;
		justify-content: space-between;
	}
    .news_box_ttl > h2{
        position: relative;
		font-family: "Noto Sans JP-Bold", Helvetica;
		font-weight: 700;
		color: #000000;
		font-size: 3rem;
		text-align: center;
		letter-spacing: 4px;
		line-height: 2em;
    }
}
@media (max-width: 959px) {
	.ictt_news_ttl{
		font-family: "Noto Sans JP-Regular", Helvetica;
		font-weight: 400;
		color: #fff;
		font-size: 5rem;
		letter-spacing: 2.64px;
		line-height: 1em;
		position: absolute;
		right: -10px;
		top: -5px;
	}
    .i_container_news{
        width: 100%;
        display: block;
        padding: 35px 0;
        box-sizing: border-box;
        position: relative;
        overflow: hidden!important;
		z-index: 1;
		background-color: #CCECFF;
    }
    .ictt_news{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .news_box_ttl{
        width: 100%;
        padding-bottom: 30px;
        position: relative;
		text-align: center;
    }
    .news_box_ttl > h2{
		font-family: "Noto Sans JP-Bold", Helvetica;
		font-weight: 700;
		color: #000000;
		font-size: 3rem;
		text-align: center;
		letter-spacing: 4px;
		line-height: 2em;
		padding-bottom: 10px;
    }
}
.inews_box{
	width: 100%;
	display: block;
	position: relative;
}
.ictt_news > ul{
	border-top: dotted 1px #0368B5;
	clear: both;
	overflow: hidden;
	display: block;
}
.inews_box li{
	width: 100%;
	padding: 15px;
	list-style: none;
	float: left;
	position: relative;
	box-sizing: border-box;
	border-bottom: dotted 1px #0368B5;
}
.inews_box li:last-child{
	margin-bottom: 0!important;
}
.inews_box li > a > .arrow_btn{
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .3s ease;
}
.inews_box li > a > .arrow_btn::after{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #0368B5;
	border-right: solid 2px #0368B5;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
@media (min-width: 960px) {
	.inews_box li > a:hover > .arrow_btn{
		width: 36px;
		height: 36px;
		position: absolute;
		top: 50%;
		right: 6px;
		transform: translateY(-50%);
	}
	.inews_box li > a:hover > .arrow_btn::after{
		content: '';
		width: 8px;
		height: 8px;
		border-top: solid 2px #0368B5;
		border-right: solid 2px #0368B5;
		position: absolute;
		top: 50%;
		right: 8px;
		transform: translateY(-50%) rotate(45deg);
	}
}
@media (min-width: 960px) {
	.inews_box li > a > dl{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		position: relative;
	}
    .inews_box li > a > dl > dt{
        width: 130px;
        position: relative;
		margin-right: 20px;
		display: flex;
		flex-wrap: nowrap;
    } 
    .inews_box li > a > dl > dd{
		padding-right: 40px;
    } 
	.inews_box li > a{
		color:inherit;
		transition: all .3s ease;
	}
	.inews_box li > a:hover{
		color:#0368B5!important;
	}
	.inews_post{
		padding-right: 40px;
		font-size: 1.6rem;
	}
	.inews_post:hover{
		text-decoration: underline;
	}
}
@media (max-width: 959px) {
	.inews_box li > a > dl{
		width: 100%;
		display: block;
		flex-wrap: nowrap;
		position: relative;
	}
    .inews_box li > a > dl > dt{
        width: 100%;
        margin-bottonm: 20px;
        padding: 2px;
        color: #fff;
		display: flex;
		flex-wrap: nowrap;
    }
    .inews_box li > a > dl > dd {
		width: 100%;
        float: left;
    }
	.inews_post{
		padding-right: 40px;
		font-size: 1.6rem;
		font-weight: 700;
	}
}
.inews_ym{
	font-size: 1.6rem;
	display: inline-block;
	font-family: Helvetica, Arial, "sans-serif";
	color: #0368B5;
	padding-right: 20px;
}
.inews_post_txt{
	padding-right: 40px;
}
.tag-news::after{
	content: 'NEWS';
	color: #0086CC;
	padding: 3px 10px;
	border: solid 1px #0086CC;
	border-radius: 13px;
	font-size: 1.2rem;
}
@media (min-width: 960px) {
    .inews_btn{
        position: absolute; 
        bottom: -40px;
        right: 30px;
    }
}
@media (max-width: 959px) {
    .inews_btn{
        position: relative; 
        margin: 0 auto;
        padding-top: 10px;
        text-align: center;
    }
}
@media (min-width: 960px) {
    .inews_ttl{
        width:calc(100% - 145px);
        float: left;
        line-height: 1.3em;
    }
}
@media (max-width: 959px) {
    .inews_ttl{
        width:100%;
        float: left;
        line-height: 1.3em;
    }
    .inews_ttl::after{
	font-size: 1.2rem;
	content: '続きを見る';
	display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

/*-------------------i_lisence-------------------*/

.i_container_lisence{
	display:block;
	padding: 50px 0;
}

@media (min-width: 960px) {
	.lisence_ctt{
		width:100%;
		max-width: 800px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.lisence_ctt_box{
		width:20%;
		box-sizing: border-box;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 959px) {
	.lisence_ctt{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.lisence_ctt_box{
		width:33.333333%;
		box-sizing: border-box;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.lisence_ctt_box > a > img{
		width: 100%;
		height: auto;
	}
}

.lisence_ctt_box > a > p{
	display: block;
	padding-top: 10px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5em;
}

/*-------------------foot_banner-------------------*/

.foot_banner_container{
	display:block;
	padding: 50px 0;
	background: #F5F5F5;
}

@media (min-width: 960px) {
	.foot_banner_ctt{
		max-width: 1000px;
		display:flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.foot_banner_box{
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
	}
	.foot_banner_ctt > a{
		transition:  all .5s ease;
	}
	.foot_banner_ctt > a:hover{
		opacity: 0.7;
	}
}
@media (max-width: 959px) {
	.foot_banner_ctt{
		max-width: 1000px;
		display:flex;
		flex-wrap: wrap;
		margin: 0 auto;
		padding: 0 10px;
	}
	.foot_banner_box{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
}

/*-------------------footer-------------------*/

	#foot_clogo{
		width:100%;
		margin: 0 auto;
		text-align: center;
		padding: 50px 0 20px 0;
	}
@media (min-width: 960px) {
	#foot_logo{
		width: 100%;
		margin: 0 auto;
		position:relative;
		display: block;
		padding: 20px 0 10px 20px;
	}
    footer{
        width: 100%;
		max-width: 1280px!important;
        position:relative;
        padding: 30px 0;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
    }
    #foot-copy{
		width: 100%;
        padding-right: 20px;
        font-size: 1.2rem;
        box-sizing: border-box;
        position: relative;
		float: right;
		text-align: right;
    }
	#foot_menu > ul{
		width:50%;
		display: flex;
		flex-wrap: wrap;
        padding-left: 20px;
	}
	#foot_menu > ul > li{
		font-family: Roboto;
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: 34px; /* 212.5% */
		letter-spacing: 0.48px;
		padding: 0 20px 10px 0;
		text-decoration-line: underline;
	}
	#foot_menu > ul > li > a:hover{
		text-decoration-line: underline;
	}
}
@media (max-width: 959px) {
	#foot_logo{
		margin: 0 auto;
		position:relative;
		display: block;
		padding: 20px;
		text-align: center;
	}
    footer{
        width: 100%;
        position:relative;
    }
    #foot-copy{
		width: 100%;
        padding: 20px 0;
        font-size: 1.2rem;
        box-sizing: border-box;
        position: relative;
		text-align: center;
    }
	#foot_menu > ul{
		display: none;
	}
}
/*------------------------------------------------------------------------------
breadcrumb
------------------------------------------------------------------------------*/
#breadcrumb {
    position: relative;
    clear: both;
    overflow: hidden;
}
#breadcrumb ul {
    list-style: none;
	padding: 10px;
    clear: both;
    overflow: hidden;
}
#breadcrumb li {
    color: #919191;
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 5px;
    float: left;
}
#breadcrumb li::after {
	content: '>';
	padding-left: 10px;
}
#breadcrumb li:last-child::after {
	content: '';
}
#breadcrumb li a {
    color: #919191;
}
#breadcrumb li a:hover {
    color: #50a0d6;
}


/*-------------------下層ページcss-------------------*/

@media (min-width: 960px) {
	#top_image{
		width: 100%;
		height:400px;
		margin: 0 auto;
		position: relative;
		background-color: #f2f2f2;
		border-bottom: dotted 1px #0368B5;
	}
}
@media (max-width: 960px) {
	#top_image{
		width: 100%;
		height:300px;
		margin: 0 auto;
		position: relative;
		background-color: #f2f2f2;
	}
}
#top_image img{
    width:100%;
    height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

#top_image_ttl{
	position:absolute;
	bottom: 30px;
	left: 0;
	background: #fff;
	padding: 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#top_image_ttl > h2{
	position:relative;
	z-index: 1;
	font-size: 2.2rem;
	line-height: 1em;
	letter-spacing: 3px;
	font-weight: 700;
	color: #0368B5;
}
#top_image_ttl > span{
	font-size:3rem;
	line-height: 1em;
	letter-spacing: 2px;
	color: #fff;
	display: inline-block;
	padding: 5px 7px;
	position: absolute;
	top: -40px;
	left: 0;
    white-space: nowrap;
}
@media (max-width: 960px) {
	#top_image_ttl{
		padding: 20px
	}
	#top_image_ttl > h2{
		font-size: 2rem;
	}
}
.bg_gry{
	background-color: #f2f2f2;
}
.bg_w{
	background-color: #ffffff;
}
.link_blk a{
	color:#000!important;
}
.radius_img{
	border-radius:45px;
	overflow: hidden;
}
.col_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
@media (min-width: 960px) {
	.col_box_inner{
		width: 100%;
		padding:  15px;
		box-sizing: border-box;
		position: relative;
	}
    .col2to1_box{
        width: 50%;
        box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
    }
    .col2_box{
        width:50%;
        padding:  15px;
        box-sizing: border-box;
        position: relative;
    }
    .col3_box{
        width:33.333333%;
        padding:  15px;
        box-sizing: border-box;
        position: relative;
    }
    .col4to2_box{
        width:25%;
        padding:  15px;
        box-sizing: border-box;
        position: relative;
    }
}
@media (max-width: 959px) {
	.col_box_inner{
		width: 100%;
		padding:  10px;
		box-sizing: border-box;
		position: relative;
	}
    .col2to1_box{
        width: 100%;
        box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
    }
    .col2_box{
        width:50%;
        padding:  10px;
        box-sizing: border-box;
        position: relative;
    }
    .col3_box{
        width:33.333333%;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .col4to2_box{
        width:50%;
        padding:  10px;
        box-sizing: border-box;
        position: relative;
    }
}
@media (min-width: 960px) {
	.container1280{
		width: 100%;
		max-width: 1280px;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
	}
	.side_container{
		width: 280px;
		height: 100%;
		padding: 30px;
		position: sticky;
		top: 110px;
	}
	.main_container{
		width: calc(100% - 280px);
		padding: 30px;
		position: relative;
		min-height: 100vh;
	}
	.side_container> ul{
		display:block;
		color: #0368B5;
	}
}
@media (max-width: 959px) {
	.container1280{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.side_container{
		width: 100%;
		padding: 30px;
		order: 2;
	}
	.main_container{
		width: 100%;
		padding: 30px;
		order: 1;
		min-height: 100vh;
	}
	.side_container> ul{
		display:block;
		color: #0368B5;
		position: relative;
	}
}
.side_container> ul > li > a{
	display:block;
	transition: all .5s ease;
	position: relative;
	color: #000;
	padding: 15px 15px 15px 0;
	font-size: 1.5rem;
	line-height: 1.5em;
	border-bottom: solid 1px #cccccc;
}
.side_container> ul > li > .active{
	color: #0368B5;
	border-bottom: solid 1px #0368B5;
/*	pointer-events: none;*/
	font-weight: 700;
}
.side_container> ul > li > a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	width:6px;
	height: 6px;
	border-top: solid 1px #0368B5;
	border-right: solid 1px #0368B5;
	transform: rotate(45deg) translateY(-50%);
	transition: all .2s ease;
}
.side_container> ul > li > a:hover::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width:6px;
	height: 6px;
	border-top: solid 1px #0368B5;
	border-right: solid 1px #0368B5;
	transform: rotate(45deg) translateY(-50%);
	transition: all .2s ease;
}
.side_container> ul > li > a::before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width:0;
	height: 1px;
	background-color: #0368B5;
	transition: all .2s ease;
}
.side_container> ul > li > a:hover{
	display:block;
	color: #0368B5;
}
.side_container> ul > li > a:hover::before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width:100%;
	height: 1px;
	background-color: #0368B5;
}
@media (min-width: 960px) {
	.base_ttl{
		width:100%;
		font-family: "Noto Sans JP-Bold", Helvetica;
        font-weight: 700;
        color: #000000;
        font-size: 3rem;
        letter-spacing: 4px;
        line-height: 2em;
		margin: 0;
	}
    .base_container{
		padding: 50px 0;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
}
@media (max-width: 959px) {
	.base_ttl{
		width:100%;
		font-family: "Noto Sans JP-Bold", Helvetica;
        font-weight: 700;
        color: #000000;
        font-size: 3rem;
        letter-spacing: 4px;
        line-height: 2em;
		margin: 0;
	}
    .base_container{
        padding: 30px 0;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
}

@media (min-width: 960px) {
    .table_ctt dl{
        width: 100%;
        padding-bottom: 10px;
        clear:both;
        overflow: hidden;
    }
    .table_ctt dt{
        width: calc(50% - 10px);
        margin-right: 10px;
        padding: 10px;
        background-color: #0052a5;
        color: #fff;
        font-weight: 700;
        float: left;
    }
    .table_ctt dd{
        width: calc(50% - 10px);
        margin-left: 10px;
        padding: 10px;
        float: left;
    }
}
@media (max-width: 959px) {
    .table_ctt dl{
        width: 100%;
        padding-bottom: 10px;
        clear:both;
        overflow: hidden;
    }
    .table_ctt dt{
        width: 100%;
        padding: 10px;
        background-color: #0052a5;
        color: #fff;
        font-weight: 700;
        float: left;
    }
    .table_ctt dd{
        width: 100%;
        padding: 10px;
        float: left;
    }
}
@media (min-width: 960px) {
    .caution_box{
        width: 80%;
        padding: 20px;
        margin: 30px 10%;
        box-sizing: border-box;
        background-color: #fff;
        border:solid 1px #0052a5;
        position: relative;
    }
}
@media (max-width: 959px) {
    .caution_box{
        width: 100%;
        padding: 20px;
        margin: 30px 0;
        box-sizing: border-box;
        background-color: #fff;
        border:solid 1px #0052a5;
        position: relative;
    }
}
.caution_box strong{
    color:#0052a5;
    font-weight: 700;
}
table {
	width: 100%;
	text-align: center;
}
table tr th,
table tr td {
	padding: 10px;
	vertical-align: middle;
}

table tr th {
	text-align: center;
	font-weight: bold;
}


/*-------------------form--------------------*/

#form_wrap dl {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 20px 0 20px 20px; }
  #form_wrap dl.odd {
    background-color: #fafafa; }
/*  #form_wrap dl dt {
    clear: both;
    float: left;
    width: 300px; }*/
    #form_wrap dl dt img {
      margin-bottom: -3px; }
  #form_wrap dl dd {
    padding: 0 0 0 230px; }

#form_wrap .btn_wrap {
  margin: 0 auto;
  padding: 15px 0;
  width: 680px;
  text-align: center; }
  #form_wrap .btn_wrap input {
    border: none;
    color: #fff;
    background-color: #00a7e3;
    padding: 10px 0;
    width: 160px;
    text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-right: 10px; }
    #form_wrap .btn_wrap input:hover {
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      opacity: 0.8; }
#form_wrap p.txtcenter {
  margin-top: 30px; }
#form_wrap .policy_check {
  background-color: #f6fdff;
  border: 1px solid #dfdfdf;
  margin: 20px 0 20px 0;
  padding: 30px 0px;
  text-align: center; }

@media screen and (max-width: 640px) {
	
  #form_wrap dl {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 5px 0 5px 5px; }
    #form_wrap dl.odd {
      background-color: #fafafa; }
    #form_wrap dl dt {
      clear: none;
      float: left;
      width: 100%; }
    #form_wrap dl dd {
      padding: 0 0 0 0px; }
  #form_wrap input#bu_01, #form_wrap input#bu_02, #form_wrap input#bu_03, #form_wrap input#bu_04, #form_wrap input#bu_05, #form_wrap input#name, #form_wrap input#kana {
    width: 80%; }
  #form_wrap input#mail, #form_wrap input#mail2, #form_wrap input#add {
    width: 90%; }
  #form_wrap #naiyo {
    width: 90%; }
  #form_wrap .btn_wrap {
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    text-align: center; }
    #form_wrap .btn_wrap input {
      border: none;
      color: #fff;
      background-color: #00a7e3;
      padding: 10px 0;
      width: 160px;
      text-align: center;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      margin-right: 10px;
      margin-bottom: 10px; }
      #form_wrap .btn_wrap input:hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8; }
  #form_wrap p.txtcenter {
    margin-top: 30px; }
  #form_wrap .policy_check {
    background-color: #f6fdff;
    border: 1px solid #dfdfdf;
    margin: 20px 0 20px 0;
    padding: 30px 0px;
    text-align: center; } }



@media (min-width: 960px) {
    .b_more{
        width: 270px;
        margin: 10px 0;
        padding:15px 35px;
        border-radius: 11px;
        color: #fff;
        background-color: #000;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        border: none;
    }
}
@media (max-width: 959px) {
    .b_more{
        width: 100%;
        margin-top: 10px;
        padding:15px 35px;
        border-radius: 11px;
        color: #fff;
        background-color: #000;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        border: none;
        box-sizing: border-box;
    }
    table.formTable td,table.formTable th{
        width: 100%;
        padding:10px;
        display: inline-block;
    }
}

.b_more:hover{
	opacity:0.7;
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



/*---------------------------四つのお約束-----------------------------*/
.syakun_ctt > dl{
	display: block;
	padding: 30px 20px 30px 70px;
	margin-bottom: 20px;
	position: relative;
	background-color: #f1eee8;
	border-radius: 5px;
	
}
.syakun_ctt > dl::before{
	content: '一、';
	font-size: 3rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 700;
	position: absolute;
	left:20px;
	top: 30px;
	color: #0368B5;
}
.syakun_ctt > dl > dt{
	font-size: 2.2rem;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}
.syakun_ctt > dl > dd{
}



/*---------------------------事業所一覧-----------------------------*/
.jigyousyo_ctt{
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -10px;
}

@media (min-width: 960px) {
	.jigyousyo_ctt > dl{
		width: calc(33.333333% - 20px);
		display: block;
		padding: 20px;
		box-sizing: border-box;
		margin: 10px;
		position: relative;
		background-color: #f1eee8;
		border-radius: 5px;
	}
}
@media (max-width: 959px) {
	.jigyousyo_ctt > dl{
		width: calc(50% - 20px);
		display: block;
		padding: 20px;
		box-sizing: border-box;
		margin: 10px;
		position: relative;
		background-color: #f1eee8;
		border-radius: 5px;
	}
}
.jigyousyo_ctt > dl::before{
	content: '';
	font-size: 3rem;
	font-weight: 700;
	position: absolute;
	left:20px;
	top: 30px;
	color: #0368B5;
}
.jigyousyo_ctt > dl > dt{
	font-size: 2.2rem;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
}
.jigyousyo_ctt > dl > dt::before{
	content: '';
	width: 2px;
	height: calc(100% - 10px);
	background: #0368B5;
	position: absolute;
	left: -18px;
	top: 0;
}
.jigyousyo_ctt > dl > dd{
	font-size: 1.5rem;
	line-height: 1.5em;
}
a > .googlemap_btn{
	margin-bottom:10px ;
	display:inline-block;
	font-size: 1.3rem;
	padding: 2px 5px;
	line-height: 1em;
	border-radius: 10px;
	border:solid 1px #0368B5;
	color: #0368B5;
}
.jigyousyo_tel{
	display:flex;
	align-items: center;
	font-weight: 700;
	line-height: 1em;
	padding-top: 10px;
}
.jigyousyo_tel::before{
	content:'TEL';
	font-size: 1.2rem;
	line-height: 1em;
	padding: 2px 5px;
	color: #fff;background: #000;
	border: solid 1px #000;
	display: inline-block;
	border-radius: 3px;
}


/*---------------------------グループ会社-----------------------------*/

.groupc_ctt > ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

@media (min-width: 960px) {
	.groupc_ctt > ul > li{
		width: 50%;
	padding: 0 20px;
		box-sizing: border-box;
		position: relative;
	}
}
@media (max-width: 959px) {
	.groupc_ctt > ul > li{
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}
}
.groupc_ctt > ul > li > a{
	display: block;
	border-bottom: solid 1px #cccccc;
	position: relative;
	padding: 20px;
	transition: all .5s ease;
}
.groupc_ctt > ul > li > a:hover{
	color: #0368B5;
}
.groupc_ctt > ul > li > a::before{
	content: '';
	width: 5px;
	height: 5px;
	background: #0368B5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.groupc_ctt > ul > li > a::after{
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-size: contain!important;
	background: url("../img/ico_link.webp") no-repeat;
	transition: all .5s ease;
}
.groupc_ctt > ul > li > a:hover::after{
	opacity: .7;
}


/*---------------------------PRIVACY-----------------------------*/
.privacy_ctt {
	padding:15px;
}
.privacy_ctt p {
    line-height: 2em;
    padding-bottom: 20px;
}

.privacy_ctt h4 {
    line-height: 2em;
    padding-bottom: 20px;
	font-weight: 700;
}
.privacy_ctt ol{
	padding-left:20px;
}

/*--------------img_animation-----------------*/
.img_animation{
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
.i_animation_img{
	animation-name: img_anim_box;
}
@keyframes img_anim_box {
  0% { transform: translate(0, 0px) }
  100% { transform: translate(0, -10px) }
}



/*---------------------------post-----------------------------*/
@media (min-width: 960px) {
    .post_ctt{
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 50px 50px 50px;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
	.post_ctt_p p{
		max-width:800px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
}
@media (max-width: 959px) {
    .post_ctt{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 30px 15px;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
	.post_ctt_p p{
		max-width:800px;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
	}
}
.post_date{
    color: #999;
    font-size: 1.8rem;
    padding: 5px 0;
	
}
.post_ttl{
	font-size:4rem;
	line-height: 1.5em;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: solid 1px #333;
	margin-bottom: 30px;
}
.post_ctt img{
	padding-bottom: 20px;
	width: 100%;
	height: auto;
}

