@charset "UTF-8";
/*日本語*/
/*resetCSS*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
article {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #2B2828;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
} 
/*---------------------
base
------------------------*/
/* コンテンツ幅 */
/*  font  */
/* ブレイクポイント */
/* flex */
/* h2 */
/*---------------------
header
------------------------*/
.l_header {
  width: 100%;
  background-color: #2B2828;
  height: 100px;
}
.l_header_inner {
  max-width: 1180px;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_header_inner h1 {
  width: 214px;
  height: 77px;
}
.l_header_inner--item {
  display: inline-flex;
  align-items: center;
  width: clamp(80px, 60vw, 420px);
  height: clamp(60px, 40vw, 70px);
  border: 3px solid #FFF;
}
@media screen and (max-width: 767px) {
  .l_header_inner--item {
    display: none;
  }
}
.l_header_inner .c-item_tel {
  width: 46px;
  height: 46px;
  margin-left: 15px;
  margin-right: 15px;
}
.l_header_inner .c-item_txt {
  font-size: 1.8rem;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.l_header_inner .c-item_txt a {
  text-decoration: none;
  color: #FFF;
}
.l_header_inner .c-item_txt a:hover {
  font-weight: bold;
}

.wrapper {
  width: 100%;
}

.l-section {
  width: 100%;
}
@media only screen and (max-width: 1230px) {
  .l-section {
    width: calc(100% - 50px);
    padding: 0 25px;
  }
}

/*---------------
top
-----------------*/
header,
h2,
h3,
h4,
h5 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
}

p,
a {
  font-weight: bold;
}

.l_top {
  width: 100%;
  height: 100vh;
  margin-block-start: -8px;
  background-image: url(../../img/top2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .l_top {
    height: 100vh;
    max-height: 600px;
  }
}
.l_top .l_top_inner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l_top .l_top_inner .l_top_ttl {
  font-size: 5.5rem;
  color: #FFF;
  position: absolute;
  line-height: 7rem;
  top: 200px;
  left: 20px;
  z-index: 3;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l_top .l_top_inner .l_top_ttl {
    width: min(300px, 90%);
    top: 100px;
    font-size: clamp(20px, 3rem, 4rem);
    line-height: 3rem;
  }
}
.l_top .l_top_inner .l_top_txt {
  font-size: 1.4rem;
  padding: 20px;
  background-color: rgba(26, 57, 80, 0.4);
  color: #FFF;
  position: absolute;
  line-height: 1.6rem;
  top: 430px;
  left: 20px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l_top .l_top_inner .l_top_txt {
    width: min(300px, 90%);
    top: 250px;
    font-size: min(18px, 1.1rem);
    line-height: 1.5rem;
    word-break: keep-all;
  }
}
.l_top .l_top_inner .l_top_tel {
  font-size: 1.4rem;
  padding: 20px 25px;
  position: absolute;
  top: 580px;
  left: 20px;
  border: 3px solid #333;
  background-color: rgba(255, 255, 255, 0.6392156863);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l_top .l_top_inner .l_top_tel {
    font-size: 1rem;
    top: 450px;
    overflow: hidden;
  }
}
.l_top .l_top_inner .l_top_tel a {
  color: #333;
  text-decoration: none;
}

/*---------------------------------
about
----------------------------------*/
h2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  h2 {
    font-size: 1.2rem;
  }
}

.c_about {
  max-width: 1180px;
  width: 100%;
  margin: 50px auto 50px auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c_about {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
    height: auto;
  }
}
.c_about h2 {
  width: min(50%, 200px);
  border-bottom: 3px solid #333;
}
@media screen and (max-width: 767px) {
  .c_about h2 {
    font-size: 1.5rem;
  }
}
.c_about .c_about_txt {
  margin: 5px;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c_about .c_about_txt {
    font-size: 0.9rem;
    line-height: 1.2rem;
    width: 100%;
    margin: 10% 0 10% 3%;
  }
}
.c_about .c_about_txt span {
  color: #337DC8;
}
.c_about .c_about_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c_about .c_about_inner {
    display: block;
    width: 100%;
    margin: 10% 0 10% 3%;
    font-size: 0.7rem;
  }
}
.c_about .c_about_inner .c_about_list {
  margin: 80px 0 0 0;
}
.c_about .c_about_inner .c_about_list .c_about_item {
  margin: 20px auto 60px 5px;
  padding-left: 8px;
  font-size: 1.5rem;
  border-left: 8px solid #337DC8;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .c_about .c_about_inner .c_about_list .c_about_item {
    font-size: 0.9rem;
    line-height: 1.1rem;
    margin: 2% auto 10% 2%;
  }
}
.c_about .c_about_inner .c_about_list .c_about_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c_about .c_about_inner img {
    display: none;
  }
}

/*---------------------------------
info
----------------------------------*/
.c_info {
  width: 100%;
  height: 120vh;
  background-image: url(../../img/kusamura.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c_info {
    height: auto;
    padding-bottom: 20px;
  }
}
.c_info .c_info_box {
  max-width: 1180px;
  width: 100%;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c_info .c_info_box {
    margin-top: 50px;
  }
}
.c_info .c_info_box h2 {
  width: min(45%, 100px);
  margin-bottom: 100px;
  padding-bottom: 10px;
  font-size: 2.25rem;
  border-bottom: 3px solid #333;
}
@media screen and (max-width: 767px) {
  .c_info .c_info_box h2 {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}
.c_info .c_info_box strong {
  padding-left: 100px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c_info .c_info_box strong {
    font-size: 1rem;
    padding-left: 0;
  }
}
.c_info .c_info_box .c_info_inner {
  width: calc(100% - 120px);
  margin: 100px auto 0 120px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c_info .c_info_box .c_info_inner {
    width: 95%;
    margin: 20% auto 20% 5%;
  }
}
.c_info .c_info_box .c_info_inner .c_info_ttl {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c_info .c_info_box .c_info_inner .c_info_ttl {
    font-size: 1rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.c_info .c_info_box .c_info_inner .c_info_ttl.--jun {
  background-color: rgba(106, 157, 187, 0.7803921569);
}
.c_info .c_info_box .c_info_inner .c_info_ttl.--sep {
  background-color: rgba(153, 100, 168, 0.7803921569);
}
.c_info .c_info_box .c_info_inner .c_info_ttl.--nov {
  background-color: rgba(173, 137, 104, 0.7803921569);
}
.c_info .c_info_box .c_info_inner .c_info_txt {
  flex-basis: 70%;
  padding-left: 40px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c_info .c_info_box .c_info_inner .c_info_txt {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

/*---------------------------------
sevice
----------------------------------*/
.c_service .c_service_content {
  max-width: 1180px;
  width: min(100% - 50px, 1180px);
  height: auto;
  margin-inline: auto;
  color: #333;
  margin-top: 10%;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .c_service .c_service_content {
    height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.c_service .c_service_content h2 {
  width: min(45%, 150px);
  border-bottom: 3px solid #333;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c_service .c_service_content h2 {
    padding-top: 50px;
    font-size: 1.5rem;
  }
}
.c_service .c_service_content .c_sevice_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c_service .c_service_content .c_sevice_wrap {
    display: block;
    font-size: 1.2rem;
    margin: 0 auto;
    padding-left: 30px;
  }
}
.c_service .c_service_content .c_sevice_wrap .c_service_box {
  width: 100%;
  margin: 3% auto;
  flex-basis: 45%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_service .c_service_content .c_sevice_wrap .c_service_box {
    width: 80%;
    margin: 15% auto;
  }
}
.c_service .c_service_content .c_sevice_wrap .c_service_box h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  margin: 5px auto;
}
@media screen and (max-width: 767px) {
  .c_service .c_service_content .c_sevice_wrap .c_service_box h3 {
    font-size: 1.2rem;
  }
}
.c_service .c_service_content .c_sevice_wrap .c_service_box .c_service_img {
  width: min(100% - 5px, 100%);
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: 1s, 2s;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.c_service .c_service_content .c_sevice_wrap .c_service_box .c_service_txt {
  width: 90%;
  margin-inline: auto;
  margin-top: 20px;
  padding: 5px;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c_service .c_service_content .c_sevice_wrap .c_service_box .c_service_txt {
    font-size: 0.8rem;
    margin: 10px auto;
    width: auto;
  }
}

/*---------------------------------
menu
----------------------------------*/
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 1.5rem;
  border-left: 8px solid #337DC8;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.2rem;
  }
}

.c_menu {
  max-width: 1180px;
  width: min(100% - 50px, 1180px);
  height: auto;
  margin-inline: auto;
  margin-top: 10%;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .c_menu {
    height: auto;
    padding-bottom: 100px;
  }
}
.c_menu h2 {
  width: min(60%, 300px);
  border-bottom: 3px solid #333;
}
@media screen and (max-width: 767px) {
  .c_menu h2 {
    font-size: 1.5rem;
  }
}
.c_menu .c_menu_content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c_menu .c_menu_content {
    display: block;
  }
}
.c_menu .c_menu_content figure {
  width: 620px;
  height: 246px;
}
@media screen and (max-width: 767px) {
  .c_menu .c_menu_content figure {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c_menu .c_menu_content .c_menu_content-ing {
    display: none;
  }
}
.c_menu .c_menu_content .c_menu_inner {
  width: 100%;
  margin: 5% 0 5% 0;
}
.c_menu .c_menu_content .c_menu_inner .c_menu_item {
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c_menu .c_menu_content .c_menu_inner .c_menu_item {
    font-size: 0.8rem;
  }
}
.c_menu .c_menu_content .c_menu_inner .c_menu_item .c_menu_text {
  padding: 7px;
  font-weight: 100;
}
.c_menu .c_menu_content .c_menu_inner .c_menu_item .c_menu_text .mark {
  font-weight: bold;
  margin-left: 2%;
}
.c_menu .c_menu_content .c_menu_inner .c_menu_item .c_menu_text--mark {
  padding-top: 10px;
}
.c_menu .c_menu_content .c_menu_inner .c_menu_item .c_menu_text--mark span {
  color: #df3f5a;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c_menu .c_menu_content .c_menu_inner .c_menu_item .c_menu_text--mark span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c_menu .c_menu_content .c_menu_inner {
    width: min(100% - 5px, 100%);
    margin-top: 50px;
    margin-inline: auto;
    font-size: 0.9rem;
  }
}
.c_menu h4 {
  margin: 10% auto 5% auto;
  text-align: center;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c_menu h4 {
    font-size: 1.2rem;
  }
}
.c_menu .c_menu_table {
  width: min(100% - 20px, 1180px);
  margin-inline: auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 2;
  color: #353535;
}
.c_menu .c_menu_table .c_menu_table-inner {
  background: #d3e1e8;
}
.c_menu .c_menu_table .c_menu_table-inner th {
  border: 3px solid #efefef;
  padding: 10px;
  background: #efefef;
}
.c_menu .c_menu_table .c_menu_table-inner th:nth-child(1) {
  border: 1px solid transparent;
}
.c_menu .c_menu_table .c_menu_table-inner th:nth-child(2) {
  background-color: #df3f5a;
  color: #fff;
}
.c_menu .c_menu_table .c_menu_table-inner th:nth-child(3) {
  background-color: #337DC8;
  color: #fff;
}
.c_menu .c_menu_table .c_menu_table-inner td {
  width: 300px;
  border: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c_menu .c_menu_table .c_menu_table-inner td {
    font-size: 0.7rem;
  }
}
.c_menu aside {
  width: min(100% - 30px, 1180px);
  margin-inline: auto;
  padding-top: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c_menu aside {
    font-size: 0.7rem;
  }
}

/*---------------------------------
report
----------------------------------*/
.c_report {
  max-width: 1180px;
  width: min(100% - 50px, 1180px);
  height: auto;
  margin-inline: auto;
  margin-top: 10%;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .c_report {
    height: auto;
    padding-bottom: 50px;
  }
}
.c_report h2 {
  width: min(70%, 300px);
  border-bottom: 3px solid #333;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c_report h2 {
    font-size: 1.5rem;
  }
}
.c_report .c_report_content {
  width: 100%;
  margin: 0 auto;
}
.c_report .c_report_content figure {
  width: 100%;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c_report .c_report_content figure {
    width: 100%;
  }
}
.c_report .c_report_content .c_report_item {
  width: 100%;
  margin: 0 auto;
}
.c_report .c_report_content .c_report_item .c_report_text {
  padding: 30px 0 20px 10px;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.5rem;
}
.c_report .c_report_content .c_report_item .c_report_text span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c_report .c_report_content .c_report_item .c_report_text {
    font-size: 0.8rem;
  }
}

/*---------------------------------
archive
----------------------------------*/
.c_archive {
  max-width: 1180px;
  width: min(100% - 50px, 1180px);
  height: auto;
  margin-inline: auto;
  margin-top: 10%;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .c_archive {
    height: auto;
    padding-bottom: 10%;
    margin-top: 100px;
  }
}
.c_archive h2 {
  width: min(45%, 200px);
  border-bottom: 3px solid #333;
  line-height: 2.5rem;
}
.c_archive .c_archive_content {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .c_archive .c_archive_content {
    height: auto;
    padding-bottom: 5%;
  }
}
.c_archive .c_archive_content .c_archive_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c_archive .c_archive_content .c_archive_inner img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_archive .c_archive_content .c_archive_inner.--before {
  flex-basis: 40%;
}
.c_archive .c_archive_content .c_archive_inner.--after {
  flex-basis: 50%;
}
.c_archive .c_archive_content .c_archive_area {
  width: 100%;
  margin-top: 20px;
  text-align: end;
}
.c_archive .c_archive_content .c_archive_area .c-article_item {
  width: min(70%, 350px);
  margin-inline-start: auto;
}
@media only screen and (max-width: 500px) {
  .c_archive .c_archive_content .c_archive_area .c-article_item {
    width: 100%;
  }
}
.c_archive .c_archive_content .c_archive_area .c-article_item .c_archive_text {
  font-size: 1.2rem;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .c_archive .c_archive_content .c_archive_area .c-article_item .c_archive_text {
    font-size: 1rem;
  }
}
.c_archive .c_archive_content .c_archive_area .c-article_item .c_archive_text.--ttl {
  border-top: 2px solid #333;
}
.c_archive .c_archive_content .c_archive_area .c-article_item .c_archive_text.--time {
  text-align: center;
  background-color: rgba(187, 178, 99, 0.6509803922);
  margin: 5px;
}
.c_archive .c_archive_content .c_archive_area .c-article_item .c_archive_text span {
  padding-left: 7px;
}

/*---------------------
footer
------------------------*/
.footer {
  width: 100%;
  background-color: #2B2828;
  color: #FFF;
  overflow: hidden;
  padding-bottom: 20px;
}
.footer .copyrights {
  text-align: center;
}
.footer_container {
  max-width: 1180px;
  width: min(100% - 50px, 1180px);
  height: auto;
  margin-inline: auto;
  padding-inline: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
}
@media only screen and (max-width: 460px) {
  .footer_container {
    padding-inline: 0;
  }
}
.footer_figure {
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .footer_figure {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 460px) {
  .footer_figure {
    flex-direction: column;
    align-items: center;
  }
}
.footer_figure img {
  width: 32%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .footer_figure img {
    height: 150px;
  }
}
@media only screen and (max-width: 460px) {
  .footer_figure img {
    width: 100%;
  }
}
.footer_content {
  display: flex;
  justify-content: space-between;
  margin: 50px 50px 0 50px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer_content {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 460px) {
  .footer_content {
    width: 100%;
    margin: 50px 0 0 0;
  }
}
.footer_content h4 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer_content h4 {
    font-size: 2rem;
  }
}
.footer_content_contact img {
  width: clamp(50px, 40vw, 265px);
  height: 77px;
  margin-bottom: 30px;
}
.footer_content_contact.--sns a img {
  width: 50px;
  height: 50px;
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .footer_content_contact.--sns a img {
    width: 35px;
    height: 35px;
  }
}
.footer_content_contact.--sns a img:hover {
  width: 60px;
  height: 60px;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .footer_content_contact.--sns a img:hover {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content_contact.--sns a {
    width: clamp(25px, 10vw, 50px);
    height: clamp(25px, 10vw, 50px);
    margin-right: 5px;
  }
}
.footer_content_address.--ttl {
  padding-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #337DC8;
}
@media screen and (max-width: 767px) {
  .footer_content_address.--ttl {
    font-size: 1.1rem;
  }
}
.footer_content_address.--ttl:first-child {
  margin-top: 35px;
}
.footer_content_address.--txt {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer_content_address.--txt {
    font-size: 0.8rem;
  }
}
.footer_content_address.--txt a {
  color: #FFF;
  text-decoration: none;
}
.footer_content_address.--txt a:hover {
  font-size: 1.3rem;
  transition: 0.8s;
}
.footer .copyrights {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .footer .copyrights {
    font-size: 0.7rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */