@charset "UTF-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/
/*------------------------------------------------------
Cancellation
------------------------------------------------------*/
/*calcDefault-Between---1920pxand375px*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /*1.6rem-1.4rem*/
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

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

body.mobile #mainImg,
body.mobile #breadcrumb {
  margin-top: 0;
}

body.mobile {
  margin-top: 0;
}

#mainImg {
  padding-bottom: 0;
}

body.mobile #mainImg {
  margin-top: 60px;
}

.home #content {
  padding: 0;
}

#wrapper,
#content,
.post {
  overflow: visible !important;
}

/*--見出し--------------------------------------------*/
h1.title,
.post h1,
.post h2,
.post2b h2,
.post4b h2,
h2.title,
.post h3,
.post h4 {
  line-height: 1.6;
  background: none;
}

.post h1 span,
.post h2 span,
.post h3 span,
.post h4 span {
  padding: 0;
}

h1.title:first-child,
.post h1:first-child,
#front-sectionPost h1:first-child,
.post h2:first-child,
.post h3:first-child,
.post h3.col-in-h3:first-child,
.post h4:first-child {
  margin-top: 0;
}

/*--パンくずリスト--------------------------------------------*/
#breadcrumb {
  padding: 12px 0;
}

#breadcrumb ul {
  width: 98%;
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}

#breadcrumb ul li {
  float: none;
}

#breadcrumb ul li:first-child {
  margin-left: 0;
}

/*--お問い合わせフォーム--------------------------------------------*/
.wpcf7-form {
  padding: 0;
}

span.wpcf7-list-item {
  margin: 0 10px 0 0;
}

.wpcf7-form .must,
.wpcf7-form .option {
  font-size: 75%;
}

/*--デフォルトリンクボタン--------------------------------------------*/
.linkBtn {
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  position: relative;
  border-radius: 5px;
  line-height: 1.8;
  transition: all 0.3s;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}

.linkBtn a {
  color: #fff;
}

.linkBtn input[type=submit] {
  background: none;
  padding: inherit;
}

.linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}

input.linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}

.post .linkBtn {
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  position: relative;
  color: #fff;
  border-radius: 5px;
  line-height: 1.8;
  transition: all 0.3s;
}

.post .linkBtn input[type=submit] {
  background: none;
  padding: inherit;
}

.post .linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}

.post input.linkBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}

.linkBtn {
  display: inherit;
  max-width: 500px;
  margin: 3rem auto;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.post .linkBtn input[type=submit] {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  padding: 1rem 0 0 0;
}

@media only screen and (max-width: 640px) {
  .linkBtn {
    display: block;
    text-align: center;
  }
  .post .linkBtn {
    display: block;
    text-align: center;
  }
}
/*--リンクボタン1--------------------------------------------*/
.btn1_inner {
  text-align: center;
  width: 100%;
}

.btn1 {
  background: #000000;
  border-radius: 50px;
  border: 1px solid #000000;
  text-decoration: none;
  display: inline-block;
  padding: 1em 3em;
  transition: all 0.15s ease;
  position: relative;
  width: min(35rem, 95%);
  color: #ffffff;
}

.btn1::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #ffffff;
  top: 49%;
  right: 0;
  transition: all 0.15s ease;
}

.btn1:hover {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  transition: all 0.3s ease;
}

.btn1:hover::before {
  width: 30px;
  background: #000000;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1024px) {
  .btn1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: min(600px, 90%);
    padding: 1em 3em;
    transition: all 0.15s ease;
    position: relative;
  }
  .btn1::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fffbf9;
    top: 49%;
    right: 0;
    transition: all 0.15s ease;
  }
  .btn1:hover {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    transition: all 0.3s ease;
  }
  .btn1:hover::before {
    width: 30px;
    background: #000000;
    transition: all 0.3s ease;
  }
}
/*--リスト--------------------------------------------*/
.post ul {
  margin: 0;
}

.post li {
  line-height: 2;
  margin-bottom: 0;
  border-bottom: 0;
}

.post ol {
  margin: 0 0 0 1.2em;
}

.post ol:first-child {
  margin-top: 0;
}

.post ol:last-child,
.post li:last-child {
  margin-bottom: 0;
}

.post li ol li.list-decimal {
  list-style: decimal;
  margin-left: 0;
}

.post ul.list-disc li {
  list-style: disc;
  margin-left: 2.4rem;
  padding-left: 0;
}

.post ul.list-point>li,
.post ul.list-check>li,
.post ul.caution>li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
  margin-left: 0;
}

.post ul.list-point>li:before,
.post ul.list-check li:before,
.post ul.caution>li:before {
  position: absolute;
  font-family: "Font Awesome";
  font-weight: 900;
  left: 0;
}

.post ul.list-point>li:before,
.post ul li.list-point:before {
  content: "\f087";
}

.post ul.list-check>li:before,
.post ul li.list-check:before {
  content: "\f00c";
}

.post ul.caution>li::before,
.post ul li.caution::before {
  content: "※";
}

/*--liststyle reset-----*/
.post li.list-none,
.post ol li.list-none,
.post ul li.list-none {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.post li.list-none:before,
.post ol li.list-none:before,
.post ul li.list-none:before {
  content: none !important;
}

/*--テーブル--------------------------------------------*/
.post table {
  margin: 3rem auto;
}

.post table th,
.post table td {
  padding: calc(10px + (1vw - 19.2px) * 0.3236) calc(15px + (1vw - 19.2px) * 0.4531);
}

.post table:first-child {
  margin-top: 0;
}

.post table:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .table_scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table_scroll table {
    table-layout: auto;
    width: 800px;
  }
}
/*--img--------------------------------------------*/
.post img {
  padding: 0;
  border: none;
  vertical-align: bottom;
}

.post img.aligncenter {
  margin: 0 auto;
}

/*--ギャラリー--------------------------------------------*/
.gallery {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  margin: min(50px + (1vw - 19.2px) * 1.2945, 50px) auto !important;
}

.gallery>br {
  display: none !important;
}

.gallery>*:last-child {
  display: block;
}

.gallery:first-child,
.gallery:nth-child(2) {
  margin-top: 0 !important;
}

.gallery:last-child {
  margin-bottom: 0 !important;
}

.gallery-item {
  float: none !important;
  margin-top: 0 !important;
  line-height: 0;
  margin-bottom: min(20px + (1vw - 19.2px) * 0.7819, 20px);
}

.gallery-caption {
  line-height: 1.6;
  font-size: min(1.4rem + (1vw - 19.2px) * 0.1294, 1.4rem);
  text-align: center;
  margin: 1rem auto 0 !important;
  padding: 0 !important;
}

.gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333% !important;
}

.gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667% !important;
}

.gallery-columns-1 .gallery-item img,
.gallery-columns-2 .gallery-item img,
.gallery-columns-3 .gallery-item img,
.gallery-columns-4 .gallery-item img,
.gallery-columns-5 .gallery-item img,
.gallery-columns-6 .gallery-item img {
  max-width: 95%;
}

@media print, screen and (min-width: 641px) {
  .gallery-columns-3 .gallery-item:nth-of-type(3n+2):last-of-type {
    margin-right: 33.3333333333% !important;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n+2):last-of-type {
    margin-right: 50% !important;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n+3):last-of-type {
    margin-right: 25% !important;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n+2):last-of-type {
    margin-right: 60% !important;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n+3):last-of-type {
    margin-right: 40% !important;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n+4):last-of-type {
    margin-right: 20% !important;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n+2):last-of-type {
    margin-right: 66.6666666667% !important;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n+3):last-of-type {
    margin-right: 50% !important;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n+4):last-of-type {
    margin-right: 33.3333333333% !important;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n+5):last-of-type {
    margin-right: 16.6666666667% !important;
  }
}
@media print, screen and (max-width: 1023px) and (min-width: 641px) {
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item {
    width: 33.3333333333% !important;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(3n+2):last-of-type,
  .gallery-columns-6 .gallery-item:nth-of-type(3n+2):last-of-type {
    margin-right: 33.3333333333% !important;
  }
}
@media print, screen and (max-width: 640px) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item {
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    margin-bottom: 10px;
  }
  .gallery-columns-1 .gallery-item img,
  .gallery-columns-2 .gallery-item img,
  .gallery-columns-3 .gallery-item img,
  .gallery-columns-4 .gallery-item img,
  .gallery-columns-5 .gallery-item img,
  .gallery-columns-6 .gallery-item img {
    max-width: 97%;
  }
}
/*---カテゴリ--------------------------------------------*/
body:not(.home) .post h2.cat-loop {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

section.widget h2 {
  border-bottom: 1px solid;
}

/*---記事詳細--------------------------------------------*/
.dateLabel {
  padding-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
}

.pagenav {
  margin: 70px 0 0;
}

.single-post h1.title {
  font-size: min(2.5rem + (1vw - 19.2px) * 0.4531, 2.5rem);
  font-style: normal;
  margin: 0 auto 20px;
}

/*--コンテンツ--------------------------------------------*/
.post {
  margin: 0 auto;
  padding: 0;
}

/*--スマホメニュー--------------------------------------------*/
.spmenu #menu {
  padding: 0px 1px 2px 0;
}

.spmenu #menu p {
  transform: translateX(-50%);
  left: 50%;
}

.spmenu #menu span,
.spmenu #menu span:before,
.spmenu #menu span:after {
  width: 35px;
}

/*--スマホヘッダー--------------------------------------------*/
body.mobile #header .logo img {
  max-width: 180px;
}

#header .logo img {
  vertical-align: bottom;
  max-height: 80px;
}

body.mobile #header .logo .mark {
  text-align: left;
  padding-left: 5px;
}

@media screen and (max-width: 1023px) {
  .mobile header#h1Header {
    margin-top: 60px;
  }
  body.mobile.single #breadcrumb,
  body.mobile.error404 #breadcrumb {
    margin-top: 60px;
  }
}
@media print, screen and (max-width: 640px) {
  /*--テーブル--------------------------------------------*/
  .post table.responsive th,
  .post table.responsive td {
    text-align: left;
  }
  /*--パンくずリスト--------------------------------------*/
  #breadcrumb ul {
    max-width: 100%;
  }
  /*--ギャラリー------------------------------------------*/
  .gallery {
    margin: 20px auto !important;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 50% !important;
  }
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    margin-bottom: 10px;
  }
  .gallery-columns-1 .gallery-item img,
  .gallery-columns-2 .gallery-item img,
  .gallery-columns-3 .gallery-item img,
  .gallery-columns-4 .gallery-item img,
  .gallery-columns-5 .gallery-item img,
  .gallery-columns-6 .gallery-item img {
    max-width: 100%;
  }
}
/*------------------------------------------
Additional contents and parts
--------------------------------------------*/
/*--inner/outer--------------------------------------------*/
.content_inner {
  margin: 0 auto;
  width: 90%;
}

.content_wrapper {
  margin: 0 auto;
  width: 100%;
}

.max_w900 {
  max-width: 900px;
}

.max_w960 {
  max-width: 960px;
}

.max_w1000 {
  max-width: 1000px;
}

.max_w1024 {
  max-width: 1024px;
}

.max_w1100 {
  max-width: 1100px;
}

.max_w1200 {
  max-width: 1200px;
}

.max_w1300 {
  max-width: 1300px;
}

.max_w1400 {
  max-width: 1400px;
}

.max_w1500 {
  max-width: 1500px;
}

.max_w1600 {
  max-width: 1600px;
}

.max_w1700 {
  max-width: 1700px;
}

.max_w1800 {
  max-width: 1800px;
}

/*--space--------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

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

.mt15 {
  margin-top: 15rem !important;
}

.mt16 {
  margin-top: 16rem !important;
}

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

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

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

.mb15 {
  margin-bottom: 15rem !important;
}

.mb16 {
  margin-bottom: 16rem !important;
}

@media screen and (max-width: 768px) {
  .mt1 {
    margin-top: 0.5rem !important;
  }
  .mt2 {
    margin-top: 1rem !important;
  }
  .mt3 {
    margin-top: 1.5rem !important;
  }
  .mt4 {
    margin-top: 2rem !important;
  }
  .mt5 {
    margin-top: 2.5rem !important;
  }
  .mt6 {
    margin-top: 3rem !important;
  }
  .mt7 {
    margin-top: 3.5rem !important;
  }
  .mt8 {
    margin-top: 4rem !important;
  }
  .mt9 {
    margin-top: 4.5rem !important;
  }
  .mt10 {
    margin-top: 5rem !important;
  }
  .mt15 {
    margin-top: 7.5rem !important;
  }
  .mt16 {
    margin-top: 8rem !important;
  }
  .mb1 {
    margin-bottom: 0.5rem !important;
  }
  .mb2 {
    margin-bottom: 1rem !important;
  }
  .mb3 {
    margin-bottom: 1.5rem !important;
  }
  .mb4 {
    margin-bottom: 2rem !important;
  }
  .mb5 {
    margin-bottom: 2.5rem !important;
  }
  .mb6 {
    margin-bottom: 3rem !important;
  }
  .mb7 {
    margin-bottom: 3.5rem !important;
  }
  .mb8 {
    margin-bottom: 4rem !important;
  }
  .mb9 {
    margin-bottom: 4.5rem !important;
  }
  .mb10 {
    margin-bottom: 5rem !important;
  }
  .mb15 {
    margin-bottom: 7.5rem !important;
  }
  .mb16 {
    margin-bottom: 8rem !important;
  }
}
.pt0 {
  padding-top: 0rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.pd2 {
  padding: 2rem !important;
}

.pd3 {
  padding: 3rem !important;
}

.pd4 {
  padding: 4rem !important;
}

.pd5 {
  padding: 5rem !important;
}

@media screen and (max-width: 768px) {
  .pt1 {
    padding-top: 0.5rem !important;
  }
  .pt2 {
    padding-top: 1rem !important;
  }
  .pt3 {
    padding-top: 1.5rem !important;
  }
  .pt4 {
    padding-top: 2rem !important;
  }
  .pt5 {
    padding-top: 2.5rem !important;
  }
  .pt6 {
    padding-top: 3rem !important;
  }
  .pt7 {
    padding-top: 3.5rem !important;
  }
  .pt8 {
    padding-top: 4rem !important;
  }
  .pt9 {
    padding-top: 4.5rem !important;
  }
  .pt10 {
    padding-top: 5rem !important;
  }
  .pb1 {
    padding-bottom: 0.5rem !important;
  }
  .pb2 {
    padding-bottom: 1rem !important;
  }
  .pb3 {
    padding-bottom: 1.5rem !important;
  }
  .pb4 {
    padding-bottom: 2rem !important;
  }
  .pb5 {
    padding-bottom: 2.5rem !important;
  }
  .pb6 {
    padding-bottom: 3rem !important;
  }
  .pb7 {
    padding-bottom: 3.5rem !important;
  }
  .pb8 {
    padding-bottom: 4rem !important;
  }
  .pb9 {
    padding-bottom: 4.5rem !important;
  }
  .pb10 {
    padding-bottom: 5rem !important;
  }
  .pd2 {
    padding: 1rem !important;
  }
  .pd3 {
    padding: 1.5rem !important;
  }
  .pd4 {
    padding: 2rem !important;
  }
  .pd5 {
    padding: 2.5rem !important;
  }
}
@media screen and (max-width: 414px) {
  .mt16 {
    margin-top: 5rem !important;
  }
  .mb16 {
    margin-bottom: 5rem !important;
  }
}
/*--responsive parts--------------------------------------------*/
/*br*/
.spbr,
table.sp_t,
.post img.img_sp {
  display: none;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .spbr,
  table.sp_t,
  .post img.img_sp {
    display: block;
  }
  .pcbr,
  table.pc_t,
  .post img.img_pc {
    display: none;
  }
  .pc-none {
    display: inherit;
  }
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc-center {
    text-align: center !important;
  }
  .pc-right {
    text-align: right !important;
  }
  .pc-left {
    text-align: left !important;
  }
}
/*--flexbox--------------------------------------------*/
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.gap {
  gap: 5%;
}

.gap3 {
  gap: 3%;
}

.ai-center {
  align-items: center;
}

.ai-self-center {
  align-self: center;
}

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

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

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

@media screen and (min-width: 769px) {
  .columns,
  .flexbox {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .flexbox.rev {
    flex-direction: row-reverse;
  }
  .sp-nowrap {
    display: flex;
  }
  .sp-nowrap .w10 {
    width: 10%;
  }
  .sp-nowrap .w20 {
    width: 20%;
  }
  .sp-nowrap .w30 {
    width: 30%;
  }
  .sp-nowrap .w40 {
    width: 40%;
  }
  .sp-nowrap .w50 {
    width: 50%;
  }
  .sp-nowrap .w60 {
    width: 60%;
  }
  .sp-nowrap .w70 {
    width: 70%;
  }
  .sp-nowrap .w80 {
    width: 80%;
  }
  .sp-nowrap .w90 {
    width: 90%;
  }
  .sp-ai-top {
    align-items: flex-start;
  }
  .sp-no-mb {
    margin-bottom: 0 !important;
  }
  .sp-no-pb {
    padding-bottom: 0 !important;
  }
}
/*--list parts--------------------------------------------*/
/*ol*/
.post ol li {
  border: none;
}

/*dot*/
.post ul.disc li {
  list-style: disc;
  border: none;
  margin-left: 2rem;
  font-weight: 500;
}

.post ul.disc li:last-child {
  margin-bottom: 0;
}

ul.disc {
  margin: 0.5rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .post ul.disc li {
    font-size: 0.9rem;
  }
}
/*caution*/
ul.caution li {
  border-bottom: 0;
  position: relative;
  padding-left: 1.5rem;
}

ul.caution li:before {
  content: "※";
  position: absolute;
  left: 0;
}

/*--marker parts--------------------------------------------*/
span.marker.blue {
  background: linear-gradient(transparent 60%, #6cf 60%);
}

span.marker.pink {
  background: linear-gradient(transparent 60%, #f6c 60%);
}

span.marker.yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*--Anchor Point--------------------------------------------*/
@media print, screen and (min-width: 769px) {
  .a_point {
    margin-top: -12rem;
    padding-top: 12rem;
  }
}
@media print, screen and (max-width: 768px) {
  .a_point {
    margin-top: -80px;
    padding-top: 80px;
  }
}
/*--YOUTUBE動画埋め込み------------------------------------------*/
.youtubeArea {
  position: relative;
  overflow: hidden;
  margin: 50px auto;
}

.youtubeArea::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtubeArea>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.youtubeArea:first-child {
  margin-top: 0;
}

.youtubeArea:last-child {
  margin-bottom: 0;
}

/*------------------------------------------
Original
--------------------------------------------*/
/* -- 書き換え -- */
/*-- デフォルトリンクボタン --------------------------------------------*/
.linkBtn,
.post .linkBtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: none !important;
  border-radius: 0;
  line-height: 1.8;
  transition: all 0.3s;
  text-align: center;
  margin: min(calc(4rem + (1vw - 19.2px) * 0.9709), 4rem) 0 0 auto;
  /* -- 1920 4rem 375 2.5rem -- */
  padding: 0;
}

.linkBtn::before,
.post .linkBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00406A;
  width: 100%;
  height: 2px;
  transition: transform 0.4s;
  transform-origin: left top;
}

.linkBtn:hover::before,
.post .linkBtn:hover::before {
  transform: scale(0, 1);
  transform-origin: right top;
}

.linkBtn a,
.post .linkBtn a {
  display: block;
  position: relative;
  background: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em calc(0.2em + 30px) 0.5em 0.2em;
  color: #00406A;
  font-weight: 700;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
  /* -- 1920 1.8rem 375 1.6rem -- */
  text-decoration: none;
  transition: opacity 0.3s;
}

.linkBtn a::before,
.post .linkBtn a::before,
.linkBtn a::after,
.post .linkBtn a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #00406A;
  height: 2px;
}

.linkBtn a::before,
.post .linkBtn a::before {
  width: 20px;
}

.linkBtn a::after,
.post .linkBtn a::after {
  width: 8px;
  transform: rotate(30deg);
  transform-origin: right bottom;
}

.linkBtn a:hover,
.post .linkBtn a:hover {
  opacity: 1;
}

.linkBtn input[type=submit],
.post .linkBtn input[type=submit] {
  background: none;
  padding: 0;
}

.linkBtn::after,
.post .linkBtn::after {
  content: none;
}

input.linkBtn::after,
.post input.linkBtn::after {
  content: none;
}

@media only screen and (max-width: 640px) {
  .linkBtn {
    display: block;
    text-align: center;
  }
  .post .linkBtn {
    display: block;
    text-align: center;
  }
}
/*---記事詳細--------------------------------------------*/
.post_link {
  font-size: calc(1.5rem + (1vw - 19.2px) * 0.1294);
}

.dateLabel {
  padding-top: 10px;
  margin-bottom: 3rem;
  border-top: 1px solid #ccc;
}

.pagenav {
  margin: min(calc(8rem + (1vw - 19.2px) * 2.589), 8rem) 0 0;
  /* -- 1920 8rem 375 4rem -- */
}

.single h1.title,
.error404 h1.title {
  margin-bottom: 0;
  padding: 0 0 0.5em;
  color: inherit;
  font-size: min(2.4rem + (1vw - 19.2px) * 0.5178, 2.4rem);
  /* -- 1920 2.4rem 375 1.6rem -- */
  text-align: left;
  line-height: 1.75;
}

.single h1.title::before,
.error404 h1.title::before,
.single h1.title::after,
.error404 h1.title::after {
  content: none;
}

/* -- 書き換えここまで -- */
input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=url],
input[type=number] {
  -webkit-appearance: none;
  border-radius: 0;
  margin-bottom: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=url],
input[type=number],
select {
  min-height: 34px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=url],
input[type=number],
select,
textarea {
  padding: 2px 5px;
}

textarea {
  -webkit-appearance: none;
}

input,
textarea,
select {
  border-radius: 0;
  font-family: inherit;
  font-weight: 500;
  font-size: min(1.6rem + (1vw - 19.2px) * 0.1294, 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem -- */
  letter-spacing: normal;
}

a {
  transition: opacity 0.3s, color 0.3s, background-color 0.3s;
}

a img {
  text-decoration: none !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.post p:last-child {
  padding-bottom: 0;
}

/* -- コンテンツ幅 -- */
#wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: min(10rem + (1vw - 19.2px) * 3.8835, 10rem) 0;
  /* -- 1920 10rem 375 4rem -- */
  box-sizing: content-box;
  overflow: hidden;
}

#full-wrapper {
  padding: min(10rem + (1vw - 19.2px) * 3.8835, 10rem) 0;
  /* -- 1920 10rem 375 4rem -- */
}

.home #full-wrapper {
  padding: 0;
}

body:not(.page) #wrapper {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

body.category #wrapper,
body.archive #wrapper {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

#wrapper::after {
  content: "";
  display: block;
  clear: both;
}

#content {
  background-color: #fff;
  width: calc(100% - 250px);
  padding: 0;
}

.home #content {
  padding: 0;
}

#content.wide {
  width: 100%;
}

#full-wrapper #content {
  width: 100%;
}

#sidebar {
  width: 225px;
  padding: 0;
}

div.post {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  #content {
    padding: 0;
  }
  #sidebar {
    padding: 0;
  }
}
@media screen and (max-width: 959px) {
  #content {
    width: 100%;
  }
  #sidebar {
    width: 100%;
    margin: 6rem 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #content {
    padding: 0;
  }
  #sidebar {
    margin: 4rem 0 0;
    padding: 0;
  }
}
/* -- コンテンツ幅終わり -- */
/* -- テーブル -- */
.post table {
  font-size: 100%;
  margin: 3rem auto;
  line-height: 1.65;
}

.post table th,
.post table td {
  padding: 15px 20px;
}

.post table:first-child {
  margin-top: 0;
}

.post table:last-child {
  margin-bottom: 0;
}

.post .border_table {
  border: none;
}

.post .border_table th,
.post .border_table td {
  border-left: none;
  border-right: none;
  background: none;
  padding: 12px 20px;
}

@media screen and (max-width: 768px) {
  .post table th,
  .post table td {
    padding: 10px;
  }
  .post .border_table th,
  .post .border_table td {
    padding: 10px;
  }
}
/* -- テーブル終わり -- */
/* ----------------------
columnbox
---------------------- */
:root {
  --gap: 0px;
}

.columnbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  gap: var(--gap);
}

.pcgap8 {
  --gap: 8%;
}

.pcgap6 {
  --gap: 6%;
}

.pcgap5 {
  --gap: 5%;
}

.pcgap4 {
  --gap: 4%;
}

.pcgap3 {
  --gap: 3%;
}

.pcgap2 {
  --gap: 2%;
}

.pcgap30px {
  --gap: 30px;
}

.pcgap20px {
  --gap: 20px;
}

.pcgap10px {
  --gap: 10px;
}

.column_item {
  display: block;
}

/* -- PC column -- */
.pc1 .column_item {
  width: 100%;
}

.pc1 .column_item:nth-child(n+2) {
  margin-top: var(--gap);
}

.pc2 .column_item {
  width: calc((100% - var(--gap)) / 2);
}

.pc2 .column_item:nth-child(n+3) {
  margin-top: var(--gap);
}

.pc3 .column_item {
  width: calc((100% - 1px - var(--gap) * 2) / 3);
}

.pc3 .column_item:nth-child(n+4) {
  margin-top: var(--gap);
}

.pc4 .column_item {
  width: calc((100% - var(--gap) * 3) / 4);
}

.pc4 .column_item:nth-child(n+5) {
  margin-top: var(--gap);
}

.pc5 .column_item {
  width: calc((100% - 1px - var(--gap) * 4) / 5);
}

.pc5 .column_item:nth-child(n+6) {
  margin-top: var(--gap);
}

.pc6 .column_item {
  width: calc((100% - var(--gap) * 5) / 6);
}

.pc6 .column_item:nth-child(n+7) {
  margin-top: var(--gap);
}

.pc7 .column_item {
  width: calc((100% - 1px - var(--gap) * 6) / 7);
}

.pc7 .column_item:nth-child(n+8) {
  margin-top: var(--gap);
}

.pc8 .column_item {
  width: calc((100% - var(--gap) * 7) / 8);
}

.pc8 .column_item:nth-child(n+9) {
  margin-top: var(--gap);
}

@media screen and (max-width: 1023px) {
  .tabgap8 {
    --gap: 8%;
  }
  .tabgap6 {
    --gap: 6%;
  }
  .tabgap5 {
    --gap: 5%;
  }
  .tabgap4 {
    --gap: 4%;
  }
  .tabgap3 {
    --gap: 3%;
  }
  .tabgap2 {
    --gap: 2%;
  }
  .tabgap30px {
    --gap: 30px;
  }
  .tabgap20px {
    --gap: 20px;
  }
  .tabgap10px {
    --gap: 10px;
  }
  .tabgap0 {
    --gap: 0px;
  }
  /* -- Tablet column -- */
  .tab1 .column_item {
    width: 100%;
  }
  .tab1 .column_item:nth-child(n+2) {
    margin-top: var(--gap);
  }
  .tab2 .column_item {
    width: calc((100% - var(--gap)) / 2);
  }
  .tab2 .column_item:nth-child(n+3) {
    margin-top: var(--gap);
  }
  .tab3 .column_item {
    width: calc((100% - 1px - var(--gap) * 2) / 3);
  }
  .tab3 .column_item:nth-child(n+4) {
    margin-top: var(--gap);
  }
  .tab4 .column_item {
    width: calc((100% - var(--gap) * 3) / 4);
  }
  .tab4 .column_item:nth-child(n+5) {
    margin-top: var(--gap);
  }
  .tab5 .column_item {
    width: calc((100% - 1px - var(--gap) * 4) / 5);
  }
  .tab5 .column_item:nth-child(n+6) {
    margin-top: var(--gap);
  }
  .tab6 .column_item {
    width: calc((100% - var(--gap) * 5) / 6);
  }
  .tab6 .column_item:nth-child(n+7) {
    margin-top: var(--gap);
  }
  .tab7 .column_item {
    width: calc((100% - 1px - var(--gap) * 6) / 7);
  }
  .tab7 .column_item:nth-child(n+8) {
    margin-top: var(--gap);
  }
  .tab8 .column_item {
    width: calc((100% - var(--gap) * 7) / 8);
  }
  .tab8 .column_item:nth-child(n+9) {
    margin-top: var(--gap);
  }
}
@media screen and (max-width: 767px) {
  .spgap8 {
    --gap: 8%;
  }
  .spgap6 {
    --gap: 6%;
  }
  .spgap5 {
    --gap: 5%;
  }
  .spgap4 {
    --gap: 4%;
  }
  .spgap3 {
    --gap: 3%;
  }
  .spgap2 {
    --gap: 2%;
  }
  .spgap30px {
    --gap: 30px;
  }
  .spgap20px {
    --gap: 20px;
  }
  .spgap10px {
    --gap: 10px;
  }
  .spgap0 {
    --gap: 0px;
  }
  /* -- SP column -- */
  .sp1 .column_item {
    width: 100%;
  }
  .sp1 .column_item:nth-child(n+2) {
    margin-top: var(--gap);
  }
  .sp2 .column_item {
    width: calc((100% - var(--gap)) / 2);
  }
  .sp2 .column_item:nth-child(n+3) {
    margin-top: var(--gap);
  }
  .sp3 .column_item {
    width: calc((100% - 1px - var(--gap) * 2) / 3);
  }
  .sp3 .column_item:nth-child(n+4) {
    margin-top: var(--gap);
  }
  .sp4 .column_item {
    width: calc((100% - var(--gap) * 3) / 4);
  }
  .sp4 .column_item:nth-child(n+5) {
    margin-top: var(--gap);
  }
  .sp5 .column_item {
    width: calc((100% - 1px - var(--gap) * 4) / 5);
  }
  .sp5 .column_item:nth-child(n+6) {
    margin-top: var(--gap);
  }
  .sp6 .column_item {
    width: calc((100% - var(--gap) * 5) / 6);
  }
  .sp6 .column_item:nth-child(n+7) {
    margin-top: var(--gap);
  }
  .sp7 .column_item {
    width: calc((100% - 1px - var(--gap) * 6) / 7);
  }
  .sp7 .column_item:nth-child(n+8) {
    margin-top: var(--gap);
  }
  .sp8 .column_item {
    width: calc((100% - var(--gap) * 7) / 8);
  }
  .sp8 .column_item:nth-child(n+9) {
    margin-top: var(--gap);
  }
}
/* ----------------------
汎用
---------------------- */
.fz-1_8 {
  font-size: min(1.8rem + (1vw - 19.2px) * 0.1942, 1.8rem);
  /* -- 1920 1.8rem 375 1.5rem -- */
}

.fz-1_5e {
  font-size: 1.5em;
}

.text_center {
  text-align: center !important;
}

.text_center_nsp {
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  .fz-1_5e {
    font-size: 1.25em;
  }
  .text_center_nsp {
    text-align: left !important;
  }
}
/* ----------------------
ボタン
---------------------- */
.post .blockBtn {
  max-width: 100%;
  margin-top: min(calc(4rem + (1vw - 19.2px) * 0.9709), 4rem);
  /* -- 1920 4rem 375 2.5rem -- */
  padding: 0;
}

.post .blockBtn a {
  display: block;
  border: 1px solid #00406A;
  background-color: #fff;
  max-width: 100%;
  width: 25rem;
  margin: 0 auto;
  padding: 1em;
  color: #00406A;
  font-weight: 700;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
  /* -- 1920 1.8rem 375 1.6rem -- */
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.3s, color 0.3s;
}

.post .blockBtn_bl a {
  background-color: #00406A;
  color: #fff;
}

.post .blockBtn a:hover {
  background-color: #d5e1e8;
}

.post .blockBtn_bl a:hover {
  color: #00406A;
}

.post .blockBtn_mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em 1em;
}

.post .blockBtn_mail a::before {
  font-family: FontAwesome;
  content: "\f0e0";
  margin-right: 12px;
  font-weight: 400;
  font-size: 1.25em;
}

.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px -20px;
}

.button_wrap>*,
.post .button_wrap>* {
  max-width: 100%;
  padding: 15px 20px !important;
}

@media screen and (max-width: 767px) {
  .post .blockBtn a {
    width: 22rem;
  }
}
/* ----------------------
見出し
---------------------- */
/* -- h1 -- */
h1,
.post h1,
#front_bottom_content h1 {
  background: none;
  border: none;
  margin: min(calc(8rem + (1vw - 19.2px) * 2.589), 8rem) 0 min(calc(5rem + (1vw - 19.2px) * 1.2945), 5rem);
  padding: 0;
  font-family: "Ubuntu", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(calc(7rem + (1vw - 19.2px) * 2.589), 7rem);
  /* -- 1920 7rem 375 3rem -- */
  text-align: left;
  text-indent: 0.06em;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

.post .ttl_1_big {
  font-size: min(calc(105px + (1vw - 19.2px) * 4.2071), 105px);
  /* -- 1920 105px 375 40px -- */
}

/* -- h2 -- */
.post h2::before,
.post h2::after {
  content: none;
}

.post h2 {
  position: relative;
  background: none;
  border: none;
  margin: min(calc(8rem + (1vw - 19.2px) * 2.589), 8rem) 0 min(calc(5rem + (1vw - 19.2px) * 1.2945), 5rem);
  /* -- 1920 8rem 4rem 375 4rem 3rem -- */
  padding: 15px 0 0 25px;
  font-family: inherit;
  font-weight: 700;
  font-size: min(calc(3.6rem + (1vw - 19.2px) * 0.9061), 3.6rem);
  /* -- 1920 3.6rem 375 2.2rem -- */
}

.post h2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: rgba(0, 64, 106, 0.5);
}

@media screen and (max-width: 767px) {
  .post h2 {
    padding: 12px 0 0 22px;
  }
  .post h2::before {
    width: 12px;
    height: 12px;
  }
}
/* -- h3 -- */
.post h3::before,
.post h3::after {
  content: none;
}

.post h3 {
  position: relative;
  background: none;
  border: none;
  margin: min(calc(6rem + (1vw - 19.2px) * 1.6181), 6rem) 0 min(calc(4rem + (1vw - 19.2px) * 0.9709), 4rem);
  /* -- 1920 6rem 4rem 375 3.6rem 2.5rem -- */
  padding: 0 0 0 1em;
  font-weight: 700;
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.6472), 2.8rem);
  /* -- 1920 2.8rem 375 1.8rem -- */
}

.post h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  bottom: 0.25em;
  left: 0;
  right: auto;
  background-color: #00406A;
  width: 4px;
  line-height: 1.7;
}

/* ----------------------
共通
---------------------- */
/* -- lead -- */
.post .lead {
  border-bottom: 2px solid #00406A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0.5em;
  color: #00406A;
  font-weight: 700;
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.6472), 2.8rem);
  /* -- 1920 2.8rem 375 1.8rem -- */
}

.post .lead .lead_en {
  margin-bottom: 0.5em;
  padding: 0;
  font-family: "Ubuntu", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #00406A;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
  /* -- 1920 1.8rem 375 1.3rem -- */
  letter-spacing: 0.08em;
}

/* -- gray_box -- */
.gray_box {
  position: relative;
  border: 2px solid #00406A;
  padding: calc(5% + 5px);
}

.gray_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid #00406A;
  pointer-events: none;
}

.post .gray_box_ttl {
  background: none;
  border: none;
  margin: 0 0 2.5rem;
  padding: calc(1.5rem + 10px) 0 0;
  color: #00406A;
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.5825), 2.8rem);
  /* -- 1920 2.8rem 375 1.9rem -- */
  text-align: center;
}

.post .gray_box_ttl::before {
  content: none;
}

.post .gray_box_ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: auto;
  top: 0;
  bottom: auto;
  background-color: rgba(0, 64, 106, 0.8);
  border: none;
  width: 10px;
  height: 10px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .gray_box {
    padding: calc(6% + 5px) calc(5% + 5px);
  }
}
/* ----------------------
トップページ
---------------------- */
/* -- top_vision -- */
.top_vision_flex {
  display: flex;
  justify-content: center;
}

.top_vision_left {
  flex-shrink: 0;
  align-self: center;
  margin-right: 8%;
  padding-bottom: 5rem;
}

@media screen and (max-width: 1023px) {
  .top_vision_flex {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 800px;
    margin: 0 auto;
  }
  .top_vision_left {
    flex-shrink: auto;
    align-self: flex-start;
    margin-right: 0;
    padding-bottom: 0;
  }
  .top_vision_left .ttl_1_big {
    font-size: min(calc(80px + (1vw - 10.23px) * 5.4012), 80px);
    /* -- 1023 80px 375 45px -- */
  }
}
/* -- top_menu -- */
.top_menu_item {
  display: flex;
  align-items: flex-start;
}

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

.top_menu_description_wrap {
  align-self: flex-end;
  position: relative;
  width: 45%;
  margin: 5% -15% 0 0;
  padding: 0 35px 35px 0;
  z-index: 5;
}

.top_menu_description_wrap_rev {
  margin: 5% 0 0 -15%;
}

.top_menu_description_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 35px;
  background-color: #d5e1e8;
  z-index: -1;
}

.top_menu_description {
  background-color: #fff;
  padding: 8% 10%;
  box-shadow: 0 0 30px rgba(0, 64, 106, 0.1);
}

.top_menu_description h1 {
  margin-bottom: 3rem;
}

.top_menu_img {
  width: 70%;
  margin-bottom: 5%;
}

@media screen and (max-width: 1023px) {
  .top_menu_item {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .top_menu_description_wrap {
    align-self: flex-start;
    width: 85%;
    margin: -10% 0 0 0;
    padding: 0 30px 30px 0;
  }
  .top_menu_description_wrap::before {
    top: 30px;
    left: 30px;
  }
  .top_menu_description {
    padding: 8%;
  }
  .top_menu_img {
    width: 90%;
    margin-bottom: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_menu_description_wrap {
    width: 96%;
    padding: 0 15px 15px 0;
  }
  .top_menu_description_wrap::before {
    top: 15px;
    left: 15px;
  }
  .top_menu_img {
    width: 95%;
    height: 64vw;
  }
  .top_menu_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
/* -- top_recruit -- */
.top_recruit {
  background-color: #eee;
  background-image: url(/struct/wp-content/uploads/top_rexruit_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top_recruit_content {
  background-color: rgba(0, 64, 106, 0.8);
  padding: 5%;
  color: #fff;
}

.top_recruit h1 {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .top_recruit_content {
    padding: 6%;
  }
}
/* -- トップ　投稿 -- */
#front_bottom_content {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 10rem;
  padding: 0;
}

#front_bottom_content h1 {
  margin-top: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #front_bottom_content {
    margin: 0 auto 5rem;
  }
}
/* ----------------------
アイキャッチ
---------------------- */
#h1Header #thumb {
  position: relative;
  height: auto;
  height: min(calc(300px + (1vw - 19.2px) * 10.356), 300px);
  /* -- 1920 300px 375 140px -- */
}

#h1Header #thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 64, 106, 0.25);
  z-index: 2;
}

#h1Header #thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 65% center;
  object-position: 65% center;
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  aspect-ratio: auto;
  z-index: 1;
}

header#h1Header h1.title {
  padding: 3% 5%;
  font-family: "Ubuntu", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(calc(75px + (1vw - 19.2px) * 2.7832), 75px);
  /* -- 1920 75px 375 32px -- */
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.1em;
  line-height: 1.3;
  word-break: break-all;
  z-index: 5;
}

/* ----------------------
下層　事業内容
---------------------- */
.post .step_list {
  margin: 0;
  padding: 0;
}

.post .step_box {
  display: flex;
  list-style: none;
  padding: 4rem 0;
}

.post .step_box+.step_box {
  border-top: 1px dashed #bbb;
}

.post .step_num {
  flex-shrink: 0;
  position: relative;
  margin: 0 4% 0 0;
  padding: 0;
  color: #00406A;
  font-family: "Ubuntu", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(calc(40px + (1vw - 19.2px) * 0.8681), 40px);
  /* -- 1920 40px 768 30px -- */
  text-align: center;
  line-height: 1;
}

.post .step_num .big {
  display: block;
  margin-top: 6px;
  font-size: min(calc(80px + (1vw - 19.2px) * 1.7361), 80px);
  /* -- 1920 80px 768 60px -- */
}

.post .step_num::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #00406A;
  left: 50%;
  top: min(calc(150px + (1vw - 19.2px) * 3.2986), 150px);
  /* -- 1920 150px 768 112px -- */
  bottom: 0;
  width: 1px;
}

.post .step_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d5e1e8;
  margin: min(calc(6rem + (1vw - 19.2px) * 1.6181), 6rem) 0 min(calc(4rem + (1vw - 19.2px) * 0.9709), 4rem);
  /* -- 1920 6rem 4rem 375 3.6rem 2.5rem -- */
  padding: 0.25em 0.5em 0.2em;
  font-weight: 700;
  font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.6472), 2.8rem);
}

.post .step_ttl::before,
.post .step_ttl::after {
  content: none;
}

.step_description .blockBtn {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .post .step_box {
    flex-direction: column;
    padding: 2.5rem 0;
  }
  .post .step_box:first-child {
    padding-top: 0;
  }
  .post .step_num {
    display: flex;
    align-items: center;
    margin: 0 0 1.5rem;
    text-align: left;
  }
  .post .step_num .big {
    display: initial;
    margin: 0 0 0 6px;
    transform: translateY(-0.04em);
  }
  .post .step_num::after {
    align-self: center;
    position: static;
    margin-left: 15px;
    width: 100px;
    height: 1px;
  }
}
/* ----------------------
下層　会社概要
---------------------- */
.about .map {
  height: 500px;
}

.about .map iframe {
  width: 100%;
  height: 100%;
}

.about_greeting_name {
  font-weight: 700;
}

/* -- エディター用 -- */
#editor-style .about .map span {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .about .map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .about .map {
    height: 240px;
  }
}
/* ----------------------
下層　採用情報
---------------------- */
.contact_tel_area {
  text-align: center;
}

.contact_tel_area>p {
  padding: 0;
}

.post .contact_tel_time {
  margin-bottom: 0.5em;
  font-weight: 700;
}

.post .contact_tel_num {
  font-weight: 700;
  font-size: min(calc(4.4rem + (1vw - 19.2px) * 1.165), 4.4rem);
  line-height: 1.4;
}

.post .contact_tel_num a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.post .contact_tel_num a::before {
  font-family: FontAwesome;
  content: "\f095";
  margin-right: 12px;
  color: #007ed0;
  transition: color 0.3s;
}

.post .contact_tel_num a:hover::before {
  color: #A4B5BF;
}

/* ----------------------
下層　お問い合わせ
---------------------- */
.wpcf7-form {
  padding: 0;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

div.wpcf7 .ajax-loader {
  display: block;
  margin: 8px auto 0;
}

#contact .sendBtn {
  position: relative;
  background: none;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 5;
}

#contact .sendBtn input[type=submit] {
  background: #00406A;
  border: none;
  border-radius: 0;
  max-width: 80%;
  width: 190px;
  padding: 1.3em 1em;
  color: #fff;
  font-family: inherit;
  font-size: min(1.8rem + (1vw - 19.2px) * 0.1294, 1.8rem);
  /* -- 1920 1.8rem 375 1.6rem -- */
  letter-spacing: 0.14em;
  line-height: 1;
  transition: background 0.3s, opacity 0.3s;
}

#contact .sendBtn input[type=submit]:hover {
  opacity: 0.6;
}

#contact .sendBtn input[type=submit][disabled] {
  background: #aaa;
  color: #fff !important;
  opacity: 1 !important;
}

#contact input[type=file] {
  max-width: 400px;
  width: 100%;
  margin: 4px 0;
}

@media screen and (max-width: 768px) {
  #contact .sendBtn input[type=submit] {
    width: 170px;
  }
}
@media screen and (max-width: 640px) {
  .wpcf7-form .wpcf7-date {
    width: 100% !important;
  }
}
/* ----------------------
下層　プライバシーポリシー
---------------------- */
#privacy h2 {
  background: none;
  border: none;
  margin: min(4rem + (1vw - 19.2px) * 1.2945, 4rem) 0 min(2rem + (1vw - 19.2px) * 0.6472, 20px);
  /* -- 1920 4rem 2rem 375 2rem 1rem -- */
  padding: 0.2em 0.5em 0.1em;
  padding: 0 0 0.25em;
  color: inherit;
  font-weight: 700;
  font-size: min(2.4rem + (1vw - 19.2px) * 0.3883, 2.4rem);
  /* -- 1920 2.4rem 375 1.8rem -- */
  line-height: 1.65;
  text-align: left;
}

#privacy h2::before,
#privacy h2::after {
  content: none;
}

#privacy h3 {
  background: none;
  background-color: #d5e1e8;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: min(3rem + (1vw - 19.2px) * 0.9709, 3rem) 0 min(2rem + (1vw - 19.2px) * 0.3236, 2rem);
  /* -- 1920 3rem 2rem 375 1.5rem 1.5rem -- */
  padding: 0.2em 0.5em;
  color: #00406A;
  font-weight: 700;
  font-size: min(2rem + (1vw - 19.2px) * 0.2589, 2rem);
  /* -- 1920 2rem 375 1.6rem -- */
  line-height: 1.5;
}

#privacy h3::before,
#privacy h3::after {
  content: none;
}

/* ----------------------
下層　サイトマップ
---------------------- */
.post ul#sitemap_list .en,
.post ul.sitemap_list .en {
  display: none;
}

.post ul#sitemap_list li,
.post ul.sitemap_list li {
  margin: 0 0 0.75em;
  padding: 0;
  font-weight: 700;
  font-size: min(1.8rem + (1vw - 19.2px) * 0.1942, 1.8rem);
  /* -- 1920 1.8rem 375 1.5rem -- */
  line-height: 1.65;
}

.post ul#sitemap_list ul,
.post ul.sitemap_list ul {
  margin: 1em 0 0 1em;
}

/* ----------------------
パンくず
---------------------- */
#breadcrumb {
  padding: 18px 30px;
}

#breadcrumb .en,
#breadcrumb b {
  display: none;
}

#breadcrumb br {
  display: none;
}

#breadcrumb ul {
  max-width: none;
  width: 100%;
  padding: 0;
}

#breadcrumb ul li {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: normal;
}

#breadcrumb ul li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1023px) {
  #breadcrumb {
    padding: 14px 5%;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    padding: 10px 5%;
  }
  #breadcrumb ul li {
    font-size: 1rem;
  }
}
/* ----------------------
投稿
---------------------- */
.listTitle .frontlist a {
  background: none;
  color: inherit;
  transition: color 0.5s;
}

.postlist a {
  transition: 0.3s opacity;
}

.postlist a:hover {
  color: inherit;
  opacity: 0.6;
}

ul.post,
.post2b,
.post4b,
.postlist {
  margin: 0 auto;
  padding: 0;
  font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
  /* -- 1920 1.6rem 375 1.4rem-- */
}

ul.post li,
.post2b li,
.post4b li,
.postlist li {
  font-size: inherit;
}

.ul.post .time,
.post2b .time,
.post4b .time,
.postlist .time {
  font-size: 100%;
}

.postlist .ttls,
.postlist .date {
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  ul.post,
  .post2b,
  .post4b,
  .postlist {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
/* -- postlist -- */
.postlist {
  background: none;
  border: none;
  margin: 0;
}

.postlist li {
  border-bottom: 1px dashed #bbb;
  line-height: 1.6;
  margin: 0;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .postlist li {
    padding: 10px;
  }
}
/* -- post_text -- */
.postlist .post_text {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.post .post_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}

.post4b_text,
.post2b_text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .postlist .post_text {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 799px) {
  .post4b_text70,
  .post2b_text70 {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #content ul.post .post_text {
    width: 100%;
  }
  #content .post4b_text70,
  #content .post2b_text70 {
    width: 100%;
  }
}
/* -- cat-loop bottom-loop -- */
h2.top-loop,
h2.bottom-loop,
h2.cat-loop {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  font-weight: 700;
  font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1294), 1.8rem);
  /* -- 1920 1.8rem 375 1.6rem -- */
  text-overflow: clip;
  line-height: 1.5625;
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

h2.top-loop a,
h2.bottom-loop a,
h2.cat-loop a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  letter-spacing: inherit;
  line-height: inherit;
  transition: opacity 0.3s;
}

h2.top-loop a:hover,
h2.bottom-loop a:hover,
h2.cat-loop a:hover {
  opacity: 0.6;
}

/* -- time -- */
ul.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  max-width: 100%;
  background: none;
  border-radius: 0;
  margin: 0 0 1.4rem;
  padding: 0;
  color: inherit;
  font-weight: 700;
  font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1942), 1.4rem);
  /* -- 1920 1.4rem 375 1.1rem-- */
  text-transform: uppercase;
  line-height: 1.5;
}

ul.post .time {
  display: inline-block;
}

.postlist .time {
  background: none;
  margin: 5px 25px 5px 0;
  padding: 0;
  white-space: nowrap;
  transform: translateY(1px);
  order: 1;
}

ul.post .time a,
.post2b .time a,
.post4b .time a {
  display: inline-block;
  background-color: #d5e1e8;
  padding: 5px 12px;
  color: #00406A !important;
  text-decoration: none !important;
  transition: opacity 0.3s;
}

ul.post .time a:hover,
.post2b .time a:hover,
.post4b .time a:hover {
  opacity: 0.6;
}

.postlist .time a {
  display: inline-block;
  background-color: #d5e1e8;
  padding: 5px 12px;
  font-weight: 700;
  color: #00406A !important;
  text-decoration: none !important;
}

@media screen and (max-width: 799px) {
  .post2b .time,
  .post4b .time {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post .time,
  .postlist .time,
  .post2b .time,
  .post4b .time {
    margin: 0 0 1rem;
  }
  .postlist .time {
    margin: 5px 8px 5px 0;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  ul.post .time {
    margin: 0 0 1.2rem;
  }
  .post2b .time,
  .post4b .time {
    margin-bottom: 0.8rem;
  }
  ul.post .time a,
  .post2b .time a,
  .post4b .time a {
    padding: 3px 4px 1px;
  }
}
/* -- cat -- */
ul.post .cat {
  margin: 0 0 0 5px;
}

.post2b .cat,
.post4b .cat {
  display: inline-block;
  margin: 5px 4px;
}

.post2b .cat:first-of-type,
.post4b .cat:first-of-type {
  margin-left: 12px;
}

p.time .cat:before {
  display: none;
}

@media screen and (max-width: 640px) {
  .post2b .cat:first-of-type,
  .post4b .cat:first-of-type {
    margin-left: 6px;
  }
}
/* -- .post_link -- */
.post_link,
.post2b_link,
.post4b_link {
  float: none;
  clear: none;
  margin: auto 0 0 auto;
  font-size: 100%;
}

.post2b_link,
.post4b_link {
  font-size: min(calc(1.5rem + (1vw - 19.2px) * 0.1294), 1.5rem);
  /* -- 1920 1.5rem 375 1.3rem -- */
}

.post_link a,
.post2b_link a,
.post4b_link a {
  transition: color 0.3s;
}

/* -- postlistのみ -- */
/* -- date -- */
.postlist .date {
  margin: 0 30px 0 0;
  padding: 0;
  order: 2;
}

@media screen and (max-width: 767px) {
  .postlist .date {
    margin: 0 10px 0 0;
  }
}
/* -- ttl -- */
.postlist .ttls {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  order: 3;
}

.postlist .ttls a {
  color: inherit;
  text-decoration: none !important;
}

@media screen and (max-width: 1023px) {
  .postlist .ttls {
    display: block;
    width: 100%;
    margin: 0.5rem 0 0 !important;
  }
}
/* -- postlistのみ 終わり -- */
/* -- post_img -- */
ul.post .post_img {
  position: relative;
  height: 0;
  min-height: 0%;
  padding-top: 22.0171%;
  overflow: hidden;
  z-index: 1;
}

ul.post .post_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.post4b .post4b_img,
.post2b .post2b_img {
  position: relative;
  border: 1px solid #dedede;
  max-width: none;
  height: 0;
  min-height: 0%;
  margin-bottom: 2rem;
  padding-top: 65.3846%;
  overflow: hidden;
  z-index: 1;
}

.post4b .post4b_img img,
.post2b .post2b_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none !important;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.4s, opacity 0.4s;
}

.post4b .post4b_img a:hover img,
.post2b .post2b_img a:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

@media screen and (max-width: 799px) {
  .post4b .post4b_img,
  .post2b .post2b_img {
    position: relative;
    max-width: none;
    width: 100%;
    height: 0;
    min-height: 0%;
    margin-bottom: 2rem;
    padding-top: 65.3846%;
    overflow: hidden;
    z-index: 1;
  }
  .post4b .post4b_img img,
  .post2b .post2b_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (max-width: 640px) {
  #content ul.post .post_img,
  #content .post4b_img,
  #content .post2b_img {
    max-width: none;
    float: none;
    width: 100%;
    min-height: 0%;
    margin: 0 auto 1.5rem;
    padding-top: 65.3846%;
  }
  #content ul.post .post_img img,
  #content .post4b_img img,
  #content .post2b_img img {
    max-width: none;
    width: 100%;
  }
}
/* -- post_contents -- */
li .post_contents {
  max-width: 100%;
  margin: 0 0 2.5rem;
  padding: 0;
}

li .post4b_contents,
li .post2b_contents {
  max-width: 100%;
  margin-bottom: 1.5em;
  font-size: min(calc(1.5rem + (1vw - 19.2px) * 0.1294), 1.5rem);
  /* -- 1920 1.5rem 375 1.3rem -- */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 640px) {
  li .post_contents {
    margin: 0 0 2rem;
  }
  li .post4b_contents,
  li .post2b_contents {
    margin-bottom: 2rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
/* -- ul.post -- */
ul.post li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}

ul.post li.clearfix:after {
  content: none;
}

@media screen and (max-width: 640px) {
  ul.post li {
    flex-direction: column;
    margin-bottom: 8%;
  }
}
/* -- 2b -- */
.post2b {
  display: flex;
  flex-wrap: wrap;
}

.post2b li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed #bbb !important;
  margin: 0 0 4% 4%;
  padding: 0 0 1em;
  line-height: inherit;
  width: 48%;
}

.post2b li:nth-child(2n+1) {
  margin-left: 0;
}

.post2b li.clearfix:after {
  content: none;
}

@media screen and (max-width: 799px) {
  .post2b li {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .post2b li {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 8%;
  }
}
/* -- 4b -- */
.post4b {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.post4b li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dashed #bbb !important;
  margin: 0 0 0 2%;
  padding: 0 0 1em;
  line-height: inherit;
  width: 23.5%;
}

.post4b li:nth-child(4n+1) {
  margin-left: 0;
}

.post4b li:nth-child(n+5) {
  margin-top: 5%;
}

.post4b li.clearfix:after {
  content: none;
}

@media screen and (max-width: 959px) {
  .post4b li {
    width: 48%;
    margin: 0 0 0 4%;
  }
  .post4b li:nth-child(4n+1) {
    margin-left: 4%;
  }
  .post4b li:nth-child(2n+1) {
    margin-left: 0;
  }
  .post4b li:nth-child(n+3) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 799px) {
  .post4b li {
    width: 48%;
    margin: 0 0 0 4%;
  }
  .post4b li:nth-child(4n+1) {
    margin-left: 4%;
  }
  .post4b li:nth-child(2n+1) {
    margin-left: 0;
  }
  .post4b li:nth-child(n+3) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 640px) {
  .post4b li {
    width: 48%;
    margin: 0 0 0 4%;
  }
  .post4b li:nth-child(4n+1) {
    margin-left: 4%;
  }
  .post4b li:nth-child(2n+1) {
    margin-left: 0;
  }
  .post4b li:nth-child(n+3) {
    margin-top: 5%;
  }
}
/* -- pagenav dateLabel -- */
.pagenav {
  margin: 8rem 0 0;
}

.pagenav a {
  transition: opacity 0.5s;
}

.pagenav a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pagenav {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .mobile #header .logo .spmenu {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .spmenu {
    display: none;
  }
}
/* ----------------------
header
---------------------- */
/* -- PC・SP共通 -- */
.bg .inner {
  width: auto;
}

#header {
  z-index: 9999;
  overflow: visible;
}

/* -- PC・SP共通 キャッチフレーズ -- */
#header .bg,
.bg {
  background: none;
  margin: 0 auto;
}

#header .inner {
  z-index: 9999;
}

nav#mainNav ul li a {
  transition: none;
}

@media screen and (min-width: 1024px) {
  /* -- ヘッダー -- */
  #header {
    width: 100%;
    margin: auto;
  }
  #header .inner,
  #header-layout,
  #header .logo,
  #header .sticky-logo,
  #header .logo a,
  #header .header__nav-contact,
  nav#mainNav,
  #mainNav .inner,
  nav div.panel,
  nav#mainNav ul,
  nav#mainNav ul li,
  nav#mainNav ul li a,
  #header ul.header__contact,
  #header ul.header__contact li,
  #header ul.header__contact li a {
    height: 100%;
    float: none;
  }
  #header .inner {
    width: 100%;
  }
  #header-layout {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 20px;
  }
  /* -- ロゴ -- */
  #header .logo {
    align-self: center;
    display: block;
    width: 142px;
    height: 76px;
    padding: 0;
  }
  #header .logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: opacity 0.3s;
  }
  #header .logo a:hover {
    opacity: 0.6;
  }
  #header .logo img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  /* -- グローバルナビ -- */
  nav#mainNav {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    box-shadow: none;
  }
  .mobile nav#mainNav {
    height: auto;
  }
  #header .header__nav-contact {
    height: auto;
  }
  nav#mainNav ul,
  #header .header__nav-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  body:not(.mobile) #mainNav ul li.sp-nav {
    display: none;
  }
  nav#mainNav ul:not(.sub-menu)>li+li {
    margin-left: min(2vw, 30px);
  }
  nav#mainNav ul li a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    font-weight: 700;
    font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3348), 1.8rem);
    /* -- 1920 1.8rem 1024 1.5rem -- */
    padding: 15px !important;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  nav#mainNav ul:not(.sub-menu)>li>a {
    padding: 10px !important;
  }
  nav#mainNav ul li.current-menu-item a::before,
  nav#mainNav ul li a:hover::before {
    content: none;
  }
  nav#mainNav ul li:hover ul.sub-menu a {
    display: block;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.2232), 1.6rem);
    /* -- 1920 1.6rem 1024 1.4rem -- */
    text-align: center;
  }
  nav#mainNav ul li a b {
    font-family: "Ubuntu", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: inherit;
    line-height: 1.5;
    transform: rotate(0.03deg);
  }
  nav#mainNav ul li a span {
    display: block;
    position: relative;
    width: 100%;
    margin: 8px 0 0;
    color: inherit;
    font-weight: 500;
    font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1116), 1.4rem);
    /* -- 1920 1.4rem 1024 1.3rem -- */
  }
  nav#mainNav ul li a span::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    background-color: #d5e1e8;
    width: 100%;
    height: 2px;
    transform: translateX(-50%) scale(0, 1);
    transition: transform 0.3s;
  }
  nav#mainNav ul li a:hover span::before {
    transform: translateX(-50%) scale(1, 1);
  }
  nav#mainNav ul ul.sub-menu {
    width: 200px;
    height: auto;
  }
  nav#mainNav div.panel>ul>li>ul.sub-menu {
    top: 100%;
    left: 50%;
    padding-top: 12px;
    transform: translateX(-50%);
  }
  nav#mainNav ul li li a,
  nav#mainNav ul li.current-menu-item li a {
    background-color: #d5e1e8;
  }
  /* -- スティッキーヘッダー -- */
  .sticky-header .site-header {
    z-index: 9999;
  }
  .sticky-header #header>.inner {
    height: auto;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .sticky-header #header-layout {
    padding: 8px 20px;
  }
  .sticky-header #header .logo {
    width: 113.6px;
    height: 60.8px;
  }
  .sticky-header nav#mainNav {
    background: none;
    margin: 0;
    padding-bottom: 8px;
  }
  .sticky-header nav#mainNav ul li {
    margin-top: 0;
  }
}
/* -- レスポンシブ -- */
@media screen and (max-width: 1023px) {
  #header-upper .header__socialicon,
  #header .sticky-logo,
  #header ul.header__contact {
    display: none;
  }
  #header h1,
  #header .description,
  #header-upper h1,
  #header-upper .description {
    display: block;
    float: none;
    text-align: center;
    padding: 20px 0 10px;
  }
  #header .inner {
    width: 100%;
  }
  #header-layout {
    padding: 0;
  }
  #header .logo {
    display: block;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
  }
  .mobile #header .logo {
    padding: 0;
  }
  #header .logo img {
    max-width: 120px;
    max-height: 100%;
  }
  .mobile #header .logo {
    max-width: 100%;
  }
  body.mobile #header .logo .mark {
    padding: 10px 0 10px 10px;
    text-align: left;
  }
  nav#mainNav ul li a,
  nav#mainNav ul li li a,
  nav#mainNav ul li.current-menu-item li a {
    background-color: #d5e1e8;
  }
  /* -- レスポンシブ__スティッキーヘッダー -- */
  .mobile #header {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
}
/*------------------------------------------
Footer
--------------------------------------------*/
/* -- reset -- */
#footer {
  padding: 0;
}

#footer ul {
  padding: 0;
  font-size: 100%;
}

#footer ul li {
  margin: 0;
  padding: 0;
}

#footer ul li::before {
  content: none;
}

#footer ul li:last-child::before {
  content: none;
}

#footer a {
  transition: opacty 0.3s;
}

#footer a:hover {
  color: inherit;
  opacity: 0.6;
}

/* -- reset終わり -- */
#footer {
  position: relative;
  background-color: #d5e1e8;
  z-index: 1;
}

#footer .footer_inner {
  padding: min(calc(4rem + (1vw - 19.2px) * 0.9709), 4rem) 0 1rem;
  /* -- 1920 4rem 375 2.5rem -- */
}

#footer .footer_logo {
  max-width: 142px;
  width: 60%;
  margin: 0 auto min(calc(3.5rem + (1vw - 19.2px) * 0.9709), 3.5rem);
  /* -- 1920 3.5rem 375 2rem -- */
}

#footer .footer_add {
  margin: 0 auto 1rem;
  font-size: min(calc(1.5rem + (1vw - 19.2px) * 0.1294), 1.5rem);
  /* -- 1920 1.5rem 375 1.3rem -- */
  text-align: center;
}

#footer .footer_add p {
  padding: 0;
}

#footer .footer_add p+p {
  margin-top: 0.25em;
}

#footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

#footer ul li {
  position: relative;
  padding: 10px;
  font-size: 1.4rem;
}

#footer .footnav ul li+li::before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  background: #00406A;
  width: 1px;
  height: 1.54rem;
  transform: translateY(-50%);
}

#footer ul li a {
  display: block;
  padding: 5px;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.3s;
}

#footer ul li a:hover {
  color: #00406A;
  text-decoration: none;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  #footer .footer_logo {
    max-width: 120px;
  }
  #footer ul li {
    padding: 5px;
    font-size: 1.3rem;
  }
  #footer ul .footnav li+li::before {
    height: 1.43rem;
  }
}
