@charset "UTF-8";
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
  height: auto !important;
  overflow: hidden;
}

a {
  color: #000;
}

figure {
  margin: 0;
  text-align: center;
}

p {
  line-height: 1.8;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  line-height: 1.8;
  padding: 0 0 0 1.8em;
}

li {
  margin: 0 0 1em;
}
li:last-child {
  margin-bottom: 0;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.row:not(:last-child) {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

.bread {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

body:not(.home) main > section > .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main > section > .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}

.column_main {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_main {
    margin-bottom: 100px;
  }
}
.column_main > section > .container {
  max-width: none;
  padding: 0;
}
.column_main > section:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .column_main > section:not(:last-child) {
    margin-bottom: 60px;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(35, 96, 192, 0.1);
  color: #2360C0;
  border: 1px solid #2360c0;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #2360C0;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #2360C0;
  border-right: 1px solid #2360C0;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #2360C0;
  border-right: 1px solid #2360C0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

/* ===============================================
# お問い合わせフォーム  
=============================================== */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(35, 96, 192, 0.1);
}
.inquiry fieldset .row {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .inquiry fieldset .row {
    margin-bottom: 40px;
  }
}
.inquiry dl {
  margin: 0;
  padding: 0;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}
.inquiry dt p {
  position: relative;
}
.inquiry dd {
  margin: 0;
  padding: 0;
}
.inquiry dd:last-child {
  padding-bottom: 0;
}
.inquiry dd p {
  padding-top: 0.5rem;
}
.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}
.inquiry input[type=text],
.inquiry input[type=url],
.inquiry input[type=email],
.inquiry input[type=tel],
.inquiry input[type=date],
.inquiry input[type=number],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 15px 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.inquiry input[type=file] {
  border: 0;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .inquiry input[type=file] {
    margin-bottom: 10px;
  }
}
.inquiry input[type=number] {
  width: 65px;
  text-align: center;
}
.inquiry input[type=file] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry input.p-postal-code {
  width: 100px;
}
.inquiry input.p-region {
  width: 100px;
}
.inquiry input.p-locality {
  width: 150px;
}
.inquiry input.p-street-address {
  width: 100%;
}
.inquiry input.p-extended-address {
  width: 100%;
}
.inquiry .submit {
  display: block;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
}
.inquiry .submit .button,
.inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 1em 1em;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border: 1px solid #2360C0;
  color: #fff;
  background: #2360C0;
}
.inquiry .submit .button:hover,
.inquiry .submit .wpcf7-submit:hover {
  border: 1px solid #2360C0;
  color: #2360C0;
  background: #fff;
}
.inquiry .submit .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.inquiry .required {
  color: #fff;
  background-color: #2360C0;
  padding: 1px 6px;
  font-size: 12px;
  margin-top: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}
.cont_txt {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding-top: 25px;
  }
  .inquiry dd {
    padding: 15px 0;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input,
  .inquiry textarea {
    border: solid 1px #ccc;
  }
  .inquiry select {
    border: 1px solid #ccc;
  }
  .inquiry input[type=text],
  .inquiry input[type=url],
  .inquiry input[type=email],
  .inquiry input[type=tel],
  .inquiry input[type=date],
  .inquiry input[type=text],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type=number] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 20px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}
input.wide_area,
select.wide_area {
  width: 100% !important;
}

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.2em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}
.archive-list a {
  text-decoration: none;
}
.archive-list a:hover {
  text-decoration: underline;
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: rgba(35, 96, 192, 0.1);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(248, 248, 248, 0.5);
  border-radius: 4px;
  background: rgba(248, 248, 248, 0.07);
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 16px 60px 16px calc(22px + 2.2em);
  }
}
.qa .title {
  color: #000;
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.2em;
  border-radius: 4px;
  height: 1.2em;
  font-size: 1.2em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 1.2em;
  color: #fff;
  letter-spacing: 0.15em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0.45em);
  left: 28px;
  color: #F8F8F8;
  bottom: auto;
  margin: 0 auto;
  background: transparent;
}
@media (max-width: 767px) {
  .qa .title:before {
    top: calc(16px + 0.05em);
    left: 18px;
  }
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(35, 96, 192, 0.1);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(35, 96, 192, 0.1);
  border-radius: 4px;
  padding: 1em;
  color: #000;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #F8F8F8;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #F8F8F8;
  border-right: 3px solid #F8F8F8;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 1.5em;
  margin: 0;
}
@media (max-width: 767px) {
  .step .col {
    padding: 1em 0.5em;
  }
}
.step .col:first-child {
  background: #F8F8F8;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 0;
}

.btn {
  display: block;
  overflow: hidden;
  margin: auto;
}
.btn a {
  display: block;
  border: 1px solid #2360C0;
  color: #fff;
  background: #2360C0;
  padding: 0.8em;
  margin: 0 auto 1px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: auto;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn a:hover {
  background: #fff;
  color: #2360C0;
}
.btn a:hover:before {
  border-top: 2px solid #2360C0;
  border-right: 2px solid #2360C0;
}

header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  position: absolute;
  overflow: hidden;
  top: 24px;
  right: 12px;
}
header .header_info_wrap .tel {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #2360C0;
  padding-left: 1.125em;
  background: url(/wp-content/uploads/tel_icon.png) no-repeat center left/0.7916666667em;
  display: table;
  margin-right: 0;
  margin-left: auto;
  line-height: 1;
}
header .header_info_wrap .tel a {
  color: #2360C0;
}
header .header_info_wrap .add {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
}
header .box {
  width: 100%;
}
@media (min-width: 1024px) {
  header .box {
    position: relative;
    display: table;
  }
}
header .title,
header .gnav {
  display: table-cell;
}
@media (min-width: 1024px) {
  header .title,
  header .gnav {
    height: 110px;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    vertical-align: bottom;
    text-align: right;
  }
}
header .gnav ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  padding: 12px 0;
}
header .gnav ul li {
  margin: 0;
}
header .gnav ul li a {
  letter-spacing: 0.02em;
  padding: 0 0.625em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .gnav ul li a:hover {
  color: #2360C0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header {
  background: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  header .container {
    max-width: 90%;
  }
}
@media (max-width: 1023px) {
  header .container {
    padding: 0 4.5%;
  }
}
header .hdr-ttl-wrap {
  position: relative;
  z-index: 1;
}
header .hdr-ttl-wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #2360C0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -300%;
  right: -300%;
  margin: auto;
  z-index: -1;
}
header .hdr-ttl-wrap .hdr-ttl {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.4em 0;
  margin: 0;
}
header .header-inner > .container {
  position: relative;
}
header .title {
  margin: 0;
  font-size: 0;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  header .title {
    padding: 20px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 20px 0;
  }
}
header .title a {
  display: block;
}
header .title a img {
  width: 273px;
  height: 45px;
}
@media (max-width: 1023px) {
  header .title a img {
    width: 173px;
    height: auto;
  }
}
header .hdr_text h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.3em 0;
  text-align: left;
  background: transparent;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  header .hdr_text h1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
header .hdr_text h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #2360C0;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 4.5%;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 50;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #2360C0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #2360C0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #2360C0;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #2360C0;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header.menu_open .gnav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
header .btn-gnavi {
  display: none;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 1024px) {
  header .gnav > ul > li.has_under {
    position: relative;
  }
  header .gnav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .gnav > ul > li.has_under > a:after {
    border-color: #000;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > ul > li.has_under > a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .gnav > ul > li.has_under ul {
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -0.4em;
    z-index: 52;
    background: transparent;
  }
  header .gnav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  header .gnav > ul > li.has_under ul li a {
    background: rgba(35, 96, 192, 0.96);
    padding: 1em;
    overflow-wrap: break-word;
    display: block;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .gnav > ul > li.has_under ul li a:hover {
    background: rgba(27, 74, 149, 0.96);
  }
}
@media (max-width: 1023px) {
  header .gnav > ul {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 -4.5%;
  }
}
header .gnav > ul > li {
  display: inline-block;
}
@media (max-width: 1023px) {
  header .gnav > ul > li {
    background: rgba(35, 96, 192, 0.96);
    margin: 0;
    display: block;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li a {
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1799px) {
  header .gnav > ul > li a {
    font-size: 1.6rem;
    padding: 0em 0.625em;
  }
}
@media (max-width: 1023px) {
  header .gnav > ul > li a {
    color: #fff;
    padding: 1em 11%;
    text-align: left;
    display: block;
  }
}
header .gnav > ul > li.has_under > a {
  position: relative;
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    right: 11%;
  }
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
header .gnav > ul > li.has_under > ul {
  min-width: 230px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
header .gnav > ul > li.has_under > ul > li {
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .gnav > ul > li.has_under > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li.has_under > ul a {
  background: rgba(35, 96, 192, 0.96);
  display: block;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > ul a {
    background: rgba(30, 82, 164, 0.96);
  }
}
header .gnav > ul > li.has_under > ul a:hover {
  background: rgba(27, 74, 149, 0.96);
}

@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.mv .mv-inner {
  position: relative;
}
.mv .slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  padding-top: 39.0625%;
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 93.3333333333%;
  }
}
.mv .slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li > img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_visual_copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.main_visual_copy img {
  width: 26.40625%;
  top: auto;
  left: 12.7604166667%;
  right: auto;
  bottom: 34.8%;
  position: absolute;
}
@media (max-width: 767px) {
  .main_visual_copy img {
    width: 62.2666666667%;
    max-width: 467px;
    bottom: 8.2666666667%;
    left: 7.4285714286%;
    right: auto;
    top: auto;
  }
}

footer {
  position: relative;
  background: #fff;
  color: #000;
}
@media (max-width: 767px) {
  footer {
    border-top: 1px solid black;
  }
}
@media (min-width: 768px) {
  footer > .footer {
    padding-top: 20px;
  }
}
footer > .footer .container {
  max-width: none;
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #2360C0;
}
@media (min-width: 768px) {
  footer .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
footer .nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
footer .nav ul li {
  margin: 0;
  display: inline-block;
  color: #000;
}
@media (min-width: 768px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 1.3em;
  line-height: 1.2857142857;
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3;
  transition: 0.3;
}
@media (max-width: 767px) {
  footer .nav ul li a {
    padding: 1em 1.5em;
  }
}
footer .nav ul li a:hover {
  color: #2360C0;
  -webkit-transition: 0.3;
  transition: 0.3;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 28px 0;
  position: relative;
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 14px 0;
  }
}
footer .copyright:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: auto;
  margin: 0 auto;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
}
table td,
table th {
  padding: 0.7em 0.5em;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #2360C0;
}
table.table-typeC tbody {
  color: #000;
}

.table-type1 {
  width: 100%;
}
.table-type1 caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #e9e9e9;
}
.table-type1 th {
  background: #e9e9e9;
  color: #fff;
  text-align: left;
}
.table-type1 td {
  background: transparent;
}
.table-type1 tr:not(:last-child) td {
  border-bottom: 0;
}
.table-type1 tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}

.table-type2 {
  width: 100%;
}
.table-type2 caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-type2 td,
.table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  .table-type2 td,
  .table-type2 th {
    padding: 0.7em 0.3em;
  }
}
.table-type2 tbody th {
  text-align: left;
}
.table-type2 td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-type3 {
  width: 100%;
}
.table-type3 td,
.table-type3 th {
  border: 1px solid #e9e9e9;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-type3 td,
  .table-type3 th {
    padding: 0.7em 0.3em;
  }
}
@media (max-width: 400px) {
  .table-type3 td,
  .table-type3 th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-type3 thead th {
  background: #e9e9e9;
  color: #fff;
}
.table-type3 thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
.table-type3 tbody th {
  background: rgba(233, 233, 233, 0.15);
}
.table-type3 tbody th:not(:last-child) {
  border-right: 0;
}
.table-type3 tbody tr:not(:first-child) td,
.table-type3 tbody tr:not(:first-child) th {
  border-top: 0;
}
.table-type3 td {
  background: transparent;
}
.table-type3 td:not(:last-child) {
  border-right: 0;
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 700px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 700px;
    margin: 0;
  }
}
h1:not(.title):not(.hdr-ttl) {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.5;
  background: #2360C0;
  margin: 0 0 0.5em 0;
  padding: 0.9em 4.5%;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 0.4285714286em;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
  color: #2360C0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #2360C0;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin: 0 0 0.5em 0;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: calc(100% - 0.4em);
  top: 0.1em;
  left: 0;
  bottom: 0;
  background: #2360C0;
  margin: auto;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  color: #2360C0;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.8em;
  background: #2360C0;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

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

[id^=top-] {
  margin-bottom: 120px;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  [id^=top-] {
    margin-bottom: 80px;
    margin-bottom: 8rem;
  }
}
[id^=top-] .container {
  max-width: calc(1000px + 12%);
  padding: 0 6%;
}
[id^=top-] h2 {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  font-weight: bold;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  [id^=top-] h2 {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
[id^=top-] h2.about_h2 {
  font-size: clamp(22px, 1.9033674963vw, 28px);
}
@media (max-width: 767px) {
  [id^=top-] h2.about_h2 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
[id^=top-] h2::before {
  content: none;
}
[id^=top-] h2.en {
  color: #2360C0;
  font-size: clamp(53px, 4.1727672035vw, 63px);
  font-family: "Cabin", sans-serif;
  line-height: 1.2;
}
[id^=top-] h2.en .ja {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  display: block;
  font-size: 20px;
  margin-top: 0.4em;
}
@media (max-width: 767px) {
  [id^=top-] h2.en {
    font-size: 40px;
  }
  [id^=top-] h2.en .ja {
    font-size: 16px;
  }
}
[id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  [id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
    letter-spacing: 0.02em;
  }
}
[id^=top-] h3 {
  color: #000;
}
[id^=top-] figure img {
  display: block;
}

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}

#top-about {
  padding-top: 100px;
  margin-bottom: 100px;
  border-top: solid 3px #000;
}
@media (max-width: 767px) {
  #top-about {
    padding-top: 60px;
    margin-bottom: 70px;
  }
}
#top-about .about_ttl {
  text-align: center;
  color: #2360C0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  display: table;
  margin: auto;
  padding-top: 20px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #top-about .about_ttl {
    font-size: 20px;
  }
}
#top-about .about_ttl::before {
  content: "";
  display: block;
  width: 100%;
  border-top: dashed 2px #2360C0;
  position: absolute;
  top: 0;
}
#top-about .about_h2 {
  margin-bottom: 0;
  margin-bottom: 20px;
  text-align: center;
}
#top-about .about_h3 {
  padding-left: 0;
  margin-bottom: 16px;
  color: #2360C0;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 767px) {
  #top-about .about_h3 {
    font-size: 18px;
  }
}
#top-about .about_h3::before {
  content: none;
}
#top-about .about_list {
  padding-left: 0;
  margin: 0;
}
#top-about .about_list li {
  list-style: none;
  position: relative;
  padding-left: 1.4444444444em;
  line-height: 1.7;
  font-size: 18px;
}
@media (max-width: 767px) {
  #top-about .about_list li {
    font-size: 16px;
  }
}
#top-about .about_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #top-about .about_list li:not(:last-child) {
    margin-bottom: 6px;
  }
}
#top-about .about_list li::before {
  content: "";
  display: block;
  width: 0.6666666667em;
  height: 0.6666666667em;
  background: #2360C0;
  position: absolute;
  top: 0.55em;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
#top-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
  margin: 40px auto;
  background: #F8F8F8;
  padding: 50px 3.90625vw 56px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #top-about .box {
    padding: 30px 6%;
    margin: 30px auto;
  }
}
#top-about .box > * {
  width: calc((100% - 30px) / 2 - 1px);
}
@media (max-width: 767px) {
  #top-about .box > * {
    width: 100%;
  }
}
#top-about .about_foot {
  text-align: center;
  font-size: clamp(18px, 1.4641288433vw, 20px);
}
@media (min-width: 768px) {
  #top-about .text {
    text-align: center;
  }
}
#top-about .foot_small {
  font-size: clamp(16px, 1.1713030747vw, 18px);
}
@media (max-width: 767px) {
  #top-about .foot_small {
    text-align: left;
    margin-bottom: 30px;
  }
}
#top-about .primary_color {
  color: #2360C0;
}

#top-business {
  padding-top: 100px;
  padding-bottom: 120px;
  border-top: solid 3px #000;
  background: #F8F8F8;
}
@media (max-width: 767px) {
  #top-business {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
#top-business h2.en {
  margin-bottom: 1.1111111111em;
}
#top-business .link_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px 25px;
}
@media (max-width: 767px) {
  #top-business .link_head {
    gap: 16px;
  }
}
#top-business .link_head > * {
  width: calc((100% - 25px) / 2 - 1px);
}
@media (max-width: 767px) {
  #top-business .link_head > * {
    width: 100%;
  }
}
#top-business .link_head .link_item > a {
  display: block;
  background: #fff;
  border: solid 3px #000;
  border-radius: 10px;
  padding: 34px 20px 20px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
@media (max-width: 767px) {
  #top-business .link_head .link_item > a {
    padding: 40px 6% 10px;
  }
}
#top-business .link_head .link_item > a:hover {
  background: #ddeefc;
}
#top-business .link_head .link_item .num {
  font-family: "Cabin", sans-serif;
  color: #2360C0;
  font-size: 45px;
  line-height: 1;
  position: absolute;
  top: 12px;
  left: 20px;
}
@media (max-width: 767px) {
  #top-business .link_head .link_item .num {
    font-size: 26px;
    left: 10px;
    top: 9px;
  }
}
#top-business .link_head .link_item .img {
  display: block;
  margin: auto;
  max-width: 244px;
  width: 100%;
}
@media (max-width: 767px) {
  #top-business .link_head .link_item .img {
    max-width: 200px;
  }
}
#top-business .link_head .link_item .bnr_ttl {
  padding: 0 1.3181818182em;
  text-align: center;
  font-size: clamp(20px, 1.6105417277vw, 24px);
  margin-bottom: 0;
  margin-top: 14px;
}
@media (max-width: 767px) {
  #top-business .link_head .link_item .bnr_ttl {
    font-size: 18px;
  }
}
#top-business .link_head .link_item .bnr_ttl::before {
  content: none;
}
#top-business .link_head .link_item .bnr_ttl::after {
  content: "";
  display: block;
  width: 1.3181818182em;
  height: 1.3181818182em;
  background: url(/wp-content/uploads/arrow_001.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top-business .link_bottom {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #top-business .link_bottom {
    margin-top: 30px;
  }
}
#top-business .link_bottom .ttl_b {
  padding-left: 0;
  font-size: 28px;
  margin-bottom: 0.7142857143em;
}
@media (max-width: 767px) {
  #top-business .link_bottom .ttl_b {
    font-size: 20px;
  }
}
#top-business .link_bottom .ttl_b::before {
  content: none;
}
#top-business .link_bottom .ttl_b .num {
  font-family: "Cabin", sans-serif;
  color: #2360C0;
  font-size: 40px;
  display: inline-block;
  margin-right: 0.375em;
}
@media (max-width: 767px) {
  #top-business .link_bottom .ttl_b .num {
    font-size: 26px;
  }
}
#top-business .link_bottom .link_bottom_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px 25px;
}
@media (max-width: 767px) {
  #top-business .link_bottom .link_bottom_inner {
    gap: 16px;
  }
}
#top-business .link_bottom .link_bottom_inner > * {
  width: calc((100% - 50px) / 3 - 1px);
}
@media (max-width: 1023px) {
  #top-business .link_bottom .link_bottom_inner > * {
    width: calc((100% - 25px) / 2 - 1px);
  }
}
#top-business .link_bottom .link_bottom_inner .link_item_b > a {
  display: block;
  background: #fff;
  border: solid 3px #000;
  border-radius: 10px;
  padding: 50px 19px 26px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
@media (max-width: 767px) {
  #top-business .link_bottom .link_bottom_inner .link_item_b > a {
    padding: 30px 6% 10px;
    height: 100%;
  }
}
#top-business .link_bottom .link_bottom_inner .link_item_b > a:hover {
  background: #ddeefc;
}
#top-business .link_bottom .link_bottom_inner .link_item_b .img {
  display: block;
  margin: auto;
  max-width: 134px;
  width: 100%;
}
@media (max-width: 767px) {
  #top-business .link_bottom .link_bottom_inner .link_item_b .img {
    max-width: 60px;
  }
}
#top-business .link_bottom .link_bottom_inner .link_item_b .bnr_ttl_b {
  padding: 0 1.45em;
  text-align: center;
  font-size: clamp(18px, 1.3909224012vw, 20px);
  margin-bottom: 0;
  margin-top: 26px;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #top-business .link_bottom .link_bottom_inner .link_item_b .bnr_ttl_b {
    font-size: 15px;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 1.6em;
  }
}
#top-business .link_bottom .link_bottom_inner .link_item_b .bnr_ttl_b::before {
  content: none;
}
#top-business .link_bottom .link_bottom_inner .link_item_b .bnr_ttl_b::after {
  content: "";
  display: block;
  width: 1.45em;
  height: 1.45em;
  background: url(/wp-content/uploads/arrow_001.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #top-business .link_bottom .link_bottom_inner .link_item_b .bnr_ttl_b::after {
    width: 1.2666666667em;
    height: 1.2em;
    top: calc(100% + 6px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.oa-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(35, 96, 192, 0.5);
}
.oa-table th,
.oa-table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(35, 96, 192, 0.5);
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 767px) {
  .oa-table th,
  .oa-table td {
    padding: 10px;
    font-size: 12px;
  }
}
.oa-table thead {
  background-color: rgba(35, 96, 192, 0.1);
}
.oa-table thead th:not(:first-child) {
  width: 26%;
}
.oa-table tbody th {
  background-color: rgba(35, 96, 192, 0.1);
}

body:not(.home) section h3 {
  font-size: 22px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  body:not(.home) section h3 {
    font-size: 18px;
  }
}
body:not(.home) .u_number_list02 {
  counter-reset: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
body:not(.home) .u_number_list02 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  margin-right: 2%;
  width: 100%;
  gap: 10px;
  font-size: 15px;
}
@media (max-width: 767px) {
  body:not(.home) .u_number_list02 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body:not(.home) .u_number_list02 li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body:not(.home) .u_number_list02 li .num_title {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #2360C0;
  font-weight: bold;
}
@media (max-width: 767px) {
  body:not(.home) .u_number_list02 li .num_title {
    text-align: center;
  }
}
body:not(.home) .u_number_list02 li:last-child {
  margin-bottom: 0;
}
body:not(.home) .u_number_list02 li::before {
  background-color: #2360C0;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  height: 1.8em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
}
@media (min-width: 768px) {
  body:not(.home) .u_number_list02 li::before {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .u_number_list02 li::before {
    margin-inline: auto;
  }
}
body:not(.home) .u_number_list02.none_text li {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  body:not(.home) .u_number_list02.none_text li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  body:not(.home) .u_number_list02.none_text li::before {
    margin-inline: 0;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
  }
}
body:not(.home) .u_number_list02.none_text li .num_title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  body:not(.home) .u_number_list02.none_text li .num_title {
    text-align: left;
  }
}
body:not(.home) .highlight {
  background: #F8F8F8;
  padding: 20px 2.0833333333vw 25px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  body:not(.home) .highlight {
    padding: 20px 6%;
  }
}
body:not(.home) .border-box {
  border: solid 1px #2360C0;
  padding: 24px 2.0833333333vw 30px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  body:not(.home) .border-box {
    padding: 20px 6%;
  }
}
body:not(.home) .u_check_list {
  padding-left: 0;
  margin-top: 0;
}
body:not(.home) .u_check_list li {
  position: relative;
  font-weight: 500;
  color: #000;
  list-style: none;
}
body:not(.home) .u_check_list li:not(:last-child) {
  margin-bottom: 0.8em;
}
body:not(.home) .u_check_list li .fa-regular.fa-square-check {
  font-size: 20px;
  color: #2360C0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
body:not(.home) .hp_text_head {
  text-align: center;
  color: #d11313;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body:not(.home) .hp_text_head {
    font-size: 16px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  body:not(.home) .hp_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  body:not(.home) .hp_head_img {
    max-width: 300px;
  }
}
body:not(.home) .qa_box dt {
  color: #2360C0;
  padding: 14px 20px;
  background: #F8F8F8;
  font-weight: 600;
  line-height: 1.6;
}
body:not(.home) .qa_box dd {
  line-height: 1.6;
  padding: 12px 20px 20px;
  margin: 0;
}
body:not(.home) .qa_box dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
body:not(.home) .under_cta .cta_bg {
  background: #F8F8F8;
  margin: auto;
  text-align: center;
  padding: 30px 6%;
  border: solid 2px #2360C0;
  border-radius: 6px;
}
body:not(.home) .under_cta .cta {
  color: #2360C0;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  body:not(.home) .under_cta .cta {
    font-size: 18px;
  }
}
body:not(.home) .under_cta .tel {
  color: #2360C0;
  font-weight: 600;
  line-height: 1.5;
}
body:not(.home) .under_cta .tel span {
  font-size: 16px;
}
body:not(.home) .under_cta .tel a {
  color: #2360C0;
  font-size: 30px;
}
@media (max-width: 767px) {
  body:not(.home) .under_cta .tel a {
    font-size: 24px;
  }
}
body:not(.home) .meo_head_img {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 767px) {
  body:not(.home) .meo_head_img {
    max-width: 200px;
  }
}
body:not(.home) .mb20 {
  margin-bottom: 20px !important;
}
/* 250513追加 */
table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
}
table td,
table th {
  padding: 0.7em 0.7em;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #2360c0;
}
table.table-typeC tbody {
  color: #222222;
}

.table-type1 {
  width: 100%;
}
.table-type1 caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #2360c0;
}
.table-type1 th {
  background: #2360c0;
  color: #fff;
  text-align: center;
}
.table-type1 td {
  background: transparent;
}
.table-type1 tr:not(:last-child) td {
  border-bottom: 0;
}
.table-type1 tr:not(:first-child) th {
  border-bottom: 0;
  border-top: 1px solid #fff;
}
/* ここまで */

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