@charset "utf-8";

.textHidden {
	text-indent: -9999px;
	overflow: hidden;	
}
a {
  outline: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
   color: none;
   outline: none;
}

html {
 overflow-y: scroll;
}

body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
	color: #000;
	height: 100%;
    overflow: hidden;
	text-align: left;	
	background: #FFF;
	font-family:adobe-garamond-pro, a-otf-ryumin-pr6n, serif;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    overscroll-behavior: none;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
body.fadeout #gloval-nav ul {
  opacity: 0;  /* 初期値では非表示 */
  transition-delay: .3s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
}

.to-upright {
  -webkit-text-orientation: upright;
  text-orientation: upright;
}

h1,h2,h3,h4,h5,p {
	font-weight: normal;
	margin-top: 0;
}

ul {
	margin:0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: none;
	color: #666;
	padding-bottom: 3px;
}


.fullscreen body {
	overflow: hidden;	
}

#firstimg { 
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.fadelogo { 
	width: 100%;
	/*min-width: 1064px;*/
	position: relative;
	/*padding-top: 92px;*/
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: 0!important;
}

.fadelogo img { 
	width:100px;
}

#secondcontent {
	width: 100%;
	/*min-width: 1064px;*/
	position: relative;
	/*padding-top: 92px;*/
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -1!important;
	display:none;
}
.site-header{
    position: fixed;
    top: 0;
    transition: .4s;
    z-index: 999;
}
 
.site-header.hide{
    transform: translateY(-100%);
}
#head_wrap {
	width:100%;
	overflow:auto;
	clear:both;
}

.head_logo{
	display:block;
	width: 70%;
	height:70px;
	position:absolute;
	top:0;
	left:60px;
	z-index: 9999999;
}

.head_logo img {
	width: auto;
	height: 150px;
	padding-top:35px;
	float: left;
	z-index: 9999999;
}

.head_logo_top{
    display: block;
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

.head_logo_top img {
    width: auto;
    height: 40px;
    padding-top: 30px;
    padding-left: 3%;
    float: left;
    z-index: 9999999;
}

.head_logo_sp{
	display:none!important;
    }

#foot {
    width: calc(100% - 120px);
	margin:5% 60px 2% 60px;
	height: 60px;
	position: relative;
/*	background: #0ff;*/
}
.toggle_contents {
  display: none;
  padding-left: 33%;
  width: 100%;
}

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 3%;
  height: 70px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 30px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}


.open #nav-toggle span {
  background: #000;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #fff;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav > nav > ul {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:55%;
  height:60%;
  text-align: left;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: opacity 1.2s ease, -webkit-transform 1.6s ease;
  transition: transform 1.6s ease, opacity 1.2s ease;
  transition: transform 1.6s ease, opacity 1.2s ease, -webkit-transform .6s ease;
  display:block;
}

#gloval-nav ul > li > ul.nav_sub > li:nth-child(1){
  display: inline-block;
  width: 20%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(2){
  display: inline-block;
  width: 70%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(3){
  display: inline-block;
  width: 20%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(4){
  display: inline-block;
  width: 70%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(5){
  display: inline-block;
  width: 20%;
  font-size: 17px;
　line-height: 1.8;
}
#gloval-nav ul li:nth-child(1) {
  transition-delay: .3s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .35s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .4s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .5s;
  line-height: 2;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .55s;
  line-height: 2;
}
#gloval-nav ul li:last-child {
    font-size: 11px;
    position: absolute;
    bottom: -25%;
    left: -35%;
}

/* open */
.open {
  overflow: hidden;
  position: fixed;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .3s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .3s ease;
  transition: transform .5s ease, opacity .3s ease, -webkit-transform 1s ease;
}

#mainVisualWrap {
	width: 100%;
	/*min-width: 1064px;*/
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -1!important;
}
#mainVisualBase {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1!important;
}
#mainVisualWrap h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:0;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	text-align: center;
	z-index: 900!important;
}

#mainVisualWrap #mainVisual {
	padding-top: 0px;
	overflow: hidden;
}

#contents_wrap {
	width:100%;
	overflow:auto;
	clear:both;
}

#head_wrap {
	width:100%;
	overflow:auto;
	clear:both;
}

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

.br-sp { display:none; }
.br-pc { display:block; }

#foot_wrap {
    width:calc(100% - 6%);
    margin: 100px 3% 20px;
    padding-top: 50px;
    border-top: solid 1px #ccc;
}

#foot_wrap .foot_left {
    padding-left: 0;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
#foot_wrap .foot_left p,
#foot_wrap .foot_right p {
    line-height: 2;
    font-size:12px;
    margin-bottom:0px;
}
#foot_wrap .foot_left p.foot_top {
    font-size:16px;
}
#foot_wrap .foot_right p.foot_top {
    font-size:14px;
}
#foot_wrap .foot_right {
    padding-left: 12%;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.copyright {
    font-size:10px;
    margin: 50px 0;
}

.top_content {
    margin-top: 8%;
}

.top_content .title {
    padding-left: 3%;
    font-size: 26px;
    padding-bottom: 4%;
}

.layout {
    width:100%;
}

.layout .col01 {
    width:calc(100% - 6%);
    padding-left:3%;
}
.layout .col02 {
    width:calc(100% - 6%);
    padding-left:3%;
    margin-top: 13%;
}
.layout .col03 {
    width:100%;
    margin-top: 14%;
}
.layout .col04 {
    width:calc(100% - 6%);
    margin: 14% 3% 13%;
}

.top_pic_left {
    float: left;
    width:50%;
}
.top_pic_left_2 {
    float: left;
    width:75%;
}
.top_pic_left_2 img,
.top_pic_left img {
    width:100%;
}
.top_pic_right {
    float: right;
    width:70%;
}
.top_pic_right_2 {
    float: right;
    width:50%;
}
.top_pic_right_2 img,
.top_pic_right img {
    width:100%;
}

.layout .col01 .top_text {
    width:35%;
    padding-left:7%;
    float: left;
    padding-top:40vw;
}
.layout .col02 .top_text {
    width:40%;
    float: left;
    padding-top:3%;
}
.layout .col03 .top_text {
    width:40%;
    float: right;
    padding-top:3%;
    padding-right:100px;
}
.layout .col04 .top_text {
    width:35%;
    padding-left:10%;
    float: left;
    padding-top:35%;
}
.text_title {
    font-size: 19px;
}
.top_text .text_title span {
    font-size:18px;
    border-left: solid 1px #000;
    margin-left: 15px;
    padding-left:15px;
}
.text_main_top {
    font-size:13px;
    line-height: 2;
    margin:30px 0px 50px;
}
.text_btn {
    width: 60%;
    text-align: center;
    border: solid 1px #ccc;
    font-size: 15px;
    padding:18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    background-color: #fff;
    color: #000;
}
    
.btn {
    width: 350px;
    text-align: center;
    border: solid 1px #ccc;
    font-size: 15px;
    padding:18px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    background-color: #fff;
    color: #000;
}
.text_btn:hover,
.btn:hover {
    color: #fff;
    background-color: #000;
}

@media screen and (max-width:1080px) {
/* 画面サイズが1080px以下の場合に適用 */
	#mainVisualWrap {
    padding-top: 0px;
    }
	#head_wrap {
		width: 100%;
		height: 100px; 
		margin: 0;
		z-index: 999;	
	}
    .top_content .title {
    padding-left: 4%;
    font-size: 22px;
    padding-bottom: 7%;
}
    .layout .col01 .top_text {
    padding-top:30vw;
    }
    .layout .col04 {
    width: calc(100% - 8%);
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 0;
    }
    .text_title,
    .top_text .text_title span {
    font-size: 15px;
    }
    .text_main_top {
    font-size: 12px;
    margin: 20px 0px 40px;
    }
    .text_btn {
    width: 100%;
    font-size: 12px;
    padding: 15px 0px;
    }
    #foot_wrap {
    width: calc(100% - 6%);
    margin: 100px 3% 20px;
    padding-top: 50px;
    border-top: solid 1px #ccc;
    }
    .btn {
    width: 350px;
    font-size: 13px;
    padding: 15px 0;
    }
@media screen and (max-width:930px) {
    #foot_wrap {
    width: calc(100% - 8%);
    margin: 100px 4% 20px;
    padding-top: 50px;
    border-top: solid 1px #ccc;
    }
    .site-header.hide{
    transform: translateY(0%);
}
}

@media screen and (max-width:840px) {
/* 画面サイズが768px以下の場合に適用 */

body.fadeout #gloval-nav ul {
  opacity: 0;  /* 初期値では非表示 */
  transition-delay: .3s;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
}

	#contents_wrap {
	width:100%;
	overflow:auto;
	clear:both;
	display:block;
	}

	#head_wrap {
		width: 100%;
		height: 80px; 
		margin: 0;
		z-index: 99999;
		background-color:#FFF;	
	position:fixed;
	top:0px;
	left:0px;
	}
	
	.head_logo_top {
    display: none;
    }

	.head_logo_sp{
	display:block!important;
	width: 75px;
	height:80px;
	float: left;
	margin-left:4%;
	z-index: 999999;
    }

    .head_logo_sp img {
	width: 195px;
    height: auto;
	float: left;
	padding-top:25px;
    display: block;
    }
    #nav-toggle {
    position: fixed;
    top:0;
    right: -8%;
    height: 80px;
    width: 10%;
    cursor: pointer;
    background-color: #fff;
}
#nav-toggle > div {
    position: absolute;
    width: 30px;
    text-align: center;
    right: 120%;
    top: 30px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 2px;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 18px;
}
#gloval-nav ul li:nth-child(1),
#gloval-nav ul li:nth-child(2),
#gloval-nav ul li:nth-child(3),
#gloval-nav ul li:nth-child(4),
#gloval-nav ul li:nth-child(5),
#gloval-nav ul li:nth-child(6) {
    line-height: 1.5;
}
    
#gloval-nav ul > li > ul.nav_sub > li:nth-child(1){
  font-size: 15px;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(2){
  font-size: 15px;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(3){
  font-size: 15px;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(4){
  font-size: 15px;
}
#gloval-nav ul > li > ul.nav_sub > li:nth-child(5){
  font-size: 15px;
}

.open #nav-toggle span {
  z-index: 10000001;
  background: #333;
}
.open #nav-toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle_contents {
    padding-left: 0%;
    padding-bottom:10px;
}

/* z-index */
#nav-toggle {
  z-index: 10000000;
}

#container {
  z-index: 9000000;
}

#gloval-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9900;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  font-size: 25px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a:hover {
  color: #000;
}
#gloval-nav > nav> ul {
  width: calc(100% - 20%);
  height:55%;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
  display:block;
}
#gloval-nav ul li span {
  font-size:12px;
}
#gloval-nav ul li:nth-child(1) {
    transition-delay: .0s;
}
#gloval-nav ul li:nth-child(2) {
    transition-delay: .05s;
}
#gloval-nav ul li:nth-child(3) {
    transition-delay: .1s;
}
#gloval-nav ul li:nth-child(4) {
    transition-delay: .15s;
}
#gloval-nav ul li:nth-child(5) {
    transition-delay: .2s;
}
#gloval-nav ul li:nth-child(6) {
    transition-delay: .25s;
}
#gloval-nav ul li:last-child {
    font-size: 11px;
    margin-left: 27%;
    margin-top: 35%;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .3s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .3s ease;
  transition: transform .5s ease, opacity .3s ease, -webkit-transform 1s ease;
}


#mainVisualWrap {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: -1!important;
    object-fit: cover;
    object-position: center center;
}
#mainVisualBase {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background: #fff;
	z-index: -1!important;
    object-fit: cover;
    object-position: center center;
}
#mainVisualWrap h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin:0;
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
	text-align: center;
	z-index: 900!important;
}

#mainVisualWrap h2 img {
	width: 180px!important;
	height: auto;
}

#mainVisualWrap #mainVisual {
	padding-top: 0px;
	overflow-y: hidden;
    object-fit: cover;
    object-position: center center;
}

.top_content {
    margin-top: 15%;
}
    
.top_content .title {
    padding-left: 4%;
    font-size: 20px;
    padding-bottom: 7%;
}
    
.layout .col01,
.layout .col02 {
    width:100%;
    padding: 0px;
}
.layout .col04 {
    width: calc(100% - 8%);
    padding-left: 0%;
}
.layout .col03 {
    width: calc(100% - 4%);
    padding-left: 0px;
    padding-right: 4%;
}
.top_pic_left {
    width:80%;
    float: none;
}
.top_pic_right {
    float:none;
    width: calc(100% - 4%);
    padding-left: 4%;
}
.top_pic_right_2 {
    float:none;
    width: 90%;
    margin-left: 10%;
}
.top_pic_left_2 {
    width: 100%;
    float: none;
}
.layout .col01 .top_text,
.layout .col02 .top_text,
.layout .col03 .top_text {
    padding-top: 7%;
    padding-left: 4%;
    width: calc(100% - 8%);
    float: none;
    padding-right: 0px;
}
.layout .col04 .top_text {
    padding-top: 7%;
    padding-left: 0px;
    width: 100%;
    float: none;
    padding-right: 0px;
}
.text_btn {
    width: 40%;
}
#foot_wrap {
    width: calc(100% - 8%);
    margin: 100px 4% 20px;
}
#foot_wrap .foot_left,
#foot_wrap .foot_right {
    width: 100%;
    padding-left:0px;
    padding-bottom:30px;
}

.br-sp { display:block; }
.br-pc { display:none; }
}
}
    
@media screen and (max-width:420px) {
.btn {
    width: calc(100% - 8%);
    margin-top: 100px;
}
#foot_wrap .foot_left p.foot_top {
    font-size: 14px;
}
#foot_wrap .foot_right p.foot_top {
    font-size: 13px;
}
#foot_wrap .foot_left,
#foot_wrap .foot_right {
    padding-bottom: 20px;
}
#foot_wrap .foot_left p,
#foot_wrap .foot_right p {
    font-size:11px;
}
p.foot_top {
    font-size:13px;
}
#foot_wrap {
    padding-top: 30px;
}
.layout .col01 {
    margin-top: 2%;
}
.layout .col02,
.layout .col03,
.layout .col04 {
    margin-top: 20%;
}
.text_main_top {
    font-size: 11px;
}
.text_btn {
    width: 50%;
    padding:15px;
}
#gloval-nav ul li:last-child {
    margin-left: 28%;
}
}
