@charset "UTF-8";
/* CSS Document */
ul{
  padding-left:0;
}

li{
  list-style:none;
}
p {
	font-family: 'Noto Sans JP', sans-serif;
}
adress {
	font-family: 'Noto Sans JP', sans-serif;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;  /*画像を70%の不透明度に
  もし50%にしたいときは
  上から50、0.5、0.5にします*/
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
#header .chach {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    font-size: 11px;
}
#header {
    display: flex;
    justify-content: space-between;
    height: 130px;
    width: 100%;
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 1.5%;
    box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.5);
}
#header img {
    width: 400px;
    margin-top: 10px;
}
#header #headerleft {
    width: 50%;
}
#header #headerright {
    width: 40%;
	display: flex;
  	justify-content: flex-end;
}
#header #headerright img {
    width: 260px;
    margin-bottom: 25px;
}
body nav {
}
body nav ul {
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 0px;
}
nav ul li {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
#mainimage {
    width: 100%;
}
#mainimage2 {
	 position: relative;
}
#mainimage2 img {
    width: 100%;
}
#mainimage2 h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Zen Old Mincho', sans-serif;
    letter-spacing: 0.1em;
    font-size: 32px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    line-height: 2em;
}
#photoicons {
    display: flex;
    justify-content: space-between;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%;
    padding-top: 180px;
    padding-bottom: 100px;
    text-align: center;
}
#photoicons a {
    width: 30%
}
#supportcontents {
    margin-top: 100px;
    padding-left: 6%;
    padding-right: 6%;
}
#supportcontents h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 27px;
    text-align: center;
}
#supportcontents hr {
    width: 100%;
    height: 2px;
    background-color: #00893A;
    border: none;
    margin-top: 10px;
}
#supporticons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
#supportcontents img {
    width: 30%;
}
#customersvoice {
    margin-top: 100px;
    padding-left: 6%;
    padding-right: 6%;
}
#customersvoiceimages img {
	width: 100%;
}
#customersvoice h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 27px;
    text-align: center;
}
#customersvoice hr {
    width: 100%;
    height: 2px;
    background-color: #00893A;
    border: none;
    margin-top: 10px;
}
#planlist {
    margin-top: 100px;
    padding-left: 6%;
    padding-right: 6%;
}
#planlist h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 27px;
    text-align: center;
}
#planlist hr {
    width: 100%;
    height: 2px;
    background-color: #00893A;
    border: none;
    margin-top: 10px;
}
#bottomcontent {
    width: 100%;
    height: 360px;
    background-color: #FFD900;
    margin-top: 100px;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}
#bottomcontent #bottomlr {
	display: flex;
    justify-content: space-between;
}
#bottomcontent #bottomleft {
    width: 50%;
}
#bottomcontent #bottomlogo {
    width: 100%;
    margin-bottom: 30px;
}
#bottomcontent #bottomlogo img {
    width: 500px;
}
#bottomcontent #bottomleft adress {
    font-size: 20px;
}
#bottomcontent #bottomright {
    width: 50%;
}
#bottomlr #bottomright ul {
	column-count: 2;
}
#bottomright ul li {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 2em;
}
.copyright {
    width: 100%;
    height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright p {
    font-family: Arial, Helvetica, sans-serif;
}
/* ハンバーガーメニュー */
.c-header {
	align-items: center;
	background-color: transparent; /* カスタマイズしてください */
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	padding: 1rem 1rem; /* カスタマイズしてください */
	width: 100%;
	position: fixed !important;
	top: 0px;
	z-index: 1;
}
.c-header__list {
	box-sizing: border-box;
	display: flex;
	margin: 0;
	padding: 0;
}

.c-header__list-item {
	list-style: none;
	text-decoration: none;
}

.c-header__list-link {
    color: #000; /* カスタマイズしてください */
    display: block;
    margin-right: 20px; /* カスタマイズしてください */
    text-decoration: none;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 15px 50px; /* カスタマイズしてください */
}

.c-header__list-link:hover {
	filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
	position: relative;
}
@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background-color: #eeeeee; /* カスタマイズしてください */
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
  }

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

.c-hamburger-menu__input {
	display: none;
}

.c-hamburger-menu__bg {
	background-color: #000; /* カスタマイズしてください */
	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: #000; /* カスタマイズしてください */
	display: block;
	height: 1px; /* カスタマイズしてください */
	transition: 0.3s; /* カスタマイズしてください */
	width: 20px; /* カスタマイズしてください */
}

@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%; /* カスタマイズしてください */
  }
}
/* ハンバーガーメニューEND */

/*　レスポンシブ　*/
@media screen and (max-width: 750px) {
  /*　画面サイズ 750pxまで適用　*/
	#header {
    display: block;
    height: 150px;
}
	#header #headerleft {
    width: 100%;
}
	#header .chach {
    display:none;
}
	#header img {
    width: 300px;
    margin-top: 0px;
	margin-bottom: 10px;
}
	#header #headerright {
    width: 70%;
	display: block;
}
	#header #headerright img {
    width: 200px;
    margin-bottom: 25px;
}
	body nav {
	display:none;
}
	#mainimage2 h2 {
    font-size: 16px;
}
	#supportcontents {
    margin-top: 0px;
    padding-left: 6%;
    padding-right: 6%;
}
	#supportcontents h2 {
    font-size: 20px;
}
	#supportcontents img {
    width: 45%;
}
	#customersvoice h2 {
    font-size: 20px;
}
	#customersvoice {
    padding-left: 0%;
    padding-right: 0%;
}
	#customersvoice hr {
	width: 88%;
}
	#planlist h2 {
    font-size: 20px;
}
	#bottomcontent {
    height: 180px;
}
	#bottomcontent #bottomleft adress {
    font-size: 14px;
}
	#bottomright ul li {
    font-size: 13px;
}
	#bottomcontent #bottomlogo {
    width: 100%;
    margin-bottom: 10px;
}
	#bottomcontent #bottomlogo img {
    width: 230px;
}
	#photoicons {
    padding-top: 50px;
}
}

@media screen and (min-width: 751px) and (max-width: 999px) {
  /*　画面サイズ 751pxから999pxまで適用　*/
	nav ul li {
    font-size: 16px;
}
	#mainimage2 h2 {
    font-size: 23px;
}
	#bottomcontent #bottomleft adress {
    font-size: 16px;
}
	#bottomright ul li {
    font-size: 16px;
}
	#bottomcontent {
    height: 240px;
}
	#bottomcontent #bottomlogo img {
    width: 280px;
}
}
@media screen and (min-width: 751px) {
	  /*　画面サイズ 751pxから適用　*/
	.c-header {
	display: none;
	}
}
@media screen and (max-width: 450px) {
  /*　画面サイズ 450pxまで適用　*/
	#mainimage2 h2 {
    font-size: 13px;
}
	#bottomcontent #bottomleft adress {
    font-size: 10px;
}
	#bottomright ul li {
    font-size: 10px;
}
	#bottomlr #bottomright ul {
	column-count: 1;
	margin-top: 0px;
}
}