/* CSS Document */
/* デザイン PC */
/* -------------------- COMMON -------------------- */
.pc-on {
  display: block;
}
.tb-on {
  display: none;
}
.sp-on {
  display: none;
}
/* -------------------- HEADER -------------------- */
.header {
  width: 100%;
  background-color: #fff;
}
.header-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0 5px;
}
.top-logo {
  width: 200px;
  float: left;
  margin: 0 0 0 40%;
}
.top-phone {
  width: 200px;
  float: right;
  margin: 15px 5% 0 0;
}
/* -------------------- HEADER-MENU -------------------- */
.header-menu {
  text-align: center;
  padding: 20px 0 10px 0;
}
.header-menu li {
  display: inline;
  border-left: solid 1px #333;
  margin-left: 15px;
  padding-left: 15px;
}
.header-menu li a {
  color: #333;
}
.header-menu li.first {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
/* -------------------- AREA -------------------- */
.area {
  width: 100%;
}
.area-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #fff;
}
/* -------------------- AREA-1 -------------------- */
.area-box-1-1 {
  width: 96%;
  max-width: 610px;
  margin: 0 auto;
}
.area-01 {
  font-size: 18px;
  margin-bottom: 10px;
}
.area-02 {
  font-size: 18px;
}
/* -------------------- AREA-2 -------------------- */
.area-box-2-1 {
  width: 96%;
  max-width: 700px;
  margin: 0 auto 0;
}
.area-2-01 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
}
video {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 20px;
}
.area-2-02 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
/* -------------------- AREA-3 -------------------- */
.area-3-01 {
  background-color: #223a70;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}
.area-box-3-1 {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.area-3-02 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.area-box-3-2 {
  width: 610px;
  float: left;
}
.area-3-03 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.area-3-04 {
  padding: 0 0 20px 20px;
}
.area-box-3-3 {
  width: 160px;
  float: left;
  margin: 40px 0 0 20px;
}
/* -------------------- AREA-4 -------------------- */
.area-4-01 {
  background-color: #223a70;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
}
.area-box-4-1 {
  width: 96%;
  max-width: 960px;
  margin: 0 auto 50px;
}
.area-box-4-2 {
  width: 300px;
  float: left;
  margin: 0 10px;
}
.area-4-02 {
  text-align-last: center;
  font-size: 18px;
  padding-bottom: 5px;
}
.area-4-03 {
  padding: 0 5px;
}
.area-4-04 {
  width: 300px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto 0;
}
.area-4-04 a {
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.6s;
  background-color: #f58220;
  border: 1px solid #f58220;
  border-radius: 10px;
}
.area-4-04 a:hover {
  background-color: #fff;
  border: 1px solid #f58220;
  border-radius: 10px;
  color: #f58220;
}
/* -------------------- AREA-5 -------------------- */
.area-box-5-1 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
}
.area-5-01 {
  width: 150px;
  text-align: center;
  float: left;
  margin: 0 15px;
}
.area-5-02 {
  width: 400px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
/* -------------------- BLOG -------------------- */
.blog-inner {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.blog-02 {
  width: 250px;
  font-size: 18px;
  line-height: 50px;
  margin: 0 auto 20px;
  text-align: center;
}
.blog-02 a {
  display: block;
  transition: 0.6s;
  color: #fff;
  background-color: #223a70;
  border: 1px solid #223a70;
  border-radius: 10px;
}
.blog-02 a:hover {
  color: #223a70;
  border: 1px solid #223a70;
  background-color: #fff;
  border-radius: 10px;
}
/* -------------------- AREA-6 -------------------- */
.area-box-6-1 {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}
.area-6-01 {
  width: 250px;
  font-size: 18px;
  line-height: 50px;
  margin: 0 20px;
  float: left;
  text-align: center;
}
.area-6-01 a {
  display: block;
  transition: 0.6s;
  color: #223a70;
  border: 1px solid #223a70;
  border-radius: 10px;
}
.area-6-01 a:hover {
  color: #fff;
  border: 1px solid #223a70;
  background-color: #223a70;
  border-radius: 10px;
}
/* -------------------- AREA-7 -------------------- */
.area-7-01 {
  font-family: "Times New Roman", Times, "serif";
  text-align: center;
  font-size: 22px;
  padding-bottom: 10px;
}
/* -------------------- FOOTER -------------------- */
.footer-area {
  width: 100%;
  background-color: #223a70;
}
.footer-inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
.foot-menu {
  text-align: center;
  margin-bottom: 50px;
}
.foot-menu li {
  display: inline;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
  line-height: 1.8;
}
.foot-menu li a {
  color: #fff;
}
.foot-menu li.first {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.foot-menu-last {
  border-right: none;
}
.footer-01 {
  width: 200px;
  margin: 0 auto 30px;
}
.footer-box {
  width: 550px;
  margin: 0 auto 50px;
}
.footer-left {
  float: left;
  width: 320px;
  margin-right: 30px;
}
.footer-left-01 {
  width: 200px;
  margin-bottom: 5px;
}
.footer-left-02 {
  color: #fff;
}
.footer-right {
  float: left;
}
.footer-right-01 {
  width: 80px;
  float: left;
  padding: 75px 20px 0 0;
}
.footer-right-02 {
  width: 100px;
  float: left;
}
.copyright {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding-bottom: 50px;
}
/* -------------------- PAGE-TOP -------------------- */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #223a70;
  opacity: 0.8;
  border-radius: 50%;
  margin-right: 2%;
  border: 2px solid #fff;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}