@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: #383838;
  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.6rem;
  }
}

_:-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;
}

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: #14328A;
  }

  .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;
}

.sp_only {
  display: none;
}

.tab_only {
  display: none;
}

.package {
  display: flex;
}

em {
  color: #FF2200;
  font-weight: 500;
}

em.gra {
  color: #14328A;
  padding: 0 5px;
  background: #DDFFE3;
  background: linear-gradient(130deg, #ddffe3 0%, #b2caff 100%);
  margin-right: 3px;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  br.tab_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 ----------*/
.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_item {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .index_nav_item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .index_nav_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
  }
}
.index_nav_item:last-child {
  margin-bottom: 0;
}
.index_nav_item::before {
  content: "";
  display: block;
  width: calc(100% - 90px);
  height: 100%;
  background-color: #495472;
  border-radius: 0 100px 0 100px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .index_nav_item::before {
    width: 100%;
    border-radius: 0 100px 0 0;
  }
}
.works .index_nav_item::before {
  display: none;
}
.anniv .index_nav_item::before {
  background-color: #fff;
}
.index_nav_item > a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  padding-left: 66px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .index_nav_item > a {
    padding-left: 33px;
  }
}
@media screen and (max-width: 768px) {
  .index_nav_item > a {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
.l-wrap .index_nav_item > a {
  text-decoration: none;
}
.works .index_nav_item > a {
  min-height: 282px;
}
@media screen and (max-width: 1000px) {
  .works .index_nav_item > a {
    min-height: 0;
  }
}
.works .index_nav_item > a::before {
  content: "";
  display: block;
  width: calc(100% - 90px);
  height: 100%;
  background-color: #E5ECF9;
  border-radius: 0 100px 0 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .works .index_nav_item > a::before {
    width: 100%;
    border-radius: 0 100px 0 0;
  }
}
.index_nav_item .txt_wrap {
  width: calc(100% - 582px);
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .index_nav_item .txt_wrap {
    width: calc(100% - 400px);
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .index_nav_item .txt_wrap {
    width: 100%;
    padding: 15px 25px 25px;
  }
}
.anniv .index_nav_item .txt_wrap {
  padding-top: 73px;
}
@media screen and (max-width: 1000px) {
  .anniv .index_nav_item .txt_wrap {
    padding-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .anniv .index_nav_item .txt_wrap {
    padding-top: 15px;
  }
}
.index_nav_item .img_wrap {
  width: 582px;
  position: relative;
  bottom: -50px;
  background-color: #fff;
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 1000px) {
  .index_nav_item .img_wrap {
    width: 400px;
    bottom: auto;
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .index_nav_item .img_wrap {
    width: 100%;
    position: static;
  }
}
.index_nav_item .img_wrap img {
  border-radius: 0 100px 0 100px;
  transition: opacity .5s;
}
@media screen and (max-width: 768px) {
  .index_nav_item .img_wrap img {
    border-radius: 0 100px 0 0;
  }
}
@media screen and (min-width: 1001px) {
  .works .index_nav_item .img_wrap {
    position: absolute;
    bottom: auto;
    top: 50px;
    right: 0;
  }
}
.anniv .index_nav_item .img_wrap {
  bottom: -80px;
}
.index_nav_item.rev::before {
  left: auto;
  right: 0;
}
.index_nav_item.rev a {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 66px;
}
@media screen and (max-width: 768px) {
  .index_nav_item.rev a {
    flex-direction: column-reverse;
    padding-right: 0;
  }
}
.index_nav_item.rev .txt_wrap {
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .index_nav_item.rev .txt_wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.index_nav_item.half {
  width: 49%;
}
.index_nav_item.half::before {
  width: 100%;
  border-radius: 0 100px 0 0;
}
.index_nav_item.half a {
  flex-direction: column-reverse;
  padding-left: 0;
}
.index_nav_item.half .txt_wrap {
  width: 100%;
  padding: 15px 25px 25px;
}
.index_nav_item.half .img_wrap {
  width: 100%;
  position: static;
  border-radius: 0 100px 0 0;
}
.index_nav_item.half .img_wrap img {
  border-radius: 0 100px 0 0;
}
.index_nav_item .btn_mini {
  border-color: #fff;
  margin-left: auto;
  width: 77px;
  height: 58px;
  transition: background-color .5s;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .index_nav_item .btn_mini {
    margin-left: 0;
  }
}
.works .index_nav_item .btn_mini, .anniv .index_nav_item .btn_mini {
  border-color: #14328A;
}
.index_nav_item .btn_mini::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/arrow01.svg");
}
@media screen and (max-width: 768px) {
  .index_nav_item .btn_mini::before {
    background-image: url("../images/arrow01_wh.svg");
  }
}
.works .index_nav_item .btn_mini::before, .anniv .index_nav_item .btn_mini::before {
  background-image: url("../images/arrow01_wh.svg");
}
@media screen and (max-width: 768px) {
  .works .index_nav_item .btn_mini::before, .anniv .index_nav_item .btn_mini::before {
    background-image: url("../images/arrow01.svg");
  }
}
.index_nav_item .btn_mini::after {
  background-image: url("../images/arrow01_wh.svg");
}
.works .index_nav_item .btn_mini::after, .anniv .index_nav_item .btn_mini::after {
  background-image: url("../images/arrow01.svg");
}
@media screen and (min-width: 769px) {
  .index_nav_item a:hover .btn_mini {
    background-color: #fff;
  }
  .index_nav_item a:hover .btn_mini::after {
    opacity: 0;
  }
  .works .index_nav_item a:hover .btn_mini, .anniv .index_nav_item a:hover .btn_mini {
    background-color: #14328A;
  }
  .index_nav_item a:hover .img_wrap img {
    opacity: .6;
  }
}
.index_nav_item .ribbon {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: .04em;
  font-weight: 600;
  line-height: 1;
  min-width: 155px;
  position: absolute;
  left: -8px;
  top: 23px;
  background-color: #AA9523;
}
@media screen and (max-width: 1000px) {
  .index_nav_item .ribbon {
    font-size: 1.6rem;
    top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .index_nav_item .ribbon {
    position: static;
    display: inline-block;
    margin-bottom: 5px;
  }
}
.index_nav_item .ribbon .innr {
  display: block;
  position: relative;
  padding: 10px 30px 12px;
}
@media screen and (max-width: 1000px) {
  .index_nav_item .ribbon .innr {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .index_nav_item .ribbon .innr {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.index_nav_item .ribbon .innr::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-right: 0;
  border-left-color: #7C6C11;
  position: absolute;
  left: 3px;
  top: calc(100% - 4px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .index_nav_item .ribbon .innr::before {
    display: none;
  }
}

.index_nav_item_label {
  font-size: 2.8rem;
  color: #DBE4F7;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .index_nav_item_label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index_nav_item_label {
    font-size: 2.2rem;
  }
}
.works .index_nav_item_label {
  color: #14328A;
}
.works .index_nav_item_label::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url("../images/bullet01_gr.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 27px 27px;
  position: absolute;
  left: -27px;
  top: -27px;
}
@media screen and (max-width: 1000px) {
  .works .index_nav_item_label::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    left: -16px;
    top: -6px;
  }
}
.anniv .index_nav_item_label {
  color: #14328A;
}

.index_nav_item_copy {
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .index_nav_item_copy {
    margin-bottom: 10px;
  }
}
.contents .index_nav_item_copy p {
  margin-bottom: 0;
}
.works .index_nav_item_copy, .anniv .index_nav_item_copy {
  color: #383838;
}

/*---------- btn ----------*/
.btn_more, .btn_back {
  max-width: 266px;
  width: 100%;
  margin: 0 auto;
}
.btn_more a, .btn_back a, .btn_more.nolink, .nolink.btn_back {
  color: #14328A;
  letter-spacing: .02em;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 58px;
  padding-left: 28px;
  padding-right: 34px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  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;
  }
}
.contents .btn_more a, .contents .btn_back a {
  color: #14328A;
  text-decoration: none;
}
.btn_more a::before, .btn_back a::before, .btn_more.nolink::before, .nolink.btn_back::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 10px;
  transition: all .5s;
  z-index: 2;
}
.btn_more a::after, .btn_back a::after, .btn_more.nolink::after, .nolink.btn_back::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow01_wh.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 10px;
  transition: opacity .5s;
  opacity: 0;
}
@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: #14328A;
  }
  .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.border a, .border.btn_back a {
  border: solid 1px #14328A;
}
.btn_more.blank.nolink, .blank.nolink.btn_back,
.btn_more.blank a,
.blank.btn_back a {
  border-radius: 0;
}
.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");
}
.index_nav_item .btn_more.blank.nolink, .index_nav_item .blank.nolink.btn_back {
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .index_nav_item .btn_more.blank.nolink, .index_nav_item .blank.nolink.btn_back {
    margin-right: auto;
  }
}
.index_nav_item .btn_more.blank.nolink::before, .index_nav_item .blank.nolink.btn_back::before {
  background-image: url("../images/icon_blank_wh.svg");
}
.index_nav_item .btn_more.blank.nolink::after, .index_nav_item .blank.nolink.btn_back::after {
  background-image: url("../images/icon_blank_bl.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.large, .large.btn_back {
  max-width: 480px;
}
.btn_more.large a, .large.btn_back a {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 180px;
  padding-left: 67px;
  padding-right: 67px;
  border-radius: 0 100px 0 100px;
}
.btn_more.large a::before, .large.btn_back a::before, .btn_more.large a::after, .large.btn_back a::after {
  width: 77px;
  height: 58px;
  border: solid 2px #14328A;
  background-position: center;
  border-radius: 30px;
  right: 47px;
}
.btn_more.large a::after, .large.btn_back a::after {
  border-color: #fff;
}
.btn_more.large .label, .large.btn_back .label {
  display: flex;
  align-items: center;
}
.btn_more.large .label::after, .large.btn_back .label::after {
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
  margin-left: 18px;
}
.btn_more.contact a, .contact.btn_back a {
  padding: 0;
  justify-content: center;
}
.btn_more.contact a::before, .contact.btn_back a::before, .btn_more.contact a::after, .contact.btn_back a::after {
  display: none;
}
@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.contact span, .contact.btn_back span {
  display: block;
  position: relative;
  padding-left: 34px;
}
.btn_more.contact span::before, .contact.btn_back span::before, .btn_more.contact span::after, .contact.btn_back span::after {
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 26px 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 1px;
  transition: opacity .5s;
}
.btn_more.contact span::before, .contact.btn_back span::before {
  background-image: url("../images/icon_mail.svg");
  z-index: 2;
}
.btn_more.contact span::after, .contact.btn_back span::after {
  background-image: url("../images/icon_mail_wh.svg");
  opacity: 0;
  z-index: 1;
}

.btn_mini {
  width: 55px;
  height: 40px;
}
a .btn_mini, .btn_mini a {
  font-size: 0;
  color: #14328A;
  display: flex;
  align-items: center;
  position: relative;
  width: 55px;
  height: 40px;
  text-indent: 50%;
  white-space: nowrap;
  overflow: hidden;
  border: solid 1px #14328A;
  border-radius: 30px;
}
a .btn_mini::after,
.btn_mini a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 10px;
  transition: all .5s;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contents a .btn_mini,
.contents .btn_mini a {
  color: #383838;
  text-decoration: none;
}

.btn_more_group {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .btn_more_group {
    display: block;
  }
}
@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;
  }
}

/*=============================== レイアウト ================================*/
.l-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.l-mainvisual {
  width: 100%;
}

.l-main {
  position: relative;
  z-index: 2;
  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: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header_inner {
  height: 114px;
  padding-right: 90px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .header_inner {
    height: 50px;
    padding: 0 25px;
  }
}

/*---------- ロゴ ----------*/
.header_logo {
  width: 143px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .header_logo {
    width: 100px;
    bottom: -1px;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 120px;
  }
}

/*=============================== メインビジュアル ===============================*/
.kv {
  position: relative;
  z-index: 3;
  margin-top: 114px;
}
body:not(.is-home) .kv {
  height: 250px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1000px) {
  body:not(.is-home) .kv {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.is-home) .kv {
    height: 200px;
  }
}
.is-home .kv {
  height: 638px;
  padding-right: 90px;
}
@media screen and (max-width: 1000px) {
  .is-home .kv {
    margin-top: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .is-home .kv {
    aspect-ratio: 2 / 1;
    width: auto;
    height: auto;
    min-height: 200px;
    padding-right: 0;
  }
}
.kv_inner {
  height: 100%;
  position: relative;
}
body:not(.is-home) .kv_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.is-home .kv_inner {
  z-index: 2;
}

/*----- KV CONTENTS -----*/
.kv_contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.kv_contents_inner {
  height: 100%;
  position: relative;
}

/*----- NEWS TICKER -----*/
.news_ticker {
  width: 613px;
  position: absolute;
  right: 100px;
  bottom: -14px;
  background: #ABC4E6;
  background: linear-gradient(90deg, #abc4e6 0%, #f3f2fb 50%, #ecdfff 100%);
  border-radius: 0 36px 0 36px;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .news_ticker {
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .news_ticker {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    top: -50px;
    padding-top: 50px;
    border-radius: 0;
    z-index: 1;
  }
}

.news_ticker_set {
  display: flex;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .news_ticker_set {
    height: 70px;
    display: block;
    padding-left: 25px;
    padding-top: 14px;
    padding-right: 25px;
    position: relative;
  }
}

.news_ticker_head {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #14328A;
  font-style: italic;
  width: 107px;
  height: 27px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .news_ticker_head {
    height: 1em;
    line-height: 1;
    padding-left: 0;
  }
}

.news_ticker_body {
  width: calc(100% - 107px);
  height: 27px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news_ticker_body {
    width: 100%;
  }
}
.news_ticker_body .item a {
  color: #14328A;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.news_date {
  font-size: 1.1rem;
  letter-spacing: .02em;
  line-height: 27px;
  width: 74px;
}

.news_label {
  font-size: 1.2rem;
  line-height: 27px;
  white-space: nowrap;
  display: block;
  width: calc(100% - 74px);
}

.news_list {
  width: calc(100% - 90px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .news_list {
    width: 100%;
  }
}

.btn_more_news {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .btn_more_news {
    position: absolute;
    right: 25px;
    top: 12px;
    width: auto;
  }
}
.btn_more_news a {
  font-size: 1.2rem;
  color: #14328A;
  letter-spacing: .06em;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.btn_more_news a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 10px;
  margin-left: 7px;
  position: relative;
  bottom: -1px;
}

/*----- KV SLIDE -----*/
.kv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
body:not(.is-home) .kv_slide {
  width: calc(100vw - 283px);
  left: 283px;
}
@media screen and (min-width: 1151px) {
  body:not(.is-home) .kv_slide {
    width: calc(50vw + 267px);
    left: calc(50% - 267px);
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  body:not(.is-home) .kv_slide {
    width: calc(100vw - 45px);
    left: 45px;
  }
}

.kv_slide_inner {
  height: 100%;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv_slide_inner {
    border-radius: 0 50px 0 50px;
  }
}
body:not(.is-home) .kv_slide_inner {
  position: relative;
  border-radius: 0 0 0 100px;
}

.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/slide_common.jpg");
}
.is-home .kv_slide_item {
  width: 100% !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .is-home .kv_slide_item:nth-child(1) {
    background-image: url("../images/slide01_sp.jpg") !important;
  }
  .is-home .kv_slide_item:nth-child(2) {
    background-image: url("../images/slide02_sp.jpg") !important;
  }
  .is-home .kv_slide_item:nth-child(3) {
    background-image: url("../images/slide03_sp.jpg") !important;
  }
}
.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::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: url("../images/kv_slide_inner_bg.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 34px 100%;
  z-index: 2;
  mix-blend-mode: multiply;
}
body:not(.is-home) .kv_slide_item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 0 100px;
  opacity: .7;
}
.is-policy .kv_slide_item {
  background-image: url("../images/slide_policy.jpg");
}
.is-works .kv_slide_item {
  background-image: url("../images/slide_works.jpg");
}
.is-project .kv_slide_item {
  background-image: url("../images/slide_project.jpg");
}
.is-csr .kv_slide_item {
  background-image: url("../images/slide_csr.jpg");
}
.is-company .kv_slide_item {
  background-image: url("../images/slide_company.jpg");
}
.is-contact .kv_slide_item {
  background-image: url("../images/slide_contact.jpg");
}

.kv_catch {
  position: absolute;
  bottom: 60px;
  left: 44px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .kv_catch {
    bottom: 4.81vw;
    left: 3.26vw;
  }
}
.kv_catch .catch_en {
  width: 493px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  margin-bottom: 23px;
}
@media screen and (max-width: 1000px) {
  .kv_catch .catch_en {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .kv_catch .catch_en {
    width: 45vw;
    margin-bottom: 3vw;
  }
}
.kv_catch .catch_jp {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: .18em;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 1000px) {
  .kv_catch .catch_jp {
    font-size: 1.8rem;
    letter-spacing: .1em;
  }
}
@media screen and (max-width: 768px) {
  .kv_catch .catch_jp {
    font-size: 2.34vw;
  }
}

.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: #14328A;
}

/*----- SCROLL BUTTON -----*/
.home_scroll {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 20px;
  transform: translateY(-25%);
  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: #14328A;
  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% + 48px);
}

.home_scroll_bar {
  width: 1px;
  height: 176px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.home_scroll_bar_inner {
  position: absolute;
  top: -70px;
  left: 0;
  background: #2E3185;
  background: linear-gradient(180deg, #2e3185 0%, #791f85 15%, #ff8cff 50%, #791f85 85%, #2e3185 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);
  }
}
/*
@keyframes scroll_sp {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 190px);
  }
}*/
/*---------- メインビジュアル（下層ページ） ----------*/
.page_ttl {
  color: #14328A;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page_ttl {
    font-size: 1.4rem;
    background-color: #fff;
    padding: 20px 50px 20px 25px;
    border-radius: 0 0 50px 0;
  }
}
.page_ttl::before {
  content: attr(data-en);
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 5.3rem;
  color: #9EB2DD;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .page_ttl::before {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }
}

/*---------- メインナビ ----------*/
.main_nav_outer {
  display: flex;
  align-items: center;
}

.main_nav_wrap {
  display: flex;
}

.main_lang_group {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

.main_nav_body {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 1300px) {
  .main_nav_body {
    column-gap: 20px;
  }
}

.main_nav_item > a {
  color: #383838;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  display: block;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .main_nav_item > a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .main_nav_item > a:hover {
    color: #14328A;
  }
}
.main_nav_item > a::before {
  content: attr(data-en);
  display: block;
  font-size: 1.1rem;
  color: #14328A;
}
@media screen and (min-width: 1001px) {
  .main_nav_item > a .icon_blank {
    background-image: url("../images/icon_blank_bk.svg");
  }
}
.main_nav_item.act > a {
  color: #14328A;
}
@media screen and (min-width: 1001px) {
  .main_nav_item.act > a::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-image: url("../images/bullet01.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 9px 9px;
    position: absolute;
    left: 50%;
    top: calc(100% + 3px);
    margin-left: -4px;
  }
}
@media screen and (max-width: 768px) {
  .main_nav_item.act > a {
    background-color: #F0F4FB;
  }
}

/*---------- 言語 ----------*/
.lang_nav {
  width: 44px;
  margin-left: 30px;
}
@media screen and (max-width: 1300px) {
  .lang_nav {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .lang_nav {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

.lang_nav_body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .lang_nav_body {
    column-gap: 20px;
  }
}

.lang_nav_item {
  position: relative;
}
.lang_nav_item a {
  color: #CCC;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .02em;
  display: block;
}
.lang_nav_item.act a {
  color: #383838;
}
.lang_nav_item.act::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-image: url("../images/bullet01_bk.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 9px 9px;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
}

/*---------- お問い合わせボタン ----------*/
.contact_btn {
  width: 245px;
  margin-left: 30px;
}
@media screen and (max-width: 1300px) {
  .contact_btn {
    width: 180px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .contact_btn {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact_btn a {
  font-size: 1.4rem;
  color: #14328A;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  background: #ABC4E6;
  background: linear-gradient(90deg, #abc4e6 0%, #f3f2fb 49%, #ecdfff 100%);
  border-radius: 30px;
}
@media screen and (max-width: 1300px) {
  .contact_btn a {
    font-size: 1.2rem;
  }
}
.contact_btn a::before {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  background-image: url("../images/icon_mail.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 13px;
  margin-right: 5px;
  position: relative;
  bottom: -1px;
}

@media screen and (max-width: 1000px) {
  #mainNav,
  .main_nav_wrap {
    display: none;
  }

  #mainNavOverWrap {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.3);
    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: #14328A;
    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;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    overflow: auto;
    height: calc(100% - 60px);
  }

  .main_lang_group {
    display: block;
  }

  .main_nav {
    width: 100%;
    padding-top: 25px;
    margin-bottom: 30px;
  }

  .main_nav_body {
    display: block;
    border-top: solid 1px #e3e3e3;
  }

  .main_nav_item {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #e3e3e3;
  }
  .main_nav_item a {
    color: #14328A;
    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 #14328A;
    border-right: solid 2px #14328A;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
}
/*=============================== FOOTER ===============================*/
.footer {
  width: 100%;
  /*overflow: hidden;*/
  position: relative;
  z-index: 3;
  background-color: #A0ABC6;
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 0;
  }
}
.footer .telto a {
  color: #333;
}

.footer_inner,
.footer_sitemap_body {
  max-width: 1150px;
  margin: 0 auto;
}

/*----- footer main -----*/
/*----- FOOTER CONTACT -----*/
.footer_contact_area {
  background-image: url("../images/fog_bg.jpg");
  background-repeat: repeat;
  background-position: center 0;
  background-size: cover;
  height: 392px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .footer_contact_area {
    height: auto;
    padding: 25px 25px 25px;
  }
}

.footer_contact_package {
  display: flex;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .footer_contact_package {
    display: block;
    background: #D0DEF2;
    background: linear-gradient(245deg, #d0def2 0%, #d1dff2 30%, #f3f2fb 60%, #fbf8ff 80%, #fff7ff 100%);
    border-radius: 0 50px 0 50px;
  }
}

.footer_contact_head,
.footer_contact_body {
  width: 50%;
  height: 384px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .footer_contact_head,
  .footer_contact_body {
    width: calc(100% - 25px);
    height: auto;
    padding: 50px 25px;
    border-radius: 0;
  }
}

.footer_contact_head {
  background: #D0DEF2;
  background: linear-gradient(245deg, #d0def2 0%, #d1dff2 30%, #f3f2fb 60%, #fbf8ff 80%, #fff7ff 100%);
  margin-top: -270px;
}
@media screen and (max-width: 768px) {
  .footer_contact_head {
    margin-top: 0;
    background: none;
    padding-bottom: 0;
  }
}

.footer_contact_label {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .footer_contact_label {
    margin-bottom: 15px;
  }
}
.footer_contact_label span {
  color: #14328A;
  text-align: center;
  line-height: 1;
  display: block;
}
.footer_contact_label .txt_en {
  font-family: "Roboto", sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .footer_contact_label .txt_en {
    font-size: 3.5rem;
  }
}
.footer_contact_label .txt_jp {
  font-size: 1.3rem;
  font-weight: 500;
  position: relative;
}
.footer_contact_label .txt_jp::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/bullet01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 15px 15px;
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}

.footer_contact_lead {
  color: #14328A;
  text-align: center;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .footer_contact_lead {
    font-size: 1.4rem;
  }
}

.footer_contact_body {
  background: #D0DEF2;
  background: linear-gradient(45deg, #d0def2 0%, #d1dff2 30%, #f3f2fb 60%, #fbf8ff 80%, #fff7ff 100%);
  margin-top: -176px;
}
@media screen and (max-width: 768px) {
  .footer_contact_body {
    margin-top: 0;
    background: none;
  }
}

.footer_contact_tel {
  color: #14328A;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer_contact_tel {
    margin-bottom: 15px;
  }
}
.footer_contact_tel .num {
  font-family: "Roboto", sans-serif;
  font-size: 4.3rem;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .footer_contact_tel .num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 400px) {
  .footer_contact_tel .num {
    font-size: 2.6rem;
  }
}
.footer_contact_tel .num::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 30px;
  background-image: url("../images/icon_tel.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 27px 30px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .footer_contact_tel .num::before {
    width: 18px;
    height: 20px;
    background-size: 18px 20px;
  }
}
.footer_contact_tel .note {
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .footer_contact_tel .note {
    font-size: 1.4rem;
  }
}

/*----- FOOTER SITEMAP -----*/
.footer_sitemap {
  letter-spacing: .01em;
  background-color: #fff;
  padding-top: 100px;
  padding-right: 90px;
  padding-left: 90px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    border-top: solid 1px #e3e3e3;
  }
}

.footer_sitemap_body {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .footer_sitemap_body {
    flex-wrap: wrap;
    grid-row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap_body {
    display: block;
  }
}

.footer_sitemap_item:nth-child(1) {
  width: 21%;
}
.footer_sitemap_item:nth-child(2) {
  width: 22%;
}
.footer_sitemap_item:nth-child(3) {
  width: 27%;
}
.footer_sitemap_item:nth-child(4) {
  width: 15%;
}
.footer_sitemap_item:nth-child(5) {
  width: 15%;
}
@media screen and (max-width: 1000px) {
  .footer_sitemap .footer_sitemap_item {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap .footer_sitemap_item {
    width: 100%;
  }
}

@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.4rem;
  color: #383838;
  display: block;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_list_item a {
    padding: 15px 25px;
  }
}
.footer_sitemap_list_item a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #383838;
  border-right: solid 1px #383838;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -2px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_list_item a::before {
    left: auto;
    right: 25px;
  }
}

.footer_sitemap_label {
  white-space: nowrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_label {
    margin-bottom: 0;
    border-bottom: solid 1px #e3e3e3;
    /*background-color: #E9EEFA;*/
    background-color: #F0F4FB;
  }
}
.footer_sitemap_label a {
  color: #14328A;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_label a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    position: relative;
  }
}
.footer_sitemap_label a::before {
  font-size: 1.1rem;
  content: attr(data-en);
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .footer_sitemap_label a::before {
    font-weight: 200;
    order: 2;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_sitemap_label a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #14328A;
    border-right: solid 1px #14328A;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 28px;
    top: 50%;
  }
}
.footer_sitemap_item:nth-child(5) .footer_sitemap_wrap:last-child .footer_sitemap_label {
  margin-bottom: 0;
}

/*----- FOOTER MAIN BOTTOM -----*/
.footer_main_bottom {
  border-radius: 0 0 134px 134px;
  background: #EFF5FF;
  background: linear-gradient(0deg, #eff5ff 0%, #f3f2fb 40%, #fbf8ff 60%, white 100%);
  padding: 54px 90px 55px;
}
@media screen and (max-width: 768px) {
  .footer_main_bottom {
    border-radius: 0;
    padding: 50px 25px 25px;
  }
}

.footer_main_package {
  margin-bottom: 105px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer_main_package {
    display: block;
    margin-bottom: 50px;
  }
}

.footer_logo {
  width: 234px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    width: 180px;
    margin-bottom: 25px;
  }
}
.footer_logo a {
  display: block;
}

.vcard_label {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .vcard_label {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.office_list {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .office_list {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.office_list_body {
  display: flex;
  column-gap: 77px;
}
@media screen and (max-width: 1300px) {
  .office_list_body {
    column-gap: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .office_list_body {
    flex-direction: column;
    grid-row-gap: 25px;
  }
}

.office_item {
  line-height: 2;
  letter-spacing: .04em;
  white-space: nowrap;
}
@media screen and (max-width: 1300px) {
  .office_item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .office_item_label {
    font-weight: 500;
  }
}

.btn_robotics {
  width: 100%;
  max-width: 266px;
}
@media screen and (max-width: 768px) {
  .btn_robotics {
    margin-left: auto;
    margin-right: auto;
  }
}
.btn_robotics a {
  font-size: 1.4rem;
  color: #14328A;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 30px;
  border: solid 1px #14328A;
  position: relative;
  transition: color .5s,background-color .5s;
}
@media screen and (min-width: 769px) {
  .btn_robotics a:hover {
    color: #fff;
    background-color: #14328A;
  }
}
.btn_robotics a::before, .btn_robotics a::after {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 21px 18px;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  transition: opacity .5s;
}
.btn_robotics a::before {
  background-image: url("../images/icon_blank.svg");
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .btn_robotics a:hover::before {
    opacity: 0;
    margin-left: -30px;
  }
}
.btn_robotics a::after {
  background-image: url("../images/icon_blank_wh.svg");
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .btn_robotics a:hover::after {
    opacity: 1;
  }
}

/*--- sns ---*/
.footer_sns_body {
  display: flex;
  justify-content: center;
  column-gap: 26px;
}

.footer_sns_item {
  width: 30px;
  height: 30px;
}

/*----- FOOTER FOOT -----*/
.footer_foot {
  padding: 60px 90px 40px;
}
@media screen and (max-width: 768px) {
  .footer_foot {
    padding: 0;
  }
}

.footer_foot_inner {
  max-width: 1150px;
  margin: 0 auto;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_foot_inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .footer_sub_nav {
    width: 100%;
    border-top: solid 1px #383838;
  }
}

.footer_sub_nav_body {
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer_sub_nav_body {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer_sub_nav_item {
    border-bottom: solid 1px #383838;
  }
}
.footer_sub_nav_item a {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: .04em;
}
@media screen and (min-width: 769px) {
  .footer_sub_nav_item a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .footer_sub_nav_item a {
    display: block;
    padding: 15px 25px;
    position: relative;
  }
  .footer_sub_nav_item a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #383838;
    border-right: solid 1px #383838;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 28px;
    top: 50%;
  }
}

/*----- COPYRIGHT -----*/
.copyright {
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  white-space: nowrap;
}
@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: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s;
  width: 60px;
}
.page_nav_group a {
  font-size: 1rem;
  color: #14328A;
  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 {
  line-height: 1.2;
  padding-top: 26px;
}
@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: 12px;
  height: 12px;
  border-top: solid 2px #14328A;
  border-right: solid 2px #14328A;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .page_nav_pagetop a::before {
    top: 10px;
  }
}

.page_nav_home a {
  padding-top: 9px;
}
@media screen and (max-width: 768px) {
  .page_nav_home a {
    padding-top: 5px;
  }
}
.page_nav_home a::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../images/page_nav_home.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin: 0 auto 3px;
}
@media screen and (max-width: 768px) {
  .page_nav_home a::before {
    width: 20px;
    height: 20px;
  }
}

/*=============================== side bar ===============================*/
.container {
  width: 100%;
  max-width: 1150px;
  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: #14328A;
  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 #14328A;
  }
}
@media screen and (min-width: 769px) {
  .side_menu_item > a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/arrow01.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 10px 10px;
    transition: all .5s;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .side_menu_item > a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #14328A;
    border-right: solid 2px #14328A;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 769px) {
  .side_menu_item > a:hover {
    color: #383838;
    background-color: #FFF7F7;
  }
  .side_menu_item > a:hover::before {
    margin-right: -5px;
  }
}
.side_menu_item.act > a {
  color: #14328A;
  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 #14328A;
  border-right: solid 2px #14328A;
  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: #14328A;
  }
  .side_sub_menu_item > a:hover::after {
    border-color: #14328A;
  }
}
.side_sub_menu_item.act a {
  color: #14328A;
  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: #14328A;
}
.side_sub_menu_item.act a::after {
  border-color: #14328A;
}

.side_ttl {
  font-weight: 500;
  text-align: center;
  border-top: solid 1px #DFDFDF;
  position: relative;
}
.side_ttl a {
  color: #383838;
  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: 38px;
  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: 26px;
  height: 26px;
  background-image: url("../images/cross01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: .95em;
  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;
}

.post_entry_meta {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post_entry_meta {
    margin-right: 0;
    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: #383838;
  display: block;
}
@media screen and (min-width: 769px) {
  .contents .post_ttl a:hover {
    color: #14328A;
  }
}

/*---------- WordPress／side bar ----------*/
.side_ttl_info {
  font-weight: 500;
  text-align: center;
  padding: 18px 0 15px;
  background: #EFF5FF;
  background: linear-gradient(90deg, #eff5ff 0%, #f3f2fb 40%, #fbf8ff 60%, #faf5ff 100%);
  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: #14328A;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 5px;
}

/*----- カテゴリ -----*/
.archive_list.category a {
  font-size: 1.6rem;
  display: inline-flex;
  /*公開時*/
  pointer-events: none;
}
.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;
  /*公開時*/
  pointer-events: none;
}

.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%;
  border: solid 1px #E8E8E8;
  background-color: #ddd;
  min-width: 130px;
  /*
  &.news,
  &.news > a {background-color: #FFFF89; color: $black; border-color: #E8E8E8;}
  &.recruit,
  &.recruit > a {background-color: #B1E0D9; color: $black;}
  */
  /*公開時*/
}
@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: #14328A;
  text-decoration: none;
  line-height: 1.5;
  background-color: #EAEFF8;
  display: block;
  width: 100%;
  padding: 5px 8px;
  transition: opacity .5s;
}
@media screen and (max-width: 350px) {
  a .cat_list .cat,
  .cat_list .cat a {
    font-size: 1.2rem;
  }
}
.is-home .cat_list .cat, .common_post_list .cat_list .cat {
  margin-bottom: 10px;
}
.cat_list .cat a {
  pointer-events: none;
}

.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 h1,
.entry_body h2 {
  font-size: 2.2rem;
  color: #14328A;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 8px 25px 12px 50px;
  position: relative;
  background: #DBE8FD;
  background: linear-gradient(90deg, #dbe8fd 0%, #f3f2fb 40%, #fbf8ff 70%, #eff3ff 100%);
  border-radius: 0 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .entry_body h1,
  .entry_body h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 8px 25px 12px 25px;
    border-radius: 0 20px 0 20px;
  }
}

.entry_body h3 {
  font-size: 2.2rem;
  color: #14328A;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 8px 25px 12px 50px;
  position: relative;
  background: #DBE8FD;
  background: linear-gradient(90deg, #dbe8fd 0%, #f3f2fb 40%, #fbf8ff 70%, #eff3ff 100%);
  border-radius: 0 40px 0 40px;
}
@media screen and (max-width: 768px) {
  .entry_body h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 8px 25px 12px 25px;
    border-radius: 0 20px 0 20px;
  }
}

.entry_body h4 {
  font-size: 2rem;
  color: #14328A;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 28px;
  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 h4::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/bullet02.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  position: absolute;
  left: 0;
  top: .9em;
  transform: translateY(-50%);
}

.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 a {
  color: #14328A;
  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: #14328A;
}

.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 .column_list {
  padding-left: 0;
  margin: 0 0 30px;
  list-style: none;
}
.entry_body .column_list li img {
  width: 100%;
}

/*----- 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;
  /*公開時*/
  pointer-events: 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: #383838;
  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: #14328A;
    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: #383838;
  text-decoration: none;
}
.pager_body .pager_item a:hover {
  color: #14328A;
}
.pager_item .txt_wrap {
  position: relative;
}
.pager_item .txt_wrap::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 10px;
  transition: all .5s;
  z-index: 2;
}
.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 #14328A;
}

@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"],
.entry_body li a[target="_blank"] {
  padding: 0px 20px 0px 0px;
  background-image: url(../images/icon_blank_red.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;
}

.icon_download {
  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;
}

/*=============================== アニメーション ================================*/
/*
* アニメーション／ベース
*/
.animated {
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-delay: .5s;
}

/*
* アニメーション／スタイル
*/
.js-inview-item {
  opacity: 0;
}

.is-loaded .js-inview-item {
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  animation-delay: .5s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*=============================== レイアウト ================================*/
/*---------- HOME SECTION TITLE ----------*/
.home_section_caption {
  color: #14328A;
  line-height: 1;
}
.home_section_caption .txt_en {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  display: block;
}
.home_section_caption:not(.lines) .txt_en {
  font-size: 18.8rem;
  color: #DBE4F7;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .home_section_caption:not(.lines) .txt_en {
    font-size: 7.5rem;
    margin-bottom: 9px;
  }
}
.home_section_caption .lead_set {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .home_section_caption .lead_set {
    display: block;
  }
}
.home_section_caption.lines {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .home_section_caption.lines {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .home_section_caption.lines {
    margin-bottom: 30px;
  }
}
.home_section_caption.lines .ttl_wrap {
  margin-left: 20px;
  margin-right: 20px;
}
.home_section_caption.lines .txt_en {
  font-size: 4.3rem;
}
@media screen and (max-width: 768px) {
  .home_section_caption.lines .txt_en {
    font-size: 3rem;
  }
}
.home_section_caption.lines::before, .home_section_caption.lines::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B6C0DD;
}

.home_section_ttl {
  font-weight: 500;
  position: relative;
}
.home_section_caption:not(.lines) .home_section_ttl {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.home_section_caption:not(.lines) .home_section_ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/bullet01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px;
  margin-right: 8px;
}
.lead_set .home_section_ttl {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .lead_set .home_section_ttl {
    width: auto;
    margin-bottom: 25px;
  }
}
.lines .home_section_ttl {
  font-size: 1.8rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 16px;
}
.lines .home_section_ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/bullet02.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px;
  margin: 0 auto 10px;
}

.home_section_lead {
  font-size: 1.6rem;
  line-height: 1.8;
}
.lead_set .home_section_lead {
  color: #383838;
  width: calc(100% - 150px);
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .lead_set .home_section_lead {
    width: 100%;
    margin-top: 0;
  }
}

/*---------- 共通要素 ----------*/
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 130px 90px 130px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 45px 25px;
  }
}

/*=============================== 私たちの想い ================================*/
.home_policy_contents {
  padding-left: 90px;
  padding-right: 90px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .home_policy_contents {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_policy_contents {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 70px;
  }
}
.home_policy_contents .inner {
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .home_policy_contents .inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_policy_contents .inner {
    /*padding-top: 45px;*/
    padding: 115px 25px 70px;
  }
}
.home_policy_contents .inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-image: url("../images/home/policy_bg.webp");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: cover;
  border-radius: 0 0 0 134px;
}
.home_policy_contents .home_section_caption {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .home_policy_contents .home_section_caption {
    margin-bottom: 30px;
  }
}
.home_policy_contents .home_section_caption .txt_en {
  margin-left: -16px;
}
@media screen and (max-width: 768px) {
  .home_policy_contents .home_section_caption .txt_en {
    margin-left: 0;
  }
}
.home_policy_contents .btn_more_group {
  width: 100%;
  max-width: 570px;
  justify-content: flex-end;
  position: relative;
  bottom: -10px;
}
@media screen and (max-width: 1200px) {
  .home_policy_contents .btn_more_group {
    width: auto;
    position: static;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .home_policy_contents .btn_more_group {
    margin-left: auto;
    margin-right: auto;
  }
}

.home_policy_catch {
  font-size: 3.8rem;
  color: #14328A;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: .12em;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .home_policy_catch {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}

.home_policy_package {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .home_policy_package {
    display: block;
  }
}

.home_policy_lead {
  color: #14328A;
  line-height: 2.7;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .home_policy_lead {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .home_policy_lead {
    line-height: 2.5;
  }
}
@media screen and (max-width: 455px) {
  .home_policy_lead {
    font-size: 3.52vw;
  }
}

.locality_map {
  position: absolute;
  top: 260px;
  right: -27px;
  width: 673px;
  height: 646px;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .locality_map {
    top: 50%;
    right: -4.25vw;
    width: 56.1vw;
    height: auto;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) {
  .locality_map {
    right: -10vw;
  }
}
@media screen and (max-width: 768px) {
  .locality_map {
    right: 0;
    margin-top: -150px;
  }
}
@media screen and (max-width: 455px) {
  .locality_map {
    display: none;
  }
}

/*=============================== 20th ================================*/
.home_20th_contents {
  padding-left: 90px;
  padding-right: 90px;
  background-color: #ECECF5;
}
@media screen and (max-width: 1000px) {
  .home_20th_contents {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_20th_contents {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home_20th_contents .inner {
  padding: 90px 0;
}
@media screen and (max-width: 1000px) {
  .home_20th_contents .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .home_20th_contents .inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .home_20th_contents .btn_more.lft, .home_20th_contents .lft.btn_back {
    margin-left: auto;
  }
}

.home_20th_package {
  display: flex;
}
@media screen and (max-width: 768px) {
  .home_20th_package {
    display: block;
  }
}
.home_20th_package .txt_wrap,
.home_20th_package .img_wrap {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .home_20th_package .txt_wrap {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .home_20th_package .txt_wrap {
    width: 100%;
    margin-bottom: 25px;
  }
}
.home_20th_package .txt_wrap > a {
  display: block;
}
@media screen and (max-width: 1000px) {
  .home_20th_package .img_wrap {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .home_20th_package .img_wrap {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home_20th_package .img_wrap img {
  width: 50vw;
  max-width: 650px;
}
@media screen and (max-width: 1000px) {
  .home_20th_package .img_wrap img {
    width: calc(40vw + 50px);
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .home_20th_package .img_wrap img {
    width: 100%;
  }
}

.home_20th_caption {
  font-size: 2.7rem;
  font-weight: 200;
  color: #14328A;
  margin-top: -25px;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .home_20th_caption {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .home_20th_caption {
    font-size: 2rem;
  }
}
.home_20th_caption .txt_en {
  margin-bottom: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 7px;
}
.home_20th_caption .txt_en span {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 11px 18px;
  display: inline-flex;
  background: #DDFFE3;
  background: linear-gradient(130deg, #ddffe3 0%, #b2caff 100%);
}
@media screen and (max-width: 400px) {
  .home_20th_caption .txt_en span {
    padding: 8px 9px;
  }
}

.home_20th_ttl {
  font-size: 2.2rem;
  color: #14328A;
  font-weight: 500;
}
@media screen and (max-width: 400px) {
  .home_20th_ttl {
    font-size: 1.8rem;
  }
}

.home_20th_lead {
  margin-bottom: 23px;
}
a .home_20th_lead {
  color: #383838;
}

/*=============================== 事業紹介 ================================*/
.home_works_contents {
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .home_works_contents {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_works_contents {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home_works_contents .inner {
  padding-left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home_works_contents .inner {
    padding-right: 0;
  }
}
.home_works_contents .inner::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #D0DEF2;
  background: linear-gradient(0deg, #d0def2 0%, #d1dff2 10%, #f3f2fb 40%, #fbf8ff 60%, white 100%);
  border-radius: 0 0 134px 0;
}
@media screen and (max-width: 768px) {
  .home_works_contents .inner::before {
    border-radius: 0 0 50px 0;
    right: -25px;
  }
}
.home_works_contents .home_section_caption {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .home_works_contents .home_section_caption {
    margin-bottom: 25px;
  }
}
.home_works_contents .home_section_caption .txt_en {
  margin-left: -6px;
}

.home_work_index_item {
  margin-bottom: 50px;
  display: flex;
  border-radius: 0 0 0 100px;
}
@media screen and (max-width: 1150px) {
  .home_work_index_item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .home_work_index_item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 0 50px;
  }
}
.home_work_index_item:last-child {
  margin-bottom: 0;
}

.home_work_index_item_head {
  width: calc(100% - 260px);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 1150px) {
  .home_work_index_item_head {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home_work_index_item_head {
    border-radius: 0 50px 0 50px;
  }
}
.home_work_index_item_head a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .home_work_index_item_head a {
    display: block;
  }
}
.home_work_index_item_head .img_wrap {
  width: 346px;
}
@media screen and (max-width: 768px) {
  .home_work_index_item_head .img_wrap {
    width: 100%;
  }
}
.home_work_index_item_head .img_wrap img {
  border-radius: 0 0 0 100px;
}
@media screen and (max-width: 768px) {
  .home_work_index_item_head .img_wrap img {
    border-radius: 0 50px 0 0;
  }
}
.home_work_index_item_head .txt_wrap {
  width: calc(100% - 346px);
  padding-top: 30px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .home_work_index_item_head .txt_wrap {
    width: 100%;
    padding: 25px;
    position: relative;
  }
}
.home_work_index_item_head .txt_wrap .sub_copy {
  font-size: 1.5rem;
  color: #383838;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .home_work_index_item_head .txt_wrap .sub_copy {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .home_work_index_item_head .txt_wrap .btn_mini {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
}

.home_work_index_item_ttl {
  color: #14328A;
  margin-bottom: 14px;
}
.home_work_index_item_ttl > span {
  display: block;
}
.home_work_index_item_ttl .txt_jp {
  font-size: 2.4rem;
}
@media screen and (max-width: 500px) {
  .home_work_index_item_ttl .txt_jp {
    font-size: 1.8rem;
  }
}
.home_work_index_item_ttl .txt_en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: .02em;
}
@media screen and (max-width: 500px) {
  .home_work_index_item_ttl .txt_en {
    font-size: 1.3rem;
  }
}

.home_work_index_item_nav {
  width: 260px;
  margin-top: 20px;
}
@media screen and (max-width: 1150px) {
  .home_work_index_item_nav {
    width: 100%;
  }
}

.home_work_index_item_nav_body {
  width: 100%;
  max-width: 214px;
  margin-left: auto;
  border-top: solid 1px #8FA4E3;
}
@media screen and (max-width: 1150px) {
  .home_work_index_item_nav_body {
    border-top: 0;
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 4%;
  }
}
@media screen and (max-width: 500px) {
  .home_work_index_item_nav_body {
    display: block;
    border-top: solid 1px #8FA4E3;
  }
}
.home_work_index_item_nav_body li {
  border-bottom: solid 1px #8FA4E3;
}
@media screen and (max-width: 1150px) {
  .home_work_index_item_nav_body li {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .home_work_index_item_nav_body li {
    width: 100%;
  }
}
.home_work_index_item_nav_body li.blank a::after {
  width: 16px;
  height: 14px;
  background-image: url("../images/icon_blank.svg");
  background-size: 16px 14px;
}
.home_work_index_item_nav_body a {
  color: #14328A;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.home_work_index_item_nav_body a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/arrow01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 10px;
  transition: all .5s;
  z-index: 2;
  right: 10px;
}

/*=============================== 投稿記事 ================================*/
/*---------- 共通要素 ----------*/
.home_post_list {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .home_post_list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_post_list {
    margin-bottom: 25px;
  }
}

.home_post_list_body {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.4%;
}
@media screen and (max-width: 1000px) {
  .home_post_list_body {
    gap: 15px 4%;
  }
}
@media screen and (max-width: 400px) {
  .home_post_list_body {
    display: block;
  }
}

.home_post_item {
  width: 23.2%;
}
@media screen and (max-width: 1000px) {
  .home_post_item {
    width: 48%;
  }
}
@media screen and (max-width: 400px) {
  .home_post_item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .home_post_item:last-child {
    margin-bottom: 0;
  }
}
.home_post_item a {
  display: block;
}

.home_post_thumb {
  border-radius: 0 100px 0 100px;
  overflow: hidden;
  margin-bottom: 22px;
}
@media screen and (max-width: 1000px) {
  .home_post_thumb {
    border-radius: 0 10vw 0 10vw;
  }
}

/*---------- PROJECT ----------*/
.l-section:has(> .home_project_contents) {
  position: relative;
  z-index: 2;
}

.home_project_contents .inner {
  max-width: 1280px;
}

.home_project_item_ttl {
  color: #14328A;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .home_project_item_ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.home_project_item_excerpt {
  font-size: 1.4rem;
  color: #383838;
}

/*---------- INFORMATION ----------*/
.home_information_contents .inner {
  max-width: 1280px;
}
.home_information_contents .home_post_thumb {
  margin-bottom: 10px;
}
.home_information_contents .btn_more a, .home_information_contents .btn_back a {
  border: solid 1px #14328A;
}

.home_post_date {
  color: #6F6F6F;
  margin-bottom: 10px;
}

.home_information_item_ttl {
  margin-bottom: 15px;
}

.home_information_area {
  margin-bottom: 40px;
}

.information_nav_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 570px) {
  .information_nav_wrap {
    margin-bottom: 0;
  }
}
.information_nav_wrap .btn_simple a {
  color: #000;
}
.information_nav_wrap .btn_simple a::after {
  position: relative;
  right: 0;
  top: auto;
}
@media screen and (min-width: 769px) {
  .information_nav_wrap .btn_simple a:hover::after {
    right: -5px;
  }
}

/*=============================== 導入事例 ================================*/
.home_achievement {
  padding: 50px 0 60px;
  margin-bottom: 190px;
  background: #D0DEF2;
  background: linear-gradient(130deg, #d0def2 0%, #d1dff2 10%, #f3f2fb 40%, #fbf8ff 70%, #fbf8ff 100%);
}
@media screen and (max-width: 1000px) {
  .home_achievement {
    margin-bottom: 70px;
  }
}

.home_achievement_lead {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

.home_achievement_logo {
  position: relative;
  height: 86px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home_achievement_logo {
    height: 60px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 400px) {
  .home_achievement_logo {
    height: 34px;
    margin-bottom: 15px;
  }
}
.home_achievement_logo:last-child {
  margin-bottom: 0;
}

.home_achievement_carousel {
  position: absolute;
  transform: translateX(0);
}
.gotoright .home_achievement_carousel {
  right: 0;
  animation: gotoright 60s linear infinite;
}
.gotoleft .home_achievement_carousel {
  left: 0;
  animation: gotoleft 60s linear infinite;
}

.home_achievement_logo_body {
  display: flex;
}

.home_achievement_logo_item {
  flex-shrink: 0;
  width: 250px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .home_achievement_logo_item {
    width: 150px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 400px) {
  .home_achievement_logo_item {
    width: 100px;
    margin-right: 15px;
  }
}

.home_achievement_note {
  font-size: 1.2rem;
  margin-top: 28px;
  padding-right: 90px;
  padding-left: 90px;
}
.home_achievement_note p {
  text-align: right;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes gotoright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes gotoleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*=============================== プロジェクトを振り返る ================================*/
.home_reflecton {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1000px) {
  .home_reflecton {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_reflecton {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home_reflecton_inner {
  background-color: #DBE4F7;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px;
  position: relative;
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 1000px) {
  .home_reflecton_inner {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_reflecton_inner {
    padding: 50px 25px;
    border-radius: 0 50px 0 50px;
  }
}

.home_reflecton_caption {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home_reflecton_caption {
    display: block;
    margin-bottom: 25px;
  }
}

.home_reflecton_ttl {
  color: #14328A;
  font-weight: 500;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .home_reflecton_ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.home_reflecton_ttl::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/bullet01.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px;
  margin-left: -16px;
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  .home_reflecton_ttl::before {
    margin-left: 0;
  }
}
.home_reflecton_ttl::after {
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 7.3rem;
  color: #91AAE0;
  font-weight: 200;
  line-height: 1;
  position: absolute;
  left: 3px;
  top: -38px;
}
@media screen and (max-width: 768px) {
  .home_reflecton_ttl::after {
    font-size: 5rem;
    left: 20px;
    top: -19px;
  }
}

.home_reflecton_lead {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .home_reflecton_lead {
    width: 100%;
  }
}

.home_reflecton_nav_body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home_reflecton_nav_body {
    display: block;
  }
}

.home_reflecton_nav_item {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home_reflecton_nav_item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_reflecton_nav_item:first-child {
    margin-bottom: 25px;
  }
}
.home_reflecton_nav_item a {
  display: block;
}
.home_reflecton_nav_item .txt_wrap {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(73, 84, 114, 0.9);
  /*background-blend-mode:multiply;*/
  padding: 20px 22px;
}

.home_reflecton_nav_label {
  font-size: 1.8rem;
  font-weight: 500;
}
.home_reflecton_nav_label .sub_label {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.home_reflecton_nav_label .sub_label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/bullet01_wh.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 12px 12px;
  margin-right: 6px;
  position: relative;
  bottom: -1px;
}

/*=============================== 会社概要 ================================*/
.home_company_contents {
  margin-top: -147px;
  background-image: url("../images/home/home_company_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 0 90px;
}
@media screen and (max-width: 1000px) {
  .home_company_contents {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_company_contents {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home_company_contents .inner {
  height: 768px;
  padding-top: 147px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .home_company_contents .inner {
    height: 600px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 768px) {
  .home_company_contents .inner {
    height: auto;
    padding-bottom: 179px;
  }
}
.home_company_contents .btn_more.large, .home_company_contents .large.btn_back {
  margin: 0;
}

.home_company_package {
  display: flex;
  justify-content: space-between;
  margin-top: 147px;
}
@media screen and (max-width: 1000px) {
  .home_company_package {
    margin-top: 63px;
  }
}
@media screen and (max-width: 768px) {
  .home_company_package {
    display: block;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .home_company_package .btn_more.large, .home_company_package .large.btn_back {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .home_company_package .btn_more.large, .home_company_package .large.btn_back {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 25px;
  }
  .home_company_package .btn_more.large:last-child, .home_company_package .large.btn_back:last-child {
    margin-bottom: 0;
  }
}
.home_company_package .btn_more.large a, .home_company_package .large.btn_back a {
  font-size: 2rem;
  border-radius: 0 50px 0 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.home_company_package .btn_more.large a::before, .home_company_package .large.btn_back a::before, .home_company_package .btn_more.large a::after, .home_company_package .large.btn_back a::after {
  right: 30px;
}
@media screen and (max-width: 1200px) {
  .home_company_package .btn_more.large .label, .home_company_package .large.btn_back .label {
    font-size: 2rem;
    display: block;
  }
  .home_company_package .btn_more.large .label::after, .home_company_package .large.btn_back .label::after {
    margin-left: 0;
    margin-top: 10px;
  }
}

/*=============================== 採用情報 ================================*/
.home_recruit_contents {
  margin-top: -146px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1000px) {
  .home_recruit_contents {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home_recruit_contents {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.home_recruit_contents .inner {
  background: #EFFFF2;
  background: linear-gradient(130deg, #effff2 0%, #d6e3ff 100%);
  position: relative;
  padding: 40px 0 42px 50px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .home_recruit_contents .inner {
    padding: 25px 25px 0;
  }
}
.home_recruit_contents .home_section_ttl {
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .home_recruit_contents .home_section_ttl {
    margin-bottom: 15px;
  }
}
.home_recruit_contents .home_section_ttl::before {
  content: attr(data-en);
  display: block;
  font-size: 9.1rem;
  font-weight: 100;
  color: #B6C3E0;
  margin-bottom: 12px;
  margin-left: -9px;
}
@media screen and (max-width: 768px) {
  .home_recruit_contents .home_section_ttl::before {
    font-size: 5rem;
  }
}
.home_recruit_contents .home_section_ttl .label {
  color: #5479C9;
  position: relative;
}
.home_recruit_contents .home_section_ttl .label::before {
  content: "";
  display: block;
}
@media screen and (max-width: 768px) {
  .home_recruit_contents .btn_more.lft, .home_recruit_contents .lft.btn_back {
    margin-left: auto;
  }
}

.home_recruit_package {
  padding-right: 655px;
}
@media screen and (max-width: 1200px) {
  .home_recruit_package {
    padding-right: 520px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit_package {
    padding-right: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .home_recruit_package {
    padding-right: 0;
  }
}
.home_recruit_package .txt_wrap {
  max-width: 394px;
}
@media screen and (max-width: 1200px) {
  .home_recruit_package .txt_wrap {
    max-width: none;
  }
}
.home_recruit_package .img_wrap {
  width: 100%;
  max-width: 722px;
  position: absolute;
  right: -63px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .home_recruit_package .img_wrap {
    max-width: 570px;
  }
}
@media screen and (max-width: 1000px) {
  .home_recruit_package .img_wrap {
    max-width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  .home_recruit_package .img_wrap {
    position: static;
    max-width: 500px;
    margin: 25px auto 0;
  }
  .home_recruit_package .img_wrap img {
    position: relative;
    right: -15px;
  }
}

.home_recruit_catch {
  font-size: 3.5rem;
  color: #14328A;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .home_recruit_catch {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .home_recruit_catch {
    font-size: 2.6rem;
  }
}

.home_recruit_lead {
  color: #14328A;
  margin-bottom: 30px;
}

/*=============================== EN ================================*/
body.is-en .page_ttl {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 5.3rem;
  color: #9EB2DD;
  font-weight: 300;
  letter-spacing: .03em;
}
body.is-en .page_ttl::before {
  display: none;
}
body.is-en .inner {
  max-width: 1150px;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 1001px) {
  body.is-en .main_nav_body {
    padding-right: 73px;
  }
}
body.is-en .footer_contact_label {
  margin-bottom: 0;
}
body.is-en .footer_contact_label .txt_en {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  body.is-en .footer_main_bottom {
    padding-top: 100px;
  }
}
body.is-en .office_list_body {
  flex-direction: column;
  grid-row-gap: 20px;
}
body.is-en .copyright {
  margin-right: auto;
}
