@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: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
.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: #003c78;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
#wrapper {
  overflow: hidden;
}
.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
}
.container--small {
  max-width: 930px;
}
.align--center {
  text-align: center;
}
.align--right {
  text-align: right;
}
.color--blue {
  color: #003c78;
}
.color--blue-light {
  color: #0096fa;
}
.color--red {
  color: red;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.no--flex {
  display: block!important;
}
.flex--center {
  justify-content: center;
}
.flex--right {
  justify-content: end;
}
.button {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  color: #003c78;
  display: inline-flex;
  align-items: center;
  height: 60px;
  width: 260px;
  border: 1px solid #003c78;
  border-radius: 40px;
  line-height: 1.3;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
.button--size410 {
  width: 100%;
  max-width: 410px;
}
.button.is--height-auto {
  height: auto!important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button::after {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/common/arrow01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.button--back::after {
  background-image: url(../img/common/arrow01_back.png);
  right: inherit;
  left: 20px;
}
.button--w {
  border-color: #FFF;
  color: #FFF;
}
.button--w::after {
  background-image: url(../img/common/arrow01_w.png);
}
.button--bl {
  border-color: #0096fa;
}
.button--blue {
  color: #FFF;
  background-color: #0096fa;
  border-color: #0096fa;
}
.button--blue-dark {
  color: #FFF;
  background-color: #003c78;
  border-color: #003c78;
}
.button--blue-dark::after,
.button--blue::after {
  background-image: url(../img/common/arrow01_w.png);
}
.button.no--arrow::after {
  display: none;
}
.button[target="_blank"]::after {
  width: 15px;
  height: 15px;
  background-image: url(../img/common/newtab.png);
  right: 13px;
}
.button.button--blue[target="_blank"]::after {
  background-image: url(../img/common/h_icon11.png);
}
.button[data-type="pdf"]::after {
  width: 14px;
  height: 18px;
  background-image: url(../img/common/pdf01.png);
  right: 13px;
}
.button.button--w[target="_blank"]::after {
  background-image: url(../img/common/h_icon11.png);
}
.button--icon01,
.button--icon02,
.button--icon03 {
  padding: 0 0 0 38px;
}
.button--icon01[target="_blank"],
.button--icon02[target="_blank"],
.button--icon03[target="_blank"] {
  padding: 0 10px 0 28px;
}
.button--icon01::before,
.button--icon02::before,
.button--icon03::before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.button--icon01::before {
  background-image: url(../img/common/h_icon01.png);
  width: 33px;
}
.button--icon02::before {
  background-image: url(../img/common/h_icon02.png);
}
.button--icon03::before {
  background-image: url(../img/common/h_icon03.png);
  width: 34px;
}
@media (min-width: 768px) {
  .sp {display: none!important;}
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  .button:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .pc {display: none!important;}
  .button {
    font-size: 14px;
    height: 50px;
    width: 210px;
  }
  .button--size410 {
    width: 100%;
    max-width: 410px;
  }
}

/* ------------------------------------------------------
HEADER
------------------------------------------------------ */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: background 0.3s ease;
}
#header.is--sticky {
  background-color: rgba(0, 45, 95, 0.65);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.header__link {
  display: flex;
  gap: 20px;
}
#logo {
  padding-left: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
}
#logo span {
  font-family: "Lato", sans-serif;
  color: #001428;
  font-size: 18px;
  line-height: 1.3;
  display: block;
  border-left: 1px solid #001428;
  padding: 0 0 0 18px;
}
#logo img {
  display: block;
  width: 252px;
}
.hbutton {
  display: flex;
  gap: 10px;
}
.hbutton .button {
  width: 210px;
  height: 50px;
}

.header--recruit .header__inner {
  padding: 20px;
}
.header--recruit #logo a {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  color: #001428;
}
.header--recruit #logo {
  padding-left: 30px;
  z-index: inherit;
}
.header--recruit #logo img {
  width: 232px;
}
.header--recruit #logo img.is--w {
  display: none;
}
.nav--opened .header--recruit #logo img.is--w,
.header--recruit.is--sticky #logo img.is--w {
  display: inline;
}
.nav--opened .header--recruit #logo img.is--b,
.header--recruit.is--sticky #logo img.is--b {
  display: none;
}
.header--recruit.is--sticky #logo a span {
  color: #FFF;
  border-color: #FFF;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .header__inner {
    padding: 30px 20px;
  }
  .hbutton .button {
    font-size: 13px;
    width: 180px;
    height: 45px;
  }
}
@media (min-width: 991px) {
  .nav .hbutton {
    display: none;
  }

  .nav--opened .header--recruit:not(.is--sticky) #logo img.is--w {
    display: none;
  }
  .nav--opened .header--recruit:not(.is--sticky) #logo img.is--b {
    display: inline;
  }
}
@media (max-width: 990px) {
  .header__inner {
    padding: 20px;
  }
  .header__link .hbutton {
    display: none;
  }
  .hbutton {
    gap: 0;
    border: 1px solid #FFF;
    overflow: hidden;
    border-radius: 6px;
    margin-top: 20px;
  }
  .hbutton li {
    width: 33.3333%;
  }
  .hbutton li:not(:last-child) {
    margin: 0;
    border-right: 1px solid #FFF;
  }
  .hbutton .button {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
  }
  .hbutton .button--icon01::before,
  .hbutton .button--icon02::before,
  .hbutton .button--icon03::before {
    position: inherit;
    left: inherit;
    top: inherit;
    transform: translateY(0);
    display: block;
    margin: 0 auto 8px;
  }
  .hbutton .button {
    display: block;
    padding: 10px 0 15px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
  }
  .hbutton .button span {
    display: inline-block;
    position: relative;
    padding-right: 15px;
  }
  .hbutton .button[target="_blank"]::after {
    display: none;
  }
  .hbutton .button[target="_blank"] span::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/common/h_icon11.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header__inner {
    padding: 10px;
  }
  #logo {
    padding-left: 10px;
  }
  #logo img {
    width: 193px;
  }
  .header--recruit #logo {
    padding-left: 7px;
  }
  .header--recruit .header__inner {
    padding: 10px;
  }
  .header--recruit #logo a {
    gap: 12px;
  }
  .header--recruit #logo img {
    width: 156px;
  }
  #logo span {
    font-size: 13px;
    line-height: 1.2;
    padding-left: 12px;
  }
}

/* nav */
.nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 45, 95, 0.65);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transform: translateY(-10%);
  padding: 110px 0 40px;
  transition: all 0.3s ease;
}
.nav--opened .nav {
  opacity: 1;
  visibility: visible;
  z-index: inherit;
  transform: translateY(0);
}
.nav__inner {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
}
.mainmenu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.mainmenu > li {
  width: calc(100% / 6 - (12px / 6 * 5));
}
.mainmenu figure img {
  display: block;
  width: 100%;
}
.mainmenu > li > a {
  display: block;
  height: 100%;
  text-decoration: none;
  background-color: #FFF;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 15px;
  color: #003c78;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.mainmenu span {
  height: 45px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 35px 2px 12px;
}
.mainmenu span::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/common/f_arrow01_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.header--recruit .nav {
  background-color: rgba(0, 150, 250, 0.85);
}
@media (min-width: 768px) {
  .mainmenu > li > a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 991px) {
  .mainmenu ul {
    display: none;
  }
  .nav .md {
    display: none!important;
  }

  .header--recruit .nav {
    padding-top: 30px;
  }
  .header--recruit .mainmenu {
    gap: 20px;
  }
  .header--recruit .mainmenu > li {
    background-color: #c8d7e6;
    border-radius: 6px;
    overflow: hidden;
    width: calc(100% / 4 - (20px / 4 * 3));
  }
  .header--recruit .mainmenu > li figure img {
    display: block;
    width: 100%;
  }
  .header--recruit .mainmenu ul {
    display: block;
    padding: 10px;
  }
  .header--recruit .mainmenu ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .header--recruit .mainmenu ul a {
    background-color: #FFF;
    border-radius: 6px;
    text-decoration: none;
    display: block;
    line-height: 1.3;
    font-weight: 600;
    font-size: 16px;
    color: #001428;
    padding: 13px 20px 13px;
    position: relative;
  }
  .header--recruit .mainmenu ul a::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 15px;
    background: #0096fa url(../img/recruit/arrow04.png) no-repeat center center / 7px 8px;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
  .header--recruit .nav__no {
    font-family: "Lato", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    font-size: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 10px;
    margin-bottom: 3px;
  }
  .header--recruit .nav__no::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0096fa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header--recruit .nav__no span {
    color: #0096fa;
    font-size: 140%;
    margin-left: 3px;
    height: auto;
    display: block;
    padding: 0;
    line-height: 1.1;
  }
  .header--recruit .nav__no span::after {
    display: none;
  }
  .header--recruit .nav__head {
    background-color: #FFF;
    line-height: 1.1;
    padding: 12px 10px;
  }
  .nav__job_no {
    font-family: "Lato", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 17px;
    color: #001428;
  }
  .nav__job_no::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #0096fa;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav__job_no span {
    font-size: 140%;
    margin-left: 4px;
    height: auto;
    display: block;
    padding: 0;
    line-height: 1.1;
  }
  .nav__job_no span::after {
    display: none;
  }
  .nav__job_en {
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 600;
    color: #0096fa;
    font-family: "Lato", sans-serif;
  }
  .nav__job_jp {
    color: #001428;
    color: #0096fa;
    font-weight: 700;
    font-size: 16px;
  }
}
@media (min-width: 991px) and (max-width: 1270px) {
  .nav__job_en {
    font-size: 2.4vw;
  }
}
@media (min-width: 991px) and (max-width: 1360px) {
  .header--recruit .nav {
    padding-top: 110px;
  }
}
@media (max-width: 990px) {
  .nav .lg {
    display: none!important;
  }
  .nav--opened {
    overflow: hidden;
  }
  .nav {
    position: fixed;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(0, 45, 95, 0.85);
    padding-top: 60px;
    padding-bottom: 0;
  }
  .nav__inner {
    height: 100%;
    overflow: auto;
    padding-top: 20px;
  }
  .mainmenu {
    display: block;
  }
  .mainmenu figure {
    display: none;
  }
  .mainmenu > li {
    margin: 0 -15px;
    padding: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: auto;
  }
  .mainmenu > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mainmenu > li > div {
    color: #FFF;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
  }
  .mainmenu > li > a {
    background-color: transparent;
    color: #FFF;
    padding: 0 15px;
    font-size: 16px;
  }
  .mainmenu span {
    height: auto;
    padding: 18px 0 18px 35px;
  }
  .mainmenu span::after {
    background-image: url(../img/common/f_arrow01.png);
    right: inherit;
    left: 0;
  }
  .mainmenu > li > div > span::after {
    background-image: url(../img/common/f_arrow01_down.png);
  }
  .mainmenu ul {
    color: #FFF;
    line-height: 1.3;
    font-size: 13px;
    padding: 0 20px 20px 50px;
  }
  .mainmenu ul li {
    position: relative;
    padding: 0 0 0 10px;
  }
  .mainmenu ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .mainmenu ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }
  .mainmenu ul a {
    color: #FFF;
    text-decoration: none;
  }

  .header--recruit .nav__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .header--recruit .mainmenu {
    width: 100%;
  }
  .header--recruit .nav__rbutton {
    order: 12;
    margin: 0;
    padding: 40px 0;
  }
  .header--recruit .nav__rbutton li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .nav--opened .header--recruit #logo {
    z-index: 1;
  }
  .nav--opened .header--recruit #logo span {
    color: #FFF;
    border-color: #FFF;
  }
}

/* Hamburger */
.hamburger {
  background-color: #003c78;
  border-radius: 30px;
  cursor: pointer;
  width: 100px;
  height: 50px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.hamburger__icon {
  width: 30px;
  height: 17px;
  position: relative;
}
.hamburger span {
  position: absolute;
  background: #FFF;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.4s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}
.nav--opened .hamburger {
  background-color: #FFF;
}
.nav--opened .hamburger span {
  background-color: #003c78;
}
.nav--opened .hamburger .hamburger_button {
  transform: rotateX(360deg);
}
.nav--opened .hamburger span:nth-child(1) {
  transform: translateY(6px) rotate(-135deg);
  top: 2px;
}
.nav--opened .hamburger span:nth-child(3) {
  transform: translateY(-6px) rotate(135deg);
  top: 14px;
}
.nav--opened .hamburger span:nth-child(2) {
  opacity: 0;
}

.header--recruit .hamburger {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #0096fa;
}
.header--recruit .hamburger__icon {
  width: 35px;
  height: 21px;
}
.header--recruit .hamburger span:nth-child(2) {
  top: 10px;
}
.header--recruit .hamburger span:nth-child(3) {
  top: 20px;
}
.nav--opened .header--recruit .hamburger {
  background-color: #FFF;
}
.nav--opened .header--recruit .hamburger span {
  background-color: #0096fa;
}
.nav--opened .header--recruit .hamburger span:nth-child(1) {
  top: 2px;
}
.nav--opened .header--recruit .hamburger span:nth-child(3) {
  top: 14px;
}
@media (max-width: 767px) {
  .hamburger {
    width: 90px;
    height: 40px;
  }
  .hamburger__icon {
    width: 25px;
    height: 15px;
  }
  .hamburger span:nth-child(2) {
    top: 7px;
  }
  .hamburger span:nth-child(3) {
    top: 14px;
  }
  .header--recruit .hamburger {
    width: 50px;
    height: 50px;
  }
  .header--recruit .hamburger__icon {
    width: 20px;
    height: 15px;
  }
  .header--recruit .hamburger span:nth-child(2) {
    top: 7px;
  }
  .header--recruit .hamburger span:nth-child(3) {
    top: 14px;
  }
}

/* ------------------------------------------------------
FOOTER
------------------------------------------------------ */
#footer {
  background-color: #eef2f4;
}
.flogo img {
  display: block;
  width: 252px;
}
.fgroup1 {
  background-color: #003c78;
  color: #FFF;
  padding: 45px 0;
}
.fgroup2 {
  background-color: #002d5f;
  color: #FFF;
  padding: 60px 0;
}
.fgroup3 {
  padding: 30px 0;
}
.finfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.finfo__addr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 46px;
}
.finfo__addr_cont h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.finfo__addr_cont p {
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.06em;
  line-height: 1.46;
}
.finfo__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.finfo__contact_tel p {
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-size: 19px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.finfo__contact_tel p:first-child {
  margin-bottom: 4px;
}
.finfo__contact_tel > p:not(.finfo__contact_fax) > a[href*="tel:"] {
  font-size: 36px;
}
.finfo__contact_tel p a[href*="tel:"] {
  text-decoration: none;
  color: #FFF;
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
}
.finfo__contact_tel p a[href*="tel:"]::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/f_icon01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.finfo__contact_tel .finfo__tele {
  line-height: 1.2;
  font-size: 14px;
  margin: 8px 0;
}
.finfo__contact_tel .finfo__tele span {
  font-family: "Lato", sans-serif;
  font-size: 19px;
}
.fnav__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.frow {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: calc(100% - 210px - 30px);
}
.fnav__parent {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.fnav__parent:not(:first-child) {
  margin-top: 15px;
}
.fnav__parent span,
.fnav__parent a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  transition: opacity 0.3s ease;
}
.fnav__parent span::before,
.fnav__parent a::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/common/f_arrow01.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fnav__parent span::before {
  background-image: url(../img/common/f_arrow01_down.png);
}
.fnav__parent img {
  vertical-align: middle;
  margin-left: 7px;
}
.fnav__child {
  color: #FFF;
  font-size: 13px;
  font-weight: 100;
  line-height: 1.5;
  padding-left: 35px;
  margin-top: 7px;
}
.fnav__child li {
  padding-left: 10px;
  position: relative;
  margin-top: 6px;
}
.fnav__child li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.fnav__child a {
  color: #FFF;
  text-decoration: none;
}
.fbutton .button {
  width: 210px;
  height: 50px;
}
.fbutton li:not(:last-child) {
  margin-bottom: 10px;
}
.fpartner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.fpartner__list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: calc(100% - 115px - 395px - 60px);
}
.fpartner__list li {
  width: calc(100% / 3 - (15px / 3 * 2));
}
.fpartner__list a {
  display: block;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(0, 20, 50, 0.1);
}
.fpartner__list img {
  display: block;
}
.sns {
  font-size: 0;
  display: flex;
  gap: 15px;
}
.sns img {
  width: 50px;
}
.copyrights {
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  color: #9baabe;
  font-size: 11px;
  letter-spacing: 0.02em;
  width: 395px;
  text-align: center;
}
.footer--recruit .copyrights {
  width: auto;
}
.footer--recruit .frow {
  width: auto;
}
@media (min-width: 768px) {
  .fnav__parent a:hover {
    opacity: 0.7;
  }
  .fnav__child a:hover {
    text-decoration: underline;
  }
  .fnav__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .finfo__row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .finfo__contact_tel > p.finfo__contact_fax > a[href*="tel:"],
  .finfo__contact_tel .finfo__tele a[href*="tel:"] {
    padding: 0;
  }
  .finfo__contact_tel > p.finfo__contact_fax > a[href*="tel:"]::before,
  .finfo__contact_tel .finfo__tele a[href*="tel:"]::before {
    display: none!important;
  }
}
@media (max-width: 1175px) {
  .frow {
    flex-wrap: wrap;
    width: 100%;
  }
  .fbutton {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .footer--recruit .frow {
    padding-right: 0;
    justify-content: flex-start;
  }
  .footer--recruit .fcol {
    width: calc(100% / 4 - (20px / 4 * 3));
  }
}
@media (min-width: 991px) and (max-width: 1190px) {
  .finfo__addr {
    gap: 20px;
  }
  .finfo__contact_tel p a[href*="tel:"] {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .finfo__contact,
  .finfo__addr {
    width: 100%;
    justify-content: center;
  }
  .finfo__contact {
    margin-top: 30px;
  }
}
@media (max-width: 990px) {
  .fpartner {
    justify-content: center;
  }
  .fpartner__list {
    width: auto;
  }
  .fpartner__list img {
    max-width: 200px;
  }
  .copyrights {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .frow {
    justify-content: flex-start;
    gap: 20px;
  }
  .fcol {
    width: calc(100% / 3 - (20px / 3 * 2));
  }
  .footer--recruit .fcol {
    width: calc(100% / 3 - (20px / 3 * 2));
  }
}
@media (max-width: 767px) {
  .fgroup1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fgroup2 {
    padding-top: 2px;
    padding-bottom: 30px;
  }
  .finfo__contact {
    justify-content: center;
    margin-top: 10px;
    gap: 20px;
  }
  .finfo__addr {
    display: block;
    text-align: center;
  }
  .flogo {
    margin-bottom: 16px;
    font-size: 0;
  }
  .flogo img {
    width: 193px;
    display: inline;
  }
  .fpartner__list img,
  .fbutton li, .fcol, .footer--recruit .fcol,
  .finfo__button {
    width: 100%;
  }
  .finfo__addr_cont h3 {
    margin-bottom: 5px;
  }
  .finfo__contact_tel p {
    font-size: 16px;
  }
  .finfo__contact_tel p a[href*="tel:"] {
    font-size: 26px;
    padding-left: 30px;
  }
  .finfo__contact_tel p a[href*="tel:"]::before {
    width: 21px;
    height: 21px;
  }
  .finfo__button {
    display: flex;
    justify-content: center;
  }
  .finfo__button .button {
    width: 230px;
  }
  .frow {
    display: block;
  }
  .fcol {
    width: auto;
  }
  .fnav__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 13px 15px 15px;
    margin: 0 -15px;
  }
  .fpartner {
    gap: 15px;
  }
  .fpartner__list {
    gap: 8px;
  }
  .fpartner__list li {
    width: calc(100% / 3 - (8px / 3 * 2));
  }
  .copyrights {
    font-size: 10px;
  }
  .fbutton {
    gap: 0;
    border: 1px solid #FFF;
    overflow: hidden;
    border-radius: 6px;
  }
  .fbutton li {
    width: 33.3333%;
  }
  .fbutton li:not(:last-child) {
    margin: 0;
    border-right: 1px solid #FFF;
  }
  .fbutton .button {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
  }
  .fbutton .button--icon01::before,
  .fbutton .button--icon02::before,
  .fbutton .button--icon03::before {
    position: inherit;
    left: inherit;
    top: inherit;
    transform: translateY(0);
    display: block;
    margin: 0 auto 8px;
  }
  .fbutton .button {
    display: block;
    padding: 10px 0 15px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
  }
  .fbutton .button span {
    display: inline-block;
    position: relative;
    padding-right: 15px;
  }
  .fbutton .button[target="_blank"]::after {
    display: none;
  }
  .fbutton .button[target="_blank"] span::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/common/h_icon11.png) no-repeat 0 0 / 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer--recruit .fcol {
    width: auto;
  }
  .finfo__tele {
    text-align: center;
  }
}

/* ------------------------------------------------------
PAGES
------------------------------------------------------ */
.pagehead {
  position: relative;
  z-index: 1;
}
.pagehead__image {
  position: relative;
}
.pagehead__image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/bg02.png) repeat 0 0 / 2px auto;
}
.pagehead__image.bg--dot-w::after {
  background-image: url(../img/bg02_w.png);
}
.pagehead__image img {
  display: block;
  width: 100%;
}
.pagehead__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.pagehead__inner .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.pagehead__inner .breadscrumb {
  position: absolute;
  left: 15px;
  bottom: 28px;
}
.pagehead__title {
  color: #d0e2ea;
  font-size: 104px;
  letter-spacing: 0.02em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
.pagehead__title span {
  color: #FFF;
}
.pagehead_body p {
  font-weight: 600;
  color: #FFF;
  font-size: 28px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  margin-top: 12px;
}
.breadscrumb {
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
  line-height: 1.3;
  font-weight: 100;
  font-size: 12px;
}
.breadscrumb a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  padding-right: 8px;
  margin-right: 4px;
}
.breadscrumb a:first-child::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_home.png) no-repeat 0 0 / 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.breadscrumb a::after {
  content: "-";
  color: #FFF;
  position: absolute;
  right: 0;
  top: 0;
}
.pagebody {
  padding: 120px 0;
}
@media (min-width: 768px) {
  .breadscrumb a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1200px) {
  .pagehead__image {
    height: 350px;
  }
  .pagehead__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 990px) {
  .pagehead__image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .pagehead__image {
    height: 250px;
  }
  .pagehead__title {
    font-size: 56px;
  }
  .pagehead_body p {
    font-size: 18px;
  }
  .pagehead__inner .breadscrumb {
    bottom: 15px;
  }
  .pagebody {
    padding: 60px 0;
  }
}

/* form */
::-webkit-input-placeholder {
  color: #a0aaaf;
  font-size: 13px;
}
input:-ms-input-placeholder {
  color: #a0aaaf;
  font-size: 13px;
}
::placeholder {
  color: #a0aaaf;
  font-size: 13px;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  outline: none;
  border-radius: 5px;
  background-color: #eef2f4;
  border: 1px solid #d0d8dc;
  padding: 0 18px;
  height: 50px;
  width: 100%;
  color: #000;
  font-size: 16px;
}
input[type="tel"] {
  max-width: 340px;
}
textarea {
  height: 125px;
  padding: 18px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  border: 1px solid #d0d8dc;
  border-radius: 5px;
  background: #eef2f4 url(../img/common/bg_select.png) no-repeat right top / auto 100%;
  color: #000;
  font-size: 13px;
  outline: none;
  width: 100%;
  height: 50px;
  padding: 0 22px 0 18px;
}
.form__checkbox_list {
  padding: 6px 0;
  line-height: 1.3;
}
.form__checkbox_item:not(:last-child) {
  margin-bottom: 10px;
}
.checkbox__field {
  display: inline-block;
  position: relative;
}
.checkbox__field input {
  position: absolute;
  left: -9999em;
  top: 0;
  visibility: hidden;
}
.checkbox__field label {
  display: block;
}
.checkbox__field_text {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  padding: 3px 0 3px 35px;
  position: relative;
  cursor: default;
}
.checkbox__field_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #d0d8dc;
  background-color: #eef2f4;
}
.checkbox__field input:checked + span::before {
  background-image: url(../img/common/ico_checked.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.form__radio_list {
  padding: 3px 0;
}
.radio__field {
  display: inline-block;
  position: relative;
  margin-right: 27px;
}
.radio__field:last-child {
  margin-right: 0;
}
.radio__field input {
  position: absolute;
  left: -9999em;
  top: 0;
  visibility: hidden;
}
.radio__field label {
  display: block;
}
.radio__field_text {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.3;
  font-size: 14px;
  padding: 3px 0 3px 35px;
  position: relative;
  cursor: default;
}
.radio__field_text::after,
.radio__field_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #d0d8dc;
  background-color: #eef2f4;
}
.radio__field_text::after {
  width: 10px;
  height: 10px;
  background-color: #003c78;
  border: none;
  left: calc(15px / 2);
  top: calc(15px / 2);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.radio__field input:checked + span::after {
  opacity: 1;
}

/* module */
.pagelead {
  text-align: center;
  padding: 90px 0;
}
.pagelead:nth-child(1) {
  margin-top: -120px;
}
.cgroup {
  padding: 120px 0;
  position: relative;
}
.cgroup::after {
  content: "";
  background-color: #eef2f4;
  position: absolute;
  left: calc((1000px - 100vw) / 2);
  right: calc((1000px - 100vw) / 2);
  top: 0;
  bottom: 0;
  z-index: -1;
}
.heading--type2 {
  line-height: 1.4;
  font-weight: 600;
  color: #003c78;
  font-size: 34px;
  border-bottom: 3px solid #d0d8dc;
  position: relative;
  padding: 0 0 20px;
  margin: 30px 0;
}
.heading--type2:nth-child(1) {
  margin-top: 0;
}
.heading--type2::after {
  content: "";
  height: 3px;
  width: 140px;
  background-color: #003c78;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.heading--type4,
.heading--type3 {
  padding: 0 0 18px 20px;
  line-height: 1.4;
  color: #003c78;
  font-size: 26px;
  position: relative;
  border-bottom: 1px solid #d0d8dc;
  margin: 30px 0;
}
.heading--type4::before,
.heading--type3::before {
  content: "";
  width: 3px;
  background-color: #003c78;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 19px;
}
.heading--type4 {
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 0;
}
.heading--type4::before {
  bottom: 1px;
}
.panel {
  margin-top: 85px;
}
.panel__row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.panel__row.is--reverse .panel__image {
  order: 12;
}
.panel__image {
  font-size: 0;
  width: 480px;
}
.panel__image img {
  width: 100%;
}
.panel__image img:not(:last-child) {
  margin-bottom: 10px;
}
.panel__image figure figcaption {
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
.panel__image figure:not(:last-child) {
  margin-bottom: 15px;
}
.panel__body {
  width: calc(100% - 480px - 50px);
}
.panel.no--image .panel__body {
  width: 100%!important;
}
.message + .info__table {
  margin-top: 100px;
}
.message__author {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-top: 12px;
}
.message__author strong {
  font-weight: 600;
  display: block;
  font-size: 26px;
}
.module--padd {
  padding: 120px 0;
}
.module--padd-top {
  padding: 120px 0 0 0;
}
.button__line:not(:last-child) {
  margin-bottom: 20px;
}
.button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.intro {
  position: relative;
  padding: 115px 0;
  color: #FFF;
  margin-top: 120px;
}
.intro:nth-child(1) {
  margin-top: 0!important;
}
.ilogo {
  font-size: 0;
  text-align: center;
}
.ilogo img {
  width: 252px;
}
.intro h2 {
  position: relative;
  line-height: 1.4;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.intro h2::after {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.intro::before {
  content: "";
  position: absolute;
  left: calc((1000px - 100vw) / 2);
  right: calc((1000px - 100vw) / 2);
  top: 0;
  bottom: 0;
  background: url(../img/bg02.png) repeat center center / 2px auto;
  z-index: 2;
}
.intro::after {
  content: "";
  position: absolute;
  left: calc((1000px - 100vw) / 2);
  right: calc((1000px - 100vw) / 2);
  top: 0;
  bottom: 0;
  background: url(../img/image.jpg) no-repeat center center / cover;
  z-index: 1;
}
.intro > * {
  position: relative;
  z-index: 3;
}
.intro p {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.06em;
  line-height: 2.1;
}
.intro .intro__name {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7;
  padding: 25px 0 0 0;
  margin-top: 50px;
}
.intro .intro__name strong {
  display: block;
  font-size: 26px;
  font-weight: 600;
}
.detail__date {
  text-align: right;
  margin-top: -60px;
  margin-bottom: 60px;
  font-weight: 600;
}
.thumbnail {
  margin: 80px 0;
}
.thumbnail img {
  display: block;
}
.thumbnail:last-child {
  margin-bottom: 0;
}
.thumbnail.is--box {
  background-color: #FFF;
  padding: 20px;
  text-align: center;
}
.thumbnail.is--box img {
  display: inline;
  max-width: 100%;
}
@media (max-width: 1230px) {
  .intro::before,
  .cgroup::after,
  .intro::after {
    left: -15px;
    right: -15px;
  }
}
@media (max-width: 990px) {
  .panel__row {
    gap: 25px;
  }
  .panel__image {
    width: 40%;
  }
  .panel__body {
    width: calc(60% - 25px);
  }
}
@media (max-width: 767px) {
  .module--padd,
  .pagelead {
    padding: 60px 0;
  }
  .pagelead:nth-child(1) {
    margin-top: -60px;
  }
  .cgroup {
    padding: 60px 0;
  }
  .module--padd-top {
    padding: 60px 0 0 0;
  }
  .panel__body,
  .panel__image {
    width: 100%;
  }
  .heading--type2 {
    font-size: 23px;
  }
  .heading--type3 {
    font-size: 18px;
  }
  .heading--type4 {
    font-size: 16px;
  }
  .intro {
    margin-top: 60px;
  }
  .intro h2 {
    font-size: 20px;
  }
  .intro p {
    font-size: 16px;
  }
  .ilogo img {
    width: 193px;
  }
  .detail__date {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .thumbnail {
    margin: 60px 0;
  }
  .panel {
    margin-top: 60px;
  }
}

.info__table {
  border: 1px solid #d0d8dc;
}
.info__table dl {
  display: flex;
  flex-wrap: wrap;
}
.info__table dl:not(:last-child) {
  border-bottom: 1px solid #d0d8dc;
}
.info__table dl dt {
  background-color: #e4f0fc;
  border-right: 1px solid #d0d8dc;
  width: 229px;
  font-size: 16px;
  font-weight: 600;
  color: #003c78;
  line-height: 1.4;
  padding: 18px 10px 18px 18px;
  letter-spacing: 0;
}
.info__table dl dd {
  width: calc(100% - 229px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 18px 10px 18px 18px;
}
.info__table dl dd p:not(:last-child) {
  margin-bottom: 12px;
}
.info__table dl dd p strong {
  font-weight: 600;
  color: #003c78;
}
.info__table .button {
  width: 210px;
  height: 40px;
  font-size: 14px;
  padding: 0 23px;
}
.info__table .button:not([target="_blank"])::after {
  width: 9px;
  height: 12px;
  background-image: url(../img/common/arrow01_s.png);
  right: 20px;
}
@media (max-width: 767px) {
  .info__table dl dd,
  .info__table dl dt {
    width: 100%;
  }
  .info__table dl {
    display: block;
  }
  .info__table dl dt {
    border-right: none;
  }
  .info__table dl:not(:last-child) {
    border-bottom: none;
  }
}

/* topic */
.topic__list {
  border-top: 1px solid #d0d8dc;
}
.topic__list li {
  border-bottom: 1px solid #d0d8dc;
}
.topic__item {
  display: block;
  text-decoration: none;
  padding: 25px 40px 25px 10px;
  position: relative;
  transition: opacity 0.3s ease;
}
a.topic__item::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/common/f_arrow01_blue.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.topic__meta {
  line-height: 1.3;
  margin-bottom: 3px;
}
.topic__cat {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: #003c78;
  letter-spacing: 0.06em;
}
.topic__date {
  line-height: 1.3;
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.topic__meta > span:not(:last-child)::after {
  content: "|";
  font-size: 12px;
  margin: 0 8px;
  color: #000;
}
.topic__item p {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
@media (min-width: 768px) {
  a.topic__item:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .topic__cat {
    font-size: 12px;
  }
  .topic__date,
  .topic__meta > span:not(:last-child)::after {
    font-size: 11px;
  }
  .topic__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .topic__item p {
    font-size: 15px;
  }
}

.pagelead.no--padd-bot {
  padding-bottom: 0!important;
}

/* chart */
.chart {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 4px 4px 12px rgba(0, 40, 90, 0.08);
  overflow: hidden;
  padding: 0 0 40px;
  margin-top: 90px;
}
.chart__title {
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 500;
  background-color: #0096fa;
  padding: 15px 10px 17px;
  margin-bottom: 25px;
}
.chart__row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  gap: 40px;
}
.chart__item {
  width: calc(50% - 20px);
}
.chart__list {
  display: flex;
  border-radius: 6px;
  border: 1px solid #c8d7e6;
  padding: 2px;
  gap: 1px;
}
.chart__list li {
  height: 75px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}
.chart__list li:first-child {
  border-radius: 4px 0 0 4px;
}
.chart__list li:last-child {
  border-radius: 0 4px 4px 0;
}
.chart--type1 {
  background-color: #19be40;
  color: #FFF;
  width: 17.05%;
}
.chart--type2 {
  background-color: #fa7220;
  color: #FFF;
  width: 32.95%;
}
.chart--type3 {
  background-color: #00b4b4;
  color: #FFF;
  width: 17.05%;
}
.bg--color-1 {background-color: #19be40;}
.bg--color-2 {background-color: #fa7220;}
.bg--color-3 {background-color: #00b4b4;}
.chart__note {
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
  margin-top: 25px;
}
.chart__item h4 {
  text-align: center;
  line-height: 1.4;
  color: #001428;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .chart {
    padding-bottom: 30px;
    margin-top: 60px;
  }
  .chart__row {
    padding: 0 15px;
    gap: 16px;
  }
  .chart__item h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .chart__item {
    width: 100%;
  }
  .chart__note {
    margin-top: 18px;
  }
}
