.pageTtl {
  background: url(../img/company/ttlbg.jpg) center center;
  background-size: cover;
}

#sec_history .secBox {
  display: flex;
  justify-content: space-between;
}

#sec_history .secBox .inner {
  width: 49%;
}

#sec_history .secBox .inner .box {
  background-image: url(../img/company/border.png);
  background-repeat: repeat-y;
  background-position-x: 75px;
  padding-bottom: 5px;
}

#sec_history .secBox .ttl {
  background: var(--colorYellow);
  color: var(--colorBlue);
  padding: 5px;
  text-align: center;
  width: 150px;
  box-sizing: border-box;
}

#sec_history .secBox .ttl:last-child {
  width: 250px;
  padding: 15px;
  position: relative;
  bottom: -5px;
}

#sec_history .secBox .data {
  padding-left: 160px;
  font-size: 90%;
}

#sec_history .secBox h4 {
  color: var(--colorBlue);
  border-bottom: solid 1px var(--colorBlue);
  margin-bottom: 5px;
}

#sec_history .secBox p {
  margin-bottom: 1em;
}

#sec_profile {
  background: url(../img/company/bg3.gif) repeat-y center center;
  background-size: 100%;
}

#sec_profile .secBox {
  display: flex;
  position: relative;
}

#sec_profile .secBox:before {
  display: block;
  content: "";
  height: 100%;
  width: 500px;
  background: url(../img/company/bg1.png) no-repeat center left;
  background-size: auto 100%;
  position: absolute;
  left: -300px;
}

#sec_profile .secBox:after {
  display: block;
  content: "";
  height: 100%;
  width: 500px;
  background: url(../img/company/bg2.png) no-repeat center right;
  background-size: auto 100%;
  position: absolute;
  right: -300px;
}

#sec_profile .secBox .box1,
#sec_profile .secBox .box2 {
  width: 50%;
  padding: 50px 20px;
  position: relative;
}

#sec_profile .secBox .img {
  text-align: center;
}

#sec_profile .secBox .img img {
  border-radius: 50%;
  overflow: hidden;
}

#sec_company .secList li {
  display: flex;
  border-top: solid 1px #c8d0d4;
  padding: 15px 0px;
}

#sec_company .secList li:last-child {
  border-bottom: solid 1px #c8d0d4;
}

#sec_company .secList li .ttl {
  width: 280px;
  color: var(--colorBlue);
  font-size: 100%;
}

#sec_group .secTable {
  border-collapse: collapse;
  width: 100%;
}

#sec_group .secTable th,
#sec_group .secTable td {
  padding: 20px;
}

#sec_group .secTable th {
  background: #c8d0d4;
  color: var(--colorBlue);
  width: 280px;
  box-sizing: border-box;
  border-top: solid 1px #fff;
}

#sec_group .secTable tr:first-child th {
  border-top: solid 1px #c8d0d4;
}

#sec_group .secTable tr:last-child th {
  border-bottom: solid 1px #c8d0d4;
}

#sec_group .secTable td {
  background: #fff;
  border-top: solid 1px #c8d0d4;
  border-right: solid 1px #c8d0d4;
  border-bottom: solid 1px #c8d0d4;
}

#sec_group .secTable .listArea {
  padding: 0px;
}

#sec_group .secTable .list {
  display: flex;
  flex-wrap: wrap;
}

#sec_group .secTable .list li {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 10px 10px 20px;
  border-bottom: solid 1px #c8d0d4;
  line-height: 1.5;
}

#sec_group .secTable .list li:nth-child(odd) {
  border-right: solid 1px #c8d0d4;
}

#sec_group .secTable .list li.borderBtmNone {
  border-bottom: none;
}

.poricy_list{
  list-style: none;
}
.poricy_list li{
  position: relative;
  padding-left: 3em;
  color: #fff;
}
.poricy_list li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: "一つ、";
  font-size: 100%;
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 960px) {
  #sec_history .secBox {
    display: block;
    justify-content: space-between;
  }

  #sec_history .secBox .inner {
    width: 100%;
  }

  #sec_history .secBox .inner .box {
    background-position-x: 0px;
  }

  #sec_history .secBox .ttl {
    background: var(--colorYellow);
    color: var(--colorBlue);
    padding: 5px;
    text-align: center;
    width: 150px;
    box-sizing: border-box;
  }

  #sec_history .secBox .ttl:last-child {
    width: 250px;
    padding: 15px;
    position: relative;
    bottom: -5px;
  }

  #sec_history .secBox .data {
    padding-left: 15px;
    margin-top: 1em;
    font-size: 80%;
  }

  #sec_history .secBox .spFlex {
    display: flex;
  }

  #sec_history .secBox .spFlex .text {
    width: 50%;
  }

  #sec_history .secBox .spFlex .img {
    width: 50%;
    text-align: right;
    padding-top: 5px;
  }

  #sec_profile {
    background: url(../img/company/bg3.gif) repeat-y center center;
    background-size: 100%;
  }

  #sec_profile .maxWidth {
    padding: 0px;
  }

  #sec_profile .secBox {
    display: block;
    position: relative;
  }

  #sec_profile .secBox:before {
    display: none;
  }

  #sec_profile .secBox:after {
    display: none;
  }

  #sec_profile .secBox .box1,
  #sec_profile .secBox .box2 {
    width: auto;
    padding: 50px 20px;
    position: relative;
  }

  #sec_profile .secBox .box1 {
    background: url(../img/company/bg1_sp.png) center center;
    background-size: cover;
  }

  #sec_profile .secBox .box2 {
    background: url(../img/company/bg2_sp.png) center center;
    background-size: cover;
  }

  #sec_profile .secBox .img {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #sec_company .secList li {
    display: block;
  }

  #sec_company .secList li .ttl {
    width: auto;
  }

  #sec_group .secTable {
    border-collapse: collapse;
    width: 100%;
  }

  #sec_group .secTable th,
  #sec_group .secTable td {
    padding: 20px;
    display: block;
    text-align: center;
  }

  #sec_group .secTable th {
    background: #c8d0d4;
    color: var(--colorBlue);
    width: 100%;
    box-sizing: border-box;
    border-top: none;
  }

  #sec_group .secTable tr:first-child th {
    border-top: none;
  }

  #sec_group .secTable tr:last-child th {
    border-top: none;
  }

  #sec_group .secTable td {
    background: #fff;
    border-top: none;
    border-left: solid 1px #c8d0d4;
    border-right: solid 1px #c8d0d4;
    border-bottom: solid 1px #c8d0d4;
  }

  #sec_group .secTable .list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
  }

  #sec_group .secTable .list li {
    width: 100%;
    margin: 0%;
    padding: 10px 0px;
    border-bottom: solid 1px #c8d0d4 !important;
    border-right: none !important;
  }

  #sec_group .secTable .list li:first-child {
    padding-top: 0px;
  }

  #sec_group .secTable .list li:last-child {
    padding-bottom: 0px;
  }

  #sec_group .secTable .list li:last-child {
    border-bottom: none !important;
  }

}

/*
===================================================
	sp small
===================================================
*/
@media screen and (max-width: 480px) {}

/* 20230605追加 */

.font-ms {
  font-size: 95%;
}

@media (min-width: 1400px) {
  .maxWidth {
    padding-left: 0;
    padding-right: 0;
  }
}

.maxWidth980 {
  max-width: 980px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.maxWidth1120 {
  max-width: 980px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.company__link__area {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .company__link__area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.company__link__area .icon-pdf {
  background: url(../img/company/icon-pdf.png) no-repeat center center/contain;
  width: 23px;
  height: 27px;
  display: inline-block;
  margin-right: 15px;
}

.company__link__area>li>a {
  background: #1c4384;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3em;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 60px;
  transition: 0.5s;
  padding: 0px 15%;
  font-size: 1.25rem;
}

@media screen and (max-width: 960px) {
  .company__link__area>li>a {
    min-height: 44px;
  }
}

.company__link__area>li>a::before {
  display: block;
  content: "";
  width: 46px;
  height: 46px;
  border: solid 2px #fff;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: calc(50% - 25px);
}

@media screen and (max-width: 960px) {
  .company__link__area>li>a::before {
    width: 30px;
    height: 30px;
    right: 6px;
    top: calc(50% - 17px);
  }
}

.company__link__area>li>a::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  .company__link__area>li>a::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 6px);
    right: 20px;
  }
}

.company__link__area>li>a:hover {
  opacity: 0.7;
}

#sec_history.sec_history {
  background-color: #d2ebfb;
  background-image: url(../img/company/bg_sec_history_02_pc.png), url(../img/company/bg_sec_history_way_pc.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 961px) {
  #sec_history.sec_history {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  #sec_history.sec_history {
    background-image: url(../img/company/bg_sec_history_02_sp.png), url(../img/company/bg_sec_history_way_tab.jpg);
    background-position: bottom center, top -363px center;
  }
}

@media screen and (max-width: 767px) {
  #sec_history.sec_history {
    background-image: url(../img/company/bg_sec_history_02_sp.png), url(../img/company/bg_sec_history_way_sp.png);
    background-position: bottom center, top -450px center;
  }
}

@media screen and (max-width: 375px) {
  #sec_history.sec_history {
    background-image: url(../img/company/bg_sec_history_02_sp.png), url(../img/company/bg_sec_history_way_sp.png);
    background-position: bottom center;
    background-size: 100vw, cover;
  }
}

.sec_history__contents {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .sec_history__contents {
    margin-top: 30px;
  }
}

.sec_history__contents .history__lists {
  display: flex;
  flex-wrap: wrap;
}

.sec_history__contents .history__list {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 960px) {
  .sec_history__contents .history__list {
    width: 85%;
  }
}

.sec_history__contents .history__list:not(:first-child) {
  margin-top: 20px;
}

.sec_history__contents .history__list:nth-child(odd) {
  justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .sec_history__contents .history__list:nth-child(odd) {
    justify-content: flex-start;
    margin-left: auto;
  }
}

.history__list__box {
  width: 855px;
  max-width: 100%;
}

.history__list__box .history__list__ttl__area {
  background: url(../img/company/bg_history_ttl.png) no-repeat left center;
  background-size: contain;
  width: 855px;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 680px) {
  .history__list__box .history__list__ttl__area {
    width: auto;
    height: 28px;
    line-height: 28px;
    background-size: cover;
  }
}

.history__list__box .history__list__ttl {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 960px) {
  .history__list__box .history__list__ttl {
    font-size: 1.125rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 890px) {
  .history__list__box .history__list__ttl {
    font-size: 1rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 860px) {
  .history__list__box .history__list__ttl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 680px) {
  .history__list__box .history__list__ttl {
    font-size: 0.75rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.history__list__box .history__list__ttl span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
}

@media screen and (max-width: 890px) {
  .history__list__box .history__list__ttl span {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 680px) {
  .history__list__box .history__list__ttl span {
    font-size: 1.125rem;
  }
}

.history__content {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media screen and (max-width: 960px) {
  .history__content {
    flex-direction: column-reverse;
  }
}

.history__content.f-dRow {
  flex-direction: row;
  justify-content: end;
}

@media screen and (max-width: 960px) {
  .history__content.f-dRow {
    flex-direction: column-reverse;
  }
}

.history__content .content__text__area {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 960px) {
  .history__content .content__text__area {
    display: block;
  }
}

.history__content .content__text__area.f-dRow {
  flex-direction: row;
}

@media screen and (max-width: 960px) {
  .history__content .content__text__area.f-dRow {
    flex-direction: column-reverse;
  }
}

.history__content .content__text__area .history__content__ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  writing-mode: vertical-rl;
  font-size: 1.75rem;
}

@media screen and (max-width: 960px) {
  .history__content .content__text__area .history__content__ttl {
    writing-mode: horizontal-tb;
    font-size: 1.25rem;
    margin-top: 15px;
  }
}

.history__content .content__text__area .history__content__ttl span {
  font-family: "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c8d0d4;
  display: block;
}

.history__content .content__text__area .history__content__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 353px;
  padding: 15px 20px 0 25px;
  line-height: 1.75;
}

@media screen and (max-width: 960px) {
  .history__content .content__text__area .history__content__text {
    writing-mode: horizontal-tb;
    padding: 10px 0;
    height: auto;
  }
}

.history__content .content__text__area .history__content__text .yoko {
  text-combine-upright: all;
  -webkit-text-combine: horizonal;
  -ms-text-combine-horizonal: all;
}

.sec_history__message {
  margin: 80px auto 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .sec_history__message {
    margin-top: 40px;
  }
}

.message__content {
  width: 800px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 9px;
  margin: 80px auto 0;
  box-sizing: border-box;
}

.message__content .message__box {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  border: #1c4384 1px solid;
  margin: 0 auto;
  position: relative;
  padding: 45px 40px 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .message__content .message__box {
    padding: 30px 20px 20px;
  }
}

.message__content .message__box::before {
  content: "";
  bottom: 0;
  left: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #1c4384;
  position: absolute;
  z-index: 100;
}

.message__content .message__box::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #1c4384;
  position: absolute;
  z-index: 100;
}

.message__content .message__box .corner::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #1c4384;
  position: absolute;
  z-index: 100;
}

.message__content .message__box .corner::after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #1c4384;
  position: absolute;
  z-index: 100;
}

.message__content .message__ttl {
  position: relative;
}

@media screen and (max-width: 960px) {
  .message__content .message__ttl {
    font-size: 1.125rem;
  }
}

.message__content .message__ttl::after {
  content: "";
  background: url(../img/company/bg_message_ttl.png);
  width: 181px;
  height: 62px;
  position: absolute;
  top: -28px;
  left: calc(50% + 13px);
  transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .message__content .message__ttl::after {
    left: 50%;
    top: -10px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.message__content .message__text {
  font-size: 1rem;
  line-height: 2.3333333333;
  padding-bottom: 2px;
  margin-top: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, white 50%, white 50%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, #1c4384 97%, #1c4384 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2;
}

.message__content .message__text p {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 960px) {
  .message__content .message__text {
    margin-top: 10px;
    text-align: left;
  }
}

#sec_profile-new.sec_profile-new {
  background: linear-gradient(138deg, #fff4c8 0%, #fff4c8 26%, #fff 26%, #fff 75%, #fff4c8 75%, #fff4c8 100%);
}

#sec_profile-new.sec_profile-new .massege_area__contents {
  padding: 20px;
}

@media screen and (min-width: 961px) {
  #sec_profile-new.sec_profile-new .massege_area__contents {
    padding: 50px 110px;
  }
}

#sec_profile-new.sec_profile-new .massege_area_ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.125rem;
}

@media screen and (max-width: 960px) {
  #sec_profile-new.sec_profile-new .massege_area_ttl {
    font-size: 1.125rem;
    margin-top: 10px;
    font-weight: 700;
  }
}

#sec_profile-new.sec_profile-new .massege_area_ttl span {
  color: #f9ce00;
}

#sec_profile-new.sec_profile-new .massege_area_text {
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  #sec_profile-new.sec_profile-new .massege_area_text {
    margin-top: 10px;
    font-size: 1rem;
  }
}

#sec_profile-new.sec_profile-new .secBox {
  padding-top: 85px;
  padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
  #sec_profile-new.sec_profile-new .secBox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#sec_profile-new.sec_profile-new .secBox .img {
  flex-basis: 315px;
}

#sec_profile-new.sec_profile-new .secBox .img img {
  border-radius: 50%;
  max-width: 100%;
  overflow: hidden;
}

#sec_profile-new.sec_profile-new .profile__box {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 2px 9px 3px rgba(107, 107, 107, 0.35);
  padding: 50px 60px;
  position: relative;
  flex-direction: row-reverse;
}

#sec_profile-new.sec_profile-new .profile__box h3 {
  position: relative;
}

@media screen and (max-width: 960px) {
  #sec_profile-new.sec_profile-new .profile__box h3>span {
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 960px) {
  #sec_profile-new.sec_profile-new .profile__box h4 {
    text-align: center;
    margin-top: 290px;
  }
}

@media screen and (max-width: 960px) {
  #sec_profile-new.sec_profile-new .profile__box {
    flex-direction: column-reverse;
    padding: 20px;
  }
}

#sec_profile-new.sec_profile-new .profile__box+.profile__box {
  margin-top: 55px;
}

#sec_profile-new.sec_profile-new .profile__box .profile__text__area {
  flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  #sec_profile-new.sec_profile-new .profile__box .profile__text__area {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  #sec_profile-new.sec_profile-new .profile__box .img {
    width: 250px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 960px) {
  #sec_profile-new.sec_profile-new .profile__box .img.type2 {
    top: 140px;
  }
}

@media screen and (max-width: 370px) {
  #sec_profile-new.sec_profile-new .profile__box .img.type2 {
    top: 170px;
  }
}

#sec_company.sec_company {
  background-color: #1c4384;
  padding-top: 65px;
  padding-bottom: 60px;
}

@media screen and (max-width: 960px) {
  #sec_company.sec_company {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#sec_company .secList li {
  color: #fff;
}

#sec_company .secList li,
#sec_company .secList li:last-child {
  border-color: #f9ce00;
}

#sec_company .secList li .ttl {
  color: #f9ce00;
  width: 240px;
}

.secList2 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .secList2 {
    gap: 10px;
  }
}

.secList2 li {
  padding: 30px;
}

@media screen and (max-width: 960px) {
  .secList2 li {
    padding: 15px;
  }
}

@media screen and (max-width: 783px) {
  .secList2 li {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .secList2 li li+li {
    display: block;
  }
}

.secList2 .ttl {
  text-align: center;
  position: relative;
  padding-bottom: 3px;
  border-bottom: 3px solid #e5edf1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .secList2 .ttl {
    margin-bottom: 5px;
  }
}

.secList2 .ttl::before {
  position: absolute;
  content: "";
  width: 16%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
  background-color: #c8d0d4;
}

.secList2 span {
  font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", sans-serif;
  color: #1c4384;
  font-size: 6rem;
  line-height: 6rem;
  letter-spacing: -0.05em;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .secList2 span {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

.secList2__content {
  font-weight: 700;
  box-sizing: border-box;
}

.secList2__content .info {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .secList2__content .info {
    font-size: 1rem;
  }
}

.secList2__content.box-1co {
  flex-basis: 100%;
}

.secList2__content.box-2co {
  flex-basis: calc(50% - 10px);
}

@media screen and (max-width: 960px) {
  .secList2__content.box-2co {
    flex-basis: calc(50% - 5px);
  }
}

@media screen and (max-width: 366px) {
  .secList2__content.box-2co {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .secList2__content.sp-box-1co {
    flex-basis: 100%;
  }
}

.secList2__content.content-03 .info {
  position: relative;
}

.secList2__content.content-03 .info>p {
  display: inline-flex;
  align-items: baseline;
}

.secList2__content.bg-uriage {
  background-color: #fff;
  background-image: url(../img/company/bg_coin.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.secList2__content.bg-uriage .uriage_notice{
  width: 80%;
}

@media screen and (max-width: 960px) {
  .secList2__content.bg-uriage {
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .secList2__content.bg-uriage {
    background-size: 70%;
    min-height: 100px;
  }
  .secList2__content.bg-uriage .uriage_notice{
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .secList2__content.bg-uriage {
    background-size: 75%;
  }  
  .secList2__content.bg-uriage .uriage_notice{
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .secList2__content.bg-uriage {
    background-size: 100%;
    padding: 10px 10px 13%;
  }
  .secList2__content.bg-uriage .uriage_notice{
    width: 100%;
  }
}

.secList2__content.content-04 .info {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .secList2__content.content-04 .wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}

.secList2__content.content-05 .wrapper {
  padding-top: 20px;
}

.secList2__content.content-05 .info {
  font-size: 210%;
  flex: 1;
  margin-right: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .secList2__content.content-05 .info {
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 767px) {
  .secList2__content.content-05 .info {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .secList2__content.content-05 .info>.sp-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .secList2__content.content-05 .info {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.secList2__content.content-05 .jigyōsho {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 960px) {
  .secList2__content.content-05 .jigyōsho {
    width: 85%;
    text-align: center;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .secList2__content.content-05 .jigyōsho {
    width: 65%;
    text-align: center;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 540px) {
  .secList2__content.content-05 .jigyōsho {
    width: 85%;
    text-align: center;
    padding-bottom: 10px;
  }
}

.secList2__content.content-05 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .secList2__content.content-05 .wrapper {
    flex-direction: column;
  }
}
.secList2 .content-05 .wrapper .info div{
	letter-spacing: .1em;
	text-align: end;
}
@media screen and (max-width: 767px) {
.secList2 .content-05 .wrapper .info div{
	font-size: 100%;
	display: inline;
}	
}

.bg-jigyōsho {
  background-color: #fff;
  background-image: url(../img/company/bg_graph.png);
  background-repeat: no-repeat;
  background-position: bottom 30px right 30px;
  background-size: 268px 146px;
}

@media screen and (max-width: 960px) {
  .bg-jigyōsho {
    background-size: 50% auto;
  }
}

@media screen and (max-width: 767px) {
  .bg-jigyōsho {
    min-height: 300px;
    background-position: bottom 30px center;
  }
}

#sec_group_org-chart.sec_group_org-chart {
  padding-top: 65px;
  padding-bottom: 65px;
}

@media screen and (max-width: 960px) {
  #sec_group_org-chart.sec_group_org-chart {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.group_org-chart__img {
  text-align: center;
  margin-top: 40px;
}

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.scroll-box img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}

.scroll-box::-webkit-scrollbar {
  height: 4px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.area__type {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .area__type {
    margin-top: 10px;
  }
}

.area__type__lists {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .area__type__lists {
    display: block;
  }
}

.area__type__list {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: calc((100% - 90px) / 4);
}

.area__type__list.co1 {
  flex-basis: 25%;
  flex-grow: 0;
}

.area__type__list.co2 {
  flex-grow: 0;
}

@media (min-width: 961px) and (max-width: 1216px) {
  .area__type__list {
    flex-basis: calc((100% - 30px) / 2);
  }

  .area__type__list.co1 {
    flex-basis: 50%;
    flex-grow: 0;
  }
}

@media screen and (max-width: 960px) {
  .area__type__list+.area__type__list {
    margin-top: 25px;
  }
}

.area__contants dd+dd {
  margin-top: 10px;
}

.area__contants .area__name {
  color: #fff;
  background: #1c4384;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .area__contants .shisetsu__name {
    border-bottom: 1px dashed #c8d0d4;
    padding-bottom: 8px;
    line-height: 1.2;
    font-size: 0.8125rem;
  }
}

.text-wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1216px) {
  .text-wrapper {
    display: inline-block;
  }
}

.text-wrapper span {
  flex: 1 0 100%;
  text-align: justify;
}

.text-wrapper span:first-child {
  text-align: left;
}

.text-wrapper span:last-child {
  text-align: right;
}

@media screen and (min-width: 961px) {
  #sec_group.sec_group {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 960px) {
  #sec_group .secTable tr {
    display: flex;
  }
}

@media screen and (max-width: 590px) {
  #sec_group .secTable tr {
    display: block;
  }
}

#sec_group .secTable th {
  width: 217px;
  padding: 10px;
  font-size: 125%;
  background: #fff;
  border-right: solid 4px #e7f5fc;
}

@media screen and (max-width: 960px) {
  #sec_group .secTable th {
    /* padding-top: 16px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 590px) {
  #sec_group .secTable th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c8d0d4;
    font-size: 0.8125rem;
    font-weight: 700;
  }
}

#sec_group .secTable tr:not(:first-child) th {
  border-top: solid 4px #e7f5fc;
}

#sec_group .secTable tr:first-child th {
  border-top: none;
}

#sec_group .secTable tr:last-child th {
  border-bottom: none;
}

@media screen and (max-width: 590px) {
  #sec_group .secTable tr:last-child th {
    border-bottom: 1px solid #c8d0d4;
  }
}

#sec_group .secTable td {
  background: #fff;
  border: none;
  border-top: solid 4px #e7f5fc;
}

@media screen and (max-width: 960px) {
  #sec_group .secTable td {
    flex: 1;
  }
}

@media screen and (max-width: 590px) {
  #sec_group .secTable td {
    border-top: none;
  }
}

#sec_group .secTable td span {
  font-size: 60%;
  vertical-align: middle;
}

#sec_group .secTable tr:first-child td {
  border-top: none;
}

#sec_group .secTable .list li {
  width: 33.333%;
  line-height: 1.5;
  letter-spacing: -0.01em;
  padding-left: 0;
  padding-right: 0;
}

#sec_group .secTable .list li.row2{
  max-height: 2.75em;
}

@media (min-width: 961px) and (max-width: 1160px) {
  #sec_group .secTable .list li {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  #sec_group .secTable .list li {
    width: 100%;
    border-bottom: none !important;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (max-width: 650px) {
  #sec_group .secTable .list li.row2 {
    max-height: none;
  }
}

@media screen and (max-width: 590px) {
  #sec_group .secTable .list li {
    font-size: 0.8125rem;
  }
}

#sec_group .secTable .list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  line-height: 7px;
  margin-right: 5px;
  background-color: #3d2a1d;
  vertical-align: middle;
  margin-top: -4px;
}

#sec_group .secTable .list {
  padding: 17px 20px;
}

#sec_group .secTable .list li:nth-child(odd) {
  border-right: none;
}

#sec_group .secTable .list li {
  border-bottom: none;
}

.group__link__area {
  max-width: 980px;
  margin: 0 auto;
  border: 2px solid #1c4384;
  background: #fff;
}

.group__link__area h3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 375px) {
  .group__link__area h3 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 375px) {
  .group__link__area img {
    max-width: 70%;
  }
}

.link-text {
  display: block;
  text-decoration: underline;
  margin: 10px auto 0;
  position: relative;
  padding-top: 10px;
  padding-right: 35px;
}

@media screen and (max-width: 375px) {
  .link-text {
    padding-top: 0;
    line-height: 1;
    padding-right: 20px;
    font-size: 0.8125rem;
  }
}

.link-text::after {
  content: "";
  background: url(../img/company/icon_link-blank.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  margin-left: 20px;
}

@media screen and (max-width: 375px) {
  .link-text::after {
    margin-left: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
  }
}

/*# sourceMappingURL=style.css.map */