@charset "UTF-8";
/*------------------------------------------------
ttl系 → pc 1.75 sp 1.25
--------------------------------------------------*/
.message {
  margin: 24px 0 48px 0;
}
.message-ttl {
  color: #3651A8;
  font-size: 1.875em;
  margin-bottom: 40px;
}
.message-sub {
  font-size: 1.375em;
  margin-bottom: 48px;
  text-align: center;
  line-height: 2;
}
.message p {
  line-height: 2.25;
  margin-bottom: 16px;
  text-indent: 1em;
}
.message p.en {
  text-indent: 0;
}
.message .officer {
  font-size: 1em;
  font-weight: normal;
  text-align: center;/*right*/
  margin: 24px 0 0;
  float: right;
}
.message .name {
  clear: both;
  font-size: 1.75em;
  font-weight: normal;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .message {
    margin: 48px 0 0 0;
  }
  .message-ttl {
    font-size: 1.5em;
    margin-bottom: 24px;
  }
  .message-sub {
    font-size: 1.125em;
    margin-bottom: 32px;
    text-align: left;
    line-height: 2;
  }
  .message-sub br {
    display: none;
  }
  .message p {
    line-height: 2;
  }
  .message .officer {
    font-size: 1em;
  }
  .message .name {
    font-size: 1.25em;
  }
}
.brand_statement {
  background: -webkit-gradient(linear, left top, left bottom, from(#3799ff), color-stop(50%, rgba(59, 168, 221, 0.4)), to(rgba(255, 255, 255, 0))), url(../../images/idx/bg_footer.jpg) no-repeat 50% 100%;
  background: linear-gradient(180deg, #3799ff 0%, rgba(59, 168, 221, 0.4) 50%, rgba(255, 255, 255, 0) 100%), url(../../images/idx/bg_footer.jpg) no-repeat 50% 100%;
  text-align: center;
  color: #fff;
  padding: 120px 80px 800px 80px;
  margin: 0 0 80px 0;
}
.brand_statement__body-ttl {
  width: 40%;
  margin: 0 auto 48px;
}
.brand_statement__body p {
  line-height: 2.25;
  margin: 0 0 16px 0;
}

@media screen and (max-width: 767px) {
  .brand_statement {
    background: -webkit-gradient(linear, left top, left bottom, from(#3799ff), color-stop(50%, rgba(59, 168, 221, 0.4)), to(rgba(255, 255, 255, 0))), url(../../images/idx/bg_footer.jpg) no-repeat 50% 100%;
    background: linear-gradient(180deg, #3799ff 0%, rgba(59, 168, 221, 0.4) 50%, rgba(255, 255, 255, 0) 100%), url(../../images/idx/bg_footer.jpg) no-repeat 50% 100%;
    background-size: 100% auto;
    text-align: center;
    color: #fff;
    padding: 80px 0 65% 0;
    margin: 0 0 48px 0;
  }
  .brand_statement__body {
    padding: 0 16px;
  }
  .brand_statement__body-ttl {
    width: 80%;
    margin: 0 auto 48px;
  }
  .brand_statement__body p {
    line-height: 2.25;
    font-size: 0.75em;
    margin: 0 0 16px 0;
  }
}
.history {
  margin: 48px 0;
}
.history__table tr th,
.history__table tr td {
  padding: 32px 24px;
  font-size: 1em;
}
.history__table tr th {
  color: #3651A8;
  font-weight: bold;
  width: 180px;
}
.history__table tr:nth-child(even) th, .history__table tr:nth-child(even) td {
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .history {
    margin: 24px 0;
  }
  .history__table tr th,
.history__table tr td {
    padding: 16px;
    font-size: 1em;
  }
  .history__table tr th {
    width: 32.5%;
  }
}
.profile {
  margin: 48px 0;
}
.profile-logo {
  padding: 24px 0;
}
.profile-table {
  width: 100%;
}
.profile-table tr td, .profile-table tr th {
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
.profile-table tr th {
  width: 20%;
  font-weight: bold;
}
.profile-table tr td h3 {
  margin: 0 0 4px 0;
}
.profile-table tr td h3.td-headline {
  color: #3651A8;
}
.profile-table tr td p {
  margin: 0 0 16px 0;
}
.profile-table tr td p.last {
  margin: 0;
}
.profile-table tr td p.icon_pdf {
  background: url(../../images/common/icon_pdf.png) no-repeat 0 50%;
  background-size: 16px 16px;
  padding: 0 0 0 24px;
}
.profile-table tr td p.icon_pdf a {
  font-size: 1;
}
.profile-table tr td ul {
  margin: 8px 0 16px;
}
.profile-table tr td ul li {
  font-size: 0.875em;
  margin: 8px 0;
}
.profile-table-officer {
  width: 100%;
}
.profile-table-officer tr th {
  padding: 16px 16px;
  font-weight: bold;
  background: #bbb;
  border: 1px solid #aaa;
  font-size: 0.875em;
}
.profile-table-officer tr th:first-child {
  border-right: 1px solid #fff;
  width: 35%;
}
.profile-table-officer tr td {
  border: 1px solid #aaa;
  padding: 24px 16px;
  vertical-align: middle;
}
.profile-table-officer tr td h3 {
  margin: 0 0 4px 0;
}
.profile-table-officer tr td p {
  margin: 0 0 16px 0;
}
.profile-table-officer tr td p.last {
  margin: 0;
}
.profile-table-officer tr td.table-heading {
  background: #ddd;
  vertical-align: middle;
  width: 35%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .profile {
    margin: 24px 0;
  }
  .profile-table tr th {
    width: 35%;
    font-weight: bold;
  }
  .profile-table-officer {
    width: 100%;
  }
  .profile-table-officer tr th {
    padding: 8px 16px;
  }
  .profile-table-officer tr td {
    padding: 16px;
  }
}
.philosophy-ttl {
  text-align: center;
  font-size: 1.75em;
  color: #3651A8;
  font-weight: bold;
  margin: 64px 0 32px 0;
}
.philosophy-ttl.en {
  margin: 24px 0 16px 0;
  font-size: 2.8em;
}
.philosophy p {
  text-align: center;
  line-height: 2.25;
}
.philosophy p.en {
  font-size: 1.5em;
  text-align: left;
}
.new_philosophy {
}

.new_philosophy h2 {
color:#056BB5;
font-size: 2.8em;
font-weight: bold;
padding: 2em 0 0 0;
text-align: center;
}

.new_philosophy h2 span {
font-size: 0.5em;
}


.new_philosophy p {
line-height: 2.25;
padding-top:1em;
    margin: 0 auto;
    width: 660px;
	    font-size: 1.5em;
}

.new_philosophy p.first {
font-size: 2em;
width:auto;
line-height: 1.5;
    width: 500px;
  letter-spacing: 0.1em;
  color:#404040;
}


.new_philosophy img {
padding-top:1em;
}

@media screen and (max-width: 767px) {
    .new_philosophy h2 {
        line-height:1.0;
    }

    .new_philosophy p,.new_philosophy p.first {
        width: auto;
        text-align:center;
    }
}

@media screen and (min-width: 768px){
.new_philosophy .br-sp {display: none; }
}

@media screen and (max-width: 767px) {
  .philosophy-ttl {
    font-size: 1.25em;
    margin: 40px 0 16px 0;
    text-align: left;
  }
  .philosophy p {
    text-align: left;
    line-height: 2.25;
  }
  .philosophy p br {
    display: none;
  }
}
.privacy_inquiry-ttl {
  background: #3651A8;
  color: #fff;
  padding: 8px 24px;
  font-size: 1.25em;
  margin: 0 0 24px 0;
}
.privacy_inquiry-table {
  width: 100%;
  margin: 40px 0 0 0;
}
.privacy_inquiry-table tr th, .privacy_inquiry-table tr td {
  padding: 32px 48px;
  border: 1px solid #ddd;
}
.privacy_inquiry-table tr th {
  background: #92a8cf;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
}
.privacy_inquiry-table tr td {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .privacy_inquiry-table tr th, .privacy_inquiry-table tr td {
    padding: 16px;
  }
  .privacy_inquiry-table tr th {
    white-space: nowrap;
  }
}
.conduct {
  margin: 48px 0;
}
.conduct__body-ttl {
  font-size: 1.25em;
  color: #3651A8;
  margin: 64px 0 24px;
  line-height: 1;
}
.conduct__body-ttl span {
  display: inline-block;
  background: #3651A8;
  color: #fff;
  padding: 8px 16px;
  margin-right: 16px;
  font-size: 1em;
}

.conduct__body-balancettl {
  font-size: 1.25em;
  color: #3651A8;
  margin: 64px 0 24px;
  display: flex;
  align-items: center;
}

.conduct__body-balancettl p {
  line-height: 1.5;
  width: 85%;
}

.conduct__body-balancettl span {
  background: #3651A8;
  color: #fff;
  padding: 8px 16px;
  margin-right: 16px;
  font-size: 1em;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.conduct__body-lst_ttl {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
  font-size: 1em;
}
.conduct__body-lst li {
  margin-top: 4px;
}
.conduct__body-lst li:first-child {
  margin-top: 0;
}
.conduct__nav {
  background: #f2f2f2;
  margin: 120px 0 48px;
  padding: 40px 48px;
}
.conduct__nav-ttl {
  font-size: 1.25em;
  color: #3651A8;
  margin-bottom: 16px;
}
.conduct__nav-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.conduct__nav-lst li {
  width: 47.5%;
}
.conduct__nav-lst li a {
  display: block;
  color: #222;
  border-bottom: 1px dotted #ccc;
  padding: 16px 24px 16px 0;
  font-size: 0.825em;
  position: relative;
  text-indent: -1.2em;
}
.conduct__nav-lst li a::before {
  content: "◆";
  padding-right: 4px;
  color: #3651A8;
  opacity: 0.5;
}
.conduct__nav-lst li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .conduct__body-ttl {
    margin: 48px 0 24px;
    line-height: 1.75;
    font-size: 1.25em;
  }
  .conduct__body-ttl span {
    text-align: center;
    display: block;
    background: #3651A8;
    color: #fff;
    padding: 4px 0;
    margin: 0 0 16px;
    font-size: 1em;
    width: 104px;
  }
  
  .conduct__body-balancettl {
  display: block;
}

.conduct__body-balancettl p {
  width: auto;
  padding:0.5em 0;
}

.conduct__body-balancettl span {
  width: 30%;
}

  .conduct__body-lst_ttl {
    font-size: 1.125em;
  }
  .conduct__body-lst li {
    margin-top: 8px;
    font-size: 1em;
  }
  .conduct__body-lst li:first-child {
    margin-top: 0;
  }
  .conduct__nav {
    background: #f2f2f2;
    margin: 7.5% 0;
    padding: 5%;
  }
  .conduct__nav-ttl {
    font-size: 1em;
  }
  .conduct__nav-lst {
    display: block;
  }
  .conduct__nav-lst li {
    width: auto;
  }
  .conduct__nav-lst li a {
    font-size: 0.75em;
  }
}
.section_line {
  border-top: 1px solid #707070;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .section_line {
    padding-top: 48px;
  }
}
.group__container {
  margin: 64px 0 0 0;
}

.office .area_lst {
  background: url(../../images/corporate/office/map.png) no-repeat 50% 50%;
  background-size: 80% auto;
  position: relative;
  height: 0;
  padding-bottom: 85%;
}
.office .area_lst li {
  position: absolute;
}
.office .area_lst li a {
  color: #3651A8;
  border: 1px solid #3651A8;
  padding: 4px 24px;
  line-height: 1.5;
  display: block;
  background: #fff;
  border-radius: 4px;
  font-size: 0.875em;
  position: relative;
}
.office .area_lst li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #3651A8;
  border-top: 1px solid #3651A8;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(-225deg) translateX(-50%);
          transform: rotate(-225deg) translateX(-50%);
}
.office .area_lst li.area_0 {
  top: 58%;
  left: 38.5%;
}
.office .area_lst li.area_1 {
  top: 76%;
  left: 46%;
}
.office .area_lst li.area_2 {
  top: 82%;
  left: 35%;
}
.office .area_lst li.area_3 {
  top: 72%;
  left: 30%;
}
.office .area_lst li.area_4 {
  top: 63%;
  left: 37%;
}
.office .area_lst li.area_5 {
  top: 58%;
  left: 64%;
}
.office .area_lst li.area_6 {
  top: 68%;
  left: 52%;
}
.office .area_lst li.area_7 {
  top: 40%;
  left: 65%;
}
.office .area_lst li.area_7 a::after {
  -webkit-transform: rotate(-315deg) translateX(-50%);
          transform: rotate(-315deg) translateX(-50%);
}
.office .area_lst li.area_8 {
  top: 50%;
  left: 23%;
}
.office .area_lst li.area_8 a::after {
  -webkit-transform: rotate(-315deg) translateX(-50%);
          transform: rotate(-315deg) translateX(-50%);
}
.office .notes {
  margin: 48px 0 0 0;
  background: #f2f2f2;
  text-align: center;
  padding: 24px;
}
.office .notes b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .office .area_lst {
    background: url(../../images/corporate/office/map.png) no-repeat 50% 50%;
    background-size: 100% auto;
    position: relative;
    height: 0;
    padding-bottom: 100%;
  }
  .office .area_lst.en li a {
    font-size: 0.675em;
  }
  .office .area_lst li a {
    color: #3651A8;
    border: 1px solid #3651A8;
    padding: 4px 16px;
    line-height: 1;
    background: #fff;
    font-size: 0.875em;
  }
  .office .area_lst li a::after {
    content: none;
  }
  .office .area_lst li.area_0 {
    top: 55%;
    left: 25%;
  }
  .office .area_lst li.area_1 {
    top: 76%;
    left: 42%;
  }
  .office .area_lst li.area_2 {
    top: 82%;
    left: 15%;
  }
  .office .area_lst li.area_3 {
    top: 72%;
    left: 10%;
  }
  .office .area_lst li.area_4 {
    top: 63%;
    left: 25%;
  }
  .office .area_lst li.area_5 {
    top: 58%;
    left: 70%;
  }
  .office .area_lst li.area_6 {
    top: 68%;
    left: 52%;
  }
  .office .area_lst li.area_7 {
    top: 42%;
    left: 68%;
  }
  .office .area_lst li.area_8 {
    top: 35%;
    left: 15%;
  }
  .office .notes {
    margin: 24px 0 0 0;
    text-align: left;
    padding: 24px;
  }
  .office .notes b {
    display: block;
  }
}
.company_layout__block {
  margin: 0 0 24px 0;
}
.company_layout__block-ttl {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.125em;
  font-weight: bold;
}
.company_layout__block-ttl-sub {
  color: #3651A8;
  padding-left: 16px;
  border-left: 4px solid #3651A8;
  font-size: 1.25em;
  margin-bottom: 24px;
  position: relative;
}
.company_layout__block-ttl-sub::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.company_layout__block-link-lst {
  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;
  margin: 24px 0 48px;
}
.company_layout__block-link-lst li {
  width: 47.5%;
}
.company_layout__block-link-lst li a {
  display: block;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #222;
  padding: 16px 0;
}
.company_layout__block-link-lst li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #3651A8;
  border-top: 1px solid #3651A8;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.company_layout__block-group-lst {
  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;
  margin: 24px 0 48px;
}
.company_layout__block-group-lst li {
  width: 47.5%;
  padding: 8px 0;
}
.company_layout__block-group-lst li a {
  display: block;
  position: relative;
  color: #222;
}
.company_layout__block-group-lst li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #3651A8;
  border-top: 1px solid #3651A8;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.company_layout__block-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
}
.company_layout__block-table dt {
  width: 25%;
  color: #3651A8;
  font-weight: bold;
  padding: 0 0 0 16px;
  font-size: 1.125em;
}
.company_layout__block-table dd {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .company_layout__block {
    margin: 0 0 24px 0;
  }
  .company_layout__block-link-lst {
    margin: 24px 0 48px;
  }
  .company_layout__block-link-lst li a {
    padding: 16px 0;
    font-size: 0.875em;
  }
  .company_layout__block-group-lst {
    margin: 24px 0 48px;
  }
  .company_layout__block-group-lst li {
    padding: 8px 0;
    font-size: 0.75em;
  }
  .company_layout__block-table {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_layout__block-table dt {
    width: auto;
    padding: 0 0 8px 0;
  }
  .company_layout__block-table dd {
    width: auto;
  }
}
.about__container {
  background: #3651A8;
  color: #fff;
}
.about__container .btn {
  margin: 48px 0;
  text-align: center;
}
.about__container .btn a {
  max-width: 480px;
  display: block;
  border: 1px solid #fff;
  margin: auto;
  color: #fff;
  position: relative;
  padding: 16px 0;
  font-size: 0.875em;
}
.about__container .btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about__container .slogan {
  margin: 0 0 80px 0;
}
.about__container .slogan__ttl {
  text-align: center;
  font-size: 2.75em;
  margin: 0 0 0 0;
  font-weight: normal;
}
.about__container .slogan__ttl.second {
  margin: 80px 0 0 0;
}
.about__container .slogan__sub {
  font-size: 1.25em;
  text-align: center;
  margin: 0 0 40px 0;
}
.about__container .slogan__copy {
  width: 60%;
  margin: auto;
  font-size: 2em;
  text-align: center;
  font-weight: normal;
}
.about__container .slogan__txt {
  text-align: center;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 2.25;
}


.about__container .new_philosophy {
}

.about__container .new_philosophy h2 {
color:#fff;
font-size: 2.8em;
font-weight: bold;
padding: 0.5em 0 0 0;
text-align: center;
}

.about__container .new_philosophy h2 span {
font-size: 0.5em;
}


.about__container .new_philosophy p {
line-height: 2.25;
padding:1em 0 2em 0;
margin: 0 auto;
font-size: 1.3em;
    width: 570px;
}

.about__container .new_philosophy p.first {
font-size: 2em;
line-height: 1.5;
color:#fff;
padding:0.5em 0 2em 0;
text-align:center;
}

.about__container .new_philosophy img {
padding-top:1em;
}

.about__container .new_philosophy p.Mindset {
font-size: 1.6em;
padding:0;
text-align:center;
padding:0.5em 0 0 0;
}


@media screen and (max-width: 767px) {
.about__container .new_philosophy h2 {
line-height:1.0;
}

.about__container .new_philosophy p.first {
font-size: 1.5em;
}

.about__container .new_philosophy p {
    width: auto;
	text-align:center;
}
}

@media screen and (min-width: 768px){
.about__container .new_philosophy .br-sp {display: none; }
}



.about__container .ir_result {
  padding: 64px 0 0 0;
}
.about__container .ir_result__ttl {
  font-size: 2.75em;
  text-align: center;
  line-height: 1.25;
}
.about__container .ir_result__ttl.second {
  padding: 64px 0 0 0;
}
.about__container .ir_result__sub {
  font-size: 1.25em;
  text-align: center;
}
.about__container .ir_result__lead {
  font-size: 1.5em;
  text-align: center;
  margin: 16px 0 0 0;
}
.about__container .ir_result .ir_result__block {
  margin: 24px 0;
}
.about__container .ir_result .ir_result__block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10%;
}
.about__container .ir_result .ir_result__block-item .ttl {
  font-size: 3.75vw;
  white-space: nowrap;
}
.about__container .ir_result .ir_result__block-item .ttl span {
  font-size: 0.5em;
}
.about__container .ir_result .ir_result__block-item .icon {
  display: inline-block;
  background: #fff;
  color: #3651A8;
  font-size: 1.375vw;
  padding: 2.5% 0;
  border-radius: 16px;
  font-weight: bold;
}
.about__container .ir_result .ir_result__block-item .txt {
  font-size: 1.375vw;
}
.about__container .ir_result .ir_result__block-item .price {
  font-size: 8vw;
  white-space: nowrap;
}
.about__container .ir_result .ir_result__block-item .price span {
  font-size: 0.25em;
}
.about__container .ir_result .ir_result__block-item.return {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 0;
}
.about__container .ir_result .ir_result__block-item.return .return-ttl {
  font-size: 2vw;
  padding-right: 5%;
}
.about__container .ir_result .ir_result__block-item.return .return-ttl span {
  font-size: 1.375vw;
  display: block;
  background: #fff;
  color: #3651A8;
  padding: 12px 48px;
  border-radius: 16px;
  font-weight: bold;
  width: 50%;
  text-align: center;
  margin: 0 auto 8px;
}
.about__container .ir_result .ir_result__block-item.return .price {
  line-height: 1;
}
.about__container .ir_result .ir_result__block-item.return .ratio {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  font-size: 2em;
}
.about__container .caption {
  text-align: center;
  padding: 16px 0;
  font-size: 0.875em;
}
.about__container .segment {
  border-top: 1px solid #fff;
  margin: 24px 0 0;
  padding: 48px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__container .segment__ttl {
  width: 30%;
  margin-right: 5%;
  text-align: center;
}
.about__container .segment__ttl h3 {
  font-size: 2.25em;
  background: #fff;
  color: #3651A8;
}
.about__container .segment__ttl span {
  font-size: 1.5em;
  display: block;
  margin-top: 16px;
}
.about__container .segment__ttl .link {
  margin: 16px 0 0 0;
}
.about__container .segment__ttl .link a {
  color: #fff;
  padding-right: 16px;
  background: url(../../images/common/arrow.png) no-repeat 100% 50%;
}
.about__container .segment__result {
  width: 35%;
}
.about__container .segment__result svg {
  width: 100%;
}
.about__container .segment__result .c3-chart-arcs-title {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
.about__container .segment__result tspan.donut-chart-title-header {
  font-size: 1em;
  color: #fff;
  fill: currentColor;
}
.about__container .segment__result tspan.donut-chart-title-value {
  font-size: 1.5em;
  color: #fff;
  fill: currentColor;
  font-family: "Oswald", sans-serif;
}
.about__container .segment__result .c3-tooltip-container {
  color: #222;
}
.about__container .segment__result-ttl-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: auto;
}
.about__container .segment__result-ttl-lst li {
  font-size: 0.875em;
  padding: 0 16px;
}
.about__container .segment__result-ttl-lst li span {
  font-size: 1.25em;
}
.about__container .segment__result-ttl-lst li .c1 {
  color: #ffffff;
}
.about__container .segment__result-ttl-lst li .c2 {
  color: #f6d3e4;
}
.about__container .segment__result-ttl-lst li .c3 {
  color: #fff9b9;
}
.about__container .segment__result-ttl-lst li .c4 {
  color: #cfe6ce;
}

.about_section .number-ttl {
  font-size: 32em;
  display: block;
  text-align: center;
  margin: 48px 0 24px 0;
  line-height: 1;
  color: #3651A8;
}
.about_section .number-ttl.small {
  font-size: 16em;
}
.about_section .photo_block {
  margin: 64px 0;
}

.about_section div.about {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_section div.about span.yaku {
    font-size: 5em;
    display: block;
    color: #3651A8;
}

.about_section .photo_block-2col {
  margin: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about_section .photo_block-2col li {
  width: 47.5%;
}
.about_section .photo_block-1col {
  margin: 64px 0;
}
.about_section .photo_block-1col li {
  width: auto;
}
.about_section .btn {
  margin: 48px 0 0 0;
  text-align: center;
}
.about_section .btn a {
  max-width: 480px;
  display: block;
  border: 1px solid #222;
  margin: auto;
  color: #222;
  position: relative;
  padding: 16px 0;
  font-size: 0.875em;
}
.about_section .btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about_section__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_section__num dt {
  width: 35%;
  text-align: center;
  position: relative;
}
.about_section__num dt p {
  font-family: "Oswald", sans-serif;
  color: #3651A8;
  font-size: 6.5em;
  line-height: 1;
}
.about_section__num dt h3 {
  margin-top: 24px;
  font-size: 1.75em;
  line-height: 1.5;
}
.about_section__num dt::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 5px solid #3651A8;
  border-top: 5px solid #3651A8;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about_section__num dd {
  width: 65%;
}
.about_section__num:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about_section__num:nth-child(even) dt::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 5px solid #3651A8;
  border-top: 5px solid #3651A8;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.about_section .map {
  margin: 80px 0;
  text-align: center;
}
.about_section.about_community {
  background: #9aa7d3;
  color: #fff;
}
.about_section.about_community .section__ttl-sub,
.about_section.about_community .number-ttl {
  color: #fff;
}
.about_section-community-lst {
  margin: 64px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about_section-community-lst li {
  width: 47.5%;
  margin-bottom: 48px;
}
.about_section-community-lst li h3 {
  font-size: 1.25em;
  margin-top: 8px;
  font-weight: normal;
}
.about_section-community-lst li h3::before {
  content: "◆";
  padding-right: 4px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .about__container .btn {
    margin: 5%;
  }
  .about__container .btn a {
    max-width: 480px;
    display: block;
    border: 1px solid #fff;
    margin: auto;
    color: #fff;
    position: relative;
    padding: 16px 0;
    font-size: 0.875em;
  }
  .about__container .btn a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .about__container .slogan {
    margin: 0 0 80px 0;
  }
  .about__container .slogan__ttl {
    font-size: 1.25em;
    margin: 0 0 0;
  }
  .about__container .slogan__ttl.second {
    margin: 48px 0 24px 0;
  }
  .about__container .slogan__sub {
    margin: 0 0 24px 0;
  }
  .about__container .slogan__copy {
    width: 85%;
  }
  .about__container .slogan__txt {
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 2.25;
  }
  .about__container .ir_result__ttl {
    font-size: 1.5em;
  }
  .about__container .ir_result__ttl.second {
    padding: 48px 0 0 0;
  }
  .about__container .ir_result__sub {
    font-size: 1.125em;
  }
  .about__container .ir_result__lead {
    font-size: 1.125em;
  }
  .about__container .ir_result .ir_result__block {
    margin: 24px 0;
  }
  .about__container .ir_result .ir_result__block-item {
    padding: 16px 0;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about__container .ir_result .ir_result__block-item .ttl {
    width: 55%;
    font-size: 2em;
    line-height: 1.25;
    text-align: right;
  }
  .about__container .ir_result .ir_result__block-item .ttl span {
    font-size: 0.5em;
  }
  .about__container .ir_result .ir_result__block-item .icon {
    width: 50%;
    font-size: 1em;
    padding: 8px 24px;
  }
  .about__container .ir_result .ir_result__block-item .txt {
    font-size: 1em;
    width: 45%;
    text-align: left;
  }
  .about__container .ir_result .ir_result__block-item .price {
    line-height: 1.5;
    width: 100%;
    font-size: 3.5em;
    text-align: center;
  }
  .about__container .ir_result .ir_result__block-item .price span {
    font-size: 0.5em;
    padding-left: 8px;
  }
  .about__container .ir_result .ir_result__block-item .credit {
    font-size: 2em;
  }
  .about__container .ir_result .ir_result__block-item.return {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0 0 0;
  }
  .about__container .ir_result .ir_result__block-item.return .return-ttl {
    text-align: center;
    font-size: 1.25em;
  }
  .about__container .ir_result .ir_result__block-item.return .return-ttl span {
    font-size: 0.75em;
    display: block;
    background: #fff;
    color: #3651A8;
    padding: 12px 48px;
    border-radius: 16px;
    font-weight: bold;
    width: 75%;
    text-align: center;
    margin: 0 auto 8px;
  }
  .about__container .segment {
    margin: 24px 0 0;
    padding: 48px 0 0 0;
    display: block;
  }
  .about__container .segment__ttl {
    width: auto;
    margin-right: 0;
  }
  .about__container .segment__ttl h3 {
    font-size: 1.75em;
  }
  .about__container .segment__ttl span {
    font-size: 1.5em;
    display: block;
    margin-top: 16px;
  }
  .about__container .segment__ttl .link {
    display: none;
  }
  .about__container .segment__result {
    width: auto;
    margin-top: 24px;
  }
  .about__container .segment__result .c3-tooltip-container {
    color: #222;
  }
  .about__container .segment__result-ttl-lst {
    width: auto;
  }
  .about__container .segment__result-ttl-lst li {
    font-size: 0.875em;
    padding: 0 16px;
  }
  .about__container .segment__result-ttl-lst li span {
    font-size: 1.25em;
  }
  .about__container .segment__result-ttl-lst li .c1 {
    color: #ffffff;
  }
  .about__container .segment__result-ttl-lst li .c2 {
    color: #f6d3e4;
  }
  .about__container .segment__result-ttl-lst li .c3 {
    color: #fff9b9;
  }
  .about__container .segment__result-ttl-lst li .c4 {
    color: #cfe6ce;
  }

  .about_section .number-ttl {
    font-size: 16em;
    display: block;
    text-align: center;
    margin: 48px 0 24px 0;
    line-height: 1;
    color: #3651A8;
  }
  .about_section .number-ttl.small {
    font-size: 4.5em;
  }
  .about_section .photo_block {
    margin: 64px 0 48px 0;
  }
  .about_section .photo_block li {
    width: 33.3333%;
  }
  .about_section .btn {
    margin: 48px 0 0 0;
    text-align: center;
  }
  .about_section .btn a {
    max-width: 480px;
    display: block;
    border: 1px solid #222;
    margin: auto;
    color: #222;
    position: relative;
    padding: 16px 0;
    text-align: center;
    font-size: 0.875em;
  }
  .about_section .btn a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .about_section__num {
    margin: 64px 0 24px;
  }
  .about_section__num dt {
    width: 35%;
    text-align: center;
    position: relative;
  }
  .about_section__num dt span {
    font-size: 0.75em;
  }
  .about_section__num dt p {
    font-size: 2.5em;
  }
  .about_section__num dt h3 {
    margin-top: 16px;
    font-size: 0.875em;
    line-height: 1.5;
  }
  .about_section__num dt::after {
    content: none;
  }
  .about_section__num dd {
    width: 65%;
  }
  .about_section__num:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about_section__num:nth-child(even) dt::after {
    content: none;
  }
  .about_section .map {
    margin: 80px 0;
  }
  .about_section.about_community {
    background: #9aa7d3;
    color: #fff;
  }
  .about_section.about_community .section__ttl-sub,
.about_section.about_community .number-ttl {
    color: #fff;
  }
  .about_section-community-lst {
    margin: 24px 0 0 0;
  }
  .about_section-community-lst li {
    margin-bottom: 24px;
  }
  .about_section-community-lst li h3 {
    font-size: 0.875em;
  }
}
.material-pdf {
  margin-top: 48px;
}
.material-pdf-link {
  margin-top: 16px;
}
.material-pdf-link a {
  font-weight: bold;
}

.material-inquiry {
  background: #f2f2f2;
  padding: 40px 24px;
}
.material-inquiry-table {
  width: 100%;
}
.material-inquiry-table th {
  vertical-align: middle;
  width: 20%;
  text-align: center;
  font-weight: bold;
  color: #3651A8;
}
.material-inquiry-table td {
  border-left: 1px solid #ccc;
  padding: 0 0 0 48px;
}
.material-inquiry-table td h3 {
  margin: 16px 0 8px;
  font-size: 1.125em;
}
.material-inquiry-table td h3.first {
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  .material-pdf {
    margin-top: 24px;
  }
  .material-inquiry {
    padding: 24px 16px;
  }
  .material-inquiry-table {
    width: 100%;
  }
  .material-inquiry-table th {
    width: 30%;
    padding: 0 2.5% 0 0;
    font-size: 0.875em;
    text-align: center;
  }
  .material-inquiry-table td {
    width: 65%;
    padding: 0 0 0 5%;
  }
  .material-inquiry-table td h3 {
    margin: 16px 0 8px;
    font-size: 0.875em;
  }
  .material-inquiry-table td h3.first {
    margin: 0 0 8px;
  }
  .material-inquiry-table td p {
    font-size: 0.875em;
  }
  .material-inquiry-table td p span {
    display: block;
  }
}
.photo-lst {
  margin: 64px 0 48px;
}
.photo-lst ul {
  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;
}
.photo-lst ul li {
  width: 47.5%;
}
.photo-lst ul li a {
  color: #222;
}
.photo-lst ul li a h4 {
  font-size: 0.875em;
  margin-top: 4px;
}

.character {
  margin: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.character dl {
  width: 47.5%;
  background: #f2f2f2;
  padding: 24px;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.character dl dd {
  padding: 0 0 0 5%;
}
.character dl dd h4 {
  font-size: 1.125em;
}

@media screen and (max-width: 767px) {
  .character {
    display: block;
  }
  .character dl {
    width: auto;
  }
}

#conduct-human_rights section.page_layout__block p{
margin-bottom:1em;
}


tr#info202403 td{
    font-size: 0.875em;
}

tr#info202403 td span.info202403b{
    font-weight: bold;
}

tr#info202403 td div.info202403pl01{
    padding-left: 1em;
    margin-bottom: 1em;
}

tr#info202403 td div.info202403pl01 div.info202403pl02{
    padding-left: 4em;
}
@media screen and (max-width: 767px) {
    tr#info202403 td div.info202403pl01 div.info202403pl02{
        padding-left: 0;
    }
}