.wrapper {
  width: 100%;
}
.wrapper .second_h1_erea {
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
}
.wrapper .second_h1_erea .title_h1 {
  display: block;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.16em;
  text-align: center;
}

.breadcrumbs {
  text-align: right;
}
.breadcrumbs span {
  font-size: 15px;
  padding-right: 15px;
}
.breadcrumbs span::after {
  content: "/";
  margin-left: 15px;
}
.breadcrumbs span:last-child {
  padding-right: 0;
}
.breadcrumbs span:last-child::after {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 959px) {
  .wh_960 {
    margin: 0 30px;
  }
}
.wh_960 .lead_text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.wh_960 .second_text {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.wh_960 .second_text .font15 {
  font-size: 15px;
}
.wh_960 .second_text .history_year {
  font-weight: 700;
}
.wh_960 .text_r {
  text-align: right;
}
.wh_960 .profile_erea {
  display: grid;
  grid-template-columns: 33% 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 6%;
}
.wh_960 .profile_erea .profile_img {
  grid-area: 1/1/3/2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.wh_960 .profile_erea .profile_contents {
  grid-area: 1/2/2/3;
  margin: auto 0;
}
.wh_960 .profile_erea .profile_contents .layer_name {
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
}
.wh_960 .profile_erea .profile_contents .group_name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
.wh_960 .profile_erea .second_text {
  font-size: 16px;
  grid-area: 2/2/3/3;
  padding: 0;
}
.wh_960 .section {
  margin-top: 100px;
}
.wh_960 .title_h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-top: 50px;
}
.wh_960 .title_h2 + * {
  margin-top: 32px;
}
.wh_960 .title_h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-top: 32px;
}
.wh_960 .title_h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: black;
  margin-right: 22px;
  margin-bottom: 8px;
}
.wh_960 .title_h3 + * {
  margin-top: 18px;
}
.wh_960 .ul_list li {
  padding-left: 18px;
  margin-top: 8px;
  position: relative;
}
.wh_960 .ul_list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #43382a;
  border-radius: 2px;
  top: 12px;
  left: 0;
}
.wh_960 .ol_list {
  counter-reset: listnum;
  list-style: none;
}
.wh_960 .ol_list li {
  padding-left: 18px;
  margin-top: 8px;
  position: relative;
}
.wh_960 .ol_list li::before {
  counter-increment: listnum;
  content: counter(listnum);
  position: absolute;
  top: 0;
  left: 0;
}
.wh_960 .box_text {
  width: 100%;
  padding: 40px 50px;
  border: 1px #43382a solid;
  border-radius: 15px;
  margin-top: 50px;
}
.wh_960 .box_text .box_title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.wh_960 .contact_tel_box {
  text-align: center;
  padding: 50px 50px;
}
.wh_960 .contact_tel_box .box_title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.wh_960 .contact_tel_box a {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: inline-block;
}
.wh_960 .btm_brown {
  background: #43382a;
  width: 225px;
  height: 50px;
  border-radius: 25px;
  margin: 40px 0;
}
.wh_960 .btm_brown a {
  display: block;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  position: relative;
}
.wh_960 .btm_brown a::after {
  content: url("../images/common/icon_arrow_wh.svg");
  position: absolute;
  right: 24px;
  top: 2px;
}
.wh_960 .textlink {
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 6px;
  line-height: 2;
}
.wh_960 .textlink_newtab {
  font-size: 16px;
  margin-top: 20px;
}
.wh_960 .textlink_newtab::after {
  content: url("../images/common/icon_newtab.png");
  padding-left: 9px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
  .wrapper .second_h1_erea {
    width: 100%;
    display: flex;
    align-items: center;
    height: 145px;
    background: url(../images/second/img_h1_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .wrapper .second_h1_erea .title_h1 {
    display: block;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 0.16em;
    text-align: center;
    font-size: 20px;
  }
  .breadcrumbs {
    height: 50px;
    margin: 0 30px;
    padding: 14px 0;
    text-align: right;
  }
  .breadcrumbs span {
    font-size: 15px;
    padding-right: 15px;
    font-size: 12px;
    padding-right: 10px;
  }
  .breadcrumbs span::after {
    content: "/";
    margin-left: 15px;
    margin-left: 10px;
  }
  .breadcrumbs span:last-child {
    padding-right: 0;
  }
  .breadcrumbs span:last-child::after {
    display: none;
  }
  .wh_960 {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 959px) {
  .wh_960 {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .wh_960 .lead_text {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .wh_960 .second_text {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 0.1em;
    line-height: 1.75;
    font-size: 14px;
  }
  .wh_960 .second_text .font15 {
    font-size: 15px;
    font-size: 13px;
  }
  .wh_960 .second_text .history_year {
    font-weight: 700;
  }
  .wh_960 .text_r {
    text-align: right;
    font-size: 15px;
  }
  .wh_960 .profile_erea {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6%;
    grid-template-columns: 36% 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6%;
    grid-row-gap: 6%;
    margin-top: 50px;
    width: 100%;
  }
  .wh_960 .profile_erea .profile_img {
    grid-area: 1/1/3/2;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    grid-area: 1/1/2/2;
  }
  .wh_960 .profile_erea .profile_contents {
    grid-area: 1/2/2/3;
    margin: auto 0;
  }
  .wh_960 .profile_erea .profile_contents .layer_name {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    grid-area: 1/2/2/3;
    font-size: 20px;
    margin-top: 0;
  }
  .wh_960 .profile_erea .profile_contents .group_name {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 15px;
    margin-top: 5px;
  }
  .wh_960 .profile_erea .second_text {
    font-size: 16px;
    grid-area: 2/2/3/3;
    padding: 0;
    grid-area: 2/1/3/3;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .wh_960 .section {
    margin-top: 100px;
    margin-top: 50px;
  }
  .wh_960 .title_h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 50px;
    font-size: 21px;
  }
  .wh_960 .title_h2 + * {
    margin-top: 22px;
  }
  .wh_960 .title_h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 32px;
    font-size: 17px;
  }
  .wh_960 .title_h3::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: black;
    margin-right: 22px;
    margin-bottom: 8px;
    width: 10px;
    height: 1px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .wh_960 .title_h3 + * {
    margin-top: 18px;
  }
  .wh_960 .ul_list li {
    padding-left: 18px;
    margin-top: 8px;
    position: relative;
    font-size: 15px;
    margin-top: 12px;
  }
  .wh_960 .ul_list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #43382a;
    border-radius: 2px;
    top: 12px;
    left: 0;
  }
  .wh_960 .ul_list li .font_16 {
    font-size: 13px;
  }
  .wh_960 .ol_list {
    counter-reset: listnum;
    list-style: none;
  }
  .wh_960 .ol_list li {
    padding-left: 18px;
    margin-top: 8px;
    position: relative;
    font-size: 15px;
    margin-top: 15px;
  }
  .wh_960 .ol_list li::before {
    counter-increment: listnum;
    content: counter(listnum);
    position: absolute;
    top: 0;
    left: 0;
  }
  .wh_960 .box_text {
    width: 100%;
    padding: 40px 50px;
    border: 1px #43382a solid;
    border-radius: 15px;
    margin-top: 50px;
  }
  .wh_960 .box_text .box_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.16em;
    font-size: 15px;
  }
  .wh_960 .box_text {
    padding: 40px 30px;
  }
  .wh_960 .contact_tel_box {
    text-align: center;
    padding: 50px 50px;
    padding: 32px 30px;
  }
  .wh_960 .contact_tel_box .box_title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.16em;
    font-size: 18px;
  }
  .wh_960 .contact_tel_box a {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
    margin-top: -10px;
  }
  .wh_960 .contact_tel_box p {
    font-size: 12px;
  }
  .wh_960 .btm_brown {
    background: #43382a;
    width: 225px;
    height: 50px;
    border-radius: 25px;
    margin: 40px 0;
  }
  .wh_960 .btm_brown a {
    display: block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    position: relative;
  }
  .wh_960 .btm_brown a::after {
    content: url("../images/common/icon_arrow_wh.svg");
    position: absolute;
    right: 24px;
    top: 2px;
  }
  .wh_960 .btm_brown {
    margin: 20px auto;
  }
  .wh_960 .btm_brown a {
    font-size: 15px;
  }
  .wh_960 .textlink {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
    font-size: 15px;
  }
  .wh_960 .textlink_newtab {
    font-size: 16px;
    margin-top: 20px;
  }
  .wh_960 .textlink_newtab::after {
    content: url("../images/common/icon_newtab.png");
    padding-left: 9px;
  }
  .wh_960 .textlink_newtab {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .wrapper {
    width: 100%;
  }
  .wrapper .second_h1_erea {
    width: 100%;
    display: flex;
    align-items: center;
    height: 300px;
    background: url(../images/second/img_h1_bg.jpg) no-repeat center;
    margin-top: 92px;
    background-size: cover;
  }
  .wrapper .second_h1_erea .title_h1 {
    display: block;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 0.16em;
    text-align: center;
    width: 860px;
    font-size: 34px;
  }
  .breadcrumbs {
    height: 82px;
    margin: 0 auto;
    padding: 26px;
    text-align: right;
  }
  .breadcrumbs span {
    font-size: 15px;
    padding-right: 15px;
  }
  .breadcrumbs span::after {
    content: "/";
    margin-left: 15px;
  }
  .breadcrumbs span:last-child {
    padding-right: 0;
  }
  .breadcrumbs span:last-child::after {
    display: none;
  }
  .wh_960 {
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .wh_960 {
    margin: 0 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .wh_960 .lead_text {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .wh_960 .second_text {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .wh_960 .second_text .font15 {
    font-size: 15px;
  }
  .wh_960 .second_text .history_year {
    font-weight: 700;
  }
  .wh_960 .text_r {
    text-align: right;
  }
  .wh_960 .profile_erea {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6%;
    margin-top: 148px;
    margin-bottom: 116px;
  }
  .wh_960 .profile_erea .profile_img {
    grid-area: 1/1/3/2;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .wh_960 .profile_erea .profile_contents {
    grid-area: 1/2/2/3;
    margin: auto 0;
  }
  .wh_960 .profile_erea .profile_contents .layer_name {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
  }
  .wh_960 .profile_erea .profile_contents .group_name {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
  }
  .wh_960 .profile_erea .second_text {
    font-size: 16px;
    grid-area: 2/2/3/3;
    padding: 0;
    margin-top: -14px;
  }
  .wh_960 .section {
    margin-top: 100px;
  }
  .wh_960 .title_h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 50px;
  }
  .wh_960 .title_h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 32px;
  }
  .wh_960 .title_h3::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: black;
    margin-right: 22px;
    margin-bottom: 8px;
  }
  .wh_960 .title_h3 + * {
    margin-top: 18px;
  }
  .wh_960 .ul_list li {
    padding-left: 18px;
    margin-top: 8px;
    position: relative;
  }
  .wh_960 .ul_list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #43382a;
    border-radius: 2px;
    top: 12px;
    left: 0;
  }
  .wh_960 .ul_list li .font_16 {
    font-size: 16px;
  }
  .wh_960 .ol_list {
    counter-reset: listnum;
    list-style: none;
  }
  .wh_960 .ol_list li {
    padding-left: 18px;
    margin-top: 8px;
    position: relative;
  }
  .wh_960 .ol_list li::before {
    counter-increment: listnum;
    content: counter(listnum);
    position: absolute;
    top: 0;
    left: 0;
  }
  .wh_960 .box_text {
    width: 100%;
    padding: 40px 50px;
    border: 1px #43382a solid;
    border-radius: 15px;
    margin-top: 50px;
  }
  .wh_960 .box_text .box_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .wh_960 .contact_tel_box {
    text-align: center;
    padding: 50px 50px;
  }
  .wh_960 .contact_tel_box .box_title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .wh_960 .contact_tel_box a {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: inline-block;
    font-size: 48px;
    margin-top: -16px;
  }
  .wh_960 .contact_tel_box p {
    font-size: 16px;
    margin-top: -12px;
  }
  .wh_960 .btm_brown {
    background: #43382a;
    width: 225px;
    height: 50px;
    border-radius: 25px;
    margin: 40px 0;
  }
  .wh_960 .btm_brown a {
    display: block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    position: relative;
  }
  .wh_960 .btm_brown a::after {
    content: url("../images/common/icon_arrow_wh.svg");
    position: absolute;
    right: 24px;
    top: 2px;
  }
  .wh_960 .textlink {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  .wh_960 .textlink_newtab {
    font-size: 16px;
    margin-top: 20px;
  }
  .wh_960 .textlink_newtab::after {
    content: url("../images/common/icon_newtab.png");
    padding-left: 9px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .wrapper {
    width: 100%;
  }
  .wrapper .second_h1_erea {
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
  }
  .wrapper .second_h1_erea .title_h1 {
    display: block;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 0.16em;
    text-align: center;
  }
  .breadcrumbs {
    text-align: right;
  }
  .breadcrumbs span {
    font-size: 15px;
    padding-right: 15px;
  }
  .breadcrumbs span::after {
    content: "/";
    margin-left: 15px;
  }
  .breadcrumbs span:last-child {
    padding-right: 0;
  }
  .breadcrumbs span:last-child::after {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) and (min-width: 769px) and (max-width: 959px) {
  .wh_960 {
    margin: 0 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .wh_960 .lead_text {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .wh_960 .second_text {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .wh_960 .second_text .font15 {
    font-size: 15px;
  }
  .wh_960 .second_text .history_year {
    font-weight: 700;
  }
  .wh_960 .text_r {
    text-align: right;
  }
  .wh_960 .profile_erea {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6%;
  }
  .wh_960 .profile_erea .profile_img {
    grid-area: 1/1/3/2;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .wh_960 .profile_erea .profile_contents {
    grid-area: 1/2/2/3;
    margin: auto 0;
  }
  .wh_960 .profile_erea .profile_contents .layer_name {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
  }
  .wh_960 .profile_erea .profile_contents .group_name {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
  }
  .wh_960 .profile_erea .second_text {
    font-size: 16px;
    grid-area: 2/2/3/3;
    padding: 0;
  }
  .wh_960 .section {
    margin-top: 100px;
  }
  .wh_960 .title_h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 50px;
  }
  .wh_960 .title_h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 32px;
  }
  .wh_960 .title_h3::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: black;
    margin-right: 22px;
    margin-bottom: 8px;
  }
  .wh_960 .title_h3 + * {
    margin-top: 18px;
  }
  .wh_960 .ul_list li {
    padding-left: 18px;
    margin-top: 8px;
    position: relative;
  }
  .wh_960 .ul_list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #43382a;
    border-radius: 2px;
    top: 12px;
    left: 0;
  }
  .wh_960 .ol_list {
    counter-reset: listnum;
    list-style: none;
  }
  .wh_960 .ol_list li {
    padding-left: 18px;
    margin-top: 8px;
    position: relative;
  }
  .wh_960 .ol_list li::before {
    counter-increment: listnum;
    content: counter(listnum);
    position: absolute;
    top: 0;
    left: 0;
  }
  .wh_960 .box_text {
    width: 100%;
    padding: 40px 50px;
    border: 1px #43382a solid;
    border-radius: 15px;
    margin-top: 50px;
  }
  .wh_960 .box_text .box_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .wh_960 .contact_tel_box {
    text-align: center;
    padding: 50px 50px;
  }
  .wh_960 .contact_tel_box .box_title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .wh_960 .contact_tel_box a {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: inline-block;
  }
  .wh_960 .btm_brown {
    background: #43382a;
    width: 225px;
    height: 50px;
    border-radius: 25px;
    margin: 40px 0;
  }
  .wh_960 .btm_brown a {
    display: block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    position: relative;
  }
  .wh_960 .btm_brown a::after {
    content: url("../images/common/icon_arrow_wh.svg");
    position: absolute;
    right: 24px;
    top: 2px;
  }
  .wh_960 .textlink {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  .wh_960 .textlink_newtab {
    font-size: 16px;
    margin-top: 20px;
  }
  .wh_960 .textlink_newtab::after {
    content: url("../images/common/icon_newtab.png");
    padding-left: 9px;
  }
}
@media print {
  .wrapper {
    width: 100%;
  }
  .wrapper .second_h1_erea {
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover;
  }
  .wrapper .second_h1_erea .title_h1 {
    display: block;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 0.16em;
    text-align: center;
  }
  .breadcrumbs {
    text-align: right;
  }
  .breadcrumbs span {
    font-size: 15px;
    padding-right: 15px;
  }
  .breadcrumbs span::after {
    content: "/";
    margin-left: 15px;
  }
  .breadcrumbs span:last-child {
    padding-right: 0;
  }
  .breadcrumbs span:last-child::after {
    display: none;
  }
  .wh_960 .lead_text {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .wh_960 .second_text {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .wh_960 .second_text .font15 {
    font-size: 15px;
  }
  .wh_960 .second_text .history_year {
    font-weight: 700;
  }
  .wh_960 .text_r {
    text-align: right;
  }
  .wh_960 .profile_erea {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6%;
  }
  .wh_960 .profile_erea .profile_img {
    grid-area: 1/1/3/2;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .wh_960 .profile_erea .profile_contents {
    grid-area: 1/2/2/3;
    margin: auto 0;
  }
  .wh_960 .profile_erea .profile_contents .layer_name {
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
  }
  .wh_960 .profile_erea .profile_contents .group_name {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
  }
  .wh_960 .profile_erea .second_text {
    font-size: 16px;
    grid-area: 2/2/3/3;
    padding: 0;
  }
  .wh_960 .section {
    margin-top: 100px;
  }
  .wh_960 .title_h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 50px;
  }
  .wh_960 .title_h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 32px;
  }
  .wh_960 .title_h3::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: black;
    margin-right: 22px;
    margin-bottom: 8px;
  }
  .wh_960 .title_h3 + * {
    margin-top: 18px;
  }
  .wh_960 .ul_list li {
    padding-left: 18px;
    margin-top: 8px;
    position: relative;
  }
  .wh_960 .ul_list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #43382a;
    border-radius: 2px;
    top: 12px;
    left: 0;
  }
  .wh_960 .ol_list {
    counter-reset: listnum;
    list-style: none;
  }
  .wh_960 .ol_list li {
    padding-left: 18px;
    margin-top: 8px;
    position: relative;
  }
  .wh_960 .ol_list li::before {
    counter-increment: listnum;
    content: counter(listnum);
    position: absolute;
    top: 0;
    left: 0;
  }
  .wh_960 .box_text {
    width: 100%;
    padding: 40px 50px;
    border: 1px #43382a solid;
    border-radius: 15px;
    margin-top: 50px;
  }
  .wh_960 .box_text .box_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .wh_960 .contact_tel_box {
    text-align: center;
    padding: 50px 50px;
  }
  .wh_960 .contact_tel_box .box_title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }
  .wh_960 .contact_tel_box a {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: inline-block;
  }
  .wh_960 .btm_brown {
    background: #43382a;
    width: 225px;
    height: 50px;
    border-radius: 25px;
    margin: 40px 0;
  }
  .wh_960 .btm_brown a {
    display: block;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    position: relative;
  }
  .wh_960 .btm_brown a::after {
    content: url("../images/common/icon_arrow_wh.svg");
    position: absolute;
    right: 24px;
    top: 2px;
  }
  .wh_960 .textlink {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 6px;
    line-height: 2;
  }
  .wh_960 .textlink_newtab {
    font-size: 16px;
    margin-top: 20px;
  }
  .wh_960 .textlink_newtab::after {
    content: url("../images/common/icon_newtab.png");
    padding-left: 9px;
  }
}
/*# sourceMappingURL=map/second.css.map */
