@charset "UTF-8";
/*
Theme Name: 近畿電設工業（2025年）
Theme URI:
Author: grafix
Author URI: https://www.gd-system.jp/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* html tag */
html {
  font-size: 10px;
  font-family: YakuHanJP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #333;
}

body {
  word-wrap: break-word;
  word-break: break-all;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2e93d4;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
a:hover img {
  opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
a[href^=tel] {
  color: #333;
  cursor: text;
  pointer-events: none;
}
a[href^=tel]:hover {
  text-decoration: none;
}

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

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

strong {
  font-weight: bold;
}

.sp {
  display: none;
}

.screen-reader-text {
  display: none;
}

@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
}
body.fixed {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 4.0625vw;
    line-height: 1.75;
  }
}
.header-wrap {
  background: #fff;
  border-radius: 5px;
  position: fixed;
  top: 37px;
  left: 40px;
  right: 40px;
  padding: 15px;
  z-index: 90;
}
.header-wrap .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.header-wrap .header-inner header .header a {
  display: block;
}
.header-wrap .header-inner header .header a img {
  display: block;
}
.header-wrap .header-inner nav .nav {
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 500;
}
.header-wrap .header-inner nav .nav .menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.header-wrap .header-inner nav .nav .menu ul li {
  position: relative;
}
.header-wrap .header-inner nav .nav .menu ul li a {
  display: block;
  color: #333;
  padding: 10px 10px 10px 26px;
  position: relative;
}
.header-wrap .header-inner nav .nav .menu ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(img/circle_blue.svg) no-repeat center center;
  background-size: contain;
  margin-right: 5px;
  transition: 0.2s;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -3px;
}
.header-wrap .header-inner nav .nav .menu ul li a:hover {
  color: #2e93d4;
}
.header-wrap .header-inner nav .nav .menu ul li a:hover::before {
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
.header-wrap .header-inner nav .nav .menu ul li.active > a {
  color: #2e93d4;
}
.header-wrap .header-inner nav .nav .menu ul li.active > a::before {
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
.header-wrap .header-inner nav .nav .menu ul li.contact {
  margin-left: 30px;
}
.header-wrap .header-inner nav .nav .menu ul li.contact a {
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 9999px;
  position: relative;
}
.header-wrap .header-inner nav .nav .menu ul li.contact a::before {
  display: none;
}
.header-wrap .header-inner nav .nav .menu ul li.contact a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  rotate: 45deg;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  transition: 0.2s;
}
.header-wrap .header-inner nav .nav .menu ul li.contact a:hover::after {
  right: 12px;
}
.header-wrap .header-inner nav .nav .menu ul li .sub_menus {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 91;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.header-wrap .header-inner nav .nav .menu ul li .sub_menus ul {
  display: block;
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.header-wrap .header-inner nav .nav .menu ul li .sub_menus ul li {
  white-space: nowrap;
}
.header-wrap .header-inner nav .nav .menu ul li:hover .sub_menus {
  opacity: 1;
  visibility: visible;
}

.footer {
  border-top: solid 1px #b1b1b1;
  position: relative;
  padding: 50px 0 0;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: url(img/footer_bg.svg) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.footer__inner {
  max-width: 900px;
  margin: 0 auto;
}
.footer__contents {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.footer__contents__link {
  flex-basis: 60.5%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.footer__contents__link .link {
  flex-basis: 46.6%;
  flex-shrink: 0;
  flex-grow: 0;
}
.footer__contents__link .link .img {
  margin-bottom: 5px;
}
.footer__contents__link .link .img img {
  display: block;
}
.footer__contents__link .link .name {
  font-weight: 700;
}
.footer__contents__link .link .link {
  padding-top: 10px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.5;
}
.footer__contents__link .link .link a {
  display: inline-block;
  padding: 10px 40px 10px 30px;
  font-weight: 700;
  background: #000;
  color: #fff;
  border-radius: 9999px;
  position: relative;
  white-space: nowrap;
}
.footer__contents__link .link .link a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  transition: 0.2s;
}
.footer__contents__link .link .link a:hover::after {
  right: 15px;
}
.footer__contents__credit {
  flex-basis: 33.333%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 1;
}
.footer__contents__credit .site_name {
  margin-bottom: 20px;
}
.footer__contents__credit .site_name .logo img {
  display: block;
  width: 122px;
  height: auto;
}
.footer__contents__credit .site_name .company_name {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
}
.footer__contents__credit .credit {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.footer__contents__credit .sns ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.footer__contents__credit .sns ul li + li {
  margin-left: 10px;
}
.footer__contents__credit .sns ul li img {
  width: 30px;
  height: auto;
}
.footer__contents__credit .sns ul li .name {
  display: none;
}
.footer .footer_nav {
  margin-top: 30px;
}
.footer .footer_nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: initial;
  flex-wrap: nowrap;
}
.footer .footer_nav ul li a {
  display: block;
  color: #333;
  padding: 10px 10px 10px 26px;
  position: relative;
}
.footer .footer_nav ul li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(img/circle_blue.svg) no-repeat center center;
  background-size: contain;
  margin-right: 5px;
  transition: 0.2s;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -3px;
}
.footer .footer_nav ul li a:hover {
  color: #2e93d4;
}
.footer .footer_nav ul li a:hover::before {
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
.footer .copyright {
  text-align: right;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000;
  margin-top: 30px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .header-wrap {
    top: 3.7vw;
    left: 3vw;
    right: 3vw;
    padding: 4vw 2.6vw;
  }
  .header-wrap .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  .header-wrap .header-inner header .header a img {
    width: 32vw;
    height: auto;
  }
  .header-wrap .header-inner nav .nav {
    font-size: 4.375vw;
    line-height: 1.75;
    font-weight: 500;
  }
  .header-wrap .header-inner nav .nav .sp-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 13vw;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar {
    position: absolute;
    left: 2.8125vw;
    right: 2.8125vw;
    background: #999;
    height: 2px;
    transition: 0.2s;
    border-radius: 9999px;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(1) {
    top: 4.25vw;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(2) {
    top: 6.525vw;
  }
  .header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(3) {
    top: 8.6875vw;
  }
  .header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(1) {
    top: 6.525vw;
    rotate: 45deg;
  }
  .header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(2) {
    scale: 0 1;
  }
  .header-wrap .header-inner nav .nav .sp-menu.active .bars .bar:nth-of-type(3) {
    top: 6.525vw;
    rotate: -45deg;
  }
  .header-wrap .header-inner nav .nav .sp-menu.active + .menu {
    translate: 0 0;
  }
  .header-wrap .header-inner nav .nav .menu {
    position: fixed;
    top: 18.9vw;
    left: 3vw;
    right: 3vw;
    bottom: 3vw;
    background: #fff;
    border-radius: 5px;
    overflow-y: auto;
    padding: 4vw 4vw 10vw;
    translate: 100vw 0;
    transition: 0.2s;
  }
  .header-wrap .header-inner nav .nav .menu ul {
    display: block;
  }
  .header-wrap .header-inner nav .nav .menu ul li.contact {
    margin-left: 0;
    margin-top: 1em;
  }
  .header-wrap .header-inner nav .nav .menu ul li .sub_menus {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .header-wrap .header-inner nav .nav .menu ul li .sub_menus ul {
    margin-top: 0;
    padding: 1.5625vw;
    background: #d0d0d0;
    margin-left: 26px;
  }
  .header-wrap .header-inner nav .nav .menu ul li .sub_menus ul li {
    white-space: nowrap;
  }
  .footer {
    padding: 8.4375vw 0 0;
  }
  .footer__inner {
    max-width: initial;
    padding: 0 6.25vw;
  }
  .footer__contents {
    display: block;
  }
  .footer__contents__link {
    display: block;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 10.9375vw;
  }
  .footer__contents__link .link {
    margin-bottom: 10.9375vw;
  }
  .footer__contents__link .link .img {
    margin-bottom: 5px;
  }
  .footer__contents__link .link .img img {
    display: block;
  }
  .footer__contents__link .link .name {
    font-weight: 400;
  }
  .footer__contents__link .link .link {
    padding-top: 3.125vw;
    font-size: 3.75vw;
    line-height: 1.5;
    text-align: center;
  }
  .footer__contents__credit {
    text-align: center;
  }
  .footer__contents__credit .site_name {
    margin-bottom: 6.25vw;
  }
  .footer__contents__credit .site_name .logo img {
    margin: 0 auto;
  }
  .footer__contents__credit .site_name .company_name {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .footer__contents__credit .credit {
    font-size: 3.125vw;
    line-height: 1.5;
    margin-bottom: 3.125vw;
  }
  .footer__contents__credit .sns ul {
    display: flex;
    justify-content: center;
    align-items: initial;
    flex-wrap: nowrap;
  }
  .footer .footer_nav {
    margin-top: 30px;
  }
  .footer .footer_nav ul {
    display: block;
    border-top: solid 1px #f1f1f1;
    font-size: 3.75vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .footer .footer_nav ul li {
    border-bottom: solid 1px #f1f1f1;
  }
  .footer .copyright {
    text-align: center;
    font-size: 3.125vw;
    line-height: 1.5;
  }
}
.background-wrap {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 55.6vw;
}

.background-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#yt-movie {
  width: 100%;
  height: 100%;
}

.background-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.front_catchcopy {
  margin: 90px 0;
}
.front_catchcopy__inner {
  max-width: 940px;
  margin: 0 auto;
}
.front_catchcopy__wrap {
  margin-left: 36.8%;
}
.front_catchcopy__title {
  font-size: 5.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 50px;
}
.front_catchcopy__title .title1 {
  margin-bottom: 10px;
}
.front_catchcopy__title .label {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 0 5px 0 5px;
}
.front_catchcopy__title .bg {
  background: #384980;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  scale: 0 1;
  transition: 1s;
  transform-origin: left top;
}
.front_catchcopy__title .bg.on {
  scale: 1 1;
}
.front_catchcopy__body {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 700;
}
.front_catchcopy__body .link {
  text-align: right;
}
.front_catchcopy__body .link a {
  display: inline-block;
  padding: 20px 60px;
  font-weight: 700;
  background: #384980;
  color: #fff;
  border-radius: 9999px;
  position: relative;
  font-size: 1.4rem;
}
.front_catchcopy__body .link a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  transition: 0.2s;
}
.front_catchcopy__body .link a:hover::after {
  right: 15px;
}

.front_news {
  margin: 90px 0;
}
.front_news__inner {
  max-width: 940px;
  margin: 0 auto;
}
.front_news__title {
  margin-bottom: 60px;
}
.front_news__title .sub {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
}
.front_news__title .title {
  font-size: 5.4rem;
  line-height: 1.5;
}
.front_news__title .title .label {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 0 5px 0 5px;
  font-weight: 700;
}
.front_news__title .title .bg {
  background: #384980;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  scale: 0 1;
  transition: 1s;
  transform-origin: left top;
}
.front_news__title .title .bg.on {
  scale: 1 1;
}
.front_news__body .news_list {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 2.1%;
}
.front_news__body .news_list .news_data {
  flex-basis: 23.4%;
  flex-shrink: 0;
  flex-grow: 0;
}
.front_news__body .news_list .news_data a {
  display: block;
  color: #333;
}
.front_news__body .news_list .news_data .img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 10px;
}
.front_news__body .news_list .news_data .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.front_news__body .news_list .news_data .data .news_date {
  font-size: 1.2rem;
  line-height: 1.5;
}
.front_news__body .news_list .news_data .data .news_title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.front_news__body .link {
  border-top: solid 1px #d1d1d1;
  margin-top: 25px;
  padding-top: 30px;
  text-align: right;
  position: relative;
}
.front_news__body .link::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #384980;
  position: absolute;
  left: 0;
  top: -1px;
}
.front_news__body .link a {
  display: inline-block;
  padding: 20px 80px;
  font-weight: 700;
  background: #384980;
  color: #fff;
  border-radius: 9999px;
  position: relative;
}
.front_news__body .link a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  transition: 0.2s;
}
.front_news__body .link a:hover::after {
  right: 15px;
}

.front_result {
  margin: 90px 0;
}
.front_result__inner {
  max-width: 940px;
  margin: 0 auto;
}
.front_result__title {
  margin-bottom: 20px;
}
.front_result__title .sub {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
}
.front_result__title .title {
  font-size: 5.4rem;
  line-height: 1.5;
}
.front_result__title .title .label {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 0 5px 0 5px;
  font-weight: 700;
}
.front_result__title .title .bg {
  background: #384980;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  scale: 0 1;
  transition: 1s;
  transform-origin: left top;
}
.front_result__title .title .bg.on {
  scale: 1 1;
}
.front_result__body .text {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
  margin-bottom: 40px;
}
.front_result__body .link {
  margin-top: 25px;
  text-align: right;
}
.front_result__body .link a {
  display: inline-block;
  padding: 20px 80px;
  font-weight: 700;
  background: #384980;
  color: #fff;
  border-radius: 9999px;
  position: relative;
}
.front_result__body .link a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  transition: 0.2s;
}
.front_result__body .link a:hover::after {
  right: 15px;
}

.front_topics {
  margin: 90px 0;
}
.front_topics__inner {
  max-width: 940px;
  margin: 0 auto;
}
.front_topics__title {
  margin-bottom: 20px;
}
.front_topics__title .sub {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
}
.front_topics__title .title {
  font-size: 5.4rem;
  line-height: 1.5;
}
.front_topics__title .title .label {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 0 5px 0 5px;
  font-weight: 700;
}
.front_topics__title .title .bg {
  background: #384980;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  scale: 0 1;
  transition: 1s;
  transform-origin: left top;
}
.front_topics__title .title .bg.on {
  scale: 1 1;
}
.front_topics__body .text {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
  margin-bottom: 40px;
}
.front_topics__body .topics_list {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.front_topics__body .topics_list .topics_data {
  flex-basis: 46.8%;
  flex-shrink: 0;
  flex-grow: 0;
}
.front_topics__body .topics_list .topics_data a {
  display: block;
  color: #333;
}
.front_topics__body .topics_list .topics_data .img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 10px;
}
.front_topics__body .topics_list .topics_data .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.front_topics__body .topics_list .topics_data .video {
  aspect-ratio: 4/3;
  position: relative;
  margin-bottom: 10px;
}
.front_topics__body .topics_list .topics_data .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.front_topics__body .topics_list .topics_data .data .topics_title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

.front_company {
  margin: 90px 0;
}
.front_company__inner {
  max-width: 940px;
  margin: 0 auto;
}
.front_company__title {
  margin-bottom: 30px;
}
.front_company__title .sub {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
}
.front_company__title .title {
  font-size: 5.4rem;
  line-height: 1.5;
}
.front_company__title .title .label {
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 0 5px 0 5px;
  font-weight: 700;
}
.front_company__title .title .bg {
  background: #384980;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  scale: 0 1;
  transition: 1s;
  transform-origin: left top;
}
.front_company__title .title .bg.on {
  scale: 1 1;
}
.front_company__body .company_wrap {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.front_company__body .img {
  flex-basis: 69%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
}
.front_company__body .img img {
  display: block;
}
.front_company__body .data {
  flex-basis: 27.6%;
  flex-shrink: 0;
  flex-grow: 0;
  order: 1;
  margin-bottom: 30px;
}
.front_company__body .data .text {
  font-size: 1.3rem;
  line-height: 1.75;
}
.front_company__body .link {
  margin-top: 25px;
}
.front_company__body .link a {
  display: inline-block;
  padding: 20px 80px;
  font-weight: 700;
  background: #384980;
  color: #fff;
  border-radius: 9999px;
  position: relative;
}
.front_company__body .link a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  transition: 0.2s;
}
.front_company__body .link a:hover::after {
  right: 15px;
}

@media screen and (max-width: 768px) {
  .front_catchcopy {
    margin: 10.625vw 0;
  }
  .front_catchcopy__inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .front_catchcopy__wrap {
    margin-left: 0;
  }
  .front_catchcopy__title {
    font-size: 7.5vw;
    line-height: 1.5;
    margin-bottom: 7.8125vw;
  }
  .front_catchcopy__title .title1 {
    margin-bottom: 10px;
  }
  .front_catchcopy__body {
    font-size: 4.0625vw;
    line-height: 1.75;
  }
  .front_catchcopy__body .link {
    text-align: right;
    margin-top: 7.8125vw;
  }
  .front_catchcopy__body .link a {
    display: inline-block;
    padding: 20px 60px;
    font-weight: 700;
    background: #384980;
    color: #fff;
    border-radius: 9999px;
    position: relative;
    font-size: 4.0625vw;
  }
  .front_catchcopy__body .link a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    rotate: 45deg;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    transition: 0.2s;
  }
  .front_catchcopy__body .link a:hover::after {
    right: 15px;
  }
  .front_news {
    margin: 10.625vw 0;
  }
  .front_news__inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .front_news__title {
    margin-bottom: 7.8125vw;
  }
  .front_news__title .sub {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  .front_news__title .title {
    font-size: 7.5vw;
    line-height: 1.5;
  }
  .front_news__body .news_list {
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-wrap: wrap;
  }
  .front_news__body .news_list .news_data {
    flex-basis: 47%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 7.5vw;
  }
  .front_news__body .news_list .news_data .img {
    margin-bottom: 3.125vw;
  }
  .front_news__body .news_list .news_data .data .news_date {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .front_news__body .link {
    border-top: none;
    margin-top: 25px;
    padding-top: 0;
  }
  .front_news__body .link::before {
    display: none;
  }
  .front_result {
    margin: 10.625vw 0;
  }
  .front_result__inner {
    max-width: initial;
  }
  .front_result__title {
    margin-bottom: 6.25vw;
    margin: 0 6.25vw;
  }
  .front_result__title .sub {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  .front_result__title .title {
    font-size: 7.5vw;
    line-height: 1.5;
  }
  .front_result__body .text {
    font-size: 4.0625vw;
    line-height: 1.75;
    margin: 0 6.25vw 6.25vw;
  }
  .front_result__body .link {
    margin: 7.8125vw 6.25vw 0;
    text-align: right;
  }
  .front_result__body .link a {
    display: inline-block;
    padding: 20px 80px;
    font-weight: 700;
    background: #384980;
    color: #fff;
    border-radius: 9999px;
    position: relative;
  }
  .front_result__body .link a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    rotate: 45deg;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    transition: 0.2s;
  }
  .front_result__body .link a:hover::after {
    right: 15px;
  }
  .front_topics {
    margin: 10.625vw 0;
  }
  .front_topics__inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .front_topics__title {
    margin-bottom: 6.25vw;
  }
  .front_topics__title .sub {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  .front_topics__title .title {
    font-size: 7.5vw;
    line-height: 1.5;
  }
  .front_topics__body .text {
    font-size: 4.0625vw;
    line-height: 1.75;
    margin-bottom: 6.25vw;
  }
  .front_topics__body .topics_list {
    display: block;
  }
  .front_topics__body .topics_list .topics_data {
    margin-bottom: 6.25vw;
  }
  .front_topics__body .topics_list .topics_data .data .topics_title {
    font-size: 4.375vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .front_company {
    margin: 90px 0;
  }
  .front_company__inner {
    max-width: initial;
    margin: 0 6.25vw;
  }
  .front_company__title {
    margin-bottom: 6.25vw;
  }
  .front_company__title .sub {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
  .front_company__title .title {
    font-size: 7.5vw;
    line-height: 1.5;
  }
  .front_company__body .company_wrap {
    display: block;
  }
  .front_company__body .img {
    margin-bottom: 3.125vw;
  }
  .front_company__body .img img {
    display: block;
  }
  .front_company__body .data {
    margin-bottom: 0;
  }
  .front_company__body .data .text {
    font-size: 4.0625vw;
    line-height: 1.75;
  }
  .front_company__body .link {
    margin: 7.8125vw 6.25vw 0;
    text-align: right;
  }
}
.page-template-default .container {
  max-width: 940px;
  margin: 0 auto 150px;
}
.page-template-default .page_header {
  width: 100%;
  height: 180px;
  background: url(img/footer_bg.svg) no-repeat center bottom;
  background-size: cover;
}
.page-template-default .page_title {
  font-size: 5.4rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding: 0 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-template-default .page_title::before {
  content: "";
  background: #384980;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: 1s;
  transform-origin: left top;
}
.page-template-default .page_title.view_point::before {
  scale: 0 1;
}
.page-template-default .page_title.on::before {
  scale: 1 1;
}
.page-template-default .page_content {
  line-height: 2;
}
.page-template-default .page_content h2 {
  font-size: 3rem;
  line-height: 1.5;
  color: #384980;
  font-weight: 700;
  padding-left: 40px;
  padding-bottom: 10px;
  margin: 2em 0 1em;
  position: relative;
  border-bottom: solid 1px #d0d0d0;
}
.page-template-default .page_content h2::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(img/circle_darkblue.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 10px;
}
.page-template-default .page_content h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #384980;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.page-template-default .page_content h2:first-child {
  margin-top: 0;
}
.page-template-default .page_content h2:last-child {
  margin-bottom: 0;
}
.page-template-default .page_content h2.is-style-h2border {
  border-bottom: solid 1px #d0d0d0;
  padding-left: 0;
  padding-bottom: 10px;
}
.page-template-default .page_content h2.is-style-h2border::before {
  display: block;
  width: 60px;
  height: 1px;
  background: #384980;
  top: initial;
  bottom: -1px;
}
.page-template-default .page_content h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #384980;
  font-weight: 700;
  margin: 3em 0 1em;
}
.page-template-default .page_content h3:first-child {
  margin-top: 0;
}
.page-template-default .page_content h3:last-child {
  margin-bottom: 0;
}
.page-template-default .page_content p {
  margin: 1.5em 0 1.5em;
}
.page-template-default .page_content p:first-child {
  margin-top: 0;
}
.page-template-default .page_content p:last-child {
  margin-bottom: 0;
}
.page-template-default .page_content ul {
  margin: 1.5em 0 1.5em;
  list-style-type: none;
}
.page-template-default .page_content ul:first-child {
  margin-top: 0;
}
.page-template-default .page_content ul:last-child {
  margin-bottom: 0;
}
.page-template-default .page_content ul li {
  padding-left: 16px;
  position: relative;
}
.page-template-default .page_content ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #384980;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 9px;
}
.page-template-default .page_content ul li ul {
  margin: 0;
  list-style-type: circle;
  padding-left: 1.5em;
}
.page-template-default .page_content ul li ul li {
  padding-left: 0;
}
.page-template-default .page_content ul li ul li::before {
  display: none;
}
.page-template-default .page_content ul li ul li ul {
  list-style-type: square;
}
.page-template-default .page_content ul li ol {
  margin: 0;
}
.page-template-default .page_content ol {
  margin: 1.5em 0 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.page-template-default .page_content ol:first-child {
  margin-top: 0;
}
.page-template-default .page_content ol:last-child {
  margin-bottom: 0;
}
.page-template-default .page_content ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.page-template-default .page_content ol li ol li::before {
  display: none;
}
.page-template-default .page_content ol li ol li ol {
  list-style-type: lower-roman;
}
.page-template-default .page_content ol li ul {
  margin: 0;
}
.page-template-default .page_content a:hover {
  text-decoration: underline;
}
.page-template-default .page_content a[href$=".pdf"]::after, .page-template-default .page_content a[href$=".doc"]::after, .page-template-default .page_content a[href$=".docx"]::after, .page-template-default .page_content a[href$=".xls"]::after, .page-template-default .page_content a[href$=".xlsx"]::after, .page-template-default .page_content a[href$=".ppt"]::after, .page-template-default .page_content a[href$=".pptx"]::after {
  content: "";
  display: inline-block;
  width: 1.42857em;
  height: 1.42857em;
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: middle;
}
.page-template-default .page_content a[href$=".pdf"]::after {
  background: url(img/icon_pdf.svg) no-repeat center center;
}
.page-template-default .page_content a[href$=".doc"]::after, .page-template-default .page_content a[href$=".docx"]::after {
  background: url(img/icon_doc.svg) no-repeat center center;
}
.page-template-default .page_content a[href$=".xls"]::after, .page-template-default .page_content a[href$=".xlsx"]::after {
  background: url(img/icon_xls.svg) no-repeat center center;
}
.page-template-default .page_content a[href$=".ppt"]::after, .page-template-default .page_content a[href$=".pptx"]::after {
  background: url(img/icon_ppt.svg) no-repeat center center;
}
.page-template-default .page_content .is-style-midashi {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
  margin-bottom: 1em;
}
.page-template-default .page_content .is-style-mapcode {
  height: 500px;
  position: relative;
  margin-bottom: 2em;
}
.page-template-default .page_content .is-style-mapcode iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-default .page_content .is-style-mb0 {
  margin-bottom: 0;
}
.page-template-default .page_content .is-style-mt0 {
  margin-top: 0;
}
.page-template-default .page_content .is-style-linkp {
  text-align: center;
  margin: 4em 0;
}
.page-template-default .page_content .is-style-linkp a {
  display: inline-block;
  padding: 20px 60px;
  font-weight: 700;
  background: #384980;
  color: #fff;
  border-radius: 9999px;
  position: relative;
}
.page-template-default .page_content .is-style-linkp a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  transition: 0.2s;
}
.page-template-default .page_content .is-style-linkp a:hover {
  text-decoration: none;
}
.page-template-default .page_content .is-style-linkp a:hover::after {
  right: 15px;
}
.page-template-default .page_content .wp-block-flexible-table-block-table table {
  width: 100%;
  border-top: solid 1px #d5d5d5;
  position: relative;
}
.page-template-default .page_content .wp-block-flexible-table-block-table table::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #384980;
  position: absolute;
  left: 0;
  top: -1px;
}
.page-template-default .page_content .wp-block-flexible-table-block-table table tr {
  border-bottom: solid 1px #d5d5d5;
  position: relative;
}
.page-template-default .page_content .wp-block-flexible-table-block-table table tr::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #384980;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.page-template-default .page_content .wp-block-flexible-table-block-table table tr th {
  padding: 20px 0;
  border: none;
  vertical-align: top;
  background: none;
  font-weight: 700;
  width: 20%;
}
.page-template-default .page_content .wp-block-flexible-table-block-table table tr td {
  padding: 20px;
  border: none;
  vertical-align: top;
}
.page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table::after {
  display: none;
}
.page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr::after {
  display: none;
}
.page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th {
  width: 15%;
  position: relative;
  padding-right: 30px;
}
.page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -4px;
}
.page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th::before {
  content: "";
  display: block;
  width: 1px;
  background: #333;
  position: absolute;
  right: 25.5px;
  top: 0;
  bottom: 0;
}
.page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr:first-child th::before {
  top: 50%;
}
.page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr:last-child th::before {
  bottom: 50%;
}
.page-template-default .page_content .wp-block-columns + .wp-block-columns {
  margin-top: 4em;
}
.page-template-default .page_content .wp-block-columns .wp-block-column .wp-block-flexible-table-block-table:first-child {
  margin-top: 0;
}
.page-template-default .page_content .wp-block-columns .wp-block-column .wp-block-flexible-table-block-table:last-child {
  margin-bottom: 0;
}
.page-template-default .page_content .wp-block-columns:has(table) + .wp-block-columns:has(table) {
  margin-top:calc(-2em - 1px);
}

.page-template-default .page_content .wp-block-image:first-child {
  margin-top: 0;
}
.page-template-default .page_content .wp-block-image:last-child {
  margin-bottom: 0;
}

.logout_button {
  text-align: right;
  margin-bottom: 2em;
}
.logout_button a {
  display: inline-block;
  padding: 10px 30px;
  background: #d0d0d0;
  font-weight: 700;
  color: #333;
  border-radius: 9999px;
  transition: 0.2s;
}
.logout_button a:hover {
  background: #f0f0f0;
}

@media screen and (max-width: 768px) {
  .page-template-default .container {
    max-width: initial;
    margin: 0 6.25vw 21.875vw;
  }
  .page-template-default .page_header {
    height: 25vw;
  }
  .page-template-default .page_title {
    font-size: 7.5vw;
    line-height: 1.5;
    margin-bottom: 15.625vw;
  }
  .page-template-default .page_content h2 {
    font-size: 5vw;
    line-height: 1.5;
    padding-left: 6.25vw;
    margin: 3em 0 1em;
  }
  .page-template-default .page_content h2::before {
    width: 14px;
    height: 14px;
    left: 0;
    top: 2.1875vw;
  }
  .page-template-default .page_content .is-style-midashi {
    font-size: 5.625vw;
    line-height: 1.5;
  }
  .page-template-default .page_content .is-style-spimage {
    margin: 0 4.6875vw 12.5vw;
  }
  .page-template-default .page_content .is-style-mapcode {
    height: 64vw;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table table::after {
    width: 9.375vw;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table table tr::after {
    width: 9.375vw;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table table tr th {
    padding: 15px 0;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table table tr td {
    padding: 15px;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th {
    display: block;
    padding-bottom: 0;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td {
    display: block;
    padding: 0 0 20px;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th {
    width: 7.5em;
    padding-right: 20px;
    padding: 14px 0;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th::after {
    width: 8px;
    height: 8px;
    right: 10px;
    top: 24px;
    margin-top: 0;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th::before {
    right: 13px;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr td {
    padding: 14px 0;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr:first-child th::before {
    top: 50%;
  }
  .page-template-default .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr:last-child th::before {
    bottom: 50%;
  }
  .page-template-default .page_content .wp-block-columns {
    gap: 0;
  }
  .page-template-default .page_content .wp-block-columns .wp-block-flexible-table-block-table {
    margin-bottom: 0;
  }
  .page-template-default .page_content .wp-block-columns .wp-block-flexible-table-block-table .table tr {
    border-bottom: none;
  }
}
.post-type-archive-post .container {
  max-width: 940px;
  margin: 0 auto 150px;
}
.post-type-archive-post .page_header {
  width: 100%;
  height: 180px;
  background: url(img/footer_bg.svg) no-repeat center bottom;
  background-size: cover;
}
.post-type-archive-post .page_title {
  font-size: 5.4rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding: 0 20px;
  font-weight: 700;
  margin-bottom: 100px;
}
.post-type-archive-post .page_title::before {
  content: "";
  background: #384980;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: 1s;
  transform-origin: left top;
}
.post-type-archive-post .page_title.view_point::before {
  scale: 0 1;
}
.post-type-archive-post .page_title.on::before {
  scale: 1 1;
}
.post-type-archive-post .page_content .news_list {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  gap: 2.1%;
}
.post-type-archive-post .page_content .news_list .news_data {
  flex-basis: 23.4%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 3em;
}
.post-type-archive-post .page_content .news_list .news_data a {
  display: block;
  color: #333;
}
.post-type-archive-post .page_content .news_list .news_data .img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 10px;
}
.post-type-archive-post .page_content .news_list .news_data .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-type-archive-post .page_content .news_list .news_data .data .news_date {
  font-size: 1.2rem;
  line-height: 1.5;
}
.post-type-archive-post .page_content .news_list .news_data .data .news_title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-post .container {
  max-width: 940px;
  margin: 0 auto 150px;
}
.single-post .page_header {
  width: 100%;
  height: 180px;
  background: url(img/footer_bg.svg) no-repeat center bottom;
  background-size: cover;
}
.single-post .page_title {
  font-size: 5.4rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding: 0 20px;
  font-weight: 700;
  margin-bottom: 100px;
}
.single-post .page_title::before {
  content: "";
  background: #384980;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: 1s;
  transform-origin: left top;
}
.single-post .page_title.view_point::before {
  scale: 0 1;
}
.single-post .page_title.on::before {
  scale: 1 1;
}
.single-post .page_content {
  line-height: 2;
}
.single-post .page_content h2 {
  font-size: 3rem;
  line-height: 1.5;
  color: #384980;
  font-weight: 700;
  padding-left: 40px;
  padding-bottom: 10px;
  margin: 2em 0 1em;
  position: relative;
  border-bottom: solid 1px #d0d0d0;
}
.single-post .page_content h2::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(img/circle_darkblue.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 10px;
}
.single-post .page_content h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #384980;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.single-post .page_content h2:first-child {
  margin-top: 0;
}
.single-post .page_content h2:last-child {
  margin-bottom: 0;
}
.single-post .page_content h2.is-style-h2border {
  border-bottom: solid 1px #d0d0d0;
  padding-left: 0;
  padding-bottom: 10px;
}
.single-post .page_content h2.is-style-h2border::before {
  display: block;
  width: 60px;
  height: 1px;
  background: #384980;
  top: initial;
  bottom: -1px;
}
.single-post .page_content h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #384980;
  font-weight: 700;
  margin: 3em 0 1em;
}
.single-post .page_content h3:first-child {
  margin-top: 0;
}
.single-post .page_content h3:last-child {
  margin-bottom: 0;
}
.single-post .page_content p {
  margin: 1.5em 0 1.5em;
}
.single-post .page_content p:first-child {
  margin-top: 0;
}
.single-post .page_content p:last-child {
  margin-bottom: 0;
}
.single-post .page_content ul {
  margin: 1.5em 0 1.5em;
  list-style-type: none;
}
.single-post .page_content ul:first-child {
  margin-top: 0;
}
.single-post .page_content ul:last-child {
  margin-bottom: 0;
}
.single-post .page_content ul li {
  padding-left: 16px;
  position: relative;
}
.single-post .page_content ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #384980;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 9px;
}
.single-post .page_content ul li ul {
  margin: 0;
  list-style-type: circle;
  padding-left: 1.5em;
}
.single-post .page_content ul li ul li {
  padding-left: 0;
}
.single-post .page_content ul li ul li::before {
  display: none;
}
.single-post .page_content ul li ul li ul {
  list-style-type: square;
}
.single-post .page_content ul li ol {
  margin: 0;
}
.single-post .page_content ol {
  margin: 1.5em 0 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.single-post .page_content ol:first-child {
  margin-top: 0;
}
.single-post .page_content ol:last-child {
  margin-bottom: 0;
}
.single-post .page_content ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.single-post .page_content ol li ol li::before {
  display: none;
}
.single-post .page_content ol li ol li ol {
  list-style-type: lower-roman;
}
.single-post .page_content ol li ul {
  margin: 0;
}
.single-post .page_content a:hover {
  text-decoration: underline;
}
.single-post .page_content a[href$=".pdf"]::after, .single-post .page_content a[href$=".doc"]::after, .single-post .page_content a[href$=".docx"]::after, .single-post .page_content a[href$=".xls"]::after, .single-post .page_content a[href$=".xlsx"]::after, .single-post .page_content a[href$=".ppt"]::after, .single-post .page_content a[href$=".pptx"]::after {
  content: "";
  display: inline-block;
  width: 1.42857em;
  height: 1.42857em;
  background-size: contain;
  margin-left: 0.5em;
  vertical-align: middle;
}
.single-post .page_content a[href$=".pdf"]::after {
  background: url(img/icon_pdf.svg) no-repeat center center;
}
.single-post .page_content a[href$=".doc"]::after, .single-post .page_content a[href$=".docx"]::after {
  background: url(img/icon_doc.svg) no-repeat center center;
}
.single-post .page_content a[href$=".xls"]::after, .single-post .page_content a[href$=".xlsx"]::after {
  background: url(img/icon_xls.svg) no-repeat center center;
}
.single-post .page_content a[href$=".ppt"]::after, .single-post .page_content a[href$=".pptx"]::after {
  background: url(img/icon_ppt.svg) no-repeat center center;
}
.single-post .page_content .is-style-midashi {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
  margin-bottom: 1em;
}
.single-post .page_content .is-style-mapcode {
  height: 500px;
  position: relative;
  margin-bottom: 2em;
}
.single-post .page_content .is-style-mapcode iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-post .page_content .is-style-mb0 {
  margin-bottom: 0;
}
.single-post .page_content .is-style-mt0 {
  margin-top: 0;
}
.single-post .page_content .is-style-linkp {
  text-align: center;
  margin: 4em 0;
}
.single-post .page_content .is-style-linkp a {
  display: inline-block;
  padding: 20px 60px;
  font-weight: 700;
  background: #384980;
  color: #fff;
  border-radius: 9999px;
  position: relative;
}
.single-post .page_content .is-style-linkp a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  rotate: 45deg;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  transition: 0.2s;
}
.single-post .page_content .is-style-linkp a:hover::after {
  right: 15px;
}
.single-post .page_content .wp-block-flexible-table-block-table table {
  width: 100%;
  border-top: solid 1px #d5d5d5;
  position: relative;
}
.single-post .page_content .wp-block-flexible-table-block-table table::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #384980;
  position: absolute;
  left: 0;
  top: -1px;
}
.single-post .page_content .wp-block-flexible-table-block-table table tr {
  border-bottom: solid 1px #d5d5d5;
  position: relative;
}
.single-post .page_content .wp-block-flexible-table-block-table table tr::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #384980;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.single-post .page_content .wp-block-flexible-table-block-table table tr th {
  padding: 20px 0;
  border: none;
  vertical-align: top;
  background: none;
  font-weight: 700;
  width: 20%;
}
.single-post .page_content .wp-block-flexible-table-block-table table tr td {
  padding: 20px;
  border: none;
  vertical-align: top;
}
.single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table::after {
  display: none;
}
.single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr::after {
  display: none;
}
.single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th {
  width: 15%;
  position: relative;
  padding-right: 30px;
}
.single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -4px;
}
.single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th::before {
  content: "";
  display: block;
  width: 1px;
  background: #333;
  position: absolute;
  right: 25.5px;
  top: 0;
  bottom: 0;
}
.single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr:first-child th::before {
  top: 50%;
}
.single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr:last-child th::before {
  bottom: 50%;
}
.single-post .page_content .wp-block-columns + .wp-block-columns {
  margin-top: 4em;
}
.single-post .page_content .wp-block-columns .wp-block-column .wp-block-flexible-table-block-table:first-child {
  margin-top: 0;
}
.single-post .page_content .wp-block-columns .wp-block-column .wp-block-flexible-table-block-table:last-child {
  margin-bottom: 0;
}
.single-post .navilinks {
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-wrap: nowrap;
  margin: 4em 0;
}
.single-post .navilinks a {
  display: block;
  padding: 10px 20px;
  background: #d0d0d0;
  color: #333;
  border-radius: 9999px;
}
.single-post .navilinks a:hover {
  background: #f0f0f0;
}
.single-post .navilinks .prev {
  margin: 0 1em;
}
.single-post .navilinks .next {
  margin: 0 1em;
}

@media screen and (max-width: 768px) {
  .post-type-archive-post .container {
    max-width: initial;
    margin: 0 6.25vw 21.875vw;
  }
  .post-type-archive-post .page_header {
    height: 25vw;
  }
  .post-type-archive-post .page_title {
    font-size: 7.5vw;
    line-height: 1.5;
    margin-bottom: 15.625vw;
  }
  .post-type-archive-post .page_content .news_list {
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-wrap: wrap;
  }
  .post-type-archive-post .page_content .news_list .news_data {
    flex-basis: 47%;
    flex-shrink: 0;
    flex-grow: 0;
    margin-bottom: 7.5vw;
  }
  .post-type-archive-post .page_content .news_list .news_data .img {
    margin-bottom: 3.125vw;
  }
  .post-type-archive-post .page_content .news_list .news_data .data .news_date {
    font-size: 3.75vw;
    line-height: 1.5;
  }
  .single-post .container {
    max-width: initial;
    margin: 0 6.25vw 21.875vw;
  }
  .single-post .page_header {
    height: 25vw;
  }
  .single-post .page_title {
    font-size: 7.5vw;
    line-height: 1.5;
    margin-bottom: 15.625vw;
  }
  .single-post .page_content h2 {
    font-size: 5vw;
    line-height: 1.5;
    padding-left: 6.25vw;
    margin: 3em 0 1em;
  }
  .single-post .page_content h2::before {
    width: 14px;
    height: 14px;
    left: 0;
    top: 2.1875vw;
  }
  .single-post .page_content .is-style-midashi {
    font-size: 5.625vw;
    line-height: 1.5;
  }
  .single-post .page_content .is-style-spimage {
    margin: 0 4.6875vw 12.5vw;
  }
  .single-post .page_content .is-style-mapcode {
    height: 64vw;
  }
  .single-post .page_content .wp-block-flexible-table-block-table table::after {
    width: 9.375vw;
  }
  .single-post .page_content .wp-block-flexible-table-block-table table tr::after {
    width: 9.375vw;
  }
  .single-post .page_content .wp-block-flexible-table-block-table table tr th {
    padding: 15px 0;
  }
  .single-post .page_content .wp-block-flexible-table-block-table table tr td {
    padding: 15px;
  }
  .single-post .page_content .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr th {
    display: block;
    padding-bottom: 0;
  }
  .single-post .page_content .wp-block-flexible-table-block-table table.is-stacked-on-mobile tr td {
    display: block;
    padding: 0 0 20px;
  }
  .single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th {
    width: 7.5em;
    padding-right: 20px;
    padding: 14px 0;
  }
  .single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th::after {
    width: 8px;
    height: 8px;
    right: 10px;
    top: 24px;
    margin-top: 0;
  }
  .single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr th::before {
    right: 13px;
  }
  .single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr td {
    padding: 14px 0;
  }
  .single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr:first-child th::before {
    top: 50%;
  }
  .single-post .page_content .wp-block-flexible-table-block-table.is-style-outlinetable table tr:last-child th::before {
    bottom: 50%;
  }
  .single-post .page_content .wp-block-columns {
    gap: 0;
  }
  .single-post .page_content .wp-block-columns .wp-block-flexible-table-block-table {
    margin-bottom: 0;
  }
  .single-post .page_content .wp-block-columns .wp-block-flexible-table-block-table .table tr {
    border-bottom: none;
  }
}
.post-type-archive-results .container,
.tax-result-type .container {
  max-width: 940px;
  margin: 0 auto 150px;
}
.post-type-archive-results .page_header,
.tax-result-type .page_header {
  width: 100%;
  height: 180px;
  background: url(img/footer_bg.svg) no-repeat center bottom;
  background-size: cover;
}
.post-type-archive-results .page_title,
.tax-result-type .page_title {
  font-size: 5.4rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding: 0 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.post-type-archive-results .page_title::before,
.tax-result-type .page_title::before {
  content: "";
  background: #384980;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: 1s;
  transform-origin: left top;
}
.post-type-archive-results .page_title.view_point::before,
.tax-result-type .page_title.view_point::before {
  scale: 0 1;
}
.post-type-archive-results .page_title.on::before,
.tax-result-type .page_title.on::before {
  scale: 1 1;
}
.post-type-archive-results .is-style-midashi,
.tax-result-type .is-style-midashi {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #384980;
  margin-bottom: 90px;
}
.post-type-archive-results .page_content .list_terms,
.tax-result-type .page_content .list_terms {
  padding: 20px 0;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.post-type-archive-results .page_content .list_terms ul,
.tax-result-type .page_content .list_terms ul {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  gap: 17px;
}
.post-type-archive-results .page_content .list_terms ul li a,
.tax-result-type .page_content .list_terms ul li a {
  display: block;
  padding: 10px 20px;
  border-radius: 9999px;
  border: solid 1px #000;
  color: #000;
}
.post-type-archive-results .page_content .list_terms ul li a:hover,
.tax-result-type .page_content .list_terms ul li a:hover {
  background: #f0f0f0;
}
.post-type-archive-results .page_content .list_terms ul li.active a,
.tax-result-type .page_content .list_terms ul li.active a {
  background: #000;
  color: #fff;
}
.post-type-archive-results .page_content .results_list,
.tax-result-type .page_content .results_list {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: wrap;
  gap: 6.5%;
}
.post-type-archive-results .page_content .results_list .result_data,
.tax-result-type .page_content .results_list .result_data {
  flex-basis: 29%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 3em;
}
.post-type-archive-results .page_content .results_list .result_data .img,
.tax-result-type .page_content .results_list .result_data .img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}
.post-type-archive-results .page_content .results_list .result_data .img img,
.tax-result-type .page_content .results_list .result_data .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post-type-archive-results .page_content .results_list .result_data .img .terms,
.tax-result-type .page_content .results_list .result_data .img .terms {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  text-align: right;
}
.post-type-archive-results .page_content .results_list .result_data .img .terms .term,
.tax-result-type .page_content .results_list .result_data .img .terms .term {
  display: inline-block;
  background: #384980;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 4px 10px 5px;
  border-radius: 9999px;
}
.post-type-archive-results .page_content .results_list .result_data .data,
.tax-result-type .page_content .results_list .result_data .data {
  font-size: 1.3rem;
  line-height: 1.5;
}
.post-type-archive-results .page_content .results_list .result_data .data .result_title,
.tax-result-type .page_content .results_list .result_data .data .result_title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) {
  .post-type-archive-results .container,
  .tax-result-type .container {
    max-width: initial;
    margin: 0 6.25vw 21.875vw;
  }
  .post-type-archive-results .page_header,
  .tax-result-type .page_header {
    height: 25vw;
  }
  .post-type-archive-results .page_title,
  .tax-result-type .page_title {
    font-size: 7.5vw;
    line-height: 1.5;
    margin-bottom: 5.2vw;
  }
  .post-type-archive-results .is-style-midashi,
  .tax-result-type .is-style-midashi {
    font-size: 4.0625vw;
    line-height: 1.5;
    margin-bottom: 12.5vw;
  }
  .post-type-archive-results .page_content .list_terms,
  .tax-result-type .page_content .list_terms {
    padding: 10px 0;
    font-size: 3.75vw;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .post-type-archive-results .page_content .list_terms ul,
  .tax-result-type .page_content .list_terms ul {
    gap: 10px;
    display: block;
    position: relative;
  }
  .post-type-archive-results .page_content .list_terms ul li,
  .tax-result-type .page_content .list_terms ul li {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  .post-type-archive-results .page_content .list_terms ul li a,
  .tax-result-type .page_content .list_terms ul li a {
    background: #fff;
  }
  .post-type-archive-results .page_content .list_terms ul li.toggle,
  .tax-result-type .page_content .list_terms ul li.toggle {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .post-type-archive-results .page_content .list_terms ul li.toggle .toggle_btn,
  .tax-result-type .page_content .list_terms ul li.toggle .toggle_btn {
    display: block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 9999px;
    position: relative;
  }
  .post-type-archive-results .page_content .list_terms ul li.toggle .toggle_btn::before,
  .tax-result-type .page_content .list_terms ul li.toggle .toggle_btn::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    right: 18px;
    top: 50%;
  }
  .post-type-archive-results .page_content .list_terms ul li.toggle .toggle_btn::after,
  .tax-result-type .page_content .list_terms ul li.toggle .toggle_btn::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #d2d2d2;
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -9px;
    transition: 0.2s;
  }
  .post-type-archive-results .page_content .list_terms ul li.toggle.active .toggle_btn::after,
  .tax-result-type .page_content .list_terms ul li.toggle.active .toggle_btn::after {
    right: 26px;
    rotate: 90deg;
  }
  .post-type-archive-results .page_content .list_terms ul li.toggle.active + li,
  .tax-result-type .page_content .list_terms ul li.toggle.active + li {
    opacity: 1;
    visibility: visible;
    top: 11.25vw;
    margin-top: 3.125vw;
  }
  .post-type-archive-results .page_content .list_terms ul li.toggle.active + li + li,
  .tax-result-type .page_content .list_terms ul li.toggle.active + li + li {
    opacity: 1;
    visibility: visible;
    top: 25.625vw;
    margin-top: 3.125vw;
  }
  .post-type-archive-results .page_content .list_terms ul li.toggle.active + li + li + li,
  .tax-result-type .page_content .list_terms ul li.toggle.active + li + li + li {
    opacity: 1;
    visibility: visible;
    top: 40vw;
    margin-top: 3.125vw;
  }
  .post-type-archive-results .page_content .results_list,
  .tax-result-type .page_content .results_list {
    display: block;
  }
  .post-type-archive-results .page_content .results_list .result_data,
  .tax-result-type .page_content .results_list .result_data {
    margin-bottom: 7.5vw;
  }
  .post-type-archive-results .page_content .results_list .result_data .img,
  .tax-result-type .page_content .results_list .result_data .img {
    margin-bottom: 3.125vw;
  }
  .post-type-archive-results .page_content .results_list .result_data .img .terms,
  .tax-result-type .page_content .results_list .result_data .img .terms {
    padding: 1.5627vw;
  }
  .post-type-archive-results .page_content .results_list .result_data .img .terms .term,
  .tax-result-type .page_content .results_list .result_data .img .terms .term {
    font-size: 3.4375vw;
    line-height: 1.5;
    padding: 1.5625vw 3.125vw 1.5625vw;
  }
  .post-type-archive-results .page_content .results_list .result_data .data,
  .tax-result-type .page_content .results_list .result_data .data {
    font-size: 3.75vw;
    line-height: 1.5;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #e0e0e0;
}

::-webkit-scrollbar-thumb {
  background-color: #8d8d8d;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.breadcrums,
.pankuzu {
  background: #eaeaea;
  font-size: 1.2rem;
  line-height: 1.5;
}
.breadcrums .inner,
.pankuzu .inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 0;
}
.breadcrums .inner a,
.pankuzu .inner a {
  color: #333;
}
.breadcrums .inner a:hover,
.pankuzu .inner a:hover {
  text-decoration: underline;
}
.breadcrums .inner .level-page-ancestors::before,
.breadcrums .inner .level-page::before,
.breadcrums .inner .level-results-archive::before,
.breadcrums .inner .level-post::before,
.breadcrums .inner .level-post-archive::before,
.breadcrums .inner .level-post-taxonomy::before,
.breadcrums .inner .level-post-single::before,
.pankuzu .inner .level-page-ancestors::before,
.pankuzu .inner .level-page::before,
.pankuzu .inner .level-results-archive::before,
.pankuzu .inner .level-post::before,
.pankuzu .inner .level-post-archive::before,
.pankuzu .inner .level-post-taxonomy::before,
.pankuzu .inner .level-post-single::before {
  content: "／";
  display: inline-block;
  margin: 0 0.5em;
}

.pagination {
  margin: 50px auto 100px;
  max-width: 1100px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1rem;
  line-height: 1.5;
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 36px;
  height: 36px;
  border: solid 1px #a0a0a0;
  background: #a0a0a0;
  color: #fff;
  margin: 0 5px 10px;
  border-radius: 50%;
}
.pagination .nav-links .page-numbers:hover {
  background: #666;
}
.pagination .nav-links .page-numbers.current {
  background: #384984;
  border-color: #384984;
}
.pagination .nav-links .page-numbers.dots {
  border-color: #fff;
  background: none;
  color: #333;
}
.pagination .nav-links .page-numbers.dots:hover {
  background: none;
}
.wp-block-image {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-media-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-block-media-text .wp-block-media-text__media {
  margin-right: 10px;
}
.wp-block-media-text .wp-block-media-text__content {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.5;
}
.wp-block-media-text.is-vertically-aligned-center {
  margin-left: 10px;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  align-self: end;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-right: 0;
  margin-left: 10px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 10px;
}

.wp-block-table,
.wp-block-flexible-table-block-table {
  margin: 2em 0 2em;
}
.wp-block-table table,
.wp-block-flexible-table-block-table table {
  width: 100%;
}
.wp-block-table table tr th,
.wp-block-flexible-table-block-table table tr th {
  border: solid 1px #e5e5e5;
  padding: 15px;
  background: #f5f5f5;
}
.wp-block-table table tr td,
.wp-block-flexible-table-block-table table tr td {
  border: solid 1px #e5e5e5;
  padding: 15px;
}
.wp-block-table.is-scroll-on-mobile, .wp-block-table.is-scroll-on-pc,
.wp-block-flexible-table-block-table.is-scroll-on-mobile,
.wp-block-flexible-table-block-table.is-scroll-on-pc {
  overflow-y: hidden !important;
}
.wp-block-table.is-scroll-on-mobile table tr th, .wp-block-table.is-scroll-on-pc table tr th,
.wp-block-flexible-table-block-table.is-scroll-on-mobile table tr th,
.wp-block-flexible-table-block-table.is-scroll-on-pc table tr th {
  white-space: nowrap;
}
.wp-block-table.is-scroll-on-mobile table tr td, .wp-block-table.is-scroll-on-pc table tr td,
.wp-block-flexible-table-block-table.is-scroll-on-mobile table tr td,
.wp-block-flexible-table-block-table.is-scroll-on-pc table tr td {
  white-space: nowrap;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

.wp-block-columns {
  margin: 2em 0 2em;
}
@media screen and (max-width: 768px) {
  .breadcrums,
  .pankuzu {
    font-size: 3.125vw;
    line-height: 1.5;
    padding: 0 6.25vw;
  }
  .breadcrums .inner,
  .pankuzu .inner {
    max-width: initial;
  }
}/*# sourceMappingURL=style.css.map */

/**/
.single-post .page_title{
    margin-bottom: 40px;
}
.page-template-default .page_content .wp-block-image:first-child{
  margin-bottom: 0.5em;
}
.page-template-default .page_content p:last-child{
  margin-top: 0em;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .page-template-default .page_title{
    margin-bottom: 7.625vw;
  }
  .page-template-default .page_header{
    height: 18vw;
  }
  .page-template-default .page_content p:last-child{
    margin-top: 0px;
    margin-bottom: 1.5em;
    line-height: 1.5em;
  }
  .page-template-default .page_content .wp-block-image:first-child {
    margin-bottom: 0.5em;
  }
  .page-template-default .page_content .wp-block-columns + .wp-block-columns{
    margin-top: 0;
  }
  .wp-block-columns{
    margin-bottom: 0;
  }
  .single-post .page_header{
    height: 18vw;
  }
  .single-post .page_title{

  }
  .header-wrap .header-inner nav .nav .menu ul li .sub_menus ul{
    background: #f5f5f5;
  }
}
