@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

body {
  background: #fff;
  color: #1d1d1d;
  line-height: 2.125;
  letter-spacing: 0.075em;
}

.hidden {
  display: none !important;
}

a,
a:visited,
a:hover {
  color: #1d1d1d;
}

/**/
/*#header .inner,*/
.top #content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#content .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.column {
  box-sizing: border-box;
}

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

@media (max-width: 768px) {
  .column + .column {
    margin-top: 10px;
  }
}
a {
  transition: 200ms;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

/*スマホ表示時のみ電話番号リンクをアクティブ*/
a[href^="tel:"] {
  color: #000000;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000000;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}

/* content */
#content {
  margin-bottom: 100px;
  min-height: 500px;
}

#content .wrap p {
  margin-bottom: 1.2em;
}

@media (max-width: 768px) {
  #content {
    margin-bottom: 50px;
  }
}
.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.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: #dddddd;
}

.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 19px;
  height: 34px;
  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:hover {
  opacity: 0.5;
}

.carousel .slick-arrow.slick-prev {
  left: -12px;
  background-image: url(../images/arrow_prev.png);
}

.carousel .slick-arrow.slick-next {
  right: -12px;
  background-image: url(../images/arrow_next.png);
}

.column.is-3 li a {
  display: block;
  padding: 5px;
}

/* BTN */
.anchor_wrap a {
  width: 180px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  background: #afcaf2;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

.under .wrap.h3_title_wrap,
.blog_body .wf_bread_ul + .wrap {
  max-width: 100%;
  padding: 1.5em 0 0;
  background-size: cover;
}

.under .wrap {
  margin-bottom: 10px;
}

/* 画像 */
.wrap img {
  max-width: 100%;
}

/*-------------------
 Responsive 
-------------------*/
.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 (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1420px) {
  #header .inner,
  .top #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: 1220px) {
  #content .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #content {
    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;
  }
}
/***********BLOG************/
.wf_blog_ul {
  max-width: 1400px;
  width: 94%;
  margin: 5px auto 15px;
  display: block;
}

.wf_blog_li_thumb img {
  display: block;
  margin: auto;
}

.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-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
}

.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 li a {
  color: #fff;
}

.wf_blog_ul li a {
  color: #000000;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
  color: #fff;
  font-size: 82%;
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 16px;
  background: #fff !important;
}

input,
button,
select,
textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li > p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.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;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#header h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

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

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

.mb_h4 {
  margin-bottom: 18px !important;
}

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

.mb_01 {
  margin-bottom: 27px !important;
}

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

.mb_03 {
  margin-bottom: 75px !important;
}

ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: none repeat scroll 0 0 #5fbedc;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 15px;
  width: 5px;
}

.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

ul.ul_check li {
  padding: 10px 10px 10px 40px;
  background: #eeeeee;
  position: relative;
}

ul.ul_check li + li {
  margin-top: 10px;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 2px 23px;
  position: relative;
}

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 2% 0 0;
  padding: 0 0 5px 21px;
  position: relative;
  width: 48%;
}

ul.ul02 li a {
  font-weight: bold;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #5fbedc;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #5fbedc;
  border: 1px solid #5fbedc;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 10px;
  position: absolute;
  top: 15px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 15px;
  left: 13px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  z-index: 10;
}

.text_box {
  float: right;
  width: 62%;
}

.border_box01,
.border-box01 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
}

.border_box02 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
}

.link_btn {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
}

.link_btn a {
  line-height: 1.2;
  display: block;
  padding: 5px 25px 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #1b1b1b;
  background: none;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #1b1b1b;
}

.link_btn a::after {
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.link_btn a:hover {
  opacity: 0.8;
  color: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  text-decoration: none;
  background: #1b1b1b;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}

/*--------------------------------------
	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 {
  background: #002e4e;
  color: #fff;
}

.table01 tbody th {
  background: #ededec;
  width: 25%;
}

.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%;
}

table.table02 th {
  padding: 2% 1%;
  text-align: left;
  border-bottom: solid 1px #dddddd;
  width: 25%;
  font-weight: normal;
  color: #5fbedc;
}

table.table02 td {
  padding: 1%;
  text-align: left;
  border-bottom: solid 1px #dddddd;
}

@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
@media screen and (max-width: 768px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
/* =====================================
 共通
===================================== */
.slick-dots {
  bottom: -35px !important;
}

#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_text {
  box-sizing: border-box;
  font-size: 95%;
}

form .wrap > .inner {
  border-bottom: none;
}

.wf_form_wrap_submit {
  text-align: center;
}

.wf_form_wrap_submit input {
  font-size: 16px !important;
  padding: 0.5em 1em !important;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}

.wf_form_text {
  box-sizing: border-box;
}

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

.border_table table {
  border-collapse: collapse;
  width: 100%;
}

.border_table table td,
.border_table table th {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  padding: 1em 0.8em;
  text-align: left;
}

.border_table table th {
  border-bottom-color: #5fbedc;
}

.btn_wrap a {
  position: relative;
  max-width: 250px;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 40px;
  margin: 0 auto;
  display: block;
  border-radius: 0;
  background: #5fbedc;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .btn_wrap a {
    max-width: 300px;
  }
}
.btn_wrap a:hover {
  opacity: 0.8 !important;
}

.btn_wrap a::before {
  content: none;
}

.btn_wrap a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  width: 14px;
  height: auto;
  aspect-ratio: 26/23;
  background: url("/images/ic_arrow_wh.png") no-repeat center/contain;
  border: unset;
  transform: translateY(-50%);
}

.btn_wrap.external a:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border: none;
  margin: auto;
  background: url(/images/icon_external.png) no-repeat center/contain;
}

.btn_wrap.wide a {
  max-width: 340px;
}

@media screen and (min-width: 769px) {
  .under #content {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .wf_blog_ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    float: none;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .wf_blog_ul .wf_blog_li_title {
    padding-top: 0;
  }
  .section_map > .inner {
    padding-bottom: 90%;
  }
  .border_table table {
    border-top: 1px solid #ccc;
  }
  .border_table table td,
  .border_table table th {
    display: block;
  }
  .border_table table th {
    background: #f1f1f1;
    border-bottom: none;
  }
}
@media screen and (max-width: 360px) {
  .h5_title_wrap {
    margin-bottom: 0;
  }
 
}
@media only screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .slick-slide img.sp {
    display: none !important;
  }
}
#footer .inner {
  padding: 90px 0 50px;
}

@media (max-width: 768px) {
  #footer .inner {
    padding: 60px 0 20px;
  }
  #footer .column + .column {
    margin-top: 30px;
  }
}
#footer .foot_logo {
  text-align: center;
  margin: 0 0 15px;
}

#footer .foot_logo img {
  width: 309px;
}

@media (min-width: 769px) {
  #footer .foot_logo {
    text-align: left;
  }
}
#footer .ft_title {
  font-size: 17px;
  font-weight: 500;
  border-bottom: solid 1px #5fbedc;
  margin: 0 0 1em;
  color: #5fbedc;
  font-weight: bold;
}

#footer .ft_title:not(:first-child) {
  margin-top: 1.5em;
}

#footer table {
  margin: 0 0 0;
  width: 100%;
}

#footer table {
  margin: 50px 0 0;
}

#footer table th,
#footer table td {
  letter-spacing: 0.08em;
  line-height: 1.4 !important;
  text-align: left;
  font-size: 16px;
  vertical-align: baseline;
  padding: 1em 0.5em 1em 0;
  border-bottom: solid 1px #d3d3d3;
}

#footer table th {
  color: #5fbedc;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 2em;
  border-bottom: solid 1px #d3d3d3;
  width: 90px;
}

@media (min-width: 769px) {
  #footer .ft_list {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  #footer .ft_list {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #footer .ft_list .ft_nav {
    margin-top: 10px;
  }
}
#footer .ft_nav li:not(:first-child) {
  margin-top: 10px;
}

#footer .ft_nav li a {
  text-decoration: none;
  font-size: 16px;
  position: relative;
  padding-left: 14px;
  display: block;
  letter-spacing: 0;
}

#footer .ft_nav li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 11px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #5fbedc;
}

#footer .ft_nav li a:hover {
  text-decoration: underline;
}

#footer .ft_nav li ul {
  margin-top: 1em;
}

#footer .ft_nav li ul li {
  margin-left: 1em;
}

#footer .ft_nav li ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 1px;
  top: 14px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #5fbedc;
  transform: none;
  border: none;
}

#footer .ft_address li {
  padding: 0.3em 0;
  border-bottom: solid 1px #d3d3d3;
}

#footer .footer_iso figcaption {
  border: solid 1px;
  padding: 0 0.5em;
  display: inline-block;
  margin: 1em 0 0.5em;
}

#footer .btn_wrap a {
  max-width: 380px;
}

#footer .copyright {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 768px) {
  #footer .columns {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
  }
}
.pagetop {
  background: url(/images/top_btn.png);
  background-size: contain;
  width: 70px;
  height: 70px;
  z-index: 10;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}

@media (min-width: 769px) and (max-width: 1300px), (max-height: 900px) {
  .pagetop {
    right: 65px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 18vw;
    right: 15px;
  }
}
/* =============================================
header
============================================= */
@media (min-width: 961px) {
  body.top #header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.top #header h1 {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  }
  body.top #header #menu-list > li > a,
  body.top #header .hdr_tel,
  body.top #header .hdr_tel strong {
    color: #fff !important;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5);
  }
  body.top #header .bk {
    display: none;
  }
  body.top #header .wh {
    display: block;
  }
}
@media (max-width: 960px) {
  body.top #content {
    margin-top: 0;
    margin-bottom: 0;
  }
  body.top #header:not(.scrolling) {
    background: transparent;
  }
  body.top #header:not(.scrolling) .bk {
    display: none;
  }
  body.top #header:not(.scrolling) .wh {
    display: block;
  }
  body.top #header .bk {
    display: block;
  }
  body.top #header .wh {
    display: none;
  }
}
body:not(.top) .bk {
  display: block;
}

body:not(.top) .wh {
  display: none;
}

/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 960px) {
  .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: -70px;
    padding-top: 70px;
  }
}
@media (min-width: 961px) {
  .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: -10px;
    padding-top: 10px;
  }
}
#header {
  z-index: 99;
  width: 100%;
}

#header .inner {
  max-width: 98%;
  height: 100%;
  margin: 0 auto;
}

#header .hdr_ifo {
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

#header .hdr_ifo.pc2 .hdr_info_list {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

#header .hdr_ifo .btn_wrap a {
  border: solid 1px #fff;
  color: #fff;
  width: 200px;
  max-width: 200px;
  margin: 0;
  padding: 8px 40px;
}

#header .hdr_ifo .btn_wrap a::before {
  border-color: #fff;
}

#header .hdr_ifo .btn_wrap a::after {
  display: none;
}

#header .hdr_ifo .btn_wrap a:hover {
  background: #fff;
  color: #5fbedc;
}

#header .hdr_ifo .btn_wrap a:hover::before {
  border-color: #5fbedc;
}

#header .hdr_tel {
  line-height: 1.3;
  text-align: right;
}

#header .hdr_tel strong {
  font-size: 26px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin: 1.5em 0 0.5em;
  color: #5fbedc;
}

#header .hdr_tel strong .large {
  font-size: 36px;
}

#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

#header h1 {
  width: 40%;
  max-width: 254px;
  float: none;
  margin: 0;
  padding: 0;
}

#header h1 img {
  max-width: 100%;
  height: 100%;
}

#header .hdr_info_wrap {
  max-width: 68%;
}

#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 13px;
}

#menu {
  padding-bottom: 0;
  padding-top: 75px;
}

#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 10px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

#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: 220px;
}

#menu-list > li > ul.menu-children > li > a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  background: #5fbedc;
  padding: 13px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#menu-list > li > ul.menu-children > li > a:hover {
  background: #2379db;
  transition: all 0.2s;
  opacity: 1;
}

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu {
    width: 820px;
    max-width: 73%;
  }
}
@media (min-width: 961px) {
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    box-sizing: border-box;
  }
  #menu-list > li:last-child {
    justify-content: flex-end;
  }
}
@media (min-width: 961px) {
  #menu-list > li > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 961px) and (max-width: 1279px) {
  #menu-list > li > a {
    font-size: clamp(12px, 1vw, 16px);
    padding: 0 5px;
  }
}
@media (min-width: 961px) {
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
  .top #content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #content {
    margin-top: 73px;
  }
  #menu {
    display: block;
    padding: 0;
  }
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    z-index: 5;
    display: flex;
    align-items: center;
  }
  #header h1 {
    width: 50%;
    height: 100%;
    max-width: 200px;
  }
  #header .hdr_top {
    padding-block: 10px;
    height: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  #header .hdr_info_list a {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #header .hdr_info_list img {
    width: 40px;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 70%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 960px) {
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }
  .toggle::after {
    content: "MENU";
    position: absolute;
    bottom: -1px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #header.scrolling .toggle::after {
    color: #5fbedc;
  }
  #header.scrolling .toggle span {
    background-color: #5fbedc;
  }
  .toggle span {
    position: absolute;
    left: 50%;
    width: 38px;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(1) {
    top: 0;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(2) {
    top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(3) {
    bottom: 18px;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span {
    background-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(1) {
    transform: translate(-50%, 11px) rotate(-45deg);
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(3) {
    transform: translate(-50%, -8px) rotate(45deg);
  }
}
@media screen and (max-width: 960px) {
  #navbk {
    display: none;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 960px) {
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
}
@media screen and (max-width: 960px) {
  #menu {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li:hover {
    background: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #5fbedc;
    padding: 10px;
    background: #fff;
    color: #1d1d1d;
    text-shadow: none;
  }
  #menu-list > li > a:hover {
    background: #5fbedc;
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > a img {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li > a {
    padding: 8px 10px;
    padding-left: 20px;
    line-height: 2;
    background: #5fbedc;
    border-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li > a:hover {
    background: #2379db;
  }
}
@media (min-width: 961px) {
  #menu .menu-has-child .sp {
    display: none;
  }
}
@media (max-width: 960px) {
  #menu .menu-has-child .pc {
    display: none;
  }
}
.under .borderbox .ul02 {
  text-align: left;
  margin: 0;
}

.under .wrap.h3_title_wrap {
  background: none;
}

.under h3 {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 60px 0 1.2em;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .under h3 {
    font-size: 24px;
    margin: 35px 0 1em;
  }
}
@media (max-width: 768px) {
  .under h3::after {
    width: 40px;
    height: 3px;
  }
}
.h2_title_wrap,
.under.blog_body .h3_title_wrap {
  background: url(/images/h2_bg.jpg) no-repeat center center/cover;
}

.under.blog_body .h3_title_wrap h3,
.under h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  padding: 60px 0;
  color: #fff;
  margin: 0;
}

.under.blog_body .h3_title_wrap h3::after,
.under h2::after {
  display: none;
}

@media (max-width: 768px) {
  .under.blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 27px;
    padding: 30px 0;
  }
}
.under h4 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin-bottom: 0;
  margin-top: 1em;
  margin-bottom: 1.3em;
  letter-spacing: 0.05em;
  position: relative;
}

@media (max-width: 768px) {
  .under h4 {
    font-size: 18px;
    padding: 0 0 4px 0;
  }
}
.under h4::after {
  display: none;
}

.under h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(90deg, #5fbedc 0%, #5fbedc 50px, #eeeeee 50px, #eeeeee 100%);
}

.under h5 {
  font-size: 16px;
  padding: 0;
  border-left: none;
  font-weight: bold;
  background: none;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 23px;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.under h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 11px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: #5fbedc;
}

@media (max-width: 768px) {
  .under h5 {
    font-size: 16px;
    padding-left: 21px;
  }
  .under h5:before {
    top: 11px;
  }
}
.under .h2_title_wrap + .wf_bread_ul {
  margin-bottom: 30px;
}

.under .wf_bread_ul {
  width: 100%;
  max-width: 1242px;
  background: none;
  padding: 2px 5px;
  box-sizing: border-box;
  color: #1d1d1d;
}

.under .wf_bread_ul a {
  color: #5fbedc;
}

.borderbox {
  border: none;
  background: #eeeeee;
  box-sizing: border-box;
  padding: 35px 45px !important;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 30px 20px !important;
    margin: 30px auto !important;
  }
}
.t01_wrap thead th {
  text-align: center;
  background: #5fbedc;
}

.t01_wrap tbody th {
  text-align: center;
  background: #eeeeee;
}

.t01_wrap th,
.t01_wrap td {
  padding: 0.8em 0.6em;
}

@media (max-width: 768px) {
  .t01_wrap table {
    font-size: 100%;
  }
}
.under .columns .column > h4.title {
  margin: 0 0 15px;
}

.under .bg_block .cont.column {
  margin-bottom: 0;
}

.tb01 th {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 768px) {
  .min-img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .min-img img {
    max-height: 200px;
    margin: 0 auto;
  }
}
.bg-block {
  background: #eee;
  box-sizing: border-box;
  padding: 15px 3% !important;
}

.inner.bg-block {
  margin-bottom: 2em;
}

.bg-block .mini {
  font-size: 90%;
}

.bg-block h4.title {
  margin-top: 0;
}

.bg_box {
  padding: 40px !important;
  box-sizing: border-box;
  background: #effbff;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .bg_box {
    padding: 23px 20px !important;
    margin-bottom: 20px;
  }
}
.bg_box01 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #eeeeee;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bg_box01 {
    padding: 23px 20px !important;
    font-size: 16px;
  }
}
.bg_box02 {
  padding: 40px !important;
  box-sizing: border-box;
  background: #eeeeee;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .bg_box02 {
    padding: 23px 20px !important;
    font-size: 14px;
  }
}
.under .sec_access {
  padding: 0;
  background: none;
}

.under .sec_access h4 {
  margin: 0 0 20px;
}

.mt-20 {
  margin-top: 20px !important;
}

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

.under .columns .column > h4.title {
  margin: 0 0 15px;
}

.under .columns .column > h5.title {
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .under .columns .column {
    margin-bottom: 20px;
  }
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  margin: 0 auto;
}

.accordion-area li {
  margin: 15px 0;
  border: solid 1px #5fbedc;
}

/*.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: #5fbedc;
  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 #5fbedc;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #5fbedc;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.page_edit .accordion-area .box {
  display: block;
}

@media (max-width: 768px) {
  ul.ul02 li {
    margin-bottom: 2px !important;
    margin-top: 0 !important;
  }
}
/*トップページ*/
.mainimage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mainimage .column {
  padding: 0;
}

.mainimage .copy {
  position: absolute;
  width: 47.2395833333vw;
  height: 14.4791666667vw;
  left: max(50% - 850px, 2%);
  right: auto;
  top: auto;
  bottom: 10%;
  margin: auto;
  max-width: 907px;
  max-height: 278px;
}

@media (max-width: 768px) {
  .mainimage .copy {
    right: auto;
    top: auto;
    bottom: 5%;
    left: 5%;
    width: 81.3333333333vw;
    height: 49.0666666667vw;
    max-width: 610px;
    max-height: 368px;
  }
}
.mainimage .slick-slider {
  margin-bottom: 0;
}

.top_ttl {
  font-size: clamp(45px, 9vw, 95px);
  text-align: center;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin: 0 0;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .top_ttl {
    font-size: 44px;
  }
}
.top_ttl + .ja {
  display: table;
  margin: 0 auto;
  border-bottom: 4px solid;
  font-weight: bold;
  font-size: clamp(18px, 2.4vw, 32px);
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .top_ttl .sub {
    font-size: 18px;
    margin: 0.5em auto 0 auto;
  }
}
.text-center {
  text-align: center;
}

.center {
  display: block;
}

@media (min-width: 769px) {
  .pc-center {
    text-align: center;
  }
}
.sidebanner {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 300px;
  width: 120px;
}

.sidebanner img {
  width: 100%;
  display: block;
}

@media (min-width: 769px) {
  .sidebanner li + li {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .sidebanner {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .sidebanner ul {
    display: flex;
  }
}
.wf_flow_down_wrap {
  margin-bottom: 10px !important;
  margin-top: -30px;
}

.wf_flow_down {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin: auto;
}

.t01_wrap tbody th {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .t01_wrap.custom_table .cont {
    overflow-x: scroll;
  }
  .t01_wrap.custom_table table {
    width: 880px;
    border-collapse: collapse;
  }
}
table.eq-table th {
  width: 70%;
  text-align: left;
}

table.eq-table td {
  text-align: right;
}

.ex02 li {
  margin-left: 1.5em;
  padding-left: 0.5em;
  list-style: decimal;
}

.ex02 li > ul li,
.ex02 li > ol li {
  list-style: none;
  margin-left: 0;
}

.ex02 li::marker {
  font-weight: bold;
  color: #5fbedc;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.ofi.cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.ofi > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.blog_body.under .wrap.h3_title_wrap {
  margin-bottom: 40px;
}

.under.blog_body .wf_bread_ul {
  display: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5fbedc !important;
  border-color: #5fbedc !important;
}

.under #menu-list > li > a {
  text-shadow: none !important;
}

@media (max-width: 1230px) {
  #footer .ft_list {
    display: block;
  }
}
@media (max-width: 768px) {
  #footer .footer_iso img {
    display: block;
    margin: 0 auto;
  }
}
.sec_ttl {
  font-weight: 600;
  font-size: 65px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  padding-top: 0;
  line-height: 1.5;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .sec_ttl {
    font-size: 42px;
    margin-bottom: 1em;
    padding-bottom: 15px;
  }
}
.sec_ttl span:nth-child(n) {
  color: #e31e23;
}

.sec_ttl span:nth-child(2n) {
  color: #ff981f;
}

.sec_ttl span:nth-child(3n) {
  color: #94d331;
}

.sec_ttl span:nth-child(4n) {
  color: #4fc2e8;
}

.sec_ttl span:nth-child(5n) {
  color: #b597da;
}

.sec_ttl:before {
  content: none;
}

.sec_ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 40%;
}

.sec_ttl .sub {
  font-size: 20px;
  color: #686463 !important;
  display: block;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .sec_ttl .sub {
    font-size: 18px;
  }
}
.sec02 {
  padding: 80px 0;
  background: #eeeeee;
}

@media (max-width: 768px) {
  .sec02 {
    padding: 50px 0;
  }
}
.sec02 .wf_blog_ul {
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

.sec02 .wf_blog_ul li {
  font-weight: bold;
  border-bottom: solid 1px #cccccc;
}

.sec02 .wf_blog_ul li:first-child {
  border-top: solid 1px #cccccc;
}

.sec02 .wf_blog_ul .wf_blog_li_date {
  font-family: "Outfit", sans-serif;
  color: #ccc;
}

@media (min-width: 769px) {
  .sec02 .wf_blog_ul {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .sec02 .wf_blog_ul {
    min-height: 90px;
    max-height: 200px;
  }
}
.sec02 .btn_wrap a {
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  color: #333;
  text-align: left;
  padding: 0 35px 0 0;
  font-weight: bold;
}

.sec02 .btn_wrap a:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  border-radius: 0;
  background: linear-gradient(90deg, rgb(25, 95, 186) 0%, rgb(17, 122, 236) 100%);
}

.sec02 .btn_wrap a:after {
  right: 11px;
}

@media (min-width: 769px) {
  .sec02 .btn_wrap a {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 769px) {
  .sec02 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}
.sec02 .columns {
  align-items: center;
}

@media (min-width: 769px) {
  .sec02 .ttl_wrap h2.title,
  .sec02 .ttl_wrap h3.title {
    text-align: left;
  }
}
.sec02 .ttl_wrap h2.title {
  font-size: 60px;
}

.sec02 .ttl_wrap h3.title {
  font-size: 20px;
}

@media (max-width: 768px) {
  .sec02 .ttl_wrap {
    text-align: center;
  }
}
.sec02 .flex_cont .wf_info_cat_selector {
  width: 25%;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .sec02 .flex_cont .wf_info_cat_selector {
    font-size: 14px;
  }
}
.sec02 .flex_cont .wf_info_cat_selector .sub {
  font-size: 0.85em;
}

@media (max-width: 768px) {
  .sec02 .flex_cont .wf_info_cat_selector .sub {
    font-size: 0.6em;
  }
}
.sec02 .wf_paging {
  display: none;
}

.sec02 .wf_blog_ul .wf_blog_li_thumb {
  display: none !important;
}

.ttl_wrap {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .ttl_wrap {
    margin-bottom: 20px;
  }
}
.ttl_wrap h2.title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(45px, 13vw, 80px);
  line-height: 1;
  color: #5fbedc;
  text-align: center;
}

.ttl_wrap h3.title {
  font-size: clamp(16px, 3vw, 20px);
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.sec01 {
  padding: 150px 0;
  background: url(/images/bg_img001.jpg) no-repeat center bottom/cover;
}

@media (max-width: 768px) {
  .sec01 {
    padding: 50px 0;
    background: url(/images/sp_bg_img001.jpg) no-repeat center bottom/cover;
  }
}
.sec01 .ttl_wrap h2.title,
.sec01 .ttl_wrap h3.title {
  color: #fff;
}

.sec01 .youtube_btn .img_anchor::before,
.sec01 .youtube_btn .img_anchor::after {
  content: none;
}

.sec01 .sec_text {
  line-height: 2;
  margin: 1.5em 0 2em;
}

.sec_strength {
  background: url(/images/bg_img002.jpg);
  padding: 150px 0;
}

@media (max-width: 768px) {
  .sec_strength {
    padding: 50px 0;
  }
}
.sec_strength .ttl_wrap {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.sec_strength .ttl_wrap h4.title {
  border-top: solid 1px;
  border-bottom: solid 1px;
  line-height: 1.2;
}

.sec_strength .ttl_wrap h4.title .num {
  font-size: clamp(24px, 3.2vw, 44px);
}

.sec_strength h4.title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .sec_strength h4.title {
    font-size: 18px;
  }
}
.sec_strength .columns {
  align-items: center;
}

@media (max-width: 768px) {
  .sec_strength .columns {
    margin: 0;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 769px) {
  .sec_strength .columns .con_img img {
    max-width: 700px;
    width: 65vw;
  }
  .sec_strength .columns.reverse .con_img .img_span {
    transform: translateX(calc(min(200px, 19vw) * -1));
    display: block;
  }
}
.sec_strength .columns .con_txt {
  background: #fff;
  position: relative;
  padding: 4%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: solid 4px #5fbedc;
}

@media (max-width: 768px) {
  .sec_strength .columns .con_txt {
    max-width: 90%;
    margin: -10% auto 0 auto;
  }
}
.sec_strength .columns .con_txt .number {
  font-size: 46px;
  line-height: 1;
  margin: 0;
  position: absolute;
  left: 6%;
  top: -34px;
  right: auto;
  background: none;
  font-size: 80px;
  font-family: "Outfit", sans-serif;
  color: #5fbedc;
  font-weight: bold;
}

.sec_strength .columns .con_txt .number::first-letter {
  color: #999999;
}

@media (max-width: 768px) {
  .sec_strength .columns .con_txt .number {
    font-size: 50px;
    top: -30px;
  }
}
.sec_info {
  padding: 150px 0;
  background: url(/images/bg_img003.jpg) no-repeat center top/cover;
}

@media (max-width: 768px) {
  .sec_info {
    padding: 50px 0;
  }
}
.sec_contact {
  text-align: center;
  background: url(/images/bg_img004.jpg) no-repeat center top/cover;
  color: #fff;
  padding: 150px 0;
}

@media (max-width: 768px) {
  .sec_contact {
    padding: 50px 0;
  }
}
.sec_contact .ttl_wrap h2.title,
.sec_contact .ttl_wrap h3.title {
  color: #fff;
}

.sec_contact .tel_text {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 25px;
}

.sec_contact .tel_text a {
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  position: relative;
}

.sec_contact .btn_wrap a {
  width: 420px;
  font-size: 18px;
  padding: 15px;
}

.sec_contact .mailicon {
  position: relative;
  padding-left: 28px;
}

.sec_contact .mailicon:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(/images/ic_mail.png) no-repeat center;
}

/* =============================================
under customize
============================================= */
.under #footer {
  border-top: solid 1px #5fbedc;
}

@media (max-width: 768px) {
  .t01_wrap th,
  .t01_wrap td {
    padding: 0.8em 0.5em;
  }
}
@media (min-width: 769px) {
  .mainimage .slick-slide img {
    width: 100%;
  }
}
.color_pri {
  color: #5fbedc;
  font-weight: bold;
}

.mb-3 {
  margin-bottom: 2em !important;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center !important;
  }
}
.under #content .img_span img {
  margin: 0 auto 1em;
  display: block;
}

.list_dot li {
  position: relative;
}

ol {
  list-style-type: decimal;
}

.under h3 .sub {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  color: #5fbedc;
  display: inline-block;
}

.st_text {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #5fbedc;
  font-weight: bold;
  margin: 30px 0 20px;
}

@media (max-width: 768px) {
  .st_text {
    font-size: 16px;
  }
}
ol.list_dot li:before {
  content: none;
}

ol.list_dot {
  padding-left: 37px;
}

@media (max-width: 768px) {
  ol.list_dot {
    padding-left: 32px;
  }
}
.t01_style.t02_wrap td {
  width: 22% !important;
}

.t01_style.t02_wrap td:last-child {
  width: 34% !important;
}

.t01_style.t02_wrap tr:last-of-type td:last-child {
  width: 34% !important;
}

@media (max-width: 1000px) {
  .t01_wrap.t02_wrap .cont {
    overflow-x: scroll;
  }
  .t01_wrap.t02_wrap {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .t01_wrap.t03_wrap .cont {
    overflow-x: scroll;
  }
  .t01_wrap.t03_wrap {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .list_dot li:before {
    top: 13px;
  }
  .under h3 .sub {
    font-size: 16px;
  }
}
.ofi_box img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 235px;
}
.ofi_box2 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 350px;
}

/*
ここからカスタマイズ
*/
#footer > .inner {
  width: 1400px;
  display: grid;
  grid-template-areas: "left right" "bottom bottom";
  grid-template-columns: auto auto;
  -moz-column-gap: clamp(60px, -37.215px + 12.658vw, 140px);
  column-gap: clamp(60px, -37.215px + 12.658vw, 140px);
}

@media only screen and (max-width: 1420px) {
  #footer > .inner {
    width: 94%;
  }
}
@media (max-width: 768px) {
  #footer > .inner {
    display: block;
  }
}
#footer .footer_l {
  grid-area: left;
}

#footer .footer_r {
  grid-area: right;
}

#footer .footer_bottom {
  grid-area: bottom;
  padding-bottom: 5px;
}

#footer .footer_bottom ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (max-width: 768px) {
  #footer .f_logo {
    text-align: center;
  }
}
#footer .f_nav {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 70px;
  column-gap: 70px;
  visibility: unset;
  left: 0;
  opacity: 1;
  max-width: unset;
}

@media (max-width: 768px) {
  #footer .f_nav {
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
  }
}
#footer .nav_parent > li {
  font-weight: bold;
}

#footer .nav_child {
  margin-bottom: 30px;
}

#footer .nav_child > li {
  font-weight: normal;
}

#footer .nav_child > li::before {
  content: "・";
  color: #5fbedc;
}

#footer .nav_grandchild > li {
  font-size: 14px;
}

#footer .nav_grandchild > li::before {
  content: "-";
  color: #d3d3d3;
  margin-inline: 0.5em;
}

#footer .copy_box {
  background-color: #00000b;
}

#footer .copy_box .inner {
  padding: 20px 10px;
  background-color: unset;
}

.sec_title_header {
  width: 100%;
  margin: 0 0 45px 0 !important;
  align-items: end;
  justify-content: space-between;
}

.sec_title_header .column:last-of-type {
  width: 100%;
  max-width: 250px;
  padding: 0 0 10px;
}

@media (max-width: 768px) {
  .sec_title_header .column:last-of-type {
    max-width: unset;
    margin-top: 20px;
  }
}
.sec_title_header .btn_wrap a {
  margin-inline: auto;
}

@media (max-width: 768px) {
  .sec_title_header .h2_title .columns {
    width: 100%;
    justify-content: left;
  }
  .sec_title_header .h2_title .columns .column {
    flex: 0;
  }
}
.top .wrap .inner {
  max-width: 1400px;
}

.top #content .inner {
  width: 1400px;
  padding-block: 120px;
}

@media only screen and (max-width: 1620px) {
  .top #content .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
}
@media (max-width: 768px) {
  .top #content .inner {
    padding-block: 60px;
  }
}
.top #content .wf_type1_bg_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .top #content .h2_title {
    margin-bottom: 25px;
  }
}
.top #content .h2_title .columns {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .top #content .h2_title .columns {
    align-items: center;
    row-gap: 0;
  }
}
.top #content .h2_title .columns .column {
  padding: 0;
}

.top #content .h2_title .columns .h2_en {
  color: #5fbedc;
  font-size: clamp(40px, -32.911px + 9.494vw, 100px);
  font-weight: bold;
  letter-spacing: 0.08em;
}

.top #content .h2_title .columns .h2_jp {
  color: #00000b;
  font-size: clamp(14px, 1.848px + 1.582vw, 24px);
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media (max-width: 768px) {
  .top #content .h2_title .columns .h2_jp {
    text-align: center;
  }
}
.top #content .leadtext {
  font-size: clamp(24px, 15px + 1.172vw, 30px);
  font-weight: bold;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
}

.top #content .mainmovie .inner {
  position: relative;
  padding: unset;
}

.top #content .mainmovie .wf_input_html {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.top #content .mainmovie .wf_input_html video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.top #content .mainmovie .wf_input_html iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top #content .mainmovie .main_catchcopy {
  position: absolute;
  width: 38.2291666667vw;
  max-width: 734px;
  height: auto;
  left: 4.6875vw;
  bottom: 5.2083333333vw;
}

@media (max-width: 768px) {
  .top #content .mainmovie .main_catchcopy {
    width: 88.6666666667vw;
    max-width: 665px;
  }
}
.top #content .mainmovie .main_catchcopy img {
  width: 100%;
  height: auto;
}

.top #content .sec_topic .h2_title .columns {
  flex-direction: row;
}

@media (max-width: 768px) {
  .top #content .sec_topic .h2_title .columns {
    align-items: baseline;
  }
}
.top #content .sec_topic .h2_jp {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: clamp(16px, 10px + 0.781vw, 20px);
}

.top #content .sec_topic .h2_jp::before {
  content: "/";
}

.top #content .sec_topic .h2_en {
  font-size: clamp(55px, 25px + 3.906vw, 75px) !important;
}

.top #content .sec_topic .wf_blog_ul {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.top #content .sec_topic .wf_blog_ul.お知らせ .wf_blog_li_date {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 768px) {
  .top #content .sec_topic .wf_blog_ul.お知らせ .wf_blog_li_date {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.top #content .sec_topic .wf_blog_ul.お知らせ .wf_blog_li_date::after {
  content: "お知らせ";
  flex-shrink: 0;
  display: inline-block;
  padding: 1px 20px;
  background-color: #eeeeee;
  font-size: 14px;
}

@media (max-width: 768px) {
  .top #content .sec_topic .wf_blog_ul.お知らせ .wf_blog_li_date::after {
    padding: 5px 20px;
    font-size: 10px;
  }
}
.top #content .sec_topic .wf_blog_ul .wf_lic {
  display: flex;
  align-items: center;
  padding-block: 10px;
  padding-inline: clamp(10px, -50px + 7.813vw, 50px);
  border: unset;
  transition: all 0.2s ease 0s;
}

.top #content .sec_topic .wf_blog_ul .wf_lic:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.top #content .sec_topic .wf_blog_ul .wf_lic:hover .wf_blog_li_title::after {
  transform: translateX(20px);
}

.top #content .sec_topic .wf_blog_ul .wf_blog_li_inner {
  flex: 1;
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
  align-items: baseline;
}

@media (max-width: 768px) {
  .top #content .sec_topic .wf_blog_ul .wf_blog_li_inner {
    flex-wrap: wrap;
  }
}
.top #content .sec_topic .wf_blog_ul .wf_blog_li_thumb {
  display: none;
}

.top #content .sec_topic .wf_blog_ul .wf_blog_li_title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 768px) {
  .top #content .sec_topic .wf_blog_ul .wf_blog_li_title {
    flex: unset;
    width: 100%;
  }
}
.top #content .sec_topic .wf_blog_ul .wf_blog_li_title::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 33px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/images/ic_arrow_circle_bk.png") no-repeat center/contain;
  transition: all 0.2s ease 0s;
}

.top #content .sec_message {
  color: #fff;
}

@media (max-width: 768px) {
  .top #content .sec_message .inner {
    padding-bottom: 70px;
  }
}
.top #content .sec_message .h2_title .columns .h2_en {
  color: #fff;
}

.top #content .sec_message .h2_title .columns .h2_jp {
  color: #fff;
}

.top #content .sec_message .leadtext {
  margin-bottom: 40px;
}

.top #content .sec_message .btn_wrap a {
  margin-top: 40px;
  margin-inline: 0 auto;
}

@media (max-width: 768px) {
  .top #content .sec_message .btn_wrap a {
    margin-inline: auto;
  }
}
.top #content .sec_message .bg_parts {
  position: absolute;
  bottom: -90px;
  left: auto;
  right: 0;
  width: 100%;
  display: block;
  text-align: right;
}

@media (max-width: 768px) {
  .top #content .sec_message .bg_parts {
    bottom: -27.6666666667vw;
    width: 79.3333333333vw;
    margin-bottom: 0;
  }
}
.top #content .sec_interview {
  position: relative;
  margin-top: min(6.2142857143vw, 87px);
}
.top #content .sec_interview::before,
.top #content .sec_interview::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.top #content .sec_interview::before {
  left: 0;
  bottom: 0;
  width: min(35.7142857143vw, 500px);
  height: auto;
  aspect-ratio: 500/525;
  background: url("/images/bg_img003.png") no-repeat center/contain;
}

.top #content .sec_interview::after {
  top: 0;
  right: 0;
  width: min(29vw, 406px);
  height: auto;
  aspect-ratio: 406/244;
  background: url("/images/bg_img004.png") no-repeat center/contain;
}

@media (max-width: 768px) {
  .top #content .sec_interview .btn_list .column {
    margin-top: 20px;
  }
}
.top #content .sec_movie .wf_type1_bg_img {
  height: 57%;
}

@media (max-width: 768px) {
  .top #content .sec_movie .wf_type1_bg_img {
    height: 67%;
  }
}
.top #content .sec_movie .inner > .columns {
  align-items: center;
}

.top #content .sec_movie .h2_title {
  margin-bottom: 40px;
}

.top #content .sec_movie .h2_jp {
  font-size: clamp(16px, 10px + 0.781vw, 20px);
}

.top #content .sec_movie .h2_en {
  font-size: clamp(55px, 25px + 3.906vw, 75px);
}

.top #content .sec_movie .wf_text_cont {
  z-index: 1;
  position: relative;
  width: 50%;
  padding: clamp(20px, -28.608px + 6.329vw, 60px);
  background-color: #fff;
}

@media (max-width: 768px) {
  .top #content .sec_movie .wf_text_cont {
    width: 90%;
    margin-inline: auto;
    margin-bottom: -8vw;
  }
}
.top #content .sec_movie .wf_text_cont::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  width: 50vw;
  height: 100%;
  background-color: #fff;
}

@media (max-width: 768px) {
  .top #content .sec_movie .wf_text_cont::before {
    content: unset;
  }
}
.top #content .sec_movie .wf_img_cont {
  flex: unset;
  width: min(70.5vw, 987px);
  margin-left: calc(min(18.2142857143vw, 255px) * -1);
}

@media (max-width: 768px) {
  .top #content .sec_movie .wf_img_cont {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.top #content .sec_movie .wf_img_cont::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #fff;
  -webkit-clip-path: polygon(15.3% 0%, 100% 0%, 84.5% 100%, 0% 100%);
  clip-path: polygon(15.3% 0%, 100% 0%, 84.5% 100%, 0% 100%);
}

@media (max-width: 768px) {
  .top #content .sec_movie .wf_img_cont::before {
    width: 100%;
    height: 100%;
  }
}
.top #content .sec_information .h2_title .h2_en {
  color: #fff;
}

.top #content .sec_information .h2_title .h2_jp {
  color: #fff;
}

.top #content .sec_entry {
  color: #fff;
}

@media (max-width: 768px) {
  .top #content .sec_entry {
    text-align: center;
  }
}
.top #content .sec_entry .inner {
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.top #content .sec_entry .inner > .columns {
  align-items: center;
}

.top #content .sec_entry .h2_title .h2_en {
  color: #fff;
}

.top #content .sec_entry .h2_title .h2_jp {
  color: #fff;
}

.top #content .sec_entry .btn_wrap a {
  max-width: 480px;
  background-color: #5fbedc;
}

@media (max-width: 768px) {
  .top #content .sec_entry .btn_wrap a {
    margin-inline: auto;
    margin-top: 20px;
  }
}
.top #content .sec_entry .btn_wrap a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 32px;
  height: auto;
  aspect-ratio: 63/46;
  border-radius: unset;
  margin-right: 5px;
  margin-bottom: -4px;
  background: url("/images/ic_airplane_wh.png") no-repeat center/contain;
  border: unset;
}

.top #content .sec_entry .btn_wrap a:hover {
  background-color: #003f96;
  opacity: unset !important;
}

.under #content .h2_title_wrap {
  background: url("/images/h2_bg.jpg") no-repeat center/cover;
}

.under #content h3 {
  margin: 80px 0 1.2em;
}

@media (max-width: 768px) {
  .under #content h3 {
    margin: 30px 0 1.2em;
  }
}
.under #content h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  margin-inline: auto;
  margin-bottom: 15px;
  background-color: #5fbedc;
}

.under #content h4::before {
  background: linear-gradient(90deg, #5fbedc 0%, #5fbedc 60px, #424242 60px, #424242 100%);
}

.under #content h5::before {
  width: 10px;
  height: 12px;
  background: linear-gradient(90deg, #5fbedc 0%, #5fbedc 20%, transparent 20%, transparent 70%, #003f96 70%, #003f96 90%, transparent 90%, transparent 100%);
}

.under #content .type01 .borderbox {
  background-color: #5fbedc;
  color: #fff;
}

.under #content .type01 .borderbox h4 {
  margin-top: 0;
}

.under #content .type01 .borderbox h4::before {
  height: 1px;
  background: #fff;
}

.under #content .type01 .wf_flow_down {
  border-color: transparent transparent #003f96 #003f96;
}

.under #content .columns.社員インタビュー .wf_blog_li_date_date {
  display: none;
}

.under #content .columns.社員インタビュー .wf_blog_li_thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.under.blog_body #content .wrap.h3_title_wrap {
  padding: unset;
  margin: 0 0 10px 0;
}

.under.blog_body #content .wrap.h3_title_wrap h3 {
  padding: 60px 0;
  margin: unset;
}

.under.blog_body #content .wrap.h3_title_wrap h3::before {
  content: unset;
}

.side {
  position: fixed;
  bottom: 0;
  right: 65px;
  z-index: 99;
}

@media (max-width: 767px) {
  .side {
    right: 0;
  }
}
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 65px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/images/top_btn.jpg") no-repeat center/contain;
}

.pagetop:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .pagetop {
    bottom: 16vw;
    right: 5px;
    background: url("/images/sp_top_btn.jpg") no-repeat center/contain;
  }
}
.sec_message .h2_title {
  margin-bottom: 50px;
}

.sec_message .inner {
  position: relative;
}

.sec_message .inner {
  position: relative;
}

.sec_message .inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -60px;
  width: 2px;
  height: 80%;
  background: #fff;
}

.sec_information .h2_title {
  margin: 0 0 55px;
}

.sec_company .h2_title {
  margin-bottom: 50px;
}

.sec_entry .h2_title {
  margin-bottom: 50px;
}

.sec_entry .btn_wrap a {
  padding: 29px 40px;
  font-size: 20px;
}

.sec_entry .btn_wrap a::after {
  width: 17px;
}

.sec_topic .btn_wrap {
  width: 100%;
  max-width: 250px;
}

.t01_wrap tbody th {
  width: 33%;
}

.under .wf_googlemap_wrap {
  margin-top: 30px;
}

.under .h4_title_wrap h4 {
  margin-top: 10px;
}

.mtimp {
  margin-top: 70px !important;
}

body.page_edit .wrap .inner {
  max-width: 1000px;
}

.nav_parent .f_nav_title {
  font-size: 18px;
  font-weight: bold;
}

.top #content .sec_company {
  background: url("/images/bg_img007.jpg") repeat;
}

@media (min-width: 769px) {
  .top #content .sec_company {
    max-width: 1920px;
    margin: 0 auto;
  }
  .top #content .sec_company .inner {
    width: 100%;
    max-width: 100%;
  }
  .top #content .sec_company .inner .columns {
    margin: 0;
    align-items: center;
  }
  .top #content .sec_company .inner .column {
    padding: 0;
    flex: none !important;
    width: 100%;
  }
  .top #content .sec_company .inner .column.wf_img_cont {
    width: 100%;
    max-width: 54%;
    margin-bottom: auto;
  }
  .top #content .sec_company .inner .column.wf_text_cont {
    max-width: 46%;
  }
  .top #content .sec_company .inner .column.wf_text_cont .company_text_box {
    width: 100%;
    max-width: 565px;
    padding-left: 70px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .top #content .sec_company .inner .column.wf_text_cont .company_text_box {
    padding-left: 40px;
  }
}
@media (min-width: 769px) {
  .top #content .sec_company .inner .leadtext {
    margin: 0 0 30px;
  }
  .top #content .sec_company .inner .sec_text {
    letter-spacing: 0.05em;
    margin: 0 0 40px;
  }
  .top #content .sec_company .inner .btn_wrap a {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .sec_company .company_text_box {
    margin-top: 30px;
  }
  .sec_company .company_text_box .leadtext {
    margin: 0 0 15px;
    font-size: 20px !important;
    text-align: center;
  }
  .sec_company .company_text_box .sec_text {
    margin: 0 0 30px;
  }
}
@media (max-width: 1600px) {
  .top #content .sec_message .bg_parts {
    bottom: -69px;
    width: 90%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .sec_entry .btn_wrap a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top #content .sec_topic .h2_title .columns .h2_en {
    font-size: 40px !important;
  }
  .top #content .sec_topic .h2_title .columns .h2_jp {
    display: block;
  }
  .top #content .sec_topic .h2_title .columns {
    display: block;
  }
  .top #content .sec_topic .h2_jp::before {
    content: none;
  }
  .sec_title_header .column:last-of-type {
    max-width: unset;
    margin-top: 10px;
  }
  .sec_topic .sec_title_header {
    margin-bottom: 23px !important;
  }
  .sec_topic .btn_wrap {
    margin: 25px auto 0;
  }
  .top #content .sec_message .leadtext {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .top #content .sec_message .btn_wrap a {
    margin-top: 28px;
  }
  .top #content .h2_title {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .top #content .sec_message .bg_parts {
    bottom: -6.666667vw;
        width: 97.333333vw;
        margin-bottom: 0;
        right: 1px;
  }
  .sec_interview .sec_title_header {
    margin-bottom: 28px !important;
  }
  .sec_interview .btn_wrap {
    margin-top: 30px;
  }
  .top #content .sec_movie .h2_title {
    margin-bottom: 22px;
  }
  .top #content .sec_movie .wf_text_cont {
    padding: 30px 20px;
  }
  #footer table {
    margin: 30px 0 0;
  }
  .top #content .sec_entry .btn_wrap a {
    font-size: 16px;
    padding: 13px 40px;
  }
  #footer .f_nav {
    margin-top: 30px;
  }
  #footer .copy_box {
    padding-bottom: 13vw;
  }
  .side ul li {
    border: solid 1px #fff;
  }
}
@media (max-width: 768px) {
  .pagetop {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .under .num_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
  }
}
.under .num_box li {
  box-sizing: border-box;
  border: none;
}

@media (min-width: 769px) {
  .under .num_box li {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
  }
}
.under .num_box li .title {
  text-align: center;
  padding: 0 0 40px;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  font-size: 22px;
}

.under .num_box li .title:hover {
  background: rgba(0, 0, 0, 0.05);
}

.under .num_box li .title::after {
  display: none;
}

.under .num_box li .title::before {
  display: none;
}

.under .num_box li .title .num {
  font-size: 48px;
  color: #5fbedc;
  display: block;
  line-height: 1;
  margin-top: 13px;
}

.under .num_box li .title .num .num_text {
  font-size: 24px;
  line-height: 1;
}

.under .num_box li .box {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-left: none;
  margin: 20px 0 0;
  padding: 50px;
}

@media (max-width: 768px) {
  .under .num_box li .box {
    padding: 30px 20px;
  }
}
.under .num_box li .box .num_title {
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 768px) {
  .under .num_box li .box .num_title {
    font-size: 18px;
  }
}
.under .num_box li .box .num {
  font-size: 48px;
  color: #5fbedc;
  line-height: 1;
  margin-left: 20px;
}

.under .num_box li .box .num.block {
  display: block;
}

@media (max-width: 768px) {
  .under .num_box li .box .num {
    font-size: 34px;
  }
}
.under .num_box li .box .num .num_text {
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 768px) {
  .under .num_box li .box .num .num_text {
    font-size: 20px;
  }
  .under .num_box li {
    margin-bottom: 40px;
  }
}
.under .num_box li .title .cont {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .under .toggle span {
    background-color: #000;
  }
  .under .toggle::after {
    color: #000;
  }
}
@media (max-width: 768px) {
  #footer table th,
  #footer table td {
    font-size: 15px;
  }
  #footer table th {
    padding-right: 0.2em;
  }
}
/* 2025.06.12 採用情報ページ　修正 */
body.under #content .h2_title_wrap.h2_img {
  margin-bottom: 0;
}
body.under #content .h2_title_wrap.h2_img .inner {
  width: 100%;
  max-width: unset;
}
@media (min-width: 768px) {
  body.under #content .h2_title_wrap.h2_img .inner {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 100%;
  }
}
body.under #content .h2_title_wrap.h2_img .inner h2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: max(20px, 50vw - 625px);
  font-size: 24px;
  line-height: 1.5;
text-align: left;
}
body.under #content .h2_title_wrap.h2_img .inner h2 .bold {
  font-size: 36px;
}
body.under #content .h2_title_wrap.h2_img .inner .wf_img_cont {
  display: block;
  flex: unset;
  height: auto;
  aspect-ratio: 2/1;
  padding: 0;
}
@media (min-width: 768px) {
  body.under #content .h2_title_wrap.h2_img .inner .wf_img_cont {
    position: relative;
    width: min(600px + 50vw - 500px, 60%);
    margin-bottom: -61px;
  }
}
body.under #content .h2_title_wrap.h2_img .inner .wf_img_cont img {
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 769px) {
  body.under #content .h2_title_wrap.h2_img .inner .wf_img_cont img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
body.under #content .ulbox .borderbox {
  padding: 0 !important;
  background-color: unset;
}
body.under #content .ulbox .borderbox ul li {
  padding: 10px;
}
body.under #content .ulbox .borderbox ul li::before {
  content: unset;
}
body.under #content .ulbox .borderbox ul li a {
  position: relative;
  display: block;
  padding: 20px 40px;
  background-color: #003f96;
color: #fff;
}
body.under #content .ulbox .borderbox ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  width: 14px;
  height: auto;
  aspect-ratio: 26/23;
  background: url("/images/ic_arrow_bk.png") no-repeat center/contain;
  border: unset;
  transform: translateY(-50%);
}
body.under #content .list-box {
  align-items: stretch;
}
body.under #content .list-box .list_inner {
  height: 100%;
  border: solid 1px #5fbedc;
}
body.under #content .list-box .list_inner h4 {
  margin-bottom: unset;
  background-color: #e0f8ff;
  text-align: center;
padding: 0;
font-size: 22px;
padding: 7px;
margin-top: 0;
}
body.under #content .list-box .list_inner h4::before {
  content: unset;
}
body.under #content .list-box .list_inner .ul_detail {
  list-style: disc;
  padding-left: 1.5em;
  margin: 20px;
  margin-left: 10px;
}
body.under #content .list-box .list_inner .ul_detail li {
  line-height: 1.5;
font-size: 15px;
}
body.under #content .list-box .list_inner .ul_detail li::marker {
  color: #5fbedc;
}
body.under #content .list-box .list_inner table {
  margin: 20px;
  margin-top: 20px;
}
body.under #content .list-box .list_inner table tr {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 1.5;
}
body.under #content .list-box .list_inner table tr:not(:last-of-type) {
  margin-bottom: 1em;
}
body.under #content .list-box .list_inner table th {
  padding-left: 0.5em;
  border: unset;
  border-left: solid 3px #5fbedc;
  color: #5fbedc;
  font-size: 18px;
  font-weight: bold;
line-height: 1;
    margin-bottom: 5px;
}
body.under #content .list-box .list_inner table td {
  border: unset;
  line-height: 1.5;
}
body.under #content table {
  border: unset;
}
body.under #content table th {
  border: unset;
  border-bottom: solid 1px #003f96;
  background-color: unset;
  color: #003f96;
}
body.under #content table td {
  border: unset;
  border-bottom: solid 1px #ccc;
}
body.under #content .h2_title_wrap.h2_img .inner h2 .eng{
  font-size: 65px;
font-size: clamp(40px, 3.5vw, 65px);
font-style: italic;
line-height: 1.3;
}
.under .h2_title_wrap.h2_img + .wf_bread_ul {
  margin-bottom: 75px;
}
body.under #content .ulbox .borderbox ul li a:hover {
  background-color: #5fbedc;
  color: #fff;
  text-decoration: none;
}
body.under #content .list-box .list_inner .ul_detail li:not(:first-child){
  margin-top: 5px;
}
.step_title {
  font-weight: bold;
  display: flex;
  align-items: center;
margin-bottom: 15px;
}
.step_title .step_en {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.05em;
  position: relative;
  color: #003f96;
  margin-right: 10px;
line-height: 1;
}
.step_title .step_en::after {
  content: "";
  width: 38px;
  height: 1px;
  background: #003f96;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.step_title .num {
  font-size: 44px;
  letter-spacing: -1px;
  position: relative;
  color: #003f96;
font-style: italic;
padding-right: 12px;
}
.step_title .num::after {
  content: "";
  width: 90px;
  height: 90px;
  background: #fbfcfe;
  border: 1px solid #bddde7;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.under .step_box h4 {
  padding-bottom: 0;
margin: 0 !important;
}
.under .step_box h4::before {
  display: none;
}

.under .step_box .columns {
  align-items: center;
}
.wf_flow_down_wrap {
  margin-bottom: 25px !important;
    margin-top: 65px;
    padding: 0 0 30px;
}
.wf_flow_down_wrap .inner {
  border-top: solid 1px #bddde7;
padding-top: 35px !important;
}
@media ( max-width : 768px ) {
  body.under #content .h2_title_wrap.h2_img .inner h2 {
    text-align: center;
padding: 20px 10px;
  }
body.under #content .h2_title_wrap.h2_img .inner h2 .jp {
    font-size: 18px;
  }
body.under #content .wf_bread_ul {
    padding-left: 12px;
margin-bottom: 15px;
}
body.under #content .ulbox .borderbox {
    margin: 0 auto !important;
}
body.under #content .ulbox .borderbox ul li a {
    padding: 12px 40px;
}
body.under #content .ulbox .borderbox ul li {
    padding: 4px 0;
}
.under .step_box .columns {
    align-items: center;
    column-gap: 20px;
    display: flex;
}
.under .step_box .columns .is-5 {
  flex: none;
  width: 20%;
}
}
.under .img_title_box {
  position: relative;
}
.under .img_title_box .img_title_on {
  position: absolute;
  top: auto;
  bottom: -6%;
  left: 0;
  right: auto;
  margin: auto;
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #5fbedc;
  font-weight: bold;
  font-size: 80px;
line-height: 1;
}
.under .img_title_box img {
  margin: 0 auto 4em !important;
}
.ac_title{
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: bold;
margin: 0 0 10px;
}
@media ( max-width : 768px ) {
  .ac_title {
    font-size: 18px;
  }
}
.under #content h3.custom_h2{
text-align: left;
}
.under #content h3.custom_h2 .en {
  color: #5fbedc;
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  display: block;
}
.under #content h3.custom_h2 .ja {
  display: block;
  font-size: 20px;
  color: #5fbedc;
  font-weight: bold;
margin-top: 10px;
}
.under #content h3.custom_h2::before {
  display: none;
}
@media ( max-width : 768px ) {
  .under .img_title_box .img_title_on {
    font-size: 40px;
bottom: -8%;
  }
.under .img_title_box img {
    margin: 0 auto 2.2em !important;
}
  .under #content h3.custom_h2 .en {
    font-size: 40px;
  }

  .under #content h3.custom_h2 .ja {
    font-size: 16px;
  }
}
body.under #content .ulbox .borderbox ul li a {
  padding: 8px 40px;
  padding-left: 10px;
  background-color: transparent !important;
  border-bottom: solid 1px #5fbedc;
color: #333;
}
body.under #content .ulbox .borderbox ul li a:hover{
  color: #5fbedc;
}
.int_img_box {
  position: relative;
}
.int_img_box .int_text_box {
  padding: 60px 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  background: rgba(255, 255, 255, 0.9);
padding-left: 100px;
margin: auto;
    display: table;
}
.int_img_box .int_text_box .int_text {
  font-size: 30px;
font-size: clamp(20px, 1.5vw, 30px);
  letter-spacing: 0.05em;
line-height: 1.5;
font-weight: bold;
}
.under.wf_blog_body_cat_社員インタビュー .h3_title_wrap{
  display: none;
}
@media (min-width: 769px) {
  .int_img_box .int_img {
    margin-left: 15.625vw;
    display: block;
  }
}
.under.wf_blog_body_cat_社員インタビュー .wf_bread_ul {
  display: none;
}
.inner_max{
  overflow: hidden;
}
.int_img_box .int_text_box .int_name {
  font-size: 20px;
  font-weight: bold;
margin-top: 20px;
}
.int_img_box .int_text_box .int_name .cate {
  display: inline-block;
  background: #5fbedc;
  padding: 0 13px;
  color: #fff;
  margin-right: 20px;
  border-radius: 3px;
}
#content .wrap .inner.wide_inner {
  width: 1600px;
  max-width: 1600px;
}

@media (max-width: 1700px) {
  #content .wrap .inner.wide_inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
}
.int_img_box {
  margin-bottom: 100px !important;
}

@media (max-width: 768px) {
  .int_img_box {
    margin-bottom: 50px;
  }
}
.wide_inner .columns{
  align-items: center;
}
.custom_h4 {
  padding: 0 !important;
  margin: 0 0 22px !important;
}
.custom_h4::before {
  display: none !important;
}
.custom_h4 .ja {
  font-size: 28px;
  color: #5fbedc;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
line-height: 1.4;
}
.custom_h4 .en {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  line-height: 1;
  padding-right: 80px;
  position: relative;
}
.custom_h4 .en::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #5fbedc;
  position: absolute;
  top: 50%;
  right: 0;
}

@media (min-width: 769px) {
  .wide_inner .column {
    padding: 10px 20px;
  }
}
@media (min-width: 769px) {
  .wrap_bg {
    background: linear-gradient(90deg, #fff 0%, #fff 40%, #f4fdff 40%, #f4fdff 100%);
    padding: 70px 0;
    margin-bottom: 100px !important;
  }
  .wrap_bg_reverse {
    background: linear-gradient(90deg, #f4fdff 0%, #f4fdff 60%, #fff 60%, #fff 100%);
    padding: 70px 0;
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1000px) {
  .int_img_box .int_text_box {
    top: auto;
  }
  .int_img_box .int_text_box {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .int_img_box .int_text_box {
    position: static;
    padding: 10px 20px;
  }
  .int_img_box .int_text_box .int_name {
    font-size: 16px;
  }
  .int_img_box .int_text_box .int_text {
    font-size: 18px;
  }
.int_img_box {
    margin-bottom: 20px !important;
  }
.custom_h4 .en {
    font-size: 16px;
  }
  .custom_h4 .ja {
    font-size: 22px;
  }
.custom_h4 {
    margin: 0 0 13px !important;
}
}
.history_table th {
  position: relative !important;
height: 100%;
}
.history_table th::after {
  width: 15px;
  height: 15px;
  background-color: #003f96;
  border-radius: 50%;
  left: 15rem;
  top: 31px;
    bottom: auto;
  position: absolute;
  content: "";
margin: auto;
}
.history_table th::before {
  position: absolute;
    top: 1.5em;
    bottom: auto;
    left: 15.5rem;
    width: 1px;
    background-color: #d9d9d9;
    content: "";
    height: 100%;
}
.history_table tbody tr:last-child th::before {
  background-color: transparent;
}
body.under #content table.history_table th {
  border-bottom: none;
  font-size: 24px;
  font-weight: bold;
text-align: left;
padding: 20px 0.6em;
padding-left: 0;
width: 250px;
vertical-align: top;
    line-height: 1.5;
}
body.under #content table.history_table td {
  border-bottom: none;
padding: 20px 0.6em;
}
@media (max-width: 768px) {
  body.under #content table.history_table th {
    font-size: 14px;
    width: 111px;
padding: 13px 0.6em;
line-height: 2.125;
  }
body.under #content table.history_table td {
padding: 13px 0.6em;
  }
  .history_table th::after {
    width: 10px;
    height: 10px;
    left: 7.8rem;
top: 22px;
  }
  .history_table th::before {
    top: 2.3em;
    left: 8.115rem;
  }
}
.under .title.q_txt img{
  object-fit: cover;
  width: 100%;
  height: 275px;
}
@media ( max-width : 768px ) {
  .under .title.q_txt img {
    height: 190px;
  }
.under .num_box li .title .num {
    font-size: 34px;
}
.under .num_box li .title {
    font-size: 18px;
}
}
body.under #content .list-box h5:before{
  display: none;
}
@media ( max-width : 768px ) {
  body.under #content .list-box .list_inner h4 {
    font-size: 18px;
  }
}
@media ( max-width : 768px ) {
  body.under #content .list-box .list_inner table th {
    font-size: 16px;
  }
.under .step_box .columns {
   display: block;
  }
.under #content .step_box img {
  max-width: 70%;
}
}
.under .inner_max.columns{
  box-sizing: border-box;
margin: auto;
}
.under .inner_max.columns .column {
  padding: 0;
}
.under .max_img {
  overflow: hidden;
margin-top: 100px !important;
}
.under .wrap2 img{
  width: 100%;
}

  .under .wrap2 .int_img_box .int_img {
    margin: auto;
  }
.under .wrap2 .int_img_box{
margin: auto !important;
}
.under .wrap2 .int_img_box .int_img img {
object-fit: cover;
    width: 100%;
    height: 920px;
margin: auto !important;
  }
.under .wrap2 .int_img_box .int_text_box .int_name {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
  }
.under .wrap2 .int_img_box .int_text_box .int_name .cate {
    background: transparent;
    font-size: 90px;
    display: block;
    padding: 0;
    line-height: 1;
    color: #5fbedc;
    font-style: italic;
    letter-spacing: 0;
    margin: 0;
  }

.under .max_img .max_img_inner {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
.under .max_img .max_img_inner h4 {
  text-align: center;
  margin-bottom: 15px;
}
.under .max_img .max_img_inner h4::before {
  display: none;
}
.under .max_img .max_img_inner .max_img_text {
  text-align: center;
}
@media ( min-width : 961px ) {
  .okegawa header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
  }
.hidaka header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
  }
.nishitokyo header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media ( max-width : 1400px ) {
  .under .max_img .max_img_inner h4 {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media ( max-width : 1000px ) {
  .under .inner_max.columns {
    display: block;
  }
  .under .inner_max.columns .column:not(:first-child) {
    margin-top: 50px;
  }
.under .max_img {
    margin-top: 50px !important;
}
}
@media ( max-width : 768px ) {
  .under .max_img .max_img_inner .max_img_text {
    text-align: left;
  }
    .under .max_img {
        margin-top: -35px !important;
    }
}
@media ( max-width : 768px ) {
  .under .wrap2 .int_img_box .int_img img {
    height: 400px;
  }
  .under .wrap2 .int_img_box .int_text_box .int_name {
    font-size: 20px;
text-align: center;
  }
  .under .wrap2 .int_img_box .int_text_box .int_name .cate {
    font-size: 40px;
    text-align: center;
  }
}
.under #content .wrap2 {
  background: none;
}
@media ( max-width : 768px ) {
  .under #content .wrap2 .int_img_box .int_text_box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 20px;
    box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
  }
}
.under .num_box li .box.p_box {
  padding: 0 !important;
}
.under .num_box li .box2 {
  padding: 0 50px 50px;
}
@media (max-width: 768px) {
  .under .num_box li .box2 {
    padding: 0 20px 30px;
  }
}
@media ( min-width : 769px ) {
  .int_img_box .int_text_box.int_text_box2 {
    left: auto;
    right: 0;
  }
 .int_img_box2 .int_img {
   margin-right: 15.625vw;
margin-left: 0;
 }
}
@media (max-width: 768px) {
  .under .max_img.max_img2 {
    margin-top: 0 !important;
  }
}
@media (max-width: 1000px) {
  .under .max_img2 .inner_max.columns .column:not(:first-child) {
    margin-top: 0;
  }
}
.youtube_movie .wf_youtube_iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.youtube_movie .wf_youtube_iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.noto {
  font-family:
    "Noto Sans JP",
    sans-serif !important;
}
.f_logo a:hover{
  opacity: 1;
}
.f_logo a img:hover{
  opacity: 1;
}
#footer .nav_child>li .blank_icon {
  position: relative;
  padding-right: 22px;
}
#footer .nav_child>li .blank_icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(/images/blank_icon.png) no-repeat center / contain;
  border: unset;
}
@media ( max-width : 768px ) {
  #footer .nav_child>li .blank_icon::after {
    top: 4px;
  }
}
@media ( max-width : 960px ) {
  #header .hdr_info_list {
    margin-right: 5px;
  }
}
@media screen and (max-width: 960px) {
 #menu-list>li > a {
    position: relative;
padding-right: 50px;
  }
#menu-list>li > a::before {
    border-top: 2px solid #1d1d1d;
    border-right: 2px solid #1d1d1d;
    content: "";
    display: block;
    height: 7px;
    margin-top: -3px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 7px;
  }
  #menu-list>li.menu-has-child > a {
    position: relative;
padding-right: 50px;
  }
  #menu-list>li.menu-has-child > a::before {
    border-top: 2px solid #1d1d1d;
    border-right: 2px solid #1d1d1d;
    content: "";
    display: block;
    height: 7px;
    margin-top: -3px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    width: 7px;
  }
#menu-list>li.menu-has-child>a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
#menu-list > li > ul.menu-children > li > a {
    position: relative;
    padding-right: 50px;
  }

  #menu-list > li > ul.menu-children > li > a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    margin-top: -3px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 7px;
  }
}
.mainmovie .mainmovie_box {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 0;
      height: 0;
      overflow: hidden;
    }
    .mainmovie .mainmovie_box video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
@media ( max-width : 767px ) {
      .mainmovie .mainmovie_box {
        padding-bottom: 110%;
      }
      .mainmovie .mainmovie_box video {
        width: 197%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }
/*# sourceMappingURL=local.css.map */