@charset "utf-8";
body, div, ul, li, p, a {
	padding: 0;
	margin: 0;
}
/*ヘッダー*/
.c-header {
    position: fixed;
	top:0;
    align-items: center;
    background-color: #FFFFFF; /* PCヘッダー色 */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 0px;
    width: 100%;
    height: 80px;
    z-index: 100;
    margin-top: 0px;
    margin-bottom: 0px;
}
.c-header__logo img {
    text-align: left;
    display: flex;
    width: 80%;
}
.c-header__logo2 img{
	vertical-align: baseline;
	margin-left: 0px;
	padding-left: 0px;
}
.c-header__list {
	width:100%;
    box-sizing: border-box;
    display: flex;
	justify-content: flex-end;
    margin: 0;
    padding:0;
    background-color: #FFFFFF;
}
.c-header__list-item {
    list-style: none;
    text-decoration: none;
    background-color: #FFFFFF;
	padding-right:2%;
	white-space: nowrap;
}

.c-hamburger__list-item {
	width: 100%;
    list-style: none;
    text-decoration: none;
    background-color: #FFFFFF;
	white-space: nowrap;
	margin:0 auto;
}
.c-header__list-link {
	color: #000000; /* ヘッダーメニュー文字色 */
	display: block;
	margin-right: 20px; /* ヘッダーメニュー文字幅 */
	text-decoration: none;
	padding: 10px 0px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(0.7vw + 0.6rem);
}
.c-header__list-link:hover {
	filter: opacity(0.6);
	color: #0207F8;
}

.c-header.c-hamburger-menu {
    position: fixed;
}
.rogo{
	display: flex;
	justify-content: space-around;
	width:100%;
	padding-top:5%;
	text-align: center;
	box-sizing: border-box;
}
input {
  display: none;
}
.label {
  display: block;
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #13c3ac;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  text-align: center;
}
/*.label::after {
  content:"＋";
  position: absolute;
  right: 10px;
}
input:checked ~ .label::after {
  content:"−";
}*/
.menu01{
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s;
  margin-top: 2px;
  margin-left:15px;
  margin-bottom:5px;
}
.menu02{
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s;
  margin-top: 2px;
  margin-left:15px;
  margin-bottom:5px;
}
.menu03{
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s;
  margin-top: 2px;
  margin-left:15px;
  margin-bottom:5px;
}
.menu04{
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s;
  margin-top: 2px;
  margin-left:15px;
  margin-bottom:5px;
}
input:checked ~ ul{
  max-height: 100vh;
}
.p1{
	width: 100%;
	position:relative;
	margin-top:3px;
	cursor: pointer;
	height: 40px;
	background-color: #7CD8A6;
	box-sizing: border-box;
}
.p1 a{
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
    left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	box-sizing: border-box;
	}
.p1 a:active {
    color: #010EF9;
}
.p2 a{
  display: block;
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #13c3ac;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  list-style: none;
}
.p2 a:active {
    color: #010EF9;
}
@media screen and (max-width: 480px){
.c-header {
	position: fixed;
	align-items: center;
	background: #ffffff; /* PCヘッダー色 */
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding-top: 0px;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 0rem;
	width: 100%;
	height: 70px;
	z-index: 100
}
.c-header__logo img {
	text-align: left;
	display: flex;
	width: 60%;
	height: auto;
}
.c-header__logo2 img{
	vertical-align: baseline;
	margin-left: 0px;
	padding-left: 0px;
}	
}
@media screen and (min-width: 750px) {

	}

@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background: #ffffff;
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; 
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; 
    top: 100%;
    width: 100%;
	height: auto;
	box-sizing: border-box;
	/*overflow: auto;*/
	
  
	}

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
	.c-header__list{
		display: none;
	}
}

.c-hamburger-menu__bg { /*メニュー上段*/
  background: rgba(255, 255, 255, .6);
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; 
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}
.c-hamburger-menu__button {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; 
    height: 32px;
    justify-content: center;
    width: 32px; 
  }
.c-hamburger-menu__button-mark {
  background-color: #000000; 
  display: block;
  height: 2px; 
  transition: 0.3s; 
  width: 23px;
}
}

@media screen and (max-width: 750px) {
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); 
    transform-origin: 0%; 
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); 
    transform-origin: 0%; 
  }
.c-hamburger__list-item:hover::after {
   transform: scale(1, 1);
}
}
@media screen and (min-width: 750px) {
	.r-img{
		display: none;
	}
	.s-img{
		display: none;
	}
	.g-img{
		display: none;
	}
	.c-hamburger__list-item{
		display:none;
	}
}
