﻿a.txtLink {
  color: #0066B5;
  text-decoration: underline;
  transition: opacity 0.3s;
  cursor: pointer;
}
a.txtLink:hover {
  opacity: 0.7;
}
a.txtLink .icon-ico_target {
  text-decoration: none;
}
/* domestic01.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.domestic01WatTxt {
  margin-bottom: 48px;
}
.domestic01Flow {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .domestic01Flow {
    flex-direction: row;
    gap: 5px;
  }
}
.domestic01FlowItem {
  background-color: #cde1f0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .domestic01FlowItem {
    width: 33%;
  }
}
.FlowItem01 {
  z-index: 30;
}
.FlowItem02 {
  z-index: 20;
}
.FlowItem03 {
  z-index: 10;
}
.domestic01FlowItem.FlowItem01::after, .domestic01FlowItem.FlowItem02::after {
  background-color: #cde1f0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  right: 0;
  bottom: -30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .domestic01FlowItem.FlowItem01::after, .domestic01FlowItem.FlowItem02::after {
    display: none;
  }
}
.domestic01FlowTtl {
  background-color: #0066b5;
  text-align: center;
  position: relative;
  z-index: 3;
  line-height: 1;
  padding: 50px 0 0;
}
@media screen and (min-width: 768px) {
  .domestic01FlowTtl {
    padding: 10px 0;
    line-height: 2;
  }
}
.FlowItem01 .domestic01FlowTtl {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .FlowItem01 .domestic01FlowTtl {
    padding: 10px 0;
  }
}
.domestic01FlowTtl::after {
  background-color: #0066b5;
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  right: 0;
  bottom: -30px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .FlowItem01 .domestic01FlowTtl::before, .FlowItem02 .domestic01FlowTtl::before {
    background-color: #fff;
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 70px;
    top: -4px;
    right: -21px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: 1;
  }
  .FlowItem01 .domestic01FlowTtl::after, .FlowItem02 .domestic01FlowTtl::after {
    width: 16px;
    height: 64px;
    top: 0;
    right: -16px;
    bottom: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: 2;
  }
  .FlowItem03 .domestic01FlowTtl::after {
    display: none;
  }
}
.domestic01FlowTtl p {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .domestic01FlowTtl p {
    font-size: 2.2rem;
  }
}
.domestic01FlowTxt {
  padding: 50px 30px 30px;
}
@media screen and (min-width: 768px) {
  .domestic01FlowTxt {
    padding: 20px;
  }
}
.domestic01FlowTxt li {
  font-size: 1.5rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.domestic01FlowTxt li span {
  font-size: 1.9rem;
  font-weight: 600;
}
.domestic01FlowTxt li.lineSpace {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .domestic01FlowTxt li {
    font-size: 1.6rem;
  }
  .domestic01FlowTxt li span {
    font-size: 2.2rem;
  }
  .domestic01FlowTxt li.lineSpace {
    margin-top: 10px;
  }
}
.domestic01Graph {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  margin-bottom: 60px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .domestic01Graph {
    margin-bottom: 55px;
    flex-direction: row;
  }
  .domestic01Graph .domestic01GraphItem {
    width: 48%;
    max-width: 360px;
  }
}
.domestic01GraphTxtBox {
  background: #0066b5;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .domestic01GraphTxtBox {
    padding: 30px;
  }
}
.domestic01GraphTtl h3 {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .domestic01GraphTtl h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.domestic01GraphTxt {
  display: inline-block;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
.domestic01GraphTxt p + p {
  margin-top: 1.2em;
}
.domestic01GraphTxt .txtL {
  font-weight: bold;
  font-size: 1.95rem;
}
.domestic01GraphTxt .txtS {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
}
.domestic01GraphAnnot {
  font-size: 1.2rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  .domestic01GraphAnnot.sp {
    display: none !important;
  }
  .domestic01GraphAnnot.pc {
    display: flex !important;
    margin-top: 30px;
  }
}
.domestic01GraphAnnot dt {
  margin-right: 4px;
}
.domestic01GraphTxt sup {
  vertical-align: super;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .domestic01GraphTxt {
    height: 100%;
  }
  .domestic01GraphTxt p + p {
    margin-top: 24px;
  }
  .domestic01GraphTxt .txtL {
    font-size: 2.4rem;
  }
  .domestic01GraphTxt .txtS {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .domestic01GraphAnnot {
    font-size: 1.2rem;
  }
}
.domestic01GraphImgBoxPc {
  display: none;
}
.domestic01GraphImgBoxSp {
  display: block;
}
@media screen and (min-width: 768px) {
  .domestic01GraphImgBoxPc {
    display: block;
  }
  .domestic01GraphImgBoxSp {
    display: none;
  }
}
.domestic01GraphImgBoxSp .domestic01GraphAnnot {
  margin-bottom: 60px;
}
.domestic01GraphImg {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
.domestic01GraphImg img {
  display: block;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .domestic01GraphImg {
    flex-direction: row;
    gap: 50px;
  }
  .domestic01GraphImg .domestic01GraphItem {
    width: auto;
  }
}
/* domestic02.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.domestic02SupplyMap img {
  border: 1px solid #e6e6e6;
}
.domestic02SupplyTxt p + p {
  margin-top: 20px;
}
.domestic02SupplyTxt .noteTxt01 {
  padding: 4px 9px;
  background: #F5F5F5;
  border: 1px solid #DDD;
  font-size: 80%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .domestic02SupplyFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.iconBlank::after {
  content: "";
  display: inline-block;
  background: url(/recruit/common/image/icon_blank.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 9px;
  vertical-align: middle;
  line-height: 0;
}
/* domestic03.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.domestic03anchorList {
  margin-bottom: 40px;
  padding: 0 10px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .domestic03anchorList {
    margin: 40px 0 0;
    padding: 25px 10px;
  }
}
.domestic03anchorList > ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .domestic03anchorList > ul {
    flex-direction: row;
  }
}
.domestic03anchorList > ul:nth-of-type(n+2) {
  margin-top: 20px;
}
.domestic03anchorList > ul > li {
  width: 100%;
  min-height: 35px;
  font-size: 1.4rem;
  padding: 0;
}
.domestic03anchorList > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background-image: url(/files/img/about/businesses/arrow_anchor.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 11px;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .domestic03anchorList > ul > li > a {
    justify-content: center;
    text-align: center;
    padding: 0 30px;
  }
  .domestic03anchorList > ul > li > a > br.pc {
    display: block !important;
  }
}
.domestic03anchorList > ul > li:not(:last-of-type) > a {
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  .domestic03anchorList > ul > li:not(:last-of-type) > a {
    border-bottom: none;
    border-right: 1px solid #d8d8d8;
  }
}
.domestic03 h4 {
  font-size: 2.0rem;
  color: #0066b5;
  margin-bottom: 10px;
}
.domestic03 .bizTxt {
  margin-bottom: 30px;
}
.domestic03 .bizTxt sup {
  vertical-align: super;
  font-size: 1.2rem;
}
.domestic03Img {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.domestic03Img img {
  display: block;
  margin: 0 auto;
}
.domestic03Img figcaption {
  text-align: center;
}
.domestic03Annot {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 10px;
  padding-left: 1.7em;
  text-indent: -1.7em;
}