@charset "UTF-8";
/* ---------------

   トップページ

   --------------- */


/* #header
-------------------------------------------------- */



/* .content-container
-------------------------------------------------- */
.p-home-visual {
  background: url(../img/top/bg_visual.jpg?20250319) no-repeat 100% 0 / cover;
  margin-left: 40px;
}
.p-home-visual__inner {
  position: relative;
  height: 0;
  padding-top: 150%;
}
.p-home-visual__inner::before,.p-home-visual__inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: -40px;
  top: 40px;
}
.p-home-visual__inner::before {
  background: rgba(22,199,154,.4);
  z-index: -1;
}
.p-home-visual__inner::after {
  background: url(../img/top/bg_visual_02.jpg?20250319) no-repeat 100% 100% / cover;
  z-index: -2;
}
.p-home-visual__message {
  position: absolute;
  left: -24px;
  top: 96px;
}
.p-home-visual__main {
  font-size: 5.25vw;
  font-weight: bold;
  color: #19456b;
  line-height: 1.6;
}
.p-home-visual__main span {
  background-color: #fff;
  display: inline;
  padding: 8px 16px;
}
.p-home-visual__desc {
  margin-top: 16px;
  color: #19456b;
}
.p-visual-menu {
  letter-spacing: -.4em;
  position: absolute;
  right: 0px;
  bottom: -80px;
  width: 80%;
}
.p-visual-menu__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #19456b;
  text-align: center;
}
.p-visual-menu__item:not(:last-of-type) {
  margin-right: 1px;
  margin-left: -1px;
}
.p-visual-menu__item a {
  color: #fff;
  padding: 32px;
  display: inline-block;
}
.p-visual-menu__item a:hover {
  text-decoration: none;
}
.l-content-container {
  padding-top: 0;
}
.p-content-block--type_news {
  margin-top: 80px;
}
.p-news-list {
}
.p-news-list__item {
  padding: 16px 0;
}
.p-news-list__item:not(:last-of-type) {
}
.p-news-list__item a {
  color: #12514e;
  font-weight: 500;
}
.p-news-list__item > a {
  padding: 16px 0;
  margin: -16px 0;
  display: block;
}
.p-news-list__item a:hover {
  text-decoration: none;
}
.p-news-list__date {
  font: 1.4rem 'Montserrat', sans-serif;
  color: #999;
}
.p-news-list__category {
  font-size: 1rem;
  color: #16c79a;
  display: inline-block;
  padding: 0 8px;
  margin: -4px 8px 0;
  border: 1px solid #16c79a;
}
.p-news-list__title {
  margin-top: 4px;
}
.p-news-list__title:hover {
  text-decoration: underline;
}
.p-home-visual__button {
  margin: 0 24px;
}
.p-button {
  margin: 24px 24px 0;
}
.p-home-block__button--close {
  margin-top: 40px;
}
.p-content-block--type_about {
  margin-top: 80px;
  overflow: hidden;
}
.p-home-message {
  padding: 0 24px;
}
.p-home-message__inner {
}
.c-media {
  margin: 0 calc(50% - 50vw);
}
.c-media__image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-carousel {
  position: relative;
  margin: 24px calc(50% - 50vw);
}
.p-carousel::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: -40px;
  right: 0px;
  padding: 40px 0;
}
.p-content-block--type_business {
  overflow: hidden;
  margin-top: 80px;
}
.p-content-block--type_business .c-content-block__inner {
  padding-top: 40px;
}
.p-home-business__inner {
  position: relative;
  padding: 40px 24px 24px 24px;
  margin: -40px 0 0 -24px;
  background-color: #fff;
  z-index: 1;
}
.p-business-list__title,.p-business-list__sub {
  color: #fff;
}
.p-home-business__item + .p-home-business__item {
  margin-top: 56px;
}
.p-business-list {
  background: url(../img/top/bg_visual_02.jpg) no-repeat 45% top / cover;
  padding: 40px 0 40px 24px;
  margin: 0 -24px 0;
  position: relative;
  z-index: -2;
}
.p-business-list::after {
  content: "";
  position: absolute;
  background: rgba(22,199,154,.4);
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0px;
  top: 0px;
}
.p-business-list__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-business-list__inner {
  margin-top: 16px;  
}
.p-business-list__item {
  background-color: rgba(255,255,255,.95);
  padding: 16px 24px;
}
.p-business-list__item:not(:first-of-type) {
  margin-top: 1px;
}
.p-home-module__item:not(:first-of-type) {
}
.p-home-module__title {
  margin-top: 40px;
}
.c-table {
  margin-top: 8px;
}
.c-table th {
  padding-top: 16px;
}
.c-table td {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.c-list {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
.p-home-visual {
  margin-left: 80px;
}
.p-home-visual__inner {
  padding-top: 75%;
}
.p-home-visual__inner::before,.p-home-visual__inner::after {
  left: -80px;
  top: 80px;
}
.p-home-visual__message {
  left: -40px;
  top: 140px;
}
.p-home-visual__main {
  font-size: 3.2rem;
}
.p-home-visual__main span {
  padding: auto 24px;
}
.p-visual-menu {
  bottom: -100px;
  width: 80%;
}
.p-content-block--type_news,.p-content-block--type_about {
  margin-top: 160px;
}
.p-section-heading--news,.p-news-list {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.p-section-heading--news {
  margin-right: 56px;
  text-align: left;
}
.p-carousel::before {
  top: -160px;
  padding: 120px 0;
}
.p-home-business__inner {
  padding: 40px 32px 0 32px;
  margin: -56px 0 0 -32px;
}
.p-business-list {
  padding-left: 32px;
  margin: auto -32px;
}
}

@media screen and (max-width: 1200px) {
.c-table th,.c-table td {
  display: block;
}
}
@media screen and (min-width: 1200px) {
.p-home-visual {
  background: url(../img/top/bg_visual.jpg) no-repeat 100% 0% / auto 80%;
  margin: 0;
}
.p-home-visual__inner {
  padding-top: 50%;
  margin: 0 auto;
  width: 1200px;
}
.p-home-visual__inner::before,.p-home-visual__inner::after {
  left: -320px;
  top: 80px;
  padding-left: 320px;
  height: 80%;
}
.p-home-visual__inner::before {
  background: rgba(22,199,154,.4);
  z-index: -1;
}
.p-home-visual__inner::after {
  background: url(../img/top/bg_visual_02.jpg) no-repeat 50% 100% / cover;
  z-index: -2;
}
.p-home-visual__message {
  left: 24px;
  top: 160px;
}
.p-home-visual__main {
  font-size: 4.8rem;
}
.p-home-visual__main span {
  padding: auto 32px;
}
.p-visual-menu {
  letter-spacing: -.4em;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80%;
}
.p-home-news {
  margin-top: 40px;
}
.p-home-news__content {
  padding: 0 40px;
}
.p-content-block--type_news {
  margin-top: 40px;
}
.p-news-list {
  margin: 0 0 24px;
  width: 80%;
}
.p-news-list__item {
  padding: 16px 0;
}
.p-news-list__item > a {
  padding: 16px 0;
  margin: -16px 0;
}
.p-news-list__category {
  font-size: 1.2rem;
  padding: 4px 16px;
  margin: 0px 8px 0;
}
.p-news-list__title {
  margin-top: 0;
  display: inline-block;
}
.p-section-heading__inner {
  margin: 0px auto;
  width: 1200px;
}
.p-home-message {
  letter-spacing: -.4em;
  padding: 0px;
}
.p-home-message__media,.p-home-message__inner {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.p-home-message__media {
  width: 45%;
  max-width: 100%;
  margin: 0;
}
.p-home-message__media img {
  width: 100%;
}
.p-home-message__inner {
  width: 55%;
  padding: 0 10% 0 5%;
  overflow: hidden;
}
.p-content-block--type_business {
  margin-top: 160px;
}
.p-content-block--type_business {
  position: relative;
}
.p-content-block--type_business::after {
  content: "";
  position: absolute;
  background: #f7f7f7;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -3;
  left: 5vw;
  top: 0px;
}
.p-carousel::before {
  /*top: -80px;
  padding: 80px 0;
  left: 24vw;*/
  background: none;
}
.p-home-business {
  letter-spacing: -.4em;
}
.p-home-business__inner,.p-business-list {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: calc(96.5% / 2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.p-home-business__inner {
  background: none;
  padding: 0;
  margin: 40px 0 80px;
}
.p-business-list {
  background: #fff;
  padding: 56px;
  margin: -56px 0 0 40px;
  position: relative;
  z-index: 1;
}
.p-business-list::after {
  background: none;
}
/*.p-business-list::after {
  content: "";
  position: absolute;
  background: #19456b;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -80px;
  top: 0px;
  padding-right: 80px;
}*/
.p-business-list__title {
  color: #333;
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  padding-left: 120px;
  transform: translatex(-50%);
}
.p-business-list__title:before {
  content: '';
  position: absolute;
  top: 50%;
  left:0;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: black;
}
.p-business-list__inner {
  margin-top: 32px;
  padding-left: 2em;
  list-style-type: disc;
}
.p-business-list__item {
  background: none;
  padding: 0;
}
.p-business-list__item:not(:first-of-type) {
  margin-top: 8px;
}
.p-home-module__title {
  margin-top: 80px;
}
.c-table {
  margin-top: 32px;
}
.c-table th,.c-table td {
  padding: 32px;
  border-bottom: 1px solid #ccc;
}
.c-table th {
  border-bottom: 1px solid #16c79a;
  width: 16%;
}
.p-table--history th {
  width: 24%;
}
.c-table td {
}
}