@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/* Scss Document */
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.f_en, .title .en {
  font-family: "roboto", sans-serif;
}

.text {
  line-height: 2;
  letter-spacing: 0.075em;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

/*
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

@media (max-width: 1199.9px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 749.9px) {
  html {
    font-size: 4.2666666667vw;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  position: relative;
  color: #333333;
  background: #ffffff;
  font-size: max(0.9375rem, 12px);
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 749.9px) {
  body {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.en {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.disnone {
  display: none;
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:hover {
  opacity: 0.7;
}

button {
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: top;
}

p {
  margin: 0;
}
i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 500;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.slick-slide:focus {
  outline: none;
}

picture {
  display: block;
}

a .img_wrap,
.img_wrap a {
  width: 100%;
  overflow: hidden;
  position: relative;
}
a .img_wrap img,
.img_wrap a img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

a:hover .img_wrap img,
.img_wrap a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.bg_wrap {
  background: #eaefeb;
}
.bg_wrap .home_title {
  text-align: center;
}

.bg02_wrap {
  background: #a9c6b6;
}
.bg02_wrap .home_title {
  color: #ffffff;
  text-align: center;
}

.more_btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more_btn01 span {
  letter-spacing: 0.15em;
  font-size: 1.25rem;
  margin-right: 1.5em;
  color: #575757;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover .more_btn01 span, .more_btn01:hover span {
  color: #88ad97;
}
.more_btn01::after {
  content: "";
  width: 4.125rem;
  height: 4.125rem;
  display: block;
  background: url("../img/common/i_more.webp") center center no-repeat;
  background-size: contain;
}
.more_btn01.size_s span {
  font-size: 0.9375rem;
  margin-right: 1.8666666667em;
}
.more_btn01.size_s::after {
  width: 3.125rem;
  height: 3.125rem;
}

@media (max-width: 749.9px) {
  .more_btn01 span {
    font-size: 1.5rem;
    margin-right: 0.8125rem;
  }
  .more_btn01::after {
    width: 5.5rem;
    height: 5.5rem;
  }
  .more_btn01.size_s span {
    font-size: 1.5rem;
    margin-right: 0.8125rem;
  }
  .more_btn01.size_s::after {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.more_btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 3.75rem;
  background: #e7efea;
  border: 1px solid #88ad97;
  width: 8.75rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 0.875rem 0.4375rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.more_btn02 span {
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  color: #575757;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover .more_btn02, .more_btn02:hover {
  background: #ffffff;
}
.more_btn02::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../img/common/i_more02.webp") center center no-repeat;
  background-size: contain;
}
.more_btn02.size_s span {
  font-size: 0.9375rem;
  margin-right: 1.8666666667em;
}
.more_btn02.size_s::after {
  width: 3.125rem;
  height: 3.125rem;
}

@media (max-width: 749.9px) {
  .more_btn02 {
    border-radius: 3.75rem;
    width: 17.5rem;
    height: 5rem;
    padding-inline: 1.755rem 0.975rem;
  }
  .more_btn02 span {
    font-size: 1.755rem;
  }
  .more_btn02::after {
    width: 3.0225rem;
    height: 3.0225rem;
  }
  .more_btn02.size_s span {
    font-size: 0.9375rem;
    margin-right: 1.8666666667em;
  }
  .more_btn02.size_s::after {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.list_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_3 > *, .list_3::after {
  width: calc(33.3333333333% - 1.25rem);
}
.list_3::after {
  content: "";
  height: 0;
  display: block;
}

.card_list_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card_list_3.magazine_list {
  margin-bottom: -3.125rem;
}
.card_list_3.magazine_list li {
  margin-bottom: 3.125rem;
}
.card_list_3.magazine_list figure img {
  aspect-ratio: 320/214;
}
.card_list_3.products_list {
  margin-bottom: -2.75rem;
}
.card_list_3.products_list li {
  margin-bottom: 2.75rem;
}
.card_list_3.products_list figure img {
  aspect-ratio: 1/1;
}
.card_list_3.products_care_list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: -0.9375rem;
  margin-bottom: -5rem;
}
.card_list_3.products_care_list li {
  margin-bottom: 5rem;
}
.card_list_3.products_care_list > *, .card_list_3.products_care_list::after {
  width: 33.3333333333%;
  padding-inline: 0.9375rem;
}
.card_list_3.products_care_list::after {
  display: none;
}
.card_list_3 > *, .card_list_3::after {
  width: calc(33.3333333333% - 2.5rem);
}
.card_list_3::after {
  content: "";
  height: 0;
  display: block;
}
.card_list_3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card_list_3 a > * {
  width: 100%;
}
.card_list_3 a figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1.5625rem;
}
.card_list_3 p {
  line-height: 1.6666666667;
}
.card_list_3 .product-title {
  margin-top: -0.375rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.card_list_3 .product-price {
  margin-top: 0.625rem;
}
.card_list_3 .text_wrap {
  margin-top: -0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_list_3 .magazine-title {
  margin-top: 0.9375rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.card_list_3 .magazine-date {
  margin-right: 1.5625rem;
}
.card_list_3 .magazine-cat {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.card_list_3 .magazine-cat span {
  padding: 0.4375rem 1.25rem;
  line-height: 1;
  color: #ffffff;
  background: #88ad97;
  border-radius: 1.25rem;
  display: inline-block;
}

@media (max-width: 749.9px) {
  .card_list_3.magazine_list {
    margin-bottom: -3.125rem;
  }
  .card_list_3.magazine_list li {
    margin-bottom: 3.125rem;
  }
  .card_list_3.magazine_list figure img {
    aspect-ratio: 320/214;
  }
  body:not(.home) .card_list_3.magazine_list {
    display: block;
    margin-bottom: -5rem;
  }
  body:not(.home) .card_list_3.magazine_list li {
    width: 100%;
    margin-bottom: 5rem;
  }
  body:not(.home) .card_list_3.magazine_list .magazine-cat {
    font-size: 1.5rem;
  }
  body:not(.home) .card_list_3.magazine_list .magazine-cat span {
    text-align: center;
    padding-inline: 0.625rem;
    min-width: 10.625rem;
    height: 2.8125rem;
  }
  body:not(.home) .card_list_3.magazine_list figure img {
    aspect-ratio: 320/214;
  }
  .card_list_3.products_list {
    margin-bottom: -2.75rem;
  }
  .card_list_3.products_list li {
    margin-bottom: 2.75rem;
  }
  .card_list_3.products_list figure img {
    aspect-ratio: 1/1;
  }
  .products_contents .card_list_3.products_list li {
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 1.5rem;
  }
  .products_contents .card_list_3.products_list li a {
    padding: 0.625rem 0.5rem 2rem 15.625rem;
    height: auto;
    position: relative;
    min-height: 13.125rem;
    text-align: left;
    display: block;
  }
  .products_contents .card_list_3.products_list li .img_wrap {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .products_contents .card_list_3.products_list li .img_wrap img {
    width: 13.125rem;
    height: 13.125rem;
  }
  .products_contents .card_list_3.products_list li .product-title {
    font-size: 1.875rem;
    line-height: 1.4285714286;
    margin-inline: -0.5625rem;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  .card_list_3.products_care_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-inline: -0.9375rem;
    margin-bottom: -5rem;
  }
  .card_list_3.products_care_list li {
    margin-bottom: 5rem;
  }
  .card_list_3.products_care_list > *, .card_list_3.products_care_list::after {
    width: 33.3333333333%;
    padding-inline: 0.9375rem;
  }
  .card_list_3.products_care_list::after {
    display: none;
  }
  .card_list_3 > *, .card_list_3::after {
    width: calc(33.3333333333% - 2.5rem);
  }
  .card_list_3::after {
    content: "";
    height: 0;
    display: block;
  }
  .card_list_3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card_list_3 a > * {
    width: 100%;
  }
  .card_list_3 a figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 1.5625rem;
  }
  .card_list_3 p {
    line-height: 1.6666666667;
  }
  .card_list_3 .product-title {
    margin-top: -0.375rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .card_list_3 .product-price {
    margin-top: 0.625rem;
  }
  .card_list_3 .text_wrap {
    margin-top: -0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card_list_3 .magazine-title {
    margin-top: 0.9375rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card_list_3 .magazine-date {
    margin-right: 1.5625rem;
  }
  .card_list_3 .magazine-cat {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .card_list_3 .magazine-cat span {
    padding: 0.4375rem 1.25rem;
    line-height: 1;
    color: #ffffff;
    background: #88ad97;
    border-radius: 1.25rem;
    display: inline-block;
  }
}
.dot_list li, .diary_content .wp-block-list li {
  position: relative;
  padding-left: calc(0.5rem + 0.4em);
}
.dot_list li::before, .diary_content .wp-block-list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #88ad97;
}

@media (max-width: 749.9px) {
  .dot_list li, .diary_content .wp-block-list li {
    padding-left: calc(1.125rem + 0.4em);
  }
  .dot_list li::before, .diary_content .wp-block-list li::before {
    top: 1.25rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0.625rem;
  }
}
.contents {
  width: 100%;
  overflow: hidden;
}

/*before after*/
.u-ba {
  content: "";
  display: block;
  position: absolute;
}

/* dis */
@media (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 749.9px) {
  .pc {
    display: none !important;
  }
}
.topic_path {
  padding: 0.3125rem 1.25rem;
  background: #eeeeee;
  overflow: auto;
}
.topic_path_list {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.topic_path_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(0.8125rem, 11px);
}
.topic_path_list li a {
  color: #006EB3;
}
.topic_path_list li br {
  display: none !important;
}
.topic_path_list li::before {
  content: "";
  width: 0.5em;
  height: 1em;
  margin-right: 0.5em;
  margin-left: 0.5em;
  background: url("../img/common/i_arw_b.svg") 0 center no-repeat;
  background-size: contain;
}
.topic_path_list li:first-child::before {
  width: 1em;
  background-image: url("../img/common/i_home.svg");
}

@media (max-width: 749.9px) {
  .topic_path {
    padding: 0.625rem 0.625rem;
  }
  .topic_path_list li {
    font-size: max(0.75rem, 10px);
  }
  .topic_path_list li::before {
    position: relative;
    top: 0.04em;
  }
  .topic_path_list li:first-child::before {
    width: 1em;
    background-image: url("../img/common/i_home.svg");
  }
}
.contents_wrap {
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.contents_wrap .main_column {
  width: 100%;
  max-width: calc(100% - 14rem - 3.5rem);
  margin-left: 0;
  padding: 0 0.9375rem 0 0.9375rem;
}
.contents_wrap .main_column a {
  color: #016DB2;
  text-decoration: underline;
}
.contents_wrap .main_column h2.wp-block-heading {
  margin-inline: -0.9375rem;
}
.contents_wrap .main_column:only-child:not(.slim_column) {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.contents_wrap .main_column.slim_column {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.contents_wrap .side_column {
  width: 14rem;
  position: relative;
}
.contents_wrap .side_column_in {
  position: absolute;
  top: 0;
  right: 0;
  will-change: transform;
}

@media (max-width: 749.9px) {
  .contents_wrap {
    margin-top: 3.5rem;
  }
  .contents_wrap .main_column {
    max-width: 100%;
    padding: 0;
  }
  .contents_wrap .main_column h2.wp-block-heading {
    margin-inline: 0;
  }
}
.side_column .menu {
  margin-top: 0.625rem;
  display: block;
  margin-right: 0;
}
.side_column .menu > li {
  font-size: 1rem;
  line-height: 3.125;
}
.side_column .menu > li > a {
  color: #006EB3;
}
.side_column .menu > li + li {
  border-top: 1px solid rgba(0, 110, 179, 0.5);
}
.side_column .menu > li + li::before {
  display: none;
}
.side_column .menu > li ul {
  font-size: 0.875rem;
  padding-bottom: 1em;
}
.side_column .menu > li ul > li {
  line-height: 2.5;
  padding-inline: 1.2857142857em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_column .menu > li ul > li::before {
  content: "";
  width: 0.875rem;
  height: 2px;
  margin-right: 0.8em;
  background: #006eb3;
}
.side_column .menu > li ul > li a {
  padding: 0;
}
.side_column .menu > li a {
  display: block;
  -webkit-transition: opacity 0.3s 0s linear;
  transition: opacity 0.3s 0s linear;
}

.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 749.9px) {
  .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
    width: 100%;
    min-height: 12.5rem !important;
  }
  .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    padding-inline: 0;
  }
}

dl.wp-block-description-list-block-description-list.is-style-grid.company_dl, dl.wp-block-description-list-block-description-list.is-style-grid.recruit_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1px;
  margin-bottom: -1em;
}
dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dt, dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dd, dl.wp-block-description-list-block-description-list.is-style-grid.recruit_dl dt, dl.wp-block-description-list-block-description-list.is-style-grid.recruit_dl dd {
  line-height: 1.8;
  padding-inline: 1em;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em !important;
  border-bottom: 1px solid #05538E;
}
dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dt, dl.wp-block-description-list-block-description-list.is-style-grid.recruit_dl dt {
  width: 25%;
  color: #05538E;
  font-weight: bold;
}
dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dd, dl.wp-block-description-list-block-description-list.is-style-grid.recruit_dl dd {
  width: calc(75% - 1px);
  margin-left: 0;
  border-bottom-color: #bbb;
}
dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dd strong, dl.wp-block-description-list-block-description-list.is-style-grid.recruit_dl dd strong {
  margin-right: 1em;
  display: inline-block;
  font-weight: 600;
}
dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dd strong + br, dl.wp-block-description-list-block-description-list.is-style-grid.recruit_dl dd strong + br {
  display: none;
}

@media (max-width: 749.9px) {
  dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dt, dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dd {
    width: 100%;
    line-height: 1.8;
    padding-inline: 1em;
  }
  dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dt {
    padding-bottom: 0;
    border-bottom-color: transparent;
    margin-bottom: 0.2em !important;
  }
  dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dd {
    margin-left: 0;
    margin-right: 0;
    border-bottom-color: #05538E;
  }
  dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dd strong {
    margin-right: 1em;
    display: inline-block;
    font-weight: 600;
  }
  dl.wp-block-description-list-block-description-list.is-style-grid.company_dl dd strong + br {
    display: none;
  }
}
div[id*=machine] .machine_list_title {
  margin-top: 4.75rem !important;
  margin-bottom: 0;
}
div[id*=machine] .machine_list_title + figure {
  width: 7.5rem;
  margin: -7.5rem 1.5625rem 1.75rem auto;
  position: relative;
  z-index: 5;
}
div[id*=machine] .machine_list_title + figure img {
  width: 100%;
  height: 7.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  position: relative;
  bottom: -2.5rem;
}
div[id*=machine] figure {
  margin-top: 1.6666666667em;
}
div[id*=machine] .machine_list_table {
  letter-spacing: 0;
}
div[id*=machine] .machine_list_table_wrap {
  max-height: 26.75rem;
}
div[id*=machine] .machine_list_table_more {
  margin-top: -4.375rem;
  padding-top: 1.25rem;
  padding-bottom: 0;
  display: block;
  position: relative;
  z-index: 6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
div[id*=machine] .machine_list_table_more span {
  width: 12.75rem;
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #006EB3;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
div[id*=machine] .machine_list_table_more span:hover {
  opacity: 0.85;
}
div[id*=machine] .machine_list_table_more span::after {
  width: 0.875rem;
  height: 0.875rem;
  position: relative;
  top: 0.125rem;
  margin-left: 0.75em;
  background: url("../img/common/i_arw.svg") center center no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
div[id*=machine] .machine_list_table_more.open {
  opacity: 0;
  pointer-events: none;
}
div[id*=machine] .machine_list_table tr > *:nth-child(3):not(:last-child) {
  width: 20.666%;
}
div[id*=machine] .machine_list_table tr > *:nth-child(4) {
  width: 12.666%;
}

@media (max-width: 749.9px) {
  div[id*=machine]#machine01 .machine_list_title {
    margin-top: 1.875rem !important;
  }
  div[id*=machine] .machine_list_title {
    margin-top: 3.375rem !important;
  }
  div[id*=machine] .machine_list_title + figure {
    width: 5rem;
    margin: -5.25rem 0.625rem 1.125rem auto;
  }
  div[id*=machine] .machine_list_title + figure img {
    height: 5rem;
    bottom: -1.875rem;
  }
  div[id*=machine] .machine_list_table {
    overflow: auto;
  }
  div[id*=machine] .machine_list_table table {
    min-width: 31.4375rem;
    margin-right: 1.25rem;
    line-height: 1.5;
    font-size: 0.8125rem;
  }
  div[id*=machine] .machine_list_table_wrap {
    max-height: 15.25rem;
    margin-right: -1.25rem;
  }
  div[id*=machine] .machine_list_table_more {
    margin-top: -3.625rem;
    padding-top: 0.625rem;
  }
  div[id*=machine] .machine_list_table_more span {
    width: 12.75rem;
    height: 3rem;
  }
  div[id*=machine] .machine_list_table tr > *:nth-child(3):not(:last-child) {
    width: 20.666%;
  }
  div[id*=machine] .machine_list_table tr > *:nth-child(4) {
    width: 12.666%;
  }
}
.wp-block-buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: 2.5em;
}
.wp-block-buttons.machine_list_nav {
  margin-top: 3em;
}
.wp-block-buttons.machine_list_nav .wp-block-button {
  width: calc(25% - 0.421875rem);
}
.wp-block-buttons.machine_list_nav .wp-block-button a {
  background: #163C4E;
  padding: 0.5em 0;
  border-radius: 0 !important;
}
.wp-block-buttons .wp-block-button a {
  text-decoration: none;
  font-size: max(1rem, 12px);
  padding: 0.75em 1.5em;
  color: #ffffff;
  background: #006EB3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-buttons .wp-block-button a::after {
  width: 0.75em;
  height: 0.75em;
  position: relative;
  margin-left: 0.5em;
  background: url("../img/common/i_arw.svg") center center no-repeat;
  background-size: contain;
  content: "";
}
.wp-block-buttons .wp-block-button a[href$=".pdf"]::before {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  position: relative;
  background: url("../img/common/i_pdf.svg") center center no-repeat;
  background-size: contain;
  content: "";
}
.wp-block-buttons .wp-block-button.take1_btn, .wp-block-buttons .wp-block-button.atom_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5625rem;
  background: #f5f5f5;
}
.wp-block-buttons .wp-block-button.take1_btn::before, .wp-block-buttons .wp-block-button.atom_btn::before {
  width: 34%;
  height: 1rem;
  margin-right: 1em;
  background: url("../img/other/take_logo.jpg") center center no-repeat;
  background-size: contain;
  content: "";
  mix-blend-mode: darken;
}
.wp-block-buttons .wp-block-button.take1_btn a, .wp-block-buttons .wp-block-button.atom_btn a {
  max-width: 31.25rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.wp-block-buttons .wp-block-button.atom_btn::before {
  background-image: url("../img/other/atom_logo.jpg");
}
.wp-block-buttons .wp-block-button.btn_recruit {
  min-width: 50%;
  margin: 0 auto 2em !important;
}
.wp-block-buttons .wp-block-button.btn_recruit a {
  font-size: 1.25rem;
  padding: 1em;
  font-weight: 800;
}
.wp-block-buttons .wp-block-button.btn_recruit a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wp-block-buttons:not(.machine_list_nav) .wp-block-button a {
  min-width: 15rem;
}

@media (max-width: 749.9px) {
  .wp-block-buttons {
    margin-block: 2.5em;
  }
  .wp-block-buttons.machine_list_nav {
    margin-top: 2.5em;
  }
  .wp-block-buttons.machine_list_nav .wp-block-button {
    width: calc(50% - 0.25rem);
  }
  .wp-block-buttons.machine_list_nav .wp-block-button:last-child:nth-child(odd) {
    width: 100%;
  }
  .wp-block-buttons.machine_list_nav .wp-block-button a {
    font-size: 0.875rem;
    padding: 0.5em 1em;
  }
  .wp-block-buttons .wp-block-button a {
    font-size: max(1rem, 12px);
    padding: 0.75em 1.5em;
  }
  .wp-block-buttons .wp-block-button a::after {
    width: 0.75em;
    height: 0.75em;
    margin-left: 0.5em;
  }
  .wp-block-buttons .wp-block-button a[href$=".pdf"]::before {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
  }
  .wp-block-buttons .wp-block-button.take1_btn, .wp-block-buttons .wp-block-button.atom_btn {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: transparent;
  }
  .wp-block-buttons .wp-block-button.take1_btn::before, .wp-block-buttons .wp-block-button.atom_btn::before {
    height: 1rem;
    margin-bottom: 0.75em;
    margin-right: 0;
  }
  .wp-block-buttons .wp-block-button.take1_btn a, .wp-block-buttons .wp-block-button.atom_btn a {
    font-size: 0.875rem;
    letter-spacing: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .wp-block-buttons .wp-block-button.take1_btn a::after, .wp-block-buttons .wp-block-button.atom_btn a::after {
    display: none;
  }
  .wp-block-buttons .wp-block-button.take1_btn.tx_small a, .wp-block-buttons .wp-block-button.atom_btn.tx_small a {
    font-size: 0.8125rem;
  }
  .wp-block-buttons .wp-block-button.take1_btn:first-child, .wp-block-buttons .wp-block-button.atom_btn:first-child {
    margin-top: -0.5em !important;
  }
  .wp-block-buttons .wp-block-button.take1_btn:last-child, .wp-block-buttons .wp-block-button.atom_btn:last-child {
    margin-bottom: 1em !important;
  }
  .wp-block-buttons .wp-block-button.take1_btn + .wp-block-button, .wp-block-buttons .wp-block-button.atom_btn + .wp-block-button {
    margin-top: 0.5em;
  }
  .wp-block-buttons .wp-block-button.btn_recruit {
    min-width: 85%;
    margin: 0 auto 1em !important;
  }
  .wp-block-buttons .wp-block-button.btn_recruit a {
    font-size: 1rem;
  }
  .wp-block-buttons:not(.machine_list_nav) .wp-block-button a {
    min-width: 85%;
  }
}
.recruit_pr,
.recruit_pr_text {
  width: 100%;
}
.recruit_pr br,
.recruit_pr_text br {
  display: none;
}

.recruit_pr_text {
  font-weight: bold;
  margin-top: -0.875em;
  font-size: 1.125em;
}

.recruit_block + .recruit_block {
  margin-top: 3.75rem;
}
.recruit_block .recruit_in_block {
  position: relative;
}
.recruit_block .recruit_in_block .none_recruit {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102%;
  height: 102%;
  background: rgba(204, 204, 204, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
}
.recruit_block .recruit_in_block > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit_block .recruit_in_block .recruit_image {
  margin-top: 3em;
  width: 34%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.recruit_block .recruit_in_block .wp-block-description-list-block-description-list {
  margin-top: 3em;
  width: 66%;
  padding-right: 3.5rem;
}

@media (max-width: 749.9px) {
  .recruit_pr br,
  .recruit_pr_text br {
    display: block;
  }
  .recruit_pr_text {
    margin-top: -0.75em;
    line-height: 1.5;
  }
  .recruit_block .recruit_in_block .none_recruit {
    position: absolute;
    top: -1%;
    left: 0%;
    width: 100%;
    height: 102%;
    font-size: 1.5rem;
  }
  .recruit_block .recruit_in_block .recruit_image {
    margin-top: -0.5em;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .recruit_block .recruit_in_block .recruit_image img {
    width: 100%;
    height: 12.5rem;
    -o-object-position: center 28%;
       object-position: center 28%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recruit_block .recruit_in_block .recruit_pr_text + .recruit_image {
    margin-top: 1.5em;
  }
  .recruit_block .recruit_in_block .wp-block-description-list-block-description-list {
    margin-top: 1em;
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recruit_block .recruit_in_block .wp-block-description-list-block-description-list dt, .recruit_block .recruit_in_block .wp-block-description-list-block-description-list dd {
    font-size: 0.8125rem;
  }
  .recruit_block .recruit_in_block .wp-block-description-list-block-description-list dt {
    width: 5em !important;
  }
  .recruit_block .recruit_in_block .wp-block-description-list-block-description-list dd {
    width: calc(99.999% - 5em) !important;
  }
}
p.tel_wrap {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em !important;
  margin-bottom: 3em;
  padding: 1em 1em 0.75em;
  background: #ffffff;
  border: 1px solid #016DB2;
}
p.tel_wrap a {
  text-decoration: none !important;
}
@media (min-width: 750px) {
  p.tel_wrap a {
    text-decoration: none !important;
  }
  p.tel_wrap a .tel_no {
    font-size: 3rem;
  }
  p.tel_wrap a .tel_no::before {
    width: 3rem;
    height: 3rem;
    margin-right: 0.4375rem;
  }
  p.tel_wrap a .schedule {
    margin-top: 0.34em;
    font-size: inherit;
  }
}

.wp-block-group:not(.page_link) + .wp-block-group:not(.page_link) {
  margin-top: 4em;
}
@media (max-width: 749.9px) {
  .wp-block-group:not(.page_link) + .wp-block-group:not(.page_link) {
    margin-top: 3.2em;
  }
}

.service_head {
  border-radius: 0.25rem;
  border: 2px solid #034170;
  background: rgba(255, 255, 255, 0.75);
}
.service_head h2 {
  text-align: center;
  font-size: 1.625rem !important;
  margin: 0 !important;
  color: #034170 !important;
  border-bottom: 2px solid #034170;
  background: transparent !important;
}
.service_head h2::before, .service_head h2::after {
  display: none;
}
.service_head .needs_list {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.25rem 1.875rem;
  font-size: max(1.0625rem, 13px);
}
.service_head .needs_list li {
  line-height: 1.5;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
  padding-top: 0.5em;
  margin-top: 0.5em;
  border-top: 1px solid #CCCCCC;
}
.service_head .needs_list li:first-child {
  border-top-color: transparent;
}
.service_head .needs_list li strong {
  padding: 0 0.05em;
  margin-inline: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFE200), color-stop(40%, #FFE200), color-stop(40%, rgba(255, 226, 0, 0)), to(rgba(255, 226, 0, 0)));
  background: linear-gradient(0deg, #FFE200 0%, #FFE200 40%, rgba(255, 226, 0, 0) 40%, rgba(255, 226, 0, 0) 100%);
}
.service_head .needs_list li::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: #077BC4;
  border-radius: 0.6em;
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
}
.service_head .needs_list li + li {
  margin-top: 0.66em;
}

.service_step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}
.service_step_list li {
  width: calc(25% - 1.875rem);
  font-size: 1.0625rem;
  font-weight: bold;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #034170;
  border: 1px solid #034170;
  background: #f8f8f8;
  border-radius: 10rem;
  position: relative;
}
.service_step_list li:not(:last-child)::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: calc(1.25rem - 0.4em);
  background: url("../img/common/i_arw_b.svg") center center no-repeat;
}

.smb-faq {
  margin-top: -1.25em;
  border-top: 0 !important;
}

.wp-block-snow-monkey-blocks-faq-item {
  border-bottom-color: #CCCCCC !important;
}
.wp-block-snow-monkey-blocks-faq-item:last-child {
  border-bottom: 0 !important;
}
.wp-block-snow-monkey-blocks-faq-item.smb-faq__item .smb-faq__item__question__label,
.wp-block-snow-monkey-blocks-faq-item.smb-faq__item .smb-faq__item__answer__label {
  font-weight: 800;
  line-height: 1;
  position: relative;
  top: -0.2em;
}
.wp-block-snow-monkey-blocks-faq-item.smb-faq__item .smb-faq__item__question__label::after,
.wp-block-snow-monkey-blocks-faq-item.smb-faq__item .smb-faq__item__answer__label::after {
  content: ".";
}
.wp-block-snow-monkey-blocks-faq-item.smb-faq__item .smb-faq__item__question .smb-faq__item__question__label {
  color: #006EB3;
}
.wp-block-snow-monkey-blocks-faq-item.smb-faq__item .smb-faq__item__question .smb-faq__item__question__body {
  font-weight: 800;
}
.wp-block-snow-monkey-blocks-faq-item.smb-faq__item .smb-faq__item__answer .smb-faq__item__answer__label {
  color: #627480;
}
@media (max-width: 749.9px) {
  .service_head h2 {
    font-size: 1.25rem !important;
    padding-block: 0.9375rem 0.875rem !important;
  }
  .service_head .needs_list {
    padding: 0.75rem 1.25rem 1.5625rem;
    font-size: max(1rem, 13px);
  }
  .service_step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em;
  }
  .service_step_list li {
    max-width: 17.8125rem;
    width: calc(100% - 1.25rem);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
    font-size: 1rem;
    aspect-ratio: auto;
    padding-block: 0.5rem;
  }
  .service_step_list li:not(:last-child)::after {
    left: 50%;
    top: 100%;
    margin-top: 0.5em;
    margin-left: -0.5em;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .smb-faq {
    margin-top: -1.25em;
  }
  .wp-block-snow-monkey-blocks-faq-item.smb-faq__item {
    padding: 1.5em 1em;
  }
  .wp-block-snow-monkey-blocks-faq-item.smb-faq__item .smb-faq__item__question {
    margin-bottom: 1em;
  }
}
.page_header {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.js-fix .page_header {
  background: #ffffff;
}
.page_header .in_wrap {
  max-width: 85.375rem;
  height: 5.625rem;
  padding: 0 0 0 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_header .in_wrap .left {
  height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_header .in_wrap .logo a img {
  width: 15.5rem;
}
@media (max-width: 1199.9px) {
  .page_header .in_wrap .logo a img {
    width: 13rem;
  }
}
.page_header .in_wrap .gnav {
  padding-block: 0.9375rem 0;
}
@media (max-width: 1199.9px) {
  .page_header .in_wrap .gnav {
    padding-block: 0.3125rem 0;
  }
}
.page_header .in_wrap .gnav .nav_list .in {
  margin-left: 2.125rem;
}
@media (max-width: 1199.9px) {
  .page_header .in_wrap .gnav .nav_list .in {
    margin-left: 0.875rem;
  }
}
.page_header .in_wrap .gnav .nav_list .in .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(0.875rem, 10px);
}
.page_header .in_wrap .gnav .nav_list .in .menu > li {
  position: relative;
}
.page_header .in_wrap .gnav .nav_list .in .menu > li + li::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.page_header .in_wrap .gnav .nav_list .in .menu > li a {
  padding: 0 1em;
  font-weight: 800;
}
.page_header .in_wrap .gnav .nav_list .in .menu > li:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
@media (min-width: 750px) {
  .page_header .in_wrap .gnav .nav_list .in .menu .sub-menu {
    width: 12.5rem;
    position: absolute;
    background: #163C4E;
    top: calc(100% - 1px);
    left: 0;
    padding: 1rem;
    border-radius: 0.25rem;
    opacity: 0;
    -webkit-transform: translate3d(0, 0.9375rem, 0);
            transform: translate3d(0, 0.9375rem, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
  }
  .page_header .in_wrap .gnav .nav_list .in .menu .sub-menu a {
    color: #ffffff;
  }
  .page_header .in_wrap .gnav .nav_list .in .menu .sub-menu li + li {
    margin-top: 1em;
  }
}
.page_header .in_wrap .hd_contact {
  width: 7.125rem;
  height: 7.125rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
}
.page_header .in_wrap .hd_contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #00B437;
  text-align: center;
}
.page_header .in_wrap .hd_contact a img {
  width: 2rem;
}
.page_header .in_wrap .hd_contact a .tx {
  font-size: max(0.875rem, 10px);
  margin-top: 0.5rem;
  font-weight: 800;
}
@media (max-width: 1199.9px) {
  .page_header .in_wrap {
    padding: 0 0 0 1.25rem;
  }
}

@media (max-width: 749.9px) {
  .page_header {
    background: rgba(255, 255, 255, 0.85);
  }
  .page_header .in_wrap {
    height: 4rem;
    padding-top: 0;
  }
  .page_header .in_wrap .left {
    height: 4rem;
  }
  .page_header .in_wrap .logo a img {
    width: 13rem;
  }
  .page_header .in_wrap .gnav {
    z-index: 5;
  }
  .page_header .in_wrap .gnav .menu_bt {
    position: absolute;
    background: #ffffff;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
  }
  .menu_open .page_header .in_wrap .gnav .menu_bt {
    background: transparent;
  }
  .page_header .in_wrap .gnav .menu_bt .in {
    width: 100%;
    text-align: center;
  }
  .page_header .in_wrap .gnav .menu_bt .in .icon {
    width: 100%;
    position: relative;
    margin-bottom: 0.125rem;
    display: block;
  }
  .page_header .in_wrap .gnav .menu_bt .in .icon span {
    width: 1.25rem;
    height: 2px;
    background: #016DB2;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -0.625rem;
  }
  .page_header .in_wrap .gnav .menu_bt .in .icon span::before, .page_header .in_wrap .gnav .menu_bt .in .icon span::after {
    content: "";
    width: 1.1875rem;
    height: 2px;
    background: #016DB2;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.625rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page_header .in_wrap .gnav .menu_bt .in .icon span::before {
    margin-top: -0.4375rem;
  }
  .page_header .in_wrap .gnav .menu_bt .in .icon span::after {
    margin-top: 0.4375rem;
  }
  .menu_open .page_header .in_wrap .gnav .menu_bt .in .icon span {
    background-color: transparent;
  }
  .menu_open .page_header .in_wrap .gnav .menu_bt .in .icon span::before, .menu_open .page_header .in_wrap .gnav .menu_bt .in .icon span::after {
    margin-block: 0;
    background: #ffffff;
  }
  .menu_open .page_header .in_wrap .gnav .menu_bt .in .icon span::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu_open .page_header .in_wrap .gnav .menu_bt .in .icon span::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page_header .in_wrap .hd_contact {
    width: 4rem;
    height: 4rem;
    right: 4rem;
  }
  .page_header .in_wrap .hd_contact a img {
    width: 1.375rem;
  }
  .page_header .in_wrap .hd_contact a .tx {
    display: none;
  }
  .page_header .in_wrap {
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .page_header .in_wrap .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_header .in_wrap .logo a img {
    width: 10rem;
    margin-right: 0;
  }
  .page_header .in_wrap .gnav .nav_list {
    width: 80%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100dvh;
    background: rgba(0, 110, 180, 0.98);
    overflow: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(101%, 0, 0);
            transform: translate3d(101%, 0, 0);
  }
  .menu_open .page_header .in_wrap .gnav .nav_list {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .page_header .in_wrap .gnav .nav_list .in {
    width: 100%;
    margin-left: 0;
    padding: 3.75rem 1.5625rem;
  }
  .page_header .in_wrap .gnav .nav_list .in .menu {
    margin-top: 0.625rem;
    display: block;
    margin-right: 0;
  }
  .page_header .in_wrap .gnav .nav_list .in .menu > li {
    font-size: 1.125rem;
    line-height: 2.7777777778;
  }
  .page_header .in_wrap .gnav .nav_list .in .menu > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .page_header .in_wrap .gnav .nav_list .in .menu > li + li::before {
    display: none;
  }
  .page_header .in_wrap .gnav .nav_list .in .menu > li ul {
    font-size: 0.875rem;
    padding-bottom: 1em;
  }
  .page_header .in_wrap .gnav .nav_list .in .menu > li ul > li {
    padding-inline: 1.2857142857em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page_header .in_wrap .gnav .nav_list .in .menu > li ul > li::before {
    content: "";
    width: 0.875rem;
    height: 2px;
    margin-right: 0.8em;
    background: rgba(255, 255, 255, 0.6);
  }
  .page_header .in_wrap .gnav .nav_list .in .menu > li ul > li a {
    padding: 0;
  }
  .page_header .in_wrap .gnav .nav_list .in .menu > li a {
    color: #ffffff;
    display: block;
  }
}
.inbox {
  width: 100%;
  max-width: 70rem;
  padding-inline: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.page_footer {
  margin-top: 7rem;
}

@media (max-width: 749.9px) {
  .page_footer {
    margin-top: 3.75rem;
  }
}
.ft_contact {
  padding: 4.5rem 1.25rem 6.5rem;
  background: url("../img/common/ft_contact_bg.webp") center center no-repeat;
  background-size: cover;
}
.ft_contact_box {
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.08);
  border-top: 0.75rem solid #086EB8;
  padding: 3.125rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft_contact_box p {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
}
.ft_contact_box p strong {
  display: inline-block;
}
.ft_contact_box p strong b.marker_cl {
  padding: 0 0.125em;
  margin-inline: 0.125em;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFE200), color-stop(40%, #FFE200), color-stop(40%, rgba(255, 226, 0, 0)), to(rgba(255, 226, 0, 0)));
  background: linear-gradient(0deg, #FFE200 0%, #FFE200 40%, rgba(255, 226, 0, 0) 40%, rgba(255, 226, 0, 0) 100%);
}
.ft_contact_box .ft_contact_list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft_contact_box .ft_contact_list li.btn_box_wrap {
  margin-left: 3.5rem;
}
.ft_contact_box .ft_contact_list li.btn_box_wrap a.btn_box {
  width: 25.5rem;
  height: 7.75rem;
  padding: 0 1.875rem 0.125rem 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
}
.ft_contact_box .ft_contact_list li.btn_box_wrap a.btn_box::after {
  content: "";
  width: 1.125rem;
  height: 1.625rem;
  background: url("../img/common/i_arw.svg") right center no-repeat;
  background-size: contain;
}
.ft_contact_box .ft_contact_list li.btn_box_wrap a.btn_box.bg_strong {
  color: #ffffff;
  background: #00B437;
}
.ft_contact_box .ft_contact_list li.btn_box_wrap a.btn_box .tx {
  line-height: 1.4583333333;
}
.ft_contact_box .ft_contact_list li.btn_box_wrap a.btn_box .tx span {
  display: block;
}

.tel_wrap {
  text-align: center;
}
.tel_wrap a {
  display: block;
}
.tel_wrap a .tel_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5rem;
  line-height: 1;
  color: #007CC1;
  font-weight: 800;
}
.tel_wrap a .tel_no::before {
  content: "";
  width: 3.375rem;
  height: 3.375rem;
  margin-right: 0.875rem;
  background: url("../img/common/i_tel.svg") right center no-repeat;
  background-size: contain;
}
.tel_wrap a .schedule {
  display: block;
  color: #007CC1;
  font-size: 1.25rem;
}

@media (max-width: 749.9px) {
  .ft_contact {
    padding: 2rem 1.5625rem 2.5rem;
  }
  .ft_contact_box {
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
    border-top: 0.375rem solid #086EB8;
    padding: 1.5rem 1.5625rem 1.875rem;
  }
  .ft_contact_box p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .ft_contact_box .ft_contact_list {
    margin-top: 1rem;
  }
  .ft_contact_box .ft_contact_list li.btn_box_wrap {
    margin-top: 0.75rem;
    margin-left: 0;
  }
  .ft_contact_box .ft_contact_list li.btn_box_wrap a.btn_box {
    width: 18rem;
    height: 4.375rem;
    padding: 0 1.25rem 0.125rem 1.5rem;
    font-size: 1.125rem;
  }
  .ft_contact_box .ft_contact_list li.btn_box_wrap a.btn_box::after {
    width: 0.675rem;
    height: 0.975rem;
  }
  .ft_contact_box .ft_contact_list li.btn_box_wrap a.btn_box .tx {
    line-height: 1.34;
  }
  .tel_wrap a .tel_no {
    font-size: 2rem;
  }
  .tel_wrap a .tel_no::before {
    width: 2rem;
    height: 2rem;
    margin-right: 0.4375rem;
  }
  .tel_wrap a .schedule {
    font-size: 0.8125rem;
  }
}
.ft_slider {
  width: 100%;
  height: 12.75rem;
  background: url("../img/common/ft_img.webp") repeat-x left bottom;
  background-size: 85.625rem auto;
  -webkit-animation: bg-scroll 40s linear infinite;
          animation: bg-scroll 40s linear infinite;
}
@-webkit-keyframes bg-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -85.625rem 0;
  }
}
@keyframes bg-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -85.625rem 0;
  }
}

@media (max-width: 749.9px) {
  .ft_slider {
    height: 6.375rem;
    background-size: 42.8125rem auto;
  }
  @-webkit-keyframes bg-scroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -42.8125rem 0;
    }
  }
  @keyframes bg-scroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -42.8125rem 0;
    }
  }
}
.ft_foot {
  padding: 4.5rem 0 6.5rem;
  color: #ffffff;
  background: #016DB2;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
}
.ft_foot a {
  color: #ffffff;
}
.ft_foot .inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ft_foot .inbox .left {
  margin-right: 5rem;
}
.ft_foot .inbox .left .company {
  font-size: 1.75rem;
  font-weight: 800;
}
.ft_foot .inbox .left .contact_no_list {
  margin-top: 1.25rem;
  padding-top: 1.125rem;
  border-top: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ft_foot .inbox .left .contact_no_list .contact_no_list_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ft_foot .inbox .left .contact_no_list .contact_no_list_in + div {
  margin-left: 1.5em;
}
.ft_foot .inbox .left .contact_no_list .contact_no_list_in dt::after {
  content: "：";
}
.ft_foot .inbox .left .sns_list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ft_foot .inbox .left .sns_list li {
  margin-right: 0.75rem;
}
.ft_foot .inbox .footer_nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ft_foot .inbox .footer_nav_wrap_in {
  display: contents;
}
.ft_foot .inbox .footer_nav_wrap_in > div {
  margin-right: 3rem;
}
.ft_foot .inbox .footer_nav_wrap ul {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.3333333333;
}
.ft_foot .inbox .footer_nav_wrap ul .sub-menu {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 2;
  margin-block: 0.5em;
}
.ft_foot .inbox .footer_nav_wrap ul .sub-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.ft_foot .inbox .footer_nav_wrap ul .sub-menu > li::before {
  content: "";
  width: 0.5rem;
  margin-right: 0.66em;
  height: 2px;
  background: #ffffff;
}
.ft_foot .inbox .copyright {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
}
.ft_foot .inbox .copyright a {
  color: inherit;
}

@media (max-width: 749.9px) {
  .ft_foot {
    padding: 2rem 0 2rem;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
  .ft_foot .inbox .left {
    margin-right: 0;
    display: contents;
  }
  .ft_foot .inbox .left .company {
    font-size: 1.375rem;
    margin-bottom: 0.34em;
  }
  .ft_foot .inbox .left .contact_no_list {
    margin-top: 1.125rem;
    padding-top: 1rem;
  }
  .ft_foot .inbox .left .contact_no_list .contact_no_list_in + div {
    margin-right: 1.5em;
    margin-left: 0;
  }
  .ft_foot .inbox .left .sns_list {
    margin-top: -2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ft_foot .inbox .left .sns_list li {
    margin-right: 0.75rem;
  }
  .ft_foot .inbox .right {
    width: 100%;
  }
  .ft_foot .inbox .footer_nav_wrap {
    width: 100%;
    margin-top: 1.25rem;
    border-top: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft_foot .inbox .footer_nav_wrap_in {
    margin-top: 1.25rem;
    display: block;
  }
  .ft_foot .inbox .footer_nav_wrap_in > div {
    margin-right: 1.75rem;
  }
  .ft_foot .inbox .footer_nav_wrap ul {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2.2222222222;
  }
  .ft_foot .inbox .footer_nav_wrap ul .sub-menu {
    font-size: 0.75rem;
    line-height: 2.2222222222;
  }
  .ft_foot .inbox .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.5rem;
    text-align: center;
  }
}
.pagetop_nav {
  width: 4.5rem;
  height: 4.5rem;
  background: #016DB2;
  border-radius: 4.5rem;
  position: fixed;
  z-index: 5;
  right: 4.25rem;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0s ease;
  transition: opacity 0.5s, -webkit-transform 0s ease;
  transition: transform 0s ease, opacity 0.5s;
  transition: transform 0s ease, opacity 0.5s, -webkit-transform 0s ease;
}
.js-w-fix .pagetop_nav {
  opacity: 1;
}
.pagetop_nav.is-stop {
  position: absolute;
  bottom: calc(100% - 4.5rem);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media (max-width: 749.9px) {
  .pagetop_nav {
    width: 3.5rem;
    height: 3.5rem;
    right: 1.25rem;
  }
  .pagetop_nav.is-stop {
    bottom: calc(100% - 3.5rem);
  }
}
.btn_default {
  font-size: 1.125rem;
  height: 4rem;
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: bold;
}
.btn_default.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn_default.right > span {
  padding-inline: 5.5rem 3rem;
}
.btn_default.right > span::before {
  left: auto;
  right: -8%;
  -webkit-transform: skewX(-32deg);
          transform: skewX(-32deg);
}
.btn_default > span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #163C4E;
  position: absolute;
  top: 0;
  left: -8%;
  -webkit-transform: skewX(32deg);
          transform: skewX(32deg);
}
.btn_default.bg_strong > span::before {
  background: -webkit-gradient(linear, left top, right top, from(#00B438), to(#00C93D));
  background: linear-gradient(90deg, #00B438, #00C93D);
}
.btn_default.bg_white > span {
  font-size: 1.375rem;
  font-weight: 800;
  color: #000000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3.5rem;
}
.btn_default.bg_white > span::before {
  background: #ffffff;
}
.btn_default.bg_white > span::after {
  background-image: url(../img/common/i_arw_b.svg);
}
.btn_default > span {
  height: 100%;
  padding-inline: 2.5rem 5.5rem;
  font-size: 1.125rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_default > span:after {
  width: 0.75rem;
  height: 1rem;
  margin-left: 1.375rem;
  background: url("../img/common/i_arw.svg") center center no-repeat;
  background-size: contain;
  content: "";
  position: relative;
  top: 0.06em;
}
.btn_default > span span {
  position: relative;
  z-index: 5;
}

@media (max-width: 749.9px) {
  .btn_default {
    font-size: 1.125rem;
    height: 3rem;
  }
  .btn_default.right > span {
    padding-inline: 5.5rem 3rem;
  }
  .btn_default.right > span::before {
    right: -8%;
    -webkit-transform: skewX(-32deg);
            transform: skewX(-32deg);
  }
  .btn_default > span::before {
    left: -8%;
    -webkit-transform: skewX(32deg);
            transform: skewX(32deg);
  }
  .btn_default.bg_white > span {
    font-size: 1rem;
    padding-right: 3.5rem;
  }
  .btn_default > span {
    padding-inline: 1.25rem 3rem;
    font-size: 1rem;
  }
  .btn_default > span:after {
    width: 0.75rem;
    height: 1rem;
    margin-left: 1.375rem;
    top: 0.06em;
  }
}
.home_slide {
  position: relative;
  overflow: hidden;
}
.home_slide figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.home_slide figure picture, .home_slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.home_slide figure:first-child {
  position: relative;
  opacity: 1;
  z-index: 0;
}
.home_slide figure.is-active {
  opacity: 1;
  z-index: 1;
}
.home_slide .slide_dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  width: 100%;
  right: 1.125rem;
  bottom: 1.125rem;
  z-index: 10;
  line-height: 1;
}
.home_slide .slide_dots button {
  margin: 0 2px;
}
.home_slide .slide_dots button.is-active {
  background: #FFFFFF;
}
.home_slide .slide_dots button {
  width: 2.5rem;
  height: 3px;
  text-indent: 300px;
  overflow: hidden;
  white-space: nowrap;
  background: #A3A3A3;
}

@media (max-width: 749.9px) {
  .home_slide .slide_dots {
    left: 1.125rem;
    right: auto;
    bottom: 3.75rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home_slide .slide_dots button {
    width: 2.5rem;
  }
}
.home_mv {
  position: relative;
}
.home_mv .inbox {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}
.home_mv_box {
  width: 41.875rem;
  height: 100%;
  padding: 5.625rem 5.1875rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 5;
  color: #ffffff;
}
@media (max-width: 1199.9px) {
  .home_mv_box {
    width: 37.75rem;
    padding: 5.625rem 3.125rem 0.25rem;
  }
}
.home_mv_title img {
  width: 29.4375rem;
  margin-left: -0.5rem;
  display: block;
}
@media (max-width: 1199.9px) {
  .home_mv_title img {
    width: 26.49375rem;
  }
}
.home_mv_text_wrap {
  margin-top: 1.75rem;
}
@media (max-width: 1199.9px) {
  .home_mv_text_wrap {
    margin-top: 1rem;
  }
}
.home_mv_text_wrap > span {
  display: block;
}
.home_mv_text_wrap > span + span {
  margin-top: 0.4em;
}
.home_mv_text {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}
.home_mv_text span {
  display: inline-block;
}
.home_mv .btn_default_wrap {
  margin-top: 2rem;
}
@media (max-width: 1199.9px) {
  .home_mv .btn_default_wrap {
    margin-top: 1.25rem;
  }
}
.home_mv .btn_default_wrap .btn_default {
  height: 5.625rem;
  padding-bottom: 0.375rem;
}
.home_mv .btn_default_wrap .btn_default > span {
  min-width: 31.4375rem;
  font-size: 1.875rem;
}
.home_mv .btn_default_wrap .btn_default > span::after {
  width: 0.875rem;
  height: 1.375rem;
}
.home_mv .btn_default_wrap .btn_default > span::before {
  -webkit-box-shadow: 0 0.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.375rem 0 rgba(0, 0, 0, 0.16);
  display: block;
}
.home_mv .home_slide figure picture img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 749.9px) {
  .home_mv_box {
    width: auto;
    padding: 1.5625rem 0 0.625rem;
  }
  .home_mv_title img {
    width: 19.6875rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -0.125rem;
  }
  .home_mv_text_wrap {
    margin-top: 3rem;
    width: 100%;
  }
  .home_mv_text {
    font-size: 1.3125rem;
    font-weight: 800;
    margin-left: 0.3125rem;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    text-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.5);
  }
  .home_mv .btn_default_wrap {
    margin-top: 1.25rem;
  }
  .home_mv .btn_default_wrap .btn_default {
    width: 100%;
    height: 4.375rem;
    padding-bottom: 0.375rem;
  }
  .home_mv .btn_default_wrap .btn_default > span {
    min-width: auto;
    width: 100%;
    font-size: 1.375rem;
    line-height: 1.2;
  }
  .home_mv .btn_default_wrap .btn_default > span::after {
    width: 0.75rem;
    height: 1rem;
  }
  .home_mv .btn_default_wrap .btn_default > span::before {
    -webkit-box-shadow: 0 0.1875rem 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0 rgba(0, 0, 0, 0.16);
  }
  .home_mv .home_slide figure picture img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.f_en, .title .en {
  font-family: Roboto, sans-serif;
}

.title {
  position: relative;
  padding-left: 2.5rem;
  padding-top: 0.08em;
}
.title::before {
  content: "";
  width: 0.75rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#077BC4), to(#00568B));
  background: linear-gradient(#077BC4, #00568B);
  position: absolute;
  top: 0;
  left: 0;
}
.title b {
  display: inline-block;
  margin-right: 1.125rem;
  font-size: 2.25rem;
  line-height: 1.3888888889;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.title b span {
  font-size: 0.7777777778em;
}
.title .en {
  color: #016DB2;
  display: inline-block;
  letter-spacing: 0.05em;
}
.title + p {
  margin-top: 2.125rem;
  font-size: 1.3333333333em;
}

@media (min-width: 750px) {
  .main_column .title {
    margin-inline: -0.9375rem;
  }
}
@media (max-width: 749.9px) {
  .title {
    padding-left: 2rem;
  }
  .title::before {
    width: 0.5rem;
  }
  .title b {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .title .en {
    margin-top: 0.25rem;
    padding-bottom: 0.1875rem;
    font-size: 1rem;
    display: block;
    line-height: 1.2;
  }
  .title + p {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.home_about {
  position: relative;
  background: url("../img/top/about_bg.webp") center 0 no-repeat;
  background-size: auto 43.75rem;
  overflow: hidden;
}
.home_about::before {
  content: "";
  width: 123.75rem;
  height: 72.75rem;
  position: absolute;
  left: 39.375rem;
  top: -30.75rem;
  background: url("../img/common/bg_cycle.svg") center 0 no-repeat;
  background-size: contain;
}
.home_about::after {
  content: "";
  width: 17rem;
  height: 17.375rem;
  background: url("../img/top/about_bg_img.webp") center 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -1px;
}
.home_about_head {
  padding: 5.875rem 0 7rem;
  position: relative;
  z-index: 5;
}
.home_about .inbox {
  max-width: 76.25rem;
}
.home_about .home_about_info_wrap {
  max-width: 70rem;
  padding-block: 3.625rem 2.75rem;
}
.home_about .home_about_info_wrap > small {
  margin-top: 0.5625rem;
  font-weight: bold;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-align: right;
  display: block;
}
.home_about .home_about_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_about .home_about_info .home_about_info_in {
  width: calc(25% - 0.9375rem);
  height: 13rem;
  padding-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#38505C), to(#0A3043));
  background: linear-gradient(#38505C, #0A3043);
  font-weight: bold;
}
.home_about .home_about_info .home_about_info_in dt {
  width: 100%;
  padding-bottom: 0.625rem;
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  position: relative;
}
.home_about .home_about_info .home_about_info_in dt::after {
  content: "";
  width: 4rem;
  height: 0.25rem;
  margin-left: -2rem;
  background: #0978C0;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.home_about .home_about_info .home_about_info_in dd {
  font-size: 1.5rem;
  line-height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.home_about .home_about_info .home_about_info_in dd .no {
  display: block;
  margin: 0.3125rem 0.125em 0;
}
.home_about .home_about_info .home_about_info_in dd .no img {
  position: relative;
  top: -0.3125rem;
  max-width: none;
  height: 3.125rem;
  display: inline-block;
}
.home_about .home_about_info_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home_about .home_about_info_nav_block {
  width: calc(33.333% - 0.8333333333rem);
}
.home_about .home_about_info_nav_item img {
  height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_about .home_about_info_nav_item:only-child img {
  height: 33.25rem;
}
.home_about .home_about_info_nav_item + div {
  margin-top: 1.25rem;
}
.home_about .home_about_info_nav_item .btn_default {
  min-width: 80.5263157895%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_about .home_about_info_nav_item .btn_default > span {
  width: 100%;
}
.home_about .home_about_info_nav_item figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home_about .home_about_info_nav_item figure img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
}
.home_about .home_about_info_nav_item a {
  position: relative;
  display: block;
}
.home_about .home_about_info_nav_item a:hover figure img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.home_about .home_achievements .home_achievements_box_wrap {
  background: -webkit-gradient(linear, left top, right top, from(#006EB4), to(#0065A3));
  background: linear-gradient(90deg, #006EB4, #0065A3);
  position: relative;
}
.home_about .home_achievements .home_achievements_box_wrap + div {
  margin-top: 2.5rem;
}
.home_about .home_achievements .home_achievements_box_wrap:nth-child(odd) .home_achievements_box {
  right: 0;
}
.home_about .home_achievements .home_achievements_box_wrap:nth-child(even) {
  background: -webkit-gradient(linear, left top, right top, from(#05538E), to(#034170));
  background: linear-gradient(90deg, #05538E, #034170);
}
.home_about .home_achievements .home_achievements_box_wrap:nth-child(even) .home_achievements_box {
  left: 0;
}
.home_about .home_achievements .home_achievements_box_wrap:nth-child(even) figure {
  margin-left: auto;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box {
  width: 100%;
  height: 100%;
  max-width: 50.625rem;
  padding: 3.25rem 5.1875rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a {
  background: #ffffff;
  display: block;
  position: relative;
  overflow: hidden;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a:hover {
  opacity: 1;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a:hover .home_achievements_box_title {
  color: #0065A3;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a:hover .btn_default {
  opacity: 0.7;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a > *:not(.btn_default) {
  padding: 0 3.5rem;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .home_achievements_box_title {
  padding-top: 1em;
  line-height: 1.2;
  padding-bottom: 0.75rem;
  font-size: 2rem;
  font-weight: 800;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 1.375rem;
  border-bottom: 0.5rem solid #006EB3;
  position: relative;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .home_achievements_box_title::after {
  content: "";
  width: 5.5rem;
  height: 4.125rem;
  right: 3.5rem;
  bottom: -0.0625rem;
  background: url("../img/top/i_achievements01.svg") center bottom no-repeat;
  background-size: 5.25rem auto;
  position: absolute;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .home_achievements_box_title.achievements02::after {
  background-image: url("../img/top/i_achievements02.svg");
  background-size: 4.625rem auto;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .home_achievements_box_title.achievements03::after {
  background-image: url("../img/top/i_achievements03.svg");
  background-size: 5.5rem auto;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #006EB3;
  font-size: 1.25rem;
  margin-top: 0.875rem;
  margin-bottom: -1.875rem;
  font-weight: 800;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a ul li {
  margin-bottom: 0.5rem;
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a ul li:not(:last-child)::after {
  content: "／";
}
.home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .btn_default {
  margin-top: 3.25rem;
}
.home_about .home_achievements .home_achievements_box_wrap figure {
  width: 74.9633967789%;
}
.home_about .home_achievements .home_achievements_box_wrap figure img {
  width: 100%;
  height: 34.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 749.9px) {
  .home_about {
    background-size: auto 43.75rem;
  }
  .home_about::before {
    content: "";
    width: 61.875rem;
    height: 36.375rem;
    position: absolute;
    left: 0rem;
    top: -16rem;
    background: url("../img/common/bg_cycle.svg") center 0 no-repeat;
    background-size: contain;
  }
  .home_about::after {
    width: 8.5rem;
    height: 8.6875rem;
    right: -1.25rem;
  }
  .home_about_head {
    padding: 3.125rem 0 3.75rem;
  }
  .home_about .home_about_info_wrap {
    padding: 1.75rem 0.3125rem 2.5rem;
  }
  .home_about .home_about_info_wrap > small {
    font-size: 0.75rem;
  }
  .home_about .home_about_info .home_about_info_in {
    width: calc(50% - 0.375rem);
    height: 8.625rem;
    padding-bottom: 0.3125rem;
  }
  .home_about .home_about_info .home_about_info_in:nth-child(n+3) {
    margin-top: 0.75rem;
  }
  .home_about .home_about_info .home_about_info_in dt {
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
  .home_about .home_about_info .home_about_info_in dt::after {
    width: 3rem;
    margin-left: -1.5rem;
  }
  .home_about .home_about_info .home_about_info_in dd {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .home_about .home_about_info .home_about_info_in dd .no {
    margin: 0.1875rem 0.125em 0;
  }
  .home_about .home_about_info .home_about_info_in dd .no img {
    top: -0.1875rem;
    height: 1.875rem;
  }
  .home_about .home_about_info_nav_block {
    width: 100%;
  }
  .home_about .home_about_info_nav_block + div {
    margin-top: 1.25rem;
  }
  .home_about .home_about_info_nav_item img {
    width: 100%;
    height: 12.75rem;
  }
  .home_about .home_about_info_nav_item:only-child img {
    height: 12.75rem;
  }
  .home_about .home_about_info_nav_item + div {
    margin-top: 1.25rem;
  }
  .home_about .home_achievements .home_achievements_box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_about .home_achievements .home_achievements_box_wrap + div {
    margin-top: 0;
  }
  .home_about .home_achievements .home_achievements_box_wrap:nth-child(odd) .home_achievements_box {
    right: 0;
  }
  .home_about .home_achievements .home_achievements_box_wrap:nth-child(even) {
    background: -webkit-gradient(linear, left top, right top, from(#05538E), to(#034170));
    background: linear-gradient(90deg, #05538E, #034170);
  }
  .home_about .home_achievements .home_achievements_box_wrap:nth-child(even) .home_achievements_box {
    left: 0;
  }
  .home_about .home_achievements .home_achievements_box_wrap:nth-child(even) figure {
    margin-left: auto;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box {
    margin-top: -2.25rem;
    padding: 0 0 2rem;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a {
    background: #ffffff;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a:hover {
    opacity: 1;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a:hover .home_achievements_box_title {
    color: #0065A3;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a:hover .btn_default {
    opacity: 0.7;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a > *:not(.btn_default) {
    padding: 0 1.5625rem;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .home_achievements_box_title {
    padding-top: 1em;
    padding-bottom: 0.75rem;
    font-size: 1.375rem;
    font-weight: 800;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-bottom: 1.125rem;
    border-bottom: 0.3125rem solid #006EB3;
    position: relative;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .home_achievements_box_title::after {
    width: 3.63rem;
    height: 2.7225rem;
    right: 1.5625rem;
    background-size: 3.465rem auto;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .home_achievements_box_title.achievements02::after {
    background-size: 3.0525rem auto;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .home_achievements_box_title.achievements03::after {
    background-size: 3.63rem auto;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a ul {
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-top: 0.875rem;
    margin-bottom: -0.5rem;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a ul li {
    margin-bottom: 0.5rem;
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a ul li:not(:last-child)::after {
    content: "／";
  }
  .home_about .home_achievements .home_achievements_box_wrap .home_achievements_box a .btn_default {
    margin-top: 1.75rem;
  }
  .home_about .home_achievements .home_achievements_box_wrap figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .home_about .home_achievements .home_achievements_box_wrap figure img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page_link {
  margin-top: -5.625rem;
  padding-top: 5.625rem;
  display: block;
}

.head_image_wrap {
  padding-top: 5.875rem;
}

.head_image_wrap .head_image {
  position: relative;
}
.head_image_wrap .head_image figure img {
  width: 100%;
  max-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.head_image {
  position: relative;
  margin-top: 0;
}
.head_image::before, .head_image::after {
  content: "";
  width: 17.7891654466%;
  height: calc(90% + 1.25rem);
  position: absolute;
  bottom: -1.25rem;
  right: -15%;
  background: #077BC4;
  -webkit-transform: skewX(-32deg);
          transform: skewX(-32deg);
  z-index: 5;
}
.head_image::before {
  right: calc(-15% + 1.25rem);
}
.head_image::after {
  mix-blend-mode: multiply;
  z-index: 8;
  opacity: 0.15;
}
.head_image .page_title {
  font-size: 3rem;
  font-weight: 800;
  text-shadow: 0 0 0.5rem #05538e;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 5;
  letter-spacing: 0.1em;
  line-height: 1.34;
}
.head_image .page_title > span {
  width: 100%;
  display: block;
}
.head_image .page_title .parent {
  font-size: max(0.5em, 12px);
  letter-spacing: 0.05em;
  font-weight: 600;
}
.head_image .page_title::before, .head_image .page_title::after {
  content: "";
  width: 23.6456808199%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15%;
  background: #077BC4;
  -webkit-transform: skewX(-32deg);
          transform: skewX(-32deg);
  z-index: 5;
}
.head_image .page_title::before {
  left: calc(-15% + 1.25rem);
  opacity: 0.85;
}
.head_image .page_title::after {
  mix-blend-mode: multiply;
  z-index: 8;
  opacity: 0.15;
}
.head_image figure {
  position: relative;
}
.head_image figure::before {
  content: "";
  background: rgba(5, 83, 142, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.head_image figure img {
  width: 100%;
  min-height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 749.9px) {
  .page_link {
    margin-top: -4rem;
    padding-top: 4rem;
  }
  .head_image_wrap {
    padding-top: 4rem;
  }
  .head_image::before, .head_image::after {
    width: 17.7891654466%;
    height: calc(90% + 0.5rem);
    bottom: -0.5rem;
    right: -18%;
    -webkit-transform: skewX(-32deg);
            transform: skewX(-32deg);
  }
  .head_image::before {
    right: calc(-18% + 1.25rem);
  }
  .head_image .page_title {
    font-size: 1.875rem;
    letter-spacing: 0.08em;
  }
  .head_image .page_title .parent {
    font-size: max(0.56em, 12px);
  }
  .head_image .page_title::before, .head_image .page_title::after {
    width: 23.6456808199%;
    left: -18%;
    -webkit-transform: skewX(-32deg);
            transform: skewX(-32deg);
  }
  .head_image .page_title::before {
    left: calc(-18% + 1.25rem);
  }
  .head_image figure img {
    height: 9rem !important;
    min-height: 9rem;
  }
}
.page_contents {
  position: relative;
  overflow: hidden;
}
.page_contents::before {
  content: "";
  width: 123.75rem;
  height: 72.75rem;
  position: absolute;
  left: 39.375rem;
  top: -30.75rem;
  background: url("../img/common/bg_cycle_b.svg") center 0 no-repeat;
  background-size: contain;
  opacity: 0.8;
}

@media (max-width: 749.9px) {
  .page_contents {
    position: relative;
    overflow: hidden;
  }
  .page_contents::before {
    width: 61.875rem;
    height: 36.375rem;
    left: 0rem;
    top: -16rem;
  }
}
.kanren_block_wrap {
  margin-top: 2.6666666667em;
  padding: 2.5rem;
  background: #f8f8f8;
}
.kanren_block_wrap + .kanren_block_wrap {
  margin-top: 1.3333333333em;
}
.kanren_block_wrap .kanren_logo {
  padding-bottom: 1em;
  border-bottom: 2px solid #444;
  margin-bottom: 1em;
}
.kanren_block_wrap .kanren_logo img {
  width: auto !important;
  max-width: none;
  height: 3.125rem !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.kanren_block_wrap .kanren_title {
  font-size: 1.125rem;
  margin-bottom: 1.75em;
  font-weight: 800;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kanren_block_wrap .kanren_block > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kanren_block_wrap .kanren_block .kanren_image {
  width: 34%;
}
.kanren_block_wrap .kanren_block .kanren_image .take01_img02 {
  margin-top: -5.5em;
  max-width: 66%;
  margin-left: auto;
}
.kanren_block_wrap .kanren_block .kanren_dl {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 2.25rem;
}
.kanren_block_wrap .kanren_block .kanren_dl dt, .kanren_block_wrap .kanren_block .kanren_dl dd {
  padding-bottom: 0.875em;
  margin-bottom: 0.875em !important;
}

@media (max-width: 749.9px) {
  .kanren_block_wrap {
    margin-top: 2.6666666667em;
    padding: 1.875rem 0.9375rem;
  }
  .kanren_block_wrap + .kanren_block_wrap {
    margin-top: 1.3333333333em;
  }
  .kanren_block_wrap .kanren_logo {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .kanren_block_wrap .kanren_logo img {
    height: 2.1875rem !important;
  }
  .kanren_block_wrap .kanren_title {
    text-align: center;
    font-size: 0.9375rem;
    margin-top: 0.75em;
    margin-bottom: 1.5em;
  }
  .kanren_block_wrap .kanren_block .kanren_image {
    width: 100%;
  }
  .kanren_block_wrap .kanren_block .kanren_image .take01_img02 {
    margin-top: -8.5em;
    max-width: 48%;
    margin-left: auto;
    position: relative;
    right: -8%;
  }
  .kanren_block_wrap .kanren_block .kanren_image .atom_img01 {
    margin-bottom: 1em !important;
  }
  .kanren_block_wrap .kanren_block .kanren_dl {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-left: 0;
  }
  .kanren_block_wrap .kanren_block .kanren_dl dt, .kanren_block_wrap .kanren_block .kanren_dl dd {
    padding-bottom: 0.875em;
    margin-bottom: 0.875em !important;
  }
}
.snow-monkey-form {
  margin-top: 4.5rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 3.75rem;
  background: #f8f8f8;
}
.recruit_block + #form .snow-monkey-form {
  margin-top: 4.5rem !important;
}

@media (max-width: 749.9px) {
  .snow-monkey-form {
    margin-top: 2.75rem;
    padding: 1.5625rem 1.5625rem;
  }
  .recruit_block + #form .snow-monkey-form {
    margin-top: 2.75rem !important;
  }
}
.smf-form {
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.smf-form .smf-radio-buttons-control,
.smf-form input:not([type=checkbox], [type=radio]), .smf-form textarea, .smf-form select, form[data-screen=confirm] .smf-form .smf-placeholder {
  width: 100%;
  height: 3.75rem;
  padding: 0.9375rem 1.25rem !important;
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  background: #ffffff;
  display: block;
  font-size: 1.125rem;
  line-height: 2;
}
.smf-form .smf-radio-buttons-control::-webkit-input-placeholder, .smf-form input:not([type=checkbox], [type=radio])::-webkit-input-placeholder, .smf-form textarea::-webkit-input-placeholder, .smf-form select::-webkit-input-placeholder, form[data-screen=confirm] .smf-form .smf-placeholder::-webkit-input-placeholder {
  color: rgba(28, 28, 28, 0.2);
}
.smf-form .smf-radio-buttons-control::-moz-placeholder, .smf-form input:not([type=checkbox], [type=radio])::-moz-placeholder, .smf-form textarea::-moz-placeholder, .smf-form select::-moz-placeholder, form[data-screen=confirm] .smf-form .smf-placeholder::-moz-placeholder {
  color: rgba(28, 28, 28, 0.2);
}
.smf-form .smf-radio-buttons-control:-ms-input-placeholder, .smf-form input:not([type=checkbox], [type=radio]):-ms-input-placeholder, .smf-form textarea:-ms-input-placeholder, .smf-form select:-ms-input-placeholder, form[data-screen=confirm] .smf-form .smf-placeholder:-ms-input-placeholder {
  color: rgba(28, 28, 28, 0.2);
}
.smf-form .smf-radio-buttons-control::-ms-input-placeholder, .smf-form input:not([type=checkbox], [type=radio])::-ms-input-placeholder, .smf-form textarea::-ms-input-placeholder, .smf-form select::-ms-input-placeholder, form[data-screen=confirm] .smf-form .smf-placeholder::-ms-input-placeholder {
  color: rgba(28, 28, 28, 0.2);
}
.smf-form .smf-radio-buttons-control::placeholder,
.smf-form input:not([type=checkbox], [type=radio])::placeholder, .smf-form textarea::placeholder, .smf-form select::placeholder, form[data-screen=confirm] .smf-form .smf-placeholder::placeholder {
  color: rgba(28, 28, 28, 0.2);
}
.smf-form .smf-radio-buttons-control {
  line-height: 1;
  padding-top: 1.25rem !important;
  padding-bottom: 0.375rem !important;
  height: auto;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.smf-form .smf-radio-buttons-control .smf-radio-buttons-control__control {
  width: 100%;
  padding-block: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.smf-form .smf-radio-buttons-control .smf-label {
  width: 33.33%;
  margin-right: 0 !important;
  margin-bottom: 0.5rem !important;
}
.smf-form .smf-radio-buttons-control .smf-radio-button-control__label {
  padding-top: 0.125rem;
}
.smf-form .smf-radio-buttons-control input {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
  margin-right: 0.625rem !important;
  border: none !important;
  background: #eee !important;
  margin-top: 0 !important;
}
.smf-form .smf-radio-buttons-control input::before {
  width: 0.8125rem !important;
  height: 0.8125rem !important;
  top: 0.375rem !important;
  left: 0.375rem !important;
  background: #016DB2 !important;
}
.smf-form textarea {
  height: 12.5rem;
}
.smf-form .smf-select-control {
  width: 100%;
}
.smf-form a {
  color: #016DB2;
  text-decoration: underline;
}
.smf-form > .smf-item {
  width: 100%;
}
.smf-form > .smf-item:not(:first-child):not(:last-child):not(:nth-last-child(2):nth-child(odd)) {
  width: 27.5rem;
}
.smf-form .smf-item__label__text strong {
  margin-left: 0.5em;
  font-size: 0.8125rem;
  padding: 0.0625rem 0.625rem 0.1875rem;
  background: #00B437;
  color: #ffffff;
  position: relative;
  top: -0.0625rem;
}

.smf-action {
  margin-top: 1.25rem !important;
}
.smf-action .smf-button-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smf-action .smf-button-control button {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: letter-spacing;
}
.smf-action .smf-button-control button[type=submit] {
  width: 22.5rem;
  height: 4.5rem;
  background: #016DB2;
  color: #ffffff;
  border-radius: 0.125rem;
  border: none;
  font-size: 1.25rem;
}
.smf-action .smf-button-control button[type=submit][data-action=back] {
  width: 15rem !important;
  font-size: 1rem;
  background: #666666;
}
.smf-action .smf-button-control button[type=submit][data-action=back]::before {
  right: auto;
  left: 1.25rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.smf-action .smf-button-control button::before {
  width: 1.875rem;
  height: 0.8125rem;
  margin-top: -0.3125rem;
  content: "";
  position: absolute;
  display: block;
  right: 2.5rem;
  top: 50%;
  background: url("../img/common/i_arw.svg") center center no-repeat;
  background-size: contain;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.smf-action .smf-button-control button:hover {
  opacity: 0.7;
}

form[data-screen=confirm] .input_only {
  display: none;
}
form[data-screen=confirm] .confirm_only {
  display: block;
}
form[data-screen=confirm] button[data-action=back] {
  width: 15rem;
  background: #6d6d6d;
}
form[data-screen=confirm] .smf-form .smf-placeholder {
  height: auto;
  min-height: 3.125rem;
  border: none !important;
}

.smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.confirm_only {
  display: none;
}

.form_head {
  margin-bottom: 3.125rem;
}

.wp-block-snow-monkey-forms-item {
  margin-bottom: 1.875rem;
}

.privacy_check {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacy_check .smf-placeholder {
  margin-right: 0.75rem;
}
.privacy_check .smf-checkbox-control__label {
  display: none;
}
.privacy_check div[data-name=privacy-check] label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacy_check div[data-name=privacy-check] label input {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border: 1px solid #333 !important;
  background: #fff !important;
  display: block !important;
  border-radius: 0 !important;
}
.privacy_check div[data-name=privacy-check] label input::before {
  width: 0.625rem !important;
  height: 1rem !important;
  top: 0.5rem !important;
  left: 0.6875rem !important;
  border-color: #333 !important;
}
.privacy_check .smf-label {
  margin-right: 0 !important;
}
.privacy_check .smf-checkbox-control input, .privacy_check .smf-checkbox-control span {
  margin: 0 !important;
}

.smf-complete-content {
  width: 100%;
}
.smf-complete-content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125em;
}
.smf-complete-content .text + .text {
  margin-top: 1.5em;
}

.input-corporation {
  display: none;
}

@media (min-width: 750px) {
  form[data-screen=confirm] .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder {
    width: auto;
  }
  .contact_form_new .input-half {
    width: 47.8260869565% !important;
  }
  .contact_form_new .input-full {
    width: 100% !important;
  }
  .contact_form_new .input-full.input-in-half > * {
    width: 47.8260869565% !important;
  }
  .contact_form_new .smf-radio-buttons-control__control {
    width: 100%;
  }
  .contact_form_new .smf-radio-buttons-control__control .smf-label {
    width: auto;
    margin-right: 2rem !important;
  }
  .contact_form_new div[data-name=message] + p {
    font-size: 1rem;
    margin-top: 1.5em;
    margin-bottom: -2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact_form_new .corporation-industry .smf-item__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:first-child .smf-radio-buttons-control {
    border-right: none !important;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:last-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control {
    height: 100%;
    background: #ffffff;
    padding-right: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid #333;
    border-width: 1px 1px 1px 0;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input {
    max-width: 25.75rem;
    height: 1.875rem !important;
    background: #F8F8F8;
    border: 1px solid #eee !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input:focus {
    background: #eeeeee;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input::-moz-placeholder {
    color: #999;
    font-size: 1rem;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input:-ms-input-placeholder {
    color: #999;
    font-size: 1rem;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input::-ms-input-placeholder {
    color: #999;
    font-size: 1rem;
  }
  .contact_form_new .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input::placeholder {
    color: #999;
    font-size: 1rem;
  }
}
@media (max-width: 749.9px) {
  .smf-form .smf-radio-buttons-control,
  .smf-form input:not([type=checkbox], [type=radio]), .smf-form textarea, .smf-form select, form[data-screen=confirm] .smf-form .smf-placeholder {
    height: 2.75rem;
    padding: 0.4375rem 1.25rem !important;
    font-size: 1rem;
    line-height: 1.875;
  }
  .smf-form .smf-form--letter .smf-item {
    padding: 0.5em 0;
  }
  .smf-form .smf-radio-buttons-control {
    height: auto;
    padding: 0.9375rem 1.25rem 0.375rem !important;
  }
  .smf-form .smf-radio-buttons-control .smf-label {
    width: 100%;
    margin-right: 0 !important;
  }
  .smf-form .smf-radio-buttons-control .smf-radio-button-control__label {
    padding-top: 0.125rem;
  }
  .smf-form .smf-radio-buttons-control input {
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-top: 0.5rem !important;
    margin-right: 0.625rem !important;
    border: none !important;
    background: #eee !important;
  }
  .smf-form .smf-radio-buttons-control input::before {
    width: 0.625rem !important;
    height: 0.625rem !important;
    top: 0.3125rem !important;
    left: 0.3125rem !important;
  }
  .smf-form textarea {
    height: 10rem;
  }
  .smf-form .smf-item__label {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }
  div[data-name=message] + p {
    margin-top: 1.5em;
  }
  .corporation-industry .smf-item__controls .smf-placeholder:first-child .smf-radio-buttons-control {
    border-bottom: none !important;
  }
  .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control {
    background: #ffffff;
    padding: 0 1.25rem 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid #333;
    border-width: 0 1px 1px 1px;
  }
  .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input {
    max-width: 25.75rem;
    height: 2.5rem !important;
    background: #F8F8F8;
    border: 1px solid #eee !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input:focus {
    background: #eeeeee;
  }
  .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input::-webkit-input-placeholder {
    color: #999;
    font-size: 0.875rem;
  }
  .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input::-moz-placeholder {
    color: #999;
    font-size: 0.875rem;
  }
  .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input:-ms-input-placeholder {
    color: #999;
    font-size: 0.875rem;
  }
  .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input::-ms-input-placeholder {
    color: #999;
    font-size: 0.875rem;
  }
  .corporation-industry .smf-item__controls .smf-placeholder:last-child .smf-text-control input::placeholder {
    color: #999;
    font-size: 0.875rem;
  }
  .smf-action {
    margin-top: 1.25rem !important;
  }
  .smf-action .smf-button-control {
    margin-left: 0 !important;
    margin-top: 0.75rem !important;
  }
  .smf-action .smf-button-control button[type=submit] {
    max-width: 100%;
    width: 17.8125rem !important;
    height: 3.75rem !important;
    font-size: 1.0625rem !important;
  }
  .smf-action .smf-button-control button[type=submit][data-action=back] {
    width: 17.8125rem !important;
    height: 3rem !important;
    font-size: 0.9375rem !important;
  }
  .form_head {
    margin-bottom: 1.875rem;
  }
  .wp-block-snow-monkey-forms-item {
    margin-bottom: 1.25rem;
  }
  .privacy_check {
    margin-top: 2.5rem;
  }
  .privacy_check div[data-name=privacy-check] label input {
    width: 1.875rem !important;
    height: 1.875rem !important;
  }
  .privacy_check div[data-name=privacy-check] label input::before {
    width: 0.5rem !important;
    height: 0.875rem !important;
    top: 0.25rem !important;
  }
  .privacy_check .smf-label {
    margin-right: 0.3125rem !important;
  }
}
.smf-system-error-content {
  line-height: 2;
}

.archive_list {
  margin-top: 3.75rem;
  margin-bottom: -1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive_list::after {
  content: "";
  width: calc(33.333% - 0.9375rem);
  height: 0;
  display: block;
}
.archive_list > * {
  width: calc(33.333% - 0.9375rem);
  margin-bottom: 1.875rem;
}
.archive_list a {
  color: inherit !important;
  text-decoration: none !important;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.archive_list a:hover {
  opacity: 1;
  background: #f8f8f8;
}
.archive_list a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.archive_list a:hover .post_title {
  color: #016DB2;
}
.archive_list .post_info {
  display: block;
  padding: 0 1.25rem 1.875rem;
}
.archive_list figure {
  margin: 0 0 1.25em;
  overflow: hidden;
  position: relative;
}
.archive_list figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.post_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post_info .works-cat span {
  padding: 0 1em;
  color: #016DB2;
  background: #ffffff;
  border: 1px solid #016DB2;
  display: inline-block;
}
.post_info .post_title {
  margin-top: 0.4em;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.post_data .post_info .works-cat {
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 1em;
}

@media (max-width: 749.9px) {
  .archive_list {
    margin-top: 2.5rem;
    margin-bottom: -1.875rem;
  }
  .archive_list::after {
    display: none;
  }
  .archive_list > * {
    width: 100%;
    margin-bottom: 1.875rem;
  }
  .archive_list a:hover {
    background: transparent;
  }
  .archive_list .post_info {
    padding: 0;
  }
  .archive_list figure {
    margin: 0 0 1.25em;
  }
  .archive_list figure img {
    aspect-ratio: 3/2;
  }
  .post_info .post_title {
    margin-top: 0.3em;
    font-size: 1.1875rem;
  }
  .post_data .post_info .works-cat {
    font-size: 0.875rem;
  }
}
.post_nav_wrap {
  margin-top: 6.5rem;
  position: relative;
  font-size: 1.125rem;
  padding: 1.5625rem 1.5625rem;
  background: #f8f8f8;
}
.post_nav_wrap .pn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_nav_wrap .pn_list a {
  text-decoration: none;
  min-width: 12.75rem;
  height: 3.125rem;
  font-weight: bold;
  padding: 0.5em 1em;
  color: #016DB2;
  background: #ffffff;
  border: 1px solid #016DB2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_nav_wrap .pn_list .prev a::before {
  width: 0.5625rem;
  height: 0.6875rem;
  content: "";
  display: block;
  background: url("../img/common/i_arw_b.svg") center center no-repeat;
  background-size: contain;
  margin-right: 0.75em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.post_nav_wrap .pn_list .next {
  margin-left: auto;
}
.post_nav_wrap .pn_list .next a::after {
  width: 0.5625rem;
  height: 0.6875rem;
  content: "";
  display: block;
  background: url("../img/common/i_arw_b.svg") center center no-repeat;
  background-size: contain;
  margin-left: 0.75em;
}
.post_nav_wrap .back_btn_wrap {
  width: 9rem;
  position: absolute;
  left: 50%;
  bottom: 1.5625rem;
  margin-left: -3.75rem;
}
.post_nav_wrap .back_btn_wrap a {
  text-decoration: none;
  height: 3.125rem;
  color: #016DB2;
  font-weight: bold;
  border-bottom: 1px solid #016DB2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 749.9px) {
  .post_nav_wrap {
    margin-top: 2.75rem;
    font-size: 0.875rem;
    padding: 1.5625rem 0.9375rem;
  }
  .post_nav_wrap .pn_list > li {
    width: calc(50% - 0.5rem);
  }
  .post_nav_wrap .pn_list a {
    width: 100%;
    min-width: auto;
    height: 2.75rem;
  }
  .post_nav_wrap .back_btn_wrap {
    margin-top: 0.625rem;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: 50%;
    bottom: 1.5625rem;
  }
  .post_nav_wrap .back_btn_wrap a {
    width: 100%;
    height: 2.5rem;
  }
}
.list_nav {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_nav li {
  margin: 0 0.375rem;
}
.list_nav li.prev, .list_nav li.next {
  margin: 0 0.3125rem;
}
.list_nav li.prev a, .list_nav li.next a {
  display: block;
  background: url("../img/common/i_arw_b.svg") center center no-repeat;
  background-size: auto 0.75rem;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}
.list_nav li.prev a {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.list_nav li a, .list_nav li span {
  text-decoration: none;
  min-width: 2.8125rem;
  height: 2.8125rem;
}
.list_nav li:not(.prev):not(.next) a, .list_nav li:not(.prev):not(.next) span {
  text-decoration: none;
  border: 1px solid #016DB2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
}
.list_nav li:not(.prev):not(.next) a:hover {
  color: #ffffff;
  background: #016DB2;
}
.list_nav li a {
  color: #016DB2;
}
.list_nav li span:not(.dot) {
  color: #ffffff;
  background: #016DB2;
}
.list_nav li span.dot {
  border: 0 !important;
  min-width: auto !important;
}

@media (max-width: 749.9px) {
  .list_nav {
    margin-top: 0;
    padding-top: 2.75rem;
  }
  .list_nav li {
    margin: 0 0.25rem;
  }
  .list_nav li.prev, .list_nav li.next {
    margin: 0 0.3125rem;
  }
  .list_nav li.prev a, .list_nav li.next a {
    background-size: auto 0.75rem;
  }
  .list_nav li a, .list_nav li span {
    min-width: 2.1875rem;
    height: 2.5rem;
  }
  .list_nav li:not(.prev):not(.next) a, .list_nav li:not(.prev):not(.next) span {
    font-size: 1rem;
  }
}
.post_data .title {
  line-height: 1.8;
}
.post_data .post_date {
  font-size: 1em;
  color: #000000;
}
.post_data .post_thumbnail {
  margin-block: 2.6666666667em 1.6em;
}

.post_edit {
  margin-top: 3rem;
}

.page_post {
  line-height: 1.8;
}
.page_post *:first-child {
  margin-top: 0 !important;
}
.page_post *:last-child {
  margin-bottom: 0 !important;
}
.page_post .wp-block-columns {
  margin-block: 3.3333333333em;
}
.page_post h2, .page_post h3, .page_post figure {
  margin-block: 2.3333333333em 1.3333333333em;
}
.page_post p + p {
  margin-top: 1.3333333333em;
}
.page_post p + .wp-block-gallery {
  margin-top: 1.6666666667em;
}
.page_post h2, .page_post h3, .page_post h4, .page_post h5, .page_post h6 {
  line-height: 1.5;
}
.page_post h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#05538E), to(#034170));
  background: linear-gradient(90deg, #05538E, #034170);
  padding: 0.5em 1em 0.5em 1em;
  position: relative;
  overflow: hidden;
}
.page_post h2::before, .page_post h2::after {
  content: "";
  width: 23.6456808199%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15%;
  background: #077BC4;
  -webkit-transform: skewX(-32deg);
          transform: skewX(-32deg);
  z-index: 5;
}
.page_post h2::before {
  right: calc(-15% + 0.625rem);
  opacity: 0.55;
}
.page_post h2::after {
  mix-blend-mode: multiply;
  z-index: 8;
  opacity: 0.15;
}
.page_post h3 {
  font-size: 1.375rem;
  font-weight: 800;
  padding: 0.25em 0 0.25em 1.5rem;
  color: #000000;
  position: relative;
}
.page_post h3::before {
  content: "";
  width: 0.625rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#077BC4), to(#00568B));
  background: linear-gradient(#077BC4, #00568B);
  position: absolute;
  top: 0;
  left: 0;
}
.page_post h4 {
  font-size: 1.125rem;
  margin-block: 2em 1.25em;
  font-weight: 800;
}
.page_post h2 + h3 {
  margin-top: -0.25em;
}
.page_post h4.h5, .page_post h6 {
  font-weight: bold;
  margin-block: 1.6666666667em;
}
.page_post .wp-block-image.size-full {
  text-align: center;
}
.page_post iframe {
  max-width: 100%;
}
.page_post .wp-block-table thead {
  border-bottom: 0;
}
.page_post .wp-block-table tfoot {
  border-top: 0;
}
.page_post .wp-block-table thead, .page_post .wp-block-table tfoot {
  font-weight: 500;
  background: #d1ded6;
}
.page_post .wp-block-table td, .page_post .wp-block-table th {
  padding: 0.75em 1em;
  border-color: #0A3043;
}
.page_post .has-fixed-layout td, .page_post .has-fixed-layout th {
  padding: 0.5em 1em !important;
  border-color: #333333 !important;
}
.page_post .has-fixed-layout tr > *:nth-child(1) {
  color: #ffffff;
  background: #627480;
}
.page_post .has-fixed-layout tr > *:nth-child(2) {
  background: #f8f8f8;
}
@media (max-width: 749.9px) {
  .post_data .post_thumbnail {
    margin-block: 2.6666666667em 1.6em;
  }
  .post_edit {
    margin-top: 2.75rem;
  }
  .page_post .wp-block-columns {
    margin-block: 3.3333333333em;
  }
  .page_post h2, .page_post h3, .page_post figure {
    margin-block: 1.6666666667em 1em;
  }
  .page_post p + p {
    margin-top: 1em;
  }
  .page_post p + .wp-block-gallery {
    margin-top: 1.6666666667em;
  }
  .page_post h2 {
    font-size: 1.4375rem;
  }
  .page_post h3 {
    font-size: 1.1875rem;
    padding: 0.125em 0 0.125em 1.25rem;
  }
  .page_post h3::before {
    width: 0.5rem;
  }
  .page_post h4 {
    font-size: 1rem;
    margin-block: 2em 1.25em;
  }
  .page_post h2 + h3 {
    margin-top: -0.25em;
  }
  .page_post h4.h5, .page_post h6 {
    font-weight: bold;
    margin-block: 1.6666666667em;
  }
  .page_post .has-fixed-layout td, .page_post .has-fixed-layout th {
    padding: 0.5em 1em !important;
  }
  .page_post .wp-block-media-text {
    margin-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_post .wp-block-media-text + .wp-block-media-text {
    margin-top: 2em;
  }
  .page_post .wp-block-media-text__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.5em 0 0 !important;
  }
}
@media (max-width: 749.9px) {
  p.has-text-align-center {
    text-align: left;
  }
}