@charset "UTF-8";
/*---------- reset ----------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
time {
  margin: 0;
  display: block;
}

html {
  font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  overflow-y: scroll;
  font-size: 62.5%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}

/*--------------------*/
/*コンテンツ内の見出し*/
/*---------- base ----------*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 320px;
}

body {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  color: #000;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: 400;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

_:-ms-lang(x)::-ms-backdrop, body {
  /*IE11のみに適用*/
  letter-spacing: .02em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
  font-weight: bolder;
}

em {
  font-style: normal;
  font-weight: 500;
}

q::before,
q::after {
  display: none;
}

fieldset {
  border: none;
}

hr {
  display: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  pointer-events: none;
}

img.no_round {
  border-radius: 0;
}

a {
  color: #000;
  background: transparent;
  text-decoration: none;
  outline-style: none;
  transition: color .5s,opacity .5s,background-color .5s;
}

@media screen and (min-width: 769px) {
  a:hover {
    color: #000;
  }

  .hover a {
    opacity: 1.0;
    transition: opacity .5s,color .5s;
  }
  .hover a:hover {
    opacity: .6;
  }
}
a img {
  line-height: 0;
}

iframe {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

input[type="text"],
textarea {
  background-color: #DCDDDD;
  width: 100%;
}

.txt_r {
  text-align: right;
}

.txt_c {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt_c {
    text-align: left;
  }
}

.small_txt {
  font-size: 80%;
}

.bld {
  font-weight: 500;
}

.bld_L {
  font-weight: 500;
  font-size: 120%;
}

.strike {
  text-decoration: line-through;
}

.important {
  color: #FF0000;
}

.break {
  word-break: break-all;
}

.sp_only {
  display: none;
}

.tab_only,
.tab_sp_only {
  display: none;
}

.package {
  display: flex;
}

em {
  color: #FF2200;
  font-weight: 500;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  br.tab_only {
    display: inline;
  }
}
@media screen and (max-width: 1000px) {
  br.tab_sp_only {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }

  br.sp_only {
    display: inline;
  }

  .pc_only {
    display: none !important;
  }
}
/*---------- 目次 ----------*/
.index_nav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .index_nav {
    margin-bottom: 50px;
  }
}
.index_nav:last-child {
  margin-bottom: 0;
}

.index_nav_body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3%;
}
@media screen and (max-width: 1000px) {
  .index_nav_body {
    gap: 4vw 3%;
  }
}
@media screen and (max-width: 768px) {
  .index_nav_body {
    display: block;
  }
}

.index_nav_item {
  width: 48.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index_nav_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
.index_nav_item:last-child {
  margin-bottom: 0;
}
.contents .index_nav_item > a {
  text-decoration: none;
  background-color: #EDF4F3;
  padding: 25px 25px 35px;
  display: block;
  border-radius: 10px;
}
.index_nav_item .img_wrap {
  margin-bottom: 10px;
}
.index_nav_item .img_wrap img {
  border-radius: 10px;
  transition: opacity .5s;
}
.index_nav_item .txt_wrap p {
  margin-bottom: 30px;
  transition: color .5s;
}
.index_nav_item .index_nav_item_label {
  font-size: 2.2rem;
  margin-bottom: 5px;
  position: relative;
  padding-left: 22px;
  transition: color .5s;
}
.index_nav_item .index_nav_item_label::before {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background-image: url("../images/bullet02.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 9px;
  position: absolute;
  top: .9em;
  left: 0;
  transform: translateY(-50%);
}
.index_nav_item .btn_mini {
  color: #2B96A8;
  white-space: nowrap;
  width: 140px;
  margin-left: auto;
  position: relative;
}
.index_nav_item .btn_mini::before, .index_nav_item .btn_mini::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px 50px;
  transition: opacity .5s;
}
.index_nav_item .btn_mini::before {
  background-image: url("../images/arrow01_gr.svg");
  opacity: 0;
}
.index_nav_item .btn_mini::after {
  background-image: url("../images/arrow01_wh.svg");
}
@media screen and (min-width: 769px) {
  .index_nav_item a:hover .index_nav_item_label {
    color: #2B96A8;
  }
  .index_nav_item a:hover .btn_mini::before {
    opacity: 1;
  }
  .index_nav_item a:hover .btn_mini::after {
    opacity: 0;
  }
  .index_nav_item a:hover .txt_wrap p {
    color: #2B96A8;
  }
  .index_nav_item a:hover .img_wrap img {
    opacity: .6;
  }
}

/* サービス目次 */
.service_index_nav {
  padding-top: 130px;
}
@media screen and (max-width: 1000px) {
  .service_index_nav {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .service_index_nav {
    padding-top: 25px;
  }
}

/*
事業・施設紹介用
トップページにも使用
*/
body:not(.is-home) .business_body {
  margin-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  body:not(.is-home) .business_body {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.is-home) .business_body {
    margin-bottom: 25px;
  }
}
body:not(.is-home) .business_body:last-child {
  margin-bottom: 0;
}
.business_body .innr {
  max-width: 1250px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
.business_body .bg {
  border-radius: 10px;
  transition: background-color .5s;
  position: relative;
}
.business_body .bg::before {
  content: "";
  display: block;
  width: calc(100% - 50px);
  max-width: 1144px;
  height: 356px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.business_body a {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 2;
}
.contents .business_body a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .business_body.production {
    margin-bottom: 25px;
  }
}
.business_body.production .bg {
  background-color: #E1F7F3;
}
@media screen and (min-width: 769px) {
  .business_body.production .bg:hover {
    background-color: #C6EFE7;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .business_body.production .bg {
    border-radius: 10px 10px 0 0;
  }
}
body.is-home .business_body.production .bg::before {
  background-image: url("../images/home/home_business_deco01.png");
  background-position: 0 bottom;
  bottom: 0;
}
.business_body.welfare .bg {
  background-color: #E3F3FF;
}
@media screen and (min-width: 769px) {
  .business_body.welfare .bg:hover {
    background-color: #CAE7FF;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .business_body.welfare .bg {
    border-radius: 0 0 10px 10px;
  }
}
body.is-home .business_body.welfare .bg::before {
  background-image: url("../images/home/home_business_deco02.png");
  background-position: 0 0;
  top: 0;
}

.business_package {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 86px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .business_package {
    flex-direction: column-reverse;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.business_package .txt_wrap,
.business_package .img_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .business_package .txt_wrap,
  .business_package .img_wrap {
    width: 100%;
  }
}
.business_package .txt_wrap {
  padding-right: 96px;
}
@media screen and (max-width: 1000px) {
  .business_package .txt_wrap {
    padding-right: 25px;
  }
}
.business_package .txt_wrap .lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .business_package .txt_wrap .lead {
    margin-bottom: 20px;
  }
}
.business_package .img_wrap {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .business_package .img_wrap img {
    position: absolute;
    width: auto;
    height: 567px;
    top: -150px;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 1000px) {
  .business_package .img_wrap img {
    border-radius: 10px;
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .business_package .img_wrap img {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1001px) {
  .business_package.rev {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1001px) {
  .business_package.rev .txt_wrap {
    padding-right: 0;
    padding-left: 96px;
  }
}
@media screen and (min-width: 1001px) {
  body:not(.is-home) .business_package.rev .txt_wrap {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .business_package.rev .img_wrap img {
    left: auto;
    right: 0;
    bottom: -16px;
  }
}

.business_package_ttl {
  font-size: 2.6rem;
  color: #2B96A8;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .business_package_ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
body:not(.is-home) .business_package_ttl {
  color: #000;
  padding-left: 24px;
  position: relative;
}
body:not(.is-home) .business_package_ttl::before {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background: linear-gradient(-90deg, #00deb0 0%, #06d7b6 25%, #1ac6c9 50%, #39aae7 90%, #42a3ef 100%);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: .9em;
  transform: translateY(-50%);
}

/*---------- btn ----------*/
.btn_more, .btn_back {
  max-width: 366px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn_more, .btn_back {
    max-width: 250px;
  }
}
.btn_more a, .btn_back a, .btn_more.nolink, .nolink.btn_back {
  color: #2B96A8;
  font-size: 1.8rem;
  letter-spacing: .02em;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 87px;
  padding-left: 28px;
  padding-right: 34px;
  background-color: #fff;
  border-radius: 44px;
  position: relative;
  border: solid 1px #2B96A8;
  transition: background-color .5s,color .5s;
}
@media screen and (max-width: 768px) {
  .btn_more a, .btn_back a, .btn_more.nolink, .nolink.btn_back {
    font-size: 1.4rem;
    height: 60px;
  }
}
.contents .btn_more a, .contents .btn_back a {
  color: #2B96A8;
  text-decoration: none;
}
.btn_more a::before, .btn_back a::before, .btn_more.nolink::before, .nolink.btn_back::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow02.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 52px 52px;
  transition: all .5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .btn_more a::before, .btn_back a::before, .btn_more.nolink::before, .nolink.btn_back::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.btn_more a::after, .btn_back a::after, .btn_more.nolink::after, .nolink.btn_back::after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow02_wh.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 52px 52px;
  transition: opacity .5s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .btn_more a::after, .btn_back a::after, .btn_more.nolink::after, .nolink.btn_back::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
@media screen and (min-width: 769px) {
  .btn_more a:hover, .btn_back a:hover, a:hover .btn_more.nolink, a:hover .nolink.btn_back {
    color: #fff;
    background-color: #2B96A8;
  }
  .btn_more a:hover::before, .btn_back a:hover::before, a:hover .btn_more.nolink::before, a:hover .nolink.btn_back::before {
    opacity: 0;
  }
  .btn_more a:hover::after, .btn_back a:hover::after, a:hover .btn_more.nolink::after, a:hover .nolink.btn_back::after {
    opacity: 1;
  }
}
.btn_more.lft, .lft.btn_back {
  margin-left: 0;
}
.btn_more.rght, .rght.btn_back {
  margin-right: 0;
}
.btn_more.txt_center a, .txt_center.btn_back a {
  justify-content: center;
}
.btn_more.contact a span, .contact.btn_back a span {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
}
.btn_more.contact a span::before, .contact.btn_back a span::before, .btn_more.contact a span::after, .contact.btn_back a span::after {
  content: "";
  display: block;
  width: 28px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 28px 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 1px;
  transition: opacity .5s;
}
.btn_more.contact a span::before, .contact.btn_back a span::before {
  background-image: url("../images/icon_mail.svg");
  z-index: 2;
}
.btn_more.contact a span::after, .contact.btn_back a span::after {
  background-image: url("../images/icon_mail_wh.svg");
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .btn_more.contact a:hover span::before, .contact.btn_back a:hover span::before {
    opacity: 0;
  }
  .btn_more.contact a:hover span::after, .contact.btn_back a:hover span::after {
    opacity: 1;
  }
}
.btn_more.blank.nolink::before, .blank.nolink.btn_back::before, .btn_more.blank.nolink::after, .blank.nolink.btn_back::after,
.btn_more.blank a::before,
.blank.btn_back a::before,
.btn_more.blank a::after,
.blank.btn_back a::after {
  width: 21px;
  height: 18px;
  background-size: 21px 18px;
}
.btn_more.blank.nolink::before, .blank.nolink.btn_back::before,
.btn_more.blank a::before,
.blank.btn_back a::before {
  background-image: url("../images/icon_blank.svg");
}
.btn_more.blank.nolink::after, .blank.nolink.btn_back::after,
.btn_more.blank a::after,
.blank.btn_back a::after {
  background-image: url("../images/icon_blank_wh.svg");
}
@media screen and (min-width: 769px) {
  .index_nav_item a:hover .btn_more.blank.nolink, .index_nav_item a:hover .blank.nolink.btn_back {
    color: #495472;
    background-color: #fff;
  }
}
.btn_more.online, .online.btn_back {
  max-width: 480px;
}
.btn_more.online a, .online.btn_back a {
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 1001px) {
  .btn_more.online a, .online.btn_back a {
    font-size: 1.8rem;
  }
}
.btn_more.online.now a, .online.now.btn_back a {
  color: #E869A4;
  border-color: #E869A4;
}
.btn_more.online.now a:hover, .online.now.btn_back a:hover {
  color: #fff;
  background-color: #E5A5C3;
}
.btn_more.online.now a::before, .online.now.btn_back a::before {
  background-image: url("../images/arrow03.svg");
}
.btn_more.online.now a::after, .online.now.btn_back a::after {
  background-image: url("../images/arrow03_wh.svg");
}

.btn_more_group {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .btn_more_group {
    display: block;
  }
}
.btn_more_group.center {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .btn_more_group .btn_more, .btn_more_group .btn_back {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn_more_group .btn_more, .btn_more_group .btn_back {
    margin-bottom: 15px;
  }
  .btn_more_group .btn_more:last-child, .btn_more_group .btn_back:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn_more_group .btn_txt {
    margin-bottom: 15px;
  }
  .btn_more_group .btn_txt:last-child {
    margin-bottom: 0;
  }
}

.btn_txt {
  display: flex;
}
.l-wrap .btn_txt a, .l-wrap .btn_txt.nolink {
  font-size: 1.8rem;
  color: #2B96A8;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .l-wrap .btn_txt a, .l-wrap .btn_txt.nolink {
    font-size: 1.6rem;
    letter-spacing: .02em;
  }
}
.l-wrap .btn_txt a::after, .l-wrap .btn_txt.nolink::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px 50px;
  margin-left: 22px;
}
@media screen and (max-width: 768px) {
  .l-wrap .btn_txt a::after, .l-wrap .btn_txt.nolink::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .l-wrap .btn_txt a:hover, .l-wrap .btn_txt.nolink:hover {
    opacity: .6;
  }
}
.l-wrap .btn_txt a[target="_blank"] span {
  padding: 0px 20px 0px 0px;
  background: url(../images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: right 1px center;
}
.hover .btn_txt {
  position: relative;
}
.hover .btn_txt::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow01_gr.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px 50px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity .5s;
}
@media screen and (min-width: 769px) {
  .hover a:hover .btn_txt::before {
    opacity: 1;
  }
}
.btn_txt.rght a {
  margin-left: auto;
}

.l-wrap .btn_txt_hover a, .l-wrap .btn_txt_hover.nolink {
  font-size: 1.8rem;
  color: #2B96A8;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .l-wrap .btn_txt_hover a, .l-wrap .btn_txt_hover.nolink {
    font-size: 1.6rem;
    letter-spacing: .02em;
  }
}
.l-wrap .btn_txt_hover a > span, .l-wrap .btn_txt_hover.nolink > span {
  display: block;
  position: relative;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .l-wrap .btn_txt_hover a > span, .l-wrap .btn_txt_hover.nolink > span {
    padding-right: 40px;
  }
}
.l-wrap .btn_txt_hover a > span::before, .l-wrap .btn_txt_hover a > span::after, .l-wrap .btn_txt_hover.nolink > span::before, .l-wrap .btn_txt_hover.nolink > span::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .l-wrap .btn_txt_hover a > span::before, .l-wrap .btn_txt_hover a > span::after, .l-wrap .btn_txt_hover.nolink > span::before, .l-wrap .btn_txt_hover.nolink > span::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-left: 15px;
  }
}
.l-wrap .btn_txt_hover a > span::before, .l-wrap .btn_txt_hover.nolink > span::before {
  background-image: url("../images/arrow01.svg");
  z-index: 2;
}
.l-wrap .btn_txt_hover a > span::after, .l-wrap .btn_txt_hover.nolink > span::after {
  background-image: url("../images/arrow01_wh.svg");
  opacity: 0;
}
.l-wrap .btn_txt_hover.gr a > span::after, .l-wrap .btn_txt_hover.nolink.gr > span::after {
  background-image: url("../images/arrow01_gr.svg");
}
@media screen and (min-width: 769px) {
  div:not(.btn) .btn_txt_hover a:hover > span::before, .btn a:hover .btn_txt_hover.nolink > span::before {
    opacity: 0;
  }
  div:not(.btn) .btn_txt_hover a:hover > span::after, .btn a:hover .btn_txt_hover.nolink > span::after {
    opacity: 1;
  }
}

/*=============================== レイアウト ================================*/
.l-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.l-mainvisual {
  width: 100%;
}

.l-main {
  position: relative;
  z-index: 4;
  background-color: #fff;
}

.l-container {
  width: 100%;
}

.l-section {
  position: relative;
  width: 100%;
  z-index: 1;
}

/*=============================== header ================================*/
.header {
  width: 100%;
  position: relative;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .header {
    position: fixed;
  }
}
.header_inner {
  height: 134px;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px 0;
}
@media screen and (max-width: 1000px) {
  .header_inner {
    height: 50px;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

/*---------- ロゴ ----------*/
.header_logo {
  width: 240px;
  position: relative;
  top: 7px;
  margin-right: 2.5vw;
}
@media screen and (max-width: 1000px) {
  .header_logo {
    width: 200px;
    margin-right: 0;
    top: 12px;
  }
}
.header_logo a {
  display: block;
}

/*---------- HEADER NAV ----------*/
.header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 44px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1000px) {
  .header_nav {
    display: block;
    order: 2;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .header_sub_nav {
    margin-bottom: 30px;
  }
}

.header_sub_nav_body {
  display: flex;
  column-gap: 36px;
}
@media screen and (max-width: 1000px) {
  .header_sub_nav_body {
    column-gap: 2%;
  }
}

@media screen and (max-width: 1000px) {
  .header_sub_nav_item {
    width: 49%;
  }
}
.header_sub_nav_item a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header_sub_nav_item a {
    color: #000;
    background-color: #D4EAEE;
    padding: 15px 15px;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 400px) {
  .header_sub_nav_item a {
    font-size: 1.1rem;
  }
}
.header_sub_nav_item a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 18px 18px;
}
@media screen and (max-width: 1000px) {
  .header_sub_nav_item a::before {
    margin-left: auto;
    margin-right: 0;
    background-image: url("../images/arrow01_wh.svg");
  }
}

.support_nav {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 1000px) {
  .support_nav {
    display: block;
  }
}

.support_btn {
  width: 174px;
}
@media screen and (max-width: 1000px) {
  .support_btn {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .support_btn:first-child {
    margin-bottom: 10px;
  }
}
.support_btn a {
  color: #2B96A8;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #2B96A8;
  height: 45px;
  border-radius: 23px;
}
.support_btn.contact a {
  color: #fff;
  background: #00DEB0;
  background: linear-gradient(90deg, #00deb0 0%, #06d7b6 25%, #1ac6c9 50%, #39aae7 90%, #42a3ef 100%);
  border: 0;
}

/*---------- FIXED NAV ----------*/
.fixed_nav {
  position: fixed;
  top: -137px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  border-bottom: solid 1px #eee;
  z-index: 101;
  transition: top .5s;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1000px) {
  .fixed_nav {
    display: none;
  }
}
.onheader .fixed_nav {
  top: 0;
}
.fixed_nav_inner {
  height: 120px;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px 0;
}
.fixed_nav .header_nav {
  margin-bottom: 8px;
}
.fixed_nav .header_sub_nav_item a {
  color: #000;
}
.fixed_nav .support_btn a {
  height: 38px;
}
.fixed_nav .main_nav {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.fixed_nav .main_nav_item:last-child .pulldown {
  left: auto;
  right: -10px;
}

/*=============================== メインビジュアル ===============================*/
.kv {
  position: relative;
  z-index: 3;
}
body:not(.is-home) .kv {
  height: 500px;
}
@media screen and (max-width: 1000px) {
  body:not(.is-home) .kv {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  body:not(.is-home) .kv {
    height: 300px;
  }
}
.is-home .kv {
  height: 723px;
  background-color: #ccc;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .is-home .kv {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .is-home .kv {
    min-height: 200px;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .is-home .kv {
    width: auto;
    height: auto;
  }
}
.kv_inner {
  height: 100%;
  position: relative;
}
body:not(.is-home) .kv_inner {
  width: 100%;
}
.is-home .kv_inner {
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .is-home .kv_inner {
    padding-top: 150%;
  }
}

/*----- KV CONTENTS -----*/
.kv_contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.kv_contents_inner {
  width: 100%;
  /*max-width: 1200px;*/
  height: 100%;
  position: relative;
  margin: 0 auto;
}
body:not(.is-home) .kv_contents_inner {
  max-width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

/*----- KV SLIDE -----*/
.kv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.kv_slide_inner {
  height: 100%;
  overflow: hidden;
}
body:not(.is-home) .kv_slide_inner {
  position: relative;
}

.kv_slide_item {
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  background-image: url("../images/kv_slide_common.jpg");
}
.is-home .kv_slide_item {
  width: 100% !important;
  position: relative;
  background-position: center;
  background-image: url("../images/loading.gif");
  background-size: 32px 32px;
}
.is-home .kv_slide_item a {
  display: block;
  height: 100%;
}
.is-home .kv_slide_item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.is-home .kv_slide_item .video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body:not(.is-home) .kv_slide_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 1000px) {
  body:not(.is-home) .kv_slide_item {
    border-radius: 0 0 10vw 10vw;
  }
}
.is-about .kv_slide_item {
  background-image: url("../images/kv_slide_about.jpg");
}
.is-business .kv_slide_item {
  background-image: url("../images/kv_slide_business.jpg");
}
.is-products .kv_slide_item {
  background-image: url("../images/kv_slide_products_v2.jpg");
}
.is-support .kv_slide_item {
  background-image: url("../images/kv_slide_support.jpg");
}
.is-company .kv_slide_item {
  background-image: url("../images/kv_slide_company.jpg");
}
.is-contact .kv_slide_item {
  background-image: url("../images/kv_slide_contact.jpg");
}
.is-faq .kv_slide_item {
  background-image: url("../images/kv_slide_faq.jpg");
}

.kv_catch {
  width: 73px;
  height: 176px;
  position: absolute;
  top: 205px;
  right: 105px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .kv_catch {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 500px) {
  .kv_catch {
    width: 14.6vw;
    height: 35.2vw;
  }
}

.kv_catch_en {
  position: absolute;
  left: 70px;
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  .kv_catch_en {
    bottom: -22px;
    left: 35px;
  }
}
@media screen and (max-width: 500px) {
  .kv_catch_en {
    bottom: -4.4vw;
    left: 7vw;
  }
}

.kv_catch_en_inner {
  width: 590px;
  height: 282px;
  display: flex;
  padding-top: 64px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kv_catch_en_inner {
    width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .kv_catch_en_inner {
    width: 80vw;
  }
}
.kv_catch_en_inner::before {
  content: "";
  display: block;
  width: 402px;
  height: 282px;
  background-image: url("../images/kv_catch_en_deco.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 402px 282px;
  position: absolute;
  left: -226px;
  top: 0;
}
@media screen and (max-width: 500px) {
  .kv_catch_en_inner::before {
    width: 80.4vw;
    height: 56.4vw;
    background-size: 100% auto;
    left: -45.2vw;
  }
}
.kv_catch_en_inner p {
  position: relative;
  z-index: 2;
}

.bx-wrapper,
.bx-viewport {
  width: 100% !important;
  height: 100% !important;
}

.bx-viewport {
  z-index: 1;
}

/* pager */
.bx-controls {
  position: relative;
  height: 0;
  z-index: 2;
}

.bx-pager {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.bx-pager-item {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.bx-pager-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color .5s;
}
.bx-pager-item a.active {
  background-color: #2B96A8;
}

/*----- SCROLL BUTTON -----*/
.home_scroll {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 20px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .home_scroll {
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .home_scroll {
    display: none;
  }
}
.home_scroll a {
  display: block;
}

.home_scroll_inner {
  position: relative;
}

.home_scroll_txt {
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
  letter-spacing: .02em;
  line-height: 1;
  display: block;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  left: calc(50% + 2px);
  bottom: calc(100% + 23px);
}

.home_scroll_bar {
  width: 1px;
  height: 92px;
  background: #00DEB0;
  background: linear-gradient(90deg, #00deb0 0%, #06d7b6 25%, #1ac6c9 50%, #39aae7 90%, #42a3ef 100%);
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.home_scroll_bar_inner {
  position: absolute;
  top: -70px;
  left: 0;
  background-color: #fff;
    /*
	background: #00DEB0;
    background: linear-gradient(90deg,rgba(0, 222, 176, 1) 0%, rgba(6, 215, 182, 1) 25%, rgba(26, 198, 201, 1) 50%, rgba(57, 170, 231, 1) 90%, rgba(66, 163, 239, 1) 100%);
	*/
  width: 1px;
  height: 70px;
  z-index: 2;
}

.home_scroll_bar_inner {
  animation: scroll 3.5s ease-in-out infinite;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 260px);
  }
}
/*---------- メインビジュアル（下層ページ） ----------*/
.page_ttl {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.3;
  position: absolute;
  left: 25px;
  bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page_ttl {
    font-size: 2.2rem;
  }
}
.page_ttl::before {
  content: attr(data-en);
  font-family: "Roboto", sans-serif;
  color: #fff;
  letter-spacing: .08em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .page_ttl::before {
    font-size: 1.6rem;
  }
}

/*---------- メインナビ ----------*/
.main_nav {
  background-color: #fff;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding-left: 54px;
  padding-right: 54px;
  border-radius: 22px;
}
@media screen and (max-width: 1200px) {
  .main_nav {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.main_nav_body {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .main_nav_body {
    column-gap: 20px;
  }
}

.main_nav_item {
  position: relative;
}
.main_nav_item > a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  display: block;
  position: relative;
  padding: 11px 22px 11px 0;
}
@media screen and (max-width: 1000px) {
  .main_nav_item > a {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .main_nav_item > a:hover {
    color: #2B96A8;
  }
}
.main_nav_item > a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #2B96A8;
  border-right: solid 2px #2B96A8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -1px;
  transition: transform .5s, margin-top .5s;
}
.main_nav_item.pulldown_on > a::after {
  margin-top: 3px;
  transform: translateY(-50%) rotate(-135deg);
}
.main_nav_item.act > a {
  color: #2B96A8;
}
@media screen and (max-width: 1000px) {
  .main_nav_item.act > a {
    background-color: #E1EDEB;
  }
}

@media screen and (max-width: 1000px) {
  #mainNav,
  .main_nav_wrap {
    display: none;
  }

  #mainNavOverWrap {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }

  #mainNavWrap {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 101;
    height: 0;
    background-color: #fff;
  }

  #mainNavWrap #switchBtnArea {
    width: 100%;
    z-index: 2;
    position: relative;
  }

  #mainNavWrap #switchBtnArea #switchBtn {
    top: 5px;
    right: 25px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: transparent;
    position: absolute;
    border-radius: 0;
    padding-top: 10px;
  }

  #mainNavWrap #switchBtnArea #switchBtnLine {
    width: 40px;
    height: 20px;
    position: relative;
    margin: 0 auto;
  }

  #mainNavWrap #switchBtnArea #switchBtn span {
    left: 10%;
    width: 80%;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #2B96A8;
    transition: all 0.2s linear;
  }

  #mainNavWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 0px;
    transform: rotate(0);
  }

  #mainNavWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 9px;
    transform: scale(1);
  }

  #mainNavWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
    bottom: 0px;
    transform: rotate(0);
  }

  #mainNavWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 9px;
    transform: rotate(-45deg);
  }

  #mainNavWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    transform: scale(0);
  }

  #mainNavWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    bottom: 9px;
    transform: rotate(45deg);
  }

  .main_nav_wrap {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    overflow: auto;
    height: calc(100% - 60px);
  }

  .main_nav_wrap_inner {
    display: flex;
    flex-direction: column;
  }

  .main_lang_group {
    display: block;
  }

  .main_nav {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    display: block;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border-radius: 0;
  }

  .main_nav_body {
    display: block;
    border-top: solid 1px #94CAD3;
  }

  .main_nav_item {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #94CAD3;
  }
  .main_nav_item a {
    color: #2B96A8;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
  }
  .main_nav_item a::before {
    font-weight: 200;
    margin-left: 10px;
  }
  .main_nav_item a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #2B96A8;
    border-right: solid 2px #2B96A8;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 0;
  }
}
/*----- pulldown -----*/
.pulldown {
  display: none;
  position: absolute;
  top: calc(100% - 6px);
  left: -12px;
  width: auto;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1200px) {
  .header .main_nav_item:last-child .pulldown {
    left: auto;
    right: -10px;
  }
}

.pulldown_inner {
  background-color: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 0;
}

.pulldown_label a {
  font-size: 1.2rem;
  color: #8f8f8f;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 8px 35px 8px 12px;
}

.pulldown_body li a {
  font-size: 1.3rem;
  white-space: nowrap;
  letter-spacing: .05em;
  display: block;
  padding: 8px 35px 8px 12px;
  position: relative;
  /*border-bottom:solid 1px #dfdfdf;*/
  transition: color .5s, opacity .5s;
}
.pulldown_body li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #2B96A8;
  border-right: solid 2px #2B96A8;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .pulldown_body li a:hover {
    color: #2B96A8;
  }
}

/*=============================== PRODUCTS CASE BNR ===============================*/
.products_case_bnr {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .products_case_bnr {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .products_case_bnr {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.products_case_bnr a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .products_case_bnr a {
    display: block;
  }
}
.contents .products_case_bnr a {
  color: #000;
  text-decoration: none;
}
.products_case_bnr figure {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .products_case_bnr figure {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .products_case_bnr .btn_txt.nolink {
    font-size: 1.8vw;
  }
  .products_case_bnr .btn_txt.nolink::before, .products_case_bnr .btn_txt.nolink::after {
    width: 5vw;
    height: 5vw;
    background-size: 100% 100%;
  }
}

.products_case_bnr_body {
  background-color: #FFFAC3;
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .products_case_bnr_body {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.products_case_bnr_ttl {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .products_case_bnr_ttl {
    margin-bottom: 1.6vw;
  }
}
.products_case_bnr_ttl span {
  display: block;
}
.products_case_bnr_ttl .txt_jp {
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .products_case_bnr_ttl .txt_jp {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .products_case_bnr_ttl .txt_jp {
    font-size: 1.8rem;
  }
}
.products_case_bnr_ttl .txt_en {
  color: #2B96A8;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .products_case_bnr_ttl .txt_en {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .products_case_bnr_ttl .txt_en {
    font-size: 1rem;
  }
}

/*=============================== FOOTER ===============================*/
.footer {
  width: 100%;
  /*overflow: hidden;*/
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 0;
  }
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 592px;
  background-image: url("../images/footer_bg_v2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 268px;
  left: 0;
}
.footer .telto a {
  color: #333;
}

.footer_contact_area {
  background: #FFFFFF;
  background: linear-gradient(180deg, white 0%, #f0fffa 30%, #d8ebff 100%);
  border-radius: 0 0 80px 80px;
  margin-bottom: 362px;
  position: relative;
  z-index: 2;
}

.footer_contact_area_inner {
  max-width: 1050px;
  height: 395px;
  margin: auto;
  padding: 140px 25px 0;
}
@media screen and (max-width: 1000px) {
  .footer_contact_area_inner {
    padding-top: 70px;
    height: auto;
    padding: 50px 0;
  }
}

.footer_contact_head {
  margin-bottom: 25px;
}

.footer_contact_caption {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer_contact_caption {
    text-align: center;
    display: block;
  }
}

.footer_contact_label {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 38px;
  margin-right: 58px;
}
.footer_contact_label::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background-image: url("../images/bullet01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px 20px;
  position: absolute;
  top: .75em;
  left: 0;
  transform: translateY(-50%);
  margin-top: 2px;
}
@media screen and (max-width: 1000px) {
  .footer_contact_label::before {
    position: static;
    transform: none;
    margin: 0 auto 5px;
  }
}

.footer_contact_lead {
  position: relative;
  bottom: -2px;
}

.footer_contact_body {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .footer_contact_body {
    display: block;
  }
}
.footer_contact_body .tel_wrap,
.footer_contact_body .btn_wrap {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .footer_contact_body .tel_wrap,
  .footer_contact_body .btn_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .footer_contact_body .tel_wrap {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1000px) {
  .footer_contact_tel,
  .contact_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer_contact_tel.center,
.contact_tel.center {
  display: flex;
  justify-content: center;
}
.footer_contact_tel .num,
.contact_tel .num {
  font-family: "Roboto", sans-serif;
  color: #2B96A8;
  font-size: 4.7rem;
  font-weight: 600;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer_contact_tel .num,
  .contact_tel .num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact_tel .num,
  .contact_tel .num {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 400px) {
  .footer_contact_tel .num,
  .contact_tel .num {
    font-size: 2.2rem;
  }
}
.footer_contact_tel .num::before,
.contact_tel .num::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 42px;
  background-image: url("../images/icon_tel.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 38px 42px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .footer_contact_tel .num::before,
  .contact_tel .num::before {
    width: 30px;
    height: 33px;
    background-size: 100% 100%;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact_tel .num::before,
  .contact_tel .num::before {
    width: 24px;
    height: 27px;
  }
}
.footer_contact_tel.fax .num .label,
.contact_tel.fax .num .label {
  font-size: 4rem;
}
@media screen and (max-width: 1000px) {
  .footer_contact_tel.fax .num .label,
  .contact_tel.fax .num .label {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact_tel.fax .num .label,
  .contact_tel.fax .num .label {
    font-size: 2.8rem;
  }
}
.footer_contact_tel.fax .num::before,
.contact_tel.fax .num::before {
  display: none;
}

/*----- FOOTER BNR -----*/
.footer_bnr {
  width: 100%;
  max-width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .footer_bnr {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 800px) {
  .footer_bnr {
    max-width: 500px;
  }
}

.footer_bnr_body {
  display: flex;
  column-gap: 3%;
}
@media screen and (max-width: 800px) {
  .footer_bnr_body {
    display: block;
  }
}

.footer_bnr_item {
  width: 48.5%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .footer_bnr_item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  .footer_bnr_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer_bnr_item:last-child {
    margin-bottom: 0;
  }
}
.footer_bnr_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 176px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transition: opacity .5s;
}
@media screen and (min-width: 769px) {
  .footer_bnr_item a:hover {
    opacity: .6;
  }
}
@media screen and (max-width: 1000px) {
  .footer_bnr_item a {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .footer_bnr_item a {
    height: auto;
    padding: 40px 25px;
  }
}
.footer_bnr_item.faq a {
  background-image: url("../images/footer_bnr_bg01.jpg");
}
.footer_bnr_item.flow a {
  background-image: url("../images/footer_bnr_bg02.jpg");
}
.footer_bnr_item span {
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: block;
}
.footer_bnr_item .txt_jp {
  font-size: 2rem;
  margin-bottom: 3px;
}
.footer_bnr_item .txt_en {
  font-size: 1.2rem;
}

/*----- FOOTER MAIN -----*/
.footer_main {
  background-color: #fff;
  border-radius: 80px 80px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer_main {
    border-radius: 0;
  }
}

.footer_main_inner {
  max-width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer_main_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer_main_package {
  display: flex;
  padding-top: 100px;
}
@media screen and (max-width: 1000px) {
  .footer_main_package {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer_main_package {
    padding-top: 0;
  }
}

/*----- FOOTER ADDRESS -----*/
.footer_address {
  width: 350px;
}
@media screen and (max-width: 1000px) {
  .footer_address {
    width: 100%;
    order: 2;
  }
}

.footer_logo {
  width: 292px;
  margin-bottom: 21px;
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    width: 200px;
  }
}
.footer_logo a {
  display: block;
}

.footer_adr_set {
  margin-bottom: 40px;
}

.vcard {
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .vcard {
    text-align: center;
  }
}

/*----- FOOTER ADDRESS BNR -----*/
@media screen and (max-width: 1000px) {
  .footer_adr_bnr {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer_adr_bnr {
    margin-bottom: 0;
  }
}

.footer_adr_bnr_item {
  width: 214px;
}
@media screen and (max-width: 1000px) {
  .footer_adr_bnr_item {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_adr_bnr_item a {
  display: block;
}

/*----- FOOTER SITEMAP -----*/
.footer_sitemap {
  letter-spacing: .01em;
  width: calc(100% - 350px);
}
@media screen and (max-width: 1000px) {
  .footer_sitemap {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap {
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    border-top: solid 1px #e3e3e3;
  }
}

.footer_sitemap_body {
  display: grid;
  grid-template-columns: 222px auto 178px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 1000px) {
  .footer_sitemap_body {
    grid-template-columns: repeat(3, auto);
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap_body {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer_sitemap_item a {
    display: block;
    padding: 15px 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap_item:last-child a {
    color: #999;
    font-weight: 500;
    background-color: #f5f5f5;
  }
  .footer_sitemap_item:last-child a::after {
    width: 8px;
    height: 8px;
    background: none;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    transform: translateY(-50%) rotate(45deg);
    right: 30px;
  }
}

.footer_sitemap_list {
  padding-left: 21px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_list {
    display: none;
  }
}

.footer_sitemap_list_item {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_list_item {
    margin-bottom: 0;
    border-bottom: solid 1px #e3e3e3;
  }
}
.footer_sitemap_list_item:last-child {
  margin-bottom: 0;
}
.footer_sitemap_list_item a {
  font-size: 1.3rem;
  color: #000;
  display: block;
  position: relative;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_list_item a {
    padding: 15px 25px;
  }
}
.footer_sitemap_list_item a::before {
  content: "";
  display: block;
  background-color: #2B96A8;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 1px;
  top: .75em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer_sitemap_list_item a::before {
    left: auto;
    right: 20px;
  }
}

.footer_sitemap_label {
  white-space: nowrap;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_label {
    margin-bottom: 0;
    border-bottom: solid 1px #e3e3e3;
    background-color: #F0F4FB;
  }
}
.footer_sitemap_label a {
  color: #2B96A8;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  position: relative;
  padding-left: 23px;
}
.footer_sitemap_label a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: .75em;
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 18px 18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer_sitemap_label a::after {
    left: auto;
    right: 23px;
    top: 50%;
  }
}

.footer_sitemap_list_set {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_list_set {
    display: none;
  }
}
.footer_sitemap_list_set:last-child {
  margin-bottom: 0;
}

.footer_sitemap_list_label {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  padding-left: 21px;
}
.footer_sitemap_list_label a {
  color: #9F9F9F;
}

/*----- COPYRIGHT -----*/
.copyright {
  color: #6F6F6F;
  font-size: 1.2rem;
  letter-spacing: .06em;
  white-space: nowrap;
  background-color: #fff;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    padding: 30px 15px 30px;
  }
}

/*=============================== ページトップ ===============================*/
.onheader .page_nav_group {
  opacity: 1;
  pointer-events: auto;
}

.page_nav_group {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  width: 60px;
}
.page_nav_group a {
  font-size: 1rem;
  color: #2B96A8;
  line-height: 1;
  text-align: center;
  outline-style: none;
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  background-color: #fff;
  transition: opacity .5s ease;
}
@media screen and (max-width: 768px) {
  .page_nav_group a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 769px) {
  .page_nav_group a:hover {
    opacity: .6;
  }
}

.page_nav_pagetop a {
  display: block;
  background-color: rgba(200, 240, 236, 0.8);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page_nav_pagetop a {
    padding-top: 20px;
    letter-spacing: .02em;
  }
}
.page_nav_pagetop a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 2px #2B96A8;
  border-right: solid 2px #2B96A8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  margin-top: -3px;
}

/*=============================== side bar ===============================*/
.container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 25px 300px;
}
@media screen and (max-width: 768px) {
  .container {
    display: block;
    padding-bottom: 50px;
  }
}
.container #main {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .container #main {
    width: auto;
  }
}
.container .side_bar {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .container .side_bar {
    width: auto;
    margin-top: 80px;
  }
}

.side_menu dt {
  color: #E69D94;
  font-size: 1.6rem;
  font-weight: 500;
  border-top: solid 1px #E69D94;
  border-bottom: solid 1px #E69D94;
  background-color: #FFF7F7;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .side_menu dt {
    margin-bottom: 15px;
  }
}
.side_menu dt::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #2B96A8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.side_menu dd:last-child {
  border-bottom: solid 1px #D3D3D3;
}

@media screen and (max-width: 768px) {
  .side_menu_body {
    display: flex;
    flex-wrap: wrap;
  }
}

.side_menu_item {
  border-bottom: solid 1px #D3D3D3;
}
@media screen and (max-width: 768px) {
  .side_menu_item {
    width: 49%;
    margin-left: 2%;
    border: none;
    margin-bottom: 15px;
  }
  .side_menu_item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.side_menu_item:last-child {
  border-bottom: 0;
}
.side_menu_item > a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  display: block;
  position: relative;
  padding: 15px 55px 15px 15px;
}
@media screen and (max-width: 768px) {
  .side_menu_item > a {
    padding: 15px 20px 15px 15px;
    border: solid 1px #2B96A8;
  }
}
@media screen and (min-width: 769px) {
  .side_menu_item > a::before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/arrow02.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 52px 52px;
    transition: all .5s;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .side_menu_item > a::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

@media screen and (max-width: 768px) {
  .side_menu_item > a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #2B96A8;
    border-right: solid 2px #2B96A8;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 769px) {
  .side_menu_item > a:hover {
    color: #000;
    background-color: #FFF7F7;
  }
  .side_menu_item > a:hover::before {
    margin-right: -5px;
  }
}
.side_menu_item.act > a {
  color: #2B96A8;
  background-color: #FFEFEF;
}
@media screen and (min-width: 769px) {
  .side_menu_item.act > a::before {
    margin-right: -5px;
  }
}

.side_sub_menu_body {
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 768px) {
  .side_sub_menu_body {
    display: none;
  }
}

.side_sub_menu_item {
  border-bottom: solid 1px #e3e3e3;
  position: relative;
}
.side_sub_menu_item:last-child {
  border-bottom: 0;
}
.side_sub_menu_item > a {
  font-size: 1.5rem;
  letter-spacing: .05em;
  display: block;
  padding: 10px 35px 10px 33px;
  position: relative;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .side_sub_menu_item > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.side_sub_menu_item > a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 15px;
  top: calc(.75em + 10px);
  transform: translateY(-50%);
  transition: background-color .5s;
}
@media screen and (max-width: 768px) {
  .side_sub_menu_item > a::before {
    top: calc(.75em + 12px);
  }
}
.side_sub_menu_item > a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #2B96A8;
  border-right: solid 2px #2B96A8;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-color: #000;
  border-width: 1px;
  transition: border-color .5s;
}
@media screen and (min-width: 769px) {
  .side_sub_menu_item > a::after {
    right: 26px;
  }
}
@media screen and (min-width: 769px) {
  .side_sub_menu_item > a:hover::before {
    background-color: #2B96A8;
  }
  .side_sub_menu_item > a:hover::after {
    border-color: #2B96A8;
  }
}
.side_sub_menu_item.act a {
  color: #2B96A8;
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .side_sub_menu_item.act a {
    left: 18px;
  }
}
.side_sub_menu_item.act a::before {
  background-color: #2B96A8;
}
.side_sub_menu_item.act a::after {
  border-color: #2B96A8;
}

.side_ttl {
  font-weight: 500;
  text-align: center;
  border-top: solid 1px #DFDFDF;
  position: relative;
}
.side_ttl a {
  color: #000;
  display: block;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .side_ttl a {
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.side_ttl::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #E69D94;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.side_ttl:last-child {
  border-bottom: solid 1px #DFDFDF;
}

/*=============================== WordPress ===============================*/
.archive_ttl {
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 34px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive_ttl {
    font-size: 1.8rem;
    padding-left: 28px;
  }
}
.archive_ttl::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/bullet03.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: .75em;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .archive_ttl::before {
    width: 20px;
    height: 20px;
  }
}

.post_list {
  border-top: solid 1px #E8E8E8;
}

.post_item {
  border-bottom: solid 1px #E8E8E8;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .post_item {
    display: block;
  }
}
.post_item:last-child {
  margin-bottom: 0;
}
.contents .post_item a {
  text-decoration: none;
}
.project .post_item {
  display: block;
}

.post_entry_meta {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post_entry_meta {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.project .post_entry_meta {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .project .post_entry_meta {
    margin-bottom: 5px;
  }
}
.post_entry_meta .cat_list {
  margin-right: 22px;
}
@media screen and (min-width: 769px) {
  .post_entry_meta .cat_list {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .post_entry_meta .cat_list {
    margin-right: 0;
  }
}

.post_date {
  font-size: 1.6rem;
  color: #8B8B8B;
  display: block;
  width: 115px;
}
@media screen and (max-width: 768px) {
  .post_date {
    width: auto;
    margin-right: 15px;
  }
}
@media screen and (max-width: 350px) {
  .post_date {
    font-size: 1.4rem;
  }
}

.post_ttl {
  padding-top: 2px;
}
.contents .post_ttl a {
  color: #000;
  display: block;
  transition: color .5s;
}
@media screen and (min-width: 769px) {
  .contents .post_ttl a:hover {
    color: #2B96A8;
  }
}
.contents a .post_ttl {
  color: #000;
  transition: color .5s;
}
@media screen and (min-width: 769px) {
  .contents a:hover .post_ttl {
    color: #2B96A8;
  }
}

.contents .post_client {
  font-size: 1.4rem;
  color: #14328A;
  font-weight: 500;
  margin-bottom: 0;
}

/*---------- WordPress／side bar ----------*/
.side_ttl_info {
  font-weight: 500;
  text-align: center;
  padding: 18px 0 15px;
  background: #EFF5FF;
  border: solid 1px #7B8AB6;
  margin-bottom: 15px;
}

.archive_list {
  margin-bottom: 40px;
}

.side_post_item {
  border-bottom: solid 1px #E8E8E8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side_post_date {
  font-size: 1.6rem;
  color: #8B8B8B;
  margin-bottom: 5px;
  display: block;
}

.side_post_ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.side_post_client {
  color: #2B96A8;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 5px;
}

/*----- カテゴリ -----*/
.archive_list.category a {
  font-size: 1.6rem;
  display: inline-flex;
  /*公開時*/
}
.archive_list.category > ul > li {
  border-bottom: solid 1px #E8E8E8;
  padding: 15px 0;
}
.archive_list.category > ul > li:first-child {
  padding-top: 0;
}
.archive_list.category .children {
  padding-top: 10px;
  padding-left: 2em;
  list-style: disc outside;
}
.archive_list.category .children li {
  margin-bottom: 10px;
}
.archive_list.category .children li:last-child {
  margin-bottom: 0;
}
.archive_list.category .children li a {
  font-size: 1.5rem;
  padding: 0;
}

/*----- 月別 -----*/
.year_group {
  border-bottom: solid 1px #E8E8E8;
}
.year_group ul {
  display: none;
  padding: 5px 0 5px 1em;
  border-top: solid 1px #4c4948;
}
.year_group a {
  display: block;
  padding: 5px 0;
  /*公開時*/
}

.year_ttl {
  font-size: 1.8rem;
  position: relative;
  padding: 10px 0 10px 5px;
  cursor: pointer;
}

.year_ttl::before,
.year_ttl::after {
  content: " ";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #00376A;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .5s;
}

.year_ttl::after {
  transform: translateY(-50%) rotate(90deg);
}

.active .year_ttl::after {
  transform: translateY(-50%) rotate(0);
}

/*----- cat -----*/
.cat_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cat_wrap {
    display: block;
  }
}

.cat_label {
  font-size: 1.6rem;
  color: #8B8B8B;
  margin-right: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cat_label {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.cat_list .cat {
  letter-spacing: .04em;
  text-align: center;
  width: 100%;
  background-color: #fff;
  min-width: 130px;
  /*
  &.news,
  &.news > a {background-color: #FFFF89; color: $black; border-color: #E8E8E8;}
  */
  /*公開時*/
}
@media screen and (max-width: 350px) {
  .cat_list .cat {
    min-width: 80px;
  }
}
a .cat_list .cat,
.cat_list .cat a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.5;
  background-color: #2B96A8;
  display: block;
  width: 100%;
  height: 24px;
  padding: 1px 8px 0;
  border-radius: 12px;
  transition: opacity .5s;
  pointer-events: none;
}
@media screen and (max-width: 350px) {
  a .cat_list .cat,
  .cat_list .cat a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  a:hover .cat_list .cat,
  .cat_list .cat a:hover {
    opacity: .6;
  }
}
.is-home .cat_list .cat, .common_post_list .cat_list .cat {
  margin-bottom: 10px;
}

.tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag_list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/icon_tag.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 12px 12px;
  margin-right: 5px;
}
.tag_list li a {
  text-decoration: underline;
}

/*---------- WordPress／single ----------*/
/*----- editor -----*/
.entry_body {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
.entry_body .movie {
  aspect-ratio: 16 / 9;
}
.entry_body .movie iframe {
  width: 100%;
  height: 100%;
}

.entry_body h1,
.entry_body h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .entry_body h1,
  .entry_body h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 8px 25px 12px 25px;
  }
}
.entry_body h1::before,
.entry_body h2::before {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background-image: url("../images/bullet02.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 9px;
  position: absolute;
  top: .8em;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .entry_body h1::before,
  .entry_body h2::before {
    top: 1.35em;
  }
}
.entry_body h1:last-child,
.entry_body h2:last-child {
  margin-bottom: 0;
}

.entry_body h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .entry_body h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 8px 25px 12px 25px;
  }
}
.entry_body h3::before {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background-image: url("../images/bullet02.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 9px;
  position: absolute;
  top: .8em;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .entry_body h3::before {
    top: 1.35em;
  }
}
.entry_body h3:last-child {
  margin-bottom: 0;
}

.entry_body h4 {
  font-size: 1.8rem;
  color: #2B96A8;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .entry_body h4 {
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.entry_body h5,
.entry_body h6 {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .entry_body h5,
  .entry_body h6 {
    font-size: 1.4rem;
  }
}

.entry_body p {
  position: relative;
  margin-bottom: 20px;
}
.entry_body p:last-child {
  margin-bottom: 0;
}

.entry_body .wp-block-image {
  margin-bottom: 20px;
}

.entry_body blockquote {
  margin-bottom: 20px;
  border: solid 1px #ddd;
  padding: 25px;
  background-color: #fdfdfd;
}

.entry_body a {
  color: #2B96A8;
  text-decoration: underline;
}
.entry_body a[href$=".pdf"] {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 18px;
  background-image: url(../images/icon_pdf.png) !important;
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 16px 16px !important;
}
.entry_body a[href$=".doc"], .entry_body a[href$=".docx"], .entry_body a[href$=".xls"], .entry_body a[href$=".xlsx"] {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 18px;
  background-image: url("../images/icon_download.svg") !important;
  background-repeat: no-repeat;
  background-position: right center;
}

.entry_body a:hover {
  text-decoration: none;
}

.entry_body em {
  /*font-style: italic;*/
  font-weight: normal;
}

.entry_body strong {
  font-weight: 500;
}

.entry_body img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.entry_body .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry_body img.alignright {
  float: right;
  margin-left: 1.5em;
}

.entry_body img.alignleft {
  float: left;
  margin-right: 1.5em;
}

.entry_body::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.entry_body ul {
  list-style-type: disc;
}

.entry_body ol {
  list-style-type: decimal;
}

.entry_body ul,
.entry_body ol {
  margin-bottom: 30px;
  margin-right: 15px;
  padding-left: 1em;
  margin-left: 10px;
}
.entry_body ul li::marker,
.entry_body ol li::marker {
  color: #2B96A8;
}

.entry_body li {
  margin-bottom: 10px;
}
.entry_body li:last-child {
  margin-bottom: 0;
}

.entry_body hr {
  border: solid 1px #1b6eb7;
}

@media screen and (max-width: 800px) {
  .entry_body {
    margin-bottom: 20px;
  }
}
.entry_body > :last-child {
  margin-bottom: 0;
}
.entry_body table {
  font-size: 1.6rem;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.entry_body th,
.entry_body td {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 15px;
  vertical-align: top;
}
.entry_body th {
  font-weight: 500;
}
.entry_body thead th {
  background-color: #FAF5EF;
  text-align: center;
  vertical-align: middle;
}
.entry_body tfoot th {
  background-color: #fefefe;
}
.entry_body caption {
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .entry_body caption {
    margin-top: 10px;
  }
}
.entry_body tbody th,
.entry_body tbody td {
  text-align: left;
  line-height: 1.5;
}
.entry_body tbody th {
  background-color: #f7f7f7;
  width: 30%;
  letter-spacing: .05em;
}
.entry_body td {
  background-color: #fff;
}
.entry_body td ul {
  margin-bottom: 15px;
}
.entry_body td ul:last-child {
  margin-bottom: 0;
}

/*----- entry meta -----*/
.entry_meta {
  color: #5e5d5c;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: solid 1px #E8E8E8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .entry_meta {
    padding-bottom: 15px;
  }
}

.entry_meta_body {
  display: flex;
}

.entry_meta_bottom {
  margin-top: 100px;
}

.entry_meta_body.tag {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .entry_meta_body.tag {
    margin-top: 80px;
  }
}

.entry_meta_ttl {
  font-weight: 500;
  white-space: nowrap;
  margin-right: .5em;
}

.entry_meta_body ul {
  display: flex;
  flex-wrap: wrap;
}

.entry_meta_body li {
  margin-right: 1em;
}

.entry_meta_body li a {
  color: #5e5d5c;
  text-decoration: none;
  /*公開時*/
}

@media screen and (min-width: 769px) {
  .entry_meta_body li a:hover {
    text-decoration: underline;
  }
}
.entry_meta_body.tag li a::before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/icon_tag.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 2px;
}

/*---------- WordPress／ページネーション ----------*/
.pagination {
  width: 100%;
  margin-top: 50px;
}

.pagination h2 {
  display: none;
}

.pagination ul {
  text-align: center;
}

.pagination li {
  width: 40px;
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination .current {
  padding: 10px 13px;
  border: solid 1px transparent;
  background-color: transparent;
  display: block;
}

.pagination li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  background-color: #EAEFF8;
  border: solid 1px #7B8AB6;
  transition: color .5s;
}

@media screen and (min-width: 769px) {
  .pagination li a:hover {
    color: #2B96A8;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 20px;
    margin-top: 25px;
  }
}
/*---------- WordPress／ページャー ----------*/
.pager {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #E8E8E8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 25px;
    padding-top: 25px;
  }
}

.pager_body {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.pager_item {
  font-size: 1.8rem;
  position: relative;
}
.pager_body .pager_item a {
  color: #000;
  text-decoration: none;
}
.pager_body .pager_item a:hover {
  color: #2B96A8;
}
.pager_item .txt_wrap {
  position: relative;
}
.pager_item .txt_wrap::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow02.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 52px 52px;
  transition: all .5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pager_item .txt_wrap::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.pager_item.next_nav {
  margin-right: auto;
}
.pager_item.next_nav .txt_wrap {
  padding-left: 24px;
}
.pager_item.next_nav .txt_wrap::before {
  background-image: url("../images/arrow01_rev.svg");
  right: auto;
  left: -8px;
}
.pager_item.prev_nav {
  margin-left: auto;
  text-align: right;
}
.pager_item.prev_nav .txt_wrap {
  padding-right: 24px;
}
.pager_item.prev_nav .txt_wrap::before {
  right: -8px;
}
.pager_item span {
  display: block;
}

.btn_back {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .btn_back {
    top: calc(100% + 20px);
  }
}
@media screen and (max-width: 768px) {
  .btn_back {
    position: static;
    transform: none;
    margin-top: 30px;
  }
}
.btn_back a {
  border: solid 1px #2B96A8;
}

@media screen and (max-width: 800px) {
  .pager {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pager_body {
    display: block;
  }

  .pager_item {
    width: 100%;
    margin-bottom: 10px;
  }

  .pager_item a {
    display: block;
  }
}
/*----- WordPress／404 -----*/
.err_ttl {
  font-size: 2rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 800px) {
  .err_ttl {
    font-size: 2rem;
    line-height: 1.4em;
    margin-bottom: 10px;
  }

  .err_txt {
    font-size: 1.5rem;
  }
}
/*================================icon===============================*/
.icon_blank {
  padding: 0px 20px 0px 0px;
  background: url(../images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: right 1px center;
}

.contents p a[target="_blank"],
.contents .entry_body p a[target="_blank"],
.contents li:not(.index_nav_item, .index_sub_nav_item, .contact_form_nav_item) a[target="_blank"],
.contents .entry_body li a[target="_blank"],
.contents dd :not(.btn_more):not(.btn_back) a[target="_blank"],
.contents dd > a[target="_blank"] {
  padding: 0px 20px 0px 0px;
  background-image: url(../images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: right 2px center;
}

.entry_body p a[target="_blank"]:not(:has(> img)),
.entry_body li a[target="_blank"] {
  padding: 0px 20px 0px 0px;
  background-image: url(../images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: right 2px center;
}

.icon_pdf {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 18px;
  background-image: url(../images/icon_pdf.png) !important;
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 16px 16px !important;
}

/*=============================== ANIMATION ================================*/
/*
* アニメーション／ベース
*/
.animated {
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-delay: .5s;
}

/*
* アニメーション／スタイル
*/
.js-inview-item {
  opacity: 0;
}
.js-inview-item.home_facility_body, .js-inview-item.home_products_list_body, .js-inview-item.home_support_list_body, .js-inview-item.home_pickup_list_body {
  opacity: 1;
}
.js-inview-item.home_facility_body li, .js-inview-item.home_products_list_body li, .js-inview-item.home_support_list_body li, .js-inview-item.home_pickup_list_body li {
  opacity: 0;
}

.is-loaded .showed {
  animation: fadeInUp .8s forwards .5s;
}
.is-loaded .showed.home_facility_body, .is-loaded .showed.home_products_list_body, .is-loaded .showed.home_support_list_body, .is-loaded .showed.home_pickup_list_body {
  animation: none;
}
.is-loaded .showed.home_facility_body li, .is-loaded .showed.home_products_list_body li, .is-loaded .showed.home_support_list_body li, .is-loaded .showed.home_pickup_list_body li {
  animation: fadeInUpLong .8s forwards .5s;
  animation-duration: .5s;
}
.is-loaded .showed.home_facility_body li:nth-child(1) {
  animation-delay: .4s;
}
.is-loaded .showed.home_facility_body li:nth-child(2) {
  animation-delay: .6s;
}
.is-loaded .showed.home_facility_body li:nth-child(3) {
  animation-delay: .8s;
}
.is-loaded .showed.home_facility_body li:nth-child(4) {
  animation-delay: 1s;
}
.is-loaded .showed.home_products_list_body li:nth-child(1) {
  animation-delay: .4s;
}
.is-loaded .showed.home_products_list_body li:nth-child(2) {
  animation-delay: .6s;
}
.is-loaded .showed.home_products_list_body li:nth-child(3) {
  animation-delay: .8s;
}
.is-loaded .showed.home_products_list_body li:nth-child(4) {
  animation-delay: 1s;
}
.is-loaded .showed.home_products_list_body li:nth-child(5) {
  animation-delay: 1.2s;
}
.is-loaded .showed.home_products_list_body li:nth-child(6) {
  animation-delay: 1.4s;
}
.is-loaded .showed.home_support_list_body li:nth-child(1) {
  animation-delay: .4s;
}
.is-loaded .showed.home_support_list_body li:nth-child(2) {
  animation-delay: .6s;
}
.is-loaded .showed.home_support_list_body li:nth-child(3) {
  animation-delay: .8s;
}
.is-loaded .showed.home_pickup_list_body li:nth-child(1) {
  animation-delay: .4s;
}
.is-loaded .showed.home_pickup_list_body li:nth-child(2) {
  animation-delay: .6s;
}
.is-loaded .showed.home_pickup_list_body li:nth-child(3) {
  animation-delay: .8s;
}
.is-loaded .showed.home_pickup_list_body li:nth-child(4) {
  animation-delay: 1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpLong {
  from {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/*================================ パンくず ===============================*/
.bread {
  width: 100%;
  max-width: 1050px;
  padding: 0 25px;
  margin: 0 auto 100px;
}
.bread ol {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.bread ol > li {
  font-size: 1.5rem;
  letter-spacing: .04em;
  list-style: none;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.bread ol > li:first-child {
  padding-left: 0;
}
.bread ol li::after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  top: .75em;
  border: solid 1px #000;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bread ol li::after {
    top: .65em;
  }
}
.bread ol li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.bread ol li:last-child::after {
  display: none;
}
.bread a {
  color: #2B96A8;
  letter-spacing: .02em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .bread a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .bread {
    margin-bottom: 40px;
  }
  .bread ol > li {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

/*================================2階層：contents===============================*/
/*---------- 共通 ----------*/
.contents {
  margin: 0 auto 100px;
  letter-spacing: .06em;
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
  min-height: 700px;
}
@media screen and (max-width: 768px) {
  .contents {
    font-size: 1.6rem;
    min-height: 500px;
    margin-bottom: 75px;
  }
}
.container .contents {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .container .contents {
    margin-bottom: 50px;
  }
}
.contents p {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contents p {
    margin-bottom: 10px;
  }
}
.contents a {
  color: #2B96A8;
  text-decoration: underline;
}
.contents a img {
  pointer-events: auto;
}
.contents a:hover {
  text-decoration: none;
}
.contents iframe {
  display: block;
  width: 100%;
}
.contents img.border {
  border: solid 1px #707070;
}
body .contents .mb0 {
  margin-bottom: 0;
}
body .contents .mb10 {
  margin-bottom: 10px;
}
body .contents .mb15 {
  margin-bottom: 15px;
}
body .contents .mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body .contents .mb30 {
    margin-bottom: 15px;
  }
}
body .contents .mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body .contents .mb50 {
    margin-bottom: 30px;
  }
}
body .contents .mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body .contents .mb100 {
    margin-bottom: 60px;
  }
}
body .contents .mt0 {
  margin-top: 0;
}
body .contents .mt10 {
  margin-top: 10px;
}
body .l-wrap .contents .pb0 {
  padding-bottom: 0;
}
.contents .note {
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents .note_r {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents .w300 {
  width: 300px;
}
.contents .w250 {
  width: 250px;
}
.contents .w80p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.contents .w90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.contents .l-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contents .l-section {
    margin-bottom: 50px;
  }
}
.contents .l-section:last-child {
  margin-bottom: 0;
}

.youtube {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  margin-bottom: 5px;
}
.youtube:last-child {
  margin-bottom: 0;
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.youtube.icon:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../images/youtube_icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 400px) {
  .youtube.icon:before {
    width: 30px;
    height: 30px;
  }
}
.youtube.spokes {
  max-width: 640px;
  text-align: center;
}
.youtube.spokes img {
  width: 100% !important;
  height: 100% !important;
}

.contents_section_group .l-section:last-child {
  margin-bottom: 0;
}

.inner_contents {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 25px;
}

.contents_ttl, .entry_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contents_ttl, .entry_ttl {
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 50px;
  }
  .contents_ttl br:not(.break), .entry_ttl br:not(.break) {
    display: none;
  }
}
.contents_ttl::before, .entry_ttl::before {
  content: "";
  display: block;
  width: 27px;
  height: 6px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #00DEB0;
  background: linear-gradient(90deg, #00deb0 0%, #06d7b6 25%, #1ac6c9 50%, #39aae7 90%, #42a3ef 100%);
}
.contents_ttl:has(+ .common_lead), .entry_ttl:has(+ .common_lead) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contents_ttl:has(+ .common_lead), .entry_ttl:has(+ .common_lead) {
    margin-bottom: 10px;
  }
}

.section_ttl {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_ttl {
    font-size: 2rem;
    padding-left: 17px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.section_ttl::before, .section_ttl::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.section_ttl::before {
  width: 14px;
  height: 10px;
  margin: 0 auto 8px;
  background-image: url("../images/bullet01.svg");
  background-size: 14px 10px;
}
.section_ttl::after {
  width: 40px;
  height: 5px;
  margin: 10px auto 0;
  background-image: url("../images/ttl_deco01.svg");
  background-size: 40px 5px;
}
.section_ttl:first-child {
  margin-top: 0;
}

.common_ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .common_ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 8px 25px 12px 25px;
  }
}
.common_ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background-image: url("../images/bullet02.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 9px;
  position: absolute;
  top: .8em;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .common_ttl::before {
    top: 1.35em;
  }
}
.common_ttl:last-child {
  margin-bottom: 0;
}
.common_box_card .common_ttl:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .common_ttl:has(+ .package) {
    margin-bottom: 30px;
  }
}
.column_list .common_ttl {
  margin-bottom: 5px;
}

.sub_ttl {
  font-size: 1.8rem;
  color: #2B96A8;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sub_ttl {
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.common_box_card .sub_ttl:first-child {
  margin-top: 0;
}

.small_ttl {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .small_ttl {
    font-size: 1.4rem;
  }
}
.sub_ttl + .small_ttl {
  margin-top: 0;
}
.common_box_card .small_ttl:first-child {
  margin-top: 0;
}

.entry_ttl {
  margin-bottom: 15px;
}

.common_img {
  max-width: 500px;
  margin: 0 auto 10px;
}
.common_img:last-child {
  margin-bottom: 0;
}
.common_img img {
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .common_img img {
    border-radius: 4.69vw;
  }
}

.common_area {
  border: solid 10px #E1F7F3;
  padding: 38px 50px 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .common_area {
    padding: 18px 25px 22px;
    margin-bottom: 15px;
  }
}

.package {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .package {
    grid-row-gap: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .package:not(.col2) {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .package .package_item {
    display: flex;
    flex-direction: column;
  }
}
.package .package_item img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .package.col2 {
    display: block;
  }
}
.package.col2 .package_item {
  width: 48%;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .package.col2 .package_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  .package.col2 .package_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .package.col2 .package_item.w30p {
    width: 29%;
  }
  .package.col2 .package_item.w70p {
    width: 69%;
  }
}
.package.col2 .package_item > img {
  border-radius: 36px;
}
@media screen and (min-width: 769px) {
  .package.col2 .package_item > img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .package.col3 {
    display: block;
  }
}
.package.col3 .package_item {
  width: 31.2%;
  margin-left: 3.2%;
}
@media screen and (max-width: 1000px) {
  .package.col3 .package_item {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .package.col3 .package_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .package.col3 .package_item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1001px) {
  .package.col3 .package_item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.common_box_card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .common_box_card {
    display: block;
  }
}
.common_box_card:last-child {
  margin-bottom: 0;
}
.common_box_card.rev {
  flex-direction: row-reverse;
}
.common_box_card.v_center {
  align-items: center;
}
.common_box_card .img_wrap {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .common_box_card .img_wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
  }
}
.common_box_card .img_wrap > img:not(.no_round), .common_box_card .img_wrap > figure img:not(.no_round) {
  border-radius: 10px;
}
.common_box_card .txt_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common_box_card .txt_wrap {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .common_box_card.img30 .img_wrap {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .common_box_card.img30 .img_wrap {
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .common_box_card.img30 .txt_wrap {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .common_box_card.img40 .img_wrap {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .common_box_card.img40 .img_wrap {
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .common_box_card.img40 .txt_wrap {
    width: 60%;
  }
}

.nav_box_card {
  margin-bottom: 50px;
}
.nav_box_card:last-child {
  margin-bottom: 0;
}
.nav_box_card a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: #F8F6F2;
}
@media screen and (min-width: 769px) {
  .nav_box_card a:hover {
    color: #2B96A8;
  }
}
@media screen and (max-width: 768px) {
  .nav_box_card a {
    display: block;
    padding: 25px;
    border-radius: 10px;
  }
}
.nav_box_card .img_wrap {
  width: 46%;
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .nav_box_card .img_wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .nav_box_card .img_wrap img {
    border-radius: 10px;
  }
}
.nav_box_card .txt_wrap {
  width: 50%;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .nav_box_card .txt_wrap {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .nav_box_card .txt_wrap {
    width: 100%;
    padding: 0;
  }
}
.nav_box_card .txt_wrap .common_ttl {
  font-size: 2.6rem;
  color: #000;
  margin-bottom: 5px;
  transition: color .5s;
}
@media screen and (max-width: 1000px) {
  .nav_box_card .txt_wrap .common_ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_box_card .txt_wrap .common_ttl {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.contents .nav_box_card .txt_wrap p {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .nav_box_card a:hover .common_ttl {
    color: #2B96A8;
  }
  .nav_box_card a:hover .img_wrap {
    opacity: .6;
  }
}

.adjust_group {
  margin-bottom: 40px;
}
.adjust_group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .adjust_group {
    margin-bottom: 20px;
  }
}

/*---------- INDEX NAVI ----------*/
/*---------- table ----------*/
.contents table {
  font-size: 1.6rem;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.contents table.all_th11 th,
.contents table.all_th11 td {
  font-size: 1.3rem;
  line-height: 1.3;
  width: 11%;
}
.contents table.all_th14 th,
.contents table.all_th14 td {
  width: 14%;
}
.contents table.all_th20 th,
.contents table.all_th20 td {
  width: 20%;
}
.contents table.all_th25 th,
.contents table.all_th25 td {
  width: 25%;
}
.contents table.all_th50 th,
.contents table.all_th50 td {
  width: 50%;
}
.contents table.body_th10 tbody th {
  width: 10%;
}
.contents table.body_th15 tbody th {
  width: 15%;
}
.contents table.body_th20 tbody th {
  width: 20%;
}
.contents table.body_th150 tbody th {
  width: 150px;
}
.contents table.body_td_c tbody td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents table.no_change th,
  .contents table.no_change td {
    font-size: 1.4rem;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contents table.labeled td[data-label]::before {
    content: attr(data-label);
    display: block;
    color: #2B96A8;
    font-size: 1.4rem;
    font-weight: 500;
    width: fit-content;
    background-color: #EAEFF8;
    padding: 2px 15px 3px;
    margin-bottom: 3px;
    border-radius: 13px;
  }
}

.contents th,
.contents td {
  padding: 25px 15px;
  vertical-align: top;
}

.contents th {
  font-weight: 600;
}

.contents thead {
  border-top: solid 2px #2B96A8;
}

.contents thead th {
  color: #2B96A8;
  line-height: 1.5;
  background-color: #EAEFF8;
  text-align: center;
  vertical-align: middle;
}

.contents tfoot th {
  background-color: #fefefe;
}

.contents caption {
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .contents caption {
    margin-top: 10px;
  }
}

.contents tbody th,
.contents tbody td {
  text-align: left;
  line-height: 1.5;
}

.contents tbody th {
  color: #2B96A8;
  letter-spacing: .05em;
  border-top: solid 1px #97ACCB;
  border-bottom: solid 1px #97ACCB;
  width: 30%;
}

.contents td {
  background-color: #fff;
  border-top: solid 1px #D8D8D8;
}
.contents td .sub_ttl::before {
  top: .65em;
}
.contents td .is-items {
  margin-bottom: 15px;
}
.contents td .is-items:last-child {
  margin-bottom: 0;
}

.contents tr:last-child td {
  border-bottom: solid 1px #D8D8D8;
}

.th10 {
  width: 10%;
}

.th20 {
  width: 20%;
}

.th25 {
  width: 25%;
}

.th30 {
  width: 30%;
}

.th35 {
  width: 35%;
}

.th40 {
  width: 40%;
}

.th45 {
  width: 45%;
}

.contents ul.is-items {
  list-style-type: disc;
}

.contents ol.is-items {
  list-style-type: decimal;
}

.contents .is-items {
  margin-bottom: 30px;
  margin-right: 15px;
  padding-left: 1em;
  margin-left: 10px;
}
.contents .is-items li::marker {
  color: #2B96A8;
}

.contents .is-items li {
  /*line-height: 1.5;*/
  margin-bottom: 10px;
}
.contents .is-items li:last-child {
  margin-bottom: 0;
}
.contents .is-items li.non_act {
  color: #ccc;
}
.contents .is-items li.non_act::marker {
  color: #ccc;
}

.contents .is-items.col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2%;
}
.contents .is-items.col3 li {
  width: 32%;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .contents .is-items.col3 li {
    width: 44%;
  }
}
@media screen and (max-width: 400px) {
  .contents .is-items.col3 li {
    width: 100%;
  }
}
.contents .is-items.col3 li.full {
  width: 100%;
}
.contents .is-items.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 4%;
}
.contents .is-items.col2 li {
  width: 41%;
}
@media screen and (max-width: 400px) {
  .contents .is-items.col2 li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* scrollあり */
  .scroll_table {
    position: relative;
    margin-bottom: 30px;
    /**/
  }
  .scroll_table::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-image: url("../images/scroll_table_shadow.png");
    background-repeat: repeat-y;
    background-position: right 0;
    opacity: .5;
    z-index: 2;
  }
  .scroll_table.w100p::after {
    display: none;
  }

  .scroll_table_inner {
    overflow-x: scroll;
    position: relative;
  }
  .scroll_table_inner table {
    width: 780px;
    margin-bottom: 0;
  }
  .w100p .scroll_table_inner table {
    width: 100%;
  }

  /* scrollなし */
  .contents :not(.scroll_table_inner) > table:not(.no_change),
  .contents :not(.scroll_table_inner) > table:not(.no_change) caption,
  .contents :not(.scroll_table_inner) > table:not(.no_change) thead,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tbody,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot,
  .contents :not(.scroll_table_inner) > table:not(.no_change) td,
  .contents :not(.scroll_table_inner) > table:not(.no_change) thead th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tbody th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tr {
    display: block;
    width: auto;
    border: 0;
  }

  .contents :not(.scroll_table_inner) > table:not(.no_change) thead {
    display: none;
  }

  .contents :not(.scroll_table_inner) > table:not(.no_change) tr {
    background-color: #fff;
  }

  .contents :not(.scroll_table_inner) > table:not(.no_change) tbody th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) td {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents :not(.scroll_table_inner) > table:not(.no_change) tbody th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents :not(.scroll_table_inner) > table:not(.no_change) tbody th {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot td {
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot th {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot td {
    background-color: #efefef;
  }
}
/*---------- CONTENTS FORMAT ----------*/
.common_lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .common_lead {
    margin-bottom: 10px;
  }
}

.common_catch {
  color: #2B96A8;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .common_catch {
    font-size: 1.8rem;
  }
}

.section_lead {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .section_lead {
    margin-bottom: 10px;
  }
}

.content_center {
  display: flex;
  justify-content: center;
}

/*---------- CONTENTS SUB NAV ----------*/
.content_sub_nav {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .content_sub_nav {
    margin-top: 40px;
  }
}
.content_sub_nav a {
  text-decoration: none;
}
.content_sub_nav dt {
  font-weight: 500;
  text-align: center;
  border-top: solid 1px #DFDFDF;
  border-bottom: solid 1px #DFDFDF;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content_sub_nav dt {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.content_sub_nav dt::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #E69D94;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.content_sub_nav dt a {
  color: #000;
  font-size: 2rem;
}

.content_sub_nav_body {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 400px) {
  .content_sub_nav_body {
    display: block;
  }
}

.content_sub_nav_item {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .content_sub_nav_item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .content_sub_nav_item {
    width: 49%;
    margin-bottom: 15px;
  }
  .content_sub_nav_item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .content_sub_nav_item {
    width: 100%;
    margin-left: 0;
  }
}
.content_sub_nav_item a {
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  border: solid 1px #2B96A8;
  padding: 22px 35px 22px 25px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content_sub_nav_item a::before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/arrow02.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 52px 52px;
    transition: all .5s;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .content_sub_nav_item a::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

@media screen and (max-width: 768px) {
  .content_sub_nav_item a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #2B96A8;
    border-right: solid 2px #2B96A8;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 769px) {
  .content_sub_nav_item a:hover {
    color: #000;
    background-color: #FFF7F7;
  }
  .content_sub_nav_item a:hover::before {
    margin-right: -5px;
  }
}
.content_sub_nav_item.act a {
  color: #2B96A8;
  background-color: #FFEFEF;
}

/*---------- 横つなぎ ----------*/
.contents_sub_nav {
  margin-top: 100px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
  background: #FAF9F7;
}
@media screen and (max-width: 768px) {
  .contents_sub_nav {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.contents_sub_nav_set {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.contents_sub_nav_set:last-child {
  margin-bottom: 0;
}

.contents_sub_nav_ttl {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contents_sub_nav_ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.contents_sub_nav_ttl a {
  color: #000;
  text-decoration: none;
}
.contents_sub_nav_ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-image: url("../images/ttl_deco01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px 5px;
  margin: 5px auto 0;
}

@media screen and (min-width: 769px) {
  .contents_sub_nav_body {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .contents_sub_nav_body.center {
    justify-content: center;
  }
}

:not(.col2) > .contents_sub_nav_item {
  width: 32%;
}
@media screen and (max-width: 1000px) {
  :not(.col2) > .contents_sub_nav_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  :not(.col2) > .contents_sub_nav_item {
    width: 100%;
  }
}
.col2 > .contents_sub_nav_item {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .col2 > .contents_sub_nav_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contents_sub_nav_item {
    margin-bottom: 15px;
  }
  .contents_sub_nav_item:last-child {
    margin-bottom: 0;
  }
}
.contents_sub_nav_item a {
  color: #2B96A8;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border: solid 2px #E1F7F3;
  padding: 22px 25px;
  position: relative;
  transition: color .5s, background-color .5s, opacity .5s;
}
@media screen and (min-width: 769px) {
  .contents_sub_nav_item a:hover {
    color: #fff;
    background-color: #2B96A8;
  }
}
.contents_sub_nav_item a::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow02.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 52px 52px;
  transition: all .5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .contents_sub_nav_item a::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.contents_sub_nav_item.act a {
  color: #fff;
  background-color: #2B96A8;
}

/*---------- 汎用カラム ----------*/
.column_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .column_list {
    grid-row-gap: 4vw;
  }
}
.column_list:last-child {
  margin-bottom: 0;
}
.column_list li img:not(.no_round) {
  border-radius: 10px;
}
.column_list.center {
  justify-content: center;
}
.column_list.col2 {
  column-gap: 4%;
}
.column_list.col2 li {
  width: 48%;
}
.column_list.col2 li.full {
  width: 100%;
  margin-left: 0;
}
.column_list.col3 {
  column-gap: 3.2%;
}
@media screen and (max-width: 768px) {
  .column_list.col3 {
    column-gap: 4%;
  }
}
.column_list.col3 li {
  width: 31.2%;
}
@media screen and (max-width: 768px) {
  .column_list.col3 li {
    width: 48%;
  }
}
.column_list.col4 {
  column-gap: 2.4%;
}
@media screen and (max-width: 768px) {
  .column_list.col4 {
    column-gap: 4%;
  }
}
.column_list.col4 li {
  width: 23.2%;
}
@media screen and (max-width: 768px) {
  .column_list.col4 li {
    width: 48%;
  }
}

/*---------- フロー図 ----------*/
.flow_list {
  margin-bottom: 30px;
}
.flow_list:last-child {
  margin-bottom: 0;
}

.flow_item {
  border: solid 10px #E1F7F3;
  background-color: #fff;
  margin-bottom: 37px;
  position: relative;
}
.flow_item:last-child {
  margin-bottom: 0;
}
.flow_item:last-child::before {
  display: none;
}
.flow_item .img_wrap {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .flow_item .img_wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.flow_item .img_wrap img {
  border-radius: 10px;
}
.flow_item .txt_wrap {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .flow_item .txt_wrap {
    width: auto;
  }
}
.flow_item.noimage .txt_wrap {
  width: 100%;
}
.flow_item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 20px transparent;
  border-top-color: #E1F7F3;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translate(-50%);
}

.flow_item_inner {
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow_item_inner {
    padding: 15px;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .reverse .flow_item_inner {
    flex-direction: row-reverse;
  }
}

.flow_ttl {
  color: #2B96A8;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow_ttl {
    margin-bottom: 5px;
  }
}
.flow_ttl .num {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -.02em;
  text-align: center;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #2B96A8;
  margin-right: 8px;
  border-radius: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .flow_ttl .num {
    font-size: 1.8rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow_ttl.sp_col {
    font-size: 1.4rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .flow_ttl.sp_col .num {
    margin-bottom: 8px;
  }
}

/*================================ 幸和義肢研究所について ===============================*/
.about_concept_contents {
  position: relative;
}
.about_concept_contents::before {
  content: "";
  display: block;
  width: 1280px;
  height: 896px;
  position: absolute;
  top: 0;
  left: -87px;
  background-image: url("../images/about/about_concept_bg.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1280px 896px;
}
@media screen and (max-width: 768px) {
  .about_concept_contents::before {
    display: none;
  }
}

.about_concept_contents_inner {
  position: relative;
  padding-top: 85px;
  padding-bottom: 467px;
}
@media screen and (max-width: 1200px) {
  .about_concept_contents_inner {
    padding-bottom: 38.92vw;
  }
}
@media screen and (max-width: 768px) {
  .about_concept_contents_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.about_concept_ttl {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .about_concept_ttl {
    font-size: 2.4rem;
  }
}

.about_concept_body {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .about_concept_body br {
    display: none;
  }
}

.about_concept_img {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about_concept_img {
    position: static;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about_concept_img.img01 {
  width: 1405px;
  top: 0;
  left: 670px;
}
@media screen and (max-width: 1200px) {
  .about_concept_img.img01 {
    width: 117vw;
    left: 55.8vw;
  }
}
@media screen and (max-width: 768px) {
  .about_concept_img.img01 {
    width: 100%;
  }
}
.about_concept_img.img02 {
  width: 377px;
  right: 67px;
  bottom: 280px;
}
@media screen and (max-width: 1200px) {
  .about_concept_img.img02 {
    width: 31.42vw;
    right: 5.58vw;
    bottom: 23.3vw;
  }
}
@media screen and (max-width: 768px) {
  .about_concept_img.img02 {
    width: 100%;
  }
}
.about_concept_img.img03 {
  width: 500px;
  left: -130px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .about_concept_img.img03 {
    width: 41.7vw;
    left: -10.83vw;
  }
}
@media screen and (max-width: 768px) {
  .about_concept_img.img03 {
    width: 100%;
  }
}

.about_concept_img_sp {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.about_concept_deco {
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .about_concept_deco {
    display: none;
  }
}
.about_concept_deco.deco01 {
  width: 328px;
  top: 0;
  left: -112px;
}
@media screen and (max-width: 1200px) {
  .about_concept_deco.deco01 {
    width: 27.3vw;
    left: -9.33vw;
  }
}
.about_concept_deco.deco02 {
  width: 377px;
  bottom: 244px;
  right: -140px;
}
@media screen and (max-width: 1200px) {
  .about_concept_deco.deco02 {
    width: 31.42vw;
    bottom: 20.3vw;
    right: -11.7vw;
  }
}
.about_concept_deco.deco03 {
  width: 328px;
  left: 216px;
  bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .about_concept_deco.deco03 {
    width: 27.3vw;
    left: 18vw;
    bottom: 1vw;
  }
}

.about_feature_package_group {
  padding-bottom: 350px;
}
@media screen and (max-width: 768px) {
  .about_feature_package_group {
    padding-bottom: 0;
  }
}

.about_feature_package {
  display: flex;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_feature_package {
    display: block;
    margin-bottom: 50px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  }
}
.about_feature_package:last-child {
  margin-bottom: 0;
}
.about_feature_package::before {
  content: "";
  display: block;
  width: 1144px;
  height: 356px;
  background-image: url("../images/about/about_feature_deco01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .about_feature_package::before {
    display: none;
  }
}
.about_feature_package:nth-child(even)::before {
  background-image: url("../images/about/about_feature_deco02.svg");
}
.about_feature_package .img_wrap,
.about_feature_package .txt_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about_feature_package .img_wrap,
  .about_feature_package .txt_wrap {
    width: 100%;
  }
}
.about_feature_package .img_wrap {
  height: 395px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_feature_package .img_wrap {
    height: auto;
  }
}
.about_feature_package .img_wrap figure {
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .about_feature_package .img_wrap figure {
    height: auto;
    position: static;
  }
}
.about_feature_package .img_wrap img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .about_feature_package .img_wrap img {
    width: 100%;
    height: auto;
  }
}
.about_feature_package .txt_wrap {
  position: relative;
  bottom: -58px;
}
@media screen and (max-width: 768px) {
  .about_feature_package .txt_wrap {
    bottom: auto;
  }
}
.about_feature_package .txt_wrap p {
  margin-bottom: 0;
}
.about_feature_package .txt_wrap_inner {
  padding: 40px 50px 50px;
  position: absolute;
  top: 0;
  width: calc(100% + 68px);
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about_feature_package .txt_wrap_inner {
    width: 100%;
    padding: 25px;
    position: static;
    border-radius: 0;
    filter: none;
  }
}
.about_feature_package:not(.rev) .txt_wrap_inner {
  right: 0;
}
.about_feature_package:not(.rev) .img_wrap figure {
  right: 0;
}
.about_feature_package.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .about_feature_package.adjust .img_wrap figure {
    right: -100px;
  }
}

.about_feature_package_label {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.about_feature_package_label .label {
  font-size: 1.2rem;
  color: #2B96A8;
  font-weight: 600;
  margin-right: 8px;
  position: relative;
  bottom: -2px;
}
.about_feature_package_label .num {
  font-size: 5rem;
  color: #C8F0EC;
}
@media screen and (max-width: 768px) {
  .about_feature_package_label .num {
    font-size: 3rem;
  }
}

.about_feature_package_ttl {
  font-size: 2.4rem;
  color: #2B96A8;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about_feature_package_ttl {
    font-size: 2rem;
  }
}

/*================================ 事業・施設紹介 ===============================*/
.staff_interview {
  margin-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .staff_interview {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .staff_interview {
    margin-bottom: 50px;
  }
}
.staff_interview:last-child {
  margin-bottom: 0;
}

.staff_interview_intro {
  background-color: #F8F6F2;
  border-radius: 10px;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .staff_interview_intro {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.staff_interview_intro .img_wrap {
  width: 45%;
  height: 445px;
}
@media screen and (max-width: 768px) {
  .staff_interview_intro .img_wrap {
    width: 100%;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
  }
}
.staff_interview_intro .img_wrap figure {
  height: 100%;
  position: relative;
}
.staff_interview_intro .img_wrap figure img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .staff_interview_intro .img_wrap figure img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.staff_interview_intro .txt_wrap {
  width: 55%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: -25px;
}
@media screen and (max-width: 1000px) {
  .staff_interview_intro .txt_wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .staff_interview_intro .txt_wrap {
    top: auto;
    width: 100%;
  }
}
.staff_interview_intro .txt_wrap .staff_info {
  color: #2B96A8;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #2B96A8;
}
@media screen and (max-width: 768px) {
  .staff_interview_intro .txt_wrap .staff_info {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.staff_interview_intro .txt_wrap .staff_info > span {
  display: block;
}
.staff_interview_intro .txt_wrap .job_ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .staff_interview_intro .txt_wrap .job_ttl {
    font-size: 1.6rem;
  }
}
.staff_interview_intro .txt_wrap .name {
  font-size: 2.5rem;
  color: #000;
  letter-spacing: .08em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .staff_interview_intro .txt_wrap .name {
    font-size: 2.2rem;
    display: block;
  }
}
.staff_interview_intro .txt_wrap .name .furigana {
  font-size: 1.6rem;
  color: #999;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .staff_interview_intro .txt_wrap .name .furigana {
    font-size: 1.4rem;
    line-height: 1;
    display: block;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.staff_interview_intro .txt_wrap .catch {
  color: #2B96A8;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .1em;
}
@media screen and (max-width: 1000px) {
  .staff_interview_intro .txt_wrap .catch {
    font-size: 2.8rem;
    letter-spacing: .08em;
  }
}
@media screen and (max-width: 768px) {
  .staff_interview_intro .txt_wrap .catch {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 400px) {
  .staff_interview_intro .txt_wrap .catch {
    font-size: 2.2rem;
  }
}

.staff_interview_body {
  position: relative;
}
.staff_interview_body .sec {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .staff_interview_body .sec:has(+ .sec) {
    margin-bottom: 25px;
  }
}
.contents .staff_interview_body p {
  line-height: 2.2;
  letter-spacing: .1em;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contents .staff_interview_body p {
    line-height: 2;
  }
}
.contents .staff_interview_body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .staff_interview_body p br {
    display: none;
  }
}
.staff_interview_body::before {
  content: "";
  display: block;
  width: 1280px;
  height: 896px;
  border-radius: 446px;
  background: #06AEE0;
  background: linear-gradient(135deg, white 0%, #06aee0 100%);
  position: absolute;
  right: -400px;
  top: 100px;
  opacity: .1;
}
@media screen and (max-width: 768px) {
  .staff_interview_body::before {
    display: none;
  }
}
.staff_interview_body figure img {
  border-radius: 10px;
}
.staff_interview_body .sub_img {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .staff_interview_body .sub_img {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}
.staff_interview_body .sub_img.product_staff01_img01 {
  width: 426px;
  left: 710px;
  bottom: 50px;
}
@media screen and (max-width: 1387px) {
  .staff_interview_body .sub_img.product_staff01_img01 {
    width: 30.7vw;
    bottom: 3.6vw;
  }
}
@media screen and (max-width: 1200px) {
  .staff_interview_body .sub_img.product_staff01_img01 {
    width: 100%;
    max-width: 400px;
  }
}
.staff_interview_body .sub_img.product_staff02_img01 {
  width: 425px;
  right: -180px;
  bottom: -50px;
}
@media screen and (max-width: 1387px) {
  .staff_interview_body .sub_img.product_staff02_img01 {
    width: 30.6vw;
    bottom: -3.6vw;
  }
}
@media screen and (max-width: 1200px) {
  .staff_interview_body .sub_img.product_staff02_img01 {
    width: 100%;
    max-width: 400px;
  }
}
.staff_interview_body .sub_img.product_staff02_img02 {
  width: 300px;
  right: -90px;
  bottom: 80px;
}
@media screen and (max-width: 1387px) {
  .staff_interview_body .sub_img.product_staff02_img02 {
    width: 21.6vw;
    bottom: 5.77vw;
  }
}
@media screen and (max-width: 1200px) {
  .staff_interview_body .sub_img.product_staff02_img02 {
    width: 100%;
    max-width: 400px;
  }
}
.staff_interview_body .sub_img.welfare_staff01_img01 {
  width: 425px;
  right: -180px;
  bottom: -50px;
}
@media screen and (max-width: 1387px) {
  .staff_interview_body .sub_img.welfare_staff01_img01 {
    width: 30.6vw;
    bottom: -3.6vw;
  }
}
@media screen and (max-width: 1200px) {
  .staff_interview_body .sub_img.welfare_staff01_img01 {
    width: 100%;
    max-width: 400px;
  }
}
.staff_interview_body .sub_img.welfare_staff01_img02 {
  width: 300px;
  right: -90px;
  bottom: 80px;
}
@media screen and (max-width: 1387px) {
  .staff_interview_body .sub_img.welfare_staff01_img02 {
    width: 21.6vw;
    bottom: 5.77vw;
  }
}
@media screen and (max-width: 1200px) {
  .staff_interview_body .sub_img.welfare_staff01_img02 {
    width: 100%;
    max-width: 400px;
  }
}

.facility_intro img {
  border-radius: 10px;
}
.facility_intro .bx-wrapper {
  position: relative;
  z-index: 1;
}
.facility_intro .bx-prev,
.facility_intro .bx-next {
  display: block;
  width: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .facility_intro .bx-prev,
  .facility_intro .bx-next {
    width: 30px;
  }
}
.facility_intro .bx-prev {
  left: -20px;
}
@media screen and (max-width: 768px) {
  .facility_intro .bx-prev {
    left: 10px;
  }
}
.facility_intro .bx-next {
  right: -20px;
}
@media screen and (max-width: 768px) {
  .facility_intro .bx-next {
    right: 10px;
  }
}
.facility_intro .bx-pager {
  position: static;
  transform: none;
}
.facility_intro .bx-controls {
  position: static;
  height: auto;
}

.facility_slide {
  height: 634px;
}
@media screen and (max-width: 1000px) {
  .facility_slide {
    height: auto;
  }
}

.facility_slide_body {
  opacity: 0;
}
.bx-viewport .facility_slide_body {
  opacity: 1;
}

.facility_slide_thumb {
  margin-top: 20px;
}

.facility_slide_thumb_body {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}

.facility_slide_thumb_item {
  width: 32%;
  background-color: #6D7A79;
  cursor: pointer;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .facility_slide_thumb_item {
    width: 48%;
    margin-bottom: 15px;
  }
  .facility_slide_thumb_item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.facility_slide_thumb_item:first-child {
  margin-left: 0;
}
.facility_slide_thumb_item img {
  opacity: .2;
  transition: opacity .5s;
}
.facility_slide_thumb_item .active img {
  opacity: 1;
}

/*----- つくばインクルーシブパーク (TIP)  -----*/
.l-section:has(.facility_intro) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-section:has(.facility_intro) {
    margin-bottom: 25px;
  }
}

/*================================ 会社案内 ===============================*/
.history_timeline {
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_timeline {
    padding-left: 17px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 400px) {
  .history_timeline {
    padding-left: 0;
  }
}
.history_timeline::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: .95em;
  background-color: #D8D8D8;
  margin-left: -1px;
}

.history_wrap {
  padding-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .history_wrap {
    padding-bottom: 30px;
  }
}
.history_wrap .year {
  color: #385F96;
  line-height: 1.2;
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .history_wrap .year {
    font-size: 1.6rem;
    letter-spacing: .02em;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.history_wrap .year .num {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .history_wrap .year .num {
    font-size: 2rem;
  }
}
.history_wrap .year .year_jp {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .history_wrap .year .year_jp {
    font-size: 1.2rem;
  }
}
.history_wrap .year::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #2B96A8;
  background: linear-gradient(90deg, #00deb0 0%, #06d7b6 25%, #1ac6c9 50%, #39aae7 90%, #42a3ef 100%);
  border-radius: 100%;
  position: absolute;
  top: 1em;
  left: -4px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .history_wrap .year::before {
    top: .7em;
  }
}
.history_wrap .year_body {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .history_wrap .year_body {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .history_wrap .year_body p {
    font-size: 1.4rem;
  }
}

/*================================ 相談・サポート ===============================*/
.contact_area {
  background-color: #F8F6F2;
  border-radius: 10px;
  padding: 60px 25px;
}
@media screen and (max-width: 768px) {
  .contact_area {
    padding: 30px 25px;
  }
}
.contact_area .btn_more, .contact_area .btn_back {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact_area .btn_more, .contact_area .btn_back {
    margin-bottom: 25px;
  }
}

.contact_area_lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact_area_lead {
    margin-bottom: 20px;
  }
}

.contact_info_outer {
  display: flex;
  justify-content: center;
}

.contact_info_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .contact_info_item {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
}
.contact_info_item:last-child {
  margin-bottom: 0;
}
.contact_info_item dt {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: .04em;
  background-color: #2B96A8;
  border-radius: 10px;
  width: 5.5em;
  padding: 0 3px 2px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .contact_info_item dt {
    display: block;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 768px) {
  .contact_info_item dd {
    font-size: 1.4rem;
  }
}

/*================================ 会社紹介 ===============================*/
/* 会社概要 */
.access_map {
  height: 700px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .access_map {
    height: 350px;
    margin-bottom: 50px;
  }
}
.access_map iframe {
  display: block;
  height: 100%;
}

/* 代表者メッセージ */
.greeting_intro {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .greeting_intro {
    margin-bottom: 50px;
  }
}
.greeting_intro .img_wrap img {
  border-radius: 10px;
}
.greeting_intro .txt_wrap {
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 330px;
  height: 200px;
  border-radius: 100px;
  background: #00DEB0;
  background: linear-gradient(180deg, #00deb0 0%, #06d7b6 25%, #1ac6c9 50%, #39aae7 90%, #42a3ef 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .greeting_intro .txt_wrap {
    height: 100px;
    border-radius: 0 50px 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .greeting_intro .txt_wrap {
    width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .greeting_intro .txt_wrap {
    width: 140px;
    left: 0;
    justify-content: flex-start;
    padding-left: 15px;
  }
}
.greeting_intro .txt_wrap span {
  display: block;
}
.greeting_intro .txt_wrap .job_ttl {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .greeting_intro .txt_wrap .job_ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .greeting_intro .txt_wrap .job_ttl {
    font-size: 1.2rem;
  }
}
.greeting_intro .txt_wrap .name .txt_jp {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .greeting_intro .txt_wrap .name .txt_jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .greeting_intro .txt_wrap .name .txt_jp {
    font-size: 1.6rem;
  }
}
.greeting_intro .txt_wrap .name .txt_en {
  font-size: 1.4rem;
  color: #117283;
}
@media screen and (max-width: 768px) {
  .greeting_intro .txt_wrap .name .txt_en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .greeting_intro .txt_wrap .name .txt_en {
    font-size: 1rem;
  }
}

.greeting_section {
  display: flex;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .greeting_section {
    margin-bottom: 25px;
  }
}
.greeting_section:last-child {
  margin-bottom: 0;
}
.greeting_section::before {
  content: "";
  display: block;
  width: 1280px;
  height: 896px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 448px;
  background: #06AEE0;
  background: linear-gradient(135deg, #06aee0 0%, white 100%);
  opacity: .1;
}
.greeting_section .greeting_txt,
.greeting_section .greeting_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .greeting_section .greeting_txt,
  .greeting_section .greeting_img {
    width: 100%;
  }
}
.greeting_section .greeting_img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .greeting_section .greeting_img {
    display: none;
  }
}
.greeting_section .greeting_img .sub {
  width: 300px;
  margin-top: 50px;
}
.greeting_section .greeting_img img {
  border-radius: 10px;
}
.greeting_section:not(.rev) .greeting_img {
  padding-left: 60px;
}
.greeting_section:not(.rev) .greeting_img figure:not(.sub) {
  width: 580px;
}
@media screen and (max-width: 1330px) {
  .greeting_section:not(.rev) .greeting_img figure:not(.sub) {
    width: calc(50vw - 85px);
  }
}
.greeting_section.rev {
  flex-direction: row-reverse;
}
.greeting_section.rev .greeting_img {
  padding-right: 60px;
}
.greeting_section.rev .greeting_img figure:not(.sub) {
  position: relative;
  padding-top: 84%;
}
@media screen and (max-width: 1330px) {
  .greeting_section.rev .greeting_img figure:not(.sub) {
    padding-top: 27.82vw;
  }
}
.greeting_section.rev .greeting_img figure:not(.sub) img {
  position: absolute;
  top: 0;
  right: 0;
  width: 580px;
}
@media screen and (max-width: 1330px) {
  .greeting_section.rev .greeting_img figure:not(.sub) img {
    width: calc(45.49vw - 25px);
  }
}
@media screen and (min-width: 769px) {
  .greeting_section:nth-child(1) .greeting_img {
    padding-top: 100px;
  }
}
.greeting_section:nth-child(1)::before {
  top: 222px;
  left: 215px;
}
@media screen and (max-width: 768px) {
  .greeting_section:nth-child(1)::before {
    top: 50px;
    left: 100px;
  }
}
@media screen and (min-width: 769px) {
  .greeting_section:nth-child(2) .greeting_txt {
    padding-top: 100px;
  }
}
.greeting_section:nth-child(2)::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .greeting_section:nth-child(3) .greeting_img {
    padding-top: 180px;
  }
}
.greeting_section:nth-child(3)::before {
  top: -43px;
  left: -500px;
}
@media screen and (max-width: 768px) {
  .greeting_section:nth-child(3)::before {
    right: 50px;
    left: auto;
    top: 220px;
  }
}

.greeting_ttl {
  color: #2B96A8;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .greeting_ttl {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .greeting_img_sp {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .greeting_img_sp img {
    border-radius: 10px;
  }
}

/*================================ よくある質問 ===============================*/
.faq_dl {
  margin-bottom: 60px;
  position: relative;
}
.faq_dl:last-child {
  margin-bottom: 0;
}
.faq_dl dt {
  font-size: 2rem;
  color: #2B96A8;
  font-weight: 500;
  line-height: 1.3em;
  padding: 22px 50px 10px 45px;
  margin-top: 15px;
  position: relative;
  border-top: solid 1px #E8E8E8;
}
@media screen and (max-width: 768px) {
  .faq_dl dt {
    font-size: 1.6rem;
    padding: 16px 30px 8px 30px;
  }
}
.faq_dl dt::before {
  content: " ";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0;
  width: 40px;
  height: 40px;
  top: 12px;
  left: 0;
  background-image: url("../images/icon_faq_q.svg");
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .faq_dl dt::before {
    width: 26px;
    height: 26px;
    top: 12px;
  }
}
.faq_dl dt:first-child {
  margin-top: 0;
  border-top: 0;
}
.faq_dl dd {
  padding: 10px 15px 15px 45px;
  position: relative;
  /*display: none;*/
  background-image: url("../images/icon_faq_a.svg");
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 40px 40px;
}
@media screen and (max-width: 768px) {
  .faq_dl dd {
    font-size: 1.4rem;
    padding: 0 15px 8px 30px;
    background-position: 0 2px;
    background-size: 26px 26px;
  }
}
.faq_dl dd p {
  margin-bottom: 15px;
}
.faq_dl dd p:last-child {
  margin-bottom: 0;
}
.faq_dl dd .small_ttl {
  margin-top: 0;
}

.set {
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .set {
    display: block;
    margin-bottom: 10px;
  }
}
.set:last-child {
  margin-bottom: 0;
}
.set .ttl {
  font-weight: 600;
  width: 11em;
  padding: 3px 8px;
  background-color: #efefef;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .set .ttl {
    display: block;
    background: none;
    padding: 0;
  }
}
.set .content {
  padding: 3px 8px;
}
@media screen and (max-width: 768px) {
  .set .content {
    padding: 0;
  }
}

/*================================ オンライン相談 ===============================*/
.l-section:has(.online_target_contents) {
  overflow: hidden;
}

.online_target_contents {
  background-color: #F8F6F2;
  padding: 50px 25px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .online_target_contents {
    padding: 25px 15px 40px;
  }
}
.online_target_contents::before {
  content: "";
  display: block;
  border: solid 0 transparent;
  border-top: solid 58px #F8F6F2;
  border-left-width: 500px;
  border-right-width: 500px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .online_target_contents::before {
    border-top-width: 30px;
    border-left-width: 250px;
    border-right-width: 250px;
  }
}

.online_target_list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.online_target_list_body {
  display: flex;
  gap: 40px 3.2%;
}
@media screen and (max-width: 768px) {
  .online_target_list_body {
    flex-direction: column;
    grid-row-gap: 20px;
  }
}

.online_target_item {
  width: 31.2%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .online_target_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .online_target_item {
    display: flex;
  }
}
.online_target_item .img_wrap {
  max-width: 108px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .online_target_item .img_wrap {
    width: 80px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 400px) {
  .online_target_item .img_wrap {
    width: 50px;
  }
}
.online_target_item .txt_wrap {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .online_target_item .txt_wrap {
    text-align: left;
    width: calc(100% - 80px);
    padding-left: 15px;
  }
}
@media screen and (max-width: 400px) {
  .online_target_item .txt_wrap {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
}
.online_target_item .txt_wrap p {
  font-size: 1.5rem;
  letter-spacing: .02em;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .online_target_item .txt_wrap p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .online_target_item .txt_wrap p br {
    display: none;
  }
}

.online_target_item_ttl {
  font-size: 1.8rem;
  color: #2B96A8;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .online_target_item_ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .online_target_item_ttl {
    font-size: 1.4rem;
  }
}

.online_feature_contents {
  background-color: #E1F7F3;
  padding: 90px 25px 80px;
}
@media screen and (max-width: 768px) {
  .online_feature_contents {
    padding: 45px 15px 25px;
  }
}

.online_feature_list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .online_feature_list {
    margin-bottom: 25px;
  }
}

.online_feature_list_body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2.4%;
}
@media screen and (max-width: 1000px) {
  .online_feature_list_body {
    gap: 20px 4%;
  }
}
@media screen and (max-width: 768px) {
  .online_feature_list_body {
    grid-row-gap: 3vw;
  }
}
@media screen and (max-width: 400px) {
  .online_feature_list_body {
    flex-direction: column;
  }
}

.online_feature_item {
  text-align: center;
  width: 23.2%;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .online_feature_item {
    width: 48%;
  }
}
@media screen and (max-width: 400px) {
  .online_feature_item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.online_feature_item .img_wrap {
  max-width: 78px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .online_feature_item .img_wrap {
    width: 10.2vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 400px) {
  .online_feature_item .img_wrap {
    width: 50px;
    margin-bottom: 10px;
  }
}
.online_feature_item .txt_wrap p {
  font-size: 1.5rem;
  color: #2B96A8;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .online_feature_item .txt_wrap p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 400px) {
  .online_feature_item .txt_wrap p {
    font-size: 1.2rem;
  }
}

.online_intro_inner {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.online_now .common_area {
  border-color: #F9D9E8;
}
.online_now .flow_ttl {
  color: #000;
}
.online_now .flow_ttl .num {
  background-color: #E869A4;
}

/*================================ プライバシーポリシー ===============================*/
.contents .privacy_contents_wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contents .privacy_contents_wrap {
    margin-bottom: 25px;
  }
}

/*================================ フォーム ===============================*/
.form_area table {
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-top: solid 1px #D8D8D8;
  border-left: solid 1px #D8D8D8;
}

.form_area table tr:last-child {
  border-bottom: 0;
}

.form_area tbody th,
.form_area tbody td {
  border: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
  border-right: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
}

.form_area tbody th {
  position: relative;
  background-color: #f9f9f9;
}
.form_area tbody th .important {
  position: absolute;
  right: 15px;
  font-size: 1.3rem;
}

.form_area tbody td {
  padding-left: 15px;
}

.form_area .submit_group td {
  padding: 30px 0;
}

.form_area .sub_txt {
  color: #999;
}

.form_area .note {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .form_area tbody th {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .form_area tbody td {
    padding-top: 0;
  }

  .form_area .submit_group td {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area textarea {
  border: solid 1px #2B96A8;
  background-color: #fff;
  padding: 2px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.form_area select {
  width: 100%;
  border: solid 1px #ccc;
  line-height: 1.5em;
  padding: 2px;
}
.form_area input[type="checkbox"] {
  border-color: #ccc;
}
.form_area input[type="text"] {
  max-width: 220px;
}
.form_area input[type="email"] {
  max-width: 500px;
}
.form_area textarea {
  width: 100% !important;
  max-width: 500px;
  width: 90%;
}
.form_area input[type="submit"] {
  width: 300px;
  padding: 20px;
  background-color: #2B96A8;
  border: 0;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"] {
    max-width: none;
    width: 100%;
  }

  textarea {
    max-width: none;
    width: 100%;
  }
}
.label_group {
  display: flex;
  gap: 10px 20px;
}
@media screen and (max-width: 768px) {
  .label_group {
    flex-direction: column;
  }
}

.form_area .submit_group {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.form_area .submit_group input[name="submitBack"] + input {
  color: #2B96A8;
  background-color: #EBD6E1;
}
.form_area .submit_group .submit_btn {
  color: #fff;
  font-weight: 500;
  text-shadow: none;
  display: block;
  width: 300px;
  padding: 20px;
  background: none;
  background-color: #2B96A8;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
}
.form_area .submit_group .submit_btn:hover {
  background: none;
  background-color: #2B96A8;
  box-shadow: none;
}

/* MailFormPro 調整用 */
.contents form#mailformpro label.mfp_checked {
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.contents form#mailformpro label.mfp_not_checked {
  border: 0;
  padding: 0;
}
.contents .form_area .problem {
  background-color: #FCC;
}

body div.mfp_err {
  font-size: 1.6rem;
  background-image: none;
  padding-left: 0;
}
body .mfp_element_submit,
body .mfp_element_reset,
body .mfp_element_button,
body button.mfp_next,
body button.mfp_prev {
  color: #fff;
  font-weight: 500;
  text-shadow: none;
  background: none;
  background-color: #2B96A8;
  border: 0;
  padding: 5px 10px;
  cursor: pointer;
}
body .mfp_element_submit:hover,
body .mfp_element_reset:hover,
body .mfp_element_button:hover,
body button.mfp_next:hover,
body button.mfp_prev:hover {
  background: none;
  background-color: #2B96A8;
  box-shadow: none;
}

#mfp_overlay_inner h4 {
  margin-bottom: 8px;
}
#mfp_overlay_inner table#mfp_confirm_table tr th,
#mfp_overlay_inner table#mfp_confirm_table tr td {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #mfp_overlay_inner table#mfp_confirm_table tr th,
  #mfp_overlay_inner table#mfp_confirm_table tr td {
    font-size: 1.4rem;
  }
}

/* サンクス */
.thanks_txt {
  text-align: center;
  padding: 60px 15px 0;
  margin-bottom: 60px;
}

.thanks_txt .bld_L {
  font-size: 2rem;
}

@media screen and (max-width: 800px) {
  .thanks_txt {
    text-align: left;
  }

  .thanks_txt .common_txt {
    letter-spacing: .05em;
  }

  .thanks_txt .bld_L {
    font-size: 1.8rem;
  }
}
/* ============ 高安君追加 ============ */
/* business tip */
.column_list.num li {
  counter-increment: item;
}

.column_list.num li h4 {
  position: relative;
}

.column_list.num li h4::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2B96A8;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .column_list.num li h4::before {
    transform: translateY(-50%);
    top: 47%;
    width: 2rem;
    height: 2rem;
  }
}
.youtube_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.youtube_wrap iframe, .youtube_wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.youtube_wrap::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  background-image: url("../images/business/facility/tip/youtube_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.youtube_wrap.playing::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .youtube_wrap::before {
    width: 50px;
    height: 50px;
  }
}
/* products shoe */
.btn_area {
  display: flex;
  position: relative;
  z-index: 1;
}

.btn_area::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  background-color: #FAF9F7;
  z-index: -1;
  border-radius: 8px;
}

.btn_area .img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_area .img_wrap img {
  position: static;
  display: block;
}

.btn_area .txt_wrap {
  padding: 20px 0 20px 70px;
}

@media screen and (max-width: 768px) {
  .btn_area {
    flex-wrap: wrap;
  }

  .btn_area .img_wrap {
    margin-top: 20px;
  }

  .btn_area .txt_wrap {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .btn_area .btn_txt a {
    justify-content: flex-end;
  }
}
/* company csr */
.common_box_card_body.sdgs {
  margin-top: 100px;
}

.common_box_card_body.sdgs .img_wrap {
  width: 20%;
}

.common_box_card_body.sdgs .txt_wrap {
  width: 80%;
  padding-left: 40px;
}

.common_box_card_body.sdgs .img_wrap img {
  width: 100%;
  height: auto;
}

.contents .w625 {
  width: 625px;
}

@media screen and (max-width: 768px) {
  .common_box_card_body.sdgs .img_wrap, .common_box_card_body.sdgs .txt_wrap {
    width: 100%;
  }

  .common_box_card_body.sdgs .img_wrap {
    margin: 0 0 10px 0;
    text-align: center;
  }

  .common_box_card_body.sdgs .txt_wrap {
    margin: 0 0 30px 0;
  }

  .common_box_card_body.sdgs .txt_wrap .btn_txt a {
    justify-content: flex-end;
  }

  .contents .w625 {
    width: 100%;
  }
}
