@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); min-width: 1080px; 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; }

.invisible-pc{
  display: none;
}
.humberger-menu{
  display: none;
}
.top{
  position: relative;
  width: 100%;
  background-image: url(../material/top.jpg);
  background-size: 100% 100%;
  height: 650px;
}

.header-logo{
  float: left;
  margin-left:30px;
  margin-top: 30px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.3);
}
.header-logo img{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-logo-in{
  float: left;
  margin-left:30px;
  margin-top: 30px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.3);
}
.header-logo-in img{
  width: 100%;
}
.header-menu{
  float: left;
  margin-left: 110px;
  margin-top: 50px;
}
.header-menu li{
  display: inline-block;
  margin-left: 30px;
}

.header-menu-in{
  float: left;
  margin-left: 20px;
  margin-top: 60px;
}
.header-menu-in li{
  display: inline-block;
  margin-left: 30px;
}

.header-icon li:first-child{
  border-radius: 20px 0px 0px 0px;
}
.header-icon{
  position: fixed;
  width: 130px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  z-index: 1000;
}
.header-icon svg{
  color: #fff;
  width: 60%;
  height: 60px;
  margin-left: 20%;
  margin-right: 20%;
}
.footer-icon{
  display: none;
}
.colora{
  background-color: brown;
  color: #fff;
  padding: 10px;
}
.colorb{
  background-color: #00157a;
  color: #fff;
  padding: 10px;
}
.colorc{
  background-color: #33af50;
  color: #fff;
  padding: 10px;
}
.colorch-1{
  color: #9e2a22;
}
.colorch-2{
  color: #58ABD2;
}

.fadein {
opacity : 0;
transform: translateY(50px);
transition: all 1s;
}
.ceparate:after {
  content:"";
  display: block;
  clear:both;
}
.section1{
  width: 95%;
  margin: 50px auto;
}
.section1 img{
  width: 100%;
  margin-top: 40px;
}
.section1-tate{
  writing-mode: vertical-rl;
  line-height: 3;
  margin-left: 90px;
}
.w95{
  width: 95%;
  margin: 0 auto;
}
.w66l{
  width: 66%;
  float: left;
}
.w60l{
  width: 60%;
  float: left;
}
.w49l{
  width: 49%;
  float: left;
}
.w40l{
  width: 40%;
  float: left;
}
.w33l{
  width: 33%;
  float: left;
}
.bottom20{
  margin-bottom: 20px;
}
.left30{
  margin-left: 30px;
}
.space-l1{
  margin-left: 1%;
}
.space-l2{
  margin-left: 2%;
}
.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;
}
.section2-picup li{
  display: inline-block;
}
.section3{
  width: 80%;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #FFA500;
  text-align: center;
  color: #fff;
}
.section3 img{
  width: 100%;
}
.section3 h2{
  margin-bottom: 40px;
}
.section3 p{
  margin-bottom: 20px;
}
.section4{
  width: 80%;
  margin: 50px auto;
}
.section4 img{
  width: 100%;
  margin-top: 20px;
}
.section4 h3{
  background-color: #9e2a22;
  color: #fff;
  padding: 20px 30px;
}
.section4-block{
  position: relative;
  padding-bottom: 90px;
  margin-top: 40px;
}

.section4-button1{
  position: absolute;
  width: 300px;
  background-color: #9e2a22;
  color: #fff;
  padding: 10px 20px;
  bottom: 70px;
  right: -40px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.3em;
}
.section4-button2{
  position: absolute;
  width: 300px;
  background-color: #9e2a22;
  color: #fff;
  padding: 10px 20px;
  bottom: 10px;
  right: -40px;
  text-align: center;
  border-radius: 20px;
  font-size: 1.3em;
}
.button{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.button h3{
  margin-bottom: 30px;
}
.button li{
  border: solid 2px #9e2a22;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 30px;
}
.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;
  margin-top: 50px;
  text-align: center;
  width: 85%;
  border-radius: 15px;
}
.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%;
}
.position-rela{
  position: relative;
}
.position-ab{
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.head-img{
  width: 100%;
  position: relative;
  margin-bottom: 90px;
}
.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: 220px;
  font-size: 3em;
  letter-spacing: 30px;
}
.title h2{
  background: -webkit-linear-gradient(0deg, #9e2a22, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 2em;
  margin-bottom: 50px;
}
.inpage-layout{
  width: 90%;
  margin: 0 auto 90px;
}
.company-greeting{
  width: 90%;
  margin: 0 auto 90px;
}
.company-greeting p{
  line-height: 35px;
}
.name{
  width: 300px;
  text-align: right;
  margin-left: 70%;
}
.name img{
  width: 100%;
}

.smart-link{
  display: none;
}

footer{
  background-color: #9e2a22;
  color: #fff;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
}
footer img{
  width: 100%;
  margin-bottom: 60px;
}
.footer-size p{
  margin-bottom: 5px;
}
.copyright{
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.footer-size{
  width: 85%;
  margin: 0 auto;
}
.footer-size iframe{
  width: 85%;
  margin-left: 15%;
  height: 340px;
}
.company-prof{
  margin-bottom: 90px;
}
.company-prof table{
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  border-top: solid 1px #f0d7ec;
}
.company-prof th{
  width: 170px;
  border-bottom: solid 1px #f0d7ec;
  text-align: center;
}
.company-prof td{
  border-bottom: solid 1px #f0d7ec;
  border-left: solid 1px #f0d7ec;
  padding-left: 30px;
  padding-right: 20px;
  width: 600px;
}
.company-prof tr{
  height: 70px;
}
.photo{
  width: 100%;
  text-align: center;
}
.photo img{
  width: 100%;
}
.photo li{
  width: 30%;
  display: inline-block;
}
.access iframe{
  width: 100%;
  height: 500px;
}
.access{
  margin-bottom: 80px;
}
.schedule{
  margin-bottom: 100px;
}
.schedule table{
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  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: 30px;
  padding-right: 20px;
  width: 600px;
}
.schedule tr{
  height: 70px;
}


.fee{
  margin-bottom: 100px;
}
.fee table{
  border-collapse: collapse;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  border-top: solid 1px #f0d7ec;
}
.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;
}
.fee h3{
  margin-bottom: 20px;
}
.text-small{
  font-size: 0.7em;
}
.text-big{
  font-size: 1.2em;
}
.hoken{
  width: 80%;
  margin: 80px auto;
}
.contactform{
  font-size: 15px;
  margin-bottom: 40px;
}
.nyuryoku{
  width: 760px;
  margin:60px auto;
  text-align: center;
}
.nyuryoku li{
  display: inline-block;
}
.nyuryoku tr{
  height: 70px;
}
.nyuryoku th{
  width: 160px;
  text-align: right;
  padding-right: 70px;
}
.nyuryoku td{
  text-align: left;
}
.square_btn{
    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;/*線を消す*/
}
.confirm {
  width: 700px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 100px;
  color: #000;
  text-align: left;
}
.confirm p{
  line-height: 200%;
}
.confirm h2{
  margin-top: 30px;
}
.personal-section{
	width: 900px;
  margin: 0 auto;
}
.personal-section p{
	margin-bottom: 30px;
}
.privacy-day{
	width: 400px;
  margin-left: 70%;
  margin-bottom: 60px;
}
.integral-about{
  text-align: center;
}
.integral-about img{
  width: 100%;
}
.integral-about li{
  width: 280px;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 50px;
}
.integral-about h3{
  margin-bottom: 15px;
}
.award{
  width: 80%;
  margin: 0 auto 50px;
}
.award img{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.award h2{
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 5px solid #9e2a22;
  display: inline-block;
}
.selection{
  margin-bottom: 90px;
}
.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;
}
.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 img{
  width: 300px;
  margin-right: 15%;
  margin-top: 40px;
}