@charset "UTF-8";
.for-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .for-pc {
    display: block;
  }
  .for-sp {
    display: none !important;
  }
}
header .for-tab {
  display: none;
}
@media only screen and (max-width: 960px) {
  header .for-pc {
    display: none !important;
  }
  header .for-tab {
    display: block;
  }
}

.for-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block;
  }
}
.page-content, .entry-content, .entry-summary {
  margin-top: 0;
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5em;
}

h1 {
  display: grid;
  font-size: 40px;
  font-weight: 200;
  color: #ffffff;
  position: absolute;
  margin: auto 0;
  padding-left: 20px;
  align-content: center;
  top: 0;
  bottom: 0;
}

h2 {
  display: inline-block;
  border-bottom: solid;
  border-color: #134489;
  border-width: 5px;
  /*text-align: center;
  text-decoration: underline 5px #134489 solid;
  text-underline-offset: 0.3em;*/
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
  color: #1a1a1a;
  margin: 0 0 10px;
  text-align: center;
  margin-bottom: 28px;
}

p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
  font-size: 16px;
}

.red {
  color: #FF0000;
}

.caption {
  font-size: 14px;
}

a {
  color: #1A73E8;
  transition: color 0.3s;
}
a[href=""] {
  pointer-events: none;
  color: #000; /* リンクが無効であることを示すために色を変更 */
  text-decoration: none; /* リンクの下線を削除 */
  cursor: default; /* カーソルをデフォルトに変更 */
}

img {
  display: block;
}

section + section {
  margin-top: 64px;
}

section:last-child {
  margin-bottom: 64px;
}

.box-contents {
  max-width: 1280px;
  margin: auto;
  padding-inline: 20px;
}

.box-img img {
  width: 100%;
}

h2, p, li, table {
  color: #1a1a1a;
}

.required {
  color: #FF0000;
}

/*.post, .page {
    margin-bottom: 0;
}

.entry-footer {
    background-color: #EBF2EE;
}

.page-content, .entry-content, .entry-summary {
    margin-top: 0;
}

.grecaptcha-badge {
    display: none;
}*/
.box-button {
  display: flex;
  gap: 32px;
  row-gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .box-button {
    flex-direction: column;
    gap: 0;
  }
}

.button_form a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: block;
  width: 160px;
  padding: 10px 0;
  background-color: #134489;
  margin: 24px auto;
  transition: 0.2s;
  transform: skewX(-22deg);
  /*
  &::after {
      content: "";
      display: inline-block;
      width: 16px;
      height: 12px;
      background-image: url(./../img/arrow.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: 10px;
      transform: skewX(22deg);
  }*/
}
.button_form a span {
  display: inline-block;
  transform: skewX(22deg);
}
.button_form a:hover {
  background-color: #6a87ad;
}

@media screen and (max-width: 640px) {
  .button {
    width: 100%;
  }
}
.button a, .button input {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #134489;
  min-width: 250px;
  max-width: 400px;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 16px;
  margin-inline: auto;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  transform: skewX(-22deg);
}
@media screen and (max-width: 640px) {
  .button a, .button input {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .button a, .button input {
    max-width: 342px;
    width: 80%;
    margin-inline: auto;
  }
}
.button a::after, .button input::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url(./../img/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  transform: skewX(22deg);
}
.button a span, .button input span {
  display: inline-block;
  color: #fff;
  transform: skewX(22deg);
}
.button a:hover, .button input:hover {
  background-color: #6a87ad;
}
.button.tel a, .button.white a {
  background-color: transparent;
  color: #000 !important;
  border: 1px solid #000;
}
.button.tel a span, .button.white a span {
  color: #000 !important;
}
.button.tel a:hover, .button.white a:hover {
  background-color: #ccc;
}
.button.tel a {
  height: 56px;
  padding-top: 11px;
}
.button.tel a span {
  font-size: 20px;
}
.button.tel a::before {
  content: url(/asset/common/img/icon_tel_blk.svg);
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.button.white a {
  background-color: white;
}

#sections .eccom-contents .button a {
  font-size: 16px !important;
}

.txt-link {
  color: #000;
  text-decoration: underline;
}
.txt-link:visited {
  color: #000;
}
.txt-link:hover {
  text-decoration: none;
}

.box-flex {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .box-flex {
    gap: 24px;
  }
}

.box-grid {
  display: grid;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 16px;
  /*@media screen and (max-width: 640px) {
      grid-template-columns: repeat(1, 1fr);
      column-gap: 16px;
      display: block;
      div + div {
          margin-top: 24px;
      }
  }
  @media screen and (min-width: 640px) and (max-width: 991px) {
      column-gap: 24px;
  }
  @media screen and (min-width: 992px) {
      column-gap: 32px;
  }
  .title {
      text-align: center;
      margin-bottom: 8px;
      font-size: 20px;
  }*/
}
.box-grid.col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.box-grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.box-grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.box-grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.box-grid.col-2.center > div:first-child {
  margin-left: auto;
}
.box-grid.col-2.center > div:last-child {
  margin-right: auto;
}

.button_header-l, .button_header-r {
  background-color: #134489;
}
.button_header-l a, .button_header-r a {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  display: block;
  width: 185px;
  height: 72px;
  background-color: #134489;
  transform: skewX(-22deg);
  transition: 0.3s;
}
.button_header-l a span, .button_header-r a span {
  display: block;
  transform: skewX(22deg);
}

header .h-main {
  display: flex;
  background-color: #134489;
  max-width: 100%;
  height: 72px;
}
header .h-main .box-grid {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  display: flex;
  z-index: 1;
}
header .h-main div {
  align-items: center;
}
header .h-main div .h-left {
  display: flex;
}
header .h-main div .h-left .flag {
  position: relative;
  background-color: #fff;
  width: 132px;
  height: 72px;
  z-index: 10;
}
header .h-main div .h-left .flag img {
  width: 168px;
}
header .h-main div .h-left a {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  transition: 0.3s;
}
header .h-main div .h-left a:hover {
  color: #9a9a9a;
}
header .h-main div .h-right {
  overflow: hidden;
  display: flex;
  z-index: 1;
}
@media screen and (min-width: 1281px) {
  header .h-main div .h-right {
    overflow: visible;
  }
}
header .h-main div .h-right .txt-block-bg {
  display: flex;
  height: 72px;
}
header .h-main div .h-right .txt-block-bg .txt-block {
  display: flex;
}
header .h-main div .h-right .txt-block-bg .txt-block a {
  color: #1a1a1a;
  font-size: 14px;
  margin: 0 24px 0 0;
}
header .h-main div .h-right .txt-block-bg .txt-block a:hover {
  color: #9a9a9a;
}
header .h-main div .h-right .txt-block-bg .txt-block img {
  height: 20px;
  transition: 0.3s;
}
header .h-main div .h-right .txt-block-bg .txt-block img:hover {
  opacity: 0.5;
}
header .h-main div .h-right .btn_block {
  display: flex;
}
header .h-main div .h-right .btn_block .button_header-l {
  background-color: #fff;
}
header .h-main div .h-right .btn_block .button_header-l .btn-l {
  border-right: solid 1px #fff;
}
header .h-main div .h-right .btn_block .button_header-l .btn-l:hover {
  background-color: #6a87ad;
}
header .h-main div .h-right .btn_block .btn-r {
  border-left: solid 1px #fff;
  border-right: solid 2px #fff;
}
header .h-main div .h-right .btn_block .btn-r:hover {
  background-color: #6a87ad;
}
header .h-main div .h-right .btn_block a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .button {
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  header .button {
    display: none;
  }
}
header .button a {
  width: auto;
}

.space {
  position: absolute;
  z-index: 0;
  width: 50%;
  height: 72px;
  background-color: #fff;
}

@media only screen and (max-width: 1100px) {
  header .h-main div .h-left a {
    padding: 0;
  }
  header .h-main div .h-left .flag img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  header .h-main div .h-left .flag {
    width: 110px;
  }
}
@media only screen and (max-width: 420px) {
  header .h-main div .h-left a {
    font-size: 16px;
  }
}
.hamburger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: transparent;
}

.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger.-active .hamburger__text::before {
  content: "閉じる";
}

.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #172e59;
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #172e59;
  transition: inherit;
}

.hamburger__line:before {
  top: -6px;
}

.hamburger__line:after {
  top: 6px;
}

.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #172e59;
  font-size: 10px;
  font-weight: 900;
}

.header {
  width: 300px;
}

.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  height: 100vh;
  width: 300px;
  visibility: hidden;
  padding-top: 60px;
  background-color: #fff;
  transition: 0.4s;
}

.header__nav-area.-active {
  left: 0;
  visibility: visible;
  z-index: 20;
}

.global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}

.global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e9ee;
}

.global-navigation__list > li + li {
  margin-top: 20px;
}

.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #134489;
  font-weight: 900;
  transition: color 0.3s;
  font-size: 0.875rem;
}

.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}

.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}

.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}

.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}

.accordion__list li {
  font-size: 0.75rem;
}

.accordion__list li + li {
  margin-top: 21px;
}

.accordion__link {
  color: #172e59;
}

.MV {
  position: relative;
  background-color: #134489;
  border-top: 4px solid #89a1c4;
}
.MV img {
  margin: 0 0 0 auto;
  max-width: 100%;
}
.MV .ttl-bg {
  position: absolute;
  margin: auto;
  max-height: 244px;
  max-width: 1280px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 24px;
  }
}
.breadcrumb {
  display: flex;
  max-width: 1280px;
  margin: auto;
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li a {
  display: flex;
  align-items: center;
  color: #1a1a1a;
}
.breadcrumb li a:hover {
  color: #9a9a9a;
}
.breadcrumb li + li::before {
  content: url(./../img/arrow_breadcrumb.svg);
  display: inline-block;
  width: 8px;
  margin: 0 16px;
}

.sec-contact {
  background: rgba(51, 122, 81, 0.1);
  background: linear-gradient(0deg, rgba(51, 122, 81, 0.1) 0%, rgba(143, 143, 141, 0.1) 100%);
  padding-top: 48px;
  padding-bottom: 48px;
}
.sec-contact p {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .sec-contact .box-button {
    flex-direction: column;
    gap: 0;
  }
}
.sec-contact .box-button img {
  margin-inline: auto;
}

.top a {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 0 0 auto;
  position: relative;
  top: 30px;
  right: 40px;
  background-color: #134489;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.top a .inner {
  display: grid;
}
.top a .inner img {
  width: 15px;
  transform: rotate(-90deg);
  margin: 0 auto;
}
.top a .inner span {
  font-size: 12px;
  color: #fff;
}
.top a:hover {
  background-color: #6a87ad;
}

footer {
  background-color: #D1D1D1;
  font-size: 14px;
}
footer .f-main {
  margin: auto;
  max-width: 1280px;
  height: 200px;
  padding-top: 72px;
}
footer .f-main .f-left {
  font-weight: 500;
  width: 400px;
  padding-left: 20px;
}
footer .f-main .f-left .com-name {
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 10px;
}
footer .f-main .f-left .com-name:hover {
  color: #9a9a9a;
}
footer .f-main .f-left .box-grid {
  margin-top: 10px;
}
footer .f-main .f-left .box-grid p {
  display: inline-block;
  font-size: 14px;
}
footer .f-main .f-left .box-grid .tel-num a {
  color: #1a1a1a;
}
footer .f-main .f-right {
  padding-right: 20px;
}
footer .f-main .f-right .txt-block {
  display: flex;
}
footer .f-main .f-right .txt-block a {
  color: #1a1a1a;
  font-size: 14px;
  margin: 0 24px 20px 0;
}
footer .f-main .f-right .txt-block a:hover {
  color: #9a9a9a;
}
footer .f-main .f-right .txt-block img {
  height: 20px;
  transition: 0.3s;
}
footer .f-main .f-right .txt-block img:hover {
  opacity: 0.5;
}
footer .f-main .f-right .box-grid {
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 0 10px;
}
footer .f-bottom_bg {
  background-color: #6E737A;
  max-width: 100%;
}
footer .f-bottom_bg .f-bottom {
  display: grid;
  position: relative;
  margin: auto;
  background-color: #6E737A;
  max-width: 1280px;
  height: 40px;
  align-items: center;
}
footer .f-bottom_bg .f-bottom p, footer .f-bottom_bg .f-bottom a {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
footer .f-bottom_bg .f-bottom .coop {
  justify-self: center;
}
footer .f-bottom_bg .f-bottom .privacy-policy {
  position: absolute;
  justify-self: right;
  padding-right: 10px;
}

@media screen and (max-width: 960px) {
  footer .f-main {
    height: auto !important;
  }
  footer .f-main .box-grid.col-2 {
    display: block;
    text-align: center;
  }
  footer .f-main .box-grid.col-2 .f-left {
    width: auto;
    padding: 0;
  }
  footer .f-main .box-grid.col-2 .f-left div {
    display: flex;
    justify-content: center;
  }
  footer .f-main .box-grid.col-2 .f-left div p {
    margin: 0 8px 0.5em;
  }
  footer .f-main .box-grid.col-2 .f-left div a {
    text-decoration: underline;
  }
  footer .f-main .box-grid.col-2 .f-right {
    padding-right: 0;
  }
  footer .f-main .box-grid.col-2 .f-right .txt-block {
    justify-content: center;
    margin-top: 24px;
  }
  footer .f-main .box-grid.col-2 .f-right .txt-block a {
    margin: 0 12px 20px;
  }
}
@media screen and (max-width: 640px) {
  footer .f-main .f-left .box-grid {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  footer .f-bottom_bg .f-bottom a.privacy-policy {
    position: static;
    padding-right: 0;
    margin: 0 auto;
  }
}
#company table {
  border-top: 2px #1a1a1a solid;
  border-bottom: 2px #1a1a1a solid;
}
#company table td, #company table th {
  padding: 26px 0 26px;
  vertical-align: middle;
}
#company table th {
  background-color: rgba(19, 68, 137, 0.2);
  text-align: center;
  width: 280px;
}
#company table td {
  padding-left: 48px;
}
#company table tr + tr td, #company table tr + tr th {
  border-top: 1px #1a1a1a solid;
}
@media screen and (max-width: 720px) {
  #company table {
    display: block;
  }
  #company table tbody, #company table tr, #company table th, #company table td {
    display: block;
  }
  #company table tr th {
    width: 100%;
    padding: 10px 0;
  }
  #company table tr td {
    border: 0 !important;
    padding: 16px 0;
  }
}

#contact table {
  border: none;
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}/*# sourceMappingURL=common.css.map */