@charset "utf-8";

/* 装飾
------------------------------------------------------------*/
.op {
transition: 0.3s;
}
.op:hover {
opacity: 0.7;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#1299df;
	text-decoration:none;
}
a:visited {
	color:#1299df;
	text-decoration:none;
}
a:hover {
	color:#1299df;
	text-decoration:underline;
}
a:active {
	color:#1299df;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
position: relative;
font-family:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
position: relative;
 -webkit-transition: all 0.6s;
transition: all 0.6s;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}




/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {

.spbr {
display: none !important;
}
.menu {
display: none !important;
}
#nav-tgl {
display: none;
}
#hdr_sp {
display: none;
}
body{
font-size: 1.6rem;
line-height: 3rem;
}
.openbtn, #g-nav {
display: none;
}

header {
display: flex;
justify-content: space-between;
padding: 3rem 5.4rem;
margin-bottom: 4.8rem;
}
header > div {
width: 27.9rem;
padding-top: 1rem;
}
header > nav, footer nav {
writing-mode: vertical-rl;
font-size: 1.8rem;
font-weight: bold;
}
header > nav li, footer nav li {
border-top: 0.8rem solid #1160b8;
margin-left: 2.4rem;
padding-top: 1rem;
}
header > nav li:hover, footer nav li:hover {
border-top: 0.8rem solid #d56c05;
}
header > nav li a:link, footer nav a:link {
color: #000;
}
header > nav li a:visited, footer nav a:visited {
color: #000;
}
header > nav li a:hover, footer nav a:hover {
color: #000;
text-decoration: none;
opacity: 0.7;
cursor: pointer;
}
header > nav li a:active, footer nav a:active {
color: #000;
}
.read1 {
font-size: 4.2rem;
text-align: center;
margin: 8.6rem 0 1.8rem 0;
font-family: "游明朝","YuMincho";
}
.read_sub {
text-align: center;
font-size: 2rem;
color: #00a795;
font-family: "游明朝","YuMincho";
margin-bottom: 6rem;
}
.toi {
background: #ededed;
padding: 10rem 0;
}
.toi section {
width: 100rem;
margin: 0 auto;
background: #fff;
border-radius: 1rem;
box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
padding: 3rem 5rem;
}
.toi section h4 {
text-align: center;
font-size: 1.8rem;
margin-bottom: 2rem;
}
.toi section > div {
display: flex;
justify-content: space-between;
width: 90%;
margin: 0 auto;
}
.toi section > div h5 {
font-size: 2.4rem;
font-family: "游明朝","YuMincho";
letter-spacing: 0.2rem;
padding-top: 0.4rem;
}
.toi section > div h5 span {
font-size: 4.8rem;
margin-left: 2rem;
}
.toi section > div p {
text-align: right;
}
.toi section > div a {
background: #1160b8;
color: #fff;
text-align: center;
font-weight: bold;
display: flex;
align-items: center;
border-radius: 1rem;
padding: 0 8rem;
transition: 0.3s;
margin-top: -0.4rem;
}
.toi section > div a:hover {
opacity: 0.7;
text-decoration: none;
}
footer {
padding: 4rem 10rem 3rem 10rem;
}
footer > div {
display: flex;
justify-content: space-between;
}
footer small {
display: block;
text-align: center;
color: #b0b0b0;
font-size: 1.4rem;
margin-top: 3rem;
}
#fix_toi {
position: fixed;
right: 0;
top: 26rem;
display: block;
padding: 6rem 2rem 3rem 2rem;
text-align: center;
writing-mode: vertical-rl;
background: #0191b0 url("../img/icon_mail.png") no-repeat center top 2.4rem;
color: #fff;
border-radius: 1rem 0 0 1rem;
z-index: 999;
transition: 0.3s;
}
#fix_toi:hover {
text-decoration: none;
background-color: #e46600;
}
#hdr_title {
padding-left: 5.4rem;
font-size: 4.2rem;
font-weight: bold;
margin-bottom: 5.4rem;
}
#hdr_title span {
font-size: 1.8rem;
color: #0191b0;
margin-left: 2rem;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

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

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 30%;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: -0.6rem;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
	font-size: 2.4rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
margin-left: 4rem;
font-size: 1.8rem;
}
#g-nav li a span.sp_none {
font-size: 2.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 40px;
	right: 0;
	cursor: pointer;
    width: 100px;
    height: 100px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:31px;
}

.openbtn span:nth-of-type(3) {
	top:47px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

header {
display: flex;
justify-content: space-between;
padding: 3rem 5.4rem;
margin-bottom: 4.8rem;
}
header > div {
width: 22rem;
padding-top: 1rem;
}
header > nav, footer nav {
display: none;
}
.read1 {
font-size: 4.2rem;
text-align: center;
margin: 8.6rem 0 1.8rem 0;
font-family: "游明朝","YuMincho";
}
.read_sub {
text-align: center;
font-size: 2rem;
color: #00a795;
font-family: "游明朝","YuMincho";
margin-bottom: 6rem;
}
.toi {
background: #ededed;
padding: 10rem 0;
}
.toi section {
width: 90%;
margin: 0 auto;
background: #fff;
border-radius: 1rem;
box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
padding: 3rem 5rem;
}
.toi section h4 {
text-align: center;
font-size: 1.8rem;
margin-bottom: 2rem;
}
.toi section > div {
width: 90%;
margin: 0 auto;
text-align: center;
}
.toi section > div h5 {
font-size: 2.4rem;
font-family: "游明朝","YuMincho";
letter-spacing: 0.2rem;
padding-top: 0.4rem;
}
.toi section > div h5 span {
font-size: 4.8rem;
margin-left: 2rem;
}
.toi section > div p {
text-align: center;
margin-bottom: 2rem;
}
.toi section > div a {
background: #1160b8;
color: #fff;
text-align: center;
font-weight: bold;
border-radius: 1rem;
padding: 2rem 8rem;
transition: 0.3s;
margin-top: -0.4rem;
}
.toi section > div a:hover {
opacity: 0.7;
text-decoration: none;
}
footer {
padding: 4rem 10rem 3rem 10rem;
text-align: center;
}
footer > div article div {
margin-bottom: 3rem;
}
footer small {
display: block;
text-align: center;
color: #b0b0b0;
font-size: 1.4rem;
margin-top: 3rem;
}
#fix_toi {
position: fixed;
right: 0;
top: 26rem;
display: block;
padding: 6rem 2rem 3rem 2rem;
text-align: center;
writing-mode: vertical-rl;
background: #0191b0 url("../img/icon_mail.png") no-repeat center top 2.4rem;
color: #fff;
border-radius: 1rem 0 0 1rem;
z-index: 999;
transition: 0.3s;
}
#fix_toi:hover {
text-decoration: none;
background-color: #e46600;
}
#hdr_title {
padding-left: 5.4rem;
font-size: 4.2rem;
font-weight: bold;
margin-bottom: 5.4rem;
}
#hdr_title span {
font-size: 1.8rem;
color: #0191b0;
margin-left: 2rem;
}



}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
.sp_none, #back-top {
display: none !important;
}
body{
font-size: 1.4rem;
line-height: 1.7;
width: 100%;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

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

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
	margin: 8rem auto;
	width: 50%;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: 0em;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
	padding: 0.8rem;;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	transition: 0.3s;
	font-size: 2rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
font-size: 1.5rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:absolute;
    z-index: 9999;/*ボタンを最前面に*/
	top: 2rem;
	right: 0;
	cursor: pointer;
    width: 80px;
    height: 80px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 4px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:0;	
}

.openbtn span:nth-of-type(2) {
	top:15px;
}

.openbtn span:nth-of-type(3) {
	top:30px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {
background-color: #000 !important;
}

header {
padding: 1.6rem 2rem 2rem 2rem;
margin-bottom: 2.8rem;
}
header > div {
width: 20rem;
}
header > nav, footer nav {
display: none;
}
.read1 {
font-size: 3.2rem;
text-align: center;
margin: 5.6rem 0 0 0;
font-family: "游明朝","YuMincho";
}
.read_sub {
text-align: center;
font-size: 2rem;
color: #00a795;
font-family: "游明朝","YuMincho";
margin-bottom: 6rem;
}
.toi {
background: #ededed;
padding: 10rem 0;
}
.toi section {
width: 94%;
margin: 0 auto;
background: #fff;
border-radius: 1rem;
box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
padding: 3rem 5rem;
}
.toi section h4 {
text-align: center;
font-size: 1.8rem;
margin-bottom: 1rem;
}
.toi section > div {

}
.toi section > div h5 {
font-size: 2.4rem;
font-family: "游明朝","YuMincho";
padding-top: 0.4rem;
}
.toi section > div h5 span {
font-size: 2.8rem;
margin-left: 2rem;
}
.toi section > div p {
text-align: center;
margin-bottom: 2rem;
}
.toi section > div a {
background: #1160b8;
color: #fff;
text-align: center;
font-weight: bold;
display: flex;
align-items: center;
border-radius: 1rem;
padding: 1rem 2rem;
transition: 0.3s;
margin-top: -0.4rem;
}
.toi section > div a:hover {
opacity: 0.7;
text-decoration: none;
}
footer {
padding: 4rem 3rem;
text-align: center;
}
footer > div {

}
footer > div article div {
width: 20rem;
margin: 0 auto 1rem auto;
}
footer small {
display: block;
text-align: center;
color: #b0b0b0;
font-size: 1.4rem;
margin-top: 3rem;
}
#fix_toi {
display: none;
}
#fix_toi:hover {
text-decoration: none;
background-color: #e46600;
}
#hdr {
margin-bottom: 8rem;
}
#hdr_title {
padding-left: 2.4rem;
font-size: 3.2rem;
font-weight: bold;
margin-bottom: 2.4rem;
}
#hdr_title span {
font-size: 1.8rem;
color: #0191b0;
margin-left: 2rem;
}

}