@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;
  }
}
/*================================ パンくず ===============================*/
.bread {
  width: 100%;
  max-width: 1150px;
  padding: 0 25px;
  margin: 0 auto 100px;
}
.bread ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 15px;
}
.bread ol > li {
  font-size: 1.5rem;
  letter-spacing: .04em;
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
}
.bread ol > li:first-child {
  padding-left: 0;
}
.bread ol li::after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: .75em;
  border: solid 1px #000;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg) translateY(-50%);
}
.bread ol li:first-child {
  padding-left: 22px;
}
.bread ol li:first-child::after {
  display: none;
}
.bread ol li:first-child::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/page_nav_home.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bread a {
  color: #14328A;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .bread a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .bread {
    margin-bottom: 40px;
  }
  .bread ol > li {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

/*================================2階層：contents===============================*/
/*---------- 共通 ----------*/
.contents {
  margin: 0 auto 300px;
  letter-spacing: .1em;
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
  min-height: 700px;
}
@media screen and (max-width: 768px) {
  .contents {
    font-size: 1.6rem;
    min-height: 500px;
    margin-bottom: 150px;
  }
}
.container .contents {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .container .contents {
    margin-bottom: 50px;
  }
}
.contents p {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contents p {
    margin-bottom: 10px;
  }
}
.contents a {
  color: #14328A;
  text-decoration: underline;
}
.contents a img {
  pointer-events: auto;
}
.contents a:hover {
  text-decoration: none;
}
.contents iframe {
  display: block;
  width: 100%;
}
.contents img.border {
  border: solid 1px #707070;
}
body .contents .mb0 {
  margin-bottom: 0;
}
body .contents .mb10 {
  margin-bottom: 10px;
}
body .contents .mb15 {
  margin-bottom: 15px;
}
body .contents .mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body .contents .mb30 {
    margin-bottom: 15px;
  }
}
body .contents .mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body .contents .mb50 {
    margin-bottom: 30px;
  }
}
body .contents .mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body .contents .mb100 {
    margin-bottom: 60px;
  }
}
body .contents .mt0 {
  margin-top: 0;
}
body .l-wrap .contents .pb0 {
  padding-bottom: 0;
}
.contents .note {
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents .note_r {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5;
}
.contents .w300 {
  width: 300px;
}
.contents .w250 {
  width: 250px;
}
.contents .w80p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.contents .w90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.contents .l-section {
  /*
  margin-bottom: 80px;
  margin-top: -132px;
  padding-top: 132px;*/
}
@media screen and (max-width: 768px) {
  .contents .l-section {
    margin-bottom: 50px;
            /*margin-top: -60px;
		    padding-top: 60px;*/
  }
}
.contents .l-section:last-child {
  margin-bottom: 0;
}

.contents_section_group .l-section:last-child {
  margin-bottom: 0;
}
.contents_section_group .l-section:not(.gra) {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contents_section_group .l-section:not(.gra) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contents_section_group .l-section:not(.gra):first-child {
  padding-top: 0;
}
.contents_section_group .l-section:not(.gra):nth-child(even) {
  background-color: #F4F6FC;
}
.contents_section_group .l-section.gra {
  margin-bottom: 200px;
  overflow: hidden;
  /*
  padding-left: 90px;
  padding-right: 90px;*/
}
@media screen and (max-width: 768px) {
  .contents_section_group .l-section.gra {
    margin-bottom: 50px;
  }
}
.contents_section_group .l-section.gra .inner_contents {
  /*
  padding-left: 0;
  padding-right: 0;*/
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_section_group .l-section.gra .inner_contents {
    padding-bottom: 75px;
  }
}
.contents_section_group .l-section.gra .inner_contents::before, .contents_section_group .l-section.gra .inner_contents::after {
  content: "";
  display: block;
}
.contents_section_group .l-section.gra .inner_contents::before {
  background: #EFF5FF;
  background: linear-gradient(0deg, #eff5ff 0%, #f3f2fb 40%, #fbf8ff 70%, white 100%);
  width: 91.5vw;
  height: 900px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.contents_section_group .l-section.gra .inner_contents::after {
  width: 100vw;
  height: 100px;
  background-image: url("../images/gra_top_wh.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 21px 100px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.contents_section_group .l-section.gra:nth-child(odd) .inner_contents::before {
  left: 8.5%;
  border-radius: 0 0 0 100px;
}
@media screen and (max-width: 1230px) {
  .contents_section_group .l-section.gra:nth-child(odd) .inner_contents::before {
    left: 95px;
  }
}
.contents_section_group .l-section.gra:nth-child(even) .inner_contents::before {
  right: 8.5%;
  border-radius: 0 0 100px 0;
}
@media screen and (max-width: 1230px) {
  .contents_section_group .l-section.gra:nth-child(even) .inner_contents::before {
    right: 95px;
  }
}

.inner_contents {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
}

.contents_ttl, .entry_ttl {
  font-size: 3rem;
  color: #14328A;
  font-weight: 300;
  letter-spacing: .12em;
  line-height: 1.6;
  text-align: center;
  min-height: 135px;
  background: #EFF5FF;
  background: linear-gradient(90deg, #eff5ff 0%, #f3f2fb 40%, #fbf8ff 60%, #faf5ff 100%);
  position: relative;
  z-index: 2;
  padding: 40px 25px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contents_ttl, .entry_ttl {
    font-size: 2.6rem;
    text-align: left;
    min-height: 0;
    padding: 20px 25px;
    margin-bottom: 50px;
  }
  .contents_ttl br, .entry_ttl br {
    display: none;
  }
}
.is-information .contents_ttl, .is-information .entry_ttl {
  margin-bottom: 60px;
}
.is-information.is-single .contents_ttl, .is-information.is-single .entry_ttl, .is-project.is-single .contents_ttl, .is-project.is-single .entry_ttl {
  text-align: left;
  font-weight: 400;
  min-height: 0;
  margin-bottom: 50px;
  padding: 0;
  background: none;
}

.section_ttl {
  font-size: 2.8rem;
  color: #14328A;
  font-weight: 500;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  padding-left: 34px;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section_ttl {
    font-size: 2.2rem;
    padding-left: 17px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.section_ttl:first-child {
  margin-top: 0;
}
.section_ttl::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: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .section_ttl::before {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}
.common_package .section_ttl:first-child {
  margin-top: 0;
}

.section_caption {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section_caption {
    display: block;
  }
}
.section_caption .section_ttl {
  width: 250px;
  margin-right: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section_caption .section_ttl {
    width: 100%;
    margin-bottom: 15px;
  }
}
.section_caption .lead {
  width: calc(100% - 265px);
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .section_caption .lead {
    width: 100%;
    padding-top: 0;
  }
}

.common_ttl {
  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) {
  .common_ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding: 8px 25px 12px 25px;
    border-radius: 0 20px 0 20px;
  }
}
.common_package .common_ttl:first-child {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .common_ttl:has(+ .package) {
    margin-bottom: 30px;
  }
}

.sub_ttl {
  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) {
  .sub_ttl {
    font-size: 1.6rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.sub_ttl::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%);
}
.common_package .sub_ttl:first-child {
  margin-top: 0;
}

.small_ttl {
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .small_ttl {
    font-size: 1.4rem;
  }
}
.sub_ttl + .small_ttl {
  margin-top: 0;
}
.common_package .small_ttl:first-child {
  margin-top: 0;
}

.point_ttl {
  color: #14328A;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .point_ttl {
    margin-bottom: 5px;
  }
}
.point_ttl::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 36px;
  background-image: url("../images/icon_bulb.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 23px 36px;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .point_ttl::before {
    width: 16px;
    height: 26px;
    background-size: 16px 26px;
    margin-right: 5px;
    top: -2px;
  }
}
.point_ttl.center {
  justify-content: center;
}

.entry_ttl {
  margin-bottom: 15px;
}

.entry_client {
  font-weight: 500;
  letter-spacing: .06em;
}
.entry_client::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/bullet01_gr.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px;
  margin-right: 5px;
  position: relative;
  bottom: -1px;
}

.common_img {
  margin-bottom: 10px;
}
.common_img img {
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .common_img img {
    border-radius: 4.69vw;
  }
}

.radius img {
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .radius img {
    border-radius: 0 6.5vw 0 6.5vw;
  }
}

.common_area {
  border: solid 10px #DBE4F7;
  padding: 38px 50px 42px;
  margin-bottom: 30px;
  border-radius: 36px;
}
@media screen and (max-width: 768px) {
  .common_area {
    padding: 18px 25px 22px;
    margin-bottom: 15px;
  }
}
.common_area.fill {
  background-color: #DBE4F7;
}

.package {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  grid-row-gap: 25px;
}
@media screen and (max-width: 768px) {
  .package:not(.col2) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .package.col2 {
    display: block;
  }
}
.package.col2 .package_item {
  width: 49%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .package.col2 .package_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  .package.col2 .package_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .package.col2 .package_item.w30p {
    width: 29%;
  }
  .package.col2 .package_item.w70p {
    width: 69%;
  }
}
.package.col2 .package_item > img {
  border-radius: 36px;
}
@media screen and (min-width: 769px) {
  .package.col2 .package_item > img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .package.col3 {
    display: block;
  }
}
.package.col3 .package_item {
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 1000px) {
  .package.col3 .package_item {
    width: 49%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .package.col3 .package_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .package.col3 .package_item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1001px) {
  .package.col3 .package_item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.common_package {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .common_package {
    display: block;
  }
}
.common_package:last-child {
  margin-bottom: 0;
}
.common_package.rev {
  flex-direction: row-reverse;
}
.common_package .img_wrap {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .common_package .img_wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
  }
}
.common_package .img_wrap > img {
  border-radius: 36px;
}
.common_package .img_wrap > img.sub {
  width: 50%;
  position: absolute;
  right: 35px;
  bottom: -140px;
  border-radius: 30px;
}
@media screen and (max-width: 1150px) {
  .common_package .img_wrap > img.sub {
    top: 100%;
    transform: translateY(-20%);
  }
}
@media screen and (max-width: 768px) {
  .common_package .img_wrap > img.sub {
    border-radius: 3.9vw;
  }
}
.common_package .img_wrap.set {
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .common_package .img_wrap.set {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 550px) {
  .common_package .img_wrap.set {
    margin-bottom: 29.1vw;
  }
}
.common_package .txt_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common_package .txt_wrap {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .common_package.img30 .img_wrap {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .common_package.img30 .img_wrap {
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .common_package.img30 .txt_wrap {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .common_package.img40 .img_wrap {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .common_package.img40 .img_wrap {
    max-width: 500px;
  }
}
@media screen and (min-width: 769px) {
  .common_package.img40 .txt_wrap {
    width: 60%;
  }
}

.adjust_group {
  margin-bottom: 40px;
}
.adjust_group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .adjust_group {
    margin-bottom: 20px;
  }
}

/*---------- INDEX NAVI ----------*/
.index_sub_nav {
  width: calc(100% - 626px);
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 4%;
  padding-left: 70px;
}
@media screen and (max-width: 1000px) {
  .index_sub_nav {
    width: 100%;
    padding-left: 33px;
  }
}
@media screen and (max-width: 768px) {
  .index_sub_nav {
    padding-left: 0;
  }
}

.index_sub_nav_item {
  width: 48%;
  border-bottom: solid 1px #8FA4E3;
}
.index_sub_nav_item:nth-child(1), .index_sub_nav_item:nth-child(2) {
  border-top: solid 1px #8FA4E3;
}
.index_sub_nav_item a {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: .04em;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.index_sub_nav_item a::before {
  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;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.index_sub_nav_item.blank a {
  padding-right: 18px;
}
.index_sub_nav_item.blank a::before {
  width: 16px;
  height: 14px;
  background-image: url("../images/icon_blank.svg");
  background-size: 16px 14px;
}

/*---------- content sub nav ----------*/
.content_sub_nav {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .content_sub_nav {
    margin-top: 40px;
  }
}
.content_sub_nav a {
  text-decoration: none;
}
.content_sub_nav dt {
  font-weight: 500;
  text-align: center;
  border-top: solid 1px #DFDFDF;
  border-bottom: solid 1px #DFDFDF;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content_sub_nav dt {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.content_sub_nav dt::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #E69D94;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.content_sub_nav dt a {
  color: #000;
  font-size: 2rem;
}

.content_sub_nav_body {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 400px) {
  .content_sub_nav_body {
    display: block;
  }
}

.content_sub_nav_item {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .content_sub_nav_item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .content_sub_nav_item {
    width: 49%;
    margin-bottom: 15px;
  }
  .content_sub_nav_item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .content_sub_nav_item {
    width: 100%;
    margin-left: 0;
  }
}
.content_sub_nav_item a {
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  border: solid 1px #14328A;
  padding: 22px 35px 22px 25px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content_sub_nav_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) {
  .content_sub_nav_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) {
  .content_sub_nav_item a:hover {
    color: #000;
    background-color: #FFF7F7;
  }
  .content_sub_nav_item a:hover::before {
    margin-right: -5px;
  }
}
.content_sub_nav_item.act a {
  color: #14328A;
  background-color: #FFEFEF;
}

/*---------- table ----------*/
.contents table {
  font-size: 1.6rem;
  border-top: solid 1px #D6D6D6;
  border-left: solid 1px #D6D6D6;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.contents table.all_th11 th,
.contents table.all_th11 td {
  font-size: 1.3rem;
  line-height: 1.3;
  width: 11%;
}
.contents table.all_th14 th,
.contents table.all_th14 td {
  width: 14%;
}
.contents table.all_th20 th,
.contents table.all_th20 td {
  width: 20%;
}
.contents table.all_th25 th,
.contents table.all_th25 td {
  width: 25%;
}
.contents table.all_th50 th,
.contents table.all_th50 td {
  width: 50%;
}
.contents table.body_th10 tbody th {
  width: 10%;
}
.contents table.body_th15 tbody th {
  width: 15%;
}
.contents table.body_th20 tbody th {
  width: 20%;
}
.contents table.body_th150 tbody th {
  width: 150px;
}
.contents table.body_td_c tbody td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents table.no_change th,
  .contents table.no_change td {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.contents th,
.contents td {
  border-right: solid 1px #D6D6D6;
  border-bottom: solid 1px #D6D6D6;
  padding: 15px;
  vertical-align: top;
}

.contents th {
  font-weight: 500;
}

.contents thead {
  border-top: solid 2px #14328A;
}

.contents thead th {
  color: #14328A;
  line-height: 1.5;
  background-color: #EAEFF8;
  text-align: center;
  vertical-align: middle;
}

.contents tfoot th {
  background-color: #fefefe;
}

.contents caption {
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .contents caption {
    margin-top: 10px;
  }
}

.contents tbody th,
.contents tbody td {
  text-align: left;
  line-height: 1.5;
}

.contents tbody th {
  background-color: #f7f7f7;
  width: 30%;
  letter-spacing: .05em;
}

.contents td {
  background-color: #fff;
}
.contents td .sub_ttl::before {
  top: .65em;
}
.contents td .is-items {
  margin-bottom: 15px;
}
.contents td .is-items:last-child {
  margin-bottom: 0;
}

.th10 {
  width: 10%;
}

.th20 {
  width: 20%;
}

.th25 {
  width: 25%;
}

.th30 {
  width: 30%;
}

.th35 {
  width: 35%;
}

.th40 {
  width: 40%;
}

.th45 {
  width: 45%;
}

.contents ul.is-items {
  list-style-type: disc;
}

.contents ol.is-items {
  list-style-type: decimal;
}

.contents .is-items {
  margin-bottom: 30px;
  margin-right: 15px;
  padding-left: 1em;
  margin-left: 10px;
}
.contents .is-items li::marker {
  color: #14328A;
}

.contents .is-items li {
  /*line-height: 1.5;*/
  margin-bottom: 10px;
}
.contents .is-items li:last-child {
  margin-bottom: 0;
}
.contents .is-items li.non_act {
  color: #ccc;
}
.contents .is-items li.non_act::marker {
  color: #ccc;
}

.contents .is-items.col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2%;
}
.contents .is-items.col3 li {
  width: 32%;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .contents .is-items.col3 li {
    width: 44%;
  }
}
@media screen and (max-width: 400px) {
  .contents .is-items.col3 li {
    width: 100%;
  }
}
.contents .is-items.col3 li.full {
  width: 100%;
}
.contents .is-items.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 4%;
}
.contents .is-items.col2 li {
  width: 41%;
}
@media screen and (max-width: 400px) {
  .contents .is-items.col2 li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* scrollあり */
  .scroll_table {
    position: relative;
    margin-bottom: 30px;
    /**/
  }
  .scroll_table::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background-image: url("../images/scroll_table_shadow.png");
    background-repeat: repeat-y;
    background-position: right 0;
    opacity: .5;
    z-index: 2;
  }
  .scroll_table.w100p::after {
    display: none;
  }

  .scroll_table_inner {
    overflow-x: scroll;
    position: relative;
  }
  .scroll_table_inner table {
    width: 780px;
    margin-bottom: 0;
  }
  .w100p .scroll_table_inner table {
    width: 100%;
  }

  /* scrollなし */
  .contents :not(.scroll_table_inner) > table:not(.no_change),
  .contents :not(.scroll_table_inner) > table:not(.no_change) caption,
  .contents :not(.scroll_table_inner) > table:not(.no_change) thead,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tbody,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot,
  .contents :not(.scroll_table_inner) > table:not(.no_change) td,
  .contents :not(.scroll_table_inner) > table:not(.no_change) thead th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tbody th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tr {
    display: block;
    width: auto;
    border: 0;
  }

  .contents :not(.scroll_table_inner) > table:not(.no_change) thead {
    display: none;
  }

  .contents :not(.scroll_table_inner) > table:not(.no_change) tr {
    background-color: #fff;
  }

  .contents :not(.scroll_table_inner) > table:not(.no_change) tbody th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) td {
    padding: 10px;
  }

  .contents :not(.scroll_table_inner) > table:not(.no_change) tbody th {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot td {
    text-align: center;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot th {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot th,
  .contents :not(.scroll_table_inner) > table:not(.no_change) tfoot td {
    background-color: #efefef;
  }
}
/*---------- CONTENTS FORMAT ----------*/
.common_lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .common_lead {
    margin-bottom: 10px;
  }
}

.common_catch {
  color: #14328A;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .common_catch {
    font-size: 1.8rem;
  }
}

/*---------- 横つなぎ ----------*/
.contents_sub_nav {
  margin-top: 150px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contents_sub_nav {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.contents_sub_nav::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #EFF5FF;
  background: linear-gradient(90deg, #eff5ff 0%, #f3f2fb 40%, #fbf8ff 60%, #faf5ff 100%);
  opacity: .8;
  position: absolute;
  left: 0;
  top: 0;
}

.contents_sub_nav_set {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 2;
}

.contents_sub_nav_ttl {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contents_sub_nav_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.contents_sub_nav_ttl a {
  color: #14328A;
  text-decoration: none;
}
.contents_sub_nav_ttl::before {
  content: attr(data-en);
  color: #14328A;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 769px) {
  .contents_sub_nav_body {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
}

.contents_sub_nav_item {
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .contents_sub_nav_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .contents_sub_nav_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .contents_sub_nav_item:last-child {
    margin-bottom: 0;
  }
}
.contents_sub_nav_item a {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: block;
  background-color: #DBE4F7;
  border: solid 2px #DBE4F7;
  padding: 22px 15px;
  border-radius: 0 36px 0 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents_sub_nav_item a {
    font-size: 1.6rem;
  }
}
.contents_sub_nav_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;
}
.contents_sub_nav_item.act a {
  background-color: transparent;
  background-color: #fff;
}
.contents_sub_nav_item.act a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%);
  background-color: #14328A;
  border-radius: 0 100% 0 100%;
}

/*---------- 汎用カラム ----------*/
.column_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 30px;
}
.column_list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .column_list li {
    margin-bottom: 3vw;
  }
}
.column_list.center {
  justify-content: center;
}
.column_list.col2 li {
  width: 49%;
  margin-left: 2%;
}
.column_list.col2 li:nth-child(2n+1) {
  margin-left: 0;
}
.column_list.col2 li.full {
  width: 100%;
  margin-left: 0;
}
.column_list.col3 li {
  width: 32%;
  margin-left: 2%;
}
@media screen and (min-width: 769px) {
  .column_list.col3 li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .column_list.col3 li {
    width: 48%;
    margin-left: 4%;
  }
  .column_list.col3 li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.column_list.col4 li {
  width: 23.2%;
  margin-left: 2.4%;
}
@media screen and (min-width: 769px) {
  .column_list.col4 li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .column_list.col4 li {
    width: 48%;
    margin-left: 4%;
  }
  .column_list.col4 li:nth-child(2n+1) {
    margin-left: 0;
  }
}

/*---------- フロー図 ----------*/
.flow_list {
  margin-bottom: 30px;
}
.flow_list:last-child {
  margin-bottom: 0;
}

.flow_item {
  border: solid 10px #DBE4F7;
  background-color: #fff;
  margin-bottom: 37px;
  position: relative;
  border-radius: 36px;
}
.flow_item:last-child {
  margin-bottom: 0;
}
.flow_item:last-child::before {
  display: none;
}
.flow_item .ttl_wrap {
  width: 386px;
}
@media screen and (max-width: 768px) {
  .flow_item .ttl_wrap {
    width: 100%;
    margin-bottom: 10x;
  }
}
.flow_item .txt_wrap {
  width: calc(100% - 386px);
}
@media screen and (max-width: 768px) {
  .flow_item .txt_wrap {
    width: 100%;
  }
}
.flow_item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 20px transparent;
  border-top-color: #DBE4F7;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translate(-50%);
}

.flow_item_inner {
  padding: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow_item_inner {
    padding: 15px;
    display: block;
  }
}

.flow_ttl {
  color: #14328A;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow_ttl {
    margin-bottom: 5px;
  }
}
.flow_ttl .num {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: -.02em;
  text-align: center;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #14328A;
  margin-right: 8px;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .flow_ttl .num {
    font-size: 1.8rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}

/*=============================== POST LIST ===============================*/
.common_post_list {
  margin-bottom: 45px;
}

.common_post_list_body {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.4%;
}
@media screen and (max-width: 1000px) {
  .common_post_list_body {
    gap: 15px 4%;
  }
}

.common_post_item {
  width: 23.2%;
}
@media screen and (max-width: 1000px) {
  .common_post_item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .common_post_item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.common_post_item a {
  text-decoration: none;
  display: block;
}

.common_post_thumb {
  border-radius: 36px;
  overflow: hidden;
  margin-bottom: 22px;
}
.radius .common_post_thumb {
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 1000px) {
  .radius .common_post_thumb {
    border-radius: 0 50px 0 50px;
  }
}

.common_project_item_ttl {
  color: #14328A;
  font-weight: 500;
  margin-bottom: 5px;
}

.common_project_item_excerpt {
  font-size: 1.4rem;
  color: #383838;
}

/*================================ 私たちの想い ===============================*/
.philosophy_contents {
  background-image: url("../images/policy/philosophy_contets_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .philosophy_contents {
    margin-bottom: 75px;
  }
}
.philosophy_contents .inner_contents {
  padding-top: 138px;
  padding-bottom: 212px;
}
@media screen and (max-width: 768px) {
  .philosophy_contents .inner_contents {
    padding-top: 50px;
    padding-bottom: 130px;
  }
}

.philosophy_item {
  text-align: center;
  font-weight: 500;
  padding: 55px 25px 74px;
  border-radius: 0 100px 0 100px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  border: solid 1px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .philosophy_item {
    padding-top: 25px;
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
}
.philosophy_item:last-child {
  margin-bottom: 0;
}
.philosophy_item.mission {
  color: #5D3890;
}
.philosophy_item.vision {
  color: #147C8A;
}
.philosophy_item.value {
  color: #14328A;
  padding-top: 0;
}

.philosophy_item_ttl {
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .philosophy_item_ttl {
    font-size: 2.4rem;
    margin-bottom: 18px;
  }
}
.philosophy_item_ttl::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 0 100% 0 100%;
  background-color: #fff;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .philosophy_item_ttl::before {
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
  }
}
.mission .philosophy_item_ttl::before {
  background-color: #5D3890;
}
.vision .philosophy_item_ttl::before {
  background-color: #147C8A;
}
.value .philosophy_item_ttl::before {
  background-color: #14328A;
}

.philosophy_item_copy {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .philosophy_item_copy {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .philosophy_item_copy {
    font-size: 1.4rem;
  }
}

.value_img {
  width: 353px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 1000px) {
  .value_img {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .value_img {
    width: 180px;
  }
}

.value_list {
  display: flex;
  justify-content: center;
}

.value_item {
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .value_item {
    text-align: center;
    display: block;
    margin-bottom: 35px;
  }
}
.value_item:last-child {
  margin-bottom: 0;
}

.valu_item_ttl {
  width: 387px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .valu_item_ttl {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .valu_item_ttl {
    text-align: center;
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
}
.valu_item_ttl > span {
  display: block;
}
.valu_item_ttl .chara {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .valu_item_ttl .chara {
    font-size: 3rem;
    margin-right: 10px;
  }
}
.one .valu_item_ttl .chara {
  position: relative;
  left: -8px;
}
.valu_item_ttl .word {
  font-size: 2.2rem;
}
@media screen and (max-width: 1000px) {
  .valu_item_ttl .word {
    font-size: 1.6rem;
  }
}

.contents .value_item_copy {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .contents .value_item_copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .contents .value_item_copy {
    text-align: center;
  }
}

.philosophy_round_copy {
  color: #fff;
  font-size: 25rem;
  font-weight: 200;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  opacity: .4;
  bottom: -20px;
}
@media screen and (max-width: 1000px) {
  .philosophy_round_copy {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_round_copy {
    font-size: 15rem;
  }
}
.philosophy_round_copy p {
  margin-bottom: 0;
  margin-right: 200px;
}
@media screen and (max-width: 768px) {
  .philosophy_round_copy p {
    column-gap: 100px;
  }
}
.philosophy_round_copy .round_body {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(0);
  animation: round 60s linear infinite;
}

@keyframes round {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.message_contents .section_ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .message_contents .section_ttl {
    margin-bottom: 15px;
  }
}

.message_package {
  display: flex;
}
@media screen and (max-width: 768px) {
  .message_package {
    display: block;
  }
}
.message_package .img_wrap,
.message_package .txt_wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .message_package .img_wrap,
  .message_package .txt_wrap {
    width: 100%;
  }
}
.message_package .img_wrap {
  padding-right: 88px;
}
@media screen and (max-width: 1000px) {
  .message_package .img_wrap {
    padding-right: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .message_package .img_wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding-right: 0;
  }
}

.message_catch {
  color: #14328A;
  font-size: 3.1rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 400px) {
  .message_catch {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.message_body {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .message_body {
    margin-bottom: 30px;
  }
}

.policy_carousel_set {
  position: relative;
  height: 324px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .policy_carousel_set {
    height: 162px;
  }
}
.policy_carousel_set:last-child {
  margin-bottom: 0;
}

.policy_carousel_body {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translateX(0);
}
.gotoright .policy_carousel_body {
  right: 0;
  animation: gotoright 60s linear infinite;
  /**/
}
.gotoleft .policy_carousel_body {
  left: 0;
  animation: gotoleft 60s linear infinite;
  /**/
}
.policy_carousel_body li {
  flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .policy_carousel_body li {
    margin-right: 15px;
  }
}
.policy_carousel_body li img {
  border-radius: 0 100px 0 100px;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 768px) {
  .policy_carousel_body li img {
    border-radius: 0 50px 0 50px;
  }
}
.policy_carousel_body li.mini {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .policy_carousel_body li.mini {
    width: 130px;
  }
}
.policy_carousel_body li.middle {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .policy_carousel_body li.middle {
    width: 175px;
  }
}
.policy_carousel_body li.large {
  width: 462px;
}
@media screen and (max-width: 768px) {
  .policy_carousel_body li.large {
    width: 231px;
  }
}

@keyframes gotoright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes gotoleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*================================ ストーリー ===============================*/
.contents_intro {
  padding-bottom: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .contents_intro {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.contents_intro::before {
  content: "";
  display: block;
  width: calc(50vw + 550px);
  height: 100%;
  position: absolute;
  right: calc(50% - 550px);
  top: 0;
  background-image: url("../images/works/works_intro_bg.jpg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  border-radius: 0 0 100px 0;
}
@media screen and (max-width: 1150px) {
  .contents_intro::before {
    width: calc(100vw - 25px);
    right: 25px;
  }
}
.contents_intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 204px;
  background-image: url("../images/gra_top_wh.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 21px 204px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.contents_intro_inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .contents_intro_inner {
    display: block;
  }
}

.contents_intro_img,
.contents_intro_txt {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .contents_intro_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .contents_intro_img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contents_intro_img img {
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .contents_intro_img img {
    border-radius: 0 50px 0 50px;
  }
}

.contents_intro_txt {
  padding-top: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 1150px) {
  .contents_intro_txt {
    padding-left: 4.35%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .contents_intro_txt {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .contents_intro_txt {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.contents_intro_txt_inner {
  max-width: 427px;
}
@media screen and (max-width: 1000px) {
  .contents_intro_txt_inner {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .contents_intro_txt_inner {
    max-width: none;
    width: 100%;
  }
}

.contents .contents_intro_catch {
  font-size: 3rem;
  color: #14328A;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 2px #14328A;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .contents_intro_catch {
    font-size: 2.4rem;
  }
}
.contents .contents_intro_catch::before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background-color: #6FDBC2;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.story_contents p {
  letter-spacing: .12em;
}
@media screen and (max-width: 1000px) {
  .story_contents .common_ttl .sub {
    display: block;
  }
}

/*================================ 事業紹介 ===============================*/
.works_intro {
  padding-bottom: 80px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .works_intro {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.works_intro::before {
  content: "";
  display: block;
  width: calc(50vw + 550px);
  height: 100%;
  position: absolute;
  right: calc(50% - 550px);
  top: 0;
  background-image: url("../images/works/works_intro_bg.jpg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  border-radius: 0 0 100px 0;
}
@media screen and (max-width: 1150px) {
  .works_intro::before {
    width: calc(100vw - 25px);
    right: 25px;
  }
}
.works_intro::after {
  content: "";
  display: block;
  width: 100%;
  height: 204px;
  background-image: url("../images/gra_top_wh.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 21px 204px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.works_intro_inner {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .works_intro_inner {
    display: block;
  }
}

.works_intro_img,
.works_intro_txt {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .works_intro_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .works_intro_img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.works_intro_img img {
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .works_intro_img img {
    border-radius: 0 50px 0 50px;
  }
}

.works_intro_txt {
  padding-top: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 1150px) {
  .works_intro_txt {
    padding-left: 4.35%;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .works_intro_txt {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .works_intro_txt {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.works_intro_txt_inner {
  max-width: 427px;
}
@media screen and (max-width: 1000px) {
  .works_intro_txt_inner {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .works_intro_txt_inner {
    max-width: none;
    width: 100%;
  }
}

.contents .works_intro_catch {
  font-size: 3rem;
  color: #14328A;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 2px #14328A;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .works_intro_catch {
    font-size: 2.4rem;
  }
}
.contents .works_intro_catch::before {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background-color: #6FDBC2;
  position: absolute;
  left: 0;
  bottom: -2px;
}

/*================================ 導入事例 ===============================*/
.project_cat_nav {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .project_cat_nav {
    margin-bottom: 50px;
  }
}

.project_cat_nav_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .project_cat_nav_body {
    column-gap: 4%;
  }
}
.project_cat_nav_body .item {
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 1000px) {
  .project_cat_nav_body .item {
    width: 48%;
    max-width: none;
  }
}
@media screen and (max-width: 400px) {
  .project_cat_nav_body .item {
    width: 100%;
  }
}
.project_cat_nav_body .item a {
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 25px;
  border: solid 1px #14328A;
  transition: color .5s,background-color .5s;
}
@media screen and (min-width: 769px) {
  .project_cat_nav_body .item a:hover {
    background-color: #EAEFF8;
  }
}
@media screen and (max-width: 768px) {
  .project_cat_nav_body .item a {
    font-size: 1.4rem;
  }
}
.project_cat_nav_body .item.act a {
  color: #fff;
  background-color: #14328A;
}

/*================================ CSR ===============================*/
@media screen and (min-width: 769px) {
  .csr_event_contents .column_list .sub_ttl {
    min-height: 72px;
  }
}

.csr_sponsor_contents .package_item .sub_ttl {
  letter-spacing: .04em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .csr_sponsor_contents .package_item .sub_ttl {
    font-size: 1.4rem;
  }
}

/*================================ 企業情報 ===============================*/
.overview_contents table .small_ttl {
  margin-top: 0;
}

.business_partner_adjust {
  margin-bottom: 15px;
  overflow: hidden;
}

.business_partner_list {
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: -1em;
}
.business_partner_list li {
  position: relative;
  padding-left: 1em;
}
.business_partner_list li::before {
  content: "／";
  display: block;
  width: 1em;
  position: absolute;
  left: 0;
}

.business_desc {
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .business_desc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .business_desc li {
    padding-left: 1em;
    position: relative;
  }
}
.business_desc li::before {
  content: "／";
  display: inline;
}
@media screen and (max-width: 768px) {
  .business_desc li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: .75em;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .business_desc li:first-child::before {
    display: none;
  }
}

.officer {
  display: flex;
  flex-wrap: wrap;
}
.officer dt {
  font-weight: 600;
  width: 6.2em;
}
.officer dd {
  width: calc(100% - 6.2em);
}

@media screen and (max-width: 1000px) {
  .officer_contents .sub_ttl {
    font-size: 1.8rem;
    letter-spacing: .04em;
  }
}
.officer_contents .sub_ttl::before {
  top: calc(.9em + 7px);
  background-image: url("../images/bullet01.svg");
}
@media screen and (max-width: 768px) {
  .officer_contents .sub_ttl::before {
    top: calc(.9em + 0px);
  }
}
@media screen and (max-width: 768px) {
  .officer_contents .sub_ttl .jobttl {
    display: block;
  }
}
.officer_contents .sub_ttl .name {
  font-size: 2.6rem;
  margin-left: 15px;
}
@media screen and (max-width: 1000px) {
  .officer_contents .sub_ttl .name {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .officer_contents .sub_ttl .name {
    font-size: 2rem;
    margin-left: 0;
  }
}

.officer_package {
  margin-bottom: 95px;
  position: relative;
}
@media screen and (min-width: 1001px) and (max-width: 1150px) {
  .officer_package {
    margin-bottom: 8.64vw;
  }
}
@media screen and (max-width: 768px) {
  .officer_package {
    margin-bottom: 50px;
  }
}
.officer_package .img_wrap {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .officer_package .img_wrap {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .officer_package .img_wrap {
    margin-bottom: 15px;
  }
}
.officer_package .txt_wrap {
  width: 52.5%;
  background-color: #DBE4F7;
  border-radius: 36px;
  padding: 37px 70px 35px;
  position: absolute;
  right: 0;
  top: 135px;
  /**/
}
@media screen and (min-width: 1001px) and (max-width: 1150px) {
  .officer_package .txt_wrap {
    padding: 3.36vw 4.55vw 3.2vw;
    top: 12.3vw;
  }
}
@media screen and (max-width: 1000px) {
  .officer_package .txt_wrap {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .officer_package .txt_wrap {
    padding: 25px;
    border-radius: 4.69vw;
  }
}
.officer_package .txt_wrap p {
  margin-bottom: 0;
}
@media screen and (min-width: 1001px) and (max-width: 1150px) {
  .officer_package .txt_wrap p {
    font-size: 1.45vw;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1150px) {
  .officer_package .txt_wrap .sub_ttl {
    font-size: 1.82vw;
  }
  .officer_package .txt_wrap .sub_ttl .name {
    font-size: 2.36vw;
  }
}

.officer_list_body {
  display: flex;
  column-gap: 4.6%;
}
@media screen and (max-width: 768px) {
  .officer_list_body {
    display: block;
  }
}

.officer_item {
  width: 52.3%;
}
@media screen and (max-width: 768px) {
  .officer_item {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .officer_item .common_img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.history_timeline {
  padding-left: 95px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .history_timeline {
    padding-left: 17px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 400px) {
  .history_timeline {
    padding-left: 0;
  }
}
.history_timeline::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: .95em;
  background-color: #14328A;
  margin-left: -1px;
}

.history_wrap {
  display: flex;
  padding-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .history_wrap {
    padding-bottom: 30px;
  }
}
.history_wrap .year {
  font-size: 1.8rem;
  color: #14328A;
  width: 100px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .history_wrap .year {
    font-size: 1.6rem;
    letter-spacing: .02em;
    width: 68px;
    padding-left: 10px;
  }
}
.history_wrap .year::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #14328A;
  border-radius: 100%;
  position: absolute;
  top: .9em;
  left: -3px;
  margin-top: -1px;
}
.history_wrap .year_body {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .history_wrap .year_body {
    width: calc(100% - 68px);
  }
}

.month_item {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .month_item {
    display: block;
    margin-bottom: 10px;
  }
}
.month_item:last-child {
  margin-bottom: 0;
}
.month_item .month {
  font-size: 1.3rem;
  color: #14328A;
  width: 45px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .month_item .month {
    font-size: 1.5rem;
    padding-top: 0px;
    display: block;
  }
}
.month_item p {
  margin-bottom: 0;
  padding-top: 2px;
  width: calc(100% - 45px);
}
@media screen and (max-width: 768px) {
  .month_item p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 0;
    width: 100%;
  }
}

.office_contents {
  margin-bottom: 100px;
}
.office_contents:last-child {
  margin-bottom: 0;
}

.office_map {
  margin-bottom: 20px;
}

/*================================ お問い合わせ ===============================*/
.contact_form_contents {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact_form_contents {
    margin-bottom: 50px;
  }
}

.contact_form_nav_body {
  display: flex;
  column-gap: 2%;
}
@media screen and (max-width: 768px) {
  .contact_form_nav_body {
    display: block;
  }
}

.contact_form_nav_item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .contact_form_nav_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_form_nav_item:last-child {
    margin-bottom: 0;
  }
}
.contact_form_nav_item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #DBE4F7;
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 1000px) {
  .contact_form_nav_item a {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_nav_item a {
    flex-direction: row;
    padding-left: 25px;
    padding-right: 35px;
    border-radius: 0 50px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_nav_item .btn_mini {
    order: 3;
    margin-left: auto;
  }
}

.contact_form_nav_item_ttl {
  font-size: 2rem;
  color: #383838;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  height: 56px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .contact_form_nav_item_ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_nav_item_ttl {
    order: 2;
  }
}

.contact_form_nav_item_icon {
  width: 114px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .contact_form_nav_item_icon {
    width: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact_form_nav_item_icon {
    order: 1;
    margin-right: 15px;
  }
}

.contact_tel_board {
  background-color: #DBE4F7;
  border-radius: 0 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .contact_tel_board {
    border-radius: 0 50px 0 50px;
  }
}

.contact_tel_board_inner {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_tel_board_inner {
    height: auto;
    padding: 100px 25px;
  }
}
@media screen and (max-width: 400px) {
  .contact_tel_board_inner {
    padding: 50px 15px;
  }
}

.contents .contact_tel_lead {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contents .contact_tel_lead {
    margin-bottom: 20px;
  }
}

.contact_tel_wrap {
  font-family: "Roboto", sans-serif;
  font-size: 4.3rem;
  color: #14328A;
  font-weight: 300;
  width: 480px;
  height: 90px;
  background-color: #fff;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .contact_tel_wrap {
    font-size: 3rem;
    width: 300px;
    height: 60px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 400px) {
  .contact_tel_wrap {
    font-size: 2rem;
    width: 250px;
    height: 50px;
    border-radius: 25px;
  }
}
.contact_tel_wrap .num::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/icon_tel.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 30px;
  margin-right: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact_tel_wrap .num::before {
    bottom: -6px;
  }
}
@media screen and (max-width: 400px) {
  .contact_tel_wrap .num::before {
    width: 24px;
    height: 24px;
    background-size: auto 24px;
  }
}

.biz_time_item {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .biz_time_item {
    text-align: center;
    display: block;
  }
}
.biz_time_item:last-child {
  margin-bottom: 0;
}
.biz_time_item dt {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 3px 5px;
  background-color: #495472;
  width: 115px;
  margin-right: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .biz_time_item dt {
    font-size: 1.4rem;
    margin: 0 auto 5px;
  }
}

/*================================ よくある質問 ===============================*/
.faq_dl {
  margin-bottom: 60px;
  position: relative;
    /*
	dt::after {	
		content: "";
		display: block;
		width: 8px;
		height: 8px;

		border: 0;
		border-right: solid 2px #BC4242;
		border-bottom: solid 2px #BC4242;

		position: absolute;
		top: 50%;
		right: 15px;
		transform: rotate(45deg) translateY(-50%);
		transition: transform .5s;
	}
	dt.active::after {
		transform: rotate(-135deg);
	}
    */
}
.faq_dl:last-child {
  margin-bottom: 0;
}
.case_board .faq_dl {
  margin-bottom: 30px;
}
.faq_dl dt {
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  line-height: 1.3em;
  padding: 22px 50px 10px 45px;
  margin-top: 15px;
  position: relative;
  border-top: solid 1px #E8E8E8;
}
@media screen and (max-width: 768px) {
  .faq_dl dt {
    font-size: 1.6rem;
    padding: 16px 30px 8px 30px;
  }
}
.faq_dl dt::before {
  content: " ";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0;
  width: 40px;
  height: 40px;
  top: 12px;
  left: 0;
  background-image: url("../images/icon_faq_q.svg");
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .faq_dl dt::before {
    width: 26px;
    height: 26px;
    top: 12px;
  }
}
.faq_dl dt:first-child {
  margin-top: 0;
  border-top: 0;
}
.faq_dl dd {
  padding: 10px 15px 15px 45px;
  position: relative;
  /*display: none;*/
  background-image: url("../images/icon_faq_a.svg");
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 40px 40px;
}
@media screen and (max-width: 768px) {
  .faq_dl dd {
    font-size: 1.5rem;
    padding: 0 15px 8px 30px;
    background-position: 0 2px;
    background-size: 26px 26px;
  }
}
.faq_dl dd p {
  margin-bottom: 15px;
}
.faq_dl dd p:last-child {
  margin-bottom: 0;
}
.faq_dl dd .small_ttl {
  margin-top: 0;
}

/*================================ お問い合わせ ===============================*/
/*================================ フォーム ===============================*/
.form_area table {
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-top: solid 1px #14328A;
}

.form_area table tr {
  border-bottom: solid 1px #14328A;
}
.form_area table tr:last-child {
  border-bottom: 0;
}

.form_area tbody th,
.form_area tbody td {
  border: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: transparent;
}

.form_area tbody th {
  position: relative;
}
.form_area tbody th .important {
  position: absolute;
  right: 0;
  font-size: 1.3rem;
}

.form_area tbody td {
  padding-left: 15px;
}

.form_area .submit_group td {
  padding: 30px 0;
}

.form_area .sub_txt {
  color: #999;
}

.form_area .note {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .form_area tbody th {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .form_area tbody td {
    padding-top: 0;
  }

  .form_area .submit_group td {
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
}
input[type="text"],
input[type="email"],
textarea {
  border: solid 1px #14328A;
  background-color: #fff;
  padding: 2px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

select {
  width: 100%;
  border: solid 1px #ccc;
  line-height: 1.5em;
  padding: 2px;
}

input[type="checkbox"] {
  border-color: #ccc;
}

input[type="text"] {
  max-width: 220px;
}

input[type="email"] {
  max-width: 500px;
}

textarea {
  max-width: 500px;
  width: 90%;
}

input[type="submit"] {
  width: 300px;
  padding: 20px;
  background-color: #14328A;
  border: 0;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"] {
    max-width: none;
    width: 100%;
  }

  textarea {
    max-width: none;
    width: 100%;
  }
}
.submit_group input[name="submitBack"] + input {
  color: #14328A;
  background-color: #EBD6E1;
}

/* サンクス */
.thanks_txt {
  text-align: center;
  padding: 60px 15px 0;
  margin-bottom: 60px;
}

.thanks_txt .bld_L {
  font-size: 2rem;
}

@media screen and (max-width: 800px) {
  .thanks_txt {
    text-align: left;
  }

  .thanks_txt .common_txt {
    letter-spacing: .05em;
  }

  .thanks_txt .bld_L {
    font-size: 1.8rem;
  }
}
/*=============================== 20th ================================*/
body.is-20th .kv {
  height: 686px;
  background: #91B3FF;
  background: linear-gradient(135deg, #91b3ff 0%, #d0ffd8 100%);
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  body.is-20th .kv {
    height: auto;
    aspect-ratio: 5 / 4;
    padding: 0;
  }
}
body.is-20th .kv_inner {
  max-width: 1280px;
}
body.is-20th .kv_contents_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.is-20th .kv_img_set {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%);
}
body.is-20th .kv_img_set_body {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.is-20th .kv_img_set_body {
    width: 100%;
  }
}
body.is-20th .kv_img_item {
  position: absolute;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}
body.is-20th .kv_img_item.img01 {
  width: 142px;
  top: 31px;
  right: calc(50% + 200px);
}
@media screen and (max-width: 1000px) {
  body.is-20th .kv_img_item.img01 {
    right: calc(50% + 20vw);
  }
}
@media screen and (max-width: 768px) {
  body.is-20th .kv_img_item.img01 {
    width: 17vw;
    top: 4vw;
    right: auto;
    /*left: 165px;*/
    left: 20vw;
  }
}
body.is-20th .kv_img_item.img02 {
  width: 303px;
  top: 52px;
  left: calc(50% + 200px);
}
@media screen and (max-width: 1000px) {
  body.is-20th .kv_img_item.img02 {
    left: calc(50% + 20vw);
  }
}
@media screen and (max-width: 768px) {
  body.is-20th .kv_img_item.img02 {
    /*width: 250px;*/
    width: 30vw;
    top: 6.77vw;
    left: auto;
    /*right: 15px;*/
    right: 2vw;
  }
}
body.is-20th .kv_img_item.img03 {
  width: 260px;
  top: 185px;
  right: calc(50% + 380px);
}
@media screen and (max-width: 1200px) {
  body.is-20th .kv_img_item.img03 {
    right: calc(50% + 300px);
  }
}
@media screen and (max-width: 1000px) {
  body.is-20th .kv_img_item.img03 {
    right: calc(50% + 28vw);
  }
}
@media screen and (max-width: 768px) {
  body.is-20th .kv_img_item.img03 {
    /*width: 200px;*/
    width: 26vw;
    top: 24.1vw;
    right: auto;
    left: 2vw;
  }
}
body.is-20th .kv_img_item.img04 {
  width: 242px;
  top: 360px;
  left: calc(50% + 400px);
}
@media screen and (max-width: 1200px) {
  body.is-20th .kv_img_item.img04 {
    left: calc(50% + 300px);
  }
}
@media screen and (max-width: 1000px) {
  body.is-20th .kv_img_item.img04 {
    left: calc(50% + 30vw);
  }
}
@media screen and (max-width: 768px) {
  body.is-20th .kv_img_item.img04 {
    /*width: 200px;*/
    width: 26vw;
    /*top: 320px;*/
    top: 41.67vw;
    left: calc(50% + 25vw);
  }
}
body.is-20th .kv_img_item.img05 {
  width: 274px;
  top: 530px;
  right: calc(50% + 270px);
}
@media screen and (max-width: 1000px) {
  body.is-20th .kv_img_item.img05 {
    width: 250px;
    top: 560px;
    right: calc(50% + 7vw);
  }
}
@media screen and (max-width: 768px) {
  body.is-20th .kv_img_item.img05 {
    /*width: 200px;*/
    width: 26vw;
    /*top: 450px;*/
    top: 58.6vw;
    right: calc(50% + 8vw);
  }
}
body.is-20th .kv_img_item.img06 {
  width: 193px;
  top: 610px;
  left: calc(50% + 80px);
}
@media screen and (max-width: 1000px) {
  body.is-20th .kv_img_item.img06 {
    left: calc(50% + 8vw);
  }
}
@media screen and (max-width: 768px) {
  body.is-20th .kv_img_item.img06 {
    /*width: 170px;*/
    width: 22.13vw;
    /*top: 500px;*/
    top: 67.1vw;
  }
}
body.is-20th .kv_img_item.img07 {
  width: 214px;
  top: 820px;
  right: calc(50% + 426px);
}
@media screen and (max-width: 1200px) {
  body.is-20th .kv_img_item.img07 {
    width: 180px;
    top: 760px;
    right: calc(50% + 200px);
  }
}
@media screen and (max-width: 1000px) {
  body.is-20th .kv_img_item.img07 {
    display: none;
  }
}
body.is-20th .kv_img_item.img08 {
  width: 252px;
  top: 743px;
  left: calc(50% + 388px);
}
@media screen and (max-width: 1200px) {
  body.is-20th .kv_img_item.img08 {
    width: 200px;
    top: 790px;
    left: calc(50% + 280px);
  }
}
@media screen and (max-width: 1000px) {
  body.is-20th .kv_img_item.img08 {
    display: none;
  }
}
body.is-20th .l-section {
  margin-bottom: 0;
}

.anniversary_page_ttl {
  width: 100%;
  max-width: 400px;
  position: relative;
  top: -15px;
}
@media screen and (max-width: 768px) {
  .anniversary_page_ttl {
    /*width: 280px;*/
    width: 36.46vw;
  }
}

.anniversary_logo {
  max-width: 353px;
  margin: 0 auto 13px;
}
@media screen and (max-width: 768px) {
  .anniversary_logo {
    width: 90%;
  }
}

.anniversary_catch {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anniversary_catch {
    /*font-size: 2rem;*/
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 400px) {
  .anniversary_catch {
    letter-spacing: .02em;
  }
}

.anniversary_contents_ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .anniversary_contents_ttl {
    margin-bottom: 25px;
  }
}
.anniversary_contents_ttl span {
  display: block;
}
.anniversary_contents_ttl .txt_en {
  height: 38px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .anniversary_contents_ttl .txt_en {
    height: 30px;
  }
}
.anniversary_contents_ttl .txt_en img {
  width: auto;
  height: 100%;
}
.anniversary_contents_ttl .txt_jp {
  font-size: 2.7rem;
  color: #AA9523;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .anniversary_contents_ttl .txt_jp {
    font-size: 2.2rem;
    letter-spacing: .02em;
  }
}

.anniversary_intro .inner_contents {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1000px) {
  .anniversary_intro .inner_contents {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .anniversary_intro .inner_contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.anniversary_message_body {
  text-align: center;
  line-height: 3.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .anniversary_message_body {
    text-align: left;
    line-height: 2;
  }
}

.anniversary_special_contents {
  background: #91B3FF;
  background: linear-gradient(135deg, #91b3ff 0%, #d0ffd8 100%);
}
.anniversary_special_contents .inner_contents {
  padding: 100px 25px 200px;
}
@media screen and (max-width: 768px) {
  .anniversary_special_contents .inner_contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.anniversary_special_lead {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .anniversary_special_lead {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .anniversary_special_lead {
    text-align: left;
    margin-bottom: 50px;
  }
}

/*=============================== 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;
}
