@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ------------------------------------------------------
 * custom
------------------------------------------------------ */
a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

b, em, strong {
  font-weight: inherit;
  font-style: normal;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

table {
  border-spacing: 0;
}

[type=button], [type=reset], [type=submit], button {
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ------------------------------------------------------
 * Text color
------------------------------------------------------ */
.tc_01 {
  color: #202020 !important;
}
.tc_02 {
  color: #fff !important;
}
.tc_03 {
  color: #2D4CB2 !important;
}
.tc_04 {
  color: #00BEEB !important;
}

/* ------------------------------------------------------
 * Font family
------------------------------------------------------ */
.ff_ja {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Sans", "Noto Sans JP", sans-serif !important;
}
.ff_en {
  font-family: "Rajdhani", sans-serif !important;
}

/* ------------------------------------------------------
 * Font size
------------------------------------------------------ */
.fs_10px {
  font-size: 10px !important;
}
.fs_12px {
  font-size: 12px !important;
}
.fs_14px {
  font-size: 14px !important;
}
.fs_15px {
  font-size: 15px !important;
}
.fs_16px {
  font-size: 16px !important;
}
.fs_18px {
  font-size: 18px !important;
}
.fs_20px {
  font-size: 20px !important;
}
.fs_22px {
  font-size: 22px !important;
}
.fs_24px {
  font-size: 24px !important;
}
.fs_28px {
  font-size: 28px !important;
}
.fs_30px {
  font-size: 30px !important;
}

/* ------------------------------------------------------
 * Font weight
------------------------------------------------------ */
.fw_normal {
  font-weight: normal !important;
}
.fw_bold {
  font-weight: bold !important;
}

/* ------------------------------------------------------
 * Text align
------------------------------------------------------ */
.ta_l {
  text-align: left !important;
}
.ta_c {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.ta_r {
  text-align: right !important;
}

/* ------------------------------------------------------
 * Vertical align
------------------------------------------------------ */
.va_t {
  vertical-align: top !important;
}
.va_m {
  vertical-align: middle !important;
}
.va_b {
  vertical-align: bottom !important;
}

/* ------------------------------------------------------
 * Width
------------------------------------------------------ */
.w_0 {
  width: 0% !important;
}
.w_5 {
  width: 5% !important;
}
.w_10 {
  width: 10% !important;
}
.w_15 {
  width: 15% !important;
}
.w_20 {
  width: 20% !important;
}
.w_25 {
  width: 25% !important;
}
.w_30 {
  width: 30% !important;
}
.w_35 {
  width: 35% !important;
}
.w_40 {
  width: 40% !important;
}
.w_45 {
  width: 45% !important;
}
.w_50 {
  width: 50% !important;
}
.w_55 {
  width: 55% !important;
}
.w_60 {
  width: 60% !important;
}
.w_65 {
  width: 65% !important;
}
.w_70 {
  width: 70% !important;
}
.w_75 {
  width: 75% !important;
}
.w_80 {
  width: 80% !important;
}
.w_85 {
  width: 85% !important;
}
.w_90 {
  width: 90% !important;
}
.w_95 {
  width: 95% !important;
}
.w_100 {
  width: 100% !important;
}

/* ------------------------------------------------------
 * margin bottom
------------------------------------------------------ */
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.mb_60 {
  margin-bottom: 60px !important;
}
.mb_70 {
  margin-bottom: 70px !important;
}
.mb_80 {
  margin-bottom: 80px !important;
}
.mb_90 {
  margin-bottom: 90px !important;
}
.mb_100 {
  margin-bottom: 100px !important;
}
.mb_05em {
  margin-bottom: 0.5em !important;
}
.mb_1em {
  margin-bottom: 1em !important;
}
.mb_2em {
  margin-bottom: 2em !important;
}
.mb_3em {
  margin-bottom: 3em !important;
}
.mb_4em {
  margin-bottom: 4em !important;
}
.mb_5em {
  margin-bottom: 5em !important;
}
.mb_6em {
  margin-bottom: 6em !important;
}
.mb_7em {
  margin-bottom: 7em !important;
}
.mb_8em {
  margin-bottom: 8em !important;
}
.mb_9em {
  margin-bottom: 9em !important;
}
.mb_10em {
  margin-bottom: 10em !important;
}

/* ------------------------------------------------------
 * display
------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

/* ------------------------------------------------------
 * Reset
------------------------------------------------------ */
*, *:before, *:after {
  box-sizing: border-box;
}

/* ------------------------------------------------------
 * Body
------------------------------------------------------ */
body {
  -webkit-font-smoothing: antialiased;
  min-width: 1280px;
  color: #202020;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
body img {
  max-width: 100%;
}
body a, body button {
  color: #202020;
  transition: 0.2s ease-in-out;
}
body.is_open_header_menu {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  body a:hover, body button:hover {
    color: #00BEEB;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 15px;
    padding: 45px 0 0;
  }
}

/* ------------------------------------------------------
 * Header
------------------------------------------------------ */
.header_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header_inner {
    max-width: none;
  }
}
.header_inner > :last-child {
  margin-bottom: 0 !important;
}
.header_logo {
  max-width: 350px;
  max-height: 76px;
  background: #2D4CB2;
  border-radius: 0 0 5px 0;
  padding: 20px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header_logo:hover .header_logo_img {
  opacity: 0.75;
}
.header_logo_img {
  width: 165px;
  margin: 0 32px 0 0;
  transition: 0.2s ease-in-out;
}
.header_logo_txt {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.header_utility {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
}
.header_btn_entry .btn_entry {
  width: 293px;
  min-height: auto;
  max-height: 76px;
  border-radius: 0 0 0 5px;
  padding: 26px 20px;
}
.header_btn_trigger {
  width: 76px;
  height: 76px;
  background: #2D4CB2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header_btn_trigger:hover {
  background: #223C98;
}
.header_btn_trigger img {
  width: 35px;
}
.header_menu {
  width: 100%;
  height: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  inset: 0;
}
.header_menu > :last-child {
  margin-bottom: 0 !important;
}
.header_menu_inner {
  background: #2D4CB2;
  color: #fff;
  width: 524px;
  height: 100%;
  padding: 136px 76px 76px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #223C98 #2D4CB2;
  scrollbar-width: none;
}
.header_menu_inner a, .header_menu_inner button {
  color: #fff;
}
.header_menu_inner .ticker {
  opacity: 0.05;
}
@media screen and (min-width: 769px) {
  .header_menu_inner a:hover, .header_menu_inner button:hover {
    color: #00BEEB;
  }
}
.header_menu_inner > :last-child {
  margin-bottom: 0 !important;
}
.header_menu_inner::-webkit-scrollbar {
  display: none;
}
.header_menu_list {
  margin: 0 0 60px;
}
.header_menu_list > li {
  font-size: 24px;
  font-weight: bold;
  text-align: justify;
  margin: 0 0 50px;
}
.header_menu_list > li:last-child {
  margin-bottom: 0;
}
.header_menu_list > li > a, .header_menu_list > li > button {
  font-weight: inherit;
  display: flex;
  align-items: center;
}
.header_menu_list > li .txt_en {
  font-size: 16px;
  padding: 0.2em 0 0;
  margin: 0 0 0 20px;
}
.header_menu_sub_list > li {
  font-size: 18px;
  font-weight: normal;
  text-align: justify;
  margin: 0 0 15px;
}
.header_menu_sub_list > li:last-child {
  margin-bottom: 0;
}
.header_menu_sub_list > li > a {
  text-indent: -0.8em;
  padding: 0 0 0 0.8em;
  display: inline-block;
}
.header_menu_sub_list > li > a:before {
  content: " - ";
}
.header_menu_accordion_trigger.accordion_trigger:before {
  width: 24px;
  height: 2px;
  right: 0;
}
.header_menu_accordion_trigger.accordion_trigger:after {
  width: 2px;
  height: 24px;
  right: 11px;
}
.header_menu_accordion_contents_inner {
  padding: 25px 0 0;
}
.header_menu_btn_entry {
  margin: 0 0 60px;
}
.header_menu_btn_entry .btn_entry {
  width: 100%;
  min-height: auto;
  border-radius: 8px;
  padding: 35px 20px;
}
.header_menu_close_trigger {
  width: 76px;
  height: 76px;
  background: #2D4CB2;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header_menu_close_trigger:hover {
  background: #223C98;
}
.header_menu_close_trigger img {
  width: 35px;
}
.header_menu.is_open {
  background: rgba(32, 32, 32, 0.5);
  z-index: 101;
  opacity: 1;
  pointer-events: auto;
}
.header_menu.is_open .header_menu_inner {
  transform: translateX(0);
}
.header_aside_list {
  margin: -30px 0 0 -60px;
}
.header_aside_list > li {
  margin: 30px 0 0 60px;
  display: inline-block;
}
.header_aside_list > li.full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    background: #2D4CB2;
    color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header a, .header button {
    color: #fff;
  }
  .header .ticker {
    opacity: 0.05;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .header a:hover, .header button:hover {
    color: #00BEEB;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .header_logo {
    max-width: none;
    max-height: 46px;
    padding: 10px;
    position: relative;
    z-index: 110;
  }
  .header_logo_img {
    width: 119px;
    margin: 0;
  }
  .header_logo_txt {
    display: none;
  }
  .header_utility {
    position: static;
  }
  .header_btn_entry {
    display: none;
  }
  .header_btn_trigger {
    width: 46px;
    height: 46px;
  }
  .header_btn_trigger img {
    width: 24px;
  }
  .header_menu {
    justify-content: flex-end;
    align-items: center;
  }
  .header_menu_inner {
    width: 100%;
    padding: 86px 15px 40px;
    transform: translateX(0);
    transition: none;
  }
  .header_menu_list {
    margin: 0 0 50px;
  }
  .header_menu_list > li {
    font-size: 18px;
    margin: 0 0 45px;
  }
  .header_menu_list > li .txt_en {
    font-size: 15px;
    padding: 0.2em 0 0;
  }
  .header_menu_sublist > li {
    font-size: 16px;
  }
  .header_menu_sublist > li > a {
    text-indent: -0.8em;
    padding: 0 0 0 0.8em;
  }
  .header_menu_accordion_trigger:before {
    width: 20px;
  }
  .header_menu_accordion_trigger:after {
    height: 20px;
    right: 9px;
  }
  .header_menu_accordion_contents_inner {
    padding: 15px 0 0;
  }
  .header_menu_btn_entry {
    margin: 0 0 60px;
  }
  .header_menu_btn_entry .btn_entry {
    width: 100%;
    border-radius: 8px;
    padding: 30px 20px;
  }
  .header_menu_close_trigger {
    width: 46px;
    height: 46px;
  }
  .header_menu_close_trigger img {
    width: 24px;
  }
  .header_menu.is_open {
    background: transparent;
  }
  .header_aside_list > li {
    font-size: 16px;
  }
}

/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
.footer {
  background: #2D4CB2;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 64px 0 30px;
}
.footer a, .footer button {
  color: #fff;
}
.footer .ticker {
  opacity: 0.05;
}
@media screen and (min-width: 769px) {
  .footer a:hover, .footer button:hover {
    color: #00BEEB;
  }
}
.footer_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_inner {
    max-width: none;
  }
}
.footer_inner > :last-child {
  margin-bottom: 0 !important;
}
.footer_utility > :last-child {
  margin-bottom: 0 !important;
}
.footer_logo {
  width: 306px;
  margin: 0 0 30px;
  display: block;
}
.footer_aside_list {
  margin: 0 0 45px;
}
.footer_aside_list > li {
  margin: 0 0 25px;
}
.footer_aside_list > li:last-child {
  margin-bottom: 0;
}
.footer_btn_entry .btn_entry {
  width: 320px;
  max-height: 94px;
  border-radius: 8px;
  padding: 35px 20px;
}
.footer_menu {
  max-width: 50%;
  display: flex;
  justify-content: flex-end;
  gap: 160px;
}
.footer_menu > :last-child {
  margin-bottom: 0 !important;
}
.footer_menu_list {
  margin: 0 0 50px;
}
.footer_menu_list:last-child {
  margin-bottom: 0;
}
.footer_menu_list > li {
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
  margin: 0 0 50px;
}
.footer_menu_list > li:last-child {
  margin-bottom: 0;
}
.footer_menu_list > li > a, .footer_menu_list > li > button {
  font-weight: inherit;
  display: flex;
  align-items: center;
}
.footer_menu_list > li .txt_en {
  font-size: 16px;
  padding: 0.2em 0 0;
  margin: 0 0 0 10px;
}
.footer_menu_sub_inner {
  padding: 20px 0 0;
}
.footer_menu_sub_list > li {
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  margin: 0 0 15px;
}
.footer_menu_sub_list > li:last-child {
  margin-bottom: 0;
}
.footer_menu_sub_list > li > a {
  text-indent: -0.8em;
  padding: 0 0 0 0.8em;
  display: inline-block;
}
.footer_menu_sub_list > li > a:before {
  content: " - ";
}
.footer_copyright {
  margin: 60px 0 0;
}
.footer_copyright_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 15px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer_copyright_inner {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 15px 15px;
  }
  .footer_inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 0fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    grid-auto-flow: dense;
  }
  .footer_utility {
    margin: 0;
    display: contents;
  }
  .footer_logo {
    width: 140px;
    padding: 11px 0 0;
    margin: 0 0 55px;
    order: 1;
  }
  .footer_aside_list {
    font-size: 12px;
    margin: 0;
    order: 3;
  }
  .footer_aside_list > li {
    margin: 0 0 20px;
  }
  .footer_btn_entry {
    order: 2;
  }
  .footer_btn_entry .btn_entry {
    width: 100%;
    min-height: auto;
    max-height: 51px;
    border-radius: 5px;
    font-size: 13px;
    padding: 18px 10px;
  }
  .footer_btn_entry .btn_entry .txt_en {
    font-size: 16px;
  }
  .footer_menu {
    display: contents;
  }
  .footer_menu_list {
    margin: 0;
  }
  .footer_menu_list > li {
    font-size: 16px;
    margin: 0 0 40px;
  }
  .footer_menu_list > li > a, .footer_menu_list > li > button {
    display: block;
  }
  .footer_menu_list > li .txt_en {
    font-size: 14px;
    padding: 0;
    margin: 5px 0 0;
    display: block;
  }
  .footer_menu_list:nth-child(1) {
    order: 5;
  }
  .footer_menu_list:nth-child(2) {
    grid-column: span 1;
    grid-row: span 2;
    order: 4;
  }
  .footer_menu_sub_inner {
    padding: 15px 0 0;
  }
  .footer_menu_sub_list > li {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .footer_copyright_inner {
    font-size: 12px;
  }
}

/* ------------------------------------------------------
 * contents
------------------------------------------------------ */
.primary_contents {
  overflow: hidden;
}
/* ------------------------------------------------------
 * Section
------------------------------------------------------ */
.section {
  background: #fff;
  padding: 120px 0;
}
.section_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section_inner {
    max-width: none;
  }
}
.section_inner > :last-child {
  margin-bottom: 0 !important;
}
.section[data-bg-style="01"] {
  background: #2D4CB2;
  color: #fff;
}
.section[data-bg-style="01"] a, .section[data-bg-style="01"] button {
  color: #fff;
}
.section[data-bg-style="01"] .ticker {
  opacity: 0.05;
}
@media screen and (min-width: 769px) {
  .section[data-bg-style="01"] a:hover, .section[data-bg-style="01"] button:hover {
    color: #00BEEB;
  }
}
.section[data-bg-style="02"] {
  background: url("../img/common/bg_01.png") repeat 0 0 #fff;
  background-size: 28px;
}
.section_narrow {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section_narrow {
    max-width: none;
  }
}
.section_narrow > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .section_inner {
    padding: 0 15px;
  }
}

/* ------------------------------------------------------
 * Heading
------------------------------------------------------ */
/* .hdg_01
---------------------------------------- */
.hdg_01 > :last-child {
  margin-bottom: 0 !important;
}
.hdg_01 > * {
  display: block;
}
.hdg_01_sub {
  color: #00BEEB;
  margin: 0 0 20px;
}
.hdg_01_sub.txt_en {
  padding: 0 0 0 20px;
  position: relative;
}
.hdg_01_sub.txt_en:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00BEEB;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hdg_01_main {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .hdg_01 > * {
    display: block;
  }
  .hdg_01_sub {
    margin: 0 0 10px;
  }
  .hdg_01_sub.txt_en {
    padding: 0 0 0 15px;
  }
  .hdg_01_sub.txt_en:before {
    width: 10px;
    height: 10px;
  }
}

h1.hdg_01 {
  margin: 0 0 100px;
}
h1.hdg_01 .hdg_01_sub {
  font-size: 24px;
}
h1.hdg_01 .hdg_01_main {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  h1.hdg_01 {
    margin: 0 0 40px;
  }
  h1.hdg_01 .hdg_01_sub {
    font-size: 18px;
  }
  h1.hdg_01 .hdg_01_main {
    font-size: 30px;
  }
}

h2.hdg_01 {
  margin: 0 0 60px;
}
h2.hdg_01 .hdg_01_sub {
  font-size: 24px;
}
h2.hdg_01 .hdg_01_main {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  h2.hdg_01 {
    margin: 0 0 35px;
  }
  h2.hdg_01 .hdg_01_sub {
    font-size: 18px;
  }
  h2.hdg_01 .hdg_01_main {
    font-size: 20px;
  }
}

/* .hdg_02
---------------------------------------- */
.hdg_02 {
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 0 35px;
  position: relative;
}
.hdg_02:before {
  content: "";
  width: 18px;
  height: 40px;
  background: url("../img/common/icon_line.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .hdg_02 {
    padding: 0 0 0 25px;
  }
  .hdg_02:before {
    width: 11px;
    height: 24px;
    top: 0.2em;
  }
}

h2.hdg_02 {
  font-size: 40px;
  margin: 0 0 25px;
}
h2.hdg_02 .min {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  h2.hdg_02 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  h2.hdg_02 .min {
    font-size: 16px;
  }
}

h3.hdg_02 {
  font-size: 20px;
  padding: 0 0 0 17px;
  margin: 0 0 25px;
}
h3.hdg_02:before {
  width: 9px;
  height: 20px;
}
h3.hdg_02 .min {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  h3.hdg_02 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  h3.hdg_02:before {
    width: 8px;
    height: 18px;
  }
  h3.hdg_02 .min {
    font-size: 14px;
  }
}

/* .hdg_03
---------------------------------------- */
.hdg_03 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .hdg_03 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

/* ------------------------------------------------------
 * Text
------------------------------------------------------ */
.txt {
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  margin: 0 0 4em;
}
.txt_en {
  color: #00BEEB;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.txt_vertical {
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .txt {
    margin: 0 0 2em;
  }
}

/* ------------------------------------------------------
 * List
------------------------------------------------------ */
.list_disc {
  line-height: 2;
  margin: 0 0 4em;
}
.list_disc > li {
  text-align: justify;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.list_disc > li > :last-child {
  margin-bottom: 0 !important;
}
.list_disc > li:before {
  content: "・";
}
.list_note {
  line-height: 2;
  margin: 0 0 4em;
}
.list_note > li {
  margin: 0 0 0.3em;
  display: flex;
  gap: 0.5em;
}
.list_note > li > :last-child {
  margin-bottom: 0 !important;
}
.list_note > li:last-child {
  margin-bottom: 0;
}
.list_note_mark {
  white-space: nowrap;
}
.list_note_contents {
  width: 100%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .list_disc {
    margin: 0 0 2em;
  }
  .list_note {
    margin: 0 0 2em;
  }
}

/* ------------------------------------------------------
 * icon
------------------------------------------------------ */
.icon_new {
  width: 18px;
  vertical-align: middle;
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .icon_new {
    width: 16px;
  }
}

/* ------------------------------------------------------
 * img
------------------------------------------------------ */
.img_zoom {
  transition: 0.4s ease;
}
@media screen and (min-width: 769px) {
  .img_zoom:hover {
    transform: scale(1.1);
  }
}
.img_layout {
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
}
.img_layout_contents {
  width: calc(100% - 426px);
}
.img_layout_contents > :last-child {
  margin-bottom: 0 !important;
}
.img_layout_item {
  width: 362px;
}
.img_layout_item img {
  border-radius: 5px;
}
.img_layout[data-layout-img=left] {
  flex-direction: row-reverse;
}
.img_layout[data-layout-img=left] .img_layout_item {
  margin-right: 64px;
}
.img_layout[data-layout-img=right] .img_layout_item {
  margin-left: 64px;
}
@media screen and (max-width: 768px) {
  .img_layout {
    flex-direction: column-reverse !important;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
  }
  .img_layout_contents, .img_layout_item {
    width: 100%;
  }
  .img_layout[data-layout-img=left] .img_layout_item, .img_layout[data-layout-img=right] .img_layout_item {
    margin: 0;
  }
}

/* ------------------------------------------------------
 * Link
------------------------------------------------------ */
.link_underline {
  text-decoration: underline;
}
/* ------------------------------------------------------
 * buttons
------------------------------------------------------ */
.btn {
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn_main {
  border: 1px solid #2D4CB2;
  background: #fff;
  color: #2D4CB2;
}
.btn_main:hover {
  background: #2D4CB2;
  color: #fff !important;
}
.section[data-bg-style="01"] .btn_main {
  color: #2D4CB2;
}
.section[data-bg-style="01"] .btn_main:hover {
  border-color: #fff;
  background: #2D4CB2;
  color: #fff;
}
.btn_sub {
  border: 1px solid #2D4CB2;
  background: #2D4CB2;
  color: #fff;
}
.btn_sub:hover {
  background: #fff;
  color: #2D4CB2 !important;
}
.section[data-bg-style="01"] .btn_sub {
  border-color: #fff;
}
.btn_size_s {
  min-height: 64px;
  font-size: 16px;
  padding: 20px 30px;
}
.btn_size_m {
  min-height: 116px;
  font-size: 20px;
  padding: 20px 40px;
}
.btn_size_l {
  min-height: 120px;
  font-size: 24px;
  padding: 20px 60px;
}
.btn_arrow:before {
  content: "";
  width: 16px;
  height: 12px;
  background: no-repeat 50% 50%;
  background-image: url("../img/common/icon_arrow_right_01.svg");
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btn_arrow:hover:before {
  background-image: url("../img/common/icon_arrow_right_02.svg");
}
.btn_arrow.btn_sub:before {
  background-image: url("../img/common/icon_arrow_right_02.svg");
}
.btn_arrow.btn_sub:hover:before {
  background-image: url("../img/common/icon_arrow_right_01.svg");
}
.btn_arrow.btn_size_s:before {
  right: 30px;
}
.btn_arrow.btn_size_s .btn_label {
  padding: 0 55px 0 0;
}
.btn_arrow.btn_size_m:before {
  right: 40px;
}
.btn_arrow.btn_size_m .btn_label {
  padding: 0 65px 0 0;
}
.btn_arrow.btn_size_l:before {
  right: 60px;
}
.btn_arrow.btn_size_l .btn_label {
  padding: 0 85px 0 0;
}
.btn_list {
  display: flex;
  gap: 16px;
}
.btn_list_item {
  width: 100%;
}
.btn_list .btn {
  width: 100%;
}
.btn_entry {
  width: 600px;
  min-height: 110px;
  border-radius: 5px;
  background: #00BEEB;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 20px 60px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn_entry:hover {
  background: #00B5EB;
  color: #fff !important;
}
.btn_entry .txt_en {
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .btn_size_s {
    min-width: 230px;
    font-size: 15px;
    padding: 20px 20px;
  }
  .btn_size_m {
    min-height: 98px;
    font-size: 18px;
    padding: 20px 30px;
  }
  .btn_size_l {
    min-height: 114px;
    font-size: 20px;
    padding: 20px 30px;
  }
  .btn_arrow.btn_size_s:before {
    right: 24px;
  }
  .btn_arrow.btn_size_s .btn_label {
    padding: 0 50px 0 0;
  }
  .btn_arrow.btn_size_m:before {
    right: 30px;
  }
  .btn_arrow.btn_size_m .btn_label {
    padding: 0 65px 0 0;
  }
  .btn_arrow.btn_size_l:before {
    right: 30px;
  }
  .btn_arrow.btn_size_l .btn_label {
    padding: 0 65px 0 0;
  }
  .btn_list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }
  .btn_entry {
    width: 100%;
    min-height: 114px;
    font-size: 18px;
    padding: 20px 15px;
  }
  .btn_entry .txt_en {
    font-size: 16px;
  }
}

/* ------------------------------------------------------
 * box
------------------------------------------------------ */
.box_01 {
  border-radius: 5px;
  border: 1px solid #2D4CB2;
  margin: 0 0 64px;
}
.box_01 > .box_inner {
  padding: 64px;
}
.box_01 > .box_inner > :last-child {
  margin-bottom: 0 !important;
}
[data-bg-style="01"] .box_01 {
  border-color: #fff;
}
.box_02 {
  border-radius: 5px;
  background: #223C98;
  color: #fff;
  margin: 0 0 16px;
}
.box_02 > .box_inner {
  padding: 25px 30px;
}
.box_02 > .box_inner > :last-child {
  margin-bottom: 0 !important;
}
.box_02 a, .box_02 button {
  color: #fff;
}
.box_02 a:hover, .box_02 button:hover {
  color: #00BEEB !important;
}
@media screen and (max-width: 768px) {
  .box_01 {
    margin: 0 0 60px;
  }
  .box_01 > .box_inner {
    padding: 30px 15px;
  }
  .box_02 > .box_inner {
    padding: 20px;
  }
}

/* ------------------------------------------------------
 * tbl
------------------------------------------------------ */
.tbl {
  width: 100%;
  border-top: 1px solid #2D4CB2;
  margin: 0 0 30px;
  table-layout: fixed;
}
[data-bg-style="01"] .tbl {
  border-top-color: #fff;
}
.tbl th, .tbl td {
  border-bottom: 1px solid #2D4CB2;
  text-align: justify;
  vertical-align: top;
  word-break: break-all;
  padding: 45px 0;
}
.tbl th > :last-child, .tbl td > :last-child {
  margin-bottom: 0 !important;
}
[data-bg-style="01"] .tbl th, [data-bg-style="01"] .tbl td {
  border-bottom-color: #fff;
}
.tbl th {
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .tbl th {
    font-size: 16px;
  }
}

/* ------------------------------------------------------
 * scroll area
------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .scroll_area {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #223C98 #2D4CB2;
    scrollbar-width: none;
  }
  .scroll_area::-webkit-scrollbar {
    display: none;
  }
  .scroll_area_inner {
    width: 600px;
    max-width: 1280px;
    flex-shrink: 0;
  }
}

/* ------------------------------------------------------
 * 人を知る
------------------------------------------------------ */
.person_list {
  display: flex;
  gap: 40px;
}
.person_list > li {
  width: 400px;
}
.person_list_inner {
  display: block;
}
.person_list_inner:hover {
  color: #202020 !important;
}
[data-bg-style="01"] .person_list_inner:hover {
  color: #fff !important;
}
.person_list_img {
  border-radius: 5px;
  background: #fff;
  margin: 0 0 30px;
  overflow: hidden;
}
.person_list_img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.person_list_catch {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  display: block;
}
.person_list_department {
  line-height: 2;
}
.person_list_name {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .person_list {
    margin: 0 0 55px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .person_list > li {
    width: 100%;
  }
  .person_list_img {
    margin: 0 0 20px;
  }
  .person_list_catch {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .person_list_department {
    font-size: 15px;
  }
  .person_list_name {
    font-size: 15px;
  }
}

/* ------------------------------------------------------
 * [js] Accordion
------------------------------------------------------ */
.accordion_trigger {
  width: 100%;
  text-align: left;
  position: relative;
  display: block;
  cursor: pointer;
}
.accordion_trigger:before, .accordion_trigger:after {
  content: "";
  background: #2D4CB2;
  position: absolute;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
[data-bg-style="01"] .accordion_trigger:before, [data-bg-style="01"] .accordion_trigger:after {
  background: #fff;
}
.accordion_trigger:before {
  width: 20px;
  height: 2px;
  right: 0;
}
.accordion_trigger:after {
  width: 2px;
  height: 20px;
  right: 9px;
}
.accordion_trigger.is_open:after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.accordion_contents {
  display: none;
}
.accordion_contents_inner > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .accordion_trigger:before {
    width: 16px;
  }
  .accordion_trigger:after {
    height: 16px;
    right: 7px;
  }
}

/* ------------------------------------------------------
 * [css] Ticker
------------------------------------------------------ */
.ticker {
  color: #F7F7F7;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 130px;
  font-size: 180px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: default;
}
.ticker_items {
  display: flex;
  align-items: center;
  animation: key_scrollRight 150s linear infinite;
}
.ticker_item {
  margin: 0 0.2em 0 0;
}
@media screen and (max-width: 768px) {
  .ticker {
    height: 66px;
    font-size: 90px;
  }
}

@keyframes key_scrollRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes key_scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}