@charset "utf-8";

/*=========================================*/
/* All */
/*=========================================*/

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700');

/*-- reset --*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6,
p, img, dl, dt, dd,
ol, ul, li,
fieldset, form, label, table, caption,
tbody, tfoot, thead,
article, aside, footer, header, menu, nav, section,
audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both;}
.clear{clear:both;}

ol, ul{
	list-style:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
	display:block;
}

blockquote, q{
	quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
}

a:link{
	color: #1461AF;
	text-decoration: underline;
}

a:visited{
	color: #1461AF;
	text-decoration:underline;
}

a:hover,
a:active{
	color:#000000;
	text-decoration:none;
}

img{
	vertical-align:top;
	font-size:0;
	line-height:0;
}

html{
	overflow-x: hidden;
}

body{
    overflow-x: hidden;
	position: relative;
	width: 100%;
    background-color: #EDF0F2;
    font-size: 16px;
	line-height:170%;
	font-family: 'Noto Sans CJK JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	text-align:left;
	color:#333333;
}

.sp{
    display: none;
}

.pc{
}

.contents-box{
    max-width: 1024px;
    width: auto;
    margin: auto;
}

.contents-box-common{
    max-width: 800px;
    width: auto;
    margin: auto;
}

.pagescroll{
    position: fixed;
    width: 49px;
    height: 49px;
    bottom: 20px;
    right: 20px;
}

.pagescroll a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1461AF;
    border: solid 1px #fff;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.pagescroll a:hover{
    background-color: #2C3341;
	transition: all 0.2s;
}

.pagescroll img{
    width: 100%;
}

.scroll_point {
    position: absolute;
    margin-top: -85px;
}

@media screen and (max-width:1060px){
.contents-box{
    margin: 0 10px;
}

.pagescroll{
    display: none;
}
}

@media screen and (max-width:1040px){
body{
    font-size: 14px;
}

.sp{
    display: block;
}

.pc{
    display: none;
}

.scroll_point {
    margin-top: -52px;
}
}

@media screen and (max-width:820px){
.contents-box-common{
    margin: 0 10px;
}
}

/*Chrome Opera*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
}

/*=========================================*/
/* Header */
/*=========================================*/

.header{
    position: fixed;
    top: 0;
    left: 0;
	z-index:99999999;
    width: 100%;
	height: 85px;
    background-color:rgba(255,255,255,1.0);
}

.header-area{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-title{
	width: 290px;
	text-align: left;
	text-align: center;
	transition: all 0.5s;
}

.header-title .logo{
	width: 100%;
	padding: 0 0px 0 13px;
	text-align: left;
}

.header-title .logo a{
	width: 100%;
	display: block;
}

.header-title .logo img{
	width: 100%;
}

.global-navi{
	flex: 1;
	text-align: center;
}

.global-navi ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.global-navi li{
	font-size:14px;
	letter-spacing: 0.04em;
}

.global-navi li.navi-contact{
    margin-left: 20px;
}

.global-navi a{
	padding: 0 0px;
    font-weight: 500;
	color: #333333;
	text-align: center;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.5s;
}

.global-navi a:hover{
	color: #1461AF;
	transition: all 0.5s;
}

.global-navi .page{
    border-bottom: solid 2px #3872a7;
    padding-bottom: 8px;
}

.header-btn {
	width: 165px;
    margin-right: 20px;
    text-align: right;
}

.header-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 37px;
	padding: 0 0 0 18px;
    background-color: #2C3341;
	background-image:url("images/ic-arrow01.svg");
	background-position:center left 15px;
	background-repeat:no-repeat;
	background-size: 14px;
    font-size: 13px;
    font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.header-btn a:hover{
    background-color: #1461AF;
	transition: all 0.2s;
}

@media screen and (max-width:1240px){
.header-title{
	width: 210px;
}

.global-navi ul{
    gap: 20px;
}
}

@media screen and (max-width:1140px){
.header-title{
	width: 190px;
}

.global-navi li{
	font-size:13px;
}

.header-btn {
	width: 150px;
    margin-right: 10px;
}

.header-btn a{
    font-size: 12px;
}
}

@media screen and (max-width:1040px){
.header{
	height: 52px;
}

.header-title .logo{
	width: 190px;
	padding: 0 0px 0 10px;
}

.global-navi{
	display: none;
}

.header-btn{
	display: none;
}
}

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

/*=========================================*/
/* sp navi */
/*=========================================*/

.g-nav{
    position:fixed;
    z-index: 999;
    top:0;
    right: -120%;
    width:100%;
    height: 100vh;
    background-color: #ffffff;
    transition: all 0.8s;
}

/*アクティブクラスがついたら位置を0に*/
.g-nav.panelactive{
    right: 0;
    background-color: #ffffff;
}

/*ナビゲーションの縦スクロール*/
.g-nav.panelactive .g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.g-nav-list-area{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 15px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
}

.g-nav-list-area .g-nav-logo{
	width: 100%;
	padding: 0px 0 15px 0;
	text-align: left;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}

.g-nav-list-area .g-nav-logo a{
	width: 180px;
    margin: 0;
	display: block;
}

.g-nav-list-area .g-nav-logo img{
	width: 100%;
}

.g-nav-list-area .box{
    width: 100%;
	padding: 0px 0 20px 0;
}

.g-nav-list-area ul{
	padding: 0px 0 25px 0;
    border-top: solid 1px rgba(0,0,0,0.08);
}

.g-nav-list-area li{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.g-nav-list-area li a{
    display: block;
	padding: 15px 0 15px 0px;
    padding-left: 30px;
	background-image:url("images/ic-arrow02.svg");
	background-position:center left ;
	background-repeat:no-repeat;
	background-size: 19px;
    border-bottom: solid 1px rgba(0,0,0,0.08);
	color: #333;
	text-decoration: none;
}

.openbtn_scroll{
    display: none;
    position:absolute;
    z-index: 9999;
    top:5px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.openbtn_scroll span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
    width: 45%;
}

.openbtn_scroll span:nth-of-type(1) {
	top:17px; 
}

.openbtn_scroll span:nth-of-type(2) {
	top:20px;
	opacity: 0;
}

.openbtn_scroll span:nth-of-type(3) {
	top:23px;
}

.openbtn_scroll.active span:nth-of-type(1) {
    top: 15px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
    background-color: #000;
}

.openbtn_scroll.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn_scroll.active span:nth-of-type(3){
    top: 27px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
    background-color: #000;
}

.openbtn_scroll {
	opacity: 1;
	transition: ease .3s opacity;
}

@media screen and (max-width:1040px){
.g-nav-list-area{
	width: auto;
	margin: 0 15px;
}

.openbtn_scroll{
    display: block;
}
}

/*=========================================*/
/* index main */
/*=========================================*/

.index-kv{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 660px;
    background-color: #1461AF;
}

.index-kv .img-back{
    position: absolute;
    width: calc(100% - 0px);
    height: 660px;
	background-image:url("images/kv-back.webp");
    background-size: cover;
    background-position: center;
    left: 0px;
}

.index-kv .img-back{
	width: 100%;
	filter: blur(100px);
	animation: blur-anim2 2.0s ease-out forwards;
}

@keyframes blur-anim2 {
	100% {	filter: blur(0); }
}

.index-kv .tel-box{
    position: absolute;
    top: 120px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    width: 237px;
    height: 104px;
    background-color: #1461AF;
    border-radius: 10px;
    color: #fff;
}

.index-kv .tel-box .icon{
    position: absolute;
    top: -10px;
    left: -10px;
}

.index-kv .tel-box .text{
    font-size: 11px;
}

.index-kv .tel-box .tel-area{
    font-weight: 500;
	letter-spacing: 0.03em;
}

.index-kv .tel-box .tel{
    font-size: 12px;
    margin-right: 5px;
}

.index-kv .tel-box .number{
    font-size: 23px;
}

.index-kv .tel-box .time{
    font-size: 11px;
}

.kv-box{
    z-index: 10;
    margin-top: -60px;
    color: #fff;
    text-align: center;
	text-shadow: 0px 4px 25px rgba(0,0,0,0.3);
}

.kv-box .kv-catch{
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 55px;
    font-weight: normal;
    line-height: 150%;
}

.kv-box .kv-read{
    margin-top: 10px;
    font-size: 17px;
    line-height: 150%;
}

.kv-img{
    position: relative;
    overflow: hidden;
    height: calc(360px + 50px);
    margin-top: -250px;
    padding-bottom: 40px;
}

.kv-img ul{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 1450px;
    left: 50%;
    margin-left: -725px;
}

.kv-img li{
    width: 175px;
	box-shadow: 0px 4px 25px rgba(0,0,0,0.10);
}

.kv-img li:nth-child(even) {
    margin-top: 150px;
}

.kv-img img{
    width: 100%;
}

@media screen and (max-width:1040px){
.index-kv{
    height: 590px;
}

.index-kv .img-back{
    height: 590px;
	background-image:url("images/kv-back-sp.webp");
}

.index-kv .tel-box{
    top: 57%;
    right: 50%;
    margin-right: -105px;
    width: 210px;
    height: 79px;
    line-height: 140%;
}

.index-kv .tel-box .icon{
    top: -6px;
    left: -6px;
    width: 23px;
}

.index-kv .tel-box .icon img{
    width: 100%;
}

.index-kv .tel-box .text{
    font-size: 10px;
}

.index-kv .tel-box .tel{
    font-size: 10px;
    margin-right: 3px;
}

.index-kv .tel-box .number{
    font-size: 18px;
}

.index-kv .tel-box .time{
    font-size: 10px;
}

.kv-box{
    margin-top: -160px;
    text-align: center;
}

.kv-box .kv-catch{
    margin-left: 15px;
    font-size: 28px;
}

.kv-box .kv-read{
    margin-top: 10px;
    font-size: 13px;
}

.kv-img{
    height: calc(200px + 0px);
    margin-top: -150px;
    padding-bottom: 40px;
}

.kv-img ul{
    gap: 20px;
    width: 800px;
    margin-left: -400px;
}

.kv-img li{
    width: 90px;
}

.kv-img li:nth-child(even) {
    margin-top: 80px;
}
}

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

/*=========================================*/
/* index pickup */
/*=========================================*/

.index-pickup{
    position: relative;
    min-height: 600px;
    margin-top: 0px;
}

.index-pickup-back-blue{
}

.index-pickup-back-blue::before {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 200px);
    background: #1461AF;
    z-index: -2;
}

.index-pickup-back-white::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 50px;
    width: 100%;
    height: calc(100% - 200px);
    background: #F7F8F8;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.06);
    z-index: -1;
}

.index-pickup-box{
    padding: 20px 0 70px 0;
}

.index-pickup .list{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:30px;
}

.index-pickup .box{
    flex: 1;
}

.index-pickup .img{
    max-width: 319px;
}

.index-pickup .img img{
    width: 100%;
}

.index-pickup .text{
    margin-top: 30px;
    margin-right: 15px;
}

.index-pickup .btn{
    margin-top: 30px;
}

.index-pickup .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 170px;
    height: 47px;
	padding: 0 0 0 18px;
    border-top: solid 1px rgba(0,0,0,0.10);
    border-left: solid 1px rgba(0,0,0,0.10);
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: #fff;
	background-image:url("images/ic-arrow02.svg");
	background-position:center left 15px;
	background-repeat:no-repeat;
	background-size: 19px;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
	color: #333;
	text-align: center;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.index-pickup .btn a:hover{
    background-color: #1461AF;
    color: #fff;
    border-top: solid 1px #1461AF;
    border-left: solid 1px #1461AF;
    border-right: solid 1px #1461AF;
    border-bottom: solid 1px #1461AF;
	transition: all 0.2s;
}

@media screen and (max-width:1140px){
.index-pickup-box{
    padding: 20px 40px 70px 40px;
}
}

@media screen and (max-width:1040px){
.index-pickup{
    min-height: auto;
}

.index-pickup-back-blue::before {
    bottom: 15px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
}

.index-pickup-back-white::before {
    right: 15px;
    width: 100%;
    height: calc(100% - 60px);
}

.index-pickup-box{
    max-width: 500px;
    margin: auto;
    padding: 10px 0 70px 0;
}

.index-pickup .list{
    justify-content: center;
	flex-direction: column;
    gap:55px;
}

.index-pickup .box{
    flex: 1;
}

.index-pickup .img{
    max-width: 220px;
    margin: auto;
}

.index-pickup .text{
    margin: 22px 40px 0 40px;
}

.index-pickup .btn{
    margin: 22px auto 0 auto;
    text-align: center;
}

.index-pickup .btn a{
    margin: 0 auto 0 auto;
}
}

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

/*=========================================*/
/* index about */
/*=========================================*/

.index-about{
    padding: 100px 0;
}

.index-about-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-about .img{
    position: absolute;
    right: 50%;
    margin-right: 70px;
}

.index-about .img img{
}

.index-about .box{
    flex: 1;
    margin-left: 50%;
}

.index-about .text-area{
    max-width: 510px;
    margin-left: 10px;
}

.index-about .title-en{
    font-size: 16px;
    color: #1461AF;
}

.index-about .title-jp{
    margin-top: 10px;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 150%;
}

.index-about .text{
    margin-top: 20px;
}

.index-about .btn-area{
    display: flex;
	flex-direction: column;
    gap:10px;
    margin-top: 40px;
}

.index-about .btn{
}

.index-about .btn a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
	padding: 0 0 0 18px;
    border-top: solid 1px rgba(0,0,0,0.10);
    border-left: solid 1px rgba(0,0,0,0.10);
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: #fff;
	background-image:url("images/ic-arrow02.svg");
	background-position:center left 15px;
	background-repeat:no-repeat;
	background-size: 19px;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
	color: #333;
	text-align: center;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.index-about .btn a:hover{
    background-color: #1461AF;
    color: #fff;
    border-top: solid 1px #1461AF;
    border-left: solid 1px #1461AF;
    border-right: solid 1px #1461AF;
    border-bottom: solid 1px #1461AF;
	transition: all 0.2s;
}

.index-about .btn .btn-text{
    margin-left: 30px;
}

.index-about .btn .btn-img{
    margin-right: 10px;
    width: 157px;
}

.index-about .btn .btn-img img{
    width: 100%;
}

@media screen and (max-width:1040px){
.index-about{
    padding: 60px 0 70px 0;
}

.index-about-box{
	flex-direction: column;
}

.index-about .img{
    position: relative;
    right: 0;
    margin-right: 0;
}

.index-about .img img{
    width: 100%;
}

.index-about .box{
    margin: 0 30px;
}

.index-about .text-area{
    margin-top: 40px;
    margin-left: 0px;
}

.index-about .title-en{
    font-size: 13px;
    text-align: center;
}

.index-about .title-jp{
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
}

.index-about .text{
    margin-top: 20px;
}

.index-about .btn-area{
    margin-top: 35px;
}

.index-about .btn{
}

.index-about .btn a{
    height: 57px;
}

.index-about .btn .btn-text{
    margin-left: 30px;
}

.index-about .btn .btn-img{
    display: none;
}
}

/*=========================================*/
/* index information */
/*=========================================*/

.index-information{
    position: relative;
    min-height: 300px;
}

.index-information-back-blue{
}

.index-information-back-blue::before {
    content: "";
    position: absolute;
    top: 200px;
    right: 0;
    width: 100%;
    height: calc(100% - 200px);
    background: #1461AF;
    z-index: -2;
}

.index-information-back-white::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50px;
    width: 100%;
    height: calc(100% - 50px);
    background: #F7F8F8;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.06);
    z-index: -1;
}

.index-information-box{
    padding: 70px 0 140px 0;
}

.index-information .title-en{
    font-size: 16px;
    color: #1461AF;
}

.index-information .title-jp{
    margin-top: 10px;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 150%;
}

.index-information .contents-box {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.index-information .title-area {
    flex: 1;
}

.index-information .btn {
    width: 170px;
    margin-top: 40px;
}

.index-information .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 170px;
    height: 47px;
	padding: 0 0 0 18px;
    border-top: solid 1px rgba(0,0,0,0.10);
    border-left: solid 1px rgba(0,0,0,0.10);
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: #fff;
	background-image:url("images/ic-arrow02.svg");
	background-position:center left 15px;
	background-repeat:no-repeat;
	background-size: 19px;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
	color: #333;
	text-align: center;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.index-information .btn a:hover{
    background-color: #1461AF;
    color: #fff;
    border-top: solid 1px #1461AF;
    border-left: solid 1px #1461AF;
    border-right: solid 1px #1461AF;
    border-bottom: solid 1px #1461AF;
	transition: all 0.2s;
}

.index-information .list {
    width: 100%;
    margin-top: 40px;
}

.index-information .list a {
    display: flex;
    align-items: center;
    border-top: solid 1px #D6D6D6;
    padding: 20px 0;
    text-decoration: none;
    color: #333;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.index-information .list a:first-child {
    border-top: none;
}

.index-information .list a:hover{
    z-index: 1;
    background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.06);
	transition: all 0.2s;
}

.index-information .list .day {
    width: 100px;
    margin-left: 10px;
    font-size: 14px;
}

.index-information .list .category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 2px 0;
    border: solid 1px #D6D6D6;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
}

.index-information .list .text {
    flex: 1;
    margin-left: 20px;
    padding-right: 40px;
	background-image:url("images/ic-arrow02.svg");
	background-position:center right 10px;
	background-repeat:no-repeat;
	background-size: 19px;
}

@media screen and (max-width:1240px){
.index-information .contents-box {
    max-width: 800px;
    margin: auto;
}

.index-information .list a:hover{
    background-color: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
}
}

@media screen and (max-width:1040px){
.index-information{
}

.index-information-back-blue::before {
    top: 200px;
    right: 0;
    width: 100%;
    height: calc(100% - 200px);
}

.index-information-back-white::before {
    top: 0px;
    left: 15px;
    width: 100%;
    height: calc(100% - 15px);
}

.index-information-box{
    padding: 40px 0 100px 0;
}

.index-information .contents-box {
    flex-direction: column;
}

.index-information .title-area {
    order: 1;
}

.index-information .title-en{
    font-size: 13px;
    text-align: center;
}

.index-information .title-jp{
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
}

.index-information .contents-box {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.index-information .title-area {
    flex: 1;
}

.index-information .btn {
    order: 3;
}

.index-information .btn {
    margin: 40px auto 0 auto;
}

.index-information .list {
    order: 2;
}

.index-information .list {
    width: auto;
    margin: 20px 20px 0px 40px;
    border-bottom: solid 1px #D6D6D6;
}

.index-information .list a {
    display: block;
    padding: 20px 0;
}

.index-information .list a:hover{
    z-index: 1;
    background-color: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
	transition: all 0.2s;
}

.index-information .list .day {
    position: absolute;
    margin-left: 10px;
    margin-top: 2px;
}

.index-information .list .category {
    margin-left: 100px;
    padding: 0px 0;
}

.index-information .list .text {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    margin-top: 10px;
    margin-left: 10px;
    padding-right: 50px;
	background-image:url("images/ic-arrow02.svg");
	background-position:center right 20px;
	background-repeat:no-repeat;
	background-size: 19px;
}
}

/*=========================================*/
/* index link */
/*=========================================*/

.index-link{
    padding: 90px 0 90px 0;
}

/* スライドレールの枠 */
.index-link .wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* content4つをまとめたスライドブロック */
.index-link .slideshow {
    display: flex;
}

/* スライドする要素 */
.index-link .content {
    width: 330px;
    margin: 0 8px;
    text-align: center;
}

/* JSで設定する値を使う */
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--slide-width));
  }
}

/* レスポンシブ時は停止 */
@media screen and (max-width: 1040px) {
  .index-link .slideshow {
    animation: none;
    transform: none;
  }
}

.index-link a {
    width: 100%;
    text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.index-link a:hover{
    opacity: 0.5;
	transition: all 0.2s;
}

.index-link a img{
    width: 100%;
}

.index-link .text {
    display: inline-block;
    margin-top: 15px;
    padding-left: 26px;
	background-image:url("images/ic-arrow02.svg");
	background-position:center left 0px;
	background-repeat:no-repeat;
	background-size: 19px;
    font-size: 14px;
    color: #333;
}

.index-link .pdf {
    display: inline-block;
    padding-right: 30px;
	background-image:url("images/icon-pdf01.svg");
	background-position:center right 0px;
	background-repeat:no-repeat;
	background-size: 19px;
    color: #333;
}

@media screen and (max-width:1040px){
.index-link{
    padding: 60px 0 50px 0;
}

.index-link .wrap {
    overflow: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.index-link .slideshow {
    display: block;
    margin: 0 auto;
}

.index-link .content {
    margin: 0 auto 20px auto;
}

.index-link a:hover{
    opacity: 1.0;
}

.index-link .text {
    margin-top: 10px;
}
}

/*=========================================*/
/* footer */
/*=========================================*/

.footer{
    background-color: #1461AF;
    color: #fff;
    text-align: left;
}

.footer-contents{
	display: flex;
	align-items: flex-start;
    gap: 20px;
    padding: 50px 50px 40px 50px;
}

.footer-contents .box{
    flex: auto;
}

.footer-contents .box-contact{
    margin-right: 20px;
}

.footer-contents .company-kumiai{
    font-size: 12px;
}

.footer-contents .company-sr{
    font-size: 18px;
}

.footer-contents .add{
    margin-top: 20px;
    font-size: 14px;
    line-height: 160%;
}

.footer-contents .tel-area{
    width: 240px;
    margin-top: 35px;
    padding: 18px 0 15px 0;
    border: solid 1px #fff;
    border-radius: 10px;
    text-align: center;
}

.footer-contents .tel{
    display: inline-block;
    margin: auto;
    padding-left: 25px;
    padding-right: 5px;
	background-image:url("images/ic-tel02.svg");
	background-position:center left;
	background-repeat:no-repeat;
	background-size: 17px;
    font-size: 23px;
    font-weight: 500;
}

.footer-contents .time{
    font-size: 12px;
}

.footer-contents .navi{
    margin-bottom: 30px;
}

.footer-contents .navi.navi-last li.category{
    margin-bottom: 20px;
}

.footer-contents .navi li.category{
    margin-bottom: 9px;
    padding-left: 28px;
	background-image:url("images/ic-arrow03.svg");
	background-position:center left;
	background-repeat:no-repeat;
	background-size: 19px;
    font-size: 15px;
    font-weight: 500;
}

.footer-contents .navi li.sub {
    position: relative;
    padding-left: 15px;
    margin-left: 30px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 140%;
    opacity: 0.8;
}

.footer-contents .navi li.sub::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 1px;
    background-color: #fff;
    transform: translateY(-50%);
}

.footer-contents .navi a{
    color: #fff;
    text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.footer-contents .navi a:hover{
    opacity: 0.5;
	transition: all 0.2s;
}

.copyright{
    padding: 40px 50px;
    font-size: 13px;
    text-align: left;
}

@media screen and (max-width:1040px){
.footer-contents{
	flex-direction: column;
    gap: 10px;
    padding: 30px 20px 20px 20px;
}

.footer-contents .box-contact{
    margin-right: 0px;
    margin-bottom: 30px;
}

.footer-contents .navi.navi-last li.category{
    margin-bottom: 20px;
}

.copyright{
    padding: 20px 20px;
    font-size: 13px;
    text-align: left;
}
}

/*=========================================*/
/* common title */
/*=========================================*/

.common-title{
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 470px;
    background-color: #1461AF;
    background-size: cover;
    background-position: center;
}

.common-title-about{ background-image:url("images/common-title-back-about.webp");}
.common-title-general{ background-image:url("images/common-title-back-general.webp");}
.common-title-1master{ background-image:url("images/common-title-back-1master.webp");}
.common-title-sharoshi{ background-image:url("images/common-title-back-sharoshi.webp");}
.common-title-mynumber{ background-image:url("images/common-title-back-mynumber.webp");}
.common-title-list{ background-image:url("images/common-title-back-list.webp");}
.common-title-information{ background-image:url("images/common-title-back-information.webp");}

.common-title .tel-box{
    position: absolute;
    top: 120px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
    width: 237px;
    height: 104px;
    background-color: #1461AF;
    border-radius: 10px;
    color: #fff;
}

.common-title .tel-box .icon{
    position: absolute;
    top: -10px;
    left: -10px;
}

.common-title .tel-box .text{
    font-size: 11px;
}

.common-title .tel-box .tel-area{
    font-weight: 500;
	letter-spacing: 0.03em;
}

.common-title .tel-box .tel{
    font-size: 12px;
    margin-right: 5px;
}

.common-title .tel-box .number{
    font-size: 23px;
}

.common-title .tel-box .time{
    font-size: 11px;
}

.common-title-box{
    z-index: 10;
    width: 1024px;
    margin: 80px auto 0 auto;
    text-align: left;
    color: #fff;
	text-shadow: 0px 4px 25px rgba(0,0,0,0.3);
}

.common-title-box .common-title-catch{
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 38px;
    font-weight: normal;
    text-align: left;
    line-height: 150%;
}

@media screen and (max-width:1040px){
.common-title{
    height: 220px;
}

.common-title .tel-box{
    display: none;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin-right: auto;
    width: 210px;
    height: 79px;
    line-height: 140%;
}

.common-title .tel-box .icon{
    top: -6px;
    left: -6px;
    width: 23px;
}

.common-title .tel-box .icon img{
    width: 100%;
}

.common-title .tel-box .text{
    font-size: 10px;
}

.common-title .tel-box .tel{
    font-size: 10px;
    margin-right: 3px;
}

.common-title .tel-box .number{
    font-size: 18px;
}

.common-title .tel-box .time{
    font-size: 10px;
}

.common-title-box{
    width: auto;
    margin: 52px 20px 0 20px;
}

.common-title-box .common-title-catch{
    font-size: 20px;
}
}

/*=========================================*/
/* pankuzu */
/*=========================================*/

.pankuzu{
    padding: 26px 40px;
}

.pankuzu ul{
	display: flex;
	align-items: center;
    font-size: 14px;
    line-height: 140%;
}

.pankuzu li::after{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
    margin: 0 15px 0 0;
}

.pankuzu li.page{
    flex: 1;
    padding: 0 0 0 0;
}

.pankuzu li.page::after{
	border: none;
}

.pankuzu a{
    padding: 0 15px 0 0;
    color: #333;
    text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.pankuzu a:hover{
    opacity: 0.5;
	transition: all 0.2s;
}

@media screen and (max-width:1040px){
.pankuzu{
    padding: 15px 15px;
}

.pankuzu ul{
    font-size: 12px;
}

.pankuzu li::after{
    margin: 0 10px 0 0;
}

.pankuzu li.page{
    padding: 0 0 0 0;
}

.pankuzu a{
    padding: 0 10px 0 0;
}
}

/*=========================================*/
/* common */
/*=========================================*/

.common-contents{
    position: relative;
}

.common-contents-back-blue{
}

.common-contents-back-blue::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    background: #1461AF;
    z-index: -2;
}

.common-contents-back-white::before {
    content: "";
    position: absolute;
    top: 0;
    right: 55px;
    width: 100%;
    height: calc(100% - 0px);
    background: #F7F8F8;
	box-shadow: 0px 5px 30px rgba(0,0,0,0.06);
    z-index: -1;
}

.common-contents-box{
    padding: 60px 0 100px 0;
}

.soon{
    padding: 50px 0;
    text-align: center;
}

.contents-navi{
    margin-bottom: 60px;
}

.contents-navi ul{
	display: flex;
    flex-wrap: wrap;
}

.contents-navi li{
    width: calc(33.333% - 1px);
    margin-right: -1px;
    margin-bottom: -1px; 
}

.contents-navi a{
	position: relative;
	display: flex;
	align-items: center;
    box-sizing: border-box;
    border: solid 1px #DEDEDE;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px 12px 15px 40px;
	background-image:url("images/ic-arrow04.svg");
	background-position:center left 12px;
	background-repeat:no-repeat;
	background-size: 19px;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    color: #333;
    text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.contents-navi a:hover{
    z-index: 1;
    border: solid 1px #1461AF;
    background-color: #1461AF;
    color: #fff;
	transition: all 0.2s;
}

.common-subtitle{
    clear: both;
    padding: 22px;
    margin-bottom: 45px;
    background-color: #1461AF;
	box-shadow: 10px 10px 0px rgba(0,0,0,0.10);
    color: #fff;
}

.common-subtitle h3{
    position: relative;
    padding-left: 20px;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 26px;
    font-weight: normal;
    text-align: left;
    line-height: 150%;
}

.common-subtitle h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 30px;
    background-color: #fff;
    transform: translateY(-50%);
}

.common-box{
    position: relative;
    margin: 0px 0 90px 50px;
}

.common-box .margin-top40{
    margin-top: 40px;
}

.common-box .margin-top30{
    margin-top: 30px;
}

.common-box .margin-top20{
    margin-top: 20px;
}

.common-box .margin-top10{
    margin-top: 10px;
}

.common-box .border-top{
    margin-top: 45px;
    padding-top: 35px;
    border-top: solid 1px #D6D6D6;
}

.common-box .text01{
}

.common-box .text02{
    font-size: 13px;
}

.common-box .read01{
    font-size: 20px;
    font-weight: 500;
    color: #1461AF;
}

.common-box .img01{
    float: right;
    display: inline-block;
    width: 456px;
    margin: 0 0 30px 30px;
}

.common-box .img01 img{
    width: 100%;
    border-radius: 10px;
}

.common-box .img02{
    float: right;
    display: inline-block;
    width: 280px;
    margin: 0 0 60px 30px;
}

.common-box .img02 img{
    width: 100%;
    border-radius: 10px;
}

.common-box .list01 li{
    margin-top: 5px;
    margin-left: 25px;
    list-style-type: disc;
    list-style-position: outside;
}

.common-box .list01 li.last{
    list-style: none;
}

.common-box .list01 li::marker {
    font-size: 4px;
}

.common-box .list02 li{
    margin-top: 5px;
    margin-left: 25px;
    list-style-type: decimal;
    list-style-position: outside;
}

.common-box .list02 li::marker {
}

.common-box .list03 li{
    margin-left: 15px;
    list-style-type: disc;
    list-style-position: outside;
}

.common-box .list03 li::marker {
    font-size: 3px;
}

.common-box .summary {
    border-top: solid 1px #D6D6D6;
}

.common-box .summary li{
    display: flex;
    padding: 18px 0;
    border-bottom: solid 1px #D6D6D6;
}

.common-box .summary .left{
}

.common-box .summary .left-80{
    width: 80px;
}

.common-box .summary .left-100{
    width: 100px;
}

.common-box .summary .left-160{
    width: 160px;
}

.common-box .summary .left-180{
    width: 180px;
}

.common-box .summary .right{
    flex: 1;
}

.common-box .list02 li{
    margin-top: 5px;
    margin-left: 25px;
    list-style-type: decimal;
    list-style-position: outside;
}

.common-box .common-list01 li:first-child{
    margin-top: 0;
}

.common-box .common-list01 li{
    border: solid 1px #B5B5B5;
    margin-bottom: 7px;
    padding: 14px 14px 14px 40px;
	background-image:url("images/ic-check01.svg");
	background-position:top 21px left 15px;
	background-repeat:no-repeat;
	background-size: 12px;
}

.common-box .common-list01 li:first-child{
    margin-top: 0;
}

.common-box .box01{
    position: relative;
    margin-top: 23px;
    padding: 50px 50px 50px 55px;
    border: solid 1px #1461AF;
    background-color: #fff;
}

.common-box .box01:first-child{
    margin-top: 0;
}

.common-box .box01 .number{
    z-index: 1;
    position: absolute;
    top: -12px;
    left: -12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1461AF;
	box-shadow: 5px 5px 0px rgba(0,0,0,1.0);
    box-sizing: border-box;
    width: 47px;
    height: 47px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

.common-box .box01 .read{
    margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    line-height: 150%;
    color: #1461AF;
}

.common-box .text-link-pdf a{
    display: inline-block;
    padding-left: 30px;
	background-image:url("images/icon-pdf01.svg");
	background-position:center left 0px;
	background-repeat:no-repeat;
	background-size: 19px;
}

.common-box .text-tel{
    display: flex;
    color: #1461AF;
}

.common-box .text-tel .tel-text{
    margin: 3px 12px 0 0;
    font-size: 14px;
}

.common-box .text-tel .tel-number{
    padding-left: 25px;
	background-image:url("images/ic-tel03.svg");
	background-position:center left;
	background-repeat:no-repeat;
	background-size: 17px;
    font-size: 23px;
    font-weight: 500;
}

@media screen and (max-width:1240px){
.common-contents .contents-box {
    max-width: 800px;
    width: auto;
    margin: auto;
}
}

@media screen and (max-width:1040px){
.common-contents-back-blue::before {
    top: 15px;
}

.common-contents-back-white::before {
    right: 15px;
}

.common-contents-box{
    padding: 20px 30px 10px 20px;
}

.contents-navi{
    margin: 0 0px 30px 0px;
}

.contents-navi ul{
	flex-direction: column;
}

.contents-navi li{
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: -1px; 
}

.contents-navi a{
    padding: 10px 12px 10px 40px;
}

.common-subtitle{
    padding: 16px;
    margin-bottom: 25px;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.10);
}

.common-subtitle h3{
    padding-left: 16px;
    font-size: 17px;
}

.common-subtitle h3::before {
    width: 2px;
    height: 20px;
}

.common-box{
    margin: 0px 0 50px 0px;
}

.common-box .border-top{
    margin-top: 25px;
    padding-top: 15px;
}

.common-box .read01{
    font-size: 16px;
}

.common-box .img01{
    float: none;
    display: block;
    width: auto;
    max-width: 350px;
    margin: 0 auto 20px auto;
}

.common-box .img02{
    float: none;
    display: block;
    width: auto;
    max-width: 240px;
    margin: 20px auto 20px auto;
}

.common-box .list01 li{
    margin-left: 20px;
}

.common-box .list02 li{
    margin-left: 20px;
}

.common-box .summary li{
	flex-direction: column;
    padding: 18px 0;
}

.common-box .summary .left{
    padding-bottom: 5px;
}

.common-box .summary .left-80{
    width: auto;
}

.common-box .summary .left-100{
    width: auto;
}

.common-box .summary .left-160{
    width: auto;
}

.common-box .summary .left-180{
    width: auto;
}

.common-box .summary .right{
    flex: 1;
}

.common-box .list02 li{
    margin-left: 20px;
}

.common-box .box01{
    margin-top: 15px;
    padding: 30px 30px 30px 35px;
}

.common-box .box01 .number{
    top: -5px;
    left: -5px;
    width: 28px;
    height: 28px;
    font-size: 14px;
}

.common-box .box01 .read{
    margin-bottom: 20px;
    font-size: 18px;
}

.common-box .text-tel{
    display: flex;
    color: #1461AF;
}

.common-box .text-tel .tel-text{
    margin: 2px 8px 0 0;
    font-size: 13px;
}

.common-box .text-tel .tel-number{
    padding-left: 22px;
	background-size: 15px;
    font-size: 18px;
}
}

/*=========================================*/
/* about */
/*=========================================*/

.about-box{
    clear: both;
    position: relative;
    margin: 60px 0 90px 0px;
}

.about-box .box-about {
    position: relative;
    margin-top: 23px;
    padding: 50px 50px 50px 100px;
    border: solid 1px #1461AF;
    background-color: #fff;
	background-image:url("images/box-deco01.svg");
	background-position:top left;
	background-repeat:no-repeat;
	background-size: 88px;
}

.about-box .box-about:first-child{
    margin-top: 0;
}

.about-box .box-about .number{
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #1461AF;
    background-color: #fff;
	box-shadow: 5px 5px 0px rgba(20,97,175,1.0);
    box-sizing: border-box;
    width: 47px;
    height: 47px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    line-height: 100%;
    color: #1461AF;
}

.about-box .box-about .read{
    margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    line-height: 150%;
    color: #1461AF;
}

.about-text01{
    position: relative;
    margin-top: 40px;
    padding: 35px;
    border: solid 1px #000;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.about-map{
    margin-top: 50px;
    padding: 15px;
	box-shadow: 0px 4px 25px rgba(0,0,0,0.10);
}

.about-map iframe{
    display: block;
    width: 100%;
    height: 556px;
}

@media screen and (max-width:1040px){
.about-box{
    margin: 40px 0 50px 0px;
}

.about-box .box-about {
    margin-top: 15px;
    padding: 30px 30px 30px 50px;
	background-size: 40px;
}

.about-box .box-about .number{
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    font-size: 14px;
}

.about-box .box-about .read{
    margin-bottom: 20px;
    font-size: 18px;
}

.about-text01{
    margin-top: 25px;
    padding: 10px 15px;
    font-size: 14px;
    text-align: left;
}

.about-map{
    margin-top: 30px;
    padding: 10px;
}

.about-map iframe{
    height: 300px;
}
}

/*=========================================*/
/* general */
/*=========================================*/

.general-text01{
	display: flex;
    margin-bottom: 5px;
}

.general-text01 .left{
    margin-right: 5px;
}

.general-text01 .right{
    flex: 1;
}

@media screen and (max-width:1040px){
.general-text01{
    margin-bottom: 5px;
}

.general-text01 .left{
    margin-right: 5px;
}
}

/*=========================================*/
/* 1master */
/*=========================================*/

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

/*=========================================*/
/* sharoshi */
/*=========================================*/

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

/*=========================================*/
/* list and mynumber */
/*=========================================*/

.list-read{
    margin-bottom: 60px;
}

.pdf-link-list{
    display: flex;
	flex-direction: column;
    gap:15px;
}

.pdf-link-list .btn{
}

.pdf-link-list .btn a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
	padding: 25px 0 25px 18px;
    border-top: solid 1px rgba(0,0,0,0.10);
    border-left: solid 1px rgba(0,0,0,0.10);
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: #fff;
	background-image:url("images/ic-arrow02.svg");
	background-position:center left 15px;
	background-repeat:no-repeat;
	background-size: 19px;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
	color: #1461AF;
	text-align: center;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.pdf-link-list .btn a:hover{
    background-color: #1461AF;
    color: #fff;
    border-top: solid 1px #1461AF;
    border-left: solid 1px #1461AF;
    border-right: solid 1px #1461AF;
    border-bottom: solid 1px #1461AF;
	transition: all 0.2s;
}

.pdf-link-list .btn-text{
    flex: 1;
    margin-right: 20px;
    margin-left: 30px;
    text-align: left;
}

.pdf-link-list .btn-img{
    margin-right: 25px;
    width: 46px;
}

.pdf-link-list .btn-img img{
    width: 100%;
}

@media screen and (max-width:1040px){
.list-read{
    margin-bottom: 20px;
}

.pdf-link-list{
    gap:10px;
}

.pdf-link-list .btn a{
	padding: 10px 0 10px 18px;
	background-position:center left 10px;
    font-size: 14px;
}

.pdf-link-list .btn-text{
    margin-left: 20px;
}

.pdf-link-list .btn-img{
    margin-right: 10px;
    width: 30px;
}
}

/*=========================================*/
/* information */
/*=========================================*/

.information-list {
    margin: 0px 0px 40px 0px;
    border-top: solid 1px #D6D6D6;
}

.information-list a.article {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #D6D6D6;
    padding: 20px 0;
    text-decoration: none;
    color: #333;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.information-list a.article:last-child {
}

.information-list a.article:hover{
    z-index: 1;
    background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.06);
	transition: all 0.2s;
}

.information-list .day {
    width: 100px;
    margin-left: 10px;
}

.information-list .category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 2px 0;
    border: solid 1px #D6D6D6;
    background-color: #fff;
    text-align: center;
}

.information-list .text {
    flex: 1;
    margin-left: 20px;
    padding-right: 40px;
	background-image:url("images/ic-arrow02.svg");
	background-position:center right 10px;
	background-repeat:no-repeat;
	background-size: 19px;
}

ul.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    margin-top: 50px;
    line-height: 30px;
}

ul.page-numbers li{
}

ul.page-numbers li a{
    color: #000;
    text-decoration: none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

ul.page-numbers li a:hover{
    color: #1461AF;
	transition: all 0.2s;
}

ul.page-numbers li .current{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #1461AF;
    color: #fff;
    border-top: solid 1px #1461AF;
    border-left: solid 1px #1461AF;
    border-right: solid 1px #1461AF;
    border-bottom: solid 1px #1461AF;
}

.pager-arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-bottom: 2px;
}

.pager-arrow-prev {
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
}

.pager-arrow-next {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
}

.information-detail {
    margin-bottom: 40px;
}

.information-detail .data-area {
    display: flex;
}

.information-detail .day {
    width: 100px;
    margin-top: 2px;
    font-size: 14px;
}

.information-detail .category {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 2px 0;
    border: solid 1px #D6D6D6;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
}

.information-detail .title {
    margin: 30px 0 0px 0;
    padding-bottom: 50px;
    border-bottom: solid 1px #D6D6D6;
    font-size: 26px;
    font-weight: 500;
    line-height: 150%;
}

.information-detail .text-area {
    margin: 50px 0 0px 0;
}

.information-detail .file-area {
    margin: 50px 0 0px 0;
    padding: 30px 0 0 0;
    border-top: solid 1px #D6D6D6;
}

.download-file {
    display: inline-block;
    padding: 15px 0 15px 42px;
	background-image:url("images/icon-pdf02.svg");
	background-position:center left 0px;
	background-repeat:no-repeat;
	background-size: 30px;
    font-size: 14px;
}

.information-detail .post-nav {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	align-items: center;
	justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    margin: 80px 0 0 0;
}

.information-detail .post-nav a{
    border-top: solid 1px rgba(0,0,0,0.10);
    border-left: solid 1px rgba(0,0,0,0.10);
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 10px 20px;
    background-color: #fff;
	color: #333333;
	text-decoration:none;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.information-detail .post-nav a:hover{
    background-color: #1461AF;
    color: #fff;
    border-top: solid 1px #1461AF;
    border-left: solid 1px #1461AF;
    border-right: solid 1px #1461AF;
    border-bottom: solid 1px #1461AF;
	transition: all 0.2s;
}

.information-detail .prev-post {
    flex: 1;
    text-align: left;
}
.information-detail .prev-post a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    margin: 0 5px 1px 0px;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.information-detail .prev-post a:hover::before{
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
	transition: all 0.2s;
}

.information-detail .next-post {
    flex: 1;
    text-align: right;
}
.information-detail .next-post a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
    margin: 0 0px 1px 5px;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	transition: all 0.2s;
}

.information-detail .next-post a:hover::after{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	transition: all 0.2s;
}

.information-detail .archive-post {
    flex: 1;
    text-align: center;
}

@media screen and (max-width:1040px){
.information-list {
    width: auto;
    margin: 0px 0px 50px 0px;
}

.information-list a.article {
    display: block;
    padding: 20px 0;
}

.information-list a.article:hover{
    z-index: 1;
    background-color: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
	transition: all 0.2s;
}

.information-list .day {
    position: absolute;
    margin-left: 0px;
    margin-top: 2px;
}

.information-list .category {
    margin-left: 100px;
    padding: 0px 0;
    font-size: 13px;
}

.information-list .text {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    margin-top: 10px;
    margin-left: 0px;
}

ul.page-numbers {
    margin-top: 30px;
}

.information-detail {
    margin: 20px 0 40px 0;
}

.information-detail .day {
    width: 100px;
    margin-top: 3px;
    margin-left: 0;
}

.information-detail .category {
    font-size: 13px;
}

.information-detail .title {
    margin: 15px 0 0px 0;
    padding-bottom: 25px;
    font-size: 16px;
}

.information-detail .text-area {
    margin: 30px 0 0px 0;
}

.information-detail .file-area {
    margin: 30px 0 0px 0;
    padding: 20px 0 20px 0;
}

.information-detail .post-nav {
    margin: 40px 0 0px 0;
}

.information-detail .post-nav a{
    padding: 8px 12px;
    font-size: 13px;
}
}
