/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}
body, p, h1, h2, h3, h4, h5, h6, span, small, strong, div, ul, li, figure, img, header, footer, nav, section {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-family:'Noto Sans JP', 'メイリオ',"Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Meiryo UI',Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

#wrapper {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
}
a:link { color: #000; }
a:visited { color: #000; }
a:active { color: #000; }
a {
  text-decoration: none;
}

.footertable td a:link { color: #FFF; }
.footertable td a:visited { color: #FFF; }
.footertable td a:active { color: #FFF; }
.footertable td a {
  text-decoration: none;
}
@media screen and (min-width: 1357px){
.sp{display:none;}
}
@media screen and (max-width: 1356px){ 
.pc{display:none;}
}
.header {
  background: rgb(255 255 255 / 100%);
  position: fixed;
  width: 100%;
  height: 52px;
  top:0;
  z-index: 9999;
}
.tab {
  padding-top: 52px;
}
.box {
border: #000 2px solid; /*境界線の指定*/
padding:2% 3% 2% 6%;
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
text-align: center;
}
.box p {
margin:0;
padding:0;
font-weight: 900;
}
/* Nav items */
.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: 12px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  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: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  float: right;
}

.navicon {
  background: #000;
  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: #000;
  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: 14px;
}
.news {
background-color: #f8f8f8;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
padding-top: 50px;
padding-left: 50px;
}
.newstable table {
border: 1px #000000 none;
line-height: 35px;
}
.newstable td {
border: 1px #000000 none;
}

.box_d {
border: #000 2px solid; /*境界線の指定*/
padding:20px 30px 20px 60px;
width: 130px;
margin-bottom: 60px;
}
.box_d p {
margin:0;
padding:0;
font-weight: 900;
}

.about {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding-bottom: 0px;
width: 95%;
}

.voice {
background-color: #f8f8f8;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
padding-top: 50px;
margin-bottom: 60px;
}

.reason {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding-bottom: 10px;
width: 95%;
margin-top: 50px;
}

.flow {
background-color: #f8f8f8;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
padding-top: 50px;
padding-bottom: 70px;
margin-bottom: 60px;
}

.gaiyou {
background-color: #f8f8f8;
margin-left: auto;
margin-right: auto;
padding-bottom: 70px;
margin-bottom: 70px;
}
.gaiyoumoji {
margin-left: auto;
margin-right: auto;
margin-top: 50px;
padding-top: 50px;
padding-left: 50px;
margin-bottom: 50px;
}
.staff {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding-bottom: 70px;
width: 95%;
}

.box_c {
border: #000 2px solid; /*境界線の指定*/
padding:20px 30px 20px 60px;
width: 110px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
}
.box_c p {
margin:0;
padding:0;
font-weight: 900;
}
.contact {
background-color: #f8f8f8;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
padding-top: 50px;
padding-bottom: 70px;
}
.footer {
margin-left: auto;
margin-right: auto;
background-color: red;
padding-top: 50px;
color: white;
padding-bottom: 50px;
font-size: 12px;
}
.footertable table {
border: 1px #000000 none;
margin-left: auto;
margin-right: auto;
font-weight: 900;
width: 95%;
color: white;
padding-left: 6%;
}

.footertable td {
border: 1px #000000 none;
}
 @media screen and (max-width: 768px) {
p {
	font-size: 14px;
}
.koushimidashi {
background: #87D0FF;
font-size: 24px;
font-weight: 600;
text-align: center;
padding: 100px 0px;
}
.exampleji table {
border: 1px #000000 none;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.boxc {
background-color: #C5FFFC;
background-position: center top;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
}
.boxb {
background-image: url("../img/rbg_b.png");
background-repeat:repeat-y; 
background-position: center top;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
}
.exampleji td {
border: 1px #000000 none;
vertical-align: top;
}
.radius_test {
width: 96%;               /* 幅指定 */
height: auto;              /* 高さ指定 */
border: solid 2px #fff;     /* 枠線指定 */
background-color: #fff;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
}
.example_coach table {
border: 1px #000000 none;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
.example_coach td {
border: 1px #000000 none;
vertical-align: top;
}
.radius_testb {
width: 90%;               /* 幅指定 */
height: auto;              /* 高さ指定 */
border: solid 2px #C9F4FF;     /* 枠線指定 */
background-color: #C9F4FF;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
padding-top: 30px;
padding-bottom: 30px;
padding-left: 20px;
margin-left: auto;
margin-right: auto;
}
.radius_jib {
width: 96%;               /* 幅指定 */
height: auto;              /* 高さ指定 */
border: solid 2px #fff;     /* 枠線指定 */
background-color: #fff;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
margin-top: 30px;
padding-top: 30px;
padding-left: 2%;
}
.last_a {
	background-image: url("../img/lastbg_b.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-left: auto;
    margin-right: auto;
	background-size: cover;
}
.last_b {
	background-image: url("../img/lastbg_sm.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: auto;
    margin-right: auto;
}
.riyuu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 410px;
	padding-left: 5%;
	padding-bottom: 20px;
}
.koushi {
	padding-left: 2%;
	padding-bottom: 20px;
}
.gazou {
	width: 50%;
}
.exampleji {
	margin-top: 50px;
}
.radius_teste {
width: 95%;               /* 幅指定 */
border: solid 2px #fff;     /* 枠線指定 */
background-color: #fff;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
}
.exampleqq table {
border: 1px #000000 none;
}

.exampleqq td {
border: 1px #000000 none;
}
.privacy{
width: 96%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.privacy h3{
	margin-top: 60px;
	border-left: 5px solid #e43828;
	padding-left: 10px;
	margin-bottom: 30px;
	font-size: 18px;
}
.privacy ul li{
	padding-left: 20px;
	position: relative;
	font-size: 12px;
}
.privacy ul li:before{
	content: '・';
	position: absolute;
	left: 0px;
}
ul li{
	list-style:none;
}
.radius_testg {
width: 95%;               /* 幅指定 */
border: solid 2px #ecedf9;     /* 枠線指定 */
background-color: #ecedf9;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
padding-top: 20px;
}
}
 @media screen and (max-width: 648px) {
.riyuu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 200px;
	padding-left: 5%;
	padding-right: 2%;
	padding-bottom: 20px;
}
.boxc {
background-color: #C5FFFC;
background-position: center top;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
padding-right: 5%;
}
.radius_testb {
width: 90%;               /* 幅指定 */
height: auto;              /* 高さ指定 */
border: solid 2px #C9F4FF;     /* 枠線指定 */
background-color: #C9F4FF;     /* 背景色指定 */
border-radius: 10px;        /* 角丸指定 */
padding-top: 30px;
padding-bottom: 30px;
padding-left: 2%;
padding-right: 2%;
margin-left: auto;
margin-right: auto;
}
.gazou {
	width: 80%;
}
.gazoub {
	width: 80%;
}
.exampleqa {
	padding-left: 2%;
}
.exampleakawaku table {
border: 1px #000000 none;
}

.exampleakawaku td {
border: 1px #000000 none;
vertical-align: top;
}
}
@media screen and (min-width: 768px) and (max-width: 1356px){
.catch_sm {
margin-top: 60px;
}
}

