@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;
  }
}
/*=============================== レイアウト ================================*/
/*---------- HOME SECTION TITLE ----------*/
.home_section_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 38px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home_section_ttl {
    font-size: 2rem;
  }
}
.home_section_ttl::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: 1px;
}
.home_section_ttl:last-child {
  margin-bottom: 0;
}

/* パターン2 */
.home_section_caption {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home_section_caption {
    margin-bottom: 15px;
  }
}
.home_section_caption .txt_en {
  font-size: 8.2rem;
  color: #C8F0EC;
  font-weight: 100;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home_section_caption .txt_en {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
  }
}

/* パターン3 */
.home_lead_set {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home_lead_set {
    display: block;
    margin-bottom: 30px;
  }
}
.home_lead_set .home_section_caption {
  width: 352px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home_lead_set .home_section_caption {
    width: 100%;
    margin-bottom: 15px;
  }
}
.home_lead_set .home_section_caption .txt_en {
  position: absolute;
  left: 0;
  bottom: 100%;
}
.home_lead_set .home_section_lead {
  line-height: 1.8;
  letter-spacing: .02em;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .home_lead_set .home_section_lead {
    max-width: none;
  }
}

/*---------- 共通要素 ----------*/
.inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 116px 25px 116px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 70px 25px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 45px 25px;
  }
}

/*=============================== 幸和義肢研究所について ================================*/
.home_about_contents {
  position: relative;
}
.home_about_contents::before {
  content: "";
  display: block;
  width: 1556px;
  height: 1089px;
  background-image: url("../images/home/home_about_bg.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 1556px 1089px;
  position: absolute;
  top: 64px;
  left: calc(50% - 640px);
}
@media screen and (max-width: 768px) {
  .home_about_contents::before {
    left: auto;
    right: -124px;
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .home_about_contents {
    margin-bottom: 0;
  }
}
.home_about_contents .inner {
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .home_about_contents .inner {
    padding: 150px 25px 50px;
  }
}
@media screen and (max-width: 500px) {
  .home_about_contents .inner {
    padding-top: 30vw;
  }
}
.home_about_contents .home_section_ttl {
  margin-bottom: 30px;
}

.home_about_package {
  display: flex;
  align-items: flex-end;
  margin-bottom: 33px;
}
@media screen and (max-width: 1000px) {
  .home_about_package {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home_about_package {
    margin-bottom: 0;
  }
}
.home_about_package .txt_wrap,
.home_about_package .img_wrap {
  width: 50%;
}
.home_about_package .txt_wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .home_about_package .txt_wrap {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .home_about_package .txt_wrap {
    width: 100%;
  }
}
.home_about_package .img_wrap {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .home_about_package .img_wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .home_about_package .img_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home_about_package .img_wrap {
    width: 70%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1001px) {
  .home_about_package .img_wrap img {
    width: auto;
    height: 500px;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .home_about_package .img_wrap img {
    width: auto;
    height: 500px;
    position: absolute;
    left: calc(50% - 74px);
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .home_about_package .img_wrap img {
    position: static;
    width: 190%;
    height: auto;
  }
}

.home_about_catch {
  font-size: 3.8rem;
  letter-spacing: 0;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .home_about_catch {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .home_about_catch {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}

.home_about_lead {
  font-size: 1.8rem;
  line-height: 2.5;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .home_about_lead {
    font-size: 3.6vw;
  }
}

.home_about_package_btm {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .home_about_package_btm {
    display: block;
  }
}
.home_about_package_btm .img_wrap,
.home_about_package_btm .btn_wrap {
  width: 50%;
}
.home_about_package_btm .img_wrap {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .home_about_package_btm .img_wrap {
    width: 70%;
    height: 370px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .home_about_package_btm .img_wrap {
    width: 90%;
    height: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .home_about_package_btm .img_wrap figure {
    position: relative;
    padding-top: 50%;
  }
}
.home_about_package_btm .img_wrap img {
  width: auto;
  height: 370px;
  position: absolute;
  right: -85px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .home_about_package_btm .img_wrap img {
    height: 100%;
    right: 0;
  }
}
.home_about_package_btm .btn_wrap {
  padding-top: 263px;
}
@media screen and (max-width: 1000px) {
  .home_about_package_btm .btn_wrap {
    padding-top: 0;
    width: 100%;
  }
}
.home_about_package_btm .btn_wrap .btn_wrap_inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .home_about_package_btm .btn_wrap .btn_wrap_inner {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .home_about_package_btm .btn_wrap .btn_wrap_inner {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 15px;
  }
}
.home_about_package_btm .btn_wrap .btn_more, .home_about_package_btm .btn_wrap .btn_back {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .home_about_package_btm .btn_wrap .btn_more, .home_about_package_btm .btn_wrap .btn_back {
    margin-bottom: 0;
  }
}
.home_about_package_btm .btn_wrap .btn_more:last-child, .home_about_package_btm .btn_wrap .btn_back:last-child {
  margin-bottom: 0;
}

/*=============================== 事業内容 ================================*/
.home_business_contents > .inner {
  padding-top: 126px;
  padding-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .home_business_contents > .inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home_business_contents > .inner {
    padding-top: 0;
  }
}

/*

目次用の .business_body は、
HOMEと共用するため、_base.scss に記述

*/
/*=============================== 施設紹介 ================================*/
.home_facility_contents .inner {
  padding-top: 138px;
  padding-bottom: 134px;
}
@media screen and (max-width: 1000px) {
  .home_facility_contents .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .home_facility_contents .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.home_facility_body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home_facility_body {
    display: block;
    margin-bottom: 30px;
  }
}

.home_facility_item {
  width: 49%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home_facility_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .home_facility_item:last-child {
    margin-bottom: 0;
  }
}
.home_facility_item a {
  display: block;
  color: #fff;
  min-height: 330px;
  padding: 40px 30px 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .home_facility_item a {
    padding: 20px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .home_facility_item a {
    min-height: 0;
    padding: 25px 50px 25px 25px;
  }
}
@media screen and (max-width: 400px) {
  .home_facility_item a {
    padding: 15px 50px 15px 15px;
  }
}
.home_facility_item a::before, .home_facility_item a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px 50px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .home_facility_item a::before, .home_facility_item a::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    right: 15px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.home_facility_item a::before {
  background-image: url("../images/arrow02.svg");
  z-index: 2;
}
.home_facility_item a::after {
  background-image: url("../images/arrow02_gr.svg");
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .home_facility_item a:hover::before {
    opacity: 0;
  }
  .home_facility_item a:hover::after {
    opacity: 1;
  }
}
.home_facility_item .txt_wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home_facility_item .txt_wrap .lead {
    font-size: 1.3rem;
  }
}
.home_facility_item .img_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home_facility_item .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform .5s;
}
@media screen and (min-width: 769px) {
  .home_facility_item a:hover img {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
}

.home_facility_item_ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home_facility_item_ttl {
    text-align: left;
    margin-bottom: 10px;
  }
}
.home_facility_item_ttl span {
  display: block;
}
.home_facility_item_ttl .txt_jp {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: -.02em;
  font-weight: 600;
  text-align: center;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}
@media screen and (max-width: 1000px) {
  .home_facility_item_ttl .txt_jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .home_facility_item_ttl .txt_jp {
    font-size: 1.8rem;
    text-align: left;
    display: block;
    height: auto;
    margin-bottom: 0;
  }
}
.home_facility_item_ttl .txt_en {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .02em;
}
@media screen and (max-width: 768px) {
  .home_facility_item_ttl .txt_en {
    opacity: .6;
  }
}
.home_facility_item_ttl .lead {
  font-size: 1.5rem;
  letter-spacing: .02em;
}

/*=============================== 製品紹介 ================================*/
.home_products_contents {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .home_products_contents {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.home_products_contents .inner {
  max-width: 1000px;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .home_products_contents .inner {
    padding-top: 30px;
  }
}
.home_products_contents .bg {
  background-color: #F8F6F2;
  border-radius: 10px;
  padding: 0 25px 40px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .home_products_contents .bg {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .home_products_contents .home_section_caption {
    margin-bottom: 15px;
  }
}
.home_products_contents .home_section_caption .txt_en {
  color: #EBE7DE;
}
@media screen and (min-width: 769px) {
  .home_products_contents .home_section_caption .txt_en {
    position: absolute;
    bottom: calc(100% + 16px);
    left: -6px;
  }
}
@media screen and (max-width: 768px) {
  .home_products_contents .home_section_caption .txt_en {
    color: #D8D1C1;
  }
}

.home_products_list {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home_products_list {
    margin-bottom: 30px;
  }
}

.home_products_lead {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .home_products_lead {
    margin-bottom: 30px;
  }
}

.home_products_list_body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
@media screen and (max-width: 768px) {
  .home_products_list_body {
    display: block;
  }
}

.home_products_item {
  width: 48%;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  transition: background-color .5s;
}
@media screen and (min-width: 769px) {
  .home_products_item:hover {
    background-color: #EDF4F3;
  }
}
@media screen and (max-width: 768px) {
  .home_products_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home_products_item:last-child {
    margin-bottom: 0;
  }
}
.home_products_item a {
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 15px 22px;
  transition: .5s;
}
@media screen and (min-width: 769px) {
  .home_products_item a:hover {
    color: #2B96A8;
  }
}
.home_products_item a::before, .home_products_item a::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: 22px;
  transform: translateY(-50%);
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .home_products_item a::before, .home_products_item a::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.home_products_item a::before {
  background-image: url("../images/arrow02.svg");
  z-index: 2;
}
.home_products_item a::after {
  background-image: url("../images/arrow02_gr.svg");
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .home_products_item a:hover::before {
    opacity: 0;
  }
  .home_products_item a:hover::after {
    opacity: 1;
  }
}
.home_products_item .img_wrap {
  width: 100px;
  height: 100px;
  margin-right: 25px;
}
@media screen and (max-width: 1000px) {
  .home_products_item .img_wrap {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .home_products_item .img_wrap {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}

/*=============================== EMPLOYMENT SUPPORT ================================*/
.home_employment_contents {
  padding: 0 25px 180px;
}
@media screen and (max-width: 1000px) {
  .home_employment_contents {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .home_employment_contents {
    padding-bottom: 40px;
  }
}
.home_employment_contents .inner {
  max-width: 1000px;
  padding: 75px 0 60px;
}
@media screen and (max-width: 1000px) {
  .home_employment_contents .inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_employment_contents .inner {
    padding-top: 30px;
  }
}
.home_employment_contents > .inner {
  padding-bottom: 0;
}
.home_employment_contents .bg {
  max-width: 1200px;
  background-color: #F8F6F2;
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.home_employment_contents .bg > .inner {
  padding-top: 106px;
}
@media screen and (max-width: 1000px) {
  .home_employment_contents .bg > .inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_employment_contents .bg > .inner {
    padding-top: 30px;
  }
}
.home_employment_contents .home_section_caption {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home_employment_contents .home_section_caption {
    margin-bottom: 25px;
  }
}
.home_employment_contents .home_section_caption .txt_en {
  color: #A2BDD1;
  position: absolute;
  left: -10px;
  bottom: calc(100% + 21px);
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .home_employment_contents .home_section_caption .txt_en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .home_employment_contents .home_section_caption .txt_en {
    color: #fff;
    left: 0;
    position: static;
    margin-bottom: 5px;
  }
}
.home_employment_contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/home/home_employment_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.home_employment_package {
  display: flex;
  margin-bottom: 125px;
}
@media screen and (max-width: 1000px) {
  .home_employment_package {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_employment_package {
    display: block;
  }
}
.home_employment_package .txt_wrap,
.home_employment_package .img_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .home_employment_package .txt_wrap,
  .home_employment_package .img_wrap {
    width: 100%;
  }
}
.home_employment_package .txt_wrap {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .home_employment_package .txt_wrap {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.home_employment_package .txt_wrap .lead {
  line-height: 1.8;
  letter-spacing: .02em;
}
.home_employment_package .img_wrap {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .home_employment_package .img_wrap img {
    width: auto;
    height: 512px;
    position: absolute;
    left: 0;
    top: -175px;
  }
}
@media screen and (max-width: 768px) {
  .home_employment_package .img_wrap {
    max-width: 500px;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 1000px) {
  .home_employment_package .img_wrap img {
    border-radius: 10px;
  }
}

.home_employment_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .home_employment_ttl {
    margin-bottom: 15px;
  }
}
.home_employment_ttl > span {
  font-weight: 500;
  display: block;
}
.home_employment_ttl .txt_jp {
  font-size: 2.6rem;
  color: #2B96A8;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .home_employment_ttl .txt_jp {
    font-size: 2rem;
  }
}
.home_employment_ttl .txt_en {
  font-weight: 1.5rem;
  color: #B4B4B4;
}

.home_employment_list_body {
  display: flex;
  column-gap: 4%;
}
@media screen and (max-width: 1000px) {
  .home_employment_list_body {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

.home_employment_item {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .home_employment_item {
    width: 100%;
    margin-bottom: 25px;
  }
  .home_employment_item:last-child {
    margin-bottom: 0;
  }
}
.home_employment_item a {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: .5s;
}
@media screen and (max-width: 400px) {
  .home_employment_item a {
    display: block;
  }
}
.home_employment_item a .img_wrap {
  width: 228px;
}
@media screen and (max-width: 768px) {
  .home_employment_item a .img_wrap {
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  .home_employment_item a .img_wrap {
    width: 100%;
  }
}
.home_employment_item a .txt_wrap {
  width: calc(100% - 228px);
  padding: 32px 15px 0 32px;
}
@media screen and (max-width: 768px) {
  .home_employment_item a .txt_wrap {
    width: calc(100% - 150px);
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  .home_employment_item a .txt_wrap {
    width: 100%;
  }
}
.home_employment_item a::before, .home_employment_item a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px 50px;
  position: absolute;
  right: 25px;
  bottom: 22px;
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .home_employment_item a::before, .home_employment_item a::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    right: 15px;
    bottom: 15px;
  }
}
.home_employment_item a::before {
  background-image: url("../images/arrow02.svg");
  z-index: 2;
}
.home_employment_item a::after {
  background-image: url("../images/arrow02_gr.svg");
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .home_employment_item a:hover {
    background-color: #EDF4F3;
  }
  .home_employment_item a:hover::before {
    opacity: 0;
  }
  .home_employment_item a:hover::after {
    opacity: 1;
  }
}

.home_employment_item_ttl > span {
  display: block;
  transition: color .5s;
}
.home_employment_item_ttl .txt_jp {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  a:hover .home_employment_item_ttl .txt_jp {
    color: #2B96A8;
  }
}
@media screen and (max-width: 768px) {
  .home_employment_item_ttl .txt_jp {
    font-size: 1.8rem;
  }
}
.home_employment_item_ttl .txt_en {
  font-size: 1.5rem;
  color: #B4B4B4;
  font-weight: 500;
  letter-spacing: .02em;
}
@media screen and (min-width: 769px) {
  a:hover .home_employment_item_ttl .txt_en {
    color: #2B96A8;
  }
}
@media screen and (max-width: 400px) {
  .home_employment_item_ttl .txt_en {
    font-size: 1.3rem;
    letter-spacing: -.02em;
  }
}

/*=============================== SUPPORT ================================*/
.home_support_contents {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .home_support_contents {
    margin-bottom: 100px;
  }
}
.home_support_contents::before {
  content: "";
  display: block;
  background-color: #F8F6F2;
  width: 100vw;
  height: 350px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: calc(50% - 394px);
}
@media screen and (max-width: 1050px) {
  .home_support_contents::before {
    right: 130px;
  }
}
.home_support_contents .inner {
  padding-top: 50px;
  padding-bottom: 0;
}
.home_support_contents .home_section_caption .txt_en {
  color: #EBE7DE;
}
@media screen and (max-width: 768px) {
  .home_support_contents .home_section_caption .txt_en {
    color: #D8D1C1;
  }
}

.home_support_list {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home_support_list {
    margin-bottom: 40px;
  }
}

.home_support_list_body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.2%;
}
@media screen and (max-width: 768px) {
  .home_support_list_body {
    gap: 30px 4%;
  }
}

.home_support_item {
  width: 31.2%;
}
@media screen and (max-width: 768px) {
  .home_support_item {
    width: 100%;
  }
}
.home_support_item a {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 35px 15px 25px;
  min-height: 356px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home_support_item a {
    display: flex;
    min-height: 0;
    padding: 25px 15px 25px 30px;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .home_support_item a {
    padding-left: 25px;
    padding-right: 60px;
  }
}
.home_support_item a::before, .home_support_item a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px 50px;
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .home_support_item a::before, .home_support_item a::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    bottom: auto;
    left: auto;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .home_support_item a::before, .home_support_item a::after {
    right: 15px;
  }
}
.home_support_item a::before {
  background-image: url("../images/arrow02.svg");
  z-index: 2;
}
.home_support_item a::after {
  background-image: url("../images/arrow02_gr.svg");
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .home_support_item a:hover {
    background-color: #EDF4F3;
  }
  .home_support_item a:hover::before {
    opacity: 0;
  }
  .home_support_item a:hover::after {
    opacity: 1;
  }
}
.home_support_item .img_wrap {
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .home_support_item .img_wrap {
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 400px) {
  .home_support_item .img_wrap {
    width: 50px;
    height: 50px;
  }
}

.home_support_item_ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home_support_item_ttl {
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
  }
}
.home_support_item_ttl > span {
  display: block;
  transition: .5s;
}
.home_support_item_ttl .txt_jp {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  a:hover .home_support_item_ttl .txt_jp {
    color: #2B96A8;
  }
}
@media screen and (max-width: 1000px) {
  .home_support_item_ttl .txt_jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .home_support_item_ttl .txt_jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .home_support_item_ttl .txt_jp {
    font-size: 1.6rem;
  }
}
.home_support_item_ttl .txt_en {
  font-size: 1.5rem;
  color: #B4B4B4;
}
@media screen and (min-width: 769px) {
  a:hover .home_support_item_ttl .txt_en {
    color: #2B96A8;
  }
}
@media screen and (max-width: 768px) {
  .home_support_item_ttl .txt_en {
    margin-bottom: 5px;
  }
}

/*=============================== ピックアップ ================================*/
.home_pickup_contents::before {
  content: "";
  display: block;
  background-color: #F8F6F2;
  width: 100vw;
  height: 350px;
  border-radius: 10px;
  position: absolute;
  top: -50px;
  left: calc(50% - 394px);
}
@media screen and (max-width: 1050px) {
  .home_pickup_contents::before {
    left: 130px;
  }
}
.home_pickup_contents .inner {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 130px;
}
@media screen and (max-width: 1000px) {
  .home_pickup_contents .inner {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .home_pickup_contents .inner {
    margin-bottom: 50px;
  }
}
.home_pickup_contents .home_section_caption {
  margin-bottom: 36px;
}
.home_pickup_contents .home_section_caption .txt_en {
  position: absolute;
  left: 0;
  bottom: 100%;
}

.home_pickup_list_body {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.4%;
}
@media screen and (max-width: 768px) {
  .home_pickup_list_body {
    gap: 30px 4%;
  }
}

.home_pickup_item {
  width: 23.2%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .home_pickup_item {
    width: 48%;
    height: auto;
  }
}
.home_pickup_item a {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
.home_pickup_item a .txt_wrap {
  font-size: 1.5rem;
  padding: 25px 25px 0;
}
@media screen and (max-width: 1000px) {
  .home_pickup_item a .txt_wrap {
    padding: 15px 15px 50px;
  }
}
.home_pickup_item a::before, .home_pickup_item a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 50px 50px;
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .home_pickup_item a::before, .home_pickup_item a::after {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    right: 15px;
    bottom: 15px;
  }
}
.home_pickup_item a::before {
  background-image: url("../images/arrow02.svg");
  z-index: 2;
}
.home_pickup_item a::after {
  background-image: url("../images/arrow02_gr.svg");
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .home_pickup_item a:hover {
    background-color: #EDF4F3;
  }
  .home_pickup_item a:hover::before {
    opacity: 0;
  }
  .home_pickup_item a:hover::after {
    opacity: 1;
  }
}

/*=============================== EVENT ================================*/
.home_event_contents {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .home_event_contents {
    padding: 0;
  }
}
.home_event_contents .inner {
  padding-top: 90px;
}
@media screen and (max-width: 1000px) {
  .home_event_contents .inner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .home_event_contents .inner {
    padding-top: 45px;
  }
}
.home_event_contents .bg {
  background-color: #F8F6F2;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .home_event_contents .bg {
    border-radius: 0;
  }
}
.home_event_contents .home_section_ttl {
  margin-bottom: 76px;
}
@media screen and (max-width: 1000px) {
  .home_event_contents .home_section_ttl {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .home_event_contents .home_section_ttl {
    margin-bottom: 15px;
  }
}

.home_event_maintenance_contents {
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .home_event_maintenance_contents {
    margin-bottom: 50px;
  }
}

.home_event_package a {
  display: flex;
}
.home_event_package .txt_wrap,
.home_event_package .img_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .home_event_package .txt_wrap,
  .home_event_package .img_wrap {
    width: 100%;
  }
}
.home_event_package .img_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .home_event_package .img_wrap {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .home_event_package .img_wrap img {
    width: auto;
    height: 450px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .home_event_package .img_wrap img {
    border-radius: 10px;
  }
}
.home_event_package .txt_wrap {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .home_event_package .txt_wrap {
    padding-right: 0;
  }
}
.home_event_package .txt_wrap .img_sp {
  max-width: 500px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .home_event_package .txt_wrap .img_sp img {
    border-radius: 10px;
  }
}
.home_event_package .img_wrap img {
  left: 0;
}
@media screen and (min-width: 1001px) {
  .home_event_package.rev a {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1001px) {
  .home_event_package.rev .txt_wrap {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .home_event_package.rev .img_wrap img {
    left: auto;
    right: 0;
  }
}

.home_event_catch {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .home_event_catch {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .home_event_catch {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.home_event_lead {
  line-height: 1.8;
  letter-spacing: .02em;
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .home_event_lead {
    margin-bottom: 25px;
  }
}

/*=============================== お知らせ ================================*/
.home_information_contents .home_section_caption {
  margin-top: -32px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .home_information_contents .home_section_caption {
    margin-top: 0;
  }
}
.home_information_contents .home_section_caption .txt_en {
  margin-left: -10px;
  letter-spacing: -.02em;
}
@media screen and (max-width: 768px) {
  .home_information_contents .home_section_caption .txt_en {
    margin-left: 0;
  }
}

.home_information_package {
  display: flex;
}
@media screen and (max-width: 768px) {
  .home_information_package {
    display: block;
  }
}

.home_information_head {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .home_information_head {
    width: 100%;
  }
}

.home_information_body {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  .home_information_body {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.home_information_body .btn_txt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .home_information_body .btn_txt {
    margin: 25px auto 0;
  }
}

.home_post_item {
  border-bottom: solid 1px #E0E0E0;
}
.home_post_item a {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .home_post_item a {
    display: block;
  }
}

.home_post_entry_meta {
  display: flex;
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  .home_post_entry_meta {
    margin-right: 0;
  }
}

.home_post_date {
  font-family: "Roboto", sans-serif;
  color: #6F6F6F;
  font-weight: 600;
  letter-spacing: .02em;
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  .home_post_date {
    margin-right: 14px;
  }
}

.home_post_ttl {
  transition: color .5s;
}
@media screen and (min-width: 769px) {
  a:hover .home_post_ttl {
    color: #2B96A8;
  }
}

/*=============================== 動画エリア ================================*/
.home_movie_contents {
  background-color: #F8F6F2;
  /*
  .inner {
      padding-left: 125px;
      padding-right: 125px;
  }*/
}

.home_movie_list_body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.2%;
}
@media screen and (max-width: 1000px) {
  .home_movie_list_body {
    column-gap: 4%;
  }
}
@media screen and (max-width: 768px) {
  .home_movie_list_body {
    display: block;
  }
}

.home_movie_item {
  width: 31.2%;
}
@media screen and (max-width: 1000px) {
  .home_movie_item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .home_movie_item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .home_movie_item:last-child {
    margin-bottom: 0;
  }
}
.home_movie_item a {
  display: block;
}
.home_movie_item .img_wrap {
  margin-bottom: 12px;
}

/*=============================== HOME：バナーエリア ================================*/
.home_bnr_area {
  /*
  .inner {
      padding-left: 125px;
      padding-right: 125px;
  }*/
}

.home_bnr_body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 3.2%;
}
@media screen and (max-width: 768px) {
  .home_bnr_body {
    gap: 25px 3.2%;
  }
}

.home_bnr_item {
  width: 31.2%;
}
@media screen and (max-width: 768px) {
  .home_bnr_item {
    width: 48%;
  }
}
.home_bnr_item a {
  display: block;
}

/*=============================== HOME：ANIMATION ================================*/
.bg_ring_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 2s;
}
.is-loaded .bg_ring_animation {
  opacity: 1;
}

.bg_ring_animation_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.ring {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ring:nth-child(10n - 1) {
  width: 20px;
}
.ring:nth-child(10n - 2) {
  width: 60px;
}
.ring:nth-child(10n - 3) {
  width: 88px;
}
.ring:nth-child(10n - 4) {
  width: 100px;
}
.ring:nth-child(10n - 5) {
  width: 120px;
}
.ring:nth-child(10n - 6) {
  width: 180px;
}
.ring:nth-child(10n - 7) {
  width: 220px;
}
.ring:nth-child(10n - 8) {
  width: 250px;
}
.ring:nth-child(10n - 9) {
  width: 317px;
}
.ring:nth-child(10n - 10) {
  width: 280px;
}

@keyframes ring_animation {
  0% {
    opacity: 0;
    bottom: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    bottom: 100%;
  }
}
