@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..600&family=Zen+Old+Mincho&display=swap");
:root {
  --vw: 1vw;
}

/*
------------------------
用途：個別にhover要素付けたい時用
------------------------
例）
div {
    width:100px;
    height:100px;
    @include hover;
}
*/
/*
------------------------
用途：良く使うflexを1行に短縮
------------------------
例）
div {
    @include flex(b,w);
}
↑これは↓これを一行で書いた例
div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
*/
/*--------------------------------------------------------------
	reset
---------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-size: 14px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 0.8928571429vw;
}
@media only screen and (min-width: 1120px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: var(--color-base);
  line-height: 1.8;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  word-break: break-word;
  width: 100%;
  font-weight: 400;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-size: 1.6rem;
  background-image: url("../../assets/img/common/bg1.jpg");
  background-repeat: repeat;
  background-size: 10rem 10rem;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.mainSection {
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  .mainSection {
    margin-top: 5rem;
  }
}

.container {
  overflow: hidden;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img:hover {
  opacity: 0.6;
}

section.sec {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 0.1rem solid rgba(25, 29, 106, 0.2);
}
@media only screen and (max-width: 768px) {
  section.sec {
    margin-bottom: 5.6rem;
    padding-bottom: 5.6rem;
  }
}

.sec-in {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.sec-in--short {
  max-width: 99rem;
}
.sec-in--bg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .sec-in--bg {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}
.sec-in--bg-top {
  padding-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .sec-in--bg-top {
    padding-top: 5.6rem;
  }
}
.sec-in--bg-bottom {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .sec-in--bg-bottom {
    padding-bottom: 5.6rem;
  }
}

.inview, .inview-list {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.inview.animate, .inview-list.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
:root {
  --header-height: 9rem;
  --icon-arrow-height: .6rem;
}

@media only screen and (max-width: 768px) {
  :root {
    --header-height: 6rem;
  }
}
.header {
  height: var(--header-height);
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  background: url("../../assets/img/common/bg1.jpg");
  background-repeat: repeat;
  background-size: 10rem 10rem;
}
.header__in {
  margin: 0 auto;
  padding: 0 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header__in {
    width: 100%;
    padding: 0 0 0 1.6rem;
  }
}
.header .icon-arrow {
  position: relative;
}
.header .icon-arrow::after {
  content: none;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 1.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .header .icon-arrow::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-top: 0.1rem solid #fff;
    border-right: 0.1rem solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    right: 1.2rem;
  }
}
.header__logo {
  width: 19rem;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 16.6rem;
  }
}
.header__logo img {
  display: block;
  top: 0;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .header__nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: auto;
    inset: 0;
    display: none;
    background: url("../../assets/img/common/bg_sp_menu.jpg") no-repeat center;
    background-repeat: repeat;
    background-size: 10rem 10rem;
    color: #fff;
    padding: 8rem 2.4rem 4rem;
  }
  .header__nav-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .header__menu {
    display: block;
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .header__item {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.6);
    height: auto;
    line-height: 1.6;
  }
}
.header__item > a {
  display: block;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .header__item > a {
    min-height: 5rem;
    padding: 0 4rem 0 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .header__item > a.icon-blank::after {
    background-image: url("../../assets/img/common/icon_blank_wh.svg");
    position: absolute;
    right: 0.8rem;
    width: 1.3rem;
  }
}
@media (min-width: 769px) {
  .header__item > a:hover {
    opacity: 0.6;
  }
}
.header__item > a .mega-menu-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__item > a .mega-menu-toggle {
    position: absolute;
    display: block;
    right: 0.8rem;
    top: 1.8rem;
    width: 1.4rem;
    aspect-ratio: 1;
  }
}
.header__item > a .mega-menu-toggle::before, .header__item > a .mega-menu-toggle::after {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height: 0.1rem;
  content: "";
  position: absolute;
  top: 0.7rem;
  background-color: #fff;
}
.header__item > a .mega-menu-toggle::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  .header__other-menu {
    padding: 2rem;
  }
}
.header__other-menu .btn-contact {
  background-color: #333;
  color: #fff;
  width: 16rem;
  line-height: var(--header-height);
  text-align: center;
  display: block;
  margin-left: 4rem;
}
@media (max-width: 96rem) {
  .header__other-menu .btn-contact {
    margin-left: 2.4rem;
  }
}
@media only screen and (max-width: 96rem) and (max-width: 768px) {
  .header__other-menu .btn-contact {
    margin: 0;
    width: 100%;
  }
}
.header__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
  gap: 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  .header__sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.2rem;
  }
}
.header__sub-menu--item a.icon-blank::after {
  margin: -0.1rem 0 0 0.4rem;
}
@media only screen and (max-width: 768px) {
  .header__sub-menu--item a.icon-blank::after {
    background-image: url("../../assets/img/common/icon_blank_wh.svg");
  }
}
.header__sub-menu--language {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  font-weight: 600;
}
.header__sub-menu--language::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../../assets/img/common/icon_language.svg");
  background-size: contain;
  vertical-align: middle;
  margin: 0.3rem 0rem 0 0;
}
@media only screen and (max-width: 768px) {
  .header__sub-menu--language::before {
    background-image: url("../../assets/img/common/icon_language_wh.svg");
  }
}
.header__sub-menu--language .gtranslate_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1.2rem;
  position: relative;
}
.header__sub-menu--language .gtranslate_wrapper::after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1.9rem;
  color: var(--color-base);
}
@media only screen and (max-width: 768px) {
  .header__sub-menu--language .gtranslate_wrapper::after {
    color: #fff;
  }
}
.header__sub-menu--language .gtranslate_wrapper a {
  color: #999;
}
.header__sub-menu--language .gtranslate_wrapper a.gt-current-lang {
  color: var(--color-base);
}
@media only screen and (max-width: 768px) {
  .header__sub-menu--language .gtranslate_wrapper a.gt-current-lang {
    color: #fff;
  }
}
.header__sub-menu--login {
  position: relative;
}
.header__sub-menu--login::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../../assets/img/common/icon_login.svg");
  background-size: contain;
  vertical-align: middle;
  margin: 0rem 0.4rem 0 0;
}
@media only screen and (max-width: 768px) {
  .header__sub-menu--login::before {
    background-image: url("../../assets/img/common/icon_login_wh.svg");
    margin: 0rem 0.6rem 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .header__sub-menu--search {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .header__mega-menu-item.mega-menu-open > .mega-menu-link {
    font-weight: bold;
  }
}
.header__mega-menu-item.mega-menu-open > .mega-menu-link .mega-menu-toggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header .mega-menu {
  display: none;
  width: 100%;
  padding: 4.8rem 2.4rem;
  position: absolute;
  gap: 2.4rem;
  top: var(--header-height);
  left: 0;
  right: 0;
  background: url("../../assets/img/common/bg_sp_menu.jpg") no-repeat center;
  background-repeat: repeat;
  background-size: 10rem 10rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .header .mega-menu {
    position: static;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    color: var(--color-base);
  }
}
.header .mega-menu__in {
  max-width: 114.8rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  .header .mega-menu__in {
    padding: 0;
  }
}
.header .mega-menu__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 4.8rem;
}
.header .mega-menu__ttl a.ttl-link:hover {
  opacity: 0.6;
}
.header .mega-menu__ttl a.ttl-link.icon-arrow::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-width: 0.2rem;
  top: 2rem;
  right: -2.4rem;
}
.header .mega-menu__ttl a.ttl-link.icon-blank::after {
  width: 1.4rem;
  margin: -0.4rem 0 0 1.2rem;
}
.header .mega-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .header .mega-menu__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.header .mega-menu__item {
  line-height: 1.6;
}
.header .mega-menu__item a {
  border-bottom: 0.1rem solid #fff;
  padding-bottom: 1.6rem;
  display: block;
}
.header .mega-menu__item a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .header .mega-menu__item a {
    padding: 1.6rem;
    border-bottom: 0.1rem solid var(--color-base);
  }
}
.header .mega-menu__item a.icon-arrow::after {
  content: "";
}
@media only screen and (max-width: 768px) {
  .header .mega-menu__item a.icon-arrow::after {
    right: 0.8rem;
    border-color: var(--color-base);
    top: 50%;
    right: 1.4rem;
  }
}
.header .mega-menu__item a.icon-blank::after {
  position: absolute;
  right: 0;
  width: 1.2rem;
  top: 1rem;
}
@media only screen and (max-width: 768px) {
  .header .mega-menu__item a.icon-blank::after {
    background-image: url("../../assets/img/common/icon_blank.svg");
    right: 1.2rem;
    width: 1.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header .mega-menu__item:last-child a {
    border: none;
  }
}
.header__toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__toggle {
    display: grid;
    place-content: center;
    width: 6rem;
    aspect-ratio: 1;
    position: absolute;
    z-index: 100;
    right: 0;
  }
  .header__toggle span {
    height: 0.2rem;
    background: var(--color-base);
    display: block;
    width: 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__toggle span:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
  .header__toggle.open span {
    background: #fff;
  }
  .header__toggle.open span:not(:last-of-type) {
    margin-bottom: -0.2rem;
  }
  .header__toggle.open span:nth-child(1) {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  .header__toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .header__toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
  }
}
.header .search-form {
  width: 16.4rem;
  height: 2.8rem;
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .header .search-form {
    width: 100%;
    height: 5.6rem;
    margin-top: 1.6rem;
  }
}
.header .search-form input {
  padding: 0.4rem 3.2rem 0.4rem 1.2rem;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  font-size: 1em;
  outline: none;
  width: 100%;
  height: 100%;
}
.header .search-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.header .search-form input::-moz-placeholder {
  color: #ffffff;
}
.header .search-form input:-ms-input-placeholder {
  color: #ffffff;
}
.header .search-form input::-ms-input-placeholder {
  color: #ffffff;
}
.header .search-form input::placeholder {
  color: #ffffff;
}
.header .search-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .header .search-form button {
    right: 1.6rem;
  }
}
.header .search-form button::after {
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("../../assets/img/common/icon_search.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media only screen and (max-width: 768px) {
  .header .search-form button::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.header .js-login-menu {
  margin-right: -2.2rem;
}
.header .js-login-menu .mega-menu-link {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .js-login-menu {
    margin-right: 0;
  }
  .header .js-login-menu .mega-menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sec-cv {
  background: url("../../assets/img/common/cv_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 12rem 0;
  margin-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .sec-cv {
    padding: 6rem 0;
    margin-top: 8rem;
  }
}
.sec-cv__txt {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .sec-cv__txt {
    font-size: 1.5rem;
    margin-bottom: 3.2rem;
  }
}
.sec-cv__btn {
  background-color: #fff;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  max-width: 55.6rem;
  height: 12.3rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.sec-cv__btn:hover {
  background-color: var(--color-base);
  color: #fff;
}
.sec-cv__btn:hover::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url("../../assets/img/common/icon_mail_wh.svg");
}
@media only screen and (max-width: 768px) {
  .sec-cv__btn {
    width: 100%;
    height: 7.2rem;
    font-size: 1.8rem;
  }
}
.sec-cv__btn::before {
  content: "";
  width: 3rem;
  height: 2.4rem;
  background-image: url("../../assets/img/common/icon_mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0.3rem 2.4rem 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .sec-cv__btn::before {
    width: 2rem;
    height: 1.6rem;
    margin: 0.3rem 1.6rem 0 0;
  }
}

.footer > .sec-in {
  padding-top: 6rem;
  padding-bottom: 3.2rem;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__top {
  margin-bottom: 4rem;
}
.footer__logo {
  width: 24.7rem;
  margin: 0 auto;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .footer__sns {
    width: 100%;
    gap: 2.4rem;
  }
}
.footer__sns .sns-item img {
  aspect-ratio: 1;
  height: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer__sns .sns-item img {
    height: 3.2rem;
  }
}
.footer__middle {
  display: grid;
  grid-template-columns: repeat(5, 19rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer__middle {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer__middle .menu-row {
    display: contents;
  }
}
.footer__middle .menu-row .menu + .menu {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .footer__middle .menu-row .menu + .menu {
    margin-top: 0;
  }
}
.footer__middle .menu dt {
  margin-bottom: 1.6rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.footer__middle .menu dd {
  font-size: 1.2rem;
  line-height: 1.4;
}
.footer__middle .menu dd:not(:last-of-type) {
  margin-bottom: 1.4rem;
}
.footer__bottom {
  width: 100%;
  margin-top: 4rem;
}
.footer__bottom::before {
  content: "";
  border-top: 0.1rem solid rgba(25, 29, 106, 0.2);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer__bottom::before {
    width: 100%;
    margin: auto;
  }
}
.footer__bottom .sec-in {
  padding-top: 4rem;
}
.footer__bottom .menu {
  font-size: 1.2rem;
  gap: 0.8rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer__bottom .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
  }
}
.footer__copyright {
  font-size: 1rem;
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    width: 100%;
  }
}
.footer a:hover {
  opacity: 0.6;
}

:root {
  --color-base: #191D6A;
  --color-gray: #191D6A;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
}

.c-ttl-g--xl {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .c-ttl-g--xl {
    font-size: 2.2rem;
  }
}
.c-ttl-g--l {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .c-ttl-g--l {
    font-size: 2rem;
  }
}
.c-ttl-g--m {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-ttl-g--m {
    font-size: 1.6rem;
  }
}
.c-ttl-g--s {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .c-ttl-g--s {
    font-size: 1.6rem;
  }
}

.c-ttl-m {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
}
.c-ttl-m--xl {
  font-size: 3rem;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl-m--xl {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.c-ttl-m--xl + .c-ttl-txt {
  text-align: center;
  font-weight: 500;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .c-ttl-m--xl + .c-ttl-txt {
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
.c-ttl-m--l {
  font-size: 2.5rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .c-ttl-m--l {
    font-size: 2rem;
  }
}

.c-ttl-l {
  font-size: 3.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .c-ttl-l {
    font-size: 2.4rem;
  }
}

.c-txt-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  color: var(--color-base);
  font-weight: bold;
}
.c-txt-link__icon {
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--color-base);
  border-radius: 50%;
  position: relative;
  border: 0.1rem solid var(--color-base);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-txt-link__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.c-txt-link__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-txt-link__blank::before {
  content: "";
  display: inline-block;
  background: url("../../assets/img/common/icon_blank.svg") no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 0 -0.1rem 0;
}
.c-txt-link:hover {
  text-decoration: underline;
}
.c-txt-link:hover .c-txt-link__icon {
  background-color: #fff;
}
.c-txt-link:hover .c-txt-link__icon::before {
  border-color: var(--color-base);
}

.btn {
  display: inline-block;
  width: 38rem;
  height: 6rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--color-base);
  border: 0.1rem solid var(--color-base);
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 32rem;
  }
}
.btn:after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 2rem;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .btn:after {
    width: calc(1.8666666667 * var(--vw));
    height: calc(1.8666666667 * var(--vw));
  }
}
.btn:hover {
  background-color: #fff;
  border-color: var(--color-base);
  color: var(--color-base);
}
.btn:hover:after {
  right: 1.6rem;
  border-color: var(--color-base);
}
.btn--left {
  margin: 4rem auto 0 0;
}
@media only screen and (max-width: 768px) {
  .btn--left {
    margin: 4rem auto 0;
  }
}
.btn--blank::after {
  background: url("../../assets/img/common/icon_blank_wh.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: none;
          transform: none;
  border: none;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.btn--blank:hover::after {
  background: url("../../assets/img/common/icon_blank.svg") no-repeat center;
  background-size: contain;
}

.btn-02 {
  overflow: hidden;
  border-radius: 0.8rem;
}
.btn-02 a {
  border-radius: 0.8rem;
  width: 48rem;
  height: 11rem;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .btn-02 a {
    padding-left: 2.4rem;
    height: 8rem;
    font-size: 1.6rem;
    max-width: 100%;
  }
}
.btn-02 a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../../assets/img/common/bg_card_blue.jpg") no-repeat center;
  background-size: cover;
}
.btn-02 a::after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-02 a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-02 a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-02 a:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.btn-02 a:hover .c-card__icon {
  background-color: #fff;
}
.btn-02 a:hover .c-card__icon::before {
  border-color: var(--color-base);
}
.btn-02 a:hover .c-card__icon--blank {
  background: none;
}
.btn-02 a__icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  position: absolute;
  right: 4.8rem;
  bottom: 2.2rem;
  border: 0.1rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media only screen and (max-width: 768px) {
  .btn-02 a__icon {
    right: 2.4rem;
    bottom: 2rem;
  }
}
.btn-02 a__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-02 a--01 a {
  padding: 2.4rem 2.4rem 4.8rem;
}
.btn-02 a--01__num {
  font-size: 1.9rem;
}
.btn-02 a--01__ttl {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.btn-02 a--01__txt {
  font-size: 1.4rem;
}
.btn-02 a--02 a {
  padding: 2.4rem 2.4rem 4rem;
}
.btn-02 a--02 a .ttl {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.btn-02 a--02 a .c-card__icon {
  right: 2.4rem;
  bottom: 1.6rem;
}

.c-card {
  border-radius: 0.8rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.c-card a {
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.c-card a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card a::after {
  background-color: rgba(0, 0, 0, 0);
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-card a:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.c-card a:hover .c-card__icon {
  background-color: #fff;
}
.c-card a:hover .c-card__icon::before {
  border-color: var(--color-base);
}
.c-card a:hover .c-card__icon--blank {
  background: none;
}
.c-card a.blue:before {
  background: url("../../assets/img/common/bg_card_blue.jpg") no-repeat center;
  background-size: cover;
}
.c-card a.navy:before {
  background: url("../../assets/img/common/bg_card_navy.jpg") no-repeat center;
  background-size: cover;
}
.c-card a.light-blue:before {
  background: url("../../assets/img/common/bg_card_light-blue.jpg") no-repeat center;
  background-size: cover;
}
.c-card a.purple:before {
  background: url("../../assets/img/common/bg_card_purple.jpg") no-repeat center;
  background-size: cover;
}
.c-card a.brown:before {
  background: url("../../assets/img/common/bg_card_brown.jpg") no-repeat center;
  background-size: cover;
}
.c-card a.teal:before {
  background: url("../../assets/img/common/bg_card_teal.jpg") no-repeat center;
  background-size: cover;
}
.c-card__icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  position: absolute;
  right: 4.8rem;
  bottom: 2.2rem;
  border: 0.1rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media only screen and (max-width: 768px) {
  .c-card__icon {
    right: 2.4rem;
    bottom: 2rem;
  }
}
.c-card__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__icon--blank {
  border: none;
}
.c-card__icon--blank::before {
  background: url("../../assets/img/common/icon_blank_wh.svg") no-repeat center;
  background-size: cover;
  -webkit-transform: none;
          transform: none;
  border: none;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-card--01 a {
  padding: 2.4rem 4rem 4.8rem;
}
@media only screen and (max-width: 768px) {
  .c-card--01 a {
    padding: 2.4rem 2.4rem 4.8rem;
  }
}
.c-card--01__num {
  font-size: 1.9rem;
}
.c-card--01__en {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .c-card--01__en {
    font-size: 1.6rem;
  }
}
.c-card--01__ttl {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .c-card--01__ttl {
    font-size: 1.8rem;
  }
}
.c-card--01__txt {
  font-size: 1.4rem;
}
.c-card--02 a {
  padding: 2.4rem 2.4rem 4rem;
}
.c-card--02 a .ttl {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.c-card--02 a .c-card__icon {
  right: 2.4rem;
  bottom: 1.6rem;
}
.c-card--03 a {
  padding: 2.4rem 2.4rem 4rem;
  background-color: #fff;
  border: 0.1rem solid var(--color-base);
  border-radius: 0.8rem;
  padding: 1.6rem 1.6rem 4rem;
  color: var(--color-base);
}
.c-card--03 a::before, .c-card--03 a::after {
  content: none;
}
.c-card--03 a:hover .c-card__icon {
  border-color: var(--color-base);
}
.c-card--03__ttl {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.c-card--03__txt {
  font-size: 1.4rem;
}
.c-card--03 .c-card__icon {
  right: 2.4rem;
  bottom: 1.6rem;
  background-color: var(--color-base);
}

.c-carousel {
  position: relative;
}
.c-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../assets/img/common/bg1.jpg");
  background-repeat: repeat;
  background-size: 10rem 10rem;
  width: 100vw;
  height: 100%;
  pointer-events: auto;
  z-index: 5;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media only screen and (max-width: 768px) {
  .c-carousel::before {
    content: none;
  }
}
.c-carousel .swiper {
  overflow: unset;
}
@media only screen and (max-width: 768px) {
  .c-carousel .swiper {
    margin: auto;
    padding-right: 0;
  }
}
.c-carousel__link {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 0.8rem;
}
.c-carousel__link .c-category-tag {
  background-color: rgba(255, 255, 255, 0.75);
  color: var(--color-base);
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  font-weight: 500;
  padding: 0.3rem 0.8rem;
}
.c-carousel__link:hover {
  opacity: 0.6;
}
.c-carousel__link:hover img {
  opacity: 1;
}
.c-carousel__info h2 {
  margin: 1.6rem 0 0.8rem;
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .c-carousel__info h2 {
    font-size: 1.8rem;
  }
}
.c-carousel .swiper-control {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .c-carousel .swiper-control {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 1.6rem;
  }
}
.c-carousel .swiper-control .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  gap: 0.8rem;
}
.c-carousel .swiper-control .swiper-pagination span {
  margin: 0;
}
.c-carousel .swiper-control .swiper-pagination .swiper-pagination-bullet {
  border: 0.1rem solid var(--color-base);
  background: none;
  opacity: 0.5;
}
.c-carousel .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-base);
  opacity: 1;
}
.c-carousel .swiper-control .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: -2rem;
}
@media only screen and (max-width: 768px) {
  .c-carousel .swiper-control .button-area {
    gap: 1.2rem;
  }
}
.c-carousel .swiper-control .button-area .swiper-button-next,
.c-carousel .swiper-control .button-area .swiper-button-prev {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  inset: 0;
  border-radius: 50%;
  border: 0.1rem solid var(--color-base);
}
@media only screen and (max-width: 768px) {
  .c-carousel .swiper-control .button-area .swiper-button-next,
.c-carousel .swiper-control .button-area .swiper-button-prev {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-carousel .swiper-control .button-area .swiper-button-next::after,
.c-carousel .swiper-control .button-area .swiper-button-prev::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.1rem solid var(--color-base);
  border-right: 0.1rem solid var(--color-base);
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
  top: 50%;
  left: 50%;
  position: absolute;
}
.c-carousel .swiper-control .button-area .swiper-button-next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .c-tab-contents {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.c-tab-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .c-tab-contents__list {
    display: none;
  }
}
.c-tab-contents__list li {
  width: 33.3333333%;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border: 0.1rem solid var(--color-base);
  height: 7rem;
  line-height: 1.4;
  border-radius: 0.8rem 0.8rem 0 0;
  border-bottom: none;
  display: grid;
  place-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
.c-tab-contents__list li:hover, .c-tab-contents__list li.current {
  background: #fff;
}
.c-tab-contents__list li.current {
  position: relative;
}
.c-tab-contents__list li.current:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  bottom: -0.1rem;
}
.c-tab-contents__group {
  background-color: #fff;
  padding: 5.6rem 6.4rem;
  border: 0.1rem solid var(--color-base);
  border-radius: 0 0 0.8rem 0.8rem;
}
@media only screen and (max-width: 768px) {
  .c-tab-contents__group {
    padding: 0;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.1rem;
  }
}
.c-tab-contents__panel {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-tab-contents__panel {
    display: block;
  }
}
.c-tab-contents__panel .accordion-ttl {
  display: none;
}
@media only screen and (max-width: 768px) {
  .c-tab-contents__panel .accordion-ttl {
    display: block;
    background-color: var(--color-base);
    color: #fff;
    position: relative;
    padding: 2.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .c-tab-contents__panel .accordion-ttl__toggle {
    position: absolute;
    right: 1.6rem;
    top: 3rem;
    width: 1.2rem;
    aspect-ratio: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .c-tab-contents__panel .accordion-ttl__toggle::before, .c-tab-contents__panel .accordion-ttl__toggle::after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
    height: 0.1rem;
    content: "";
    position: absolute;
    top: 50%;
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .c-tab-contents__panel .accordion-ttl__toggle::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 768px) {
  .c-tab-contents__panel .accordion-ttl.open .accordion-ttl__toggle::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.c-tab-contents__panel.show {
  display: block;
  -webkit-animation: tab_animation 1s cubic-bezier(0.2, 1, 0.3, 1) 0s;
          animation: tab_animation 1s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
@-webkit-keyframes tab_animation {
  0% {
    opacity: 0;
    bottom: -2rem;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes tab_animation {
  0% {
    opacity: 0;
    bottom: -2rem;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-tab-contents__panel .panel-in {
    display: none;
    padding: 4rem 2rem;
  }
}
.c-tab-contents .panel-contents__box--01 {
  display: grid;
  grid-template-columns: 1fr 46rem;
  gap: 3.2rem;
  font-size: 1.4rem;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .c-tab-contents .panel-contents__box--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
.c-tab-contents .panel-contents__box--01 img {
  border-radius: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .c-tab-contents .panel-contents__box--02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-tab-contents .panel-contents__box--02 .ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .c-tab-contents .panel-contents__box--02 .ttl-area {
    display: contents;
  }
  .c-tab-contents .panel-contents__box--02 .ttl-area .c-txt-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 1.6rem 0 0 auto;
  }
}
.c-tab-contents .panel-contents__box--02 .ttl-area h4 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-tab-contents .panel-contents__box--02 .ttl-area h4 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.c-tab-contents .panel-contents__box--02 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .c-tab-contents .panel-contents__box--02 .list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.topic-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .topic-path {
    margin-bottom: 1.6rem;
  }
}
.topic-path li {
  margin-right: 1rem;
  font-size: 1.2rem;
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .topic-path li {
    max-width: inherit;
    margin-right: 0.8rem;
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}
.topic-path li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--color-base);
  border-right: 1px solid var(--color-base);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 0;
}
.topic-path li:first-child {
  padding-left: 0;
}
.topic-path li:first-child:before {
  display: none;
}
.topic-path li a {
  display: block;
  text-decoration: underline;
}
.topic-path li a:hover {
  text-decoration: none;
}

.u-kv {
  height: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9rem;
  border-bottom: 0.1rem solid rgba(25, 29, 106, 0.2);
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .u-kv {
    min-height: 16rem;
    height: 100%;
    padding: 1.6rem 0;
    margin: 6rem 0 5.4rem;
  }
}
.u-kv h1 {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .u-kv h1 {
    font-size: 2.8rem;
  }
}

.news-001__list {
  border-bottom: solid 0.1rem #C8C8C8;
  font-weight: 400;
}
.news-001__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 2.4rem;
  padding: 3.2rem 2.4rem 1.2rem 0;
}
@media only screen and (max-width: 768px) {
  .news-001__link {
    gap: 0 1.6rem;
    padding: 1.6rem 2.4rem 1.2rem 0;
  }
}
.news-001__link:hover .news-001__ttl {
  text-decoration: underline;
}
.news-001__date {
  line-height: 1.4;
}
.news-001__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: -0.4rem;
}
@media only screen and (max-width: 768px) {
  .news-001__ttl {
    -webkit-line-clamp: 2;
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  .news-001__ttl {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 1rem;
  }
}

.c-category-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem 1.6rem;
  color: #fff;
  background-color: #333;
  border-radius: 50rem;
  line-height: 1.4;
  font-size: 1.2rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .c-category-tag {
    font-size: 1rem;
  }
}
.c-category-tag.cat-news, .c-category-tag.blue {
  background-color: #607FA0;
}
.c-category-tag.cat-media {
  background-color: #544D4C;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .pagination ul {
    gap: 0.8rem;
  }
}
.pagination ul li span,
.pagination ul a {
  display: inline-block;
  color: var(--color-base);
  opacity: 0.6;
  text-align: center;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  font-weight: 400;
}
.pagination ul li span:hover, .pagination ul li span.current,
.pagination ul a:hover,
.pagination ul a.current {
  border-bottom: 0.1rem solid var(--color-base);
  opacity: 1;
}
.pagination ul li span.next, .pagination ul li span.prev,
.pagination ul a.next,
.pagination ul a.prev {
  border-radius: 50rem;
  border: 0.1rem solid var(--color-base);
  opacity: 1;
  position: relative;
}
.pagination ul li span.next::before, .pagination ul li span.prev::before,
.pagination ul a.next::before,
.pagination ul a.prev::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: 50%;
  left: 50%;
  border-top: 0.1rem solid var(--color-base);
  border-right: 0.1rem solid var(--color-base);
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
.pagination ul li span.prev:before,
.pagination ul a.prev:before {
  -webkit-transform: translate(-30%, -50%) rotate(-45deg) scale(-1, 1);
          transform: translate(-30%, -50%) rotate(-45deg) scale(-1, 1);
}

.icon-blank {
  position: relative;
}
.icon-blank::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  aspect-ratio: 1;
  background-image: url("../../assets/img/common/icon_blank.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  border: none;
  margin: -0.3rem 0 0 0.6rem;
}
.icon-blank--wh::after {
  background-image: url("../../assets/img/common/icon_blank_wh.svg");
}

.sec-404 {
  text-align: center;
  margin-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .sec-404 {
    margin-top: 10rem;
  }
}
.sec-404__ttl {
  font-size: 18rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: rgba(25, 29, 106, 0.2);
}
@media only screen and (max-width: 768px) {
  .sec-404__ttl {
    font-size: 12rem;
  }
}
.sec-404__sub-ttl--01 {
  color: rgba(25, 29, 106, 0.2);
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 4.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  margin-top: -1.6rem;
}
@media only screen and (max-width: 768px) {
  .sec-404__sub-ttl--01 {
    font-size: 4.7rem;
    margin-top: -0.8rem;
    margin-bottom: 3.2rem;
  }
}
.sec-404__sub-ttl--02 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .sec-404__sub-ttl--02 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec-404__txt {
    text-align: left;
  }
}

.t-center {
  text-align: center;
}

.column {
  display: grid;
}
.column--2 {
  grid-template-columns: repeat(2, 1fr);
}
.column--3 {
  grid-template-columns: repeat(3, 1fr);
}
.column--4 {
  grid-template-columns: repeat(4, 1fr);
}
.column--5 {
  grid-template-columns: repeat(5, 1fr);
}
.column--1-11 {
  grid-template-columns: 1fr 11fr;
}
.column--2-10 {
  grid-template-columns: 2fr 10fr;
}
.column--3-9 {
  grid-template-columns: 3fr 9fr;
}
.column--4-8 {
  grid-template-columns: 4fr 8fr;
}
.column--5-7 {
  grid-template-columns: 5fr 7fr;
}
.column--11-1 {
  grid-template-columns: 11fr 1fr;
}
.column--10-2 {
  grid-template-columns: 10fr 2fr;
}
.column--9-3 {
  grid-template-columns: 9fr 3fr;
}
.column--8-4 {
  grid-template-columns: 8fr 4fr;
}
.column--7-5 {
  grid-template-columns: 7fr 5fr;
}
.column--auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}
.column--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .column--1-sp {
    grid-template-columns: repeat(1, 1fr);
  }
  .column--2-sp {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gap-80 {
  gap: 8rem;
}

.gap-60 {
  gap: 6rem;
}

.gap-40 {
  gap: 4rem;
}

.gap-32 {
  gap: 3.2rem;
}

.gap-24 {
  gap: 2.4rem;
}

.gap-16 {
  gap: 1.6rem;
}

.gap-8 {
  gap: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .gap-24-sp {
    gap: 2.4rem;
  }

  .gap-16-sp {
    gap: 1.6rem;
  }

  .gap-8-sp {
    gap: 0.8rem;
  }
}
.gap-r-60 {
  row-gap: 6rem;
}

.gap-r-40 {
  row-gap: 4rem;
}

.gap-r-32 {
  row-gap: 3.2rem;
}

.gap-r-24 {
  row-gap: 2.4rem;
}

.gap-r-16 {
  row-gap: 1.6rem;
}

.gap-r-8 {
  row-gap: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .gap-r-32-sp {
    row-gap: 3.2rem;
  }

  .gap-r-24-sp {
    row-gap: 2.4rem;
  }

  .gap-r-16-sp {
    row-gap: 1.6rem;
  }

  .gap-r-8-sp {
    row-gap: 0.8rem;
  }
}
.gap-c-60 {
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

.gap-c-40 {
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.gap-c-32 {
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}

.gap-c-24 {
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

.gap-c-16 {
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}

.gap-c-8 {
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .gap-c-32-sp {
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }

  .gap-c-24-sp {
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
  }

  .gap-c-16-sp {
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }

  .gap-c-8-sp {
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
  }
}
.pd-40 {
  padding: 4rem;
}

.pd-32 {
  padding: 3.2rem;
}

.pd-24 {
  padding: 2.4rem;
}

.pd-16 {
  padding: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .pd-24-sp {
    padding: 2.4rem;
  }

  .pd-16-sp {
    padding: 1.6rem;
  }

  .pd-8-sp {
    padding: 0.8rem;
  }
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
}

h1 {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  h5 {
    font-size: 1.6rem;
  }
}

.fs-36 {
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .fs-36 {
    font-size: 2.8rem;
  }
}

.fs-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .fs-32 {
    font-size: 2.4rem;
  }
}

.fs-28 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .fs-28 {
    font-size: 2rem;
  }
}

.fs-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .fs-24 {
    font-size: 1.6rem;
  }
}

.fs-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .fs-20 {
    font-size: 1.6rem;
  }
}

.fs-18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .fs-18 {
    font-size: 1.6rem;
  }
}

.fs-12 {
  font-size: 1.2rem;
}

.txt-bold {
  font-weight: bold;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .txt-center-sp {
    text-align: center;
  }

  .txt-left-sp {
    text-align: left;
  }

  .txt-right-sp {
    text-align: right;
  }
}
.m-center {
  margin: 0 auto;
}

.mt-80 {
  margin-top: 8rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mt-8 {
  margin-top: 0.8rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 768px) {
  .mt-80-sp {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 768px) {
  .mb-80-sp {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 768px) {
  .mt-60-sp {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .mb-60-sp {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .mt-40-sp {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .mb-40-sp {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .mt-32-sp {
    margin-top: 3.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .mb-32-sp {
    margin-bottom: 3.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .mt-24-sp {
    margin-top: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .mb-24-sp {
    margin-bottom: 2.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .mt-16-sp {
    margin-top: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .mb-16-sp {
    margin-bottom: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .mt-8-sp {
    margin-top: 0.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .mb-8-sp {
    margin-bottom: 0.8rem;
  }
}

.img-radius {
  border-radius: 0.8rem;
}

#TOP .c-sec-ttl-m + p {
  text-align: center;
  margin-bottom: 4rem;
}
#TOP .sec-kv {
  margin-bottom: 8rem;
  padding-top: 12rem;
  padding-bottom: 8rem;
  border-bottom: 0.1rem solid rgba(25, 29, 106, 0.2);
  position: relative;
  /* --- ロゴ（最初に出てくる） --- */
}
@media only screen and (max-width: 768px) {
  #TOP .sec-kv {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
#TOP .sec-kv .kv-logo {
  opacity: 0;
  position: absolute;
  top: 30rem;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  width: 60rem;
  max-width: 80vw;
  z-index: 10;
}
#TOP .sec-kv h1 {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.6rem;
  margin-bottom: 2.4rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media only screen and (max-width: 768px) {
  #TOP .sec-kv h1 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
#TOP .sec-kv .sec-kv__peaple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7.2rem;
  margin: 0 auto;
  max-width: 120rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-kv .sec-kv__peaple {
    gap: 0;
    max-width: 72%;
  }
}
#TOP .sec-kv .sec-kv__peaple ul.sec-kv__peaple-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#TOP .sec-kv .sec-kv__peaple ul.sec-kv__peaple-list li {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#TOP .sec-kv .sec-kv__peaple ul.sec-kv__peaple-list li img {
  width: 100%;
  height: auto;
  display: block;
}
#TOP .sec-kv .sec-kv__peaple ul.sec-kv__peaple-list li.show-person {
  display: block;
}
#TOP .sec-kv #waveCanvas {
  position: absolute;
  z-index: -1;
  top: 36rem;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-kv #waveCanvas {
    top: 30rem;
  }
}
#TOP .sec-kv .scroll-indicator {
  position: absolute;
  right: 3rem;
  bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-kv .scroll-indicator {
    gap: 0.6rem;
    right: 2rem;
    bottom: 6rem;
  }
}
#TOP .sec-kv .scroll-indicator__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: var(--color-base);
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-kv .scroll-indicator__text {
    font-size: 1.2rem;
  }
}
#TOP .sec-kv .scroll-indicator__line {
  width: 0.1rem;
  height: 9rem;
  background-color: var(--color-base);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-kv .scroll-indicator__line {
    height: 6rem;
  }
}
#TOP .sec-kv .scroll-indicator__line::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  background: var(--color-base);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: scrollDotMove 2.5s ease-in-out infinite;
          animation: scrollDotMove 2.5s ease-in-out infinite;
}
@media only screen and (max-width: 768px) {
  #TOP .sec-kv .scroll-indicator__line::before {
    width: 0.8rem;
  }
}
@-webkit-keyframes scrollDotMove {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 7.6rem);
            transform: translate(-50%, 7.6rem);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes scrollDotMove {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, 7.6rem);
            transform: translate(-50%, 7.6rem);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 768px) {
  @-webkit-keyframes scrollDotMove {
    0% {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
    50% {
      -webkit-transform: translate(-50%, 5.2rem);
              transform: translate(-50%, 5.2rem);
    }
    100% {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
  }
  @keyframes scrollDotMove {
    0% {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
    50% {
      -webkit-transform: translate(-50%, 5.2rem);
              transform: translate(-50%, 5.2rem);
    }
    100% {
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
    }
  }
}
@media only screen and (max-width: 768px) {
  #TOP .sec01 .sec-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#TOP .sec01__ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec01__ttl-area {
    display: contents;
  }
  #TOP .sec01__ttl-area h2 {
    margin-bottom: 1.6rem;
  }
}
#TOP .sec01__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec01__link-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    margin-top: 4rem;
  }
}
#TOP .sec02__list {
  width: 100rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec02__list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#TOP .sec04 .sec-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec04 .sec-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#TOP .sec04__ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec04__ttl {
    display: contents;
  }
  #TOP .sec04__ttl .c-txt-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 1.6rem 0 0 auto;
  }
}
#TOP .sec04__ttl h2 {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #TOP .sec04__ttl h2 {
    margin-bottom: 1.6rem;
  }
}
#TOP .sec04__news-contents {
  width: 100%;
}

#STRENGTHS main.top .strengths-box .sec-in {
  display: grid;
  grid-template-columns: 1fr 55rem;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .strengths-box .sec-in {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #STRENGTHS main.top .strengths-box .sec-in .img-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #STRENGTHS main.top .strengths-box .sec-in .btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
#STRENGTHS main.top .strengths-box:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .strengths-box:not(:last-of-type) {
    margin-bottom: 5.6rem;
  }
}
#STRENGTHS main.top .strengths-box .txt {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .strengths-box .txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .info-area {
    display: contents;
  }
}
#STRENGTHS main.top .info-area .ttl-area {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .info-area .ttl-area {
    margin-bottom: 2.4rem;
  }
}
#STRENGTHS main.top .info-area .ttl-area__num {
  font-family: "Lato", sans-serif;
  font-size: 3.6rem;
  color: rgba(25, 29, 106, 0.4);
  margin-bottom: 0.8rem;
  display: block;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .info-area .ttl-area__num {
    font-size: 2.4rem;
  }
}
#STRENGTHS main.top .info-area .ttl-area .c-ttl-m {
  line-height: 1;
  margin-bottom: 0.8rem;
}
#STRENGTHS main.top .sec01 p {
  font-weight: 500;
  text-align: center;
}
#STRENGTHS main.top .sec01 p + p {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .sec01 p + p {
    margin-top: 1.6rem;
  }
}
#STRENGTHS main.top .sec02__list {
  width: 100rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .sec02__list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#STRENGTHS main.top .sec02 .c-card__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#STRENGTHS main.top .sec04 .sec-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.8rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .sec04 .sec-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#STRENGTHS main.top .sec04 .sec-in .info-area {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .sec04 .sec-in .info-area {
    width: 100%;
    display: contents;
  }
  #STRENGTHS main.top .sec04 .sec-in .info-area .txt {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #STRENGTHS main.top .sec04 .sec-in .info-area .btn {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
#STRENGTHS main.top .sec04 .sec-in .img-area {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .sec04 .sec-in .img-area {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
#STRENGTHS main.top .sec04 .sec-in .img-area .scroll-infinity-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .sec04 .sec-in .img-area .scroll-infinity-img {
    overflow: unset;
  }
}
#STRENGTHS main.top .sec04 .sec-in .img-area .scroll-infinity-img__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 40s infinite linear;
          animation: infinity-scroll-left 40s infinite linear;
  gap: 1.6rem;
  margin-left: 1.6rem;
  height: 40rem;
}
#STRENGTHS main.top .sec04 .sec-in .img-area .scroll-infinity-img__item {
  width: 16.6666666667vw;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .sec04 .sec-in .img-area .scroll-infinity-img__item {
    width: 66.6666666667vw;
  }
}
#STRENGTHS main.top .sec04 .sec-in .img-area .scroll-infinity-img__item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#STRENGTHS main.top .sec05.strengths-box .sec-in {
  display: block;
}
#STRENGTHS main.top .sec05 .ttl-txt {
  margin-bottom: 4rem;
}
#STRENGTHS main.top .sec07__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.top .sec07__list {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
#STRENGTHS main.top .sec07 .c-card__icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#STRENGTHS main.systemic_coaching .c-ttl-g--xl {
  text-align: center;
  margin-bottom: 4rem;
}
#STRENGTHS main.systemic_coaching .sec01__img {
  max-width: 48rem;
  margin: 0 auto 4rem;
  display: block;
}
#STRENGTHS main.systemic_coaching .sec01 p {
  text-align: center;
}
#STRENGTHS main.systemic_coaching .sec01 p + p {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec01 p + p {
    margin-top: 1.6rem;
  }
}
#STRENGTHS main.systemic_coaching .sec02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec02__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#STRENGTHS main.systemic_coaching .sec02__box .c-ttl-g--l {
  border-bottom: 0.1rem solid rgba(25, 29, 106, 0.2);
  padding-bottom: 0.8rem;
}
#STRENGTHS main.systemic_coaching .sec02__box:not(:last-of-type) {
  margin-bottom: 4rem;
}
#STRENGTHS main.systemic_coaching .sec02__box--block {
  display: block;
}
#STRENGTHS main.systemic_coaching .sec02__box--txt p + p {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec02__box--txt p + p {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec02__box--txt {
    margin-top: -2.4rem;
  }
}
#STRENGTHS main.systemic_coaching .sec02__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec02__info {
    display: contents;
  }
  #STRENGTHS main.systemic_coaching .sec02__info .c-ttl-g--l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #STRENGTHS main.systemic_coaching .sec02__info .info-txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.6rem;
  }
}
#STRENGTHS main.systemic_coaching .sec02__img {
  width: 45rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec02__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#STRENGTHS main.systemic_coaching .sec02__bg-img {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec02__bg-img {
    margin-top: 4rem;
  }
}
#STRENGTHS main.systemic_coaching .sec02__bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 40rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec02__bg-img img {
    height: 24rem;
  }
}
#STRENGTHS main.systemic_coaching .sec03__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec03__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#STRENGTHS main.systemic_coaching .sec03__list .c-card a {
  pointer-events: none;
  padding: 2.4rem 4rem 2.4rem;
}
@media only screen and (max-width: 768px) {
  #STRENGTHS main.systemic_coaching .sec03__list .c-card a {
    padding: 2.4rem;
  }
}

#NEWS main .sec-news__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.2rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main .sec-news__link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
#NEWS main .sec-news__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main .sec-news__cat-list {
    gap: 0.8rem;
    margin-bottom: 1.6rem;
  }
}
#NEWS main .sec-news__cat-list li {
  width: 20rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main .sec-news__cat-list li {
    width: 33.3333%;
  }
}
#NEWS main .sec-news__cat-list li a {
  width: 100%;
  height: 4.3rem;
  display: grid;
  place-content: center;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--color-base);
  color: var(--color-base);
  font-weight: bold;
}
#NEWS main .sec-news__cat-list li a.all {
  background: var(--color-base);
  color: #fff;
}
#NEWS main .sec-news__cat-list li.current-cat a, #NEWS main .sec-news__cat-list li:hover a {
  background: var(--color-base);
  color: #fff;
}
#NEWS main .select-box {
  overflow: hidden;
  position: relative;
  border: 0.1rem solid rgba(25, 29, 106, 0.4);
  border-radius: 0.8rem;
  width: 10rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main .select-box {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
#NEWS main .select-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 1.3rem;
  right: 1.2rem;
  border-top: 0.2rem solid var(--color-base);
  border-right: 0.2rem solid var(--color-base);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
  #NEWS main .select-box::before {
    top: 1.7rem;
    right: 1.6rem;
  }
}
#NEWS main .select-box select {
  font-size: 1.6rem;
  height: 3.6rem;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.2rem 2.4rem 0 1.5rem;
  color: var(--color-base);
}
@media only screen and (max-width: 768px) {
  #NEWS main .select-box select {
    font-size: 1.4rem;
    height: 4.3rem;
  }
}
#NEWS main .select-box select::-ms-expand {
  display: none;
}
#NEWS main.details .u-kv h1 {
  margin-bottom: 1.6rem;
}
#NEWS main.details .u-kv .ttl-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
#NEWS main.details .u-kv .ttl-under .date-txt {
  font-family: "Lato", sans-serif;
  font-size: 1.9rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main.details .u-kv .ttl-under .date-txt {
    font-size: 1.4rem;
  }
}
#NEWS main.details .sec-details * + * {
  margin-bottom: 2.4rem;
}
#NEWS main.details .sec-details h2 {
  font-size: 3rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main.details .sec-details h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
#NEWS main.details .sec-details h2:not(:first-of-type) {
  margin-top: 4.8rem;
}
#NEWS main.details .sec-details h3 {
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main.details .sec-details h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
#NEWS main.details .sec-details h4 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main.details .sec-details h4 {
    font-size: 1.6rem;
  }
}
#NEWS main.details .sec-details ul {
  padding-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main.details .sec-details ul {
    padding-left: 1.2rem;
  }
}
#NEWS main.details .sec-details ul li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 0.8rem;
}
#NEWS main.details .sec-details ul li::before {
  content: "・";
  top: -0.4rem;
  font-size: 2rem;
  left: -1.6rem;
  position: absolute;
}
#NEWS main.details .sec-details ol {
  list-style-type: decimal;
  padding-left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main.details .sec-details ol {
    padding-left: 1.8rem;
  }
}
#NEWS main.details .sec-details ol li {
  margin-bottom: 0.8rem;
  padding-left: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #NEWS main.details .sec-details ol li {
    padding-left: 0.4rem;
  }
}
#NEWS main.details .sec-details table {
  width: 100%;
}
#NEWS main.details .sec-details table th,
#NEWS main.details .sec-details table td {
  border: 0.1rem solid #B3B3B3;
  padding: 1.2rem;
}
#NEWS main.details .sec-details table thead {
  border-bottom: none;
}
#NEWS main.details .sec-details table thead th {
  background-color: var(--color-base);
  color: #fff;
}
#NEWS main.details .sec-details table tbody td {
  background-color: #fff;
}
#NEWS main.details .sec-details img {
  width: auto;
}
#NEWS main.details .sec-details a {
  color: #1C72E3;
  text-decoration: underline;
}
#NEWS main.details .sec-details a:hover {
  text-decoration: none;
}
#NEWS main.details .sec-details .btn {
  color: #fff;
  text-decoration: none;
}
#NEWS main.details .sec-details .btn:hover {
  color: var(--color-base);
}

#SERVICE main.top .sec01__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.top .sec01__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#SERVICE main.top .sec01__img {
  max-width: 80rem;
  margin: 0 auto 8rem;
  display: block;
}
#SERVICE main.top .sec01 .c-card--01__ttl {
  font-size: 1.8rem;
}
#SERVICE main.top .sec01 .c-card--01__s-logo {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.top .sec01 .c-card--01__s-logo {
    width: 80%;
    margin-inline: auto;
    display: block;
  }
}
#SERVICE main.top .sec02__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.top .sec02__link-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    margin-top: 4rem;
  }
}
#SERVICE main.details .c-ttl-g--xl {
  margin-bottom: 2.4rem;
}
#SERVICE main.details .sec01__box:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box:not(:last-of-type) {
    margin-bottom: 5.6rem;
  }
}
#SERVICE main.details .sec01__box--01 {
  display: grid;
  grid-template-columns: 1fr 40rem;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box--01 .info-area {
    display: contents;
  }
  #SERVICE main.details .sec01__box--01 .info-area .c-ttl-g--xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #SERVICE main.details .sec01__box--01 .info-area .txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2.4rem;
  }
}
#SERVICE main.details .sec01__box--01 .img-area {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#SERVICE main.details .sec01__box--02 {
  border-radius: 0.8rem;
  border: 0.2rem dashed var(--color-base);
  padding: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box--02 {
    padding: 2.4rem;
  }
}
#SERVICE main.details .sec01__box--02 .img-area {
  margin-top: 2.4rem;
}
#SERVICE main.details .sec01__box--02 .img-area .img-caption {
  font-size: 1.2rem;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box--02 .img-area .img-caption {
    font-size: 1rem;
    line-height: 1.4;
  }
}
#SERVICE main.details .sec01__box--03 > * + * {
  margin-top: 3.2rem;
}
#SERVICE main.details .sec01__box--03 picture {
  display: block;
}
#SERVICE main.details .sec01__box--03 .flow {
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4.8rem 3.2rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box--03 .flow {
    padding: 3.2rem 2rem;
  }
}
#SERVICE main.details .sec01__box--03 .flow::after {
  content: "";
  display: block;
  position: absolute;
  top: 8.8rem;
  left: 5.4rem;
  width: 0.1rem;
  height: calc(100% - 20rem);
  background-color: var(--color-base);
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box--03 .flow::after {
    left: 3.6rem;
    top: 5.2rem;
  }
}
#SERVICE main.details .sec01__box--03 .flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
#SERVICE main.details .sec01__box--03 .flow__item:not(:last-of-type) .flow__info {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(25, 29, 106, 0.2);
}
#SERVICE main.details .sec01__box--03 .flow__number {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-base);
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box--03 .flow__number {
    width: 3.2rem;
    height: 3.2rem;
  }
}
#SERVICE main.details .sec01__box--03 .flow__number .number {
  font-size: 1.9rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box--03 .flow__number .number {
    font-size: 1.6rem;
  }
}
#SERVICE main.details .sec01__box--03 .flow__info {
  width: 100%;
}
#SERVICE main.details .sec01__box--03 .flow__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec01__box--03 .flow__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#SERVICE main.details .sec02__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec02__list {
    grid-template-columns: 1fr;
  }
}
#SERVICE main.details .sec02__box:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  #SERVICE main.details .sec02__box:not(:last-of-type) {
    margin-bottom: 5.6rem;
  }
}

#CASESTUDY main.top .sec01__box:not(:last-of-type) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(25, 29, 106, 0.2);
}
#CASESTUDY main.top .sec01__box .ttl-area {
  display: grid;
  grid-template-columns: 1fr 52rem;
  gap: 5.6rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.top .sec01__box .ttl-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 3.2rem;
  }
  #CASESTUDY main.top .sec01__box .ttl-area .info-area {
    display: contents;
  }
}
#CASESTUDY main.top .sec01__box .ttl-area .img-area {
  margin-top: 6.4rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.top .sec01__box .ttl-area .img-area {
    margin-top: 0;
  }
}
#CASESTUDY main.top .sec01__box .ttl-area .c-ttl-g--xl {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.top .sec01__box .ttl-area .c-ttl-g--xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.top .sec01__box .ttl-area .info-txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.top .sec01__box .ttl-area .img-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1.6rem;
  }
}
#CASESTUDY main.top .sec01__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.top .sec01__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#CASESTUDY main.details .icon-list {
  padding-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .icon-list {
    padding-left: 3.2rem;
    gap: 0.8rem;
  }
}
#CASESTUDY main.details .icon-list .item {
  position: relative;
  font-weight: 500;
}
#CASESTUDY main.details .icon-list .item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 0.2rem;
  left: -4rem;
  background-image: url("../../assets/img/case_study/details/icon_check.svg");
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .icon-list .item::before {
    width: 2rem;
    height: 2rem;
    top: 0.3rem;
    left: -3.2rem;
  }
}
#CASESTUDY main.details .sec01__box:not(:last-of-type) {
  border-bottom: 0.1rem solid rgba(25, 29, 106, 0.2);
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
#CASESTUDY main.details .sec01__box--01 .info-area .info-ttl {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--01 .info-area .info-ttl {
    font-size: 1.6rem;
  }
}
#CASESTUDY main.details .sec01__box--02 .table-area {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.8rem 2.4rem 2.4rem;
  border-radius: 0.8rem;
}
#CASESTUDY main.details .sec01__box--02 .table-area .table {
  width: 100%;
}
#CASESTUDY main.details .sec01__box--02 .table-area .table tr {
  text-align: left;
  display: grid;
  grid-template-columns: 20rem 1fr;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--02 .table-area .table tr {
    grid-template-columns: 1fr;
    padding-bottom: 0.8rem;
    gap: 0;
  }
}
#CASESTUDY main.details .sec01__box--02 .table-area .table tr th,
#CASESTUDY main.details .sec01__box--02 .table-area .table tr td {
  border-bottom: 0.1rem solid #ddd;
  padding: 1.6rem 0 0.8rem 1.6rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--02 .table-area .table tr th,
#CASESTUDY main.details .sec01__box--02 .table-area .table tr td {
    padding: 0.8rem 0;
  }
}
#CASESTUDY main.details .sec01__box--02 .table-area .table tr th {
  border-bottom: 0.1rem solid var(--color-base);
  font-weight: bold;
}
#CASESTUDY main.details .sec01__box--03 {
  position: relative;
}
#CASESTUDY main.details .sec01__box--03 .chart-box {
  display: grid;
  grid-template-columns: 50rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--03 .chart-box {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
#CASESTUDY main.details .sec01__box--03 .chart-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--03 .chart-txt {
    padding-left: 2.4rem;
    gap: 0.8rem;
  }
}
#CASESTUDY main.details .sec01__box--03 .chart-txt .chart-icon {
  position: relative;
}
#CASESTUDY main.details .sec01__box--03 .chart-txt .chart-icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50rem;
  width: 1.4rem;
  height: 1.4rem;
  top: 0.9rem;
  left: -2rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--03 .chart-txt .chart-icon::before {
    top: 0.6rem;
  }
}
#CASESTUDY main.details .sec01__box--03 .chart-txt .chart-icon--top::before {
  background-color: #2C469B;
}
#CASESTUDY main.details .sec01__box--03 .chart-txt .chart-icon--middle::before {
  background-color: #84B3E3;
}
#CASESTUDY main.details .sec01__box--03 .chart-txt .chart-icon--all::before {
  background-color: #D9DDE1;
}
#CASESTUDY main.details .sec01__box--06 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
#CASESTUDY main.details .sec01__box--06 .list .item {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.8rem;
  position: relative;
}
#CASESTUDY main.details .sec01__box--06 .list .item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2.4rem;
  right: calc(50% - 0.6rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 1.2rem 0 1.2rem;
  border-color: var(--color-base) transparent transparent transparent;
}
#CASESTUDY main.details .sec01__box--06 .list .item__top {
  display: grid;
  grid-template-columns: 7.7rem 1fr;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1rem solid rgba(25, 29, 106, 0.2);
  padding: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--06 .list .item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--06 .list .item__top .item-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 8rem;
    display: block;
    margin: 0 auto 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--06 .list .item__top .ttl-area {
    display: contents;
  }
}
#CASESTUDY main.details .sec01__box--06 .list .item__top .ttl-area h3 {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--06 .list .item__top .ttl-area h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.6rem;
  }
}
#CASESTUDY main.details .sec01__box--06 .list .item__top .ttl-area h3 .num {
  font-family: "Lato", sans-serif;
  font-size: 1.9rem;
  display: inline-block;
  margin-right: 0.8rem;
  color: rgba(25, 29, 106, 0.4);
}
#CASESTUDY main.details .sec01__box--06 .list .item__top .ttl-area .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec01__box--06 .list .item__top .ttl-area .tag-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
#CASESTUDY main.details .sec01__box--06 .list .item__top .ttl-area .tag-list li {
  background-color: rgba(25, 29, 106, 0.2);
  border-radius: 0.8rem;
  color: var(--color-base);
  line-height: 1;
  padding: 0.8rem 1.6rem;
}
#CASESTUDY main.details .sec01__box--06 .list .item__bottom {
  padding: 2.4rem;
}
#CASESTUDY main.details .sec02__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec02__list {
    grid-template-columns: 1fr;
  }
}
#CASESTUDY main.details .sec02__box:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  #CASESTUDY main.details .sec02__box:not(:last-of-type) {
    margin-bottom: 5.6rem;
  }
}
/*# sourceMappingURL=style.css.map */