@charset "utf-8";

/* ------------------------------------------------------
RESET
------------------------------------------------------ */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
details,
menu,
figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
html,
body,
button,
input,
optgroup,
select,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
}
ul,
ol,
dl,
dd,
dt {
  list-style: none;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.3em;
}
canvas,
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}

/* ------------------------------------------------------
GENERAL
------------------------------------------------------ */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #001432;
  font-size: 16px;
  line-height: 1.625;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #005096;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 5px;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
  overflow: hidden;
}
.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .hide--md-pc {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .hide--md-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  body {
    font-size: 15px;
  }
}

/* ------------------------------------------------------
HEADER
------------------------------------------------------ */
#header {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
}
.header__inner {
  position: relative;
  padding-right: 40px;
}
.header__row {
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
.header__logo {
  display: flex;
  align-items: center;
  /* width: 625px; */
}
#logo {
  font-size: 0;
}
#logo img {
  width: 191px;
}
.header__sologan {
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-left: 22px;
}
.header__sologan strong {
  font-weight: 700;
  position: relative;
  padding-right: 16px;
  margin-right: 11px;
}
.header__sologan strong::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #001432;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.is-recruit .header__sologan span {
  font-size: 23px;
  font-weight: 700;
  color: #005096;
}
.header__body {
  /* width: calc(100% - 625px); */
  display: flex;
  justify-content: flex-end;
}
.header__body_in {
  display: flex;
}
.header__log {
  width: 200px;
  display: flex;
}
.header__button {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #005096;
  text-align: center;
  padding: 5px;
  transition: opacity 0.3s ease;
}
.header__button.is--dark {
  background-color: #003c82;
}
.header__button img {
  width: 40px;
}
.header__button span {
  display: block;
  margin-top: 4px;
}
.header__button:hover {
  opacity: 0.7;
}
.header__top {
  background-color: #c8d0d8;
  padding: 3px 3px 3px 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__search {
  position: relative;
}
.header__search::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_search.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header__search form {
  font-size: 0;
}
.header__search input[type="text"] {
  padding: 0 35px 0 15px;
  height: 35px;
  border: none;
  width: 285px;
  border-radius: 3px;
}
.header__link {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  line-height: 1;
  padding-right: 12px;
}
.header__link a {
  text-decoration: none;
  color: #001432;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding-bottom: 4px;
  display: inline-flex;
}
.mainmenu {
  display: flex;
}
.mainmenu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #001432;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  line-height: 1.3;
  padding: 0 12px;
  height: 60px;
  position: relative;
  transition: color 0.3s ease;
}
.megamenu__head h3 {
  color: #fff;
  line-height: 1.3;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 20px;
}
.megamenu__head h3::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #005096;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.megamenu__head h3 span {
  display: block;
}
.megamenu__head h3 span.nav--en {
  color: #005096;
  font-size: 16px;
  margin-bottom: 5px;
}
.nav__button {
  margin-top: 20px;
}
.nav__button .button {
  width: 100%;
  height: 50px;
  color: #fff;
  border-color: #fff;
}
.nav__button .button::after {
  background-image: url(../images/common/arrow02.png);
}
.nav__button .button:hover {
  background-color: #fff;
  color: #005096;
}
.nav__thumb {
  font-size: 0;
}
.nav__thumb img {
  width: 100%;
}
.megamenu a {
  text-decoration: none;
  color: #fff;
}
.megamenu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 10px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.megamenu__list li {
  width: calc(100% / 3 - (10px / 3 * 2));
}
.megamenu__list li a {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
}
.megamenu__list li a::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/arrow03.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.megamenu__cont:not(:last-child) {
  margin: 0 0 30px;
}
.megamenu__title {
  border-bottom: 1px solid;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0 0 15px;
  padding: 0 0 10px;
  position: relative;
}
.megamenu__title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #005096;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media (min-width: 991px) {
  .megamenu__title a {
    display: block;
    position: relative;
    padding: 0 0 0 35px;
  }
  .megamenu__title a::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/common/arrow03.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1451px) {
  .hide--lg {
    display: none !important;
  }
}
@media (max-width: 1450px) {
  .show--lg {
    display: none !important;
  }
  .header__inner {
    padding-right: 15px;
  }
  .header__row {
    padding-left: 15px;
  }
  .header__top {
    padding-left: 15px;
  }
  #logo img {
    width: 146px;
  }
  .header__sologan {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-left: 10px;
    padding-left: 8px;
    position: relative;
  }
  .header__sologan::before {
    content: "";
    background-color: #001432;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .header__search input[type="text"] {
    width: 250px;
  }
  .header__link {
    gap: 10px;
  }
  .header__link a {
    font-size: 12px;
  }
  .header__button {
    font-size: 14px;
  }
  .mainmenu > li > a {
    font-size: 13px;
    padding: 0 8px;
  }
  .header__log {
    width: 185px;
  }
}
@media (min-width: 991px) {
  #header {
    background: none;
  }
  .header__row {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .is-recruit .header__row {
    height: 80px;
  }
  .is-recruit .mainmenu > li > a {
    height: 80px;
  }
  .mainmenu > li > a::after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #005096;
    position: absolute;
    left: 0;
    bottom: 1px;
    transform: scale(0);
    transition: transform 0.3s linear;
  }
  .mainmenu > li > a:hover {
    color: #005096;
  }
  .mainmenu > li > a:hover::after {
    transform: scale(1);
  }
  .megamenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 20, 40, 0.95);
    padding: 165px 0 60px;
    transform: translate(0, 8px);
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .megamenu__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .megamenu__head {
    width: 270px;
  }
  .megamenu__nav {
    width: calc(100% - 270px - 60px);
  }
  .mainmenu > li.hasChild:hover .megamenu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: auto;
  }
  .header__link a {
    transition: color 0.3s ease;
  }
  .header__link a:hover {
    color: #005096;
  }
  .nav__button .button::before {
    background-image: url(../images/common/arrow01.png);
  }
  .nav__button .button:hover::before {
    opacity: 1;
  }
  .nav__button .button:hover::after {
    opacity: 0;
  }
  .megamenu__list li a:hover,
  .megamenu__title a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 990px) {
  #header {
    background: none;
  }
  .header__row {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header__row {
    height: 70px;
  }
  .header__inner {
    padding-right: 0;
  }
  .header__body {
    width: auto;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 20, 40, 0.98);
    padding-top: 70px;
    z-index: -1;
    overflow: hidden;
    transform: translateX(100%);
    transition: transform 1s;
  }
  .nav--opened .header__body {
    transform: translateX(0);
  }
  .header__body_in {
    display: block;
    height: 100%;
    overflow-y: auto;
  }
  .header__log {
    width: auto;
  }
  .mainmenu {
    display: block;
  }
  .mainmenu > li {
    border-bottom: 1px solid #425160;
  }
  .mainmenu > li > a {
    color: #fff;
    display: block;
    text-align: left;
    height: auto;
    font-size: 18px;
    padding: 16px 45px 16px 15px;
  }
  .is-recruit .mainmenu > li > a {
    padding: 16px 15px;
    text-align: center;
  }
  .mainmenu > li > a::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/common/tog_open.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .is-recruit .mainmenu > li > a::after {
    display: none;
  }
  .mainmenu > li.opened > a::after {
    background-image: url(../images/common/tog_close.png);
  }
  .megamenu {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px 0;
    display: none;
  }
  .megamenu__list li a {
    font-size: 12px;
    letter-spacing: 0;
    padding: 5px 0 5px 7px;
  }
  .megamenu__list li a::before {
    content: "- ";
    position: absolute;
    left: 0;
    top: 5px;
    background: none;
    width: auto;
    height: auto;
  }
  .megamenu__head {
    display: none;
  }
  .megamenu__list {
    display: block;
  }
  .megamenu__list li {
    width: auto;
  }
  .header__link {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 23px 0;
  }
  .header__link li {
    position: relative;
  }
  .header__link li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
  }
  .header__link li:not(:last-child)::after {
    content: "";
    height: 20px;
    width: 1px;
    background-color: #425160;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__link a {
    color: #fff;
  }
  .header__button {
    height: 100px;
  }
  .is-recruit .header__button {
    height: 60px;
  }
  .header__top {
    display: block;
    padding: 15px;
    background: none;
    border-bottom: 1px solid #425160;
  }
  .header__search input[type="text"] {
    height: 45px;
    width: 100%;
  }
  .megamenu__title {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

/* Hamburger */
.hamburger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #005096;
  font-size: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  line-height: 1;
}
.hamburger .hamburgerButton {
  position: relative;
  width: 30px;
  height: 16px;
  transition: all 0.4s;
  z-index: 10;
  display: block;
  margin: 0 auto;
}
.hamburger small {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 12px;
  font-weight: 700;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
  background: none;
  transition: all 0.4s;
  z-index: 10;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 7px;
}
.hamburger span:nth-child(3) {
  top: 14px;
}
.nav--opened .hamburger .hamburgerButton {
  transform: rotateX(360deg);
}
.nav--opened .hamburger span:nth-child(1) {
  top: 1px;
  transform: translateY(6px) rotate(-145deg);
}
.nav--opened .hamburger span:nth-child(3) {
  top: 13px;
  transform: translateY(-6px) rotate(145deg);
}
.nav--opened .hamburger span:nth-child(2) {
  opacity: 0;
}

/* ------------------------------------------------------
FOOTER
------------------------------------------------------ */
#footer,
.footer__breadcrumb {
  background-color: #003c82;
  color: #fff;
}
#footer a,
.footer__breadcrumb a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover,
.footer__breadcrumb a:hover {
  text-decoration: underline;
}

/* Breadcrumb */
.footer__breadcrumb {
  line-height: 1.4;
  font-size: 14px;
  padding: 13px 0;
}
@media (max-width: 767px) {
  .footer__breadcrumb {
    font-size: 13px;
  }
}

/* Links */
.footer__link {
  background-color: #005096;
  padding: 60px 0 70px;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
}
.footer__link .footer__col {
  width: 20%;
  padding-right: 10px;
}
.footer__link_item:not(:last-child) {
  margin-bottom: 30px;
}
.footer__link_title {
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
  padding: 0 0 15px;
}
.footer__link_title::after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 40px;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer__link_body {
  padding: 15px 0 0 0;
}
.footer__link_list {
  font-size: 12px;
  line-height: 1.75;
}
.footer__link_list li {
  position: relative;
  padding: 0 0 0 7px;
}
.footer__link_list li::before {
  content: "- ";
  position: absolute;
  left: 0;
  top: 0;
}
.footer__link_subtitle {
  font-size: 14px;
  margin: 0 0 5px;
}
.footer__link_group:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1150px) {
  .footer__link_title {
    font-size: 1.5vw;
  }
  .footer__link_list {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .footer__link {
    padding: 0;
  }
  .footer__row {
    display: block;
  }
  .footer__link .footer__col {
    width: auto;
    padding: 0;
    margin: 0 -15px;
  }
  .footer__link_item:not(:last-child),
  .footer__link .footer__col:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 0;
  }
  .footer__link_title {
    margin: 0 15px;
    padding: 15px 0;
    position: relative;
    padding-right: 35px;
  }
  .footer__link_title::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/common/tog_open.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: -5px;
    top: 50%;
    left: inherit;
    bottom: inherit;
    border: none;
    transform: translateY(-50%);
  }
  .footer__link_title.opened::after {
    background-image: url(../images/common/tog_close.png);
  }
  .footer__link_body {
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    display: none;
  }
  .footer__link_list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer__link_group:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* Info */
.footer__link_in,
.footer__info_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__link_in {
  align-items: flex-start;
  gap: 30px 0;
}
.footer__link_col:first-child {
  max-width: 300px;
  width: 100%;
}
.footer__logo {
  font-size: 0;
}
.footer__logo img {
  width: 191px;
}
.footer__info_body {
  width: calc(100% - 191px);
  padding: 0 0 0 48px;
}
.is-recruit .footer__info_body {
  width: 100%;
  padding: 0;
}
.footer__info_social {
  padding: 15px 0;
  border-top: 1px solid #285a96;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__sns {
  font-size: 12px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
}
.is-recruit .footer__sns {
  gap: 20px;
  margin-top: 25px;
}
.footer__sns span {
  margin-right: 20px;
}
.footer__sns img {
  width: 30px;
}
.is-recruit .footer__sns img {
  width: 60px;
}
.footer__sns a {
  transition: opacity 0.3s ease;
}
.footer__sns a:hover {
  opacity: 0.7;
}
.copyright {
  font-size: 10px;
  line-height: 1.5;
}
.footer__nav {
  font-size: 12px;
  line-height: 1.7;
  padding: 25px 0 27px;
  display: flex;
  flex-wrap: wrap;
}
.footer__nav li::after {
  content: "|";
  margin-left: 5px;
  margin-right: 5px;
}
.footer__nav li:last-child::after {
  display: none;
}
@media screen and (min-width: 1151px) {
  .footer__link_col:nth-child(2) {
    flex: 1 1;
  }
}
@media (min-width: 768px) and (max-width: 1150px) {
  .footer__link_in {
    flex-wrap: wrap;
  }
  .footer__link_col:nth-child(2) {
    width: 100%;
  }
  .footer__nav {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .is-recruit .footer__info_body {
    display: flex;
    justify-content: space-between;
  }
  .is-recruit .footer__info_social {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .footer__info {
    padding: 23px 0 0 0;
  }
  .footer__info_social,
  .footer__info_in {
    display: block;
  }
  .footer__link_col {
    max-width: 100%;
    width: 100%;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__logo img {
    width: 161px;
  }
  .footer__info_body {
    width: auto;
    padding: 0;
    text-align: center;
  }
  .footer__fl {
    margin: 0 auto;
    max-width: 400px;
  }
  .footer__nav {
    margin: 0 -5px;
    justify-content: center;
    padding: 18px 0;
  }
  .footer__nav li::after {
    margin-left: 3px;
    margin-right: 3px;
  }
  .footer__nav li:nth-child(5)::after,
  .footer__nav li:nth-child(3)::after {
    display: none;
  }
  .footer__info_social {
    padding: 13px 0 20px;
  }
  .is-recruit .footer__sns {
    margin-top: 0;
  }
  .is-recruit .footer__sns img {
    width: 30px;
  }
  .copyright {
    margin-top: 10px;
  }
}

/* ------------------------------------------------------
FORM
------------------------------------------------------ */
::-webkit-input-placeholder {
  color: #9fa0a2;
  font-size: 14px;
}
::-moz-placeholder {
  color: #9fa0a2;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #9fa0a2;
  font-size: 14px;
}
:-moz-placeholder {
  color: #9fa0a2;
  font-size: 14px;
}
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"] {
  width: 100%;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #001432;
}
.input__error {
  font-size: 14px;
  color: #dc003c;
  font-weight: 500;
  margin-top: 3px;
}
.required {
  display: inline-flex;
  line-height: 1.2;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #dc003c;
  color: #dc003c;
  padding: 6px 7px;
}
.form input[type="password"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="text"] {
  height: 45px;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  box-shadow: 1px 1px 2px rgba(0, 20, 40, 0.1);
  padding: 0 15px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  background: #fff url(../images/common/arrow04.png) no-repeat right 15px center / 8px 10px;
  color: #001432;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  width: 100%;
  max-width: 300px;
  height: 45px;
  border: 1px solid #e4e8ee;
  box-shadow: 1px 1px 2px rgba(0, 20, 40, 0.1);
  padding: 0 30px 0 15px;
}
.checkbox label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.checkbox span::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e4e8ee;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.1em;
  box-shadow: 1px 1px 2px rgba(0, 20, 40, 0.1);
}
.checkbox input:checked + span::before {
  background-image: url(../images/common/checked.png);
  background-size: 12px 11px;
}
/* bcheck */
.bcheck {
  border: 1px solid #e4e8ee;
  margin-bottom: 20px;
}
.bcheck__head {
  background-color: #f2f6fa;
  border-bottom: 1px solid #e4e8ee;
  padding: 16px 20px 20px;
}
.bcheck__head .checkbox label {
  font-size: 16px;
  font-weight: 700;
}
.bcheck__head .checkbox span::before {
  top: 0.3em;
}
.bcheck__body {
  padding: 17px 20px;
}
.bcheck__row {
  display: flex;
  flex-wrap: wrap;
}
.bcheck__row figure {
  width: 210px;
}
.bcheck__text {
  width: calc(100% - 210px);
  padding-left: 20px;
  font-size: 14px;
}
.bcheck__text > *:not(:last-child) {
  margin-bottom: 5px;
}
.bcheck__text .text__note {
  font-size: 12px;
}
.bcheck__text .unorder__list > li {
  padding-left: 15px;
  margin-top: 0;
}
/* form__button */
.form__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}
.form__button_submit,
.form__button_back {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background-color: #fff;
  background-size: 8px;
  background-repeat: no-repeat;
  border: 1px solid #005096;
  line-height: 1.2;
  height: 65px;
  color: #005096;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.form__button_back {
  width: 200px;
  background-image: url(../images/common/arrow07.png);
  background-position: left 15px center;
  padding: 0 10px 0 25px;
}
.form__button_submit {
  width: 350px;
  background-color: #005096;
  color: #fff;
  background-image: url(../images/common/arrow02.png);
  background-position: right 15px center;
  padding: 0 25px 0 10px;
}
.form__button_back:hover {
  background-image: url(../images/common/arrow07_white.png);
  background-color: #005096;
  color: #fff;
}
.form__button_submit:hover {
  background-image: url(../images/common/arrow01.png);
  color: #005096;
  background-color: #fff;
}
.form__text_label {
  margin-bottom: 10px;
}
/* form privacy */
.form__privacy {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.form__privacy_title {
  background-color: #005096;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 10px 14px;
}
.form__privacy_body {
  border: 1px solid #e4e8ee;
  border-top: none;
}
.form__privacy_check {
  display: flex;
  justify-content: center;
  background-color: #f2f6fa;
  border-top: 1px solid #e4e8ee;
  padding: 10px 10px 14px;
}
.form__privacy_item {
  margin-bottom: 5px;
}
/* form grid */
.form__item:not(:last-child) {
  margin-bottom: 10px;
}
.form__item .input__error {
  margin-bottom: -5px;
}
.input--width-half {
  max-width: 403px;
}
.form__list {
  border: 1px solid #e4e8ee;
  border-bottom: none;
  margin-bottom: 40px;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e4e8ee;
}
.form__label {
  background-color: #f3f7fa;
  border-right: 1px solid #e4e8ee;
  width: 255px;
  position: relative;
  padding: 18px 20px;
  line-height: 1.4;
}
.form__label label {
  font-weight: 700;
}
.form__label small {
  font-size: 12px;
}
.form__label .required {
  position: absolute;
  right: 20px;
  top: 20px;
}
.form__input {
  width: calc(100% - 255px);
  padding: 20px;
}
.form__privacy_content {
  height: 190px;
  overflow-y: auto;
  padding: 13px 40px 10px 16px;
}
.simplebar-track.simplebar-vertical {
  background: #d7d5ce;
  width: 10px;
  border-radius: 8px;
  top: 5px;
  bottom: 5px;
  right: 5px;
}
.simplebar-scrollbar:before {
  background: #6e7882;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1 !important;
}
.form__check_list.gap-8:not(:last-child) {
  margin-bottom: 8px;
}
.form__float:not(:last-child) {
  margin-bottom: 8px;
}
.form__float_label {
  margin-bottom: 10px;
}
.form__input_name {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form__input_name .form__input_item {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
}
.form__input_name .form__input_item label {
  width: 25px;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 500;
  padding-right: 8px;
}
.form__input_name .form__input_item input {
  width: calc(100% - 25px);
}
@media (max-width: 767px) {
  .bcheck__row {
    display: block;
  }
  .bcheck__row figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .bcheck__text {
    width: 100%;
    padding: 0;
  }
  .form__row {
    display: block;
  }
  .form__label {
    width: 100%;
    border-right: none;
    min-height: 57px;
  }
  .form__input {
    width: 100%;
  }
  .form__label .required {
    top: 12px;
    right: 12px;
  }
  .form__check_list li:not(:last-child),
  .form__product_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .form__input_name {
    display: block;
  }
  .form__input_name .form__input_item {
    width: 100%;
  }
  .form__input_name .form__input_item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .form__float {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .form__float_label {
    padding-right: 10px;
    width: 160px;
    margin: 0;
  }
  .form__float_label.is--other {
    width: 60px;
  }
  .form__check_list + .form__float {
    margin-top: 16px;
  }
  .form__float_input {
    width: calc(100% - 160px);
  }
}

/* ------------------------------------------------------
HOME
------------------------------------------------------ */
/* visual */
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.visual__slider {
  position: relative;
}
.visual__pagination_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
}
.visual__pagination {
  display: flex;
  gap: 2px;
  width: 100%;
  max-width: 1200px;
}
.visual__pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: block;
  margin: 0;
  opacity: 1;
  background: none;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background-color: rgba(0, 20, 40, 0.8);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.36;
  padding: 30px 20px 25px;
  flex: 1 0 0%;
  transition: background 0.3s ease;
}
.visual__pagination .slider-bar {
  display: block;
  height: 5px;
  border-radius: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.15);
}
.visual__pagination .slider-bar::after {
  content: "";
  display: block;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: opacity 200ms;
  z-index: 1;
}
.visual__pagination .swiper-pagination-bullet-active .slider-bar::after {
  background-color: #005096;
  animation: slide-progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.visual__pagination .swiper-pagination-bullet-active::before > .swiper-paused & {
  opacity: 0;
  animation-play-state: paused;
}
.visual__pagination .swiper-pagination-bullet strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.visual__pagination .swiper-pagination-bullet span {
  display: block;
  font-size: 14px;
}
.visual__image img {
  display: block;
}
.visual__info {
  position: absolute;
  left: 80px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 35px;
}
.visual__slider .swiper-slide {
  position: relative;
}
.visual__body {
  color: #fff;
  line-height: 1.36;
  letter-spacing: 0.04em;
}
.visual__body p {
  font-size: 24px;
  font-weight: 700;
}
.visual__body h2 {
  font-size: 49px;
  font-weight: 700;
  margin-top: 15px;
}
.visual__label {
  margin-bottom: 33px;
}
.visual__label span {
  display: inline-flex;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 12px 17px;
}
.visual__thumb {
  font-size: 0;
  position: absolute;
  right: 30px;
  bottom: 150px;
}
.visual__thumb img {
  width: 370px;
}
@media (min-width: 768px) and (max-width: 1450px) {
  .visual__image img {
    width: 100%;
    height: 720px;
    object-fit: cover;
  }
}
@media (max-width: 1100px) {
  .visual__info {
    left: 30px;
  }
}
@media (max-width: 990px) {
  .visual__thumb {
    display: none;
  }
}
@media (min-width: 768px) {
  .visual__pagination .swiper-pagination-bullet:hover {
    background-color: rgba(0, 20, 40, 1);
  }
}
@media (max-width: 767px) {
  .visual {
    margin-top: 70px;
  }
  .visual__pagination_wrap {
    bottom: 10px;
    left: 0;
    right: inherit;
    width: 100%;
    padding: 0 10px;
  }
  .visual__pagination {
    width: 100%;
    gap: 5px;
  }
  .slider-text {
    display: none;
  }
  .visual__pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 0;
    height: 3px;
    padding: 0;
  }
  .visual__pagination .slider-bar {
    background: none;
    height: 3px;
    top: 0;
    right: 0;
    left: 0;
  }
  .visual__info {
    align-items: flex-end;
    padding-top: 30px;
    padding-bottom: 50px;
    left: 15px;
  }
  .visual__label {
    margin-bottom: 3.2vw;
  }
  .visual__label span {
    padding: 2.6777vw;
    font-size: 3.7333vw;
  }
  .visual__body p {
    font-size: 4.5333vw;
  }
  .visual__body h2 {
    font-size: 9.06667vw;
    margin-top: 0.5333vw;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}

/* ------------------------------------------------------
MODULES
------------------------------------------------------ */
/* background */
.bg--color-gray {
  background-color: #f0f4f6 !important;
}

/* heading */
.top__heading {
  line-height: 1.5;
  font-weight: 700;
}
.top__heading.is--line {
  position: relative;
  border-bottom: 1px solid #ced4da;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.top__heading.is--line::after {
  content: "";
  width: 60px;
  height: 1px;
  font-size: 0;
  background-color: #005096;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.top__heading p {
  color: #005096;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.top__heading h2 {
  font-size: 31px;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .top__heading p {
    font-size: 14px;
    line-height: 1.2;
  }
  .top__heading h2 {
    font-size: 26px;
    margin-top: 0;
  }
  .top__heading.is--line {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

/* button */
.button {
  text-decoration: none;
  height: 40px;
  display: inline-flex;
  align-items: center;
  color: #005096;
  border: 1px solid #005096;
  border-radius: 30px;
  padding: 0 35px 0 25px;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}
.button::after {
  content: "";
  width: 8px;
  height: 10px;
  background: url(../images/common/arrow01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .button::before {
    content: "";
    width: 8px;
    height: 10px;
    background: url(../images/common/arrow02.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
  }
  .button:hover {
    color: #fff;
    background-color: #005096;
  }
  .button:hover::after {
    opacity: 0;
  }
  .button:hover::before {
    opacity: 1;
  }
}
.button--more {
  width: 125px;
}

/* BLOCK :: article */
.article__box {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.top-products-list.is--bg-blue .article__box {
  background-color: #f2f6fa;
}
a.article__box {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
a.article__box:hover {
  opacity: 0.7;
}
.article__thumb {
  font-size: 0;
  padding-right: 20px;
}
.article__thumb img {
  width: 100%;
}
.article__body {
  padding: 14px 20px 18px;
}
.article__cat {
  line-height: 1.5;
  color: #005096;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.article__title {
  font-weight: 700;
  color: #001432;
  letter-spacing: 0.04em;
  line-height: 1.3125;
}
.article__body p {
  font-size: 14px;
  font-weight: 400;
  color: #001432;
  line-height: 1.28;
  margin-top: 7px;
}
.swiper-slide .article {
  height: 100%;
}

/* BLOCK :: product */
.topproduct {
  padding: 45px 0 50px;
}
.topproduct__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.topproduct__head h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: calc(100% - 240px);
}
.topproduct__button .button {
  width: 230px;
}
.product__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product__item {
  width: calc(100% / 6 - (12px / 6 * 5));
}
.product__box {
  display: block;
  text-decoration: none;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e4e8ee;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  position: relative;
}
a.product__box {
  transition: opacity 0.3s ease;
}
a.product__box:hover {
  opacity: 0.7;
}
.product__box img {
  display: block;
}
.product__box h3 {
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 20, 40, 0.9);
  padding: 10px 30px 10px 16px;
  position: relative;
  /* right: 9px;
  left: -1px;
  bottom: -1px; */
  margin: 0 9px -1px -1px;
}
.product__box h3::after {
  content: "";
  width: 8px;
  height: 10px;
  background: url(../images/common/arrow02.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 15px;
  top: 17px;
}
@media (min-width: 768px) {
  .product__slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .product__slider .swiper-slide {
    width: calc(100% / 6 - (12px / 6 * 5));
  }
  .product__box h3 {
    min-height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .product__list {
    gap: 8px;
  }
  .product__item {
    width: calc(100% / 6 - (8px / 6 * 5));
  }
  .product__box h3 {
    font-size: 1.4vw;
    right: 5px;
    padding: 8px 20px 8px 8px;
  }
  .product__box h3::after {
    right: 8px;
    top: 12px;
  }
}
@media (max-width: 767px) {
  .product__slider {
    margin-right: -15px;
  }
  .topproduct__button {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
  }
  .topproduct__head h2 {
    width: auto;
  }
}

/* BLOCK :: consider */
.consider {
  background: url(../images/common/bg_consider.png) no-repeat center center / cover;
  color: #fff;
  padding: 40px 0 50px;
}
.consider__title {
  line-height: 1.5;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 27px;
}
.consider__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.consider__list li {
  background-color: rgba(0, 20, 40, 0.8);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  width: calc(100% / 3 - (14px / 3 * 2));
  padding: 30px 20px;
}
.consider__icon {
  text-align: center;
  font-size: 0;
}
.consider__icon img {
  height: 40px;
  width: auto;
}
.consider__name {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 10px;
}
.consider__button {
  margin-top: 14px;
}
.consider__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.consider__button a:hover {
  background-color: #fff;
  color: #005096;
}
@media (min-width: 991px) and (max-width: 1170px) {
  .consider__list li {
    padding: 30px 15px;
  }
  .consider__button a {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .consider__list {
    gap: 10px;
  }
  .consider__list li {
    padding: 30px 10px;
    width: calc(100% / 3 - (10px / 3 * 2));
  }
  .consider__button a {
    font-size: 15px;
    line-height: 1.2;
    height: 55px;
    border-radius: 40px;
    padding: 0 10px;
  }
  .consider__name {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .consider {
    background-image: url(../images/common/bg_consider_sp.png);
    padding: 35px 0 40px;
  }
  .consider__list li {
    width: 100%;
  }
  .consider__title {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* BLOCK :: idea */
.idea {
  padding: 120px 0;
}
.idea__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.idea__item {
  width: calc(100% / 3 - (30px / 3 * 2));
}
.idea__item p {
  line-height: 1.5;
}
.idea__title {
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 18px;
  padding: 0 0 18px;
  margin-bottom: 10px;
}
.idea__title::after {
  content: "";
  width: 60px;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.idea__title span {
  display: block;
}
.idea__title .idea--en {
  font-size: 14px;
}
a.idea__box {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a.idea__box:hover {
  opacity: 0.7;
}
.idea__box {
  padding: 155px 30px 30px;
  height: 100%;
  color: #fff;
  position: relative;
}
.idea__thumb {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.idea__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idea__body {
  position: relative;
  z-index: 1;
}
.idea__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.idea__head_btn {
  padding-bottom: 10px;
}
.idea__head_btn .button {
  height: 50px;
  width: 240px;
}
@media (max-width: 990px) {
  .idea__list {
    gap: 10px;
  }
  .idea__item {
    width: calc(100% / 3 - (10px / 3 * 2));
  }
  .idea__box {
    padding: 155px 15px 15px;
  }
  .idea__item p {
    font-size: 15px;
  }
  .idea__title {
    font-size: 16px;
  }
  .idea__title .idea--en {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .idea {
    padding: 40px 0;
  }
  .idea__list {
    display: block;
  }
  .idea__item {
    width: auto;
  }
  .idea__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .idea__box {
    padding: 130px 15px 15px;
  }
  .idea__head {
    margin-bottom: 15px;
  }
  .idea__title {
    font-size: 17px;
    padding-bottom: 14px;
  }
}

/* BLOCK :: event/news */
.info {
  padding: 90px 0;
}
.info__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info__col {
  width: calc(50% - 40px);
}
.info__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 20px;
  position: relative;
  border-bottom: 1px solid #ced4da;
}
.info__head::after {
  content: "";
  width: 60px;
  height: 1px;
  font-size: 0;
  background-color: #005096;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.info__button {
  display: flex;
  justify-content: flex-end;
}
.info__title {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-size: 26px;
  font-weight: 700;
  width: calc(100% - 130px);
}
.info__title .info--en {
  color: #005096;
  font-size: 13px;
}
.info__list li {
  border-bottom: 1px solid #e4e8ee;
}
.info__list a {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #001432;
  position: relative;
  padding: 12px 25px 16px 0;
  transition: opacity 0.3s ease;
}
.info__list a:hover {
  opacity: 0.7;
}
.info__list a::after {
  content: "";
  width: 8px;
  height: 10px;
  background: url(../images/common/arrow01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.info__list .info__date {
  font-size: 14px;
  padding-top: 2px;
  width: 95px;
}
.info__list .info__text {
  width: calc(100% - 95px);
}
@media (min-width: 768px) and (max-width: 1170px) {
  .info__col {
    width: calc(50% - 15px);
  }
  .info__title {
    font-size: 20px;
  }
  .info__title .info--en {
    font-size: 12px;
  }
  .info__button .button--more {
    width: 120px;
  }
}
@media (min-width: 991px) {
  .info__col > .info__button {
    display: none;
  }
}
@media (max-width: 990px) {
  .info__col .info__head .info__button {
    display: none;
  }
  .info__button {
    margin-top: 15px;
  }
  .info__title {
    width: auto;
  }
}
@media (max-width: 767px) {
  .info {
    padding: 40px 0;
  }
  .info__row {
    display: block;
  }
  .info__col {
    width: auto;
  }
  .info__col:not(:last-child) {
    margin-bottom: 35px;
  }
  .info__head {
    padding-bottom: 14px;
  }
  .info__title {
    font-size: 21px;
    gap: 10px;
  }
  .info__title .info--en {
    font-size: 12px;
  }
  .info__list a span,
  .info__list a {
    display: block;
  }
  .info__list .info__date {
    font-size: 13px;
    line-height: 1.2;
  }
}

/* BLOCK :: panel */
.panel__wrap {
  padding: 120px 0;
}
.panel__row {
  display: flex;
  flex-wrap: wrap;
}
.panel:not(:last-child) {
  margin-bottom: 55px;
}
.panel__head {
  width: 447px;
  padding: 0 60px;
}
.panel__body {
  width: calc(100% - 447px);
}
.panel__direction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.panel__button .button {
  width: 230px;
}
.panel__body .swiper-slide {
  width: 290px;
  height: auto;
}
.panel__body .swiper__button {
  display: flex;
  gap: 20px;
}
.panel__body .swiper__button_next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #005096 url(../images/slide_next.png) no-repeat center center / 18px 15px;
  border-radius: 100%;
  transition: opacity 0.3s ease;
}
.panel__body .swiper__button_prev {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #005096 url(../images/slide_prev.png) no-repeat center center / 18px 15px;
  border-radius: 100%;
  transition: opacity 0.3s ease;
}
.panel__body .swiper__button_next:hover,
.panel__body .swiper__button_prev:hover {
  opacity: 0.7;
}
@media (min-width: 991px) and (max-width: 1360px) {
  .panel__head {
    width: 320px;
    padding: 0 30px;
  }
  .panel__body {
    width: calc(100% - 320px);
  }
}
@media (max-width: 990px) {
  .panel__row {
    display: block;
    padding: 0 15px;
  }
  .panel__head {
    width: auto;
    padding: 0;
    margin-bottom: 15px;
  }
  .panel__body {
    width: auto;
  }
}
@media (max-width: 767px) {
  .panel__wrap {
    padding: 40px 0;
  }
  .panel:not(:last-child) {
    margin-bottom: 40px;
  }
  .panel__body {
    margin-right: -15px;
  }
  .panel__direction {
    padding-right: 15px;
  }
}

/*任意のテーブルを横スクロール対応するクラス*/
.table__wrap {
  width: 100%;
}
@media ( max-width: 990px ) {
  .table__wrap {
      width: 100%;
      overflow-x: scroll;
      padding-bottom: 5px;
  }
}