/* ==============================
  詳細ページ共通レイアウト
============================== */

#page-main {
  width: 100%;
}
#page-main .page_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 0 0 5rem;
  gap: 40px;
  flex: 1;
}
#page-main .page_inner .inner {
  width: 100%;
}
#main-content {
  width: calc(100% - 330px);
  background: #fff;
  border-radius: 1rem;
  padding: 20px;
  box-sizing: border-box;
}

#main-content section {
}

#side-menu {
  width: 290px;
}
#side-menu h2 {
  font-size: 100%;
  padding: 1rem 0 1.5rem;
}
#side-menu h2 a {
  text-decoration: none;
  color: #009b6a;
}
#side-menu h2 a::before {
  content: none;
}
#side-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#side-menu > ul:first-of-type {
  margin-bottom: 4rem;
}

#side-menu li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
}

#side-menu li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image:
    repeating-linear-gradient(to right, #ef7c00 0 3px, transparent 3px 10px),
    repeating-linear-gradient(to right, #009b6a 0 3px, transparent 3px 10px);
  background-size: 36px 3px, 100% 3px;
  background-repeat: no-repeat, repeat;
}

#side-menu a {
  text-decoration: none;
  line-height: 1.4;
  color: transparent;
  background: linear-gradient(to right, #009b6a 50%, #000 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  padding: 1rem .4rem 1rem 0;
  width: 100%;
}

#side-menu a:hover {
  text-decoration: none;
  background-position: 0 100%;
}

#side-menu a:hover::before {
  transform: scaleX(1);
}
@media screen and (max-width: 1200px) {
  #page-main {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 1rem 0;
  }
  #page-main .page_inner {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }
  #page-main .inner {
    padding-bottom: 2rem;
  }
  #main-content,
  #side-menu {
    width: 100%;
  }
}

#side-menu .info_nav {
  margin-bottom: 2rem;
}
#side-menu .info_nav ul {
  list-style: none;
  padding: 1rem;
  margin: 0;
  background: #d3f0e9;
  border-radius: 12px;
}
#side-menu .info_nav li {
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 18px;
}
#side-menu .info_nav li:last-child {
  padding-bottom: 0;
}
#side-menu .info_nav li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image:
    repeating-linear-gradient(to right, #ef7c00 0 3px, transparent 3px 10px),
    repeating-linear-gradient(to right, #009b6a 0 3px, transparent 3px 10px);
  background-size: 36px 3px, 100% 3px;
  background-repeat: no-repeat, repeat;
}
#side-menu .info_nav li:last-child:after {
  background-image: none;
}

#side-menu .info_nav a {
  display: flex;
  align-items: center;
  font-size: 112.5%;
  font-weight: 700;
  color: #009b6a;
  text-decoration: none;
  position: relative;
  padding-left: 60px;
  min-height: 50px;
}
#side-menu .info_nav a span {
  position: relative;
  z-index: 1;
  background: transparent;
}

#side-menu .info_nav a span::first-letter {
  color: #ef7c00 !important;
  display: inline-block;
  transform: translateY(-1px);
}
#side-menu .info_nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#side-menu .info_nav li:nth-child(1) a::before {
  background-image: url("/common/images/info_side_icon01.png");
}
#side-menu .info_nav li:nth-child(2) a::before {
  background-image: url("/common/images/info_side_icon02.png");
}
#side-menu .info_nav li:nth-child(3) a::before {
  background-image: url("/common/images/info_side_icon03.png");
}
#side-menu .info_nav li:nth-child(4) a::before {
  background-image: url("/common/images/info_side_icon04.png");
}
#side-menu .info_nav li:nth-child(5) a::before {
  background-image: url("/common/images/info_side_icon08.png");
}
#side-menu .info_nav li:nth-child(6) a::before {
  background-image: url("/common/images/info_side_icon05.png");
}
#side-menu .info_nav li:nth-child(7) a::before {
  background-image: url("/common/images/info_side_icon07.png");
}

#recruit #side-menu .info_nav.bn ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
  display: grid;
  gap: 16px;
}
#recruit #side-menu .info_nav.bn li {
  margin: 0;
  padding: 0;
  position: relative;
}
#recruit #side-menu .info_nav.bn li::after {
  content: none;
}
#recruit #side-menu .info_nav.bn a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 0;
  font-size: 100%;
  padding: 0;
}
#recruit #side-menu .info_nav.bn a span::first-letter {
  color: inherit !important;
}
#recruit #side-menu .info_nav.bn img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .3s ease;
  z-index: 0;
  margin: 0;
}
#recruit #side-menu .info_nav.bn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  background-image: none;
  left: 0;
  top: 0;
  transform: none;
  width: auto;
  height: auto;
  transition: opacity .3s ease;
  z-index: 1;
  pointer-events: none;
}
#recruit #side-menu .info_nav.bn a:hover::before {
  opacity: 0;
}
#recruit #side-menu .info_nav.bn a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 0 .5em;
  white-space: nowrap;
}
#recruit #side-menu .info_nav.bn a:hover img {
  transform: scale(1.06);
}


body.page #login_bar {
  margin-bottom: 20px;
}

/* 分岐ページ */
.list_grid {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.list_grid a {
  width: calc(33.333% - 3rem);
  margin: .5rem 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  border: 3px solid #c7e9e2;
  border-radius: 15px;
  background: #fff;
  text-decoration: none;
  color: #009b6a;
  font-weight: 700;
  line-height: 1.6;
}
.list_grid a span::first-letter {
  color: #ef7c00;
}
.list_grid a:hover {
  opacity: .8;
}

@media screen and (max-width: 1180px) {
  .list_grid {
    margin: 0;
  }

  .list_grid a {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

#page-main #main-content section > ul,
#page-main #main-content section > ol,
#page-main #main-content section > dt,
#page-main #main-content section > iframe {
  margin: 20px 0;
}

#page-main #main-content section .box_2col > img:first-of-type,
#page-main #main-content section .box_3col > img:first-of-type,
#page-main #main-content section .box_4col > img:first-of-type,
#page-main #main-content section > ul:first-of-type,
#page-main #main-content section > ol:first-of-type,
#page-main #main-content section > dt:first-of-type,
#page-main #main-content section > iframe:first-of-type {
  margin-top: 0;
}


#page-main #main-content section .box_2col > img,
#page-main #main-content section .box_3col > img,
#page-main #main-content section .box_4col > img {
  margin: 30px 0;
}
#menu img {
  margin: 0 !important;
}

#page-main section > iframe {
  margin-top: 30px;
}

#page-main section > iframe:first-child {
  margin-top: 0;
}

/* ページタイトル */
#page-title-area {
  background: #c7e9e2;
  min-height: 195px;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
#page-title-area {
  margin: 0;
}
}

#page-title-area .inner {
  width: 100%;
  max-width: 1200px;
  min-height: 195px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#page-title-area h2 {
  font-size: 150%;
  font-weight: 700;
  color: #009b6a;
  margin: 0;
  line-height: 1.4;
  display: block;
  letter-spacing: .3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-title-area h2 span {
  display: block;
}
#page-title-area h2 span::first-letter {
  color: #ef7c00;
}
#page-title-area h2 span:first-child {
  font-size: 66.7%;
}

/* pankuzu */
.pankuzu {
  font-size: 75%;
  color: #ef7c00;
  margin: 1rem auto 2rem;
  max-width: 1200px;
  width: 1200px;
  text-align: left;
}
.pankuzu ul {
  display: flex;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  justify-content: flex-start;
}
.pankuzu li {
  position: relative;
  margin-right: 1.5rem;
  padding: 0;
  white-space: nowrap;
}
.pankuzu li:last-child {
  margin-right: 0;
  color: rgb(255, 255, 255);
  font-size: 75%;
  margin-right: 0.5rem;
  background: rgb(0, 155, 106);
  padding: 0.2rem 0.4rem;
  border-radius: 5px;
}
.pankuzu li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: -1rem;
  color: #ef7c00;
}
.pankuzu a {
  color: #ef7c00;
  text-decoration: none;
  background: none;
}
.pankuzu a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  #page-title-area {
    min-height: 100px;
  }
  #page-title-area .inner {
    padding: 0 1rem;
    min-height: 100px;
  }
  .pankuzu {
    width: calc(100% - 2rem);
    margin: 0 auto;
  }
  .pankuzu ul {
    overflow-x: auto;
    padding: 0 0 .5rem;
    justify-content: initial;
  }
}

#page_info {
  background: #ededed;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 13px;
  color: #000;
  font-size: 87.5%;
}
#page_info p {

}
#page_info ul {
  margin-top: 1rem;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style: none;
}
#page_info li {
  position: relative;
  margin-bottom: .5rem;
  padding-left: 1.5rem !important;
}
#page_info li::before {
  content: '' !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-image: url('/common/images/arw_down.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*  */
.pagetitle_a2 {
  font-size: 200%;
  font-weight: normal;
  border-bottom: 2px solid #069d6e;
  padding: 1rem 0;
  margin: 80px 0 30px;
  color: #069d6e;
}
.pagetitle_a3 {
  font-size: 150%;
  font-weight: normal;
  color: #069d6e;
  background: #e2f5ef;
  margin: 40px 0 30px;
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
  min-height: 38px;
}
.pagetitle_a4 {
  font-size: 150%;
  font-weight: normal;
  color: #fff;
  background: #009b6a;
  border-radius: 10px;
  margin: 40px 0 30px;
  padding: .5rem 1rem;
  line-height: 1.6;
}
.pagetitle_a5 {
  font-size: 125%;
  font-weight: 700;
  color: #069d6e;
  margin: 30px 0 20px;
}
.pagetitle_a6 {
  font-size: 125%;
  font-weight: 700;
  margin: 30px 0 20px;
  color: #ef7c00;
}
#main-content h2.pagetitle_a2:first-of-type,
#main-content h2.pagetitle_a3:first-of-type,
#main-content h2.pagetitle_a4:first-of-type,
#main-content h2.pagetitle_a5:first-of-type,
#main-content h2.pagetitle_a6:first-of-type {
  margin-top: 0;
}

#main-content p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
p.large {
  font-size: 112.5%;
}
p.small {
  font-size: 87.5%;
}
.red {
  color: #bb1d67;
}
.green {
  color: #1f8614;
}
.orange {
  color: #853b00;
}
.grey {
  color: #6a6a6a;
}
a {
  color: #1e61b4;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.bold {
  font-weight: 700;
}

.label, .important p {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.label, .important p {
  gap: 0;
}
.label a {
  flex: 0 1 auto;
  min-width: 0;
  word-break: break-word;
  text-decoration: none;
}
.important a[href$=".pdf"]::before,
.important a[href$=".doc"]::before,
.important a[href$=".docx"]::before,
.important a[href$=".xls"]::before,
.important a[href$=".xlsx"]::before,
.important a[href$=".ppt"]::before
 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .3rem .5rem 0 0;
  padding: 0;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  white-space: nowrap;
  width: 43px;
  height: 17px;
  text-align: center;
  float: left;
}
/* .icon_pdf, .word, .excel, .ppt {
  display: inline-block;
  font-size: 62.5%;
  font-weight: 700;
  color: #fff;
  margin-top: .1rem;
  margin-right: .5rem;
  white-space: nowrap;
} */

.icon_pdf, .icon_docx, .icon_xlsx, .icon_pptx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .3rem .5rem 0 0;
  padding: 0;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  white-space: nowrap;
  width: 43px;
  height: 17px;
  text-align: center;
  float: left;
  border-radius: 3px;
}
.icon_pdf {
  background-color: #ab2844;
}
.icon_docx {
  background-color: #2c488f;
}
.icon_xlsx {
  background-color: #37754e;
}
.icon_pptx {
  background-color: #ab3528;
}
#main-content section span.date {
  margin-right: 1rem;
  min-width: 8rem;
}
#main-content section .pdf,
#main-content section .word,
#main-content section .excel,
#main-content section .ppt {
  /* margin-left: -.5rem; */
}

#main-content ol {
  padding-left: 1.5rem;
  margin: 20px 0;
}
#main-content ol > li {
  margin-bottom: 0.5rem;
  list-style: decimal;
}
#main-content ul {
  padding-left: 0;
  margin: 20px 0;
}
#main-content ul li > ul {
  margin-top: .5rem;
}
#main-content ul > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1rem;
}
#main-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #256b70;
  font-size: 1.5rem;
  line-height: 1;
}

.content ul:not(.asterisk) li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.6em !important;
  width: 4px !important;
  height: 4px !important;
  background-color: #005d82 !important;
  border-radius: 50% !important;
}

ul.asterisk {
  padding-left: 0 !important;
}

ul.asterisk li {
  list-style: none !important;
  position: relative !important;
  padding-left: 1.5em !important;
}

ul.asterisk li::before {
  content: '※' !important;
  position: absolute !important;
  left: 0 !important;
  display: inline-block !important;
  width: 1.5em !important;
  color: #005e80 !important;
}

/* ボックス */

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_1_3 {
  display: grid;
  gap: 1.5rem;
}
.grid_1 {
  grid-template-columns: 1fr;
}
.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid_5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid_1_3 {
  grid-template-columns: 1fr 3fr;
}

@media screen and (max-width: 1200px) {
.grid_2 {
  grid-template-columns: 1fr;
}
.grid_3 {
  grid-template-columns: 1fr;
}
.grid_4 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_5 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_1_3 {
  grid-template-columns: 1fr;
}

}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}

.box {
  padding: 1.5rem 1rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

}
.box_green {
  background-color: #cfece3;
}
.box_lightblue {
  background-color: #e2f1f6;
}
.box_yellow {
  background-color: #fcfee9;
}
.box_grey {
  background-color: #ededed;
}
.box_border_blue {
  border: 3px solid #007cad;
}
.box_border_pink {
  border: 3px solid #bb1d67;
}

/* 融資インフォ */
.loan_info {
  max-width: 900px;
  margin: 0 auto 2rem;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.loan_info > div {
  flex: 1;
  background: #d6f0ed;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 140px;
}

.loan_info > div p:first-child {
  background: #00a098;
  color: #fff;
  font-weight: 700;
  padding: .5rem;
  margin: 0 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.loan_info > div p:last-child {
  padding: 2rem 1rem;
  margin: 0 !important;
  font-weight: 700;
  color: #000;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  line-height: 1.5 !important;
}

@media screen and (max-width: 768px) {
  .loan_info {
    flex-direction: column;
    gap: 1.5rem;
  }
}


/* お問い合わせ */
.otoiawase {
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 1.5rem;
}

.otoiawase h3 {
  font-size: 100%;
  color: #006d98;
  position: relative;
  padding-left: 58px;
  line-height: 1.4;
  min-height: 38px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.otoiawase h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 38px;
  height: 38px;
  background-image: url('../images/pt_a3_img.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.otoiawase .department {
  font-size: 87.5%;
  font-weight: 700;
  margin-bottom: 1rem;
}
.otoiawase dl {
  margin: 0;
}
.otoiawase dt, .otoiawase dd {
  margin: 0;
  padding: 0;
}
.otoiawase .row {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: start;
  gap: 0.5rem;
}

@media screen and (max-width: 1200px) {
  .otoiawase .row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 1rem;
  }
}

/* テーブル */
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  text-align: left;
}
.table-wrap table th, .table-wrap table td {
  border: 1px solid #6a7a8a;
  padding: 1rem;
}
.table-wrap table th {
  background-color: #009b6a;
  color: #fff;
  font-weight: 700;
}
/* .table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  text-align: left;
}
.table th, .table td {
  border: 1px solid #6a7a8a;
  padding: 1rem;
}
.table th {
  background-color: #009b6a;
  color: #fff;
  font-weight: 700;
} */

.tr_bg_blue {
  background-color: #e2f1f6;
}
.tr_bg_yellow {
  background-color: #fcfee9;
}
.tr_bg_grey {
  background-color: #f1f1f1;
}

@media screen and (max-width: 1200px) {
  .js-scroll {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%; 
  }
  .table-wrap table {
  border-collapse: collapse;
  width: 500px;
  }
  /* .table {
  border-collapse: collapse;
  width: 500px;
  } */
}


/* info */
/* .important a[href$=".pdf"]::before {
  content: "PDF";
  background: #bb1d67;
}

.important a[href$=".doc"]::before,
.important a[href$=".docx"]::before {
  content: "WORD";
  background: #005d82;
}

.important a[href$=".xls"]::before,
.important a[href$=".xlsx"]::before {
  content: "EXCEL";
  background: #1f8614;
}
.important a[href$=".pdf"]::before,
.important a[href$=".doc"]::before,
.important a[href$=".docx"]::before,
.important a[href$=".xls"]::before,
.important a[href$=".xlsx"]::before {
  display: inline-block;
  margin: .1rem .5rem 0 0;
  padding: 0.1rem 0.4rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 3px;
  white-space: nowrap;
} */

/* QA */
.faq {
  margin-bottom: 2rem;
}
.faq-item {
  border-bottom: 1px solid #227cad;
  padding: 20px 0;
}
.faq dt {
  font-weight: 700;
}
.faq dt,
.faq dd {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 10px 0;
}
.faq .label {
  display: inline-block;
  min-width: 52px;
  text-align: center;
  padding: 0 10px 1px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}
.faq dd img {
  margin: 1rem auto;
}
.faq .label.q {
  background: #227cad;
}
.faq .label.a {
  background: #b7d145;
}

/**/

span.tel {
  display: inline-block;
  color: #fff;
  padding: .2rem .5rem .4rem;
  margin: .2rem .5rem .2rem 0;
  border-radius: 2px;
  background-color: #317cad;
  line-height: 1;
  min-width: 54px;
  text-align: center;
}


/* リンクボタン */
.btn_group {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  gap: 1rem;
  margin-bottom: 1rem;
}
.btn_arrow {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  transition: filter 0.2s;
}
.btn_arrow:hover {
  filter: brightness(1.05);
}
.btn_arrow.btn_blue:hover {
  filter: brightness(1.1);
}
.btn_arrow .icon_area {
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_area::after {
  content: '';
  width: 15px;
  height: 10px;
  background-color: #fff;
  -webkit-mask-image: url('../images/arw.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('../images/arw.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.arrow_down .icon_area::after {
  transform: rotate(0deg);
}
.arrow_right .icon_area::after {
  transform: rotate(270deg);
}
.btn_arrow .btn_text {
  flex: 1;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.btn_w1_4 {
  width: calc((100% - 3rem) / 4);
}
.btn_w1_3 {
  width: calc((100% - 2rem) / 3);
}
.btn_w1_2 {
  width: calc((100% - 1rem) / 2);
}
.btn_w1_1 {
  width: 100%;
}
.btn_blue {
  background-color: #007cad;
}
.btn_blue .icon_area {
  background-color: #005d82;
}
.btn_yellow {
  background-color: #ebefa9;
  color: #333;
}
.btn_yellow .icon_area {
  background-color: #b0b37f;
}
.btn_gray {
  background-color: #dedede;
  color: #333;
}
.btn_gray .icon_area {
  background-color: #a6a6a6;
}

@media screen and (max-width: 767px) {
  .btn_w1_3, .btn_w1_2, .btn_w1_1 {
    width: 100%;
  }
  .btn_w1_4 {
    width: calc((100% - 1rem) / 2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {
  .btn_w1_3, .btn_w1_2 {
    width: calc((100% - 1rem) / 2);
  }
  .btn_w1_4 {
    width: calc((100% - 1rem) / 2);
  }
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

iframe[src*="google.com/maps"] {
  aspect-ratio: 3/2;
}

/* .map iframe {
	width: 100%;
  aspect-ratio: 16/9;
}
.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.reader {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-size: 75%;
  margin-top: 80px !important;
}
.reader_img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.reader_txt {
  line-height: 1.6;
}

/* margin */
.mb0 {margin-bottom: 0 !important;}
.mt1r {margin-top:1rem !important;}.mt2r {margin-top:2rem !important;}.mt3r {margin-top:3rem !important;}.mt4r {margin-top:4rem !important;}.mt5r {margin-top:5rem !important;}
.mb1r {margin-bottom:1rem !important;}.mb2r {margin-bottom:2rem !important;}.mb3r {margin-bottom:3rem !important;}.mb4r {margin-bottom:4rem !important;}.mb5r {margin-bottom:5rem !important;}
.ml1r {margin-left:1rem !important;}.ml2r {margin-left:2rem !important;}.ml3r {margin-left:3rem !important;}.ml4r {margin-left:4rem !important;}.ml5r {margin-left:5rem !important;}
.mr1r {margin-right:1rem !important;}.mr2r {margin-right:2rem !important;}.mr3r {margin-right:3rem !important;}.mr4r {margin-right:4rem !important;}.mr5r {margin-right:5rem !important;}
.mx1r {margin-left:1rem !important;margin-right:1rem !important;}.mx2r {margin-left:2rem !important;margin-right:2rem !important;}.mx3r {margin-left:3rem !important;margin-right:3rem !important;}.mx4r {margin-left:4rem !important;margin-right:4rem !important;}.mx5r {margin-left:5rem !important;margin-right:5rem !important;}
.my1r {margin-top:1rem !important;margin-bottom:1rem !important;}.my2r {margin-top:2rem !important;margin-bottom:2rem !important;}.my3r {margin-top:3rem !important;margin-bottom:3rem !important;}.my4r {margin-top:4rem !important;margin-bottom:4rem !important;}.my5r {margin-top:5rem !important;margin-bottom:5rem !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;}.mt70 {margin-top:70px !important;}.mt80 {margin-top:80px !important;}.mt90 {margin-top:90px !important;}.mt100 {margin-top:100px !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;}.mb60 {margin-bottom:60px !important;}.mb70 {margin-bottom:70px !important;}.mb80 {margin-bottom:80px !important;}.mb90 {margin-bottom:90px !important;}.mb100 {margin-bottom:100px !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;}.ml60 {margin-left:60px !important;}.ml70 {margin-left:70px !important;}.ml80 {margin-left:80px !important;}.ml90 {margin-left:90px !important;}.ml100 {margin-left:100px !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;}.mr60 {margin-right:60px !important;}.mr70 {margin-right:70px !important;}.mr80 {margin-right:80px !important;}.mr90 {margin-right:90px !important;}.mr100 {margin-right:100px !important;}
.mx10 {margin-left:10px !important;margin-right:10px !important;}.mx20 {margin-left:20px !important;margin-right:20px !important;}.mx30 {margin-left:30px !important;margin-right:30px !important;}.mx40 {margin-left:40px !important;margin-right:40px !important;}.mx50 {margin-left:50px !important;margin-right:50px !important;}.mx60 {margin-left:60px !important;margin-right:60px !important;}.mx70 {margin-left:70px !important;margin-right:70px !important;}.mx80 {margin-left:80px !important;margin-right:80px !important;}.mx90 {margin-left:90px !important;margin-right:90px !important;}.mx100 {margin-left:100px !important;margin-right:100px !important;}
.my10 {margin-top:10px !important;margin-bottom:10px !important;}.my20 {margin-top:20px !important;margin-bottom:20px !important;}.my30 {margin-top:30px !important;margin-bottom:30px !important;}.my40 {margin-top:40px !important;margin-bottom:40px !important;}.my50 {margin-top:50px !important;margin-bottom:50px !important;}.my60 {margin-top:60px !important;margin-bottom:60px !important;}.my70 {margin-top:70px !important;margin-bottom:70px !important;}.my80 {margin-top:80px !important;margin-bottom:80px !important;}.my90 {margin-top:90px !important;margin-bottom:90px !important;}.my100 {margin-top:100px !important;margin-bottom:100px !important;}

/* template 2col 3col */
.box_2col,
.box_3col,
.box_4col {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 10px 0;
}

.box_2col > div {
  width: 400px;
}

.box_3col > div {
  width: 256px;
}

.box_4col > div {
  width: 200px;
}

.box_2col img,
.box_3col img,
.box_4col img,
.box_2col a > img,
.box_3col a > img,
.box_4col a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}

@media screen and (max-width: 575px) {
  .box_2col,
  .box_3col,
  .box_4col {
    display: block;
  }

  .box_2col > div,
  .box_3col > div,
  .box_4col > div {
    width: 100%;
  }

  .box_2col > div + div,
  .box_3col > div + div,
  .box_4col > div + div {
    margin-top: 10px;
  }
}



#sitemap_list dd dl {
  margin-left: 20px;
  padding: 5px;
}

#sitemap_list dd dd dl, #sitemap_list dd dd dd dl {
  margin-left: 20px;
  padding: 5px;
}

#sitemap_list ul {
  margin: 0 !important;
  padding: 3px !important;
  height: 100%;
}

#sitemap_list ul li {
  background: none !important;
  margin-left: 10px !important;
  padding: 2px !important;
}

#sitemap_list ul li:after {
  content: "";
  background: none;
}

#sitemap_list .sm_article {
  margin-left: 20px;
  padding: 5px 5px 5px 23px !important;
  display: block;
  background: url("/common/images/icon_file_s.png") no-repeat 2px 0.3em !important;
}

#sitemap_list .sm_category1, #sitemap_list .sm_category2, #sitemap_list .sm_category3, #sitemap_list .sm_category4, #sitemap_list .sm_category5, #sitemap_list .sm_category6, #sitemap_list .sm_category7, #sitemap_list .sm_category8 {
  font-weight: bold;
  background: url("/common/images/icon_folder_s.png") no-repeat 2px 0.4em !important;
  padding: 5px 5px 5px 26px !important;
  display: block;
  position: relative;
}

#sitemap_list input {
  border: 1px solid #c9c9c9;
  padding: 0;
  width: 20px;
  background: #FFFFFF;
  margin: 0 10px;
  position: absolute;
  text-align: center;
}
#sitemap_list ul li::before {
  content: none !important;
}
#sitemap_list ul li {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* =============================================
採用情報
============================================= */

#recruit #page-title-area h2{
  color: #fff;
}
#recruit .list_grid a {
  border: 3px solid #a8d3e9;
  color: #266d92;
}
#recruit .list_grid a span::first-letter {
  color: #266d92;
}
#recruit #page-title-area h2 span::first-letter {
  color: #fff;
}
#recruit .pankuzu li:last-child {
  background: rgb(48, 109, 146);
}

#recruit #page-title-area {
  background: #266d92;
}


/* =============================================
form (main-content 内のみ)
============================================= */
#main-content button,
#main-content input,
#main-content select,
#main-content textarea {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

#main-content input[type="text"],
#main-content input[type="password"],
#main-content select,
#main-content textarea {
  padding: 4px 8px;
  border: 1px solid #d9d9d9;
  background: #FFF;
}
#main-content input[type="text"],
#main-content select,
#main-content textarea {
  width: 100%;
  max-width: 780px;
}
#main-content input[size],
#main-content textarea[size] {
  width: 100%;
}

#main-content input[type="text"]:hover,
#main-content input[type="password"]:hover,
#main-content select:hover,
#main-content textarea:hover {
  border: 1px solid #00884D;
  border-top: 1px solid #00884D;
}

#main-content input[type="text"]:focus,
#main-content input[type="password"]:focus,
#main-content select:focus,
#main-content textarea:focus {
  outline: none;
  border-color: #00884D;
}

#main-content select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 5px;
  background-image: url(../images/select_icon.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #F5EEE0;
  width: 100%;
  max-width: 780px;
}

#main-content input.w70,
#main-content textarea.w70 {
  width: 70%;
}

#main-content input.wmax,
#main-content textarea.wmax {
  width: 100%;
}

#main-content .mail_indent {
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 10px;
}
#main-content input,
#main-content select,
#main-content textarea {
}
@media screen and (max-width: 540px) {
  #main-content .mail_indent {
    padding-left: 0;
    padding-right: 0;
  }
  #main-content input,
  #main-content select,
  #main-content textarea {
    max-width: 100%;
  }
}
#main-content input[name="mailq_captcha"] {
  width: 120px;
}
#main-content input[type="checkbox"],
#main-content input[type="radio"] {
  margin-right: .5rem;
}

#main-content #captcha_image {
  margin-bottom: 20px;
}

#main-content .inevitable {
  color: #C1272D;
}

#main-content #mail_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  width: 100%;
}

#main-content #mail_btn .mail_btn_1 {
  background: #2b9c6c;
  color: #FFF;
  margin: 15px;
  font-weight: bold;
  padding: 15px 40px;
  cursor: pointer;
}

#main-content #mail_btn .mail_btn_1:hover {
  opacity: 0.8;
}

@media screen and (max-width: 540px) {
  #main-content #mail_btn .mail_btn_1 {
    margin: 15px 5px;
  }
}

#main-content #mail_btn .mail_btn_2 {
  background: #E6E6E6;
  color: #2b9c6c;
  margin: 15px;
  font-weight: bold;
  padding: 15px 40px;
  cursor: pointer;
}

#main-content #mail_btn .mail_btn_2:hover {
  opacity: 0.8;
}

@media screen and (max-width: 540px) {
  #main-content #mail_btn .mail_btn_2 {
    margin: 15px 5px;
  }
}

#main-content #errorbox {
  background: #FDF3F3;
  padding: 20px;
  color: #C1272D;
}
