@charset "UTF-8";
/* ==========================================================================//
//
//　mixin
//
// ========================================================================== */
/* color
---------------------------------------------------------- */
/* media query
---------------------------------------------------------- */
/* font
---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&family=Poppins:wght@100;400;700&display=swap");
/* ==========================================================================//
//
//　ABOUT US
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
body {
  background-color: #fff;
}

#page_ttl {
  background-image: url("../images/bg_page_ttl_01.jpg");
  height: 700px;
  margin-bottom: 80px;
}
@media all and (max-width: 1200px) {
  #page_ttl {
    height: 490px;
  }
}
@media all and (max-width: 500px) {
  #page_ttl {
    height: 250px;
    margin-bottom: 50px;
  }
}

section {
  margin-bottom: 150px;
}
@media all and (max-width: 500px) {
  section {
    margin-bottom: 100px;
  }
}

.passing {
  text-align: center;
}

h2 {
  font-weight: 100;
  font-size: 4rem;
  line-height: 1.4;
}
@media all and (max-width: 500px) {
  h2 {
    font-size: 2.2rem;
  }
}

/* area_main
---------------------------------------------------------- */
.area_com {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /*@include media(portrait){
    display: block;
  }*/
}
@media all and (max-width: 1200px) {
  .area_com {
    padding: 0 15px;
    display: block;
  }
}
.area_com .sec_txt {
  width: 55%;
}
@media all and (max-width: 1200px) {
  .area_com .sec_txt {
    width: 100%;
  }
}
.area_com .sec_txt table {
  width: 100%;
  line-height: 1.5;
}
.area_com .sec_txt table tr {
  border-top: solid 1px #C5C5C5;
}
.area_com .sec_txt table tr:last-child {
  border-bottom: solid 1px #C5C5C5;
}
.area_com .sec_txt table th {
  width: 30%;
  padding: 20px;
  background-color: #F9F9F9;
}
@media all and (max-width: 500px) {
  .area_com .sec_txt table th {
    width: 100%;
    display: block;
  }
}
.area_com .sec_txt table td {
  width: 70%;
  padding: 20px;
}
@media all and (max-width: 500px) {
  .area_com .sec_txt table td {
    width: 100%;
    display: block;
  }
}
.area_com .sec_txt table td .caution .indentback {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
.area_com .sec_txt table td ul {
  list-style-position: outside;
  margin-left: 1.5em;
}
.area_com .sec_txt table td ul li {
  list-style-type: disc;
}
.area_com .sec_txt table td a {
  color: #0168b7;
}
.area_com .sec_txt table td a:hover {
  color: #aaaaaa;
}
.area_com .box_img {
  width: 40%;
}
@media all and (max-width: 1200px) {
  .area_com .box_img {
    width: 100%;
    margin-top: 50px;
  }
}
.area_com .box_img img {
  width: 100%;
}

.area_access .map {
  height: 450px;
  margin: 0 0 50px;
}
.area_access .map iframe {
  width: 100%;
  height: 100%;
}
.area_access .sec_means {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .area_access .sec_means {
    flex-direction: column;
  }
}
.area_access .sec_means .box_means {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
@media all and (max-width: 1200px) {
  .area_access .sec_means .box_means {
    margin: 10px 20px 0;
  }
}
.area_access .sec_means .box_means .icon {
  margin: 0 20px 0 0;
}
@media all and (max-width: 1200px) {
  .area_access .sec_means .box_means .icon {
    max-width: 100px;
  }
}
.area_access .sec_means .box_means p {
  line-height: 1.8;
}

#contact {
  background-image: url("../images/bg_con_01.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin: 0;*/
  padding: 0 15px;
}
#contact .area_contact {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media all and (max-width: 500px) {
  #contact .area_contact {
    display: block;
    padding: 50px 0;
  }
}
#contact .area_contact h2 {
  color: #fff;
}
#contact .area_contact .sec_txt {
  color: #fff;
  max-width: 1200px;
  width: 100%;
}
#contact .area_contact .sec_txt p {
  font-size: 2rem;
  margin-bottom: 18px;
  line-height: 1.8;
  text-align: center;
}
@media all and (max-width: 500px) {
  #contact .area_contact .sec_txt p {
    font-size: 1.6rem;
  }
}
#contact .area_contact .sec_txt ul {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 500px) {
  #contact .area_contact .sec_txt ul {
    display: block;
  }
}
#contact .area_contact .sec_txt ul li {
  margin: 0 0 0 40px;
}
@media all and (max-width: 500px) {
  #contact .area_contact .sec_txt ul li {
    margin: 16px 0 0 0;
  }
}
#contact .area_contact .sec_txt ul li:first-child {
  margin: 0;
}
#contact .area_contact .sec_txt ul li dl {
  display: flex;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3.4rem;
}
@media all and (max-width: 500px) {
  #contact .area_contact .sec_txt ul li dl {
    font-size: 7.8vw;
    text-align: center;
    justify-content: center;
  }
}
