@charset "UTF-8";
html {
  font-size: 100% !important;
}
body {
  background: #fff;
  color: #1f1f1f;
  line-height: 2;
  letter-spacing: 0.075em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
}
.hidden {
  display: none;
}
.carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 10vw;
  height: 10vw;
  max-width: 118px;
  max-height: 108px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow.slick-prev {
  background: url(/images/arrow_prev.png) no-repeat top center/contain;
  left: -40px;
}
.carousel .slick-arrow.slick-next {
  background: url(/images/arrow_next.png) no-repeat top center/contain;
  right: -40px;
}
.wf_lic {
  border-bottom: 1px dotted #8c7263;
}
.wf_blog_li_thumb {
  display: none !important;
}
.wf_lic .wf_blog_li_date:after {
  text-align: center;
  min-width: 6em;
  display: inline-block;
  padding: 5px 15px;
  font-size: 8px;
  color: #3f3636;
  border-radius: 5px;
  margin-right: 5px;
}
#header p.hd_tel {
  font-size: 20px;
}
.under .slick-slide img {
  display: block;
  margin: 0 auto;
}
.carousel > div {
  max-width: 1000px;
}
.wrap iframe {
  display: block;
}
.t04_wrap table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.t04_wrap table th {
  background: #e9f5c4;
}
.t04_wrap table th,
.t04_wrap table td {
  width: 25%;
  border: 1px solid #ccc;
  padding: 8px;
}
.line_center {
  text-align: center;
}
.t01_wrap thead th {
  background: #60bfce;
  color: #fff;
}
a,
a:visited,
a:hover {
  color: #4b4841;
}
/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.column {
  box-sizing: border-box;
}
form .wrap > .inner {
  border: none;
}
.youtube_btn .img_anchor::after {
  top: -40px !important;
}
.youtube_btn .img_anchor::before {
  display: none !important;
}
a {
  transition: 200ms;
}
a:hover,
a:hover img {
  opacity: 0.8;
}
/* header */
#header > .inner {
  padding: 10px 0;
}
#header .info {
  float: right;
  text-align: right;
  margin-top: 2em;
}
.header_tel a.mail img {
  width: 37%;
  max-width: 170px;
}
.header_tel img.tel {
  width: 55%;
  max-width: 271px;
}
/* nav */
#nav {
  width: 100%;
  float: none;
  padding: 10px 0 20px;
}
#nav #menu {
  margin: 0 auto;
}
#nav #menu > li {
  float: left;
  list-style: none;
  width: 16.6%;
  box-sizing: border-box;
  position: relative;
  border-right: 1px dashed #b29f64;
  padding: 5px;
}
#nav #menu > li img {
  max-height: 45px;
}
#nav li > a,
#nav li > span {
  color: #4b4841;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}
#nav li a span {
  font-size: 14px;
  color: #4b4841;
  display: block;
}
#nav li a:hover {
  color: #1f92e2;
}
.submenu_ul {
  position: absolute;
  z-index: 1;
  left: 0%;
}
.submenu_ul > li {
  list-style: none;
  width: 230px;
  font-size: 13px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}
.submenu_ul > li a {
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  background: #60bfce;
}
.submenu_ul > li a:hover {
  color: #37919f !important;
  opacity: 1 !important;
}
/* content */
#content {
  margin-bottom: 0px;
  min-height: 500px;
}
.top #content {
  margin-bottom: 0;
}
#content .wrap p {
  margin-bottom: 1.2em;
}
th p,
td p {
  margin-bottom: 0 !important;
}
.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}
/* main */
.carousel {
  width: 100%;
  overflow: hidden;
}
.carousel > div {
  margin: 0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #f3f2ee;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background: #f1e7b3;
}
.copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
}
/* table */
.menu_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}
.menu_table th,
.menu_table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e8e9e3;
}
.menu_table th {
  text-align: left;
}
.menu_table td {
  text-align: right;
}
table.news {
  border-top: 1px solid #e8e9e3;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
table.news th,
table.news td {
  padding: 15px 10px 14px;
  border-bottom: 1px solid #e8e9e3;
}
table.news th {
  width: 20%;
  color: #b4c22e;
  padding: 15px 0 14px 20px;
}
table.info {
  border-top: 1px solid #e8e9e3;
}
table.info th,
table.info td {
  padding: 15px 5px 14px;
  border-bottom: 1px solid #e8e9e3;
  text-align: left;
}
table.info th {
  width: 20%;
}
/* item */
.item-list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}
.item-list li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.item-list li span.item-price {
  padding-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}
.under .wrap {
  max-width: 100vw;
  overflow: hidden;
}
.type_basic_fl img {
  width: 30%;
  margin-right: 2%;
  float: left;
}
.type_basic_fr img {
  width: 30%;
  margin-left: 2%;
  float: right;
}
.img-half .type_basic_fl img {
  width: 48%;
  margin-right: 2%;
}
.img-half .type_basic_fr img {
  width: 48%;
  margin-left: 2%;
}
.wrap img {
  max-width: 100%;
}
.img_list1 img {
  margin: 0 0 2%;
}
.img_list3 li {
  width: 32%;
  margin: 0 0 2% 2%;
  float: left;
  display: block;
}
.img_list3 li:first-child {
  margin-left: 0;
}
/*-------------------
 Responsive 
-------------------*/
.sp {
  display: none !important;
}
.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1010px) {
  #header .inner,
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1000px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #header {
    height: 110px;
  }
  #header .info {
    position: absolute;
    top: 30px;
    right: 10px;
    margin-top: 0;
    width: 166px;
    max-width: 36%;
    padding-top: 0;
    float: right;
  }
  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 30.5%;
    float: left;
    max-width: 50px;
  }
  #header .info img {
    width: 100%;
    display: block;
    max-width: 39px;
  }
  #nav {
    background: none;
    border: none;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    max-width: 50px;
    width: 10%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li > a,
  #nav ul li > span.sp {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .submenu_ul > li {
    width: 100%;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #content {
    width: 100%;
  }
  /* top */
  .top .concept-block img,
  .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .top .concept-block h4,
  .top .concept-block p,
  .top .concept-block .anchor_wrap {
    padding-left: 0;
  }
  .top .shop-block .anchor_wrap,
  .top .concept-block .anchor_wrap {
    text-align: center;
  }
  .top .shop-block p.entry_p {
    width: 100%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  #nav ul {
    top: 88px;
  }
  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }
  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th,
  .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 360px) {
  #header {
    height: 90px;
  }
}
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  display: block;
  box-sizing: border-box;
}
.wf_blog_ul .wf_blog_li_thumb,
.wf_blog_ul .wf_blog_li_thumb:hover {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  min-width: 45px;
  max-width: 200px;
  min-height: 45px;
  max-height: 200px;
}
.wf_blog_ul li {
  display: block;
  padding: 0;
}
.wf_blog_ul li:after {
  content: "";
  clear: both;
  display: block;
}
.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px !important;
  padding: 10px;
  box-sizing: border-box;
  max-width: 100%;
}
.wf_bread_ul li {
  display: inline;
}
.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
}
.wf_blog_li_date_time {
  display: none;
}
/* *******************************************************************************
******************************************************************************* */
.word_break {
  word-break: break-all;
}
a:focus,
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
#header h1 a:hover img {
  opacity: 1;
}
ul.list_dot {
  list-style: none;
}
ul.list_dot li {
  padding: 0 0 5px 25px;
  position: relative;
  word-wrap: break-word;
}
.list_dot li:before {
  background: #60bfce;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 12px;
  width: 8px;
}
.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}
ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
}
ul.ul02 {
  list-style: none;
}
ul.ul02 li {
  padding: 0 0 5px 21px;
  position: relative;
}
ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 1% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 32%;
}
ul.ul02 li a {
  font-weight: bold;
}
.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #60bfce;
}
.sitemap.ul02 {
  background: none;
  padding: 0;
}
.sitemap.ul02 li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}
ol li {
  list-style: decimal;
  margin-left: 1em;
}
ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #0f7144;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}
ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}
p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 14px;
  position: relative;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
  z-index: 1;
}
p.point_p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 9px solid #d7f0f9;
  border-radius: 50%;
  z-index: -1;
}
.number_p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 110px;
  text-indent: -110px;
}
.number {
  background: none repeat scroll 0 0 #cab52c;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #ccc;
  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 8px;
}
.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}
.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #e6ddb8 2px;
  width: 100%;
}
.arrow_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 14px solid #faeaa9;
}
.merit01 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background: #cdb827;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  display: inline-block;
}
.merit02 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #6a91c4;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.text_box {
  float: right;
  width: 62%;
}
.bg_box {
  background: #2e5087;
  padding: 1.5em 1em;
  box-sizing: border-box;
color: #fff;
    font-weight: bold;
}
.bg_box2 {
  background: #2e5087;
  padding: 2.5em 2em;
  box-sizing: border-box;
color: #fff;
    font-weight: bold;
}
@media ( max-width : 768px ) {
  .bg_box2 {
    padding: 2.5em 1em;
  }
}
.border_box {
  padding: 2em;
  border: 2px solid #ffee5f;
  box-sizing: border-box;
}
.text_01 {
  color: #cdb827;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6 !important;
  padding: 0;
  text-align: center;
}
.link_btn a {
  line-height: 1.4;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  width: 100%;
  margin: 2em auto 1em;
  font-size: 16px;
  max-width: 230px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background: #569dd2;
  padding: 15px 50px;
  border-radius: 30px;
}
.link_btn a::before {
  border-radius: 50%;
  background: #fff;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 0;
}
.link_btn a::after {
  border-right: 5px solid #60bfce;
  border-bottom: 5px solid transparent;
  content: "";
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  z-index: 1;
}
.link_btn a:hover {
  opacity: 0.6;
  color: #fff;
}
/*--------------------------------------
	table01
--------------------------------------*/
table.table01,
table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}
.table01 th,
.table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}
.table01 thead th {
  text-align: center;
  font-weight: bold !important;
  background: #ffee5f;
}
.table01 tbody th {
  background: #e9faff;
  width: 30%;
  text-align: left !important;
}
.center .table01 td {
  text-align: center !important;
}
.table01 th,
.table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table01.price th {
  width: 75%;
}
table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
  margin: 0 auto 2em;
}
table.table02 th,
table.table02 td {
  border-bottom: solid 1px #d8cec1;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 2% 1%;
}
table.table02 th {
  padding: 2% 1% 2%;
  width: 25%;
  font-weight: normal;
  border-bottom: solid 1px #75c8d5;
}
@media screen and (max-width: 768px) {
  .table01 th,
  .table01 td {
    padding: 0.5em;
  }
}
.t01_wrap tbody th {
  background: #fffbe4;
}
/* =====================================
===================================== */
.slick-dots {
  bottom: -35px !important;
  display: none !important;
}
.grn {
  color: #1f92e2 !important;
}
.text-large {
  font-size: 20px;
}
.center {
  text-align: center;
  margin: auto;
  display: block;
}
#bread span:hover {
  text-decoration: underline;
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
form .wrap {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}
.wf_form_text {
  box-sizing: border-box;
}
.top_img .columns,
.top_img .column {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.mainimage {
  position: relative;
}
@media screen and (max-width: 1500px) {
  table.table02 th {
    padding: 2%;
  }
  .mainimage::after {
    width: 35%;
    left: 20%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  #nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .mainimage::after {
    width: 50%;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
  }
  .top_img .columns,
  .top_img .column {
    display: inline-block;
  }
  .top_bn a img {
    display: block;
    margin: auto;
  }
  .link_btn a {
    font-size: 14px;
  }
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
  .submenu_ul {
    top: auto !important;
  }
  ul.ul02.float_ul01 li {
    box-sizing: border-box;
    float: none;
    margin: 0;
    padding: 0 0 5px 14px;
    position: relative;
    width: 100%;
  }
  .sec01 .link_btn a {
    margin: 2em auto 2em;
  }
  .sec05 .link_btn a {
    margin: 2em auto 2em;
  }
  #upper_footer h3.title {
    display: inline-block;
  }
  #upper_footer p {
    margin: 10px 10px 30px;
    text-align: left;
  }
  #upper_footer .footer_btn01 {
    font-size: 20px;
  }
  #upper_footer .footer_btn02 {
    font-size: 16px;
  }
}
.leadtext {
  font-size: 22px;
  font-weight: bold;
  color: #4b7dcd;
  letter-spacing: 0.1em;
  text-align: center;
}
.t01_wrap.w17 tbody th {
  width: 17%;
}
@media (max-width: 480px) {
  .t01_wrap table {
    font-size: 100%;
  }
}
.t01_wrap.wtdr tbody th {
  width: 100%;
}
@media (max-width: 768px) {
  .wf_blog_ul .wf_blog_li_title {
    text-align: left;
  }
  table.table02 th {
    width: 30%;
  }
  .t01_wrap.w17 tbody th {
    width: 25%;
  }
}
/* =====================================
=================追加分================ */
.t01_wrap tbody th {
  background: #2e5087;
color: #fff;
width: 31%;
}
.t01_wrap tbody th a {
color: #fff;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.sp_mt0 {
  margin-top: 0 !important;
}
.sp_mb0 {
  margin-bottom: 0 !important;
}
.mt1 {
  margin-top: 10px !important;
}
.mb1 {
  margin-bottom: 10px !important;
}
.sp_mt1 {
  margin-top: 0 !important;
}
.sp_mb1 {
  margin-bottom: 0 !important;
}
.mt2 {
  margin-top: 20px !important;
}
.mb2 {
  margin-bottom: 20px !important;
}
.sp_mt2 {
  margin-top: 0 !important;
}
.sp_mb2 {
  margin-bottom: 0 !important;
}
.mt3 {
  margin-top: 30px !important;
}
.mb3 {
  margin-bottom: 30px !important;
}
.sp_mt3 {
  margin-top: 0 !important;
}
.sp_mb3 {
  margin-bottom: 0 !important;
}
.mt4 {
  margin-top: 40px !important;
}
.mb4 {
  margin-bottom: 40px !important;
}
.sp_mt4 {
  margin-top: 0 !important;
}
.sp_mb4 {
  margin-bottom: 0 !important;
}
.mt5 {
  margin-top: 50px !important;
}
.mb5 {
  margin-bottom: 50px !important;
}
.sp_mt5 {
  margin-top: 0 !important;
}
.sp_mb5 {
  margin-bottom: 0 !important;
}
@media (max-width: 769px) {
  .sp_mt1 {
    margin-top: 10px !important;
  }
  .sp_mb1 {
    margin-bottom: 10px !important;
  }
  .sp_mt2 {
    margin-top: 20px !important;
  }
  .sp_mb2 {
    margin-bottom: 20px !important;
  }
  .sp_mt3 {
    margin-top: 30px !important;
  }
  .sp_mb3 {
    margin-bottom: 30px !important;
  }
  .sp_mt4 {
    margin-top: 40px !important;
  }
  .sp_mb4 {
    margin-bottom: 40px !important;
  }
  .sp_mt5 {
    margin-top: 50px !important;
  }
  .sp_mb5 {
    margin-bottom: 50px !important;
  }
}
.d-flex {
  display: flex;
}
.reverse {
  flex-direction: row-reverse;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
/*トップと下層で表示を変更*/
.top .top_only {
  display: block !important;
}
.top .under_only {
  display: none !important;
}
.under .top_only {
  display: none !important;
}
.under .under_only {
  display: block !important;
}
/*sp,tab,pcの表示切替*/
@media (max-width: 768px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .tablet-hide {
    display: none !important;
  }
}
/*テーブルの各要素幅をautoに設定（tbodyの上の階層に.autowidを追記）*/
.autowid tbody th {
  width: auto !important;
}
/*テーブルが800px以下の時にスクロールバーを表示（画面外にはみ出そうなtableの上の階層に.autoscrollを追記）*/
.responsive-scroll {
  overflow: auto;
}
.responsive-scroll table {
  min-width: 800px;
}
/*.justsizeimgのクラスを付けたコードの下にある写真を、実際の画像サイズで表示、中央に寄せる*/
.justsizeimg img {
  width: auto !important;
  display: block;
  margin: auto;
}
/*スマホ表示時のみ電話番号リンクをアクティブ*/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #4b7dcd !important;
  background-color: #4b7dcd !important;
}
/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 769px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25 {
    margin-top: -90px;
    padding-top: 90px;
  }
}
@media (min-width: 769px) {
  .under .wrap:not(.wf_wrap)#a02,
  .under .wrap:not(.wf_wrap)#a03,
  .under .wrap:not(.wf_wrap)#a04,
  .under .wrap:not(.wf_wrap)#a05,
  .under .wrap:not(.wf_wrap)#a06,
  .under .wrap:not(.wf_wrap)#a07,
  .under .wrap:not(.wf_wrap)#a08,
  .under .wrap:not(.wf_wrap)#a09,
  .under .wrap:not(.wf_wrap)#a10,
  .under .wrap:not(.wf_wrap)#a11,
  .under .wrap:not(.wf_wrap)#a12,
  .under .wrap:not(.wf_wrap)#a13,
  .under .wrap:not(.wf_wrap)#a14,
  .under .wrap:not(.wf_wrap)#a15,
  .under .wrap:not(.wf_wrap)#a16,
  .under .wrap:not(.wf_wrap)#a17,
  .under .wrap:not(.wf_wrap)#a18,
  .under .wrap:not(.wf_wrap)#a19,
  .under .wrap:not(.wf_wrap)#a20,
  .under .wrap:not(.wf_wrap)#a21,
  .under .wrap:not(.wf_wrap)#a22,
  .under .wrap:not(.wf_wrap)#a23,
  .under .wrap:not(.wf_wrap)#a24,
  .under .wrap:not(.wf_wrap)#a25 {
    margin-top: -90px;
    padding-top: 90px;
pointer-events: none;
  }
}
.text-center {
  text-align: center;
}
.pc-text-center {
  text-align: center;
}
@media (max-width: 768px) {
  .pc-text-center {
    text-align: left;
  }
}
.color_pri {
  color: #4b7dcd;
}
/*slide幅*/
.carousel > div {
  max-width: 100%;
}
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
/*.accordion-area section {
  border: 1px solid #ccc;
  }*/
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 1% 3% 1% 50px;
  transition: all 0.5s ease;
  border-bottom: none;
}
/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #4b7dcd;
  transition: all 0.5s ease;
}
.accordion-area .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.accordion-area .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
  margin: 0;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}
.accordion-area .title.close::after {
  transform: rotate(135deg);
}
/*アコーディオンで現れるエリア*/
.accordion-area .box02 {
  display: block;
  /*管理画面は表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #4b7dcd;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #4b7dcd;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
body.page_edit .accordion-area .box {
  display: block;
}
/*ボタンデザイン*/
.btn_wrap .wf_btn_part a {
  background: #4b7dcd;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0px;
  max-width: 220px;
  padding: 9px 40px;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
.btn_wrap .wf_btn_part a:before {
  display: none;
}
.btn_wrap .wf_btn_part a:after {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 19px;
  height: 4px;
  border-top: none;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg);
  transition: 0.3s;
}
.btn_wrap .wf_btn_part a:hover {
  background: #5fab24;
}
.btn_wrap .wf_btn_part a:hover:after {
  right: 8px;
}
/*pagetopボタン*/
.pagetop {
  background: url(/images/top_btn.png) no-repeat center center/contain;
  width: 75px;
  height: 75px;
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 17vw;
  }
}
.pagetop:before {
  display: none;
}
.pagetop:hover {
  text-decoration: none;
}
/*submenuが枠外に出てしまう場合（枠外に出るメニューのIDを更新）*/
.nav05 .submenu_ul {
  right: 0%;
  left: auto;
}
/*リストのドットの背景色*/
.list_dot li:before {
  background: #4b7dcd;
}
/*ブログ一覧のカテゴリ表示*/
.wf_lic_情報公開 .wf_blog_li_date:after {
  content: "情報公開";
  background: #fde267;
}
.wf_lic_お知らせ .wf_blog_li_date:after {
  content: "お知らせ";
  background: #4b7dcd;
  color: white;
  font-size: 14px;
  width: 85px;
  text-align: center;
  border-radius: 0px;
  padding: 0;
  padding-top: 1px;
  margin-left: 10px;
}
.wf_lic_ブログ .wf_blog_li_date:after {
  content: "ブログ";
  background: #f6c3d1;
}
/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.h2_title_wrap,
.blog_body .h3_title_wrap {
  background: url(/images/h1.jpg) no-repeat center center/cover;
}
.originh1,
.blog_body .h3_title_wrap h3,
.under h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #4b7dcd;
  font-weight: bold;
  text-align: center;
  padding: 45px 0;
}
@media (max-width: 769px) {
  .originh1,
  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 24px;
    padding: 20px 0;
  }
}
.originh2,
.under h3,
.top h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 10px;
  padding-bottom: 16px;
  line-height: 1.45;
  color: #4b7dcd;
}
@media (max-width: 767px) {
  .originh2,
  .under h3,
  .top h2 {
    padding-bottom: 14px;
margin-top: 35px;
  }
}
.originh2:after,
.under h3:after,
.top h2:after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #5fab24;
}
@media (max-width: 769px) {
  .originh2,
  .under h3,
  .top h2 {
    font-size: 20px;
  }
}
.originh3,
.under h4,
.top h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  padding-bottom: 2px;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #a3a3a3;
  color: #4b7dcd;
}
.originh3::before,
.under h4::before,
.top h3::before {
  content: "";
  width: 3px;
  height: 12px;
  position: absolute;
  top: 14px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/h4.png) no-repeat center center/contain;
}
@media (max-width: 769px) {
  .originh3::before,
  .under h4::before,
  .top h3::before {
    top: 12px;
  }
}
@media (max-width: 769px) {
  .originh3,
  .under h4,
  .top h3 {
    font-size: 18px;
  }
}
.originh4,
.under h5,
.top h4 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  letter-spacing: 0.05em;
}
.originh4::before,
.under h5::before,
.top h4::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border: solid 3px #4b7dcd;
  border-radius: 50%;
}
@media (max-width: 769px) {
  .originh4,
  .under h5,
  .top h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.originh5,
.top h5 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .originh5,
  .top h5 {
    font-size: 18px;
  }
}
/*topのタイトルパーツに継承*/
/*下層ページのタイトルパーツに継承*/
/*ブログ一覧ページタイトルパーツにも継承*/
/*ブログのタイトルも下層ページと同じデザインに変更*/
.blog_body .h3_title_wrap h3 {
  margin: 0;
}
.blog_body .h3_title_wrap h3:before,
.blog_body .h3_title_wrap h3.after {
  content: none;
}
ul.ul02 {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
ul.ul02 li:before {
  border-left: 8px solid #4b7dcd;
}
.under .wrap:last-child {
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .under .wrap:last-child {
    margin-bottom: 50px;
  }
}
.textstrong {
  font-weight: bold;
}
.bg01 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .bg01 {
    padding: 30px !important;
  }
}
#content {
  overflow: hidden;
}
.under .column {
  margin-bottom: 1em;
}
.ul02 .column {
  margin-bottom: 0em;
}
table {
  font-size: 100% !important;
}
.under li.column {
  margin-bottom: 0;
}
#header .sns_box {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 14px;
  margin-top: 8px;
}
#header .sns_box a {
  display: block;
}
#header .sns_box a img {
  display: block;
}
#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media (min-width: 961px) {
  #header .hdr_top h1 {
    padding: 31px 0 30px;
  }
}
#header .hdr_top h1 a {
  display: block;
}
#header .hdr_top h1 a img {
  display: block;
}
#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  #header .hdr_info_list {
    margin-top: 0;
  }
}
#header .hdr_info_list .btn_wrap a {
  width: 188px;
}
#menu {
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
#menu #menu-inner {
  max-width: 100%;
}
#menu-btn {
  display: none;
}
#menu-list > li {
  position: relative;
  transition: all 0.2s;
}
#menu-list > li:hover {
  cursor: pointer;
}
#menu-list > li > a {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: bold;
  text-decoration: none;
}
#menu-list > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}
#menu-list > li > ul.menu-children {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
}
#menu-list > li:hover > ul.menu-children {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}
#menu-list > li > ul.menu-children > li {
  text-align: center;
  width: 200px;
}
#menu-list > li > ul.menu-children > li > a {
  display: block;
  line-height: 1.8;
  text-decoration: none;
  background: #4b7dcd;
  padding: 10px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#menu-list > li > ul.menu-children > li > a:hover {
  background: #5fab24;
  transition: all 0.2s;
  opacity: 1;
}
@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    border-right: none;
    box-sizing: border-box;
  }
  #menu-list > li:first-child {
    border-left: none;
  }
  #menu-list > li > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  body #content {
    margin-top: 65px;
  }
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    height: 65px;
    box-sizing: border-box;
    z-index: 5;
  }
  #header .hdr_top {
    padding: 0;
    align-items: center;
  }
  #header .hdr_info_list a {
    display: block;
  }
  #header .hdr_info_list img {
    width: 35px;
    display: block;
  }
  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 60%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    background: #f5f5f5;
    visibility: hidden;
  }
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .toggle {
    display: block;
    width: 34px;
    height: 34px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }
  .toggle span {
    position: absolute;
    left: 0;
    width: 34px;
    height: 4px;
    background-color: #4b7dcd;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .toggle span:nth-child(1) {
    top: 3px;
  }
  .toggle span:nth-child(2) {
    top: 14px;
  }
  .toggle span:nth-child(3) {
    bottom: 5px;
  }
  .open .toggle span {
    background-color: #fff;
  }
  .open .toggle span:nth-child(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle span:nth-child(3) {
    transform: translateY(-11px) rotate(45deg);
  }
  #navbk {
    display: none;
    transition: all 0.3s;
  }
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu {
    padding-bottom: 0;
    margin-top: 0;
  }
  #menu-list > li {
    width: 100%;
  }
  #menu-list > li:hover {
    background: none;
  }
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #4b7dcd;
    padding: 10px;
    background: #f5f5f5;
  }
  #menu-list > li > a img {
    display: none;
  }
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
  #menu-list > li > ul.menu-children > li > a {
    padding: 10px;
    padding-left: 20px;
    line-height: 2;
    background: #4b7dcd;
    color: #fff;
  }
  #menu-list > li > ul.menu-children > li > a:hover {
    background: #ffa269;
  }
}
@media (min-width: 769px) {
  body.top header#header .inner .hdr_top .hdr_info_wrap .hdr_text {
    margin-right: 15px;
  }
}
@media (max-width: 960px) {
  .top .top_only.pc-only02 {
    display: none !important;
  }
}
@media (min-width: 961px) {
  .top .top_only.sp-only02 {
    display: none !important;
  }
}
@media (max-width: 960px) {
  header#header {
    padding: 16px 0;
  }
}
header#header .inner {
  width: 100%;
  max-width: 100%;
  padding: 0 20px 0 30px;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  header#header .inner {
    padding: 0 15px;
  }
}
@media (min-width: 961px) {
  header#header .inner .hdr_top {
    gap: 20px;
  }
}
@media (max-width: 960px) {
  header#header .inner .hdr_top h1 {
    width: 180px;
    margin-right: 20px;
  }
  header#header .inner .hdr_top h1 a img {
    display: block;
  }
  header#header .inner .hdr_top h1 img {
    width: 100%;
  }
}
@media (min-width: 961px) {
  header#header .inner .hdr_top .hdr_info_wrap {
    flex-grow: 1;
  }
}
@media (max-width: 960px) {
  header#header .inner .hdr_top .hdr_info_wrap .hdr_info_list li:not(:last-child) {
    width: 35px;
  }
}
header#header .inner .hdr_top .hdr_info_wrap #menu {
  justify-content: flex-end;
}
header#header .inner .hdr_top .hdr_info_wrap #menu #menu-inner #navArea nav > ul#menu-list {
  justify-content: flex-end;
}
header#header .inner .hdr_top .hdr_info_wrap #menu #menu-inner #navArea nav > ul#menu-list > li {
  flex-grow: 0;
}
header#header .inner .hdr_top .hdr_info_wrap #menu #menu-inner #navArea nav > ul#menu-list > li > a {
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
@media (max-width: 1300px) {
  header#header .inner .hdr_top .hdr_info_wrap #menu #menu-inner #navArea nav > ul#menu-list > li > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
  }
}
@media (max-width: 1150px) and (min-width: 961px) {
  header#header .inner .hdr_top .hdr_info_wrap #menu #menu-inner #navArea nav > ul#menu-list > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#upper_footer {
  padding: 80px 0;
}
@media (max-width: 768px) {
  #upper_footer {
    padding: 50px 0;
  }
}
.copyright {
  background: #f5f5f5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .copyright {
    padding-bottom: 17vw;
  }
}
.sec_text {
  line-height: 2.125 !important;
  letter-spacing: 0.0075em;
}
.borderbox {
  border: none;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 35px 40px 30px !important;
}
@media (max-width: 768px) {
  .borderbox {
    padding: 30px 20px 33px !important;
    margin: 10px auto 20px !important;
  }
}
@media (max-width: 768px) {
  .ul02 li:before {
    top: 9px;
  }
  .h4_title_wrap h4 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.t01_wrap tbody th {
  text-align: center;
  font-weight: bold;
}
.t01_wrap th,
.t01_wrap td {
  padding: 0.8em;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  .t01_wrap th,
  .t01_wrap td {
    font-size: 14px;
  }
  .leadtext {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}
.under #upper_footer {
  border-top: solid 2px #4b7dcd;
}
@media (max-width: 1000px) {
  .t01_wrap.scrolltable .cont {
    overflow-x: scroll;
  }
  .t01_wrap.scrolltable table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
ul.list_dot.float li {
  display: inline-block;
  margin: 0px 10px;
}
.mainmovie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
pointer-events: none;
}
@media (max-width: 768px) {
  .mainmovie {
    padding-top: 56.25%;
  }
}
.mainmovie .copybox {
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 0;
  right: 0;
}
.mainmovie .copybox .copy_text {
  text-align: center;
  line-height: 1.7;
  font-size: clamp(24px, 3vw, 55px);
  color: #fff;
  letter-spacing: 0.25em;
  font-weight: bold;
margin: 0 !important;
}
@media (max-width: 768px) {
  .mainmovie .copybox .copy_text {
    font-size: clamp(16px, 3.5vw, 24px);
  }
}
.mainmovie iframe,
.mainmovie video {
  position: absolute;
  width: 102%;
  height: 133%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  .mainmovie iframe,
  .mainmovie video {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: top;
  }
}
.top h2 {
  font-size: 45px;
  letter-spacing: 0.05em;
  margin: 0 0 50px;
  padding-bottom: 18px;
}
.top h2 .eng_title {
  display: block;
  font-size: 20px;
  color: #a3a3a3;
  letter-spacing: 0.15em;
  font-family: "Inter", serif;
}
.top h2::after {
  background: #4b7dcd;
}
@media (max-width: 768px) {
  .top h2 {
    font-size: 26px;
    margin: 0 0 40px;
    padding-bottom: 18px;
  }
  .top h2 .eng_title {
    font-size: 16px;
  }
}
.sec_about {
  padding: 100px 0 55px;
  background: url(/images/bg_img002.jpg) no-repeat center bottom/auto;
}
@media (min-width: 769px) {
  .sec_about .inner {
    width: 100% !important;
    max-width: 1054px;
  }
}
.sec_about h2 {
  margin: 0 0 25px;
}
.sec_about .sec_text {
  color: #fff;
  margin: -25px 0 0;
}
@media (max-width: 768px) {
  .sec_about .sec_text {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .sec_about {
    padding: 50px 0 32px;
  }
}
.sec_about2 {
  padding: 80px 0 100px;
  background: url(/images/bg_img003.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .sec_about2 {
    padding: 50px 0 45px;
    background: url(/images/sp_bg_img003.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 769px) {
  .sec_about2 .columns {
    -moz-column-gap: 7px;
         column-gap: 7px;
    margin: 0;
  }
  .sec_about2 .column {
    padding: 0;
  }
}
.sec_about2 .sec_text {
  padding: 0 14px;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .sec_about2 .sec_text {
    margin: 10px 0 25px;
padding: 0 5px;
  }
}
.sec_about2 .btn_wrap {
  margin: 42px 0 0;
}
@media (max-width: 768px) {
  .sec_about2 .btn_wrap {
    margin: 30px 0 0;
  }
}
.sec_about2 .btn_wrap a {
  max-width: 220px;
}
.sec_strength {
  padding: 115px 0;
  position: relative;
}
@media (max-width: 768px) {
  .sec_strength {
    padding: 50px 0 35px;
  }
}

@media (min-width: 769px) {
  .sec_strength .columns {
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin: 0;
  }
  .sec_strength .column {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .sec_strength .column {
    margin-bottom: 15px;
  }
}
.sec_strength .strength_item_box {
  position: relative;
}
.sec_strength .strength_item_box::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 17px;
  bottom: 20px;
  margin: auto;
  width: 30px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg);
  transition: 200ms;
}
.sec_strength .strength_item_box img {
  display: block;
}
.sec_strength .strength_item_box .strength_item_text {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  margin: auto;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 37px;
  box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sec_strength .strength_item_box .strength_item_text {
    font-size: 24px;
  }
}
.sec_reason {
  padding: 95px 0;
  background: url(/images/bg_img004.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .sec_reason {
    background: url(/images/sp_bg_img004.jpg) no-repeat center center/cover;
    padding: 50% 0 50px;
  }
}
@media (min-width: 769px) {
  .sec_reason .columns {
    align-items: center;
  }
  .sec_reason .btn_wrap a {
    margin: 0 0 0 auto;
  }
}
.sec_reason h2 {
  color: #fff;
  text-align: left;
  font-size: 42px;
  line-height: 1.57;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .sec_reason h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }
}
.sec_reason h2::after {
  display: none;
}
.sec_reason h2 .eng_title {
  color: #fff;
  position: relative;
  padding-left: 18px;
  margin-top: 7px;
}
.sec_reason h2 .eng_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  bottom: auto;
  margin: auto;
  width: 10px;
  height: 5px;
  background: #fff;
}
@media (max-width: 768px) {
  .sec_reason h2 .eng_title::after {
    top: 11px;
    height: 3px;
  }
}
.sec_reason .sec_text {
  color: #fff;
  margin: 0 0 20px;
}
.sec_reason .btn_wrap a {
  border: solid 1px #fff;
  background: transparent;
}
.sec_information {
  padding: 110px 0;
  background: url(/images/bg_img005.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .sec_information {
    padding: 50px 0 35px;
    background: none;
  }
}
@media (min-width: 769px) {
  .sec_information .is-multiline {
    gap: 30px;
    margin: 0;
  }
  .sec_information .is-multiline .column {
    padding: 0;
    width: 100%;
    max-width: calc((100% - 30px) / 2);
  }
  .sec_information h2 {
    margin: 0 0 55px;
  }
}
@media (max-width: 768px) {
  .sec_information .column {
    margin-bottom: 15px;
  }
}
.sec_information .information_item_box {
  position: relative;
}
.sec_information .information_item_box::after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  right: 17px;
  bottom: 20px;
  margin: auto;
  width: 30px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg);
  transition: 200ms;
}
.sec_information .information_item_box img {
  display: block;
}
.sec_information .information_item_box .information_item_text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #4b7dcd;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  width: 100%;
  padding: 0 30px;
  padding-bottom: 1px;
  box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sec_information .information_item_box .information_item_text {
    font-size: 22px;
    padding: 0 20px;
    padding-top: 1px;
    padding-bottom: 0;
  }
}
.sec_contact {
  padding: 95px 0 75px;
  background: url(/images/bg_img006.jpg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .sec_contact {
    padding: 55px 0 50px;
  }
}
.sec_contact .columns {
  align-items: center;
}
.sec_contact h2 {
  color: #fff;
}
.sec_contact h2 .eng_title {
  color: #fff;
}
.sec_contact h2::after {
  background: #fff;
}
.sec_contact .sec_text {
  color: #fff;
}
@media (max-width: 768px) {
  .sec_contact .sec_text {
    margin: 0 0 25px;
  }
}
.sec_contact .btn_wrap a {
  max-width: 400px;
  background: #5fab24;
  padding: 22px 40px;
}
@media (max-width: 768px) {
  .sec_contact .btn_wrap a {
    padding: 15px 40px;
    max-width: 320px;
  }
}
.sec_contact .btn_wrap a .contact_icon {
  position: relative;
  padding-left: 35px;
}
.sec_contact .btn_wrap a .contact_icon::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 15px;
  top: 3px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/contact_mail.png) no-repeat center center/contain;
}
@media (min-width: 769px) {
  .sec_contact .btn_wrap a {
    margin: 0 0 0 auto;
  }
}
.sec_contact .btn_wrap a::after {
  right: 20px;
}
.sec_contact .btn_wrap a:hover {
  background: #6fbd33;
}
@media (max-width: 767px) {
  .wf_googlemap_wrap iframe {
    height: 400px;
  }
}
#footer {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  #footer {
    padding: 50px 0 0;
  }
}
#footer .ft_logo {
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  #footer .ft_logo {
    max-width: 250px;
    margin: 0 auto;
  }
}
#footer .ft_table {
  width: 100%;
  max-width: 340px;
}
#footer .ft_table th,
#footer .ft_table td {
  line-height: 1.43;
  padding: 17px 7px;
  letter-spacing: 0.075em;
}
#footer .ft_table th {
  width: 85px;
  text-align: left;
  color: #4b7dcd;
  padding-left: 0;
  padding-right: 0;
}
#footer .ft_table th .table_icon {
  position: relative;
  padding-left: 15px;
}
#footer .ft_table th .table_icon::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: auto;
  left: 0;
  right: auto;
  background: #4b7dcd;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #footer .ft_table th .table_icon::after {
    top: 5px;
  }
}
#footer .ft_sns_box {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  max-width: 340px;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #footer .ft_sns_box {
    margin: 30px auto;
  }
}
#footer .menu_ttl {
  color: #4b7dcd;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: solid 2px #9cbbee;
  margin: 0 0 25px;
  font-family: "Inter", serif;
  line-height: 1;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  #footer .menu_ttl {
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 0 20px;
  }
}
@media (min-width: 769px) {
  #footer .ft_nav_list {
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
#footer .footer_menu li a {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
#footer .footer_menu li a:hover {
  color: #4b7dcd;
}
#footer .footer_menu li a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 6px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border-top: 2px solid #4b7dcd;
  border-right: 2px solid #4b7dcd;
  transform: rotate(45deg);
}
#footer .footer_menu li.sub_menu {
  line-height: 1.7;
}
#footer .footer_menu li.sub_menu a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 28px;
}
#footer .footer_menu li.sub_menu a::after {
  width: 5px;
  height: 1px;
  top: 8px;
  left: 15px;
  background: #4b7dcd;
  transform: rotate(0);
  border: none;
}
#footer .copyright {
  background: transparent;
  padding: 25px 0 30px;
  letter-spacing: 0.05em;
  border-top: solid 1px #9cbbee;
  margin-top: 70px;
}
@media (max-width: 768px) {
  #footer .copyright {
    margin-top: 50px;
    padding: 25px 0 19vw;
  }
}
.fixedbnr {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 99;
}
@media (max-width: 768px) {
  .fixedbnr {
    top: auto;
    bottom: 0;
    max-width: 100%;
  }
  .fixedbnr a {
    display: block;
  }
  .fixedbnr a img {
    display: block;
  }
}
.under #footer{
  border-top: solid 1px #9cbbee;
}
.under video{
  width: 100%;
}
.under h3 .eng_title {
  display: block;
  font-size: 20px;
  color: #a3a3a3;
  letter-spacing: 0.15em;
  font-family: "Inter", serif;
}
@media (max-width: 768px) {
  .under h3 .eng_title {
    font-size: 16px;
  }
}
.custum_titleh3 {
  text-align: left !important;
  border-bottom: solid 2px #4b7dcd;
}
.custum_titleh3::after {
  display: none;
}
.custum_titleh3 .eng_num {
  display: block;
  font-size: 14px;
  color: #a3a3a3;
  letter-spacing: 0.15em;
  font-family: "Inter", serif;
}
@media (max-width: 768px) {
  .custum_titleh3 .eng_num {
    font-size: 14px;
  }
}

.equipment_table td:last-child {
  text-align: center;
}
.require_text {
  display: block;
}
.q_parts {
  position: relative;
  color: #4b7dcd;
  font-size: 24px;
padding-left: 60px;
font-weight: bold;
}
.q_parts::after {
  position: absolute;
  content: "Q";
  font-size: 28px;
  top: 8px;
    left: 12px;
  color: #fff;
  font-weight: normal;
  border: none;
  font-family: "Inter", serif;
    line-height: 1;
}
.q_parts::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  background: #4b7dcd;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-top: -0.15em;
}
.a_parts {
  position: relative;
padding-left: 60px;
margin: 15px 0 30px;
}
.a_parts::after {
  position: absolute;
  content: "A";
  font-size: 28px;
  top: 8px;
    left: 14px;
  color: #fff;
  font-weight: normal;
  border: none;
  font-family: "Inter", serif;
    line-height: 1;
}
.a_parts::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  background: #5fab24;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-top: -0.15em;
}
@media (max-width : 768px) {
  .q_parts {
    font-size: 17px;
    padding-left: 53px;
  }
  .q_parts::after {
    font-size: 22px;
    top: 5px;
    left: 12px;
  }
  .q_parts::before {
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
  }
  .a_parts {
    padding-left: 53px;
    margin: 15px 0 25px;
  }
  .a_parts::after {
    font-size: 22px;
    top: 6px;
    left: 13px;
  }
  .a_parts::before {
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
  }
}
@media ( max-width : 768px ) {
  .scroll_table .cont {
    overflow-x: scroll;
  }
  .scroll_table table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
.list_dot li:before {
   top: 10px;
}
}
.wide_btn a {
  max-width: 400px !important;
}
.reason_title{
  color: #4b7dcd;
  font-size: 22px;
  font-weight: bold;
margin: 30px 0 20px;
}
@media ( max-width : 767px ) {
  .reason_title {
    font-size: 18px;
margin: 20px 0 20px;
  }
}
.link_item_text a{
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  text-decoration: underline;
font-size: 18px;
}
.link_item_text a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  border-top: 2px solid #4b7dcd;
  border-right: 2px solid #4b7dcd;
  transform: rotate(45deg);
}
.link_item_text a:hover {
  text-decoration: none;
  color: #4b7dcd;
}
@media ( max-width : 768px ) {
  .link_item_text a {
    font-size: 16px;
  }
  .link_item_text a::after {
    top: 6px;
  }
}
@media ( max-width : 768px ) {
  .fixedbnr ul {
    display: flex;
  }
}
.fixedbnr ul a img{
    display: block;
  }
@media ( min-width : 769px ) {
  .fixedbnr ul li:first-child {
    margin-bottom: 5px;
  }
}
.sec_news {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .sec_news {
    padding-top: 50px;
  }
}
.sec_news h2 {
border-bottom: solid 2px #4b7dcd;
  }
@media (min-width: 769px) {
  .sec_news h2 {
    margin: 0 0 20px;
font-size: 35px;
  }
.sec_news h2 .eng_title {
    font-size: 18px;
  }
}
.sec_news h2::after {
  display: none;
}
@media (max-width: 768px) {
  .sec_news h2 {
    margin: 0 0 10px;
  }
.sec_news .column:last-child{
  margin-top: 60px;
}
}
.sec_news .news_sns_box {
  display: flex;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  max-width: 220px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .sec_news .news_sns_box {
    margin: 50px auto 0;
  }
.sec_news .btn_wrap{
margin: 30px 0 0;
}
}
@media (min-width: 769px) {
  .sec_news .btn_wrap a {
    margin-top: 35px;
  }
  .sec_news .column.is-4 {
    width: 29.33333%;
  }
  .sec_news .column.is-8 {
    width: 70.66667%;
  }
  .sec_news .wf_blog_ul .wf_blog_li_date,
  .sec_news .wf_blog_ul .wf_blog_li_title {
    padding: 0;
  }
.sec_news .wf_blog_ul li {
  padding: 18px 10px;
}
}
@media (max-width: 768px) {
  .sec_news .wf_blog_ul .wf_blog_li_date {
    padding: 13px 10px 2px;
float: none;
  }
  .sec_news .wf_blog_ul .wf_blog_li_title {
    padding: 2px 10px 13px;
  }
}
.wf_lic .wf_blog_li_date:after {
  display: none;
}
.wf_lic {
  border-bottom: 1px solid #c0c0c0;
}
.sec_contact .request_btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sec_contact .request_btn {
    margin-top: 15px;
  }
}
.sec_contact .request_btn a .contact_icon {
  padding-left: 37px;
}
.sec_contact .request_btn a .contact_icon::after {
  width: 23px;
  height: 23px;
  top: -1px;
  background: url(/images/request_icon.png) no-repeat center center/contain;
}
.under.blog_body h3:after {
display: none;
}
.interview_box {
  position: relative;
}
.interview_box .interview_text_box {
  background: #fff;
  padding: 40px 25px;
  border-bottom: solid 2px #4b7dcd;
}
@media (min-width: 769px) {
  .interview_box .interview_text_box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 400px;
    display: inline-table;
width: 100%;
  }
}
@media (max-width: 768px) {
  .interview_box .interview_text_box {
    margin-bottom: 30px;
  }
}
.interview_box .interview_text_box .custum_titleh3 {
  line-height: 1.3;
  border: none;
padding: 0;
    margin: 0 0 15px;
}
.interview_box .interview_text_box .custum_titleh3 .eng_num {
  margin-bottom: 10px;
letter-spacing: 0.05em;
}
.interview_box .interview_text_box .interview_name {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .interview_box .interview_text_box .interview_name {
    font-size: 18px;
  }
.interview_box .interview_text_box {
    padding: 25px 0 20px;
}
}
.bg_box h4 {
  margin-top: 0 !important;
  color: #fff !important;
}
.interview_scroll_box {
  padding: 13px 20px 20px;
  box-sizing: border-box;
  background: #2e5087;
  width: 100%;
  max-width: 94%;
  margin: -35px auto 0;
  position: relative;
  z-index: 1;
  color: #fff;
}
.interview_scroll_box .name {
  font-size: 18px;
  font-weight: bold;
}
.interview_scroll_box .year {
  font-size: 13px;
  line-height: 1.5;
}
.interview_scroll_box .class {
  font-size: 13px;
  line-height: 1.5;
}
.interview_scroll img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slick-dots {
  bottom: -8px !important;
  display: block !important;
}
.slick-dots li button:before {
  background: #f3f2ee;
}
.slick-dots li.slick-active button:before {
  background: #2e5087;
}
.slick-prev,
.slick-next {
  background: #5fab24 !important;
  border-radius: 50%;
width: 25px !important;
    height: 25px !important;
z-index: 1;
}
.slick-prev::after,
.slick-next::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 9px;
  bottom: auto;
  left: 8px;
  right: auto;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.slick-prev::after{
  left: 10px;
  transform: rotate(-135deg);
}
@media ( max-width : 1100px ) {
  .slick-prev {
    left: 0 !important;
  }
  .slick-next {
    right: 0 !important;
  }
}
@media (max-width : 768px) {
  .slick-prev,
  .slick-next{
    top: 40% !important;
  }
  .slick-prev {
    left: 20px !important;
  }
  .slick-next {
    right: 20px !important;
  }
.interview_scroll .column {
  padding: 10px;
}
}
.slick-dots {
  text-align: center !important;
}
@media (max-width : 768px) {
.sec_about h2 {
    margin: 0 0 35px;
}
}
.sec_about .sec_text strong{
  color: #93dd59;
}
.sec_about2 .sec_title{
  color: #4b7dcd;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 22px);
  letter-spacing: .05em;
  line-height: 1.7;
  padding: 0 14px;
  margin: 10px 0 0;
}
.sec_about2 .sec_title>div {
  position: relative;
  padding-left: 28px;
}
.sec_about2 .sec_title>div::before {
  content: "1.";
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
  display: block;
  color: #4b7dcd;
  font-weight: 700;
  font-size: clamp(17px, 2vw, 22px);
  letter-spacing: .05em;
  line-height: 1.7;
}
.sec_about2 .column:nth-child(2) .sec_title>div::before {
  content: "2.";
}
.sec_about2 .column:nth-child(3) .sec_title>div::before {
  content: "3.";
}
@media ( max-width : 768px ) {
  .sec_about2 .sec_title {
    font-size: 22px;
    padding: 0 5px;
    margin: 15px 0 0;
  }

  .sec_about2 .sec_title>div {
    padding-left: 28px;
  }

  .sec_about2 .sec_title>div::before {
    font-size: 22px;
  }
}
@media ( max-width : 768px ) {
  .sec_about .sec_text {
    padding: 0 1%;
  }
}
#footer img{
  width: 100%;
}
@media ( min-width : 769px ) {
  #footer .ft_logo {
    width: 100%;
    max-width: 310px;
  }

  #footer figure {
    width: 100%;
    max-width: 340px;
  }
}
@media (min-width : 769px) and (max-width : 1000px) {
  .sec_reason h2 {
    font-size: 38px;
  }
}
@media ( max-width : 768px ) {
  .sec_about2 img{
    margin: 0 auto;
  }
.sec_strength .strength_item_box{
    margin: 0 auto;
max-width: 600px;
  }
.sec_information .information_item_box{
    margin: 0 auto;
max-width: 600px;
  }
#footer .ft_table {
    max-width: 100%;
margin-bottom: 15px;
}
}
.wf_lic_お知らせ .wf_blog_li_date:before {
    content: "お知らせ";
    width: 85px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    color: #5fab24;
    margin-right: 15px;
border: solid 1px #5fab24;
letter-spacing: 0;
}
.wf_lic_ブログ .wf_blog_li_date:before {
    content: "ブログ";
    background: #5fab24;
    width: 85px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    color: white;
    margin-right: 15px;
letter-spacing: 0;
}
.blog_body .wf_blog_ul {
  margin-top: 30px;
}
@media ( max-width : 768px ) {
  .blog_body .wf_blog_ul {
    margin-top: 20px;
  }
}
@media ( min-width : 961px ) {
  header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
  }
#content{
margin-top: 115px;
}
}
.page_edit .interview_scroll{
  flex-wrap: wrap;
}
.sec_contact .btn_wrap .request_btn{
  margin-top: 20px;
}

.sec_contact .btn_wrap a.request_btn .request_icon {
  position: relative;
  padding-left: 35px;
}
.sec_contact .btn_wrap a.request_btn .request_icon::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  top: -1px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/request_icon.png) no-repeat center center / contain;
}
@media ( min-width : 769px ) {
.sec_news .wf_blog_li_inner{
    display: flex;
  }
  .sec_news .wf_blog_ul .wf_blog_li_date{
    display: flex;
  }
  .sec_news .wf_lic_お知らせ .wf_blog_li_date:before {
    align-self: flex-start;
  }
  .sec_news .wf_lic_ブログ .wf_blog_li_date:before {
    align-self: flex-start;
  }
  .sec_news .wf_blog_ul .wf_blog_li_date .wf_blog_li_date_date {
    margin-right: 10px;
  }
}
.sec_contact .request_btn a {
  background: #4b7dcd;
}
.sec_contact .request_btn a:hover {
  background: #6a97df;
}
.borderwhite{
  box-sizing: border-box;
  padding: 30px;
}
@media ( max-width : 768px ) {
  .borderwhite {
    padding: 20px;
  }
}
/*# sourceMappingURL=index.css.map */

.wf_lic_社員インタビュー .wf_blog_li_date{display:none;}