@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');

html {
  min-width: 1024px;
}
body{
font-family: 'Noto Sans JP','Hiragino Sans', 'ヒラギノ角ゴPro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
margin:0;
color:#c8c9ca;
background-color: #002063;
font-size: 16px;
font-weight: 300;
}

img{
}

a{
	text-decoration:none;
  color:#c8c9ca;
}
a:visited{
}
a:hover {
	text-decoration:none;
}

p {
    font-size: 100%;
    letter-spacing: 0.07em;
    line-height: 180%;
    margin-bottom: 0.5em;
}

#wrapper {
	width:100%;
}


/* common
---------------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_end {
  justify-content: flex-end;
}

.only_pc {
  display:block;
}

.only_sp {
  display:none;
}

.w100 {
  width: 100%;
  height: auto;
}

.btn_01 {
  border: 1px solid #c8c9ca;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.btn_01 a {
  display: block;
  padding: 20px 20px 20px;
  transition: all  0.3s ease;
  border-radius: 8px;
}
.btn_01 a:hover {
  background-color: #d8282b;
}

.icon_01:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  font-size: 0.8em ;
  margin-right: 10px;
}


.header_inner,
nav{
  width:1024px;
}


/* header
---------------------------------------------------------- */
header{
  border-bottom: #d8282b 1px solid;
  min-width: 1024px;
}

.header_inner {
  margin:0 auto;
  padding: 60px 0px 0;
  position: relative;
}
.header_inner h1 {
}

.header_inner .header_name {
  margin: 15px 0px;
}
.header_inner .area_otherlang {
  position: absolute;
  right: 0;
  top: 25px;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  border: #c8c9ca 1px solid;
  border-radius: 6px;
  padding: 7px 10px;
}
.header_inner .area_otherlang:hover {
  opacity: 0.7;
}
.header_inner .area_otherlang.icon_01:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 900;
  font-size: 0.8em;
  margin-right: 10px;
}

/* nav
---------------------------------------------------------- */
nav{
  margin: 0 auto;
}
nav ul{
	margin: 0;
  list-style: none;
}
nav li {
  font-size: 18px;
  font-weight:500;
  padding: 20px 0px 20px 50px;
}
nav a {
  display: block;
  padding: 0 0 10px;
  position: relative;
  text-decoration: none;
  color: #c8c9ca;
}
nav a::before,
nav a::after {
  border-bottom: solid 1px #d8282b;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
nav a::before {
  left: 50%;
}
nav a::after {
  right: 50%;
}
nav a:hover::before,
nav a:hover::after {
  width: 50%;
}


/* パンくず
---------------------------------------------------------- */
.breadcrumb {
  margin: 30px 0 50px;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #c8c9ca;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #c8c9ca;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}



/* 下層メインビジュアル
---------------------------------------------------------- */
.sub_main_visual {
  position: relative;
}

.sub_main_visual_inner {
  height: 315px;
}

.sub_main_visual_inner .main_copy {
  position: absolute;
  bottom: 20px;
  margin-left: -10px;
}




/* contents
---------------------------------------------------------- */
.contents_wrap {
  padding-bottom: 100px;
}

  .contents_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto !important;
}
.area_contents_copy {
  padding: 90px 0;
}


/* 下層ページコピー
---------------------------------------------------------- */
.txt_copy_01 {
  font-size: 44px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 50px;
}
.txt_copy_01 span {
  font-size: 17px;
}
.txt_copy_02 {
  font-size: 20px;
  margin: 0 0 50px;
}
.txt_copy_02 span {
  font-size: 14px;
}



/* page-top
---------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
}
#page-top a {
    width: 69px;
    padding: 0;
    display: block;
}
#page-top a:hover {
  opacity: 0.7;
}


/* footer
---------------------------------------------------------- */
footer {
  border-top: #717071 1px solid;
  padding: 50px 0 10px 0;
  min-width: 1024px;
}

footer .footer_logo_inq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_inquiry {
  width: 200px;
  text-align: center;
  border: #c8c9ca 1px solid;
  border-radius: 6px;
  margin-top: -15px;
  letter-spacing: 0.15em;
  transition: all  0.3s ease;
}

footer .footer_inquiry a {
  display: block;
  padding: 25px 0 23px 0;

}

footer .footer_inquiry:hover {
  background-color: #d8282b;
}

footer .footer_nav_01 a,
footer .footer_nav_02 a,
footer .footer_inquiry a {
  color: #c8c9ca;
}

footer .footer_nav_01,
footer .footer_nav_02 {
  font-size: 14px;
}

footer .footer_nav_01 {
  margin-top: 20px;
}

footer .footer_nav_01 a:hover,
footer .footer_nav_02 a:hover {
  text-decoration: underline;
}

footer .footer_nav_01 li,
footer .footer_nav_02 li {
  background: url("/assets/img/icon_03.png") left 3px no-repeat;
  padding: 0 0 0 10px;
  margin-bottom: 30px;
}
footer .footer_nav_01 li ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 10px;
}

footer .footer_nav_01 li ul li {
  background: url("/assets/img/icon_04.png") left center no-repeat !important;
  margin-left: 20px;
  margin-bottom: 0px !important;
}

footer .footer_nav_02 li {
  margin-right: 65px;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
}
footer small{
}


/* ==========================================================================//
//
//　SP 1024px以下
//
// ========================================================================== */

@media screen and (max-width: 1024px) {
html {
  max-width: 100% !important;
}

/* header
---------------------------------------------------------- */
.header_inner,
.header_inner, nav {
  width: 1000px !important;
}

nav,
  .area_contents_copy,
  .contents_wrap,
  .contents_inner {
    max-width: 100% !important;
}
 
  
/* contents
---------------------------------------------------------- */
.contents_inner {
  width: 1000px !important;
  margin: 0 auto;
}


  

}


/* ==========================================================================//
//
//　SP 560px以下
//
// ========================================================================== */

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

html {
  min-width: 100% !important;
}
 .only_pc {
  display:none !important;
}

.only_sp {
  display:block !important;
}



  
/* header
---------------------------------------------------------- */
header{
  border-bottom: none;
  min-width:100%;
}

.header_inner {
  width:90% !important;
  margin:0 auto;
  padding: 20px 0 0;
}
.header_inner h1 {
  padding-left: 0px;
}
.header_inner h1 img {
  width: 70%;
  }

.header_inner .header_name {
  margin: 10px 0 20px 0;
}
.header_inner .header_name img {
  width: 70%;
  }

  
/* nav-スマホ
---------------------------------------------------------- */
div.NavMenu{
	position: fixed;	/*表示位置を固定*/
	z-index: 2;		/*重ね順を変更*/
	top: 0;		/*表示位置を指定*/		
	left: 0;	/*表示位置を指定*/
	/*background: #fff;背景を白にする*/
	color: #000;	/*文字色を黒にする*/
	text-align: center;		/*テキストを中央揃え*/
	width: 100%;	/*全幅表示*/
	transform: translateY(-100%);	/*ナビを上に隠す*/
	transition: all 0.6s;	/*アニメーションの時間を指定*/
  border-bottom: 2px solid #d8282b;
}

div.NavMenu ul{
	background: #002063;	/*背景色*/
  opacity: 0.9;
	width: 100%;	
	margin: 0 auto;
	padding: 0;
}
div.NavMenu ul li{
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;		
}
div.NavMenu ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;	/*最後のメニュー項目のみ下線を消す*/
}
div.NavMenu ul li a{
	display: block;		/*クリックできる領域を広げる*/
	color: #c8c9ca;
	padding: 1em 0;
}
div.NavMenu.active{
	transform: translateY(0%);		/*ナビを表示する*/
}
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 100;
  background-color: #002063;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 4px #d8282b;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 15px;
}
.Toggle span:nth-child(1) {
    top: 20px;
}
.Toggle span:nth-child(2) {
    top: 34px;
}
.Toggle span:nth-child(3) {
    top: 48px;
}
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 35px;
    left: 15px;
    /*top: 18px;
    left: 6px;*/
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 35px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#fade{
	display: none;
}

  
/* 下層メインビジュアル
---------------------------------------------------------- */
.sub_main_visual {
  background-size:cover;
}

.sub_main_visual_inner {
  height: 150px;
}

.sub_main_visual_inner .main_copy {
  max-height: 40px;
  max-width: 90%;
  height: auto;
  width: auto;
}
.sub_main_visual_inner .main_copy--line2 {
  max-height: 70px;
}
  
/* パンくず
---------------------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  line-height: 140%;
}

  
/* contents
---------------------------------------------------------- */
.contents_wrap {
 /* min-width: 100% !important;*/
  background-image: none;
}
.contents_inner {
  width: 90% !important;
  margin: 0 auto;
}
  
/* 下層ページコピー
---------------------------------------------------------- */
.txt_copy_01 {
  font-size: 8vw;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 50px;
}
.txt_copy_01 span {
  font-size: 17px;
}
.txt_copy_02 {
  font-size: 1em;
  margin: 0 0 50px;
}
.txt_copy_02 span {
  font-size: 14px;
}

  
/* footer
---------------------------------------------------------- */
#page-top {
  display: none;
  }
footer {
  min-width: 100%;
}
    

footer .footer_logo {
    width: 40%;
}
footer .footer_logo img {
  width: 100%;
  }
footer .footer_inquiry {
  width: 40%;
  border: #c8c9ca 1px solid;
  margin-top: -15px;
  letter-spacing: 0.15em;
  transition: all  0.3s ease;
}
  
footer .footer_inquiry a {
  padding: 15px 0 13px 0;

}

  footer .footer_nav_01,
  footer .footer_nav_02 {
    display: none !important;
  }

  footer .copyright {
  text-align: center;
  font-size: 12px;
  padding-top: 30px;
}
  
  
}
