
html { scroll-behavior: smooth;}

body{
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.contener{
    background-color: #fff;
}

.main{
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

h1 {
  font-size: 30px;
  color: #fff;
  padding: 0.5em 0;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  width: 430px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
}

h2 {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #4169e1;
}

h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 5px;
}

h3:after {
  content: '';
  height: 5px;
  background-color: #4169e1;
  display: block;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
}

h4 {
  font-size: 20px;
  color: #4169e1;
}



/* --------------------------------
// 
//  ヘッダー
// 
// -------------------------------- */

.header{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header div{
  color: #4169e1;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 10px;
}


#uketsuke {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0px !important;
  margin-top: 10px;
}

.menu .chaild {
  padding: 10px;
  margin: 0px 20px;
  text-align: center;
  background-color: #18245C;
  height: 25px;
  width: 130px;
}

.menu .chaild a{
  color: #fff;
  text-decoration:none; 
}

.menu .chaild .far, .menu .chaild .fas {
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
}



/* --------------------------------
// 
//  キャッチコピー
// 
// -------------------------------- */

.catch{
  background-image: url("../img/head_bg.png");
  text-align: left;
  font-size: 15px;
  padding: 20px 0px;
  height: 320px;
  display: flex;
  align-items: center;
}

.catch div{
  margin-left: 20px;
  text-align: center;
}

.catch p{
  color: #ffff00;
  letter-spacing: 0.2em;
}

#aboutus {
  font-size: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 0px;
}

#academia {
  margin-left: auto;
  margin-right: auto;
  background-color: #18245C;
  color: #fff;
  width: 220px;
  padding: 10px 30px;
  margin-top: 5px;
}

.caution .list {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  padding: 20px;
  font-size: 15px;
  margin-bottom: 40px;
}



/* --------------------------------
// 
//  トピック
// 
// -------------------------------- */

.topics {
  background-image: url("../img/topics_bg.png");
  padding: 30px;
}

#topics1 {
  font-size: 30px;
  color: #191970;
  letter-spacing: 0.3em;
  margin-left: 35px;
}

#topics2 {
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.setumei {
  background-color: #fff;
  color: #666;
  font-size: 12px;
  padding: 10px;
  margin: 20px;
}

.topics .tyuui {
  text-align: center;
  font-size: 50px;
}

.topics .setumei {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  padding: 30px;
  font-size: 20px;
}



/* --------------------------------
// 
//  事業内容
// 
// -------------------------------- */

#guidance {
  border: 1px #000 solid;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#guidance th, #guidance td {
  border: 1px #000 solid;
  padding: 10px;
}

#guidance .midasi {
  background-color: #191970;
  border-bottom: 1px #fff solid;
  color: #fff;
  text-align: center;
}



/* --------------------------------
// 
//  事業内容
// 
// -------------------------------- */

.service {
  margin-top:0px;
  background-image: url("../img/service_bg.png");
  padding: 20px;
}

.service_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.service_content div{
  padding: 40px;
  text-align: left;
}

.service .service_content .content{
  background-color: #fff;
  margin: 20px 0px;
  padding: 20px;
  width: 300px;
  text-align: center;
  border: 1px #000 solid;
}

.service div div img{
  width: 250px;
}



/* --------------------------------
// 
//  COMPANY_BG
// 
// -------------------------------- */

.company_bg {
  background-image: url("../img/company_bg.png");
  background-repeat: no-repeat;
}



/* --------------------------------
// 
//  会社案内
// 
// -------------------------------- */

.company {
  margin-top:80px;
}



/* --------------------------------
// 
//  アクセス
// 
// -------------------------------- */

.acess {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.acess iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: 400px;
}

.acess table {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border-collapse: collapse;
}

.acess table td {
  padding : 10px;
  border: solid 1px black;
}

.acess table ul {
  margin: 0px;
}

#access_table {
  border-collapse: collapse;
}

#access_table .jusyo{
  background-color: #4169e1;
  color: #fff;
  text-align: center;
}



/* --------------------------------
// 
//  お問い合わせ
// 
// -------------------------------- */

.contact {
  background-image: url("../img/contact_bg.png");
  padding: 30px;
}

#phone {
  font-size: 50px;
}

#bun1 {
  font-size: 30px;
  font-weight: bold;
}

#bun2 {
  font-size: 20px;
}

.contact form {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact form div {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}

.contact form .label {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #4169e1;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 500px;
}

.contact form input {
  width: 500px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #191970;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  display: block;
}

.contact form textarea {
  width: 500px;
  height: 200px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #000;
  margin-left: 0;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#sousin {
  text-align: center;
  width: 200px;
  background-color: #4169e1;
  border: solid 1px #4169e1;
  color: #fff;
  font-weight: bold;
  height: 50px;
  border-radius: 25px;
  font-size: 23px;
  margin: 20px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#sankaku {

}

#footer01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom:0px;
  padding:20px;
  background-color: #18245C;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #18245C;
  opacity: 0.6;
  margin:10px;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}