@charset "UTF-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, div,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption, footer {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
  max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.clear {
	clear: both;
}

.pc {}
.sp {
  display: none;
}

/*---------------------------------------------
	style定義
  ---------------------------------------------*/

:root {
  --bg-color: #97acc1;
  --main-color: #1f528e;
}

/*---------------------------------------------
	レイアウト
  ---------------------------------------------*/

html, body {
  height: 100%;
}
body {
	color: #3c3c3c;
	font-size: 16px;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Yu Gothic", "Arial", sans-serif;
	margin: 0;
	padding: 0;
	background-color: var(--bg-color);
}
#home.en {
  background: url(../en/images/main.jpg) no-repeat center top;
  background-color: #fff;
}
#home,
#wallpaper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#header_body {
	position: relative;
	width: 100%;
	padding: 0px;
  /*border-top: 10px var(--main-color) solid;*/
}
#header {
	max-width: 980px;
	margin: 0 auto;
	/*padding:25px 60px;*/
}
#home #header {}

#menu {
	width: 100%;
	padding: 0;
  position: sticky;
  top: 10px;
}
ul.menu {
	margin: 0;
	padding:0;
	list-style: none;
}
#home .pr {
  padding-top: 100px;
}
ul.menu li {
	margin: 0 0 10px;
	padding: 0;
}
ul.menu li a {
	display:block;
	padding:14px 10px 11px 15px;
	font-size:15px;
  font-weight: bold;
	text-decoration:none;
  color: #333;
  border: 1px var(--main-color) solid;
	background-color: #fff;
  border-radius: 5px;
	position: relative;
  transition: 0.3s;
}
.pr {
  padding-bottom: 20px;
  padding-right: 0;
  text-align: center;
}
.pr img {
  margin-bottom: 5px;
  border: 1px #fff solid;
  border-radius: 10px;
}
.pr a {
  display: block;
  text-decoration: none !important;
  line-height: 1.3;
  font-size: 14px;
  color: #fff;
}
.pr a:hover {
  opacity: 0.8;
}
@media screen and (min-width:980px) {
  ul.menu li.rows a {
    padding:8px 10px 6px 15px;
    line-height: 1.3;
  }
}
ul.menu li a.now,
ul.menu li a:hover {
	color: #fff;
  border: 1px var(--main-color) solid;
	background-color: var(--main-color);
}
/*
ul.menu li a::before {
  content: "";
	position: absolute;
	top:50%;
	left: 5px;
	margin-top: -7px;
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url("../images/arrow.png") no-repeat center left;
}
ul.menu li a.now:before,
ul.menu li a:hover:before {
  border-left-color: #003292;
}
*/

/*　コンテンツ　*/
#contents_body {
	width: 100%;
  flex-grow: 1;
}
#contents {
	max-width: 980px;
  height: 100%;
	margin: 0px auto;
	padding: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#home #contents {
  background: url(../images/main.jpg) no-repeat right top;
  background-size: 100%;
  background-color: #fff;
}
/*　左カラム　*/
#col_l {
	width: 200px;
	margin-bottom: 0;
	padding:0;
}
.side_banner {
	padding-top: 10px;
}
.side_banner li {
	padding-bottom: 10px;
	text-align: center;
  list-style:none;
}
.side_banner li span {
	display: block;
  padding-top: 3px;
  text-align: center;
  font-size: 0.8em;
}

/*　右カラム　*/
#col_r {
  width: 100%;
	max-width: 740px;
	min-height: 500px;
	margin-left: auto;
	padding:0 0 10px 20px;
}
#col_r h1 {
  margin-bottom: 10px;
	padding:10px 15px 7px 15px;
	color:#fff;
	font-size:22px;
	font-weight: bold;
	letter-spacing: 0.08em;
	border-radius: 5px;
	background-color: var(--main-color);
	position: relative;
}
/*
#col_r h1::before {
  content: "";
	position: absolute;
	top:10px;
	left: 12px;
  width: 6px;
  height: 60%;
  padding-right:3px;
  background: url("../images/icon.png") no-repeat center center;
}
h2.home_title:after,
#col_r h1:after{
	content: "";
	width: 110px;
	height: 100px;
	background: url(../images/ttl_icon.png) no-repeat center center;
	position: absolute;
	top: -24px;
	right: 0px;
}
*/
h2.home_title {
	padding:10px 15px 7px 15px;
	color: #fff;
	font-size:22px;
	font-weight: bold;
	letter-spacing: 0.08em;
	border-radius: 5px;
	background-color: var(--main-color);
}
h3.home_title {
	margin-bottom: 10px;
	padding:5px 15px 3px;
	color: #FFF;
	font-size:16px;
	font-weight: normal;
	border-radius: 5px;
	background-color: var(--main-color);
}
#home .main_space {
  height: 770px;
  padding: 0;
}
#home .block {
  padding:0 0 25px;
}
#home .news_block {
	margin-bottom: 20px;
}
.whatsnew_box {
  padding: 10px;
}
.whatsnew {
  width: 100%;
  margin: 0 0 10px;
  max-height: 600px;
  min-height: 500px;
  overflow: auto;
}
.banner_block {}
.banner_block ul {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.banner_block ul li {
  padding: 15px 10px 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn p {
  padding: 0 20px;
}
.btn i {
  display: inline-block;
  padding-left: 20px;
}
.btn i img {
  width: 24px;
  margin-top: -2px;
  vertical-align: middle;
}
.btn a {
  display: block;
  min-width: 240px;
  padding: 8px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  background-color: #1f528e;
  text-decoration: none !important;
  border: solid 3px #1f528e;
  border-radius: 5px;
  transition: all 0.4s;
}
.btn a:hover {
  color: #1f528e !important;
  background-color: #d5dce3;
  border: solid 3px #d5dce3;
}
.btn02 a {
  background-color: #f29300;
  border: solid 3px #f29300;
}
.btn02 a:hover {
  color: #ef7b35 !important;
  background-color: #d5dce3;
  border: solid 3px #d5dce3;
}

/*　フルカラム　*/
#col {
	max-width: 800px;
	margin-bottom: 15px;
}

/*　フッター　*/
#footer_body {
	width: 100%;
  position: sticky;
  top: 100vh;
  top: 100dvh;
  background-color: var(--main-color);
}
#footer {
	max-width: 980px;
	margin: 0 auto;
	padding: 25px 0 ;
  color: #fff;
}
#footer p.copy {
	font-size: 12px;
	text-align: center;
}
.zimu_block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.zimu_block .zimu_box {
  width: 48%;
}
.zimu_block .zimu_box h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px #fff solid;
}
.zimu_block .zimu_box p {
  font-size: 15px;
}
.zimu_block .zimu_box a {
  color: #fff;
}

.page_top {
	position:fixed;
	right:20px;
	bottom:30px;
	width:50px;
  height: 50px;
  padding-top: 10px;
	border-radius:50%;
  font-size: 13px;
	color:#fff;
	text-align:center;
	line-height:1.2;
	cursor:pointer;
	background-color: #0073e4;
  box-sizing: border-box;
  z-index: 9;
}
@media screen and (max-width:979px) and (min-width:768px) {
  #col_l {
    width: 22%;
  }
  #col_r {
    width: 78%;
  }
  #home .main_space {
    height: 78vw;
  }
  .pc {
    display: none;
  }
}

@media screen and (max-width:767px) {
  body {
    line-height: 1.5;
  }
  /*=============================
  .btn-trigger
  =============================*/
  .gnav_btn {
    position: fixed;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    padding: 7px 5px;
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--main-color);
    z-index: 99;
  }
  .btn-trigger {
    position: relative;
    width: 30px;
    height: 26px;
    cursor: pointer;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }


  /*=============================
  #btn01
  =============================*/
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }

  #home {}
  #header {
    /*padding-right: 10px;*/
  }
  #contents {
    padding: 20px 10px;
  }
  #home #contents {
    background: url(../images/main_sp.jpg) no-repeat center top;
    background-size: 100%;
    background-color: #fff;
  }
  #col_l {
    display: none;
  }
  #col_l.active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 98;
    overflow-y: auto;
  }
  #col_l.active #menu {
    width: 70%;
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
  }
  #col_l.active #menu .menu {}
  body.active {
    overflow: hidden;
  }
  #col_r {
    padding:0 0 10px;
  }
  #col_r h1 {
    font-size:20px;
  }
  #home ul.menu {
    padding-top: 0px;
  }
  #home .pr {
    display: none;
  }
  #home .main_space  {
    height: 101vw;
  }
  #home .block {
    padding:0 0 25px;
  }
  .whatsnew {
    max-height: 400px;
    min-height: 300px;
  }
  .side_banner {
    padding: 10px 20px 0;
  }
  .banner_block ul li {
    width: 50%;
  }
  .btn {
    flex-direction: column;
  }
  .btn p {
    padding-bottom: 15px;
  }
  
  .zimu_block {
    display: block;
  }
  .zimu_block .zimu_box {
    width: 100%;
    padding: 0 15px 15px;
  }
  .zimu_block .zimu_box p {
    font-size: 13px;
  }
  .page_top {
    position:fixed;
    right:10px;
    bottom:10px;
  }
  
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}