@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://use.fontawesome.com/releases/v6.7.1/css/all.css");
:root {
  --navi_event_type: hover;
  --header_break_point: 1000;
  --main_slide_break_point: 768;
  --main_slide_copy_sync: false;
}

/*!
  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT
*/
*, *:after, *:before {
  box-sizing: border-box;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .span_1 {
    width: 8.33333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .row {
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 20px;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}

/*!
 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1
*/
.container {
  padding: 0 1%;
}

.container img {
  max-width: 100%;
  height: auto;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1180px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row.reverse {
    flex-flow: row-reverse;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .d-flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-start {
    justify-content: flex-start;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .justify-content-end {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .row.col_5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid_16 .span_1 {
  width: 6.25%;
}

.grid_16 .span_2 {
  width: 12.5%;
}

.grid_16 .span_3 {
  width: 18.75%;
}

.grid_16 .span_4 {
  width: 25%;
}

.grid_16 .span_5 {
  width: 31.25%;
}

.grid_16 .span_6 {
  width: 37.5%;
}

.grid_16 .span_7 {
  width: 43.75%;
}

.grid_16 .span_8 {
  width: 50%;
}

.grid_16 .span_9 {
  width: 56.25%;
}

.grid_16 .span_10 {
  width: 62.5%;
}

.grid_16 .span_11 {
  width: 68.75%;
}

.grid_16 .span_12 {
  width: 75%;
}

.grid_16 .span_13 {
  width: 81.25%;
}

.grid_16 .span_14 {
  width: 87.5%;
}

.grid_16 .span_15 {
  width: 93.75%;
}

.grid_16 .span_16 {
  width: 100%;
}

.grid_16.gutters .span_1 {
  width: 4.375%;
}

.grid_16.gutters .span_2 {
  width: 10.75%;
}

.grid_16.gutters .span_3 {
  width: 17.125%;
}

.grid_16.gutters .span_4 {
  width: 23.5%;
}

.grid_16.gutters .span_5 {
  width: 29.875%;
}

.grid_16.gutters .span_6 {
  width: 36.25%;
}

.grid_16.gutters .span_7 {
  width: 42.625%;
}

.grid_16.gutters .span_8 {
  width: 49%;
}

.grid_16.gutters .span_9 {
  width: 55.375%;
}

.grid_16.gutters .span_10 {
  width: 61.75%;
}

.grid_16.gutters .span_11 {
  width: 68.125%;
}

.grid_16.gutters .span_12 {
  width: 74.5%;
}

.grid_16.gutters .span_13 {
  width: 80.875%;
}

.grid_16.gutters .span_14 {
  width: 87.25%;
}

.grid_16.gutters .span_15 {
  width: 93.625%;
}

.grid_16.gutters .span_16 {
  width: 100%;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.scrollPrevent {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #151515;
  height: auto !important;
  overflow: hidden;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  height: auto;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

picture {
  margin: 0;
  text-align: center;
}

picture img {
  max-width: unset;
  height: auto;
}

a {
  color: #004399;
  transition: all 0.3s;
  overflow-wrap: anywhere;
}

a:hover {
  color: #004399;
  text-decoration: none;
}

.highlight a {
  color: #151515;
}

.highlight a:hover {
  color: #004399;
}

a:not([class]) img,
a.swipebox img {
  transition: all 0.3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
  overflow-wrap: anywhere;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 1.6rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

main .contents_wrapper {
  max-width: 100%;
  padding: 0;
}

main section {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  main section {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  main section:last-child {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}

@media (max-width: 767px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -0.4em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1180px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6%;
}

.sidebar ul a {
  color: #151515;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  border-bottom: rgba(0, 67, 153, 0.1) solid 1px;
}

.sidebar ul a:hover {
  color: #004399;
  background: rgba(0, 67, 153, 0.05);
}

.sidebar ul.children {
  margin: 0;
}

.sidebar ul.children > li > a {
  padding-left: 1.75em;
  position: relative;
}

.sidebar ul.children > li > a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #151515;
  border-radius: 50%;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar ul.children > li > ul {
  margin: 0;
}

.sidebar ul.children > li > ul > li a {
  padding-left: 2.75em;
  position: relative;
}

.sidebar ul.children > li > ul > li a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: none;
  border-radius: 0;
  border-left: solid 2px #151515;
  border-bottom: solid 2px #151515;
  position: absolute;
  left: 1.75em;
  top: 50%;
  transform: translateY(-50%);
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 20px;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.highlight {
  background: rgba(0, 67, 153, 0.1);
  color: #151515;
}

.highlight.round {
  border-radius: 10px;
}

section.highlight,
p.highlight,
.col.highlight {
  padding: 4%;
}

.column_main .col p + *:not(p),
.column_main .col table + *:not(p) {
  margin-top: 40px;
}

.globalHeader {
  background: #fff;
  color: #151515;
  font-size: 14px;
}

.globalHeader.high {
  box-shadow: none !important;
}

@media (max-width: 999px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1000px) {
  .globalHeader.high {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 999px) {
  .globalHeader {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: transparent;
  }
}

@media (min-width: 1000px) {
  .globalHeader {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: transparent;
  }
}

.globalHeader .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  height: 72px;
  max-width: 100%;
}

.globalHeader .container .globalHeader_top {
  width: 98%;
  margin: 0 auto;
}

@media (max-width: 999px) {
  .globalHeader .container {
    height: 64px;
  }
}

.globalHeader .globalHeader_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.globalHeader .header_logo {
  width: 356px;
  height: 40px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 999px) {
  .globalHeader .header_logo {
    width: 242px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .globalHeader .header_logo {
    width: 242px;
    height: auto;
  }
}

.globalHeader .header_logo a {
  display: block;
  height: auto;
  line-height: 0;
}

.globalHeader .header_logo a img {
  max-width: 100%;
  height: auto;
}

body.home .globalHeader {
  width: 100%;
  z-index: 999;
  background: transparent;
  color: #fff;
}

@media (min-width: 1000px) {
  body.home .globalHeader {
    position: fixed;
  }
}

body.home .globalHeader .global_nav > ul li a {
  color: #fff;
}

body.home .globalHeader .global_nav > ul li a:before {
  background: #fff;
}

body.home .globalHeader .menu-item-has-children a:after {
  border-color: #fff;
}

.global_nav {
  width: auto;
  list-style-position: inside;
}

@media (max-width: 999px) {
  .global_nav {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    height: calc(100dvh - 64px);
    z-index: 56;
    transition: all .3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.global_nav > ul {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 1000px) {
  .global_nav > ul {
    margin-top: 55px;
  }
}

@media (max-width: 999px) {
  .global_nav > ul {
    display: block;
    background: rgba(0, 67, 153, 0.9);
    width: 80vw;
    max-width: 400px;
    transform: translateX(100%);
    transition: all .3s;
    height: 100%;
    overflow: auto;
  }
}

@media (max-width: 999px) {
  .global_nav > ul li {
    border-bottom: #b3b3b3 solid 1px;
  }
  .global_nav > ul li:first-child {
    border-top: #b3b3b3 solid 1px;
  }
}

.global_nav > ul li a {
  color: #151515;
  text-decoration: none;
  padding: .5em 1em;
  transition: all .3s;
}

@media (min-width: 1000px) {
  .global_nav > ul li a {
    position: relative;
  }
  .global_nav > ul li a:before {
    content: '';
    width: 1px;
    height: .8em;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: black;
  }
}

@media (max-width: 999px) {
  .global_nav > ul li a {
    display: block;
    padding: 1em;
    color: #fff;
    position: relative;
  }
  .global_nav > ul li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
}

.global_nav > ul li a:hover {
  opacity: 0.8;
}

.global_nav > ul li:first-child a:before {
  content: none;
}

@media (max-width: 999px) {
  .global_nav.open {
    opacity: 1;
    visibility: visible;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 999px) {
  .global_nav.open > ul {
    transform: translateX(0);
  }
}

/**ハンバーガーメニュー**/
#headerToggle {
  display: none;
}

@media (max-width: 999px) {
  #headerToggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    width: 30px;
    height: 25px;
    transition: all .3s;
  }
  #headerToggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #004399;
    transition: all .4s;
  }
  #headerToggle span:nth-of-type(1) {
    top: 0;
  }
  #headerToggle span:nth-of-type(2) {
    top: 11px;
  }
  #headerToggle span:nth-of-type(3) {
    bottom: 0;
  }
  #headerToggle.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  #headerToggle.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
  }
  #headerToggle.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}

@media (max-width: 999px) {
  body.home #headerToggle span {
    background-color: #fff;
  }
}

.hdr_info_wrapper {
  display: none;
}

@media (min-width: 1000px) {
  .hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
  }
}

.hdr_info_wrapper .hdr_info {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.hdr_info_wrapper .hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hdr_info_wrapper .hdr_info_group li {
  margin-left: 10px;
}

.hdr_info_wrapper .hdr_info_group .button, .hdr_info_wrapper .hdr_info_group .inquiry .form_button, .inquiry .hdr_info_wrapper .hdr_info_group .form_button, .hdr_info_wrapper .hdr_info_group #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .hdr_info_wrapper .hdr_info_group button {
  min-width: 220px;
  font-size: 1.4rem;
}

.sp_hdr_info_wrapper {
  display: none;
}

@media (max-width: 999px) {
  .sp_hdr_info_wrapper {
    display: block;
    position: absolute;
    top: 15px;
    right: 70px;
  }
}

.sp_hdr_info_wrapper .sp_hdr_info_group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li {
  margin-left: 10px;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel a {
  color: #004399;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_tel i {
  font-size: 3.2rem;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail {
  color: white;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail a {
  color: #004399;
}

.sp_hdr_info_wrapper .sp_hdr_info_group li.hdr_icon_mail i {
  font-size: 3.2rem;
}

body.home .hdr_icon_tel a, body.home .hdr_icon_mail a {
  color: #fff !important;
}

footer {
  position: relative;
  padding: 60px 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  footer {
    padding: 0 0 1em;
  }
}

footer .fNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .fNav ul li + li {
  border-top: 1px solid rgba(0, 67, 153, 0.3);
}

footer .fNav ul li a {
  display: block;
  padding: 1em 15px;
  text-decoration: none;
}

footer .fNav ul li.menu-item-has-children ul {
  display: block !important;
}

footer .copy_right {
  font-size: 1rem;
}

@media (max-width: 767px) {
  footer ul {
    border-top: 1px solid rgba(0, 67, 153, 0.3);
  }
  footer ul li > ul {
    border-top: 1px solid rgba(0, 67, 153, 0.3);
  }
  footer ul li.menu-item-has-children ul {
    display: block !important;
    height: auto !important;
  }
  footer ul li.menu-item-has-children ul a {
    font-size: 90%;
    padding-left: 1.5em;
  }
  footer ul li.menu-item-has-children ul ul a {
    padding-left: 2.5em;
  }
  footer .col {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  footer .fNav {
    margin-bottom: 5%;
  }
  footer .fNav ul {
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  footer .fNav ul li {
    border: none !important;
  }
  footer .fNav ul li a {
    padding: .2em 1em .2em 1em !important;
    text-decoration: none;
    position: relative;
  }
  footer .fNav ul li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #004399;
    border-right: solid 2px #004399;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
  }
  footer .fNav ul li > ul {
    padding-left: .2em;
  }
  footer .fNav ul li > ul a {
    font-size: 90%;
  }
  footer .fNav ul li > ul a:before {
    width: 5px;
    height: 5px;
    border: none;
    background: #004399;
    border-radius: 50%;
    margin-top: -2px;
  }
  footer .fNav ul li > ul .sub-menu {
    padding-left: 1em;
  }
  footer .fNav ul li > ul .sub-menu a:before {
    width: 5px;
    height: 2px;
    border: none;
    background: #004399;
    border-radius: 0;
    transform: rotate(0);
  }
}

.copy_right {
  background: #004399;
  color: white;
  font-size: 1.2rem;
  margin: 0;
  padding: 2em 0;
}

@media (max-width: 767px) {
  .copy_right {
    padding: 1em 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

footer {
  background: #f5f5f5;
  color: #151515;
}

footer a {
  color: #151515;
}

footer a:hover {
  color: #151515;
}

@media (min-width: 768px) {
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.main_visual {
  position: relative;
  margin-bottom: 100px;
  margin-top: 64px;
  margin-top: 0 !important;
}

@media (max-width: 999px) {
  .main_visual {
    margin-top: 64px;
  }
}

@media (max-width: 767px) {
  .main_visual {
    margin-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .main_visual {
    margin-top: 72px;
  }
}

.main_visual .main_visual_splide {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 860px;
}

@media (max-width: 767px) {
  .main_visual .main_visual_splide {
    height: 114.66667%;
  }
}

.main_visual .main_visual_splide .splide {
  opacity: 0;
  transition: opacity 0.1s;
  margin: auto;
  width: 100%;
  height: 100%;
}

.main_visual .main_visual_splide .splide.is-initialized {
  opacity: 1;
}

.main_visual .main_visual_splide .splide .splide-wrapper, .main_visual .main_visual_splide .splide .splide__track {
  height: 100%;
}

.main_visual .main_visual_splide .splide .splide__slide {
  height: 100%;
}

.main_visual .main_visual_splide .splide .splide__slide picture, .main_visual .main_visual_splide .splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_visual .main_visual_splide.fadeUp {
  visibility: hidden;
}

.main_visual .main_visual_copy_splide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  z-index: 51;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .main_visual .main_visual_copy_splide {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

.main_visual .main_visual_copy_splide .splide, .main_visual .main_visual_copy_splide .splide-wrapper, .main_visual .main_visual_copy_splide .splide__track {
  height: 100%;
}

.main_visual .main_visual_copy_splide .splide__slide {
  width: 100%;
  height: 100%;
}

.main_visual .main_visual_copy_splide .splide__slide img {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy_splide .splide__slide img {
    max-width: 90%;
    height: auto;
  }
}

.main_visual .main_visual_copy_splide .splide__slide.is-single {
  visibility: visible !important;
}

.main_visual .main_visual_copy_splide.fadeUp {
  visibility: hidden;
}

.main_visual .main_visual_copy_splide.fadeUp .splide__slide {
  visibility: hidden;
}

.main_visual .main_visual_copy_splide .splide__slide.anime_box {
  position: absolute;
  visibility: hidden;
}

.main_visual {
  position: relative;
  margin-bottom: 100px;
  margin-top: 64px;
  margin-top: 0 !important;
}

@media (max-width: 999px) {
  .main_visual {
    margin-top: 64px;
  }
}

@media (max-width: 767px) {
  .main_visual {
    margin-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .main_visual {
    margin-top: 72px;
  }
}

.main_visual .main_visual_slick, .main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: 0.1s;
}

.main_visual .main_visual_slick.slick-initialized {
  opacity: 1;
}

.main_visual .main_visual_slick .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick .slick-slide picture, .main_visual .main_visual_slick .slick-slide img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  width: auto;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 33.89831%;
  max-width: 400px;
  max-height: 400px;
  z-index: 52;
}

@media (max-width: 767px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 72.88136%!important;
}

@media (min-width: 1180px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 860px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 44.79167%!important;
  }
}

@media (max-width: 767px) {
  .main_visual .main_visual_slick {
    padding-top: 114.66667%!important;
  }
}

.slick-dots {
  z-index: 55 !important;
  bottom: -50px;
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #004399;
}

.main_visual .main_visual_swiper {
  opacity: 0;
  transition: 0.1s;
}

.main_visual .main_visual_swiper.swiper-container-initialized {
  opacity: 1;
}

.main_visual .main_visual_swiper .swiper-slide {
  position: relative;
}

.main_visual .main_visual_swiper .swiper-slide a {
  color: white;
}

.main_visual .main_visual_swiper .swiper-slide .ofi {
  padding-top: 700px;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 1em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3 {
  color: white;
  padding: 0;
  margin: 0 0 .5em;
}

.main_visual .main_visual_swiper .swiper-slide .text_wrapper h3:after {
  content: none;
}

.main_visual .swiper-button-prev, .main_visual .swiper-button-next {
  background: #004399;
  color: white;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev, .main_visual .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.main_visual .swiper-button-prev:after, .main_visual .swiper-button-next:after {
  font-size: 16px;
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev:after, .main_visual .swiper-button-next:after {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .main_visual .swiper-button-next {
    right: 0;
  }
}

.main_visual .swiper-pagination {
  position: static;
  margin: 1em 0;
}

.main_visual .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #004399;
  margin: 0 5px;
  outline-color: transparent;
}

.h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
  padding: .7em 5%;
  color: #fff;
  background: #004399;
  margin: 0 0 40px;
}

@media (min-width: 1000px) {
  .h1 {
    margin-top: 72px;
  }
}

@media (max-width: 767px) {
  .h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 999px) {
  .h1 {
    margin-top: 64px;
  }
}

.h1 span {
  display: block;
  font-size: 1.6rem;
  padding-top: .5em;
  color: white;
  font-style: italic;
}

.h1 a {
  text-decoration: none;
}

.h1 a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .h1 {
    font-size: 2.4rem;
  }
  .h1 span {
    font-size: 1.4rem;
  }
}

.h2, .article_list h2 {
  display: block;
  margin: 0 auto 1em;
  position: relative;
  text-align: center;
  border: 0;
  font-weight: bold;
  padding: 0 0 .5em;
  font-size: 3rem;
  color: #151515;
}

.h2 a, .article_list h2 a {
  text-decoration: none;
  color: #151515;
}

.h2 a:hover, .article_list h2 a:hover {
  text-decoration: underline;
  color: #151515;
}

.h2 span, .article_list h2 span {
  display: block;
  font-size: 1.4rem;
  padding-top: 1em;
}

.h2:after, .article_list h2:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  margin: auto;
  background: #004399;
}

@media (max-width: 767px) {
  .h2, .article_list h2 {
    font-size: 2.4rem;
  }
  .h2:after, .article_list h2:after {
    width: 20px;
  }
}

.h3 {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  color: #151515;
  font-size: 2.4rem;
  position: relative;
}

.h3 a {
  text-decoration: none;
}

.h3 a:hover {
  text-decoration: underline;
}

.h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 67, 153, 0.2);
}

@media (max-width: 767px) {
  .h3 {
    font-size: 2rem;
  }
}

.h4 {
  margin: 0 0 1em;
  padding-left: 1em;
  font-size: 1.8rem;
  position: relative;
  color: #151515;
  font-weight: bold;
}

.h4 a {
  text-decoration: none;
}

.h4 a:hover {
  text-decoration: underline;
}

.h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 1em;
  margin: auto;
  background: #004399;
}

@media (max-width: 767px) {
  .h4 {
    font-size: 1.4rem;
  }
}

.widget_wrap .widget_header {
  font-size: 1.6rem;
  color: #151515;
  padding: .5em 0 .5em .5em;
  border-bottom: #004399 solid 2px;
  font-weight: bold;
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 1.4rem;
  }
}

.bread {
  overflow: hidden;
  font-size: 1.2rem;
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1180px;
}

@media (max-width: 767px) {
  .bread {
    margin: 0 auto 40px;
  }
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #004399;
}

.bread ul li a:hover {
  color: #004399;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button, .inquiry .form_button, #wpcf7cpcnf .wpcf7cp-btns button {
  display: inline-block;
  max-width: 280px;
  width: 100%;
  margin: 0;
  padding: 1em 1em;
  border: #004399 solid 1px;
  border-radius: 0px;
  line-height: 1;
  background: #004399;
  color: white;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: .3s;
  font-size: 1.6rem;
  cursor: pointer;
  /*
* ボタン矢印
*/
}

.button:hover, .inquiry .form_button:hover, #wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #003880;
  color: white;
  border-color: #003880;
}

.button.arrow, .inquiry .arrow.form_button, #wpcf7cpcnf .wpcf7cp-btns button.arrow {
  position: relative;
  font-size: 1.6rem;
}

.button.arrow:after, .inquiry .arrow.form_button:after, #wpcf7cpcnf .wpcf7cp-btns button.arrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 49%;
  right: 5%;
  margin: auto;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: skew(45deg);
  transition: 0.2s;
}

.button.arrow:hover, .inquiry .arrow.form_button:hover, #wpcf7cpcnf .wpcf7cp-btns button.arrow:hover {
  border: 1px solid #004399;
}

.button.arrow:hover:after, .inquiry .arrow.form_button:hover:after, #wpcf7cpcnf .wpcf7cp-btns button.arrow:hover:after {
  right: 4%;
}

.highlight .button, .highlight .inquiry .form_button, .inquiry .highlight .form_button, .highlight #wpcf7cpcnf .wpcf7cp-btns button, #wpcf7cpcnf .wpcf7cp-btns .highlight button {
  color: white;
}

.highlight .button:hover, .highlight .inquiry .form_button:hover, .inquiry .highlight .form_button:hover, .highlight #wpcf7cpcnf .wpcf7cp-btns button:hover, #wpcf7cpcnf .wpcf7cp-btns .highlight button:hover {
  color: white;
}

.button.inverse, .inquiry .inverse.form_button, #wpcf7cpcnf .wpcf7cp-btns button.inverse {
  background: none;
  border-color: #004399;
  color: #004399;
}

.button.inverse:after, .inquiry .inverse.form_button:after, #wpcf7cpcnf .wpcf7cp-btns button.inverse:after {
  border-color: #004399;
}

.button.inverse:hover, .inquiry .inverse.form_button:hover, #wpcf7cpcnf .wpcf7cp-btns button.inverse:hover {
  background: #004399;
  color: #fff;
}

.button.inverse:hover:after, .inquiry .inverse.form_button:hover:after, #wpcf7cpcnf .wpcf7cp-btns button.inverse:hover:after {
  border-color: #fff;
}

.button.block, .inquiry .block.form_button, #wpcf7cpcnf .wpcf7cp-btns button.block {
  display: block;
  min-width: 100%;
}

.button.small, .inquiry .small.form_button, #wpcf7cpcnf .wpcf7cp-btns button.small {
  padding: .6em 1em;
  max-width: unset;
  width: auto;
}

.button.small.arrow, .inquiry .small.arrow.form_button, #wpcf7cpcnf .wpcf7cp-btns button.small.arrow {
  padding-right: 2.5em;
}

.button + .button, .inquiry .form_button + .button, #wpcf7cpcnf .wpcf7cp-btns button + .button, .inquiry .button + .form_button, .inquiry .form_button + .form_button, #wpcf7cpcnf .wpcf7cp-btns .inquiry button + .form_button, .inquiry #wpcf7cpcnf .wpcf7cp-btns button + .form_button, #wpcf7cpcnf .wpcf7cp-btns .button + button, .inquiry #wpcf7cpcnf .wpcf7cp-btns .form_button + button, #wpcf7cpcnf .wpcf7cp-btns .inquiry .form_button + button, #wpcf7cpcnf .wpcf7cp-btns button + button {
  margin-left: 0.5em;
}

@media (max-width: 767px) {
  .button + .button, .inquiry .form_button + .button, #wpcf7cpcnf .wpcf7cp-btns button + .button, .inquiry .button + .form_button, .inquiry .form_button + .form_button, #wpcf7cpcnf .wpcf7cp-btns .inquiry button + .form_button, .inquiry #wpcf7cpcnf .wpcf7cp-btns button + .form_button, #wpcf7cpcnf .wpcf7cp-btns .button + button, .inquiry #wpcf7cpcnf .wpcf7cp-btns .form_button + button, #wpcf7cpcnf .wpcf7cp-btns .inquiry .form_button + button, #wpcf7cpcnf .wpcf7cp-btns button + button {
    margin-left: 0;
    margin-top: 1em;
  }
}

.p-content_Slide {
  width: 100%;
  overflow: hidden;
}

.p-content_Slide .splide__slide {
  text-decoration: none;
  color: currentColor;
}

/* お問い合わせフォーム */
.inquiry .form_wrap {
  margin: 0;
  padding: 4%;
  border: rgba(0, 67, 153, 0.1) solid 5px;
  border-radius: 10px;
}

.inquiry .form_wrap .p-country-name {
  display: none;
}

.inquiry .table-default {
  border: none;
}

.inquiry .table-default tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

.inquiry .table-default th {
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 50px 1.2em .5em;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}

@media (max-width: 767px) {
  .inquiry .table-default th {
    padding: 1em 0 0;
  }
}

.inquiry .table-default th .required {
  display: inline-block;
  background: #d43f3a;
  color: white;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-left: .5em;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .inquiry .table-default th .required {
    position: absolute;
    top: 1.6em;
    right: 0;
  }
}

.inquiry .table-default td {
  background: none;
  border: none;
  padding: 1.2em .5em;
}

@media (max-width: 767px) {
  .inquiry .table-default td {
    padding: .5em 0 1em;
  }
}

.inquiry .input_wrap {
  display: block;
  margin: 0;
  padding: 0 .2em;
}

@media (max-width: 767px) {
  .inquiry .input_wrap {
    margin: 0;
  }
}

.inquiry .input_wrap input, .inquiry .input_wrap textarea {
  margin: 0;
}

.inquiry .input_wrap:last-child {
  margin-right: auto;
}

.inquiry .text-2col {
  display: flex;
}

.inquiry .text-2col .input_wrap {
  flex-basis: 50%;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  max-width: 100%;
  padding: 7px 2%;
  color: #151515;
  font-size: 1.6rem;
  margin: 0 .2em;
  border: 1px solid #cccccc;
  background: #fafafa;
  border-radius: 3px;
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="number"],
  .inquiry select,
  .inquiry textarea {
    margin: .2em 0;
  }
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 200px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .mwform-tel-field {
  display: flex;
  justify-content: space-between;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .form_button, .inquiry .wpcf7-submit {
  background: #004399;
  color: white;
  border-color: #004399;
}

.inquiry .form_button.form_back, .inquiry .wpcf7-submit.form_back {
  background: #ccc;
  border-color: #ccc;
  color: #666;
}

.inquiry .form_button.form_back:hover, .inquiry .wpcf7-submit.form_back:hover {
  background: #bfbfbf;
  border-color: #bfbfbf;
  color: #666;
}

.inquiry .form_button.form_send, .inquiry .wpcf7-submit.form_send {
  background: #002d66;
  border-color: #002d66;
  color: #fff;
}

.inquiry .form_button.form_send:hover, .inquiry .wpcf7-submit.form_send:hover {
  background: #00224d;
  border-color: #00224d;
  color: #fff;
}

@media (min-width: 768px) {
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    margin: 0 .2em;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 200px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .input_wrap {
    display: block;
    margin: 0 .2em;
  }
  .inquiry .input_wrap input, .inquiry .input_wrap textarea {
    margin: 0;
  }
  .inquiry .input_wrap:last-child {
    margin-right: auto;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
}

.form_button_wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .form_button_wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.form_button_wrap button {
  margin: .5em !important;
}

.wpcf7-spinner {
  margin: 1em 24px !important;
}

.privacy_wrap {
  margin-top: 5%;
  border: #ccc solid 1px;
  padding: 1em;
  height: 400px;
  overflow-y: scroll;
}

.mw_wp_form_confirm .input-show {
  display: none !important;
}

.mw_wp_form_input .input-hide {
  display: none !important;
}

.mw_wp_form .error {
  color: #d43f3a !important;
}

.wpcf7cp-form-hide {
  display: none !important;
}

#wpcf7cpcnf {
  position: static !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: auto !important;
  right: 0;
  z-index: 998 !important;
}

#wpcf7cpcnf table {
  width: 94%;
  height: 94%;
  position: relative;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 3%;
  margin-right: 3%;
  table-layout: fixed;
}

@media (max-width: 1199px) {
  #wpcf7cpcnf table {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

#wpcf7cpcnf table:after {
  content: '';
  width: 106%;
  height: 106%;
  padding: 4%;
  border: rgba(23, 83, 150, 0.1) solid 5px;
  border-radius: 10px;
  position: absolute;
  top: -3%;
  bottom: -3%;
  left: -3%;
  right: -3%;
  pointer-events: none;
}

@media (max-width: 767px) {
  #wpcf7cpcnf table:after {
    top: 0;
    height: 100%;
  }
}

#wpcf7cpcnf table tr:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

#wpcf7cpcnf table th {
  width: 30%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.4em 50px 1.2em .5em;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}

@media (max-width: 767px) {
  #wpcf7cpcnf table th {
    display: block;
    width: 100%;
    padding: 1em 0.5em 0;
  }
}

#wpcf7cpcnf table td {
  background: none;
  border: none;
  padding: 1.2em .5em;
}

@media (max-width: 767px) {
  #wpcf7cpcnf table td {
    display: block;
    width: 100%;
  }
}

#wpcf7cpcnf .wpcf7cp-btns {
  margin-top: calc(2em + 3%);
  display: flex;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  #wpcf7cpcnf .wpcf7cp-btns {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #bfbfbf;
  border-color: #bfbfbf;
  color: #666;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: .2em .8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

.p-loopSlide {
  width: 100%;
  overflow: hidden;
}

.p-loopSlide .img-cover img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .global_nav > ul > li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .global_nav > ul > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 999px) {
  header .global_nav > ul > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}

header .global_nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

@media (max-width: 999px) {
  header .global_nav > ul > li.menu-item-has-children > a:after {
    content: none;
  }
}

header .global_nav > ul > li.menu-item-has-children.menu_under_open > a:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li {
  border-bottom: 1px solid #b3b3b3;
}

header .global_nav > ul > li > .sub-menu > li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li > a {
  background: rgba(0, 89, 204, 0.9);
  padding-left: 2em;
  position: relative;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a {
    width: calc(100% - 49px);
  }
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: .2s;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > a:after {
    content: none;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > a:after {
    transform: translate(0, 0) rotate(-45deg);
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
  }
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    width: 100%;
    display: none;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
  border-bottom: #fff solid 1px;
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:not(:last-child) {
    border-bottom: #b3b3b3 solid 1px;
  }
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
  background: rgba(0, 101, 230, 0.9);
}

@media (max-width: 999px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu li a {
    padding-left: 2.5em;
  }
}

@media (min-width: 1000px) {
  header .global_nav > ul > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu, header .global_nav > ul > li > .sub-menu > li.menu-item-has-children.menu_under_open > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.child-menu-button {
  position: relative;
  width: 49px;
  min-height: 49px;
  background: #000;
  border: 0;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 1000px) {
  .child-menu-button {
    display: none;
  }
}

.child-menu-button:before, .child-menu-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  background: #fff;
  transition: .2s ease;
}

.child-menu-button:before {
  width: 15px;
  height: 1px;
}

.child-menu-button:after {
  width: 1px;
  height: 15px;
}

.child-menu-button.is-open:before {
  opacity: 0;
  transform: rotate(90deg);
}

.child-menu-button.is-open:after {
  transform: rotate(90deg);
}

.child-menu-button.is-open + .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  display: none;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li.menu-item-has-children {
    position: relative;
    cursor: pointer;
  }
  header .global_nav > ul > li.menu-item-has-children > a {
    padding-right: 2em;
    position: relative;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    border-color: #151515;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.menu-item-has-children > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.menu-item-has-children > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu {
    position: absolute;
    right: 0;
    margin: auto;
    top: 100%;
    min-width: 200px;
    letter-spacing: -.40em;
    z-index: 999;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li {
    letter-spacing: normal;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li:not(:last-child) {
    border-bottom: white solid 1px;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a {
    display: block;
    background: rgba(0, 67, 153, 0.9);
    padding: .5em;
    color: #fff;
  }
  header .global_nav > ul > li.menu-item-has-children > .sub-menu > li a:before {
    content: none;
  }
}

@media (min-width: 1000px) and (max-width: 999px) {
  header .global_nav > ul > li.menu-item-has-children {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1000px) {
  header .global_nav > ul > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header .global_nav > ul > li.menu-item-has-children:hover > a:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #004399;
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

@media (max-width: 767px) {
  .news .heading {
    display: flex;
    justify-content: space-between;
  }
  .news .heading h2 {
    text-align: left;
    margin: 0 0 1em;
  }
  .news .heading h2:after {
    right: auto;
  }
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: #ccc solid 1px;
  position: relative;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

.news dl .badge_category_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news dl .badge_category {
  display: inline-block;
  background: #004399;
  color: white;
  padding: .2em 1em;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .news > div {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .news > div .heading {
    width: 23.5%;
  }
  .news h2 {
    margin: 0;
    padding: 0;
  }
  .news h2:after {
    display: none;
  }
  .news .content {
    overflow: hidden;
    width: 76.5%;
    padding-left: 2%;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    margin: 0;
    padding: 1em 0 .5em 0;
  }
  .news dl dd {
    margin: 0;
    padding: .5em 0 1em 0;
  }
  .news.typeB dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 0;
  }
  .news.typeB dt {
    max-width: 200px;
    border-bottom: #ccc solid 1px;
  }
  .news.typeB dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news.typeB dd a {
    display: block;
    width: 100%;
    position: relative;
    padding-right: 20px;
  }
  .news.typeB dd a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #004399;
    border-right: 2px solid #004399;
    transform: rotate(-45deg);
    transition: 0.2s;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 5%;
  z-index: 98;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 67, 153, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-50%);
}

.p-qa .question {
  font-size: 1.6rem;
  border: none;
  position: relative;
  margin: 0 0 0;
  padding: 1em 50px 1em 1em;
  background-color: rgba(0, 67, 153, 0.1);
  font-weight: normal;
}

.p-qa .question:after {
  content: none;
}

.p-qa .question:before {
  content: none;
}

.p-qa .question.open:after {
  transform: rotate(180deg);
}

.p-qa .question:not(:first-child) {
  margin-top: 1em !important;
}

.p-qa .answer {
  padding: 1em 0 0 1em;
}

.p-qa.qa_active .question {
  cursor: pointer;
}

.p-qa.qa_active .question:hover {
  opacity: 0.8;
}

.p-qa.qa_active .question:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1em;
  left: auto;
  top: 50%;
  bottom: auto;
  margin-top: -12px;
  background: url(../../../../../wp-content/uploads/arrow_down.svg) center center no-repeat;
  background-size: 24px;
  transition: .5s;
  border: none;
}

.p-qa.qa_active .answer {
  display: none;
}

.highlight .qa .question {
  background: rgba(0, 78, 179, 0.1);
}

.highlight .qa .question:hover {
  background: rgba(0, 71, 163, 0.1);
}

.highlight .qa .question.open:hover {
  background: rgba(0, 78, 179, 0.1);
}

.nav_search {
  display: none;
}

.nav_search_box {
  display: none;
}

.p-search .article_list {
  padding: 0;
  border-bottom: rgba(0, 67, 153, 0.1) solid 1px !important;
  border-top: none;
}

.p-search .article_list:first-of-type {
  border-top: rgba(0, 67, 153, 0.1) solid 1px;
}

.p-search .article_list .col {
  margin: 0;
}

.p-search .article_list .search_item {
  display: block;
  text-decoration: none;
  color: currentColor;
  padding: 1em;
}

.p-search .article_list .search_item:hover {
  opacity: 0.8;
  background: rgba(0, 67, 153, 0.03);
}

.p-search .article_list .search_item h2 {
  margin: 0 0 0 !important;
  padding-bottom: 0 !important;
  text-align: left;
}

.p-search .article_list .search_item h2:after {
  content: none;
}

.p-search .article_list .search_item h2 ~ p {
  margin-top: .6em;
}

.shopinfo figure, .shopinfo picture {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #004399;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure, .shopinfo picture {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

.p-sitemap {
  border-top: rgba(21, 21, 21, 0.3) solid 1px;
}

.p-sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-sitemap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: .6em 1em .6em 1.5em;
  border-bottom: rgba(21, 21, 21, 0.3) solid 1px;
  font-size: 1.8rem;
}

.p-sitemap ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #151515;
  border-right: solid 2px #151515;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: .5em;
  margin: auto;
}

.p-sitemap ul li a:hover {
  background: rgba(0, 67, 153, 0.1);
}

.p-sitemap ul.children {
  margin: 0;
}

.p-sitemap ul.children li a {
  padding-left: 3em;
  font-size: 1.5rem;
}

.p-sitemap ul.children li a:before {
  left: 2em;
}

.sns_icons {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0rem;
  margin: auto;
}

.sns_icons > li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  font-size: 1.6rem;
}

.sns_icons li {
  display: inline-block;
}

.sns_icons li:not(:last-child) {
  margin-right: 10px;
}

.sns_icons a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sns_icons a.icon_facebook {
  background-image: url(../../../../../wp-content/uploads/icon_facebook.png);
}

.sns_icons a.icon_twitter {
  background-image: url(../../../../../wp-content/uploads/icon_twitter.png);
}

.sns_icons a.icon_line {
  background-image: url(../../../../../wp-content/uploads/icon_line.png);
}

.sns_icons a.icon_google {
  background-image: url(../../../../../wp-content/uploads/icon_google.png);
}

.sns_icons a.icon_instagram {
  background-image: url(../../../../../wp-content/uploads/icon_instagram.png);
}

footer .sns_icons {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sns_icons {
    margin: 0;
  }
  .sns_icons.center {
    margin: auto;
  }
  .sns_icons li:not(:last-child) {
    margin-right: 20px;
  }
  .sns_icons a {
    width: 68px;
    height: 68px;
  }
  footer .sns_icons {
    margin-top: 30px;
  }
}

@use "sass:math";
@media (max-width: 767px) {
  .sp_image_cols {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 20px;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_image_cols.sp_col3 .col {
    width: 33.3333333333%;
    padding: 0 1%;
  }
}

.p-step .row:not(:last-child) {
  position: relative;
  margin-bottom: 40px;
}

.p-step .row:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background: #004399;
  height: 20px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
  table-layout: fixed;
}

.table-default thead th, .table-default thead td {
  background: rgba(0, 67, 153, 0.15);
}

.table-default td,
.table-default th {
  border: 1px solid #ccc;
}

.table-default th {
  background: rgba(204, 204, 204, 0.2);
  color: #151515;
}

.table-default td {
  background: transparent;
}

.table-default.table-mini td,
.table-default.table-mini th {
  padding: .5em 1em;
}

@media (max-width: 767px) {
  .table-default.table-mini td,
  .table-default.table-mini th {
    padding: .5em .3em;
  }
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #ccc;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}

.table-schedule thead th {
  background: rgba(204, 204, 204, 0.2);
}

.table-schedule tbody th {
  background: rgba(204, 204, 204, 0.2);
}

.table-schedule td {
  background: transparent;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

.js-scrollable .scroll-hint-icon-wrap {
  margin-top: unset !important;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: 768px;
  }
}

table.table-default.typeA tr td,
table.table-default.typeA tr th {
  border: 0;
}

table.table-default.typeA tr:nth-child(odd) th {
  background: #004399;
}

table.table-default.typeA tr:nth-child(odd) td {
  background: rgba(0, 67, 153, 0.1);
}

table.table-default.typeA tr:nth-child(even) th {
  background: #0059cc;
}

table.table-default.typeA tr:nth-child(even) td {
  background: rgba(0, 89, 204, 0.1);
}

table.table-default.typeB {
  border-spacing: 0;
  overflow: hidden;
}

table.table-default.typeB tbody td,
table.table-default.typeB tbody th {
  background: transparent;
  color: #151515;
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

table.table-default.typeB tbody tr {
  position: relative;
}

table.table-default.typeB tbody th {
  color: #004399;
}

table.table-default.typeC th {
  background: rgba(204, 204, 204, 0.2);
  color: #151515;
}

table.table-default.typeC td,
table.table-default.typeC th {
  border: 0;
}

table.table-default.typeC td:not(:last-child),
table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px #fff solid;
}

table.table-default.typeC tr {
  position: relative;
}

table.table-default.typeC td {
  transform: translateX(2px);
}

.highlight table.table-default.typeC td,
.highlight table.table-default.typeC th {
  border: 0;
}

.highlight table.table-default.typeC td:not(:last-child),
.highlight table.table-default.typeC th:not(:last-child) {
  border-bottom: 2px rgba(0, 67, 153, 0.1) solid;
}

.article_list {
  padding: .5em;
  border-top: rgba(0, 67, 153, 0.2) solid 1px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_list:last-of-type {
  border-bottom: rgba(0, 67, 153, 0.2) solid 1px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .article_list:last-of-type {
    margin-bottom: 40px;
  }
}

.article_list .post_header {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.article_list .post_header .time {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.article_list .post_header .time:before {
  display: block;
  position: absolute;
  content: '\f044';
  font-family: 'Font Awesome 5 Free';
  line-height: 10px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: currentColor;
}

.article_list .post_header .category_badge {
  background: #004399;
  color: white;
  font-size: 1.4rem;
  display: inline-block;
}

.article_list .post_header .category_badge a {
  display: block;
  padding: .2em 1em;
  color: white;
  text-decoration: none;
}

.article_list h2 {
  text-align: left;
  margin: 0 0 .5em !important;
  padding: 0;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .article_list h2 {
    font-size: 1.9rem;
  }
}

.article_list h2:after {
  content: none;
}

.article_list h2 a:hover {
  text-decoration: none;
  color: #004399;
}

.m-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .m-pagenation {
    margin-bottom: 50px;
  }
}

.m-pagenation .m-pagenation__prev {
  margin-right: .5em;
}

.m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__prev a:hover {
  background: rgba(0, 67, 153, 0.1);
  border-color: rgba(0, 67, 153, 0.1);
}

.m-pagenation .m-pagenation__next {
  margin-left: .5em;
}

.m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__next a:hover {
  background: rgba(0, 67, 153, 0.1);
  border-color: rgba(0, 67, 153, 0.1);
}

.m-pagenation .m-pagenation__body {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.m-pagenation .m-pagenation__body li {
  display: inline-block;
  margin: 0 5px;
}

.m-pagenation .m-pagenation__body li a {
  text-decoration: none;
  display: block;
  padding: .3em 1em;
  border: #ccc solid 1px;
}

.m-pagenation .m-pagenation__body li a:hover {
  background: rgba(0, 67, 153, 0.1);
  border-color: rgba(0, 67, 153, 0.1);
}

.m-pagenation .m-pagenation__body li.current {
  background: #004399;
  color: white;
  border: #004399 solid 1px;
  padding: .3em 1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-bottom: 50px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  padding: .3em 1em;
  border: #ccc solid 1px;
  color: #004399;
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #004399;
  color: white;
  border: #004399 solid 1px;
  padding: .3em 1em;
}

.wp-pagenavi a:hover {
  background: rgba(0, 67, 153, 0.1);
  border-color: rgba(0, 67, 153, 0.1);
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(0, 67, 153, 0.1);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(0, 67, 153, 0.1);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #004399;
  border-right: 3px solid #004399;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(0, 67, 153, 0.1);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #004399;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #004399;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #004399;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(0, 67, 153, 0.1);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  margin-bottom: 4%;
  font-size: 1.5rem;
}

.article_detail .post_title {
  text-align: left;
  margin: 40px 0 2em;
  padding: 0 0 .5em !important;
  font-size: 2.4rem;
  border-bottom: #004399 solid 2px;
}

@media (max-width: 767px) {
  .article_detail .post_title {
    font-size: 1.9rem;
  }
}

.article_detail .post_title:after {
  content: none;
}

.article_detail .post_title a:hover {
  text-decoration: none;
  color: #004399;
}

.article_detail .span_12 {
  margin: 2% 0;
}

.article_detail .post_header > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.article_detail .post_header > div + div {
  margin-top: 10px;
}

.article_detail .post_header .time {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.article_detail .post_header .time:before {
  display: block;
  position: absolute;
  content: '\f044';
  font-family: 'Font Awesome 5 Free';
  line-height: 10px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  color: currentColor;
}

.article_detail .post_header .updated {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.article_detail .post_header .updated:before {
  display: block;
  position: absolute;
  content: '\f2f1';
  font-family: 'Font Awesome 5 Free';
  line-height: 10px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  color: currentColor;
  font-weight: bold;
}

.article_detail .post_header .category_badge {
  background: #004399;
  color: white;
  font-size: 1.4rem;
  display: inline-block;
}

.article_detail .post_header .category_badge a {
  display: block;
  padding: .2em 1em;
  color: white;
  text-decoration: none;
}

.pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.pager .pager_prev {
  float: left;
}

.pager .pager_prev a {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.pager .pager_prev a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #004399;
  border-left: solid 2px #004399;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
}

.pager .pager_prev a:hover {
  opacity: 0.8;
}

.pager .pager_next {
  float: right;
}

.pager .pager_next a {
  display: block;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

.pager .pager_next a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #004399;
  border-right: solid 2px #004399;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -6px;
}

.pager .pager_next a:hover {
  opacity: 0.8;
}

.ofi {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.ofi.cover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ofi > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #004399;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 2rem;
}

.text-large {
  font-size: 1.6rem;
}

.text-small {
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #004399 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 2rem;
  }
  .text-small {
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

.arial {
  font-family: 'Arial', arial !important;
}

.arial_n {
  font-family: 'Arial Narrow', arial !important;
}

.js-tel a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) {
  .js-tel a {
    pointer-events: none;
  }
}

.fs12 {
  font-size: 12px;
}

@media (max-width: 767px) {
  .sp-fs12 {
    font-size: 12px !important;
  }
}

.fs13 {
  font-size: 13px;
}

@media (max-width: 767px) {
  .sp-fs13 {
    font-size: 13px !important;
  }
}

.fs14 {
  font-size: 14px;
}

@media (max-width: 767px) {
  .sp-fs14 {
    font-size: 14px !important;
  }
}

.fs15 {
  font-size: 15px;
}

@media (max-width: 767px) {
  .sp-fs15 {
    font-size: 15px !important;
  }
}

.fs16 {
  font-size: 16px;
}

@media (max-width: 767px) {
  .sp-fs16 {
    font-size: 16px !important;
  }
}

.fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-fs17 {
    font-size: 17px !important;
  }
}

.fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .sp-fs18 {
    font-size: 18px !important;
  }
}

.fs19 {
  font-size: 19px;
}

@media (max-width: 767px) {
  .sp-fs19 {
    font-size: 19px !important;
  }
}

.fs20 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .sp-fs20 {
    font-size: 20px !important;
  }
}

.fs21 {
  font-size: 21px;
}

@media (max-width: 767px) {
  .sp-fs21 {
    font-size: 21px !important;
  }
}

.fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  .sp-fs22 {
    font-size: 22px !important;
  }
}

.fs23 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .sp-fs23 {
    font-size: 23px !important;
  }
}

.fs24 {
  font-size: 24px;
}

@media (max-width: 767px) {
  .sp-fs24 {
    font-size: 24px !important;
  }
}

.fs25 {
  font-size: 25px;
}

@media (max-width: 767px) {
  .sp-fs25 {
    font-size: 25px !important;
  }
}

.fs26 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .sp-fs26 {
    font-size: 26px !important;
  }
}

.fs27 {
  font-size: 27px;
}

@media (max-width: 767px) {
  .sp-fs27 {
    font-size: 27px !important;
  }
}

.fs28 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sp-fs28 {
    font-size: 28px !important;
  }
}

.fs29 {
  font-size: 29px;
}

@media (max-width: 767px) {
  .sp-fs29 {
    font-size: 29px !important;
  }
}

.fs30 {
  font-size: 30px;
}

@media (max-width: 767px) {
  .sp-fs30 {
    font-size: 30px !important;
  }
}

.fs31 {
  font-size: 31px;
}

@media (max-width: 767px) {
  .sp-fs31 {
    font-size: 31px !important;
  }
}

.fs32 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .sp-fs32 {
    font-size: 32px !important;
  }
}

.fs33 {
  font-size: 33px;
}

@media (max-width: 767px) {
  .sp-fs33 {
    font-size: 33px !important;
  }
}

.fs34 {
  font-size: 34px;
}

@media (max-width: 767px) {
  .sp-fs34 {
    font-size: 34px !important;
  }
}

.fs35 {
  font-size: 35px;
}

@media (max-width: 767px) {
  .sp-fs35 {
    font-size: 35px !important;
  }
}

.fs36 {
  font-size: 36px;
}

@media (max-width: 767px) {
  .sp-fs36 {
    font-size: 36px !important;
  }
}

.fs37 {
  font-size: 37px;
}

@media (max-width: 767px) {
  .sp-fs37 {
    font-size: 37px !important;
  }
}

.fs38 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .sp-fs38 {
    font-size: 38px !important;
  }
}

.fs39 {
  font-size: 39px;
}

@media (max-width: 767px) {
  .sp-fs39 {
    font-size: 39px !important;
  }
}

.fs40 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .sp-fs40 {
    font-size: 40px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-5 {
  margin-top: 5em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.mb-5 {
  margin-bottom: 5em;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.image_right {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .image_right {
    display: inline-block;
    float: right;
    margin-left: 1em;
  }
}

.dsp-home-only {
  display: none;
}

.dsp-under-only {
  display: block;
}

.home .dsp-home-only {
  display: block;
}

.home .dsp-under-only {
  display: none;
}

.targetOffset {
  scroll-margin-top: 72px;
}

@media (max-width: 999px) {
  .targetOffset {
    scroll-margin-top: 64px;
  }
}

.icon-tel:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
}

/*ローカルメニュー*/
.localMenu {
  list-style: none;
  display: grid;
  padding: 0;
  gap: 5px 2%;
}

.localMenu.column-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .localMenu.column-2 {
    grid-template-columns: 1fr;
  }
}

.localMenu.column-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .localMenu.column-3 {
    grid-template-columns: 1fr;
  }
}

.localMenu li a {
  color: #000;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
}

.localMenu li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #004399;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.localMenu li a:hover {
  color: #004399;
  text-decoration: none;
}

html {
  font-size: 2.66667vw;
}

@media (min-width: 768px) {
  html {
    font-size: 0.80645vw;
  }
}

@media (min-width: 1240px) {
  html {
    font-size: 10px;
  }
}

.globalHeader .container .globalHeader_top {
  width: calc(100% - 48px);
}

@media (max-width: 767px) {
  .globalHeader .container .globalHeader_top .header_logo {
    width: 24.7rem;
  }
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav {
    top: 0;
    height: 100dvh;
  }
}

.globalHeader .container .globalHeader_top .global_nav .header_head_sp {
  display: none;
  transition: 0.5s;
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav.open {
    background: #004399;
  }
}

.globalHeader .container .globalHeader_top .global_nav.open .header_head_sp {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  top: 12px;
  left: 24px;
  z-index: 57;
}

.globalHeader .container .globalHeader_top .global_nav > ul {
  margin-top: 0;
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav > ul {
    width: 100%;
    max-width: 100%;
    padding-top: 100px;
    padding-left: 10px;
  }
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav > ul li {
    border-bottom: none;
  }
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav > ul li:first-child {
    border-top: none;
  }
}

.globalHeader .container .globalHeader_top .global_nav > ul li a {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .globalHeader .container .globalHeader_top .global_nav > ul li a {
    color: #151515;
    font-size: 14px;
  }
}

.globalHeader .container .globalHeader_top .global_nav > ul li a:before {
  content: none;
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav > ul li a:after {
    content: none;
  }
}

.globalHeader .container .globalHeader_top .global_nav > ul li a.menu_link {
  display: block;
  color: #fff;
  border-radius: 50px;
  margin-left: 14px;
  padding: 0.6em 2.2em;
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav > ul li a.menu_link {
    margin-top: 24px;
    font-size: 18px;
    text-align: center;
    padding: 1em;
    width: calc(100% - 40px);
  }
}

.globalHeader .container .globalHeader_top .global_nav > ul li a.menu_link_pri {
  background: #004399;
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav > ul li a.menu_link_pri {
    background: #fff;
    color: #151515;
  }
}

.globalHeader .container .globalHeader_top .global_nav > ul li a.menu_link_sec {
  background: #ec6233;
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children {
    position: relative;
  }
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children > a:after {
  transform: translate(0, -20%) rotate(135deg);
}

@media (min-width: 1000px) {
  .globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children > a:after {
    border-color: #fff;
  }
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children:hover > a:after {
  transform: translate(0) rotate(-45deg);
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children.no_arrow a:after {
  content: none;
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children > .sub-menu {
  background: #fff;
  padding: 12px;
  border-radius: 20px;
}

@media (max-width: 999px) {
  .globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children > .sub-menu {
    margin: 8px 30px 0 20px;
  }
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children > .sub-menu li a {
  background: #fff;
  color: #004399;
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children > .sub-menu li:hover a {
  background: #e6e8e8;
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children > .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #004399;
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children .child-menu-button {
  position: absolute;
  top: 32px;
  right: calc(50% - 100px);
  background: transparent;
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children .child-menu-button:before, .globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children .child-menu-button:after {
  background: #ec6233;
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children .child-menu-button:before {
  width: 18px;
  height: 2px;
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children .child-menu-button:after {
  width: 2px;
  height: 18px;
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children.no_arrow .child-menu-button {
  top: 0.3rem;
  right: auto;
  left: 8em;
}

.globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children.no_arrow .child-menu-button:before, .globalHeader .container .globalHeader_top .global_nav > ul li.menu-item-has-children.no_arrow .child-menu-button:after {
  background: #fff;
}

.globalHeader .container .globalHeader_top #headerToggle {
  background: #004399;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.globalHeader .container .globalHeader_top #headerToggle span {
  height: 2px;
  width: 16px;
  left: 12px;
  background-color: #fff;
}

.globalHeader .container .globalHeader_top #headerToggle span:nth-of-type(1) {
  top: 12px;
}

.globalHeader .container .globalHeader_top #headerToggle span:nth-of-type(2) {
  top: 19px;
}

.globalHeader .container .globalHeader_top #headerToggle span:nth-of-type(3) {
  top: 26px;
}

.globalHeader .container .globalHeader_top #headerToggle.active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
}

.globalHeader .container .globalHeader_top #headerToggle.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(45deg);
}

body:not(.home) .globalHeader {
  border-bottom: 1px solid #d2d2d2;
  background: #fff;
}

.mv {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.mv .mv-txt {
  position: absolute;
  max-width: 1280px;
  margin: 0 auto;
  bottom: 5vw;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .mv .mv-txt {
    right: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-txt {
    top: 50%;
    transform: translateY(-20%);
    bottom: auto;
  }
}

.mv .mv-txt .box {
  position: relative;
  z-index: 10;
  width: calc(702 / 1440 * 100vw);
  padding-left: calc(100 / 1440 * 100vw);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .mv .mv-txt .box {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-txt .box {
    width: 100vw;
    padding-left: 4vw;
  }
}

.mv .mv-txt .box h2 {
  color: #fff;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0.4em;
  animation: 1s 1.7s both mv_txt;
}

@media (min-width: 768px) {
  .mv .mv-txt .box h2 {
    font-size: calc(42 / 1440 * 100vw);
  }
}

.mv .mv-txt .box p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 500;
  animation: 1s 1.7s both mv_txt;
}

@media (min-width: 768px) {
  .mv .mv-txt .box p {
    font-size: calc(18 / 1440 * 100vw);
  }
}

.mv .slider-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mv .slider-content {
    display: flex;
    aspect-ratio: 1440/780;
  }
}

@media screen and (max-width: 767px) {
  .mv .slider-content {
    aspect-ratio: 375/720;
  }
}

.mv .slider-content .slider-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .mv .slider-content .slider-box {
    display: flex;
    width: 33.3333%;
  }
}

@media screen and (max-width: 767px) {
  .mv .slider-content .slider-box {
    aspect-ratio: 375/240;
  }
}

.mv .slider-content .slider-box .item {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .mv .slider-content .slider-box .item {
    aspect-ratio: 480/780;
  }
}

@media screen and (max-width: 767px) {
  .mv .slider-content .slider-box .item {
    aspect-ratio: 375/210;
  }
}

.mv .slider-content .slider-box .item .img {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

.mv .slider-content .slider-box .item .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.mv .slider-content .slider-box .item .img img {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mv .slider-content .slider-box .item.first-view {
  position: relative;
  opacity: 0;
  animation: 1s 1s both opacity;
}

.mv .slider-content .slider-box .item.first-view:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  animation: 1s 1s both first_before;
}

.mv .slider-content .slider-box .item.first-view .img {
  animation: 1s 1s both first_img;
}

.mv .slider-content .slider-box .item.first01,
.mv .slider-content .slider-box .item.second01 {
  opacity: 0;
  animation: 1s both opacity;
}

.mv .slider-content .slider-box .item.first01 .img,
.mv .slider-content .slider-box .item.second01 .img {
  animation: 1s both img_size;
}

.mv .slider-content .slider-box .item.first01 .img,
.mv .slider-content .slider-box .item.second01 .img {
  width: 50%;
}

.mv .slider-content .slider-box .item.first01 {
  z-index: 1;
}

.mv .slider-content .slider-box .item.second01 {
  z-index: 2;
}

@keyframes mv_txt {
  0% {
    opacity: 0;
    transform: translate(-6%);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes first_img {
  0% {
    transform: translate(-50%);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes first_before {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes img_size {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

.top_sec {
  padding-top: 6rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .top_sec {
    padding-top: 10rem;
  }
}

.c-pri {
  color: #004399;
}

.c-sec {
  color: #ec6233;
}

.c-bright {
  color: #0d00ff;
}

@media (max-width: 767px) {
  main section:last-child {
    margin-bottom: 0;
  }
}

.circle {
  width: 12.6rem;
  height: 12.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .circle {
    width: 15.4rem;
    height: 15.4rem;
  }
}

.circle p {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .circle p {
    font-size: 1.4rem;
  }
}

.circle.circle-pri {
  background: #004399;
}

.circle.circle-sec {
  background: #ec6233;
}

.circle.circle-bright {
  background: #0f65ef;
}

.circle.circle-large {
  width: 25.9rem;
  height: 25.9rem;
}

@media (min-width: 768px) {
  .circle.circle-large {
    width: 37.3rem;
    height: 37.3rem;
  }
}

@media (max-width: 767px) {
  .circle.circle-small {
    width: 7.2rem;
    height: 7.2rem;
  }
}

.top_h2 {
  width: 100%;
  margin-left: 0;
}

@media (min-width: 768px) {
  .top_h2 {
    width: 83.5rem;
    margin-left: 1.9rem;
  }
}

.top_h2 img {
  width: 100%;
  height: auto;
}

.top_h2_s {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2.6rem;
}

@media (min-width: 768px) {
  .top_h2_s {
    font-size: 3.4rem;
    margin-bottom: 6rem;
  }
}

.btn_center {
  text-align: center;
}

.btn a {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.6rem;
  color: #151515;
}

@media (min-width: 768px) {
  .btn a {
    font-size: 1.6rem;
  }
}

.btn.arrow a {
  padding-right: 4.6rem;
  padding-left: 0;
  position: relative;
}

@media (min-width: 768px) {
  .btn.arrow a {
    padding-right: 6.6rem;
  }
}

.btn.arrow a:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center/contain;
  width: 3.4rem;
  height: 3.4rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.1s;
}

@media (min-width: 768px) {
  .btn.arrow a:after {
    width: 4.6rem;
    height: 4.6rem;
  }
}

.btn.arrow a:hover {
  text-decoration: underline;
  color: #ec6233;
}

.btn.arrow a:hover:after {
  right: -0.4rem;
}

.p-qa.qa_active .span12 {
  border-bottom: 1px solid #151515;
}

.p-qa.qa_active .question {
  background: transparent;
  border-top: 1px solid #151515;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.6rem 5rem 1.6rem 0.5rem;
  display: flex;
  align-items: baseline;
}

@media (min-width: 768px) {
  .p-qa.qa_active .question {
    font-size: 1.8rem;
    padding: 2.4rem 6rem 2.4rem 1.5rem;
    align-items: center;
  }
}

.p-qa.qa_active .question:not(:first-child) {
  margin-top: 0 !important;
}

.p-qa.qa_active .question .ic-q {
  color: #0f65ef;
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 1rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .p-qa.qa_active .question .ic-q {
    font-size: 3.6rem;
  }
}

.p-qa.qa_active .question:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: #004399;
  right: 12px;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .p-qa.qa_active .question:before {
    width: 20px;
    right: 20px;
  }
}

.p-qa.qa_active .question:after {
  width: 3px;
  height: 15px;
  background: #004399;
  right: 18px;
  top: 50%;
  transform: translateY(10%);
}

@media (min-width: 768px) {
  .p-qa.qa_active .question:after {
    height: 20px;
    right: 28px;
  }
}

@media (max-width: 767px) {
  .p-qa.qa_active .question:after {
    margin-top: -9px;
  }
}

.p-qa.qa_active .question.open:after {
  transform: translateY(10%) rotate(90deg);
}

.p-qa.qa_active .answer {
  padding: 0 5rem 1.4rem 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .p-qa.qa_active .answer {
    font-size: 1.6rem;
    padding: 0 6rem 2.4rem 1.5rem;
  }
}

.p-qa.qa_active .answer p {
  display: flex;
  align-items: baseline;
}

@media (min-width: 768px) {
  .p-qa.qa_active .answer p {
    align-items: center;
  }
}

.p-qa.qa_active .answer p .ic-a {
  color: #ec6233;
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 1rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .p-qa.qa_active .answer p .ic-a {
    font-size: 3.6rem;
  }
}

.top_sec01 .sec01_txt h2 {
  margin-top: 0;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .top_sec01 .sec01_txt h2 {
    font-size: 3.8rem;
  }
}

.top_sec01 .sec01_txt p {
  letter-spacing: -0.03em;
  line-height: calc(34 / 16);
  font-weight: 500;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .top_sec01 .sec01_txt p {
    font-size: 1.6rem;
  }
}

.top_sec01 .sec01_img {
  position: relative;
}

.top_sec01 .sec01_img .para_wrap .para01 {
  position: absolute;
  top: -72rem;
  right: 0;
  z-index: 100;
}

@media (min-width: 768px) {
  .top_sec01 .sec01_img .para_wrap .para01 {
    top: -15rem;
    right: auto;
    left: -7.7rem;
  }
}

.top_sec01 .sec01_img .para_wrap .para01 .img {
  width: 12.6rem;
}

@media (min-width: 768px) {
  .top_sec01 .sec01_img .para_wrap .para01 .img {
    width: 29.3rem;
  }
}

.top_sec01 .sec01_img .para_wrap .para01 .img img {
  width: 100%;
}

@media (max-width: 767px) {
  .top_sec01 .sec01_img .para_wrap .para02 {
    margin-top: 4rem;
    margin-right: -20px;
  }
}

.top_sec01 .sec01_img .para_wrap .para03 {
  position: absolute;
  top: 19rem;
  left: 2rem;
}

@media (min-width: 768px) {
  .top_sec01 .sec01_img .para_wrap .para03 {
    top: 52rem;
    left: 6rem;
  }
}

.top_sec01 .sec01_img .para_wrap .para04 {
  position: absolute;
  top: 34rem;
  left: 25rem;
}

@media (min-width: 768px) {
  .top_sec01 .sec01_img .para_wrap .para04 {
    top: 63.3rem;
    left: 47rem;
  }
}

.top_sec01 .sec01_img .para_wrap .para04 .circle {
  width: 14.8rem;
  height: 14.8rem;
}

@media (min-width: 768px) {
  .top_sec01 .sec01_img .para_wrap .para04 .circle {
    width: 20rem;
    height: 20rem;
  }
}

@media (max-width: 767px) {
  .company_head {
    margin-bottom: 3rem !important;
    width: 100vw;
    margin-left: -20px;
  }
}

.company_head .company_h3 {
  aspect-ratio: 75 / 44;
  overflow-x: hidden;
  margin-bottom: 5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .company_head .company_h3 {
    aspect-ratio: 59 / 13;
  }
}

.company_head .company_h3 .bg_img {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.company_head .company_h3 .bg_img.is-animated {
  animation: 1.5s both fadeInRight;
}

.company_head .company_h3 h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  z-index: 2;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .company_head .company_h3 h3 {
    font-size: 4.6rem;
  }
}

.company_head .company_h3 h3 .small {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .company_head .company_h3 h3 .small {
    font-size: 2.4rem;
  }
}

.company_head .company_sub {
  position: relative;
}

.company_head .company_sub p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: calc(34 / 16);
}

@media (min-width: 768px) {
  .company_head .company_sub p {
    font-size: 1.6rem;
  }
}

.company_head .company_sub:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 4.2rem;
  background: #ec6233;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  animation: border_down 1.5s infinite;
}

@keyframes fadeInRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes border_down {
  0% {
    height: 0.1em;
  }
  100% {
    height: 4.2rem;
  }
}

.company_content.company_content_border {
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  justify-content: center;
}

@media (max-width: 767px) {
  .company_content.company_content_border {
    position: relative;
  }
  .company_content.company_content_border:before, .company_content.company_content_border:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    left: -20px;
    background: #004399;
  }
  .company_content.company_content_border:after {
    bottom: 0;
  }
}

.company_content .company_item {
  width: 100%;
  padding: 2rem 3rem;
  border: 1px solid #004399;
}

@media (min-width: 768px) {
  .company_content .company_item {
    width: 33.3%;
    padding: 3rem 4rem;
  }
}

@media (max-width: 767px) {
  .company_content .company_item {
    height: 30rem;
  }
}

@media (min-width: 768px) {
  .company_content .company_item:nth-child(1), .company_content .company_item:nth-child(2), .company_content .company_item:nth-child(4) {
    border-right: none;
  }
}

@media (min-width: 768px) {
  .company_content .company_item:nth-child(4), .company_content .company_item:nth-child(5) {
    border-top: none;
  }
}

.company_content .company_item:nth-child(1) {
  position: relative;
}

.company_content .company_item:nth-child(1):before, .company_content .company_item:nth-child(1):after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #004399;
  left: -20px;
}

@media (min-width: 1240px) {
  .company_content .company_item:nth-child(1):before, .company_content .company_item:nth-child(1):after {
    width: calc((100vw - 1180px) / 2);
    left: calc((100vw - 1180px) / -2);
  }
}

.company_content .company_item:nth-child(1):before {
  top: -1px;
}

.company_content .company_item:nth-child(1):after {
  bottom: -1px;
}

.company_content .company_item:nth-child(3) {
  position: relative;
}

.company_content .company_item:nth-child(3):before, .company_content .company_item:nth-child(3):after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #004399;
  right: -20px;
}

@media (min-width: 1240px) {
  .company_content .company_item:nth-child(3):before, .company_content .company_item:nth-child(3):after {
    width: calc((100vw - 1180px) / 2);
    right: calc((100vw - 1180px) / -2);
  }
}

.company_content .company_item:nth-child(3):before {
  top: -1px;
}

.company_content .company_item:nth-child(3):after {
  bottom: -1px;
}

.company_content .company_item:nth-child(4) {
  position: relative;
}

.company_content .company_item:nth-child(4):before, .company_content .company_item:nth-child(4):after {
  content: "";
  position: absolute;
  width: calc((1240px - 786px) / 2);
  height: 1px;
  background: #004399;
  left: calc((1240px - 786px) / -2);
}

@media (min-width: 1240px) {
  .company_content .company_item:nth-child(4):before, .company_content .company_item:nth-child(4):after {
    width: calc((100vw - 786px) / 2);
    left: calc((100vw - 786px) / -2);
  }
}

.company_content .company_item:nth-child(4):before {
  top: -1px;
}

.company_content .company_item:nth-child(4):after {
  bottom: -1px;
}

.company_content .company_item:nth-child(5) {
  position: relative;
}

.company_content .company_item:nth-child(5):before, .company_content .company_item:nth-child(5):after {
  content: "";
  position: absolute;
  width: calc((1240px - 786px) / 2);
  height: 1px;
  background: #004399;
  right: calc((1240px - 786px) / -2);
}

@media (min-width: 1240px) {
  .company_content .company_item:nth-child(5):before, .company_content .company_item:nth-child(5):after {
    width: calc((100vw - 786px) / 2);
    right: calc((100vw - 786px) / -2);
  }
}

.company_content .company_item:nth-child(5):before {
  top: -1px;
}

.company_content .company_item:nth-child(5):after {
  bottom: -1px;
}

@media (max-width: 767px) {
  .company_content .company_item:before, .company_content .company_item:after {
    content: none !important;
  }
}

.company_content .company_item .img {
  margin-bottom: 1rem;
  aspect-ratio: 104 / 67;
  overflow: hidden;
}

.company_content .company_item .img img {
  transition: 0.2s;
}

.company_content .company_item p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: #004399;
}

@media (min-width: 768px) {
  .company_content .company_item p {
    font-size: 1.4rem;
  }
}

.company_content .company_item:hover .img img {
  transform: scale(1.06);
}

.company_content .company_item03 {
  position: relative;
  padding: 0;
}

@media (max-width: 767px) {
  .company_content .company_item03 {
    height: 31.6rem;
  }
}

.company_content .company_item03 a {
  display: block;
  padding: 2rem 3rem;
}

@media (min-width: 768px) {
  .company_content .company_item03 a {
    padding: 3rem 4rem;
  }
}

.company_content .company_item03 .img {
  margin-bottom: 0;
  aspect-ratio: 1;
}

.company_content .company_item03 h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 6rem;
  width: 100%;
  text-align: center;
}

.company_content .company_item03 h4:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/btn_arrow_wh.svg) no-repeat center center/contain;
  width: 5.4rem;
  height: 5.4rem;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

@media (min-width: 768px) {
  .company_content .company_item03 h4:after {
    width: 4.6rem;
    height: 4.6rem;
    top: 70%;
  }
}

.company_content .company_item03:hover h4:after {
  left: 51%;
}

.company_content .company_item04 {
  position: relative;
  padding: 0;
}

@media (max-width: 767px) {
  .company_content .company_item04 {
    height: 11rem;
  }
}

@media (max-width: 767px) {
  .company_content .company_item04:not(:last-child) {
    margin-bottom: -1px;
  }
}

.company_content .company_item04 .wrap {
  display: block;
  padding: 1.5rem 3rem;
}

@media (min-width: 768px) {
  .company_content .company_item04 .wrap {
    padding: 3rem 4rem;
  }
}

.company_content .company_item04 .img {
  aspect-ratio: 143 / 40;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .company_content .company_item04 .img {
    aspect-ratio: 312 / 181;
  }
}

.company_content .company_item04 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 7rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .company_content .company_item04 p {
    font-size: 2rem;
  }
}

.company_content .company_item04 p span {
  height: 0;
}

.company_content .company_item04:nth-child(1):after {
  content: none;
}

.company_content .company_item04:nth-child(3):after {
  content: none;
}

.company_content .company_item04:nth-child(4):before {
  content: none;
}

@media (min-width: 768px) {
  .company_content .company_item04:nth-child(5) {
    border-right: none;
  }
}

.company_content .company_item04:nth-child(5):before, .company_content .company_item04:nth-child(5):after {
  content: none;
}

.company_content .company_item04:nth-child(6) {
  position: relative;
  border-top: none;
}

.company_content .company_item04:nth-child(6):after {
  content: "";
  position: absolute;
  width: calc((1240px - 786px) / 2);
  height: 1px;
  background: #004399;
  right: calc((1240px - 786px) / -2);
  bottom: -1px;
}

@media (min-width: 1240px) {
  .company_content .company_item04:nth-child(6):after {
    width: calc((100vw - 786px) / 2);
    right: calc((100vw - 786px) / -2);
  }
}

.company_content .company_item04:hover p:after {
  left: 83%;
}

@media (min-width: 768px) {
  .company_content .company_item04:hover p:after {
    left: 51%;
  }
}

.company_content .splide__arrows {
  bottom: -2rem;
  position: absolute;
  width: 9rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

.company_content .splide__arrows .splide__arrow {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
  background: none;
  color: #004399;
  border: none;
  padding: 0;
}

.company_content .splide__arrows .splide__arrow:after {
  content: "＜";
  position: absolute;
  top: 0;
  left: 0;
}

.company_content .splide__arrows .splide__arrow.prev {
  margin-top: 0.2rem;
}

.company_content .splide__arrows .splide__arrow.next {
  transform: rotate(180deg);
  margin-top: 0;
  top: -0.5rem;
}

.company_content .pagination {
  bottom: -3rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}

.company_content .pagination span {
  color: #004399;
  font-size: 1.2rem;
  font-weight: 400;
}

.company_content_shadow {
  gap: 2rem;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .company_content_shadow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    row-gap: 1rem;
    margin-bottom: 3rem !important;
  }
}

.company_content_shadow .company_item02 {
  width: 16.2rem;
  padding: 1.5rem 1rem;
  background: #fff;
  box-shadow: 0.4rem 0.4rem 0.6rem rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .company_content_shadow .company_item02 {
    width: 27.6rem;
    padding: 3rem 2.4rem;
  }
}

@media (max-width: 767px) {
  .company_content_shadow .company_item02 {
    margin-bottom: 0;
  }
}

.company_content_shadow .company_item02 .company_item02_head {
  height: 8.8rem;
  border-bottom: 1px solid #004399;
  margin-bottom: 2.1rem;
  position: relative;
}

@media (min-width: 768px) {
  .company_content_shadow .company_item02 .company_item02_head {
    height: 14rem;
    margin-bottom: 3.2rem;
  }
}

.company_content_shadow .company_item02 .company_item02_head:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #004399;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
}

@media (min-width: 768px) {
  .company_content_shadow .company_item02 .company_item02_head:after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.company_content_shadow .company_item02 .company_item02_head h4 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 2rem;
  color: #004399;
  margin: 0 auto;
  letter-spacing: 0.4rem;
}

@media (min-width: 768px) {
  .company_content_shadow .company_item02 .company_item02_head h4 {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  .company_content_shadow .company_item02 .company_item02_txt {
    margin-left: 1.2rem;
  }
}

.company_content_shadow .company_item02 .company_item02_txt p {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .company_content_shadow .company_item02 .company_item02_txt p {
    font-size: 1.4rem;
  }
}

.company_content_shadow .company_item02 .company_item02_txt p .small {
  font-size: 1rem;
  display: block;
  line-height: 1.5;
  margin-top: 0.4rem;
}

@media (min-width: 768px) {
  .company_content_shadow .company_item02 .company_item02_txt p .small {
    font-size: 1.3rem;
  }
}

.top_sec02 {
  padding-bottom: 0;
}

.top_sec02 .sec02_head {
  margin-top: -32rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .top_sec02 .sec02_head {
    width: 100vw;
    margin-left: -20px;
    margin-top: -20rem;
  }
}

.top_sec02 .sec02_head_bottom {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #e6e8e8;
  padding: 2rem 1.2rem;
  width: 34.5rem;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  color: #004399;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .top_sec02 .sec02_head_bottom {
    bottom: 10rem;
    padding: 2.8rem 4rem;
    width: 72.6rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .top_sec02 .company_head {
    margin-top: -12rem;
  }
}

@media (max-width: 767px) {
  .top_sec02 .company_head {
    margin-top: 10rem;
  }
}

.top_sec03 {
  background: url(/wp-content/uploads/sp_sec03_bg.jpg) no-repeat left top/cover;
  border-bottom: 1px solid #004399;
  padding-top: 10rem;
  padding-bottom: 4.4rem;
}

@media (min-width: 768px) {
  .top_sec03 {
    padding-bottom: 10rem;
    background: url(/wp-content/uploads/sec03_bg.jpg) no-repeat left top/cover;
  }
}

.top_sec03 .company_head {
  position: relative;
  z-index: 2;
}

.top_sec03 .company_head .circle {
  position: absolute;
}

.top_sec03 .company_head .circle-sec {
  top: 13rem;
  left: -4rem;
  z-index: 5;
}

@media (min-width: 768px) {
  .top_sec03 .company_head .circle-sec {
    top: -6rem;
    left: -7rem;
  }
}

.top_sec03 .company_head .circle-bright {
  top: -10rem;
  right: -7rem;
  z-index: -1;
}

@media (min-width: 768px) {
  .top_sec03 .company_head .circle-bright {
    top: -20rem;
    right: -14rem;
  }
}

.top_sec04 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: url(/wp-content/uploads/sec04_bg.jpg) no-repeat right bottom/cover;
}

@media (min-width: 768px) {
  .top_sec04 {
    padding-top: 10rem;
  }
}

.top_sec04 .company_head {
  position: relative;
  z-index: 2;
}

.top_sec04 .company_head .circle {
  position: absolute;
}

.top_sec04 .company_head .circle-sec {
  top: 16rem;
  right: -2.5rem;
  z-index: 5;
}

@media (min-width: 768px) {
  .top_sec04 .company_head .circle-sec {
    top: 14rem;
    right: -5rem;
  }
}

.top_sec04 .company_head .circle-bright {
  top: -13rem;
  left: -12rem;
  z-index: -1;
}

@media (min-width: 768px) {
  .top_sec04 .company_head .circle-bright {
    top: -20rem;
    left: -14rem;
  }
}

.top_cta {
  background: #004399;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .top_cta {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.top_cta .cta .cta_item .cta_btn a {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #151515;
  text-decoration: none;
  padding: 2rem 5rem;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .top_cta .cta .cta_item .cta_btn a {
    font-size: 2.4rem;
    padding: 4rem;
  }
}

@media (max-width: 767px) {
  .top_cta .cta .cta_item .cta_btn a {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.2;
  }
}

.top_cta .cta .cta_item .cta_btn a:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center/contain;
  width: 5.4rem;
  height: 5.4rem;
  top: 50%;
  right: 2.3rem;
  transform: translateY(-50%);
  transition: 0.2s;
}

.top_cta .cta .cta_item .cta_btn a:hover {
  opacity: 0.8;
}

.top_cta .cta .cta_item .cta_btn a:hover:after {
  right: 2rem;
}

.top_cta .cta .cta_item .cta_btn02 a {
  background: #ec6233;
  color: #fff;
}

.top_cta .cta .cta_item .cta_btn02 a:after {
  background: url(/wp-content/uploads/btn_arrow_wh.svg) no-repeat center center/contain;
}

.top_sec05 {
  padding-top: 0;
  position: relative;
}

.top_sec05 .sec05_head {
  width: 100vw;
}

@media (min-width: 768px) {
  .top_sec05 .sec05_head {
    width: 83.4rem;
    margin-top: -14rem;
  }
}

@media (max-width: 767px) {
  .top_sec05 .sec05_head {
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .top_sec05 .sec05_head .top_h2 {
    margin-left: 3.9rem;
  }
}

@media (max-width: 767px) {
  .top_sec05 .sec05_head .top_h2 h2 {
    margin: 0;
  }
}

.top_sec05 .staff_content {
  background: #ec6233;
  padding-top: 3rem;
  padding-bottom: 5rem;
  position: relative;
}

@media (min-width: 768px) {
  .top_sec05 .staff_content {
    margin-top: -16rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.top_sec05 .staff_content > .container {
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  .top_sec05 .staff_content .staff_txt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .top_sec05 .staff_content .staff_txt {
    margin-bottom: 2.4rem;
  }
}

.top_sec05 .staff_content .staff_txt p,
.top_sec05 .staff_content .staff_txt h2 {
  color: #fff;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .top_sec05 .staff_content .staff_txt p,
  .top_sec05 .staff_content .staff_txt h2 {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}

.top_sec05 .staff_content .staff_txt h2 {
  margin-right: 0;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .top_sec05 .staff_content .staff_txt h2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.top_sec05 .staff_content .staff_txt p {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .top_sec05 .staff_content .staff_txt p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.5rem;
  }
}

.top_sec05 .staff_content .staff_txt .sub {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .top_sec05 .staff_content .staff_txt .sub {
    font-weight: 500;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .top_sec05 .staff_slider {
    width: calc(74.5% + 30px - 70px);
    margin-right: -30px;
    margin-left: 70px;
  }
}

@media (min-width: 1200px) {
  .top_sec05 .staff_slider {
    width: calc(74.5% + ((100vw - 1380px) / 2));
    margin-right: calc((100vw - 1180px) / -2);
    margin-left: 100px;
  }
}

.top_sec05 .staff_slider .splide__slide {
  background: #fff;
}

.top_sec05 .staff_slider .splide__slide a {
  text-decoration: none;
  color: #151515;
}

.top_sec05 .staff_slider .splide__slide .staff_img {
  width: 100%;
  overflow: hidden;
}

.top_sec05 .staff_slider .splide__slide .staff_img img {
  width: 100%;
}

.top_sec05 .staff_slider .splide__slide .staff_slider_txt {
  padding: 1.6rem 2.4rem 3.6rem;
}

.top_sec05 .staff_slider .splide__slide .staff_slider_txt .num {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .top_sec05 .staff_slider .splide__slide .staff_slider_txt .num {
    font-size: 6rem;
  }
}

.top_sec05 .staff_slider .splide__slide .staff_slider_txt h3 {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .top_sec05 .staff_slider .splide__slide .staff_slider_txt h3 {
    font-size: 2rem;
  }
}

.top_sec05 .staff_slider .splide__slide .staff_slider_txt .name {
  color: #004399;
  font-size: 1.3rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .top_sec05 .staff_slider .splide__slide .staff_slider_txt .name {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .top_sec05 .staff_slider .splide__slide:not(.is-active) {
    transform: scale(0.9);
    transform-origin: right;
    filter: brightness(0.65);
  }
}

.top_sec05 .staff_slider .splide__slide:not(.is-active) a {
  pointer-events: none;
}

.top_sec05 .staff_slider .splide__slide:not(.is-active) .staff_slider_txt {
  color: rgba(0, 0, 0, 0.2);
}

.top_sec05 .staff_slider .splide__slide:not(.is-active) .staff_slider_txt .name {
  color: rgba(0, 67, 153, 0.2);
}

.top_sec05 .staff_slider .splide__slide.is-active:hover .img img {
  transform: scale(1.1);
}

.top_sec05 .staff_slider .splide__arrows .splide__arrow {
  width: 5.4rem;
  height: 5.4rem;
  border: none;
  background: none;
  opacity: 1;
}

.top_sec05 .staff_slider .splide__arrows .splide__arrow:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/btn_arrow_bk.svg) no-repeat center center/contain;
  width: 5.4rem;
  height: 5.4rem;
  top: 0;
  left: 0;
}

.top_sec05 .staff_slider .splide__arrows .splide__arrow.prev {
  left: -2rem;
  transform: translateY(-50%) rotate(180deg);
  margin-top: 0;
}

@media (min-width: 768px) {
  .top_sec05 .staff_slider .splide__arrows .splide__arrow.prev {
    left: -7rem;
  }
}

.top_sec05 .staff_slider .splide__arrows .splide__arrow.prev:hover {
  right: -2.3rem;
}

@media (min-width: 768px) {
  .top_sec05 .staff_slider .splide__arrows .splide__arrow.prev:hover {
    left: -7.5rem;
    right: auto;
  }
}

.top_sec05 .staff_slider .splide__arrows .splide__arrow.next {
  right: -2rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .top_sec05 .staff_slider .splide__arrows .splide__arrow.next {
    left: 43%;
    right: auto;
  }
}

.top_sec05 .staff_slider .splide__arrows .splide__arrow.next:hover {
  right: -2.3rem;
}

@media (min-width: 768px) {
  .top_sec05 .staff_slider .splide__arrows .splide__arrow.next:hover {
    left: 43.5%;
  }
}

.top_sec05 .staff_scroll {
  position: absolute;
  bottom: 18%;
  z-index: 2;
  display: flex;
  --speed: 50s;
  gap: 0.4rem;
  overflow: hidden;
}

.top_sec05 .staff_scroll p {
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #f7825a;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  animation: loop2 var(--speed) linear infinite;
}

.top_sec05 .staff_scroll p:first-child {
  animation: loop var(--speed) calc(-1 * var(--speed) / 2) linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.top_sec06 {
  padding-top: 5rem;
  background: #f8fafa;
}

@media (min-width: 768px) {
  .top_sec06 {
    padding-top: 8rem;
  }
}

.top_sec06 h2 {
  margin-top: 0;
  margin-bottom: 4.5rem;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .top_sec06 h2 {
    font-size: 4.6rem;
    margin-bottom: 6.6rem;
  }
}

.top_sec06 h2 .small {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .top_sec06 h2 .small {
    font-size: 2.4rem;
  }
}

.top_sec06 h2 .txt {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.top_sec06 h2 .txt:before, .top_sec06 h2 .txt:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/sec06_head_img.svg) no-repeat center center/contain;
  bottom: 0;
  width: 2.7rem;
  height: 5.5rem;
}

@media (min-width: 768px) {
  .top_sec06 h2 .txt:before, .top_sec06 h2 .txt:after {
    width: 4rem;
    height: 5.8rem;
    bottom: 1rem;
  }
}

.top_sec06 h2 .txt:before {
  left: -8rem;
}

@media (min-width: 768px) {
  .top_sec06 h2 .txt:before {
    left: -26rem;
  }
}

.top_sec06 h2 .txt:after {
  right: -4rem;
  transform: scale(-1, 1);
}

@media (min-width: 768px) {
  .top_sec06 h2 .txt:after {
    right: -6rem;
  }
}

.top_sec06 .career_slider .career_item {
  background: url(/wp-content/uploads/sp_career_item_bg.svg) no-repeat center center/contain;
  width: 26rem;
  height: 28rem;
  padding: 4rem 2rem 2.4rem;
}

@media (min-width: 768px) {
  .top_sec06 .career_slider .career_item {
    background: url(/wp-content/uploads/career_item_bg.svg) no-repeat center center/contain;
    width: 26rem;
    height: 36.4rem;
    padding: 3.2rem 2rem 2.4rem;
  }
}

.top_sec06 .career_slider .career_item .main {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .top_sec06 .career_slider .career_item .main {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

.top_sec06 .career_slider .career_item .main .large {
  color: #ec6233;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .top_sec06 .career_slider .career_item .main .large {
    font-size: 2.2rem;
  }
}

.top_sec06 .career_slider .career_item .name {
  color: #004399;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .top_sec06 .career_slider .career_item .name {
    font-size: 1.5rem;
  }
}

.top_sec06 .career_img_slider {
  position: relative;
  z-index: 2;
}

.top_sec06 .career_img_slider .career_img_item {
  width: 20.4rem;
  height: 20.4rem;
  position: relative;
}

@media (min-width: 768px) {
  .top_sec06 .career_img_slider .career_img_item {
    width: 31rem;
    height: 31rem;
  }
}

.top_sec06 .career_img_slider .career_img_item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.top_sec06 .career_img_slider .career_img_item img {
  width: 100%;
  height: auto;
}

.border_btn {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .border_btn {
    margin-bottom: 7rem;
  }
}

.border_btn a {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #004399;
  text-decoration: none;
  padding: 2rem;
  position: relative;
  max-width: 34.5rem;
  border: 2px solid #004399;
}

@media (min-width: 768px) {
  .border_btn a {
    font-size: 2.4rem;
    max-width: 57.5rem;
    padding: 4rem;
  }
}

.border_btn a:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center/contain;
  width: 3.4rem;
  height: 3.4rem;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  transition: 0.2s;
}

@media (min-width: 768px) {
  .border_btn a:after {
    width: 5.4rem;
    height: 5.4rem;
    right: 2.3rem;
  }
}

.border_btn a:hover {
  opacity: 0.8;
}

.border_btn a:hover:after {
  right: 2rem;
}

.top_sec07 {
  padding-top: 0;
  background: #f5f5f5;
}

.top_sec07 .sec07_head {
  width: 100vw;
}

@media (min-width: 768px) {
  .top_sec07 .sec07_head {
    width: 83.4rem;
    margin-top: -14rem;
  }
}

@media (max-width: 767px) {
  .top_sec07 .sec07_head {
    margin-left: -20px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .top_sec07 .sec07_head .top_h2 {
    margin-left: 3.9rem;
  }
}

@media (max-width: 767px) {
  .top_sec07 .sec07_head .top_h2 h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .top_sec07 .company_head {
    margin-top: -27rem;
  }
}

@media (max-width: 767px) {
  .top_sec07 .company_content_enviroment {
    margin-bottom: 2rem;
  }
}

.top_sec08 {
  background: #f5f5f5;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .top_sec08 {
    padding-bottom: 9rem;
  }
}

.top_sec08 .enviroment {
  align-items: center;
}

.top_sec08 .enviroment .enviroment_txt h3 {
  color: #004399;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .top_sec08 .enviroment .enviroment_txt h3 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.top_sec08 .enviroment .enviroment_txt p {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .top_sec08 .enviroment .enviroment_txt p {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .top_sec08 .enviroment:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.top_sec09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .top_sec09 {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}

.top_sec010 {
  background: #f5f5f5;
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .top_sec010 {
    padding-top: 5rem;
  }
}

@media (min-width: 768px) {
  .top_sec010 {
    padding-bottom: 9rem;
  }
}

.top_sec010 .links {
  max-width: 95rem;
  margin: 0 auto;
  row-gap: 3rem;
}

.top_sec010 .links .links_item .links_btn a {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #004399;
  text-decoration: none;
  padding: 2.6rem;
  position: relative;
  max-width: 46rem;
  border: 1px solid #004399;
}

@media (min-width: 768px) {
  .top_sec010 .links .links_item .links_btn a {
    font-size: 2rem;
    padding: 4rem;
    border: 2px solid #004399;
  }
}

.top_sec010 .links .links_item .links_btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
  transition: 0.2s;
  width: 2.7rem;
  height: 2.8rem;
}

@media (min-width: 768px) {
  .top_sec010 .links .links_item .links_btn a:before {
    width: 3.8rem;
    height: 3.9rem;
    left: 7.4rem;
  }
}

.top_sec010 .links .links_item .links_btn a:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/btn_arrow.svg) no-repeat center center/contain;
  width: 3.4rem;
  height: 3.4rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  transition: 0.2s;
}

@media (min-width: 768px) {
  .top_sec010 .links .links_item .links_btn a:after {
    width: 4.6rem;
    height: 4.6rem;
    right: 2.3rem;
  }
}

.top_sec010 .links .links_item .links_btn:hover a {
  background: #004399;
  color: #fff;
}

.top_sec010 .links .links_item .links_btn:hover a:after {
  background: url(/wp-content/uploads/btn_arrow_wh.svg) no-repeat center center/contain;
}

.top_sec010 .links .links_item .links_btn.links_btn01 a:before {
  background: url(/wp-content/uploads/top_ico01.svg) no-repeat center center/contain;
}

.top_sec010 .links .links_item .links_btn.links_btn01:hover a:before {
  background: url(/wp-content/uploads/top_ico01_white.svg) no-repeat center center/contain;
}

.top_sec010 .links .links_item .links_btn.links_btn02 a:before {
  background: url(/wp-content/uploads/top_ico02.svg) no-repeat center center/contain;
}

.top_sec010 .links .links_item .links_btn.links_btn02:hover a:before {
  background: url(/wp-content/uploads/top_ico02_white.svg) no-repeat center center/contain;
}

.top_sec010 .links .links_item .links_btn.links_btn03 a:before {
  background: url(/wp-content/uploads/top_ico03.svg) no-repeat center center/contain;
}

.top_sec010 .links .links_item .links_btn.links_btn03:hover a:before {
  background: url(/wp-content/uploads/top_ico03_white.svg) no-repeat center center/contain;
}

.top_sec010 .links .links_item .links_btn.links_btn04 a:before {
  background: url(/wp-content/uploads/top_ico04.svg) no-repeat center center/contain;
}

.top_sec010 .links .links_item .links_btn.links_btn04:hover a:before {
  background: url(/wp-content/uploads/top_ico04_white.svg) no-repeat center center/contain;
}

.globalFooter .footer_info .logo {
  margin-bottom: 0.6rem;
}

.globalFooter .footer_info .logo img {
  width: 26.4rem;
}

@media (min-width: 768px) {
  .globalFooter .footer_info .logo img {
    width: 35rem;
  }
}

.globalFooter .footer_info .name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .globalFooter .footer_info .name {
    font-size: 2.4rem;
  }
}

.globalFooter .footer_info .address {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .globalFooter .footer_info .address {
    font-size: 1.4rem;
  }
}

.globalFooter .footer_info .tel {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0;
}

@media (min-width: 768px) {
  .globalFooter .footer_info .tel {
    font-size: 1.6rem;
  }
}

.globalFooter .footer_info .footer_info_links {
  display: flex;
  gap: 2rem;
}

.globalFooter .footer_info .footer_info_links .info_link {
  margin-top: 0;
  margin-bottom: 0;
}

.globalFooter .footer_info .footer_info_links .info_link a {
  font-size: 1.2rem;
  font-weight: 500;
}

.globalFooter .footer_menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .globalFooter .footer_menu {
    padding-top: 1rem;
  }
}

@media (max-width: 767px) {
  .globalFooter .footer_menu {
    margin-bottom: 4.8rem !important;
  }
}

.globalFooter .footer_menu .footer_menu_wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .globalFooter .footer_menu .footer_menu_wrap {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}

@media (max-width: 767px) {
  .globalFooter .footer_menu .footer_menu_wrap .footer_menu_item {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .globalFooter .footer_menu .footer_menu_wrap .footer_menu_item:first-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .globalFooter .footer_menu .footer_menu_wrap nav ul {
    border-top: none;
  }
}

.globalFooter .footer_menu .footer_menu_wrap nav ul li + li {
  border-top: none;
}

.globalFooter .footer_menu .footer_menu_wrap nav ul li a {
  padding: 0.2em 15px;
}

.globalFooter .footer_menu .footer_menu_wrap nav > ul > li > a {
  padding-left: 0 !important;
  font-size: 1.8rem;
  font-weight: 500;
}

.globalFooter .footer_menu .footer_menu_wrap nav > ul > li > a:before {
  content: none;
}

.globalFooter .footer_menu .footer_menu_wrap nav > ul > li > ul li a {
  font-size: 1.3rem;
  padding-left: 1.5rem !important;
  position: relative;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .globalFooter .footer_menu .footer_menu_wrap nav > ul > li > ul li a {
    font-size: 1.4rem;
    padding-left: 1.8rem !important;
  }
}

@media (max-width: 767px) {
  .globalFooter .footer_menu .footer_menu_wrap nav > ul > li > ul li a {
    padding-right: 0;
  }
}

.globalFooter .footer_menu .footer_menu_wrap nav > ul > li > ul li a:before {
  content: "";
  display: block;
  background: #151515;
  width: 1.1rem;
  height: 2px;
  transform: none;
}

@media (max-width: 767px) {
  .globalFooter .footer_menu .footer_menu_wrap nav > ul > li > ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    transform: translateY(-50%);
  }
}

.globalFooter .footer_copy .copy_right {
  background: transparent;
  color: #151515;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .globalFooter .footer_copy .copy_right {
    text-align: left;
    margin-top: 2rem;
  }
}

.under_bread {
  margin-top: 78px;
}

@media (min-width: 768px) {
  .under_bread {
    margin-top: 85px;
  }
}

@media (min-width: 1000px) {
  .under_bread {
    margin-top: 92px;
  }
}

.under_bread .container {
  width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  padding: 0;
}

@media (min-width: 768px) {
  .under_bread .container {
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
  }
}

.under_bread .container .bread {
  max-width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #004399;
  margin: 14px 0;
}

@media (min-width: 768px) {
  .under_bread .container .bread {
    font-size: 1.4rem;
    margin: 2.4rem 0;
  }
}

.under_bread .container .bread ul {
  padding: 0;
}

.under_bread .container .bread ul li {
  margin-right: 1em;
}

.under_bread .container .bread ul li a {
  color: #727171;
  font-weight: 400;
}

.under_bread .container .bread ul li:after {
  content: "＞";
  color: #727171;
}

.under_bread .container .bread ul li:last-child:after {
  content: none;
}

.under_head {
  position: relative;
  z-index: 2;
}

.under_head .img {
  aspect-ratio: 1;
}

@media (min-width: 768px) {
  .under_head .img {
    aspect-ratio: 144 / 42;
  }
}

.under_head .img img {
  width: 100%;
  height: auto;
}

.under_head h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  color: #151515;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0;
  width: 100%;
  max-width: 28rem;
  padding: 0.5em;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .under_head h1 {
    max-width: 40rem;
    font-size: 3rem;
  }
}

.under_head.under_head02 {
  height: 10rem;
}

@media (min-width: 768px) {
  .under_head.under_head02 {
    height: 15rem;
  }
}

.under_head.under_head02 h1 {
  background: none;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .under_head.under_head02 h1 {
    font-size: 3.4rem;
  }
}

.circle_wrap {
  margin-top: -10rem;
  position: relative;
}

.circle_wrap .circle-sec {
  position: absolute;
  right: auto;
  left: 7rem;
  top: 4rem;
}

.circle_wrap .logo-gray {
  position: absolute;
  right: -28rem;
  top: 2rem;
  width: 36.2rem;
}

.circle_wrap .logo-gray img {
  width: 100%;
}

.circle_wrap .circle-bright {
  position: absolute;
  top: -6rem;
  left: -8rem;
}

@media (min-width: 768px) {
  .circle_wrap .circle-bright {
    left: auto;
    top: -6rem;
    right: -1rem;
  }
}

.circle_wrap.circle_wrap02 {
  margin-top: 14rem;
}

@media (max-width: 767px) {
  .circle_wrap.circle_wrap02 .circle-bright {
    display: none;
  }
}

body:not(.home) main {
  background: #f8fafa;
}

body:not(.home) main .contents_wrapper {
  margin-top: 14rem;
}

body:not(.home) main .contents_wrapper section:first-child {
  position: relative;
  z-index: 2;
}

body:not(.home) main .top_sec010 {
  background: #f8fafa;
  position: relative;
  padding-top: 5rem;
  margin-top: 5rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body:not(.home) main .top_sec010 {
    padding-top: 9rem;
    margin-top: 9rem;
  }
}

body:not(.home) main .top_sec010:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: calc(100% - 40px);
  background: #d9d9d9;
  height: 1px;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  body:not(.home) main .top_sec010:after {
    max-width: 118rem;
  }
}

body:not(.home) main .top_cta {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body:not(.home) main .border_btn {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  body:not(.home) main .border_btn a {
    font-size: 1.5rem;
  }
}

body:not(.home) main .column_main > .row.has_side {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

body:not(.home) main .column_main > .row.has_side .side_wrap {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  body:not(.home) main .column_main > .row.has_side .side_wrap {
    width: 20.8%;
    margin-top: -4rem;
  }
}

body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt {
  background: #fff;
  padding: 6rem 5rem;
  position: relative;
  top: 0;
  width: 100%;
}

@media (max-width: 767px) {
  body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 2rem 1.5rem;
  }
}

body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt.stickey {
  width: 20.8%;
}

body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt .side_menu {
  list-style: none;
  padding-left: 0;
}

body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt .side_menu li {
  padding: 0.4em 0;
}

body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt .side_menu li a {
  text-decoration: none;
  color: #151515;
  font-weight: 500;
  font-size: 1.3rem;
  position: relative;
  padding-right: 1.4em;
}

body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt .side_menu li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url(/wp-content/uploads/arrow_down.svg) no-repeat center center/contain;
  width: 0.8em;
  height: 0.72em;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s;
}

body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt .side_menu li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ec6233;
  transition: 0.4s;
}

body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt .side_menu li a:hover:before {
  opacity: 1;
}

body:not(.home) main .column_main > .row.has_side .side_wrap .side_cnt .side_menu li a:hover:after {
  width: 100%;
}

@media (min-width: 768px) {
  body:not(.home) main .column_main > .row.has_side .main_wrap {
    width: calc(79.2% - 4rem);
    max-width: 97rem;
  }
}

body:not(.home) main .un_h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004399;
  padding: 1rem 0 2rem;
  border-bottom: 3px solid #004399;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  body:not(.home) main .un_h3 {
    font-size: 2.8rem;
    padding: 0.6rem 0;
    border-bottom: 5px solid #004399;
    margin-bottom: 3rem;
  }
}

body:not(.home) main .un_h3.un_h3_sec {
  color: #ec6233;
  border-color: #ec6233;
}

body:not(.home) main .un_h3.un_h3_bright {
  color: #0d00ff;
  border-color: #0d00ff;
}

body:not(.home) main .btn_left {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  body:not(.home) main .btn_left {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

body:not(.home) main .btn_left .btn a {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  body:not(.home) main .btn_left .btn a {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  body:not(.home) main .btn_left .btn a {
    padding-right: 6rem;
  }
}

@media (max-width: 767px) {
  body:not(.home) main .btn_left .btn a:after {
    width: 4.6rem;
    height: 4.6rem;
  }
}

table.table-default td {
  background: #fff;
}

table.table-default thead th {
  background: #0e1030;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  table.table-default thead th {
    font-size: 1.8rem;
  }
}

table.table-default tbody th {
  background: #1b1e49;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  table.table-default tbody th {
    font-size: 1.8rem;
  }
}

table.table-default tbody td {
  font-size: 1.3rem;
  font-weight: 400;
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  table.table-default tbody td {
    font-size: 1.6rem;
    padding: 2rem 2rem 2rem 4rem;
  }
}

.un_voice section {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_voice section {
    margin-bottom: 8rem;
  }
}

.un_voice .un_voice_top {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice_top {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}

.un_voice .un_voice_bg {
  background: #fff;
  padding: 3rem 1.5rem;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .un_voice .un_voice_bg {
    padding: 5rem 2.4rem 2.4rem;
  }
}

@media (max-width: 767px) {
  .un_voice .un_voice_bg {
    margin-bottom: 3rem;
  }
}

.un_voice .un_voice_bg .un_voice_h2 {
  margin-top: 0;
  color: #004399;
  font-size: 2rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #004399;
  margin-bottom: 2.4rem;
  width: 100%;
  max-width: 53rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice_bg .un_voice_h2 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}

.un_voice .un_voice_bg .un_voice_h2 .num {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice_bg .un_voice_h2 .num {
    font-size: 2rem;
  }
}

.un_voice .un_voice_cnt .un_voice03_balloon_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .un_voice03_balloon_wrap {
    gap: 5rem;
  }
}

.un_voice .un_voice_cnt .un_voice03_balloon_wrap .img {
  width: 6.5rem;
  height: 6.5rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .un_voice03_balloon_wrap .img {
    width: 14rem;
    height: 14rem;
  }
}

.un_voice .un_voice_cnt .un_voice03_balloon_wrap .balloon {
  width: 24rem;
  min-height: 10.3rem;
  background: #edf4fd;
  margin-top: 0;
  padding: 1.6rem;
  border-radius: 0.5rem;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .un_voice03_balloon_wrap .balloon {
    width: 77.4rem;
    min-height: 11.8rem;
    padding: 2.8rem 4.4rem;
  }
}

.un_voice .un_voice_cnt .un_voice03_balloon_wrap .balloon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent transparent #edf4fd #edf4fd;
  border-width: 0.8rem;
  top: 50%;
  left: 0.1rem;
  border-radius: 0 0 0 0.5rem;
  transform: rotate(45deg) translateX(-70%);
  z-index: -1;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .un_voice03_balloon_wrap .balloon:after {
    border-width: 1.4rem;
  }
}

.un_voice .un_voice_cnt .un_voice03_balloon_wrap .balloon p {
  color: #004399;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .un_voice03_balloon_wrap .balloon p {
    font-size: 1.8rem;
  }
}

.un_voice .un_voice_cnt .un_voice03_balloon_wrap.reverse {
  flex-direction: row-reverse;
}

.un_voice .un_voice_cnt .un_voice03_balloon_wrap.reverse .balloon {
  padding-left: 1.6rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .un_voice03_balloon_wrap.reverse .balloon {
    padding-left: 6.6rem;
  }
}

.un_voice .un_voice_cnt .un_voice03_balloon_wrap.reverse .balloon:after {
  top: 38%;
  left: auto;
  right: 0.1rem;
  transform: rotate(-135deg) translateX(-70%);
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .un_voice03_balloon_wrap.reverse .balloon:after {
    top: 26%;
  }
}

.un_voice .un_voice_cnt .balloon_down {
  width: 14.6rem;
  min-height: 12.2rem;
  background: #edf4fd;
  margin-top: 0;
  padding: 1.6rem;
  border-radius: 0.5rem;
  filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .balloon_down {
    width: 24.5rem;
    min-height: 18.6rem;
    padding: 2rem;
  }
}

.un_voice .un_voice_cnt .balloon_down:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent transparent #edf4fd #edf4fd;
  border-width: 1rem;
  bottom: 0;
  left: 50%;
  border-radius: 0 0 0 0.5rem;
  transform: rotate(-45deg) translateX(-50%);
  z-index: -1;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .balloon_down:after {
    border-width: 1.4rem;
  }
}

.un_voice .un_voice_cnt .balloon_down p {
  color: #004399;
  font-weight: 500;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .balloon_down p {
    font-size: 1.8rem;
  }
}

.un_voice .un_voice_cnt .balloon_down p .small {
  font-size: 1rem;
  display: block;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_voice .un_voice_cnt .balloon_down p .small {
    font-size: 1.4rem;
  }
}

.un_voice .un_voice03 {
  padding-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice03 {
    padding-bottom: 8rem;
  }
}

.un_voice .un_voice03 .un_voice03_h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice03 .un_voice03_h3 {
    margin-bottom: 3.2rem;
    margin-top: 6rem;
    font-size: 2.2rem;
  }
}

.un_voice .un_voice03 .un_voice03_h3:first-child {
  margin-top: 1rem;
}

.un_voice .un_voice04 {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice04 {
    padding-bottom: 8rem;
  }
}

.un_voice .un_voice04 .un_voice_cnt > .row {
  display: flex;
  row-gap: 4rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .un_voice .un_voice04 .un_voice_cnt > .row {
    flex-wrap: wrap;
    row-gap: 2rem;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    justify-content: space-between;
  }
}

.un_voice .un_voice10 {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice10 {
    margin-bottom: 8rem;
  }
}

@media (max-width: 767px) {
  .un_voice .un_voice10 .balloon_flow {
    display: flex;
    row-gap: 2rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.un_voice .un_voice10 .un_voice10_balloon_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}

@media (max-width: 767px) {
  .un_voice .un_voice10 .un_voice10_balloon_wrap {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .un_voice .un_voice10 .un_voice10_balloon_wrap {
    gap: 4rem;
  }
}

.un_voice .un_voice10 .un_voice10_balloon_wrap .balloon_down {
  min-height: 11.3rem;
}

@media (min-width: 768px) {
  .un_voice .un_voice10 .un_voice10_balloon_wrap .balloon_down {
    min-height: 20.2rem;
  }
}

@media (max-width: 767px) {
  .un_voice .un_voice10 .un_voice10_balloon_wrap .balloon_down {
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .un_voice .un_voice10 .un_voice10_balloon_wrap:nth-child(even) .balloon_down {
    min-height: 32.2rem;
  }
}

.un_description section {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_description section {
    margin-bottom: 10rem;
  }
}

.un_description .un_description_head {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .un_description .un_description_head {
    margin-top: 5rem;
    margin-bottom: 3rem;
    width: 100vw;
    margin-left: -20px;
  }
}

.un_description .un_description_head .un_description_h2_wrap {
  position: relative;
}

.un_description .un_description_head .un_description_h2_wrap .un_description_h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 768px) {
  .un_description .un_description_head .un_description_h2_wrap .un_description_h2 {
    font-size: 3rem;
  }
}

.un_description .un_description_table {
  margin-top: 2rem;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.un_description .un_description_table table.table-default th {
  width: 8.8rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_description .un_description_table table.table-default th {
    width: 17.8rem;
  }
}

.un_description .un_description02 .un_description02_cnt .un_description_bg {
  background: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
  padding: 2.5rem 1.5rem;
}

@media (min-width: 768px) {
  .un_description .un_description02 .un_description02_cnt .un_description_bg {
    padding: 3rem;
  }
}

.un_description .un_description02 .un_description02_cnt .un_description_bg .un_description_h3 {
  margin-top: 0;
  color: #004399;
  font-size: 1.8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #004399;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 53rem;
  position: relative;
}

@media (min-width: 768px) {
  .un_description .un_description02 .un_description02_cnt .un_description_bg .un_description_h3 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    min-height: 14.2rem;
  }
}

.un_description .un_description02 .un_description02_cnt .un_description_bg .un_description_h3:after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #004399;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.un_description .un_description02 .un_description02_cnt .un_description_bg .un_description_h3 .num {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .un_description .un_description02 .un_description02_cnt .un_description_bg .un_description_h3 .num {
    font-size: 2rem;
  }
}

.un_description .un_description02 .un_description02_cnt .un_description_bg p {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .un_description .un_description02 .un_description02_cnt .un_description_bg p {
    font-size: 1.4rem;
  }
}

.un_description .un_description03 .un_description03_cnt {
  justify-content: center;
}

.un_description .un_description03 .un_description03_cnt .un_description_boder {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #004399;
  width: 25rem;
  height: 8rem;
}

@media (min-width: 768px) {
  .un_description .un_description03 .un_description03_cnt .un_description_boder {
    width: 30rem;
    height: 9.5rem;
  }
}

@media (max-width: 767px) {
  .un_description .un_description03 .un_description03_cnt .un_description_boder {
    margin-left: auto;
    margin-right: auto;
  }
}

.un_description .un_description03 .un_description03_cnt .un_description_boder p {
  font-size: 2rem;
  color: #004399;
  font-weight: 500;
}

.un_description .un_description04 .un_description04_cnt {
  row-gap: 0;
}

.un_description .un_description04 .un_description04_cnt .un_description04_txt {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_description .un_description04 .un_description04_cnt .un_description04_txt {
    margin-bottom: 5rem;
  }
}

.un_description .un_description04 .un_description04_cnt .un_description04_txt p {
  font-size: 1.3rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .un_description .un_description04 .un_description04_cnt .un_description04_txt p {
    font-size: 1.8rem;
  }
}

.un_description .un_description04 .un_description04_cnt .un_description04_txt p .c-red {
  color: #b81c22;
  font-weight: 500;
}

.un_description .un_description04 .un_description04_cnt .un_description04_table {
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .un_description .un_description04 .un_description04_cnt .un_description04_table table.table-default thead th {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .un_description .un_description04 .un_description04_cnt .un_description04_table table.table-default thead th:nth-child(odd) {
    width: 29%;
  }
}

@media (max-width: 767px) {
  .un_description .un_description04 .un_description04_cnt .un_description04_table table.table-default tbody th,
  .un_description .un_description04 .un_description04_cnt .un_description04_table table.table-default tbody td {
    height: 5rem;
  }
}

@media (max-width: 767px) {
  .un_description .un_description04 .un_description04_cnt .un_description04_table table.table-default tbody th {
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}

.un_description .un_description04 .un_description04_cnt .un_description04_table table.table-default tbody td {
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #b81c22;
}

@media (min-width: 768px) {
  .un_description .un_description04 .un_description04_cnt .un_description04_table table.table-default tbody td {
    padding: 2rem;
    font-size: 2.4rem;
  }
}

.un_description .un_description05 {
  position: relative;
}

.un_description .un_description05 .un_description_logo_wrap {
  position: absolute;
  top: 10rem;
  left: -7rem;
  width: 42.7rem;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description_logo_wrap {
    left: -13rem;
    width: 83.4rem;
  }
}

.un_description .un_description05 .un_description05_cnt_top {
  position: relative;
  z-index: 2;
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .un_description .un_description05 .un_description05_cnt_top {
    margin-top: -8rem;
    margin-bottom: 5rem;
  }
}

.un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}

.un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item .un_description05_flow_step {
  background: #004399;
  width: 15.3rem;
  height: 15.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item .un_description05_flow_step {
    margin: 6.6rem auto 1rem;
  }
}

.un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item .un_description05_flow_step h3 {
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin-top: 0;
}

.un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item .un_description05_flow_step h3 .num {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item .un_description05_flow_txt {
    width: 77.7rem;
  }
}

.un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item .un_description05_flow_txt p {
  font-size: 1.3rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item .un_description05_flow_txt p {
    font-size: 1.4rem;
  }
}

.un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item .un_description05_flow_txt p .c-pri {
  font-weight: 500;
}

.un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item:not(:last-child):after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/arrow_flow.svg) no-repeat center center/contain;
  width: 3.9rem;
  height: 3.5rem;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_top .un_description05_flow_item:not(:last-child):after {
    bottom: -3rem;
  }
}

.un_description .un_description05 .un_description05_cnt_bottom_h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004399;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_bottom_h3 {
    font-size: 3rem;
    margin: 0 auto 5rem;
  }
}

.un_description .un_description05 .un_description05_cnt_bottom_h3:before, .un_description .un_description05 .un_description05_cnt_bottom_h3:after {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  background: url(/wp-content/uploads/un_head_img.svg) no-repeat center center/contain;
  width: 2.5rem;
  height: 3.7rem;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_bottom_h3:before, .un_description .un_description05 .un_description05_cnt_bottom_h3:after {
    bottom: 0.3rem;
  }
}

.un_description .un_description05 .un_description05_cnt_bottom_h3:before {
  left: -6rem;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_bottom_h3:before {
    left: -4rem;
  }
}

.un_description .un_description05 .un_description05_cnt_bottom_h3:after {
  right: -6rem;
  transform: scale(-1, 1);
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_bottom_h3:after {
    right: -4rem;
  }
}

.un_description .un_description05 .un_description05_cnt_bottom {
  gap: 0;
  background: #fff;
  align-items: center;
}

.un_description .un_description05 .un_description05_cnt_bottom .un_description05_cnt_bottom_img img {
  width: 100%;
}

.un_description .un_description05 .un_description05_cnt_bottom .un_description05_cnt_bottom_txt {
  padding: 1.5rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_bottom .un_description05_cnt_bottom_txt {
    padding: 3.2rem 4.6rem;
  }
}

.un_description .un_description05 .un_description05_cnt_bottom .un_description05_cnt_bottom_txt h4 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_bottom .un_description05_cnt_bottom_txt h4 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

.un_description .un_description05 .un_description05_cnt_bottom .un_description05_cnt_bottom_txt p {
  font-size: 1.3rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .un_description .un_description05 .un_description05_cnt_bottom .un_description05_cnt_bottom_txt p {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .un_office .un_office_item {
    width: 56rem;
  }
}

@media (max-width: 767px) {
  .un_office .un_office_item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.un_office .un_office_item h2 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 0.2rem;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #d9d9d9;
}

@media (min-width: 768px) {
  .un_office .un_office_item h2 {
    font-size: 2rem;
    padding: 2.2rem 2.4rem;
  }
}

.un_office .un_office_item .address {
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .un_office .un_office_item .address {
    padding: 1.5rem 2.4rem;
  }
}

.un_office .un_office_item .address .address_ttl {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
  width: 3.4rem;
}

@media (min-width: 768px) {
  .un_office .un_office_item .address .address_ttl {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .un_office .un_office_item .address .address_ttl {
    width: 3.5rem;
  }
}

.un_office .un_office_item .address .address_address {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0;
  width: calc(100% - 19rem);
}

@media (min-width: 768px) {
  .un_office .un_office_item .address .address_address {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .un_office .un_office_item .address .address_address {
    width: 20.4rem;
  }
}

.un_office .un_office_item .address .address_btn {
  margin-top: 0;
  width: 7.6rem;
  align-self: center;
}

@media (max-width: 767px) {
  .un_office .un_office_item .address .address_btn {
    width: 5.8rem;
  }
}

.un_office .un_office_item .address .address_btn a {
  background: #004399;
  color: #fff;
  padding: 0.4rem 1rem 0.7rem;
  border-radius: 50px;
  width: 5.8rem;
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .un_office .un_office_item .address .address_btn a {
    font-size: 1.4rem;
    padding: 0.4rem 1.4rem 0.7rem;
    width: 7.2rem;
  }
}

.un_office .un_office_honsya {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .un_office .un_office_honsya {
    margin-bottom: 6rem;
  }
}

.un_office .un_office_honsya .row {
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .un_office .un_office_honsya .un_office_honsya_img {
    width: 56rem;
  }
}

.un_office .un_office_shisya {
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .un_office .un_office_shisya {
    margin-bottom: 12.2rem;
  }
}

.un_office .un_office_shisya .row {
  justify-content: space-between;
  row-gap: 3rem;
}

.un_office .un_office_image {
  margin-bottom: 7rem;
}

.un_office .un_office_image .row {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .un_office .un_office_image .un_office_image_item {
    width: 56rem;
  }
}

@media (max-width: 767px) {
  .un_office .un_office_image .un_office_image_item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.un_office .un_office_image .un_office_image_item .name {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0;
}

@media (min-width: 768px) {
  .un_office .un_office_image .un_office_image_item .name {
    font-size: 1.6rem;
  }
}

.un_educational .un_educational_h2 {
  background: #004399;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 1.1rem 2rem 1.3rem;
  margin: 0 0 2rem;
}

@media (min-width: 768px) {
  .un_educational .un_educational_h2 {
    font-size: 3.2rem;
    padding: 0.5rem 4rem 0.6rem;
    margin: 0 0 5rem;
  }
}

.un_educational .un_educational_item {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_educational .un_educational_item {
    margin-bottom: 7rem;
  }
}

.un_educational .un_educational_item p {
  font-size: 1.3rem;
  margin: 0 0 2rem;
}

@media (min-width: 768px) {
  .un_educational .un_educational_item p {
    font-size: 1.6rem;
    margin: 0 0 2.4rem;
  }
}

.un_educational .un_educational_item .js-scrollable {
  margin-top: 0;
}

.un_educational .un_educational_item .js-scrollable .img {
  margin-bottom: 0 !important;
  width: 97rem;
}

.un_educational .un_educational_item .img {
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .un_educational .un_educational_item .img {
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .un_educational .un_educational_item .img_medium {
    max-width: 71rem;
  }
}

.un_educational .un_educational_item h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  .un_educational .un_educational_item h4 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.un_educational .un_educational_item ul {
  margin-top: 2rem !important;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .un_educational .un_educational_item ul {
    margin-top: 3rem !important;
    margin-bottom: 3rem;
  }
}

.un_educational .un_educational_item ul li {
  font-weight: 500;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .un_educational .un_educational_item ul li {
    font-size: 1.6rem;
  }
}

.un_educational .un_educational_top {
  margin-bottom: 5.6rem;
}

@media (min-width: 768px) {
  .un_educational .un_educational_top {
    margin-bottom: 8rem;
  }
}

.un_educational .un_educational_top p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_educational .un_educational_top p {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}

.un_educational .un_educational_top .img {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .un_educational .un_educational_top .img {
    max-width: 30rem;
    margin: 0 auto;
  }
}

.un_educational .un_educational_chuto {
  margin-bottom: 2rem;
}

.un_educational .un_educational_shin {
  margin-bottom: 0;
}

.un_entry_inquiry .form_wrap {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0;
}

.un_entry_inquiry .form_wrap table.table-default tr:not(:last-of-type) {
  border-bottom: none;
}

.un_entry_inquiry .form_wrap table.table-default tr:not(:last-of-type) td {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default tr:not(:last-of-type) td {
    margin-bottom: 5rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default th,
.un_entry_inquiry .form_wrap table.table-default td {
  display: block;
}

.un_entry_inquiry .form_wrap table.table-default th {
  color: #151515;
  display: block;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 0 1rem;
  font-weight: 500;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default th {
    font-size: 1.8rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default th .required {
  position: absolute;
  background: #b81c22;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  top: 40%;
  right: 0;
  transform: translate(140%, -50%);
  white-space: nowrap;
}

.un_entry_inquiry .form_wrap table.table-default th .any {
  display: inline-block;
  background: #727171;
  color: white;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 0.5em;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translate(140%, -50%);
  white-space: nowrap;
}

.un_entry_inquiry .form_wrap table.table-default td {
  padding: 0;
}

.un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap {
  display: flex;
  gap: 1.2rem;
}

@media (max-width: 767px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group {
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  position: relative;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group {
    gap: 0.8rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group .txt {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group .txt {
    font-size: 1.8rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group.input_birth_group_y select {
  width: 31rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group.input_birth_group_y select {
    width: 25.6rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group.input_birth_group_m select, .un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group.input_birth_group_d select {
  width: 14rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group.input_birth_group_m select, .un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group.input_birth_group_d select {
    width: 16.9rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-right: 1px solid #151515;
  border-bottom: 1px solid #151515;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_birth_wrap .input_birth_group:after {
    width: 8px;
    height: 8px;
    right: 4.5rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item {
  width: 10rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item {
    width: 13.6rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item label {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  padding: 5px 0;
  position: relative;
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before, .un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 2px solid #d9d9d9;
  right: -4rem;
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  width: 1.2rem;
  height: 1.2rem;
  background: #151515;
  right: -3.6rem;
  opacity: 0;
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label:before {
  border: 2px solid #151515;
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}

@media (max-width: 767px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_wrap_check .wpcf7-radio .wpcf7-list-item.last {
    margin-left: 0;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_file > p {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_wrap_file > p {
    font-size: 1.4rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_file .input_file_label {
  width: 100%;
  height: 4rem;
  background: #fff;
  color: #151515;
  position: relative;
  border-radius: 0.5rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap table.table-default td .input_wrap_file .input_file_label {
    height: 5rem;
  }
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_file .input_file_label p {
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 1;
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_file .wpcf7-form-control-wrap {
  opacity: 0;
  position: relative;
  z-index: 2;
}

.un_entry_inquiry .form_wrap table.table-default td .input_wrap_file .wpcf7-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.un_entry_inquiry .form_wrap input[type="text"],
.un_entry_inquiry .form_wrap input[type="url"],
.un_entry_inquiry .form_wrap input[type="email"],
.un_entry_inquiry .form_wrap input[type="tel"],
.un_entry_inquiry .form_wrap input[type="date"],
.un_entry_inquiry .form_wrap input[type="number"],
.un_entry_inquiry .form_wrap select,
.un_entry_inquiry .form_wrap textarea {
  border: none;
  background: #fff;
  border-radius: 0.5rem;
  height: 4rem;
  padding: 0.8rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_wrap input[type="text"],
  .un_entry_inquiry .form_wrap input[type="url"],
  .un_entry_inquiry .form_wrap input[type="email"],
  .un_entry_inquiry .form_wrap input[type="tel"],
  .un_entry_inquiry .form_wrap input[type="date"],
  .un_entry_inquiry .form_wrap input[type="number"],
  .un_entry_inquiry .form_wrap select,
  .un_entry_inquiry .form_wrap textarea {
    height: 5rem;
  }
}

.un_entry_inquiry .form-acceptance {
  margin-top: 8.2rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form-acceptance {
    margin-top: 11.6rem;
  }
}

.un_entry_inquiry .form-acceptance .form-acceptance-head {
  font-size: 1.8rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding-right: 5rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form-acceptance .form-acceptance-head {
    font-size: 2rem;
    padding-right: 6rem;
  }
}

.un_entry_inquiry .form-acceptance .form-acceptance-head .required {
  position: absolute;
  background: #b81c22;
  color: #fff;
  border-radius: 50px;
  font-size: 1.1rem;
  white-space: nowrap;
  padding: 1px 8px;
  top: 54%;
  right: 0;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .un_entry_inquiry .form-acceptance .form-acceptance-head .required {
    font-size: 1.2rem;
    padding: 4px 10px;
    top: 50%;
  }
}

.un_entry_inquiry .form-acceptance .form-acceptance-txt {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form-acceptance .form-acceptance-txt {
    font-size: 1.4rem;
  }
}

.un_entry_inquiry .form-acceptance .form-acceptance-txt a {
  color: #151515;
}

.un_entry_inquiry .form-acceptance .wpcf7-acceptance label {
  display: block;
  width: 100%;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form-acceptance .wpcf7-acceptance label {
    font-size: 1.6rem;
  }
}

.un_entry_inquiry .form-acceptance .wpcf7-acceptance label .wpcf7-list-item-label {
  display: inline-block;
  padding: 5px 0;
  position: relative;
}

.un_entry_inquiry .form-acceptance .wpcf7-acceptance label .wpcf7-list-item-label:before, .un_entry_inquiry .form-acceptance .wpcf7-acceptance label .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}

.un_entry_inquiry .form-acceptance .wpcf7-acceptance label .wpcf7-list-item-label:before {
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 2px solid #d9d9d9;
  left: -3rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form-acceptance .wpcf7-acceptance label .wpcf7-list-item-label:before {
    left: -4rem;
  }
}

.un_entry_inquiry .form-acceptance .wpcf7-acceptance label .wpcf7-list-item-label:after {
  width: 1.2rem;
  height: 1.2rem;
  background: #151515;
  left: -2.6rem;
  opacity: 0;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form-acceptance .wpcf7-acceptance label .wpcf7-list-item-label:after {
    left: -3.6rem;
  }
}

.un_entry_inquiry .form-acceptance .wpcf7-acceptance label input {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}

.un_entry_inquiry .form-acceptance .wpcf7-acceptance label input:checked + .wpcf7-list-item-label:before {
  border: 2px solid #151515;
}

.un_entry_inquiry .form-acceptance .wpcf7-acceptance label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.un_entry_inquiry .form_button_wrap {
  width: 100%;
  height: 7rem;
  margin: 5rem auto 0;
  position: relative;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_button_wrap {
    width: 58rem;
    height: 8rem;
    margin: 4.6rem auto 0;
  }
}

.un_entry_inquiry .form_button_wrap:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/btn_arrow_wh_sec.svg) no-repeat center center/contain;
  width: 5.4rem;
  height: 5.4rem;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  transition: 0.2s;
  cursor: pointer;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_button_wrap:after {
    right: 2rem;
  }
}

.un_entry_inquiry .form_button_wrap .wpcf7-submit {
  background: #ec6233;
  border: none;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  border-radius: 5rem;
  font-weight: bold;
  cursor: pointer;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_button_wrap .wpcf7-submit {
    font-size: 3rem;
  }
}

.un_entry_inquiry .form_button_wrap:hover {
  opacity: 0.8;
}

.un_entry_inquiry .form_button_wrap:hover:after {
  right: 0.6rem;
}

@media (min-width: 768px) {
  .un_entry_inquiry .form_button_wrap:hover:after {
    right: 1.6rem;
  }
}

.un_entry_inquiry .form_button_wrap .wpcf7-spinner {
  margin: 0 !important;
  height: 0;
  width: 0;
}

.un_interview .un_interview_cnt .gutters .row {
  row-gap: 4rem;
}

.un_interview_item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 2rem;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

@media (max-width: 767px) {
  .un_interview_item a {
    width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.un_interview_item a .un_interview_item_img {
  margin-bottom: 2.1rem;
}

.un_interview_item a .un_interview_item_img .img {
  aspect-ratio: 1;
}

.un_interview_item a .un_interview_item_img .img img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.un_interview_item a .un_interview_item_ttl {
  margin-bottom: 1.2rem;
}

.un_interview_item a .un_interview_item_ttl h2 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3em;
  line-height: 2.5;
  background-color: #004399;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.un_interview_item a .un_interview_item_name p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #151515;
}

.un_interview_item a .un_interview_item_job p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #004399;
}

@media (max-width: 767px) {
  .un_interview_item:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.un_interview_item:hover a {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

body.single main > .sec_single_main > .container {
  margin-top: 24rem;
  max-width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  body.single main > .sec_single_main > .container {
    margin-top: 14rem;
  }
}

body.single .single_head .img {
  aspect-ratio: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  body.single .single_head .img {
    aspect-ratio: 144 / 42;
  }
}

body.single .single_head .single_head_h1_wrap {
  background: #004399;
  color: #fff;
  position: absolute;
  left: 13rem;
  bottom: 3rem;
  padding: 2rem;
}

@media (max-width: 767px) {
  body.single .single_head .single_head_h1_wrap {
    left: 1.5rem;
    bottom: 0;
    padding: 2rem;
    width: calc(100% - 3rem);
    transform: translateY(50%);
  }
}

body.single .single_head .single_head_h1_wrap h1 {
  font-size: 1.6rem;
  font-weight: bold;
  position: static;
  transform: none;
  background: none;
  color: #fff;
  text-align: left;
  padding: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  body.single .single_head .single_head_h1_wrap h1 {
    max-width: 62.7rem;
    font-size: 2rem;
  }
}

body.single .single_head .single_head_h1_wrap .sigle_h1_bottom {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  body.single .single_head .single_head_h1_wrap .sigle_h1_bottom {
    font-size: 1.5rem;
  }
}

body.single .column_sub {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  body.single .column_sub {
    width: 20.8%;
    margin-top: -4rem;
  }
}

body.single .column_sub .sidebar {
  width: 100%;
}

body.single .column_sub .sidebar .widget_wrap {
  background: #fff;
  padding: 2rem 1.5rem;
  position: relative;
  top: 0;
  width: calc(100% - 3rem);
}

@media (min-width: 768px) {
  body.single .column_sub .sidebar .widget_wrap {
    padding: 6rem 3.4rem;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.single .column_sub .sidebar .widget_wrap {
    left: 1.5rem;
    margin-bottom: 3rem;
  }
}

body.single .column_sub .sidebar .widget_wrap .toc-list {
  margin-bottom: 0;
}

body.single .column_sub .sidebar .widget_wrap .toc-list li {
  padding: 0.4em 0;
}

@media (max-width: 767px) {
  body.single .column_sub .sidebar .widget_wrap .toc-list li {
    line-height: 1;
    padding: 0.2em 0;
  }
}

body.single .column_sub .sidebar .widget_wrap .toc-list li a {
  border-bottom: none;
  text-decoration: none;
  color: #151515;
  font-weight: 500;
  font-size: 1.3rem;
  position: relative;
  padding-right: 1.4em;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  body.single .column_sub .sidebar .widget_wrap .toc-list li a {
    padding: 0.2em;
    padding-right: 1.4em;
  }
}

body.single .column_sub .sidebar .widget_wrap .toc-list li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: url(/wp-content/uploads/arrow_down.svg) no-repeat center center/contain;
  width: 0.8em;
  height: 0.72em;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.4s;
}

body.single .column_sub .sidebar .widget_wrap .toc-list li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ec6233;
  transition: 0.4s;
}

body.single .column_sub .sidebar .widget_wrap .toc-list li a:hover {
  background: #fff;
}

body.single .column_sub .sidebar .widget_wrap .toc-list li a:hover:before {
  opacity: 1;
}

body.single .column_sub .sidebar .widget_wrap .toc-list li a:hover:after {
  width: 100%;
}

body.single .column_sub .sidebar.stickey {
  width: 20.8%;
}

body.single .column_main {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  body.single .column_main {
    width: calc(79.2% - 4rem);
    max-width: 97rem;
  }
}

body.single .column_main .post_content p {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 2rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  body.single .column_main .post_content p {
    font-size: 1.6rem;
    margin: 0 0 2.4rem;
  }
}

body.single .column_main .post_content p:has(> img) {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  body.single .column_main .post_content p:has(> img) {
    margin-top: 7rem;
    background: url(/wp-content/uploads/single_img_bg.svg) no-repeat right top/contain;
    background-size: 65rem;
  }
}

body.single .column_main .post_content p:has(> img) img {
  width: 100%;
}

@media (min-width: 768px) {
  body.single .column_main .post_content p:has(> img) img {
    max-width: 76%;
  }
}

body.single .column_main .post_content em {
  font-style: normal;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  body.single .column_main .post_content em {
    font-size: 1.7rem;
  }
}

body.single .column_main .post_content strong {
  font-weight: 500;
}

body.single .column_main .post_content h2 {
  font-size: 1.8rem;
  padding: 0.6rem 0;
  border-bottom: 3px solid #004399;
  margin-bottom: 2rem;
  color: #004399;
}

@media (min-width: 768px) {
  body.single .column_main .post_content h2 {
    font-size: 2.8rem;
    border-bottom: 5px solid #004399;
    margin-bottom: 3rem;
  }
}

body.single .column_main .post_content blockquote {
  margin-right: 0;
  margin-left: 3rem;
  position: relative;
}

@media (min-width: 768px) {
  body.single .column_main .post_content blockquote {
    margin-left: 6.8rem;
  }
}

body.single .column_main .post_content blockquote p {
  font-weight: 500;
}

body.single .column_main .post_content blockquote:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #151515;
  top: 1.2rem;
  left: -3rem;
}

@media (min-width: 768px) {
  body.single .column_main .post_content blockquote:after {
    width: 4.8rem;
    left: -6.8rem;
  }
}

.top_cta_single {
  padding: 4rem 0;
  margin-bottom: 5rem !important;
}

@media (min-width: 768px) {
  .top_cta_single {
    padding: 8rem 5rem;
    margin-bottom: 8rem !important;
  }
}

@media (max-width: 767px) {
  .top_cta_single {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
  }
}

.top_cta_single .cta .cta_item .cta_btn a {
  height: 12rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .top_cta_single .cta .cta_item .cta_btn a {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .top_cta_single .cta .cta_item .cta_btn.cta_btn02 {
    margin-bottom: 0;
  }
}

.single_bottom {
  padding-top: 5rem;
  position: relative;
}

@media (min-width: 768px) {
  .single_bottom {
    padding-top: 9rem;
  }
}

.single_bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: calc(100% - 40px);
  background: #d9d9d9;
  height: 1px;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .single_bottom:after {
    max-width: 118rem;
  }
}

@media (max-width: 767px) {
  .single_bottom .single_bottom_other {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .single_bottom .single_bottom_other .un_interview_item {
    width: calc(50% - 0.75rem);
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .single_bottom .single_bottom_other .un_interview_item a {
    width: 100%;
    padding: 2rem 1rem;
  }
}

@media (max-width: 767px) {
  .single_bottom .single_bottom_other .un_interview_item a .un_interview_item_ttl {
    margin-bottom: 0.4rem;
  }
}

@media (max-width: 767px) {
  .single_bottom .single_bottom_other .un_interview_item a .un_interview_item_ttl h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .single_bottom .single_bottom_other .un_interview_item a .un_interview_item_name p {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .single_bottom .single_bottom_other .un_interview_item a .un_interview_item_job p {
    font-size: 1rem;
  }
}

.un_understand .un_understand_minit h2 {
  text-align: center;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit h2 {
    font-size: 3.4rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_top {
  position: relative;
  margin-bottom: 4.8rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_top {
    margin-bottom: 7rem;
  }
}

@media (max-width: 767px) {
  .un_understand .un_understand_flow .un_understand_flow_top .un_understand_flow_top_img {
    width: 100vw;
    margin-left: -20px;
  }
}

.un_understand .un_understand_flow .un_understand_flow_top .un_understand_flow_top_logo {
  width: 26.6rem;
  position: absolute;
  right: -17.9rem;
  top: 5rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_top .un_understand_flow_top_logo {
    width: 39.5rem;
    right: -19.4rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_top .un_understand_flow_top_txt {
  text-align: center;
  position: relative;
  z-index: 2;
}

.un_understand .un_understand_flow .un_understand_flow_top .un_understand_flow_top_txt h2 {
  margin: 4rem auto 2rem;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_top .un_understand_flow_top_txt h2 {
    margin: 5rem auto 2rem;
    font-size: 3.4rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_top .un_understand_flow_top_txt p {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_top .un_understand_flow_top_txt p {
    font-size: 2rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt {
  position: relative;
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item {
    width: 92.3rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt {
  width: 30rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt {
    width: 60rem;
  }
}

@media (max-width: 767px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt {
    margin-left: 1.5rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt:before {
  content: "";
  position: absolute;
  width: 31.5rem;
  height: 17rem;
  background: #fff;
  left: -1.5rem;
  top: 1rem;
  z-index: -1;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt:before {
    width: 53rem;
    height: 12.5rem;
    left: -3rem;
    top: 1.6rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt:after {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  background: url(/wp-content/uploads/understand_arrow.svg) no-repeat center center/contain;
  bottom: -8rem;
  right: 2.6rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt:after {
    width: 8rem;
    height: 8rem;
    bottom: -10rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #004399;
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt p {
  font-size: 1.3rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item .un_understand_flow_item_txt p {
    font-size: 1.6rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item:nth-child(even) .un_understand_flow_item_txt {
  margin-left: auto;
}

@media (max-width: 767px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item:nth-child(even) .un_understand_flow_item_txt {
    margin-right: 1.5rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item:nth-child(even) .un_understand_flow_item_txt:before {
  left: auto;
  right: -1.5rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item:nth-child(even) .un_understand_flow_item_txt:before {
    right: -3rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item:nth-child(even) .un_understand_flow_item_txt:after {
  transform: scale(-1, 1);
  right: auto;
  left: 2.6rem;
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item:nth-child(5) .un_understand_flow_item_txt:before {
  height: 16.5rem;
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item:nth-child(6) .un_understand_flow_item_txt:after {
  content: none;
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item:not(:nth-child(6)) {
  margin-bottom: 8.8rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_item:not(:nth-child(6)) {
    margin-bottom: 10.8rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_circle {
  position: absolute;
  width: 18rem;
  height: 18rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_circle {
    width: 28rem;
    height: 28rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_circle.un_understand_flow_circle01 {
  top: 6rem;
  left: -5rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_circle.un_understand_flow_circle01 {
    top: 3.9rem;
    left: -8rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_circle.un_understand_flow_circle02 {
  top: 34rem;
  right: -4rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_circle.un_understand_flow_circle02 {
    top: 28rem;
    right: 4rem;
  }
}

.un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_circle.un_understand_flow_circle03 {
  top: 60rem;
  left: -5rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_flow .un_understand_flow_cnt .un_understand_flow_circle.un_understand_flow_circle03 {
    top: 62rem;
    left: 0;
  }
}

.un_benefits h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_benefits h2 {
    font-size: 3.4rem;
    margin-bottom: 7rem;
  }
}

.un_benefits .un_benefits_head {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_head {
    margin-bottom: 6rem;
  }
}

.un_benefits .un_benefits_head .un_benefits_h2_wrap {
  position: relative;
}

@media (max-width: 767px) {
  .un_benefits .un_benefits_head .un_benefits_h2_wrap {
    width: 100vw;
    margin-left: -20px;
  }
}

.un_benefits .un_benefits_head .un_benefits_h2_wrap .un_benefits_h2 {
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_head .un_benefits_h2_wrap .un_benefits_h2 {
    font-size: 3rem;
  }
}

.un_benefits .un_benefits_list {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_list {
    width: 94.8rem;
  }
}

@media (max-width: 767px) {
  .un_benefits .un_benefits_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.un_benefits .un_benefits_list .un_benefits_list_item {
  width: 16.3rem;
  height: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #004399;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_list .un_benefits_list_item {
    width: 22.2rem;
    height: 8.5rem;
  }
}

.un_benefits .un_benefits_list .un_benefits_list_item p {
  color: #004399;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_list .un_benefits_list_item p {
    font-size: 1.8rem;
  }
}

.un_benefits .un_benefits_list .un_benefits_list_item p .small {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_list .un_benefits_list_item p .small {
    font-size: 1.6rem;
  }
}

.un_benefits .un_benefits_top .un_benefits_content_border {
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item {
  padding: 2rem 2.2rem;
  border: 1px solid #004399;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item {
    width: 33.3%;
    padding: 3rem 4rem;
  }
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:not(:last-child) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:not(:last-child) {
    border-bottom: none;
  }
}

.un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item .un_benefits_item_img {
  position: relative;
  margin-bottom: 1.5rem;
}

.un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item .un_benefits_item_img .img {
  margin-bottom: 0;
}

.un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item .un_benefits_item_img .img img {
  width: 100%;
  height: auto;
}

.un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item .un_benefits_item_img .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
  white-space: nowrap;
}

.un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item .un_benefits_item_txt p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #004399;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item .un_benefits_item_txt p {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:before, .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #004399;
    left: -20px;
  }
}

@media (max-width: 767px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:before {
    top: auto;
    bottom: -1px;
    left: auto;
    right: -20px;
  }
}

@media (max-width: 767px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:after {
    bottom: -1px;
  }
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:first-child:before, .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:first-child:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #004399;
    left: -20px;
  }
}

@media (min-width: 768px) and (min-width: 1240px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:first-child:before, .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:first-child:after {
    width: calc((100vw - 1180px) / 2);
    left: calc((100vw - 1180px) / -2);
  }
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:first-child:before {
    top: -1px;
  }
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:first-child:after {
    bottom: -1px;
  }
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:last-child:before, .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:last-child:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #004399;
    right: -20px;
  }
}

@media (min-width: 768px) and (min-width: 1240px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:last-child:before, .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:last-child:after {
    width: calc((100vw - 1180px) / 2);
    right: calc((100vw - 1180px) / -2);
  }
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:last-child:before {
    top: -1px;
  }
  .un_benefits .un_benefits_top .un_benefits_content_border .un_benefits_item:last-child:after {
    bottom: -1px;
  }
}

.un_benefits .un_benefits_other {
  position: relative;
  z-index: 3;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_other {
    margin-bottom: 8rem;
  }
}

.un_benefits .un_benefits_vacation {
  position: relative;
  z-index: 3;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_vacation {
    margin-bottom: 9rem;
  }
}

.un_benefits .un_benefits_dormitory {
  position: relative;
  z-index: 2;
  padding-top: 5.4rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory {
    padding-top: 8rem;
  }
}

.un_benefits .un_benefits_dormitory:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: calc(100% - 40px);
  background: #d9d9d9;
  height: 1px;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory:after {
    max-width: 118rem;
  }
}

.un_benefits .un_benefits_dormitory > .container {
  margin-top: 0;
}

.un_benefits .un_benefits_dormitory h2 {
  margin-top: 0;
}

.un_benefits .un_benefits_dormitory .un_benefits_logo_wrap {
  position: absolute;
  z-index: -1;
  top: -90rem;
  left: -7rem;
  width: 42.8rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory .un_benefits_logo_wrap {
    top: -38rem;
    left: -1rem;
    width: 83.4rem;
  }
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap:not(:last-child) {
  margin-bottom: 5.8rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap:not(:last-child) {
    margin-bottom: 8rem;
  }
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top {
  justify-content: space-between;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_img {
    width: 57.3rem;
  }
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_img img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info {
    width: 54.7rem;
  }
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info h3 {
  margin-top: 2rem;
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 2rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info h3 {
    margin-top: 3.2rem;
    margin-bottom: 2.2rem;
    font-size: 2rem;
    margin-left: 2.4rem;
  }
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table {
  border-top: 2px solid #d9d9d9;
  padding-top: 1.2rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table {
    padding-top: 1.5rem;
  }
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table table {
  width: 100%;
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table table tr {
  vertical-align: baseline;
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table table th,
.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table table td {
  padding: 0;
  font-weight: 500;
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table table th {
  width: 14rem;
  font-size: 1.4rem;
  text-align: left;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table table th {
    width: 16rem;
    padding-left: 2.4rem;
    font-size: 1.6rem;
  }
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table table td {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table table td {
    font-size: 1.4rem;
  }
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_top .un_benefits_dormitory_info .un_benefits_dormitory_info_table table td p {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

.un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_bottom .un_benefits_dormitory_bottom_img {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .un_benefits .un_benefits_dormitory .un_benefits_dormitory_wrap .un_benefits_dormitory_bottom .un_benefits_dormitory_bottom_img {
    width: 16rem;
  }
}

.un_company {
  margin-top: -15rem;
}

.un_company .un_company_company {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .un_company .un_company_company {
    margin-bottom: 10rem;
  }
}

.un_company .un_company_company .un_company_table {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .un_company .un_company_company .un_company_table {
    width: 95rem;
  }
}

.un_company .un_company_company .un_company_table table th {
  width: 8.6rem;
}

@media (min-width: 768px) {
  .un_company .un_company_company .un_company_table table th {
    width: 17.6rem;
  }
}

@media (max-width: 767px) {
  .un_company .un_company_company .un_company_table table th {
    padding: 0;
  }
}

.un_company .un_company_company .un_company_table table td {
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .un_company .un_company_company .un_company_table table td {
    padding: 2rem 3rem 2rem 4rem;
  }
}

.un_company .un_understand_top h2 {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .un_company .un_understand_top h2 {
    font-size: 3.4rem;
  }
}

.un_company .un_understand_top .un_understand_top_head {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .un_company .un_understand_top .un_understand_top_head {
    width: 100vw;
    margin-left: -20px;
  }
}

.un_company .un_understand_top .un_understand_top_head img {
  width: 100%;
  height: auto;
}

.un_company .un_understand_top .un_understand_top_txt {
  display: flex;
  justify-content: center;
}

.un_company .un_understand_top .un_understand_top_txt p {
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .un_company .un_understand_top .un_understand_top_txt p {
    font-size: 2.8rem;
  }
}

.un_company .un_understand_top .un_understand_top_txt p .en {
  -ms-writing-mode: lr-tb;
      writing-mode: lr-tb;
  line-height: 1;
}

.un_company .un_understand_outline {
  margin-bottom: 10rem;
}

@media (min-width: 768px) {
  .un_company .un_understand_outline {
    margin-bottom: 15rem;
  }
}

.un_company .un_understand_outline > .container {
  position: relative;
}

.un_company .un_understand_outline > .container:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #ec6233;
  top: 2.5%;
  left: 3.6rem;
}

@media (min-width: 768px) {
  .un_company .un_understand_outline > .container:before {
    left: 34.8rem;
  }
}

@media (min-width: 1200px) {
  .un_company .un_understand_outline > .container:before {
    left: 27.6%;
  }
}

@media (min-width: 1240px) {
  .un_company .un_understand_outline > .container:before {
    left: 31.8rem;
  }
}

.un_company .un_understand_outline .un_understand_outline_item {
  width: 100vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .un_company .un_understand_outline .un_understand_outline_item {
    width: 74rem;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .un_company .un_understand_outline .un_understand_outline_item {
    margin-left: -3.4rem;
  }
}

.un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_circle {
  width: 11.4rem;
  position: relative;
}

@media (min-width: 768px) {
  .un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_circle {
    width: 21rem;
  }
}

.un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_circle .img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_circle .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -58%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_circle .num {
    font-size: 3.2rem;
    transform: translate(-56%, -58%);
  }
}

.un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_circle .num.small {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_circle .num.small {
    font-size: 2.4rem;
  }
}

.un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_txt {
  width: 25.4rem;
}

@media (min-width: 768px) {
  .un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_txt {
    width: 49.8rem;
  }
}

.un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_txt h3 {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ec6233;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_txt h3 {
    font-size: 2.4rem;
    margin-bottom: 1.9rem;
  }
}

.un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_txt p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .un_company .un_understand_outline .un_understand_outline_item .un_understand_outline_txt p {
    font-size: 1.6rem;
  }
}

.un_company .un_understand_outline .un_understand_outline_item:nth-child(even) .un_understand_outline_txt h3 {
  color: #004399;
}

.un_company .un_understand_outline .un_understand_outline_item:not(:last-child) {
  margin-bottom: 7rem;
}

.overview .circle_wrap02 .circle-bright {
  display: block;
  top: 104rem;
}

@media (min-width: 768px) {
  .overview .circle_wrap02 .circle-bright {
    top: -16rem;
  }
}

.overview .circle_wrap02 .logo-gray {
  top: 114rem;
}

@media (min-width: 768px) {
  .overview .circle_wrap02 .logo-gray {
    top: 14rem;
  }
}

.un_overview .un_overview_top {
  margin-top: -16rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .un_overview .un_overview_top {
    margin-bottom: 10rem;
  }
}

.un_overview .un_overview_top .txt {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 3rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_overview .un_overview_top .txt {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .un_overview .un_overview_top .un_overview_top_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
}

@media (max-width: 767px) {
  .un_overview .un_overview_top .un_overview_top_img_wrap {
    height: 46rem;
    position: relative;
  }
}

.un_overview .un_overview_top .un_overview_top_img_wrap .un_overview_top_img {
  width: 22rem;
}

@media (min-width: 768px) {
  .un_overview .un_overview_top .un_overview_top_img_wrap .un_overview_top_img {
    width: 26rem;
  }
}

@media (max-width: 767px) {
  .un_overview .un_overview_top .un_overview_top_img_wrap .un_overview_top_img {
    position: absolute;
  }
  .un_overview .un_overview_top .un_overview_top_img_wrap .un_overview_top_img.un_overview_top_img01 {
    top: 5.2rem;
    right: -7rem;
  }
  .un_overview .un_overview_top .un_overview_top_img_wrap .un_overview_top_img.un_overview_top_img02 {
    top: 0;
    left: -5rem;
  }
  .un_overview .un_overview_top .un_overview_top_img_wrap .un_overview_top_img.un_overview_top_img03 {
    top: 24rem;
    left: 1rem;
  }
}

.un_overview .un_company_result {
  margin-bottom: 8rem;
}

@media (min-width: 768px) {
  .un_overview .un_company_result {
    margin-bottom: 10rem;
  }
}

.un_overview .un_company_result .un_company_result_head {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_overview .un_company_result .un_company_result_head {
    margin-bottom: 5.6rem;
  }
}

.un_overview .un_company_result .un_company_result_head h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .un_overview .un_company_result .un_company_result_head h2 {
    margin-bottom: 2rem;
    font-size: 3.4rem;
  }
}

.un_overview .un_company_result .un_company_result_head .sub {
  font-size: 1.56rem;
  font-weight: 500;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_overview .un_company_result .un_company_result_head .sub {
    font-size: 2rem;
  }
}

.un_overview .un_company_result .un_company_result_border {
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

.un_overview .un_company_result .un_company_result_border .un_company_item {
  position: relative;
  padding: 2rem 3rem;
  border: 1px solid #004399;
}

@media (min-width: 768px) {
  .un_overview .un_company_result .un_company_result_border .un_company_item {
    padding: 3rem 4rem;
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .un_overview .un_company_result .un_company_result_border .un_company_item {
    height: 47rem;
  }
}

.un_overview .un_company_result .un_company_result_border .un_company_item .img img {
  width: 100%;
  height: auto;
}

.un_overview .un_company_result .un_company_result_border .un_company_item h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .un_overview .un_company_result .un_company_result_border .un_company_item h3 {
    margin-top: 1.6rem;
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .un_overview .un_company_result .un_company_result_border .un_company_item h3 {
    line-height: 1.2;
  }
}

.un_overview .un_company_result .un_company_result_border .un_company_item p {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_overview .un_company_result .un_company_result_border .un_company_item p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

@media (min-width: 768px) {
  .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(1), .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(2), .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3) {
    border-bottom: none;
  }
  .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(1), .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(2), .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(4), .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(5) {
    border-right: none;
  }
  .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(1):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(1):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(4):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(4):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background: #004399;
    left: -20px;
  }
}

@media (min-width: 768px) and (min-width: 1240px) {
  .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(1):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(1):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(4):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(4):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):after {
    width: calc((100vw - 1180px) / 2);
    left: calc((100vw - 1180px) / -2);
  }
}

@media (min-width: 768px) {
  .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(1):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(4):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):before {
    top: -1px;
  }
  .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(1):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(4):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):after {
    bottom: -1px;
  }
  .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):after {
    left: auto;
    right: -20px;
  }
}

@media (min-width: 768px) and (min-width: 1240px) {
  .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(3):after, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):before, .un_overview .un_company_result .un_company_result_border .un_company_item:nth-child(6):after {
    right: calc((100vw - 1180px) / -2);
  }
}

.un_overview .un_company_result .un_company_result_border.un_company_result_splide {
  position: relative;
}

.un_overview .un_company_result .un_company_result_border.un_company_result_splide:before, .un_overview .un_company_result .un_company_result_border.un_company_result_splide:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #004399;
  left: -20px;
}

.un_overview .un_company_result .un_company_result_border.un_company_result_splide:before {
  top: 0;
}

.un_overview .un_company_result .un_company_result_border.un_company_result_splide:after {
  bottom: 0;
}

.un_overview .un_company_result .un_company_result_border .splide__arrows {
  bottom: -2rem;
  position: absolute;
  width: 9rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}

.un_overview .un_company_result .un_company_result_border .splide__arrows .splide__arrow {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
  background: none;
  color: #004399;
  border: none;
  padding: 0;
}

.un_overview .un_company_result .un_company_result_border .splide__arrows .splide__arrow:after {
  content: "＜";
  position: absolute;
  top: 0;
  left: 0;
}

.un_overview .un_company_result .un_company_result_border .splide__arrows .splide__arrow.prev {
  margin-top: 0.2rem;
}

.un_overview .un_company_result .un_company_result_border .splide__arrows .splide__arrow.next {
  transform: rotate(180deg);
  margin-top: 0;
  top: -0.5rem;
}

.un_overview .un_company_result .un_company_result_border .pagination {
  bottom: -3rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
}

.un_overview .un_company_result .un_company_result_border .pagination span {
  color: #004399;
  font-size: 1.2rem;
  font-weight: 400;
}

.un_overview .un_overview_about {
  margin-bottom: 10rem;
}

.un_overview .un_overview_about .company_head .company_h3 h3 {
  font-size: 2.4rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .un_overview .un_overview_about .company_head .company_h3 h3 {
    font-size: 3.4rem;
  }
}

.un_privacy {
  margin-top: -20rem;
}

.un_privacy .un_privacy_top {
  margin-bottom: 8rem;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_top {
    margin-bottom: 10rem;
  }
}

.un_privacy .un_privacy_top .un_privacy_cnt {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_top .un_privacy_cnt {
    width: 97rem;
  }
}

.un_privacy .un_privacy_top .un_privacy_cnt .un_privacy_head {
  margin-bottom: 3.2rem;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_top .un_privacy_cnt .un_privacy_head {
    margin-bottom: 10rem;
  }
}

.un_privacy .un_privacy_top .un_privacy_cnt .un_privacy_head h1 {
  color: #004399;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 0;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #004399;
  max-width: 20rem;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_top .un_privacy_cnt .un_privacy_head h1 {
    font-size: 2.8rem;
    max-width: 53rem;
    padding-bottom: 2rem;
    margin-bottom: 2.4rem;
  }
}

.un_privacy .un_privacy_top .un_privacy_cnt h2 {
  color: #004399;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 3.2rem;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #004399;
  max-width: 20rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_top .un_privacy_cnt h2 {
    font-size: 2.2rem;
    max-width: 53rem;
    margin-top: 6rem;
    padding-bottom: 2rem;
    margin-bottom: 2.4rem;
  }
}

.un_privacy .un_privacy_top .un_privacy_cnt p {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_top .un_privacy_cnt p {
    font-size: 1.6rem;
  }
}

.un_privacy .un_privacy_top .un_privacy_cnt a {
  color: #151515;
}

.un_privacy .un_privacy_top .un_privacy_cnt ol {
  margin-top: 2rem;
  font-size: 1.3rem;
  padding: 0 0 0 2em;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_top .un_privacy_cnt ol {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}

.un_privacy .un_privacy_contact {
  margin-bottom: 8rem;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_contact {
    margin-bottom: 10rem;
  }
}

.un_privacy .un_privacy_contact .un_privacy_contact_txt {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_contact .un_privacy_contact_txt {
    width: 95rem;
    padding: 4rem 8rem;
  }
}

.un_privacy .un_privacy_contact .un_privacy_contact_txt h2 {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  color: #004399;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_contact .un_privacy_contact_txt h2 {
    font-size: 2.4rem;
  }
}

.un_privacy .un_privacy_contact .un_privacy_contact_txt p {
  font-size: 1.3rem;
  color: #004399;
  line-height: 2;
}

@media (min-width: 768px) {
  .un_privacy .un_privacy_contact .un_privacy_contact_txt p {
    font-size: 1.6rem;
  }
}

.un_privacy .un_privacy_contact .un_privacy_contact_txt .border_btn {
  margin-top: 4rem;
  margin-bottom: 0;
}

.un_privacy .un_privacy_contact .un_privacy_contact_txt .border_btn a {
  margin-left: 0;
  max-width: 30.5rem;
  font-size: 1.6rem;
  padding: 3rem;
  border-width: 1px;
}

.un_privacy .un_privacy_contact .un_privacy_contact_txt .border_btn a:after {
  width: 3.4rem;
  height: 3.4rem;
  right: 1.2rem;
}

.un_privacy .un_privacy_contact .un_privacy_contact_txt .border_btn a:hover:after {
  right: 1rem;
}

.un_career .un_career_top {
  margin-bottom: 10rem;
}

.un_career .un_career_top p.top {
  text-align: center;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .un_career .un_career_top p.top {
    font-size: 2rem;
    margin-bottom: 11.5rem;
  }
}

.un_career .un_career_top .un_career_top_2col {
  gap: 2.2rem;
  justify-content: center;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_top_2col {
    margin-bottom: 6rem;
  }
}

.un_career .un_career_top .un_career_top_1col {
  justify-content: center;
}

.un_career .un_career_top .un_career_top_btn {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_top_btn {
    margin-bottom: 1rem;
  }
}

.un_career .un_career_top .un_career_top_btn .border_btn a {
  max-width: 46rem;
}

.un_career .un_career_top .un_career_item {
  background: #fff;
  padding: 2.8rem 1.8rem;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item {
    width: 57.6rem;
    padding: 2.8rem 2.2rem;
  }
}

.un_career .un_career_top .un_career_item h2 {
  margin-top: 0;
  margin-bottom: 2.4rem;
  color: #004399;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item h2 {
    font-size: 2.4rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_img {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_img {
    margin-bottom: 4rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_img img {
  width: 100%;
  height: auto;
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap {
  position: relative;
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap:before {
  content: "";
  position: absolute;
  top: 2.5%;
  left: 8.3rem;
  width: 2px;
  height: 75%;
  background: linear-gradient(180deg, #a0bee3, #0f65ef);
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap:before {
    left: 11.1rem;
    height: 77%;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt {
  display: flex;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt {
    gap: 3rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt:not(:last-child) {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt:not(:last-child) {
    margin-bottom: 5.4rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .num {
  width: 6rem;
  font-size: 1.7rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .num {
    width: 7rem;
    font-size: 2rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .txt {
  width: 20rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .txt {
    width: 37rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .txt .head {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .txt .head {
    font-size: 2rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .txt .sub {
  font-size: 1.3rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .txt .sub {
    font-size: 1.6rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle {
  width: 2rem;
  height: auto;
  position: relative;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle {
    width: 2.4rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle:before, .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle:before {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle:after {
  width: 0.6rem;
  height: 0.6rem;
  left: 0.7rem;
  top: 0.7rem;
  background: #fff;
}

@media (min-width: 768px) {
  .un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle:after {
    width: 0.8rem;
    height: 0.8rem;
    left: 0.8rem;
    top: 0.8rem;
  }
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle.circle01:before {
  background: #a0bee3;
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle.circle02:before {
  background: #72a1dd;
}

.un_career .un_career_top .un_career_item .un_career_item_txt_wrap .un_career_item_txt .circle.circle03:before {
  background: #0f65ef;
}

.un_career .un_career_ex {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .un_career .un_career_ex {
    margin-bottom: 8rem;
  }
}

.un_career .un_career_ex h2 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4.8rem;
}

@media (min-width: 768px) {
  .un_career .un_career_ex h2 {
    font-size: 3.4rem;
    margin-bottom: 7.2rem;
  }
}

@media (max-width: 767px) {
  .un_career .un_career_ex .single_bottom_other {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .un_career .un_career_ex .single_bottom_other .un_interview_item {
    width: calc(50% - 0.75rem);
    margin-bottom: 0;
  }
  .un_career .un_career_ex .single_bottom_other .un_interview_item a {
    width: 100%;
    padding: 2rem 1rem;
  }
  .un_career .un_career_ex .single_bottom_other .un_interview_item a .un_interview_item_ttl {
    margin-bottom: 0.4rem;
  }
  .un_career .un_career_ex .single_bottom_other .un_interview_item a .un_interview_item_ttl h2 {
    font-size: 1.2rem;
  }
  .un_career .un_career_ex .single_bottom_other .un_interview_item a .un_interview_item_name p {
    font-size: 1.3rem;
  }
  .un_career .un_career_ex .single_bottom_other .un_interview_item a .un_interview_item_job p {
    font-size: 1rem;
  }
}

.un_understand .un_understand_minit {
  margin-bottom: 8rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit {
    margin-bottom: 10rem;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 5rem;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item {
    gap: 1rem;
    padding: 3rem;
    height: 40rem;
  }
}

@media (max-width: 767px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item {
    min-height: 24rem;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item .ic {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item .ic {
    width: 8rem;
    height: 8rem;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: center;
  color: #004399;
  font-size: 2rem 1.6rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item h3 {
    font-size: 3rem;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item h3 .num {
  display: block;
  color: #ec6233;
  font-size: 7rem;
  font-family: sans-serif;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item h3 .num {
    font-size: 10rem;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item h3 .num .small {
  font-size: 2rem;
  padding-left: 0.2rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item h3 .num .small {
    font-size: 4rem;
    padding-left: 0.5rem;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item h3 .num.medium {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item h3 .num.medium {
    font-size: 5rem;
    line-height: 6rem;
  }
}

@media (max-width: 767px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item h3 .num.medium {
    margin-top: 0.5rem;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item .date {
  margin-top: 0;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item .date {
    font-size: 1.5rem;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item .img {
  position: absolute;
}

@media (max-width: 767px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item .img {
    display: none;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item .img.img01 {
  top: 3rem;
  left: 3rem;
  width: 16rem;
  height: 16rem;
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item .img.img02 {
  top: 9rem;
  right: 3rem;
  width: 14rem;
  height: 14rem;
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item.has_border {
  border: 2px solid #c3d2e5;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item.has_border {
    border: 3px solid #c3d2e5;
  }
}

.un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item.has_img {
  position: relative;
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item.un_understand_pc2 {
    width: calc((100% / 2) - 1.5rem);
  }
}

@media (min-width: 768px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item.un_understand_pc3 {
    width: calc((100% / 3) - 2rem);
  }
}

@media (max-width: 767px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item.un_understand_sp1 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item.un_understand_sp2 {
    width: calc((100% / 2) - 0.75rem);
  }
  .un_understand .un_understand_minit .un_understand_minit_cnt .un_understand_minit_item.un_understand_sp2 .num {
    font-size: 5.6rem;
  }
}

/*# sourceMappingURL=main.css.map */

body.thanks .under_bread {
  display: none;
}
.under_head03 {
  display: none;
}
.un_entry_thanks h2 {
  text-align: center;
  color: #004399;
  font-size: 2.2rem;
}
.un_entry_thanks p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 2.4;
}
@media (min-width: 768px) {
.un_entry_thanks h2 {
  font-size: 3.4rem;
}
.un_entry_thanks p {
  font-size: 1.6rem;
}
}