@charset "UTF-8";
/* -----------------------------------
リセットCSS
基本的には触らないでください
----------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}
ol.list,
ul.list {
  list-style: decimal;
}

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

hr {
  border: none;
  height: 1px;
  background: #f1eded;
  margin: 2em auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.6em;
}

/* -----------------------------------
ベース設定
----------------------------------- */
* {
  box-sizing: border-box;
}
*:active {
  outline: none;
}

.page {
  margin-bottom: 0;
}

body {
  background-color: #ffffff;
  color: #140a08;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-size: 14px;
  position: relative;
}

.darken {
  mix-blend-mode: darken;
  position: relative;
  z-index: 1;
}

img {
  vertical-align: middle;
}
img.pc {
  display: none;
}
@media (min-width: 1030px) {
  img.pc {
    display: block;
  }
  img.sp {
    display: none;
  }
}

figure {
  text-align: center;
}
figure.wp-block-image {
  margin: 60px auto;
}

section {
  padding: 80px 0;
}
section.section_blue {
  background: url(../img/visionback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  color: #ffffff;
}
@media (min-width: 768px) {
  section.section_blue {
    background-position: center top;
  }
}
@media (min-width: 1030px) {
  section.section_blue {
    background-position: right top;
  }
}
section#strategy {
  background-image: url(../img/mv01.jpg);
  background-position: left -10% bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 481px) {
  section#strategy {
    background-size: 70%;
    background-position: left -10% bottom;
  }
}
@media (min-width: 768px) {
  section#strategy {
    background-size: 55%;
    background-position: left -10% bottom;
  }
}
@media (min-width: 1030px) {
  section#strategy {
    background-size: 700px;
    background-position: left -10% bottom;
  }
}
section#news {
  background-color: #c7c7c72e;
  margin-bottom: 80px;
}

@media (min-width: 1030px) {
  .only_sp {
    display: none;
  }
}

/* -----------------------------------
Flexbox設定
----------------------------------- */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-center {
  justify-content: center;
}

.flex-around {
  justify-content: space-around;
}

.flex-between {
  justify-content: space-between;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .left_center {
    text-align: center;
  }
}

.right {
  text-align: right;
}

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

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

@media (min-width: 768px) {
  .mt10 {
    margin-top: 10px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }
}
.mt20 {
  margin-top: 00px !important;
}

.mb20 {
  margin-bottom: 00px !important;
}

@media (min-width: 768px) {
  .mt20 {
    margin-top: 20px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }
}
.mt30 {
  margin-top: 10px !important;
}

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

@media (min-width: 768px) {
  .mt30 {
    margin-top: 30px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }
}
.mt40 {
  margin-top: 20px !important;
}

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

@media (min-width: 768px) {
  .mt40 {
    margin-top: 40px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }
}
.mt50 {
  margin-top: 30px !important;
}

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

@media (min-width: 768px) {
  .mt50 {
    margin-top: 50px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }
}
.mt60 {
  margin-top: 40px !important;
}

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

@media (min-width: 768px) {
  .mt60 {
    margin-top: 60px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }
}
.mt70 {
  margin-top: 50px !important;
}

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

@media (min-width: 768px) {
  .mt70 {
    margin-top: 70px !important;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }
}
.mt80 {
  margin-top: 60px !important;
}

.mb80 {
  margin-bottom: 60px !important;
}

@media (min-width: 768px) {
  .mt80 {
    margin-top: 80px !important;
  }

  .mb80 {
    margin-bottom: 80px !important;
  }
}
.mt90 {
  margin-top: 70px !important;
}

.mb90 {
  margin-bottom: 70px !important;
}

@media (min-width: 768px) {
  .mt90 {
    margin-top: 90px !important;
  }

  .mb90 {
    margin-bottom: 90px !important;
  }
}
.mt100 {
  margin-top: 80px !important;
}

.mb100 {
  margin-bottom: 80px !important;
}

@media (min-width: 768px) {
  .mt100 {
    margin-top: 100px !important;
  }

  .mb100 {
    margin-bottom: 100px !important;
  }
}
.mt110 {
  margin-top: 90px !important;
}

.mb110 {
  margin-bottom: 90px !important;
}

@media (min-width: 768px) {
  .mt110 {
    margin-top: 110px !important;
  }

  .mb110 {
    margin-bottom: 110px !important;
  }
}
.mt120 {
  margin-top: 100px !important;
}

.mb120 {
  margin-bottom: 100px !important;
}

@media (min-width: 768px) {
  .mt120 {
    margin-top: 120px !important;
  }

  .mb120 {
    margin-bottom: 120px !important;
  }
}
.mt130 {
  margin-top: 110px !important;
}

.mb130 {
  margin-bottom: 110px !important;
}

@media (min-width: 768px) {
  .mt130 {
    margin-top: 130px !important;
  }

  .mb130 {
    margin-bottom: 130px !important;
  }
}
.mt140 {
  margin-top: 120px !important;
}

.mb140 {
  margin-bottom: 120px !important;
}

@media (min-width: 768px) {
  .mt140 {
    margin-top: 140px !important;
  }

  .mb140 {
    margin-bottom: 140px !important;
  }
}
.mt150 {
  margin-top: 130px !important;
}

.mb150 {
  margin-bottom: 130px !important;
}

@media (min-width: 768px) {
  .mt150 {
    margin-top: 150px !important;
  }

  .mb150 {
    margin-bottom: 150px !important;
  }
}
.mt0 {
  margin-top: 0 !important;
}

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

.max-100 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-200 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.col-lg1,
.col-md1,
.col-sm1,
.col-xl1 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg2,
.col-md2,
.col-sm2,
.col-xl2 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg3,
.col-md3,
.col-sm3,
.col-xl3 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg4,
.col-md4,
.col-sm4,
.col-xl4 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg5,
.col-md5,
.col-sm5,
.col-xl5 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg6,
.col-md6,
.col-sm6,
.col-xl6 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg7,
.col-md7,
.col-sm7,
.col-xl7 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg8,
.col-md8,
.col-sm8,
.col-xl8 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg9,
.col-md9,
.col-sm9,
.col-xl9 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg10,
.col-md10,
.col-sm10,
.col-xl10 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg11,
.col-md11,
.col-sm11,
.col-xl11 {
  width: 100%;
  margin-bottom: 40px;
}

.col-lg12,
.col-md12,
.col-sm12,
.col-xl12 {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 481px) {
  .sm {
    flex-direction: row;
  }

  .col-sm1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-sm2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-sm3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-sm4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-sm5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-sm6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-sm7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-sm8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-sm9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-sm10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-sm11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-sm12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .md {
    flex-direction: row;
  }

  .col-md1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-md2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-md3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-md4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-md5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-md6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-md7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-md8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-md9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-md10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-md11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-md12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }

  .col-5-md {
    width: 20%;
    padding: 0;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 1030px) {
  .container {
    width: 960px;
  }

  .col-lg1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-lg2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-lg3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-lg4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-lg5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-lg6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-lg7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-lg8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-lg9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-lg10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-lg11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-lg12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1100px;
  }

  .col-xl1 {
    width: calc((100% * 1) / 12);
    padding: 0 15px;
  }

  .col-xl2 {
    width: calc((100% * 2) / 12);
    padding: 0 15px;
  }

  .col-xl3 {
    width: calc((100% * 3) / 12);
    padding: 0 15px;
  }

  .col-xl4 {
    width: calc((100% * 4) / 12);
    padding: 0 15px;
  }

  .col-xl5 {
    width: calc((100% * 5) / 12);
    padding: 0 15px;
  }

  .col-xl6 {
    width: calc((100% * 6) / 12);
    padding: 0 15px;
  }

  .col-xl7 {
    width: calc((100% * 7) / 12);
    padding: 0 15px;
  }

  .col-xl8 {
    width: calc((100% * 8) / 12);
    padding: 0 15px;
  }

  .col-xl9 {
    width: calc((100% * 9) / 12);
    padding: 0 15px;
  }

  .col-xl10 {
    width: calc((100% * 10) / 12);
    padding: 0 15px;
  }

  .col-xl11 {
    width: calc((100% * 11) / 12);
    padding: 0 15px;
  }

  .col-xl12 {
    width: calc((100% * 12) / 12);
    padding: 0 15px;
  }
}
/* -----------------------------------
見出し、テキストなど
----------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  line-height: 1.8em;
}

p {
  margin: 0 auto 1em;
  line-height: 2em;
  font-size: 16px;
}
p.subtitle {
  font-size: 14px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media (min-width: 1030px) {
  p.subtitle#strategy_st {
    width: 50%;
    margin-right: 0;
  }
}
p.title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5em;
  margin: 1em 0 1.4em;
}
@media (min-width: 1030px) {
  p.title {
    font-size: 30px;
  }
}
p.catchcopy {
  background-color: #004ca5;
  background: linear-gradient(#004ca5 0%, #4a82c4 100%);
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  padding: 2px 15px;
  margin: 0 auto 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em auto 1em;
  line-height: 1.6em;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

h1.entry-title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (min-width: 768px) {
  h1.entry-title {
    font-size: 24px;
  }
}

h2 {
  font-size: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 19px;
  border-bottom: 1px solid #70707066;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}

/* -----------------------------------
リンク関係
----------------------------------- */
a {
  color: #0045ff;
  transition: 0.3s;
}
a img {
  transition: 0.3s;
}
a:hover {
  color: #769bff;
}
a:hover img {
  opacity: 0.6;
}
a:visited {
  color: #0045ff;
}
a:active, a:focus {
  outline: none;
  color: #769bff;
}

a.btn {
  border-radius: 55px;
  display: block;
  background-color: #004ca5;
  background: linear-gradient(#004ca5 0%, #4a82c4 100%);
  color: white;
  height: 55px;
  line-height: 55px;
  min-width: 150px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  padding: 0 50px 0 40px;
  text-align: center;
  position: relative;
  position: relative;
  font-size: 16px;
  transition: 0.3s;
}
a.btn:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-right: 1.5px solid #ffffff;
  border-top: 1.5px solid #ffffff;
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 18px;
  transition: 0.3s;
}
a.btn:hover:after {
  right: 13px;
}

dl {
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  font-weight: bold;
  margin: 0 0 5px;
  width: 100%;
}
dl dd {
  margin: 0 0 20px;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 768px) {
  dl dt {
    width: 80px;
    margin: 0 0 20px;
  }
  dl dd {
    width: calc(100% - 80px);
    margin: 0 0 20px;
  }
}

/* -----------------------------------
ヘッダー
----------------------------------- */
.site-branding {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto auto 0;
}

header.site-header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  transition: background-color 0.3s;
  padding: 0;
  height: 53px;
  line-height: 1.8em;
}
header.site-header .container {
  position: relative;
}
@media (min-width: 768px) {
  header.site-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1030px) {
  header.site-header .container {
    width: 97%;
    max-width: 1500px;
  }
}
@media (min-width: 1240px) {
  header.site-header {
    background: transparent;
    height: 65px;
  }
  header.site-header .container {
    display: flex;
    background: transparent;
    justify-content: center;
  }
}
header.site-header .site-title {
  margin: 0 auto;
  line-height: 1.8em;
}
header.site-header .site-title a {
  display: block;
  margin: 0 auto 0 0;
  width: -moz-fit-content;
  width: fit-content;
}
header.site-header .site-title a img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 25px;
  margin-top: calc((53px - 25px) / 2);
}
@media (min-width: 1030px) {
  header.site-header .site-title a {
    margin: 0 auto;
  }
  header.site-header .site-title a img {
    height: 30px;
    margin-top: calc((65px - 30px) / 2);
  }
}
header.site-header .site-title a:hover {
  opacity: 0.6;
}

button#open_mobile_menu {
  background: transparent;
  margin: 0;
  cursor: pointer;
  border: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 3px;
}
@media (min-width: 1600px) {
  button#open_mobile_menu {
    display: none;
  }
}
button#open_mobile_menu img {
  pointer-events: none;
  width: 25px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: 0.3s;
  position: absolute;
  margin: auto;
}
button#open_mobile_menu img.open {
  width: 35px;
  opacity: 1;
}
button#open_mobile_menu img.close {
  width: 25px;
  opacity: 0;
}
button#open_mobile_menu.checked img.open {
  opacity: 0;
}
button#open_mobile_menu.checked img.close {
  opacity: 1;
}
button#open_mobile_menu:hover {
  cursor: pointer;
}
button#open_mobile_menu#inmenu {
  color: #ffffff;
}
button#open_mobile_menu#inmenu-back {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: -1;
}

/* -----------------------------------
グローバルナビゲーション
----------------------------------- */
nav {
  color: #140a08;
  text-align: left;
}
nav > ul > li > a {
  font-weight: 600;
  cursor: pointer;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  /*2階層目以降は横並びにしない*/
}
nav ul li {
  position: relative;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #140a08;
  padding: 5px 6px;
  margin: 10px 5px;
  transition: all 0.3s;
  font-size: 15px;
  line-height: 1;
  border-bottom: 1.5px solid transparent;
}
nav ul li a.current {
  border-bottom: 1px solid;
}
nav ul li li a {
  padding: 8px 10px 8px 45px;
  position: relative;
}
nav ul li li a:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-right: 2.5px solid #feb631;
  border-top: 2.5px solid #feb631;
  transform: rotate(45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
}
nav ul ul {
  display: block;
}

/*== 2・3階層目の共通設定 */
/*下の階層を持っているulの指定*/
li.menu-item-has-children ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: -40px;
  padding: 0;
  margin: 0;
  top: 65px;
  z-index: 4;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  background: white;
}
@media (min-width: 1030px) {
  li.menu-item-has-children ul {
    box-shadow: 0 4px 10px -4px #00000033;
  }
}
li.menu-item-has-children ul li:before {
  display: none !important;
}
li.menu-item-has-children ul li a {
  padding: 16px !important;
  text-align: left !important;
  line-height: 1.6em;
}

/*hoverしたら表示*/
li.menu-item-has-children:hover > ul,
li.menu-item-has-children ul li:hover > ul,
li.menu-item-has-children:active > ul,
li.menu-item-has-children ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*==768px以下の形状*/
@media screen and (max-width: 1029px) {
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
    margin: 0;
  }
  nav ul li.menu-item-has-children a {
    padding-bottom: 4px;
  }
  nav ul li.menu-item-has-children > a {
    font-size: 18px;
    position: relative;
  }
  nav ul li.menu-item-has-children > a:after {
    content: "＋";
    display: block;
    position: absolute;
    right: 50px;
    top: 16px;
    font-size: 24px;
    color: #140a08;
  }
  nav ul li.menu-item-has-children.active > a:after {
    content: "－";
  }
  nav li.menu-item-has-children ul {
    position: relative;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
    border: none;
    background: transparent;
  }
  nav li.menu-item-has-children ul:before, nav li.menu-item-has-children ul:after {
    display: none;
  }
  nav li.menu-item-has-children ul li {
    padding-top: 0;
  }
  nav li.menu-item-has-children ul li a:before, nav li.menu-item-has-children ul li a:after {
    display: none;
  }
}
/* -----------------------------------
メイン
----------------------------------- */
main {
  background-image: url(../img/mainback.jpg);
  background-position: right -10% bottom -10px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 1px;
}
@media (min-width: 481px) {
  main {
    background-size: 70%;
    background-position: right -10% bottom -40px;
  }
}
@media (min-width: 768px) {
  main {
    background-size: 55%;
    background-position: right -10% bottom -80px;
  }
}
@media (min-width: 1030px) {
  main {
    background-size: 700px;
    background-position: right -10% bottom -150px;
  }
}
main.single_page {
  padding: 80px 0;
}
main.single_page .container {
  max-width: 800px;
}
main.singlepage {
  margin-bottom: 0;
  margin-top: 53px;
}
main.singlepage .container {
  max-width: 800px;
}
main.singlepage section {
  padding-top: 0;
}
@media (min-width: 1030px) {
  main.singlepage {
    margin-top: 0;
  }
}

/* -----------------------------------
フッター
----------------------------------- */
footer.site-footer {
  position: relative;
  padding: 60px 0 30px;
  background-color: #004ca5;
  background: linear-gradient(#004ca5 0%, #4a82c4 100%);
}
footer.site-footer p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
footer.site-footer p a {
  color: #ffffff;
}
footer.site-footer ul#second-menu {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 40px;
  flex-direction: column;
  text-align: center;
}
footer.site-footer ul#second-menu li a {
  display: block;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 13px;
}
@media (min-width: 768px) {
  footer.site-footer ul#second-menu {
    flex-direction: row;
  }
}
footer.site-footer ul.sns {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 40px;
}
@media (min-width: 768px) {
  footer.site-footer ul.sns {
    margin: 0;
    position: absolute;
    bottom: 36px;
  }
}
footer.site-footer ul.sns li a {
  display: block;
  height: 20px;
  padding: 0 5px;
}
footer.site-footer ul.sns li a img {
  height: 100%;
  width: auto;
  transition: 0.3s;
}
footer.site-footer ul.sns li a:hover img {
  opacity: 0.6;
}

p#copyright {
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0.01;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0.01;
}

/* 全幅指定 */
.full-width {
  max-width: 500px;
  margin: auto;
}

/* pタグの余白を削除 */
.wpcf7-form p {
  margin-bottom: 0;
}

div.wpcf7 {
  background: #00000008;
  padding: 15px 15px 0 15px;
}
@media (min-width: 768px) {
  div.wpcf7 {
    padding: 30px 30px 0 30px;
  }
}

/* 背景色（お好きな色に） */
/*  フォームの幅（自由に変えてOK） */
.contactForm {
  max-width: 700px;
  margin: 0 auto;
}

/* 各項目の下部余白 */
.contact_item {
  margin-bottom: 2.5rem;
}

/* 項目名 */
label {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: bold;
}

/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 15px;
  color: #ffffff;
  border-radius: 0.3rem;
  margin-right: 1rem;
  padding: 5px 10px;
}

/* 必須タグ */
.label_must {
  background-color: #c84772;
}

/* 任意タグ */
.label_option {
  background-color: #888988;
}

/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
  width: 100%;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel] {
  border: solid 1px #707070;
  padding: 0.5rem;
  width: 100%;
  margin: 5px 0;
}

select {
  padding: 8px;
  border-radius: inherit;
  margin: 5px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  border-radius: 5px;
}

/* お問い合わせ内容を入力する箇所 */
textarea {
  border: solid 1px #707070;
  padding: 0.5rem;
  height: 207px;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6em;
}

/* ボタン */
.btnArea {
  text-align: center;
}

input[type=submit] {
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 55px;
  border: none;
  display: block;
  background-color: #004ca5;
  background: linear-gradient(#004ca5 0%, #4a82c4 100%);
  color: white;
  height: 55px;
  line-height: 55px;
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  padding: 0 50px 0 40px;
  text-align: center;
  position: relative;
  position: relative;
  font-size: 16px;
  transition: 0.3s;
  margin-top: 2rem;
  cursor: pointer;
  transition: all 0.3s;
}
input[type=submit]:hover {
  background-color: #004ca5 !important;
  background: linear-gradient(#004ca5 0%, #4a82c4 100%) !important;
  opacity: 0.6;
}

/* ボタンにホバーした時 */
input[type=submit]:hover {
  background: #140a08;
}

/* ローダー */
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

/* モバイル版 */
@media screen and (max-width: 480px) {
  .contact_item {
    margin-bottom: 1.6rem;
  }

  .label {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
  }

  .label_tag {
    font-size: 1.1rem;
  }

  input[type=text],
input[type=email] {
    padding: 0.4rem;
    font-size: 1.5rem;
  }

  textarea {
    padding: 0.4rem;
    font-size: 1.5rem;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

p.recapcha {
  color: #ccc;
  font-size: 12px;
  margin-top: 60px;
}

span.h {
  display: inline-block;
  background: #870000;
  color: white;
  line-height: 1;
  padding: 5px 8px;
  font-size: 13px;
  margin-left: 15px;
}

span.n {
  display: inline-block;
  background: #00395b;
  color: white;
  line-height: 1;
  padding: 5px 8px;
  font-size: 13px;
  margin-left: 15px;
}

iframe#googlemap {
  height: 500px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  iframe#googlemap {
    height: 350px;
  }
}
.entry-content ul {
  list-style: circle;
  margin-left: 31px;
  font-size: 15px;
}
.entry-content ul li {
  margin-bottom: 8px;
}

/* -----------------------------------
メニュー
----------------------------------- */
#mobile_menu {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  padding: 10px 0 50px;
  height: calc(100vh - 53px);
  height: calc(100dvh - 53px);
  width: 100vw;
  width: calc(100vw - (100vw - 100%));
  background: #ffffff;
  position: fixed;
  top: calc(-100vh + 60px);
  top: calc(-100dvh + 60px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
  z-index: -1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#mobile_menu::-webkit-scrollbar {
  display: none;
}
#mobile_menu.checked {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 53px;
}
#mobile_menu nav.main-navigation {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 13px;
  padding-left: 13px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) and (max-width: 1029px) {
  #mobile_menu nav.main-navigation {
    max-width: 750px;
  }
}
@media (min-width: 1030px) {
  #mobile_menu nav.main-navigation {
    max-width: 980px;
  }
}
@media (min-width: 1240px) {
  #mobile_menu nav.main-navigation {
    max-width: 1050px;
  }
}
@media (min-width: 1600px) {
  #mobile_menu nav.main-navigation {
    flex-direction: row;
  }
}
#mobile_menu nav.main-navigation ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 30px;
}
#mobile_menu nav.main-navigation ul li {
  border-top: 1px solid #c1bebe;
}
#mobile_menu nav.main-navigation ul li a {
  margin: 0;
  padding: 20px;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  color: #140a08;
}
#mobile_menu nav.main-navigation ul li a span {
  font-weight: normal;
  font-size: 80%;
  display: inline-block;
  margin-top: 5px;
}
#mobile_menu nav.main-navigation ul li a:hover, #mobile_menu nav.main-navigation ul li a:active, #mobile_menu nav.main-navigation ul li a:focus {
  color: #0045ff;
}
#mobile_menu nav.main-navigation ul li:last-of-type {
  border-bottom: 1px solid #c1bebe;
}
#mobile_menu nav.main-navigation ul.sub-menu {
  display: none;
  margin: 0;
}
#mobile_menu nav.main-navigation ul.sub-menu li {
  margin: 0;
}
#mobile_menu nav.main-navigation ul.sub-menu li:last-of-type {
  border-bottom: none;
}
#mobile_menu nav.main-navigation ul.sub-menu li a {
  padding-left: 40px !important;
}
#mobile_menu nav.main-navigation ul.sub-menu li a:before {
  display: none;
}
@media (min-width: 1600px) {
  #mobile_menu nav.main-navigation ul.sub-menu {
    display: block;
    padding-bottom: 13px;
  }
  #mobile_menu nav.main-navigation ul.sub-menu li a {
    padding-left: 20px !important;
  }
  #mobile_menu nav.main-navigation ul.sub-menu li a:before {
    display: none;
  }
}
@media (min-width: 1600px) {
  #mobile_menu nav.main-navigation {
    width: 100%;
    max-width: 100%;
  }
  #mobile_menu nav.main-navigation ul {
    margin: 15px 0 0 auto;
  }
}
@media (min-width: 1600px) {
  #mobile_menu {
    display: block;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: 0.5s;
    z-index: 1;
    padding: 0;
    overflow: visible;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    position: absolute;
    top: 60px;
    left: 0;
  }
  #mobile_menu.checked {
    top: 60px;
  }
  #mobile_menu nav.main-navigation {
    padding: 0;
  }
  #mobile_menu nav.main-navigation ul {
    margin: 5px auto 5px;
  }
  #mobile_menu nav.main-navigation ul li {
    border-top: none;
    position: relative;
  }
  #mobile_menu nav.main-navigation ul li:last-of-type {
    border-bottom: none;
    margin-right: 0;
  }
  #mobile_menu nav.main-navigation ul li a {
    color: #140a08;
    text-align: left;
    font-size: 15px;
    padding: 10px 0;
  }
  #mobile_menu nav.main-navigation ul li a:before, #mobile_menu nav.main-navigation ul li a:after {
    display: none;
  }
}

#mv {
  height: calc(100vh - 53px);
  width: 100%;
  background-image: url(../img/mv02.png), url(../img/mv01.jpg);
  background-position: top -5vw right -5vw, left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 53px;
  padding-top: 1px;
}
#mv img#catchcopy {
  width: 250px;
  display: block;
  margin: 30vh auto 0;
}
@media (min-width: 481px) {
  #mv {
    background-position: top -5vw right -5vw, left bottom;
    background-size: 70%;
  }
}
@media (min-width: 768px) {
  #mv {
    background-position: top -4vw right -5vw, left bottom;
    background-size: 55%;
  }
  #mv img#catchcopy {
    width: 350px;
  }
}
@media (min-width: 1030px) {
  #mv {
    height: 100vh;
    background-size: 700px;
    background-position: top -45px right -45px, left bottom;
    margin-top: 0;
  }
  #mv img#catchcopy {
    width: 450px;
  }
}

ul.news_list li {
  border-bottom: 1px solid #a5a5a5;
}
ul.news_list li:first-of-type {
  border-top: 1px solid #a5a5a5;
}
ul.news_list li a {
  display: block;
  color: #140a08;
  padding: 20px 0;
  position: relative;
}
ul.news_list li a:hover {
  color: #0045ff;
}
ul.news_list li a:hover .news_img img {
  opacity: 0.6;
}
ul.news_list li a .news_item {
  display: flex;
  flex-direction: column;
}
ul.news_list li a .news_item .news_img {
  margin-bottom: 20px;
}
ul.news_list li a .news_item .news_img figure {
  border: 1px solid #707070;
  border-radius: 13px;
  overflow: hidden;
  aspect-ratio: 1.68/1;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
}
ul.news_list li a .news_item .news_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
ul.news_list li a .news_item .news_text .news_meta {
  display: flex;
}
ul.news_list li a .news_item .news_text .news_meta .date {
  color: #16658c;
  font-size: 13px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-right: 15px;
  line-height: 1.8em;
}
ul.news_list li a .news_item .news_text .news_meta .categories .category_item {
  display: block;
  color: #0045ff;
  font-size: 12px;
  border: 1px solid;
  line-height: 1.7em;
  border-radius: 20px;
  padding: 0 15px;
}
ul.news_list li a .news_item .news_text p {
  font-size: 14px;
  line-height: 1.8em;
}
ul.news_list li a .news_item .news_text p.title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  ul.news_list li a .news_item .news_text p.title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  ul.news_list li a .news_item {
    flex-direction: row;
  }
  ul.news_list li a .news_item .news_img {
    margin-bottom: 0;
    width: 250px;
  }
  ul.news_list li a .news_item .news_text {
    width: calc(100% - 250px);
    padding-left: 30px;
  }
}
ul.news_list li a .date {
  font-size: 12px;
}

#news_wrap {
  margin: 100px auto 0;
}

.pagination {
  margin: 40px 0 0;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #140a08;
  border-radius: 50px;
  background: transparent;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.pagination .page-numbers:hover {
  background: #0045ff;
  color: #ffffff;
}
.pagination .current {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #cdcdcd;
  color: #ffffff;
}
.pagination .current:hover {
  background: #cdcdcd;
}
.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #140a08;
}
.pagination .prev:hover,
.pagination .next:hover {
  background: transparent;
  color: #0045ff;
}
.pagination .dots {
  background: transparent;
  box-shadow: none;
  color: #140a08;
}
.pagination .dots:hover {
  background: transparent;
}

.nav-links {
  display: flex;
  justify-content: center;
}

article.type-post {
  margin-bottom: 100px;
}
article.type-post .entry-meta {
  display: flex;
  margin: 0 auto 20px;
  justify-content: flex-end;
}
article.type-post .entry-meta .date {
  color: #16658c;
  font-size: 13px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-right: 15px;
  line-height: 1.8em;
}
article.type-post .entry-meta .categories .category_item {
  display: block;
  color: #0045ff;
  font-size: 12px;
  border: 1px solid;
  line-height: 1.7em;
  border-radius: 20px;
  padding: 0 15px;
}
article.type-post .entry-meta .categories .category_item:hover {
  opacity: 0.6;
}
article.type-post ul {
  list-style: disc;
  margin: 30px 0 30px 30px;
}
article.type-post ul li {
  margin-bottom: 10px;
}
article.type-post table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  border-top: solid 1px #70707066;
  margin: 20px auto;
}
article.type-post table thead {
  background: #efefef;
}
article.type-post table th,
article.type-post table td {
  border: none;
  padding: 10px;
  border-bottom: solid 1px #70707066;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  article.type-post table th,
article.type-post table td {
    padding: 15px;
  }
}
article.type-post table td {
  text-align: left;
}

.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004ca5;
  z-index: 1000;
  background-image: url(../img/mv02.png), url(../img/splash_back.png), url(../img/splash_back2.png);
  background-position: top calc(-5vh + 53px) right -5vw, center top, left bottom;
  background-size: 100%, cover, 100%;
  background-repeat: no-repeat;
}
.splash-screen.fadeout {
  animation: splash_fadeout 0.5s forwards;
}
.splash-screen img.catchcopy {
  width: 250px;
  display: block;
  margin: calc(30vh + 53px) auto 0;
  opacity: 0;
}
@media (min-width: 481px) {
  .splash-screen {
    background-position: top calc(-5vh + 53px) right -5vw, center top, left bottom;
    background-size: 70%, cover, 70%;
  }
}
@media (min-width: 768px) {
  .splash-screen {
    background-position: top calc(-4vh + 53px) right -5vw, center top, left bottom;
    background-size: 55%, cover, 55%;
  }
  .splash-screen img.catchcopy {
    width: 350px;
  }
}
@media (min-width: 1030px) {
  .splash-screen {
    background-position: top -45px right -45px, center top, left bottom;
    background-size: 700px, cover, 700px;
  }
  .splash-screen img.catchcopy {
    width: 450px;
    margin: 30vh auto 0;
  }
}

@keyframes splash_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
table,
.wp-block-table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #929ba5;
  margin: 40px auto;
  font-size: 15px;
}
table thead,
.wp-block-table table thead {
  background: #efefef;
}
table th,
table td,
.wp-block-table table th,
.wp-block-table table td {
  padding: 10px;
  border: none;
  border-bottom: solid 1px #b5bbc1;
  line-height: 1.6em;
}
table td,
.wp-block-table table td {
  text-align: left;
  word-break: keep-all;
  min-width: 100px;
}
@media (min-width: 768px) {
  table td,
.wp-block-table table td {
    min-width: 260px;
  }
}
table.border-none,
.wp-block-table table.border-none {
  border-top: none;
  margin: 0;
}
table.border-none th,
table.border-none td,
.wp-block-table table.border-none th,
.wp-block-table table.border-none td {
  border-bottom: none;
  padding: 15px 0;
}

.wp-block-table table {
  margin-top: 0;
}

a#totop {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #004ca5;
  background: linear-gradient(#004ca5 0%, #4a82c4 100%);
  color: #ffffff;
  position: sticky;
  bottom: 10px;
  right: 10px;
  margin: auto 10px 50px auto;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
}
a#totop.active {
  opacity: 1;
  visibility: visible;
}
a#totop:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-right: 1.5px solid #ffffff;
  border-top: 1.5px solid #ffffff;
  transform: rotate(-45deg);
  margin: auto;
  right: 0;
  left: 0;
  top: 42%;
  transition: 0.5s;
}
a#totop:hover:before {
  top: calc(42% - 4px);
}
@media (min-width: 1030px) {
  a#totop {
    right: auto;
    left: auto;
    margin-right: auto;
    transform: translateX(520px);
  }
}
@media (min-width: 1240px) {
  a#totop {
    transform: translateX(590px);
  }
}

section.widget {
  padding: 0;
  margin-bottom: 40px;
}
section.widget h2 {
  margin: 0;
  font-size: 130%;
}
section.widget ul li {
  margin-bottom: 8px;
}
section.widget ul li a {
  display: block;
}