@charset "UTF-8";
/*----- font -----*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*----- reset -----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  color: #555;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----- common -----*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background: #f4efe4;
  color: #111;
  overflow-x: hidden;
}
body.fixed {
  position: fixed;
  width: 100%;
}

/* for CMS */
body:has(#wrapper) {
  display: block;
}

body:has(#wrapper)::after {
  position: relative;
  z-index: auto;
  pointer-events: all;
  opacity: 1;
  background: none;
}

a {
  color: #111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #ff9c31;
  text-decoration: none;
}

.ojf img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* PC時Tel発信無効化 */
@media screen and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
/*----- wrap -----*/
.wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.wrap_wide {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width:767px) {
  .wrap {
    padding: 0 6vw;
  }
  .wrap_wide {
    padding: 0 6vw;
  }
}

.main {
  overflow-x: hidden;
  margin-top: 96px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .main {
    margin-top: 8vw;
  }
}
@media screen and (max-width:767px) {
  .main {
    margin-top: 60px;
  }
}

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header.on {
  background: #fff;
}
.header .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .frame .logo {
  width: 145px;
}
.header .frame .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.header .frame .menu .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .frame .menu .ul .li a {
  display: block;
  padding: 20px;
}
.header .frame .menu .contact_btn a {
  display: block;
  padding: 8px 48px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 30px;
}
.header .frame .menu .contact_btn a:hover {
  background: #ff9c31;
  border-color: #ff9c31;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .header {
    height: 8vw;
  }
  .header .frame .logo {
    width: 13vw;
  }
  .header .frame .menu {
    gap: 2vw;
    margin-top: 1.75vw;
  }
  .header .frame .menu .ul .li a {
    font-size: 1.5vw;
    padding: 1.75vw;
  }
  .header .frame .menu .contact_btn a {
    font-size: 1.5vw;
    padding: 0.75vw 4vw;
  }
}
@media screen and (max-width:767px) {
  .header {
    height: 60px;
  }
  .header .frame {
    display: block;
  }
  .header .frame .logo {
    width: auto;
  }

  .header .frame .logo img {
    height: 60px;
  }
  .header .frame .menu {
    display: block;
    margin: 0;
    padding: 10px 0 30px;
  }
  .header .frame .menu .ul {
    display: block;
  }
  .header .frame .menu .ul .li {
    text-align: center;
  }
  .header .frame .menu .ul .li a {
    padding: 15px 0;
  }
  .header .frame .menu .contact_btn {
    max-width: 300px;
    margin: 15px auto 0;
  }
  .header .frame .menu .contact_btn a {
    padding: 10px;
    text-align: center;
  }
}

body.fixed .header {
  background: #fff;
}
body.fixed .header .wrap {
  background: #fff;
}
/*----- nav -----*/
@media screen and (min-width:768px) {
  .sp_menu {
    display: block !important;
  }
  .spbtn {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .spbtn {
    position: absolute;
    top: 10px;
    right: 6vw;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .spbtn > div {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #727171;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .spbtn > div:nth-of-type(1) {
    top: 8px;
  }
  .spbtn > div:nth-of-type(3) {
    top: 32px;
  }
  .spbtn.active > div {
    top: 50%;
    -webkit-transform: rotate(37.5deg);
            transform: rotate(37.5deg);
  }
  .spbtn.active > div:nth-of-type(2) {
    display: none;
  }
  .spbtn.active > div:nth-of-type(3) {
    top: 50%;
    -webkit-transform: rotate(-37.5deg);
            transform: rotate(-37.5deg);
  }
}
.footer_info {
  padding: 100px 0;
}
.footer_info .title {
  margin-bottom: 30px;
  text-align: center;
}
.footer_info .title .text {
  display: inline-block;
  padding: 0 20px 5px;
  font-size: 40px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #f4f25a));
  background: linear-gradient(transparent 75%, #f4f25a 25%);
}
.footer_info .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.footer_info .ul .li {
  width: 400px;
}
.footer_info .ul .li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px;
  background: #fff;
  border: 3px solid #111;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_info .ul .li a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_info .ul .li a .btns {
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_info .ul .li a .btns .icon {
  width: 36px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_info .ul .li a .btns .icon img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_info .ul .li a .arrow {
  width: 40px;
  padding: 5px;
  background: #ff9c31;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_info .ul .li a .arrow img {
  width: 16px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer_info .ul .li a:hover {
  color: #fff;
  background: #ff9c31;
  border-color: #ff9c31;
}
.footer_info .ul .li a:hover .btns .icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.footer_info .ul .li a:hover .arrow {
  background: #fff;
}
.footer_info .ul .li a:hover .arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(81%) sepia(43%) saturate(3875%) hue-rotate(333deg) brightness(100%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(81%) sepia(43%) saturate(3875%) hue-rotate(333deg) brightness(100%) contrast(104%);
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .footer_info {
    padding: 8vw 0;
  }
  .footer_info .title {
    margin-bottom: 3vw;
  }
  .footer_info .title .text {
    padding: 0 2vw 0.5vw;
    font-size: 3vw;
  }
  .footer_info .ul {
    gap: 2vw;
  }
  .footer_info .ul .li {
    width: 35vw;
  }
  .footer_info .ul .li a {
    padding: 2vw 1.5vw;
  }
  .footer_info .ul .li a .btns {
    width: calc(100% - 3vw);
    gap: 1vw;
    font-size: 2vw;
  }
  .footer_info .ul .li a .btns .icon {
    width: 3vw;
  }
  .footer_info .ul .li a .arrow {
    width: 3vw;
    padding: 0.5vw;
  }
  .footer_info .ul .li a .arrow img {
    width: 1.6vw;
  }
}
@media screen and (max-width:767px) {
  .footer_info {
    padding: 60px 0;
  }
  .footer_info .title {
    margin-bottom: 20px;
  }
  .footer_info .title .text {
    padding: 0 3vw 5px;
    font-size: min(7vw, 30px);
  }
  .footer_info .pm br {
    display: none;
  }
  .footer_info .ul .li {
    width: min(100%, 400px);
  }
  .footer_info .ul .li a {
    padding: 15px 4vw;
  }
  .footer_info .ul .li a .btns {
    font-size: 20px;
  }
  .footer_info .ul .li a .btns .icon {
    width: 30px;
  }
}

.footer {
  position: relative;
  padding: 30px 0;
}
.footer .pagetop {
  position: absolute;
  top: 0;
  right: 6vw;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .pagetop:hover {
  background: #ff9c31;
}
.footer .pagetop::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: translate(-50%, calc(-50% + 4px)) rotate(-45deg);
          transform: translate(-50%, calc(-50% + 4px)) rotate(-45deg);
}
.footer .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .frame .conts {
  width: 50%;
}
.footer .frame .conts .logo {
  width: 130px;
  margin-bottom: 10px;
}
.footer .frame .menu {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .frame .menu .ul {
  width: 50%;
}
.footer .frame .menu .ul .li {
  position: relative;
  margin-bottom: 40px;
}
.footer .frame .menu .ul .li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.footer .copyright {
  margin-top: 40px;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1420px) {
  .footer .pagetop {
    right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .footer {
    padding: 3vw 0;
  }
  .footer .frame .conts .logo {
    width: 12vw;
    margin-bottom: 1vw;
  }
  .footer .frame .menu .ul .li {
    margin-bottom: 3vw;
  }
  .footer .frame .menu .ul .li::before {
    left: -2vw;
  }
  .footer .copyright {
    margin-top: 3vw;
  }
}
@media screen and (max-width:767px) {
  .footer {
    padding: 0 0 60px;
  }
  .footer .frame {
    display: block;
  }
  .footer .frame .conts {
    width: 100%;
  }
  .footer .frame .menu {
   width: 100%;
   display: flex;
   padding: 3em 0 0 2em;
  }
}

/*--- fadein ---*/
/* for CMS */
#wrapper .fadein {
  opacity: 1;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
.fadein_1st, .fadein_2nd, .fadein_3rd, .fadein_4th, .fadein_5th {
  -webkit-animation-name: fadeIn1s;
          animation-name: fadeIn1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.fadein_2nd {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fadein_3rd {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.fadein_4th {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.fadein_5th {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@-webkit-keyframes fadeIn1s {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn1s {
  100% {
    opacity: 1;
  }
}
/* mark */
.m_link a {
  display: inline;
}
.m_link a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url("/system_panel/uploads/images/icon_link.png") no-repeat center/contain;
  vertical-align: -2px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .m_link a::after {
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 1vw;
    vertical-align: -0.2vw;
  }
}
@media screen and (max-width:767px) {
  .m_link a::after {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    vertical-align: -1px;
  }
}

/* btn */
.m_btn {
  width: 160px;
}
.m_btn a,
.m_btn button {
  display: block;
  padding: 10px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  cursor: pointer;
}
.m_btn a img,
.m_btn button img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m_btn a:hover,
.m_btn button:hover {
  background: #ff9c31;
  border-color: #ff9c31;
  color: #fff;
}
.m_btn a:hover img,
.m_btn button:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.m_btn.m_center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .m_btn {
    width: 20vw;
  }
  .m_btn a,
  .m_btn button {
    padding: 1vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width:767px) {
  .m_btn {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .m_btn a,
  .m_btn button {
    padding: 12px;
  }
}

/* title */
.mv {
  padding: 60px 0 15px;
  border-bottom: 1px solid #111;
}
.mv .title {
  margin-bottom: 8px;
  font-size: 40px;
}
.m_en {
  position: relative;
  padding: 3px 0 3px 30px;
}
.m_en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("/system_panel/uploads/images/icon_balloon.png") no-repeat;
  background-size: 24px auto;
}
.m_title {
  margin-bottom: 30px;
}
.m_title .m_en {
  margin: 0 0 10px 15px;
}
.m_title_line:nth-of-type(n+1) {
  margin-top: -3px;
}
.m_title_box {
  display: inline-block;
  padding: 15px 30px;
  background: #fff;
  border: 3px solid #111;
  border-radius: 3px;
}
.m_title_box .text {
  display: inline;
  font-size: 40px;
}
.m_title_box .text.orange {
  color: #ff9c31;
}
.m_title_box.short {
  padding-right: 5px;
}
.m_subtitle {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px 40px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .mv {
    padding: 5vw 0 1.5vw;
  }
  .mv .title {
    margin-bottom: 1vw;
    font-size: 3vw;
  }
  .m_en {
    padding: 0.3vw 0 0.3vw 2.5vw;
  }
  .m_en::before {
    width: 2vw;
    height: 2vw;
    background-size: 2vw auto;
  }
  .m_title {
    margin-bottom: 2vw;
  }
  .m_title .m_en {
    margin: 0 0 1vw 1.5vw;
  }
  .m_title_box {
    padding: 1.25vw 2.4vw;
  }
  .m_title_box .text {
    font-size: 3vw;
  }
  .m_title_box.short {
    padding-right: 0.5vw;
  }
  .m_subtitle {
    margin-bottom: 1.5vw;
    padding: 1vw 3vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width:767px) {
  .mv {
    padding: 40px 0 15px;
  }
  .mv .title {
    margin-bottom: 8px;
    font-size: min(8vw, 30px);
  }
  .m_title {
    margin-bottom: 20px;
  }
  .m_title .m_en {
    margin: 0 0 10px 10px;
  }
  .m_title_box {
    padding: 8px 15px;
  }
  .m_title_box .text {
    font-size: min(7.5vw, 26px);
  }
  .m_title_box .text.sp_small {
    font-size: min(6.6vw, 26px);
  }
  .m_title_box.short {
    padding-right: 2px;
  }
  .m_subtitle {
    margin-bottom: 10px;
    padding: 8px 24px;
    font-size: 14px;
  }
}

/* layout */
.m_center {
  text-align: center;
}
.m_center .m_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 0;
}
.m_center .m_en::before {
  position: relative;
  left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-right: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .m_center .m_en {
    padding: 0.3vw 0;
  }
  .m_center .m_en::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2vw;
            flex: 0 0 2vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width:767px) {
  .m_center.sp_left {
    text-align: left;
  }
}

/* text */
.p {
  font-size: 16px;
}
.pm {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .p {
    font-size: 1.5vw;
  }
  .pm {
    font-size: 1.5vw;
    line-height: 2;
  }
}
@media screen and (max-width:767px) {
  .p {
    font-size: 14px;
  }
  .p br.spnone {
    display: none;
  }
  .pm {
    font-size: 14px;
    line-height: 2;
  }
  .pm br.spnone {
    display: none;
  }
}

/* bg */
.bg_blue {
  background: #0a2454;
  color: #fff;
}
.bg_blue .m_title_box {
  background: none;
  border-color: #fff;
}

/* sns */
.sns_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.sns_ul .li {
  width: 25px;
}
.sns_ul .li a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sns_ul .li a:hover img {
  opacity: 0.6;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .sns_ul {
    gap: 2vw;
  }
  .sns_ul .li {
    width: 2vw;
  }
}
@media screen and (max-width:767px) {
  .sns_ul {
    gap: 22px;
  }
  .sns_ul .li {
    width: 22px;
  }
}

/* detail */
.blog_detail .contents {
  line-height: 2;
}
.blog_detail .contents h1,
.blog_detail .contents h2,
.blog_detail .contents h3,
.blog_detail .contents h4,
.blog_detail .contents h5,
.blog_detail .contents h6 {
  margin: 40px 0 15px;
  padding-left: 15px;
  font-size: 25px;
  line-height: 1.5;
  border-left: 5px solid #0a2454;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .blog_detail .contents h1,
  .blog_detail .contents h2,
  .blog_detail .contents h3,
  .blog_detail .contents h4,
  .blog_detail .contents h5,
  .blog_detail .contents h6 {
    margin: 3vw 0 1vw;
    padding-left: 1.25vw;
    font-size: 2vw;
  }
}
@media screen and (max-width:767px) {
  .blog_detail .contents h1,
  .blog_detail .contents h2,
  .blog_detail .contents h3,
  .blog_detail .contents h4,
  .blog_detail .contents h5,
  .blog_detail .contents h6 {
    margin: 30px 0 10px;
    padding-left: 12px;
    font-size: 19px;
  }
}

.blog_detail {
  padding: 40px 60px;
  background: #fff;
}
.blog_detail .head {
  display: -webkit-box;

  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.blog_detail .head .date {
  color: #0a2454;
  font-size: 15px;
}
.blog_detail .head .category {
  background: #0a2454;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
}
.blog_detail .title {
  margin: 10px 0 30px;
  color: #0a2454;
  font-size: 30px;
  line-height: 1.5;
}
.blog_detail .pic {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .blog_detail {
    padding: 3vw 4vw;
  }
  .blog_detail .head {
    gap: 1.5vw;
  }
  .blog_detail .head .date {
    font-size: 1.5vw;
  }
  .blog_detail .head .category {
    font-size: 1.4vw;
    padding: 0.5vw 2vw;
  }
  .blog_detail .title {
    margin: 1vw 0 2.5vw;
    font-size: 2.5vw;
  }
  .blog_detail .pic {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .blog_detail {
    padding: 20px 5vw 40px;
  }
  .blog_detail .head {
    gap: 10px;
  }
  .blog_detail .head .date {
    font-size: 14px;
  }
  .blog_detail .head .category {
    font-size: 13px;
    padding: 5px 15px;
  }
  .blog_detail .title {
    margin: 10px 0 20px;
    font-size: min(5vw, 25px);
  }
}

/* common */
.blog_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 30px;
}
.blog_area_side {
  width: 20%;
}
.blog_area_main {
  width: 77%;
}
.blog_category {
  margin: 20px 0;
}
.blog_category .webgene-blog .webgene-item .m_btn {
  margin-bottom: 10px;
  width: auto;
}
.blog_category .webgene-blog .webgene-item .m_btn a {
  display: inline-block;
  padding: 8px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .blog_area {
    padding: 5vw 0 3vw;
  }
  .blog_area_side {
    width: 20%;
  }
  .blog_area_main {
    width: 77%;
  }
  .blog_category {
    margin: 2vw 0;
  }
  .blog_category .webgene-blog .webgene-item .m_btn {
    margin-bottom: 1vw;
  }
  .blog_category .webgene-blog .webgene-item .m_btn a {
    padding: 1vw;
  }
}
@media screen and (max-width:767px) {
  .blog_area {
    display: block;
    padding: 40px 0 30px;
  }
  .blog_area_side {
    width: 100%;
  }
  .blog_area_main {
    width: 100%;
  }
  .blog_category {
    margin: 10px 0 40px;
  }
  .blog_category .webgene-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .blog_category .webgene-blog .webgene-item .m_btn {
    margin-bottom: 0;
  }
  .blog_category .webgene-blog .webgene-item .m_btn a {
    padding: 10px 15px;
  }
}

/* list */
.blog_list .li {
  border-bottom: 1px solid #111;
}
.blog_list .li a {
  padding: 30px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog_list .li a .pic {
  display: block;
  background: #fff;
  width: 25%;
  height: 190px;
}
.blog_list .li a .pic img {
  height: 190px;
}
.blog_list .li a .conts {
  width: 72%;
}
.blog_list .li a .conts .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.blog_list .li a .conts .head .date {
  color: #0a2454;
  font-size: 15px;
}
.blog_list .li a .conts .head .category {
  background: #0a2454;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
}
.blog_list .li a .conts .title {
  margin: 10px 0;
  color: #0a2454;
  font-size: 30px;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog_list .li a .conts .blogtext {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 2;
}
.blog_list .li a:hover .title {
  color: #ff9c31;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .blog_list .li a {
    padding: 2vw 0.5vw;
  }
  .blog_list .li a .pic {
    width: 25%;
    height: 15vw;
  }
  .blog_list .li a .pic img {
    height: 15vw;
  }
  .blog_list .li a .conts {
    width: 72%;
  }
  .blog_list .li a .conts .head {
    gap: 1.5vw;
  }
  .blog_list .li a .conts .head .date {
    font-size: 1.4vw;
  }
  .blog_list .li a .conts .head .category {
    font-size: 1.3vw;
    padding: 0.5vw 2vw;
  }
  .blog_list .li a .conts .title {
    margin: 1vw 0;
    font-size: 2.4vw;
  }
  .blog_list .li a .conts .blogtext {
    font-size: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .blog_list .li a {
    padding: 20px 0;
    display: block;
  }
  .blog_list .li a .pic {
    margin: 0 auto 20px;
    width: min(400px, 100%);
    height: 50vw;
  }
  .blog_list .li a .pic img {
    height: 50vw;
  }
  .blog_list .li a .conts {
    width: 100%;
  }
  .blog_list .li a .conts .head {
    gap: 10px;
  }
  .blog_list .li a .conts .head .date {
    font-size: 14px;
  }
  .blog_list .li a .conts .head .category {
    font-size: 13px;
    padding: 5px 15px;
  }
  .blog_list .li a .conts .title {
    margin: 10px 0;
    font-size: min(5vw, 24px);
  }
  .blog_list .li a .conts .blogtext {
    font-size: 14px;
  }
}

/* pager */
.webgene-pagination {
  width: 100%;
  margin-top: 60px;
}
.webgene-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}
.webgene-pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: #0a2454;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}
.webgene-pagination ul li a:hover {
  background: #ff9c31;
}
.webgene-pagination ul li.prev a, .webgene-pagination ul li.next a {
  background: none;
  color: #0a2454;
}
.webgene-pagination ul li.prev a:hover, .webgene-pagination ul li.next a:hover {
  color: #ff9c31;
}
.webgene-pagination ul li.selected a {
  background: #ff9c31;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .webgene-pagination {
    margin-top: 5vw;
  }
  .webgene-pagination ul {
    gap: 1vw;
    font-size: 1.3vw;
  }
}
@media screen and (max-width:767px) {
  .webgene-pagination {
    margin-top: 40px;
  }
}

.top_mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 720px;
}
.top_mv .text {
  position: relative;
  z-index: 99;
}
.top_mv .text .m_title {
  margin-bottom: 15px;
}
.top_mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_mv_bg_voice {
  position: absolute;
  z-index: 2;
}
.top_mv_bg_voice p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
.top_mv_bg_voice:nth-of-type(1) {
  top: 36px;
  left: calc(50% - 360px);
  width: 244px;
}
.top_mv_bg_voice:nth-of-type(2) {
  top: 80px;
  left: calc(50% + 150px);
  width: 295px;
  color: #fff;
}
.top_mv_bg_voice:nth-of-type(3) {
  bottom: 30px;
  left: calc(50% - 170px);
  width: 291px;
  color: #fff;
}
.top_mv_bg_voice:nth-of-type(4) {
  top: 330px;
  left: calc(50% - 615px);
  width: 324px;
}
.top_mv_bg_voice:nth-of-type(5) {
  top: 365px;
  left: calc(50% + 245px);
  width: 258px;
}
.top_mv_bg_mark {
  position: absolute;
  z-index: 1;
}
.top_mv_bg_mark:nth-of-type(6) {
  top: 280px;
  left: calc(50% - 680px);
  width: 236px;
}
.top_mv_bg_mark:nth-of-type(7) {
  top: 90px;
  left: calc(50% - 530px);
  width: 225px;
}
.top_mv_bg_mark:nth-of-type(8) {
  bottom: 44px;
  left: calc(50% - 390px);
  width: 193px;
}
.top_mv_bg_mark:nth-of-type(9) {
  top: 45px;
  left: calc(50% - 60px);
  width: 256px;
}
.top_mv_bg_mark:nth-of-type(10) {
  bottom: 0px;
  left: calc(50% + 200px);
  width: 209px;
}
.top_mv_bg_mark:nth-of-type(11) {
  top: 230px;
  left: calc(50% + 340px);
  width: 335px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_mv {
    height: 64vw;
  }
  .top_mv .text .m_title {
    margin-bottom: 1.25vw;
  }
  .top_mv_bg_voice p {
    font-size: 1.75vw;
  }
  .top_mv_bg_voice:nth-of-type(1) {
    top: 3vw;
    left: calc(50% - 28vw);
    width: 21vw;
  }
  .top_mv_bg_voice:nth-of-type(2) {
    top: 7vw;
    left: calc(50% + 13vw);
    width: 26vw;
  }
  .top_mv_bg_voice:nth-of-type(3) {
    bottom: 2vw;
    left: calc(50% - 15vw);
    width: 25vw;
  }
  .top_mv_bg_voice:nth-of-type(4) {
    top: 35vw;
    left: calc(50% - 49vw);
    width: 28vw;
  }
  .top_mv_bg_voice:nth-of-type(5) {
    top: 34vw;
    left: calc(50% + 19vw);
    width: 22vw;
  }
  .top_mv_bg_mark:nth-of-type(6) {
    top: 27vw;
    left: calc(50% - 48vw);
    width: 20vw;
  }
  .top_mv_bg_mark:nth-of-type(7) {
    top: 8vw;
    left: calc(50% - 43vw);
    width: 20vw;
  }
  .top_mv_bg_mark:nth-of-type(8) {
    bottom: 3vw;
    left: calc(50% - 32vw);
    width: 17vw;
  }
  .top_mv_bg_mark:nth-of-type(9) {
    top: 4vw;
    left: calc(50% - 5vw);
    width: 22vw;
  }
  .top_mv_bg_mark:nth-of-type(10) {
    bottom: 0vw;
    left: calc(50% + 11vw);
    width: 18vw;
  }
  .top_mv_bg_mark:nth-of-type(11) {
    top: 24vw;
    left: calc(50% + 24vw);
    width: 24vw;
  }
}
@media screen and (max-width:767px) {
  .top_mv {
    height: 500px;
  }
  .top_mv .text .m_title {
    margin-bottom: 1.25vw;
  }
  .top_mv_bg_voice p {
    font-size: 17px;
    line-height: 1.75;
  }
  .top_mv_bg_voice:nth-of-type(1) {
    top: 25px;
    left: calc(50% - 220px);
    width: 180px;
  }
  .top_mv_bg_voice:nth-of-type(2) {
    top: 40px;
    left: calc(50% + 30px);
    width: 210px;
  }
  .top_mv_bg_voice:nth-of-type(3) {
    bottom: 10px;
    left: calc(50% - 120px);
    width: 220px;
  }
  .top_mv_bg_voice:nth-of-type(4), .top_mv_bg_voice:nth-of-type(5) {
    display: none;
  }
  .top_mv_bg_mark:nth-of-type(6) {
    top: 120px;
    left: calc(50% - 240px);
    width: 120px;
  }
  .top_mv_bg_mark:nth-of-type(7) {
    display: none;
  }
  .top_mv_bg_mark:nth-of-type(8) {
    bottom: 20px;
    left: calc(50% - 220px);
    width: 110px;
  }
  .top_mv_bg_mark:nth-of-type(9) {
    top: 10px;
    left: calc(50% - 30px);
    width: 180px;
  }
  .top_mv_bg_mark:nth-of-type(10) {
    bottom: 20px;
    left: calc(50% + 100px);
    width: 140px;
  }
  .top_mv_bg_mark:nth-of-type(11) {
    top: 140px;
    left: calc(50% + 80px);
    width: 180px;
  }
}
@media screen and (max-width:479px) {
  .top_mv {
    height: 120vw;
  }
  .top_mv .text .m_title {
    margin-bottom: 1.25vw;
  }
  .top_mv_bg_voice p {
    font-size: 4.25vw;
    line-height: 1.75;
  }
  .top_mv_bg_voice:nth-of-type(1) {
    top: 5vw;
    left: calc(50% - 48vw);
    width: 40vw;
  }
  .top_mv_bg_voice:nth-of-type(2) {
    top: 7vw;
    left: calc(50% - 0vw);
    width: 48vw;
  }
  .top_mv_bg_voice:nth-of-type(3) {
    bottom: 0vw;
    left: calc(50% - 26vw);

    width: 50vw;
  }
  .top_mv_bg_mark:nth-of-type(6) {
    top: 28vw;
    left: calc(50% - 48vw);
    width: 28vw;
  }
  .top_mv_bg_mark:nth-of-type(8) {
    bottom: 15vw;
    left: calc(50% - 45vw);
    width: 20vw;
  }
  .top_mv_bg_mark:nth-of-type(9) {
    top: 1vw;
    left: calc(50% - 15vw);
    width: 36vw;
  }
  .top_mv_bg_mark:nth-of-type(10) {
    bottom: 9vw;
    left: calc(50% + 23vw);
    width: 24vw;
  }
  .top_mv_bg_mark:nth-of-type(11) {
    top: 30vw;
    left: calc(50% + 15vw);
    width: 34vw;
  }
  .top_mv .pm {
    font-size: min(3.5vw, 14px);
  }
}

.top_head {
  padding: 100px 0 120px;
}
.top_head .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_head .frame .m_title {
  margin-left: 150px;
}
.top_head .frame .conts {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_head {
    padding: 8vw 0;
  }
  .top_head .frame .m_title {
    margin-left: 6vw;
  }
  .top_head .frame .conts {
    width: 55%;
  }
}
@media screen and (max-width:767px) {
  .top_head {
    padding: 60px 0;
  }
  .top_head .frame {
    display: block;
  }
  .top_head .frame .m_title {
    margin: 0 0 30px;
  }
  .top_head .frame .conts {
    width: 100%;
  }
}

.top_reason {
  padding: 100px 0;
}
.top_reason .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 80px 0 40px;
}
.top_reason .ul .li {
  position: relative;
  width: calc(33.3333333333% - 53.3333333333px);
  padding: 40px 30px;
  background: url("/system_panel/uploads/images/bg_square.jpg");
  color: #111;
}
.top_reason .ul .li .num {
  position: absolute;
  top: -25px;
  left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
  background: url("/system_panel/uploads/images/reason_01.png") no-repeat;
  background-size: cover;
  font-size: 30px;
}
.top_reason .ul .li .ttl {
  margin-bottom: 15px;
  color: #0a2454;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_reason {
    padding: 8vw 0;
  }
  .top_reason .ul {
    gap: 5vw;
    margin: 6vw 0 4vw;
  }
  .top_reason .ul .li {
    width: calc(33.3333333333% - 3.3333333333vw);
    padding: 5vw 2vw;
  }
  .top_reason .ul .li .num {
    top: -2vw;
    left: -2.5vw;
    width: 7.5vw;
    height: 7.5vw;
    font-size: 2.4vw;
  }
  .top_reason .ul .li .ttl {
    margin-bottom: 1.5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width:767px) {
  .top_reason {
    padding: 60px 0;
  }
  .top_reason .ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0 30px;
  }
  .top_reason .ul .li {
    width: 100%;
    padding: 20px 6vw;
  }
  .top_reason .ul .li .num {
    top: -18px;
    left: -20px;
    width: 75px;
    height: 75px;
    font-size: 24px;
  }
  .top_reason .ul .li .ttl {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.top_service {
  padding: 100px 0;
}
.top_service .ul {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_service .ul .li {
  width: 50%;
}
.top_service .ul .li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  aspect-ratio: 1;
  margin: 0 auto;
  background: url("/system_panel/uploads/images/bg_plus.jpg");
  border: 3px solid #111;
  border-radius: 50%;
}
.top_service .ul .li .icon img {
  width: 64px;
}
.top_service .ul .li .ttl {
  width: 260px;
  background: #fff;
  margin: 15px auto;
  padding: 10px;
  border: 3px solid #111;
  font-size: 21px;
  text-align: center;
}
.top_service .ul .li .text {
  font-size: 15px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_service {
    padding: 8vw 0;
  }
  .top_service .ul {
    margin: 4vw 0;
  }
  .top_service .ul .li .icon {
    width: 12.5vw;
    height: 12.5vw;
  }
  .top_service .ul .li .icon img {
    width: 5vw;
  }
  .top_service .ul .li .ttl {
    width: 22vw;
    padding: 1vw 0;
    margin: 1vw auto;
    font-size: 1.7vw;
  }
  .top_service .ul .li .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:767px) {
  .top_service {
    padding: 60px 0;
  }
  .top_service .ul {
    margin: 40px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .top_service .ul .li {
    width: 100%;
  }
  .top_service .ul .li .icon {
    width: 120px;
    height: 120px;
  }
  .top_service .ul .li .icon img {
    width: 48px;
  }
  .top_service .ul .li .ttl {
    width: 240px;
    margin: 10px auto;
    font-size: 19px;
  }
}

.top_profile {
  padding: 100px 0;
}
.top_profile .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_profile .frame .pic {
  width: 37.5%;
}
.top_profile .frame .pic img {
  border-radius: 4px;
}
.top_profile .frame .conts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 56%;
}
.top_profile_result {
  width: 50%;
  margin: 20px 0 60px;
  padding: 10px;
  background: #051635;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_profile {
    padding: 8vw 0;
  }
  .top_profile .frame .pic {
    width: 33%;
  }
  .top_profile .frame .conts {
    width: 62%;
  }
  .top_profile_result {
    width: 50%;
    margin: 2vw 0 3vw;
    padding: 1vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .top_profile {
    padding: 60px 0;
  }
  .top_profile .frame {
    display: block;
  }
  .top_profile .frame .pic {
    margin: 40px auto 0;
    width: min(400px, 100%);
  }
  .top_profile .frame .conts {
    width: 100%;
  }
  .top_profile_result {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto 30px;
    font-size: 15px;
  }
}

.top_works {
  padding: 100px 0 20px;
}
.top_works_list {
  margin: 60px 0 40px;
}
.top_works_list .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.top_works_list .webgene-blog .webgene-item {
  width: calc(33.3333333333% - 26.6666666667px);
}
.top_works_list .webgene-blog .webgene-item a .pic {
  display: block;
  background: #fff;
  width: 100%;
  height: 288px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_works_list .webgene-blog .webgene-item a .pic img {
  height: 288px;
}
.top_works_list .webgene-blog .webgene-item a:hover .pic {
  opacity: 0.7;
}
.top_works_list .webgene-blog .webgene-item a .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.top_works_list .webgene-blog .webgene-item a .head .date {
  font-size: 15px;
}
.top_works_list .webgene-blog .webgene-item a .head .category {
  padding: 3px 5px;
  background: #0a2454;
  color: #fff;
  font-size: 14px;
}
.top_works_list .webgene-blog .webgene-item a .title {
  padding: 0 10px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_works {
    padding: 8vw 0 2vw;
  }
  .top_works_list {
    margin: 5vw 0 4vw;
  }
  .top_works_list .webgene-blog {
    gap: 3vw;
  }
  .top_works_list .webgene-blog .webgene-item {
    width: calc(33.3333333333% - 2vw);
  }
  .top_works_list .webgene-blog .webgene-item a .pic {
    height: 24vw;
  }
  .top_works_list .webgene-blog .webgene-item a .pic img {
    height: 24vw;
  }
  .top_works_list .webgene-blog .webgene-item a .head {
    padding: 1vw;
  }
  .top_works_list .webgene-blog .webgene-item a .head .date {
    font-size: 1.4vw;
  }
  .top_works_list .webgene-blog .webgene-item a .head .category {
    padding: 0.3vw 1vw;
    font-size: 1.3vw;
  }
  .top_works_list .webgene-blog .webgene-item a .title {
    padding: 0 1vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width:767px) {
  .top_works {
    padding: 60px 0 20px;
  }
  .top_works_list {
    margin: 40px 0 30px;
  }
  .top_works_list .webgene-blog {
    gap: 30px;
  }
  .top_works_list .webgene-blog .webgene-item {
    width: min(400px, 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .top_works_list .webgene-blog .webgene-item a .pic {
    height: 50vw;
  }
  .top_works_list .webgene-blog .webgene-item a .pic img {
    height: 50vw;
  }
  .top_works_list .webgene-blog .webgene-item a .head .date {
    font-size: 14px;
  }
  .top_works_list .webgene-blog .webgene-item a .head .category {
    font-size: 13px;
  }
  .top_works_list .webgene-blog .webgene-item a .title {
    font-size: 16px;
  }
}

.top_instagram {
  padding: 100px 0 20px;
}
.top_instagram_frame {
  margin: 60px 0 40px;
}
.top_instagram_frame .webgene-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.top_instagram_frame .webgene-blog .webgene-item {
  width: calc(25% - 0.75px);
}
.top_instagram_frame .webgene-blog .webgene-item .pic img {
  height: 462px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top_instagram_frame .webgene-blog .webgene-item .pic:hover img {
  opacity: 0.7;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_instagram {
    padding: 8vw 0 2vw;
  }
  .top_instagram_frame {
    margin: 5vw 0 4vw;
  }
  .top_instagram_frame .webgene-blog .webgene-item .pic img {
    height: 36vw;
  }
}
@media screen and (max-width:767px) {
  .top_instagram {
    padding: 60px 0 20px;
  }
  .top_instagram_frame {
    margin: 40px 0 30px;
  }
  .top_instagram_frame .webgene-blog {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top_instagram_frame .webgene-blog .webgene-item {
    width: calc(50% - 0.5px);
  }
  .top_instagram_frame .webgene-blog .webgene-item .pic img {
    height: 72vw;
  }
}

/* reason */
.reason_concept {
  padding: 90px 0;
}
.reason_concept .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason_concept .frame .m_title {
  width: 32%;
}
.reason_concept .frame .conts {
  width: 66%;
}
.reason_five {
  padding: 90px 0 45px;
}
.reason_five .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reason_five .frame .conts {
  width: 60%;
}
.reason_five .frame .conts .ul .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.reason_five .frame .conts .ul .li .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #111;
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
}
.reason_five .frame .conts .ul .li .num.n01 {
  background: url("/system_panel/uploads/images/reason_01.png") center no-repeat;
  background-size: cover;
}
.reason_five .frame .conts .ul .li .num.n02 {
  background: url("/system_panel/uploads/images/reason_02.png") center no-repeat;
  background-size: cover;
}
.reason_five .frame .conts .ul .li .num.n03 {
  background: url("/system_panel/uploads/images/reason_03.png") center no-repeat;
  background-size: cover;
}
.reason_five .frame .conts .ul .li .num.n04 {
  background: url("/system_panel/uploads/images/reason_04.png") center no-repeat;
  background-size: cover;
}
.reason_five .frame .conts .ul .li .num.n05 {
  background: url("/system_panel/uploads/images/reason_05.png") center no-repeat;
  background-size: cover;
}
.reason_five .frame .conts .ul .li .conts {
  width: calc(100% - 110px);
}
.reason_five .frame .conts .ul .li .conts .ttl {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.6;
}
.reason_five .frame .pics {
  width: 30%;
}
.reason_five .frame .pics .pic {
  position: relative;
}
.reason_five .frame .pics .pic:nth-of-type(1) {
  margin-top: 40px;
}
.reason_five .frame .pics .pic:nth-of-type(2) {
  margin: 100px 0;
  right: 40px;
}
.reason_five .frame .pics .pic:nth-of-type(3) {
  right: 20px;
}
.reason_voice {
  padding: 100px 0 50px;
}
.reason_voice .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 60px 0 40px;
}
.reason_voice .ul .li {
  width: 356px;
  height: 280px;
  padding: 30px;
  background: url("/system_panel/uploads/images/bg_voice.png") no-repeat;
  background-size: 100% 100%;
}
.reason_voice .ul .li .text {
  margin-bottom: 20px;
}
.reason_voice .ul .li:nth-of-type(2) {
  margin-top: 40px;
}
.reason_voice .ul .li:nth-of-type(3) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .reason_concept {
    padding: 7.5vw 0;
  }
  .reason_concept .frame .m_title {
    width: 32%;
  }
  .reason_concept .frame .conts {
    width: 66%;
  }
  .reason_five {
    padding: 7.5vw 0 4vw;
  }
  .reason_five .frame .conts {
    width: 60%;
  }
  .reason_five .frame .conts .ul .li {
    margin-bottom: 5vw;
  }
  .reason_five .frame .conts .ul .li .num {
    font-size: 2.5vw;
    width: 7.5vw;
    height: 7.5vw;
  }
  .reason_five .frame .conts .ul .li .conts {
    width: calc(100% - 9vw);
  }
  .reason_five .frame .conts .ul .li .conts .ttl {
    margin-bottom: 1vw;
    font-size: 2.5vw;
  }
  .reason_five .frame .pics {
    width: 30%;
  }
  .reason_five .frame .pics .pic:nth-of-type(1) {
    margin-top: 3vw;
  }
  .reason_five .frame .pics .pic:nth-of-type(2) {
    margin: 10vw 0;
    right: 3vw;
  }
  .reason_five .frame .pics .pic:nth-of-type(3) {
    right: 1.5vw;
  }
  .reason_voice {
    padding: 8vw 0 4vw;
  }
  .reason_voice .ul {
    gap: 2vw;
    margin: 5vw 0 4vw;
  }
  .reason_voice .ul .li {
    width: 30vw;
    height: 22vw;
    padding: 1.5vw;
  }
  .reason_voice .ul .li .text {
    margin-bottom: 1vw;
  }
  .reason_voice .ul .li:nth-of-type(2) {
    margin-top: 3vw;
  }
  .reason_voice .ul .li:nth-of-type(3) {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .reason_concept {
    padding: 40px 0 60px;
  }
  .reason_concept .frame {
    display: block;
  }
  .reason_concept .frame .m_title {
    width: 100%;
  }
  .reason_concept .frame .conts {
    width: 100%;
  }
  .reason_five {
    padding: 60px 0;
  }
  .reason_five .frame {
    display: block;
  }
  .reason_five .frame .conts {
    width: 100%;
  }
  .reason_five .frame .conts .ul .li {
    margin-bottom: 40px;
  }
  .reason_five .frame .conts .ul .li .num {
    font-size: 20px;
    width: 60px;
    height: 60px;
  }
  .reason_five .frame .conts .ul .li .conts {
    width: calc(100% - 75px);
  }
  .reason_five .frame .conts .ul .li .conts .ttl {
    font-size: min(4.75vw, 24px);
  }
  .reason_five .frame .pics {
    width: min(300px, 87.5%);
    margin: auto;
  }
  .reason_five .frame .pics .pic:nth-of-type(1) {
    margin-top: 30px;
  }
  .reason_five .frame .pics .pic:nth-of-type(2) {
    margin: 30px 0;
    right: 0;
  }
  .reason_five .frame .pics .pic:nth-of-type(3) {
    right: 0;
  }
  .reason_voice {
    padding: 60px 0 30px;
  }
  .reason_voice .ul {
    display: block;
    margin: 30px 0;
  }
  .reason_voice .ul .li {
    width: min(356px, 100%);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 5vw 40px;
  }
  .reason_voice .ul .li .text {
    margin-bottom: 10px;
  }
  .reason_voice .ul .li:nth-of-type(2) {
    margin-top: 20px;
  }
  .reason_voice .ul .li:nth-of-type(3) {
    margin-top: 20px;
  }
}

/* Service */
.svc_anker {
  padding: 30px 0 0;
}
.svc_anker .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 75%;
}
.svc_anker .ul .li .m_btn {
  width: 260px;
}
.svc_anker .ul .li .m_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.svc_anker .ul .li .m_btn a .icon {
  width: 20px;
}
.svc_web {
  padding: 90px 0 100px;
}
.svc_text {
  padding: 90px 0 100px;
}
.svc_text .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin: 20px 0;
}
.svc_text .ul .li {
  padding: 20px 25px;
  width: calc(25% - 3px);
  background: #fff;
  color: #111;
  font-size: 21px;
}
.svc_art, .svc_sns, .svc_plan {
  padding: 100px 0;
}
.svc_price {
  padding: 100px 0;
}
.svc_price .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.svc_price .ul .li {
  width: 301px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.svc_price .ul .li > div {
  color: #ff9c31;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .svc_anker {
    padding: 3vw 0 0;
  }
  .svc_anker .ul {
    gap: 2vw;
    width: 100%;
  }
  .svc_anker .ul .li .m_btn {
    width: 24vw;
  }
  .svc_anker .ul .li .m_btn a {
    gap: 1vw;
  }
  .svc_anker .ul .li .m_btn a .icon {
    width: 1.8vw;
  }
  .svc_web {
    padding: 8vw 0;
  }
  .svc_text {
    padding: 8vw 0;
  }
  .svc_text .ul {
    gap: 0.4vw;
    margin: 2vw 0;
  }
  .svc_text .ul .li {
    padding: 2vw 0 2vw 2.4vw;
    width: calc(25% - 0.3vw);
    font-size: 1.6875vw;
  }
  .svc_art, .svc_sns, .svc_plan {
    padding: 8vw 0;
  }
  .svc_price {
    padding: 8vw 0;
  }
  .svc_price .ul {
    gap: 2vw 0;
  }
  .svc_price .ul .li {
    width: 30vw;
    gap: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .svc_anker .ul {
    gap: 15px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .svc_web {
    padding: 60px 0;
  }
  .svc_text {
    padding: 60px 0;
  }
  .svc_text .ul {
    margin: 20px 0;
  }
  .svc_text .ul .li {
    padding: 15px 20px;
    width: 100%;
    font-size: 19px;
  }
  .svc_text .ul .li.end {
    display: none;
  }
  .svc_art, .svc_sns, .svc_plan {
    padding: 60px 0;
  }
  .svc_price {
    padding: 60px 0;
  }
  .svc_price .ul {
    gap: 20px;
  }
  .svc_price .ul .li {
    width: 100%;
  }
}

.svc_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.svc_box_li {
  width: calc(33.3333333333% - 20px);
  background: url("/system_panel/uploads/images/bg_square.jpg");
  padding: 20px 25px;
}
.svc_box_li_head {
  min-height: 90px;
}
.svc_box_li_head .set {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  background: #0a2454;
  color: #fff;
  font-size: 18px;
}
.svc_box_li_head .ttl {
  color: #0a2454;
  font-size: 22px;
}
.svc_box_li_head.narrow {
  min-height: 60px;
}
.svc_box_li_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 15px;
}
.svc_box_li_price .price {
  font-size: 30px;
}
.svc_box_li .hr {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  background: #111;
}
.svc_box_li .ul_check,
.svc_box_li .ul_voice {
  margin-bottom: 30px;
}
.svc_box_li .ul_check .li,
.svc_box_li .ul_voice .li {
  position: relative;
  padding: 3px 0 5px 30px;
  border-bottom: 2px solid #111;
}
.svc_box_li .ul_check .li::before,
.svc_box_li .ul_voice .li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/system_panel/uploads/images/icon_check.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.svc_box_li .ul_voice .li::before {
  background: url("/system_panel/uploads/images/icon_balloon.png") no-repeat;
  background-size: contain;
}
.svc_box_li .dl {
  margin-bottom: 30px;
}
.svc_box_li .dl > div {
  padding: 3px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #111;
}
.svc_box_slider {
  position: relative;
}
.svc_box_slider .svc_box_li {
  margin: 0 15px;
}
.svc_box_slider .slickbtn {
  position: absolute;
  z-index: 99;
  top: calc(50% - 24px);
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  aspect-ratio: 1;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.svc_box_slider .slickbtn.prev {
  left: -60px;
  background: url("/system_panel/uploads/images/arrow_prev.png") center no-repeat #111;
  background-size: 14px auto;
}
.svc_box_slider .slickbtn.next {
  left: auto;
  right: -60px;
  background: url("/system_panel/uploads/images/arrow_next.png") center no-repeat #111;
  background-size: 14px auto;
}
.svc_box_slider .slickbtn:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) and (max-width: 1420px) {
  .svc_box_slider .slickbtn.prev {
    left: -30px;
  }
  .svc_box_slider .slickbtn.next {
    left: auto;
    right: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .svc_box {
    gap: 2vw;
  }
  .svc_box_li {
    width: calc(33.3333333333% - 1.3333333333vw);
    padding: 2vw 2vw;
  }
  .svc_box_li_head {
    min-height: 7vw;
  }
  .svc_box_li_head .set {
    margin-bottom: 1vw;
    padding: 0.2vw 1vw;
    font-size: 1.6vw;
  }
  .svc_box_li_head .ttl {
    font-size: 1.75vw;
  }
  .svc_box_li_head.narrow {
    min-height: 5vw;
  }
  .svc_box_li_price {
    gap: 1vw;
    margin-bottom: 1vw;
  }
  .svc_box_li_price .price {
    font-size: 2.4vw;
  }
  .svc_box_li .hr {
    margin-bottom: 2vw;
  }
  .svc_box_li .ul_check,
  .svc_box_li .ul_voice {
    margin-bottom: 2vw;
  }
  .svc_box_li .ul_check .li,
  .svc_box_li .ul_voice .li {
    padding: 0.3vw 0 0.5vw 2.5vw;
  }
  .svc_box_li .ul_check .li::before,
  .svc_box_li .ul_voice .li::before {
    top: 1.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .svc_box_li .dl {
    margin-bottom: 2vw;
  }
  .svc_box_li .dl > div {
    padding: 0.3vw 0 0.5vw;
  }
  .svc_box_slider .svc_box_li {
    margin: 0 1vw;
  }
  .svc_box_slider .slickbtn {
    top: calc(50% - 2vw);
    width: 4vw;
    height: 4vw;
  }
  .svc_box_slider .slickbtn.prev {
    background-size: 1.2vw auto;
  }
  .svc_box_slider .slickbtn.next {
    background-size: 1.2vw auto;
  }
}
@media screen and (max-width:767px) {
  .svc_box {
    gap: 30px;
  }
  .svc_box_li {
    width: 100%;
    padding: 15px 4vw;
  }
  .svc_box_li_head {
    min-height: 75px;
  }
  .svc_box_li_head .set {
    font-size: 16px;
  }
  .svc_box_li_head .ttl {
    font-size: 19px;
  }
  .svc_box_li_head.narrow {
    min-height: 50px;
  }
  .svc_box_li_price {
    margin-bottom: 10px;
  }
  .svc_box_li_price .price {
    font-size: 22px;
  }
  .svc_box_li .hr {
    margin-bottom: 15px;
  }
  .svc_box_li .ul_check,
  .svc_box_li .ul_voice {
    margin-bottom: 20px;
  }
  .svc_box_li .ul_check .li,
  .svc_box_li .ul_voice .li {
    padding: 3px 0 5px 25px;
  }
  .svc_box_li .ul_check .li::before,
  .svc_box_li .ul_voice .li::before {
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .svc_box_li .dl {
    margin-bottom: 20px;
  }
  .svc_box_slider .svc_box_li {
    margin: 0 10px;
  }
  .svc_box_slider .slickbtn {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
  .svc_box_slider .slickbtn.prev {
    left: -6vw;
  }
  .svc_box_slider .slickbtn.next {
    left: auto;
    right: -6vw;
  }
}

.bg_blue .svc_box {
  color: #111;
}

/* Profile */
.prof_wrt {
  padding: 60px 0 120px;
}
.prof_wrt .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prof_wrt .frame .conts {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
}
.prof_wrt .frame .conts .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
.prof_wrt .frame .conts .name .sns_ul {
  position: relative;
  top: -30px;
}
.prof_wrt .frame .pic {
  width: 43.33%;
}
.prof_wrt .frame .pic img {
  border-radius: 4px;
}
.prof_wrt_license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prof_wrt_license .pm {
  width: 48.5%;
}
.prof_career {
  padding: 90px 0;
}
.prof_career .dl {
  position: relative;
}
.prof_career .dl::after {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 140px;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  background: #fff;
}
.prof_career .dl > div {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}
.prof_career .dl > div .dt {
  width: 100px;
  padding: 20px 0 0;
  text-align: right;
  font-size: 20px;
}
.prof_career .dl > div .dd {
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
.prof_career .dl > div .dd .dot {
  width: 20px;
  margin-top: 3px;
}
.prof_career .dl > div .dd p {
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .prof_wrt {
    padding: 6vw 0 9vw;
  }
  .prof_wrt .frame .conts {
    width: 62%;
  }
  .prof_wrt .frame .conts .name {
    gap: 2.5vw;
  }
  .prof_wrt .frame .conts .name .sns_ul {
    top: -2vw;
  }
  .prof_wrt .frame .pic {
    width: 33.33%;
  }
  .prof_career {
    padding: 7vw 0;
  }
  .prof_career .dl::after {
    top: 2.5vw;
    left: 14vw;
    height: calc(100% - 4vw);
  }
  .prof_career .dl > div {
    padding-bottom: 4vw;
  }
  .prof_career .dl > div .dt {
    width: 10vw;
    padding: 2vw 0 0;
    font-size: 2vw;
  }
  .prof_career .dl > div .dd {
    width: calc(100% - 13vw);
    padding-top: 1.5vw;
  }
  .prof_career .dl > div .dd .dot {
    width: 2vw;
    margin-top: 0.3vw;
  }
  .prof_career .dl > div .dd p {
    width: calc(100% - 6vw);
  }
}
@media screen and (max-width:767px) {
  .prof_wrt {
    padding: 60px 0;
  }
  .prof_wrt .frame {
    display: block;
  }
  .prof_wrt .frame .conts {
    width: 100%;
  }
  .prof_wrt .frame .conts .name {
    gap: 25px;
  }
  .prof_wrt .frame .conts .name .sns_ul {
    top: -22px;
  }
  .prof_wrt .frame .pic {
    margin: 30px auto 0;
    width: min(100%, 400px);
  }
  .prof_wrt_license {
    display: block;
  }
  .prof_wrt_license .pm {
    width: 100%;
  }
  .prof_career {
    padding: 60px 0;
  }
  .prof_career .dl::after {
    top: 25px;
    left: 87px;
  }
  .prof_career .dl > div {
    padding-bottom: 20px;
  }
  .prof_career .dl > div .dt {
    width: 60px;
    padding: 10px 0 0;
    font-size: 16px;
  }
  .prof_career .dl > div .dd {
    width: calc(100% - 80px);
    padding-top: 5px;
  }
  .prof_career .dl > div .dd .dot {
    width: 16px;
    margin-top: 1px;
  }
  .prof_career .dl > div .dd p {
    width: calc(100% - 30px);
  }
}

.prof_works {
  padding: 120px 0 0;
}
.prof_works_ttl {
  margin: 50px 0 10px;
  color: #0a2454;
  font-size: 30px;
}
.prof_works_subtxt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}
.prof_works_list {
  margin: 60px 0 40px;
}
.prof_works_list .p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.prof_itv .wrap {
  padding-top: 100px;
  padding-bottom: 160px;
  background: url("/system_panel/uploads/images/bg_interview.png") center no-repeat;
  background-size: 80% auto;
}
.prof_itv_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 80px;
}
.prof_itv_ul .li {
  width: calc(50% - 40px);
}
.prof_itv_ul .li .ttl {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px 20px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 30px;
}
.prof_comp {
  padding: 90px 0;
}
.prof_comp .dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prof_comp .dl > div .dt {
  width: 20%;
  border-bottom: 1px solid #ff9c31;
  color: #ff9c31;
  padding: 15px 0 15px 40px;
}
.prof_comp .dl > div .dd {
  width: calc(80% - 20px);
  border-bottom: 1px solid #fff;
  padding: 15px 0 15px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .prof_works {
    padding: 8vw 0 0;
  }
  .prof_works_ttl {
    margin: 4vw 0 1vw;
    font-size: 2.5vw;
  }
  .prof_works_subtxt {
    font-size: 1.4vw;
  }
  .prof_works_list {
    margin: 5vw 0 3vw;
  }
  .prof_works_list .p {
    margin-bottom: 1vw;
  }
  .prof_itv .wrap {
    padding-top: 7vw;
    padding-bottom: 9vw;
  }
  .prof_itv_ul {
    gap: 4vw 3vw;
  }
  .prof_itv_ul .li {
    width: calc(50% - 1.5vw);
  }
  .prof_itv_ul .li .ttl {
    margin-bottom: 1.5vw;
    padding: 1vw 2vw;
    font-size: 1.5vw;
  }
  .prof_comp {
    padding: 8vw 0;
  }
  .prof_comp .dl > div .dt {
    padding: 1vw 0 1vw 3vw;
  }
  .prof_comp .dl > div .dd {
    width: calc(80% - 2vw);
    padding: 1vw 0 1vw 3vw;
  }
}
@media screen and (max-width:767px) {
  .prof_works {
    padding: 60px 0 0;
  }
  .prof_works_ttl {
    margin: 30px 0 10px;
    font-size: min(6.66vw, 25px);
  }
  .prof_works_subtxt {
    font-size: 14px;
  }
  .prof_works_list {
    margin: 40px 0 30px;
  }
  .prof_works_list .p {
    margin-bottom: 20px;
  }
  .prof_itv .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 120% auto;
  }
  .prof_itv_ul {
    gap: 40px;
  }
  .prof_itv_ul .li {
    width: 100%;
  }
  .prof_itv_ul .li .ttl {
    margin-bottom: 10px;
  }
  .prof_comp {
    padding: 60px 0;
  }
  .prof_comp .dl > div {
    display: block;
  }
  .prof_comp .dl > div .dt {
    width: 100%;
    border-bottom: none;
    padding: 15px 0 8px;
  }
  .prof_comp .dl > div .dd {
    width: 100%;
    padding: 0 0 15px;
  }
}

/* faq */
.faq_ul {
  padding: 80px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.faq_ul .li .m_btn {
  width: 200px;
}
.faq_sec {
  padding: 50px 0;
}
.faq_qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  gap: 30px;
}
.faq_qa_box {
  width: calc(50% - 15px);
  background: url("/system_panel/uploads/images/bg_square.jpg");
}
.faq_qa_box .faq_q {
  position: relative;
  padding: 30px 60px 30px 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  line-height: 1.4;
}
.faq_qa_box .faq_q .q {
  width: 40px;
}
.faq_qa_box .faq_q .text {
  width: calc(100% - 40px);
}
.faq_qa_box .faq_q::after {
  content: "＋";
  position: absolute;
  top: 48px;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
}
.faq_qa_box .faq_q.open::after {
  content: "−";
}
.faq_qa_box .faq_a {
  display: none;
  padding: 0 30px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .faq_ul {
    padding: 7vw 0 8vw;
    gap: 2vw;
  }
  .faq_ul .li .m_btn {
    width: 20vw;
  }
  .faq_sec {
    padding: 4vw 0;
  }
  .faq_qa {
    margin-top: 3vw;
    gap: 2vw;
  }
  .faq_qa_box {
    width: calc(50% - 1vw);
  }
  .faq_qa_box .faq_q {
    padding: 2vw 5vw 2vw 2vw;
    font-size: 2vw;
  }
  .faq_qa_box .faq_q .q {
    width: 3vw;
  }
  .faq_qa_box .faq_q .text {
    width: calc(100% - 3vw);
  }
  .faq_qa_box .faq_q::after {
    top: 3.4vw;
    right: 1.5vw;
    font-size: 2.4vw;
  }
  .faq_qa_box .faq_a {
    padding: 0 2vw 2vw;
  }
}
@media screen and (max-width:767px) {
  .faq_ul {
    padding: 60px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .faq_sec {
    padding: 40px 0;
  }
  .faq_qa {
    margin-top: 30px;
    gap: 20px;
  }
  .faq_qa_box {
    width: 100%;
  }
  .faq_qa_box .faq_q {
    padding: 15px 40px 15px 15px;
    font-size: 18px;
  }
  .faq_qa_box .faq_q .q {
    width: 30px;
  }
  .faq_qa_box .faq_q .text {
    width: calc(100% - 30px);
  }
  .faq_qa_box .faq_q::after {
    top: 28px;
    right: 10px;
    font-size: 20px;
  }
  .faq_qa_box .faq_a {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width:479px) {
  .faq_ul .li .m_btn {
    width: 80vw;
  }
}

/* for CMS */
body:has(#wrapper) .faq_qa_box .faq_a {
  display: block;
}

/* contact */
.flow {
  padding: 80px 0;
}
.flow .flow_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow .flow_ul .li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  min-height: 190px;
  padding: 20px 10px 20px 30px;
  background: #5a76a0;
  color: #fff;
  text-align: center;
}
.flow .flow_ul .li::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 95px solid transparent;
  border-bottom: 95px solid transparent;
  border-left: 30px solid #5a76a0;
  border-right: 0;
}
.flow .flow_ul .li:nth-child(1) {
  z-index: 5;
  padding: 20px;
  width: 19%;
}
.flow .flow_ul .li:nth-child(2) {
  z-index: 4;
  background: #46648d;
}
.flow .flow_ul .li:nth-child(2)::after {
  border-left-color: #46648d;
}
.flow .flow_ul .li:nth-child(3) {
  z-index: 3;
  background: #33517a;
}
.flow .flow_ul .li:nth-child(3)::after {
  border-left-color: #33517a;
}
.flow .flow_ul .li:nth-child(4) {
  z-index: 2;
  background: #1f3f68;
}
.flow .flow_ul .li:nth-child(4)::after {
  border-left-color: #1f3f68;
}
.flow .flow_ul .li:nth-child(5) {
  width: 21%;
  background: #173463;
}
.flow .flow_ul .li:nth-child(5)::after {
  display: none;
}
.flow .flow_ul .li .step {
  font-size: 16px;
}
.flow .flow_ul .li .icon {
  margin: 15px 0;
  width: 64px;
}
.flow .flow_ul .li .text {
  font-size: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .flow {
    padding: 7vw 0;
  }
  .flow .flow_ul .li {
    min-height: 18vw;
    padding: 2vw 1vw 2vw 3vw;
  }
  .flow .flow_ul .li::after {
    right: -2.5vw;
    border-top: 9vw solid transparent;
    border-bottom: 9vw solid transparent;
    border-left: 2.5vw solid #8ea3c4;
  }
  .flow .flow_ul .li:nth-child(1) {
    padding: 2vw;
  }
  .flow .flow_ul .li .step {
    font-size: 1.5vw;
  }
  .flow .flow_ul .li .icon {
    margin: 1.4vw 0;
    width: 5vw;
  }
  .flow .flow_ul .li .text {
    font-size: 1.8vw;
  }
}
@media screen and (max-width:767px) {
  .flow {
    padding: 60px 0 0;
  }
  .flow .flow_ul {
    display: block;
    width: 100%;
    overflow: visible;
  }
  .flow .flow_ul .li {
    width: 100%;
    min-height: auto;
    padding: 50px 0 0;
  }
  .flow .flow_ul .li::after {
    top: auto;
    bottom: -30px;
    right: 0;
    border-right: 44vw solid transparent;
    border-left: 44vw solid transparent;
    border-top: 30px solid #5a76a0;
    border-bottom: 0;
  }
  .flow .flow_ul .li:nth-child(1) {
    width: 100%;
    padding: 20px 0 10px;
  }
  .flow .flow_ul .li:nth-child(2)::after {
    border-left-color: transparent;
    border-top-color: #46648d;
  }
  .flow .flow_ul .li:nth-child(3)::after {
    border-left-color: transparent;
    border-top-color: #33517a;
  }
  .flow .flow_ul .li:nth-child(4)::after {
    border-left-color: transparent;
    border-top-color: #1f3f68;
  }
  .flow .flow_ul .li:nth-child(5) {
    width: 100%;
    padding: 50px 0 20px;
  }
  .flow .flow_ul .li .icon {
    width: 48px;
  }
}

.form_area {
  padding: 70px 0 50px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .form_area {
    padding: 6vw 0 4vw;
  }
}
@media screen and (max-width:767px) {
  .form_area {
    padding: 50px 0 30px;
  }
}

.complete {
  padding: 100px 0;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .complete {
    padding: 8vw 0;
  }
}
@media screen and (max-width:767px) {
  .complete {
    padding: 60px 0;
  }
}

.u-mt__10 {
  margin-top: 10px;
}
.u-mt__20 {
  margin-top: 20px;
}
.u-mt__30 {
  margin-top: 30px;
}
.u-mt__40 {
  margin-top: 40px;
}
.u-mt__50 {
  margin-top: 50px;
}
.u-mt__60 {
  margin-top: 60px;
}
.u-mt__70 {
  margin-top: 70px;
}
.u-mt__80 {
  margin-top: 80px;
}
.u-mt__90 {
  margin-top: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .u-mt__10 {
    margin-top: 1vw;
  }
  .u-mt__20 {
    margin-top: 2vw;
  }
  .u-mt__30 {
    margin-top: 2.8vw;
  }
  .u-mt__40 {
    margin-top: 3.6vw;
  }
  .u-mt__50 {
    margin-top: 4.4vw;
  }
  .u-mt__60 {
    margin-top: 5vw;
  }
  .u-mt__70 {
    margin-top: 6vw;
  }
  .u-mt__80 {
    margin-top: 6.75vw;
  }
  .u-mt__90 {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width:767px) {
  .u-mt__10 {
    margin-top: 6px;
  }
  .u-mt__20 {
    margin-top: 12px;
  }
  .u-mt__30 {
    margin-top: 18px;
  }
  .u-mt__40 {
    margin-top: 24px;
  }
  .u-mt__50 {
    margin-top: 30px;
  }
  .u-mt__60 {
    margin-top: 36px;
  }
  .u-mt__70 {
    margin-top: 42px;
  }
  .u-mt__80 {
    margin-top: 48px;
  }
  .u-mt__90 {
    margin-top: 54px;
  }
}

.u-mb__10 {
  margin-bottom: 10px;
}
.u-mb__20 {
  margin-bottom: 20px;
}
.u-mb__30 {
  margin-bottom: 30px;
}
.u-mb__40 {
  margin-bottom: 40px;
}
.u-mb__50 {
  margin-bottom: 50px;
}
.u-mb__60 {
  margin-bottom: 60px;
}
.u-mb__70 {
  margin-bottom: 70px;
}
.u-mb__80 {
  margin-bottom: 80px;
}
.u-mb__90 {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .u-mb__10 {
    margin-bottom: 1vw;
  }
  .u-mb__20 {
    margin-bottom: 2vw;
  }
  .u-mb__30 {
    margin-bottom: 2.8vw;
  }
  .u-mb__40 {
    margin-bottom: 3.6vw;
  }
  .u-mb__50 {
    margin-bottom: 4.4vw;
  }
  .u-mb__60 {
    margin-bottom: 5vw;
  }
  .u-mb__70 {
    margin-bottom: 6vw;
  }
  .u-mb__80 {
    margin-bottom: 6.75vw;
  }
  .u-mb__90 {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width:767px) {
  .u-mb__10 {
    margin-bottom: 6px;
  }
  .u-mb__20 {
    margin-bottom: 12px;
  }
  .u-mb__30 {
    margin-bottom: 18px;
  }
  .u-mb__40 {
    margin-bottom: 24px;
  }
  .u-mb__50 {
    margin-bottom: 30px;
  }
  .u-mb__60 {
    margin-bottom: 36px;
  }
  .u-mb__70 {
    margin-bottom: 42px;
  }
  .u-mb__80 {
    margin-bottom: 48px;
  }
  .u-mb__90 {
    margin-bottom: 54px;
  }
}
/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 767px) {
 .header.on {
 background: none;
  }
  
 
