/* --------------- variables --------------------- */
/* Break Point */
.fixedBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fontEn {
  font-family: "Lora", serif;
}

.fontJp {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.pageTitleWrap {
  position: relative;
}
.pageTitleWrap .pageTitleInner {
  position: relative;
}
.pageTitleWrap .pageTitleInner .enTitle {
  font-family: "Lora", serif;
  font-weight: 400;
  color: #a3b1cc;
  text-transform: capitalize;
  position: absolute;
  opacity: 0.25;
}
#contents a:not([href^="tel:"]) {
  text-decoration: underline;
}

.contCatch dd {
  font-weight: 400;
}

.serviceList > div {
  background-color: #ffffff;
}
.serviceList .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #f4f8fe, #e6ebf7);
}
.serviceList .tag {
  color: #3a425c;
  font-weight: bold;
}
.serviceList h2 {
  font-weight: 700;
}
.serviceList ul li {
  position: relative;
}
.specialTechnologyBox,
.specialTechnologyBoxMini {
  background: #e1e6f0;
}
.specialTechnologyBox .specialTechnologyTextWrap,
.specialTechnologyBoxMini .specialTechnologyTextWrap {
  position: relative;
}
.specialTechnologyBox .specialTechnologyTextWrap .specialTechnologyBoxTitleEn,
.specialTechnologyBoxMini .specialTechnologyTextWrap .specialTechnologyBoxTitleEn {
  font-family: "Lora", serif;
  line-height: 1;
  color: #a3b1cc;
  opacity: 0.25;
  position: absolute;
  top: 0;
}
.specialTechnologyBox .specialTechnologyTextWrap .specialTechnologyBoxTitle,
.specialTechnologyBoxMini .specialTechnologyTextWrap .specialTechnologyBoxTitle {
  margin-top: 0;
}
.specialTechnologyBox .specialTechnologyBoxContent .linkList > li,
.specialTechnologyBoxMini .specialTechnologyBoxContent .linkList > li {
  position: relative;
}
.specialTechnologyBox .specialTechnologyBoxContent .linkList > li:before,
.specialTechnologyBoxMini .specialTechnologyBoxContent .linkList > li:before {
  content: "";
  display: block;
  background: #404040;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.pager ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
}
.pager ul li a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  text-decoration: none !important;
}
.pager ul li a:focus, .pager ul li a:hover {
  opacity: 1;
  color: #fff;
  background: #404040;
}
.pager ul li span {
  color: #000;
  border-radius: 50%;
}
.pager ul .current span {
  color: #fff;
  background: #323232;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
}
.pager ul .prev a,
.pager ul .next a {
  display: inline-block;
  position: relative;
}
.pager ul .prev a:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
}
.pager ul .prev a:focus:after,
.pager ul .prev a:hover:after {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}
.pager ul .next a:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
}
.pager ul .next a:focus:after,
.pager ul .next a:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

#breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #828a9c;
}
#breadcrumb .breadcrumb > div {
  display: flex;
  align-items: center;
  position: relative;
}
#breadcrumb .breadcrumb > div:after {
  content: "";
  background-color: #828a9c;
  transform: rotate(28deg);
}
#breadcrumb .breadcrumb > div:last-child:after {
  display: none;
}
#breadcrumb .breadcrumb > div a {
  text-decoration: none;
}

.pageCatTitle {
  color: #a4aebb;
  font-weight: 400;
  border-bottom: 1px solid #c8cdd9;
}

.postH1 {
  font-weight: 700;
  line-height: 1.3;
}
.tag_ymd .tag {
  color: #3a425c;
}
.tag_ymd .ymd {
  font-family: "Inter", sans-serif;
  margin: 0;
}

.listKeyword li button {
  color: #c8c8c8;
  display: inline-block;
  text-align: center;
  background-color: #111;
  box-shadow: inset 0 0 32px rgba(255, 255, 255, 0.15);
  text-decoration: none;
  line-height: 1;
}
.listKeyword li button.active {
  color: #111;
  background-color: rgba(255, 255, 255, 0.3);
}

.anc .accordion_title button {
  width: 100%;
}
.anc .accordion_title .tag {
  width: 100%;
  font-weight: 400;
  text-align: left;
  color: #3a425c;
}
.anc .accordion_title .tag span {
  display: inline-block;
  padding-right: 1em;
}
.anc .accordion_title .title {
  width: 100%;
  margin-top: 5px;
  font-weight: 700;
  text-align: left;
}
.anc .accordion_content {
  position: relative;
}
.anc .accordion_content[aria-hidden=true] {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.anchorList {
  display: flex;
}
.anchorList li {
  line-height: 1;
}
.anchorList li a {
  text-decoration: none !important;
  display: inline-block;
}

#message .messageTitle {
  font-weight: 400;
}
#message .messageTitle span {
  display: inline-block;
  color: #fff;
  font-family: "Lora", serif;
  border-radius: 4px;
  background-color: #000;
}
#message .messageTitle p {
  margin: 0;
  line-height: 1.4;
}
#message figure {
  text-align: center;
}
#message .messageText {
  line-height: 2;
}
#message .ceo {
  text-align: right;
}

.titleCol2 .commonList {
  padding: 0;
}

.centerContent {
  margin-inline: auto;
}

.guidelinesInner ul {
  font-weight: 500;
}

.contact_wrap .tel_box {
  border: 1px solid #4A4A4A;
}
.contact_wrap .contact_h2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Lora", serif;
  line-height: 1;
}
.contact_wrap .contact_step li {
  position: relative;
}
.contact_wrap .privacy {
  border: 1px solid #000000;
}
.contact_wrap .privacy .title {
  display: block;
  color: #000000;
  font-weight: bold;
}
.contact_wrap .privacy p {
  color: #000000;
}
.contact_wrap .parts-12 .privacyNote {
  position: relative;
  text-align: center;
}
.contact_wrap .parts-12 .privacyNote a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.contact_wrap .parts-12 .privacyNote a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s opacity;
}
.contact_wrap .dl_parts-10 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact_wrap .dl_parts-10 dt,
.contact_wrap .dl_parts-10 dd {
  width: 100%;
}
.contact_wrap .dl_parts-10 dt {
  margin-bottom: 12px;
}
.contact_wrap .dl_parts-10 dt .aform-required {
  position: inherit;
  border-radius: 9999px;
}
.contact_wrap .dl_parts-10 dd {
  padding-left: 0;
}
.contact_wrap .dl_parts-10 dd .aform-name-ul,
.contact_wrap .dl_parts-10 dd .aform-kana-ul {
  display: flex;
  width: 100%;
}
.contact_wrap .dl_parts-10 dd .aform-name-ul > li,
.contact_wrap .dl_parts-10 dd .aform-kana-ul > li {
  width: 50%;
}
.contact_wrap .dl_parts-10 dd .aform-name-ul > li:nth-child(odd),
.contact_wrap .dl_parts-10 dd .aform-kana-ul > li:nth-child(odd) {
  padding-right: 1em;
}
.contact_wrap .dl_parts-10 dd .aform-name-ul > li:nth-child(even),
.contact_wrap .dl_parts-10 dd .aform-kana-ul > li:nth-child(even) {
  padding-left: 1em;
}
.contact_wrap .dl_parts-10 .parts-10 > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_wrap .dl_parts-10 .parts-10 > li input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
}
.contact_wrap .dl_parts-10 .parts-10 > li input + label:before, .contact_wrap .dl_parts-10 .parts-10 > li input + label:after {
  content: "";
  display: block;
}
.contact_wrap .dl_parts-10 .parts-10 > li input + label:before {
  border-radius: 3px;
  border: none;
  background: #e5e5e5;
}
.contact_wrap .dl_parts-10 .parts-10 > li input + label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: none;
}
.contact_wrap .dl_parts-10 .parts-10 > li input:checked + label:after {
  opacity: 1;
}

.lead_txt {
  text-align: center;
}
.pmarkBox {
  display: flex;
  align-items: center;
}
.pmarkBox > figure {
  flex: none;
}
.pmarkBox .pmarkBoxNote {
  color: #888888;
}

.worksDetailCatch {
  line-height: 1.75;
}
.newsList > li a {
  text-decoration: none !important;
}
#worksArchive .worksItem a {
  text-decoration: none;
}

#contents .worksImageList img {
  display: block;
  margin: auto;
}

.singleContents h2 {
  font-weight: 700;
}
.singleContents h3 {
  position: relative;
}
.singleContents h4 {
  font-weight: 700;
}
.singleContents ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.singleContents ol li {
  position: relative;
}
.singleContents .colorBox {
  background-color: #e1e6f0;
  border-radius: 10px;
}
.singleContents .colorBox .cont p {
  margin: 0;
}
.singleContents .borderBox {
  border: 1px solid #ccd2da;
  border-radius: 10px;
}
.singleContents .borderBox .cont p {
  margin: 0;
}

h2, h3, h4 {
  line-height: 1.5;
}

h2.title {
  font-weight: 700;
}

h3.title {
  position: relative;
}
h4.title {
  font-weight: 700;
}
.h2 {
  font-weight: 700;
}

ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol li {
  position: relative;
}

a.icon {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
a.icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: absolute;
  right: 0px;
  top: 0.2em;
}
a.icon[href$=pdf]:after {
  background-image: url(../images/common/icon_pdf.svg);
}
a.icon[href$=doc]:after, a.icon[href$=docx]:after {
  background-image: url(../images/common/icon_word.svg);
}
a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
  background-image: url(../images/common/icon_excel.svg);
}
a.icon.front {
  padding-left: 25px;
  padding-right: 0;
}
a.icon.front:after {
  left: 0px;
}

.iconBlank {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/common/icon_blank.webp") no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.btnWrap a,
.commonBtn {
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #0e142d;
  box-shadow: inset 0 0 46px rgba(255, 255, 255, 0.3);
  text-decoration: none !important;
  line-height: 1.3;
}

.btnBack {
  position: relative;
}
.btnBack:before {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow_small.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.img img {
  border-radius: 10px;
}

.imgLine2 img {
  border-radius: 10px;
}
.imgLine2 li {
  text-align: center;
  padding: 0 !important;
}
.imgLine2 li:before {
  content: none !important;
}
.imgLine2 li img {
  max-width: 100%;
}
.imgLine2 .cap {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: #222;
  text-align: left;
}

.imgLine3 img {
  border-radius: 10px;
}
.imgLine3 li {
  text-align: center;
  padding: 0 !important;
}
.imgLine3 li:before {
  content: none !important;
}
.imgLine3 li img {
  max-width: 100%;
}
.imgLine3 .cap {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  color: #222;
  text-align: left;
}

.imgInP .img .cap {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #111111;
  text-align: left;
}
.twoCol .cap {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #111111;
  text-align: left;
}

.colorBox {
  background-color: #e1e6f0;
  border-radius: 10px;
}
.colorBox .cont p {
  margin: 0;
}

.borderBox {
  border: 1px solid #ccd2da;
  border-radius: 10px;
}
.borderBox .cont p {
  margin: 0;
}

.commonTable {
  border-collapse: collapse;
  border-spacing: inherit;
  text-align: left;
}
.commonTable th {
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #c8cdd9;
  border-top: 1px solid #c8cdd9;
}
.commonTable th:last-child {
  margin-bottom: 0;
  border-right: none;
}
.commonTable td {
  border: none;
  border-bottom: 1px solid #c8cdd9;
  border-top: 1px solid #c8cdd9;
  word-break: break-all;
}
.commonTable td:last-child {
  margin-bottom: 0;
  border-right: none;
}

.scrollTable {
  overflow: auto;
}
.scrollText {
  font-size: 12px;
  display: block;
  text-align: right;
  margin: 30px 0 -20px;
}

.iframeBox {
  position: relative;
  padding-bottom: 56.25%;
}
.iframeBox iframe, .iframeBox video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.ofh {
  overflow: hidden;
}

dl.commonList > div {
  border-bottom: 1px solid #c8cdd9;
}
dl.commonList > div:first-of-type {
  border-top: 1px solid #c8cdd9;
}
dl.commonList > div > dd {
  font-weight: 400;
}

/* common class */
.pointerNone {
  cursor: default;
  text-decoration: none;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.Center {
  margin: 0 auto !important;
}

.ovh {
  overflow: hidden !important;
}

.mw100 {
  max-width: 100% !important;
  width: auto !important;
}

.w100p {
  width: 100% !important;
}

.pT0 {
  padding-top: 0 !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline !important;
}

.bdb {
  border-bottom: 2px solid #004aa4;
}

.fontL {
  font-size: 1.2em;
}

.fontS {
  font-size: 0.8em;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.preBox {
  background: #eff0f4;
  border: 1px solid #404040;
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}
.preBox pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-text-align-last: auto;
       text-align-last: auto;
}

@media screen and (max-width: 1023px) {
  .fixedBg {
    background: url(../images/second/content_bg_sp.webp) no-repeat top center;
    background-size: 100% auto;
    background-color: #f6f9ff;
  }
  body {
    padding-top: 63px;
  }
  .commonInner {
    padding: 0 20px;
    max-width: 648px;
    margin: 0 auto;
  }
  .singleContents {
    max-width: 650px;
    margin-inline: auto;
    padding: 0 20px;
  }
  .pageTitleWrap {
    padding-top: 56px;
  }
  .pageTitleWrap + #contents {
    padding-top: 10px;
  }
  .pageTitleWrap .pageTitleInner {
    padding: 0 20px;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    line-height: 1;
  }
  .pageTitleWrap .pageTitleInner .enTitle {
    font-size: 55px;
    bottom: 15px;
    left: 10px;
  }
  .pageTitleWrap .pageTitleInner .jpTitle {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 6px;
  }
  #contents {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .contCatch dt {
    font-size: 20px;
  }
  .contCatch dd {
    margin-top: 20px;
  }
  .serviceList {
    margin-top: 30px;
  }
  .serviceList > div {
    border-radius: 10px;
    padding: 25px 20px;
  }
  .serviceList > div + div {
    margin-top: 10px;
  }
  .serviceList .icon {
    width: 46px;
    text-align: center;
  }
  .serviceList .icon img {
    max-width: 26px;
  }
  .serviceList .tag {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
  }
  .serviceList h2 {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
  }
  .serviceList h2 + p {
    margin-top: 15px;
  }
  .serviceList ul {
    margin-top: 30px;
  }
  .serviceList ul + ul {
    margin-top: 10px;
  }
  .serviceList ul li {
    padding-left: 15px;
  }
  .serviceList ul li + li {
    margin-top: 10px;
  }
  .serviceList ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/second/line_arrow.png) no-repeat center/cover;
    width: 11px;
    height: 22px;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
  }
  * + .specialTechnologyBox,
  * + .specialTechnologyBoxMini {
    margin-top: 92px;
  }
  .specialTechnologyBox,
  .specialTechnologyBoxMini {
    padding: 25px 20px;
    border-radius: 10px;
  }
  .specialTechnologyBox .specialTechnologyTextWrap,
  .specialTechnologyBoxMini .specialTechnologyTextWrap {
    padding-top: 19px;
  }
  .specialTechnologyBox .specialTechnologyTextWrap .specialTechnologyBoxTitleEn,
  .specialTechnologyBoxMini .specialTechnologyTextWrap .specialTechnologyBoxTitleEn {
    font-size: 28px;
    left: -10px;
  }
  .specialTechnologyBox .specialTechnologyTextWrap .specialTechnologyBoxTitle,
  .specialTechnologyBoxMini .specialTechnologyTextWrap .specialTechnologyBoxTitle {
    font-size: 16px;
  }
  .specialTechnologyBox * + .specialTechnologyBoxContent,
  .specialTechnologyBoxMini * + .specialTechnologyBoxContent {
    margin-top: 17px;
  }
  .specialTechnologyBox .specialTechnologyBoxContent .linkList + *,
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList + * {
    margin-top: 24px;
  }
  .specialTechnologyBox .specialTechnologyBoxContent .linkList > li,
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList > li {
    padding-left: 17px;
  }
  .specialTechnologyBox .specialTechnologyBoxContent .linkList > li:before,
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList > li:before {
    width: 8px;
    height: 1px;
  }
  .specialTechnologyBox .specialTechnologyBoxContent .linkList > li + li,
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList > li + li {
    margin-top: 8px;
  }
  .pager {
    margin-top: 40px;
  }
  .pager ul li {
    margin: 0 5px;
    width: 30px;
    height: 30px;
  }
  .pager ul li a {
    width: 30px;
    height: 30px;
  }
  .pager ul .current span {
    width: 30px;
    height: 30px;
  }
  .pager ul .prev a,
  .pager ul .next a {
    width: 30px;
    height: 30px;
  }
  .pager ul .prev a:after {
    left: 12px;
  }
  .pager ul .next a:after {
    right: 12px;
  }
  #breadcrumb {
    padding: 20px 80px 20px 20px;
  }
  #breadcrumb .breadcrumb > div {
    font-size: 12px;
  }
  #breadcrumb .breadcrumb > div > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #breadcrumb .breadcrumb > div:after {
    width: 1px;
    height: 14px;
    margin: 0 15px;
  }
  .pageCatTitle {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .postH1 {
    margin-top: 30px;
    font-size: 24px;
  }
  .postH1 + * {
    margin-top: 35px !important;
  }
  .tag_ymd {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }
  .tag_ymd .tag {
    font-size: 12px;
  }
  .tag_ymd .tag span {
    display: inline-block;
    margin-right: 1em;
  }
  .tag_ymd .ymd {
    font-size: 12px;
  }
  .listKeyword {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px 8px;
    margin-top: 25px;
  }
  .listKeyword li:nth-child(n+8):not(.toggleBtn) {
    display: none;
  }
  .listKeyword li.toggleBtn button {
    min-width: 34px;
    padding-inline: 13px;
    text-align: center;
  }
  .listKeyword li button {
    border-radius: 18px;
    font-size: 14px;
    padding: 10px 26px;
  }
  .anc {
    margin-top: 40px;
  }
  .anc > .accordion {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 20px 16px rgba(195, 195, 195, 0.1);
  }
  .anc > .accordion + .accordion {
    margin-top: 10px;
  }
  .anc .accordion_title {
    position: relative;
    cursor: pointer;
  }
  .anc .accordion_title:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #3a425c;
    position: absolute;
    right: 28px;
    top: calc(50% - 8px);
  }
  .anc .accordion_title:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #3a425c;
    position: absolute;
    right: 20px;
    top: 50%;
  }
  .anc .accordion_title:has([aria-expanded=true]):before {
    content: none;
  }
  .anc .accordion_title button {
    padding: 20px 60px 20px 20px;
  }
  .anc .accordion_title .tag {
    font-size: 12px;
  }
  .anc .accordion_title .title {
    font-size: 16px;
  }
  .anc .accordion_content {
    padding: 20px 20px;
  }
  .anc .accordion_content:before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #cfcfcf;
    position: absolute;
    left: 20px;
    top: 0;
  }
  .anchorList {
    justify-content: flex-end;
  }
  .anchorList li {
    border-left: 1px solid #111111;
  }
  .anchorList li:last-of-type {
    border-right: 1px solid #111111;
  }
  .anchorList li a {
    font-size: 12px;
    padding: 0 10px;
  }
  #message {
    margin-top: 50px;
  }
  #message .messageTitle span {
    font-size: 18px;
    padding: 0 15px;
  }
  #message .messageTitle p {
    font-size: 24px;
    margin-top: 15px;
  }
  #message figure {
    margin-top: 20px;
  }
  #message figure img {
    border-radius: 10px;
  }
  .titleCol2 .cont {
    margin-top: 20px;
  }
  * + .centerContent {
    margin-top: 20px;
  }
  .centerContent {
    max-width: 570px;
  }
  .mapWrap p {
    font-weight: 500;
  }
  .mapWrap .map {
    margin-top: 20px;
  }
  .mapWrap .map iframe {
    width: 100%;
    height: 280px;
  }
  .guidelinesInner ul {
    margin-top: 20px;
  }
  .guidelinesInner ul + ul {
    margin-top: 5px;
  }
  .guidelinesInner ul li + li {
    margin-top: 5px;
  }
  .contact_wrap .tel_box {
    border: 1px solid #4A4A4A;
    padding: 20px;
    margin: 30px auto 0;
  }
  .contact_wrap .tel_box dl dt {
    font-size: 16px;
    text-align: center;
  }
  .contact_wrap .tel_box dl dd {
    text-align: center;
    margin-top: 15px;
  }
  .contact_wrap .tel_box dl dd a {
    text-decoration: none;
    font-size: 33px;
    font-style: italic;
    line-height: 1;
    font-family: "Lora", serif;
    letter-spacing: 0.1em;
  }
  .contact_wrap .tel_box dl dd span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
  }
  .contact_wrap .contact_h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Lora", serif;
    line-height: 1;
    font-size: 24px;
    margin-top: 40px;
  }
  .contact_wrap .contact_h2 span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }
  .contact_wrap .contact_step {
    margin: 40px auto;
    display: flex;
    width: 318px;
  }
  .contact_wrap .contact_step li {
    position: relative;
    width: 106px;
    padding-top: 30px;
    text-align: center;
  }
  .contact_wrap .contact_step li:not(:first-of-type):after {
    content: "";
    display: inline-block;
    width: 94px;
    height: 1px;
    background: #F7F7F7;
    position: absolute;
    top: 6px;
    left: -47px;
  }
  .contact_wrap .contact_step li:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #F7F7F7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
  }
  .contact_wrap .contact_step li.current:before {
    background: #000000;
  }
  .contact_wrap .privacy {
    border: 1px solid #000000;
    padding: 30px 20px 20px;
    margin-top: 40px;
  }
  .contact_wrap .privacy .title {
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
  }
  .contact_wrap .privacy p {
    color: #000000;
    margin-top: 20px;
  }
  .contact_wrap .parts-12 {
    text-align: center;
  }
  .contact_wrap .parts-12 .privacyNote {
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 2;
    font-feature-settings: "palt";
  }
  .contact_wrap .parts-12 .privacyNote a {
    text-decoration: none;
    color: #ef8137;
  }
  .contact_wrap .parts-12 .privacyNote a:before {
    background: #ef8137;
  }
  .contact_wrap .dl_parts-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact_wrap .dl_parts-10 dt {
    margin-bottom: 12px;
    width: 100%;
    padding-right: 60px;
    min-height: 17px;
    margin-bottom: 4px;
  }
  .contact_wrap .dl_parts-10 dt .aform-required {
    margin: 0 0 0 8px;
    height: 17px;
    vertical-align: middle;
    background: #000000;
    color: #fff;
    font-size: 10px;
    padding: 4px 12px 2px;
    line-height: 1;
    display: inline-block;
    border-radius: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .contact_wrap .dl_parts-10 dd .aform-name-ul > li label,
  .contact_wrap .dl_parts-10 dd .aform-kana-ul > li label {
    font-size: 12px;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label {
    padding: 0 0 0 25px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label:before {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    top: 0;
    margin-top: 0;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label:after {
    width: 10px;
    height: 7px;
    border-left: 4px solid #000000;
    border-bottom: 4px solid #000000;
    transform: rotate(-45deg) translateX(0px) translateY(-1px);
    position: absolute;
    left: 0.25em;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.4s opacity;
  }
  * + .lead_txt {
    margin-top: 20px;
  }
  .lead_txt {
    font-size: 15px;
  }
  .lead_txt + .titleMoon {
    margin-top: 67px;
  }
  * + .pmarkBox {
    margin-top: 30px;
  }
  .pmarkBox {
    margin-inline: auto;
  }
  .pmarkBox > figure {
    width: 60px;
  }
  .pmarkBox .pmarkBoxNote {
    margin-left: 33px;
    font-size: 12px;
    line-height: 1.46;
    margin-top: 0;
  }
  .worksDetailCatch {
    margin-top: 21px;
    font-size: 15px;
  }
  .worksDetailCatch + * {
    margin-top: 40px;
  }
  #contents .worksContents .worksDetailHeader {
    padding: 0 20px;
  }
  #contents .worksContents .worksDetailBody {
    margin-top: 35px;
    padding-bottom: 60px;
  }
  #contents .worksSummary > div > dd {
    line-height: 1.7;
  }
  #contents .worksImageList img {
    margin-top: 10px;
    padding-bottom: 5px;
  }
  html:has(.worksDetailBody) #contents {
    padding-bottom: 0;
  }
  .singleContents .singleContentsMain {
    max-width: 566px;
    margin-top: 20px;
    margin-inline: auto;
  }
  .singleContents * + p {
    margin-top: 20px;
  }
  .singleContents * + .btnWrap {
    margin-top: 40px;
  }
  .singleContents h3 + p {
    margin-top: 10px;
  }
  .singleContents h4 + p {
    margin-top: 10px;
  }
  .singleContents * + h2 {
    margin-top: 40px;
  }
  .singleContents * + h3 {
    margin-top: 25px;
  }
  .singleContents * + h4 {
    margin-top: 23px;
  }
  .singleContents h2 {
    font-size: 20px;
  }
  .singleContents h3 {
    font-size: 15px;
    padding-left: 20px;
  }
  .singleContents h3:before {
    content: "";
    display: inline-block;
    background-color: #111111;
    width: 1px;
    height: 15px;
    transform: rotate(28deg);
    position: absolute;
    top: 3px;
    left: 5px;
  }
  .singleContents h3 + * {
    margin-top: 13px;
  }
  .singleContents h4 {
    font-size: 14px;
  }
  .singleContents h4 + * {
    margin-top: 10px;
  }
  .singleContents ul:not([class]) li {
    padding-left: 15px;
    position: relative;
  }
  .singleContents ul:not([class]) li:not(:first-of-type) {
    margin-top: 9px;
  }
  .singleContents ul:not([class]) li p:first-of-type {
    margin-top: 10px;
  }
  .singleContents ul:not([class]) li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #626c81;
    position: absolute;
    margin: auto;
    top: 9px;
    left: 0px;
    border-radius: 50%;
  }
  .singleContents ol li {
    padding-left: 28px;
    counter-increment: mycounter;
  }
  .singleContents ol li p:first-of-type {
    margin-top: 10px;
  }
  .singleContents ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #111111;
    font-weight: bold;
  }
  .singleContents ol li:not(:first-of-type) {
    margin-top: 15px;
  }
  .singleContents .colorBox {
    padding: 20px 20px;
  }
  .singleContents .colorBox .title {
    font-weight: bold;
    font-size: 15px;
    position: relative;
  }
  .singleContents .colorBox * + h2.title {
    margin-top: 10px;
  }
  .singleContents .colorBox .cont {
    margin-top: 10px;
  }
  .singleContents .colorBox .cont * + p {
    margin: 10px 0 0;
  }
  .singleContents .borderBox {
    padding: 20px 20px;
  }
  .singleContents .borderBox .title {
    font-weight: bold;
    font-size: 15px;
    position: relative;
  }
  .singleContents .borderBox * + .title {
    margin-top: 10px;
  }
  .singleContents .borderBox .cont {
    margin-top: 10px;
  }
  .singleContents .borderBox .cont * + p {
    margin: 10px 0 0;
  }
  * + p {
    margin-top: 20px;
  }
  * + p.wide {
    margin-top: 50px;
  }
  h2, h3, h4 {
    line-height: 1.5;
  }
  h3 + p {
    margin-top: 10px;
  }
  h4 + p {
    margin-top: 10px;
  }
  h3 + .commonList {
    margin-top: 10px;
  }
  * + h2.title, * + .h2 {
    margin-top: 40px;
  }
  * + h3.title {
    margin-top: 25px;
  }
  * + h4.title {
    margin-top: 23px;
  }
  h2.title {
    font-size: 20px;
  }
  h3.title {
    font-size: 15px;
    padding-left: 20px;
  }
  h3.title:before {
    content: "";
    display: inline-block;
    background-color: #111111;
    width: 1px;
    height: 15px;
    transform: rotate(28deg);
    position: absolute;
    top: 3px;
    left: 5px;
  }
  h3.title + * {
    margin-top: 13px;
  }
  h4.title {
    font-size: 14px;
  }
  h4.title + * {
    margin-top: 10px;
  }
  .h2 {
    font-size: 20px;
  }
  ul.commonList li {
    padding-left: 15px;
    position: relative;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 9px;
  }
  ul.commonList li p:first-of-type {
    margin-top: 10px;
  }
  ul.commonList li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #626c81;
    position: absolute;
    margin: auto;
    top: 9px;
    left: 0px;
    border-radius: 50%;
  }
  ol li {
    padding-left: 28px;
    counter-increment: mycounter;
  }
  ol li p:first-of-type {
    margin-top: 10px;
  }
  ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #111111;
    font-weight: bold;
  }
  ol li:not(:first-of-type) {
    margin-top: 15px;
  }
  section + section {
    margin-top: 50px;
  }
  * + .commonList, * + .linkList, * + .borderBox, * + .commonTable {
    margin-top: 15px;
  }
  * + .colorBox {
    margin-top: 40px;
  }
  * + .borderBox {
    margin-top: 20px;
  }
  * + ol {
    margin-top: 20px;
  }
  * + .imgLine2, * + .imgLine3, * + .twoCol {
    margin-top: 20px;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: 0px;
    top: 0.2em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/common/icon_word.svg);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/common/icon_excel.svg);
  }
  a.icon.front {
    padding-left: 25px;
    padding-right: 0;
  }
  a.icon.front:after {
    left: 0px;
  }
  .iconBlank {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/common/icon_blank.webp") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
    top: -2px;
  }
  .btnWrap a,
  .commonBtn {
    border-radius: 26px;
    padding: 17px 20px;
    min-width: 220px;
  }
  .btnBack {
    padding-inline: 45px;
  }
  .btnBack:before {
    width: 14px;
    height: 14px;
    left: 25px;
  }
  .btnWrap {
    margin-top: 90px;
    text-align: center;
  }
  p .commonBtn + .commonBtn {
    margin-top: 20px;
  }
  .imgLine2.spflex {
    display: flex;
  }
  .imgLine2.spflex li {
    margin: 0;
    width: calc(50% - 8px);
  }
  .imgLine2.spflex li:nth-of-type(odd) {
    margin-right: 16px;
  }
  .imgLine2 li {
    margin-top: 10px !important;
  }
  .imgLine2 li img {
    max-width: 100%;
  }
  .imgLine2 .cap {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #222;
    text-align: left;
    font-size: 14px;
  }
  .imgLine3 li {
    margin-top: 10px !important;
  }
  .imgLine3 li img {
    max-width: 100%;
  }
  .imgLine3 .cap {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #222;
    text-align: left;
    font-size: 14px;
  }
  .imgInP .img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .imgInP .img .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #111111;
    text-align: left;
    font-size: 12px;
  }
  .imgInP.sp_img_btm {
    display: flex;
    flex-wrap: wrap;
  }
  .imgInP.sp_img_btm .img {
    display: block;
    order: 2;
    margin: 20px auto 0;
    padding-bottom: 0;
  }
  .imgInP.sp_img_btm .text {
    flex-basis: 100%;
    order: 1;
  }
  .twoCol .txt *:nth-child(1) {
    margin-top: 0;
  }
  .twoCol .txt + .img {
    margin-top: 30px;
  }
  .twoCol .txt + .txt {
    margin-top: 30px;
  }
  .twoCol .img {
    width: 100%;
    text-align: center;
  }
  .twoCol .img + .img {
    margin-top: 30px;
  }
  .twoCol .img + .txt {
    margin-top: 30px;
  }
  .twoCol .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .twoCol .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #111111;
    text-align: left;
    font-size: 12px;
  }
  .colorBox {
    padding: 20px 20px;
  }
  .colorBox .title {
    font-weight: bold;
    font-size: 15px;
    position: relative;
  }
  .colorBox * + h2.title {
    margin-top: 10px;
  }
  .colorBox .cont {
    margin-top: 10px;
  }
  .colorBox .cont * + p {
    margin: 10px 0 0;
  }
  .borderBox {
    padding: 20px 20px;
  }
  .borderBox .title {
    font-weight: bold;
    font-size: 15px;
    position: relative;
  }
  .borderBox * + .title {
    margin-top: 10px;
  }
  .borderBox .cont {
    margin-top: 10px;
  }
  .borderBox .cont * + p {
    margin: 10px 0 0;
  }
  .commonTable {
    width: 100%;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 120px;
  }
  .commonTable th {
    padding: 10px 10px;
  }
  .commonTable th.sub {
    border-bottom: 1px solid #b1b5bd;
    border-top: none;
  }
  .commonTable td {
    padding: 10px 10px;
  }
  .scrollTable {
    margin-top: 30px;
  }
  .scrollTable table {
    white-space: nowrap;
  }
  .scrollText {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 30px 0 -20px;
  }
  .iframeBox {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
  }
  .iframeBox iframe, .iframeBox video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
  }
  * + dl.commonList {
    margin-top: 30px;
  }
  dl.commonList > div {
    padding: 12px;
  }
  dl.commonList > div > dd {
    margin-top: 5px;
  }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none;
  }
  .taC {
    text-align: center !important;
  }
  .taL {
    text-align: left !important;
  }
  .taR {
    text-align: right !important;
  }
  .Center {
    margin: 0 auto !important;
  }
  .ovh {
    overflow: hidden !important;
  }
  .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  .w100p {
    width: 100% !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5 {
    margin-bottom: 5px !important;
  }
  .mB10 {
    margin-bottom: 10px !important;
  }
  .mB20 {
    margin-bottom: 20px !important;
  }
  .mB30 {
    margin-bottom: 30px !important;
  }
  .mB40 {
    margin-bottom: 40px !important;
  }
  .mB50 {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  .mT10 {
    margin-top: 10px !important;
  }
  .mT20 {
    margin-top: 20px !important;
  }
  .mT30 {
    margin-top: 30px !important;
  }
  .mT40 {
    margin-top: 40px !important;
  }
  .mT50 {
    margin-top: 50px !important;
  }
  .mT60 {
    margin-top: 60px !important;
  }
  .mL0 {
    margin-left: 0px !important;
  }
  .mL5 {
    margin-left: 5px !important;
  }
  .mL10 {
    margin-left: 10px !important;
  }
  .mL20 {
    margin-left: 20px !important;
  }
  .mL30 {
    margin-left: 30px !important;
  }
  .mL40 {
    margin-left: 40px !important;
  }
  .mL50 {
    margin-left: 50px !important;
  }
  .mR0 {
    margin-right: 0px !important;
  }
  .mR5 {
    margin-right: 5px !important;
  }
  .mR10 {
    margin-right: 10px !important;
  }
  .mR20 {
    margin-right: 20px !important;
  }
  .mR30 {
    margin-right: 30px !important;
  }
  .mR40 {
    margin-right: 40px !important;
  }
  .mR50 {
    margin-right: 50px !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5_sp {
    margin-bottom: 5px !important;
  }
  .mB10_sp {
    margin-bottom: 10px !important;
  }
  .mB20_sp {
    margin-bottom: 20px !important;
  }
  .mB30_sp {
    margin-bottom: 30px !important;
  }
  .mB40_sp {
    margin-bottom: 40px !important;
  }
  .mB50_sp {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5_sp {
    margin-top: 5px !important;
  }
  .mT10_sp {
    margin-top: 10px !important;
  }
  .mT20_sp {
    margin-top: 20px !important;
  }
  .mT30_sp {
    margin-top: 30px !important;
  }
  .mT40_sp {
    margin-top: 40px !important;
  }
  .mT50_sp {
    margin-top: 50px !important;
  }
  .mL0_sp {
    margin-left: 0px !important;
  }
  .mL5_sp {
    margin-left: 5px !important;
  }
  .mL10_sp {
    margin-left: 10px !important;
  }
  .mL20_sp {
    margin-left: 20px !important;
  }
  .mL30_sp {
    margin-left: 30px !important;
  }
  .mL40_sp {
    margin-left: 40px !important;
  }
  .mL50_sp {
    margin-left: 50px !important;
  }
  .mR0_sp {
    margin-right: 0px !important;
  }
  .mR5_sp {
    margin-right: 5px !important;
  }
  .mR10_sp {
    margin-right: 10px !important;
  }
  .mR20_sp {
    margin-right: 20px !important;
  }
  .mR30_sp {
    margin-right: 30px !important;
  }
  .mR40_sp {
    margin-right: 40px !important;
  }
  .mR50_sp {
    margin-right: 50px !important;
  }
  .size12_sp {
    font-size: 12px !important;
  }
  .size14_sp {
    font-size: 14px !important;
  }
  .size16_sp {
    font-size: 16px !important;
  }
  .size18_sp {
    font-size: 18px !important;
  }
  .size20_sp {
    font-size: 20px !important;
  }
  .w50p_sp {
    width: 50% !important;
  }
  .taL_sp {
    text-align: left !important;
  }
  .taC_sp {
    text-align: center !important;
  }
  .bold {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline !important;
  }
  .bdb {
    border-bottom: 2px solid #004aa4;
  }
  .fontL {
    font-size: 1.2em;
  }
  .fontS {
    font-size: 0.8em;
  }
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #404040;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .fixedBg {
    background: url(../images/second/content_bg_pc.webp) no-repeat top center;
    background-size: 100% auto;
    background-color: #f6f9ff;
  }
  body {
    padding-top: 100px;
  }
  .commonInner {
    max-width: 1100px;
    width: 100%;
    padding-inline: 60px;
    margin: 0 auto;
  }
  .singleContents {
    max-width: 980px;
    padding-inline: 60px;
    margin: 0 auto;
  }
  .pageTitleWrap {
    padding-top: 152px;
  }
  .pageTitleWrap .pageTitleInner {
    max-width: 1100px;
    width: 100%;
    padding-inline: 60px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: flex-end;
    line-height: 1;
  }
  .pageTitleWrap .pageTitleInner .enTitle {
    font-size: 110px;
    bottom: 20px;
    left: -80px;
  }
  .pageTitleWrap .pageTitleInner .jpTitle {
    font-weight: 700;
    font-size: 48px;
    position: relative;
  }
  #contents {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  #contents a:not([href^="tel:"]):hover, #contents a:not([href^="tel:"]):focus {
    text-decoration: none;
  }
  .contCatch dt {
    font-size: 34px;
  }
  .contCatch dd {
    margin-top: 20px;
  }
  .serviceList {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .serviceList > div {
    border-radius: 15px;
    width: calc(50% - 10px);
    padding: 50px 40px 40px;
  }
  .serviceList .icon {
    width: 70px;
    text-align: center;
  }
  .serviceList .icon img {
    max-width: 33px;
  }
  .serviceList .tag {
    text-align: center;
    margin-top: 7px;
  }
  .serviceList h2 {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
  }
  .serviceList h2 + p {
    margin-top: 20px;
  }
  .serviceList ul {
    margin-top: 50px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .serviceList ul + ul {
    padding-left: 15px;
  }
  .serviceList ul li {
    padding-left: 20px;
  }
  .serviceList ul li + li {
    margin-top: 15px;
  }
  .serviceList ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/second/line_arrow.png) no-repeat center/cover;
    width: 11px;
    height: 22px;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
  }
  * + .specialTechnologyBox,
  * + .specialTechnologyBoxMini {
    margin-top: 138px;
  }
  .specialTechnologyBox,
  .specialTechnologyBoxMini {
    padding: 28px 53px 45px;
    border-radius: 15px;
  }
  .specialTechnologyBox .specialTechnologyTextWrap,
  .specialTechnologyBoxMini .specialTechnologyTextWrap {
    padding-top: 28px;
  }
  .specialTechnologyBox .specialTechnologyTextWrap .specialTechnologyBoxTitleEn,
  .specialTechnologyBoxMini .specialTechnologyTextWrap .specialTechnologyBoxTitleEn {
    font-size: 42px;
    left: -25px;
  }
  .specialTechnologyBox .specialTechnologyTextWrap .specialTechnologyBoxTitle,
  .specialTechnologyBoxMini .specialTechnologyTextWrap .specialTechnologyBoxTitle {
    font-size: 24px;
  }
  .specialTechnologyBox * + .specialTechnologyBoxContent,
  .specialTechnologyBoxMini * + .specialTechnologyBoxContent {
    margin-top: 40px;
  }
  .specialTechnologyBox .specialTechnologyBoxContent,
  .specialTechnologyBoxMini .specialTechnologyBoxContent {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  .specialTechnologyBox .specialTechnologyBoxContent .linkList,
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList {
    width: 30.3%;
    margin-top: 0;
    font-size: 16px;
  }
  .specialTechnologyBox .specialTechnologyBoxContent .linkList > li,
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList > li {
    padding-left: 17px;
  }
  .specialTechnologyBox .specialTechnologyBoxContent .linkList > li:before,
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList > li:before {
    width: 8px;
    height: 1px;
  }
  .specialTechnologyBox .specialTechnologyBoxContent .linkList > li + li,
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList > li + li {
    margin-top: 8px;
  }
  .specialTechnologyBoxMini {
    padding: 18px 53px 35px;
  }
  .specialTechnologyBoxMini * + .specialTechnologyBoxContent {
    margin-top: 20px;
  }
  .specialTechnologyBoxMini .specialTechnologyBoxContent {
    width: 100%;
  }
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
  }
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList li + li {
    margin-top: 0;
  }
  .pager {
    margin-top: 70px;
  }
  .pager ul li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .pager ul li a {
    width: 30px;
    height: 30px;
    transition: 0.3s;
  }
  .pager ul .current span {
    width: 30px;
    height: 30px;
  }
  .pager ul .prev a,
  .pager ul .next a {
    width: 30px;
    height: 30px;
  }
  .pager ul .prev a:after {
    left: 12px;
  }
  .pager ul .next a:after {
    right: 12px;
  }
  #breadcrumb {
    padding: 20px 90px 20px 0;
  }
  #breadcrumb .breadcrumb {
    max-width: 1100px;
    width: 100%;
    padding-inline: 60px;
    margin: 0 auto;
  }
  #breadcrumb .breadcrumb > div {
    font-size: 15px;
  }
  #breadcrumb .breadcrumb > div:after {
    width: 1px;
    height: 14px;
    margin: 0 15px;
  }
  #breadcrumb .breadcrumb > div a {
    transition: 0.3s opacity;
  }
  #breadcrumb .breadcrumb > div a:focus, #breadcrumb .breadcrumb > div a:hover {
    opacity: 0.7;
  }
  .pageCatTitle {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .postH1 {
    margin-top: 50px;
    font-size: 34px;
  }
  .postH1 + * {
    margin-top: 55px !important;
  }
  .tag_ymd {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }
  .tag_ymd .tag {
    font-size: 14px;
  }
  .tag_ymd .tag span {
    display: inline-block;
    margin-right: 1em;
  }
  .tag_ymd .ymd {
    font-size: 14px;
  }
  .listKeyword {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 8px;
    margin: 0 auto 0;
    max-width: 1040px;
  }
  .listKeyword li:not(.toggleBtn) {
    display: block !important;
  }
  .listKeyword li button {
    border-radius: 20px;
    font-size: 14px;
    padding: 8px 20px;
    transition: 0.5s;
  }
  .listKeyword li button:hover, .listKeyword li button:focus-visible {
    box-shadow: none;
    color: #111;
    background-color: rgba(255, 255, 255, 0.3);
    outline: 1px solid #fff;
  }
  .anc {
    margin-top: 60px;
  }
  .anc > .accordion {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 20px 16px rgba(195, 195, 195, 0.1);
  }
  .anc > .accordion + .accordion {
    margin-top: 10px;
  }
  .anc .accordion_title {
    position: relative;
    cursor: pointer;
  }
  .anc .accordion_title:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #3a425c;
    position: absolute;
    right: 75px;
    top: calc(50% - 15px);
  }
  .anc .accordion_title:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #3a425c;
    position: absolute;
    right: 60px;
    top: 50%;
  }
  .anc .accordion_title:has([aria-expanded=true]):before {
    content: none;
  }
  .anc .accordion_title button {
    padding: 25px 120px 25px 60px;
  }
  .anc .accordion_title button:hover .title, .anc .accordion_title button:hover .tag, .anc .accordion_title button:focus .title, .anc .accordion_title button:focus .tag {
    transform: scale(1.01);
  }
  .anc .accordion_title .tag {
    font-size: 14px;
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  .anc .accordion_title .title {
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  .anc .accordion_content {
    padding: 25px 60px;
  }
  .anc .accordion_content:before {
    content: "";
    display: block;
    width: calc(100% - 120px);
    height: 1px;
    background-color: #cfcfcf;
    position: absolute;
    left: 60px;
    top: 0;
  }
  .anc .accordion_content > * {
    max-width: 690px;
    margin-inline: auto;
  }
  .anchorList {
    justify-content: flex-end;
  }
  .anchorList li {
    border-left: 1px solid #111111;
  }
  .anchorList li:last-of-type {
    border-right: 1px solid #111111;
  }
  .anchorList li a {
    padding: 0 30px;
  }
  .anchorList li a:hover, .anchorList li a:focus-visible {
    text-decoration: underline !important;
  }
  #message {
    margin-top: 100px;
  }
  #message .messageTitle span {
    font-size: 22px;
    padding: 0 25px;
    flex: none;
  }
  #message .messageTitle p {
    margin-top: 14px;
    font-size: 45px;
  }
  #message figure {
    margin-top: 60px;
  }
  #message figure img {
    border-radius: 15px;
  }
  #message .ceo {
    margin-top: 30px;
  }
  .titleCol2 {
    display: flex;
  }
  .titleCol2 h2 {
    width: 300px;
    padding-right: 20px;
    flex: none;
    font-size: 26px !important;
  }
  .titleCol2 .cont {
    flex: 1;
  }
  * + .centerContent {
    margin-top: 30px;
  }
  .centerContent {
    max-width: 700px;
  }
  .partnerList {
    display: flex;
  }
  .partnerList ul {
    width: 50%;
    padding-right: 40px;
  }
  .mapWrap {
    display: flex;
    gap: 60px;
  }
  .mapWrap p {
    width: calc(50% - 60px);
    font-weight: 500;
  }
  .mapWrap .map {
    width: 50%;
  }
  .mapWrap .map iframe {
    width: 100%;
    height: 340px;
  }
  .guidelinesInner {
    max-width: 690px;
    margin: 30px auto 0;
    display: flex;
    gap: 40px;
  }
  .guidelinesInner ul {
    flex: 1;
  }
  .guidelinesInner ul li + li {
    margin-top: 10px;
  }
  .contact_wrap .tel_box {
    border: 1px solid #4A4A4A;
    padding: 24px;
    max-width: 773px;
    margin: 70px auto 0;
  }
  .contact_wrap .tel_box dl {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .contact_wrap .tel_box dl dt {
    font-size: 20px;
  }
  .contact_wrap .tel_box dl dd {
    margin-left: 30px;
  }
  .contact_wrap .tel_box dl dd a {
    text-decoration: none;
    font-size: 40px;
    font-style: italic;
    pointer-events: none;
    line-height: 1;
    font-family: "Lora", serif;
    letter-spacing: 0.1em;
  }
  .contact_wrap .tel_box dl dd span {
    font-size: 13px;
    display: block;
    margin-top: 10px;
  }
  .contact_wrap .contact_h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Lora", serif;
    line-height: 1;
    font-size: 34px;
    margin-top: 70px;
  }
  .contact_wrap .contact_h2 span {
    font-size: 18px;
    display: block;
    margin-top: 15px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }
  .contact_wrap .contact_step {
    width: 858px;
    margin: 60px auto;
    display: flex;
  }
  .contact_wrap .contact_step li {
    position: relative;
    width: 286px;
    padding-top: 52px;
    text-align: center;
  }
  .contact_wrap .contact_step li:not(:first-of-type):after {
    content: "";
    display: inline-block;
    width: 270px;
    height: 1px;
    background: #F7F7F7;
    position: absolute;
    top: 7px;
    left: -135px;
  }
  .contact_wrap .contact_step li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #F7F7F7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 8px);
  }
  .contact_wrap .contact_step li.current:before {
    background: #000000;
  }
  .contact_wrap .privacy {
    border: 1px solid #000000;
    padding: 50px 50px 50px;
    margin-top: 80px;
  }
  .contact_wrap .privacy .title {
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
  }
  .contact_wrap .privacy p {
    color: #000000;
    font-size: 14px;
    margin-top: 30px;
  }
  .contact_wrap .parts-12 {
    margin: 48px -50px 0;
    text-align: center;
  }
  .contact_wrap .parts-12 .privacyNote {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
  }
  .contact_wrap .parts-12 .privacyNote a {
    text-decoration: none;
  }
  .contact_wrap .parts-12 .privacyNote a:focus, .contact_wrap .parts-12 .privacyNote a:hover {
    opacity: 1;
  }
  .contact_wrap .parts-12 .privacyNote a:focus:before, .contact_wrap .parts-12 .privacyNote a:hover:before {
    opacity: 0;
  }
  .contact_wrap .parts-12 .privacyNote a:before {
    background: #959597;
  }
  .contact_wrap .dl_parts-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact_wrap .dl_parts-10 dt,
  .contact_wrap .dl_parts-10 dd {
    text-align: center;
  }
  .contact_wrap .dl_parts-10 dt {
    margin-bottom: 12px;
    padding-right: 0;
    margin-bottom: 4px;
  }
  .contact_wrap .dl_parts-10 dt label {
    font-weight: bold;
  }
  .contact_wrap .dl_parts-10 dt .aform-required {
    margin-left: 8px;
    padding: 5px 12px 5px;
    font-size: 10px;
    transform: translateY(-2px);
  }
  .contact_wrap .dl_parts-10 dd .aform-name-ul > li label,
  .contact_wrap .dl_parts-10 dd .aform-kana-ul > li label {
    font-size: 14px;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
    cursor: pointer;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label:before {
    width: 28px;
    height: 28px;
    margin-right: 15px;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label:after {
    width: 15px;
    height: 11px;
    border-left: 6px solid #000000;
    border-bottom: 6px solid #000000;
    transform: rotate(-45deg) translateX(2px) translateY(-2px);
    position: absolute;
    left: 0.25em;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.4s opacity;
  }
  * + .lead_txt {
    margin-top: 60px;
  }
  .lead_txt {
    font-size: 19px;
  }
  .lead_txt + .titleMoon {
    margin-top: 100px;
  }
  * + .pmarkBox {
    margin-top: 40px;
  }
  .pmarkBox > figure {
    width: 70px;
  }
  .pmarkBox .pmarkBoxNote {
    margin-top: 0;
    margin-left: 25px;
    font-size: 14px;
    line-height: 1.86;
  }
  .worksDetailCatch {
    margin-top: 20px;
    font-size: 24px;
  }
  .worksDetailCatch + * {
    margin-top: 60px;
  }
  .newsList > li a .title {
    margin-top: 0;
  }
  #worksArchive .worksItem a:focus .worksCatch, #worksArchive .worksItem a:hover .worksCatch {
    text-decoration: underline;
  }
  #contents .worksContents .worksDetailHeader {
    max-width: 1100px;
    width: 100%;
    padding-inline: 60px;
    margin: 0 auto;
  }
  #contents .worksContents .worksDetailBody {
    margin-top: 55px;
    padding-bottom: 65px;
  }
  #contents .worksSummary > div > dt {
    width: 240px;
    margin-top: 0;
  }
  #contents .worksSummary > div > dd {
    font-size: 16px;
    line-height: 1.7;
  }
  #contents .worksImageList img {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  html:has(.worksDetailBody) #contents {
    padding-bottom: 0;
  }
  .singleContents .singleContentsMain {
    padding-inline: 25px;
    margin-top: 30px;
    font-size: 20px;
  }
  .singleContents * + p {
    margin-top: 30px;
  }
  .singleContents * + .btnWrap {
    margin-top: 70px;
  }
  .singleContents h3 + p {
    margin-top: 30px;
  }
  .singleContents h4 + p {
    margin-top: 15px;
  }
  .singleContents * + h2 {
    margin-top: 80px;
  }
  .singleContents .colorBox * + h3 {
    margin-top: 50px !important;
  }
  .singleContents * + h3 {
    margin-top: 80px;
  }
  .singleContents * + h4 {
    margin-top: 35px;
  }
  .singleContents h2 {
    font-size: 30px;
  }
  .singleContents h3 {
    font-size: 30px;
    padding-left: 25px;
  }
  .singleContents h3:before {
    content: "";
    display: inline-block;
    background-color: #111111;
    width: 1px;
    height: 21px;
    transform: rotate(28deg);
    position: absolute;
    top: 3px;
    left: 5px;
  }
  .singleContents h3 + * {
    margin-top: 40px;
  }
  .singleContents h4 {
    font-size: 18px;
  }
  .singleContents h4 + * {
    margin-top: 15px;
  }
  .singleContents ul:not([class]) li {
    padding-left: 18px;
    position: relative;
  }
  .singleContents ul:not([class]) li:not(:first-of-type) {
    margin-top: 9px;
  }
  .singleContents ul:not([class]) li p:first-of-type {
    margin-top: 10px;
  }
  .singleContents ul:not([class]) li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #626c81;
    position: absolute;
    margin: auto;
    top: 10px;
    left: 0px;
    border-radius: 50%;
  }
  .singleContents ol li {
    padding-left: 35px;
    counter-increment: mycounter;
  }
  .singleContents ol li p:first-of-type {
    margin-top: 10px;
  }
  .singleContents ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #111111;
    font-weight: bold;
  }
  .singleContents ol li:not(:first-of-type) {
    margin-top: 25px;
  }
  .singleContents * + ul, .singleContents * + ol {
    margin-top: 30px;
  }
  .singleContents .colorBox {
    padding: 30px 30px;
  }
  .singleContents .colorBox .title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }
  .singleContents .colorBox * + h2.title {
    margin-top: 10px;
  }
  .singleContents .colorBox .cont {
    margin-top: 15px;
  }
  .singleContents .colorBox .cont * + p {
    margin: 10px 0 0;
  }
  .singleContents .borderBox {
    padding: 30px 30px;
  }
  .singleContents .borderBox .title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }
  .singleContents .borderBox * + .title {
    margin-top: 10px;
  }
  .singleContents .borderBox .cont {
    margin-top: 15px;
  }
  .singleContents .borderBox .cont * + p {
    margin: 10px 0 0;
  }
  * + p {
    margin-top: 30px;
  }
  * + p.wide {
    margin-top: 80px;
  }
  h2, h3, h4 {
    line-height: 1.5;
  }
  h3 + p {
    margin-top: 30px;
  }
  h4 + p {
    margin-top: 15px;
  }
  h3 + .commonList {
    margin-top: 15px;
  }
  * + h2.title, * + .h2 {
    margin-top: 80px;
  }
  .btnWrap + h2.title {
    margin-top: 90px !important;
  }
  .postH1 + h2.title {
    margin-top: 80px !important;
  }
  * + h3.title {
    margin-top: 80px;
  }
  * + h4.title {
    margin-top: 35px;
  }
  h2.title {
    font-size: 30px;
  }
  h3.title {
    font-size: 30px;
    padding-left: 25px;
  }
  h3.title:before {
    content: "";
    display: inline-block;
    background-color: #111111;
    width: 1px;
    height: 21px;
    transform: rotate(28deg);
    position: absolute;
    top: 3px;
    left: 5px;
  }
  h3.title + * {
    margin-top: 40px;
  }
  h4.title {
    font-size: 18px;
  }
  h4.title + * {
    margin-top: 15px;
  }
  .h2 {
    font-size: 30px;
  }
  ul.commonList li {
    padding-left: 18px;
    position: relative;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 9px;
  }
  ul.commonList li p:first-of-type {
    margin-top: 10px;
  }
  ul.commonList li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #626c81;
    position: absolute;
    margin: auto;
    top: 10px;
    left: 0px;
    border-radius: 50%;
  }
  ol li {
    padding-left: 35px;
    counter-increment: mycounter;
  }
  ol li p:first-of-type {
    margin-top: 10px;
  }
  ol li:before {
    content: counter(mycounter) ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #111111;
    font-weight: bold;
  }
  ol li:not(:first-of-type) {
    margin-top: 25px;
  }
  section + section {
    margin-top: 100px;
  }
  * + .commonList, * + .linkList, * + .borderBox, * + .commonTable {
    margin-top: 30px;
  }
  * + .colorBox {
    margin-top: 50px;
  }
  * + .borderBox {
    margin-top: 30px;
  }
  * + ol {
    margin-top: 30px;
  }
  * + .imgLine2, * + .imgLine3, * + .twoCol {
    margin-top: 30px;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: 0px;
    top: 0.2em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/common/icon_word.svg);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/common/icon_excel.svg);
  }
  a.icon.front {
    padding-left: 25px;
    padding-right: 0;
  }
  a.icon.front:after {
    left: 0px;
  }
  .iconBlank {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/common/icon_blank.webp") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
    top: -2px;
  }
  .btnWrap a,
  .commonBtn {
    border-radius: 32px;
    min-width: 240px;
    padding: 20px 20px;
    transition: 0.5s;
  }
  .btnWrap a:hover, .btnWrap a:focus-visible,
  .commonBtn:hover,
  .commonBtn:focus-visible {
    box-shadow: none;
  }
  .btnBack {
    padding-inline: 45px;
  }
  .btnBack:before {
    width: 14px;
    height: 14px;
    left: 25px;
  }
  .btnWrap {
    margin-top: 85px;
    text-align: center;
  }
  p .commonBtn + .commonBtn {
    margin-left: 40px;
  }
  .imgLine2 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  .imgLine2 li {
    width: calc(50% - 30px);
  }
  .imgLine2 li + li {
    margin-top: 0 !important;
  }
  .imgLine2 li img {
    max-width: 100%;
  }
  .imgLine2.small {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .imgLine2 .cap {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #222;
    text-align: left;
  }
  .imgLine3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .imgLine3 li {
    width: calc(33.3333333333% - 20px);
  }
  .imgLine3 li + li {
    margin-top: 0 !important;
  }
  .imgLine3 li img {
    max-width: 100%;
  }
  .imgLine3 .cap {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #222;
    text-align: left;
  }
  .imgInP {
    overflow: hidden;
  }
  .imgInP .img {
    max-width: 360px;
  }
  .imgInP .img img {
    width: 100%;
    height: auto;
  }
  .imgInP .img .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #111111;
    text-align: left;
  }
  .imgInP .img.left {
    float: left;
    margin-right: 50px;
  }
  .imgInP .img.right {
    float: right;
    margin-left: 50px;
  }
  .twoCol {
    display: flex;
  }
  .twoCol .txt {
    flex: 1;
  }
  .twoCol .txt *:nth-child(1) {
    margin-top: 0;
  }
  .twoCol .txt + .img {
    margin-left: 40px;
  }
  .twoCol .txt + .txt {
    margin-left: 40px;
  }
  .twoCol .img {
    max-width: calc(50% - 20px);
  }
  .twoCol .img + .img {
    margin-left: 40px;
  }
  .twoCol .img + .txt {
    margin-left: 40px;
  }
  .twoCol .img img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .twoCol .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #111111;
    text-align: left;
  }
  .colorBox {
    padding: 30px 30px;
  }
  .colorBox .title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }
  .colorBox * + h2.title {
    margin-top: 10px;
  }
  .colorBox .cont {
    margin-top: 15px;
  }
  .colorBox .cont * + p {
    margin: 10px 0 0;
  }
  .borderBox {
    padding: 30px 30px;
  }
  .borderBox .title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }
  .borderBox * + .title {
    margin-top: 10px;
  }
  .borderBox .cont {
    margin-top: 15px;
  }
  .borderBox .cont * + p {
    margin: 10px 0 0;
  }
  .commonTable {
    width: 100%;
    margin-left: auto;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 180px;
  }
  .commonTable th {
    padding: 30px 25px;
  }
  .commonTable th.sub {
    padding: 10px 25px;
    border-bottom: 1px solid #b1b5bd;
    border-top: none;
  }
  .commonTable td {
    padding: 30px 25px;
  }
  .scrollTable {
    margin-top: 50px;
  }
  .scrollText {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 30px 0 -20px;
  }
  .iframeWrap {
    max-width: 780px;
    margin: 0 auto;
  }
  .iframeBox {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 40px;
  }
  .iframeBox iframe, .iframeBox video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
  }
  * + dl.commonList {
    margin-top: 40px;
  }
  dl.commonList {
    padding-left: 70px;
  }
  dl.commonList > div {
    display: flex;
    padding: 30px 0px;
  }
  dl.commonList > div > dt {
    width: 180px;
    padding: 0 30px 0 0;
    flex: none;
  }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none;
  }
  .taC {
    text-align: center !important;
  }
  .taL {
    text-align: left !important;
  }
  .taR {
    text-align: right !important;
  }
  .Center {
    margin: 0 auto !important;
  }
  .ovh {
    overflow: hidden !important;
  }
  .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  .w100p {
    width: 100% !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5 {
    margin-bottom: 5px !important;
  }
  .mB10 {
    margin-bottom: 10px !important;
  }
  .mB20 {
    margin-bottom: 20px !important;
  }
  .mB30 {
    margin-bottom: 30px !important;
  }
  .mB40 {
    margin-bottom: 40px !important;
  }
  .mB50 {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  .mT10 {
    margin-top: 10px !important;
  }
  .mT20 {
    margin-top: 20px !important;
  }
  .mT30 {
    margin-top: 30px !important;
  }
  .mT40 {
    margin-top: 40px !important;
  }
  .mT50 {
    margin-top: 50px !important;
  }
  .mT60 {
    margin-top: 60px !important;
  }
  .mL0 {
    margin-left: 0px !important;
  }
  .mL5 {
    margin-left: 5px !important;
  }
  .mL10 {
    margin-left: 10px !important;
  }
  .mL20 {
    margin-left: 20px !important;
  }
  .mL30 {
    margin-left: 30px !important;
  }
  .mL40 {
    margin-left: 40px !important;
  }
  .mL50 {
    margin-left: 50px !important;
  }
  .mR0 {
    margin-right: 0px !important;
  }
  .mR5 {
    margin-right: 5px !important;
  }
  .mR10 {
    margin-right: 10px !important;
  }
  .mR20 {
    margin-right: 20px !important;
  }
  .mR30 {
    margin-right: 30px !important;
  }
  .mR40 {
    margin-right: 40px !important;
  }
  .mR50 {
    margin-right: 50px !important;
  }
  .mB0_pc {
    margin-bottom: 0 !important;
  }
  .mB5_pc {
    margin-bottom: 5px !important;
  }
  .mB10_pc {
    margin-bottom: 10px !important;
  }
  .mB20_pc {
    margin-bottom: 20px !important;
  }
  .mB30_pc {
    margin-bottom: 30px !important;
  }
  .mB40_pc {
    margin-bottom: 40px !important;
  }
  .mB50_pc {
    margin-bottom: 50px !important;
  }
  .mT0_pc {
    margin-top: 0 !important;
  }
  .mT5_pc {
    margin-top: 5px !important;
  }
  .mT10_pc {
    margin-top: 10px !important;
  }
  .mT20_pc {
    margin-top: 20px !important;
  }
  .mT30_pc {
    margin-top: 30px !important;
  }
  .mT40_pc {
    margin-top: 40px !important;
  }
  .mT50_pc {
    margin-top: 50px !important;
  }
  .mT100_pc {
    margin-top: 100px !important;
  }
  .mL0_pc {
    margin-left: 0px !important;
  }
  .mL5_pc {
    margin-left: 5px !important;
  }
  .mL10_pc {
    margin-left: 10px !important;
  }
  .mL20_pc {
    margin-left: 20px !important;
  }
  .mL30_pc {
    margin-left: 30px !important;
  }
  .mL40_pc {
    margin-left: 40px !important;
  }
  .mL50_pc {
    margin-left: 50px !important;
  }
  .mR0_pc {
    margin-right: 0px !important;
  }
  .mR5_pc {
    margin-right: 5px !important;
  }
  .mR10_pc {
    margin-right: 10px !important;
  }
  .mR20_pc {
    margin-right: 20px !important;
  }
  .mR30_pc {
    margin-right: 30px !important;
  }
  .mR40_pc {
    margin-right: 40px !important;
  }
  .mR50_pc {
    margin-right: 50px !important;
  }
  .size12 {
    font-size: 12px !important;
  }
  .size14 {
    font-size: 14px !important;
  }
  .size16 {
    font-size: 16px !important;
  }
  .size18 {
    font-size: 18px !important;
  }
  .size20 {
    font-size: 20px !important;
  }
  .taC_pc {
    text-align: center !important;
  }
  .bold {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline !important;
  }
  .bdb {
    border-bottom: 2px solid #004aa4;
  }
  .fontL {
    font-size: 1.2em;
  }
  .fontS {
    font-size: 0.8em;
  }
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #404040;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .specialTechnologyBox .specialTechnologyBoxContent .linkList,
  .specialTechnologyBoxMini .specialTechnologyBoxContent .linkList {
    width: 48%;
  }
  .contact_wrap .tel_box {
    border: 1px solid #4A4A4A;
  }
  .contact_wrap .contact_h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Lora", serif;
    line-height: 1;
  }
  .contact_wrap .contact_step li {
    position: relative;
  }
  .contact_wrap .privacy {
    border: 1px solid #000000;
  }
  .contact_wrap .privacy .title {
    display: block;
    color: #000000;
    font-weight: bold;
  }
  .contact_wrap .privacy p {
    color: #000000;
  }
  .contact_wrap .parts-12 .privacyNote a {
    text-decoration: none;
  }
  .contact_wrap .dl_parts-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact_wrap .dl_parts-10 dt {
    margin-bottom: 12px;
  }
  h2, h3, h4 {
    line-height: 1.5;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: 0px;
    top: 0.2em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/common/icon_word.svg);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/common/icon_excel.svg);
  }
  a.icon.front {
    padding-left: 25px;
    padding-right: 0;
  }
  a.icon.front:after {
    left: 0px;
  }
  .iconBlank {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/common/icon_blank.webp") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
    top: -2px;
  }
  .imgLine2 li img {
    max-width: 100%;
  }
  .imgLine2 .cap {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #222;
    text-align: left;
  }
  .imgLine3 li img {
    max-width: 100%;
  }
  .imgLine3 .cap {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #222;
    text-align: left;
  }
  .imgInP .img .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #111111;
    text-align: left;
  }
  .twoCol .cap {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #111111;
    text-align: left;
  }
  .scrollText {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 30px 0 -20px;
  }
  .iframeBox {
    position: relative;
    padding-bottom: 56.25%;
  }
  .iframeBox iframe, .iframeBox video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
  }
  /* common class */
  .pointerNone {
    cursor: default;
    text-decoration: none;
  }
  .taC {
    text-align: center !important;
  }
  .taL {
    text-align: left !important;
  }
  .taR {
    text-align: right !important;
  }
  .Center {
    margin: 0 auto !important;
  }
  .ovh {
    overflow: hidden !important;
  }
  .mw100 {
    max-width: 100% !important;
    width: auto !important;
  }
  .w100p {
    width: 100% !important;
  }
  .pT0 {
    padding-top: 0 !important;
  }
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5 {
    margin-bottom: 5px !important;
  }
  .mB10 {
    margin-bottom: 10px !important;
  }
  .mB20 {
    margin-bottom: 20px !important;
  }
  .mB30 {
    margin-bottom: 30px !important;
  }
  .mB40 {
    margin-bottom: 40px !important;
  }
  .mB50 {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  .mT10 {
    margin-top: 10px !important;
  }
  .mT20 {
    margin-top: 20px !important;
  }
  .mT30 {
    margin-top: 30px !important;
  }
  .mT40 {
    margin-top: 40px !important;
  }
  .mT50 {
    margin-top: 50px !important;
  }
  .mT60 {
    margin-top: 60px !important;
  }
  .mL0 {
    margin-left: 0px !important;
  }
  .mL5 {
    margin-left: 5px !important;
  }
  .mL10 {
    margin-left: 10px !important;
  }
  .mL20 {
    margin-left: 20px !important;
  }
  .mL30 {
    margin-left: 30px !important;
  }
  .mL40 {
    margin-left: 40px !important;
  }
  .mL50 {
    margin-left: 50px !important;
  }
  .mR0 {
    margin-right: 0px !important;
  }
  .mR5 {
    margin-right: 5px !important;
  }
  .mR10 {
    margin-right: 10px !important;
  }
  .mR20 {
    margin-right: 20px !important;
  }
  .mR30 {
    margin-right: 30px !important;
  }
  .mR40 {
    margin-right: 40px !important;
  }
  .mR50 {
    margin-right: 50px !important;
  }
  .bold {
    font-weight: bold !important;
  }
  .underline {
    text-decoration: underline !important;
  }
  .bdb {
    border-bottom: 2px solid #004aa4;
  }
  .fontL {
    font-size: 1.2em;
  }
  .fontS {
    font-size: 0.8em;
  }
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #404040;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
/*# sourceMappingURL=map/second.css.map */
