@charset "UTF-8";
/*
	$weight:フォントの太さ
	@include f_hiragino(300); ※ W3
	@include f_hiragino(600); ※ W6
*/
/*
	$weight:フォントの太さ
	@include f_din(600);
*/
/*
	$weight:フォントの太さ
	@include f_din(600);
*/
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/* common */
.content_title {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #E6E6E6;
}
@media print, screen and (min-width: 992px) {
  .content_title {
    border-left: 15px solid #E61F19;
  }
}
@media screen and (max-width: 991px) {
  .content_title {
    border-left: 10px solid #E61F19;
  }
}
.content_title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em;
}
.content_title .title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (min-width: 992px) {
  .content_title .title .jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .content_title .title .jp {
    font-size: 1.8rem;
  }
}

/* philosophy */
@media print, screen and (min-width: 992px) {
  .sec_philosophy {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_philosophy {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_philosophy .inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .sec_philosophy .inner {
    max-width: 600px;
  }
}
.sec_philosophy .content_block {
  margin: auto;
  padding: 4rem 1.6rem 0;
}
@media print, screen and (min-width: 992px) {
  .sec_philosophy .content_block {
    max-width: 800px;
  }
}
@media screen and (max-width: 991px) {
  .sec_philosophy .content_block {
    max-width: 600px;
  }
}
.sec_philosophy .content_block .content_item {
  margin-bottom: 3rem;
}
.sec_philosophy .content_block .content_item .title {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 992px) {
  .sec_philosophy .content_block .content_item .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_philosophy .content_block .content_item .title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_philosophy .content_block .content_item .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_philosophy .content_block .content_item .text {
    font-size: 1.4rem;
  }
}

/* message */
@media print, screen and (min-width: 992px) {
  .sec_message {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_message {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_message .inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .sec_message .inner {
    max-width: 600px;
  }
}
.sec_message .content_block {
  display: -ms-grid;
  display: grid;
  padding: 4rem 1.6rem 0;
}
@media print, screen and (min-width: 992px) {
  .sec_message .content_block {
    -ms-grid-columns: auto 4rem 210px;
    grid-template-columns: auto 210px;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_message .content_block {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 3rem;
  }
}
.sec_message .content_block .text_box .text {
  line-height: 2.4;
}
@media print, screen and (min-width: 992px) {
  .sec_message .content_block .text_box .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_message .content_block .text_box .text {
    font-size: 1.4rem;
  }
}
.sec_message .content_block .text_box .name {
  font-weight: bold;
  text-align: right;
  margin-top: 1rem;
}
@media print, screen and (min-width: 992px) {
  .sec_message .content_block .text_box .name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_message .content_block .text_box .name {
    font-size: 1.6rem;
  }
}
.sec_message .content_block .image_box {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

/* companyprofile */
@media print, screen and (min-width: 992px) {
  .sec_companyprofile {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_companyprofile {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_companyprofile .inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .sec_companyprofile .inner {
    max-width: 600px;
  }
}
.sec_companyprofile .content_block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 992px) {
  .sec_companyprofile .content_block {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.sec_companyprofile .content_block .list .group {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 992px) {
  .sec_companyprofile .content_block .list .group {
    -ms-grid-columns: 12em auto;
    grid-template-columns: 12em auto;
  }
}
@media screen and (max-width: 991px) {
  .sec_companyprofile .content_block .list .group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec_companyprofile .content_block .list .group .term {
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  padding: 0.75em 0.75em 1em;
}
@media print, screen and (min-width: 992px) {
  .sec_companyprofile .content_block .list .group .term {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .sec_companyprofile .content_block .list .group .term {
    font-size: 1.4rem;
  }
}
.sec_companyprofile .content_block .list .group .term .title {
  display: inline-block;
  width: 6em;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.sec_companyprofile .content_block .list .group .box {
  padding: 0.75em 0.75em 1em;
}
@media print, screen and (min-width: 992px) {
  .sec_companyprofile .content_block .list .group .box {
    border-bottom: 1px solid #E6E6E6;
  }
}
.sec_companyprofile .content_block .list .group .box .definition {
  font-weight: normal;
}
@media print, screen and (min-width: 992px) {
  .sec_companyprofile .content_block .list .group .box .definition {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_companyprofile .content_block .list .group .box .definition {
    font-size: 1.4rem;
  }
}

/* _history */
@media print, screen and (min-width: 992px) {
  .sec_history {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_history {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_history .inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .sec_history .inner {
    max-width: 600px;
  }
}
.sec_history .content_block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 992px) {
  .sec_history .content_block {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.sec_history .content_block .list .group {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 992px) {
  .sec_history .content_block .list .group {
    -ms-grid-columns: 12em auto;
    grid-template-columns: 12em auto;
  }
}
@media screen and (max-width: 991px) {
  .sec_history .content_block .list .group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec_history .content_block .list .group .term {
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  padding: 0.75em 0.75em 1em;
}
@media print, screen and (min-width: 992px) {
  .sec_history .content_block .list .group .term {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_history .content_block .list .group .term {
    font-size: 1.4rem;
  }
}
.sec_history .content_block .list .group .box {
  padding: 0.75em 0.75em 1em;
}
@media print, screen and (min-width: 992px) {
  .sec_history .content_block .list .group .box {
    border-bottom: 1px solid #E6E6E6;
  }
}
.sec_history .content_block .list .group .box .definition {
  font-weight: normal;
}
@media print, screen and (min-width: 992px) {
  .sec_history .content_block .list .group .box .definition {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_history .content_block .list .group .box .definition {
    font-size: 1.4rem;
  }
}

/* access */
@media print, screen and (min-width: 992px) {
  .sec_access {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_access {
    padding-bottom: 4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_access .inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .sec_access .inner {
    max-width: 600px;
  }
}
.sec_access .content_block {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 3.8rem;
}
@media print, screen and (min-width: 992px) {
  .sec_access .content_block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .sec_access .content_block {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.sec_access .content_block:not(:first-child) {
  border-top: 1px solid #E6E6E6;
}
.sec_access .content_block .title_box {
  border-left: 5px solid #E61F19;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.sec_access .content_block .title_box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-left: 1em;
}
@media print, screen and (min-width: 992px) {
  .sec_access .content_block .title_box .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .sec_access .content_block .title_box .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_access .content_block .title_box .title .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
.sec_access .content_block .title_box .title .address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 992px) {
  .sec_access .content_block .title_box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
}
@media print, screen and (min-width: 992px) {
  .sec_access .content_block .image_box {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
.sec_access .content_block .image_box picture {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 992px) {
  .sec_access .content_block .gmap {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 991px) {
  .sec_access .content_block .gmap {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}