@charset "UTF-8";
/*
Theme Name: i-bases
Description: Template For i-bases
Version: 01.01
Author: T.Hara
*/

html {
  font-size: 100%;
}
body {
  color: #222;
  font-family: "Noto Sans JP", "Noto Serif  JP", serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #ab8d04d9;
  opacity: 0.8;
}
.wrapper {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.sp-only {
  display: none;
}
/*--------------------
  .header
--------------------*/
.header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 20px;
}
.header .logo {
  width: 100%;
  max-width: 240px;
}
.header .logo a {
  display: block;
}
.header .navi .menu {
  display: flex;
  align-items: center;
}
.header .navi .menu li {
  font-family: "Poppins";
  font-size: 28px;
  margin-left: 40px;
}
/*--------------------
  .mainvisual
--------------------*/
.mainvisual {
  position: relative;
  margin-bottom: 80px;
}
.mainvisual img {
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.mainvisual .text {
  font-family: "Noto Serif JP";
  font-size: 46px;
  font-weight: 500;
  position: absolute;
  top: 306px;
  left: 40px;
}
.c-breadcrumbs > li {
  display: inline-block;
  position: relative;
}
.c-breadcrumbs > li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  margin-right: 0.2 em;
  margin-left: 0.2em;
}
/*--------------------
section
---------------------*/
.section-title {
  font-family: "Poppins";
  font-size: 80px;
  text-align: center;
}
/*--------------------
  .about
--------------------*/
.about {
  padding: 0 0;
}
.about .section-title {
  text-align: right;
}
.about .item1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.about .item1 .img {
  width: 40%;
  margin-right: 5%;
}
.about .item1 .img img {
  width: 100%;
}
.about .text {
  width: 60%;
}
.about .text .title {
  font-family: "Noto Serif JP";
  font-size: 28px;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
  padding: 20px 0;
  text-align: right;
}
.about .text .description {
  font-family: "Noto Sans JP";
  font-size: 18px;
  line-height: 2em;
  text-align: right;
  padding: 20px 0;
}
.about .item2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 80px;
}
.about .item2 .img {
  width: 40%;
}
.about .item2 .img img {
  width: 100%;
}
/* table ---------------------*/
.about .item2 .profile-table {
  font-family: "Noto Sans Jp";
  font-size: 18px;
  font-weight: 500;
  width: 55%;
  text-align: left;
  margin-right: 4%;
  margin-bottom: 80px;
  overflow-x: auto;
  padding: 0;
}
.about .item2 .profile-table .table {
  width: 100%;
  border-collapse: collapse;
  border-top: #222 solid 1px;
}
.about .item2 .profile-table .table td {
  border-bottom: 1px solid #333;
  height: 72px;
}
/*--------------------
  .service
--------------------*/
.service .section-title {
  border-bottom: 3px solid #222;
  margin-bottom: 80px;
}
.service .service-title {
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}
.service .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.service .item li {
  width: 30%;
  margin-right: 5%;
}
.service .item li:last-child {
  margin-right: 0;
}
.service .item li .img {
  margin-bottom: 20px;
}
/*--------------------
  .access
--------------------*/
.access .item {
  display: flex;
  margin-bottom: 80px;
}
.access .section-title {
  border-bottom: 3px solid #222;
  margin-bottom: 40px;
}
.access .item .map {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  filter: grayscale(70%);
  justify-content: center;
}
/*--------------------
  .privacy-policy
--------------------*/

#privacy-policy h2 {
  font-size: 32px;
  text-align: left;
  margin: 20px;
}
#privacy-policy .text {
  border-top: 1px solid #000;
  margin: 20px 0;
  padding: 20px;
}
#privacy-policy .text h3 {
  font-size: 18px;
  padding: 20px 0 10px;
}
.profile {
  margin-top: 10px;
}
/*--------------------
  .footer
--------------------*/
.footer {
  background-color: #222;
  font-family: "Noto Sans JP";
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 5% 0;
  display: flex;
  justify-content: space-between;
}
.footer.info-area {
  width: 35%;
}
.footer .info-area .logo {
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 0 0 20px;
}
.footer .info-area .info {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.footer .info-area .copyright {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .menu-area {
  width: 65%;
  padding-top: 20px;
}
.footer .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .menu li {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
}
.footer .menu li::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #fff;
  transform: rotate(30deg);
  position: absolute;
  top: 5px;
  right: -20px;
}
.footer .menu li:last-child::after {
  content: none;
}
.footer .footer-inner .menu-area .menu-plus {
  padding: 20px 0 0;
  font-size: 16px;
}
.footer .footer-inner .menu-area .menu-plus .privacy-policy {
  text-align: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++
  スマートフォン
++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 767px) {
  .header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .header .logo {
    max-width: 160px;
  }
  .header .navi .menu li {
    font-family: Poppins;
    font-size: 14px;
    margin-left: 10px;
  }
  .sp-only {
    display: block;
  }
  /*--------------------
    .mainvisual
  --------------------*/
  .mainvisual {
    margin-bottom: 40px;
  }
  .mainvisual img {
    height: 360px;
    object-fit: cover;
    object-position: center;
  }
  .mainvisual .text {
    font-family: Noto Serif JP;
    font-size: 26px;
    font-weight: 500;
    position: absolute;
    top: 240px;
    left: 20px;
  }
  /*--------------------
    .section
  ---------------------*/
  .section-title {
    font-family: "Poppins";
    font-size: 60px;
    text-align: center;
  }
  /*--------------------
    .about
  --------------------*/
  .about .section-title {
    text-align: center;
  }
  .about .item1 {
    flex-direction: column;
  }

  .about .item1 .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .about .item1 .img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .about .text {
    width: 100%;
  }
  .about .text .title {
    font-family: "Noto Serif JP";
    font-size: 22px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    padding: 16px 0;
    text-align: center;
  }
  .about .text .description {
    font-family: "Noto Sans JP";
    font-size: 16px;
    line-height: 2em;
    text-align: center;
    padding: 20px 0;
  }
  .about .item2 {
    flex-direction: column-reverse;
  }
  .about .item2 .img {
    width: 100%;
  }
  .about .item2 .img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  /* table ---------------------*/
  .about .item2 .profile-table {
    font-family: "Noto Sans Jp";
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 60px;
    overflow-x: auto;
  }
  .about .item2 .profile-table .table {
    width: 100%;
    border-collapse: collapse;
    border-top: #222 solid 1px;
  }
  .about .item2 .profile-table .table td {
    border-bottom: 1px solid #333;
    height: 68px;
    padding: 0 0 0 8px;
  }
  /*--------------------
    .service
  --------------------*/
  .service .section-title {
    border-bottom: 3px solid #222;
    margin-bottom: 40px;
  }
  .service .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .service .item li {
    width: 100%;
    margin: 0 0 40px;
  }
  .service .item li:last-child {
    margin-right: 0;
  }
  .service .item .service-title {
    font-family: "Poppins";
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
  }
  .service .item .img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .service .item .description {
    font-size: 16px;
  }
  /*--------------------
    .access
  --------------------*/
  .access .item {
    margin-bottom: 40px;
  }
  .access .section-title {
    border-bottom: 3px solid #222;
    margin-bottom: 40px;
  }
  .access .item .map iframe {
    width: 100%;
    height: 300px;
  }
  /*--------------------
    .footer
  --------------------*/
  .footer .footer-inner {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column-reverse;
    text-align: center;
  }
  .footer .info-area {
    margin-bottom: 20px;
  }
  .footer .info-area .info {
    width: 100%;
    text-align: center;
  }
  .footer .menu-area {
    width: 100%;
    padding: 20px;
  }
  .footer .menu-area .menu {
    justify-content: center;
  }
  .footer .menu li {
    font-size: 14px;
    margin-left: 40px;
    position: relative;
  }
  .footer .info-area .logo {
    width: 100%;
    max-width: 120px;
    padding-top: 30px;
    margin: 0 auto;
  }
  .footer .footer-inner .menu-area .menu-plus .privacy-policy {
    text-align: center;
  }
}
