﻿@charset "utf-8";

body {
    overflow-x: hidden;
}

.choho-lp h1, .choho-lp h2, .choho-lp h3, .choho-lp h4, .choho-lp h5, .choho-lp h6, .choho-lp p{
	color: #111;
	letter-spacing: 1px;
}

.choho-lp a{transition: all .3s;cursor: pointer;text-decoration: none;}

.choho-lp a:hover{
	text-decoration: none;
	background: none;
}

.choho-lp ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	max-width: 100%;
}

.choho-lp img {
    max-width: 100%;
    height:
    auto;
    vertical-align: bottom;
}


.choho-lp .pc,.choho-lp .pc-991{
	display:block;
}

.choho-lp .sp,.choho-lp .sp-991{
	display: none !important;
}

.choho-lp *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.choho-lp p{
	 font-weight: 400;
	 line-height: 2;
	 font-size: 16px;
	 color: #3b3736;
}

.choho-lp ol li {list-style: none;}

.choho-lp .color-blue {
    color: #0f58a7;
}

.choho-lp .color-w{
	color:#fff;
}

.choho-lp .center {
    text-align: center;
}

.choho-lp small.during {
    display: inline;
    font-size: 14px;
    color: #666;
    font-weight: 300;
}

.choho-lp .text-right {
    text-align: right;
    display: block;
}

.choho-lp .mt-10 {
    margin: 10px 0 0 0;
}

.choho-lp .mt-20 {
    margin: 20px 0 0 0;
}

.choho-lp .mt-40 {
    margin: 40px 0 0 0;
}

.choho-lp .mt-60 {
    margin: 60px 0 0 0;
}

.choho-lp .mt-80 {
    margin: 80px 0 0 0;
}


.choho-lp .mt-100 {
    margin: 100px 0 0 0;
}



.choho-lp .flex {
    display: flex;
}

/* ヘッダー====================== */

article.choho-lp {
    padding: 0;
}

.choho-lp header .container {width: 100%;display: block;margin: 0;}

.choho-lp{
	width: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP', serif !important;
	font-weight: 500;
	font-style: normal;
	box-sizing: border-box;
}

.choho-lp header {position: relative;}


.choho-lp .header_box {
    transition: .5s;
    position: relative;
    top: 0;
    z-index: 7;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    left: 0;
}

.choho-lp .header_box.transform {
    z-index: 7;
    height: 74px;
    width: 100%;
    background: hsl(0deg 0% 100% / 90%);
    top: 0;
    left: 0;
}

.choho-lp .header_box .logo {
    width: 53px;
    position: absolute;
    left: 2%;
    transition: .3s;
    font-size: 25px;
}




.choho-lp nav.header_nav {
    position: relative;
    right: 0;
    z-index: 1;
    width: auto;
    margin: 0 auto;
    padding: 0;
}



.choho-lp nav.header_nav ul {
    display: flex;
}

.choho-lp nav.header_nav ul li {
    margin: 0;
    width: 34%;
    padding: 0;
    border-right: 1px solid #fff;
    position: relative;
}


.choho-lp nav.header_nav ul li a {
    font-size: 1em;
    color: #111;
    position: relative;
    padding: 23px 10px;
    width: 100%;
    letter-spacing: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choho-lp nav.header_nav ul li a b{
	font-weight:500;
	font-size: 17px;
}

.choho-lp nav.header_nav ul li a span{
    position: relative;
    background: #004e9d;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 100px;
    display: inline-block;
    margin: 0 0 0 20px;
}

.choho-lp nav.header_nav ul li a span:before {
    content: "";
    position: absolute;
    background: url(../images/arrow_w.svg) no-repeat center;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
    transform: rotateZ(90deg);
    background-size: 10px;
    border-radius: 100px;
}


.choho-lp nav.header_nav ul li a:hover{
	opacity:0.8;
}



.choho-lp .top-main-image nav.header_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #eaf6fd;
}

.choho-lp .top-main-image nav.header_nav ul {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    font-size: 1em;
}

.choho-lp .top-main-image nav.header_nav.transform {
    position: fixed;
    top: 0;
    bottom: inherit;
    z-index: 3;
    background: hsl(202deg 83% 95% / 89%);
}

.choho-lp .top-main-image nav.header_nav.transform ul li a {
    padding: 15px 10px;
    font-size: 0.9em;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a b{
	font-size:14.4px;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a span {
    width: 20px;
    height: 20px;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a span:before {
    background-size: 6px;
}

/* ハンバーガー====================== */
.choho-lp #navArea nav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  background: #fdfbef !important;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  transition: all .6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.choho-lp div#navArea.open {
    background: hsl(204deg 11% 9% / 20%);
    width: 100%;
    height: 100%;
}

.choho-lp #navArea.open nav {
  right: 0;
}

.choho-lp div#navArea .main-logo {
    max-width: 190px;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 22px;
}


.choho-lp div#navArea .main-logo img {
    max-width: 75%;
    text-align: center;
}

.choho-lp div#navArea .main-logo span.main-logo-text {
    margin: 10px auto 0;
    display: block;
    font-weight: 500;
}

.choho-lp div#navArea .main-logo span.main-logo-text p{
    font-weight: 700;
    font-size: 0.7em;
}

.choho-lp div#navArea .main-logo span.main-logo-text h6 {
    font-weight: 700;
    font-size: 0.8em;
}

.choho-lp div#navArea h1.logo > a {
    width: 50px;
    display: inline-block;
}
.choho-lp div#navArea h1.logo {
    width: 100%;
    display: flex;
    z-index: 4;
    position: absolute;
    left: 4%;
    top: 21px;
}

.choho-lp #navArea nav .inner {
    margin: auto;
    height: 100%;
}
.choho-lp #navArea nav .inner .sp_menu_box {
  margin: 0 auto;
  width: 90%;
  padding: 160px 0 0px;
}

.choho-lp #navArea nav .inner .sp_menu_box .site-list {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: opacity 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    opacity: 0;
    display: block;
    width: 100%;
}

#navArea.open nav .inner .sp_menu_box .site-list {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
}

.choho-lp #navArea nav .inner ul li {
  position: relative;
  margin: 0;
  width: 100%;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #888888;
}

.choho-lp #navArea nav .inner ul li:first-child {border-top: 1px solid #888;}


.choho-lp #navArea nav .inner ul li a {
    font-size: 16px;
    color: #191919;
    font-weight: 500;
}


/* == */

.choho-lp h2 {
    font-size: 3.5em;
    font-weight: 500;
    letter-spacing: 2px;
}

.choho-lp h2 span{
    font-size: 48px;
    position: relative;
    padding: 0;
    font-weight: 600;
    display: block;
}

.choho-lp h3 {
    font-size: 3em;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 2px;
}


.choho-lp h4 {
    font-size: 2.1em;
    font-weight: 500;
    position: relative;
    padding: 0;
    line-height: 1.5;
}



.choho-lp h5 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 2px;
}


.choho-lp h6{
	font-size: 1.3em;
	font-weight: 400;
}


/* フッター=================== */
.choho-lp .vol {
    padding: 50px 0;
}

.choho-lp .vol-wrap .left {
    width: 14%;
    border-right: 1px solid;
    padding: 0 20px 0 0;
}

.choho-lp .vol-wrap p {
    width: 86%;
    padding: 0 0 0 20px;
}

/**/




/*page top*/
.choho-lp .to-top {
    position: fixed;
    right: 1%;
    bottom: 3%;
    z-index: 5;
    width: 80px;
    border-radius: 100px;
    height: 80px;
    cursor: pointer;
    background: #004e9d;
}

.choho-lp .to-top p {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.choho-lp .to-top p:before{
   content: "";
   position: absolute;
   background: url(../images/arrow_w.svg) no-repeat;
   width: 11px;
   height: 16px;
   background-size: 100%;
   z-index: 1;
   top: 0;
   bottom: 0;
   right: 0;
   left:0;
   margin: auto;
   transform: rotateZ(-90deg);
}





@media screen and (max-width: 1699px) {
/* ヘッダー=============== */



}

@media screen and (max-width: 1449px) {
/* ヘッダー=============== */


.choho-lp nav.header_nav ul li a{
	font-size: 14px;
	padding: 34px 13px;
}


}

@media screen and (max-width: 1399px) {



}
@media screen and (max-width: 1200px) {

.choho-lp h5 {
    font-size: 18px;
}

.choho-lp h2 {
    font-size: 3.1em;
}

.choho-lp h2 span {
    font-size: 38px;
}

.choho-lp h3 {
    font-size: 2.5em;
    line-height: 1.3;
    padding: 0 0 14px 0;
}

.choho-lp h3 span{
	font-size: 25px;
}


.choho-lp h4 {
    font-size: 1.8em;
    line-height: 1.3;
}


.choho-lp h5 span{
	font-size:14px;
}

.choho-lp h6 span {
    font-size: 13px;
    margin: 0 auto 10px;
}




/* ヘッダー=============== */

.choho-lp nav.header_nav ul li a{
	padding: 20px 10px;
	
}

.choho-lp nav.header_nav ul li a b{
	font-size: 13.6px;
}

.choho-lp .top-main-image nav.header_nav ul li a span{
	width:25px;
	height:25px;
}

.choho-lp nav.header_nav ul li a span:before{
	background-size: 7px;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a b{
	font-size: 12px;
}

.choho-lp .header_box .main-logo a img {
    max-width: 200px;
}

.choho-lp .header_box .logo {
    width: 49px;
}


/**/

.choho-lp .sub-main-image {
}

.choho-lp .sub-main-image.only-text h3 span{
	font-size:24px;
}



/* フッター=============== */
.choho-lp .vol-wrap .left {
    width: 17%;
}

.choho-lp .vol-wrap p {
    width: 83%;
}

.choho-lp .vol-wrap p br{
	display:none ;
}


.choho-lp .mt-80{
	margin:60px 0 0 0;
}
	
.choho-lp .mt-100{
	margin:80px 0 0 0;
}



}

@media screen and (max-width: 1023px) {

.choho-lp h2 {
    font-size: 2.5em;
}


.choho-lp h3 {
    font-size: 2em;
}

.choho-lp h4 {
    font-size: 1.4em;
}

.choho-lp h5 {
    font-size: 17px;
}

.choho-lp h6 {
    font-size: 1.1em;
}	

/* ヘッダー=============== */

.choho-lp .header_box {
    height: 100px;
}
	
.choho-lp .header_box .main-logo a img {
    max-width: 170px;
}

.choho-lp .header_box .logo {
    width: 41px;
}


}

@media screen and (max-width: 991px) {
.choho-lp .pc-991{
	display:none;

}
	
.choho-lp .sp-991{
	display: block !important;
	margin: auto;
}

	
/* ヘッダー================ */
.choho-lp nav.header_nav{
	display:none;
}



/**/

	
/*　ハンバーガーメニュー内================ */


/*============
.toggle_btn

=============*/

.choho-lp .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #004f9d;
  transition: all .5s;
}

.choho-lp .toggle_btn.transform span {
    background: #000;
}

.choho-lp .toggle_btn span:nth-child(1) {
  top: 4px;
}
.choho-lp .toggle_btn span:nth-child(2) {
  top: 12px;
}
.choho-lp .toggle_btn span:nth-child(3) {
  bottom: 0;
}

.choho-lp .open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
}
.choho-lp .open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.choho-lp .open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
  bottom: 15px;
  width: 22px;
  background-color: #ffffff;
}




/*============
.toggle_btn
=============*/
.choho-lp .toggle_btn {
  width: 50%;
  height: auto;
  bottom: 10px;
  right: 0;
  left: 0;
  background: hsl(50deg 100% 48% / 79%);
  color: #000;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
  display: block;
  position: fixed;
  text-align: center;
  border-radius: 37px;
  margin: auto;
  font-family: 'Hind', sans-serif;
  /* border: 1px solid; */
  line-height: 1;
  padding: 10px 0 8px 0;
}

.choho-lp .toggle_btn b{
	position:relative;
}

.choho-lp .toggle_btn b:before{
	content:"CONTENTS";
}

.choho-lp .open .toggle_btn b:before{
	content:"× CLOSE";
}

.choho-lp .toggle_btn span {display: block;position: absolute;left: 0;width: 25px;height: 2px;transition: all .5s;right: 0;margin: auto;}
.choho-lp .toggle_btn span:nth-child(1) {
  top: 15px;
}
.choho-lp .toggle_btn span:nth-child(2) {
  top: 22px;
}
.choho-lp .toggle_btn span:nth-child(3) {
  bottom: 14px;
}

.choho-lp .header_box.transform .logo{
	display:none;
}

.choho-lp .header_box {
    position: relative;
    height: 83px;
}

.choho-lp .header_box.transform {
    background: none;
    height: auto;
    top: 0;
}

.choho-lp #navArea {
    position: fixed;
    z-index: 7;
}

.choho-lp .open .toggle_btn span:nth-child(1) {
  top: 15px;
  width: 22px;
  background-color: #ffffff;
}

.choho-lp #navArea .vol {
    padding: 40px 0 0 0;
}

.choho-lp #navArea .vol .vol-box.box {
    background: #fff;
    padding: 20px;
}

.choho-lp #navArea .vol .vol-box.box .vol-wrap .left {
    width: 100%;
    border-bottom: 1px solid #686868;
    padding: 0 0 10px 0;
    border-right: none;
    text-align: center;
}

.choho-lp #navArea .vol .vol-box.box .vol-wrap p {
    font-size: 0.8em;
    width: 100%;
    padding: 10px 0 0 0;
}


/* フッター=============== */


}


@media screen and (max-width: 767px) {

.choho-lp h1, .choho-lp h2, .choho-lp h3, .choho-lp h4, .choho-lp h5, .choho-lp h6, .choho-lp p,.choho-lp{
	letter-spacing: 1px;
}



.choho-lp .pc{display:none;}

.choho-lp .sp{
	display: block !important;
}


.choho-lp h2 {
    font-size: 1.7em;
    line-height: 1.3;
}

.choho-lp h2 small {
    font-size: 14px;
}

.choho-lp h2:before {
    width: 20px;
    top: 8px;
}

.choho-lp h2 span {

    font-size: 23px;
}

.choho-lp h3 {
    font-size: 1.7em;
}

.choho-lp h3 span{
	font-size: 17px;
}

.choho-lp h4 {
    font-size: 1.2em;
}

.choho-lp h4 span{
	font-size: 1.1em;
}

.choho-lp h5 {font-size: 16px;}

.choho-lp h6 {
    font-size: 1em;
}

.choho-lp h6:before {
    width: 10px;
}

.choho-lp p {
    font-size: 0.9em;
    line-height: 1.8;
    color: #111;
}


.choho-lp .mt-20 {
    margin: 10px 0 0 0;
}

.choho-lp .mt-40 {
    margin: 20px 0 0 0;
}
	
.choho-lp .mt-60{
	margin:30px 0 0 0 ;
}

.choho-lp .mt-80 {
    margin: 40px 0 0 0;
}
    
.choho-lp .mt-100 {
    margin: 60px 0 0 0;
}

	
/* ヘッダー================ */
.choho-lp .header_box .main-logo {
    max-width: 265px;
}

.choho-lp .header_box .main-logo a {
    flex-wrap: wrap;
    text-align: center;
    margin: auto;
    display: block;
}

.choho-lp .header_box span.main-logo-text {
    display: flex;
    margin: 5px auto 0;
    align-items: center;
}

.choho-lp .header_box .main-logo a img {
    max-width: 41%;
}

.choho-lp .header_box span.main-logo-text h6 {
    font-size: 0.75em;
    padding: 0;
    text-indent: 0;
}

.choho-lp .header_box span.main-logo-text p {
    font-size: 0.7em;
}


.choho-lp .header_box {
    height: auto;
}


/**/



/* フッター================ */

.choho-lp .vol {
    padding: 20px 0 70px 0;
}

.choho-lp .vol-wrap {
    flex-wrap: wrap;
}

.choho-lp .vol-wrap .left {
    width: 100%;
    padding: 0 0 10px 0;
    border-right: none;
    border-bottom: 1px solid;
    text-align: center;
}


.choho-lp .vol-wrap p {
    width: 100%;
    padding: 10px 0 0;
}

}
@media screen and (max-width: 500px) {

.choho-lp .header_box .logo{
	width: 31px;
	left: 3%;
	top: 17%;
}

.choho-lp .view-lowleft2 {
	opacity: 0;
	transform: translate(-300px,0); 
	-webkit-transform: translate(-300px,0); 
	transition: .6s;
	transition-delay:0.6s;
}

.choho-lp .mv-lowleft {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

.choho-lp h2.s-head:before, .choho-lp h2.s-head:after {
    content: none;
}


/* フッター================ */


/* ページトップ */
.choho-lp .to-top p {
    line-height: 1;
    font-size:12px;
}


.choho-lp .to-top {
    width: 50px;
    height: 50px;
    right: 3%;
}


.choho-lp .to-top p:before{
   width: 8px;
   height: 12px;
}

}

@media screen and (max-width: 350px) {

}
