/* index
--------------------------------------------------------- */

section.content_list .ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}

section.content_list .list_arrow {
  position: absolute;
  right: 0;
  top: 8px;
}

section.content_list .list_arrow a {
  display: block;
  text-decoration: none;
  padding-right: 24px;
}

section.content_list .list_arrow a:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow.svg) no-repeat 0 0;
  background-size: 16px 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

section.content_list .content_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1120px;
}

section.content_list .content_list_wrap > li {
  margin-right: 32px;
  width: 352px;
  background: #ffffff;
}

section.content_list .content_list_wrap > li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

section.content_list .content_list_wrap > li:first-child {
  margin-top: 0;
}

section.content_list .content_list_wrap > li:last-child {
  margin-right: 0;
}

section.content_list .content_list_wrap > li .list_img {
  width: 100%;
}

section.content_list .content_list_wrap > li .list_ttl {
  padding: 32px 32px 0 32px;
  font-weight: bold;
  font-size: 1.8rem;
}

section.content_list .content_list_wrap > li .list_txt {
  padding: 16px 32px 32px 32px;
}

.corporate_idx > div {
  width: 352px;
}

/* box
--------------------------------------------------------- */

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px;
}

.box.box_corporate_idx_column03 > div {
  margin-left: 32px;
  position: relative;
  width: 352px;
}

.box.box_corporate_idx_column03 > div:first-child {
  margin-top: 0;
  margin-left: 0;
}

.box.box_corporate_idx_column03 > div:nth-child(3n + 1) {
  margin-left: 0;
}

.box.box_corporate_idx_column03 > div:nth-child(n + 4) {
  margin-top: 16px;
}

.box + * {
  margin-top: 32px;
}

/* message
--------------------------------------------------------- */

.intro {
  width: 1120px;
  height: 572px;
  margin: 0 auto;
  position: relative;
}

.intro_main {
  position: absolute;
  top: 0;
  left: 0;
}

.intro_sub {
  position: absolute;
  bottom: 0;
  right: 0;
}

.message_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px;
}

.message_wrap > div {
  width: 100%;
}

.message_wrap > div + div {
  margin-top: 32px;
}

/* vision
--------------------------------------------------------- */

.vision .img01 {
  width: 494px;
  height: auto;
  margin: 40px auto 0;
}

.vision .img01 img {
  width: 100%;
  height: auto;
}

.vision .txt01 {
  margin: 56px auto 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
}

.vision .txt01 + * {
  margin-top: 128px;
}

/* visual_identity
--------------------------------------------------------- */

.vi img.logo {
  width: 230px !important;
  height: auto;
}

.vi .human_wrap {
  margin: 64px auto 24px;
  padding: 40px;
  background: #edebe4;
}

.vi .human_wrap p + p {
  margin: 16px auto 0;
}

.vi .human_wrap .list_disc {
  font-size: 1.4rem;
  margin-top: 16px;
}

.vi .human_wrap .list_disc li {
  margin-top: 0;
}

/* office
--------------------------------------------------------- */

.office_wrap {
  width: 100%;
  margin-top: 48px;
  padding-bottom: 48px;
  border-bottom: double 4px #abb1ad;
}

.office_wrap:first-child {
  margin-top: 16px;
}

.office_wrap:first-child > h3.l_ttl {
  margin-top: 0;
}

.office_wrap > h3.l_ttl {
  padding-left: 16px;
}

.office_wrap > h3.l_ttl + * {
  margin-top: 32px;
}

.office_wrap > .office_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.office_wrap > .office_list > li:nth-child(1) {
  width: 300px;
  padding-left: 16px;
}

.office_wrap > .office_list > li:nth-child(2) {
  width: 430px;
  margin-left: 16px;
}

.office_wrap > .office_list > li:nth-child(3) {
  width: 278px;
  margin-left: 16px;
}

.office_wrap > .office_list .ttl {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #004d25;
  font-family: "Sawarabi Gothic", sans-serif;
}

.office_wrap > .office_list .ttl:first-child {
  margin-top: 0;
}

.office_wrap > .office_list .txt {
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", sans-serif;
}

.office_wrap > .office_list .btn_map {
  margin-top: 48px;
}

.office_wrap > .office_list .btn_map:first-child {
  margin-top: 0;
}

.office_wrap > .office_list .btn_map a {
  padding: 8px 32px 8px 0;
  border-bottom: dotted 2px #263238;
  font-size: 1.8rem;
  position: relative;
  width: 160px;
  font-size: 1.4rem;
  text-decoration: none;
}

.office_wrap > .office_list .btn_map a:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

/* policy
--------------------------------------------------------- */

.policy_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.policy_list_wrap > div {
  width: calc(100% - 95px);
}

.policy_list_wrap > div + div {
  width: 95px;
}

.policy_list_wrap .list_disc > li {
  line-height: 1;
}

.jqa img {
  width: 95px;
  height: 136px;
}

.signature {
  text-align: right;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 750px) {
  section.content_list .ttl {
    font-size: 2rem;
  }
  section.content_list .list_arrow {
    top: 0;
  }
  section.content_list .content_list_wrap {
    width: 100%;
  }
  section.content_list .content_list_wrap > li {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
  }
  section.content_list .content_list_wrap > li .list_ttl {
    font-size: 1.4rem;
    padding: 24px 24px 0 24px;
  }
  section.content_list .content_list_wrap > li .list_txt {
    font-size: 1.4rem;
    padding: 8px 24px 24px;
  }
  .box {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .box.box_corporate_idx_column03 > div {
    min-width: 100%;
    width: 100%;
    margin: 16px 0 0 0;
    border-radius: 4px;
  }
  .box.box_corporate_idx_column03 > div:nth-child(3n + 1) {
    margin: 8px 0 0 0;
  }
  .box.box_corporate_idx_column03 > div:nth-child(2n + 1) {
    margin-left: 0;
    margin-top: 8px;
  }
  .box.box_corporate_idx_column03 > div:nth-child(n + 4) {
    margin-top: 8px;
  }
  .box.box_corporate_idx_column03 > div:nth-child(even) {
    margin-left: 0;
  }
  .box + * {
    margin-top: 24px;
  }
  .intro {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .intro_sub {
    width: 89%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .intro_sub > img {
    width: 100%;
  }
  .message_wrap {
    padding: 20px 0 28px;
  }
  .vision .img01 {
    width: 100%;
    height: auto;
  }
  .vision .img01 img {
    width: 100%;
    height: auto;
  }
  .vision .txt01 {
    text-align: left;
  }
  .vi .column {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vi .column > div {
    margin-top: 32px;
  }
  .vi .column > div + div {
    margin-top: 0;
  }
  .vi .human_wrap {
    margin: 48px auto 24px;
    padding: 44px 20px 20px 20px;
  }
  .vi .human_wrap .list_disc li {
    margin-top: 8px;
  }
  .office_wrap {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .office_wrap > h3.l_ttl {
    width: 100%;
    padding-left: 0;
    font-size: 2.4rem;
  }
  .office_wrap > .office_list > li:nth-child(1) {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .office_wrap > .office_list > li:nth-child(2) {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .office_wrap > .office_list > li:nth-child(3) {
    /*
        display: none;
        */
    margin-left: 5px;
    margin-top: 16px;
  }
  .office_wrap > .office_list .btn_map {
    margin-top: 40px;
  }
  .office_wrap > .office_list .btn_map a {
    width: 100%;
  }
}

/* table */

.overviews__contents {
  /*
    opacity: 1;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    */
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.overviews__contents.is-active,
.is-active .overviews__contents {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.overviews__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*
    margin: 75px auto 0;
    */
  margin: 15px auto 0;
  /*
    padding-bottom: 29px;
    */
  padding-bottom: 13px;
  border-bottom: 1px solid #b2b2b2;
  width: 82%;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-feature-settings: "palt" 1, "trad" 1;
}

.overviews__parts + .overviews__parts {
  /*
    margin-top: 28px;
    */
  margin-top: 13px;
}

.overviews__parts:last-child {
  border: none;
}

@media screen and (max-width: 767px) {
  .overviews__parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10.66667vw;
    padding-bottom: 5.86667vw;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .overviews__parts + .overviews__parts {
    margin-top: 5.6vw;
  }
}

.overviews__parts dt {
  /*
    width: 228px;
    */
  width: 123px;
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.1em;
}

.overviews__parts dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .overviews__parts dd {
    margin-top: 1.06667vw;
    width: 100%;
  }
}

.overviews__parts p + p {
  margin-top: 23px;
}

@media screen and (max-width: 767px) {
  .overviews__parts p + p {
    margin-top: 6.13333vw;
  }
}

/* works table */

.jisseki_table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-collapse: collapse;
  /*
    width: 80%;
    */
  width: 90%;
  border-collapse: separate;
  border-spacing: 0;
  background: none;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.1em;
}

.w_bk table th:first-child {
  border-radius: 2px 0 0 0;
}

.w_bk table th:last-child {
  border-radius: 0 2px 0 0;
  border-left: 0.8px solid #ffffff;
}

.w_bk table th {
  text-align: center;
  color: #24140e;
  background: -moz-linear-gradient(top, #ffe4b5, #ffffe0);
  background: -webkit-linear-gradient(top, #ffe4b5, #ffffe0);
  background: linear-gradient(to bottom, #ffe4b5, #ffffe0);
  border-left: 0.6px solid #ffffff;
  width: 25%;
  padding: 10px 0;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: normal;
}

.w_bk table td {
  text-align: center;
  border-left: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-top: none;
  /*
    box-shadow: 0px -3px 8px 1px #eee inset;
    */
  width: 25%;
  padding: 12px 0;
}

.w_bk table td:last-child {
  border-right: 1px solid #c3c3c3;
}

.w_bk table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.w_bk table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

@media screen and (max-width: 767px) {
  .jisseki_table {
    width: 120%;
    overflow-x: scroll;
    font-size: 60%;
  }
}

/* photo gallery */

.works-boxlist {
  padding: 1vw 10vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
}

.works-boxlist div {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 200px;
  margin: 0.8vw;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.works-boxlist div img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 400px) {
  .works-boxlist div {
    margin: 5px;
  }
  .works-boxlist {
    padding: 8px 35px;
  }
}

.president-name {
  width: 25%;
  position: relative;
  left: 75%;
}

@media screen and (max-width: 768px) {
  .president-name {
    width: 60%;
    position: relative;
    left: 120px;
  }
}

/***************************/
@media screen and (max-width: 768px) {
  h1.l_ttl span.txt {
    line-height: 1.5;
  }
}

.lps_parts {
  position: relative;
  z-index: 1;
  font-family: "BIZ UDPGothic", sans-serif;
  margin-top: 5rem;
}

.lps_parts + .ttl-02,
.lps_parts--button + .ttl-02,
.lps_parts--button + .lps_parts,
.lps_parts + .lps_parts {
  margin-top: 80px;
}
.lps_parts--column + .lps_parts--column,
.lps_parts + .lps_parts--button {
  margin-top: 40px;
}
.flex {
  display: flex;
}

.lps_parts .inner {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.lps_parts .inner-sm {
  max-width: 880px;
}
.flex-col1 > * {
  width: 100%;
}
.lps_parts--column .column_item,
.lps_parts--column .text {
  display: flex;
  flex-direction: column;
}
.lps_parts--column .column_item,
.lps_parts--column .text {
  display: flex;
  flex-direction: column;
}
/*
.txt-ctr,
.txt-ctr-pc {
  text-align: center;
}
*/
.ttl-01,
.ttl-02,
.ttl-03 {
  letter-spacing: 0.16em;
}
.ttl-03 {
  font-size: 1.75rem;
}
.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03 {
  position: relative;
  z-index: 1;
}
.lps_sec .ttl-01,
.lps_sec .ttl-02,
.lps_sec .ttl-03:not(:last-child) {
  margin-bottom: 1em;
}
.anchor {
  position: absolute;
  top: -80px;
  left: 0;
  pointer-events: none;
}
.mce-content-body p {
  letter-spacing: 0.1em;
}
.bold {
  font-weight: bold;
  color: #3fb5ea;
}
.flex-col2.gap {
  gap: 4%;
}
.bg-wh {
  background-color: #fff;
}
.flex-col2 > * {
  width: 50%;
}
.flex-col2.gap > * {
  width: 48%;
  margin-bottom: 4%;
}
.lps_parts--column .column_item,
.lps_parts--column .text {
  display: flex;
  flex-direction: column;
}
.lps_parts--column .column_item,
.lps_parts--column .text {
  display: flex;
  flex-direction: column;
}
.lps_parts--column:not(.column-1) .text {
  height: 100%;
}
.lps_parts--column .bg-wh .text {
  padding: 6%;
}
.editor-ttl2 {
  font-size: 1.85rem;
  color: #25b7c0;
  font-weight: bold;
}
.editor-ttl:not(:last-child),
.editor-ttl2:not(:last-child),
.editor-ttl3:not(:last-child) {
  margin-bottom: 0.5em;
}

.mce-content-body ul,
.mce-content-body ol {
  list-style: none;
}
.mce-content-body ul:not(:first-child),
.mce-content-body ol:not(:first-child) {
  margin-top: 1em;
}
.mce-content-body ul li,
.mce-content-body ol li {
  position: relative;
  margin: 0;
  margin-left: 0px;
  border-bottom: none;
  padding: 0;
  padding-top: 0px;
  margin-left: 2em;
  padding-top: 0.5em;
}
.mce-content-body ul li {
  list-style: none;
}
.mce-content-body ul li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: -1.3em;
  width: 10px;
  height: 10px;
  border: 1px solid #3fb5ea;
  background-color: #3fb5ea;
}
.mce-content-body ul:not([style="list-style-type: square;"]) li::before {
  border-radius: 50%;
}

.ho-font {
  font-weight: bold;
}
@media screen and (max-width: 47.9375em) {
  .lps_parts--column {
    width: 100%;
    max-width: 100%;
  }
  .lps_parts--column + .lps_parts--column,
  .lps_parts--column:not(.column-1) + .lps_parts--column {
    margin-top: 24px;
  }
  .lps_parts + .ttl-02,
  .lps_parts--button + .ttl-02,
  .lps_parts--button + .lps_parts,
  .lps_parts + .lps_parts {
    margin-top: 40px;
  }
  .lps_parts--column + .lps_parts--column,
  .lps_parts + .lps_parts--button {
    margin-top: 16px;
  }
  .flex-sp-block {
    flex-direction: column;
  }
  .lps_parts .inner {
    width: 86%;
  }
  .lps_parts--column .lps_parts--child {
    display: block;
  }
  .lps_parts--column .column_item {
    width: 100%;
  }
  .ttl-03 {
    font-size: 1.714rem;
  }
  .mce-content-body p:not([class]) {
    text-align: left !important;
  }
  .flex-col2.flex-sp-block > *,
  .flex-col3.flex-sp-block > *,
  .flex-col4.flex-sp-block > * {
    width: 100%;
  }
  .lps_parts--column .column_item {
    width: 100%;
  }
  .flex-col2.gap.flex-sp-block > *,
  .flex-col3.gap.flex-sp-block > *,
  .flex-col4.gap.flex-sp-block > * {
    margin-bottom: 24px;
  }
  .lps_parts--column .column_item:not(:last-child) {
    margin-bottom: 24px;
  }
  .lps_parts--column .column_item:not(:last-child) {
    margin-right: 0;
  }
  .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-3 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-4 .lps_parts--child.flex-sp-block .column_item {
    width: 100%;
    margin-right: 0;
  }
  .lps_parts--column.column-2 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-3 .lps_parts--child.flex-sp-block .column_item,
  .lps_parts--column.column-4 .lps_parts--child.flex-sp-block .column_item {
    width: 100%;
    margin-right: 0;
  }
  .editor-ttl2 {
    font-size: 1.429rem;
  }
  .mce-content-body ul li::before {
    width: 8px;
    height: 8px;
  }
}
.button_solid002 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #6bb6ff;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 3px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "BIZ UDPGothic", sans-serif;
}
.button_solid002 a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
.button_solid002 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
