@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,900;1,600&display=swap");
.font__barlow {
  font-family: "Barlow", sans-serif;
  font-style: italic;
}

.only__pc, .only__mobile, .only__sp {
  display: none;
}

@media screen and (min-width: 829px) {
  .only__pc {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .only__mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .only__sp {
    display: block;
  }
}
/* reset
*********************************************************/
* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none !important;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

@media screen and (max-width: 450px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}
figure {
  margin: 0;
}

/* common
*********************************************************/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

p {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 1.5rem;
  }
}
a {
  color: #333;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns .column {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.columns__has2 .column {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.columns__has3 .column {
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

@media screen and (min-width: 829px) {
  .columns.swap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .columns__has2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns__has2 .column {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .columns__has3 .column {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.image--inline {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-danger {
  color: #a94442;
}

.wp-pagenavi {
  margin-top: 45px;
  padding: 20px 0;
  background: #f9f9f9;
  font-size: 1.6rem;
  overflow: hidden;
}

.wp-pagenavi.var01 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  min-width: 55px;
  line-height: 55px;
  padding: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
}

.wp-pagenavi a {
  border: none;
  background: none;
  color: #333;
}

.wp-pagenavi span.pages {
  padding: 0 10px;
}

.wp-pagenavi span.current {
  border-color: #666;
  background: #666;
  color: #fff;
}

.bg-danger {
  padding: 5px;
  background-color: #f2dede;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

a[href^=tel]:hover {
  opacity: 1;
}

@media screen and (min-width: 829px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
.lazy {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0%, 50px);
  transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.flickWrap {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .flickWrap {
    padding: 5px 0;
    white-space: nowrap;
    overflow: auto;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: 1.4rem;
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .flickWrap table th, .flickWrap table td {
    display: table-cell;
  }
}
/* Header
*********************************************************/
a.menu-trigger {
  display: none;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.75);
  z-index: 600;
}

@media screen and (max-width: 1024px) {
  a.menu-trigger {
    display: inline-block;
  }
  a.menu-trigger:hover {
    opacity: 1;
  }
  a.menu-trigger span {
    position: absolute;
    left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
  }
  a.menu-trigger span:nth-of-type(1) {
    top: 10px;
  }
  a.menu-trigger span:nth-of-type(2) {
    top: 48%;
  }
  a.menu-trigger span:nth-of-type(3) {
    bottom: 10px;
  }
  a.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  a.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  a.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
}
/* GlobalNavi
*********************************************************/
.main__menu a {
  color: #333;
  font-size: 1.7rem;
  text-decoration: none;
}

@media screen and (min-width: 829px) {
  .main__menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .main__menu li + li {
    margin-left: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .main__menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    overflow: hidden;
    opacity: 0;
  }
  .main__menu .container {
    position: relative;
    width: 100vw;
    height: 100vh;
    padding: 0;
    overflow: auto;
  }
  .main__menu ul {
    display: block;
    position: absolute;
    right: -100vw;
    top: 50px;
    border: none;
    width: 100vw;
    padding-left: 0;
    padding-bottom: 200px;
    z-index: 110;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main__menu li,
  .main__menu li:first-of-type {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    border: none;
    border-bottom: 1px dotted #fff;
  }
  .main__menu li a,
  .main__menu li:first-of-type a {
    border: none;
  }
  .main__menu li a small,
  .main__menu li:first-of-type a small {
    display: none;
  }
  .main__menu li + li {
    margin-left: 0;
  }
  .main__menu li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    border: none;
    color: #fff;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main__menu.active {
    display: block;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow-y: scroll;
  }
  .main__menu.active ul {
    right: 0;
    -webkit-animation-name: slidein;
    animation-name: slidein;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 1024px) {
  .activeNav {
    height: 100%;
    overflow: hidden;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slidein {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
@keyframes slidein {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
/* Breadcrumbs
*********************************************************/
.bread {
  margin-bottom: 35px;
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.bread a {
  font-size: inherit;
}

@media screen and (max-width: 1024px) {
  .bread {
    height: auto;
    margin-bottom: 20px;
  }
}
/* Content
*********************************************************/
/* sidebar
*********************************************************/
/* Footer
*********************************************************/
.footer__copy {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-nav {
  margin-bottom: 30px;
}

.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}

.footer-nav li {
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-nav a {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .footer__copy {
    padding-bottom: 80px;
  }
  .footer-nav {
    margin: 0 -30px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .footer-nav ul {
    display: block;
    margin: 0;
  }
  .footer-nav li {
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 5px;
    border-bottom: solid 1px #ccc;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-nav li:nth-child(odd) {
    border-right: solid 1px #ccc;
  }
  .footer-nav li:nth-child(odd):last-child {
    border-right: none;
    width: 100%;
  }
  .footer-nav a {
    display: block;
    padding: 5px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    text-align: center;
  }
}
/* WP default
*********************************************************/
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.rtt {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
}

.rtt img {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .rtt {
    display: block;
  }
}
.over--left {
  margin-left: calc((100vw - 1215px) / 2);
  padding: 0;
  width: auto;
  max-width: none;
}

.over--right {
  margin-right: calc((100vw - 1215px) / 2);
  padding: 0;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 1200px) {
  .over--left, .over--right {
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1230px;
  }
}
.btn__wrap {
  margin-top: 80px;
}

.btn__link {
  display: block;
  max-width: 300px;
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #333;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .btn__wrap {
    margin-top: 40px;
  }
} 
img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table tbody,
table tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table th,
table td {
  padding: 15px;
  border: 5px solid #fff;
  background: #f9f9f9;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

table th {
  background: #92c6e4;
}

@media screen and (max-width: 1024px) {
  table th,
  table td {
    display: block;
    width: 100%;
    border: none;
  }
}
/* anchorlink */
.anchorlink {
  margin-bottom: 50px;
  padding: 15px;
  background: #f8f8f8;
}

.anchorlink ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}

.anchorlink li {
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.anchorlink li a:hover, .anchorlink li[class=current] a {
  font-weight: bold;
  opacity: 1;
}

/* pagenation */
.pagination {
  position: relative;
  clear: both;
  padding: 20px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  background: #d2d2d2;
  color: #333;
  text-decoration: none;
}

.pagination a:hover {
  background: #dc1d1e;
  color: #fff;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #dc1d1e;
  color: #fff;
}

@media screen and (max-width: 450px) {
  .pagination {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .pagination span,
  .pagination a,
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}
/*************************************************

CONTENTS

****************************************************/
/* Contact
*********************************************************/
.sect__contact .catch01 {
  margin-bottom: 40px;
  padding: 20px;
  width: 100%;
  background: #fafafa;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sect__contact .catch01 span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
}

.sect__contact .catch01 span + span {
  margin-left: 30px;
}

.sect__contact .catch01 span a {
  color: #293c8d;
  font-size: inherit;
}

.sect__contact h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.sect__contact .mw_wp_form_confirm .check-agree {
  display: none;
}

.sect__contact .text01 + .text01 {
  margin-top: 20px;
}

@media screen and (min-width: 829px) and (max-width: 1200px) {
  .sect__contact table table,
  .sect__contact table table tbody,
  .sect__contact table table tr,
  .sect__contact table table th,
  .sect__contact table table td {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .sect__contact .catch01 span {
    font-size: 2rem;
  }
  .sect__contact .catch01 span + span {
    margin: 0;
    padding-left: 0;
  }
  .sect__contact .catch01 br {
    display: none;
  }
  .sect__contact h2 {
    font-size: 2rem;
  }
  .sect__contact .mw_wp_form_confirm .wrap-form {
    padding: 10px 10px 40px;
  }
  .sect__contact .check-agree {
    text-align: left;
  }
  .sect__contact .check-agree .agree-wrap {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .sect__contact .mwform-radio-field {
    display: block;
  }
}
.mw_wp_form {
  margin-top: 50px;
  padding: 80px;
  background: #fafafa;
}

.mw_wp_form li {
  display: inline-block;
}

.mw_wp_form th,
.mw_wp_form td {
  padding: 15px;
  border: none;
  background: none;
  font-size: 1.6rem;
  vertical-align: middle;
  text-align: left;
}

.mw_wp_form th {
  position: relative;
  width: 250px;
  padding-top: 29px;
  padding-bottom: 0;
  color: #333;
  vertical-align: top;
}

.mw_wp_form th span {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 25px;
  padding: 8px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}

.mw_wp_form th span.required {
  background: #c50000;
}

.mw_wp_form th span.any {
  background: #999;
}

.mw_wp_form label {
  font-weight: normal;
}

.mw_wp_form table {
  width: 100%;
  border: none;
  margin: 0;
}

.mw_wp_form table table th,
.mw_wp_form table table td {
  border: none;
  background: none;
}

.mw_wp_form table table th {
  width: 190px;
  padding: 15px 15px 15px 0;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
}

.mw_wp_form table table td {
  padding: 15px 0;
}

.mw_wp_form table table tr:first-child th,
.mw_wp_form table table tr:first-child td {
  padding-top: 0;
}

.mw_wp_form table table tr:last-child th,
.mw_wp_form table table tr:last-child td {
  padding-bottom: 0;
}

.mw_wp_form.mw_wp_form_confirm table th {
  padding: 15px;
}

.mw_wp_form.mw_wp_form_confirm table th span.required, .mw_wp_form.mw_wp_form_confirm table th span.any {
  top: 12px;
}

.mw_wp_form.mw_wp_form_confirm table table th {
  width: 190px;
  padding: 15px 15px 15px 0;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
}

.mw_wp_form .check-agree {
  padding: 0 15px;
  font-size: 1.6rem;
}

.mw_wp_form .check-agree a {
  color: #1d3bb4;
}

.mw_wp_form .check-agree .agree-wrap {
  margin: 20px 0 40px;
  padding: 10px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form input[type=tel] {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  background: #fff;
}

.mw_wp_form input[type=text].var01, .mw_wp_form input[type=email].var01, .mw_wp_form input[type=tel].var01 {
  max-width: 10em;
}

.mw_wp_form input[type=text].var02, .mw_wp_form input[type=text].var03, .mw_wp_form input[type=email].var02, .mw_wp_form input[type=email].var03, .mw_wp_form input[type=tel].var02, .mw_wp_form input[type=tel].var03 {
  max-width: 5em;
}

.mw_wp_form input[type=checkbox] {
  display: inline-block;
  margin-right: 0.5em;
}

.mw_wp_form input[type=checkbox] + label {
  display: inline-block;
  margin-bottom: 5px;
}

.mw_wp_form input[type=radio] {
  display: none;
}

.mw_wp_form input[type=radio] + .mwform-radio-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}

.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #605834;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mw_wp_form input[type=button],
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form input[type=submit],
.mw_wp_form input[type=image],
.mw_wp_form textarea,
.mw_wp_form select {
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form select {
  max-width: 20em;
  height: 48px;
  margin-right: 5px;
  padding: 0 45px 0 15px;
  background: url(../images/common/ico_arrow_select.png) no-repeat right 10px center #fff;
}

.mw_wp_form select::-ms-expand {
  display: none;
}

.mw_wp_form textarea {
  max-width: 790px;
  width: 100%;
  height: 10em;
  padding: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form .bg-danger {
  margin-top: 5px;
  padding: 10px;
}

.mw_wp_form .btnWrap01 {
  padding: 25px 0 0;
  overflow: hidden;
}

.mw_wp_form .btnWrap01 p {
  font-size: 1.4rem;
}

.mw_wp_form .check-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: -10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.mw_wp_form .check-flex > * {
  margin: 10px;
}

.mw_wp_form input[type=submit],
.mw_wp_form .btnWrap01 a,
.mw_wp_form .fm-modoru {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  line-height: 65px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #004072;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.mw_wp_form input[type=submit]:hover,
.mw_wp_form .btnWrap01 a:hover,
.mw_wp_form .fm-modoru:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mw_wp_form .fm-modoru {
  background: #666 !important;
  color: #fff;
}

.mw_wp_form a.btn01 {
  background: #666 !important;
  color: #fff;
}

.mw_wp_form .wrap03 {
  margin-bottom: 20px;
  padding: 0 15px;
}

.mw_wp_form .wrap03 p {
  padding: 15px;
  background: #ededed;
  font-size: 0.9rem;
}

.mw_wp_form .error {
  display: inline-block;
  margin: 5px 0;
  padding: 10px;
  background-color: #f2dede;
  color: #c50000;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox] {
  display: none;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: url(../images/common/checkon.png) no-repeat 0 0;
}

.mw_wp_form .mwform-checkbox-field .mwform-checkbox-field-text::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(../images/common/checkoff.png) no-repeat 0 0;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 1024px) {
  .mw_wp_form {
    padding: 10px;
  }
  .mw_wp_form table th,
  .mw_wp_form table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form table th {
    padding: 15px 15px 15px 60px;
    vertical-align: middle;
  }
  .mw_wp_form table th span.required, .mw_wp_form table th span.any {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 0;
    padding: 3px 10px;
  }
  .mw_wp_form table td {
    padding: 15px 0;
  }
  .mw_wp_form table td.var03 + br + input.var01 {
    margin-top: 20px;
  }
  .mw_wp_form input[type=file] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form input[type=tel] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mw_wp_form input[type=text].var01 {
    width: 100%;
    margin-bottom: 10px;
  }
  .mw_wp_form.var02 {
    max-width: 6em;
    width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
  }
  .mw_wp_form .btnWrap01 {
    text-align: center;
  }
  .mw_wp_form input[type=submit],
  .mw_wp_form .btnWrap01 a,
  .mw_wp_form .fm-modoru {
    width: 100%;
    min-width: 1px;
    margin-left: auto;
    margin-right: auto;
  }
  .mw_wp_form.mw_wp_form_confirm table th {
    padding: 0 15px 0 60px;
  }
}
@media screen and (max-width: 450px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}
.page__policy dt,
.page__policy dd {
  font-size: 1.6rem;
  margin-bottom: 45px;
}

.page__policy dt {
  margin-bottom: 15px;
  font-weight: bold;
}

.page__policy li {
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.page__policy li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.page__news .section01 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #ddd;
}

.page__news .section01 .columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__news .section01 .news__img {
  -webkit-flex-basis: 38%;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
}

.page__news .section01 .news__txt {
  -webkit-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
}

.page__news .section01 .news__txt--only {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.page__news .section01 .news__date {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}

.page__news .section01 .news__title {
  margin-bottom: 15px;
  color: #004499;
  font-size: 2.2rem;
}

.page__news .section01 .news__title a {
  color: inherit;
  text-decoration: none;
}

.page__news .section01:last-of-type, .page__news .section01.var01 {
  margin-bottom: 0;
  border: none;
}

.page__news .section01 .inner01 {
  font-size: 1.6rem;
  line-height: 1.8;
}

.page__news .section01 .wp-pagenavi a,
.page__news .section01 .wp-pagenavi span {
  padding: 0;
}

.page__news .section01 .wp-pagenavi span.pages {
  padding: 0 10px !important;
}

.page__news .section01.news-single .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__news .section01.news-single .wp-pagenavi a,
.page__news .section01.news-single .wp-pagenavi span {
  line-height: 1.6;
}

.page__news .section01.news-single .wp-pagenavi div {
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.page__news .section01.news-single .wp-pagenavi__next {
  text-align: right;
}

.page__not .title-404 {
  font-size: 18rem;
  line-height: 1.1;
  margin-bottom: 50px;
  color: #ddd;
}

.page__not .title-404 small {
  font-size: 6rem;
  display: block;
}

.page__not .catch {
  font-size: 3rem;
  display: block;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page__not .not__menu {
  margin-top: 40px;
}

.page__not .not__menu a {
  font-size: 1.6rem;
  text-align: center;
}

.page__not .not__menu li {
  padding: 0 20px;
}

.page__not .not__menu li + li {
  border-left: 1px solid #707070;
}

.page__not .not__menu ul {
  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;
}

@media screen and (max-width: 1024px) {
  .page__news.news-single .wp-pagenavi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page__news.news-single .wp-pagenavi div {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .page__news.news-single .wp-pagenavi__next {
    text-align: center;
  }
  .page__not .title-404 {
    font-size: 11rem;
    margin-bottom: 30px;
  }
  .page__not .title-404 small {
    font-size: 3.5rem;
  }
  .page__not .catch {
    font-size: 2rem;
  }
  .page__not .not__menu {
    margin-top: 20px;
  }
  .page__not .not__menu a {
    font-size: 1.5rem;
    text-align: center;
  }
  .page__not .not__menu li {
    padding: 10px 0;
  }
  .page__not .not__menu li + li {
    border-top: 1px solid #707070;
    border-left: none;
  }
  .page__not .not__menu ul {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .page__news .section01 .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page__news .section01 .news__img {
    margin-bottom: 20px;
  }
  .page__not .catch,
  .page__not p {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  body #swipebox-close {
    left: 0;
    right: auto;
  }
} 
body, html {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.block__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block__grid {
  display: grid;
}
.block__grid--column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.block__text p {
  font-size: 16px;
  line-height: 2;
}
.block__table table th, .block__table table td {
  border: none;
  border-bottom: 1px solid #A7A7A7;
  background: none;
}
.block__table table thead th {
  color: #16488E;
}
@media screen and (max-width: 1024px) {
  .block__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .block__text p {
    font-size: 15px;
  }
  .block__columns--mobile-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.title__main h1, .title__main h2 {
  font-size: 40px;
  font-weight: bold;
  color: #16488E;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500;
}
.title__main span {
  display: block;
  font-size: 500px;
  font-size: 20px;
  margin-top: 0.5em;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  color: #BCBCBC;
}
@media screen and (max-width: 1024px) {
  .title__main h1, .title__main h2 {
    font-size: 26px;
  }
  .title__main span {
    font-size: 16px;
    margin-top: 0.25em;
  }
}

.button__default a {
  background: #16488E;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 110px;
  border-radius: 6px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .button__default a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.button__border a {
  border: 1px solid white;
  font-size: 15px;
  color: white;
  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;
  width: 280px;
  padding: 25px 0;
  border-radius: 6px;
  font-weight: bold;
}

.hero-image {
  position: relative;
}
.hero-image::after {
  content: "";
  display: block;
  background: #16488E;
  opacity: 0.9;
  width: 39.0625vw;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 340px 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 340px 0, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-image .block__image {
  width: 100%;
  height: 0;
  padding-top: 37.5%;
  position: relative;
  overflow: hidden;
}
.hero-image .block__image img {
  position: absolute;
  height: auto;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-image .block__wrap {
  position: absolute;
  left: 95px;
  bottom: 45px;
  color: white;
  z-index: 2;
}
.hero-image .block__catch {
  margin-bottom: 45px;
}
.hero-image .block__catch small {
  font-size: 27px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
}
.hero-image .block__catch p {
  font-size: 40px;
  line-height: 1.2;
}
.hero-image .block__text p {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .hero-image .block__wrap {
    left: 30px;
    bottom: 25px;
  }
  .hero-image .block__image {
    height: 600px;
  }
  .hero-image .block__catch {
    margin-bottom: 15px;
  }
  .hero-image .block__catch small {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .hero-image .block__catch p {
    font-size: 30px;
  }
  .hero-image .block__catch p span {
    display: block;
  }
  .hero-image .block__catch p br {
    display: none;
  }
  .hero-image .block__text p span {
    display: block;
  }
  .hero-image::after {
    width: 87.4285714286vw;
    -webkit-clip-path: polygon(0 0, 60px 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 60px 0, 100% 100%, 0 100%);
  }
}

.header__logo {
  padding: 20px 30px 18px;
}
.header__logo img {
  max-width: 320px;
  vertical-align: bottom;
}
.header__menu {
  padding-bottom: 18px;
}
.header__menu ul li.menu-item-160 {
  display: none;
}
.header .block__columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .block__menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header .block__button {
  height: 100%;
  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;
}
.header .block__button a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #16488E;
  color: white;
  font-size: 15px;
  height: 100%;
  padding: 0 50px 0 75px;
  -webkit-clip-path: polygon(34px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(34px 0, 100% 0, 100% 100%, 0 100%);
  font-weight: bold;
  gap: 1em;
}
.header .block__button a::before {
  content: "";
  width: 30px;
  height: 21px;
  background: url(../../../uploads/2023/03/Icon-ionic-ios-mail.svg) 50% 50% no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 66px;
  }
  .header__logo {
    padding: 9px 15px;
  }
  .header__logo img {
    max-width: 222px;
  }
  .header .block__button {
    display: none;
  }
  .header__menu ul li.menu-item-160 {
    display: block;
  }
  .header__menu ul li.menu-item-160 a {
    background: #16488E;
    color: white;
  }
}

body.page #header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.footer {
  padding-top: 32px;
}
.footer__logo img {
  max-width: 320px;
}
.footer__cta {
  background: #16488E;
  color: white;
  text-align: center;
  padding: 75px 0 60px;
}
.footer__cta .block__title {
  margin-bottom: 55px;
}
.footer__cta .block__title * {
  color: white;
}
.footer__cta .block__text {
  margin-bottom: 50px;
}
.footer__cta .block__text p {
  font-weight: bold;
}
.footer__cta .block__columns {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__cta .block__phone a {
  color: white;
  font-size: 36px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-style: italic;
}
.footer__cta .block__phone a::before {
  content: "";
  background: url(../../../uploads/2023/03/Icon-map-volume-control-telephone.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 18px;
  height: 23px;
  display: inline-block;
  margin-right: 5px;
}
.footer__cta .block__phone span {
  display: block;
  font-size: 14px;
  margin-top: 1em;
}
.footer__cta .block__button {
  height: 100%;
}
.footer__cta .block__button .button__border {
  height: 100%;
}
.footer .block__columns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .block__menu {
  padding-top: 20px;
}
.footer__txt {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.8;
}
.footer__copy {
  padding-top: 45px;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 0;
  }
  .footer__cta {
    padding: 35px 0;
  }
  .footer__cta .block__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .footer__cta .block__text {
    margin-bottom: 15px;
  }
  .footer .block__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .block__menu {
    padding-top: 0px;
  }
  .footer__logo img {
    max-width: 240px;
  }
  .footer__txt {
    margin-top: 15px;
  }
  .footer__copy {
    padding-top: 15px;
  }
}

.page__body {
  padding-top: 110px;
}
.page__head {
  margin-top: 100px;
}
.page__body {
  position: relative;
  overflow: hidden;
}
.page__body::before, .page__body::after {
  content: "";
  display: block;
  background: #16488E;
  opacity: 0.1;
  z-index: -1;
  position: absolute;
}
.page__body::before {
  left: 0;
  bottom: 0;
  width: 163px;
  height: 400px;
  -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
}
.page__body::after {
  right: 0;
  top: 0;
  width: 730px;
  height: 1785px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}
.page__menu {
  margin-bottom: 120px;
}
.page__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page__menu ul li a {
  font-size: 18px;
  font-weight: bold;
  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;
  gap: 16px;
  vertical-align: middle;
}
.page__menu ul li a::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../../../uploads/2023/03/2cd41db62b25ccfdd3ec14a81d069bf0.svg) 50% 50% no-repeat;
  background-size: contain;
  display: inline-block;
}
.page__menu ul li + li {
  margin-left: 70px;
}
.page__menu ul li.current-menu-item a {
  color: #16488E;
}
.page__not {
  margin-bottom: 130px;
}
.page__thanks, .page__submit {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .page__head {
    margin-top: 90px;
  }
  .page__body {
    padding-top: 0;
  }
  .page__menu {
    margin-bottom: 55px;
  }
  .page__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page__menu ul li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}

.home .block__title {
  margin-bottom: 40px;
}
.home__business {
  position: relative;
}
.home__business::after {
  content: "";
  display: block;
  width: 55%;
  height: 100%;
  background: #16488E;
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(47.7272727273% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(47.7272727273% 0, 100% 0, 100% 100%, 0 100%);
}
.home__business .block__section {
  padding-top: 110px;
  padding-bottom: 98px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .home__business .block__section {
    text-align: center;
  }
}
.home__business .block__catch {
  margin-bottom: 48px;
}
.home__business .block__catch p {
  font-size: 40px;
  font-weight: 500;
}
.home__business .block__grid {
  gap: 30px;
  margin-top: 68px;
}
.home__business .block__column a {
  display: block;
  position: relative;
}
.home__business .block__name {
  background: white;
  right: 0;
  bottom: 0;
  position: absolute;
  font-size: 18px;
  padding: 12px 50px 12px 0px;
  width: 220px;
  text-align: right;
  -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  font-weight: bold;
}
.home__business .block__name::after {
  content: "";
  display: inline-block;
  background: url(../../../uploads/2023/03/2cd41db62b25ccfdd3ec14a81d069bf0.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home__business .block__button {
  margin-top: 84px;
}
.home__works .block__section, .home__company .block__section {
  padding: 75px 0;
}
.home__works .block__columns, .home__company .block__columns {
  gap: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__works .block__image, .home__company .block__image {
  max-width: 600px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home__works .block__button, .home__company .block__button {
  margin-top: 60px;
}
.home__works .block__section {
  background: url(../../../uploads/2023/03/acc83676df3005421f9e7f0d74a8c45d.svg);
}
.home__recruit .block__section {
  color: white;
  padding: 140px 0;
  background: url(../../../uploads/2023/03/c7458ebbf34264a204039bef87c930d9-scaled.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .home__recruit .block__section {
    text-align: center;
    background-image: url(../../../uploads/2023/03/7aa859257d4da40858829609213f71d8.jpg);
  }
}
.home__recruit .block__title h2, .home__recruit .block__title span {
  color: white;
}
.home__recruit .block__button {
  margin-top: 60px;
}
.home__company-news {
  position: relative;
  padding-bottom: 90px;
}
.home__company-news::before, .home__company-news::after {
  content: "";
  display: block;
  background: #16488E;
  opacity: 0.1;
  position: absolute;
}
.home__company-news::before {
  top: 0;
  left: 0;
  width: 506px;
  max-width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 46px 0, 100% 100%, 0 100%);
          clip-path: polygon(0% 0%, 46px 0, 100% 100%, 0 100%);
}
.home__company-news::after {
  width: 163px;
  max-width: 100%;
  height: 400px;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0%, 100% 0, 100% 100%, 0 100%);
}
.home__company-news .block__section {
  position: relative;
  z-index: 2;
}
.home__company {
  padding: 135px 0;
}
.home__news .block__columns {
  gap: 90px;
}
.home__news .block__list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.home__news .block__list ul li {
  font-size: 16px;
  border-bottom: 1px solid #A7A7A7;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.home__news .block__list ul li + li {
  margin-top: 25px;
}
.home__news .block__list ul li time {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #16488E;
  font-weight: bold;
}
.home__news .block__title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home__news .block__link {
  text-align: right;
  margin-top: 20px;
}
.home__news .block__link a {
  color: #16488E;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .home .block__title {
    margin-bottom: 25px;
  }
  .home__business::after {
    width: 120%;
  }
  .home__business .block__section {
    padding: 35px 0 95px;
  }
  .home__business .block__catch {
    margin-bottom: 23px;
  }
  .home__business .block__catch p {
    font-size: 26px;
  }
  .home__business .block__catch p span {
    display: block;
  }
  .home__business .block__text p br {
    display: none;
  }
  .home__business .block__image img {
    width: 100%;
    height: auto;
  }
  .home__works .block__section, .home__company .block__section {
    padding: 45px 0;
  }
  .home__works .block__columns, .home__company .block__columns {
    gap: 50px;
  }
  .home__works .block__button, .home__company .block__button {
    margin-top: 45px;
    text-align: center;
  }
  .home__recruit .block__section {
    padding: 60px 0;
    background-image: url(../../../uploads/2023/03/a9c2490d84a92950eb62c671bc80945c.jpg);
  }
  .home__recruit .block__button {
    margin-top: 45px;
    text-align: center;
  }
  .home__company-news::before {
    display: none;
  }
  .home__company {
    padding: 50px 0 100px;
  }
  .home__company .block__columns {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home__news .block__columns {
    gap: 0px;
  }
  .home__news .block__list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.business .block__section--business {
  margin-bottom: 120px;
}
.business .block__section--strength {
  padding: 120px 0 90px;
  background: url(../../../uploads/2023/03/acc83676df3005421f9e7f0d74a8c45d.svg);
}
.business .block__section--strength .container {
  margin-top: 65px;
}
.business .block__section--strength .container .block__columns + .block__columns {
  margin-top: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.business .block__business + .block__business {
  margin-top: 140px;
}
.business .block__title {
  margin-bottom: 90px;
  text-align: center;
}
.business .block__title h2 {
  font-size: 30px;
  color: #16488E;
}
.business .block__columns {
  gap: 60px;
}
.business .block__columns--full {
  padding-right: calc((100vw - 1200px) / 2);
}
.business .block__columns--full .block__image {
  max-width: 50vw;
}
.business .block__columns--full .block__title {
  text-align: left;
  margin-bottom: 48px;
}
.business .block__image {
  max-width: 380px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .business .block__section--business {
    margin-bottom: 55px;
  }
  .business .block__section--strength {
    padding: 55px 0;
  }
  .business .block__section--strength .container .block__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business .block__section--strength .container .block__columns + .block__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business .block__business + .block__business {
    margin-top: 55px;
  }
  .business .block__title {
    margin-bottom: 35px;
  }
  .business .block__columns {
    gap: 35px;
  }
  .business .block__columns--full {
    padding: 0 30px;
  }
  .business .block__columns--full .block__image {
    max-width: 100%;
  }
  .business .block__columns--full .block__title {
    margin-bottom: 25px;
  }
}

.works .block__table {
  margin-bottom: 120px;
}
.works .block__grid {
  gap: 40px 30px;
}
.works .block__images {
  margin-bottom: 150px;
}
.works .block__image figure figcaption {
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
}

.recruit .block__section--visual {
  background: url(../../../uploads/2023/03/f9041218f88a9509310a3ede40255f81.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 50px;
}
.recruit .block__section--visual::after {
  content: "";
  display: block;
  width: 625px;
  height: 100%;
  left: 0;
  top: 0;
  background: #16488E;
  opacity: 0.5;
  -webkit-clip-path: polygon(0 0, 390px 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 390px 0, 100% 100%, 0 100%);
}
.recruit .block__section--visual .block__wrap {
  position: absolute;
  left: 100px;
  bottom: 100px;
  color: white;
  z-index: 3;
}
.recruit .block__section--visual .block__title {
  margin-bottom: 30px;
}
.recruit .block__section--visual .block__title h2 {
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-size: 27px;
}
.recruit .block__section--visual .block__catch p {
  font-size: 40px;
  font-weight: bold;
}
.recruit .block__section--body .block__text--lead {
  margin-bottom: 56px;
}
.recruit .block__section--body .block__columns {
  gap: 60px;
}
.recruit .block__section--body .block__image {
  max-width: 400px;
}
.recruit .block__section--requirement {
  margin-top: 90px;
}
.recruit .block__section--requirement .block__title h2 {
  color: #16488E;
  font-size: 30px;
  margin-bottom: 75px;
}
.recruit .block__table {
  margin-bottom: 155px;
}
.recruit .block__table .wp-block-table table th, .recruit .block__table .wp-block-table table td {
  border: none;
  border-bottom: 1px solid #A7A7A7;
  background: none;
}
.recruit .block__table .wp-block-table table thead th {
  color: #16488E;
}
.recruit .block__button {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit .block__section--visual::after {
    width: 100%;
    height: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    position: absolute;
  }
  .recruit .block__section--visual .block__wrap {
    position: relative;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 25px;
  }
  .recruit .block__section--visual .block__catch p {
    font-size: 30px;
  }
}

.message .block__columns {
  margin-bottom: 250px;
  gap: 80px;
}
.message .block__image {
  max-width: 300px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.message .block__sign {
  margin-top: 55px;
}
.message .block__sign p {
  text-align: right;
  font-weight: bold;
  font-size: 22px;
}
.message .block__sign p small {
  font-size: 16px;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .message .block__columns {
    margin-bottom: 55px;
    gap: 35px;
  }
  .message .block__image {
    max-width: 100%;
  }
}

.sect__outline {
  padding-bottom: 130px;
}

.sect__access {
  padding-bottom: 130px;
}

.policy {
  margin-bottom: 130px;
}

img {
  display: block;
}

.bread {
  margin-top: 48px;
  margin-bottom: 100px;
  padding: 0;
}
.bread a {
  color: #16488E;
}

.wp-block-table table th, .wp-block-table table td {
  border: none;
  border-bottom: 1px solid #A7A7A7;
  background: none;
}
.wp-block-table table thead th {
  color: #16488E;
}
.wp-block-table table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wp-block-table table tr td:first-of-type {
  color: #16488E;
  font-weight: bold;
  min-width: 10em;
}
@media screen and (max-width: 1024px) {
  .wp-block-table table tr td:first-of-type {
    max-width: none;
  }
}
.wp-block-table table tr td:not(:first-of-type) {
  width: 100%;
}
.wp-block-table table tr:first-of-type td {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-table.outline table tr td:first-of-type {
    max-width: none;
  }
}

.main__menu ul {
  gap: 24px;
}
.main__menu ul li a {
  font-weight: bold;
}
.main__menu li + li {
  margin-left: 0;
}

.mw_wp_form input[type=submit], .mw_wp_form .btnWrap01 a, .mw_wp_form .fm-modoru {
  margin: auto;
  background: #16488E;
}

.sect__news,
.wrap-form {
  margin-bottom: 130px;
}

.page__news .section01 .news__date {
  color: #16488E;
}

.page__news .section01 .news__title {
  color: #333;
}

.wp-block-column iframe {
  width: 100%;
}

.wp-pagenavi.var01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__img {
  position: relative;
  overflow: hidden;
}
.news__img .block__wrap {
  width: 100%;
  height: 0;
  padding-top: 66.66%;
  position: relative;
}
.news__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.mw_wp_form.mw_wp_form_complete {
  display: none;
}

@media screen and (max-width: 1024px) {
  .bread {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  a.menu-trigger {
    height: 66px;
    width: 66px;
    right: 0;
    top: 0;
    background: #16488E;
  }
  a.menu-trigger span {
    background-color: white;
    left: 18px;
  }
  a.menu-trigger span:nth-of-type(1) {
    top: 21px;
  }
  a.menu-trigger span:nth-of-type(3) {
    bottom: 21px;
  }
  a.menu-trigger::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 66px;
    left: -24px;
    top: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    background: #16488E;
  }
  a.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(315deg);
            transform: translateY(-12px) rotate(315deg);
  }
  .wp-block-table table tr:first-of-type td {
    padding-top: 20px;
  }
  .page__news .section01 .news__img {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .page__news .section01 .columns {
    display: block;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__txt br:first-of-type {
    display: none;
  }
}/*# sourceMappingURL=customize.css.map */