@charset "UTF-8";
/* CSS Document */
html{
	height:100%;
	overflow:auto;
}
body{
	width:100%;
	font-size:1.0625em;
    line-height: 200%;
	font-family:'Noto serif JP',"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:600;
    color: #000000;
    overflow: hidden;
	animation-name: fadein;
    animation-duration: 500ms;
    animation-timing-function: linear;
}
@keyframes fadein {
    0% {opacity:1;}
    100% {opacity:1;}
}
*{
	box-sizing:border-box;
	margin:0px;
	padding:0px;
}
:not(input){
	caret-color: rgba(0,0,0,1);
}
a {
    overflow: hidden;
    outline: none;
}
a:link,a:hover,a:visited{
	text-decoration:none;
}
a,a::before,a::after{
	transition: all ease 300ms;
}
li{
	list-style-type:none;
}
img{
	vertical-align: bottom;
	border-style:none;
	box-shadow: #000 0 0 0;
	height:auto;
	width:100%;
}
input[type="text"]:focus {
  outline: 0;
}
x:-moz-any-link, x:default {
	box-shadow: #000 0 0 0;
}
table,th,td{
border-collapse: collapse;
border: 0 ;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder{
    color: #ccc;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
textarea{
	resize: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
}
/*簡易アニメーション用*/
.move{
    transition: all ease-out 800ms;
    opacity: 0;
    transform: translateY(50px);
}
.moved{
    opacity: 1;
    transform: translateY(0);
}
/*==========================
.link_btn
==========================*/
.link_btn {
    display: block;
    text-align: center;
    color: inherit;
    border: 1px solid;
    width: 100%;
    max-width: 160px;
    font-size: 87.5%;
    line-height: 100%;
    padding: 12px 0;
    letter-spacing: 1.5px;
}
.link_btn:hover {
    color: #fff;
    background: #1f2774;
}
/*==========================
header
==========================*/
header {
    width: 100%;
	background: rgba(255,255,255,1);
    padding: 30px min(5%,50px) 25px;
    position: fixed;
    top: 0;
	left: 0;
    z-index: 1000;
    height: 90px;
    transition: all ease 300ms;
}
.h_menu_wrap {
    display: flex;
    align-items: flex-end;
}
.h_logo {
    width: 130px;
}
/*------close------*/
.open_nav{
	display: none;
	opacity: 0;
	transition: all 200ms ease;
	transition-delay:1000ms;
}
.close_nav{
	transition: all ease 300ms;
}
.close_nav .h_menu {
    display: flex;
    margin-left: 50px;
}
.close_nav .h_link {
    color: #000;
    margin-right: 1.6em;
	transition: all ease 200ms;
}
.close_nav .h_link:hover {
    color: #b49856;
}
#open_switch {
    display: flex;
	flex-wrap: wrap;
    align-content: space-around;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: min(5%,50px);
	cursor: pointer;
}
#open_switch::before,
#open_switch::after{
	content: "";
	display: block;
	background: #2d3259;
	width: 100%;
	height: 2px;
	transition: all ease 200ms;
}
/*------open------*/
#open:checked + header{
	height: 100vh;
	background: rgba(255,255,255,0.9);
}
#open:checked + header .close_nav{
	opacity: 0;
}
#open:checked + header #open_switch{
    align-content: center;
}
#open:checked + header #open_switch::before{
	transform: rotate(45deg);
	margin-bottom: -1px;
}
#open:checked + header #open_switch::after{
    transform: rotate(-45deg);
	margin-top: -1px;
}

#open:checked + header .open_nav{
	height: 100%;
	display: flex;
	opacity: 1;
	justify-content: center;
    align-items: center;
}
.open_nav .h_menu {
    font-size: 110%;
}
.open_nav .h_link {
    display: block;
    padding: 20px 0;
    color: #808080;
    line-height: 100%;
    letter-spacing: 1.5px;
}
.open_nav .h_link:hover{
	color: #2d3259;
	font-weight: 500;
}
.open_nav .sb_menu {
    font-size: 88%;
    margin-top: 15px;
}
.open_nav .sb_menu .h_link{
    padding: 15px 0;
}
@media screen and (max-width:640px) {
header {
    height: 60px;
    padding: 10px;
}
#open_switch {
    top: 10px;
}
}
/*==========================
下層ページタイトル
==========================*/

.sec_ttl {
  width: 100%;
    height: 33vw;
	min-height: 474px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
    margin-top: 90px;
}

.ttl_page {
  padding-left: 91px;
  color: #FFF;
    text-shadow: 0 0 10px rgb(0 0 0);
}
.ttl_page p{
  font-size: 2.25em;
  letter-spacing: 7px;
  margin-bottom: 15px;
	line-height: 1.5;
}
.spn_page{
  font-size: 0.9em;
  letter-spacing: 7px;
}
@media (max-width:1310px){
}
@media (max-width:640px){
.sec_ttl {
    margin-top: 60px;
}
.ttl_page {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    width: 96%;
    font-size: 80%;
    line-height: 50%;
}
.sec_ttl{
	min-height: 200px;
}
.box_main{		
    padding-top: 50px !important;
	}
.ttl_make {
    font-size: 180% !important;
}
.ttl_make span {
    margin-top: 30px !important;
}
.ttl_size01 {
    font-size: 1.8em;
    margin-bottom: 20px;
}
}
/*==========================
下層レイアウト
==========================*/
*[id*="anchor"]{
	padding-top: 110px;
	margin-top: -110px;
}
.flex_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.ttl_contents {
  font-size: 1.68em;
  color: #65768b;
  text-align: left;
  width: 260px;
  letter-spacing: 2px;
  margin-bottom: 50px;
	margin-right: 70px
}
.ttl_contents span{
  color: #333;
  display: block;
  margin-top: 10px;
  font-size: 0.5em;
}
.ttl_contents.box_txt {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:1310px){
  .ttl_contents {
    text-align: center;
		margin-right:auto;
		margin-left: auto;
  }
}




.box_txt {
    max-width: 845px;
  width: 100%;
}

section {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.box_main {
  width: 100%;
  margin: 0 auto 100px auto;
  color: #333;
  padding-top: 130px;
  overflow: hidden;
}

/*==========================
footer
==========================*/
footer{
	width: 100%;
	padding: 80px 0 60px;
	border-top: 2px solid #1f2774;
}
.f_inner{
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.f_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.f_about {
    letter-spacing: 2px;
    font-size: 87.5%;
}
.f_logo {
    width: 160px;
    margin-bottom: 20px;
    margin-right: 20px;
}
.f_ttl {
    font-size: inherit;
}
address {
    font-style: normal;
}

.f_nav_flex {
    display: flex;
    flex-basis: 600px;
}
.f_nav {
    min-width: fit-content;
    margin-right: 11%;
}
.f_nav:last-child{
    margin-right: 0;
}
.f_nav .name {
    letter-spacing: 2px;
    font-weight: 500;
	margin-bottom: 5px;
}
.f_nav nav:first-child .name {
    margin-bottom: 15px;
}
.f_list {
    font-size: 81.25%;
    line-height: 140%;
    margin-bottom: 10px;
}
.f_list::before {
    content: "—";
    display: inline-block;
    margin-right: 5px;
}
.f_link {
    color: inherit;
    position: relative;
}
.f_link::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    right: 0;
    bottom: 0;
    transform-origin: left;
    transform: scaleX(0);
}
.f_link:hover::after{
    transform: scaleX(1);
}
.f_submenu .f_list {
    margin-left: 1em;
}
.f_submenu .f_list::before {
	content: "・";
}
.f_btn_wrap {
    margin-bottom: 100px;
}
.copyright_wrap {
    font-size: 87.5%;
    letter-spacing: 3px;
}
small {
    margin-top: 10px;
    display: block;
}
@media screen and (max-width:960px) {
	.f_about{
		margin-bottom: 40px;
	}
	.f_nav_flex {
		width: 100%;
		flex-basis: auto;
	}
	.f_nav{
    	min-width: auto;
	}
	.close_nav{
		display: none;
	}
}
@media screen and (max-width:640px) {
	footer {
		padding: 40px 0;
	}
	.f_nav_flex {
		display: block;
	}
	.f_nav .name,
	.f_nav nav:first-child .name {
		margin-bottom: 10px;
	}
	.f_menu {
		display: none;
	}
	.f_btn_wrap {
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}
	.copyright_wrap {
		text-align: center;
	}
}


@media screen and (min-width:641px) {
	.sp{display: none !important;}
}
@media screen and (max-width:640px) {
	.pc{display: none !important;}
}

@media all and (-ms-high-contrast: none) {
body{
font-family:"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
}

.slider li a[href="javascript:void(0);"] {
    cursor: default;
}