.no-fouc { display: none; }
  h1{
    font-family: 'Zen Maru Gothic';
    font-weight: 900;
	  color:white;
  }
  h2{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	  font-size:32px;
	  color:#333333;
  }
  h3{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	  font-size:28px;
	  text-align:center;
	  color:#333333;
  }
  h4{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	  margin:0;
	  font-size:22px;
	  color:#333333;
  }
  p{
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
	  color:#333333;
  }
  a{
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
	  color:#333333;
  }
a:hover{
	opacity:0.5;
}
li{
	font-family: 'Zen Maru Gothic';
    font-weight: 700;
}

  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  a {
    text-decoration: none;
  }
  
 /* header */
 .header{
  display: none;
 }

  /* 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!important;
  }
  .title_under{
    height: 4px;
    width: 40px;
    background-color: black;
    margin: 8px auto 0 auto;
  }
.all{
		 background: linear-gradient(0deg, #FFF, #FFE9E9);  
	  }
.nav-logo{
	padding-bottom:2px;
}
  /* main */
#main {
    max-width: 1200px;
    margin: 80px auto 80px auto;
    width: 90%;
}
.pic1 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.pic1 img{
	width:100%;
}
.sub-t {
    max-width: 880px;
    margin: 50px auto 120px auto;
    display: flex;
    align-items: center;
}
.b1,.b3{
	width:13%;
}
.b1 img,.b3 img{
	width:100%;
}
.b2{
	width:70%;
	font-size:26px;
	color:#4780BE;
	text-align:center;
}
.b2 h1{
	font-weight:700!important;
	color:#D30009;
	font-size:28px;
}
.four-box{
	max-width:1200px;
	margin:0 auto;
}
.calm-1{
	
}
.calm-2{
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}
.twomen {
    max-width: 790px;
    margin: 0 auto;
    display: flex;
	margin-top:-100px;
}
.m1{
	margin-left:70px;
}
.m2{
		margin-left:180px;
	}
.four-box p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
}
.box-a,.box-b,.box-c,.box-d,.box-e{
	    margin: 60px auto 0 auto;
	display:flex;
	border:solid 2px black;
	padding:20px;
	width:450px;
	align-items:center;
	height:250px;
}
.icon-a,.icon-b,.icon-c,.icon-d,.icon-e{
	width:35%;
}
.icon-a img,.icon-b img,.icon-c img,.icon-d img,.icon-e img{
	width:100%;
}
.info-a,.info-b,.info-c,.info-d,.info-e{
	width:65%;
	padding-left:20px;
}
.info-a p{
	margin-bottom:13px;
}
.info-b p{
	margin-bottom:26px;
}
.info-d p{
	margin-bottom:10px;
}
.info-c h4{
	margin-top:-3px;
}
.info-c p{
	margin-top:10px;
}
.info-e p{
	margin-top:16px;
}
.button003 a {
    background: linear-gradient(90deg, #fd7e00, #ffb379);
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: white;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    opacity:0.6,
}
.button003 a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    
}
.box-e{
	margin:0 auto;
}
.calm-3{
	margin-top:50px;
}
  /* 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%;
}
#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:580px) {
  /* 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_box1 h1{
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    display: inline;
  }
	#main {
    max-width: 896px;
    margin: 50px auto 60px auto;
}
.pic1 {
    margin: 0 auto;
    width: 90%;
}
	.sub-t {
    margin: 40px auto 10px auto;
    display: flex;
    align-items: center;
    width: 90%;
		max-width:285px!important;
}
	.four-box {
    margin: -20px auto 0px auto;
}
	.b1, .b3 {
    width: 11%;
}
	.b2{
		width:78%;
	}
	.b2 h1 {
    font-weight: 700!important;
    color: #D30009;
    font-size: 9px;
}
	.b2 p {
    font-weight: 700!important;
    font-size: 14px;
}
	.calm-1,.calm-2{
    display: block;
    justify-content: space-between;
}
	.box-a {
    display: flex;
    border: solid 2px black;
    padding: 36px 20px 36px 20px;
    width: 240px;
    align-items: center;
    height: 140px;
    margin: 20px auto;
}
 .box-b {
    display: flex;
    border: solid 2px black;
    padding: 27px 20px 27px 20px;
    width: 240px;
    align-items: center;
    height: 140px;
    margin: 20px auto;
}
	.box-d {
    display: flex;
    border: solid 2px black;
    padding: 27px 20px 27px 20px;
    width: 240px;
    align-items: center;
    height: 165px;
    margin: 20px auto;
}
	.box-e {
    display: flex;
    border: solid 2px black;
    padding: 27px 20px 27px 20px;
    width: 240px;
    align-items: center;
    height: 165px;
    margin: 20px auto;
}
	.calm-3 {
    margin-top: 20px;
}
	.calm-2 {
    margin-top: 20px;
}
	.box-c {
    display: flex;
    border: solid 2px black;
    padding: 38px 20px 38px 20px;
    width: 240px;
    align-items: center;
    height: 140px;
    margin: 20px auto;
}
	.four-box h4 {
    margin: 0;
    font-size: 11px;
}
	.four-box p{
		font-size:11px;
		margin-top:7px;
	}
	.info-a p {
    margin-bottom: 14px;
		margin-top:7px;
}
	.info-b p {
    margin-bottom: 15px;
}
	.info-c p {
    margin-bottom: 17px;
}
	.info-d p {
    margin-bottom: 10px;
		margin-top: 17px;
}
.button003 a {
    background: linear-gradient(90deg, #fd7e00, #ffb379);
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 5px 25px;
    color: white;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
}
	.twomen{
		width:300px;
		margin:0 auto;
	}
	.twomen img{
height:130px;
	}
	.m1{
	margin-left:0px;
}
	.m2{
		margin-left:50px!important;
	}

  /* footer */

#footer{
    padding: 10px 35px;
    font-size:14px;
    background-color: #4780BE;
    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;
  }
}

