

.top-nav{
	padding-bottom:2px!important;
}
body {
	display:none;
}
.no-fouc { display: none; }
h1{
  font-family: 'Zen Maru Gothic';
  font-weight: 900;
	
}
h2{
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
	color:#333;
}
p{
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
	color:#333;
}
a{
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
	color:#333;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:hover{
	opacity:0.5;
}

/* header */
.header{
display: none;
}

/* nav */

.nav__list {
  list-style: none;
  display: flex;
  margin-left: 50px;
}
.nav__item a {
  padding: 10px 15px;
  color: #000;
  font-weight: 600;
}
.nav__item a:hover {
  text-decoration: underline;
}

/* hero */

 #hero{
    width: 100%;
	background: linear-gradient(90deg, #fd7e00, #ffb379);
    padding-top: 80px;
  }
.hero_box1{
  margin: 0 auto;
  padding: 60px 0 60px 0;
}
.hero_box2{
 text-align: center;
}
.hero_box2 h1{
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
  display: inline;
	color:white;
}
.title_under{
  height: 4px;
  width: 40px;
  background-color:white;
  margin: 8px auto 0 auto;
}

/* subtitle */

#subtitle{
  background-color: white;
  padding: 30px 0 30px 0;
}
.subtitle_box1{
  text-align: center;
}
.subtitle_box1 p{
	font-size:16px;
	font-weight:normal;
	line-height:1.8;
}


  /* footer */

 #footer{
  padding: 10px 35px;
  font-size:14px;
  background-color: #4780BE;
  line-height:1;
	position:relative;
}
.flogo{
	position:absolute;
	right:30px;
	top:13px;
	width:300px;
}
.flogo img{
	width:100%;
}
.form_p{
	font-size:14px;
	font-weight:normal;
}
#footer a{
color: white;
display: block;
line-height:2;
}
#footer p{
color: white;
margin-top: 5px;
font-weight:700;
}
/* ここからSP用 */

@media screen and (max-width:425px) {
/* header */

#test{
display: none!important;
}

/* Navbar & Navmenu color */
:root {
--background-navbar: rgba(255, 255, 255, 1);
}

.header {
background: var(--background-navbar);
position: fixed;
width: 100vw;
height: 52px;
display: block;
z-index: 10;
}

/* Nav items */
.nav_logo{
width: 100px;
position: absolute;
left: 0;
padding: 10px 0 0 10px;
}
.nav_logo img{
width: 100%;
}
.nav_btn {
width: 170px;
position: absolute;
right: 0;
padding-right: 25px;
}
.nav_b {
    background-color: #EEAD18;
    color: black;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    font-size: 10px;
}
.menu {
list-style: none;
position: absolute;
width: 100%;
height: auto;
top: 0;
margin-top: 52px;
padding: 0 0 10px 0;
clear: both;
background: var(--background-navbar);
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
transform: scale(1, 0);
transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
transform: scale(1, 1);
transform-origin: top;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
text-decoration: none;
font-weight: 500;
letter-spacing: 2px;
font-size: 16px;
text-transform: capitalize;
color: #000000;
opacity: 0;
transition: 0.5s;
}

.menu li {
border-top: 1px solid rgb(75, 75, 75);
padding: 10px 0;
margin: 0 15px;
opacity: 0;
transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
opacity: 1;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
display: none;
}

.menu-icon {
display: inline-block;
position: absolute;
cursor: pointer;
right: 0;
padding: 24px 14px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
background: #000000;
display: block;
height: 3px;
width: 26px;
position: relative;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
background: #000000;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
top: 9px;
}

.navicon:after {
bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
background: rgba(0, 0, 0, 0);
transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
width: 100%;
height: 52px;
position: absolute;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}

/* Navbar Text */
.navtext {
position: absolute;
text-transform: uppercase;
color: #ddd;
letter-spacing: 4px;
font-size: 20px;
}

/* hero */

#hero{
    width: 100%;
   background: linear-gradient(90deg, #fd7e00, #ffb379);
    padding-top: 52px;
  }
.hero_box1{
  margin: 0 auto;
  padding: 30px 0 35px 0;
}
.hero_box2{
 text-align: center;
}
.hero_box2 h1{
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  display: inline;
}

/* subtitle */

#subtitle{
  background-color: white;
  padding: 30px 0 30px 0;
}
.subtitle_box1{
  text-align: center;
  margin: 0 auto;
  max-width: 896px;
  font-size: 14px;
  padding: 0 25px 0 25px;
}
.subtitle_box2 img{
  width: 100%;
}

/* form */
@media screen and (max-width:580px){
  .form_box1{
    width: 80%;
    margin: 0 auto;
  }
  .form_p{
    font-size: 10px;
    margin-bottom: -40px;
  }
}

/* footer */

#footer{
  padding: 10px 35px;
  font-size:14px;
  background-color: #242938;
  line-height:1;
  color: white;
}
	.flogo {
    position: absolute;
    right: 30px;
    top: 14px;
    width: 190px;
}
	
	 #footer a,#footer p{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	font-size:10px;
  }
}

/* ここからSP用 */

@media screen and (max-width:580px) {
	
body {
	display:none;
}
.no-fouc { display: none; }
h1{
  font-family: 'Zen Maru Gothic';
  font-weight: 900;
}
h2{
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
}
p{
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
}
a{
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a:hover{
	opacity:0.5;
}
/* header */

#test{
display: none!important;
}

/* Navbar & Navmenu color */
:root {
--background-navbar: rgba(255, 255, 255, 1);
}

.header {
background: var(--background-navbar);
position: fixed;
width: 100vw;
height: 52px;
display: block;
z-index: 10;
}

/* Nav items */
.nav_logo{
width: 100px;
position: absolute;
left: 0;
padding: 10px 0 0 10px;
}
.nav_logo img{
width: 100%;
}
.nav_btn {
width: 170px;
position: absolute;
right: 0;
padding-right: 25px;
}
.nav_b {
    background-color: #EEAD18;
    color: black;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    font-size: 10px;
}
.menu {
list-style: none;
position: absolute;
width: 100%;
height: auto;
top: 0;
margin-top: 52px;
padding: 0 0 10px 0;
clear: both;
background: var(--background-navbar);
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
transform: scale(1, 0);
transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
transform: scale(1, 1);
transform-origin: top;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
text-decoration: none;
font-weight: 500;
letter-spacing: 2px;
font-size: 16px;
text-transform: capitalize;
color: #000000;
opacity: 0;
transition: 0.5s;
}

.menu li {
border-top: 1px solid rgb(75, 75, 75);
padding: 10px 0;
margin: 0 15px;
opacity: 0;
transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
opacity: 1;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
display: none;
}

.menu-icon {
display: inline-block;
position: absolute;
cursor: pointer;
right: 0;
padding: 24px 14px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
background: #000000;
display: block;
height: 3px;
width: 26px;
position: relative;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
content: "";
display: block;
height: 100%;
width: 100%;
position: absolute;
background: #000000;
transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
top: 9px;
}

.navicon:after {
bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
background: rgba(0, 0, 0, 0);
transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
width: 100%;
height: 52px;
position: absolute;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}

/* Navbar Text */
.navtext {
position: absolute;
text-transform: uppercase;
color: #ddd;
letter-spacing: 4px;
font-size: 20px;
}

/* hero */

#hero{
    width: 100%;
        background: linear-gradient(90deg, #fd7e00, #ffb379);
    padding-top: 52px;
  }
.hero_box1{
  margin: 0 auto;
  padding: 30px 0 35px 0;
}
.hero_box2{
 text-align: center;
}
.hero_box2 h1{
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  display: inline;
}

/* subtitle */

#subtitle{
  background-color: white;
  padding: 30px 0 30px 0;
}
.subtitle_box1{
  text-align: center;
  margin: 0 auto;
  max-width: 896px;
  font-size: 14px;
  padding: 0 25px 0 25px;
}
.subtitle_box2 img{
  width: 100%;
}
	.subtitle_box1 p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
}

/* form */
@media screen and (max-width:425px){
  .form_box1{
    width: 80%;
    margin: 0 auto;
  }
  .form_p {
    font-size: 10px;
    margin-bottom: 6px;
}
}

/* footer */

#footer{
  padding: 10px 35px;
  font-size:14px;
  background-color: #242938;
  line-height:1;
  color: white;
}
	.flogo {
    position: absolute;
    right: 30px;
    top: 14px;
    width: 190px;
}
	
	 #footer a,#footer p{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	font-size:10px;
  }
}
