@charset "UTF-8";

/* Base */
html { font-family: "Ropa Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: "MS Pゴシック";}
h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.w90{
  width: 90%;
  margin: 0 auto;
}
.w85{
  width: 85%;
  margin: 0 auto;
}
.w33lfooter{
  width: 28%;
  float: left;
}

.header-icon li:first-child{
  border-radius: 20px 0px 0px 0px;
}

.footer-icon{
  position: fixed;
  width: 100%;
  right: 0px;
  bottom: 0px;
  text-align: center;
  z-index: 1000;
  overflow: hidden;
}
.footer-icon svg{
  color: #fff;
  width: 60%;
  height: 60px;
  margin-left: 20%;
  margin-right: 20%;
}

.colora{
  background-color: brown;
  color: #fff;
  padding: 10px;
}
.colorb{
  background-color: #00157a;
  color: #fff;
  padding: 10px;
}
.colorc{
  background-color: #33af50;
  color: #fff;
  padding: 10px;
}


header{
  display: none;
}
.smart-top{
  width: 100%;
  margin-top: 20px;
}
.smart-top img{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.smart-img{
  width: 100%;
}
.smart-img img{
  width: 100%;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.toggle {
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 13px;
  display: block;
  width: 45px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  background: #9c2429;
  color: #fff;
}
.toggle span {
  display: block;
  position: absolute; /* .toggleに対して */
  width: 70%;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding-top: 5px;
  right: 7px;
}
.toggle span:nth-child(1) {
  top: 3px;
}
.toggle span:nth-child(2) {
  top: 13px;
}
.toggle span:nth-child(3) {
  top: 23px;
}
.toggle span:nth-child(4) {
  border: none;
  top: 28px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 15px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* .global_nav */
.global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 2;
  padding-top: 50px;
  text-align: center;
  color: #fff;
  background: #9c2429;
  transition: all 0.8s;
}
.global_nav.sticky {
  position: fixed;
  bottom: 10px;
}
.global_nav .nav_li {
  width: 100%;
  padding: 10px;
  list-style-type: none;
}
.global_nav .nav_li a {
  display: block;
  color: #fff;
}
/* .global_navに.activeが追加 */
.global_nav.active {
  transform: translateY(0%);
}

.section1-tate{
  width: 98%;
  margin: 50px auto 0px;
  text-align: center;
}
.button{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.button h3{
  margin-bottom: 30px;
}
.button li{
  border: solid 2px #9e2a22;
  display: inline-block;
  width: 70%;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button-dotted li{
  border: dotted 3px #fff;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 60px;
  margin-top: 50px;
}
.button-dotted2{
  border: dotted 3px #9e2a22;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  width: 85%;
  margin:40px auto;
  border-radius: 15px;
}
.section1-right img{
  width: 100%;
}
.section2{
  width: 100%;
  background-color: #9e2a22;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section2 h1{
  font-size: 2em;
  margin-bottom: 40px;
}
.section3{
  width: 95%;
  margin: 50px auto;
  background-color: #FFA500;
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section3 img{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.title h2{
  background: -webkit-linear-gradient(0deg, #9e2a22, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 40px;
}
.section4 h3{
  background-color: #9e2a22;
  color: #fff;
  padding: 20px 30px;
}
.section4 img{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.section4-button1{
  width: 300px;
  margin: 0px auto 50px;
  background-color: #9e2a22;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.2em;
}
.section4-button2{
  width: 300px;
  margin: 0px auto 50px;
  background-color: #9e2a22;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.2em;
}
.kouza{
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.kouza h3{
  background-color: rgba(158, 42, 34, 0.8);
  color: #fff;
  padding: 10px 20px;
}
.kouza img{
  width: 100%;
}

footer{
  background-color: #9e2a22;
  color: #fff;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
}
footer img{
  width: 100%;
  margin-bottom: 60px;
}
.footer-size{
  width: 85%;
  margin: 0 auto;
}
.footer-size iframe{
  width: 100%;
  height: 380px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.copyright{
  margin-bottom: 40px;
  text-align: center;
}
.head-img{
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.head-img img{
  width: 100%;
}
.back-colora{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.back-colora h2{
  text-align: center;
  color: #fff;
  margin-top: 50px;
  font-size: 1.4em;
}
.inpage-layout{
  width: 95%;
  margin: 0 auto 90px;
}
.inpage-layout img{
  width: 100%;
}
.integral-about img{
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 40px;
}
.bottom20{
  margin-bottom: 20px;
}
.integral-about h3{
  line-height: 40px;
}
.selection img{
width: 70%;
margin-left: 15%;
margin-right: 15%;
margin-bottom: 30px;
}
.award{
  margin-bottom: 90px;
}
.award h2{
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 5px solid #9e2a22;
  display: inline-block;
}
.think{
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-color: #9e2a22;
  color: #fff;
}
.think-left img{
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  border-radius: 40px;
}
.think-right{
  width: 90%;
  margin: 50px auto;
}
.think-right img{
  width: 80%;
  margin-left:20%;
  margin-top: 40px;
}
.company-greeting{
  width: 98%;
  margin: 0 auto 60px;
  line-height: 1.7em;
}
.name img{
  width: 80%;
  margin-left: 20%;
}
.company-prof{
  padding-bottom: 40px;
  width: 100%;
}
.company-prof table{
  border: solid 2px #e6f1e7;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.company-prof th{
  width: 28%;
  background-color: #9c2429;
  border: solid 2px #e6f1e7;
  font-size: 13px;
  color: #fff;
}
.company-prof td{
  border: solid 2px #e6f1e7;
  padding-left: 10px;
  text-align: left;
  width: 560px;
  font-size: 13px;
}
.company-prof tr{
  height: 70px;
}
.photo{
  width: 80%;
  margin: 0 auto;
}
.photo img{
  width: 100%;
  margin-bottom: 10px;
}
.access iframe{
  width: 100%;
  height: 400px;
  margin-bottom: 50px;
}
.personal-section{
  width: 95%;
  margin: 0 auto;
}
.personal-section p{
  margin-bottom: 30px;
}
.privacy-day{
  text-align: right;
  margin-right: 20px;
  margin-bottom: 60px;
}
.schedule table{
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 80px;
  border-top: solid 1px #f0d7ec;
}
.schedule th{
  width: 170px;
  border-bottom: solid 1px #f0d7ec;
  color: #fff;
  text-align: center;
  background-color: #9e2a22;
}
.schedule td{
  border-bottom: solid 1px #f0d7ec;
  border-left: solid 1px #f0d7ec;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 600px;
}
.schedule tr{
  height: 70px;
}
.fee h3{
  margin-bottom: 40px;
  border-bottom: #9e2a22 solid 5px;
  display: inline-block;
}
.fee table{
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  border-top: solid 1px #f0d7ec;
}
.fee-block{
  margin-top: 40px;
  margin-bottom: 20px;
}
.fee th{
  width: 130px;
  border-bottom: solid 1px #f0d7ec;
  color: #fff;
  text-align: center;
  background-color: #9e2a22;
}
.fee td{
  border-bottom: solid 1px #f0d7ec;
  border-left: solid 1px #f0d7ec;
  padding-left: 30px;
  padding-right: 20px;
  width: 400px;
}
.fee tr{
  height: 70px;
}
.smart-none{
  display: none;
}
.hoken{
  margin-bottom: 50px;
  text-align: center;
}

.contactform{
  text-align: center;
  font-size: 15px;
  margin-bottom: 40px;
}
.contactform form{
  margin-bottom: 80px;
}
.confirm {
  width: 95%;
  margin:0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
  text-align: left;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.nyuryoku{
  margin:auto;
  margin-top: 30px;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  width: 160px;
  text-align: right;
  padding-right: 10px;
}
.nyuryoku td{
  text-align: left;
}
.square_btn{
  width: 60%;
  margin-top: 50px;
  margin-left: 20%;
  margin-right: 20%;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.underup {
  opacity : 0;
  transform: translateY(90px);
  transition: all 0.6s;
}
.underup2 {
  opacity : 0;
  transform: translateY(90px);
  transition: all 0.8s;
}
.underup3 {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1.0s;
}
.underup4 {
  opacity : 0;
  transform: translateY(90px);
  transition: all 1.2s;
}